@import url("https://fonts.googleapis.com/css2?family=Gantari:wght@400,900&display=swap");
.inner.version-2.product .header-media.updated {
  display: flex;
  flex-direction: row;
  gap: 70px;
  height: 540px;
  margin: 80px 0 80px 0;
}
.inner.version-2.product .header-media.updated::before {
  right: 0;
  max-width: 1300px;
}
.inner.version-2.product .header-media.updated .product-gallery {
  gap: 40px;
  margin: 0 0 0 40px;
  top: -45px;
}
.inner.version-2.product .header-media.updated .product-gallery a {
  margin: 0;
  box-shadow: 0 10px 20px 0 rgba(29, 28, 32, 0.6);
}
.inner.version-2.product .header-media.updated .product-details {
  z-index: 50;
  top: -40px;
  position: relative;
  height: calc(100% + 40px);
  width: 100%;
}
.inner.version-2.product .header-media.updated .product-details .back {
  display: block;
  width: 100%;
  text-align: right;
  color: #232E3F;
}
.inner.version-2.product .header-media.updated .product-details .back img {
  transform: translateX(0);
}
.inner.version-2.product .header-media.updated .product-details .back:hover img {
  transform: translateX(-10px);
}
.inner.version-2.product .header-media.updated .product-details h1 {
  margin: 35px 0 20px 0;
  color: #232E3F;
  font-family: Lexend;
  font-size: 58px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 62px;
}
.inner.version-2.product .header-media.updated .product-details h1 strong {
  display: block;
}
.inner.version-2.product .header-media.updated .details {
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 35px;
  margin: 0;
}
.inner.version-2.product .header-media.updated .details-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.inner.version-2.product .header-media.updated .details-title strong,
.inner.version-2.product .header-media.updated .details-title span {
  color: #232E3F;
  font-family: Lexend;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.inner.version-2.product .header-media.updated .details-title strong {
  font-size: 38px;
  text-transform: initial;
}
.inner.version-2.product .header-media.updated .details-title span {
  top: -8px;
  position: relative;
}
.inner.version-2.product .header-media.updated .details .details-size {
  margin: 0;
}
.inner.version-2.product .header-media.updated .details .details-size span {
  color: #232E3F;
  font-family: Lexend;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  margin: 2px 0 0 0;
}
.inner.version-2.product .header-media.updated .details .sizes-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
}
.inner.version-2.product .header-media.updated .details .sizes-list .divider {
  height: 72px;
  width: 1px;
  background-color: #ECA403;
  display: block;
  margin: 0;
  top: -4px;
  position: relative;
}
.inner.version-2.product .header-media.updated .details small.divider {
  height: 72px;
  width: 1px;
  background-color: #ECA403;
  display: block;
  margin: 0;
  top: -4px;
  position: relative;
}
.inner.version-2.product .header-media.updated .price-offer-link {
  height: 78px;
  width: 300px;
  border-radius: 4px;
  background-color: #40b357;
  box-shadow: 0 6px 12px 0 rgba(73, 22, 8, 0.25);
  color: #FFFFFF;
  font-family: Lexend;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 45px 0 0 0;
  border: none;
  cursor: pointer;
}
.inner.version-2.product .header-media.updated .price-offer-link:hover {
  background-color: rgb(50.5679012346, 141.4320987654, 68.7407407407);
}

