@charset "UTF-8";

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

/* @font-face {
  font-family: MyriadProSemiBold;
  font-display: swap;
  src: url("/local/templates/atopic_2023/css/fonts/MyriadProSemiBold.woff2") format("woff2"), url("/local/templates/atopic_2023/css/fonts/MyriadProSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
} */
@font-face {
  font-family: PTSans;
  font-display: swap;
  src: url("/local/templates/atopic_2023/css/fonts/PTSans-Regular.woff2") format("woff2"), url("/local/templates/atopic_2023/css/fonts/PTSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: SF;
  font-display: swap;
  src: url("/local/templates/atopic_2023/css/fonts/SF-Pro-Display-Bold.woff2") format("woff2"), url("/local/templates/atopic_2023/css/fonts/SF-Pro-Display-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: SF;
  font-display: swap;
  src: url("/local/templates/atopic_2023/css/fonts/SF-Pro-Display-Semibold.woff2") format("woff2"), url("/local/templates/atopic_2023/css/fonts/SF-Pro-Display-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: SF;
  font-display: swap;
  src: url("/local/templates/atopic_2023/css/fonts/SF-Pro-Display-Regular.woff2") format("woff2"), url("/local/templates/atopic_2023/css/fonts/SF-Pro-Display-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #6e7685;
  font-family: "PTSans";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "PTSans";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
  transition: all 0.2s ease-in-out;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
a.menu-mobile__item {
  font-family: "SF";
}

.title {
  font-family: "SF" !important;
}

html {
  font-size: 1.25vw;
  /* line-height: 1.6875rem; */
}

@media (min-width: 1560px) {
  html {
    font-size: 18px;
    /* line-height: 1.6875rem; */
  }
}

body {
  font-family: "PTSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}

.o-hidden {
  overflow: hidden;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper-new {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  /* overflow: hidden; */
  overflow: clip;
}

.wrapper-new > main {
  flex: 1 1 auto;
}

.wrapper-new > * {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
.fancybox__container {
  max-width: unset !important;
}

[class*="__container"] {
  max-width: 68.8888888889rem;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 768px) {
  [class*="__container"] {
    max-width: 56.5rem;
  }
}

@media (max-width: 500px) {
  [class*="__container"] {
    /* max-width: 63.75rem; */
    max-width: 68.8888888889rem;
  }
}

[class*="-ibg"] {
  position: relative;
}

[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

[class*="-ibg_contain"] img {
  object-fit: contain;
}

.page {
  padding-bottom: 4.4375rem;
}

@media (max-width: 500px) {
  .page {
    padding-bottom: 10rem;
  }
}

.title-h2 {
  font-family: "SF";
  font-weight: 700;
  font-size: 2.7778rem;
  line-height: 3.5rem;
  color: #003594;
}

.title-h2 .accent {
  font-family: "MyriadProSemiBold";
}

.title-h2.accent {
  font-family: "MyriadProSemiBold";
}

.title-h2.faq-h2 {
  margin-bottom: 4.25rem;
}

.button.faq__button {
  padding: 5px 10px;
  font-family: "SF";
  font-weight: 600;
  line-height: normal;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .title-h2 {
    font-size: 5rem;
    line-height: 125%;
  }
}

@media (max-width: 500px) {
  .title-h2 {
    font-size: 8rem;
    line-height: 125%;
  }
}

.text-title {
  font-family: "SF";
  font-weight: 600;
  font-size: 1.5556rem;
  line-height: 125%;
  color: #003594;
}

@media (max-width: 768px) {
  .text-title {
    font-size: 2.2rem;
    line-height: 125%;
  }
}

@media (max-width: 500px) {
  .text-title {
    font-size: 4.5rem;
    line-height: 125%;
  }
}

.text-main {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
  color: #6e7685;
}

@media (max-width: 768px) {
  .text-main {
    font-size: 1.4rem;
    line-height: 150%;
  }
}

@media (max-width: 500px) {
  .text-main {
    font-size: 3.5rem;
    line-height: 150%;
  }
}

.section-intro {
  position: relative;
  min-height: 89vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .section-intro {
    padding-top: 0rem;
    min-height: 43.5556rem;
  }
}

@media (max-width: 500px) {
  .section-intro {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-intro .nav-more {
  font-family: "SF";
}

@media (max-width: 500px) {
  .section-intro .nav-more {
    display: none;
  }
}

.intro {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* padding-top: 1.1111rem; */
}

.intro__image-logo {
  position: absolute;
  z-index: -1;
  width: 68.8888888889rem;
}

.intro__image-logo img {
  width: 100%;
}

@media (max-width: 992px) {
  .intro.wb {
    display: block;
  }
}

@media (max-width: 768px) {
  .intro__image-logo {
    width: 57rem;
  }
}

@media (max-width: 500px) {
  .intro__image-logo {
    width: 63.75rem;
  }
}

.intro__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8.0556rem;
  flex: 1;
}

@media (max-width: 768px) {
  .intro__container {
    padding-top: 9.4rem;
  }
}

@media (max-width: 500px) {
  .intro__container {
    flex-direction: column;
    padding-top: 11rem;
  }
}

.intro__text {
  margin-top: 4.44rem;
  padding-right: 7rem;
}

@media (max-width: 768px) {
  .intro__text {
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .intro__text {
    order: 1;
    margin-top: 0;
  }
}

.intro__text > * + * {
  margin-top: 0.9444rem;
}

@media (max-width: 768px) {
  .intro__text > * + * {
    margin-top: 1.7rem;
  }
}

@media (max-width: 500px) {
  .intro__text > * + * {
    margin-top: 4.25rem;
  }
}

.intro__image {
  position: relative;
  flex: 0 0 35.5556rem;
  margin-right: 0.6111rem;
}

.intro__image img {
  width: 100%;
}

@media (max-width: 768px) {
  .intro__image {
    flex: 0 0 31.0556rem;
    margin-right: -1.6rem;
  }
}

@media (max-width: 500px) {
  .intro__image {
    order: 0;
  }
}

.section-process {
  position: relative;
  padding-bottom: 3.8889rem;
  margin-bottom: 2.7778rem;
}

@media (max-width: 768px) {
  .section-process {
    padding-top: 5rem;
    padding-bottom: 6rem;
    margin-bottom: 0;
  }

  .section-process .nav-more {
    display: none;
  }
}

@media (max-width: 500px) {
  .section-process {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}

.section-process::before {
  content: "";
  display: block;
  position: absolute;
  top: -4rem;
  height: 29rem;
  width: 50%;
  background-color: #eef4f9;
  transform: skewY(10deg);
  z-index: -2;
}

@media (max-width: 768px) {
  .section-process::before {
    top: 0;
    height: 60rem;
  }
}

@media (max-width: 500px) {
  .section-process::before {
    top: 0;
    height: 140rem;
  }
}

.section-process::after {
  content: "";
  display: block;
  position: absolute;
  top: -4rem;
  right: 0;
  height: 29rem;
  width: 50%;
  background-color: #eef4f9;
  transform: skewY(-10deg);
  z-index: -2;
}

@media (max-width: 768px) {
  .section-process::after {
    top: 0;
    height: 60rem;
  }
}

@media (max-width: 500px) {
  .section-process::after {
    top: 0;
    height: 140rem;
  }
}

.section-process .bg-image {
  top: -7.6778rem;
  height: 34.6667rem;
}

.process {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

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

@media (max-width: 768px) {
  .process__container {
    display: block;
  }
}

.process__image {
  flex: 0 0 24.7222rem;
}

@media (max-width: 768px) {
  .process__image {
    max-width: 28.7rem;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .process__image {
    max-width: 100%;
    margin: 0 auto;
  }
}

.process__text {
  flex: 0 0 30rem;
}

@media (max-width: 768px) {
  .process__text {
    padding-right: 2rem;
  }
}

@media (max-width: 500px) {
  .process__text {
    padding-right: 0;
  }
}

.process__text > * + * {
  margin-bottom: 0.9444rem;
}

@media (max-width: 768px) {
  .process__text > * + * {
    margin-top: 0;
    margin-bottom: 1.7rem;
  }
}

@media (max-width: 500px) {
  .process__text > * + * {
    margin-top: 0;
    margin-bottom: 4.25rem;
  }
}

.section-learn {
  position: relative;
  padding-top: 2.3889rem;
  padding-top: 12.6111rem;
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .section-learn {
    padding-top: 10.1rem;
  }
}

@media (max-width: 500px) {
  .section-learn {
    padding-top: 14rem;
    padding-bottom: 9rem;
  }
}

.section-learn .slogan {
  color: #daeaf8;
  font-family: "SF";
  font-style: normal;
  font-weight: 700;
  font-size: 11.6667rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-learn .slogan {
    top: 3.2rem;
    font-size: 10.1rem;
  }
}

@media (max-width: 500px) {
  .section-learn .slogan {
    top: 4.5rem;
    font-size: 11.5rem;
  }
}

.learn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

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

@media (max-width: 768px) {
  .learn__container {
    flex-direction: column;
  }
}

.learn__image {
  flex: 0 0 37.6667rem;
  margin-right: -4.5rem;
}

@media (max-width: 768px) {
  .learn__image {
    order: 0;
    width: 54rem;
    margin-right: -1rem;
    flex: 0 0 auto;
    margin-bottom: 3rem;
  }
}

@media (max-width: 500px) {
  .learn__image {
    margin-bottom: 6rem;
  }
}

@media (max-width: 768px) {
  .learn__text {
    order: 1;
  }
}

.learn__text > * + * {
  margin-bottom: 0.9444rem;
}

@media (max-width: 768px) {
  .learn__text > * + * {
    margin-top: 0;
    margin-bottom: 1.7rem;
  }
}

@media (max-width: 500px) {
  .learn__text > * + * {
    margin-top: 0;
    margin-bottom: 4.25rem;
  }
}

.section-consult {
  position: relative;
  padding-top: 11rem;
  padding-bottom: 3rem;
  min-height: 40.6667rem;
}

@media (max-width: 768px) {
  .section-consult {
    padding-top: 14rem;
    padding-bottom: 7rem;
  }
}

.section-consult::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 36rem;
  width: 50%;
  background-color: #eef4f9;
  transform: skewY(10deg);
  z-index: -2;
}

@media (max-width: 768px) {
  .section-consult::before {
    height: 75rem;
  }
}

@media (max-width: 500px) {
  .section-consult::before {
    height: 135rem;
  }
}

.section-consult::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 36rem;
  width: 50%;
  background-color: #eef4f9;
  transform: skewY(-10deg);
  z-index: -2;
}

@media (max-width: 768px) {
  .section-consult::after {
    height: 75rem;
  }
}

@media (max-width: 500px) {
  .section-consult::after {
    height: 135rem;
  }
}

.section-consult .slogan {
  top: 2.5rem;
  color: #ffffff;
  font-family: "SF";
  font-style: normal;
  font-weight: 700;
  font-size: 9.3333rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-consult .slogan {
    top: 7rem;
    font-size: 8.4rem;
  }
}

.consult {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.consult__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
}

@media (max-width: 500px) {
  .consult__container {
    display: block;
  }
}

.consult__image {
  flex: 0 0 18.6rem;
  margin-left: 3.5rem;
}

@media (max-width: 768px) {
  .consult__image {
    order: 1;
    margin-left: -30rem;
    flex: 0 0 15.6rem;
  }
}

@media (max-width: 500px) {
  .consult__image {
    margin: 0 auto;
    width: 31.5rem;
  }
}

@media (max-width: 500px) {
  .consult__image img:nth-child(1) {
    display: none;
  }
}

@media (min-width: 501px) {
  .consult__image img:nth-child(2) {
    display: none;
  }
}

.consult__text {
  flex: 0 0 30rem;
  padding-top: 2.7778rem;
}

@media (max-width: 768px) {
  .consult__text {
    order: 0;
    flex: 0 0 96%;
    z-index: 1;
  }
}

@media (max-width: 500px) {
  .consult__text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .consult__text .title-h2,
  .consult__text .text-title {
    max-width: 70%;
  }
}

@media (max-width: 500px) {
  .consult__text .title-h2,
  .consult__text .text-title {
    max-width: 100%;
  }
}

.consult__text > * + *,
.consult__btn .button {
  margin-bottom: 0.9444rem;
}

@media (max-width: 768px) {
  .consult__text > * + *,
  .consult__btn .button {
    margin-top: 0;
    margin-bottom: 1.7rem;
  }
}

.consult__btn.consult__btn-mobile {
  display: none;
}

@media (max-width: 500px) {
  .consult__text > * + *,
  .consult__btn .button {
    margin-top: 0;
    margin-bottom: 4.25rem;
  }

  .consult__btn.consult__btn-desctop {
    display: none;
  }

  .consult__btn.consult__btn-mobile {
    display: block;
  }
}

.section-care {
  position: relative;
  padding-top: 7.2222rem;
  min-height: 37.6667rem;
}

@media (max-width: 768px) {
  .section-care {
    padding-top: 10.7rem;
  }
}

@media (max-width: 500px) {
  .section-care {
    padding-top: 15rem;
  }
}

.section-care .slogan {
  top: -2rem;
  font-family: "SF";
  font-style: normal;
  font-weight: 700;
  font-size: 16.6667rem;
  color: #daeaf8;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .section-care .slogan {
    font-size: 19rem;
    top: 0;
    letter-spacing: 0;
  }
}

@media (max-width: 500px) {
  .section-care .slogan {
    top: 4rem;
    font-size: 22rem;
  }
}

.care {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 500px) {
  .care {
    padding-bottom: 10rem;
  }
}

.care__container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  column-gap: 1.1667rem;
}

@media (max-width: 768px) {
  .care__container {
    flex-direction: column;
  }
}

.care__image {
  flex: 0 0 23.2222rem;
  margin-left: 0.1rem;
}

@media (max-width: 768px) {
  .care__image {
    order: 0;
    width: 32rem;
    margin: 0 auto 3rem auto;
  }
}

@media (max-width: 500px) {
  .care__image {
    width: 191px;
    margin: 0 auto 5rem auto;
  }
}

.care__text {
  flex: 0 0 32rem;
  padding-top: 1.2rem;
}

@media (max-width: 768px) {
  .care__text {
    order: 1;
  }
}

.care__text > * + * {
  margin-bottom: 0.9444rem;
}

@media (max-width: 768px) {
  .care__text > * + * {
    margin-bottom: 1.7rem;
  }
}

@media (max-width: 500px) {
  .care__text > * + * {
    margin-bottom: 4.25rem;
  }
}

.section-reviews {
  position: relative;
  padding-top: 6.5rem;
}

@media (max-width: 768px) {
  .section-reviews {
    padding-top: 13rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 500px) {
  .section-reviews {
    padding-top: 18rem;
    padding-bottom: 12rem;
  }
}

.section-reviews::before {
  content: "";
  display: block;
  position: absolute;
  top: -5.5rem;
  height: 32rem;
  width: 50%;
  background-color: #eef4f9;
  transform: skewY(10deg);
  z-index: -2;
}

@media (max-width: 768px) {
  .section-reviews::before {
    top: -2rem;
    height: 64rem;
  }
}

@media (max-width: 500px) {
  .section-reviews::before {
    top: -2rem;
    height: 140rem;
  }
}

.section-reviews::after {
  content: "";
  display: block;
  position: absolute;
  top: -5.5rem;
  right: 0;
  height: 32rem;
  width: 50%;
  background-color: #eef4f9;
  transform: skewY(-10deg);
  z-index: -2;
}

@media (max-width: 768px) {
  .section-reviews::after {
    top: -2rem;
    height: 64rem;
  }
}

@media (max-width: 500px) {
  .section-reviews::after {
    top: -2rem;
    height: 140rem;
  }
}

.section-reviews .slogan {
  top: -2.5rem;
  color: #ffffff;
  font-family: "SF";
  font-style: normal;
  font-weight: 700;
  font-size: 7.4444rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: none;
}

@media (max-width: 768px) {
  .section-reviews .slogan {
    top: 4rem;
    font-size: 6.4rem;
  }
}

@media (max-width: 500px) {
  .section-reviews .slogan {
    top: 5rem;
    font-size: 7.75rem;
  }
}

.section-reviews .slogan span {
  font-size: 50%;
  position: relative;
  bottom: 2rem;
}

@media (max-width: 768px) {
  .reviews__container,
  .prod-art__container {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .reviews__container,
  .prod-art__container {
    max-width: 100% !important;
  }
}

.reviews__text {
  text-align: center;
  margin-top: 1.6667rem;
}

@media (max-width: 768px) {
  .reviews__text {
    margin-top: 3rem;
  }
}

@media (max-width: 500px) {
  .reviews__text {
    margin-top: 4.25rem;
  }
}

.reviews__text > * + * {
  margin-top: 0.9444rem;
}

@media (max-width: 768px) {
  .reviews__text > * + * {
    margin-top: 1.7rem;
  }
}

@media (max-width: 500px) {
  .reviews__text > * + * {
    margin-top: 2.5rem;
  }
}

.reviews__text .title-h2 .accent:nth-child(2) {
  font-family: "SF";
}

@media (max-width: 768px) {
  .reviews__text .title-h2 {
    font-size: 3.2rem;
    line-height: 1.25;
    margin-bottom: 10rem;
    padding: 0 10%;
  }
}

@media (max-width: 500px) {
  .reviews__text .title-h2 {
    font-size: 7rem;
    padding: 0 10%;
    margin-bottom: 4.25rem;
  }
}

@media (max-width: 500px) {
  .reviews__text .text-main {
    padding: 0 10%;
    line-height: 1.5;
  }
}

.videos {
  display: grid;
  grid-template-columns: 40.3889rem 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.6667rem;
  height: 22.6667rem;
}

@media (max-width: 768px) {
  .videos {
    display: none;
  }
}

@media (min-width: 769px) {
  .videos-mobile {
    display: none;
  }
}

.video-slider.swiper {
  overflow: visible;
  width: 220%;
  margin-left: 14%;
}

@media (max-width: 500px) {
  .video-slider.swiper {
    overflow: visible;
    width: 240%;
    margin-left: 10%;
  }
}

.video-slider .swiper-slide {
  height: 32rem;
}

@media (max-width: 500px) {
  .video-slider .swiper-slide {
    height: 35rem;
  }
}

.video {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.video video {
  height: 100%;
  object-fit: contain;
}

.video a {
  display: block;
  height: 100%;
}

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

.video-main {
  grid-column: 1 / span 1;
  grid-row: 1/3;
}

.video-additional {
  grid-column: 2 / span 1;
}

.partners {
  padding: 1.6667rem 0;
  margin-top: 2rem;
}

.partners.swiper {
  overflow: visible;
  /*width: 120%;*/
  width: 100%;
  /*margin-left: -10%;*/
}

.partners__list {
  display: flex;
  align-items: center !important;
  width: 120%;
}

.partners__item {
  /*padding: 0 3rem;*/
  padding: 0 1.5rem;
  min-width: 15.5rem;
}

.partners__item a {
  display: block;
  text-align: center;
}

.partners__item img {
  max-height: 110px;
}

.bg-image {
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -2;
}

.slogan {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 500px) {
  .buttons {
    display: flex;
    justify-content: space-between;
  }
}

.buttons > * + * {
  margin-left: 1.6667rem;
}

@media (max-width: 500px) {
  .buttons > * + * {
    margin-left: auto;
  }
}

.btn {
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.25rem;
  border-radius: 1.3889rem;
  background-color: #ffffff;
  transition: all 0.3s ease;
  z-index: 5;
}

.btn:hover {
  background-color: #f2f2f5;
}

@media (max-width: 768px) {
  .btn:hover {
    background-color: transparent;
  }
}

.btn-icon {
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
}

@media (max-width: 768px) {
  .btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
}

.btn-app {
  padding: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.btn-app:hover {
  transform: translateY(-3px) scale(1.025);
}

.btn-app img {
  height: 2.8333rem;
  width: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .btn-app img {
    height: 5.1rem;
  }
}

@media (max-width: 500px) {
  .btn-app img {
    height: 6.5rem;
  }
}

.btn-up {
  opacity: 0;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  box-shadow: 0 2px 12px rgba(55, 77, 77, 0.1);
  transition: opacity 0.5s;
  pointer-events: none;
}

.btn-up img {
  max-width: 1.5rem;
  transform: scale(-1);
}

.btn-up-visible {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 560px) {
  .btn-up {
    bottom: 14rem;
    right: 3rem;
  }

  .btn-up img {
    max-width: 30px;
  }
}

.nav-more {
  font-family: "SF";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fa4c06;
  font-weight: 700;
  font-size: 1.5556rem;
  line-height: 125%;
  letter-spacing: 0.02em;
}

.icon-arrow_down {
  position: absolute;
  bottom: 5%;
  width: 2.5rem;
  height: 2.5rem;
  animation: arrowDown 2.5s infinite;
}

@media (max-width: 768px) {
  .icon-arrow_down {
    bottom: -2rem;
  }
}

@keyframes arrowDown {
  0% {
    transform: translateX(-50%) translateY(-150%);
    opacity: 0;
  }

  80% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.link-main {
  display: inline-block;
  color: #fa4c06;
  text-decoration: none;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .link-main {
    font-size: 1.4rem;
  }
}

@media (max-width: 500px) {
  .link-main {
    font-size: 3.5rem;
  }
}

/* .link-main:hover {
  text-decoration: underline;
  color: #C83D05;
} */
.link-main:active {
  text-decoration: none;
  color: #fb7038;
}

.link-title {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.link-title:hover {
  transform: translateY(-3px) scale(1.025);
}

.reg {
  position: relative;
  /*margin-right: 0.85rem;*/
}

.reg::after {
  content: "®";
  font-size: 60%;
  vertical-align: super;
}

.accent {
  color: #fa4c06 !important;
  display: inline-block;
}

.menu-mobile {
  opacity: 0;
  transform: translateX(100%);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  padding: 30px 0;
  transition: transform 0.5s ease-in-out;
  min-width: 320px;
}

.menu-mobile__field {
  position: relative;
  margin: 36px auto 23.9994px auto;
  width: 343.0008px;
  max-width: 100%;
}

.menu-mobile__field .search-input {
  padding: 8px 48px 8px 8px;
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #efefef;
  border-radius: 4px;
  font-size: 16px;
  line-height: 40px;
  color: #919ba6;
}

.menu-mobile__field .search-button {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.menu-mobile__field .search-button img {
  position: absolute;
  top: 50%;
  right: 15.3px;
  transform: translateY(-50%);
  max-width: 80%;
}

.menu-mobile__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  /* align-items: center; */
  align-items: flex-start;
}

.menu-mobile__item {
  display: block;
  font-family: "PTSans";
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 34px;
  text-align: center;
  color: #133595;
  transition: all 0.3s ease;
}

.menu-mobile__item:hover {
  /*color: #0F2A77;
   text-decoration: underline; */
  opacity: 0.9;
}

.menu-mobile__contacts {
  margin: 83px auto 0 auto;
}

.menu-mobile__contacts .link-phone,
.menu-mobile__contacts .link-mail {
  display: block;
  font-family: "PTSans";
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 24px;
  text-align: center;
  text-decoration-line: underline;
  margin-bottom: 17px;
}

.menu-mobile.visible {
  opacity: 1;
  transform: translateX(0);
}

.as_mobileMenu {
  position: fixed;
  top: 79px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 0;
  overflow: auto;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
  background: var(--as-white);
}
.as_mobileMenu.visible {
  opacity: 1;
  pointer-events: auto;
}
.as_mobileMenu__content {
  height: 100%;
}
.as_mobileMenu__content {
  height: 100%;
  gap: 1.25rem;
}
.as_mobileMenu__bottom {
  margin-top: auto;
}

@media (max-width: 500px) {
  .as_mobileMenu__bottom {
    margin-bottom: 60px;
  }
}
.as_mobileMenu__list {
  gap: 0.5rem;
}
.as_mobileMenu__list-link {
  display: block;
  padding: 0.5rem 0.9375rem;
}
.as_mobileMenu__contacts {
  gap: 1rem;
  display: grid;
}
.as_mobileMenu__contacts-link {
  display: block;
  /* padding: 0 0.9375rem; */
}
.as_mobileMenu__top,
.as_mobileMenu__bottom {
  padding: 8px 14px;
}
.menu-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  width: 100vw;
  z-index: 900;
  transition: transform 0.3s ease-in-out;
}

/* @media (max-width: 500px) {
  .menu-sticky {
    display: block;
  }
} */

.menu-sticky__list {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.menu-sticky__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 2px;
}

.menu-sticky__link span {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #849ea4;
  letter-spacing: 0.02em;
}

.menu-sticky__link_active svg {
  fill: #fa4c06;
}

.menu-sticky__link_active span {
  color: #fa4c06;
}

.menu-sticky__icon {
  height: 24px;
  width: 24px;
  fill: #979797;
}

.header {
  width: 100%;
  padding: 1.15rem 0;
  background-color: #ffffff;
  z-index: 10;
  transition: box-shadow 0.5s ease;
}

@media (max-width: 768px) {
  .header {
    padding: 30px 0;
  }
}

.header-fixed {
  box-shadow: 0 2px 12px rgba(55, 77, 77, 0.15);
}

.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -0.55rem;
}

.logo {
  width: 95px;
}

.menu-buttons > * {
  margin-left: 10px;
}

.menu-buttons.menu-buttons__left > * {
  margin-left: 0px;
  margin-right: 10px;
}

/*.menu-buttons > * + * {
  margin-left: 15px;
}*/

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		cursor: pointer;
		z-index: 5;
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/
.footer {
  background-color: #eef4f9;
}

.footer__menu {
  padding-top: 2.45rem;
  padding-bottom: 1.775rem;
}

@media (max-width: 768px) {
  .footer__menu {
    padding: 4.6rem 0;
  }
}

@media (max-width: 500px) {
  .footer__menu {
    padding: 8.25rem 0;
  }
}

.menu-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px;
  gap: 1.12rem;
}

@media (max-width: 1024px) {
  .menu-bottom {
    flex-wrap: wrap;
    gap: 3.1rem;
  }
}

@media (max-width: 767px) {
  .menu-bottom {
    flex-direction: column;
  }
}

.menu-bottom__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 0.45rem;
}

@media (max-width: 1024px) {
  .menu-bottom__group {
    gap: 0.7rem;
    flex: 0 0 45%;
  }
}

@media (max-width: 500px) {
  .menu-bottom__group {
    gap: 8px;
    flex: 0 0 45%;
    margin-bottom: 5rem;
  }
}

.menu-bottom__group:last-child {
  margin-bottom: 0;
}

.menu-bottom__link {
  display: block;
  font-family: "PTSans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.89rem;
  line-height: 0.8889rem;
  color: var(--as-black-2);
}

.menu-bottom__link:hover {
  /* color: #95979a; */
  opacity: 0.8;
  /* text-decoration: underline; */
}

.menu-bottom__link:active {
  color: #95979a;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .menu-bottom__link {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

@media (max-width: 500px) {
  .menu-bottom__link {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

.menu-bottom__link_title {
  font-weight: 400;
  font-size: 1.115rem;
  line-height: 1.1667rem;
  color: var(--as-blue);
  margin-bottom: 8px;
}

.menu-bottom__link_title:active {
  color: #425daa;
  text-decoration: none;
}

.menu-bottom__link_title:hover {
  color: #0f2a77;
  /* text-decoration: underline; */
}

@media (max-width: 1024px) {
  .menu-bottom__link_title {
    font-size: 1.6rem;
    /* line-height: 2.1rem;
    margin-bottom: 0.7rem; */
  }
}

@media (max-width: 500px) {
  .menu-bottom__link_title {
    font-size: 4rem;
    line-height: 5.25rem;
    margin-bottom: 1.5rem;
  }
}

.menu-bottom__link.menu-bottom__link--m-big {
  font-size: 0.89rem;
  font-weight: 400;
  line-height: 1.1667rem;
  color: var(--as-blue);
}

@media (max-width: 1024px) {
  .menu-bottom__link.menu-bottom__link--m-big {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .menu-bottom__link.menu-bottom__link--m-big {
    font-size: 1.4rem;
  }
}
@media (max-width: 500px) {
  .menu-bottom__link.menu-bottom__link--m-big {
    font-size: 4rem;
    line-height: 5.25rem;
  }
}
.footer__info {
  background-color: var(--as-blue-2);
  font-style: normal;
  font-weight: 400;
  font-size: 0.775rem;
  line-height: 0.8333rem;
  color: var(--as-grey);
  padding: 1rem 0;
}

@media (max-width: 1024px) {
  .footer__info {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .footer__info {
    padding: 2.5rem 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

@media (max-width: 500px) {
  .footer__info {
    padding: 3.5rem 0;
    font-size: 13px;
    line-height: 3.75rem;
    padding-bottom: 15.5rem;
  }
}

.site-info {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .site-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.site-info .partner-logo {
  height: 1.7778rem;
}

@media (max-width: 767px) {
  .site-info .partner-logo {
    position: relative;
    bottom: 0;
    max-width: 100px;
    height: auto;
  }
}

.site__copyright {
  margin-left: 2.6667rem;
}

@media (max-width: 767px) {
  .site__copyright {
    margin-left: 0;
    order: 1;
  }
}

.site__company-address {
  margin-left: 2.6667rem;
}

@media (max-width: 767px) {
  .site__company-address {
    margin-left: 0;
    order: 2;
  }
}

.site__phone {
  margin-left: auto;
}

@media (max-width: 767px) {
  .site__phone {
    margin-left: 0;
    order: 3;
  }
}

.site__mail {
  margin-left: 3rem;
}

@media (max-width: 767px) {
  .site__mail {
    order: 4;
    margin-left: 0;
  }
}

/**
 * Swiper 9.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: auto;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

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

@media (max-width: 398px) {
  .header-item .text-title span {
    display: block;
  }
}
