/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/_header-service.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 */
.header-service {
  padding: 92px 0 25px 0;
  background: black;
  box-shadow: 0 -150px 70px -120px black inset, 0 -120px 70px -120px black inset, 0 -280px 70px -20px black inset;
  animation: background 6s infinite alternate;
}
.header-service__title {
  margin-top: 11px;
  max-width: 719px;
  margin-top: 11px;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 70px */
  text-transform: uppercase;
  color: var(--white-color);
}
.header-service__contacts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
}
.header-service__contacts .contact__item-name {
  color: var(--white-color);
  font-family: "RobotoCondensed";
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}
.header-service__contacts .contact__item-desc {
  margin-top: 2px;
  font-family: "RobotoCondensed";
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  color: var(--white-color);
}

@keyframes background {
  100% {
    background: black;
    box-shadow: 0 -140px 70px -120px #007451 inset, 0 -210px 70px -120px #007451 inset, 0 -280px 70px -120px black inset;
  }
}

@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}

@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
}

@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}

@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .header-service__contacts {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}

@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .header-service__title {
    font-size: 35px;
  }
  .header-service__contacts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/main.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 */
.corner {
  background: var(--white-color);
}
.corner__head {
  background-image: url(../5ad3d1bc9afc63f0459c.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 35px;
}
.corner__head-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.corner__title {
  margin-top: 265px;
}
.corner__menu-selected {
  display: none;
}
.corner__nav {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
  margin: 70px 0;
}
.corner__nav-active {
  display: flex !important;
}
.corner__nav-active {
  font-size: 20px;
}
.corner__link {
  cursor: pointer;
  white-space: nowrap;
}
.corner__link a {
  color: rgba(0, 0, 0, 0.2);
}
.corner__link:hover, .corner__link-active {
  color: var(--black-color);
}
.corner__link:hover a, .corner__link-active a {
  color: var(--black-color);
}
.corner__content {
  padding-bottom: 130px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.faq__link {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d9d9d9;
  position: relative;
  min-height: 84px;
}
.faq__link p {
  padding-top: 15px;
  max-width: 412px;
  grid-column: 3/5;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
  color: var(--black-color);
  transition: all 0.5s, font-size 0.2s ease;
}
.faq__preview-img {
  scale: 0;
  grid-column: 2/3;
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 12;
  transition: all 0.5s;
  top: -20px;
  left: 20px;
  overflow: visible;
}
.faq__preview-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.faq__link:hover p {
  color: #000;
  color: var(--black, #000);
  font-size: 28px;
  line-height: normal;
  max-width: none;
  max-width: initial;
  text-shadow: 0.25px 0.1px 0px #222, -0.25px -0.1px 0px #000;
  transition: 0.6s;
}
.faq__link:hover .faq__preview-img {
  scale: 1;
}

.arrow-rotate-image {
  position: relative;
  transition: all 0.5s;
}

.arrow-rotate-image-container {
  border-radius: 50%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-rotate-image-container::after {
  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>");
}

.faq__link:hover .arrow-rotate-image-container:after {
  animation: moving 1.2s 1 linear;
  transform-origin: -77px 67px;
}

@keyframes moving {
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}

@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
  .corner__menu {
    position: relative;
  }
  .corner__menu-selected {
    display: block;
    margin-top: 10px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    font-size: 20px;
    cursor: pointer;
  }
  .corner__menu-selected:hover {
    color: var(--black-opacity-50-color);
  }
  .corner__nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 69px;
    left: 0;
    z-index: 1;
    background: var(--white-color);
    margin: 0;
    width: 50%;
    padding-left: 15px;
    margin-left: -15px;
  }
  .corner__link {
    padding: 10px 0;
  }
  .corner__content {
    margin-top: 10px;
  }
}

@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}

@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .faq__link {
    display: inline;
    display: initial;
    min-height: 0;
    min-height: initial;
    grid-template-columns: initial;
  }
  .faq__link p {
    max-width: none;
    max-width: initial;
  }
  .faq__preview-img {
    display: none;
  }
  .faq__link:hover p {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: var(--black-opacity-50-color);
  }
  .faq__link:hover .faq__preview-img {
    display: none;
  }
}