@media (max-width: 1300px) {
  .inner.version-2.product .header-media.updated .product-details .back {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1050px) {
  .inner.version-2.product .header-media.updated {
    gap: 40px;
  }
  .inner.version-2.product .header-media.updated .product-details h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .inner.version-2.product .header-media.updated .details-title span {
    font-size: 16px;
  }
  .inner.version-2.product .header-media.updated .details-title strong {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  .inner.version-2.product .header-media.updated {
    height: auto;
  }
  .inner.version-2.product .header-media.updated .product-gallery {
    gap: 20px;
  }
  .inner.version-2.product .header-media.updated .product-gallery a img {
    width: 180px;
    height: auto;
  }
}
@media (max-width: 780px) {
  .inner.version-2.product .header-media.updated .product-gallery {
    margin: -45px 0 20px 0;
    top: 0;
  }
  .inner.version-2.product .header-media.updated {
    flex-direction: column;
    gap: 10px;
  }
  .inner.version-2.product .header-media.updated .product-details .back {
    position: absolute;
    top: -40px;
  }
  .inner.version-2.product .header-media.updated .product-details {
    text-align: center;
    position: initial;
    height: auto;
  }
  .inner.version-2.product .header-media.updated .product-details h1 {
    margin-top: 0;
  }
  .inner.version-2.product .header-media.updated .details {
    padding: 0 20px;
    align-items: center;
    justify-content: center;
  }
  .inner.version-2.product .header-media.updated .details-title {
    justify-content: center;
    margin: 0;
  }
  .inner.version-2.product .header-media.updated .price-offer-link {
    margin: 45px auto 20px auto;
  }
}
@media (max-width: 680px) {
  .inner.version-2.product .header-media.updated .product-details .back {
    top: -90px;
  }
}
@media (max-width: 440px) {
  .inner.version-2.product .header-media.updated .details .sizes-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 35px;
  }
  .inner.version-2.product .header-media.updated .details .sizes-list .divider {
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 420px) {
  .inner.version-2.product .header-media.updated .product-gallery a img {
    width: 140px;
    height: auto;
  }
}
@media (max-width: 350px) {
  .inner.version-2.product .header-media.updated .product-details h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.product_sale_sticker {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 140px;
  z-index: 40;
}

.product_sale_sticker.mobile {
  display: none;
  top: auto;
  right: auto;
  bottom: 0;
  left: calc(50% - 70px);
  z-index: 50;
}

.product_sale_sticker img {
  width: 100%;
}

@media (max-width: 1200px) {
  .product_sale_sticker.desktop {
    display: none;
  }
  .product_sale_sticker.mobile {
    display: block;
  }
}
@media (max-width: 600px) {
  .product_sale_sticker.mobile {
    width: 100px;
    left: calc(50% - 50px);
  }
}
.secum-banner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: url(../../images/secum/secum-background.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 1300px;
  margin: 100px auto;
  position: relative;
}
.secum-banner .details {
  padding: 55px 4px 30px 150px;
  z-index: 50;
}
.secum-banner .details .secum-logo {
  margin: 0 0 40px 0;
  width: auto;
  height: 72px;
  display: block;
}
.secum-banner .details .secum-logo img {
  display: block;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.secum-banner .details strong {
  color: #FFFFFF;
  font-family: "Gantari", sans-serif;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 72px;
  display: block;
  text-transform: uppercase;
}
.secum-banner .details strong.red {
  color: #F13F6D;
}
.secum-banner .details .redirect-button {
  height: 64px;
  width: 260px;
  border-radius: 2px;
  background-color: #F13F6D;
  color: #FFFFFF;
  font-family: "Gantari", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secum-banner .details .redirect-button:hover {
  background-color: rgb(235.8058252427, 17.1941747573, 73.6893203883);
}
.secum-banner .door {
  position: absolute;
  right: 80px;
  top: -45px;
  z-index: 25;
}
.secum-banner .door .decor {
  position: absolute;
  right: calc(100% - 50px);
  top: 50%;
  margin: -250px 0 0 0;
  z-index: 25;
  height: 460px;
}
.secum-banner .door .door {
  height: 728px;
  width: auto;
  position: relative;
  top: initial;
  right: initial;
}
.secum-banner .door .certest {
  position: absolute;
  bottom: 250px;
  right: -50px;
}
.secum-banner .door .nbu {
  position: absolute;
  bottom: 150px;
  right: -50px;
}

@media (max-width: 1300px) {
  .secum-banner {
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1250px) {
  .secum-banner .details {
    padding: 55px 4px 30px 40px;
  }
}
@media (max-width: 1150px) {
  .secum-banner .details {
    max-width: 700px;
  }
  .secum-banner .details strong {
    font-size: 42px;
  }
}
@media (max-width: 1050px) {
  .secum-banner .details {
    max-width: 590px;
  }
  .secum-banner .details strong {
    font-size: 36px;
    line-height: 48px;
  }
  .secum-banner .door .door {
    height: 628px;
  }
}
@media (max-width: 1023px) {
  .secum-banner .door .decor {
    margin: -200px 0 0 0;
    height: 360px;
  }
}
@media (max-width: 940px) {
  .secum-banner .door .certest,
  .secum-banner .door .nbu {
    width: 60px;
    height: 60px;
    right: -60px;
  }
  .secum-banner .door .certest {
    bottom: 230px;
  }
  .secum-banner .door .door {
    right: -30px;
  }
}
@media (max-width: 890px) {
  .secum-banner .details {
    max-width: calc(100% - 340px);
  }
}
@media (max-width: 790px) {
  .secum-banner .details {
    padding: 45px 4px 30px 20px;
  }
  .secum-banner .details .secum-logo {
    height: 46px;
  }
  .secum-banner .details strong {
    font-size: 28px;
    line-height: 36px;
  }
  .secum-banner .door .door {
    height: 528px;
  }
}
@media (max-width: 700px) {
  .secum-banner .details {
    padding: 40px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .secum-banner .door {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
  .secum-banner {
    flex-direction: column;
  }
  .secum-banner .door .door {
    right: 0;
  }
  .secum-banner .details .redirect-button {
    margin: 40px auto 0 auto;
  }
  .secum-banner .details .secum-logo {
    height: 68px;
  }
  .secum-banner .details .secum-logo img {
    margin: 0 auto;
  }
  .secum-banner .door .certest,
  .secum-banner .door .nbu {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 690px) {
  .secum-banner .door .decor {
    right: calc(100% - 170px);
    margin: -360px 0 0 0;
    height: 500px;
  }
}
@media (max-width: 550px) {
  .secum-banner {
    max-width: calc(100% - 20px);
    margin: 20px auto;
  }
  .secum-banner .details {
    padding: 20px;
  }
  .secum-banner .details .secum-logo {
    height: 42px;
  }
  .secum-banner .door {
    display: flex;
    flex-direction: row;
    padding: 0 20px 20px 20px;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .secum-banner .door .door {
    right: initial;
    width: 100%;
    height: auto;
  }
  .secum-banner .door .certest,
  .secum-banner .door .nbu {
    position: relative;
    right: 0;
    bottom: 0;
    margin: -60px 0 0 0;
  }
  .secum-banner .door .decor {
    display: none;
  }
}
@media (max-width: 400px) {
  .secum-banner .details .redirect-button {
    width: 100%;
  }
}
.sale_sticker {
  position: absolute;
  bottom: 25px;
  left: 25%;
  width: 50%;
}

.sale_sticker img {
  width: 100%;
}

.label-container {
  display: flex;
  position: absolute;
  bottom: 140px;
  right: 0;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  z-index: 1;
  right: -140px;
  gap: 12px;
}
.label-container .label {
  background: #f13f6d;
  color: #ffffff;
  position: relative;
  padding: 12px 24px 12px 50px;
  border-radius: 17px;
  font-weight: 900;
}
.label-container .label.purple {
  background: #520484;
}
@media (max-width: 560px) {
  .label-container {
    bottom: 80px;
    right: -120px;
  }
}

.purple {
  background: #520484;
}

.large {
  font-size: 40px;
}
@media (max-width: 560px) {
  .large {
    font-size: 24px;
  }
}

.small {
  font-size: 15px;
}
@media (max-width: 560px) {
  .small {
    font-size: 15px;
  }
}

.door-container {
  width: 450px;
  z-index: 3;
  position: relative;
  left: min(-60px, -5vw);
  margin: 0 min(40px, 4vw) 0 0;
  z-index: 3;
}
@media (max-width: 1080px) {
  .door-container {
    width: 220px;
  }
}
.door-container.mobile {
  display: none;
}
@media (max-width: 1080px) {
  .door-container.mobile {
    display: block;
  }
}
.door-container .door {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 5;
}
.door-container .door img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}

.door-container {
  left: unset;
  right: -60px;
}
@media (max-width: 560px) {
  .door-container {
    right: unset;
    right: 80px;
  }
}
.door-container .label-container {
  right: unset;
  right: -75px;
  position: absolute;
}
@media (max-width: 560px) {
  .door-container .label-container {
    right: -100px;
  }
}
.door-container .label-container .label {
  padding: 12px 25px 12px 35px;
}

.sale_container {
  width: 100%;
  max-width: 1380px;
  padding: 0 2.5em;
  margin: 0 auto;
}
.sale_container .sale_grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 2.5em;
  margin-top: 3.7em;
}
.sale_container .sale_grid .sale_item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.25em;
  background-color: #f0f0f0;
  padding: 2.5em 2em;
}
.sale_container .sale_grid .sale_item .gallery {
  width: calc(45% - 0.625em);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.25em 1em;
}
.sale_container .sale_grid .sale_item .gallery .image {
  width: 100%;
  display: flex;
  align-items: center;
}
.sale_container .sale_grid .sale_item .gallery .image:nth-child(1) {
  grid-column: 1/4;
}
.sale_container .sale_grid .sale_item .gallery .image img {
  width: 100%;
}
.sale_container .sale_grid .sale_item .column {
  width: calc(55% - 0.625em);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.sale_container .sale_grid .sale_item .column h2 {
  font-size: 24px !important;
  margin: 0 0 10px 0;
}
.sale_container .sale_grid .sale_item .column p {
  margin: 0 0 6px 0;
}
.sale_container .sale_grid .sale_item .column ul {
  padding: 0 0 0 1.5em;
  margin: 0 0 6px 0;
}
.sale_container .sale_grid .sale_item .column ul li {
  color: #232e3f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0 0 0.5em 0;
}
.sale_container .sale_grid .sale_item .column .size {
  display: flex;
  align-items: center;
  gap: 1.25em;
  margin: 0 0 10px 0;
}
.sale_container .sale_grid .sale_item .column .size .size_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sale_container .sale_grid .sale_item .column .size .size_item .icon {
  height: 80px;
  width: 50px;
  background-size: auto 100%;
  background-position: top;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.sale_container .sale_grid .sale_item .column .size .size_item span {
  color: #232e3f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
.sale_container .sale_grid .sale_item .column .size .size_item.width .icon {
  background-image: url("https://hisec.sk/assets/images/svg/door_size_width.svg");
}
.sale_container .sale_grid .sale_item .column .size .size_item.height .icon {
  height: 75px;
  width: 56px;
  background-image: url("https://hisec.sk/assets/images/svg/door_size_height.svg");
  margin-bottom: 10px;
}
.sale_container .sale_grid .sale_item .column .size .size_item.depth .icon {
  background-image: url("https://hisec.sk/assets/images/svg/door_size_depth.svg");
}
.sale_container .sale_grid .sale_item .column p {
  margin: 0 0 auto 0;
}
.sale_container .sale_grid .sale_item .column .old_price {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 23px;
  margin: auto 0 0 0;
}
.sale_container .sale_grid .sale_item .column .percentage {
  color: #40b357;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 33px;
  margin: 0;
}
.sale_container .sale_grid .sale_item .column .percentage.margin_top {
  margin: auto 0 0 0;
}
.sale_container .sale_grid .sale_item .column .price {
  color: #40b357;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 33px;
  margin: 0 0 20px 0;
}
.sale_container .sale_grid .sale_item .column .price.margin_top {
  margin: auto 0 20px 0;
}
.sale_container .sale_grid .sale_item .column .btn {
  width: 100%;
}
.sale_container .sale_grid .sale_item .column .btn span {
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .sale_container .sale_grid .sale_item {
    flex-direction: column;
  }
  .sale_container .sale_grid .sale_item .gallery {
    width: 100%;
  }
  .sale_container .sale_grid .sale_item .column {
    width: 100%;
    height: -webkit-fill-available;
  }
  .sale_container .sale_grid .sale_item .column .old_price {
    margin: 20px 0 0 0;
  }
  .sale_container .sale_grid .sale_item .column .percentage.margin_top {
    margin: 20px 0 0 0;
  }
  .sale_container .sale_grid .sale_item .column .price.margin_top {
    margin: 20px 0 20px 0;
  }
}
@media (max-width: 800px) {
  .sale_container .sale_grid {
    grid-gap: 1.25em;
  }
  .sale_container .sale_grid .sale_item {
    padding: 1em;
  }
}
@media (max-width: 600px) {
  .sale_container {
    padding: 0 10px;
  }
  .sale_container .sale_grid .sale_item .gallery {
    grid-template-columns: 2.5fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .sale_container .sale_grid .sale_item .gallery .image:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/4;
    justify-self: stretch;
  }
  .sale_container .sale_grid .sale_item .gallery .image:nth-child(1) img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale_container .sale_grid .sale_item .column .old_price {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 20px;
  }
  .sale_container .sale_grid .sale_item .column .percentage {
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 29px;
  }
  .sale_container .sale_grid .sale_item .column .price {
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 29px;
  }
}
@media (max-width: 550px) {
  .sale_container .sale_grid {
    grid-template-columns: 100%;
  }
}

@media (max-width: 1800px) {
  .products-price-offer-modal .inner > div > .title {
    margin: 0 0 10px 0;
  }
  .products-price-offer-modal .inner form .product-entry-form-title {
    margin-bottom: 10px;
  }
  .products-price-offer-modal .inner form .inline-form input, .products-price-offer-modal .inner form .inline-form select, .products-price-offer-modal .inner form .inline-form textarea {
    margin: 0 0 10px 0;
  }
  .products-price-offer-modal .inner form .inline-form textarea {
    min-height: 160px !important;
    margin-bottom: 0;
  }
  .products-price-offer-modal .inner form .filter .block {
    margin: 0 0 10px 0;
  }
  .products-price-offer-modal .inner form .filter .block .block_grayBox {
    padding: 15px 22px;
  }
  .products-price-offer-modal .inner form .filter .filter_wrapper {
    padding: 15px 22px;
  }
  .products-price-offer-modal .inner form .product-entry-form-bottom {
    padding: 20px 0 0 0;
    margin-top: 20px;
  }
}
header.v2 {
  border-bottom: 1px solid #eeeeee;
}

.content-wrapper .about-inner {
  padding: 80px 40px 40px 40px;
  max-width: 1380px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .content-wrapper .about-inner {
    padding: 24px 16px 24px 16px;
  }
}
@media (max-width: 550px) {
  .content-wrapper .about-inner {
    padding: 0px 16px 24px 16px;
  }
}
.content-wrapper .about-inner .certificate-list {
  padding: 0;
  margin: 40px 0;
}
.content-wrapper .about-inner .certificate-list > div.certificate {
  background: transparent;
  padding: 24px 0;
  overflow: visible;
}
.content-wrapper .about-inner .certificate-list > div.certificate._updated .list {
  max-width: 100%;
}
@media (max-width: 1400px) {
  .content-wrapper .about-inner .certificate-list > div.certificate._updated .list {
    flex-direction: row;
  }
}
@media (max-width: 1100px) {
  .content-wrapper .about-inner .certificate-list > div.certificate._updated .list a {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .content-wrapper .about-inner .certificate-list > div.certificate > .title {
    opacity: 1;
  }
}
.content-wrapper .about-inner .product_detail {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  line-height: 1.5em;
  font-size: 18px;
  margin: 0 0 80px 0;
}
@media (max-width: 1080px) {
  .content-wrapper .about-inner .product_detail {
    flex-wrap: wrap;
  }
}
.content-wrapper .about-inner .product_detail a {
  color: #40b357;
  text-decoration: underline;
}
.content-wrapper .about-inner .product_detail p {
  font-size: 18px;
  line-height: 1.5em;
}
.content-wrapper .about-inner .product_detail ul {
  margin: 0;
}
.content-wrapper .about-inner .product_detail ul li {
  margin: 0 0 12px 0;
}
.content-wrapper .about-inner .product_detail ol li {
  line-height: 1.5em;
  margin: 0 0 12px 0;
}
.content-wrapper .about-inner .product_detail .column {
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}
.content-wrapper .about-inner .product_detail .column h3 {
  margin: 0 0 12px 0;
}
.content-wrapper .about-inner div.inner.v2 .price-offer {
  width: 100%;
  max-width: 100%;
}
.content-wrapper .about-inner div.inner.v2 .price-offer form {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner div.inner.v2 .price-offer form {
    flex-wrap: wrap;
    padding: 0 0 160px 0;
  }
}
.content-wrapper .about-inner div.inner.v2 .price-offer form .form-footer {
  position: relative;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner div.inner.v2 .price-offer form .form-footer {
    position: absolute;
  }
}
.content-wrapper .about-inner h2 {
  font-size: 38px;
  line-height: 1.15em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner h2 {
    font-size: 28px !important;
  }
}
.content-wrapper .about-inner .who-is-for {
  margin: 80px 0;
}
.content-wrapper .about-inner .who-is-for .who-items {
  display: flex;
  gap: 60px;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}
@media (max-width: 1380px) {
  .content-wrapper .about-inner .who-is-for .who-items {
    justify-content: center;
    gap: 30px;
  }
}
.content-wrapper .about-inner .who-is-for .who-items .who-item {
  display: flex;
  gap: 24px;
  flex-direction: column;
  width: 280px;
  opacity: 0;
  transition: all 0.66s ease;
}
@media (max-width: 760px) {
  .content-wrapper .about-inner .who-is-for .who-items .who-item {
    width: 140px;
  }
}
.content-wrapper .about-inner .who-is-for .who-items .who-item p {
  margin: 0 0 0 0;
  font-size: 18px;
}
.content-wrapper .about-inner .who-is-for .who-items .who-item:nth-child(2n+1) {
  flex-direction: column-reverse;
}
.content-wrapper .about-inner .who-is-for .who-items .who-item.fadein {
  opacity: 1;
}
.content-wrapper .about-inner .about-image {
  width: 100%;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .about-image {
    margin: 40px auto 20px auto;
  }
}
.content-wrapper .about-inner .about-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.content-wrapper .about-inner .our-offer {
  margin: min(150px, 12vw) 0 60px 0;
}
.content-wrapper .about-inner .our-offer .offer-list {
  display: flex;
  gap: 60px;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 1380px) {
  .content-wrapper .about-inner .our-offer .offer-list {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .our-offer .offer-list {
    gap: 30px;
  }
}
.content-wrapper .about-inner .our-offer .offer-list .offer-item {
  width: 280px;
}
@media (max-width: 760px) {
  .content-wrapper .about-inner .our-offer .offer-list .offer-item {
    width: 140px;
  }
}
.content-wrapper .about-inner .our-offer .offer-list .offer-item .icon {
  width: 50px;
  height: 50px;
}
.content-wrapper .about-inner .our-offer .offer-list .offer-item .icon path {
  fill: #40b357;
}
.content-wrapper .about-inner .our-offer .offer-list .offer-item p {
  margin: 20px 0 0 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .our-offer .offer-list .offer-item p {
    font-size: 16px;
  }
}
.content-wrapper .about-inner .door-graphic {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic {
    flex-direction: column;
  }
}
.content-wrapper .about-inner .door-graphic .why-us {
  width: 440px;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic .why-us {
    width: 100%;
  }
}
.content-wrapper .about-inner .door-graphic .why-us .about-text {
  font-size: 16px;
}
.content-wrapper .about-inner .door-graphic .door-middle {
  position: relative;
  width: 340px;
  height: 740px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, 40px);
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic .door-middle {
    width: 240px;
    height: 480px;
    top: -40px;
  }
}
.content-wrapper .about-inner .door-graphic .door-middle .door {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper .about-inner .door-graphic .door-middle .door img {
  transform-origin: center;
  transform: scale(1.07);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-wrapper .about-inner .door-graphic .door-middle .rock {
  position: absolute;
  transform: translate(0, min(245px, 17vw));
  width: min(574px, 40vw);
  height: min(515px, 37vw);
  z-index: 2;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic .door-middle .rock {
    width: 340px;
    height: 460px;
  }
}
.content-wrapper .about-inner .door-graphic .door-middle .rock img {
  transform-origin: center;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-wrapper .about-inner .door-graphic .door-middle .dot-large {
  border-radius: 50%;
  width: min(720px, 34vw);
  height: min(720px, 34vw);
  transition: all 0.66s ease;
  background: #eeeeee;
  position: absolute;
  z-index: 1;
  transform: scale(0);
  transition-delay: 1s;
}
.content-wrapper .about-inner .door-graphic .door-middle .dot-large.grow {
  transform: scale(1);
}
.content-wrapper .about-inner .door-graphic .yellow-boxes {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  width: 440px;
  z-index: 3;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic .yellow-boxes {
    width: 300px;
    gap: 24px;
  }
}
.content-wrapper .about-inner .door-graphic .yellow-boxes .box {
  background: #40b357;
  color: #ffffff;
  text-transform: uppercase;
  padding: 24px;
  font-size: 18px;
  line-height: 1.15em;
  font-weight: normal;
  transition: all 0.66s ease;
  opacity: 0;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic .yellow-boxes .box {
    font-size: 16px;
    padding: 18px;
  }
}
.content-wrapper .about-inner .door-graphic .yellow-boxes .box.fadein {
  opacity: 1;
}
.content-wrapper .about-inner .safety-wrapper {
  width: 100%;
  margin: 60px 0;
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .safety-wrapper {
    margin: 30px 0;
  }
}
.content-wrapper .about-inner .safety-wrapper .safety-text {
  position: relative;
  color: #40b357;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25em;
}
.content-wrapper .about-inner .safety-wrapper .safety-text .modal-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  cursor: pointer;
  padding: 30px 40px;
}
.content-wrapper .about-inner .safety-wrapper .safety-text .modal-text .drop-icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.33s ease;
}
.content-wrapper .about-inner .safety-wrapper .safety-text .modal-text .drop-icon.rotate {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .safety-wrapper .safety-text .modal-text {
    font-size: 16px;
    padding: 20px 20px;
  }
}
.content-wrapper .about-inner .safety-wrapper .safety-text .drop {
  color: #222222;
}
.content-wrapper .about-inner .safety-wrapper .safety-text .drop p {
  font-size: 18px;
  font-weight: normal;
  color: inherit;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .safety-wrapper .safety-text .drop p {
    font-size: 16px;
    line-height: 1.3em;
  }
}

.hisec-info::after {
  height: 2200px;
}

.hisec-quotes {
  position: relative;
  margin: 60px auto;
  z-index: 5;
  width: calc(100% + 160px);
  left: -80px;
}
@media (max-width: 1680px) {
  .hisec-quotes {
    width: 100%;
    left: 0px;
  }
}
.hisec-quotes h2 {
  width: 100%;
  text-align: center;
}
.hisec-quotes .quote-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: calc(100% + 80px);
  position: absolute;
  left: -40px;
}
@media (max-width: 1680px) {
  .hisec-quotes .quote-controls {
    width: calc(100% + 0px);
    left: 0px;
  }
}
.hisec-quotes .quote-controls .prev, .hisec-quotes .quote-controls .next {
  cursor: pointer;
}
@media (max-width: 560px) {
  .hisec-quotes .quote-controls .prev img, .hisec-quotes .quote-controls .next img {
    width: 30px;
    height: 30px;
  }
}
.hisec-quotes .swiper-container {
  overflow: hidden;
  width: calc(100% - 160px);
  height: 240px;
}
@media (max-width: 560px) {
  .hisec-quotes .swiper-container {
    width: calc(100% - 80px);
    height: 300px;
  }
}
.hisec-quotes .swiper-container .swiper-wrapper .swiper-slide .text-quote p {
  margin: 0 0 12px 0;
  font-size: 18px;
}
@media (max-width: 560px) {
  .hisec-quotes .swiper-container .swiper-wrapper .swiper-slide .text-quote p {
    font-size: 15px;
  }
}

.inner.version-2.product .header-media.updated .button-line .orcall a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  transition: all 0.33s ease;
}
.inner.version-2.product .header-media.updated .button-line .orcall a::before {
  left: unset;
  top: unset;
  position: relative;
}
.inner.version-2.product .header-media.updated .button-line .orcall a:hover {
  background: rgba(35, 46, 63, 0.1019607843);
}
.inner.version-2.product .header-media.updated .price-offer-link {
  transition: all 0.33s ease;
}

.cart-wrapper.column1, .cart-wrapper.empty {
  padding: 40px;
  --cart-submit-button-hover-background-color: #232e3fcb;
  --cart-borders: 1px solid #232e3f33;
  --cart-font-family: "Lexend", sans-serif;
  --cart-submit-button-background-color: #232e3f;
  --checkout-font-family: "Lexend", sans-serif;
  --checkout-borders: 1px solid #232e3f33;
  --checkout-submit-button-background-color: #232e3f;
}
@media (max-width: 1024px) {
  .cart-wrapper.column1, .cart-wrapper.empty {
    padding: 80px 16px 40px 16px;
  }
}
@media (max-width: 550px) {
  .cart-wrapper.column1, .cart-wrapper.empty {
    padding: 40px 16px 40px 16px;
  }
}
.cart-wrapper.column1 h1, .cart-wrapper.empty h1 {
  max-width: 960px;
  font-weight: bold;
  color: #232e3f;
}
.cart-wrapper.column1 h2, .cart-wrapper.empty h2 {
  font-weight: bold;
  color: #232e3f;
}
.cart-wrapper.column1 .cart-items-wrapper, .cart-wrapper.empty .cart-items-wrapper {
  border-radius: 5px;
}
.cart-wrapper.column1 .cart-actions, .cart-wrapper.empty .cart-actions {
  border-radius: 5px;
}
.cart-wrapper.column1 .btn-primary, .cart-wrapper.empty .btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  padding: 0 15px;
  transition: all 0.66s ease;
}
.cart-wrapper.column1 .action.btn-primary, .cart-wrapper.empty .action.btn-primary {
  width: -moz-fit-content;
  width: fit-content;
}
.cart-wrapper.column1 .checkout-wrapper, .cart-wrapper.empty .checkout-wrapper {
  padding: 0 40px;
}
@media (max-width: 1280px) {
  .cart-wrapper.column1 .checkout-wrapper, .cart-wrapper.empty .checkout-wrapper {
    padding: 0 12px;
  }
}
.cart-wrapper.column1 .checkout-layout .checkout-summary-heading a, .cart-wrapper.empty .checkout-layout .checkout-summary-heading a {
  padding: 3px 11px;
  border-radius: 11px;
  background: #232e3f;
  color: #ffffff;
  text-decoration: none;
}
.cart-wrapper.column1 .checkout-layout .checkout-summary-agreement-block label, .cart-wrapper.empty .checkout-layout .checkout-summary-agreement-block label {
  font-size: 13px;
}
.cart-wrapper.column1 .checkout-layout .checkout-summary-actions .action.btn-primary:hover, .cart-wrapper.empty .checkout-layout .checkout-summary-actions .action.btn-primary:hover {
  background: #40b357;
}

.content-container {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  position: relative;
  overflow-x: clip;
}
.content-container.cart-view {
  --cart-borders: 1px solid #f8eff3;
  --cart-font-family: "Lexend";
  --cart-submit-button-background-color: #994961;
  --checkout-font-family: "Lexend";
  --checkout-borders: 1px solid #f8eff3;
  --checkout-submit-button-background-color: #994961;
}
.content-container.cart-view h1 {
  max-width: 960px;
  font-weight: bold;
  color: #994961;
}
.content-container.cart-view h2 {
  font-weight: bold;
  color: #994961;
}
.content-container.cart-view .cart-items-wrapper {
  border-radius: 5px;
}
.content-container.cart-view .cart-actions {
  border-radius: 5px;
}
.content-container.cart-view .btn-primary {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  padding: 0 15px;
  transition: all 0.66s ease;
}
.content-container.cart-view .action.btn-primary {
  width: -moz-fit-content;
  width: fit-content;
}
.content-container.cart-view .checkout-wrapper {
  padding: 0 40px;
}
@media (max-width: 1280px) {
  .content-container.cart-view .checkout-wrapper {
    padding: 0 12px;
  }
}
.content-container.cart-view .checkout-layout .checkout-summary-heading a {
  padding: 3px 11px;
  border-radius: 11px;
  background: #994961;
  color: #ffffff;
  text-decoration: none;
}
.content-container.cart-view .checkout-layout .checkout-summary-agreement-block label {
  font-size: 13px;
}
.content-container.cart-view .checkout-layout .checkout-summary-actions .action.btn-primary:hover {
  background: #574056;
}

.checkout-wrapper {
  --checkout-font-family: "Lexend", sans-serif;
  --checkout-borders: 1px solid #232e3f33;
  --checkout-submit-button-background-color: #232e3f;
  padding: 80px 40px;
}
@media (max-width: 1024px) {
  .checkout-wrapper {
    padding: 80px 16px 40px 16px;
  }
}
@media (max-width: 550px) {
  .checkout-wrapper {
    padding: 80px 16px 40px 16px;
  }
}

.checkout-layout .checkout-information {
  border-radius: 5px;
  padding: 16px;
}
.checkout-layout .checkout-information h2 {
  font-weight: 600;
}
@media (max-width: 768px) {
  .checkout-layout .checkout-information h2 {
    font-size: 2em !important;
  }
}
.checkout-layout .checkout-information .form-field .form-input {
  border: 1px solid rgba(35, 46, 63, 0.3882352941);
  border-radius: 3px;
}
.checkout-layout .checkout-information .form-field .form-select {
  border: 1px solid rgba(35, 46, 63, 0.3882352941);
  border-radius: 3px;
}
.checkout-layout .checkout-summary-actions .action.btn-primary {
  border-radius: 3px;
  transition: all 0.33s ease;
}
.checkout-layout .checkout-summary-actions .action.btn-primary:hover {
  background-color: rgba(35, 46, 63, 0.7960784314);
}

.checkout-wrapper-sidebar .checkout-summary {
  position: sticky;
  top: 97px;
}
.checkout-wrapper-sidebar .checkout-summary h2 {
  font-weight: 600;
}
@media (max-width: 768px) {
  .checkout-wrapper-sidebar .checkout-summary h2 {
    font-size: 2em !important;
  }
}
@media (max-width: 768px) {
  .checkout-wrapper-sidebar .checkout-summary-heading {
    flex-direction: column-reverse;
  }
}
.checkout-wrapper-sidebar .checkout-summary-heading a {
  background: #40b357;
  color: #ffffff;
  padding: 7px 15px;
  border-radius: 3px;
  transition: all 0.33s ease;
  text-decoration: none;
}

.empty-cart-message a {
  background-color: #232e3f;
  transition: all 0.33s ease;
  border-radius: 5px;
}
.empty-cart-message a:hover {
  background-color: rgba(35, 46, 63, 0.7960784314);
}

.order-results {
  padding: 160px 40px 24px 40px;
  --checkout-results-button-text-color: #ffffff;
  --checkout-results-button-background-color: #232e3f;
  --checkout-results-button-hover-background-color: #232e3fcb;
}
@media (max-width: 1024px) {
  .order-results {
    padding: 80px 16px 40px 16px;
  }
}
@media (max-width: 550px) {
  .order-results {
    padding: 80px 16px 40px 16px;
  }
}
.order-results h2 {
  font-weight: 600;
}
@media (max-width: 768px) {
  .order-results h2 {
    font-size: 2em !important;
  }
}
.order-results .failed-page-message p a {
  color: #40b357;
  font-weight: bold;
}
.order-results .failed-page-message a {
  transition: all 0.33s ease;
}
.order-results .failed-page-message a.btn-primary {
  border-radius: 5px;
}
.order-results .success-page-message a {
  transition: all 0.33s ease;
}
.order-results .success-page-message a.btn-primary {
  border-radius: 5px;
}

body.page-x {
  overflow: unset;
}

.price-offer-link {
  transition: all 0.33s ease;
}

.product-home_credit {
  width: 100%;
  background: #40b357;
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: -40px 0 40px 0;
  padding: 20px;
  gap: 30px;
}
@media (max-width: 768px) {
  .product-home_credit {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .product-home_credit h2 {
    font-size: 24px !important;
    text-align: center;
  }
}
.product-home_credit .product-home_credit-logo {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-home_credit .product-home_credit-logo svg {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-home_credit button {
  height: 68px;
  width: 240px;
  border-radius: 4px;
  background-color: #40b357;
  box-shadow: 0 6px 12px 0 rgba(73, 22, 8, 0.25);
  color: #ffffff;
  font-family: "Lexend";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product-home_credit button {
    margin: 16px auto 0 auto;
  }
}

.products-list > div.block .list .elem img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sale_sticker.novinka img {
  position: relative;
  bottom: 30px;
}
.sale_sticker img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.content-wrapper .about-inner {
  padding: 80px 40px 40px 40px;
  max-width: 1380px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .content-wrapper .about-inner {
    padding: 24px 16px 24px 16px;
  }
}
@media (max-width: 550px) {
  .content-wrapper .about-inner {
    padding: 0px 16px 24px 16px;
  }
}
.content-wrapper .about-inner .certificate-list {
  padding: 0;
  margin: 40px 0;
}
.content-wrapper .about-inner .certificate-list > div.certificate {
  background: transparent;
  padding: 24px 0;
  overflow: visible;
}
.content-wrapper .about-inner .certificate-list > div.certificate._updated .list {
  max-width: 100%;
}
@media (max-width: 1400px) {
  .content-wrapper .about-inner .certificate-list > div.certificate._updated .list {
    flex-direction: row;
  }
}
@media (max-width: 1100px) {
  .content-wrapper .about-inner .certificate-list > div.certificate._updated .list a {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .content-wrapper .about-inner .certificate-list > div.certificate > .title {
    opacity: 1;
  }
}
.content-wrapper .about-inner .product_detail {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
  line-height: 1.5em;
  font-size: 18px;
  margin: 0 0 80px 0;
}
@media (max-width: 1080px) {
  .content-wrapper .about-inner .product_detail {
    flex-wrap: wrap;
  }
}
.content-wrapper .about-inner .product_detail a {
  color: #40b357;
  text-decoration: underline;
}
.content-wrapper .about-inner .product_detail p {
  font-size: 18px;
  line-height: 1.5em;
}
.content-wrapper .about-inner .product_detail ul {
  margin: 0;
}
.content-wrapper .about-inner .product_detail ul li {
  margin: 0 0 12px 0;
}
.content-wrapper .about-inner .product_detail ol li {
  line-height: 1.5em;
  margin: 0 0 12px 0;
}
.content-wrapper .about-inner .product_detail .column {
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
}
.content-wrapper .about-inner .product_detail .column h3 {
  margin: 0 0 12px 0;
}
.content-wrapper .about-inner div.inner.v2 .price-offer {
  width: 100%;
  max-width: 100%;
}
.content-wrapper .about-inner div.inner.v2 .price-offer form {
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner div.inner.v2 .price-offer form {
    flex-wrap: wrap;
    padding: 0 0 160px 0;
  }
}
.content-wrapper .about-inner div.inner.v2 .price-offer form .form-footer {
  position: relative;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner div.inner.v2 .price-offer form .form-footer {
    position: absolute;
  }
}
.content-wrapper .about-inner h2 {
  font-size: 38px;
  line-height: 1.15em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner h2 {
    font-size: 28px !important;
  }
}
.content-wrapper .about-inner .who-is-for {
  margin: 80px 0;
}
.content-wrapper .about-inner .who-is-for .who-items {
  display: flex;
  gap: 60px;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}
@media (max-width: 1380px) {
  .content-wrapper .about-inner .who-is-for .who-items {
    justify-content: center;
    gap: 30px;
  }
}
.content-wrapper .about-inner .who-is-for .who-items .who-item {
  display: flex;
  gap: 24px;
  flex-direction: column;
  width: 280px;
  opacity: 0;
  transition: all 0.66s ease;
}
@media (max-width: 760px) {
  .content-wrapper .about-inner .who-is-for .who-items .who-item {
    width: 140px;
  }
}
.content-wrapper .about-inner .who-is-for .who-items .who-item p {
  margin: 0 0 0 0;
  font-size: 18px;
}
.content-wrapper .about-inner .who-is-for .who-items .who-item:nth-child(2n+1) {
  flex-direction: column-reverse;
}
.content-wrapper .about-inner .who-is-for .who-items .who-item.fadein {
  opacity: 1;
}
.content-wrapper .about-inner .about-image {
  width: 100%;
  margin: 40px auto;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .about-image {
    margin: 40px auto 20px auto;
  }
}
.content-wrapper .about-inner .about-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.content-wrapper .about-inner .our-offer {
  margin: min(150px, 12vw) 0 60px 0;
}
.content-wrapper .about-inner .our-offer .offer-list {
  display: flex;
  gap: 60px;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 1380px) {
  .content-wrapper .about-inner .our-offer .offer-list {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .our-offer .offer-list {
    gap: 30px;
  }
}
.content-wrapper .about-inner .our-offer .offer-list .offer-item {
  width: 280px;
}
@media (max-width: 760px) {
  .content-wrapper .about-inner .our-offer .offer-list .offer-item {
    width: 140px;
  }
}
.content-wrapper .about-inner .our-offer .offer-list .offer-item .icon {
  width: 50px;
  height: 50px;
}
.content-wrapper .about-inner .our-offer .offer-list .offer-item p {
  margin: 20px 0 0 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .our-offer .offer-list .offer-item p {
    font-size: 16px;
  }
}
.content-wrapper .about-inner .door-graphic {
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic {
    flex-direction: column;
  }
}
.content-wrapper .about-inner .door-graphic .why-us {
  width: 440px;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic .why-us {
    width: 100%;
  }
}
.content-wrapper .about-inner .door-graphic .why-us .about-text {
  font-size: 16px;
}
.content-wrapper .about-inner .door-graphic .door-middle {
  position: relative;
  width: 340px;
  height: 740px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, 40px);
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic .door-middle {
    width: 240px;
    height: 480px;
    top: -40px;
  }
}
.content-wrapper .about-inner .door-graphic .door-middle .door {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper .about-inner .door-graphic .door-middle .door img {
  transform-origin: center;
  transform: scale(0.85);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic .door-middle .door img {
    transform: scale(0.7);
    bottom: 67px;
  }
}
.content-wrapper .about-inner .door-graphic .door-middle .rock {
  position: absolute;
  transform: translate(0, min(245px, 17vw));
  width: min(574px, 40vw);
  height: min(515px, 37vw);
  z-index: 2;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic .door-middle .rock {
    width: 340px;
    height: 460px;
  }
}
.content-wrapper .about-inner .door-graphic .door-middle .rock img {
  transform-origin: center;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-wrapper .about-inner .door-graphic .door-middle .dot-large {
  border-radius: 50%;
  width: min(720px, 34vw);
  height: min(720px, 34vw);
  transition: all 0.66s ease;
  background: #eeeeee;
  position: absolute;
  z-index: 1;
  transform: scale(0);
  transition-delay: 1s;
}
.content-wrapper .about-inner .door-graphic .door-middle .dot-large.grow {
  transform: scale(1);
}
.content-wrapper .about-inner .door-graphic .yellow-boxes {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  width: 440px;
  z-index: 3;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic .yellow-boxes {
    width: 300px;
    gap: 24px;
  }
}
.content-wrapper .about-inner .door-graphic .yellow-boxes .box {
  background: #40b357;
  color: #ffffff;
  text-transform: uppercase;
  padding: 24px;
  font-size: 18px;
  line-height: 1.15em;
  font-weight: normal;
  transition: all 0.66s ease;
  opacity: 0;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .door-graphic .yellow-boxes .box {
    font-size: 16px;
    padding: 18px;
  }
}
.content-wrapper .about-inner .door-graphic .yellow-boxes .box.fadein {
  opacity: 1;
}
.content-wrapper .about-inner .safety-wrapper {
  width: 100%;
  margin: 60px 0;
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .safety-wrapper {
    margin: 30px 0;
  }
}
.content-wrapper .about-inner .safety-wrapper .safety-text {
  position: relative;
  color: #40b357;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25em;
}
.content-wrapper .about-inner .safety-wrapper .safety-text .modal-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  cursor: pointer;
  padding: 30px 40px;
}
.content-wrapper .about-inner .safety-wrapper .safety-text .modal-text:has(.drop-icon.rotate) + .drop p:first-child {
  margin-top: 0;
}
.content-wrapper .about-inner .safety-wrapper .safety-text .modal-text .drop-icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.33s ease;
}
.content-wrapper .about-inner .safety-wrapper .safety-text .modal-text .drop-icon.rotate {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .safety-wrapper .safety-text .modal-text {
    font-size: 16px;
    padding: 20px 20px;
  }
}
.content-wrapper .about-inner .safety-wrapper .safety-text .drop {
  color: #222222;
  padding: 0 30px 30px;
}
.content-wrapper .about-inner .safety-wrapper .safety-text .drop p {
  font-size: 18px;
  font-weight: normal;
  color: inherit;
  text-transform: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .content-wrapper .about-inner .safety-wrapper .safety-text .drop p {
    font-size: 16px;
    line-height: 1.3em;
  }
}

.afterWarrantyService {
  width: 100%;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.afterWarrantyService a {
  color: #40b357;
  font-weight: 600;
  text-decoration: underline;
}
.afterWarrantyService a:visited {
  color: #40b357;
}
.afterWarrantyService .afterWarrantyService_wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 5em;
  margin-bottom: 5em;
}
.afterWarrantyService .afterWarrantyService_wrapper .redactor {
  width: 52%;
}
.afterWarrantyService .afterWarrantyService_wrapper .redactor h1 {
  color: #232e3f;
  font-size: 2.375em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.25em;
  text-transform: uppercase;
}
.afterWarrantyService .afterWarrantyService_wrapper .image {
  max-width: calc(48% - 5em);
}
.afterWarrantyService .afterWarrantyService_map {
  width: 100%;
}
.afterWarrantyService .afterWarrantyService_map svg {
  width: 100%;
  height: auto;
}
.afterWarrantyService .afterWarrantyService_region {
  width: calc(100% + (100vw - 1300px) / 2);
  align-self: flex-start;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 5em;
  margin-top: 2em;
}
.afterWarrantyService .afterWarrantyService_region .region_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25em;
}
.afterWarrantyService .afterWarrantyService_region .region_item .logo {
  width: 100%;
  max-width: 210px;
  height: 5em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.afterWarrantyService .afterWarrantyService_region .region_item .region_wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.afterWarrantyService .afterWarrantyService_region .region_item .region_wrapper .column {
  width: calc(55% - 11px);
}
.afterWarrantyService .afterWarrantyService_region .region_item .region_wrapper .column:last-child {
  width: calc(45% - 11px);
}
.afterWarrantyService .afterWarrantyService_region .region_item .region_wrapper .column .title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.38px;
  line-height: 23px;
}
.afterWarrantyService .afterWarrantyService_region .region_item .region_wrapper .column .name {
  font-size: 18px;
  letter-spacing: 0.38px;
  line-height: 23px;
}
.afterWarrantyService .afterWarrantyService_region .region_item .region_wrapper .column .phone {
  display: block;
  font-size: 18px;
  letter-spacing: 0.38px;
  line-height: 23px;
  margin-top: 1em;
}
.afterWarrantyService .afterWarrantyService_region .region_item .region_wrapper .line {
  width: 2px;
  height: 5em;
  align-self: center;
}
@media (max-width: 1500px) {
  .afterWarrantyService .afterWarrantyService_region {
    grid-gap: 2.5em;
  }
}
@media (max-width: 1380px) {
  .afterWarrantyService {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
  .afterWarrantyService .afterWarrantyService_wrapper {
    gap: 2.5em;
  }
  .afterWarrantyService .afterWarrantyService_region {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .afterWarrantyService .afterWarrantyService_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .afterWarrantyService .afterWarrantyService_wrapper .redactor {
    width: 100%;
  }
  .afterWarrantyService .afterWarrantyService_wrapper .image {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .afterWarrantyService {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .afterWarrantyService .afterWarrantyService_region {
    grid-template-columns: 100%;
  }
  .afterWarrantyService .afterWarrantyService_region .region_item .logo {
    height: 50px;
  }
}
@media (max-width: 350px) {
  .afterWarrantyService .afterWarrantyService_region .region_item .region_wrapper {
    flex-direction: column;
  }
  .afterWarrantyService .afterWarrantyService_region .region_item .region_wrapper .column {
    width: 100% !important;
  }
  .afterWarrantyService .afterWarrantyService_region .region_item .region_wrapper .line {
    display: none;
  }
}

.product-popup form {
  top: 24px;
}
.product-popup form .scroll-wrapper {
  max-height: 43vh;
  padding: 0 16px 0 0;
  overflow: auto;
}
.product-popup form .main-product-details .baseprice {
  color: #40b357;
  font-size: 24px;
  margin: auto 0 auto auto;
  font-weight: 700;
  text-align: right;
}
.product-popup form .main-product-details .baseprice span {
  color: #40b357;
  font-size: 16px;
  line-height: 1.2em;
  display: block;
}
@media (max-width: 560px) {
  .product-popup form .main-product-details .baseprice span {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .inner.v2 a.price-offer form, .inner.v2 div.price-offer form {
    padding: 0 0 210px 0;
  }
}
@media (max-width: 768px) {
  .products-price-offer-modal .inner form .product-entry-form-left .inline-form h2 {
    font-size: 22px !important;
  }
}
@media (max-width: 768px) {
  .products-price-offer-modal .inner form .product-entry-form-left .inline-form h2 span {
    font-size: 22px !important;
  }
}/*# sourceMappingURL=updates_pack2.css.map */