@charset "UTF-8";
:root {
  --white: #FFF;
  --black: #000;
  --Green: #62B95B;
  --Blue: #3595E3;
  --Gradient-1: linear-gradient(249deg, #3595E3 22.73%, #62B95B 77.27%);
  --bg: #F5F5F5;
  --Light-grey-for-bg: #EEE;
  --glass: rgba(123, 123, 123, 0.20);
  --glassHover: rgba(123, 123, 123, 0.40);
  --Dark-grey: #1E1E1E;
  --grey: #CECECE;
  --Gradient-revers: linear-gradient(77deg, #3595E3 17.95%, #62B95B 82.05%);
  --grey-mid:#717171;
  --black-60: rgba(0, 0, 0, 0.6);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-30: rgba(0, 0, 0, 0.3);
  --black-25: rgba(0, 0, 0, 0.25);
  --black-15: rgba(0, 0, 0, 0.15);
  --black-10: rgba(0, 0, 0, 0.1);
  --table-bg: #F6F6F6;
}

html {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

input {
  border: none;
}

textarea,
input,
button {
  font-size: 16px;
  font-family: "IBM Plex Sans";
}

button,
input[type=submit] {
  cursor: pointer;
  border: none;
  outline: none;
}

input,
select,
textarea {
  outline: none;
}

select {
  cursor: pointer;
}

textarea {
  font-family: "IBM Plex Sans";
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

body {
  font-family: "IBM Plex Sans";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: var(--black);
  background-color: var(--white);
  background-position: top center;
  background-repeat: no-repeat;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  body {
    zoom: 90%;
  }
}
@media screen and (max-width: 1100px) {
  body {
    zoom: 100%;
  }
}
iframe {
  border: none;
}

.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-c-j {
  display: flex;
  align-items: center;
  justify-content: center;
}

h1, h2, h3, h4, h5, p, ul {
  padding: 0;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

.list-reset {
  list-style: none;
}

.container {
  position: relative;
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
  justify-content: center;
  flex-direction: column;
}

.main-title {
  color: var(--Blue);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}

.logo {
  font-size: 0;
  line-height: 0;
}

.font-reset {
  font-size: 0;
  line-height: 0;
}

.btn {
  border-radius: 16px;
  font-size: 16px;
  color: var(--white);
  text-transform: uppercase;
  background: var(--Gradient-revers);
}
.btn:hover {
  background: var(--Gradient-1);
}

.isTablet {
  display: none;
}

.isMob {
  display: none;
}

.burgerMenu {
  display: none;
}

.isMobileMenu {
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 991;
  transition: transform 0.3s ease;
}
.isMobileMenu.open {
  transform: translateX(0);
}

@media screen and (max-width: 1100px) {
  .isTablet {
    display: flex !important;
  }
}
@media screen and (max-width: 550px) {
  .isTablet {
    display: none !important;
  }
  .isMob {
    display: flex !important;
  }
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: local("Inter Bold"), local("Inter-Bold"), url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.eot");
  src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Medium.eot");
  src: local("Inter Semi Bold"), local("IBMPlexSans-Medium"), url("../fonts/IBMPlexSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSans-Medium.woff") format("woff"), url("../fonts/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Regular.eot");
  src: local("IBMPlexSans-Medium"), local("IBMPlexSans-Regular"), url("../fonts/IBMPlexSans-Regular.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Light.eot");
  src: local("IBMPlexSans-Light"), local("IBMPlexSans-Light"), url("../fonts/IBMPlexSans-Light.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-Light.woff2") format("woff2"), url("../fonts/IBMPlexSans-Light.woff") format("woff"), url("../fonts/IBMPlexSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-SemiBold.eot");
  src: local("IBMPlexSans-SemiBold"), local("IBMPlexSans-SemiBold"), url("../fonts/IBMPlexSans-SemiBold.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-SemiBold.woff2") format("woff2"), url("../fonts/IBMPlexSans-SemiBold.woff") format("woff"), url("../fonts/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Bold.eot");
  src: local("IBMPlexSans-Bold"), local("IBMPlexSans-Bold"), url("../fonts/IBMPlexSans-Bold.eot") format("embedded-opentype"), url("../fonts/IBMPlexSans-Bold.woff2") format("woff2"), url("../fonts/IBMPlexSans-Bold.woff") format("woff"), url("../fonts/IBMPlexSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
:root {
  --white: #FFF;
  --black: #000;
  --Green: #62B95B;
  --Blue: #3595E3;
  --Gradient-1: linear-gradient(249deg, #3595E3 22.73%, #62B95B 77.27%);
  --bg: #F5F5F5;
  --Light-grey-for-bg: #EEE;
  --glass: rgba(123, 123, 123, 0.20);
  --glassHover: rgba(123, 123, 123, 0.40);
  --Dark-grey: #1E1E1E;
  --grey: #CECECE;
  --Gradient-revers: linear-gradient(77deg, #3595E3 17.95%, #62B95B 82.05%);
  --grey-mid:#717171;
  --black-60: rgba(0, 0, 0, 0.6);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-40: rgba(0, 0, 0, 0.4);
  --black-30: rgba(0, 0, 0, 0.3);
  --black-25: rgba(0, 0, 0, 0.25);
  --black-15: rgba(0, 0, 0, 0.15);
  --black-10: rgba(0, 0, 0, 0.1);
  --table-bg: #F6F6F6;
}

/* header.module */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 99;
  background-color: transparent;
  border-bottom: none;
  transition: background-color 0.3s ease, border-bottom 0.3s ease;
}
.headerNavigation {
  margin: 0 auto;
}
.headerWrapp {
  font-size: 16px;
}
.headerWrappStyle {
  width: 56px;
  height: 44px;
  border-radius: 16px;
  font-size: 0;
  line-height: 0;
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  margin-right: 16px;
  position: relative;
}
.headerWrappStyle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: var(--Gradient-1);
  z-index: -1;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.headerWrappStyle:hover:before {
  opacity: 1;
}
.headerWrappLanguage {
  position: relative;
}
.headerWrappLanguageHeading {
  padding: 12px 16px;
  color: var(--white);
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background-color: transparent;
  border-radius: 16px;
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.headerWrappLanguageHeading svg {
  margin-left: 8px;
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.headerWrappLanguageHeading.active svg {
  transform: rotate(180deg);
}
.headerWrappLanguageList {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border-radius: 16px;
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 10px var(--black-15);
  margin-top: 10px;
  z-index: 5;
}
.headerWrappLanguageListBtn {
  margin: 8px;
  padding: 3px;
  color: var(--white);
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background-color: transparent;
}
.headerWrappLanguageListBtn.active {
  color: var(--grey-mid);
  cursor: auto;
}
.headerWrappLanguageList.active {
  display: flex;
}
.headerWrappConsult {
  margin-left: 16px;
  font-size: 16px;
  color: var(--white);
  border-radius: 16px;
  padding: 8px 16px;
  background: var(--Gradient-1);
  position: relative;
  z-index: 1;
}
.headerWrappConsult::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--Gradient-revers);
  z-index: -1;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.headerWrappConsult:hover:before {
  opacity: 1;
}
.headerWrappСompare, .headerWrappFavorite {
  position: relative;
}
.headerWrappСompareCount, .headerWrappFavoriteCount {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--Green);
  position: absolute;
  top: 6px;
  right: 12px;
  pointer-events: none;
  opacity: 0;
  font-size: 9px;
  line-height: 10px;
  font-weight: 700;
  color: var(--white);
  font-family: "Inter", sans-serif;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerWrappСompareCount.active, .headerWrappFavoriteCount.active {
  pointer-events: all;
  opacity: 1;
}
.headerCatalog {
  border-bottom: 1px solid var(--grey);
}
.headerCatalog .navigation {
  background-color: var(--Light-grey-for-bg);
}
.headerCatalog .navigationHref {
  color: var(--black);
}
.headerCatalog .navigationHrefActive {
  color: var(--white);
}
.headerCatalog .headerWrappStyle {
  background-color: var(--Light-grey-for-bg);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.headerCatalog .headerWrappStyle svg path {
  fill: var(--black);
}
.headerCatalog .headerWrappLanguageHeading {
  background-color: var(--Light-grey-for-bg);
  color: var(--black);
}
.headerCatalog .headerWrappLanguageHeading svg path {
  stroke: var(--black);
}
.headerCatalog .headerWrappLanguageList {
  background-color: var(--Light-grey-for-bg);
}
.headerCatalog .headerWrappLanguageListBtn {
  color: var(--black);
}
.headerCatalog .headerWrappLanguageListBtn.active {
  color: var(--grey-mid);
}
.headerCatalog .logoGradient {
  display: block;
}
.headerCatalog .logo {
  display: none;
}
.headerCatalog .headerSearchBlock {
  background-color: var(--Light-grey-for-bg);
}
.headerSearch {
  position: relative;
  height: 44px;
}
.headerSearchButton {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease;
}
.headerSearchButton.hide {
  opacity: 0;
  pointer-events: none;
}
.headerSearchBlock {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  transition: opacity 0.3s ease, width 0.3s ease, height 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--glass, rgba(123, 123, 123, 0.2));
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid var(--grey);
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: var(--Dark-grey);
}
.headerSearchBlock.active {
  opacity: 1;
  pointer-events: all;
  width: 260px;
  height: 44px;
  padding: 10px 16px;
  margin-right: 16px;
}
.headerSearchBlockInput {
  width: 100%;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding-right: 20px;
}
.headerSearchBlockInput::-moz-placeholder {
  color: var(--grey);
  opacity: 1;
}
.headerSearchBlockInput::placeholder {
  color: var(--grey);
  opacity: 1;
}
.headerSearchBlockInput::-webkit-input-placeholder {
  color: var(--grey);
}
.headerSearchBlockInput::-moz-placeholder {
  color: var(--grey);
  opacity: 1;
}
.headerSearchBlockInput:-ms-input-placeholder {
  color: var(--grey);
}
.headerSearchBlockInput::-ms-input-placeholder {
  color: var(--grey);
}
.headerSearchBlockButton {
  background-color: transparent;
}
.headerSearchResults {
  position: absolute;
  top: 100%;
  left: 0;
  width: 513px;
  background-color: var(--Light-grey-for-bg);
  box-shadow: 0 4px 10px var(--black-25);
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 16px;
  margin-top: 16px;
  transform: translateX(-50%);
  display: none;
}
.headerSearchProduct {
  width: calc(50% - 8px);
  padding: 8px 14px 16px;
  border-radius: 16px;
  background-color: var(--white);
}
.headerSearchProduct:hover .headerSearchProductImage img {
  transform: scale(1.05);
}
.headerSearchProductTitle {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}
.headerSearchProductPrice {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  background: var(--Gradient-1);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}
.headerSearchProductImage {
  width: 100%;
  height: 98px;
  border-radius: 16px;
  overflow: hidden;
  display: block;
}
.headerSearchProductImage img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.is-scrolled .header {
  background-color: var(--white);
  border-bottom: none;
}
.is-scrolled .headerSearchBlock {
  background-color: var(--Light-grey-for-bg);
}
.is-scrolled .headerCatalog .headerWrappLanguageList {
  background-color: var(--Light-grey-for-bg);
}
.is-scrolled .navigation {
  background-color: var(--Light-grey-for-bg);
}
.is-scrolled .navigationHref {
  color: var(--black);
}
.is-scrolled .navigationHrefActive {
  color: var(--white);
}
.is-scrolled .headerWrappStyle {
  background-color: var(--Light-grey-for-bg);
}
.is-scrolled .headerWrappStyle svg path {
  fill: var(--black);
}
.is-scrolled .headerWrappLanguageHeading {
  background-color: var(--Light-grey-for-bg);
  color: var(--black);
}
.is-scrolled .headerWrappLanguageHeading svg path {
  stroke: var(--black);
}
.is-scrolled .headerWrappLanguageList {
  color: var(--black);
  background-color: var(--Light-grey-for-bg);
}
.is-scrolled .headerWrappLanguageList svg path {
  stroke: var(--black);
}
.is-scrolled .headerWrappLanguageListBtn {
  color: var(--black);
}
.is-scrolled .headerWrappLanguageListBtn.active {
  color: var(--grey);
}
.is-scrolled .header .logoGradient {
  display: block;
}
.is-scrolled .header .logo {
  display: none;
}

.logoGradient {
  display: none;
  font-size: 0;
  line-height: 0;
}

.navigation {
  padding: 4px;
  border-radius: 32px;
  background: var(--glass, rgba(123, 123, 123, 0.2));
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.navigationItem:not(:last-child) {
  margin-right: 24px;
}
.navigationHref {
  position: relative;
  z-index: 1;
  background: transparent;
  color: #fff;
  transition: color 0.3s;
  padding: 4px 16px;
  border-radius: 24px;
  display: block;
      font-family: 'Inter', sans-serif;
}
.navigationHref::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(90deg, #62B95B 0%, #3595E3 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.navigationHref:hover::before {
  opacity: 1;
}
.navigationHrefActive {
  background: var(--Gradient-1);
}

@media screen and (max-width: 1280px) {
  .navigationItem:not(:last-child) {
    margin-right: 9px;
  }
}
@media screen and (max-width: 1100px) {
  .isMobileMenu .headerWrappStyle {
    background-color: var(--Light-grey-for-bg);
  }
  .isMobileMenu .headerWrappStyle svg path {
    fill: var(--black);
  }
  .isMobileMenu .headerWrappLanguageHeading {
    background-color: var(--Light-grey-for-bg);
    color: var(--black);
  }
  .isMobileMenu .headerWrappLanguageHeading svg path {
    stroke: var(--black);
  }
  .isMobileMenu .headerWrappLanguageList {
    color: var(--black);
    background-color: var(--Light-grey-for-bg);
  }
  .isMobileMenu .headerWrappLanguageList svg path {
    stroke: var(--black);
  }
  .isMobileMenu .headerWrappLanguageListBtn {
    color: var(--black);
  }
  .isMobileMenu .headerWrappLanguageListBtn.active {
    color: var(--grey);
  }
  .isMobileMenu .headerSearch {
    display: block;
    margin: 0 15px 60px;
  }
  .isMobileMenu .headerSearchBlock {
    border: none;
    background-color: var(--Light-grey-for-bg);
    opacity: 1;
    pointer-events: all;
    width: 100%;
    height: 44px;
    padding: 10px 16px;
  }
  .isMobileMenuHeading {
    padding: 24px 15px;
  }
}
@media screen and (max-width: 1100px) {
  .logoGradient {
    margin-right: auto;
  }
  .logo {
    margin-right: auto;
  }
  .is-scrolled .isMobileMenu .logo {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .headerNavigation {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .headerWrappConsult {
    display: none;
  }
  .burgerMenu {
    padding: 10px 16px;
    margin-left: 16px;
    cursor: pointer;
  }
  .is-scrolled .isMobileMenuNavigation {
    background-color: transparent;
  }
  .isMobileMenu {
    flex-direction: column;
  }
  .isMobileMenuNavigation {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    overflow-y: auto;
  }
  .isMobileMenuNavigationCard {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .isMobileMenu .navigationItem:not(:last-child) {
    margin-bottom: 48px;
  }
  .isMobileMenu .navigationHref {
    padding: 0;
    font-size: 20px;
    color: var(--black);
    text-transform: uppercase;
  }
  .isMobileMenu .navigationHref:hover::before {
    opacity: 0;
  }
  .isMobileMenu .navigationHrefActive {
    background: var(--Gradient-1, linear-gradient(249deg, #3595E3 22.73%, #62B95B 77.27%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .isMobileMenu .headerWrappLanguageHeading {
    width: 52px;
    height: 44px;
    font-size: 0;
    position: relative;
  }
  .isMobileMenu .headerWrappLanguageHeading::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/lang-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .isMobileMenu .headerWrappLanguageHeading svg {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .logo img {
    height: 32px;
  }
  .logoGradient img {
    height: 32px;
  }
  .is-scrolled .isMobileMenu .headerWrappStyle svg path {
    fill: var(--black);
  }
  .is-scrolled .header .headerWrappLanguageHeading {
    width: 52px;
    height: 44px;
    font-size: 0;
    position: relative;
  }
  .is-scrolled .header .headerWrappLanguageHeading::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/lang-black.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .is-scrolled .header .headerWrappLanguageHeading svg {
    display: none;
  }
  .header {
    padding: 16px 0;
  }
  .headerWrappСompare, .headerWrappFavorite {
    display: none;
  }
  .headerWrappLanguageHeading {
    width: 52px;
    height: 44px;
    font-size: 0;
    position: relative;
  }
  .headerWrappLanguageHeading::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/lang-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .headerWrappLanguageHeading svg {
    display: none;
  }
  .headerCatalog {
    border-bottom: 1px solid var(--grey);
  }
  .headerCatalog .navigation {
    background-color: var(--Light-grey-for-bg);
  }
  .headerCatalog .navigationHref {
    color: var(--black);
  }
  .headerCatalog .navigationHrefActive {
    color: var(--white);
  }
  .headerCatalog .headerWrappStyle {
    background-color: var(--Light-grey-for-bg);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  .headerCatalog .headerWrappStyle svg path {
    fill: var(--black);
  }
  .headerCatalog .headerWrappLanguageHeading {
    background-color: var(--Light-grey-for-bg);
    color: var(--black);
  }
  .headerCatalog .headerWrappLanguageHeading svg path {
    stroke: var(--black);
  }
  .headerCatalog .headerWrappLanguageList {
    background-color: var(--Light-grey-for-bg);
  }
  .headerCatalog .headerWrappLanguageListBtn {
    color: var(--black);
  }
  .headerCatalog .headerWrappLanguageListBtn.active {
    color: var(--grey-mid);
  }
  .headerCatalog .logoGradient {
    display: block;
  }
  .headerCatalog .logo {
    display: none;
  }
  .headerCatalog .headerSearchBlock {
    background-color: var(--Light-grey-for-bg);
  }
  .headerSearch {
    display: none;
  }
  .isMobileMenu .headerWrappСompare, .isMobileMenu .headerWrappFavorite {
    display: flex;
  }
}
/* home.hero.module */
.hero {
  position: relative;
  height: 1080px;
  background-image: url("../images/heading.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.heroNext {
  position: absolute;
  bottom: 12px;
  left: 50%;
  background-color: transparent;
  outline: none;
  z-index: 91;
}
.heroContainer {
  padding-top: 210px;
  position: relative;
  color: var(--white);
  flex-direction: column;
  z-index: 9;
}
.heroTitle {
  max-width: 1026px;
  width: 100%;
  font-size: 68px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
}
.heroDescr {
  max-width: 730px;
  width: 100%;
  margin-top: 32px;
  font-size: 20px;
  line-height: 200%;
  font-family: "Inter", sans-serif;
}
.heroCard {
  padding-top: 162px;
}
.heroItem {
  flex-direction: column;
}
.heroItem:not(:last-child) {
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px var(--white) solid;
}
.heroItemNumber {
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  font-family: "IBM Plex Sans";
}
@media screen and (max-width: 1100px) {
  .heroItemNumber {
    font-size: 36px;
  }
}
.heroItemInfo {
  padding-top: 8px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
}
.heroBottomRight {
  margin-top: auto;
  margin-left: auto;
}
.heroBottomRightCatalog {
  padding: 19px 16px;
  border-radius: 16px;
  background: var(--Gradient-1);
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
}
.heroBottomRightCatalog:hover {
  background: var(--Gradient-revers);
}
.heroBottomRightConsult {
  margin-left: 16px;
  padding: 19px 16px;
  border-radius: 16px;
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
}
.heroBottomRightConsult:hover {
  background-color: var(--glassHover);
}

@media screen and (max-width: 1100px) {
  .heroTitle {
    font-size: 36px;
    max-width: 70%;
  }
  .heroDescr p:last-child {
    display: none;
  }
  .hero {
    height: 700px;
  }
  .heroNext {
    display: none;
  }
  .heroCard {
    justify-content: space-between;
  }
  .heroBottomRight {
    margin-top: 32px;
    margin-left: 0;
  }
  .heroBottomRight {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .heroCard {
    padding-top: 82px;
  }
  .heroContainer {
    padding-top: 176px;
  }
}
@media screen and (max-width: 800px) {
  .heroContainer {
    padding-top: 131px;
  }
  .heroDescr {
    font-size: 16px;
  }
  .heroItem:not(:last-child) {
    padding-right: 42px;
    margin-right: 42px;
  }
  .heroCard {
    padding-top: 102px;
  }
}
@media screen and (max-width: 550px) {
  .heroCard,
  .heroDescr {
    display: none;
  }
  .hero {
    height: 550px;
  }
}
@media screen and (max-width: 550px) {
  .heroTitle {
    font-size: 30px;
    max-width: 100%;
  }
  .headerWrappLanguage {
    margin-left: auto;
  }
  .heroBottomRight {
    margin-top: 90px;
    flex-direction: column;
  }
  .heroBottomRightConsult,
  .heroBottomRightCatalog {
    align-items: center;
    text-align: center;
  }
  .heroBottomRightConsult {
    margin: 0;
    margin-top: 16px;
  }
}
@media screen and (max-width: 550px) {
  .isMobileMenuHeading {
    padding: 16px 20px;
  }
  .isMobileMenuHeading .logo img {
    max-height: 32px;
  }
  .isMobileMenu .headerWrappStyle {
    margin: 0 10px;
    max-width: calc(100% - 20px);
    padding: 10px 20px;
    margin-top: 24px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .isMobileMenuNavigation {
    padding-bottom: 100px;
    margin-top: 60px;
    max-height: calc(100vh - 120px);
    overflow: auto;
  }
}
/* home.section1.module */
.homeSection1 {
  margin-top: 60px;
}
.homeSection1Block {
  margin-bottom: 24px;
  align-items: unset;
}
.homeSection1Block:nth-child(2n) .homeSection1Image {
  order: -1;
}
.homeSection1Block:nth-child(2n) .homeSection1InfoBlock {
  margin: 0 0 0 24px;
}
.homeSection1InfoBlock {
  flex-direction: column;
  margin-right: 24px;
  max-width: 426px;
  width: 100%;
  padding: 24px;
  color: var(--white);
  border-radius: 16px;
  background-color: var(--black);
}
.homeSection1InfoBlockTitle {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .homeSection1InfoBlockTitle {
    font-size: 30px;
  }
}
.homeSection1InfoBlockDescr {
  margin-top: auto;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.homeSection1Image {
  font-size: 0;
  line-height: 0;
}
.homeSection1Image img {
  border-radius: 18px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1700px) {
  .homeSection1InfoBlockTitle {
    margin-bottom: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1100px) {
  .homeSection1Block {
    flex-direction: column;
  }
  .homeSection1InfoBlock {
    max-width: 100%;
  }
  .homeSection1Image {
    order: -1;
  }
  .homeSection1Image img {
    border-radius: 18px 18px 0 0;
  }
  .homeSection1InfoBlock {
    border-radius: 0 0 18px 18px;
  }
  .homeSection1InfoBlockDescr {
    margin-top: 56px;
  }
  .homeSection1Block:nth-child(2n) .homeSection1InfoBlock {
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .homeSection1InfoBlockTitle {
    font-size: 28px;
  }
  .homeSection1InfoBlockDescr {
    margin-top: 13px;
  }
}
@media screen and (max-width: 550px) {
  .homeSection1Image img {
    height: 280px;
  }
  .homeSection1InfoBlock {
    margin-right: 0;
  }
  .homeSection1InfoBlockTitle {
    font-size: 24px;
  }
}
/* home.whyUs.module */
.whyUs {
  position: relative;
  padding: 40px 0 68px;
  background-color: #000;
  overflow: hidden;
}
.whyUsLeft {
  position: absolute;
  top: -500px;
  left: 0;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}
.whyUsRight {
  position: absolute;
  right: 0;
  bottom: -500px;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}
.whyUsTopTitle {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .whyUsTopTitle {
    font-size: 30px;
  }
}
.whyUsTopHref {
  margin-left: auto;
  padding: 10px 16px;
  border-radius: 16px;
  background-color: var(--glass);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
}
.whyUsTopHref span {
  margin-left: 16px;
  padding: 12px;
  background: var(--Gradient-1);
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
}
.whyUsContent {
  margin-top: 70px;
  padding: 72px;
  border: 1px solid var(--glass);
  flex-wrap: wrap;
  color: var(--white);
  font-family: "Inter", sans-serif;
}
.whyUsContentLogo {
  position: relative;
  width: 100%;
  margin: 120px 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.whyUsContentLogo::after {
  content: "";
  position: absolute;
  top: calc(50% - 229px);
  left: calc(50% - 229px);
  width: 458px;
  height: 458px;
  display: block;
  background-image: url("../images/HomePage/why_us_center.svg");
}
.whyUsContentItem {
  position: relative;
  max-width: 696px;
  width: 100%;
}
.whyUsContentItem:nth-child(5), .whyUsContentItem:nth-child(2) {
  margin-left: auto;
}
.whyUsContentItem:nth-child(1)::after, .whyUsContentItem:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: -120px;
  border-right: 1px rgba(123, 123, 123, 0.2) solid;
}
.whyUsContentItemImage {
  font-size: 0;
  line-height: 0;
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.whyUsContentItemImage img {
  border-radius: 16px;
}
.whyUsContentItemRight {
  max-width: calc(100% - 216px);
  margin-left: 32px;
}
.whyUsContentItemRightTitle {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .whyUsContentItemRightTitle {
    font-size: 30px;
  }
}
.whyUsContentItemRightText {
  margin-top: 24px;
}

@media screen and (max-width: 1700px) {
  .whyUsContentItem:nth-child(1)::after, .whyUsContentItem:nth-child(4)::after {
    right: -60px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1560px) {
  .whyUsContentItem {
    max-width: 615px;
  }
}
@media screen and (max-width: 1440px) {
  .whyUsContentItem {
    position: relative;
    max-width: calc(50% - 70px);
    width: 100%;
  }
  .whyUsContentItemRightTitle {
    font-size: 28px;
  }
  .whyUsContentItem:nth-child(1)::after, .whyUsContentItem:nth-child(4)::after {
    right: -70px;
  }
}
@media screen and (max-width: 1100px) {
  .whyUsContent {
    padding: 24px;
  }
  .whyUsContentItem:nth-child(1)::after, .whyUsContentItem:nth-child(4)::after {
    display: none;
  }
  .whyUsContentItem {
    max-width: 100%;
    flex-direction: column;
  }
  .whyUsContentItemImage {
    width: 100%;
  }
  .whyUsContentItemImage img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .whyUsContentItemRight {
    margin: 0;
    max-width: 100%;
    margin-top: 24px;
    text-align: center;
  }
  .whyUsContentItemRightText {
    margin-top: 24px;
  }
  .whyUsContentItem:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(123, 123, 123, 0.2);
  }
  .whyUsContentLogo::after {
    display: none;
  }
  .whyUsContentLogo {
    margin: 48px 0;
  }
  .whyUsTopHref {
    display: none;
  }
  .whyUsTop {
    justify-content: center;
  }
  .whyUsContent {
    margin-top: 24px;
  }
  .whyUsTopHref {
    margin-top: 24px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 550px) {
  .whyUsTopTitle {
    text-align: center;
  }
  .whyUsContentItemRightTitle {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .whyUsContentLogo {
    margin: 0 0 48px 0;
  }
  .whyUsRight {
    bottom: -300px;
  }
}
/* home.homeBrands.module */
.homeBrands {
  margin: 32px 0 62px;
}
.homeBrandsImage {
  max-width: 1175px;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.homeBrandsImage img {
  border-radius: 17px;
}
.homeBrandsDescr {
  max-width: 576px;
  width: 100%;
  margin-left: auto;
}
.homeBrandsDescrTitle {
  margin-bottom: 24px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  color: var(--grey-mid);
}
.homeBrandsDescrItems, .homeBrandsDescrItem {
  width: 100%;
}
.homeBrandsDescrItem {
  padding-bottom: 6px;
  margin-bottom: 6px;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  color: var(--grey);
  border-bottom: 1px solid var(--grey);
  transition-property: border-color, color;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .homeBrandsDescrItem {
    font-size: 30px;
  }
}
.homeBrandsDescrItem img {
  margin-left: auto;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
.homeBrandsDescrItem:hover, .homeBrandsDescrItemActive {
  color: var(--Black);
  border-color: var(--Green);
}
.homeBrandsDescrItem:hover img, .homeBrandsDescrItemActive img {
  opacity: 1;
}
.homeBrandsDescrInfo {
  padding-top: 48px;
}
.homeBrandsDescrInfoTitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.homeBrandsDescrInfoText {
  display: block;
  padding-top: 5px;
  font-family: "Inter", sans-serif;
  color: var(--grey-mid);
}
.homeBrandsDescrCollection {
  margin-top: 24px;
  padding: 20px 0;
  background: var(--Gradient-1);
  color: var(--white);
  border-radius: 16px;
}
.homeBrandsDescrCollection svg {
  margin-left: 8px;
}
.homeBrandsDescrCollection:hover {
  background: var(--Gradient-revers);
}

@media screen and (max-width: 1700px) {
  .homeBrandsImage {
    max-width: 63%;
  }
  .homeBrandsDescr {
    max-width: calc(37% - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .homeBrandsWrapp {
    flex-direction: column;
  }
  .homeBrandsDescr,
  .homeBrandsImage {
    max-width: 100%;
  }
  .homeBrandsDescrTitle {
    display: none;
  }
  .homeBrandsDescrItems {
    margin-top: 32px;
  }
}
@media screen and (max-width: 550px) {
  .homeBrandsDescrInfo {
    padding-top: 24px;
  }
}
/* home.toggleSlider.module */
.toggleSlider {
  margin-top: 62px;
}
.toggleSliderHeading {
  padding-bottom: 62px;
  border-bottom: 1px #CECECE solid;
}
.toggleSliderHeadingTitle {
  max-width: calc(50% - 0px);
  width: 100%;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .toggleSliderHeadingTitle {
    font-size: 36px;
  }
}
.toggleSliderHeadingDescr {
  max-width: calc(50% - 20px);
  width: 100%;
  margin-left: auto;
  font-size: 20px;
  font-family: "Inter", sans-serif;
}
.toggleSliderItem {
  padding: 48px 0;
  border-bottom: 1px #CECECE solid;
}
.toggleSliderItemHeadingLeft {
  max-width: 44%;
  width: 100%;
}
.toggleSliderItemHeadingLeftIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  border: 1px var(--black) solid;
  flex-shrink: 0;
}
.toggleSliderItemHeadingLeftTitle {
  width: 100%;
  margin-left: 40px;
  font-size: 42px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 500;
}
.toggleSliderItemHeadingRight {
  max-width: calc(50% - 20px);
  width: 100%;
  margin-left: auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.toggleSliderItemHeadingRight img {
  border-radius: 17px;
}
.toggleSliderItemBody {
  display: none;
  padding-top: 80px;
}
.toggleSliderItemBodyText {
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 1100px) {
  .toggleSliderHeading {
    flex-direction: column;
  }
  .toggleSliderHeadingTitle,
  .toggleSliderHeadingDescr {
    max-width: 100%;
  }
  .toggleSliderHeadingDescr {
    margin-top: 16px;
  }
  .toggleSliderItemHeadingLeftTitle {
    font-size: 36px;
  }
  .toggleSliderItemBody,
  .toggleSliderItemHeading {
    flex-direction: column;
  }
  .toggleSliderItemHeadingLeft,
  .toggleSliderItemHeadingRight {
    max-width: 100%;
  }
  .toggleSliderItemHeadingRight {
    margin-top: 24px;
  }
  .toggleSliderItemBody {
    padding-top: 24px;
  }
  .toggleSliderItemHeadingRight img {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .toggleSliderHeadingTitle {
    font-size: 24px;
  }
  .toggleSliderHeadingDescr {
    font-size: 16px;
  }
  .toggleSliderItemHeadingLeftTitle {
    font-size: 24px;
  }
  .toggleSliderItemHeadingLeftIcon {
    padding: 15px;
    width: 60px;
    height: 60px;
  }
  .toggleSliderItemHeadingLeftTitle {
    margin-left: 24px;
    padding-right: 24px;
  }
  .toggleSliderItemBody .toggleSliderItemHeadingRight {
    margin-top: 0;
    order: -1;
  }
  .toggleSliderItemBody .toggleSliderItemHeadingRight img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* home.autodoctor.module */
.autodoctor {
  margin-top: 62px;
}
.autodoctorVideo {
  position: relative;
  max-width: 616px;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.autodoctorVideo img {
  border-radius: 17px;
}
.autodoctorVideoPlay {
  position: absolute;
  top: calc(50% - 31px);
  left: calc(50% - 31px);
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  transition: transform 0.4s ease-in-out;
}
.autodoctorVideoPlay:hover {
  transform: scale(1.1);
}
.autodoctorVideoContainer, .autodoctorVideoContainer iframe {
  width: 100%;
  height: 100%;
}
.autodoctorContent {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
}
.autodoctorContentPreims {
  width: 204px;
  flex-direction: column;
}
.autodoctorContentPreimsItem {
  width: 100%;
  border-radius: 16px;
  padding: 16px;
  background-color: var(--Light-grey-for-bg);
  flex-direction: column;
}
.autodoctorContentPreimsItem:not(:last-child) {
  margin-bottom: 16px;
}
.autodoctorContentPreimsItemTitle {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .autodoctorContentPreimsItemTitle {
    font-size: 30px;
  }
}
.autodoctorContentPreimsItemDescr {
  padding-top: 11px;
  color: var(--grey-mid);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.autodoctorContentPreimsItemIcon {
  margin-top: 20px;
  margin-left: auto;
  font-size: 0;
  line-height: 0;
}
.autodoctorContentInfos {
  margin-left: auto;
  max-width: calc(100% - 244px);
  width: 100%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.autodoctorContentInfos p:not(:last-child) {
  margin-bottom: 2.7em;
}
.autodoctorContentInfosTitles {
  margin-bottom: 42px;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .autodoctorContentInfosTitles {
    font-size: 36px;
  }
}

@media screen and (max-width: 1700px) {
  .autodoctorContent {
    max-width: calc(100% - 640px);
  }
  .autodoctorContentInfos p:not(:last-child) {
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 1380px) {
  .autodoctorWrapp {
    flex-direction: column;
  }
  .autodoctorContent {
    max-width: 100%;
    order: -1;
  }
  .autodoctorContent {
    flex-direction: column;
  }
  .autodoctorContentPreims {
    width: 100%;
    flex-direction: row;
  }
  .autodoctorContentPreimsItem {
    max-width: calc(50% - 20px);
    width: 100%;
  }
  .autodoctorContentPreimsItem:last-child {
    margin-left: auto;
  }
  .autodoctorContentInfos {
    margin-top: 36px;
    max-width: 100%;
  }
  .autodoctorContentPreimsItem:not(:last-child) {
    margin-bottom: 0;
  }
  .autodoctorVideo {
    margin-top: 36px;
    max-width: 100%;
  }
  .autodoctorVideoPreview {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 350px;
  }
}
@media screen and (max-width: 550px) {
  .autodoctor {
    margin-top: 0;
  }
  .autodoctorVideoPreview {
    height: 240px;
  }
  .autodoctorContentPreimsItemTitle {
    font-size: 20px;
  }
  .autodoctorContentPreimsItemDescr {
    font-size: 14px;
  }
  .autodoctorContentPreims {
    margin-top: 16px;
  }
  .autodoctorContentInfos p:last-child {
    display: none;
  }
  .autodoctorContentInfosTitles {
    font-size: 30px;
    text-align: center;
  }
  .autodoctorContentInfos {
    order: -1;
  }
}
/* home.news.module */
.news {
  margin-top: 62px;
}
.newsTitle {
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .newsTitle {
    font-size: 36px;
  }
}
.newsAll {
  padding: 20px 57px;
  margin-left: auto;
  background: var(--Gradient-1);
  border-radius: 16px;
  text-transform: uppercase;
  color: var(--white);
  font-size: 16px;
}
.newsAll svg {
  margin-left: 8px;
}
.newsAll:hover {
  background: var(--Gradient-revers);
}
.newsCard {
  margin-top: 48px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 502px);
}
.newsItem {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.newsItem:nth-child(1) {
  grid-column: 1/8;
  grid-row: 1/3;
}
.newsItem:nth-child(1) .newsItemDescrContentTitle {
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .newsItem:nth-child(1) .newsItemDescrContentTitle {
    font-size: 36px;
  }
}
.newsItem:nth-child(2) {
  grid-column: 8/13;
}
.newsItem:nth-child(3) {
  grid-column: 8/13;
}
.newsItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease-in-out;
  border-radius: 16px;
}
.newsItem:hover img {
  transform: scale(1.1);
}
.newsItemHref {
  top: 16px;
  right: 16px;
  position: absolute;
  padding: 16px;
  font-size: 0;
  line-height: 0;
  border-radius: 22px;
  background: var(--Gradient-1);
  z-index: 92;
  border-radius: 100%;
}
.newsItemHref:hover {
  background: var(--Gradient-revers);
}
.newsItem picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
}
.newsItemDescr {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 91;
}
.newsItemDescrContent {
  flex-direction: column;
  margin-top: auto;
  padding: 0 32px 32px 32px;
}
.newsItemDescrContentTitle {
  color: var(--white);
  line-height: 1.2;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  transition: color 0.4s ease-in-out;
}
.newsItemDescrContentTitle:hover {
  color: var(--Green);
}
.newsItemDescrContentDescr {
  margin-top: 16px;
  color: var(--grey);
  font-family: "Inter", sans-serif;
}
.newsItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 16px;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 1700px) {
  .newsCard {
    grid-template-rows: repeat(2, 463px);
  }
}
@media screen and (max-width: 1440px) {
  .newsCard {
    grid-template-rows: repeat(2, 382px);
  }
}
@media screen and (max-width: 1380px) {
  .newsCard {
    grid-template-rows: repeat(2, 376px);
  }
}
@media screen and (max-width: 1280px) {
  .newsCard {
    grid-template-rows: repeat(2, 347px);
  }
}
@media screen and (max-width: 1100px) {
  .newsCard {
    display: block;
  }
  .newsItem {
    height: 520px;
  }
  .newsItem:not(:last-child) {
    margin-bottom: 24px;
  }
  .newsItem:nth-child(1) .newsItemDescrContentTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  .newsAll {
    display: none;
  }
  .newsItem {
    height: 400px;
  }
  .newsItemDescrContentTitle,
  .newsItem:nth-child(1) .newsItemDescrContentTitle {
    font-size: 24px;
  }
  .newsItemDescrContentDescr {
    display: none;
  }
  .newsItemDescrContent {
    pad: 0 24px 24px 24px;
  }
  .newsAll {
    margin-top: 24px;
  }
}
/* home.contacts.module */
.contacts {
  margin-top: 62px;
  padding-bottom: 62px;
}
.contactsItem {
  max-width: calc(50% - 12px);
  width: 100%;
}
.contactsItem:last-child {
  margin-left: auto;
}
.contactsTitle {
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .contactsTitle {
    font-size: 36px;
  }
}
.contactsWrapp {
  align-items: unset;
}
.contactsDescr {
  padding: 32px 0;
  font-family: "Inter", sans-serif;
}
.contactsDescr p:not(:last-child) {
  margin-bottom: 1.4em;
}
.contactsCard {
  flex-wrap: wrap;
}
.contactsCardItem {
  min-height: 173px;
  display: flex;
  flex-direction: column;
  max-width: calc(50% - 12px);
  width: 100%;
  margin-right: 12px;
  margin-bottom: 24px;
  padding: 32px;
  border-radius: 16px;
  background-color: var(--Light-grey-for-bg);
}
.contactsCardItem:nth-child(even) {
  margin-right: 0;
}
.contactsCardItem:nth-last-child(1), .contactsCardItem:nth-last-child(2) {
  margin-bottom: 0;
}
.contactsCardItemTitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 14px;
}
.contactsCardItemCont {
  margin-top: auto;
}
.contactsCardItemPhone {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}
.contactsCardItemPhone svg {
  margin-right: 8px;
}
.contactsCardItemPhone:last-child {
  margin-bottom: 0;
}
.contactsFormwrapp {
  flex-direction: column;
  height: 100%;
  padding: 32px 64px;
  border-radius: 16px;
  background-color: var(--Light-grey-for-bg);
}
.contactsFormwrappTitle {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}
.contactsFormwrappDescr {
  padding-top: 6px;
  text-align: center;
  font-family: "Inter", sans-serif;
}
.contactsFormwrappForm {
  margin-top: 32px;
  flex-wrap: wrap;
}
.contactsFormwrappInput {
  padding: 12px 14px;
  width: 100%;
  height: 52px;
  font-family: "Inter", sans-serif;
  background-color: var(--white);
  border-radius: 16px;
  outline: none;
}
.contactsFormwrappInput::-moz-placeholder {
  color: var(--grey);
}
.contactsFormwrappInput::placeholder {
  color: var(--grey);
}
.contactsFormwrappInputError {
  color: #D7001D;
  border: 1px solid #D7001D;
}
.contactsFormwrappItems {
  max-width: 100%;
  width: 100%;
}
.contactsFormwrappItem {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
.contactsFormwrappItemNum50 {
  max-width: calc(50% - 8px);
  width: 100%;
}
.contactsFormwrappDialCode {
  margin-left: auto;
}
.contactsFormwrappDialCodeCode {
  padding: 0 8px;
  color: var(--black);
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.contactsFormwrappDialCodeInput {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background-color: transparent;
  outline: none;
}
.contactsFormwrappDialCodeInput::-moz-placeholder {
  color: var(--grey);
}
.contactsFormwrappDialCodeInput::placeholder {
  color: var(--grey);
}
.contactsFormwrappDialCodeHeading {
  flex-shrink: 0;
  cursor: pointer;
}
.contactsFormwrappDialCodeHeading svg {
  margin: 0 8px;
}
.contactsFormwrappDialCodeHeadingActive svg {
  transform: rotate(180deg);
}
.contactsFormwrappDialCodeBody {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  max-height: 148px;
  padding: 16px 14px;
  border-radius: 16px;
  background-color: var(--white);
  overflow: auto;
  z-index: 91;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.contactsFormwrappDialCodeBodyActive {
  opacity: 1;
  pointer-events: all;
}
.contactsFormwrappDialCodeBodyItem {
  margin-bottom: 22px;
}
.contactsFormwrappDialCodeBodyItem:last-child {
  margin-bottom: 0;
}
.contactsFormwrappDialCodeBtn {
  font-family: "Inter", sans-seri;
  font-size: 14px;
  background-color: transparent;
  transition: color 0.4s ease-in-out;
}
.contactsFormwrappDialCodeBtn img {
  margin-right: 9px;
}
.contactsFormwrappDialCodeBtn:hover {
  color: var(--Green);
}
.contactsFormwrappPolicy {
  cursor: pointer;
}
.contactsFormwrappPolicyInput {
  display: none;
}
.contactsFormwrappPolicyCustom {
  width: 20px;
  height: 20px;
  background-image: url("../images/Consult/check.svg");
}
.contactsFormwrappPolicyText {
  margin-left: 9px;
  color: var(--grey-mid);
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.contactsFormwrappPolicyText a {
  border-bottom: 1px solid currentColor;
}
.contactsFormwrappPolicyText a:hover {
  color: var(--Green);
  border-color: transparent;
}
.contactsFormwrappButton {
  padding: 20px 0;
  margin-top: 16px;
  width: 100%;
}

.contactsFormwrappPolicyInput:checked ~ .contactsFormwrappPolicyCustom {
  background-image: url("../images/Consult/check_on.svg");
}

textarea.contactsFormwrappInput {
  min-height: 160px;
  outline: none;
  resize: none;
  border: none;
}

.socialsBlockItem {
  margin-right: 24px;
}
.socialsBlockItem:last-child {
  margin-right: 0;
}
.socialsBlockHref svg path {
  transition: fill 0.4s ease-in-out;
}
.socialsBlockHref:hover svg path {
  fill: var(--Green);
}

@media screen and (max-width: 1440px) {
  .contactsTitle {
    line-height: 1.2;
  }
  textarea.contactsFormwrappInput {
    min-height: 227px;
  }
}
@media screen and (max-width: 1100px) {
  .contactsWrapp {
    flex-direction: column;
  }
  .contactsItem {
    max-width: 100%;
  }
  .contactsFormwrapp {
    padding: 32px 24px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 550px) {
  .contactsTitle {
    font-size: 26px;
  }
  .contacts {
    margin-top: 48px;
  }
  .contactsDescr {
    padding: 18px 0;
  }
  .contactsFormwrappItems,
  .contactsCard {
    flex-direction: column;
  }
  .contactsFormwrappItemNum50 {
    max-width: 100%;
  }
  .contactsCardItem {
    max-width: 100%;
    min-height: 0;
  }
  .contactsCardItem:nth-last-child(2) {
    margin-bottom: 24px;
  }
  .contactsFormwrappPolicyCustom {
    flex-shrink: 0;
  }
}
/* footer.module */
.footer {
  padding: 62px 0;
  margin-top: 62px;
  color: var(--white);
  background-color: var(--black);
}
.footerCatalog {
  margin-top: 0;
}
.footerCopyright {
  font-size: 16px;
  padding: 42px 0;
}
.footerWrapp {
  justify-content: space-between;
}
.footerBlock {
  flex-direction: column;
}
.footerBlock:last-child {
  max-width: 246px;
  width: 100%;
}
.footerBlockTitle {
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.footerBlockItem:not(:last-child) {
  margin-bottom: 16px;
}
.footerBlockHref {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  transition: color 0.4s ease-in-out;
}
.footerBlockHref:hover {
  color: var(--Green);
}
.footerBlockHref svg {
  margin-right: 8px;
}

@media screen and (max-width: 1100px) {
  .footerWrapp {
    padding: 0 100px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footerBlock:first-child {
    margin-bottom: 62px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    text-align: center;
  }
  .footerBlock:not(:first-child) {
    max-width: calc(50% - 40px);
    width: 100%;
    text-align: center;
  }
  .footerBlock:nth-child(2),
  .footerBlock:nth-child(3) {
    margin-bottom: 100px;
  }
  .footerBlock:nth-child(3) {
    order: 1;
  }
  .footer .socialsBlock {
    justify-content: center;
  }
  .footerBlockHref {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .footerBlock:not(:first-child) {
    max-width: 100%;
  }
  .footerBlock,
  .footerBlock:nth-child(2), .footerBlock:nth-child(3) {
    margin-bottom: 46px;
  }
  .footerWrapp {
    padding: 0 20px;
  }
  .footerBlock:nth-child(3) {
    order: 0;
  }
}
.isDark body {
  color: var(--white);
  background-color: var(--black);
}
.isDark .toggleSliderItemHeadingLeftIcon {
  border-color: var(--white);
}
.isDark .toggleSliderItemHeadingLeftIcon svg line {
  stroke: var(--white);
}
.isDark .autodoctorContentPreimsItem {
  background-color: var(--Dark-grey);
}
.isDark .contactsCardItem {
  background-color: var(--glass);
}
.isDark .socialsBlockHref svg path {
  fill: var(--white);
}
.isDark .socialsBlockHref:hover svg path {
  fill: var(--Green);
}
.isDark .contactsFormwrapp {
  background-color: var(--glass);
}
.isDark .contactsFormwrappDialCodeBody, .isDark .contactsFormwrappInput {
  background-color: var(--grey-mid);
  color: var(--white);
}
.isDark .contactsCardItemPhone svg path {
  fill: var(--white);
}
.isDark .contactsFormwrappDialCodeCode {
  color: var(--white);
}
.isDark .contactsFormwrappDialCodeBtn {
  color: var(--white);
}
.isDark .whyUs {
  overflow: visible;
}

/* auto.hero */
.autoPage {
  background-color: var(--bg);
}
.autoPageHero {
  position: relative;
  color: var(--white);
}
.autoPageHero .autoPageSwiper {
  height: 100vh;
  width: 100%;
}
.autoPageHero .swiper-slide {
  height: 100vh !important;
}
.autoPageHero .swiperPaginationHero {
  position: absolute;
  z-index: 2;
  left: auto !important;
  right: 15px;
  width: auto !important;
  top: calc(100% - 44px) !important;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}
.autoPageHero .swiperPaginationWrapper {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.autoPageHero .swiper-pagination-bullet {
  width: 58px;
  height: 4px;
  background: var(--glass);
  border-radius: 16px !important;
  opacity: 1;
  margin: 8px 0 !important;
}
.autoPageHero .swiper-pagination-bullet-active {
  background: white;
}
.autoPageHero .swiperButtonNextHero, .autoPageHero .swiperButtonPrevHero {
  position: absolute;
  padding: 12px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 2;
  cursor: pointer;
}
.autoPageHero .swiperButtonNextHero::after, .autoPageHero .swiperButtonPrevHero::after {
  display: none;
}
.autoPageHero .swiperButtonNextHero {
  right: 30px;
}
.autoPageHero .swiperButtonPrevHero {
  left: 30px;
}
.autoPageHeroSlide {
  position: relative;
  height: 100vh;
}
.autoPageHeroSlideBg {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.autoPageHeroSlide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--black-40);
}
.autoPageHeroSlideContent {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1806px;
  margin: 0 auto;
  padding: 114px 15px 44px;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
.autoPageHeroSlideTitle {
  font-size: 104px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.autoPageHeroSlideDesc {
  display: block;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 16px;
}
.autoPageHeroSlidePrice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.autoPageHeroSlidePriceNew {
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
}
.autoPageHeroSlidePriceOld {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
}
.autoPageHeroSlidePriceOld::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--Green);
  transform: rotate(-2deg);
}
.autoPageHeroSlideBottom {
  margin-top: auto;
  justify-content: space-between;
  align-items: flex-end;
}
.autoPageHeroSlideText {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}
.autoPageHeroSlideInfo {
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 80px;
}
.autoPageHeroSlideInfo span {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.autoPageHeroSlideInfo img {
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bannerProductWrapper {
  width: 276px;
  padding: 16px;
  border-radius: 16px;
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  margin-bottom: 16px;
}
.bannerProductImage {
  width: 244px;
  height: 160px;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  margin-bottom: 8px;
}
.bannerProductImage img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
}
.bannerProductOptions {
  flex-wrap: wrap;
  gap: 8px;
}
.bannerProductOptionsItem {
  width: calc(50% - 4px);
  padding: 16px;
  border-radius: 16px;
  background-color: var(--black-30);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}
.bannerProductOptionsItem:first-child {
  width: 100%;
}
.bannerProductLink {
  padding: 20px;
  color: var(--white);
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  gap: 8px;
  background: var(--Gradient-1);
  position: relative;
  z-index: 1;
}
.bannerProductLink::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: var(--Gradient-revers);
  z-index: -1;
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.bannerProductLink:hover:before {
  opacity: 1;
}

@media screen and (max-width: 1500px) {
  .autoPageHeroSlideBg {
    -o-object-position: right;
       object-position: right;
  }
  .autoPageHeroSlideTitle {
    font-size: 80px;
  }
  .autoPageHeroSlideDesc {
    font-size: 26px;
  }
  .autoPageHeroSlidePriceNew {
    font-size: 46px;
    line-height: 50px;
  }
  .autoPageHeroSlideText {
    font-size: 22px;
  }
  .bannerProductWrapper {
    width: 200px;
    padding: 8px;
    margin-bottom: 10px;
  }
  .bannerProductImage {
    width: 184px;
    height: 120px;
  }
  .bannerProductOptionsItem {
    padding: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .bannerProductLink {
    padding: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .autoPageHero .swiperButtonNextHero, .autoPageHero .swiperButtonPrevHero {
    width: 34px;
    height: 34px;
  }
  .autoPageHero .swiperButtonNextHero {
    right: 20px;
  }
  .autoPageHero .swiperButtonPrevHero {
    left: 20px;
  }
  .autoPageHero .swiper-pagination-bullet {
    width: 38px;
    height: 2px;
    margin: 4px 0 !important;
  }
  .autoPageHeroSlideContent {
    padding: 90px 15px 30px;
  }
  .autoPageHeroSlideTitle {
    font-size: 66px;
    margin-bottom: 0;
  }
  .autoPageHeroSlideDesc {
    font-size: 22px;
    margin-bottom: 0;
  }
  .autoPageHeroSlidePriceNew {
    font-size: 40px;
    line-height: 50px;
  }
  .autoPageHeroSlideText {
    font-size: 20px;
  }
  .bannerProductWrapper {
    width: 200px;
    padding: 8px;
    margin-bottom: 10px;
  }
  .bannerProductImage {
    width: 184px;
    height: 120px;
  }
  .bannerProductOptionsItem {
    padding: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .bannerProductLink {
    padding: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .autoPage .autoPageSwiper {
    height: auto;
  }
  .autoPage .swiper-slide {
    height: auto !important;
  }
  .autoPageHero .swiperButtonNextHero, .autoPageHero .swiperButtonPrevHero {
    display: none;
  }
  .autoPageHeroSlide {
    height: auto;
  }
  .autoPageHeroSlideBg {
    -o-object-position: center;
       object-position: center;
  }
  .autoPageHeroSlideContent {
    padding: 96px 15px 36px;
    height: auto;
  }
  .autoPageHeroSlideTitle {
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 8px;
  }
  .autoPageHeroSlideDesc {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .autoPageHeroSlidePriceNew {
    font-size: 32px;
    line-height: 45px;
  }
  .autoPageHeroSlidePriceOld {
    font-size: 16px;
    line-height: 32px;
  }
  .autoPageHeroSlideText {
    display: none;
  }
  .autoPageHeroSlideInfo {
    gap: 40px;
  }
  .bannerProductWrapper {
    width: 200px;
    padding: 8px;
    margin-bottom: 10px;
  }
  .bannerProductImage {
    width: 184px;
    height: 120px;
  }
  .bannerProductOptionsItem {
    padding: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .bannerProductLink {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .autoPage .autoPageSwiper {
    height: auto;
  }
  .autoPageHeroSlide {
    height: 100%;
  }
  .autoPageHeroSlideContent {
    padding: 96px 15px 24px;
    height: 100%;
  }
  .autoPageHeroSlideTitle {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 4px;
  }
  .autoPageHeroSlideDesc {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .autoPageHeroSlidePrice {
    margin-bottom: 100px;
  }
  .autoPageHeroSlidePriceNew {
    font-size: 24px;
  }
  .autoPageHeroSlidePriceOld {
    font-size: 12px;
  }
  .autoPageHeroSlideInfo {
    width: 100%;
    gap: 20px;
    margin-bottom: 0;
  }
  .autoPageHeroSlideBottom {
    margin-bottom: 16px;
  }
  .autoPageHero .swiperPaginationHero {
    right: 50%;
    top: calc(100% - 25px) !important;
    transform: translate(50%, 0);
  }
  .bannerProduct {
    display: none;
  }
}
/* auto.types */
.autoType {
  margin: 62px 0;
}
.autoTypeContent {
  gap: 24px;
}
.autoTypeItem {
  width: calc(50% - 12px);
  padding: 32px;
  height: 600px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}
.autoTypeItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-40);
  border-radius: 16px;
  z-index: -1;
}
.autoTypeItemBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.autoTypeItemLink {
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 16px;
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  cursor: pointer;
}
.autoTypeItemLink span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--Gradient-revers);
  position: relative;
  z-index: 1;
}
.autoTypeItemLink span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--Gradient-1);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.autoTypeItemLink:hover span:before {
  opacity: 1;
}
.autoTypeItemTitle {
  font-family: "IBM Plex Sans";
  color: var(--white);
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
}

@media screen and (max-width: 1100px) {
  .autoType {
    margin: 48px 0;
  }
  .autoTypeContent {
    flex-direction: column;
  }
  .autoTypeItem {
    width: 100%;
    height: 520px;
  }
  .autoTypeItemTitle {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (max-width: 600px) {
  .autoType {
    margin: 32px 0 48px;
  }
  .autoTypeContent {
    gap: 16px;
  }
  .autoTypeItem {
    padding: 16px;
    height: 320px;
  }
  .autoTypeItemTitle {
    font-size: 30px;
    line-height: 36px;
  }
}
/* auto.news */
.autoNews {
  margin-bottom: 62px;
}
.autoNewsSwiper {
  padding: 10px 0;
  overflow: hidden;
}
.autoNews .swiperPaginationNews {
  z-index: 2;
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
}
.autoNews .swiperPaginationWrapper {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  margin-top: 22px;
}
.autoNews .swiper-pagination-bullet {
  width: 58px;
  height: 4px;
  background: var(--glass);
  border-radius: 16px !important;
  opacity: 1;
  margin: 8px 0 !important;
}
.autoNews .swiper-pagination-bullet-active {
  background: var(--black);
}
.autoNews .swiperButtonNextNews, .autoNews .swiperButtonPrevNews {
  padding: 12px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: var(--black);
  z-index: 2;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.autoNews .swiperButtonNextNews::after, .autoNews .swiperButtonPrevNews::after {
  display: none;
}
.autoNews .swiperButtonNextNews:hover, .autoNews .swiperButtonPrevNews:hover {
  background-color: var(--glassHover);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.autoNewsHeader {
  justify-content: space-between;
}
.autoNews .swiperButtons {
  gap: 16px;
}
.autoNewsTitle {
  font-family: "IBM Plex Sans";
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media screen and (max-width: 1100px) {
  .autoNews {
    margin-bottom: 48px;
  }
  .autoNewsSlideImage {
    height: 165px;
  }
  .autoNews .swiperPaginationWrapper {
    display: none;
  }
  .autoNews .swiperButtonNextNews, .autoNews .swiperButtonPrevNews {
    display: none;
  }
  .autoNewsTitle {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .autoNews {
    margin-bottom: 48px;
  }
  .autoNewsTitle {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
/* auto.benefir */
.autoBenefitSwiper {
  padding: 10px 0;
  overflow: hidden;
}
.autoBenefitSlide {
  position: relative;
  padding: 32px;
  height: 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.autoBenefitSlide picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.autoBenefitSlide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-40);
  border-radius: 16px;
  z-index: -1;
}
.autoBenefitSlideBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  z-index: -2;
}
.autoBenefitSlideTitle {
  font-family: "IBM Plex Sans";
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: var(--white);
  margin-top: 16px;
}
.autoBenefitSlideName {
  width: 50%;
}
.autoBenefitSlidePrice {
  width: 50%;
  margin-top: auto;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.autoBenefitSlidePriceNew {
  font-family: "IBM Plex Sans";
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
  color: var(--white);
}
.autoBenefitSlidePriceOld {
  color: var(--grey);
  font-family: "IBM Plex Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: line-through;
}
.autoBenefitSlideSale {
  margin-top: auto;
  margin-left: auto;
}
.autoBenefitSlideSaleTitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: var(--white);
}
.autoBenefitSlideTimer {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  gap: 10px;
}
.autoBenefitSlideTimerItem {
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  color: var(--white);
  flex-direction: column;
  gap: 16px;
  padding: 17px 22px;
  border-radius: 16px;
  position: relative;
}
.autoBenefitSlideTimerItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  width: calc(100% - 34px);
  height: 1px;
  background-color: var(--glass);
  z-index: 1;
}
.autoBenefitSlideTimerItemValue {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.autoBenefitSlideTimerItemLabel {
  font-size: 14px;
  line-height: 20px;
}
.autoBenefitSlideLink {
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 16px;
  background-color: var(--glass);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  cursor: pointer;
}
.autoBenefitSlideLink span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--Gradient-revers);
  position: relative;
  z-index: 1;
}
.autoBenefitSlideLink span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--Gradient-1);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.autoBenefitSlideLink:hover span:before {
  opacity: 1;
}
.autoBenefit .swiperButtonNextBenefit, .autoBenefit .swiperButtonPrevBenefit {
  padding: 12px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: var(--black);
  z-index: 2;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.autoBenefit .swiperButtonNextBenefit::after, .autoBenefit .swiperButtonPrevBenefit::after {
  display: none;
}
.autoBenefit .swiperButtonNextBenefit:hover, .autoBenefit .swiperButtonPrevBenefit:hover {
  background-color: var(--glassHover);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.autoBenefitHeader {
  justify-content: space-between;
}
.autoBenefit .swiperButtons {
  gap: 16px;
}
.autoBenefitTitle {
  font-family: "IBM Plex Sans";
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media screen and (max-width: 1100px) {
  .autoBenefitSwiper {
    padding: 10px 0;
    overflow: hidden;
  }
  .autoBenefitSlide {
    position: relative;
    padding: 32px;
    height: 600px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .autoBenefitSlide picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .autoBenefitSlide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black-40);
    border-radius: 16px;
    z-index: -1;
  }
  .autoBenefitSlideBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
    z-index: -2;
  }
  .autoBenefitSlideTitle {
    font-family: "IBM Plex Sans";
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    color: var(--white);
    margin-top: 16px;
  }
  .autoBenefitSlideName {
    width: 50%;
  }
  .autoBenefitSlidePrice {
    width: 50%;
    margin-top: auto;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  .autoBenefitSlidePriceNew {
    font-family: "IBM Plex Sans";
    font-size: 52px;
    font-weight: 500;
    line-height: 64px;
    color: var(--white);
  }
  .autoBenefitSlidePriceOld {
    color: var(--grey);
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: line-through;
  }
  .autoBenefitSlideSale {
    margin-top: auto;
    margin-left: auto;
  }
  .autoBenefitSlideSaleTitle {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: var(--white);
  }
  .autoBenefitSlideTimer {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    gap: 10px;
  }
  .autoBenefitSlideTimerItem {
    background-color: var(--glass);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    color: var(--white);
    flex-direction: column;
    gap: 16px;
    padding: 17px 22px;
    border-radius: 16px;
    position: relative;
  }
  .autoBenefitSlideTimerItem::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 17px;
    width: calc(100% - 34px);
    height: 1px;
    background-color: var(--glass);
    z-index: 1;
  }
  .autoBenefitSlideTimerItemValue {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .autoBenefitSlideTimerItemLabel {
    font-size: 14px;
    line-height: 20px;
  }
  .autoBenefitSlideLink {
    color: var(--white);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 16px;
    background-color: var(--glass);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    width: -moz-fit-content;
    width: fit-content;
    gap: 16px;
    cursor: pointer;
  }
  .autoBenefitSlideLink span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--Gradient-revers);
    position: relative;
    z-index: 1;
  }
  .autoBenefitSlideLink span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: var(--Gradient-1);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .autoBenefitSlideLink:hover span:before {
    opacity: 1;
  }
  .autoBenefitHeader {
    justify-content: space-between;
  }
  .autoBenefit .swiperButtons {
    display: none;
  }
  .autoBenefitTitle {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 800px) {
  .autoBenefitSlide {
    position: relative;
    padding: 16px;
    height: 320px;
  }
  .autoBenefitSlideTitle {
    font-size: 24px;
    line-height: 28px;
    margin-top: 12px;
  }
  .autoBenefitSlideName {
    width: 100%;
  }
  .autoBenefitSlidePrice {
    width: 100%;
    margin-top: 30px;
    order: 1;
  }
  .autoBenefitSlidePriceNew {
    font-size: 36px;
    line-height: 48px;
  }
  .autoBenefitSlideSale {
    width: 100%;
  }
  .autoBenefitSlideTimer {
    justify-content: flex-start;
    margin-top: 6px;
    gap: 8px;
  }
  .autoBenefitSlideTimerItem {
    padding: 8px 18px;
  }
  .autoBenefitSlideLink {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .autoBenefitSlideLink span {
    display: none;
  }
  .autoBenefitSlideLink:hover span:before {
    opacity: 1;
  }
  .autoBenefitSlideLogo {
    height: 24px;
  }
}
/* auto.compare */
.autoCompare {
  margin-top: 92px;
  margin-bottom: 62px;
}
.autoCompareHeader {
  gap: 24px;
  margin-bottom: 32px;
}
.autoCompareHeaderIcon {
  width: 64px;
  height: 64px;
}
.autoCompareTitle {
  font-size: 52px;
  line-height: 64px;
  font-weight: 500;
  text-transform: uppercase;
}
.autoCompareLink {
  margin-left: auto;
  padding: 20px;
  background: var(--Gradient-1);
  color: var(--white);
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.autoCompareLink::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: var(--Gradient-revers);
  z-index: -1;
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.autoCompareLink:hover:before {
  opacity: 1;
}
.autoCompareLinkTable {
  display: none;
}
.autoCompareBlock {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.autoCompareTable {
  max-width: 380px;
  width: 100%;
  padding: 24px;
  border-radius: 16px;
  background: var(--Light-grey-for-bg);
}
.autoCompareModel {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  margin: 16px 0 24px;
}
.autoCompareItem {
  padding: 8px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
}
.autoCompareItem:nth-child(2n) {
  background-color: var(--white);
  border-radius: 4px;
}
.autoCompareMiddle {
  position: relative;
}
.autoCompareMiddleCheckboxes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.autoCompareCheckbox input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.autoCompareCheckbox label {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.autoCompareCheckbox label span {
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-color: var(--white);
  display: inline-block;
  width: 224px;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 4px 10px 0px var(--black-25);
  margin-left: 16px;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.autoCompareCheckbox label::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--white);
  box-shadow: 0px 4px 10px var(--black-25);
}
.autoCompareCheckbox label::after {
  content: "";
  position: absolute;
  left: -24px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--white);
  transition: opacity 0.3s;
  opacity: 0;
}
.autoCompareCheckbox input[type=radio]:checked + label::after {
  opacity: 1;
}
.autoCompareCheckbox input[type=radio]:checked + label span {
  opacity: 1;
}
.autoCompareCheckboxLeft label {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.autoCompareCheckboxLeft label span {
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-color: var(--white);
  display: inline-block;
  width: 224px;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 4px 10px 0px var(--black-25);
  margin-left: 16px;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.autoCompareCheckboxLeft label::before {
  content: "";
  position: absolute;
  left: unset;
  right: -40px;
  top: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--white);
  box-shadow: 0px 4px 10px var(--black-25);
}
.autoCompareCheckboxLeft label::after {
  content: "";
  position: absolute;
  right: -34px;
  left: unset;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--white);
  transition: opacity 0.3s;
  opacity: 0;
}
.autoCompareCheckboxLeftTop {
  position: absolute;
  top: 7%;
  left: -7%;
}
.autoCompareCheckboxLeftMid {
  position: absolute;
  top: 23%;
  left: -12%;
}
.autoCompareCheckboxLeftBot {
  position: absolute;
  top: 50%;
  left: 0;
}
.autoCompareCheckboxRightTop {
  position: absolute;
  top: 7%;
  left: 73%;
}
.autoCompareCheckboxRightMid {
  position: absolute;
  top: 23%;
  left: 78%;
}
.autoCompareCheckboxRightBot {
  position: absolute;
  top: 50%;
  left: 67%;
}

@media screen and (max-width: 1300px) {
  .autoCompare {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .autoCompareHeader {
    gap: 16px;
    justify-content: center;
    margin-bottom: 40px;
  }
  .autoCompareHeaderIcon {
    width: 48px;
    height: 48px;
  }
  .autoCompareTitle {
    font-size: 36px;
    line-height: 48px;
  }
  .autoCompareLink {
    display: none;
  }
  .autoCompareLinkTable {
    display: flex;
    justify-content: center;
  }
  .autoCompareBlock {
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .autoCompareTable {
    max-width: calc(50% - 12px);
    width: 100%;
  }
  .autoCompareLogo img {
    height: 24px;
  }
  .autoCompareModel {
    font-size: 28px;
    line-height: 32px;
    margin: 16px 0;
  }
  .autoCompareItem {
    font-size: 16px;
    line-height: 28px;
  }
  .autoCompareMiddle {
    order: -1;
  }
}
@media screen and (max-width: 800px) {
  .autoCompare {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .autoCompareHeader {
    margin-bottom: 24px;
  }
  .autoCompareHeaderIcon {
    display: none;
  }
  .autoCompareTitle {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .autoCompareBlock {
    gap: 16px;
  }
  .autoCompareTable {
    max-width: 100%;
    box-shadow: 0 4px 10px var(--black-15);
  }
  .autoCompareModel {
    font-size: 28px;
    line-height: 32px;
    margin: 16px 0 16px;
  }
  .autoCompareItem {
    font-size: 16px;
    line-height: 28px;
  }
  .autoCompareMiddleCheckboxes {
    zoom: 65%;
  }
  .autoCompareCheckbox label span {
    font-size: 12px;
    line-height: 16px;
    width: 140px;
    padding: 10px;
  }
  .autoCompareCheckboxLeft label span {
    font-size: 12px;
    line-height: 16px;
    width: 140px;
    padding: 10px;
  }
  .autoCompareCheckboxLeftTop {
    position: absolute;
    top: 4%;
    left: 12%;
  }
  .autoCompareCheckboxLeftMid {
    left: 7%;
  }
  .autoCompareCheckboxLeftBot {
    top: 53%;
    left: 10%;
  }
  .autoCompareCheckboxRightTop {
    left: 65%;
  }
  .autoCompareCheckboxRightMid {
    left: 70%;
  }
  .autoCompareCheckboxRightBot {
    left: 64%;
  }
}
/* auto.sales */
.autoSales {
  margin-bottom: 62px;
}
.autoSalesSwiper {
  padding: 10px 0;
  overflow: hidden;
}
.autoSales .swiperPaginationSales {
  z-index: 2;
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
}
.autoSales .swiperPaginationWrapper {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  margin-top: 22px;
}
.autoSales .swiper-pagination-bullet {
  width: 58px;
  height: 4px;
  background: var(--glass);
  border-radius: 16px !important;
  opacity: 1;
  margin: 8px 0 !important;
}
.autoSales .swiper-pagination-bullet-active {
  background: var(--black);
}
.autoSales .swiperButtonNextSales, .autoSales .swiperButtonPrevSales {
  padding: 12px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: var(--black);
  z-index: 2;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.autoSales .swiperButtonNextSales::after, .autoSales .swiperButtonPrevSales::after {
  display: none;
}
.autoSales .swiperButtonNextSales:hover, .autoSales .swiperButtonPrevSales:hover {
  background-color: var(--glassHover);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.autoSalesHeader {
  justify-content: space-between;
}
.autoSales .swiperButtons {
  gap: 16px;
}
.autoSalesTitle {
  font-family: "IBM Plex Sans";
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media screen and (max-width: 1100px) {
  .autoSales {
    margin-bottom: 48px;
  }
  .autoSalesSlideImage {
    height: 165px;
  }
  .autoSales .swiperPaginationWrapper {
    display: none;
  }
  .autoSales .swiperButtonNextSales, .autoSales .swiperButtonPrevSales {
    display: none;
  }
  .autoSalesHeader {
    justify-content: flex-start;
  }
  .autoSalesTitle {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
/* catalog */
.catalog {
  padding-top: 92px;
  background-color: var(--bg);
}
.catalogContent {
  background-color: var(--Light-grey-for-bg);
}
.catalogContentWrapper {
  position: relative;
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
}
.catalogProducts {
  width: calc(100% - 500px);
  padding: 48px 0 54px 20px;
}
.catalogProductsList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 42px;
}
.catalogProductsItem {
  width: calc(33.3333% - 16px);
}
.catalogProductsHeader {
  justify-content: flex-end;
  margin-bottom: 42px;
  position: relative;
}
.catalogProductsTitle {
  position: absolute;
  top: 0;
  left: 0;
}
.catalogProductsFilters {
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.catalogProductsFiltersItem {
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--Dark-grey);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}
.catalogProductsFiltersItem span {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 16px;
  line-height: 26px;
}
.catalogProductsFiltersItem:first-child, .catalogProductsFiltersItem:nth-child(2) {
  width: 200px;
  visibility: hidden;
}
.catalogProductsFiltersDelete {
  background-color: transparent;
  display: flex;
  margin-left: 11px;
}

@media screen and (max-width: 1600px) {
  .catalogProducts {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 1450px) {
  .catalogProducts {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1100px) {
  .catalogContentWrapper {
    flex-wrap: wrap;
  }
  .catalogProducts {
    width: 100%;
    padding: 32px 0 48px;
  }
  .catalogProductsList {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 42px;
  }
  .catalogProductsItem {
    width: calc(50% - 12px);
  }
  .catalogProductsHeader {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 24px;
    width: 100%;
  }
  .catalogProductsTitle {
    position: relative;
  }
  .catalogProductsFilters {
    justify-content: flex-start;
    width: 100%;
    margin-top: 24px;
  }
  .catalogProductsFiltersItem:first-child, .catalogProductsFiltersItem:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .catalogProductsItem {
    width: 100%;
  }
}
/* catalog.filters */
.catalogTitle {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: var(--grey-mid);
}

/* catalog.filters */
.catalogFilters {
  background-color: var(--bg);
  width: 500px;
  padding: 48px 20px 24px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.catalogFiltersToggle {
  display: none;
}
.catalogFiltersTitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.catalogFiltersItem {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--glass);
  cursor: pointer;
}
.catalogFiltersItemBody {
  display: none;
  margin-top: 16px;
}
.catalogFiltersItem svg {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.catalogFiltersItem.active svg {
  transform: rotate(180deg);
}
.catalogFiltersFormField {
  display: flex;
  align-items: center;
  gap: 16px;
}
.catalogFiltersFormField:not(:last-child) {
  margin-bottom: 16px;
}
.catalogFiltersFormRange {
  position: relative;
  margin-bottom: 24px;
}
.catalogFiltersFormRangeMin {
  position: absolute;
  width: 90%;
  left: 0;
  top: 10px;
  pointer-events: none;
  background: transparent;
}
.catalogFiltersFormRangeMax {
  position: absolute;
  width: 90%;
  left: 0;
  top: 10px;
}
.catalogFiltersCheckbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.catalogFiltersCheckbox:checked + .catalogFiltersLabel::after {
  opacity: 1;
}
.catalogFiltersCheckbox:checked + .catalogFiltersLabel::before {
  opacity: 0;
}
.catalogFiltersLabel {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.catalogFiltersLabel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/checkbox-empty.svg");
  background-size: cover;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.catalogFiltersLabel::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/checkbox-checked.svg");
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.catalogFiltersInput {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding: 4px 16px;
  border-radius: 8px;
  -moz-appearance: textfield;
  outline: none;
  width: 82px;
  text-align: center;
}
.catalogFiltersInput::-webkit-inner-spin-button, .catalogFiltersInput::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalogFiltersButton {
  width: 100%;
  padding: 16px 0;
  background: var(--Gradient-1);
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 16px;
}
.catalogFiltersButton:not(:last-child) {
  margin-bottom: 16px;
}
.catalogFiltersButton:hover {
  background: var(--Gradient-revers);
}
.catalogFiltersButtonDisabled {
  background: var(--glass);
  cursor: not-allowed;
}
.catalogFiltersButtonDisabled:hover {
  background: var(--glass);
}

@media screen and (max-width: 1600px) {
  .catalogFilters {
    width: 350px;
  }
}
@media screen and (max-width: 1450px) {
  .catalogFilters {
    width: 300px;
  }
}
@media screen and (max-width: 1100px) {
  .catalogFilters {
    position: relative;
    width: calc(100% + 30px);
    padding: 24px 15px 0;
    margin: 0 -15px;
    display: none;
  }
  .catalogFiltersToggle {
    display: flex;
    gap: 16px;
    padding: 12px 16px;
    background: var(--Gradient-1);
    color: var(--white);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 16px;
  }
  .catalogFiltersForm {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .catalogFiltersToggle {
    width: 100%;
    margin-bottom: 16px;
  }
}
/* catalog.top */
.catalogTop {
  padding: 24px 0;
  background-color: var(--bg);
  border-bottom: 1px solid var(--grey);
}
.catalogTopContent {
  justify-content: space-between;
}
.catalogTopList {
  gap: 16px;
}
.catalogTopHref {
  text-align: center;
  display: inline-block;
  padding: 12px 26px;
  border-radius: 16px;
  background-color: transparent;
  color: var(--Dark-grey);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.catalogTopHrefActive {
  background-color: var(--Green);
  color: var(--white);
  padding: 12px 50px;
}

@media screen and (max-width: 1250px) {
  .catalogTopHref {
    padding: 12px 16px;
    font-size: 14px;
  }
  .catalogTopHrefActive {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .catalogTopContent {
    flex-wrap: wrap;
  }
  .catalogTopList {
    padding: 24px 50px;
    margin-bottom: 24px;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
  }
  .catalogTopList::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--grey);
  }
  .catalogTopHref {
    padding: 12px 26px;
    font-size: 16px;
    line-height: 24px;
  }
  .catalogTopHrefActive {
    padding: 12px 50px;
  }
}
@media screen and (max-width: 600px) {
  .catalogTopList {
    padding: 24px 0;
  }
  .catalogTopHrefActive {
    padding: 12px 28px;
  }
}
/* catalog.sort */
.catalogSort {
  padding: 10px 16px;
  border-radius: 16px;
  border: 1px solid var(--grey);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.catalogSort select {
  border: none;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .catalogSort {
    width: 100%;
    text-align: center;
    padding: 12px 16px;
  }
}
/* catalog.pagination */
.catalogPagination {
  gap: 8px;
  padding: 8px 16px;
  border-radius: 16px;
  background-color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.catalogPaginationList {
  gap: 8px;
}
.catalogPaginationItem {
  padding: 8px;
  border-radius: 8px;
  background-color: var(--white);
  color: var(--black);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.catalogPaginationItem.active {
  background-color: var(--Green);
  color: var(--white);
  padding: 8px 12px;
}
.catalogPaginationBtn {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* catalog.product */
.catalogProduct {
  position: relative;
  padding: 24px;
  border-radius: 16px;
  background-color: var(--white);
  transition: box-shadow 0.3s ease;
}
.catalogProduct:hover {
  box-shadow: 0 4px 10px 0 var(--black-25);
}
.catalogProduct:hover .catalogProductImage img {
  transform: scale(1.1);
}
.catalogProduct:hover .catalogProductLink {
  opacity: 1;
  pointer-events: all;
}
.catalogProductSticker {
  color: var(--white);
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--Gradient-1);
}
.catalogProductSticker svg {
  display: none;
}
.catalogProductButtons {
  gap: 10px;
}
.catalogProductButtons button {
  background-color: var(--white);
}
.catalogProductHeader {
  justify-content: space-between;
  margin-bottom: 16px;
}
.catalogProductHeaderSecond {
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  height: 74px;
}
.catalogProductYear {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: var(--grey);
  margin-left: auto;
}
.catalogProductTitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.catalogProductFavorite {
  display: flex;
}
.catalogProductFavorite.active .catalogProductFavoriteActive {
  opacity: 1;
  width: 24px;
  height: 24px;
}
.catalogProductFavorite.active .catalogProductFavoriteDef {
  opacity: 0;
  width: 0;
  height: 0;
}
.catalogProductFavoriteActive {
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 0.3s ease;
}
.catalogProductFavoriteDef {
  opacity: 1;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
.catalogProductCompare {
  display: flex;
}
.catalogProductCompare.active .catalogProductCompareActive {
  opacity: 1;
  width: 24px;
  height: 24px;
}
.catalogProductCompare.active .catalogProductCompareDef {
  opacity: 0;
  width: 0;
  height: 0;
}
.catalogProductCompareActive {
  opacity: 0;
  width: 0;
  height: 0;
  transition: opacity 0.3s ease;
}
.catalogProductCompareDef {
  opacity: 1;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
.catalogProductPrice {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--Gradient-1);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.catalogProductPriceOld {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: line-through;
  -webkit-text-fill-color: var(--grey);
}
.catalogProductImage {
  width: 100%;
  height: 148px;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 32px;
}
.catalogProductImage img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.catalogProductImageMil {
  position: absolute;
  top: 0;
  left: 0;
  width: 122px;
  height: 28px;
  background: var(--Gradient-1);
  border-radius: 16px;
  gap: 10px;
  padding: 8px;
  box-sizing: border-box;
}
.catalogProductImageMil span {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: var(--white);
}
.catalogProductLink {
  position: absolute;
  text-align: center;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
  color: var(--white);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding: 16px 0;
  border-radius: 16px;
  background: var(--Gradient-1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.catalogProductOptions {
  justify-content: space-between;
  padding: 0 16px;
}
.catalogProductOptionsItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.catalogProductOptionsItemValue {
  color: var(--grey-mid);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}

.flyAnimating {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  animation: flyToCorner 2.5s cubic-bezier(0.4, 2, 0.6, 1) forwards;
}

@keyframes flyToCorner {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 0.1;
  }
  100% {
    transform: translate(var(--fly-x, 0), var(--fly-y, 0)) scale(0.5);
    opacity: 0;
  }
}
@media screen and (max-width: 1400px) {
  .catalogProduct {
    padding: 16px;
  }
  .catalogProductSticker {
    margin-right: 16px;
    order: -2;
  }
  .catalogProductButtons {
    order: -1;
    justify-content: flex-end;
  }
  .catalogProductHeader {
    flex-wrap: wrap;
  }
  .catalogProductTitle {
    width: 100%;
    margin-top: 8px;
  }
  .catalogProductImage {
    margin-bottom: 12px;
  }
  .catalogProductPrice {
    margin-bottom: 0;
  }
  .catalogProductOptions {
    padding: 0;
  }
  .catalogProductLink {
    bottom: 16px;
    left: 14px;
    width: calc(100% - 28px);
    padding: 16px 0;
  }
}
@media screen and (max-width: 1100px) {
  .catalogProduct:hover .catalogProductImageMil span {
    opacity: 1;
    pointer-events: all;
  }
  .catalogProductSticker {
    margin-right: 0;
    order: 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 28px;
    height: 28px;
  }
  .catalogProductSticker svg {
    display: block;
  }
  .catalogProductButtons {
    order: 0;
    justify-content: flex-end;
    margin-left: auto;
  }
  .catalogProductHeader {
    justify-content: flex-start;
    gap: 18px;
  }
  .catalogProductTitle {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
  }
  .catalogProductImage {
    margin-bottom: 16px;
  }
  .catalogProductImageMil {
    width: 32px;
    gap: 0;
    padding: 6px 8px;
  }
  .catalogProductImageMil span {
    width: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: var(--black);
    padding: 12px;
    margin-top: 8px;
    background-color: var(--white);
    border-radius: 16px;
    box-shadow: 0 4px 10px var(--black-15);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 2;
  }
  .catalogProductPrice {
    margin-bottom: 8;
  }
  .catalogProductLink {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    display: block;
    text-align: center;
    opacity: 1;
    pointer-events: all;
    margin-top: 16px;
    padding: 8px 0;
    border-radius: 8px;
  }
}
@media screen and (max-width: 600px) {
  .catalogProductSticker {
    margin-right: 0;
    order: 0;
  }
  .catalogProductButtons {
    order: 0;
    justify-content: flex-end;
    margin-left: auto;
  }
  .catalogProductHeader {
    justify-content: flex-start;
    gap: 18px;
  }
  .catalogProductTitle {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
  }
  .catalogProductImage {
    margin-bottom: 16px;
  }
  .catalogProductPrice {
    margin-bottom: 8;
  }
  .catalogProductLink {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    display: block;
    text-align: center;
    opacity: 1;
    pointer-events: all;
    margin-top: 16px;
    padding: 8px 0;
    border-radius: 8px;
  }
}
/* breadcrumbs */
.breadcrumbs {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: var(--grey);
  margin-bottom: 16px;
}
.breadcrumbsLink:last-child {
  color: var(--grey-mid);
}

/* product */
.product {
  padding-top: 92px;
  padding-bottom: 54px;
  background-color: var(--bg);
}
.productContent {
  background-color: var(--Light-grey-for-bg);
}
.productContentWrapper {
  display: flex;
  padding-bottom: 62px;
}
.productImages {
  width: calc(100% - 764px);
  padding-top: 48px;
  position: relative;
}
.productImagesWrapper {
  position: sticky;
  top: 110px;
  margin-right: 48px;
}
.productImagesImg {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.productInfo {
  width: 764px;
  padding: 24px 0 0;
  background-color: var(--bg);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.productInfoBlock {
  padding: 24px 48px 32px;
}
.productInfoBlock:not(:last-child) {
  border-bottom: 1px solid var(--glass);
}
.productInfoBlockHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.productInfoBlockHeader svg {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.productInfoBlockHeader.active svg {
  transform: rotate(180deg);
}
.productInfoBlockBody {
  display: none;
  margin-top: 24px;
}
.productInfoBlockBody p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.productInfoBlockButtons {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 32px 48px;
}
.productInfoHeader {
  font-size: 52px;
  line-height: 64px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.productInfoTitle {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
.productInfoAttributes {
  gap: 32px;
  margin-bottom: 32px;
}
.productInfoAttributesItem {
  display: flex;
  align-items: center;
  gap: 16px;
}
.productInfoPrice {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}
.productInfoPriceTip {
  position: relative;
}
.productInfoPriceTip:hover .productInfoPriceTipBody {
  opacity: 1;
  pointer-events: all;
}
.productInfoPriceTipBody {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 500px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  padding: 16px;
  border-radius: 16px;
  background-color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  transition: opacity 0.3s ease;
}
.productInfoColor {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid var(--glass);
  gap: 10px;
  margin-top: 24px;
}
.productInfoColorItem {
  display: flex;
  align-items: center;
}
.productInfoColorItemValue {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--grey);
  transition: border 0.3s ease, box-shadow 0.3s ease;
}
.productInfoColorItemValueBlack {
  background-color: var(--black);
}
.productInfoColorItemValueWhite {
  background-color: var(--white);
}
.productInfoColorItemLabel {
  opacity: 0;
  width: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, width 0.3s ease;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding-left: 0;
}
.productInfoColorItem.active .productInfoColorItemValue {
  border: 1px solid var(--Green);
  box-shadow: 0px 4px 10px var(--black-15);
}
.productInfoColorItem.active .productInfoColorItemLabel {
  opacity: 1;
  width: auto;
  pointer-events: all;
  padding-left: 10px;
}
.productInfoChars {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productInfoCharsItem {
  width: 30%;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.productInfoCharsItem div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.productInfoCharsItem:nth-child(3n-1) {
  margin-left: 30px;
}
.productInfoCharsItemLabel {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: var(--grey-mid);
}
.productInfoCharsItemValue {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 32px;
}
.productInfoQuote {
  text-align: center;
  max-width: 500px;
  width: 100%;
  color: var(--white);
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding: 20px 0;
  border-radius: 16px;
  background: var(--Gradient-1);
  position: relative;
  z-index: 1;
}
.productInfoQuote::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: var(--Gradient-revers);
  z-index: -1;
  border-radius: 16px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.productInfoQuote:hover:before {
  opacity: 1;
}
.productInfoCompare {
  padding: 16px;
  border-radius: 16px;
  background-color: var(--Green);
}
.productInfoFavorite {
  padding: 16px;
  border-radius: 16px;
  background-color: var(--Green);
}
.product .autoBenefit {
  background-color: var(--Light-grey-for-bg);
}
.product .swiperButtonPrevThumb, .product .swiperButtonNextThumb {
  position: absolute;
  top: 50%;
  padding: 12px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: var(--glass);
  z-index: 2;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.product .swiperButtonPrevThumb:hover, .product .swiperButtonNextThumb:hover {
  background-color: var(--glassHover);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.product .swiperButtonPrevThumb {
  left: 30px;
}
.product .swiperButtonNextThumb {
  right: 30px;
}
.product .thumbsSlider .swiper-slide {
  cursor: pointer;
}
.product .swiper-slide-thumb-active {
  position: relative;
  border-radius: 16px;
}
.product .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 95%;
  border-radius: 16px;
  border: 1px solid var(--Green);
}

@media screen and (max-width: 1600px) {
  .productImages {
    width: calc(100% - 600px);
  }
  .productImagesImg {
    height: 400px;
  }
  .productInfo {
    width: 600px;
  }
  .product .swiperButtonPrevThumb {
    left: 30px;
  }
  .product .swiperButtonNextThumb {
    right: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .productImages {
    width: calc(100% - 550px);
  }
  .productImagesImg {
    height: 300px;
  }
  .productInfo {
    width: 550px;
  }
  .productInfoCharsItem:nth-child(3n-1) {
    margin-left: 0;
  }
  .productInfoCharsItemLabel {
    font-size: 16px;
    line-height: 22px;
  }
  .productInfoCharsItemValue {
    font-size: 16px;
    line-height: 22px;
  }
  .product .swiperButtonPrevThumb {
    left: 15px;
  }
  .product .swiperButtonNextThumb {
    right: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .productContentWrapper {
    flex-direction: column;
    padding-bottom: 62px;
  }
  .productImages {
    width: 100%;
    padding-top: 32px;
    margin-bottom: 32px;
  }
  .productImagesWrapper {
    position: relative;
    top: 0;
    margin-right: 0;
  }
  .productImagesImg {
    height: 360px;
  }
  .productInfo {
    width: 100%;
    padding: 0;
    border-radius: 16px;
    padding-top: 24px;
    box-shadow: 0 4px 10px 0 var(--black-15);
  }
  .productInfoBlock {
    padding: 24px 40px 32px;
  }
  .productInfoPriceTipBody {
    transform: translateX(0);
  }
  .productInfoCharsItem {
    padding: 0 30px;
  }
  .productInfoCharsItemLabel {
    font-size: 20px;
    line-height: 32px;
  }
  .productInfoCharsItemValue {
    font-size: 20px;
    line-height: 32px;
  }
  .productInfoQuote {
    max-width: 100%;
  }
  .product .swiperButtonPrevThumb {
    left: 16px;
  }
  .product .swiperButtonNextThumb {
    right: 16px;
  }
}
@media screen and (max-width: 800px) {
  .product {
    padding-top: 76px;
    padding-bottom: 48px;
  }
  .productContentWrapper {
    padding-bottom: 48px;
  }
  .productImagesImg {
    height: 170px;
  }
  .productInfo {
    padding: 0;
  }
  .productInfoHeader {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .productInfoBlock {
    padding: 24px 20px;
  }
  .productInfoBlockButtons {
    flex-wrap: wrap;
  }
  .productInfoAttributes {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
  }
  .productInfoPrice {
    font-size: 24px;
    line-height: 28px;
  }
  .productInfoPriceTipBody {
    transform: translateX(-30%);
    width: 300px;
  }
  .productInfoTitle {
    font-size: 24px;
    line-height: 28px;
  }
  .productInfoCharsItem {
    padding: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
  .productInfoQuote {
    order: 1;
  }
  .productInfoCompare {
    width: calc(50% - 8px);
    justify-content: center;
  }
  .productInfoFavorite {
    width: calc(50% - 8px);
    justify-content: center;
  }
  .product .swiperButtonPrevThumb {
    left: 10px;
  }
  .product .swiperButtonNextThumb {
    right: 10px;
  }
}
.productRelated {
  padding-bottom: 62px;
  background-color: var(--Light-grey-for-bg);
}
.productRelatedSwiper {
  padding: 10px 0;
  overflow: hidden;
}
.productRelated .swiperPaginationRelated {
  z-index: 2;
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
}
.productRelated .swiperPaginationWrapper {
  max-width: 1806px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  margin-top: 22px;
}
.productRelated .swiper-pagination-bullet {
  width: 58px;
  height: 4px;
  background: var(--glass);
  border-radius: 16px !important;
  opacity: 1;
  margin: 8px 0 !important;
}
.productRelated .swiper-pagination-bullet-active {
  background: var(--black);
}
.productRelated .swiperButtonNextRelated, .productRelated .swiperButtonPrevRelated {
  padding: 12px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: var(--black);
  z-index: 2;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.productRelated .swiperButtonNextRelated::after, .productRelated .swiperButtonPrevRelated::after {
  display: none;
}
.productRelated .swiperButtonNextRelated:hover, .productRelated .swiperButtonPrevRelated:hover {
  background-color: var(--glassHover);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.productRelatedHeader {
  justify-content: space-between;
}
.productRelated .swiperButtons {
  gap: 16px;
}
.productRelatedTitle {
  font-family: "IBM Plex Sans";
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media screen and (max-width: 1100px) {
  .productRelated {
    padding-bottom: 48px;
  }
  .productRelatedSlideImage {
    height: 165px;
  }
  .productRelated .swiperPaginationWrapper {
    display: none;
  }
  .productRelated .swiperButtonNextRelated, .productRelated .swiperButtonPrevRelated {
    display: none;
  }
  .productRelatedTitle {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 800px) {
  .productRelated {
    padding-bottom: 48px;
  }
  .productRelatedTitle {
    font-size: 30px;
    line-height: 36px;
  }
}
/* favorite */
.favorite {
  padding-top: 92px;
  background-color: var(--bg);
}
.favoriteContent {
  padding: 24px 0 62px;
  text-align: center;
}
.favoriteProducts {
  margin-top: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.favoriteProductsItem {
  width: calc(33.33% - 16px);
}
.favoriteProductsEmpty {
  display: none;
  padding: 100px 0 140px;
}
.favoriteProductsEmptyHeader {
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 62px;
}
.favoriteProductsEmptyButton {
  padding: 20px 80px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--white);
  text-transform: uppercase;
  background: var(--Gradient-1);
}
.favoriteProductsEmptyButton:hover {
  background: var(--Gradient-revers);
}
.favorite .catalogProductLink {
  position: relative;
  bottom: unset;
  left: unset;
  width: 100%;
  display: block;
  text-align: center;
  opacity: 1;
  pointer-events: all;
  padding: 8px 0;
  border-radius: 8px;
}
.favorite .catalogProductAttributes {
  gap: 34px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 24px;
  margin-top: 32px;
}
.favorite .catalogProductImage {
  height: 206px;
}

@media screen and (max-width: 1400px) {
  .favorite .catalogProduct {
    padding: 16px;
  }
  .favorite .catalogProductImage {
    margin-bottom: 12px;
  }
  .favorite .catalogProductPrice {
    margin-bottom: 0;
  }
  .favorite .catalogProductOptions {
    padding: 0;
  }
  .favorite .catalogProductHeader {
    flex-wrap: nowrap;
    text-align: left;
  }
  .favorite .catalogProductButtons {
    order: 0;
  }
}
@media screen and (max-width: 1100px) {
  .favoriteContent {
    padding: 32px 0 48px;
  }
  .favoriteProductsItem {
    width: calc(50% - 12px);
  }
  .favorite .catalogProductAttributes {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .favorite .catalogProductImage {
    height: 200px;
  }
  .favorite .catalogTopList {
    padding: 0 50px;
    margin-bottom: 0;
  }
  .favorite .catalogTopList::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .favorite {
    padding-top: 76px;
  }
  .favoriteContent {
    padding: 24px 0 48px;
  }
  .favoriteProductsItem {
    width: 100%;
  }
}
.brends {
  background-color: var(--black);
  padding: 48px 0 58px;
}
.brendsTitle {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: var(--white);
  text-align: center;
  margin-bottom: 42px;
}
.brendsList {
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .brends {
    padding: 32px 0 42px;
  }
  .brendsTitle {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .brendsList {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .brendsTitle {
    font-size: 24px;
    line-height: 28px;
  }
  .brendsList {
    justify-content: center;
    gap: 16px;
  }
  .brendsItem {
    width: 30%;
  }
}
/* compare */
.compare {
  padding-top: 92px;
  background-color: var(--bg);
}
.compareContent {
  padding-top: 32px;
  text-align: center;
}
.compareTable {
  margin-top: 32px;
  position: relative;
}
.compareTableHeader {
  display: flex;
  padding: 24px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0 4px 10px 0 var(--black-15);
  position: relative;
  z-index: 5;
  position: sticky;
  top: 93px;
}
.compareTableHeaderLeft {
  width: 312px;
  margin-right: 24px;
}
.compareTableSelect {
  margin-left: auto;
  padding: 10px 16px;
  border-radius: 16px;
  border: 1px solid var(--grey);
  background-color: var(--white);
}
.compareTableSelect select {
  width: 100%;
  border: none;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.compareTableBody {
  background-color: var(--white);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 24px;
  display: flex;
}
.compareTableList {
  width: 336px;
}
.compareTableItem {
  padding: 20px;
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  height: 96px;
  color: var(--grey-mid);
}
.compareTableItem:nth-child(2n) {
  background-color: var(--table-bg);
}
.compareTableEmpty {
  display: none;
  padding: 100px 0 140px;
}
.compareTableEmptyHeader {
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 62px;
}
.compareTableEmptyButton {
  padding: 20px 80px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--white);
  text-transform: uppercase;
  background: var(--Gradient-1);
}
.compareTableEmptyButton:hover {
  background: var(--Gradient-revers);
}
.compareProductHeader {
  gap: 16px;
  margin-bottom: 32px;
}
.compareProductTitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.compareProductRemove {
  background-color: transparent;
}
.compareProductImage {
  display: block;
  width: 100%;
  height: 240px;
  border-radius: 16px;
  background-color: var(--Light-grey-for-bg);
  margin-bottom: 32px;
  overflow: hidden;
}
.compareProductImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.compareProductPrice {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.compareProductPriceNew {
  color: var(--Green);
}
.compareProductPriceOld {
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  line-height: 20px;
}
.compareProductCharsItem {
  padding: 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compareProductCharsItem:nth-child(2n) {
  background-color: var(--table-bg);
}
.compareSwiperModels {
  width: calc(100% - 336px);
  overflow: hidden;
}
.compareSwiperChars {
  width: calc(100% - 336px);
  overflow: hidden;
}
.compare .swiperButtons {
  gap: 16px;
  margin-bottom: 24px;
}
.compare .swiperButtons span {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: var(--grey-mid);
}
.compare .swiperButtonPrevCompare, .compare .swiperButtonNextCompare {
  padding: 12px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-color: var(--black);
  z-index: 2;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.compare .swiperButtonPrevCompare:hover, .compare .swiperButtonNextCompare:hover {
  background-color: var(--glassHover);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.compare .swiperButtonPrevCompare.swiper-button-disabled, .compare .swiperButtonNextCompare.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.compare .swiper-slide:last-child .compareProductCharsItem:nth-child(2n) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media screen and (max-width: 1100px) {
  .compare .catalogTopList {
    padding: 0 50px;
    margin-bottom: 0;
  }
  .compare .catalogTopList::before {
    display: none;
  }
  .compareContent {
    padding: 32px 0 48px;
  }
  .compareTable {
    margin-top: 24px;
  }
  .compareTableHeader {
    flex-direction: column;
    gap: 32px;
  }
  .compareTableHeaderLeft {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .compareTableSelect {
    margin-left: 0;
    margin-right: auto;
  }
  .compareTableSelect select {
    width: 312px;
  }
  .compareTableList {
    display: none;
  }
  .compareProductHeader {
    margin-bottom: 24px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .compareProductImage {
    height: 160px;
    margin-bottom: 24px;
  }
  .compareSwiperModels {
    width: 100%;
  }
  .compareSwiperChars {
    width: 100%;
  }
  .compare .swiperButtons {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .compare {
    padding-top: 76px;
  }
  .compare .catalogTopList {
    padding: 0;
    margin-bottom: 0;
  }
  .compareContent {
    padding: 24px 0 48px;
  }
  .compareTableHeader {
    gap: 16px;
  }
  .compareTableHeaderLeft {
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0;
    gap: 16px;
  }
  .compareTableSelect {
    order: -1;
    width: 100%;
    margin-right: 0;
  }
  .compareTableSelect select {
    width: 100%;
  }
  .compareTableList {
    display: none;
  }
  .compareProductHeader {
    margin-bottom: 16px;
    padding-left: 0;
  }
  .compareProductImage {
    height: 100px;
    margin-bottom: 16px;
  }
  .compareProductPrice {
    font-size: 16px;
    line-height: 32px;
    flex-wrap: wrap;
  }
  .compareSwiperModels {
    width: 100%;
  }
  .compareSwiperChars {
    width: 100%;
  }
  .compare .swiperButtons {
    margin-bottom: 0;
  }
}
/* search */
.search {
  padding-top: 92px;
  background-color: var(--bg);
}
.searchContent {
  padding: 48px 0 62px;
  background-color: var(--Light-grey-for-bg);
}
.searchContentHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchContentRequest {
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--Dark-grey);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
}
.searchTopContent {
  padding: 24px 0;
  gap: 24px;
}
.searchTopItemCheckbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.searchTopItemCheckbox:checked + .searchTopItemLabel::after {
  opacity: 1;
}
.searchTopItemCheckbox:checked + .searchTopItemLabel::before {
  opacity: 0;
}
.searchTopItemLabel {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.searchTopItemLabel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/checkbox-empty.svg");
  background-size: cover;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.searchTopItemLabel::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/checkbox-checked.svg");
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.searchTopItemSelect {
  margin-left: auto;
  padding: 10px 16px;
  border-radius: 16px;
  border: 1px solid var(--grey);
  background-color: var(--bg);
  cursor: pointer;
}
.searchTopItemSelect select {
  width: 250px;
  border: none;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.searchProducts {
  margin: 42px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.searchProductsItem {
  width: calc(25% - 18px);
}
.searchProductsEmpty {
  display: none;
  padding: 100px 0 140px;
}
.searchProductsEmptyHeader {
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
  margin-bottom: 62px;
}
.searchProductsEmptyButton {
  padding: 20px 80px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--white);
  text-transform: uppercase;
  background: var(--Gradient-1);
}
.searchProductsEmptyButton:hover {
  background: var(--Gradient-revers);
}
.search .catalogProductImage {
  height: 140px;
}

@media screen and (max-width: 1450px) {
  .searchTopItemSelect select {
    width: 175px;
  }
}
@media screen and (max-width: 1400px) {
  .search .catalogProduct {
    padding: 16px;
  }
  .search .catalogProductSticker {
    margin-right: 16px;
    order: -2;
  }
  .search .catalogProductButtons {
    order: -1;
    justify-content: flex-end;
  }
  .search .catalogProductHeader {
    flex-wrap: wrap;
  }
  .search .catalogProductTitle {
    width: 100%;
    margin-top: 8px;
  }
  .search .catalogProductImage {
    margin-bottom: 12px;
  }
  .search .catalogProductPrice {
    margin-bottom: 0;
  }
  .search .catalogProductOptions {
    padding: 0;
  }
  .search .catalogProductLink {
    bottom: 16px;
    left: 14px;
    width: calc(100% - 28px);
    padding: 16px 0;
  }
}
@media screen and (max-width: 1300px) {
  .searchProductsItem {
    width: calc(33.33% - 16px);
  }
  .search .catalogProductHeader {
    flex-wrap: nowrap;
    text-align: left;
  }
  .search .catalogProductButtons {
    order: 0;
  }
}
@media screen and (max-width: 1100px) {
  .searchContentHeader {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .searchProductsItem {
    width: calc(50% - 15px);
  }
  .searchTopContent {
    flex-wrap: wrap;
  }
  .searchTopItemSelect {
    width: calc(50% - 12px);
    order: -1;
  }
  .searchTopItemSelect select {
    width: 100%;
  }
  .search .catalogProductSticker {
    margin-right: 0;
    order: 0;
  }
  .search .catalogProductButtons {
    order: 0;
    justify-content: flex-end;
    margin-left: auto;
  }
  .search .catalogProductHeader {
    justify-content: flex-start;
    gap: 18px;
  }
  .search .catalogProductTitle {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
  }
  .search .catalogProductImage {
    margin-bottom: 16px;
    height: 200px;
  }
  .search .catalogProductPrice {
    margin-bottom: 8;
  }
  .search .catalogProductLink {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    display: block;
    text-align: center;
    opacity: 1;
    pointer-events: all;
    padding: 8px 0;
    border-radius: 8px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .searchContent {
    gap: 16px;
  }
  .searchContentHeader {
    gap: 16px;
  }
  .searchProductsItem {
    width: 100%;
  }
  .searchTopContent {
    gap: 16px;
  }
  .searchTopItemSelect {
    width: 100%;
    order: 1;
  }
}
.searchBlock {
  width: 576px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid var(--grey);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: var(--Dark-grey);
}
.searchBlockInput {
  width: 100%;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding-right: 20px;
}
.searchBlockInput::-moz-placeholder {
  color: var(--grey);
  opacity: 1;
}
.searchBlockInput::placeholder {
  color: var(--grey);
  opacity: 1;
}
.searchBlockInput::-webkit-input-placeholder {
  color: var(--grey);
}
.searchBlockInput::-moz-placeholder {
  color: var(--grey);
  opacity: 1;
}
.searchBlockInput:-ms-input-placeholder {
  color: var(--grey);
}
.searchBlockInput::-ms-input-placeholder {
  color: var(--grey);
}
.searchBlockButton {
  background-color: transparent;
}

@media screen and (max-width: 1450px) {
  .searchBlock {
    width: 275px;
  }
}
@media screen and (max-width: 1100px) {
  .searchBlock {
    width: calc(50% - 12px);
    order: -1;
  }
}
@media screen and (max-width: 600px) {
  .searchBlock {
    width: 100%;
  }
}
/* tradePage */
.tradePage {
  background-color: var(--bg);
}
.tradePageHero {
  background-image: url("../images/tradeIn/trade-hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 90px;
}
.tradePageHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-60);
  z-index: -1;
}
.tradePageTitle {
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  padding: 0 300px;
}
.tradePageSubtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: var(--white);
  text-align: center;
  margin-bottom: 32px;
}
.tradePageForm {
  max-width: 876px;
  width: 100%;
  background: var(--glass);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 16px;
  padding: 32px 64px;
  color: var(--Dark-grey);
}
.tradePageFormTitle {
  font-size: 28px;
  line-height: 36px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .tradePageHero {
    height: auto;
    padding: 140px 0 54px;
  }
}
@media screen and (max-width: 1400px) {
  .tradePageTitle {
    font-size: 40px;
    line-height: 50px;
    padding: 0 200px;
  }
}
@media screen and (max-width: 1100px) {
  .tradePageHero {
    height: auto;
    padding: 250px 40px 188px;
    margin-bottom: 32px;
  }
  .tradePageTitle {
    font-size: 36px;
    line-height: 48px;
    padding: 0;
  }
  .tradePageForm {
    max-width: 100%;
    background: var(--Light-grey-for-bg);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    padding: 32px 24px;
    margin-bottom: 62px;
  }
  .tradePageFormTitle {
    font-size: 24px;
    line-height: 36px;
    color: var(--black);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .tradePageHero {
    height: auto;
    padding: 146px 15px 82px;
  }
  .tradePageTitle {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
.consultForm {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
}
.consultFormItem {
  width: 100%;
}
.consultFormItem textarea {
  resize: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 100%;
}
.consultFormItemMessage {
  height: 140px;
}
.consultFormItemFile {
  text-align: center;
}
.consultFormItemPolicyCheckbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.consultFormItemPolicyCheckbox:checked + .consultFormItemPolicyLabel::after {
  opacity: 1;
}
.consultFormItemPolicyCheckbox:checked + .consultFormItemPolicyLabel::before {
  opacity: 0;
}
.consultFormItemPolicyLabel {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  margin-left: 9px;
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.consultFormItemPolicyLabel a {
  border-bottom: 1px solid currentColor;
  transition: color 0.3s ease;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.consultFormItemPolicyLabel a:hover {
  color: var(--Green);
  border-color: transparent;
}
.consultFormItemPolicyLabel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/checkbox-empty.svg");
  background-size: cover;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.consultFormItemPolicyLabel::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/checkbox-checked.svg");
  background-size: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.consultFormItems {
  width: 100%;
}
.consultFormItems .consultFormItem {
  width: calc(50% - 8px);
}
.consultFormInput {
  border: none;
  width: 100%;
  padding: 12px 14px;
  background-color: var(--white);
  border-radius: 16px;
}
.consultFormInput::-moz-placeholder {
  color: var(--grey);
  opacity: 1;
}
.consultFormInput::placeholder {
  color: var(--grey);
  opacity: 1;
}
.consultFormInput::-webkit-input-placeholder {
  color: var(--grey);
}
.consultFormInput::-moz-placeholder {
  color: var(--grey);
  opacity: 1;
}
.consultFormInput:-ms-input-placeholder {
  color: var(--grey);
}
.consultFormInput::-ms-input-placeholder {
  color: var(--grey);
}
.consultFormButton {
  padding: 20px 0;
  width: 100%;
  border-radius: 16px;
  background: var(--Gradient-1);
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.consultFormButton::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--Gradient-revers);
  z-index: -1;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.consultFormButton:hover:before {
  opacity: 1;
}
.consultForm + .consultFormSuccess {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.consultForm + .consultFormSuccess.active {
  opacity: 1;
  pointer-events: all;
}
.consultFormSuccess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 40px;
  border-radius: 16px;
  background: var(--Light-grey-for-bg);
}
.consultFormSuccessTitle {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}
.consultFormSuccessText {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 1100px) {
  .consultFormItemPolicyLabel {
    color: var(--grey-mid);
  }
}
@media screen and (max-width: 600px) {
  .consultFormItems {
    flex-wrap: wrap;
    gap: 16px;
  }
  .consultFormItems .consultFormItem {
    width: 100%;
  }
  .consultFormItemPolicyLabel {
    width: 100%;
    display: block;
  }
  .consultFormSuccessTitle {
    font-size: 24px;
    line-height: 28px;
  }
}
.customFileLabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--white);
  padding: 12px 0;
  cursor: pointer;
  border: none;
}
.customFileText {
  margin-top: 8px;
  color: var(--grey);
  font-size: 16px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
}

.dialCode {
  width: 100%;
  padding: 10px 14px;
  background-color: var(--white);
  border-radius: 16px;
  margin-left: auto;
}
.dialCodeCode {
  padding: 0 8px;
  color: var(--black);
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.dialCodeInput {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background-color: transparent;
  outline: none;
}
.dialCodeInput::-moz-placeholder {
  color: var(--grey);
}
.dialCodeInput::placeholder {
  color: var(--grey);
}
.dialCodeHeading {
  flex-shrink: 0;
  cursor: pointer;
}
.dialCodeHeading svg {
  margin: 0 8px;
}
.dialCodeHeadingActive svg {
  transform: rotate(180deg);
}
.dialCodeBody {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  max-height: 148px;
  padding: 16px 14px;
  border-radius: 16px;
  background-color: var(--white);
  overflow: auto;
  z-index: 91;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.dialCodeBodyActive {
  opacity: 1;
  pointer-events: all;
}
.dialCodeBodyItem {
  margin-bottom: 22px;
}
.dialCodeBodyItem:last-child {
  margin-bottom: 0;
}
.dialCodeBtn {
  font-family: "Inter", sans-seri;
  font-size: 14px;
  background-color: transparent;
  transition: color 0.4s ease-in-out;
}
.dialCodeBtn img {
  margin-right: 9px;
}
.dialCodeBtn:hover {
  color: var(--Green);
}

.pageFeatures {
  padding: 80px 0;
  max-width: 1476px;
  margin: 0 auto;
  width: 100%;
}
.pageFeaturesItem {
  text-align: center;
}
.pageFeaturesItem:not(:last-child) {
  padding-right: 48px;
  margin-right: 48px;
  position: relative;
}
.pageFeaturesItem:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 160px;
  transform: translateY(-50%);
  background-color: var(--glass);
}
.pageFeaturesItem img {
  margin-bottom: 16px;
}
.pageFeaturesItemTitle {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 16px;
}
.pageFeaturesItemText {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 1100px) {
  .pageFeatures {
    padding: 0;
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 62px;
  }
  .pageFeaturesItem {
    text-align: center;
    padding: 0 80px;
    margin-right: 0;
  }
  .pageFeaturesItem:not(:last-child) {
    padding-bottom: 42px;
    margin-bottom: 42px;
    margin-right: 0;
    padding-right: 80px;
  }
  .pageFeaturesItem:not(:last-child)::before {
    content: "";
    position: absolute;
    top: unset;
    bottom: 0;
    right: unset;
    left: 50%;
    width: 200px;
    height: 1px;
    transform: translate(-50%, 0);
  }
  .pageFeaturesItemTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .pageFeatures {
    margin-bottom: 48px;
  }
  .pageFeaturesItem {
    text-align: center;
    padding: 0;
    margin-right: 0;
  }
  .pageFeaturesItem:not(:last-child) {
    padding: 0;
    padding-bottom: 42px;
  }
  .pageFeaturesItemTitle {
    font-size: 20px;
  }
}
.pageInfo {
  padding: 62px 0;
  flex-wrap: wrap;
}
.pageInfoTitle {
  width: 100%;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 42px;
}
.pageInfoItem {
  width: calc(25% - 18px);
  padding: 24px;
  border-radius: 16px;
  background-color: var(--Light-grey-for-bg);
  display: flex;
  flex-direction: column;
  height: 290px;
  margin-right: 24px;
}
.pageInfoItem:last-child {
  margin-right: 0;
}
.pageInfoItemCount {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 60px;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--Gradient-1);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.pageInfoItemTitle {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 16px;
}
.pageInfoItemText {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 1500px) {
  .pageInfoItem {
    width: calc(50% - 24px);
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 24px;
    height: 260px;
  }
  .pageInfoItem:nth-child(2n) {
    margin-right: 24px;
  }
  .pageInfoItemCount {
    margin-bottom: 62px;
  }
}
@media screen and (max-width: 1100px) {
  .pageInfo {
    padding: 48px 0 62px;
  }
  .pageInfoItem {
    width: 100%;
    height: 205px;
  }
  .pageInfoItem:nth-child(2n) {
    margin-right: 0;
  }
  .pageInfoItemCount {
    margin-bottom: 32px;
  }
  .pageInfoItemTitle {
    font-size: 24px;
  }
}
/* leasing */
.leasingPage {
  background-color: var(--bg);
}
.leasingPageHero {
  background-image: url("../images/leasing/leasing-hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 90px;
}
.leasingPageHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-60);
  z-index: -1;
}
.leasingPageTitle {
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
  color: var(--white);
  text-align: center;
  margin-bottom: 24px;
  padding: 0 300px;
}
.leasingPageSubtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: var(--white);
  text-align: center;
  margin-bottom: 32px;
}
.leasingPageForm {
  max-width: 876px;
  width: 100%;
  background: var(--glass);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 16px;
  padding: 32px 64px;
  color: var(--Dark-grey);
}
.leasingPageFormTitle {
  font-size: 28px;
  line-height: 36px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .leasingPageHero {
    height: auto;
    padding: 140px 0 54px;
  }
}
@media screen and (max-width: 1400px) {
  .leasingPageTitle {
    font-size: 40px;
    line-height: 50px;
    padding: 0 200px;
  }
}
@media screen and (max-width: 1100px) {
  .leasingPageHero {
    height: auto;
    padding: 250px 40px 188px;
    margin-bottom: 32px;
  }
  .leasingPageTitle {
    font-size: 36px;
    line-height: 48px;
    padding: 0;
  }
  .leasingPageForm {
    max-width: 100%;
    background: var(--Light-grey-for-bg);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    padding: 32px 24px;
    margin-bottom: 62px;
  }
  .leasingPageFormTitle {
    font-size: 24px;
    line-height: 36px;
    color: var(--black);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 600px) {
  .leasingPageHero {
    height: auto;
    padding: 146px 15px 82px;
  }
  .leasingPageTitle {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
/* partners */
.partners {
  max-width: 1476px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 80px;
}
.partnersTitle {
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 42px;
}
.partnersList {
  justify-content: space-between;
}

@media screen and (max-width: 1400px) {
  .partners {
    max-width: 100%;
  }
  .partnersList {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
/* blog */
.blog {
  background-color: var(--bg);
}
.blogHero {
  background-image: url("../images/blog/blog-hero.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 172px 0 80px;
}
.blogHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-50);
  z-index: -1;
}
.blogHeroTitle {
  font-size: 68px;
  font-weight: 500;
  line-height: 86px;
  color: var(--white);
  text-align: center;
}
.blogHeroSubtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: var(--white);
  margin-bottom: 70px;
}
.blogHeroNews {
  max-width: 726px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blogHeroNewsSwiper {
  background-color: var(--bg);
  border-radius: 16px;
  padding: 16px;
}
.blogHero .swiperButtons {
  position: absolute;
  bottom: 16px;
  left: 292px;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.blogHero .swiperButtonPrevNews, .blogHero .swiperButtonNextNews {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: var(--black);
  z-index: 2;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.blogHero .swiperButtonPrevNews:hover, .blogHero .swiperButtonNextNews:hover {
  background-color: var(--glassHover);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.blogHeader {
  padding: 42px 0;
}
.blogTitle {
  font-size: 52px;
  line-height: 64px;
  font-weight: 500;
  margin-bottom: 16px;
}
.blogDesc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.blogContent {
  gap: 24px;
}
.blogContentLeft {
  max-width: 426px;
  width: 100%;
}
.blogContentRight {
  width: calc(100% - 450px);
  margin-bottom: 62px;
}
.blogContentTags {
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 24px;
}
.blogContentTagsItem {
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--Dark-grey);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}
.blogContentTagsItem span {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}
.blogContentTagsDelete {
  background-color: transparent;
  display: flex;
  margin-left: 11px;
}
.blog .searchBlock {
  width: 100%;
  margin-bottom: 24px;
  border: none;
}
.blogList {
  margin-bottom: 70px;
}
.blogItem {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  border-radius: 16px;
  background-color: var(--white);
}
.blogItemImage {
  width: 426px;
  font-size: 0;
}
.blogItemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.blogItemContent {
  width: calc(100% - 450px);
  padding: 16px 16px 16px 0;
  display: flex;
  flex-direction: column;
}
.blogItemHeader {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 8px;
}
.blogItemCategory {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--Green);
  margin-bottom: 24px;
}
.blogItemDesc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blogItemBottom {
  margin-top: auto;
  justify-content: space-between;
}
.blogItemDate {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: var(--grey-mid);
}
.blogItemLink {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 16px;
  padding: 4px 16px;
  background: var(--Gradient-1);
  position: relative;
  z-index: 1;
}
.blogItemLink::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--Gradient-revers);
  z-index: -1;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blogItemLink:hover:before {
  opacity: 1;
}
.blogPagination {
  gap: 24px;
}
.blogPaginationBtn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 12px;
  border-radius: 32px;
  background-color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.blogPaginationBtnIcon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--black);
}

.simplesearch-result {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px #eee solid;
}

.simplesearch-result h3 {
  padding-bottom: 14px;
  font-size: 25px;
  font-weight: normal;
}

@media screen and (max-width: 1400px) {
  .blogItemDesc {
    -webkit-line-clamp: 4;
  }
  .blogItemBottom {
    margin-top: auto;
    justify-content: space-between;
  }
  .blogItemImage {
    width: 350px;
  }
  .blogItemContent {
    width: calc(100% - 374px);
  }
}
@media screen and (max-width: 1100px) {
  .blogHero {
    padding: 200px 0 200px;
  }
  .blogHeroTitle {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 24px;
    text-align: center;
  }
  .blogHeroSubtitle {
    margin-bottom: 0;
    text-align: center;
  }
  .blogHeroNews {
    display: none;
  }
  .blogHero .swiperButtons {
    display: none;
  }
  .blogHeader {
    padding: 32px 0;
  }
  .blogTitle {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
  }
  .blogDesc {
    text-align: center;
  }
  .blogContent {
    flex-direction: column;
    gap: 32px;
  }
  .blogContentLeft {
    max-width: 100%;
  }
  .blogContentRight {
    width: 100%;
    margin-bottom: 48px;
  }
  .blogContentTags {
    justify-content: flex-start;
  }
  .blogList {
    margin-bottom: 48px;
  }
  .blogItem {
    flex-direction: column;
    padding: 16px;
  }
  .blogItemImage {
    width: 100%;
  }
  .blogItemContent {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .blogItemBottom {
    margin-top: 24px;
  }
  .blogHero {
    padding: 144px 0 104px;
  }
  .blogHeroTitle {
    font-size: 30px;
    line-height: 36px;
  }
  .blogTitle {
    font-size: 30px;
    line-height: 36px;
  }
  .blogList {
    margin-bottom: 32px;
  }
  .blogItemImage {
    height: 288px;
  }
  .blogItemHeader {
    font-size: 20px;
    line-height: 32px;
  }
  .blogItemDesc {
    -webkit-line-clamp: 6;
    margin-bottom: 0;
  }
  .blogPagination {
    gap: 24px;
  }
  .blogPaginationBtn {
    gap: 0;
    padding: 0;
    border-radius: 32px;
    font-size: 0;
  }
}
.newsSlide {
  display: flex;
  gap: 16px;
}
.newsSlideImage {
  width: 260px;
  height: 242px;
}
.newsSlideImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.newsSlideContent {
  width: calc(100% - 276px);
}
.newsSlideHeader {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.newsSlideCategory {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--Green);
}
.newsSlideDesc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin: 16px 0 26px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsSlideLink {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-radius: 16px;
  padding: 4px 16px;
  background: var(--Gradient-1);
  position: relative;
  z-index: 1;
}
.newsSlideLink::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--Gradient-revers);
  z-index: -1;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.newsSlideLink:hover:before {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .newsSlide {
    display: none;
  }
}
.categories {
  padding: 16px;
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 24px;
  position: relative;
}
.categoriesTitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
.categoriesList {
  margin-top: 24px;
}
.categoriesButton {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 16px;
  border-radius: 16px;
  background-color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--black);
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.categoriesButton:hover {
  background-color: var(--Green);
  color: var(--white);
}
.categoriesButtonActive {
  background-color: var(--Green);
  color: var(--white);
}
.categoriesHide {
  display: none;
}

@media screen and (max-width: 1100px) {
  .categoriesHide {
    display: block;
    position: absolute;
    top: 20px;
    right: 16px;
    background-color: transparent;
    transform: rotate(0);
    transition: transform 0.3s ease;
  }
  .categoriesHide.close {
    transform: rotate(180deg);
  }
}
.tags {
  margin-bottom: 24px;
}
.tagsList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.tagsButton {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--black);
  border: 1px solid var(--black);
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 1100px) {
  .tagsList {
    margin-bottom: 32px;
  }
}
.blogPost {
  padding-top: 95px;
  background-color: var(--bg);
}
.blogPost .searchBlock {
  width: 100%;
  margin-bottom: 24px;
  border: none;
}
.blogPostItem {
  padding: 24px;
  border-radius: 16px;
  background-color: var(--white);
  margin-bottom: 24px;
}
.blogPostImages {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 552px 1fr 1fr;
  grid-template-rows: 264px 264px;
  gap: 24px;
}
.blogPostImages img:first-child {
  grid-column: 1/2;
  grid-row: 1/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.blogPostImages img:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.blogPostImages img:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.blogPostImages img:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.blogPostImages img:nth-child(5) {
  grid-column: 3/4;
  grid-row: 2/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.blogPostText {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.blogPostText p,
.blogPostText ul,
.blogPostText ol,
.blogPostText h3,
.blogPostText h2,
.blogPostText h4,
.blogPostText table {
  margin-bottom: 1.4em;
}

.blogPostText h2 {
  font-size: 24px;
}

.blogPostText h3 {
  font-size: 26px;
}

.blogPostText h2 {
  font-size: 28px;
}

@media screen and (max-width: 1600px) {
  .blogPostImages {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 300px 1fr 1fr;
    grid-template-rows: 150px 150px;
  }
}
@media screen and (max-width: 1100px) {
  .blogPostImages {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 640px repeat(3, 264px);
  }
  .blogPostImages img:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .blogPostImages img:nth-child(2) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .blogPostImages img:nth-child(3) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .blogPostImages img:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .blogPostImages img:nth-child(5) {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
@media screen and (max-width: 600px) {
  .blogPostImages {
    grid-template-columns: 1fr;
    grid-template-rows: 272px repeat(4, 120px);
  }
  .blogPostImages img:first-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .blogPostImages img:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .blogPostImages img:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .blogPostImages img:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .blogPostImages img:nth-child(5) {
    grid-column: 1/2;
    grid-row: 5/6;
  }
}
.modal {
  opacity: 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modalWrapp {
  max-width: 876px;
  width: 100%;
}
.modalConsult {
  background-color: var(--Light-grey-for-bg);
  padding: 32px 64px;
  border-radius: 16px;
  position: relative;
}
.modalConsultTitle {
  text-align: left;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 32px;
  padding-right: 40px;
}
.modalConsult .consultFormItemPolicyLabel {
  color: var(--grey-mid);
}
.modalCloseBtn {
  position: absolute;
  top: 40px;
  right: 65px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .modalWrapp {
    max-width: 680px;
  }
  .modalConsult {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 800px) {
  .modalWrapp {
    max-width: 320px;
  }
  .modalConsult {
    padding: 24px 16px;
  }
  .modalConsultTitle {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .modalCloseBtn {
    top: 24px;
    right: 16px;
  }
}/*# sourceMappingURL=style.css.map */