@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

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

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  font-size: max(16px, 1vw);
  color: #375f73;
}
body._lock {
  overflow: hidden;
}
body._grey {
  background: #eff2f7;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px max(50px, 6vw);
  padding-top: max(85px, 5.3vw);
}
@media (max-width: 998px) {
  ._container {
    padding: 0px 20px;
    padding-top: 55px;
  }
}

.panel {
  min-height: 100vh;
  position: relative;
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858FA4;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858FA4;
}
.select__value span {
  padding-right: 10px;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper,
.swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper,
.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper,
.swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper,
.swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

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

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 20;
  --color: #fff;
}
.header._black {
  --color: #375f73;
}
.header * {
  transition: 0.3s;
}
.header__container {
  display: flex;
  color: var(--color);
  padding-top: 30px;
  gap: max(20px, 2.3vw);
  align-items: center;
  padding-bottom: 0;
}
.header__logo {
  width: max(200px, 13.3vw);
  overflow: hidden;
  transition: 0.3s;
  margin-right: auto;
  flex: 0 0 max(200px, 13.3vw);
  display: flex;
}
.header__logo img {
  width: max(200px, 13.3vw);
}
.header__logo img:nth-child(2) {
  display: none;
}
header._black .header__logo img:nth-child(2) {
  display: block;
}
header._black .header__logo img:nth-child(1) {
  display: none;
}
.header__logo-wp {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 998px) {
  header._scroll .header__logo-wp {
    width: max(50px, 3.4vw);
  }
}
.header__search {
  width: max(1vw, 15px);
  cursor: pointer;
}
@media (min-width: 998px) {
  header._scroll .header__search {
    opacity: 0;
  }
}
@media (max-width: 998px) {
  .header__search {
    color: #09a8f9;
  }
}
.header__search:hover {
  color: #ff7b00;
}
.header__search svg {
  width: 100%;
}
.header__burger {
  background: rgba(255, 255, 255, 0.1);
  width: 44px;
  aspect-ratio: 1/1;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  left: 0;
  transition: 0.5s;
  z-index: 30;
  cursor: pointer;
}
header._black .header__burger {
  background: #7d95a222;
}
.header__burger:hover {
  color: #ff7b00;
}
.header__burger:hover span {
  background: #ff7b00;
}
@media (max-width: 998px) {
  .header__burger {
    background: #09a8f9;
  }
}
@media (min-width: 998px) {
  header._scroll .header__burger {
    background: #09a8f9;
    left: calc(var(--burger-offset) - max(6vw, 50px));
  }
}
.header__burger svg {
  width: 50%;
}
.header__burger span {
  transition: all 0.3s ease 0s;
  top: calc(50% - 1px);
  left: 10px;
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #fff;
}
.header__burger span:first-child {
  top: calc(50% - 8px);
  height: 1px;
  width: 40%;
}
.header__burger span:last-child {
  top: calc(50% + 7px);
  bottom: 0px;
  height: 1px;
  width: 40%;
  left: 14px;
}
.header__burger._active span {
  height: 1px;
  transform: scale(0);
}
.header__burger._active span:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
  left: 30%;
}
.header__burger._active span:last-child {
  transform: rotate(45deg);
  top: calc(50% - 1px);
  left: 30%;
}
.header__menu {
  font-size: min(13px, 0.77vw);
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  gap: min(50px, 3vw);
}
@media (max-width: 998px) {
  .header__menu {
    display: none;
  }
}
.header__menu a {
  color: inherit;
}
header._scroll .header__menu {
  opacity: 0;
}
.header__list {
  margin-left: 10px;
  position: relative;
}
.header__list ul {
  text-transform: none;
}
.header__list svg {
  width: 8px;
  position: absolute;
  right: -6px;
  transform: translate(100%);
}
.header__list ul {
  position: absolute;
  bottom: 0;
  transform: translate(0px, 100%);
  width: max-content;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-top: 20px;
  pointer-events: none;
  transition: 0.3s;
}
.header__list ul a {
  color: var(--color);
}
.header__list ul li {
  transform: translate(-20px);
  opacity: 0;
  transition: 0.3s;
}
.header__list ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.header__list ul li:nth-child(3) {
  transition-delay: 0.2s;
}
.header__list ul li:nth-child(4) {
  transition-delay: 0.3s;
}
.header__list ul li:nth-child(5) {
  transition-delay: 0.4s;
}
.header__list ul li:nth-child(6) {
  transition-delay: 0.5s;
}
.header__list ul li:nth-child(7) {
  transition-delay: 0.6s;
}
.header__list ul li:nth-child(8) {
  transition-delay: 0.7s;
}
.header__list ul li:nth-child(9) {
  transition-delay: 0.8s;
}
.header__list ul li:nth-child(10) {
  transition-delay: 0.9s;
}
.header__list:hover svg {
  transform: translate(100%) rotate(180deg);
}
.header__list:hover ul {
  pointer-events: all;
}
.header__list:hover ul li {
  transform: translate(0px);
  opacity: 1;
}
.header__phone {
  font-size: min(15px, 0.9vw);
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: min(1vw, 16px);
  color: var(--color);
  margin-left: auto;
}
@media (max-width: 998px) {
  .header__phone {
    display: none;
  }
}
.header__phone:hover {
  color: #ff7b00;
}
header._scroll .header__phone {
  opacity: 0;
}
.header__phone svg {
  width: min(1.2vw, 20px);
}
.header-search {
  position: fixed;
  z-index: 21;
  width: 100vw;
  height: 100vh;
  background: #00000088;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}
.header-search._active {
  opacity: 1;
  pointer-events: all;
}
.header-search__wp {
  max-width: 730px;
  width: 90vw;
  margin: 0px auto;
  border-radius: 29px;
  background: #d9d9d9;
  display: grid;
  grid-template-columns: 15px 1fr;
  padding: 20px 35px;
  gap: 25px;
  margin-top: 30px;
  transition: 0.6s;
  transition-delay: 0.3s;
  transform: translate(0px, -100%);
  top: -50px;
  position: relative;
}
.header-search._active .header-search__wp {
  transform: translate(0px, 0%);
  top: 0;
}
@media (max-width: 998px) {
  .header-search__wp {
    padding: 15px 28px;
  }
}
.header-search__wp input {
  background: transparent;
  width: 100%;
}
.header-search__result {
  max-width: 730px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 90vw;
  background-color: #d9d9d9;
  border-radius: 20px;
  padding: 20px;
  gap: 10px;
  font-weight: 500;
  opacity: 0;
  transition: 0.6s;
  transition-delay: 0.6s;
  display: none;
}
.header-search__result._show {
  display: flex;
}
.header-search._active .header-search__result {
  opacity: 1;
}
.header-search__result a {
  color: #000;
  max-width: max-content;
}

.header-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: url(../img/bgh.png);
  background-size: cover;
  background-position: center;
  z-index: 22;
  overflow: auto;
  transition: 0.9s;
  transform: translate(0px, -110%);
  color: #fff;
  top: 0;
  left: 0;
}
.header-menu._active {
  transform: translate(0);
}
.header-menu__container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-menu__logo {
  width: max(200px, 13.3vw);
  overflow: hidden;
  transition: 0.3s;
  flex: 0 0 max(200px, 13.3vw);
}
.header-menu__logo img {
  width: max(200px, 13.3vw);
}
.header-menu__close {
  background: rgba(255, 255, 255, 0.1);
  width: 44px;
  aspect-ratio: 1/1;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  color: var(--color);
}
@media (min-width: 998px) {
  .header-menu__close {
    left: calc(var(--burger-left) - max(6vw, 50px));
    position: absolute;
  }
}
.header-menu__close:hover {
  color: #ff7b00;
}
.header-menu__wp {
  margin-top: 150px;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: max(4vw, 60px);
}
@media (max-width: 998px) {
  .header-menu__wp {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 60px;
  }
}
.header-menu__left {
  padding-right: max(5.3vw, 80px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: max(2.8vw, 40px);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  gap: max(2vw, 30px);
  font-weight: 600;
}
.header-menu__left._active div {
  color: #ff7b00;
  background-image: linear-gradient(#ff7b00, #ff7b00);
}
.header-menu__left._active div:hover {
  color: #ff7b00;
}
.header-menu__left ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: max(2vw, 30px);
  transition: 1s;
}
@media (max-width: 998px) {
  .header-menu__left {
    padding-right: 0;
    border: none;
  }
}
@media (max-width: 600px) {
  .header-menu__left {
    font-size: 30px;
  }
}
.header-menu__left div {
  padding-bottom: 9px;
}
.header-menu__left div svg {
  width: max(20px, 1.4vw);
}
@media (min-width: 998px) {
  .header-menu__left div {
    color: #ff7b00;
    background-position: 0 100%;
    background-size: 100% 1px;
  }
}
@media (max-width: 998px) {
  .header-menu__left div {
    background-image: linear-gradient(#fff, #fff);
    color: #fff;
    background-position: 0 100%;
    background-size: 100% 1px;
  }
  .header-menu__left div:hover {
    color: #fff;
  }
}
.header-menu__left a {
  color: var(--color);
}
.header-menu._active .header-menu__left li {
  opacity: 1;
  transform: translate(0);
}
.header-menu__left ._hover-link {
  transform: translate(0px, 30px);
}
.header-menu__left ._hover-link._m-btn {
  transition: 0.5s;
  opacity: 0;
}
.header-menu._active .header-menu__left ._hover-link._m-btn {
  opacity: 1;
  transform: translate(0);
  transition-delay: 0.7s;
}
.header-menu__left li {
  transform: translate(0px, 30px);
  opacity: 0;
  transition: 0.5s;
}
.header-menu__left li:nth-child(1) {
  transition-delay: 1s;
}
.header-menu__left li:nth-child(2) {
  transition-delay: 1.3s;
}
.header-menu__left li:nth-child(3) {
  transition-delay: 1.6s;
}
.header-menu__left li:nth-child(4) {
  transition-delay: 1.9s;
}
.header-menu__left li:nth-child(5) {
  transition-delay: 2.2s;
}
.header-menu__left li:nth-child(6) {
  transition-delay: 2.5s;
}
.header-menu__right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  line-height: 1.2;
  font-size: max(18px, 1.4vw);
  align-items: flex-start;
}
.header-menu__right a {
  color: var(--color);
}
@media (max-width: 998px) {
  .header-menu__right {
    max-height: 0px;
    overflow: hidden;
  }
}
@media (min-width: 998px) {
  .header-menu._active .header-menu__right li {
    transform: translate(0);
    opacity: 1;
  }
}
@media (max-width: 998px) {
  .header-menu._active .header-menu__right._active {
    max-height: 400px;
    overflow: visible;
  }
  .header-menu._active .header-menu__right._active li {
    transform: translate(0);
    opacity: 1;
  }
}
.header-menu__right li {
  transform: translate(-20px);
  opacity: 0;
  transition: 0.3s;
}
.header-menu__right li:nth-child(1) {
  transition-delay: 0.7s;
}
.header-menu__right li:nth-child(2) {
  transition-delay: 0.8s;
}
.header-menu__right li:nth-child(3) {
  transition-delay: 0.9s;
}
.header-menu__right li:nth-child(4) {
  transition-delay: 1s;
}
.header-menu__right li:nth-child(5) {
  transition-delay: 1.1s;
}
.header-menu__right li:nth-child(6) {
  transition-delay: 1.2s;
}
.header-menu__right li:nth-child(7) {
  transition-delay: 1.3s;
}
.header-menu__right li:nth-child(8) {
  transition-delay: 1.4s;
}
.header-menu__right li:nth-child(9) {
  transition-delay: 1.5s;
}
.header-menu__right li:nth-child(10) {
  transition-delay: 1.6s;
}
.header-menu__right li:nth-child(11) {
  transition-delay: 1.7s;
}
.header-menu__bottom {
  margin-top: 150px;
  display: flex;
  gap: max(80px, 6vw);
  align-items: center;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1s;
}
.header-menu._active .header-menu__bottom {
  opacity: 1;
}
@media (max-width: 998px) {
  .header-menu__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-top: 50px;
  }
}
.header-menu__bottom a {
  color: var(--color);
  font-size: max(20px, 1.2vw);
}
.header-menu__bottom a._btn {
  padding: max(13px, 0.8vw) max(22px, 1.3vw);
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/
.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}
.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

