@charset "UTF-8";

@font-face {
  font-family: Forum;
  font-display: swap;
  src: url("../font/Forum-Regular.woff2") format("woff2"), url("../fonts/Forum-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../font/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../font/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Forum;
  font-display: swap;
  src: url("../font/Forum-Regular.woff2") format("woff2"), url("../fonts/Forum-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../font/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../font/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../font/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../font/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Указываем box sizing */

html {
  height: 100%;
  scroll-behavior: smooth;
  font: 400 16px/1.4 Inter;
  color: #000000;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

input:focus-visible {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F6F4EE;
  scroll-padding-top: 50px;
}

ul,
ol {
  padding: 0;
  list-style-position: inside;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

:root {
  --light: #FFFFFF;
  --dark: #000000;
  --main: #FF8006;
}

.container {
  max-width: 1332px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.container_lg {
  width: 100%;
  max-width: unset;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #C5C3BE;
  border-radius: 5px;
  background: #F6F4EE;
  font: 400 1em/1 Inter;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  transition: all 0.2s ease-in-out;
}

.button_dark {
  padding: 10px 20px;
  border-radius: 25px;
  color: var(--light, #FFFFFF);
  background: #333;
}

.button:hover:not(:disabled) {
  cursor: pointer;
}

.button:disabled {
  opacity: 0.5;
}

h1 {
  font: 700 70px/1.2 Inter;
}

h2 {
  font: 400 46px/1.2 Forum;
  line-height: 100%;
}

h2 span {
  color: #FF8006;
}

h3 {
  font: 400 30px/1.2 Forum;
}

h4 {
  font: 400 24px/1.2 Forum;
}

h5 {
  font: 500 20px/1.2 Inter;
}

h5 {
  font: 500 18px/1.2 Inter;
}

.modal__successful {
  display: none;
  position: fixed;
  border-radius: 10px;
  width: 400px;
  height: 150px;
  background: #fff;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  box-shadow: 9px 10px 12px -3px rgba(34, 60, 80, 0.19);
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: all 0.2s ease-in-out;
}

.header.other {
  background: #FFFFFF;
}

.header.other .header__menu {
  color: #000000;
}

.header.other .header__lang {
  color: #000000;
}

.header.other.scroll {
  background: #FFFFFF;
}

.header_light {
  background: transparent;
}

.header.scroll {
  background: linear-gradient(180deg, #0F0F11 0%, rgba(13, 13, 15, 0.6) 100%);
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  padding: 1.5rem 0;
  color: var(--light, #FFFFFF);
}

.header__wrap {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5rem;
}

.header__nav {
  transition: all 0.2s ease-in-out;
}

.header__nav.open {
  left: 0;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.header__menu a {
  transition: all 0.2s ease-in-out;
}

.header__menu a.active {
  position: relative;
}

.header__menu a.active::after {
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 7px;
  background: url(../img/line.svg) center/contain no-repeat;
}

.header__menu a:hover {
  cursor: pointer;
}

.header__lang {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.header__lang a {
  transition: all 0.2s ease-in-out;
}

.header__lang a.active {
  color: #FF8006;
}

.header__lang a:hover {
  cursor: pointer;
}

.header__burger {
  position: relative;
  display: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.header__burger span {
  position: absolute;
  right: 0;
  display: block;
  height: 2px;
  width: 100%;
  pointer-events: none;
  background-color: #FF8006;
  transition: all 0.2s ease-in-out;
}

.header__burger span:nth-child(1) {
  top: 0;
}

.header__burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 75%;
}

.header__burger span:nth-child(3) {
  bottom: 0;
  width: 50%;
}

.header__burger:hover span:nth-child(2),
.header__burger:hover span:nth-child(3) {
  width: 100%;
}

.footer {
  padding: 50px 0;
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer__col {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.footer__menu {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

.swiper-button svg {
  width: 100%;
  height: 100%;
}

.section {
  padding: 100px 0;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials {
  display: flex;
  align-items: center;
}

.social svg {
  width: 37px;
  height: 37px;
  transition: all 0.2s ease-in-out;
}

.social:hover svg {
  transform: scale(1.1);
}

.title_sm {
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}

.title span {
  color: var(--main, #FF8006);
}

.text_center {
  text-align: center;
}

.form {
  display: flex;
  flex-direction: column;
}

.form__input {
  margin-bottom: 18px;
}

.form__input:last-child {
  margin-bottom: 0;
}

.form__btn {
  justify-content: space-between;
  width: 100%;
  margin-top: 12px;
}

.order_1 {
  order: 1;
}

.card_down {
  align-self: flex-end;
}

.slide__caption {
  position: relative;
  z-index: 1;
}

.slide__txt {
  position: relative;
  z-index: 1;
}

.slide__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
}

.slide__img img {
  height: 100%;
  object-fit: cover;
}

.slide__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 130px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 128, 6, 0) 0%, #FF8006 100%);
}

.art {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100vh;
  padding: 70px 0;
  background: url('../img/art-bg.png') center/cover no-repeat;
  overflow: hidden;
}

.art::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, #0F0F11 0%, rgba(13, 13, 15, 0) 100%);
}

.art__container {
  position: relative;
  z-index: 2;
  color: var(--light, #FFFFFF);
}

.art__title {
  max-width: 850px;
  margin-bottom: 20px;
  letter-spacing: -2.1px;
  text-transform: uppercase;
}

.art__desc {
  font-family: Forum;
  font-size: 28px;
  line-height: 120%;
}

.art__slider {
  position: absolute;
  top: 11%;
  right: 10%;
  width: 600px;
  height: 100%;
  background: url('../img/art-bg-2.png') no-repeat;
  background-position: top;
  background-size: contain;
  mix-blend-mode: difference;
}
.artSwiper {
  width: 380px;
  height: 590px;
  left: -5px;
}
.art__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.art__pagin {
  position: absolute;
  bottom: 70px;
  right: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.art .swiper-button {
  position: unset;
}

.art .swiper-button svg {
  width: 64px;
  height: 64px;
}

.about {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}

.about__container {
  position: relative;
  height: 100%;
}

.about__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__desc {
  max-width: 40%;
}

.about__title {
  max-width: 370px;
  margin-bottom: 20px;
}

.about__txt {
  line-height: 1.6em;
}

.about__slider {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 410px;
  height: 450px;
}

.about__slider::after {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 120%;
  height: 120%;
  background-color: var(--main, #FF8006);
  border-radius: 100%;
  z-index: -1;
}

.about__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px;
}

.about__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: visible;
}

.about__pagin {
  position: absolute;
  top: 90px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transform: rotate(180deg);
}
.button_dark {
  transition: all 0.4s;
}
.button_dark:hover {
  background: #222;
}
.art__pagin .swiper-button path, .art__pagin .swiper-button circle {
  transition: all 0.4s;
}
.art__pagin .swiper-button:hover path, .art__pagin .swiper-button:hover circle {
  stroke: #FF8006;
}

.about__pagin .swiper-button path, .about__pagin .swiper-button circle {
  transition: all 0.4s;
}
.about__pagin .swiper-button:hover path, .about__pagin .swiper-button:hover circle {
  stroke: #FF8006;
}

.about .swiper-button {
  position: unset;
}

.about .swiper-button svg {
  width: 64px;
  height: 64px;
}

.offers {
  background: #ECEAE4;
  overflow: hidden;
  position: relative;
  padding: 160px 0;
}

.offers__title {
  max-width: 620px;
  margin: 0 auto;
}

.offers__top {
  margin-bottom: 50px;
}

.offers__slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

.offers__txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
  transition: max-height 0.3s ease-out;
}

.offers__slider .swiper-wrapper {
  width: 100vw;
}

.offers__slider:hover .swiper__pagin {
  opacity: 1;
}

.offers__card {
  background-color: var(--light, #FFFFFF);
}

.offers__img {
  height: 320px;
}

.offers__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.offers__desc {
  padding: 20px;
}

.offers__caption {
  margin-bottom: 10px;
}

.offers__link {
  padding: 10px;
  border: 1px solid #CFCDC8;
  text-align: center;
}

.offers .swiper-slide {
  position: relative;
  transition: all 0.2s ease-in-out;
}

.offers .swiper__pagin {
  position: absolute;
  top: 180px;
  left: 50%;
  width: 40%;
  transform: translate(0);
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.offers .swiper-button {
  margin: 0;
}

.glasses__top {
  margin-bottom: 70px;
}

.glasses__title {
  max-width: 640px;
  margin: 0 auto;
}

.glasses__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.glasses__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 310px;
  text-align: center;
  font-size: 14px;
}
.glasses__img:after {
  content: '';
  display: block;
  height: 7px;
  width: 100%;
  border-radius: 100%;
  transition: all 0.3s;
  background-color: #292002;
  opacity: 0;
  filter: blur(7.5px);
}
.glasses__img {
   height: 170px;
}
.glasses__img:hover img {
   transform: translateY(-15px);
}
.glasses__img:hover:after {
   opacity: 0.3;
}
.glasses__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}

.glasses__caption {
  position: relative;
  padding-bottom: 15px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

.glasses__caption::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 60px;
  height: 7px;
  background: url(../img/line.svg) center/contain no-repeat;
}

.vision {
  background: #ECEAE4;
  overflow: hidden;
}

.vision__container {
  position: relative;
}

.vision__top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.vision__title {
  margin-bottom: 30px;
  width: 100%;
  max-width: 520px;
}

.vision__btn {
  margin-left: auto;
}

.vision .visionSwiper {
  margin-bottom: 70px;
  overflow: hidden;
}

.vision__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  background: #ECEAE4;
}

.vision__img {
  height: 600px;
  width: 620px;
  background-color: #333;
}

.vision__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vision__desc {
  align-self: flex-end;
}

.vision__caption {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.vision__link {
  margin-top: 50px;
}

.vision .steps__num {
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.vision__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.vision__arrow svg path,
.vision__arrow svg circle {
  transition: 0.2s ease-in-out;
}

.vision__arrow:hover svg path,
.vision__arrow:hover svg circle {
  stroke: #FF8006;
}

.steps {
  position: relative;
}

.steps__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.steps__top {
  margin-bottom: 70px;
}

.steps__title {
  max-width: 860px;
  margin: 0 auto;
}

.steps__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.steps__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  max-width: 240px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.steps__card:nth-child(1) {
  transition-delay: 0.2s;
}

.steps__card:nth-child(2) {
  transition-delay: 0.4s;
}

.steps__card:nth-child(3) {
  transition-delay: 0.6s;
}

.steps__card:nth-child(4) {
  transition-delay: 0.8s;
}

.steps__card:nth-child(5) {
  transition-delay: 1s;
}

.steps__card.way--active {
  opacity: 1;
}

.steps__card::after {
  position: absolute;
  left: 65%;
  top: 0;
  content: "";
  width: 80%;
  height: 50%;
  background: url(../img/arr-next.svg) center/contain no-repeat;
}

.steps__card:nth-child(even) {
  margin-top: 35%;
}

.steps__card:nth-child(even)::after {
  top: auto;
  bottom: 100%;
  background: url(../img/arr-next-up.svg) center/contain no-repeat;
}

.steps__card:last-child::after {
  content: none;
}

.steps__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-family: Forum;
  font-size: 25px;
  line-height: 160%;
  text-transform: uppercase;
  border: 1px solid #333;
  border-radius: 100%;
}

.steps__caption {
  margin-bottom: 15px;
}

.steps__next {
  display: block;
  width: 70%;
  margin: 20px auto;
  height: auto;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.steps__next.way--active {
  opacity: 1;
}

.steps__finish {
  opacity: 0;
  transition: 0.2s ease-in-out;
  transition-delay: 1s;
}

.steps__finish.way--active {
  opacity: 1;
}

.steps__finish .num {
  background-color: var(--main, #FF8006);
}

.steps__image {
  display: flex;
  justify-content: center;
  border-radius: 272px;
  overflow: hidden;
  width: 272px;
  height: 272px;
  margin-top: 26px;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.steps__image.way--active {
  opacity: 1;
}

.steps__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.steps .svg {
  position: absolute;
  transform: scale(0);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.steps .svg.way--active {
  transform: scale(1);
}

.steps .svg svg {
  width: 100%;
  height: 100%;
}

.steps .svg.svg-1 {
  width: 100px;
  height: 100px;
  bottom: 35%;
  left: 10%;
}

.steps .svg.svg-2 {
  width: 185px;
  height: 185px;
  bottom: 25%;
  left: 25%;
}

.steps .svg.svg-3 {
  width: 165px;
  height: 165px;
  bottom: 10%;
  left: 15%;
}

.steps .svg.svg-4 {
  width: 160px;
  height: 160px;
  bottom: 20%;
  right: 25%;
}

.steps .svg.svg-5 {
  width: 160px;
  height: 160px;
  bottom: 40%;
  right: 5%;
}

.lenses {
  min-height: 500px;
  background: url(../img/back-2.png), var(--dark, #000000) 50%/cover no-repeat;
  background-attachment: fixed;
  color: var(--light, #FFFFFF);
}

.lenses .title_sm {
  color: var(--light, #FFFFFF);
}

.lenses__title {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.lenses__btn {
  margin: 0 auto;
}

.products__top {
  margin-bottom: 20px;
}

.products__title {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.products__btn {
  margin: 0 auto;
}

.products__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.products__card {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.products__desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.feedback {
  position: relative;
  min-height: 700px;
  background: #ECEAE4;
}

.feedback__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.feedback__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feedback__container {
  width: 40%;
  margin-left: auto;
}

.feedback__title {
  max-width: 440px;
  margin-bottom: 18px;
}

.feedback__price {
  max-width: 440px;
  margin-bottom: 40px;
}

.feedback__form {
  max-width: 440px;
}

.contacts__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contacts__links {
  margin-bottom: 50px;
}

.contacts__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts__link span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.contacts__link a {
  font-size: 1.25em;
}

.contacts__map {
  margin-bottom: 50px;
}

.contacts__trans {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 1fr;
  grid-template-columns: 30px 1fr;
  gap: 15px;
}

.contacts__trans svg {
  width: 30px;
  height: 30px;
}

.contacts__desc span {
  display: block;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}

.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid #333;
  width: 75%;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  top: 2px;
  height: 1px;
  background: #333;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 75%;
  display: flex;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
  position: absolute;
  font-weight: 700 !important;
  text-transform: uppercase;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
  position: absolute;
  top: calc(100% + 19px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
  font-weight: 400;
  transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
  background: #FF8006;
  width: 25px;
  height: 25px;
  transition-delay: 0.4s;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .swiper-pagination-switch .switch-title {
  color: #333;
  font-weight: 16px;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .swiper-pagination-switch .switch-title:after {
  background: #333;
}

.preview {
  position: relative;
  margin-top: 88px;
}

.preview::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.preview__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     object-position: top;
}

.preview__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 480px;
}

.preview__icon {
  margin-bottom: 20px;
}

.preview__title {
  color: #FFFFFF;
}

.brand__title {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}

.brand__block {
  display: flex;
  align-items: center;
}

.brand__image {
  width: 455px;
  height: 520px;
  margin-left: 0;
  flex-shrink: 0;
  padding: 30px;
  margin-right: 70px;
}

.brand__image::before,
.brand__image::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 395px;
  height: 460px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.brand__image::before {
  transform: translate(-50%, -50%) rotate(-4deg);
  z-index: -1;
}

.brand__image::after {
  transform: translate(-50%, -50%) rotate(-8deg);
  z-index: -2;
}

.brand__image-item {
  position: relative;
  padding: 50px;
  background: url("../img/brand-bg-item.png") center/cover no-repeat;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.brand__info {
  max-width: 750px;
}

.brand__info-slider {
  width: 100%;
}

.brand__info-slide {
  display: flex;
  flex-direction: column;
  background: #F6F4EE;
}

.brand__info-title {
  margin-bottom: 14px;
  font-size: 40px;
  font-family: Forum;
}

.brand__info-title span {
  color: #FF8006;
}

.brand__info-desc {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 30px;
}

.brand__info-text {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 40px;
}

.brand__info-arrows {
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand__info-arrow svg path,
.brand__info-arrow svg circle {
  transition: 0.2s ease-in-out;
}

.brand__info-arrow:hover svg path,
.brand__info-arrow:hover svg circle {
  stroke: #FF8006;
}

.benef {
  background: rgba(255, 128, 6, 0.8);
}

.benef__title {
  text-align: center;
  margin-bottom: 140px;
}

.benef__title-sm {
  color: #000000;
}

.benef__title-sm span {
  color: #FFFFFF;
}

.benef__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 350px;
  grid-gap: 20px;
}

.benef__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #000;
  background: #F6F4EE;
  padding: 20px;
  height: 350px;
}

.benef__item:nth-child(odd) {
  margin-top: -76px;
}

.benef__item-img {
  width: 100px;
  height: 40px;
}

.benef__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.benef__item-text {
  font-size: 16px;
}

.benef__item-text span {
  color: #FF8006;
}

.benef__item-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 25px;
  background: var(--Orange, #FF8006);
  transition: all 0.4s;
}
.benef__item-link:hover {
  background: #FB7412;
}
.solution__title {
  text-align: center;
  margin-bottom: 50px;
}

.solution__block {
  display: flex;
  align-items: center;
}

.solution__image {
  position: relative;
  display: block;
  width: 500px;
  flex-shrink: 0;
  margin-right: 75px;
}

.solution__image::before {
  display: block;
  content: "";
  padding-top: 100%;
}

.solution__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.solution__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  row-gap: 16px;
}

.solution__item:not(:last-child) {
  margin-right: 75px;
}

.solution__item-img {
  width: 50px;
  height: 50px;
}

.solution__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.solution__item-title {
  font-size: 30px;
  color: #FF8006;
  font-family: Forum;
}

.solution__item-text {
  line-height: 160%;
}

.popular__title {
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.popular__title::before {
  position: absolute;
  content: "";
  background: url("../img/title-line.png") center/contain no-repeat;
  width: 130px;
  height: 7px;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

.popular__desc {
  max-width: 863px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.popular__header {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 23px;
}

.popular__header-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 110px;
  background: #ECEAE4;
  border: 1px solid #ECEAE4;
  transition: 0.2s ease-in-out;
  padding: 10px;
}

.popular__header-item.active {
  background: transparent;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.15));
  border: 1px solid #000000;
}

.popular__header-item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.elem {
  position: relative;
  padding: 50px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.elem::before,
.elem::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.elem::before {
  background: url("../img/dec-1.png") top left/auto no-repeat;
  top: 0;
  left: 0;
}

.elem::after {
  background: url("../img/dec-2.png") bottom right/auto no-repeat;
  right: 0;
  bottom: 0;
}

.elem__body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border: 1px solid #000;
  padding: 60px;
  height: auto;
  overflow: hidden;
}

.elem__body-images {
  flex-shrink: 0;
  width: 360px;
  height: 360px;
  margin-right: 66px;
}

.elem__body-img {
  width: 100%;
  height: 100%;
}

.elem__body-img img {
  width: auto;
  height: auto;
  margin: auto;
}

.elem__body-col {
  display: -ms-grid;
  display: grid;
}

.elem__body-info_item {
  flex-direction: column;
  align-items: flex-start;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  justify-content: flex-start;
}

.elem__body-title {
  margin-bottom: 24px;
  font-family: Forum;
  color: #FF8006;
  line-height: 100%;
  font-size: 30px;
}

.elem__body-price {
  margin-bottom: 24px;
  font-weight: 700;
  color: #333;
}

.elem__body-text {
  color: #333;
  line-height: 140%;
  font-size: 16px;
}

.elem__body-arrows {
  width: auto;
  height: auto;
  display: flex;
  justify-content: start;
  gap: 20px;
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
/* 
.elem__body-arrow {
  display: flex;
} */

.elem__body-arrow svg path,
.elem__body-arrow svg circle {
  transition: 0.2s ease-in-out;
}

.elem__body-arrow:hover svg path,
.elem__body-arrow:hover svg circle {
  stroke: #FF8006;
}

.lins__header {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 70px;
  margin-bottom: 70px;
}

.lins__header-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lins__header-item.active .lins__header-title {
  color: #FF8006;
}

.lins__header-item img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 26px;
}

.lins__header-item svg {
  margin-bottom: 15px;
}

.lins__header-title {
  font-size: 14px;
  font-weight: 700;
  transition: 0.2s ease-in-out;
  margin-bottom: 15px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
}

.lins__header-desc {
  max-width: 260px;
  text-align: center;
  font-size: 14px;
  line-height: 140%;
}

.lins__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 1fr 64px;
  grid-template-columns: 64px 1fr 64px;
  grid-gap: 80px;
  place-items: center;
}

.lins__wrapper .lins__header-item img {
  height: 20px;
}

.lins__wrapper .lins__arrow svg path,
.lins__wrapper .lins__arrow svg circle {
  transition: 0.2s ease-in-out;
}

.lins__wrapper .lins__arrow:hover svg path,
.lins__wrapper .lins__arrow:hover svg circle {
  stroke: #FF8006;
}

.lins__tab {
  display: none;
}

.lins__tab.active {
  display: flex;
}

.lins__tab-image {
  width: 710px;
  height: 640px;
  flex-shrink: 0;
}

.lins__tab-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lins__tab-info {
  display: flex;
  flex-direction: column;
  background: #FFF;
  padding: 60px;
  width: 100%;
  background: url("../img/lins-bg.png") bottom right/auto no-repeat;
  background-color: #fff;
}

.lins__tab-info .title_sm {
  text-align: left;
  margin-bottom: 6px;
}

.lins__tab-title {
  margin-top: 20px;
  margin-bottom: 24px;
}

.lins__tab-text {
  font-size: 16px;
  line-height: 160%;
}

.offer {
  position: relative;
  background: rgba(255, 128, 6, 0.8);
}

.offer.white {
  background: #F6F4EE;
}

.offer.white .offer__title span {
  color: #FF8006;
}

.offer.right .offer__image {
  right: 0;
}

.offer.left .offer__image {
  left: 0;
}

.offer.left .offer__container {
  margin-left: auto;
}

.offer__image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  bottom: 0;
}

.offer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.offer__container {
  padding: 90px 0;
  width: 42%;
}

.offer__container .title_sm {
  text-align: left;
  margin-bottom: 6px;
}

.offer__title {
  margin-bottom: 23px;
  margin-top: 20px;
}

.offer__title span {
  color: #fff;
}

.offer__text {
  line-height: 160%;
  font-size: 16px;
}

.orange-preview {
  position: relative;
  background: #E69545;
  margin-top: 88px;
  overflow: hidden;
}

.orange-preview__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.orange-preview__bg img {
  height: 100%;
  object-fit: cover;
}
.orange-preview__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 480px;
}

.orange-preview__title {
  text-align: center;
  max-width: 864px;
  margin-top: 24px;
}

.orange-preview__title span {
  color: #FFFFFF;
}

.check-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
}

.check.left .check__img svg {
  top: -80px;
  right: -150px;
}

.check.right .check__container {
  justify-content: flex-end;
}

.check.right .check__img svg {
  top: 20px;
  left: -110px;
}

.check__container {
  display: flex;
  align-items: center;
  gap: 130px;
}

.check__info {
  max-width: 530px;
  width: 100%;
}

.check__title {
  margin-bottom: 23px;
  margin-top: 20px;
}

.check .title_sm {
  text-align: left;
  margin-bottom: 6px;
}

.check__text {
  line-height: 160%;
  font-size: 16px;
}

.check__img {
  position: relative;
}

.check__img img {
  width: 490px;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}

.check__img svg {
  position: absolute;
  z-index: -1;
}

.disease__container {
  display: flex;
  align-items: center;
  gap: 50px;
}

.disease__container.reverse {
  flex-direction: row-reverse;
}

.disease__img {
  width: 500px;
  height: 500px;
  flex-shrink: 0;
}

.disease__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.disease__info {
  display: flex;
  flex-direction: column;
}

.disease__title {
  color: #FF8006;
  margin-bottom: 24px;
}

.disease__desc {
  line-height: 160%;
  margin-bottom: 30px;
  font-size: 20px;
}

.disease__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.disease__items.grid-col-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.disease__item {
  display: flex;
  flex-direction: column;
}

.disease__item-title {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #FF8006;
}

.disease__item svg {
  margin-bottom: 16px;
}

.disease__item-text {
  line-height: 160%;
  color: #333;
}

.disease:nth-child(4) .disease__container {
  flex-direction: row-reverse;
}


.blockquote {
  position: relative;
  background: rgba(255, 128, 6, 0.8);
}

.blockquote::before {
  position: absolute;
  content: "";
  background: url("../img/blockquote.png") center/contain no-repeat;
  width: 150px;
  height: 150px;
  left: 15%;
  top: -40px;
}

.blockquote__title {
  color: #000000;
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.blockquote__title span {
  color: #FFFFFF;
}

.faq__container {
  display: flex;
  align-items: flex-start;
}

.faq__main-accordeons {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}

.faq__main-accordeon {
  padding-bottom: 20px;
  border-bottom: 1px solid #CFCDC8;
}

.faq__main-title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-family: Forum;
  margin-right: 20px;
}

.faq__main-title.active svg path:nth-child(2) {
  opacity: 0;
}

.faq__main-title span {
  padding: 6px 17px;
  color: #000000;
  border-radius: 41px;
  background: var(--Orange, #FF8006);
  margin-right: 16px;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Inter;
  flex-shrink: 0;
}

.faq__main-title svg {
  margin-left: auto;
  flex-shrink: 0;
}

.faq__main-title svg path:nth-child(2) {
  opacity: 1;
  transition: 0.2s ease-in-out;
}

.faq__main-body {
  padding-top: 20px;
  font-size: 16px;
  line-height: 160%;
}

.faq__images {
  width: 530px;
  height: 530px;
  flex-shrink: 0;
  margin-left: 40px;
}

.faq__image {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  display: none;
}

.faq__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq__image.active {
  display: block;
}

.frame {
  background: #FFFFFF;
}

.frame.child {
  background: #ECEAE4;
}

.frame__title {
  margin-top: 24px;
  margin-bottom: 50px;
  text-align: center;
}

.frame__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.frame__item {
  position: relative;
}

.frame__item::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.frame__item:hover .frame__item-back {
  opacity: 1;
}

.frame__item-front {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.frame__item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.frame__item-img::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 53.87%);
}

.frame__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.frame__item-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 50px;
  bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.frame__item-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: var(--Orange, #FF8006);
  z-index: 2;
  transition: 0.2s ease-in-out;
}

.frame__item-text {
  position: absolute;
  overflow: auto;
  top: 30px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  padding-right: 8px;
}

.frame__item-text::-webkit-scrollbar-track {
  background: #EFEFEF;
}

.frame__item-text::-webkit-scrollbar {
  width: 5px;
  background: #EFEFEF;
}

.frame__item-text::-webkit-scrollbar-thumb {
  background: #B9B3A7;
}

@media (max-width: 1650px) {
  h1 {
    font: 700 60px/1.2 Inter;
  }

  h2 {
    font: 400 42px/1.2 Forum;
  }
}

@media (max-width: 1440px) {
  html {
    font: 400 14px/1.4 Inter;
  }

  .container {
    max-width: 1232px;
  }

  h1 {
    font: 700 50px/1.2 Inter;
  }

  h2 {
    font: 400 40px/1.2 Forum;
  }

  h3 {
    font: 400 28px/1.2 Forum;
  }

  .header__logo .logo {
    display: block;
    width: 200px;
  }

  .preview {
    margin-top: 75px;
  }

  .brand__info {
    max-width: 600px;
  }

  .brand__info-title {
    font-size: 36px;
  }

  .lins__tab-image {
    width: 640px;
    height: 640px;
  }

  .orange-preview {
    margin-top: 75px;
  }

  .check.left .check__img svg {
    width: 250px;
    height: 250px;
    right: -50px;
    top: -50px;
  }

  .check__img img {
    width: 430px;
    height: 430px;
  }

  .disease__img {
    width: 450px;
    height: 450px;
  }

  .disease__desc {
    font-size: 18px;
  }

  .faq__main-title {
    font-size: 24px;
  }

  .faq__images {
    width: 450px;
    height: 450px;
  }

  .frame__item-title {
    font-size: 40px;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: 1132px;
  }

  .header__nav {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    height: 100vh;
    min-width: 100vw;
    padding: 2rem;
    background-color: var(--light, #FFFFFF);
  }

  .header__menu a {
    color: #000000;
  }

  .header__menu {
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
  }

  .header__burger {
    display: block;
  }

  .footer__container {
    row-gap: 40px;
  }

  .footer__row {
    flex-direction: column;
    row-gap: 20px;
  }

  .footer__col {
    flex-direction: column;
  }

  .art__slider {
    left: 31%;
  }
  .offers .swiper__pagin {
    width: 54%;
  }

  .vision__img {
    height: 500px;
    width: 520px;
  }

  .steps__card::after {
    height: 45%;
  }

  .steps__card:nth-child(even)::after {
    bottom: 90%;
  }

  .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    width: 60%;
  }

  .swiper-container-wrapper--timeline .swiper-pagination-custom {
    width: 60%;
  }

  .brand__info {
    max-width: 500px;
  }

  .brand__info-title {
    font-size: 30px;
  }

  .brand__info-text {
    font-size: 14px;
  }

  .benef__item-title {
    font-size: 24px;
  }

  .benef__item-text {
    font-size: 14px;
  }

  .solution__image {
    width: 350px;
    margin-right: 50px;
  }

  .solution__item:not(:last-child) {
    margin-right: 50px;
  }

  .elem {
    padding: 25px;
  }

  .elem__body {
    padding: 30px;
  }

  .lins__wrapper {
    grid-gap: 50px;
  }

  .lins__tab-image {
    width: 550px;
    height: 550px;
  }

  .lins__tab-text {
    font-size: 14px;
  }

  .check.right .check__img svg {
    left: -50px;
  }

  .check__info {
    max-width: 450px;
  }

  .disease__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .frame__item-title {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .container_lg {
    padding-left: 30px;
    padding-right: 30px;
  }

  h1 {
    font: 700 45px/1.2 Inter;
  }

  h2 {
    font: 400 35px/1.2 Forum;
  }

  h3 {
    font: 400 26px/1.2 Forum;
  }

  .art__container {
    padding-right: 150px;
  }

  .art__pagin {
    right: 16px;
  }

}

@media (max-width: 1100px) {
  .container {
    max-width: 1012px;
  }

  .offers .swiper__pagin {
    width: 65%;
  }

  .vision__img {
    height: 450px;
    width: 456px;
  }

  .vision__link {
    margin-top: 20px;
  }

  .vision__arrow svg {
    width: 50px;
    height: 50px;
  }

  .steps__card::after {
    width: 70%;
    left: 73%;
  }

  .brand__image {
    width: 375px;
    height: 460px;
    margin-right: 40px;
  }

  .brand__image::before,
  .brand__image::after {
    width: 315px;
    height: 410px;
  }

  .brand__image-item {
    padding: 25px;
  }

  .brand__info-arrow svg {
    width: 50px;
    height: 50px;
  }

  .benef__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .elem__body-arrow svg {
    width: 50px;
    height: 50px;
  }

  .lins__wrapper .lins__arrow svg {
    width: 50px;
    height: 50px;
  }

  .lins__tab-image {
    width: 450px;
    height: 450px;
  }

  .lins__tab-info {
    padding: 30px;
  }

  .offer__text {
    font-size: 14px;
  }

  .check.left .check__img svg {
    right: 0;
    width: 150px;
    height: 150px;
  }

  .check.left .check__container {
    flex-direction: column-reverse;
  }

  .check.right .check__img svg {
    left: 0;
    top: 0;
  }

  .check__container {
    flex-direction: column;
    gap: 60px;
  }

  .check__info {
    max-width: unset;
  }

  .faq__images {
    width: 400px;
    height: 400px;
  }

  .frame__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width:1040px) {

}
@media (max-width: 992px) {
  .footer__menu {
    flex-direction: column;
    align-items: center;
  }

  .section {
    padding: 80px 0;
  }

  .art {
    background-position: 100%;
    min-height: unset;
    height: 760px;
  }

  .art__slider {
    left: 53.4%;
    transform: translateX(-50%);
  }
 
  .about {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }

  .about .container {
    order: 1;
  }

  .about__container {
    position: static;
  }

  .about__img {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    order: 2;
    height: 450px;
  }

  .about__desc {
    max-width: unset;
    margin-bottom: 30px;
  }

  .about__slider {
    z-index: 2;
    width: 350px;
    height: 400px;
  }

  /* .about__pagin {
    position: relative;
    top: auto;
    margin-bottom: 20px;
    justify-content: flex-start;
  } */
  .offers {
    padding: 130px 0;
  }

  .offers__img {
    height: 250px;
  }

  .offers .swiper__pagin svg {
    width: 40px;
    height: 40px;
  }

  .glasses__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .preview__container {
    height: 350px;
  }

  .brand__block {
    flex-direction: column;
    row-gap: 40px;
  }

  .brand__image {
    margin-right: 0;
  }

  .brand__info {
    max-width: unset;
    width: 100%;
  }

  .brand__info-text {
    margin-bottom: 20px;
  }

  .solution__block {
    flex-direction: column;
    row-gap: 30px;
  }

  .solution__image {
    margin-left: auto;
    margin-right: auto;
  }

  .solution__item {
    width: 100%;
  }

  .solution__item:not(:last-child) {
    margin-right: 0;
  }

  .solution__item-title {
    font-size: 26px;
  }

  .offer {
    display: flex;
    flex-direction: column-reverse;
  }

  .offer__image {
    position: static;
    width: 100%;
    height: 400px;
  }

  .offer__container {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 60px 0;
  }

  .disease__container.reverse {
    flex-direction: column;
    align-items: flex-start;
  }

  .disease__container {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .disease__img {
    max-width: 375px;
    width: 100%;
    height: auto;
  }

  .disease__desc {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .blockquote::before {
    width: 100px;
    height: 100px;
    left: 20px;
    top: -30px;
  }

  .faq__container {
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .faq__main-title {
    font-size: 20px;
  }

  .faq__main-title span {
    font-size: 12px;
  }

  .faq__images {
    margin-left: 0;
  }

  .vision__img {
    width: auto;
  }

  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    font-size: 11px;
    font-weight: 500;
  } 
  .popular__header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .popular__header-item {
    width: 100%;
    height: 100px;
  }
}

@media (max-width: 980px) {
  .container_lg {
    width: 100%;
    max-width: none;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  h1 {
    font: 700 40px/1.2 Inter;
  }

  h2 {
    font: 400 30px/1.2 Forum;
  }

  h3 {
    font: 400 24px/1.2 Forum;
  }

  h4 {
    font: 400 22px/1.2 Forum;
  }

  .steps__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 150px;
  }

  .steps__card::after {
    top: 135%;
    left: 60%;
    transform: translateX(-50%) rotate(65deg);
    height: 40%;
  }

  .steps__card:nth-child(even) {
    margin-top: 0;
  }

  .steps__card:nth-child(even)::after {
    bottom: auto;
    top: 135%;
    left: 60%;
    transform: translateX(-50%) rotate(115deg);
  }

  .steps .svg {
    display: none;
  }
}

@media (max-width: 768px) {
  .order_1 {
    order: unset;
  }

  .art {
    background-position: 82%;
  }

  .vision__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    text-align: start;
    margin-bottom: 20px;
  }

  .vision__btn {
    margin-left: 0;
  }

  .vision__card {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .vision__img {
    position: relative;
    height: auto;
  }

  .vision__img::before {
    display: block;
    padding-top: 100%;
    content: "";
  }

  .vision__img img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .vision__arrows {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 50px;
    width: 100%;
    justify-content: space-between;
  }

  .lenses {
    min-height: 500px;
  }

  .products__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 60px;
  }

  .products__card {
    flex-direction: column-reverse;
    align-items: center;
  }

  .feedback {
    min-height: unset;
  }

  .feedback__img {
    display: none;
  }

  .feedback__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .feedback__title {
    text-align: center;
  }

  .contacts__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    width: 90%;
    margin-bottom: 20px;
  }

  .swiper-container-wrapper--timeline .swiper-pagination-custom {
    width: 90%;
  }

  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    font-size: 12px;
  }

  .elem__body {
    flex-direction: column;
    display: block;
  }

  .elem__body-images {
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }

  .lins__header {
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 40px 50px;
  }

  .lins__header-item {
    width: 40%;
  }

  .lins__tab {
    flex-direction: column;
  }

  .lins__tab-image {
    width: 100%;
    height: auto;
  }

  .check__img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width:640px) {

}
@media (max-width: 576px) {
  .art {
    background-position: 75%;
  }

  .benef__title {
    margin-bottom: 60px;
  }

  .benef__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .benef__item:nth-child(odd) {
    margin-top: 0;
  }

  .frame__items {	
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom {
    margin-bottom: 5px;
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    font-size: 9px;
  }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
    top: calc(100% + 8px);	
  } 

  .vision .visionSwiper {
    margin-bottom: 25px; 
  } 
  .art__slider {
    left: 53%;
  }
}

@media (max-width: 480px) {
  .header__logo .logo {
    width: 150px;
  }

  .section {
    padding: 60px 0;
  }

  .art {
    background-position: 73.5%;
  }

  .art__container {
    padding-right: 0;
    padding-bottom: 50px;
  }

  .art__title {
    font-size: 28px;
    max-width: unset;
  }

  .art__desc {
    font-size: 20px;
  }

  .art__pagin {
    bottom: 20px;
    right: 16px;
  }
  .art__slider {
    left: 50%;
  }
  .vision .visionSwiper {
    margin-bottom: 20px;
  }

  .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    display: none;
  }

  .swiper-container-wrapper--timeline .swiper-pagination-custom {
    display: none;
  }

  .preview {
    margin-top: 67px;
  }

  .elem__body {
    padding: 15px;
  }

  .elem__body-title {
    font-size: 26px;
  }

  .elem__body-text {
    font-size: 14px;
  }

  .lins__header-title {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .lins__header-desc {
    font-size: 12px;
  }

  .lins__wrapper {
    -ms-grid-columns: 30px 1fr 30px;
    grid-template-columns: 30px 1fr 30px;
    grid-gap: 20px;
  }

  .lins__wrapper .lins__arrow svg {
    width: 30px;
    height: 30px;
  }

  .orange-preview {
    margin-top: 67px;
  }

  .orange-preview__container {
    height: 400px;
  }

  .faq__images {
    width: 100%;
    height: auto;
  }

  .offers {
    padding: 140px 0;
  }

  .elem__body {
    padding: 15px;
  }
  /* .elem__body-arrows {
    position: absolute;
    left: 15px;
    bottom: 15px;
  } */
  .about__slider .swiper {
    overflow: visible;
  }
}

@media (max-width: 420px) {
  .art {
    background-position: 73%;
  }
  .art__slider {
    left: 50%;
  }

  .elem__body-images {
    width: 100%;
  }

  .lins__header-item {
    width: 100%;
  }

  .frame__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 375px) {
  .art {
    background-position: 72%;
  }

  .art__slider {
    left: 49.6%;
  }

  .elem__body-images {
    height: 260px;
  }
}

/*alert*/

.box-size {
  box-sizing: border-box;
}

.alert--fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.alert--error,
.alert--warning,
.alert--active {
  display: flex;
}

.alert--width {
  width: 400px;
}

.alert--img__item svg {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.alert--img__item {
  display: none;
  flex-shrink: 0;
}

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

.alert--warning .warning {
  display: block;
}

.alert--error .error {
  display: block;
}

.alert--content {
  position: relative;
  z-index: 12;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
  padding: 30px;
  color: #333333;
  margin-bottom: 10%;
}

.alert--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 11;
  top: 0px;
  left: 0px;
}

.alert-text {
  margin-top: 15px;
  text-align: center;
}

.alert--active .active path {
  fill: #4ad395;
}

.alert--warning .warning path {
  fill: #e5e75d;
}

.alert--error .error path {
  fill: #f81919;
}

.alert--title {
  font-size: 28px;
  font-weight: 500;
}

.alert--subtitle {
  font-weight: 400;
  font-size: 20px;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #ccbbbb;
}

.alert--x {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 8px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.alert--x svg {
  width: 100%;
  height: 100%;
}

.alert--x svg path {
  fill: #968787;
  transition: all 0.3s ease;
}

.alert--x:hover path {
  fill: black;
}

@media (max-width:1200px) {
  .alert--width {
    width: 370px;
  }
  .alert--content {
    padding: 25px;
  }
  .alert--img__item svg {
    width: 75px;
    height: 75px;
  }
  .alert-text {
    margin-top: 10px;
  }
  .alert--title {
    font-size: 24px;
  }
  .alert--subtitle {
    font-size: 18px;
  }
}

@media (max-width:500px) {
  .alert--content {
    width: 92%;
  }
  .alert--img__item svg {
    width: 60px;
    height: 60px;
  }
  .alert--title {
    font-size: 22px;
  }
}


/*alert*/


/*formLoader*/

.form_loader {
  position: fixed;
  display: none;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.form_loader_block {
  position: absolute;
  width: 350px;
  max-width: 90%;
  left: 50%;
  top: 45%;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.form_loader_animate {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.form_loader_animate:after {
  content: "";
  display: block;
  width: 85%;
  height: 85%;
  /*margin: 8px;*/
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #C53364 transparent #C53364 transparent;
  animation: loader-animate 1.2s linear infinite;
}

.form_loader_text {
  font-size: 20px;
  text-align: center;
}

@keyframes loader-animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*formLoader*/