

/* Start:/local/templates/elikor/components/bitrix/catalog.smart.filter/catalog-2023/style.css?17210484163499*/
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/views/faq/faq-detail.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}
.custom-checkbox__field:checked + .custom-checkbox__content::before {
  border-color: #0E0E0E;
  background-color: #0E0E0E;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
.faq-detail {
  background: var(--white-color);
}

.question {
  padding: 93px 0 130px 0;
}
.question__head {
  display: flex;
  justify-content: space-between;
}
.question__back {
  text-decoration-line: underline !important;
}
.question__back {
  color: var(--white-opacity-30-color);
  font-size: 14px;
  font-weight: 400;
}
.question__page-numbering {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
}
.question__page-numbering-active {
  color: var(--black-color);
  font-weight: 500;
}
.question__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.question__img {
  width: 100%;
}
.question__title {
  margin-top: 15px;
  font-size: 44px;
  font-weight: 300;
  line-height: 100%;
}
.question__text {
  font-size: 18px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.question__text-img {
  width: 50%;
}
.question__text a {
  color: var(--elikor-green-color);
}
.question__footer {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  grid-column: 1/3;
}
.question__link {
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}
.question__link p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 300;
}
.question__social {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.question__social img {
  cursor: pointer;
}
.question__next {
  align-self: end;
}
.question__next p {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .question {
    padding: 70px 0;
  }
  .question__title {
    font-size: 30px;
    margin-top: 30px;
  }
  .question__text-img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .question {
    padding: 50px 0;
  }
  .question__content {
    grid-template-columns: initial;
    display: flex;
    flex-direction: column;
    margin-top: 25px;
  }
  .question__text {
    margin-top: 25px;
  }
  .question__footer {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 25px;
  }
  .question__link {
    order: 2;
  }
  .question__next {
    order: 1;
  }
}
@media (max-width: 576px) {
  .question__head {
    flex-direction: column;
    row-gap: 5px;
  }
}

/* End */


/* Start:/local/templates/elikor/components/bitrix/system.pagenavigation/catalog/style.css?1745936406658*/
.nums {
	position: relative;
}

.flex-nav-prev {
	position: absolute;
    left: -60px;
    top: 3px;
    width: 50px;
    height: 15px;
}

.nums img, .nums svg {
    max-width: 100%;
    height: 100%;
}

.flex-nav-next {
	position: absolute;
    right: -60px;
    top: 3px;
    width: 50px;
    height: 15px;
}

.nums a {
	color: #007451;
	margin: 0 8px;
}

.cur {
	font-weight: 500;
	margin: 0 8px;
}

.module-pagination {
	margin-top: 30px;
}


@media (max-width: 450px) {
    .nums a {
        margin: 0 2px;
    }
    .flex-nav-next {
        right: -50px;
        width: 40px;
    }
    .flex-nav-prev {
        left: -50px;
        width: 40px;
    }
}
/* End */


/* Start:/local/templates/elikor/components/bitrix/catalog.section/filter/style.css?174471258491397*/
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-1.use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/views/catalog/main.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.link-green {
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.3s;
  position: relative;
  display: inline-block;
  color: rgb(0, 115, 82);
  overflow: hidden;
  background: linear-gradient(to right, rgb(0, 115, 82), rgb(0, 115, 82) 50%, rgba(0, 115, 82, 0.5) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  text-decoration: none;
}
.link-green::after {
  content: url("data:image/svg+xml,%3Csvg width=%276%27 height=%2710%27 viewBox=%270 0 6 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6 5L0.75 0.669872L0.75 9.33013L6 5Z%27 fill=%27%23147654%27/%3E%3C/svg%3E%0A");
  margin-left: 2px;
  opacity: 0.5;
}
.link-green-mr5px::after {
  content: url("data:image/svg+xml,%3Csvg width=%276%27 height=%2710%27 viewBox=%270 0 6 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6 5L0.75 0.669872L0.75 9.33013L6 5Z%27 fill=%27%23147654%27/%3E%3C/svg%3E%0A");
  margin-left: 5px;
  opacity: 0.5;
}
.link-green-mr5px:hover::after {
  opacity: 1;
}
.link-green:hover {
  background-position: 0 100%;
}
.link-green:hover::after {
  opacity: 1;
}
.link-black {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
}
.link-black::after {
  content: "";
  margin-left: 2px;
}
.link-pdf {
  text-decoration: underline !important;
}
.link-pdf {
  color: var(--black-opacity-50-color);
  margin-left: 22px;
  transition: all 0.5s;
  position: relative;
}
.link-pdf::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.67641 12.0572C5.80714 11.9759 5.95001 11.8967 6.10502 11.8214C5.97408 12.0285 5.83385 12.2288 5.68482 12.4216C5.42335 12.7554 5.21978 12.9327 5.09185 12.9881C5.08123 12.9929 5.07031 12.9968 5.05917 13C5.04985 12.9863 5.04172 12.9717 5.03489 12.9564C4.9826 12.8475 4.98447 12.7425 5.07224 12.5999C5.17123 12.4365 5.37012 12.2493 5.67641 12.0572ZM7.96889 10.426C7.85777 10.4508 7.74758 10.4755 7.63646 10.5033C7.80105 10.1612 7.95674 9.81446 8.10335 9.46336C8.25096 9.75346 8.40984 10.037 8.57959 10.3131C8.37696 10.3448 8.17246 10.3824 7.96889 10.426ZM10.3267 11.356C10.1817 11.2319 10.0459 11.0961 9.92053 10.9499C10.1334 10.9549 10.3258 10.9717 10.492 11.0034C10.788 11.0598 10.9272 11.149 10.9757 11.2104C10.991 11.2275 10.9997 11.2502 11 11.2738C10.9967 11.3436 10.9775 11.4116 10.944 11.4718C10.9251 11.5201 10.8949 11.5624 10.8562 11.5947C10.8369 11.6072 10.8142 11.6124 10.7918 11.6095C10.7077 11.6065 10.5508 11.5441 10.3267 11.356ZM8.24903 6.65563C8.21168 6.89728 8.14818 7.17459 8.06227 7.47666C8.03061 7.36355 8.00289 7.24925 7.97916 7.13398C7.90819 6.78438 7.89792 6.51005 7.9362 6.31989C7.97169 6.1446 8.03892 6.07428 8.11923 6.03962C8.1623 6.01948 8.20792 6.00613 8.25463 6C8.26677 6.02971 8.28078 6.09111 8.28451 6.1961C8.28918 6.31692 8.27798 6.47043 8.24903 6.65662V6.65563Z%27 fill=%27%23F0111E%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4 0H9.293C9.5582 5.66374e-05 9.81251 0.105451 10 0.293L13.707 4C13.8945 4.18749 13.9999 4.4418 14 4.707V14C14 14.5304 13.7893 15.0391 13.4142 15.4142C13.0391 15.7893 12.5304 16 12 16H4C3.46957 16 2.96086 15.7893 2.58579 15.4142C2.21071 15.0391 2 14.5304 2 14V2C2 1.46957 2.21071 0.960859 2.58579 0.585786C2.96086 0.210714 3.46957 0 4 0ZM9.5 1.5V3.5C9.5 3.76522 9.60536 4.01957 9.79289 4.20711C9.98043 4.39464 10.2348 4.5 10.5 4.5H12.5L9.5 1.5ZM4.165 13.668C4.255 13.848 4.395 14.011 4.603 14.087C4.81 14.162 5.015 14.127 5.183 14.057C5.501 13.927 5.818 13.621 6.109 13.271C6.442 12.87 6.792 12.344 7.13 11.761C7.78253 11.5676 8.45075 11.4317 9.127 11.355C9.427 11.738 9.737 12.068 10.037 12.305C10.317 12.525 10.64 12.708 10.971 12.722C11.1513 12.7309 11.3298 12.6826 11.481 12.584C11.636 12.483 11.751 12.337 11.835 12.168C11.925 11.987 11.98 11.798 11.973 11.605C11.9667 11.4147 11.8962 11.2322 11.773 11.087C11.547 10.817 11.177 10.687 10.813 10.622C10.3714 10.5536 9.92343 10.5368 9.478 10.572C9.10186 10.0403 8.77389 9.47602 8.498 8.886C8.748 8.226 8.935 7.602 9.018 7.092C9.054 6.874 9.073 6.666 9.066 6.478C9.06476 6.29139 9.02134 6.10747 8.939 5.94C8.89156 5.84758 8.82414 5.76687 8.74164 5.70374C8.65913 5.64061 8.56361 5.59663 8.462 5.575C8.26 5.532 8.052 5.575 7.861 5.652C7.484 5.802 7.285 6.122 7.21 6.475C7.137 6.815 7.17 7.211 7.256 7.611C7.344 8.017 7.494 8.459 7.686 8.906C7.37889 9.6698 7.02419 10.4136 6.624 11.133C6.10864 11.2951 5.61188 11.5114 5.142 11.778C4.772 11.998 4.443 12.258 4.245 12.565C4.035 12.891 3.97 13.279 4.165 13.668Z%27 fill=%27%23F0111E%27/%3E%3C/svg%3E");
}
.link-pdf:hover {
  color: var(--black-color);
}
.link-flowing {
  opacity: 1;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.link-flowing-black {
  color: #000;
  background: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 50%);
  -webkit-text-fill-color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
.link-flowing-red {
  color: rgb(240, 17, 30);
  background: linear-gradient(to right, rgb(240, 17, 30), rgb(240, 17, 30) 50%, rgba(240, 17, 30, 0.5) 50%);
  -webkit-text-fill-color: rgb(240, 17, 30);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
.link-flowing-white {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.5) 50%);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
.link-flowing-pdf {
  color: #000;
  background: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
.link-flowing-green-to-transparent {
  display: inline;
  background: linear-gradient(to right, rgba(0, 115, 82, 0.5) 50%, rgb(0, 115, 82) 50%, rgb(0, 115, 82));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
  cursor: pointer;
}
.link-flowing-opacity-05-to-black {
  background: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 50%);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.3333333333);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
.link-flowing-black-to-green {
  transition: background-position 1000ms ease !important;
}
.link-flowing-black-to-green {
  color: inherit;
  background: linear-gradient(to right, #007451, rgba(0, 116, 81, 0.3137254902) 50%, #000 50%);
  -webkit-text-fill-color: black;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  display: block;
}
.link-flowing-black-to-green:hover {
  -webkit-text-fill-color: transparent !important;
}
.link-flowing-03black-to-green {
  background: linear-gradient(to right, #007451, #007451 50%, rgba(0, 116, 81, 0.3137254902) 50%);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.2);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease;
}
.link-flowing:hover {
  background-position: 0 100%;
}
.link-flowing:hover::after {
  opacity: 1;
}
.link-pdf-container {
  text-decoration-line: underline !important;
  text-decoration-color: rgba(0, 0, 0, 0.3333333333) !important;
}
.link-pdf-container {
  display: flex;
  align-items: flex-start;
  transition: all 3s;
}
.link-pdf-container img {
  width: 16.5px;
  height: 17px;
  transition: all 3s;
}
.link-pdf-container p {
  color: inherit;
  margin-left: 3px;
  margin-bottom: 0;
}
.link-pdf-container:hover img {
  animation: jump 0.45s linear forwards;
}
.link-pdf-container:hover {
  text-decoration-color: #000 !important;
}

.link-green-round {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  margin-bottom: 5px;
  background: var(--elikor-green-color);
  position: relative;
  transition: all 1s;
}
.link-green-round:hover {
  scale: 0.9;
}
.link-green-round::after {
  content: "";
  position: absolute;
  top: calc(50% - 67.175px);
  left: calc(50% + 77.175px);
  content: url("data:image/svg+xml;utf8,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" transform=\"rotate%28-14deg%29\" xmlns=\"http://www.w3.org/2000/svg\"><path id=\"Polygon 1\" d=\"M15.179 3.08206L0.431435 0.180505L10.5138 17.3589L15.179 3.08206Z\" fill=\"%23007451\"/></svg>");
  width: 16px;
  height: 18px;
}
.link-green-round .oldPrice {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.33px;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  text-decoration: line-through;
}
.link-green-round .price {
  color: var(--white-color);
  font-family: Rubik;
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize;
}
.link-green-round .more {
  margin-top: 20px;
  color: var(--white-color);
  font-size: 16px;
  opacity: 0.5;
}

.link-green-round:hover .price {
  animation: hidePrice 0.8s;
  animation-fill-mode: both;
}

.link-green-round:hover .oldPrice {
  animation: hidePrice 0.8s;
  animation-fill-mode: both;
}

.link-green-round:hover .more {
  animation: moreTranslate 1s;
  animation-fill-mode: both;
}

.link-green-round:hover:after {
  animation: moving 1.2s 1 linear;
  transform-origin: -77px 67px;
}

@keyframes hidePrice {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moreTranslate {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(-35px);
    opacity: 1;
  }
}
@keyframes moving {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes jump {
  10% {
    transition-timing-function: ease-out;
  }
  30% {
    transform: translateY(-0.6em);
    transition-timing-function: ease-in;
  }
  50% {
    transform: translateY(0);
    transition-timing-function: ease-out;
  }
  80% {
    transform: translateY(-0.25em);
    transition-timing-function: ease-in;
  }
}
.card-preview-main {
  position: relative;
  background: var(--white-color);
  transition: all 0.3s ease;
}
.card-preview-main__temp-link {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-preview-main__temp-link > * {
  transition: all 0.5s ease;
}
.card-preview-main__image {
  padding-top: 50px;
  display: block;
  margin: 0 auto;
  max-height: 299px;
}
.card-preview-main__content {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 15px 15px 15px;
  position: relative;
}
.card-preview-main .outOfStock {
  font-family: "RobotoCondensed";
  font-size: 13px;
  font-weight: 400;
  line-height: 15.23px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #F0111E;
  text-transform: uppercase;
  position: absolute;
  bottom: calc(100% + 10px);
}
.card-preview-main .sku {
  display: flex;
  margin-bottom: 4px;
}
.card-preview-main .sku__name, .card-preview-main .sku__value {
  font-family: "RobotoCondensed";
  font-size: 11px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.card-preview-main .sku__value {
  margin-left: 3px;
  color: #262626;
  opacity: 0.4;
}
.card-preview-main__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black-color);
  font-size: 18px;
}
.card-preview-main__name {
  font-weight: 400;
  line-height: 100%;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.card-preview-main__price {
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.card-preview-main__price-old {
  text-decoration-line: line-through;
  font-weight: 400;
  font-size: 14px;
}
.card-preview-main__price-new {
  color: var(--red-color);
}
.card-preview-main__desc {
  margin-top: 15px;
  display: none;
}
.card-preview-main__desc .field {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.card-preview-main__desc .field:last-child {
  margin-bottom: 0;
}
.card-preview-main__desc .field_name {
  font-family: "RobotoCondensed";
  font-size: 14px;
  font-weight: 300;
  color: #000;
  opacity: 0.4;
}
.card-preview-main__desc .field_value {
  font-family: "RobotoCondensed";
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.card-preview-main__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 111px;
  height: 30px;
  padding: 10px 15px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.card-preview-main__banner-top {
  background: var(--black-color);
}
.card-preview-main__banner-new {
  background: #e20814;
}
.card-preview-main__input {
  width: 0;
  height: 0;
  display: none;
}
.card-preview-main__absEl {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.card-preview-main__novelty {
  background: #E20814;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 7px 12px;
  color: #FFFFFF;
  font-family: "RobotoCondensed";
  font-size: 14px;
  font-weight: 400;
}
.card-preview-main__ar {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  position: relative;
}
.card-preview-main__ar img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 55%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.card-preview-main__add {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.card-preview-main .compare_add {
  width: 42px;
  height: 42px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.card-preview-main .compare_add .hint {
  opacity: 0;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  padding: 12px;
  color: #000;
  font-family: "RobotoCondensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  border-radius: 2px;
  background: #fff;
  transition: opacity 0.3s ease;
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.06), 0px 8px 12px -2px rgba(0, 0, 0, 0.08);
}
.card-preview-main .compare_add .hint::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  border: 7px solid transparent;
  border-left: 7px solid #fff;
}
.card-preview-main .compare_add:hover {
  overflow: visible;
}
.card-preview-main .compare_add:hover .hint {
  opacity: 1;
}
.card-preview-main .compare_add.plus, .card-preview-main .compare_add.minus {
  position: absolute;
  width: 42px;
  height: 42px;
}
.card-preview-main .compare_add.plus::before, .card-preview-main .compare_add.plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1.5px;
  border-radius: 10px;
  background: #999;
}
.card-preview-main .compare_add.plus::before {
  transform: translate(-50%, -50%);
}
.card-preview-main .compare_add.plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.card-preview-main .compare_add.minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1.5px;
  border-radius: 10px;
  background: #999;
  transform: translate(-50%, -50%);
}
.card-preview-main__one-color {
  border-radius: 38.7px;
  border: 1px solid #7a7a7a;
  background: var(--white-color);
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateX(-50%);
}
.card-preview-main__color {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 15px;
  height: 44px;
  row-gap: 4px;
  display: none;
  position: absolute;
  top: 25.5%;
  right: 13px;
}
.card-preview-main__color span {
  border-radius: 27.318px;
}
.card-preview-main__color-white {
  width: 10.588px;
  height: 10.588px;
  border-radius: 27.318px;
  border: 0.882px solid #626262;
  background: var(--white-color);
}
.card-preview-main__color-black {
  width: 15px;
  height: 15px;
  border: 0.882px solid var(--black-color);
  background: var(--black-color);
}
.card-preview-main__color-gray {
  width: 10.588px;
  height: 10.588px;
  border-radius: 27.318px;
  background: #626262;
}
.card-preview-main__detail {
  position: relative;
  padding-right: 58px;
  width: 100%;
  height: 51px;
  background: var(--dark-gray-color);
  border: 1px solid #202020;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  transform: translateY(100%);
  display: none;
  transition: all 0.9s;
}
.card-preview-main__detail.in-basket {
  transform: translateY(0);
  display: flex;
}
.card-preview-main__detail:hover {
  background: var(--black-color);
}
.card-preview-main__detail a {
  color: var(--white-color);
  position: relative;
}
.card-preview-main__detail .making-order {
  position: relative;
}
.card-preview-main__detail .making-order::after {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.5019607843);
}
.card-preview-main__like-container {
  width: 58px;
  height: 51px;
  background: #147654;
  position: absolute;
  top: -1px;
  right: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-preview-main__like-container:hover .card-preview-main__like__icon {
  opacity: 1;
  fill: rgb(255, 255, 255);
}
.card-preview-main__like__icon {
  width: 24px;
  height: 22px;
  opacity: 0.5;
  cursor: pointer;
  fill: rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
}
.card-preview-main .infavor {
  opacity: 1;
  fill: rgb(255, 255, 255);
}
.card-preview-main:hover .card-preview-main__detail, .card-preview-main.card-preview-main-min.in-basket .card-preview-main__detail {
  display: flex;
  transform: translateY(0);
}
.card-preview-main:hover .card-preview-main__content, .card-preview-main.card-preview-main-min.in-basket .card-preview-main__content {
  margin-top: auto;
  margin-bottom: 0;
}
.card-preview-main:hover .card-preview-main__desc, .card-preview-main.card-preview-main-min.in-basket .card-preview-main__desc {
  display: block;
}
.card-preview-main:hover .card-preview-main__image, .card-preview-main.card-preview-main-min.in-basket .card-preview-main__image {
  max-height: 206px;
}
.card-preview-main:hover .card-preview-main__color, .card-preview-main.card-preview-main-min.in-basket .card-preview-main__color {
  display: flex;
}
.card-preview-main:hover .card-preview-main__one-color, .card-preview-main.card-preview-main-min.in-basket .card-preview-main__one-color {
  display: none;
}
.card-preview-main:hover {
  box-shadow: 0px 0px 31.7px 0px rgba(0, 0, 0, 0.2509803922);
}
.card-preview-main.in-basket .card-preview-main__detail {
  background: #FFFFFF;
  color: #000000;
}
.card-preview-main-min {
  height: 416px;
  overflow: hidden;
}
.card-preview-main-min .card-preview-main__price {
  text-align: right;
}
.card-preview-main-big {
  height: 840px;
  overflow: hidden;
  grid-area: 1/2/3/4;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-height: none;
  max-height: initial;
}
.card-preview-main-big .card-preview-main__image {
  width: auto;
  max-width: 100%;
  max-height: 521px;
}
.card-preview-main-big .card-preview-main__content {
  margin-top: 161px;
  padding: 0 18px 18px 18px;
  margin-top: auto;
  margin-bottom: 0;
  transition: all 0.5s;
  display: flex;
}
.card-preview-main-big .card-preview-main__inf {
  width: 50%;
}
.card-preview-main-big .card-preview-main__desc {
  display: block;
  margin-top: 0;
}
.card-preview-main-big .card-preview-main__desc .field {
  justify-content: flex-start;
}
.card-preview-main-big .card-preview-main__desc .field_name {
  margin-right: 10px;
}
.card-preview-main-big .card-preview-main__title {
  display: flex;
  flex-direction: column;
  justify-content: initial;
  align-items: initial;
}
.card-preview-main-big .card-preview-main__price {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 7px;
}
.card-preview-main-big .card-preview-main__color {
  top: 39%;
}
.card-preview-main-big:hover .card-preview-main__detail {
  display: flex;
  margin-top: 0;
  transform: translateY(0);
}
.card-preview-main-big:hover .card-preview-main__image {
  max-height: 521px;
}
.card-preview-main-big:hover .card-preview-main__color {
  display: flex;
}
.card-preview-main-bg-gray {
  background-color: var(--light-gray-color);
}
.card-preview-main .card-main__btn-buy {
  width: 100%;
  height: 100%;
}
.card-preview-main .card-main__btn-buy svg {
  margin-right: 0;
  margin-left: 5px;
}
.card-preview-main .show-product {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-preview-main.card-preview-main-min .show-product {
  height: 100%;
}
.card-preview-main .hideVariant {
  display: none;
}

#animation-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1000;
  display: none;
}

/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}
.custom-checkbox__field:checked + .custom-checkbox__content::before {
  border-color: #0E0E0E;
  background-color: #0E0E0E;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
.card-main {
  background: #fff;
}
.card-main__container {
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.card-main__img {
  padding: 0 32px;
  height: 100%;
  position: relative;
}
.card-main__img img {
  display: block;
  height: 100%;
  margin: 0 auto;
  position: static;
  position: initial;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.card-main .imgs-container {
  width: calc(50vw - 40px);
  margin-right: 40px;
  height: 100%;
  background: #f3f2f0;
  padding: 10% 10% 3% 20%;
  cursor: pointer;
  position: relative;
}
.card-main .imgs-container .novelty {
  position: absolute;
  top: 30px;
  background: #E20814;
  padding: 7px 12px;
  color: #FFFFFF;
  font-family: "RobotoCondensed";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  left: calc(21% + 20px);
}
.card-main .imgs-container .warrantyPlate {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  z-index: 200;
}
.card-main .imgs-container .show3D {
  opacity: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  transition: all 0.3s ease;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  box-shadow: 0px 0px 22.7999992371px 0px rgba(0, 0, 0, 0.0588235294);
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-main .imgs-container .show3D svg {
  width: 24px;
  height: 24px;
}
.card-main .imgs-container:hover .img-arrow-prev,
.card-main .imgs-container:hover .img-arrow-next {
  opacity: 0.2;
}
.card-main .imgs-container:hover .show3D {
  opacity: 1;
}
.card-main .swiper-img,
.card-main .swiper-img2 {
  width: 100%;
  height: 100%;
}
.card-main .swiper-img .swiper-slide,
.card-main .swiper-img2 .swiper-slide {
  height: 400px;
}
.card-main .swiper-img .swiper-slide img,
.card-main .swiper-img2 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-main .swiper-img .img-pagination,
.card-main .swiper-img2 .img-pagination {
  width: 100%;
  margin: 0 auto;
  position: relative;
  transform: translateY(-100%);
  display: flex;
}
.card-main .swiper-img .img-pagination span,
.card-main .swiper-img2 .img-pagination span {
  flex: 1;
  margin-right: 6px;
  border-radius: 2px;
  height: 2px;
  background: #000;
  opacity: 0.1;
  display: block;
  cursor: pointer;
}
.card-main .swiper-img .img-pagination .swiper-pagination-bullet-active,
.card-main .swiper-img2 .img-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.card-main .swiper-img .img-arrow-prev,
.card-main .swiper-img .img-arrow-next,
.card-main .swiper-img2 .img-arrow-prev,
.card-main .swiper-img2 .img-arrow-next {
  position: absolute;
  top: 60%;
  z-index: 100;
  width: 70px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.card-main .swiper-img .img-arrow-prev svg,
.card-main .swiper-img .img-arrow-next svg,
.card-main .swiper-img2 .img-arrow-prev svg,
.card-main .swiper-img2 .img-arrow-next svg {
  width: 55px;
  height: 16px;
}
.card-main .swiper-img .img-arrow-prev:hover,
.card-main .swiper-img .img-arrow-next:hover,
.card-main .swiper-img2 .img-arrow-prev:hover,
.card-main .swiper-img2 .img-arrow-next:hover {
  opacity: 1;
}
.card-main .swiper-img .img-arrow-prev,
.card-main .swiper-img2 .img-arrow-prev {
  left: 20px;
}
.card-main .swiper-img .img-arrow-next,
.card-main .swiper-img2 .img-arrow-next {
  right: 20px;
}
.card-main .swiper-img .img-arrow-next svg,
.card-main .swiper-img2 .img-arrow-next svg {
  transform: rotate(180deg);
}
.card-main .imgs-container-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 110px 70px 60px 70px;
  background: #fff;
  z-index: 99999999999;
  display: flex;
  align-items: center;
  display: none;
}
.card-main .imgs-container-full .close-imgs {
  position: absolute;
  top: 45px;
  right: 50px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  opacity: 0.4;
  transition: all 0.3s ease;
  z-index: 2;
}
.card-main .imgs-container-full .close-imgs::before, .card-main .imgs-container-full .close-imgs::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  border-radius: 5px;
  background: #000;
  top: 50%;
  left: 50%;
}
.card-main .imgs-container-full .close-imgs::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.card-main .imgs-container-full .close-imgs::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.card-main .imgs-container-full .close-imgs:hover {
  opacity: 1;
}
.card-main .imgs-container-full .swiper-slide {
  height: 90%;
  transition: all 0.3s ease;
}
.card-main .imgs-container-full .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-main .imgs-container-full .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  transform: scale(0.3);
}
.card-main .imgs-container-full .img-pagination {
  width: 40%;
}
.card-main .imgs-container-full .img-arrow-prev,
.card-main .imgs-container-full .img-arrow-next {
  opacity: 0.2;
  cursor: pointer;
  top: 75%;
}
.card-main .imgs-container-full .img-arrow-prev {
  left: 25%;
}
.card-main .imgs-container-full .img-arrow-next {
  right: 25%;
}
.card-main .full3d {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 99999999999;
  display: flex;
  align-items: center;
  display: none;
}
.card-main .full3d iframe,
.card-main .full3d .vctr-container {
  width: 80% !important;
  height: 80% !important;
}
.card-main .full3d iframe,
.card-main .full3d .vctr-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-main .full3d iframe .vctr-viewer,
.card-main .full3d .vctr-container .vctr-viewer {
  width: 100%;
  height: 100%;
}
.card-main .full3d iframe .vctr-customizer,
.card-main .full3d .vctr-container .vctr-customizer {
  display: none;
}
.card-main .full3d .close3D {
  position: absolute;
  top: 45px;
  right: 50px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  opacity: 0.4;
  transition: all 0.3s ease;
  z-index: 2;
}
.card-main .full3d .close3D::before, .card-main .full3d .close3D::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  border-radius: 5px;
  background: #000;
  top: 50%;
  left: 50%;
}
.card-main .full3d .close3D::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.card-main .full3d .close3D::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.card-main .full3d .close3D:hover {
  opacity: 1;
}
.card-main .breadcrumb {
  background-color: #fff;
}
.card-main__desc {
  max-width: calc(var(--container-width) / 2);
  margin-right: 15px;
}
.card-main__title-block {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 75px;
}
.card-main__title {
  position: relative;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
  font-family: "RobotoFlex";
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.05em;
  font-variation-settings: "wdth" 100, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 96, "YOPQ" 79, "YTLC" 514, "YTUC" 712, "YTAS" 750, "YTDE" -203, "YTFI" 738;
}
.card-main__title span {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-main__title::before {
  position: absolute;
  top: -35px;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #f0111e;
  line-height: normal;
  top: 0;
  transform: translateY(calc(-100% - 3px));
}
.card-main__article {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  right: 0;
  top: 0;
}
.card-main__list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  font-size: 18px;
  font-weight: 300;
}
.card-main__specification {
  font-size: 18px;
  font-weight: 300;
  display: flex;
}
.card-main__specification .specification-name {
  color: var(--black-opacity-50-color);
  margin-bottom: 2px;
  min-width: 216px;
  font-weight: 300;
  text-transform: none;
}
.card-main__specification .specification-current {
  position: relative;
  display: flex;
}
.card-main__specification .specification-current.switchable {
  cursor: pointer;
}
.card-main__specification .specification-current.switchable p {
  color: #000;
  font-family: "RobotoCondensed";
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 10px;
}
.card-main__specification .switchingParameters {
  height: inherit;
  display: flex;
  align-items: center;
}
.card-main__specification .switchingParameters svg {
  width: 8px;
  height: 4px;
  transform: translateY(-2px);
}
.card-main__specification .switchingParameters__values {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 15px;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.0901960784);
  z-index: 2;
  display: none;
  max-width: 285px;
  min-width: 130px;
}
.card-main__specification .switchingParameters__values-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.3s ease;
}
.card-main__specification .switchingParameters__values-item:last-child {
  margin-bottom: 0;
}
.card-main__specification .switchingParameters__values-item .radio {
  width: 16px;
  height: 16px;
  border-radius: 20px;
  border: 1px solid #007451;
  margin-right: 8px;
  flex-shrink: 0;
}
.card-main__specification .switchingParameters__values-item a {
  font-family: "RobotoCondensed";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  white-space: normal;
  flex-shrink: 0;
  text-transform: uppercase;
  max-width: calc(100% - 30px);
  color: #0e0e0e;
}
.card-main__specification .switchingParameters__values-item:hover {
  opacity: 1;
}
.card-main__specification .switchingParameters__values-item.active {
  opacity: 1;
}
.card-main__specification .switchingParameters__values-item.active .radio {
  border: 6px solid #007451;
}
.card-main__specification:first-child p:first-child::after {
  margin-left: 5px;
}
.card-main .price-wrapper {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.card-main__price span {
  margin-right: 15px;
  color: var(--elikor-green-color);
  font-family: "RobotoFlex";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.card-main__price img {
  vertical-align: baseline;
  vertical-align: initial;
  cursor: pointer;
  margin-left: 5px;
}
.card-main__price-old span {
  color: #000000;
  font-weight: 400;
  text-decoration: line-through;
  font-family: "RobotoFlex";
  font-size: 18px;
}
.card-main .buy-wrapper {
  margin: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-main .buy-wrapper .outOfStock {
  text-transform: uppercase;
  font-family: "RobotoFlex";
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.card-main .buy-wrapper .making-order {
  background: #fff;
  color: #000;
}
.card-main .buy-wrapper .making-order span {
  position: relative;
}
.card-main .buy-wrapper .making-order span::after {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.5019607843);
}
.card-main .buy-wrapper .features {
  display: flex;
  align-items: center;
}
.card-main .buy-wrapper .features__favorite, .card-main .buy-wrapper .features__compare {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 23.36px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
}
.card-main .buy-wrapper .features__favorite svg, .card-main .buy-wrapper .features__compare svg {
  width: 20px;
  height: 20px;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.card-main .buy-wrapper .features__favorite:hover svg, .card-main .buy-wrapper .features__compare:hover svg {
  opacity: 1;
}
.card-main .buy-wrapper .features__favorite {
  margin-right: 3px;
}
.card-main__btn {
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}
.card-main__btn-buy {
  width: 48%;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-main__btn-buy span {
  font-size: 14px;
}
.card-main__btn-buy.btn-with-effect::after {
  display: none;
}
.card-main__btn-buy svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  fill: #fff;
}
.card-main__btn-buy .btn-with-effect-shadow {
  width: 100% !important;
  left: 0% !important;
}
.card-main__btn-buy:hover svg {
  fill: #000;
  z-index: 2;
}
.card-main__btn .btn-with-effect:hover .btn-with-effect-shadow_product-page {
  box-shadow: inset 0 0 0 235px #ffffff;
}
.card-main__btn-characteristic {
  align-self: center;
  cursor: pointer;
}
.card-main__btn-characteristic:hover {
  opacity: 1;
  color: var(--elikor-green-color);
}
.card-main__btn .instructions {
  display: flex;
  align-items: center;
}
.card-main__btn .instructions .card__instruction {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(240, 17, 30, 0.35);
  border-radius: 500px;
  padding: 7px;
  height: 40px;
  min-width: 40px;
}
.card-main__btn .instructions .card__instruction:first-child {
  margin-right: 3px;
}
.card-main__btn .instructions .card__instruction span {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  text-decoration: none;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-block;
  max-width: 0;
  padding-right: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.card-main__btn .instructions .card__instruction svg {
  height: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.card-main .hideVariant {
  display: none;
}

.card-body {
  background-color: #fff;
}

.offer-like {
  background: var(--white-color);
  position: relative;
  background: var(--light-gray-color);
}
.offer-like .mark {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white-color);
  font-size: 14px;
  background-color: var(--black-color);
  padding: 7px 15px;
}
.offer-like .add {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.offer-like .add::before, .offer-like .add::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  top: 50%;
  left: 50%;
  background: var(--white-opacity-30-color);
  border-radius: 10px;
}
.offer-like .add::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.offer-like .add::after {
  transform: translate(-50%, -50%);
}
.offer-like__inner {
  display: flex;
  align-items: center;
  padding: 43px 0;
}
.offer-like__img {
  width: 50%;
  padding: 0 37px;
}
.offer-like__img .image {
  width: 100%;
}
.offer-like__inf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 10px;
}
.offer-like__inf-name {
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}
.offer-like__inf-parameters {
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  color: var(--white-opacity-30-color);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.offer-like__inf-parameters .param span {
  font-weight: 400;
  color: var(--black-color);
  margin-left: 10px;
}
.offer-like__inf-price .current-price {
  font-size: 18px;
  font-weight: 500;
}

.page__card {
  background: var(--white-color);
}

.card {
  background: #fff;
  padding-top: 100px;
}
.card__tabcontent.hide {
  display: none;
}
.card__section-title {
  color: var(--black-color);
  text-align: center;
  padding-top: 120px;
  padding-bottom: 30px;
  font-family: "RobotoFlex";
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.card__section-title.similar {
  padding-top: 10px;
}
.card__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #fff;
  padding: 11px 0;
}
.card__menu__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card__menu__inner-left {
  display: flex;
  align-items: center;
}
.card__menu .buy_dupl,
.card__menu .buy_duplOff {
  cursor: pointer;
  background: #262626;
  box-shadow: 0px 0px 19.4px 0px rgba(0, 0, 0, 0.2);
  align-items: center;
  padding: 8px 11px;
  border-radius: 100px;
  display: flex;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.card__menu .buy_dupl svg,
.card__menu .buy_duplOff svg {
  fill: #fff;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  transition: all 0.2s ease;
}
.card__menu .buy_dupl span,
.card__menu .buy_duplOff span {
  font-family: "RobotoFlex";
  font-weight: 500;
  color: #fff;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.card__menu .buy_dupl:hover,
.card__menu .buy_duplOff:hover {
  background: #fff;
}
.card__menu .buy_dupl:hover svg,
.card__menu .buy_duplOff:hover svg {
  fill: #000;
}
.card__menu .buy_dupl:hover span,
.card__menu .buy_duplOff:hover span {
  color: #000;
}
.card__menu .buy_duplOff {
  background: #fff;
}
.card__menu .buy_duplOff svg {
  fill: #000;
}
.card__menu .buy_duplOff span {
  color: #000;
}
.card__menu.active {
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 15px 17.6px 0px rgba(0, 0, 0, 0.0588235294);
}
.card__menu.active .buy_dupl {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.card__instruction {
  position: relative;
  color: var(--black-opacity-50-color);
  cursor: pointer;
}
.card__instruction svg {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.card__instruction span {
  text-decoration-line: underline;
}
.card__instruction:hover .card__instruction-list {
  display: block;
}
.card__instruction-list {
  display: none;
  width: 340px;
  max-width: calc(100vw - 40px);
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 20px 30px 20px 20px;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.04);
  z-index: 1;
}
.card__instruction-list a {
  display: block;
  opacity: 0.5;
  color: var(--black-color);
}
.card__instruction-list a:not(:last-child) {
  margin-bottom: 15px;
}
.card__instruction-list a:hover {
  opacity: 1;
}
.card__toTop {
  font-family: "RobotoFlex";
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  color: #007451;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 20px;
  flex-shrink: 0;
}
.card__toTop:hover {
  opacity: 1;
}
.card__toTop.fullWidth {
  width: 100%;
}
.card__nav {
  overflow: hidden;
  position: relative;
}
.card__nav:before, .card__nav:after {
  content: "";
  position: absolute;
  top: 0;
  width: 25px;
  height: 100%;
  z-index: 2;
}
.card__nav.card__nav-left:before {
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.6110819328) 17%, rgba(255, 255, 255, 0.8043592437) 60%);
}
.card__nav.card__nav-right:after {
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.6110819328) 17%, rgba(255, 255, 255, 0.8043592437) 60%);
}
.card__nav__inner {
  display: flex;
  align-items: center;
}
.card__nav-prev, .card__nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  z-index: 10;
}
.card__nav-prev svg, .card__nav-next svg {
  fill: #000;
  width: 100%;
  height: 100%;
}
.card__nav-prev {
  display: none;
}
.card__nav-prev {
  left: 0;
}
.card__nav-next {
  right: 0;
}
.card__nav-next svg {
  transform: rotate(180deg);
}
.card__link {
  position: relative;
  display: flex;
  margin-right: 50px;
}
.card__link:last-child {
  margin-right: 0;
}
.card__link a {
  font-family: "RobotoCondensed";
  font-size: 18px;
  font-weight: 300;
  color: var(--white-opacity-30-color);
}
.card__link a:hover {
  color: var(--elikor-green-color);
}

.link-menu-card {
  font-weight: 500 !important;
}

.link-menu-card {
  text-transform: uppercase;
}
.link-menu-card:hover {
  color: #000 !important;
}

.technology[\:has\(.technology__content\:hover\)] {
  background: var(--black-color);
}

.technology:has(.technology__content:hover) {
  background: var(--black-color);
}
.technology__content {
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.technology__content:hover {
  padding-bottom: 15px;
}
.technology__content:hover .technology__img {
  grid-column: 3/5;
  grid-row: 1/3;
  height: 372px;
}
.technology__content:hover .image {
  width: 100%;
  height: 100%;
}
.technology__content:hover .technology__text {
  color: var(--white-color);
}
.technology__content:hover .technology__name {
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}
.technology__content:hover .technology__description {
  font-size: 18px;
  font-weight: 300;
}
.technology__content:hover .technology__link {
  color: var(--white-color);
}
.technology__content:hover .technology__details {
  display: flex;
}
.technology__content .image {
  width: 325px;
  height: 186px;
}
.technology__text {
  padding-right: 28px;
  padding-left: 7px;
  grid-column: 2/3;
}
.technology__name {
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}
.technology__description {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
}
.technology__link {
  display: block;
  color: var(--elikor-green-color);
  margin-top: 35px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.technology--black {
  background: var(--black-color);
}
.technology--black .technology__content {
  padding: 16px 0;
  color: var(--white-color);
  max-width: none;
}
.technology--black .technology__content .image {
  height: 372px;
  width: 100%;
}
.technology--black .technology__text {
  padding-left: 50%;
}
.technology__details {
  background-color: red;
  position: relative;
  width: 119px;
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-gray-color);
  border-radius: 50%;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  opacity: 0;
  scale: 0;
  transition: scale 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.technology__details img {
  position: absolute;
  top: 17px;
  right: 0px;
}
.technology__details p {
  cursor: pointer;
}

.technology__details {
  background: red;
}

.configuration {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 130px;
}
.configuration__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.configuration__card {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  height: 266px;
  background: #f3f2f0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.configuration__card:last-child {
  margin-right: 0;
}
.configuration__card img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 70%;
  transition: all 0.3s ease;
}
.configuration__card-main {
  height: 416px;
}
.configuration__card-main img {
  max-height: none;
  margin-bottom: 30px;
}
.configuration__card__text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #000;
  font-family: "RobotoCondensed";
  font-size: 18px;
  font-style: normal;
  transition: all 0.3s ease;
}
.configuration__card__name {
  font-weight: 400;
  line-height: 100%;
  max-width: 70%;
  white-space: normal;
}
.configuration__card__price {
  font-weight: 500;
  line-height: normal;
}
.configuration__card__block {
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.configuration__card__block .link {
  width: 100%;
  height: 50px;
  background: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "RobotoCondensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.configuration__card-item:hover img {
  max-height: calc(70% - 50px);
}
.configuration__card-item:hover .configuration__card__text {
  transform: translateY(-50px);
}
.configuration__card-item:hover .configuration__card__block {
  transform: translateY(0);
}

.similar-product__iist {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}

.like-product__list {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.about-model {
  margin-top: 35px;
  border-top: 1px solid #d9d9d9;
  background-image: url(/local/templates/elikor/components/bitrix/catalog.section/filter/../../../../4339123e8f29b37e8a5a.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 620px;
}

.swiper-card {
  margin-top: 50px;
  position: relative;
}
.swiper-card .swiper-slide {
  height: 700px;
}
.swiper-card .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.swiper-card .swiper-counter {
  position: absolute;
  left: 5%;
  top: 100%;
  transform: translateY(calc(-100% - 25px - 2px - 25px));
  z-index: 2;
  font-size: 16px;
  color: #fff;
  font-family: "RobotoFlex";
}
.swiper-card .card-arrow-prev,
.swiper-card .card-arrow-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 55px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.swiper-card .card-arrow-prev svg:hover,
.swiper-card .card-arrow-next svg:hover {
  transform: scale(1.1);
}
.swiper-card .card-arrow-prev {
  left: 60px;
}
.swiper-card .card-arrow-prev svg:hover {
  transform: scale(1.1);
}
.swiper-card .card-arrow-next {
  right: 60px;
}
.swiper-card .card-arrow-next svg {
  transform: rotate(180deg);
}
.swiper-card .card-arrow-next svg:hover {
  transform: scale(1.1) rotate(180deg);
}
.swiper-card .card-pagination {
  position: relative;
  transform: translateY(calc(-100% - 25px));
  z-index: 2;
  display: flex;
  margin: 0 auto;
  width: 90%;
}
.swiper-card .card-pagination span {
  flex: 1;
  margin-right: 6px;
  border-radius: 2px;
  height: 2px;
  background: #fff;
  opacity: 0.4;
  display: block;
  cursor: pointer;
}
.swiper-card .card-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.videos-container {
  display: flex;
  height: 562px;
  margin-top: 130px;
  align-items: center;
}
.videos-container .videos-arrow-prev,
.videos-container .videos-arrow-next {
  width: 55px;
  height: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 10px;
}
.videos-container .videos-arrow-prev:hover,
.videos-container .videos-arrow-next:hover {
  transform: scale(1.1);
}
.videos-container .videos-arrow-prev svg,
.videos-container .videos-arrow-next svg {
  width: 100%;
  height: 100%;
}
.videos-container .videos-arrow-next svg {
  transform: rotate(180deg);
}
.videos-container .swiper-videos {
  width: 1008px;
  position: relative;
  height: 562px;
}
.videos-container .swiper-videos .swiper-slide {
  height: 525px;
  width: 100%;
  position: relative;
}
.videos-container .swiper-videos .swiper-slide .video-cover {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 50px 30px;
  cursor: pointer;
}
.videos-container .swiper-videos .swiper-slide .video-cover .start-video {
  position: absolute;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videos-container .swiper-videos .swiper-slide .video-cover p {
  color: #fff;
  font-size: 28px;
  font-family: "RobotoCondensed";
  text-align: center;
}
.videos-container .swiper-videos .swiper-slide video,
.videos-container .swiper-videos .swiper-slide iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-container .swiper-videos .videos-pagination {
  width: 60%;
  margin: 0 auto;
  position: relative;
  transform: translateY(-100%);
  display: flex;
}
.videos-container .swiper-videos .videos-pagination span {
  flex: 1;
  margin-right: 6px;
  border-radius: 2px;
  height: 2px;
  background: #000;
  opacity: 0.4;
  display: block;
  cursor: pointer;
}
.videos-container .swiper-videos .videos-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.specifications {
  font-family: Roboto;
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.specifications__title {
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}
.specifications__video {
  margin-top: 25px;
  max-width: 500px;
  width: 100%;
  aspect-ratio: 500/280;
}
.specifications__photo img {
  width: 80%;
}
.specifications__list {
  display: flex;
  flex-direction: column;
}
.specifications__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: 400;
}
.specifications__item p:last-child {
  font-size: 14px;
  font-weight: 300;
}
.specifications__item:not(:first-child) {
  padding-top: 10px;
}

.plan {
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
.plan-img {
  width: calc((100% - 60px) / 3);
  aspect-ratio: 1/1;
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.plan-img:nth-child(3n) {
  margin-right: 0;
}
.plan-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.plan-img__full {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  padding: 100px !important;
  margin: 0 !important;
}
.plan-img__full {
  background: #fff;
  z-index: 99999999999;
  display: flex;
  align-items: center;
}
.plan-img__full .close-plan {
  position: absolute;
  top: 45px;
  right: 50px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  opacity: 0.4;
  transition: all 0.3s ease;
  z-index: 2;
}
.plan-img__full .close-plan::before, .plan-img__full .close-plan::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  border-radius: 5px;
  background: #000;
  top: 50%;
  left: 50%;
}
.plan-img__full .close-plan::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.plan-img__full .close-plan::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.plan-img__full .close-plan:hover {
  opacity: 1;
}
.plan-img__full img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.guarantee {
  padding-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.guarantee__img {
  display: block;
  width: 85%;
}
.guarantee__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 0;
}
.guarantee__item {
  background: none;
  padding: 25px 15px 25px 25px;
  display: flex;
  flex-direction: column;
  height: 70%;
}
.guarantee__name {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}
.guarantee__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.guarantee__icon {
  margin-top: auto;
  align-self: flex-start;
  width: 60px;
  height: 60px;
}

.activeTab a {
  color: #000 !important;
}

.activeTab a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  -webkit-text-fill-color: #000;
}

.ozonPopup {
  background: linear-gradient(102.17deg, #64B2AF -1.67%, #AA9B4B -1.67%, #70AB88 80.3%);
  box-shadow: 0px 4px 10.9px 0px rgba(0, 0, 0, 0.2509803922);
  width: 550px;
  padding: 50px 40px 35px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
}
.ozonPopup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.ozonPopup__close::before, .ozonPopup__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.ozonPopup__close::before {
  transform: translate(-50%) rotate(45deg);
}
.ozonPopup__close::after {
  transform: translate(-50%) rotate(-45deg);
}
.ozonPopup__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999999999;
  background: rgba(0, 0, 0, 0.5019607843);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  display: none;
}
.ozonPopup__title {
  font-family: "RobotoCondensed";
  font-size: 25px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
.ozonPopup__text {
  font-family: "RobotoCondensed";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
.ozonPopup__btn {
  position: relative;
  margin-top: 35px;
  background: #262626;
  border-radius: 100px;
  padding: 20px 50px;
  font-family: "RobotoCondensed";
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
.ozonPopup__btn:hover {
  background: #000;
}

.ozonPopup2 {
  background: linear-gradient(102.17deg, #64B2AF -1.67%, #AA9B4B -1.67%, #70AB88 80.3%);
  box-shadow: 0px 4px 10.9px 0px rgba(0, 0, 0, 0.2509803922);
  width: 400px;
  padding: 50px 40px 35px 40px;
  position: fixed;
  bottom: 150px;
  right: 50px;
  color: #FFFFFF;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  z-index: 500;
}
.ozonPopup2__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.ozonPopup2__close::before, .ozonPopup2__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.ozonPopup2__close::before {
  transform: translate(-50%) rotate(45deg);
}
.ozonPopup2__close::after {
  transform: translate(-50%) rotate(-45deg);
}
.ozonPopup2__title {
  font-family: "RobotoCondensed";
  font-size: 25px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
.ozonPopup2__text {
  font-family: "RobotoCondensed";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
.ozonPopup2__btn {
  position: relative;
  margin-top: 35px;
  background: #262626;
  border-radius: 100px;
  padding: 20px 50px;
  font-family: "RobotoCondensed";
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
.ozonPopup2__btn:hover {
  background: #000;
}

.guidance-pagination, .hoodcom-pagination {
  position: relative;
}
.guidance-pagination span, .hoodcom-pagination span {
  width: 8px;
  height: 8px;
  background: var(--black-color);
  opacity: 0.2;
}
.guidance-pagination .swiper-pagination-bullet-active, .hoodcom-pagination .swiper-pagination-bullet-active {
  width: 19px;
  border-radius: 30px;
  opacity: 1;
}

.guidance-arrow-prev,
.guidance-arrow-next {
  width: 55px;
  height: 16px;
}
.guidance-arrow-prev:hover,
.guidance-arrow-next:hover {
  filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7480%) hue-rotate(139deg) brightness(117%) contrast(110%);
  opacity: 0.8;
}
.guidance-arrow-prev .image,
.guidance-arrow-prev svg,
.guidance-arrow-next .image,
.guidance-arrow-next svg {
  width: 55px;
  height: 16px;
}
.guidance-arrow-prev::after,
.guidance-arrow-next::after {
  display: none;
}

.guidance-arrow-next .image,
.guidance-arrow-next svg {
  width: 55px;
  transform: rotate(180deg);
}

.hood-compatible {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 130px;
  width: 100vw;
  overflow: hidden;
}

.swiper-hoodcom {
  overflow: visible !important;
}

.swiper-hoodcom {
  width: 80vw;
}
.swiper-hoodcom .offer {
  background: #F3F2F0;
  position: relative;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.swiper-hoodcom .offer:hover .image {
  transform: scale(0.9);
}
.swiper-hoodcom .offer .mark {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white-color);
  font-size: 14px;
  background-color: var(--elikor-green-color);
  padding: 7px 15px;
}
.swiper-hoodcom .offer .add {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}
.swiper-hoodcom .offer .add::before, .swiper-hoodcom .offer .add::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  top: 50%;
  left: 50%;
  background: var(--white-opaciry-55-color);
  border-radius: 10px;
}
.swiper-hoodcom .offer .add::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.swiper-hoodcom .offer .add::after {
  transform: translate(-50%, -50%);
}
.swiper-hoodcom .offer__inner {
  display: flex;
  align-items: center;
  padding: 43px 0;
  height: 352px;
}
.swiper-hoodcom .offer__img {
  width: 50%;
  height: 90%;
  padding: 0 37px;
}
.swiper-hoodcom .offer__img .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease-in;
}
.swiper-hoodcom .offer__inf {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.swiper-hoodcom .offer__inf-name {
  color: var(--black-color);
  font-family: RobotoFlex;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.swiper-hoodcom .offer__inf-parameters {
  width: 100%;
  margin-bottom: 40px;
}
.swiper-hoodcom .offer__inf-parameters .param {
  color: var(--black-opacity-55-color);
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
.swiper-hoodcom .offer__inf-parameters .param:not(:last-child) {
  margin-bottom: 10px;
}
.swiper-hoodcom .offer__inf-parameters .param .value {
  font-weight: 400;
  color: var(--black-color);
  margin-left: 8px;
  white-space: nowrap;
}
.swiper-hoodcom .offer__inf-price {
  display: flex;
  align-items: flex-start;
}
.swiper-hoodcom .offer__inf-price .current-price {
  color: var(--red-color);
  font-size: 28px;
  margin-right: 10px;
}
.swiper-hoodcom .offer__inf-price .current-price.black {
  color: #000;
}
.swiper-hoodcom .offer__inf-price .old-price {
  color: var(--black-color);
  font-size: 16px;
  text-decoration: line-through;
}
.swiper-hoodcom .slider-control {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.swiper-hoodcom .hoodcom-pagination {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-hoodcom .hoodcom-pagination span {
  display: inline-block;
  margin-right: 4px;
  border-radius: 50px;
}
.swiper-hoodcom .guidance-arrow-prev,
.swiper-hoodcom .guidance-arrow-next {
  position: relative;
}

.empty-margin {
  padding-bottom: 130px;
  background-color: #fff;
}

.otbor-wrap {
  margin-top: 50px;
}

#otbor {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#otbor a {
  border-radius: 89px;
  border: 1px solid #007451;
  border: 1px solid var(--Elikor-Green, #007451);
  opacity: 0.4;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #147654;
  font-family: "RobotoCondensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: all 0.2s ease;
  margin-right: 5px;
  margin-bottom: 5px;
}
#otbor a:last-child {
  margin-right: 0;
}
#otbor a:hover {
  opacity: 1;
}

.catalog {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.catalog__container {
  width: var(--container-width);
}
.catalog__filter {
  margin-right: 60px;
}
.catalog .filter__header {
  padding: 34px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog .filter__menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
}
.catalog .filter__menu img:last-child {
  margin-left: -5px;
}
.catalog .filter__clear {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 400;
}
.catalog .filter-selected__list {
  display: flex;
  gap: 12px;
}
.catalog .filter-selected__item {
  padding: 1px 17px 1px 10px;
  border-radius: 16px;
  background: var(--white-color);
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.catalog .filter-selected__item p {
  color: #003626;
  font-size: 14px;
  font-weight: 400;
}
.catalog .filter-selected__item img {
  display: inline-block;
}
.catalog .filter__range {
  width: 100%;
  position: relative;
  width: 100%;
  background-color: transparent;
  border-radius: 10px;
}
.catalog .filter__range .range__container {
  width: 100%;
  position: static;
  height: 11px;
}
.catalog .filter__range .range__container input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.catalog .filter__range .range__container input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
.catalog .filter__range .range__container input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
.catalog .filter__range .range__container input[type=range]::-ms-track {
  appearance: none;
  height: 5px;
}
.catalog .filter__range .range__container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 11px;
  width: 11px;
  background-color: #007451;
  cursor: pointer;
  margin-top: -3px;
  pointer-events: auto;
  border-radius: 50%;
}
.catalog .filter__range .range__container input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 11px;
  width: 11px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #007451;
  pointer-events: auto;
}
.catalog .filter__range .range__container input[type=range]::-ms-thumb {
  appearance: none;
  height: 11px;
  width: 11px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #007451;
  pointer-events: auto;
}
.catalog .filter__range .range__container input[type=range]:active::-webkit-slider-thumb {
  background-color: #007451;
}
.catalog .filter__range .range__track {
  width: 100%;
  height: 2px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background: #000;
}
.catalog .filter .range__values {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
}
.catalog .filter .range__values span:first-child {
  padding-left: 2px;
}
.catalog .filter__list {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.catalog .filter__item {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 400;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.catalog .filter .accordion {
  margin-bottom: 0;
}
.catalog .filter .accordion .custom-checkbox {
  display: block;
}
.catalog .filter .accordion .content-inner {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.catalog .filter .accordion.active .accordion__content {
  padding-top: 15px;
}
.catalog__header {
  padding: 35px 0 36px 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog__header__sort {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog__header__sort p {
  margin-right: 12.57px;
}
.catalog__header__sort .custom-select .select-selected {
  color: var(--black-color);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.catalog__header__sort .custom-select .select-selected .image {
  margin-left: 5px;
}
.catalog__header__sort .custom-select .select-items {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  transition: all 0.2s linear;
  z-index: 10;
  background: #f3f2f0;
  box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.04);
  padding: 20px;
}
.catalog__header__sort .custom-select .select-items div {
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.catalog__header__sort .custom-select .select-items div:hover {
  color: var(--black-color);
}
.catalog__header__sort .custom-select .select-items div:last-child {
  margin-bottom: 0;
}
.catalog__header__sort .custom-select .select-hide {
  z-index: -1;
  height: 0;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  overflow: hidden;
}
.catalog__header__sort .image {
  transition: all 0.2s ease;
}
.catalog__header__sort .rotate {
  transform: rotate(180deg);
}
.catalog__box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  justify-content: flex-start;
}
.catalog__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
}
.catalog__card {
  padding: 50px 38px 15px 37px;
  background: var(--white-color);
}

.filter-box-open {
  display: block !important;
}

.compare {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 15px 0;
  background: #131313;
  background: var(--banner-dark-gray, #131313);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.compare-btn-open, .compare-btn-compare {
  padding: 11px 22px;
  background: var(--white-color);
  border-radius: 33px;
  display: block;
  margin: 0 auto;
}
.compare-btn-open img, .compare-btn-compare img {
  vertical-align: middle;
  margin-left: 3px;
}
.compare-btn-delete {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
  opacity: 0.3;
  display: flex;
  align-items: center;
}
.compare-btn-delete img {
  width: 12px;
  vertical-align: middle;
  margin-left: 3px;
}
.compare-btn-compare {
  padding: 11px 30.5px;
  text-decoration: none;
  color: inherit;
}
.compare-btn-close {
  width: 30px;
  height: 30px;
  padding: 3px 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  border: 1px solid var(--white-opacity-50-color);
  position: absolute;
  top: 0;
  right: 0;
}
.compare__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.compare__btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 17px;
  position: relative;
}
.compare__content {
  width: 75%;
  display: none;
  grid-template-columns: 2fr 1fr;
  margin-right: 0;
  margin-left: auto;
  height: 100%;
}
.compare__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
  padding-right: 30px;
}
.compare__card {
  padding: 30px 9.27px 11px 9.27px;
  position: relative;
  background: var(--white-color);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  aspect-ratio: 1/1;
}
.compare__card .card__delete {
  position: absolute;
  top: 13px;
  right: 13.58px;
  cursor: pointer;
  overflow: hidden;
}
.compare__card .card__delete .hint {
  opacity: 0;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(20px, -50%);
  padding: 12px;
  z-index: 100;
  color: #000;
  font-family: "RobotoCondensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  border-radius: 2px;
  background: #fff;
  transition: opacity 0.3s ease;
  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.06), 0px 8px 12px -2px rgba(0, 0, 0, 0.08);
}
.compare__card .card__delete .hint::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  border: 7px solid transparent;
  border-right: 7px solid #fff;
}
.compare__card .card__delete:hover {
  overflow: visible;
}
.compare__card .card__delete:hover .hint {
  opacity: 1;
}
.compare__card .card__image {
  display: block;
  margin: 0 auto;
  max-height: 88%;
}
.compare__card .card__name {
  font-size: 12px;
  font-weight: 400;
  margin-top: auto;
  margin-bottom: 0;
}
.compare__card-add {
  padding: 30.5px;
  width: 100%;
  border: 1px dashed var(--light-gray-color);
  opacity: 0.3;
  cursor: pointer;
}
.compare__card-add .add-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.compare__card-add .add-item::before, .compare__card-add .add-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  background: var(--light-gray-color);
}
.compare__card-add .add-item::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.compare__card-add .add-item::after {
  transform: translate(-50%, -50%);
}

.catalog__sale-box {
  padding: 200px 0;
}
.catalog__sale-box-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}

.compare-open {
  height: 220px;
}

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

.technologies_comp {
  position: relative;
  margin: 70px 0 0 0;
}
.technologies_comp .circle {
  position: absolute;
  width: 119px;
  height: 119px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: flex;
  scale: 0;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: none;
  text-align: center;
  transition: scale 0.5s;
}
.technologies_comp .circle span {
  text-align: center;
}
.technologies_comp .circle::after {
  content: url("data:image/svg+xml;utf8,<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" transform=\"rotate%28-14deg%29\" xmlns=\"http://www.w3.org/2000/svg\"><path id=\"Polygon 1\" d=\"M15.179 3.08206L0.431435 0.180505L10.5138 17.3589L15.179 3.08206Z\" fill=\"%23007451\"/></svg>");
  position: absolute;
  top: calc(50% - 61.175px);
  left: calc(-50% + 68.175px);
  width: 17px;
  height: 16px;
  transform: rotate(260deg);
}
.technologies_comp .line-wrapper {
  display: flex;
  justify-content: flex-end;
}
.technologies_comp .line {
  width: 100%;
  height: 1px;
  background: var(--lines-gray-color);
  margin: 15px 0;
}
.technologies_comp__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.technologies_comp__item .number {
  position: absolute;
  right: 0;
  color: var(--black-color);
  font-size: 18px;
}
.technologies_comp__item-content {
  display: flex;
  width: 650px;
  width: 100%;
  height: 270px;
}
.technologies_comp__item-content__right {
  width: 50%;
}
.technologies_comp__item-content__right .title {
  font-weight: 400;
  font-size: 28px;
  line-height: 95%;
}
.technologies_comp__item-content__right .subtitle {
  font-size: 18px;
  font-weight: 300;
  width: 80%;
  margin-top: 10px;
}
.technologies_comp__item-content__right .link {
  display: flex;
  align-items: center;
  margin-top: 35px;
  color: var(--elikor-green-color);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  transition: all 0.7s;
  width: -moz-fit-content;
  width: fit-content;
}
.technologies_comp__item-content__right .link:hover {
  opacity: 1;
}
.technologies_comp__item-content__right .link .triangle {
  width: 10px;
  height: 7px;
  margin-left: 5px;
  position: relative;
}
.technologies_comp__item-content__right .link .triangle span {
  position: absolute;
  left: 0;
  top: -1px;
  border: 5px solid transparent;
  border-left: 5px solid var(--elikor-green-color);
}
.technologies_comp__item-content__left {
  width: calc(50% - 17px);
  margin-right: 17px;
}
.technologies_comp__item-content__left .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 506px) {
  .card__nav:before, .card__nav:after {
    display: none;
    visibility: hidden;
  }
  .card__nav-prev, .card__nav-next {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 1024px) {
  .card-main__btn .instructions .card__instruction:hover {
    padding: 7px 7px 7px 13px;
  }
  .card-main__btn .instructions .card__instruction:hover span {
    padding-right: 5px;
  }
  .card-main__btn .instructions .card__instruction1:hover span {
    max-width: 125px;
  }
  .card-main__btn .instructions .card__instruction2:hover span {
    max-width: 205px;
  }
}
@media (min-width: 1280px) {
  .technology__content {
    cursor: pointer;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
  body {
    box-sizing: border-box;
  }
  .card-main .imgs-container {
    padding: 10% 10% 3% 10%;
  }
  .card-main .imgs-container .novelty {
    left: calc(11% + 20px);
  }
  .card-main .swiper-img .swiper-slide,
  .card-main .swiper-img2 .swiper-slide {
    height: 500px;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  body {
    box-sizing: border-box;
  }
  .card-main .imgs-container {
    padding: 30px;
  }
  .card-main .imgs-container .novelty {
    left: calc(-1% + 20px);
  }
  .card-main .imgs-container .show3D {
    top: 60px;
    left: 0;
  }
  .card-main .swiper-img .swiper-slide,
  .card-main .swiper-img2 .swiper-slide {
    height: 550px;
  }
  .card-main__btn-characteristic {
    margin-top: 10px;
  }
  .card__menu .buy_dupl svg,
  .card__menu .buy_duplOff svg {
    width: 14px;
    height: 14px;
  }
  .card__menu .buy_dupl span,
  .card__menu .buy_duplOff span {
    font-size: max(10px, min(1.2vw, 14px));
  }
  .card__toTop {
    font-size: max(12px, min(1.2vw, 16px));
  }
  .card__link a {
    font-size: max(12px, min(1.2vw, 16px));
  }
  .technology__content {
    pointer-events: none;
  }
  .technology--black .technology__text {
    padding-left: calc((100vw - 650px) / 2 - 15px);
  }
  .videos-container .videos-arrow-prev,
  .videos-container .videos-arrow-next {
    width: 40px;
  }
  .catalog {
    grid-template-columns: initial;
  }
  .catalog__filter {
    margin-right: 30px;
  }
  .catalog .filter__box {
    display: none;
  }
  .catalog__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .add_four_column {
    grid-template-columns: 1fr 3fr;
  }
  .make_three_columns {
    grid-template-columns: repeat(3, 1fr);
  }
  .compare__content {
    width: 100%;
  }
  .compare__list {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  body {
    box-sizing: border-box;
  }
  .card-main__container {
    padding-bottom: 54px;
  }
  .card-main .imgs-container {
    margin-right: 20px;
    width: calc(50vw - 20px);
  }
  .card-main .imgs-container .novelty {
    left: calc(-1% + 18px);
    top: 24px;
  }
  .card-main .imgs-container-full .close-imgs {
    width: 35px;
    height: 35px;
    top: 35px;
    right: 40px;
  }
  .card-main .imgs-container-full .img-arrow-prev,
  .card-main .imgs-container-full .img-arrow-next {
    top: 90%;
    transform: translateY(-50%);
  }
  .card-main .imgs-container-full .img-arrow-prev {
    left: 12%;
  }
  .card-main .imgs-container-full .img-arrow-next {
    right: 12%;
  }
  .card-main .full3d .close3D {
    width: 35px;
    height: 35px;
    top: 35px;
    right: 40px;
  }
  .card-main__desc {
    width: 50vw;
    margin-right: 0;
    padding-right: 15px;
  }
  .card-main__title {
    font-size: 40px;
  }
  .card-main__specification .switchingParameters__values {
    left: auto;
    right: 0;
  }
  .card-main__btn-buy {
    width: auto;
  }
  .card {
    padding-top: 0;
  }
  .card__section-title {
    padding-top: 100px;
    padding-bottom: 24px;
    font-size: 40px;
  }
  .card__toTop {
    margin-right: 10px;
  }
  .card__link {
    margin-right: 15px;
  }
  .technology__content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .technology__text {
    max-width: 290px;
    grid-column: unset;
  }
  .configuration__card {
    width: calc((100% - 20px) / 3);
  }
  .similar-product__iist {
    grid-template-columns: repeat(3, 1fr);
  }
  .like-product__list {
    grid-template-columns: 1fr;
  }
  .about-model {
    height: 400px;
  }
  .swiper-card {
    margin-top: 35px;
  }
  .swiper-card .swiper-slide {
    height: 550px;
  }
  .swiper-card .card-arrow-prev,
  .swiper-card .card-arrow-next {
    width: 40px;
  }
  .videos-container {
    margin-top: 90px;
    height: 537px;
  }
  .videos-container .swiper-videos {
    height: 537px;
  }
  .videos-container .swiper-videos .swiper-slide {
    height: 500px;
  }
  .videos-container .swiper-videos .swiper-slide .video-cover p {
    font-size: 22px;
  }
  .plan-img__full .close-plan {
    width: 35px;
    height: 35px;
    top: 35px;
    right: 40px;
  }
  .guarantee {
    grid-template-columns: initial;
  }
  .guarantee__img {
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .guarantee__desc {
    margin-bottom: 30px;
  }
  .swiper-hoodcom {
    overflow: hidden !important;
  }
  .swiper-hoodcom {
    width: calc(100vw - 30px);
  }
  .catalog__filter {
    margin-right: 20px;
  }
  .catalog .filter__header {
    padding: 20px 0;
  }
  .catalog__header {
    padding: 25px 0;
  }
  .catalog__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .make_three_columns {
    grid-template-columns: repeat(2, 1fr);
  }
  .technologies_comp__item-content {
    flex-direction: column;
    height: auto;
    height: initial;
  }
  .technologies_comp__item-content__right {
    margin-top: 10px;
    width: 100%;
  }
  .technologies_comp__item-content__left {
    width: auto;
    width: initial;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  body {
    box-sizing: border-box;
  }
  .card-main__container {
    grid-template-columns: 1fr;
    padding-bottom: 38px;
  }
  .card-main__img {
    position: static;
    position: initial;
  }
  .card-main__img img {
    position: static;
    position: initial;
    -o-object-fit: initial;
       object-fit: initial;
    width: auto;
    width: initial;
    height: 100%;
    margin: 0 auto;
    max-height: 368px;
  }
  .card-main .imgs-container {
    width: 100vw !important;
    margin-right: 0 !important;
    padding: 50px !important;
    height: auto !important;
  }
  .card-main .imgs-container {
    aspect-ratio: 1/1;
  }
  .card-main .imgs-container .warrantyPlate {
    width: 100px;
    top: 0;
    right: 10px;
  }
  .card-main .swiper-img .swiper-slide,
  .card-main .swiper-img2 .swiper-slide {
    height: 90% !important;
  }
  .card-main .swiper-img .img-arrow-prev,
  .card-main .swiper-img .img-arrow-next,
  .card-main .swiper-img2 .img-arrow-prev,
  .card-main .swiper-img2 .img-arrow-next {
    opacity: 0.2;
  }
  .card-main .imgs-container-full {
    padding: 30px;
  }
  .card-main .imgs-container-full .close-imgs {
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
  }
  .card-main .full3d .close3D {
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
  }
  .card-main__desc {
    padding-top: 45px;
    width: auto;
    padding-left: 15px;
  }
  .card-main__title-block {
    margin-top: 30px;
  }
  .card-main__list {
    margin-top: 40px;
  }
  .card-main .buy-wrapper {
    margin: 30px 0;
  }
  .card__menu__inner-left {
    position: fixed;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 800;
    background: #fff;
    border-radius: 100px;
    padding: 10px 10px 10px 22px;
    justify-content: space-between;
    max-width: -moz-max-content;
    max-width: max-content;
    width: calc(100% - 30px);
    display: none;
  }
  .card__menu .buy_dupl,
  .card__menu .buy_duplOff {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .card__menu .buy_dupl span,
  .card__menu .buy_duplOff span {
    font-size: 14px;
  }
  .card__toTop {
    font-size: 16px;
    flex-shrink: initial;
    width: 60%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1;
  }
  .card__link a {
    font-size: 16px;
  }
  .technology__content {
    flex-direction: column;
  }
  .technology__content {
    grid-template-columns: initial;
  }
  .technology__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .technology__img {
    margin-top: 15px;
  }
  .technology__link {
    margin-top: 10px;
  }
  .configuration__card {
    width: calc((100% - 10px) / 2);
  }
  .similar-product__iist {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-model {
    height: 300px;
  }
  .swiper-card {
    margin-top: 20px;
  }
  .swiper-card .swiper-slide {
    height: 450px;
  }
  .swiper-card .card-arrow-prev {
    left: 30px;
  }
  .swiper-card .card-arrow-next {
    right: 30px;
  }
  .videos-container {
    margin-top: 50px;
    height: 457px;
  }
  .videos-container .videos-arrow-prev,
  .videos-container .videos-arrow-next {
    display: none;
  }
  .videos-container .swiper-videos {
    height: 457px;
  }
  .videos-container .swiper-videos .swiper-slide {
    height: 420px;
  }
  .videos-container .swiper-videos .swiper-slide .video-cover {
    padding: 30px;
  }
  .videos-container .swiper-videos .swiper-slide .video-cover p {
    font-size: 18px;
  }
  .specifications {
    grid-template-columns: initial;
  }
  .specifications__video {
    max-width: none;
  }
  .specifications__list {
    margin-top: 25px;
  }
  .plan-img {
    width: calc((100% - 30px) / 2);
  }
  .plan-img:nth-child(3n) {
    margin-right: 30px;
  }
  .plan-img:nth-child(2n) {
    margin-right: 0;
  }
  .plan-img__full {
    padding: 30px !important;
  }
  .plan-img__full .close-plan {
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
  }
  .guarantee__list {
    grid-template-columns: initial;
  }
  .ozonPopup2 {
    bottom: 180px;
    right: 20px;
  }
  .catalog .filter__box {
    position: absolute;
    background: var(--light-gray-color);
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-right: 30px;
  }
  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .make_three_columns {
    grid-template-columns: 1fr;
  }
  .compare__btn {
    justify-content: flex-start;
  }
  .compare__content {
    flex-direction: column;
  }
  .compare__list {
    order: 1;
    margin-top: 15px;
  }
  .compare__card .card__name {
    margin-top: initial;
    margin-top: 29px;
  }
  .catalog__sale-box {
    padding: 100px 0;
  }
  .catalog__sale-box-title {
    font-size: 30px;
  }
  .compare-open {
    height: 313px;
  }
  .technologies_comp {
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  body {
    box-sizing: border-box;
  }
  .card-main .imgs-container {
    padding: 30px !important;
  }
  .card-main .swiper-img .img-arrow-prev svg,
  .card-main .swiper-img .img-arrow-next svg,
  .card-main .swiper-img2 .img-arrow-prev svg,
  .card-main .swiper-img2 .img-arrow-next svg {
    width: 40px;
  }
  .card-main .swiper-img .img-arrow-prev,
  .card-main .swiper-img2 .img-arrow-prev {
    left: 0;
  }
  .card-main .swiper-img .img-arrow-next,
  .card-main .swiper-img2 .img-arrow-next {
    right: 0;
  }
  .card-main__title {
    font-size: 30px;
    line-height: 36px;
  }
  .card-main__article {
    right: auto;
    right: initial;
    top: auto;
    top: initial;
    left: 0;
    transform: none;
    transform: initial;
    bottom: 0;
  }
  .card-main__specification .specification-name {
    min-width: 185px;
  }
  .offer-like__inner {
    flex-direction: column;
  }
  .offer-like__img {
    padding: 0;
    width: 60%;
  }
  .offer-like__inf {
    margin-top: 50px;
  }
  .card__section-title {
    padding-top: 84px;
    padding-bottom: 20px;
    font-size: 30px;
  }
  .card__menu {
    flex-direction: column;
  }
  .card__instruction {
    margin-top: 3px;
  }
  .card__instruction-list {
    width: 100%;
  }
  .card__toTop {
    font-size: 12px;
  }
  .card__nav__inner {
    overflow-x: auto;
  }
  .card__nav__inner::-webkit-scrollbar {
    display: none;
  }
  .card__link {
    flex-shrink: 0;
  }
  .configuration__card {
    width: calc((100% - 0px) / 1);
    margin-right: 0;
  }
  .similar-product__iist {
    grid-template-columns: 1fr;
  }
  .swiper-card .card-arrow-prev {
    left: 20px;
  }
  .swiper-card .card-arrow-next {
    right: 20px;
  }
  .videos-container {
    margin-top: 40px;
    height: 295px;
  }
  .videos-container .swiper-videos {
    height: 295px;
  }
  .videos-container .swiper-videos .swiper-slide {
    height: 255px;
  }
  .plan-img {
    margin: 10px;
    width: 100%;
    aspect-ratio: auto;
  }
  .swiper-hoodcom .offer__inner {
    height: 320px;
    padding: 22px 0;
  }
  .swiper-hoodcom .offer__img {
    padding: 0 10px;
  }
  .swiper-hoodcom .offer__inf-name {
    font-size: 18px;
  }
  .swiper-hoodcom .offer__inf-parameters .param {
    font-size: 14px;
  }
  .swiper-hoodcom .offer__inf-parameters .param .value {
    font-size: 18px;
  }
  .catalog__filter {
    margin-right: 0;
  }
  .catalog .filter__header {
    padding: 10px 0;
  }
  .catalog__header {
    padding: 15px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog__header__sort {
    order: 1;
    margin-top: 7px;
  }
  .catalog__header__sort p {
    margin-right: 6px;
  }
  .catalog__list {
    grid-template-columns: 1fr !important;
  }
  .compare__list {
    overflow-y: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(minmax(245px, 1fr));
  }
  .compare__card-add .add-item {
    height: 140px;
  }
}
@media (max-width: 435px) {
  .card-main .imgs-container .novelty {
    top: 19px;
  }
  .card-main .imgs-container .warrantyPlate {
    width: 80px;
  }
}
@media (max-width: 1273px) {
  .guarantee__item {
    height: 80%;
  }
}
@media (max-width: 1200px) {
  .guarantee__item {
    height: 100%;
  }
}
@media (max-width: 580px) {
  .ozonPopup {
    width: calc(100% - 30px);
    padding: 35px 10px 20px 10px;
  }
  .ozonPopup__title {
    font-size: 20px;
  }
  .ozonPopup__text {
    font-size: 14px;
  }
  .ozonPopup__btn {
    font-size: 14px;
    margin-top: 25px;
    padding: 15px 35px;
  }
  .ozonPopup2 {
    width: 250px;
    padding: 35px 10px 20px 10px;
    bottom: 180px;
    right: 20px;
  }
  .ozonPopup2__title {
    font-size: 20px;
  }
  .ozonPopup2__text {
    font-size: 14px;
  }
  .ozonPopup2__btn {
    font-size: 14px;
    margin-top: 25px;
    padding: 15px 35px;
  }
}

/* End */


/* Start:/local/templates/elikor/components/bitrix/catalog.compare.list/compare-content/style.css?17210484191265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */
/* /local/templates/elikor/components/bitrix/catalog.smart.filter/catalog-2023/style.css?17210484163499 */
/* /local/templates/elikor/components/bitrix/system.pagenavigation/catalog/style.css?1745936406658 */
/* /local/templates/elikor/components/bitrix/catalog.section/filter/style.css?174471258491397 */
/* /local/templates/elikor/components/bitrix/catalog.compare.list/compare-content/style.css?17210484191265 */