._title {
  font-weight: 600;
  font-size: max(42px, 2.6vw);
  line-height: 1.3;
}
@media (max-width: 998px) {
  ._title {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  ._title {
    font-size: 30px;
  }
}
._title._h1 {
  font-size: max(50px, 4.1vw);
}
@media (max-width: 600px) {
  ._title._h1 {
    font-size: 30px;
  }
}
._title._anim-title {
  transform: translate(-100px);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
}
._title._anim-title._active {
  transform: translate(0);
  opacity: 1;
}
._title span {
  color: #0096f0;
  font-weight: 700;
}
._title b {
  color: #ff7b00;
  font-weight: 700;
}

svg {
  width: 20px;
  aspect-ratio: 1/1;
}

._crumbs {
  font-size: max(0.7vw, 12px);
  text-transform: uppercase;
  color: #375f73;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
._crumbs a {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: 0.3s;
}
._crumbs a b {
  font-weight: 700;
}
._crumbs a:hover {
  color: #fd9605;
}
._crumbs a:not(:first-child) {
  position: relative;
  top: 3px;
}
._crumbs a:not(:first-child) span {
  top: -2px;
  position: relative;
}
._crumbs a span {
  font-size: max(1.9vw, 32px);
  color: #d0e2eb;
}

._btn {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  border: 1.5px solid #fff;
  border-radius: 32px;
  padding: max(14px, 1vw) max(50px, 4.1vw);
  display: block;
  max-width: max-content;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  position: relative;
}
._btn span {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
._btn span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border: 2px solid #09a8f9;
  border-radius: 69px;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.66;
}
._btn span::before {
  position: absolute;
  content: "";
  border-radius: 100%;
  background: rgba(9, 168, 249, 0.6);
  filter: blur(15px);
  width: 90%;
  height: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
._btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #09a8f9;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  opacity: 0;
  transition: 0.3s;
}
._btn:hover {
  color: #fff;
}
._btn:hover::after {
  opacity: 1;
}
._btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 37px;
  border: 1px solid #0052cd;
}

._hover-link {
  cursor: pointer;
  background-image: linear-gradient(#ff7b00, #ff7b00);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding-bottom: 4px;
  transition-duration: 0.3s;
  transition-property: color;
  transition-property: background-size, color;
  transition-timing-function: ease;
  will-change: background-size;
}
._hover-link:hover {
  color: #ff7b00;
  background-position: 0 100%;
  background-size: 100% 1px;
}

._subtitle-anim._scr-item {
  transform: translate(100px);
  transition: 0.5s;
  transition-delay: 0.7s;
  opacity: 0;
}
._subtitle-anim._scr-item._active {
  opacity: 1;
  transform: translate(0);
}

._radius {
  border-radius: max(50px, 2.9vw) max(50px, 2.9vw) 0 0;
}
@media (max-width: 998px) {
  ._radius {
    border-radius: 30px 30px 0 0;
  }
}
@media (max-width: 500px) {
  ._radius {
    border-radius: 25px 25px 0 0;
  }
}

.home {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home .home-animm {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.8;
}
.home__slide {
  position: relative;
  padding-top: max(12vw, 100px);
  color: #fff;
  padding-bottom: max(18vw, 300px);
  position: relative;
  opacity: 0 !important;
  transition: opacity 1s;
  min-height: 100vh;
  pointer-events: none;
}
.home__slide.swiper-slide-active {
  opacity: 1 !important;
}
.home._max .home__slide {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 120px;
  padding-bottom: max(12vw, 200px);
}
@media (max-width: 998px) {
  .home__slide {
    padding-bottom: 250px;
  }
}
.home__slide.swiper-slide-active {
  pointer-events: all;
}
.home__bg {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.home__bg::before, .home__bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  background-image: url(../img/xxx.png);
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-size: cover;
  background-position: center;
}
.home__bg::after {
  z-index: 2;
  background: #000;
  opacity: 0.2;
}
.home__bg::before {
  animation: first 25s infinite;
  opacity: 1;
  mix-blend-mode: overlay;
}
@keyframes first {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.home__bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.home__container {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 10;
}
.home__top {
  transform: translate(0px, 50%);
  transition: 0.9s;
  transition-delay: 0.5s;
  font-weight: 100;
  opacity: 0;
  font-size: 7.8vw;
  white-space: nowrap;
}
.home__top span {
  color: #fd9605;
}
.home__top b {
  font-weight: 100;
  color: #03dcf8;
}
.home._active .home__top {
  opacity: 0.17;
  transform: translate(0);
}
@media (max-width: 500px) {
  .home__top {
    font-size: 8vw;
  }
}
.home__title {
  font-size: max(30px, 4.1vw);
  font-weight: 700;
  margin-top: max(30px, 2.5vw);
  max-width: max(780px, 46vw);
  line-height: 1.4;
  transform: translate(-100px);
  opacity: 0;
  transition: 0.9s;
  transition-delay: 1.4s;
}
.home._max .home__title {
  line-height: 1.3;
  margin-top: max(25px, 1.5vw);
}
.home._active .home__title {
  opacity: 1;
  transform: translate(0);
}
.home__subtitle {
  margin-left: max(500px, 46vw);
  max-width: max(500px, 30vw);
  line-height: 1.8;
  transform: translate(100px);
  opacity: 0;
  transition: 0.9s;
  transition-delay: 1.8s;
}
.home._max .home__subtitle {
  line-height: 1.4;
}
.home._active .home__subtitle {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 998px) {
  .home__subtitle {
    margin-left: 0;
    max-width: 500px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.home__btn {
  transform: translate(-100px);
  opacity: 0;
  transition: 0.9s;
  transition-delay: 2.2s;
}
.home._active .home__btn {
  opacity: 1;
  transform: translate(0);
}
.home__btn._normal {
  transition: 0.3s;
  transition-delay: 0s;
}
@media (max-width: 998px) {
  .home__btn {
    margin-top: 30px;
  }
}
.home__bottom {
  position: absolute;
  z-index: 10;
  bottom: min(4.7vw, 70px);
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.home._max .home__bottom {
  bottom: min(4vw, 50px);
}
@media (max-width: 998px) {
  .home__bottom {
    bottom: 40px;
  }
}
.home__mouse {
  width: max(1.5vw, 22px);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 2.8s;
}
.home._active .home__mouse {
  opacity: 1;
}
.home._active .home__mouse img {
  animation: mouse 2.5s infinite;
}
.home__mouse img {
  width: 100%;
}
@keyframes mouse {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.home__progress {
  margin-top: 70px;
  width: 80%;
  display: flex;
  gap: 45px;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 3.1s;
}
.home._max .home__progress {
  margin-top: 40px;
}
.home._active .home__progress {
  opacity: 1;
}
@media (max-width: 998px) {
  .home__progress {
    width: calc(100% - 40px);
    gap: 10px;
    margin-top: 45px;
  }
}
.home__progress .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):not(.swiper-pagination-bullet-active ~ .swiper-pagination-bullet)::before {
  width: 100%;
}
.home__progress span {
  flex: 1 1 auto;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.home__progress span::before {
  position: absolute;
  top: -1px;
  height: 4px;
  left: 0;
  content: "";
  background: #ff7b00;
  width: 0%;
}
.home__progress span.swiper-pagination-bullet-active::before {
  animation: line 5s forwards linear;
}
@keyframes line {
  100% {
    width: 100%;
  }
}
.home__arr {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: max(2.3vw, 30px);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 3.4s;
}
.home._active .home__arr {
  opacity: 1;
}
.home__arr div {
  position: relative;
  width: max(2.3vw, 35px);
  cursor: pointer;
}
.home__arr div.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.home__arr div:hover img {
  opacity: 0;
}
.home__arr div:hover img:nth-child(2) {
  opacity: 1;
}
.home__arr div img {
  transition: 0.3s;
  width: 100%;
}
.home__arr div img:nth-child(2) {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
}
.home__arr_r {
  transform: scale(-1, 1);
}

._head {
  font-weight: 700;
  font-size: max(14px, 0.83vw);
  color: #375f73;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  max-width: max-content;
}
._head::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(9, 168, 249, 0.3);
  width: 0%;
  height: 1px;
  transition: 1s;
  transition-delay: 0.3s;
}
._head._active::before {
  width: calc(100% + 20vw);
}

.services {
  box-shadow: 0 -30px 54px 0 rgba(0, 200, 245, 0.4);
  background: #fff;
  position: relative;
  z-index: 2;
}
.services__container {
  position: relative;
}
.services__image {
  position: absolute;
  bottom: 0;
  width: 75vw;
  right: 5vw;
  transform: translate(0px, 20%);
  pointer-events: none;
}
@media (max-width: 1100px) {
  .services__image {
    width: 50vw;
    transform: translate(0px, 60%);
  }
}
@media (max-width: 700px) {
  .services__image {
    width: 75vw;
    right: 0;
    transform: translate(0px, 40%);
  }
}
.services__image._active img {
  transform: translate(0);
  opacity: 1;
}
.services__image img {
  transition: 1s;
  transition-delay: 0.3s;
  width: 100%;
  transform: translate(100px);
  opacity: 0;
}
.services__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  margin-top: max(50px, 3.5vw);
}
@media (max-width: 998px) {
  .services__top {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}
.services__subtitle {
  line-height: 1.6;
  color: #375f73;
  font-weight: 500;
  font-size: max(1vw, 16px);
}
.services__block {
  margin-top: max(100px, 7.7vw);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  position: relative;
}
@media (max-width: 1100px) {
  .services__block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .services__block {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .services__block {
    margin-top: 45px;
  }
}
.services__item {
  display: flex;
  align-items: center;
  aspect-ratio: 420/303;
  width: 100%;
  position: relative;
  z-index: 1;
  flex-direction: column;
  color: #fff;
  gap: max(1.3vw, 22px);
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .services__item {
    gap: 12px;
  }
}
.services__item::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  content: "";
  background: #ff7b00;
  opacity: 0;
  transition: 0.3s;
  width: max(90px, 5.9vw);
  aspect-ratio: 2/1;
  border-radius: 50%/100% 100% 0 0;
  /* Скругляем верхние углы */
  transform: translate(-50%, -98%);
}
@media (max-width: 998px) {
  .services__item::before {
    width: 65px;
  }
}
@media (max-width: 500px) {
  .services__item::before {
    width: 55px;
  }
}
.services__item:hover::before {
  opacity: 0.9;
}
.services__item:hover .services__name span {
  color: #fff !important;
  background-position: 0px 100%;
  background-size: 100% 1px;
  cursor: default;
}
.services__item:hover .services__bg {
  border-radius: 0 30px;
}
.services__item:hover .services__bg::before {
  background: #ff7b00;
  opacity: 0.9;
}
.services__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 0.3s;
}
.services__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #0052cd;
  opacity: 0.6;
  width: 100%;
  transition: 0.3s;
  height: 100%;
  z-index: 2;
}
.services__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.services__icon {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
}
.services__icon img {
  transition: 0.4s;
}
.services__icon img:nth-child(1) {
  position: absolute;
  width: max(48px, 3.2vw);
  bottom: 0;
  top: auto;
}
@media (max-width: 998px) {
  .services__icon img:nth-child(1) {
    width: 40px;
  }
}
@media (max-width: 500px) {
  .services__icon img:nth-child(1) {
    width: 35px;
  }
}
.services__item:hover .services__icon img:nth-child(1) {
  bottom: 100%;
  transform: translate(0px, 50%);
}
.services__icon img:nth-child(2) {
  opacity: 0;
  width: max(35px, 2.4vw);
  margin-top: auto;
}
@media (max-width: 998px) {
  .services__icon img:nth-child(2) {
    width: 30px;
  }
}
@media (max-width: 500px) {
  .services__icon img:nth-child(2) {
    width: 25px;
  }
}
.services__item:hover .services__icon img:nth-child(2) {
  opacity: 1;
}
.services__name {
  font-size: max(13px, 0.83vw);
  max-width: 80%;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.7;
  flex: 1 1 auto;
  padding-bottom: 4px;
}
.services__name span {
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition-duration: 0.3s;
  transition-property: color;
  transition-property: background-size, color;
  transition-timing-function: ease;
  will-change: background-size;
}
@media (min-width: 800px) {
  .services__name br {
    display: none;
  }
}
@media (max-width: 500px) {
  .services__name {
    font-size: 11px;
    max-width: 95%;
    line-height: 1.5;
  }
}

.about {
  background-image: url(../img/abg.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
.about__image {
  position: absolute;
  right: 0;
  width: 50vw;
  top: max(40px, 2.6vw);
}
@media (max-width: 1300px) {
  .about__image {
    width: 45vw;
  }
}
@media (max-width: 700px) {
  .about__image {
    width: 100%;
    position: relative;
  }
}
.about__image img {
  width: 100%;
}
.about__container {
  padding-bottom: calc(160px + 6vw);
}
@media (max-width: 998px) {
  .about__container {
    padding-bottom: calc(90px + 8vw);
  }
}
@media (max-width: 998px) {
  .about__container {
    padding-bottom: calc(45px + 12vw);
  }
}
.about__head {
  color: #fff;
}
.about__title {
  max-width: 45vw;
  margin-top: max(60px, 4vw);
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .about__title {
    max-width: 60vw;
  }
}
@media (max-width: 700px) {
  .about__title {
    margin-top: 35px;
    max-width: 100%;
  }
}
.about__subtitle {
  max-width: 40vw;
  margin-top: max(40px, 5vw);
  position: relative;
  z-index: 2;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 1300px) {
  .about__subtitle {
    max-width: 55vw;
  }
}
@media (max-width: 700px) {
  .about__subtitle {
    margin-top: 25px;
    max-width: 100%;
  }
}
.about__block {
  margin-top: max(60px, 3.5vw);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(30px, 3.5vw);
}
@media (max-width: 998px) {
  .about__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .about__block {
    gap: 15px;
  }
}
.about__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(9, 168, 249, 0.5);
  border-radius: max(40px, 2.3vw);
  aspect-ratio: 325/230;
  transition: 1s;
}
@media (max-width: 998px) {
  .about__item {
    aspect-ratio: auto;
    padding: 4vw 0;
    border-radius: 30px;
  }
}
@media (max-width: 500px) {
  .about__item {
    border-radius: 20px;
    padding: 5.5vw 0;
  }
}
.about__item:nth-child(odd) {
  transform: translate(0px, 6vw);
}
@media (max-width: 998px) {
  .about__item:nth-child(odd) {
    transform: translate(0px, 8vw);
  }
}
@media (max-width: 500px) {
  .about__item:nth-child(odd) {
    transform: translate(0px, 12vw);
  }
}
.about__block._active .about__item:nth-child(odd) {
  transform: translate(0);
}
.about__item:nth-child(even) .about__cif {
  color: transparent;
  /* текст прозрачный */
  -webkit-text-stroke: 2px #09a8f9;
  /* обводка */
  text-stroke: 2px #09a8f9;
}
.about__cif {
  font-size: max(7vw, 50px);
  color: #09a8f9;
}
@media (max-width: 600px) {
  .about__cif {
    font-size: 45px;
  }
}
.about__desc {
  font-weight: 500;
  margin-top: 5px;
}

.tasks {
  background: #eff2f7;
  position: relative;
  z-index: 1;
}
.tasks__l {
  position: absolute;
  width: max(15vw, 100px);
  right: 0;
  top: 0;
  z-index: -1;
  margin-top: -1vw;
}
.tasks__l img {
  width: 100%;
}
.tasks__l._2 {
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  transform: rotate(180deg) translate(10%, -10%);
}
@media (max-width: 700px) {
  .tasks__l._2 {
    display: none;
  }
}
.tasks__image {
  margin-left: auto;
  width: 50vw;
}
@media (max-width: 600px) {
  .tasks__image {
    width: 100vw;
    margin-top: 20px;
  }
}
.tasks__image img {
  width: 100%;
}
.tasks__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(3vw, 40px);
  margin-top: max(3.5vw, 60px);
}
@media (max-width: 998px) {
  .tasks__top {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
}
.tasks__subtitle {
  line-height: 1.6;
}
.tasks__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: max(3vw, 30px);
  margin-bottom: -5vw;
  margin-top: 4vw;
  transition: 1s;
  position: relative;
  z-index: 2;
}
@media (max-width: 1190px) {
  .tasks__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .tasks__block {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) {
  .tasks__block._active {
    margin-top: 15vw;
  }
  .tasks__block._active .tasks__item:nth-child(2) {
    transform: translate(0px, -4vw);
  }
}
@media (min-width: 700px) and (max-width: 700px) {
  .tasks__block._active .tasks__item:nth-child(2) {
    transform: translate(0);
  }
}
@media (min-width: 700px) {
  .tasks__block._active .tasks__item:nth-child(3) {
    transform: translate(0px, -8vw);
  }
}
@media (min-width: 700px) and (max-width: 1190px) {
  .tasks__block._active .tasks__item:nth-child(3) {
    transform: translate(0);
  }
}
@media (min-width: 700px) {
  .tasks__block._active .tasks__item:nth-child(4) {
    transform: translate(0px, -12vw);
  }
}
@media (min-width: 700px) and (max-width: 1190px) {
  .tasks__block._active .tasks__item:nth-child(4) {
    transform: translate(0px, -4vw);
  }
}
@media (min-width: 700px) and (max-width: 700px) {
  .tasks__block._active .tasks__item:nth-child(4) {
    transform: translate(0);
  }
}
@media (max-width: 700px) {
  .tasks__block._active .tasks__item {
    transform: translate(0);
    opacity: 1;
  }
}
.tasks__item {
  border-radius: max(3vw, 30px);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: max(15px, 1.2vw);
  align-items: flex-start;
  padding: max(25px, 2.2vw) max(30px, 2.4vw);
  transition: 1s;
}
@media (max-width: 700px) {
  .tasks__item {
    transform: translate(-100%);
    opacity: 0;
  }
  .tasks__item:nth-child(even) {
    transform: translate(100%);
  }
  .tasks__item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .tasks__item:nth-child(3) {
    transition-delay: 0.4s;
  }
  .tasks__item:nth-child(4) {
    transition-delay: 0.6s;
  }
}
.tasks__item img {
  width: max(40px, 2.7vw);
}
.tasks__item h3 {
  font-weight: 600;
  font-size: max(1.5vw, 20px);
}
.tasks__item p {
  font-size: max(1vw, 14px);
  line-height: 1.4;
}

.partners {
  background: #fff;
}
.partners._mt {
  margin-top: 160px;
}
.partners.max-h {
  min-height: auto;
}
.partners__container {
  padding-bottom: 100px;
}
@media (max-width: 998px) {
  .partners__container {
    padding-bottom: 50px;
  }
}
.partners__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  margin-top: max(3.5vw, 60px);
}
@media (max-width: 998px) {
  .partners__top {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
}
.partners__subtitle {
  line-height: 1.6;
}
.partners__block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: max(3.5vw, 50px);
}
@media (max-width: 998px) {
  .partners__block {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 998px) {
  .partners__block {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .partners__block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  .partners__block {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}
.partners__block._active .partners__item {
  transform: translate(0);
  opacity: 1;
}
.partners__item {
  border: 1px solid transparent;
  border-radius: max(2.9vw, 30px);
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0;
  transform: translate(10px);
  transition: 0.3s;
}
.partners__item:nth-child(2) {
  transition-delay: 0.1s;
}
.partners__item:nth-child(3) {
  transition-delay: 0.2s;
}
.partners__item:nth-child(4) {
  transition-delay: 0.3s;
}
.partners__item:nth-child(5) {
  transition-delay: 0.4s;
}
.partners__item:nth-child(6) {
  transition-delay: 0.5s;
}
.partners__item:nth-child(7) {
  transition-delay: 0.6s;
}
.partners__item:nth-child(8) {
  transition-delay: 0.7s;
}
.partners__item:nth-child(9) {
  transition-delay: 0.8s;
}
.partners__item:nth-child(10) {
  transition-delay: 0.9s;
}
.partners__item:nth-child(11) {
  transition-delay: 1s;
}
.partners__item:nth-child(12) {
  transition-delay: 1.1s;
}
.partners__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  z-index: 2;
  height: 100%;
  border: 1px solid rgba(255, 123, 0, 0.5);
  border-radius: max(2.9vw, 30px);
  opacity: 0;
  transition: 0.3s;
}
.partners__item:hover {
  position: relative;
}
.partners__item:hover::before {
  opacity: 1;
}
.partners__item:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.partners__item img {
  width: 100%;
  transition: 0.5s;
  filter: grayscale(100%);
}

.footer {
  background-image: url(../img/fb.png);
  background-size: cover;
  background-position: center;
  z-index: 10;
  position: relative;
  color: #fff;
}
.footer__container {
  padding-top: max(100px, 7vw);
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 998px) {
  .footer__top {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.footer__logo {
  width: max(160px, 11vw);
}
.footer__logo img {
  width: 100%;
}
.footer__btn {
  padding: max(16px, 1.1vw) max(25px, 1.9vw);
  min-width: max-content;
}
.footer__contacts {
  color: #fff;
  font-size: max(20px, 1.4vw);
  max-width: max-content;
}
.footer__center {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 50% max-content max-content;
  gap: 20px;
}
@media (max-width: 1300px) {
  .footer__center {
    grid-template-columns: 1fr max-content max-content;
    gap: 40px;
  }
}
@media (max-width: 998px) {
  .footer__center {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}
.footer__links {
  text-transform: uppercase;
  font-weight: 700;
  font-size: max(14px, 0.85vw);
  line-height: 1.2;
}
.footer__links._v2 {
  margin-left: max(5.3vw, 30px);
}
@media (max-width: 1300px) {
  .footer__links._v2 {
    margin-left: 0;
  }
}
.footer__links span {
  font-size: max(11px, 0.65vw);
  color: #7d95a2;
  display: block;
  margin-bottom: max(17px, 1vw);
}
.footer__links ul {
  display: flex;
  flex-direction: column;
  gap: max(17px, 1vw);
}
@media (max-width: 500px) {
  .footer__links {
    font-size: 12px;
  }
  .footer__links ul {
    gap: 13px;
  }
}
.footer__links a {
  color: #fff;
}
.footer__bottom {
  padding-top: 44px;
  margin-top: 50px;
  padding-bottom: 100px;
  position: relative;
  font-size: max(14px, 0.8vw);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 1fr 1.6fr;
  font-weight: 600;
  gap: 20px;
}
.footer__bottom::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 100vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1500px) {
  .footer__bottom {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1100px) {
  .footer__bottom {
    flex-direction: column;
    gap: 15px;
    padding-bottom: 50px;
  }
}
.footer__bottom a {
  color: #09a8f9;
}

.contacts {
  background: #eff2f7;
  padding-top: max(8.3vw, 130px);
}
.contacts__container {
  position: relative;
  padding-top: max(30px, 2vw);
}
@media (max-width: 998px) {
  .contacts__container {
    padding-top: 0;
  }
}
.contacts__title {
  margin-top: max(3.5vw, 50px);
}
@media (max-width: 998px) {
  .contacts__title {
    margin-top: 35px;
  }
}
.contacts__img {
  position: absolute;
  right: max(50px, 6vw);
  top: 0;
  transform: translate(100px);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.8s;
  width: max(430px, 24vw);
}
.contacts__img img {
  width: 100%;
}
.contacts__img._active {
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 998px) {
  .contacts__img {
    position: relative;
    margin-left: auto;
    width: 50vw;
    margin-top: -10vw;
    right: 0;
  }
}
@media (max-width: 500px) {
  .contacts__img {
    width: 100%;
    margin-top: -2vw;
  }
}
.contacts__block {
  margin-top: max(5vw, 70px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .contacts__block {
    grid-template-columns: 1fr;
    margin-top: -10vw;
  }
}
.contacts__left {
  border-radius: 0 max(35px, 3vw);
  padding: max(30px, 2.5vw);
  background: #ff7b00;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  color: #fff;
  row-gap: 30px;
}
@media (max-width: 1220px) {
  .contacts__left {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.contacts__el {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-weight: 500;
}
@media (max-width: 1220px) {
  .contacts__el {
    gap: 15px;
  }
}
.contacts__el span {
  font-weight: 700;
  line-height: 1.5;
}
.contacts__el a {
  color: inherit;
  font-size: max(25px, 1.9vw);
  background-image: linear-gradient(#375f73, #375f73);
}
.contacts__el a:hover {
  color: #375f73;
}
.contacts__right {
  border-radius: 0 max(35px, 3vw);
  padding: max(30px, 2.5vw);
  background: #fff;
}

.form {
  display: flex;
  flex-direction: column;
  gap: max(1.2vw, 20px);
}
.form h3 {
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 600;
  font-size: max(1.4vw, 20px);
}
.form h3 span {
  color: #09a8f9;
}
.form__bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1200px) {
  .form__bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.form__bottom._error label::before {
  border-color: #ff7b00;
}
.form__bottom input {
  display: none;
}
.form__bottom input:checked + label::before {
  background-image: url(../img/cec.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.form__bottom label {
  padding-left: max(44px, 2.8vw);
  position: relative;
  line-height: 1.5;
  font-size: max(12px, 0.7vw);
  max-width: max(240px, 14vw);
  cursor: pointer;
}
.form__bottom label a {
  color: #09a8f9;
}
.form__bottom label::before {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  width: max(24px, 1.5vw);
  height: max(24px, 1.5vw);
  border: 1px solid #7d95a2;
  border-radius: 4px;
}
.form__bottom button {
  background: #09a8f9;
  border: 1px solid #09a8f9;
}
.form__bottom button:hover {
  background: #ff7b00;
  border-color: #ff7b00;
}
.form__bottom button:hover::before {
  border-color: #ff7b00;
}
.form__bottom button::before {
  border: 1px solid #09a8f9;
  width: calc(100% + 13px);
  height: calc(100% + 13px);
}

.inp-wp {
  background: #eff2f7;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-width: max(26.6vw, 448px);
}
.inp-wp._error {
  border: 1px solid #ff7b00;
}
.inp-wp._active span {
  top: 6px;
  transform: translate(0px);
  font-size: 10px;
}
.inp-wp span {
  top: 50%;
  transform: translate(0px, -50%);
  position: absolute;
  left: max(1.8vw, 24px);
  pointer-events: none;
  transition: 0.4s;
  font-weight: 500;
}
.inp-wp textarea {
  max-width: 100%;
  min-width: 100%;
}
.inp-wp input,
.inp-wp textarea {
  padding: max(1.3vw, 20px) max(1.8vw, 24px);
  padding-bottom: max(0.9vw, 12px);
  width: 100%;
  background: transparent;
}
.inp-wp input::placeholder,
.inp-wp textarea::placeholder {
  color: transparent;
}

#map {
  width: 100%;
  height: 500px;
  margin-bottom: max(-50px, -2.9vw);
  margin-top: -50px;
}
@media (max-width: 998px) {
  #map {
    margin-top: -30px;
  }
}

[class*=ymaps][class*=-ground-pane] {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.first {
  position: relative;
  z-index: 1;
  color: #fff;
  min-height: 100vh;
}
.first._v2 .first__container {
  padding-bottom: max(60px, 3.75vw);
}
.first._v2 .first__mouse {
  margin-top: auto;
  padding-top: 50px;
}
.first__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.first__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #041335;
  opacity: 0.88;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.first__bg img,
.first__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  position: absolute;
  left: 0;
}
.first__cel {
  position: absolute;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 45vw;
  z-index: -1;
  max-width: 1000px;
  opacity: 0;
  transition: 1s;
  transition-delay: 1s;
  transform-origin: bottom right;
  transform: scale(0.7);
}
.first._active .first__cel {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 998px) {
  .first__cel {
    display: none;
  }
}
.first__cel img {
  width: 100%;
}
.first__container {
  padding-bottom: max(190px, 11.3vw);
  display: flex;
  flex-direction: column;
  padding-top: max(150px, 10vw);
}
@media (max-width: 998px) {
  .first__container {
    padding-top: 120px;
  }
}
@media (max-width: 600px) {
  .first__container {
    padding-bottom: 120px;
  }
}
.first__crumbs {
  margin-bottom: max(8vw, 150px);
}
@media (max-width: 998px) {
  .first__crumbs {
    margin-bottom: 100px;
  }
}
@media (max-width: 500px) {
  .first__crumbs {
    margin-bottom: 40px;
  }
}
.first__top {
  display: grid;
  grid-template-columns: max-content 1fr;
  margin-top: auto;
}
@media (max-width: 998px) {
  .first__top {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 0;
  }
}
@media (min-width: 998px) {
  .first__title {
    max-width: 55vw;
  }
}
.first__subtitle {
  max-width: 700px;
  line-height: 1.4;
}
@media (min-width: 998px) {
  .first__subtitle {
    margin-top: auto;
    line-height: 1.7;
    transform: translate(0px, 100%);
    max-width: max(570px, 34vw);
  }
}
.first__subtitle._scr-item p {
  transform: translate(100px);
  opacity: 0;
  transition: 1s;
  transition-delay: 0.6s;
}
.first._active .first__subtitle._scr-item p {
  transform: translate(0);
  opacity: 1;
}
.first__btn {
  margin-top: max(130px, 8.3vw);
  transform: translate(-100px);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.9s;
  padding: max(14px, 1vw) max(40px, 3.1vw);
}
.first._active .first__btn {
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 998px) {
  .first__btn {
    margin-top: 45px;
    margin-bottom: auto;
  }
}
.first__mouse {
  display: flex;
  justify-content: center;
  margin-top: max(35px, 3vw);
  opacity: 0;
  transition: 0.9s;
  transition-delay: 1.6s;
}
.first._active .first__mouse {
  opacity: 1;
}
.first__mouse img {
  animation: mouse 2.5s infinite;
  width: max(1.5vw, 22px);
}

.docs {
  position: relative;
  z-index: 2;
  margin-top: min(-6.8vw, -100px);
}
@media (max-width: 600px) {
  .docs {
    margin-top: -50px;
  }
}
.docs__container {
  padding-top: 0;
  padding-bottom: max(9vw, 140px);
}
.docs__block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: max(20px, 2vw);
}
@media (max-width: 1200px) {
  .docs__block {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .docs__block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .docs__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.docs__item {
  background-color: #fff;
  border-radius: 0 max(3vw, 30px);
  transition: 0.3s;
  color: #375f73;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: max(14px, 0.8vw);
  padding: max(2.1vw, 26px);
  line-height: 1.5;
}
@media (max-width: 500px) {
  .docs__item {
    padding: 15px;
    font-size: 13px;
  }
}
.docs__item:hover {
  background: #ff7b00;
  color: #fff;
}
.docs__item:hover .docs__download {
  color: #fff;
  text-decoration: underline;
}
.docs__item:hover .docs__icon img:nth-child(2) {
  opacity: 1;
}
.docs__item:hover .docs__icon img:nth-child(1) {
  opacity: 0;
}
.docs__icon {
  position: relative;
  width: max(3vw, 35px);
}
.docs__icon img {
  width: 100%;
  transition: 0.3s;
}
.docs__icon img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.docs__text {
  margin-top: max(1.1vw, 20px);
  font-weight: 500;
}
@media (max-width: 500px) {
  .docs__text {
    margin-top: 15px;
  }
}
.docs__download {
  color: #7d95a2;
  margin-top: max(0.6vw, 10px);
  align-items: center;
  display: flex;
  gap: 10px;
}
.docs__download svg {
  width: max(0.9vw, 15px);
}

.forms {
  min-height: auto;
  background: #fff;
}
.forms._v2 {
  background: #eff2f7;
}
.forms._v2 .inp-wp {
  background: #fff;
}
@media (max-width: 500px) {
  .forms._v2 ._title {
    font-size: 28px;
  }
}
.forms._v3 .forms__img {
  display: flex;
  justify-content: end;
}
.forms._v3 .forms__img img {
  width: 110%;
}
.forms__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 0;
}
@media (max-width: 998px) {
  .forms__container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.forms__img {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 998px) {
  .forms__img {
    width: 50%;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .forms__img {
    width: 60%;
    transform: translate(20%);
  }
}
.forms__img._active img {
  opacity: 1;
  transform: translate(0);
}
.forms__img img {
  width: 100%;
  margin-top: -5vw;
  transform: translate(-100px);
  opacity: 0;
  transition: 0.6s;
  transition-delay: 0.5s;
}
@media (max-width: 998px) {
  .forms__img img {
    margin-top: -25vw;
    transform: translate(100%);
  }
}
@media (max-width: 500px) {
  .forms__img img {
    margin-top: -10vw;
  }
}
.forms__form {
  padding: 40px 0;
}
@media (max-width: 998px) {
  .forms__form {
    width: 100%;
    padding-bottom: 0;
  }
}

.directions {
  position: relative;
  z-index: 2;
}
.directions._v2 {
  background: #eff2f7;
}
.directions._v2 .directions__container {
  padding-bottom: 100px;
}
@media (max-width: 998px) {
  .directions._v2 .directions__container {
    padding-bottom: 50px;
  }
}
.directions:not(._v2) .directions__container {
  padding-top: 0;
  margin-top: min(-10vw, -150px);
}
@media (max-width: 600px) {
  .directions:not(._v2) .directions__container {
    margin-top: -90px;
  }
}
.directions__head {
  color: #fff;
  font-size: max(1.4vw, 20px);
}
@media (max-width: 700px) {
  .directions__head {
    font-size: 16px;
  }
}
.directions__title {
  margin-top: max(3.5vw, 40px);
  margin-bottom: max(5vw, 50px);
}
.directions__block {
  margin-top: 38px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 800px) {
  .directions__block {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .directions__block {
    gap: 12px;
    margin-top: 20px;
  }
}
.directions__item {
  border-radius: 0 max(3vw, 30px);
  padding: max(2vw, 25px);
  position: relative;
  z-index: 2;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
.directions__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f5f6f7;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.6s;
  border-radius: 0 max(3vw, 30px);
}
@media (max-width: 500px) {
  .directions__item {
    padding: 15px 12px;
  }
}
.directions__item:hover {
  color: #fff;
}
.directions__item:hover::before {
  background: transparent;
}
.directions__item:hover .directions__cif {
  color: #fff;
}
.directions__item:hover .directions__img {
  opacity: 1;
}
.directions__item:hover .directions__img img {
  animation: sc 20s forwards;
}
@keyframes sc {
  100% {
    scale: 1.4;
  }
}
.directions__item:hover .directions__arr {
  transform: translate(max(2vw, 25px), min(-2vw, -25px));
  background: #ff7b00;
}
@media (max-width: 500px) {
  .directions__item:hover .directions__arr {
    transform: translate(12px, -15px);
  }
}
.directions__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 1;
  transition: 0.5s;
  border-radius: 0 max(3vw, 30px);
  overflow: hidden;
  mask-image: url(../img/1-removebg-preview.png);
  mask-size: cover;
  mask-position: top right;
}
.directions__img img {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.directions__arr {
  margin-left: auto;
  aspect-ratio: 1/1;
  width: max(45px, 3.6vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #09a8f9;
  border-radius: 50%;
  transition: 0.5s;
  margin-bottom: max(2.4vw, 30px);
}
@media (max-width: 500px) {
  .directions__arr {
    width: 35px;
    margin-bottom: 20px;
  }
}
.directions__arr img {
  width: 35%;
}
.directions__text {
  font-size: max(1.3vw, 18px);
  line-height: 1.3;
  max-width: 90%;
  margin-bottom: max(3.5vw, 40px);
}
@media (max-width: 1100px) {
  .directions__text {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .directions__text {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.directions__cif {
  font-weight: 800;
  font-size: max(35px, 2.8vw);
  line-height: 0.63;
  color: rgba(55, 95, 115, 0.18);
  margin-top: auto;
}

.priority__container {
  padding-bottom: max(5vw, 100px);
}
@media (max-width: 998px) {
  .priority__container {
    padding-bottom: 40px;
  }
}
.priority__top {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 998px) {
  .priority__top {
    gap: 25px;
    grid-template-columns: 1fr;
  }
}
.priority__title {
  text-align: right;
  max-width: max(45vw, 800px);
  margin-left: auto;
}
@media (max-width: 998px) {
  .priority__title {
    text-align: left;
    margin-left: 0;
    max-width: 700px;
  }
}
@media (max-width: 500px) {
  .priority__title {
    font-size: 26px;
  }
}
.priority__block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: max(20px, 1vw);
  row-gap: 2.3vw, 30px;
  margin-top: max(4.7vw, 50px);
}
@media (max-width: 1400px) {
  .priority__block {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 998px) {
  .priority__block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .priority__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    row-gap: 20px;
  }
}
.priority__block._active .priority__item {
  opacity: 1;
  transform: translate(0);
}
.priority__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  font-size: max(0.9vw, 14px);
  gap: max(1vw, 17px);
  opacity: 0;
  transform: translate(-10px);
  transition: 0.3s;
}
@media (max-width: 500px) {
  .priority__item {
    font-size: 12px;
  }
}
.priority__item:nth-child(2) {
  transition-delay: 0.1s;
}
.priority__item:nth-child(3) {
  transition-delay: 0.2s;
}
.priority__item:nth-child(4) {
  transition-delay: 0.3s;
}
.priority__item:nth-child(5) {
  transition-delay: 0.4s;
}
.priority__item:nth-child(6) {
  transition-delay: 0.5s;
}
.priority__item:nth-child(7) {
  transition-delay: 0.6s;
}
.priority__item:nth-child(8) {
  transition-delay: 0.7s;
}
.priority__item:nth-child(9) {
  transition-delay: 0.8s;
}
.priority__item:nth-child(10) {
  transition-delay: 0.9s;
}
.priority__item:nth-child(11) {
  transition-delay: 1s;
}
.priority__item:nth-child(12) {
  transition-delay: 1.1s;
}
.priority__item:nth-child(13) {
  transition-delay: 1.2s;
}
.priority__item:nth-child(14) {
  transition-delay: 1.3s;
}
.priority__item:nth-child(15) {
  transition-delay: 1.4s;
}
.priority__item:nth-child(16) {
  transition-delay: 1.5s;
}
.priority__item img {
  width: max(40px, 2.7vw);
}
.priority__text {
  font-size: max(1.1vw, 14px);
  margin: 0px auto;
  max-width: max(700px, 41vw);
  width: 100%;
  margin-top: max(3.5vw, 35px);
  line-height: 1.6;
  opacity: 0;
  transition: 0.6s;
}
.priority__text._active {
  opacity: 1;
}

.geografy.panel {
  transition: height 1s;
}
.geografy__container {
  padding-bottom: max(100px, 6vw);
}
.geografy__block {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.9vw;
  align-items: flex-start;
  margin-top: max(4vw, 50px);
}
@media (max-width: 998px) {
  .geografy__block {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.geografy__left {
  display: flex;
  flex-direction: column;
  gap: 0.7vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 998px) {
  .geografy__left {
    gap: 20px;
  }
}
.geografy__item {
  border-radius: 0 max(3vw, 30px);
  max-width: max-content;
  transition: 0.3s;
  position: relative;
}
.geografy__item._active .geografy__line::after {
  transition-delay: 0s;
}
.geografy__item._active .geografy__line::before {
  transition-delay: 0.8s;
}
.geografy__item._active:nth-child(2) .geografy__line::before {
  height: 5vw;
}
.geografy__item._active:nth-child(1) .geografy__line::before {
  height: 10vw;
}
.geografy__item._active:nth-child(3) .geografy__line::before {
  height: 4.5vw;
}
@media (max-width: 1600px) {
  .geografy__item._active:nth-child(3) .geografy__line::before {
    height: 90px;
  }
}
@media (max-width: 1300px) {
  .geografy__item._active:nth-child(3) .geografy__line::before {
    height: 100px;
  }
}
@media (max-width: 1100px) {
  .geografy__item._active:nth-child(3) .geografy__line::before {
    height: 105px;
  }
}
.geografy__item:nth-child(1) .geografy__line {
  width: calc(100% + 8vw);
}
.geografy__item:nth-child(2) .geografy__line {
  width: calc(100% + 27vw);
}
.geografy__item:nth-child(2) .geografy__line::before {
  background: #09a8f9;
  height: 0;
}
.geografy__item:nth-child(2) .geografy__line::after {
  background: #09a8f9;
}
.geografy__item:nth-child(3) .geografy__line {
  width: calc(100% + 1.7vw);
}
@media (max-width: 1600px) {
  .geografy__item:nth-child(3) .geografy__line {
    width: calc(100% + 15px);
  }
}
@media (max-width: 1300px) {
  .geografy__item:nth-child(3) .geografy__line {
    width: calc(100% + 7px);
  }
}
@media (max-width: 1100px) {
  .geografy__item:nth-child(3) .geografy__line {
    width: calc(100% + 2px);
  }
}
.geografy__item:nth-child(3) .geografy__line::before {
  background: #7d95a2;
  top: auto;
  bottom: 0;
  height: 0;
}
.geografy__item:nth-child(3) .geografy__line::after {
  background: #7d95a2;
}
.geografy__item._active {
  background: #f5f6f7;
}
.geografy__item._active .geografy__line {
  opacity: 1;
}
.geografy__item._active .geografy__line::after {
  width: 100%;
}
.geografy__quest-wp {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  padding-right: 20px;
}
.geografy__quest {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 0 max(3vw, 30px);
  border: 1px solid #eff2f7;
  max-width: max-content;
  padding: max(1vw, 17px) max(40px, 2.3vw);
  font-size: max(20px, 1.4vw);
  font-weight: 600;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .geografy__quest {
    padding: 20px;
    font-size: 18px;
  }
}
.geografy__quest._active {
  border-color: transparent;
  max-width: 100%;
}
.geografy__quest._active .geografy__quest-wp {
  background: #f5f6f7;
}
.geografy__quest img {
  width: max(1.9vw, 30px);
}
.geografy__line {
  position: absolute;
  width: 1px;
  height: 1px;
}
@media (max-width: 998px) {
  .geografy__line {
    display: none;
  }
}
.geografy__line::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  background: #ff7b00;
  height: 1px;
  transition: 0.8s;
  transition-delay: 0.6s;
}
.geografy__line::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 1px;
  background: #ff7b00;
  content: "";
  transition: 0.6s;
  transition-delay: 0s;
}
.geografy__resp {
  font-size: max(0.7vw, 12px);
  line-height: 1.7;
}
.geografy__resp div {
  padding: max(1vw, 17px) max(40px, 2.3vw);
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: max(25px, 1.7vw);
}
@media (max-width: 600px) {
  .geografy__resp div {
    padding: 20px;
    padding-top: 0;
    line-height: 1.5;
    gap: 15px;
  }
}
.geografy__right {
  position: relative;
  display: flex;
}
.geografy__right img {
  transition: 0.3s;
  position: absolute;
}
.geografy__right img._dim {
  opacity: 0.5;
}
.geografy__right img:nth-child(1) {
  width: 48.2%;
  top: 13.5%;
}
.geografy__right img:nth-child(3) {
  width: 2%;
  top: 27%;
  left: 1.7%;
}
.geografy__right img:nth-child(2) {
  position: relative;
  margin-left: auto;
  width: 66%;
}

.popup::before {
  background: rgba(0, 17, 39, 0.9);
}
.popup_form._active .popup__body {
  transform: translate(60px) scale(1) !important;
}
.popup_form._active .popup__body::before {
  transform: translate(-60%);
}
@media (max-width: 998px) {
  .popup_form._active .popup__body {
    transform: scale(1) !important;
  }
}
.popup_form .popup__body {
  transform: translate(60px) scale(0) !important;
}
@media (max-width: 998px) {
  .popup_form .popup__body {
    transform: scale(0) !important;
  }
}
.popup_form .popup__body::before, .popup_form .popup__body::after {
  border-radius: max(3vw, 25px);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.popup_form .popup__body::after {
  background: #fff;
  z-index: -1;
}
.popup_form .popup__body::before {
  background-image: url(../img/bvg.png);
  z-index: -2;
  background-position: bottom left;
  transition: 0.7s;
  transition-delay: 0.5s;
  background-size: cover;
}
@media (max-width: 998px) {
  .popup_form .popup__body::before {
    display: none;
  }
}
.popup_form .form {
  margin-top: max(3.5vw, 30px);
}
.popup_form .form__bottom {
  flex-direction: column;
}
.popup_form .form__input-wp {
  max-width: 100%;
}
.popup__body {
  border-radius: max(3vw, 25px);
  width: 100%;
  max-width: max(500px, 34vw);
  padding: max(3.5vw, 25px);
}
.popup__body._max {
  max-width: max(600px, 50vw);
}
.popup__close {
  width: max(3.8vw, 40px);
  transform: translate(100%, -100%);
  top: 0;
  right: 0;
  display: flex;
  height: auto;
  color: #fff;
  transition: 0.3s;
}
.popup__close:hover {
  color: #fd9605;
}
@media (max-width: 998px) {
  .popup__close {
    transform: translate(0%, -130%);
  }
}
.popup__close svg {
  width: 100%;
  aspect-ratio: 1/1;
}
.popup__title {
  font-size: max(2.3vw, 27px);
}
.popup__text {
  margin-top: max(2vw, 25px);
  display: flex;
  flex-direction: column;
  gap: max(10px, 1vw);
  line-height: 1.4;
}