@charset "UTF-8";
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  color: #000000;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  color: #000000;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  color: #000000;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  color: #000000;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.33px;
  color: #000000;
}

a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.33px;
  color: #000000;
}

li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.33px;
  color: #000000;
}

ol {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.33px;
  color: #000000;
}

h1, h2, h3, h4, label {
  line-height: 120%;
}

h2 {
  margin: 10px 0;
}

h3 {
  font-weight: 500;
}

h5 {
  line-height: 130%;
}

p, a, li {
  line-height: 175%;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.simple-page h2 {
  font-size: 24px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 16px;
}

a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.simple-page p, .simple-page li, .simple-page a, .simple-page td {
  color: #666666;
  font-weight: 400;
}

figure {
  margin: 20px 0;
}

html body {
  margin: 0;
}

.padding-all {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-bottom-no {
  padding-bottom: 0 !important;
}

.gradient-container {
  background: linear-gradient(152deg, rgba(150, 180, 20, 0.05) 3.6%, rgba(150, 180, 20, 0) 100.18%);
}

/*---------------HEADRER---------------*/
header {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding: 20px 40px;
  border-bottom: 1px solid #dee4eb;
}

.version-title {
  margin-bottom: 30px;
}

.main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 700px;
}

.left-side,
.right-side {
  height: 100%;
}

.left-side {
  width: 60%;
  background-color: #dee4eb;
  position: relative;
}
.left-side .images-block,
.left-side .image-block,
.left-side .slider-images,
.left-side .slider-image {
  width: 100%;
  height: 100%;
}
.left-side .slider-image {
  background-size: contain; /* Užpildo visą plotą */
  background-position: center; /* Centruoja paveikslėlį */
  background-repeat: no-repeat;
}

.right-side {
  position: relative;
  width: 40%;
  overflow-y: auto;
}
.right-side .right-side-in {
  padding: 50px;
}

.title {
  font-size: 20px;
  font-weight: 600;
}

.accodtion-title {
  border-bottom: 1px solid #dee4eb;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 20px;
}

.version {
  padding: 20px;
  border: 1px solid #dee4eb;
  border-radius: 12px;
  margin-bottom: 20px;
}
.version .version-left {
  width: 25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.version .version-right {
  width: 75%;
  padding-left: 20px;
  position: relative;
}
.version .version-right h3 {
  padding-right: 40px;
}

.version-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.version:hover {
  cursor: pointer;
}

.version.checked {
  border-color: #000;
}

.version-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.version-bottom .version-bottom-left {
  width: 50%;
}
.version-bottom .version-bottom-right {
  width: 50%;
  text-align: right;
  font-weight: 600;
  font-size: 20px;
}

.read-more {
  color: #A4CE4C;
  font-weight: 500;
}

.read-more:hover {
  cursor: pointer;
}

.blur-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
  display: none;
}

.blur-block.active {
  display: block;
}

.open-side {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  overflow: hidden;
}

.hidden-contents {
  position: fixed;
  top: 0;
  right: -100%;
  width: 30%;
  z-index: 10;
  background-color: #fafafa;
  padding: 60px 50px;
  min-width: 400px;
  overflow-y: scroll;
  min-height: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.hidden-contents .body {
  padding-bottom: 100px;
}

.hidden-contents.active {
  right: 0;
}

.hidden-contents-in {
  padding-top: 30px;
  border-top: 1px solid #dee4eb;
}

.left-content {
  display: none;
}

.left-content.active {
  display: block;
}

.close-side {
  background: url(../img/close.svg);
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 50px;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 10;
}

.close-side:hover {
  cursor: pointer;
}

.body h3 {
  font-weight: 600;
}

.right-images {
  display: none;
}

.right-images.checked {
  display: block;
}

.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 50px;
}

.slick-next {
  right: 50px;
}

.slick-arrow {
  font-size: 0;
  border: none;
  background-color: transparent;
  background-image: url(../img/slider-arrow.svg);
  width: 20px;
  height: 32px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.slick-dots li {
  list-style: none;
  background-color: #fff;
  height: 5px;
  width: 50px;
  opacity: 0.5;
  display: inline-block;
  margin: 0 5px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  outline: none;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 130px;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.accodtion-title .title {
  position: relative;
}

.accodtion-title .title:after {
  position: absolute;
  content: "";
  background-image: url("../img/plus.svg");
  background-size: contain;
  background-position: center;
  width: 45px;
  height: 45px;
  top: -15px;
  right: 0;
}

.open .accodtion-title .title:after {
  background-image: url("../img/minus.svg");
}

.step {
  overflow: hidden;
}
.step .accordion-content {
  max-height: 0;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

.open.step .accordion-content {
  max-height: 2000px;
}

.check {
  position: absolute;
  height: 30px;
  width: 30px;
  border: 1px solid #dee4eb;
  border-radius: 100%;
  right: 0;
}

.check.checked, .check.required {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.check.checked:after, .check.required:after {
  content: "";
  background-image: url(../img/check.svg);
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.colors-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.colors-block .color-item {
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
}
.colors-block .color-item img {
  width: 58px;
  height: 58px;
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.colors-block .color-item .color-name {
  font-size: 14px;
  margin-top: 10px;
}
.colors-block .color-item .color-price {
  font-size: 14px;
}
.colors-block .color-item:hover {
  cursor: pointer;
}
.colors-block .color-item.checked img {
  border: 1px solid #000;
}
.colors-block .color-item.version {
  padding: 0;
  border: none;
}

.extra-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.extra-info .extra-info-in {
  background-color: #f0f1f7;
  padding: 15px 40px;
}
.extra-info .extra-info-in p {
  font-size: 10px;
}

.all-info-bottom {
  position: fixed;
  bottom: 0;
  background-color: #f3f8ff;
  right: 0;
  width: 40%;
  z-index: 1;
}
.all-info-bottom .all-info-bottom-in {
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.all-info-bottom .all-info-bottom-in .all-info-bottom-left {
  width: 40%;
}
.all-info-bottom .all-info-bottom-in .all-info-bottom-left .total-price span {
  font-weight: 700;
}
.all-info-bottom .all-info-bottom-in .all-info-bottom-left .total-price #more-btn {
  background: url(../img/arrow-up.svg);
  width: 25px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.all-info-bottom .all-info-bottom-in .all-info-bottom-left .total-price:hover {
  cursor: pointer;
}
.all-info-bottom .all-info-bottom-in .all-info-bottom-right {
  width: 60%;
  text-align: right;
}
.all-info-bottom .all-info-bottom-in .all-info-bottom-right #next-btn, .all-info-bottom .all-info-bottom-in .all-info-bottom-right #next-btn2, .all-info-bottom .all-info-bottom-in .all-info-bottom-right button, .all-info-bottom .all-info-bottom-in .all-info-bottom-right a {
  color: #fff;
  font-weight: 500;
  background-color: #09091a;
  border-radius: 8px;
  padding: 15px 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid #09091a;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 16px;
  line-height: 175%;
}
.all-info-bottom .all-info-bottom-in .all-info-bottom-right #next-btn:hover, .all-info-bottom .all-info-bottom-in .all-info-bottom-right #next-btn2:hover, .all-info-bottom .all-info-bottom-in .all-info-bottom-right button:hover, .all-info-bottom .all-info-bottom-in .all-info-bottom-right a:hover {
  cursor: pointer;
  background-color: #fff;
  color: #09091a;
}
.all-info-bottom .all-info-bottom-in .buttons-left-block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.all-info-bottom .all-info-bottom-in .buttons-left-block .all-info-bottom-right {
  width: auto;
}
.all-info-bottom .all-info-bottom-in .pdf-buttom button {
  background-color: #fff;
  color: #09091a;
}
.all-info-bottom .all-info-bottom-in .small-button-style {
  font-size: 14px;
}
.all-info-bottom .all-info-bottom-in .small-button-style #next-btn, .all-info-bottom .all-info-bottom-in .small-button-style button {
  padding: 15px 20px;
}

.confirmation-page {
  padding-bottom: 100px;
}

.more-info-price {
  width: 800px;
  position: absolute;
  z-index: 4;
  background-color: #f3f8ff;
  bottom: -1000px;
  right: 35px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #f3f8ff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.more-info-price .more-info-price-in {
  padding: 40px;
}
.more-info-price .more-info-price-in .more-info-price-top {
  border-bottom: 1px solid #dee4eb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.more-info-price .more-info-price-in .more-info-price-top .inisde-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.more-info-price .more-info-price-in .more-info-price-top .inisde-price .inisde-price-left {
  width: 50%;
  font-size: 18px;
}
.more-info-price .more-info-price-in .more-info-price-top .inisde-price .inisde-price-right {
  width: 50%;
  font-weight: 700;
  text-align: right;
  font-size: 18px;
}
.more-info-price .more-info-price-in .more-info-price-top .inside-pvm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.more-info-price .more-info-price-in .more-info-price-top .inside-pvm .inside-pvm-left {
  width: 50%;
  color: #828282;
}
.more-info-price .more-info-price-in .more-info-price-top .inside-pvm .inside-pvm-right {
  width: 50%;
  text-align: right;
  font-weight: 700;
  color: #828282;
}
.more-info-price .more-info-price-in .more-info-price-bottom {
  margin-top: 20px;
}
.more-info-price .more-info-price-in .more-info-price-bottom .more-info-price-bottom-in p {
  font-size: 14px;
}

.more-info-price.active {
  bottom: 120px;
}

.all-results {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.all-results .result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.all-results .result-item .result-left img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-results .result-item .result-right .result-txt {
  font-size: 14px;
  margin-bottom: 5px;
}
.all-results .result-item .result-right .result-price {
  font-weight: 600;
  font-size: 16px;
}

.result-second-step {
  margin-top: 30px;
}
.result-second-step .bg-container {
  margin-top: 20px;
  background-color: #f8f8f8;
  padding: 20px;
}
.result-second-step .bg-container p, .result-second-step .bg-container li, .result-second-step .bg-container a, .result-second-step .bg-container ul {
  font-size: 14px;
}
.result-second-step .bg-container li {
  margin-bottom: 15px;
}
.result-second-step .bg-container ul {
  padding-left: 15px;
}

.wpcf7-list-item {
  margin: 0;
}

.result-check {
  position: absolute;
  top: 0px;
  right: 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.result-check .result-check-in {
  background-color: #e6e6e8;
  position: relative;
  padding: 0px;
  border-radius: 20px;
  width: 50px;
  height: 24px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.result-check .result-check-in .circle {
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: 2px;
  left: 2px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.result-check:hover .result-check-in {
  background-color: #000;
  cursor: pointer;
}

.result-check.active .result-check-in {
  background-color: #a3cd50;
}
.result-check.active .result-check-in .circle {
  left: 28px;
}

.step-check {
  margin-top: 30px;
  position: relative;
}
.step-check .title {
  padding-right: 100px;
}

.form-element input, .form-element select, .form-element textarea {
  border: none;
  border-bottom: 1px solid #f8f8f8;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  outline: none;
  background-color: #fbfbfb;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  max-width: 100%;
  min-width: 100%;
}
.form-element .wpcf7-not-valid {
  border: 1px solid red;
}
.form-element .wpcf7-not-valid-tip {
  display: none;
}
.form-element p {
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
  padding: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #f1ffd3;
  padding: 20px;
  background-color: #f1ffd3;
}

form {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.show-form form {
  border: none;
  padding: 0;
}

.hiden-form {
  display: none;
}

.hiden-form.active {
  display: block;
}

.more-info-price .close-side {
  display: block;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}

.all-info-bottom .all-info-bottom-in {
  padding: 30px 20px;
}

.arrow-title {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 8px;
}

.arrow-title-in {
  background: url(../img/arrow-title.svg);
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.form-checkbox p, .form-checkbox a {
  font-size: 14px;
}
.form-checkbox a {
  color: #A4CE4C;
}

form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #A4CE4C;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  left: -40px;
  min-width: auto;
}

form input[type=checkbox]:checked {
  background: #A4CE4C;
  border-color: #A4CE4C;
}

form input[type=checkbox]:checked::after {
  content: url(../img/check1.svg);
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
}

.form-checkbox .wpcf7-not-valid {
  border: none;
}
.form-checkbox .wpcf7-not-valid input {
  border: 1px solid red;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.form-checkbox {
  padding-left: 40px;
  position: relative;
}

.front-page {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}
.front-page .front-page-in .version {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.front-page .front-page-in .version .version-right {
  padding-left: 0px;
}
.front-page .front-page-in .version:hover {
  border-color: #000;
}

.not-found {
  width: 70%;
  margin: 0 auto;
  padding-top: 50px;
}
.not-found .not-found-in {
  text-align: center;
}
.not-found .not-found-in h1 {
  font-size: 90px;
}
.not-found .not-found-in .btn {
  margin-top: 50px;
}
.not-found .not-found-in .btn a {
  color: #fff;
  font-weight: 500;
  background-color: #09091a;
  border-radius: 8px;
  padding: 15px 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid #09091a;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.print-block-in {
  padding: 30px;
  padding-top: 0;
}
.print-block-in h1 {
  margin-top: 0;
}

.car-image {
  overflow: hidden;
  margin: 0 auto 36px;
}

.print-block-in h1 {
  text-align: center;
  margin-bottom: 20px;
}

.car-image img {
  width: 100%;
  display: block;
}

/* Config rows */
.config-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 36px;
  border: 1px solid #1e1e1e;
}

.config-table tbody tr {
  border-bottom: 1px solid #1e1e1e;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.config-table td {
  padding: 5px 10px;
  vertical-align: middle;
}

.col-img {
  width: 80px;
}

.col-img img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-label {
  font-size: 0.72rem;
  padding-left: 16px !important;
}

.col-price {
  text-align: right;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
  min-width: 110px;
}

/* Totals */
.totals-section {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-bottom: 36px;
}

.total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}

.total-row .label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.total-row .amount {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.total-row.main .amount {
  font-size: 2.2rem;
}

/* Divider */
.divider {
  height: 1px;
  background: #222;
  margin: 6px 0;
}

/* Disclaimers */
.disclaimers {
  border-top: 1px solid #1e1e1e;
  padding-top: 24px;
}

.disclaimers p {
  font-size: 0.72rem;
  line-height: 1.7;
  margin-bottom: 12px;
}

.disclaimers p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .print-block-in {
    padding: 24px 20px;
  }
  h1 {
    font-size: 2rem;
  }
  .col-img {
    display: none;
  }
}
@media print {
  body {
    background: #fff;
    color: #000;
  }
  .print-block {
    border: none;
  }
}
/* Rodyk tik print-block */
#print-block {
  width: 694px;
  max-width: 694px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Paprastai paslėptas */
#print-block {
  display: none;
}

/*
.no-break {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
*/
.no-break,
.total-row,
.totals-section,
.disclaimers,
.bg-container,
.result-second-step,
tr {
    page-break-inside: avoid;
    break-inside: avoid;
}

.print-block-in .car-image {
  width: 100%;
  margin-bottom: 0;
}

@media print {
  .result-second-step,
  .result-second-step .bg-container,
  .totals-section,
  .total-row,
  .disclaimers,
  .result-item {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}