@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .corner__content {
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {
  body {
    box-sizing: border-box;
  }
  .corner__head {
    padding-bottom: 20px;
  }
  .corner__head-box {
    grid-template-columns: 1fr;
  }
  .corner__title {
    margin-top: 130px;
  }
  .corner__content {
    padding-bottom: 65px;
  }
}

@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
}

@media (max-width: 1440px) and (max-width: 576px) {
  .corner__nav {
    width: 80%;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/buyers/main.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 */
.corner {
  background: var(--white-color);
}
.corner__head {
  background-image: url(../5ad3d1bc9afc63f0459c.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 35px;
}
.corner__head-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.corner__ask-banner {
  margin-top: 197px;
  position: relative;
  border-radius: 50%;
  background: var(--elikor-green-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  margin: auto auto 0 0;
  margin-top: 170px;
}
.corner__title {
  margin-top: 265px;
}
.corner__menu-selected {
  display: none;
}
.corner__sticky-container {
  position: sticky;
  top: 105px;
  z-index: 12;
  background: white;
}
.corner__menu-sticky {
  position: sticky;
  top: 105px;
  background: #fff;
  opacity: 1;
  z-index: 10;
}
.corner__menu-arrow {
  width: 18px;
  height: 18px;
  transition: all 0.5s;
}
.corner__menu-arrow.active {
  rotate: -180deg;
}
.corner__nav {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
  padding: 70px 0;
  transition: all 0.5s ease-in-out;
}
.corner__nav-active {
  display: flex !important;
}
.corner__nav-active {
  font-size: 20px;
}
.corner__link {
  cursor: pointer;
  white-space: nowrap;
}
.corner__link a {
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  overflow: hidden;
  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: rgba(0, 0, 0, 0.1333333333);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 275ms ease, border 0.6s ease;
  border-bottom: 1px solid transparent;
}
.corner__link-active a {
  color: var(--black-color);
  -webkit-text-fill-color: #000;
}
.corner__link:hover a {
  opacity: 1;
  background-position: 0 100%;
  border-bottom: 1px solid #000;
}
.corner__content {
  padding-bottom: 130px;
}

.FAQ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.FAQ__list {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.FAQ__item {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d9d9d9;
  position: relative;
  min-height: 84px;
}
.FAQ__item img {
  display: none;
  grid-column: 2/3;
  position: absolute;
  width: 170px;
  height: 170px;
  overflow: visible;
  left: 57px;
  top: 50%;
  transform: translateY(-41%);
  cursor: pointer;
  z-index: 2;
}
.FAQ__item p {
  padding-top: 15px;
  max-width: 412px;
  grid-column: 3/5;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
}
.FAQ__item:hover p {
  color: #000;
  color: var(--black, #000);
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
}
.FAQ__item:hover img {
  display: block;
}

.order {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 50px;
}
.order__text {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  font-size: 18px;
  font-weight: 300;
  margin-right: 20px;
}
.order__text span {
  color: var(--elikor-green-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.order__text a {
  color: var(--elikor-green-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.5s;
}
.order__text a:hover {
  opacity: 0.8;
}
.order__instruction-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(227px, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.order__instruction-item {
  padding: 15px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--light-gray-color);
}
.order__instruction-item-number {
  color: var(--elikor-green-color);
  font-family: Rubik;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%; /* 50px */
  text-transform: uppercase;
}
.order__instruction-item-desc {
  max-width: 227px;
  font-size: 18px;
  font-weight: 300;
}

.pay__item {
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #d9d9d9;
}
.pay__item .ul-with-dotted li {
  padding-left: 30px;
  position: relative;
  row-gap: 25px;
}
.pay__item .ul-with-dotted li::after {
  content: "";
  width: 3px;
  height: 3px;
  background: var(--black-color);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.pay__item .ul-with-dotted li:not(:last-child) {
  margin-bottom: 15px;
}
.pay__item .ul-with-number li {
  padding-left: 10px;
}
.pay__item .ul-with-number li:not(:last-child) {
  margin-bottom: 15px;
}
.pay__item ul li:not(:last-child) {
  margin-bottom: 15px;
}
.pay__item ul li span {
  color: var(--elikor-green-color);
}
.pay__item-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 10px;
}
.pay__item-title img {
  margin-left: 26px;
}
.pay__item .halva {
  display: flex;
  flex-direction: column;
}
.pay__item .halva img {
  margin-top: 20px;
}
.pay__item-desc {
  font-size: 18px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.pay__item-desc span {
  font-size: 18px;
  color: var(--elikor-green-color);
  font-weight: 300;
}
.pay__item-desc a {
  color: var(--elikor-green-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all 0.5s;
}
.pay__item-desc a:hover {
  opacity: 0.8;
}

.get__item {
  display: grid;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 15px;
  padding-bottom: 50px;
  border-top: 1px solid #d9d9d9;
}
.get__item-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 10px;
}
.get__item-desc {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.5s;
}
.get__item-desc span {
  font-size: 18px;
  color: var(--elikor-green-color);
  font-weight: 300;
}
.get__item-desc a {
  font-size: 18px;
  color: var(--elikor-green-color);
  font-weight: 300;
}
.get__item-desc a:hover {
  opacity: 0.8;
}
.get__item .ul-with-number li {
  padding-left: 10px;
}
.get__item .ul-with-number li:not(:last-child) {
  margin-bottom: 15px;
}

.return {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 15px;
  border-top: 1px solid #d9d9d9;
}
.return__img {
  padding-right: 15px;
}
.return__item {
  display: grid;
  flex-direction: column;
  padding-bottom: 50px;
}
.return__item:last-child {
  padding-bottom: 0;
}
.return__item-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 25px;
}
.return__item-desc {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  font-size: 18px;
  font-weight: 300;
}
.return__item-desc span {
  font-size: 18px;
  color: var(--elikor-green-color);
  font-weight: 300;
}
.return__item-desc a {
  font-size: 18px;
  color: var(--elikor-green-color);
  font-weight: 300;
}
.return__item-desc a:hover {
  opacity: 0.8;
}
.return__item-desc .desc-with-padding {
  position: relative;
  padding-left: 27px;
}
.return__item-desc .desc-with-padding-1::after {
  position: absolute;
  content: "1.";
  top: 0;
  left: 8px;
}
.return__item-desc .desc-with-padding-2::after {
  position: absolute;
  content: "2.";
  top: 0;
  left: 8px;
}
.return__item .ul-with-dotted li {
  padding-left: 30px;
  position: relative;
  row-gap: 25px;
}
.return__item .ul-with-dotted li::after {
  content: "";
  width: 3px;
  height: 3px;
  background: var(--black-color);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.return__item .ul-with-dotted li:not(:last-child) {
  margin-bottom: 15px;
}
.return__item .ul-with-number li {
  padding-left: 10px;
}
.return__item .ul-with-number li:not(:last-child) {
  margin-bottom: 15px;
}
.return__link-declaration {
  color: var(--elikor-green-color);
}
.return__link-pdf {
  display: block;
  margin-bottom: 10px;
}
.return__text-attention {
  margin: 25px 0;
}

.interesting {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 70px;
}
.interesting .list__video {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  gap: 10px;
  grid-row-end: span 2;
}
.interesting .list__article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
  grid-row-end: span 1;
}
.interesting .item__video {
  width: 650px;
  height: 484px;
  width: 100%;
  transition: all 1s;
}
.interesting .item__video:hover .item__bg {
  scale: 1.1;
}
.interesting .item__article {
  width: 320px;
  height: 237px;
  width: 100%;
  transition: all 3s;
}
.interesting .item__article:hover {
  background-size: auto 110%;
}
.interesting .item__article:hover .item__bg {
  scale: 1.1;
}
.interesting__item {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
}
.interesting__item .item__video {
  width: 100%;
}
.interesting__item .item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.interesting__item .item__article {
  width: 100%;
}
.interesting__item .item__date {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  transition: all 1s;
  z-index: 2;
  margin-top: 15px;
  margin-left: 15px;
}
.interesting__item .item__play {
  width: 55px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  transition: all 1s;
}
.interesting__item .item__subtitle {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  transition: all 1s;
  z-index: 2;
}
.interesting__item .item__title {
  position: relative;
  margin-top: 2px;
  color: var(--white-color);
  font-size: 28px;
  font-weight: 400;
  line-height: 98.687%;
  z-index: 2;
}
.interesting__item .item__text {
  margin-left: 15px;
  margin-bottom: 15px;
}
.interesting__item:hover .item__date, .interesting__item:hover .item__subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.interesting__item:hover .item__play {
  opacity: 1;
}

.mb-10 {
  margin-bottom: 10px;
}

.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(../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;
}

.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: 1280px) {
  .technology__content {
    cursor: pointer;
  }
}
@media (max-width: 1600px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  body {
    box-sizing: border-box;
  }
  .corner__menu {
    position: relative;
  }
  .corner__menu-selected {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid var(--elikor-green-color);
    padding: 10px 10px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .corner__menu-selected:hover {
    color: var(--elikor-green-color);
    border-color: #000;
  }
  .corner__menu-selected:hover .corner__menu-arrow {
    filter: brightness(0) saturate(100%) invert(33%) sepia(14%) saturate(3397%) hue-rotate(118deg) brightness(97%) contrast(101%);
  }
  .corner__menu-selected-text br {
    display: none;
  }
  .corner__nav {
    padding: 0;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 1;
    background: var(--white-color);
    margin: 0;
    width: 100%;
    padding-left: 30px;
    margin-left: -15px;
    transition: all 0.5s;
  }
  .corner__link {
    padding: 10px 0;
  }
  .corner__content {
    margin-top: 10px;
  }
  .order {
    margin-top: 25px;
  }
}
@media (max-width: 1400px) {
  body {
    box-sizing: border-box;
  }
}
@media (max-width: 1280px) {
  body {
    box-sizing: border-box;
  }
  .FAQ {
    display: block;
    grid-template-columns: initial;
  }
  .FAQ__item {
    display: inline;
    display: initial;
    min-height: 0;
    min-height: initial;
    grid-template-columns: initial;
  }
  .FAQ__item img {
    display: none;
  }
  .FAQ__item p {
    max-width: none;
    max-width: initial;
  }
  .FAQ__item:hover p {
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: var(--black-opacity-50-color);
  }
  .FAQ__item:hover img {
    display: none;
  }
  .interesting .list__article {
    grid-template-columns: 1fr;
  }
  .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;
  }
}
@media (max-width: 1024px) {
  body {
    box-sizing: border-box;
  }
  .corner__content {
    padding-bottom: 100px;
  }
  .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);
  }
  .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;
  }
  .corner__head {
    background-position: 25% 50%;
    padding-bottom: 20px;
  }
  .corner__head-box {
    grid-template-columns: 1fr;
  }
  .corner__title {
    margin-top: 10px;
  }
  .corner__content {
    padding-bottom: 65px;
  }
  .order {
    grid-template-columns: initial;
  }
  .order__instruction-list {
    margin-top: 30px;
  }
  .pay__item {
    grid-template-columns: 1fr;
  }
  .pay__item-title {
    margin-bottom: 30px;
  }
  .get__item {
    grid-template-columns: 1fr;
  }
  .get__item-title {
    margin-bottom: 30px;
  }
  .return {
    grid-template-columns: 1fr;
  }
  .return__img {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .interesting {
    grid-template-columns: 1fr;
  }
  .interesting .list__article {
    margin-top: 10px;
  }
  .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;
  }
  .technologies_comp {
    padding-bottom: 70px;
  }
}
@media (max-width: 576px) {
  body {
    box-sizing: border-box;
  }
  .pay__item-title img {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  .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;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .corner__menu-selected {
    width: 100%;
  }
}
@media (max-width: 1440px) and (max-width: 576px) {
  .corner__nav {
    width: 100%;
  }
}
@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;
  }
}
