@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeue/BebasNeueBold.eot") format("eot"), url("../fonts/BebasNeue/BebasNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeue/BebasNeueRegular.eot") format("eot"), url("../fonts/BebasNeue/BebasNeueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/gilroy/Gilroy-Light.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html,
body {
  min-height: 100vh;
  background: #eef2f5;
}

body {
  font-family: "Bebas Neue", sans-serif;
  color: #000000;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

* {
  box-sizing: border-box;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0;
}

h1,
.h1 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.44;
  color: #244f77;
}
@media screen and (max-width: 500px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 0.73333;
    color: #244f77;
  }
}

h2,
.h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #21496f;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  h2,
  .h2 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1;
  }
}

h4,
.h4 {
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #363942;
  line-height: 150%;
  margin-bottom: 0;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.65) !important;
}

@media screen and (max-width: 500px) {
  #panel {
    display: none;
  }
}
a:link, a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover, a:active {
  color: #fff;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1520px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #45484b;
}

strong {
  font-weight: 700;
  font-size: 18px;
  color: #363942;
}

a {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.none {
  display: none;
}

.title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: clamp(30px, 2.6vw, 50px);
  color: #244f77;
  margin-bottom: 45px;
}

.title::before {
  position: relative;
  content: "";
  top: -3px;
  right: 3%;
  width: 180px;
  height: 6px;
  background: url("../images/title-right.svg") no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .title::before {
    width: 100px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .title::before {
    width: 68px;
    height: 6px;
  }
}

.title::after {
  position: relative;
  content: "";
  top: -3px;
  left: 3%;
  width: 180px;
  height: 6px;
  background: url("../images/title-right.svg") no-repeat;
}
@media screen and (max-width: 1024px) {
  .title::after {
    width: 100px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .title::after {
    width: 68px;
    height: 6px;
  }
}

.h1__left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .h1__left {
    text-align: center;
    line-height: 25px;
    justify-content: center;
  }
}

.h1__left::before {
  content: none;
}
@media screen and (max-width: 500px) {
  .h1__left::before {
    content: "";
  }
}

.h1__none {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .h1__none::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .h1__none::after {
    content: none;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.header {
  padding-top: 9px;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .header {
    padding-top: 0;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header .all-width {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.header__container {
  position: relative;
  width: 100%;
  border-radius: 20px;
  display: grid;
  grid-gap: 5px 0;
  grid-template-columns: 130px 5fr 1fr;
  grid-template-rows: 52px 48px;
  grid-auto-flow: column;
  grid-template-areas: "logo top right" "logo down right";
  backdrop-filter: blur(30px);
  padding: 6px 25px 0 13px;
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(25, 33, 50, 0.4);
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  .header__container {
    grid-template-rows: repeat(2, 40px);
  }
}
@media screen and (max-width: 1024px) {
  .header__container {
    grid-template-columns: 64px 1fr;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__container {
    padding: 10px 5px 0;
    grid-template-rows: 40px 33px;
    grid-template-areas: "logo ." "logo right";
  }
}
@media screen and (max-width: 500px) {
  .header__container {
    padding-left: 14px;
    grid-template-columns: 60px 1fr;
    grid-template-rows: 40px 33px;
  }
}
@media screen and (max-width: 320px) {
  .header__container {
    grid-template-columns: 50px 1fr;
  }
}
.header__container_dropdown {
  position: relative;
  width: 100%;
  border-radius: 20px 20px 0 0;
  display: grid;
  grid-gap: 5px 0;
  grid-template-columns: 130px 5fr 1fr;
  grid-template-rows: 52px 48px;
  grid-auto-flow: column;
  grid-template-areas: "logo top right" "logo down right";
  padding: 6px 25px 0 13px;
  backdrop-filter: blur(30px);
  z-index: 100;
}
@media screen and (max-width: 1440px) {
  .header__container_dropdown {
    grid-template-rows: repeat(2, 40px);
  }
}
@media screen and (max-width: 1024px) {
  .header__container_dropdown {
    grid-template-columns: 130px 1fr;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__container_dropdown {
    padding: 10px 5px 0;
    grid-template-areas: "logo ." "logo right";
  }
}
@media screen and (max-width: 500px) {
  .header__container_dropdown {
    grid-template-columns: 60px 1fr;
  }
}
@media screen and (max-width: 320px) {
  .header__container_dropdown {
    grid-template-columns: 50px 1fr;
  }
}
.header .burger {
  width: 32px;
  height: 14px;
  display: none;
  position: absolute;
  left: 160px;
  bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .header .burger {
    display: flex;
    left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header .burger {
    left: 69px;
    bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .header .burger {
    left: 76px;
    bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .header .burger {
    left: 66px;
  }
}
.header .burger .burger__btn_open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 4px;
  margin-left: -14px;
}
@media screen and (max-width: 767px) {
  .header .burger .burger__btn_open {
    margin-left: 0;
  }
}
.header .burger .burger__btn_open .burger__btn_line {
  height: 2px;
  width: 100%;
  background-color: #d9d9d9;
  margin: 0;
  padding: 0;
}
.header__logo {
  z-index: 610;
  margin-top: -2px;
  grid-area: logo;
  position: relative;
}
.header__logo img {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 1440px) {
  .header__logo img {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo img {
    width: 54px;
    height: 54px;
  }
}
.header__logo_title {
  margin-top: 2px;
  position: absolute;
  top: 0;
  left: 132px;
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 2vw, 20px);
  line-height: 125%;
  color: #bcc1ca;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .header__logo_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1024px) {
  .header__logo_title {
    left: 64px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 500px) {
  .header__logo_title {
    font-size: 14px;
    left: 64px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 320px) {
  .header__logo_title {
    left: 60px;
  }
}
.header__logo_title .accent {
  position: absolute;
  font-size: 30px;
  color: #fc0;
  margin-bottom: 2px;
}
@media screen and (max-width: 1440px) {
  .header__logo_title .accent {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .header__logo_title .accent {
    font-size: 30px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 320px) {
  .header__logo_title .accent {
    font-size: 20px;
  }
}
.header__top {
  grid-area: top;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__top {
    display: none;
  }
}
.header__top .top__list {
  list-style: none;
  display: grid;
  align-items: center;
  grid-template-columns: 707px 1fr;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  grid-template-areas: "top-left top-right";
}
@media screen and (max-width: 1440px) {
  .header__top .top__list {
    grid-template-columns: 520px 1fr;
  }
}
.header__top .top__list .top__item_left {
  grid-area: top-left;
  font-size: clamp(16px, 1.5vw, 20px);
  text-transform: uppercase;
  margin-left: 371px;
}
@media screen and (max-width: 1440px) {
  .header__top .top__list .top__item_left {
    font-size: 16px;
    margin-left: 270px;
  }
}
.header__top .top__list .top__item_left .top__link {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 400;
  line-height: 0;
  color: #76828e;
}
.header__top .top__list .top__item_left .top__link:hover {
  color: #34c3ff;
  transition: 0.3s;
}
.header__top .top__list .top__item_right {
  grid-area: top-right;
  justify-self: start;
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  .header__top .top__list .top__item_right {
    margin-top: 0;
  }
}
.header__top .top__list .top__item_right .top__link_mail {
  font-size: clamp(14px, 1.5vw, 16px);
  display: flex;
  align-items: center;
}
.header__top .top__list .top__item_right .top__link_mail span {
  display: inline-block;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 0;
  color: #b9bfc9;
  text-transform: lowercase;
}
@media screen and (max-width: 1440px) {
  .header__top .top__list .top__item_right .top__link_mail span {
    font-size: 14px;
  }
}
.header__top .top__list .top__item_right .top__link_mail span i {
  font-weight: 700;
  font-style: normal;
}
.header__top .top__list .top__item_right .top__link_mail .icon-email {
  margin-right: 7px;
  transition: 0.3s;
  color: #54a2e9;
}
.header__top .top__list .top__item_right .top__link_mail:hover {
  transition: 0.3s;
}
.header__top .top__list .top__item_right .top__link_mail:hover span {
  color: #34C3FF;
  transition: 0.3s;
}
.header__top .top__list .top__item_right .top__link_mail:hover .icon-email {
  transition: 0.3s;
  color: #34c3ff;
}
.header__contacts {
  grid-area: right;
  position: relative;
}
.header__contacts .contacts__list {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  align-items: flex-end;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  font-weight: 700;
}
.header__contacts .contacts__item {
  display: flex;
}
.header__contacts .contacts__item .contacts__link {
  color: #fff;
  margin: 0;
  padding: 0;
}
.header__contacts .contacts__item .contacts__link_number {
  display: flex;
  align-items: center;
  font-size: 30px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1440px) {
  .header__contacts .contacts__item .contacts__link_number {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .header__contacts .contacts__item .contacts__link_number {
    align-items: baseline;
  }
}
.header__contacts .contacts__item .contacts__link .icon-call {
  margin-right: 10px;
  transition: 0.3s ease-in;
  color: #56a2e9;
}
.header__contacts .contacts__item .contacts__link span {
  color: #b1b1b1;
  transition: 0.3s ease-in;
}
.header__contacts .contacts__item .contacts__link_number:hover {
  transition: 0.3s ease-in;
}
.header__contacts .contacts__item .contacts__link_number:hover svg {
  color: #34c3ff;
}
@media screen and (max-width: 1024px) {
  .header__contacts .contacts__item_zacaz-call {
    display: none;
  }
}
.header__contacts .contacts__item_zacaz-call .contacts__link-call {
  font-weight: 700;
  font-size: 18px;
  color: #56a2e9;
  transition: 0.3s;
  margin-bottom: 5px;
  margin-top: -5px;
}
@media screen and (max-width: 1440px) {
  .header__contacts .contacts__item_zacaz-call .contacts__link-call {
    font-size: 14px;
  }
}
.header__contacts .contacts__item_zacaz-call .contacts__link-call:hover {
  color: #34C3FF;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header__contacts .contacts__item_border {
    background-color: #000;
    margin-bottom: 20px;
    border-radius: 80px 0 0 0;
    padding: 6px 14px 6px 40px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 500px) {
  .header__contacts .contacts__item_border {
    padding: 8px 14px 4px 28px;
  }
}
.header__contacts .contacts__item_social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 26px;
  height: 36px;
  line-height: 36px;
  padding: 0 21px;
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: rgba(19, 19, 19, 0.3);
}
@media screen and (max-width: 1024px) {
  .header__contacts .contacts__item_social {
    display: none;
  }
}
.header__contacts .contacts__item_social .contacts__link_social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__contacts .contacts__item_social .contacts__link_social .icon-social {
  color: #7d889a;
}
.header__contacts .contacts__item_social .contacts__link_social .icon-social path {
  transition: all 0.1s linear;
}
.header__contacts .contacts__item_social .contacts__link_social:hover .icon-social {
  color: #34c3ff;
}
.header__contacts .contacts__item_social .contacts__link_social:hover .icon-social path {
  fill: #34c3ff;
}
.header__grid2 {
  z-index: 555;
  grid-area: down;
  align-self: center;
  padding: 0 35px 0 20px;
  max-width: 1176px;
  height: 100%;
  border-radius: 80px 80px 0 0;
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: rgba(19, 19, 19, 0.3);
  margin-right: -70px;
}
@media screen and (max-width: 1440px) {
  .header__grid2 {
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .header__grid2 {
    display: none;
  }
}
.header__grid2 nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header__grid2 nav .menu__list {
  display: flex;
  list-style-type: none;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.header__grid2 nav .menu__list .menu__item {
  font-weight: 700;
}
.header__grid2 nav .menu__list .menu__item .menu__link {
  display: inline-flex;
  line-height: 51px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1440px) {
  .header__grid2 nav .menu__list .menu__item .menu__link {
    line-height: 44px;
    height: 40px;
    font-size: 16px;
  }
}
.header__grid2 nav .menu__list .menu__item .menu__link:after {
  position: absolute;
  content: "";
  left: -20%;
  bottom: 0;
  display: block;
  width: 0;
  z-index: 15;
  transition: 0.3s;
  height: 1px;
  color: #fff;
  background-color: #34c3ff;
}
.header__grid2 nav .menu__list .menu__item .menu__link:hover:after {
  width: 140%;
  color: #34c3ff;
}
.header__grid2 nav .menu__list .menu__item .link-hov {
  color: #fff;
  transition: 0.3s;
}
.header__grid2 nav .menu__list .menu__item .link-hov:hover {
  color: #34c3ff;
}
.header__grid2 nav .menu__list .menu__item .accent {
  color: #fc0;
}
.header__grid2 nav .menu__list .menu__item .submenu__list {
  display: none;
  list-style-type: none;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 111px;
  padding: 20px 10px 16px 155px;
  z-index: 555;
  background: rgba(25, 33, 50, 0.4);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1440px) {
  .header__grid2 nav .menu__list .menu__item .submenu__list {
    top: 91px;
  }
}
.header__grid2 nav .menu__list .menu__item .submenu__list .submenu__item {
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
}
.header__grid2 nav .menu__list .menu__item .submenu__list .submenu__item .submenu__link {
  color: #fff;
  transition: 0.3s ease-in;
}
.header__grid2 nav .menu__list .menu__item .submenu__list .submenu__item .submenu__link:hover {
  transition: 0.3s ease-in;
  color: #244f77;
}
.header__grid2 nav .menu__list .menu__item .submenu__list .submenu__item .active {
  transition: 0.3s ease-in;
  color: #244f77;
}
.header__grid2 nav .menu__list .menu__item .submenu__list .submenu__item .active:hover {
  transition: 0.3s ease-in;
  color: #fff;
}
.header__grid2 nav .menu__list .menu__item-hover:hover .submenu__list {
  display: initial;
}

.header__all-page::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 244px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.001) 70%);
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .header__all-page::before {
    height: 170px;
  }
}

.burger__menu {
  position: fixed;
  top: 88px;
  width: 100%;
  height: 100%;
  padding: 30px 0 22px;
  background: rgba(11, 14, 19, 0.75);
  z-index: 350;
  overflow-x: hidden;
  left: -100%;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .burger__menu {
    top: 87px;
  }
}
.burger__menu .burger__menu-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.burger__menu .burger__menu-container .burger__nav {
  padding: 0 28px;
  margin-bottom: 32px;
}
.burger__menu .burger__menu-container .burger__nav .nav__list {
  list-style-type: none;
  font-weight: 700;
  font-size: 20px;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item {
  margin-bottom: 27px;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .nav__item:last-child {
  margin-bottom: 0;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .nav__link {
  color: #fff;
  transition: 0.3s;
  display: block;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .nav__link:hover {
  color: #34c3ff;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .nav__link:active {
  color: #34c3ff;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .accent {
  color: #fc0;
}
.burger__menu .burger__menu-container .burger__nav .nav__list .nav__item .intelligence {
  color: #76828e;
}
.burger__menu .burger__menu-container .burger__contact {
  padding: 32px 26px 32px 28px;
  background: rgba(11, 14, 19, 0.5);
}
.burger__menu .burger__menu-container .burger__contact .contact__list {
  list-style-type: none;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item {
  margin-bottom: 20px;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .contact__item:last-child {
  margin-bottom: 100px;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item a {
  transition: 0.3s;
  display: block;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item svg {
  width: 22px;
  height: 14px;
  margin-right: 10px;
  color: #56a2e9;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .icon-email {
  margin-right: 14px;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .number {
  color: #fff;
  font-size: 22px;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .number span {
  color: #b1b1b1;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .email {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #b9bfc9;
  text-transform: lowercase;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .email span {
  font-weight: 500;
  font-size: 16px;
  color: #b9bfc9;
  text-transform: lowercase;
}
.burger__menu .burger__menu-container .burger__contact .contact__list .contact__item .email span i {
  font-style: normal;
  font-weight: 700;
}
.burger__menu .burger__menu-container .address__menu {
  margin-bottom: 26px;
  padding-left: 6px;
}
.burger__menu .burger__menu-container .address__menu address {
  display: block;
  margin-bottom: 5px;
}
.burger__menu .burger__menu-container .address__menu address span {
  display: block;
  font-style: normal;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #828d9c;
  margin-left: 30px;
}
.burger__menu .burger__menu-container .address__menu address > svg {
  display: none;
}
.burger__menu .burger__menu-container .address__menu address a {
  text-transform: uppercase;
  display: block;
  font-family: "Bebas Neue", sans-serif;
  transition: 0.3s;
}
.burger__menu .burger__menu-container .address__menu address a p, .burger__menu .burger__menu-container .address__menu address a p > span {
  position: relative;
  font-family: "Bebas Neue", sans-serif;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-style: normal;
  line-height: 1.17;
  font-weight: 700;
  font-size: 18px;
  color: #b1b1b1;
  padding-left: 30px;
}
.burger__menu .burger__menu-container .address__menu address a p > span {
  padding-left: 0;
}
.burger__menu .burger__menu-container .address__menu address a p::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 1px;
  width: 14px;
  height: 16px;
  background-image: url("../images/map-footer-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.burger__menu .burger__menu-container .btn__social {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 26px;
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.85);
  background: rgba(19, 19, 19, 0.3);
}
.burger__menu .burger__menu-container .btn__social a {
  display: inline-flex;
  padding: 0 0;
  transition: 0.3s;
  height: 41px;
  line-height: 41px;
  font-size: 41px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.burger__menu .burger__menu-container .btn__social a .icon-social {
  color: #7d889a;
}
.burger__menu .burger__menu-container .btn__social:hover {
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.8);
  background: rgba(19, 19, 19, 0.8);
  transition: 0.3s ease-in;
}
.burger__menu .burger__menu-container .btn__social:hover .icon-social {
  color: #34c3ff;
  transition: 0.3s ease-in;
}
.burger__menu .burger__menu-container .burger__btn_closes {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -18px;
  right: 10px;
  background: none;
  border: none;
  color: #6F7279;
  transition: 0.3s ease-in;
  cursor: pointer;
}
.burger__menu .burger__menu-container .burger__btn_closes:hover {
  color: #56a2e9;
  transition: 0.3s ease-in;
}

.burger__menu .animate {
  left: 500px;
}

.burger__menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(30px);
  z-index: -1;
}

.hero-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .hero-slider {
    margin-bottom: 38px;
  }
}
.hero-slider .hero-slider__wrapper {
  position: relative;
  width: 100%;
  height: 606px;
}
@media screen and (max-width: 1680px) {
  .hero-slider .hero-slider__wrapper {
    margin-right: auto;
  }
}
.hero-slider .swiper {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 30;
}
.hero-slider .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero-slider .swiper .swiper-slide .hero-slider__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-top: 85px;
  background: rgb(4, 11, 24);
  background: -moz-linear-gradient(225deg, rgb(4, 11, 24) 0%, rgba(11, 14, 19, 0.0480567227) 10%);
  background: -webkit-linear-gradient(225deg, rgb(4, 11, 24) 0%, rgba(11, 14, 19, 0.0480567227) 10%);
  background: linear-gradient(225deg, rgb(4, 11, 24) 0%, rgba(11, 14, 19, 0.0480567227) 10%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040b18",endColorstr="#0b0e13",GradientType=1);
}
@media screen and (max-width: 1680px) {
  .hero-slider .swiper .swiper-slide .hero-slider__container {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .hero-slider .swiper .swiper-slide .hero-slider__container {
    justify-content: flex-end;
    padding-bottom: 60px;
  }
}
.hero-slider .swiper .swiper-slide .hero-slider__card {
  padding-left: 20px;
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 60%;
  justify-content: flex-end;
}
@media screen and (max-width: 1680px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1366px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card {
    padding-left: 6%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card {
    padding-left: 7%;
  }
}
@media screen and (max-width: 999px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card {
    padding-left: 0;
    width: 100%;
  }
}
.hero-slider .swiper .swiper-slide .hero-slider__card h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 0.88889;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 999px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card h2 {
    font-size: 25px;
  }
}
.hero-slider .swiper .swiper-slide .hero-slider__card h2 span {
  color: #56a2e9;
}
.hero-slider .swiper .swiper-slide .hero-slider__card p {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 0.88889;
  color: #c2c2c2;
}
@media screen and (max-width: 500px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card p {
    font-size: 14px;
    line-height: 1;
  }
}
.hero-slider .swiper .swiper-slide .hero-slider__card p:last-of-type {
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .hero-slider .swiper .swiper-slide .hero-slider__card p:last-of-type {
    margin-bottom: 17px;
  }
}
.hero-slider .swiper .swiper-slide .hero-slider__card a {
  color: #34c3ff;
  font-size: 24px;
  display: inline-block;
  align-self: flex-start;
  max-width: 200px;
}
.hero-slider .swiper .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
}
.hero-slider .swiper-pagination-bullet {
  margin: 0 15px;
  width: 11px;
  height: 11px;
  background: #fff;
}
.hero-slider .swiper-pagination-bullet-active {
  border: 2px solid #56a2e9;
  width: 19px;
  height: 19px;
  background: none;
}
.hero-slider .swiper-button-prev {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 49%;
  left: 4%;
  z-index: 50;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1680px) {
  .hero-slider .swiper-button-prev {
    left: 1%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-slider .swiper-button-prev {
    display: none;
  }
}
.hero-slider .swiper-button-prev svg circle {
  stroke: #6f7279;
}
.hero-slider .swiper-button-prev svg path {
  fill: #6f7279;
}
.hero-slider .swiper-button-prev:hover {
  transition: 0.3s ease-in;
}
.hero-slider .swiper-button-prev:hover svg circle {
  stroke: #56a2e9;
}
.hero-slider .swiper-button-prev:hover svg path {
  fill: #56a2e9;
}
.hero-slider .swiper-button-prev::after {
  display: none;
}
.hero-slider .swiper-button-next {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  right: 4%;
  z-index: 50;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1024px) {
  .hero-slider .swiper-button-next {
    display: none;
  }
}
.hero-slider .swiper-button-next svg circle {
  stroke: #6f7279;
}
.hero-slider .swiper-button-next svg path {
  fill: #6f7279;
}
.hero-slider .swiper-button-next:hover {
  transition: 0.3s ease-in;
}
.hero-slider .swiper-button-next:hover svg circle {
  stroke: #56a2e9;
}
.hero-slider .swiper-button-next:hover svg path {
  fill: #56a2e9;
}
.hero-slider .swiper-button-next::after {
  display: none;
}

.hero-slider::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(4, 11, 24, 0.3);
}
@media screen and (max-width: 1024px) {
  .hero-slider::before {
    background: linear-gradient(215deg, rgba(4, 11, 24, 0.9) 0%, rgba(3, 9, 22, 0.9) 100%);
  }
}

.servises {
  padding: 0;
  margin-bottom: 110px;
}
@media screen and (max-width: 500px) {
  .servises {
    padding: 0;
    margin-bottom: 40px;
  }
}
.servises .servises__container {
  width: 100%;
  position: relative;
  display: flex;
}
@media screen and (max-width: 500px) {
  .servises .servises__container {
    display: grid;
  }
}
.servises .servises__container .servises__title {
  margin-bottom: 26px;
}
@media screen and (max-width: 500px) {
  .servises .servises__container .servises__title {
    margin-bottom: -17px;
  }
}
.servises .servises__container .swiper-button-next {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 57%;
  right: 4%;
  z-index: 200;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1780px) {
  .servises .servises__container .swiper-button-next {
    right: 1%;
  }
}
@media screen and (max-width: 1366px) {
  .servises .servises__container .swiper-button-next {
    right: 3%;
    top: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .servises .servises__container .swiper-button-next {
    display: none;
  }
}
.servises .servises__container .swiper-button-next svg path {
  fill: #A8B1C0;
}
.servises .servises__container .swiper-button-next:hover {
  transition: 0.3s ease-in;
}
.servises .servises__container .swiper-button-next:hover svg path {
  fill: #244F77;
  transition: 0.3s ease-in;
}
.servises .servises__container .swiper-button-next::after {
  display: none;
}
.servises .servises__container .swiper-button-prev {
  position: absolute;
  width: 58px;
  height: 58px;
  top: 57%;
  left: 4%;
  z-index: 200;
}
@media screen and (max-width: 1780px) {
  .servises .servises__container .swiper-button-prev {
    left: 1%;
  }
}
@media screen and (max-width: 1366px) {
  .servises .servises__container .swiper-button-prev {
    left: 3%;
    top: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .servises .servises__container .swiper-button-prev {
    display: none;
  }
}
.servises .servises__container .swiper-button-prev svg {
  transition: 0.3s ease-in;
}
.servises .servises__container .swiper-button-prev svg path {
  fill: #A8B1C0;
}
.servises .servises__container .swiper-button-prev:hover {
  transition: 0.3s ease-in;
}
.servises .servises__container .swiper-button-prev:hover svg path {
  fill: #244F77;
  transition: 0.3s ease-in;
}
.servises .servises__container .swiper-button-prev::after {
  display: none;
}
.servises .servises__container .swiper-servises {
  display: flex;
  margin: 0 auto;
  max-width: 1500px;
  margin-bottom: 20px;
  height: 350px;
}
@media screen and (max-width: 1680px) {
  .servises .servises__container .swiper-servises {
    max-width: 1160px;
  }
}
@media screen and (max-width: 1366px) {
  .servises .servises__container .swiper-servises {
    max-width: 800px;
    height: 350px;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .servises .servises__container .swiper-servises {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .servises .servises__container .swiper-servises {
    height: 280px;
  }
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises {
    height: auto;
    margin-bottom: 50px;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide {
  position: relative;
  width: 375px;
  height: 340px;
  display: flex;
  flex-direction: column;
  transition: 0.3s linear;
}
@media screen and (max-width: 1366px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide {
    width: 330px;
    height: 280px;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide.service-current-page {
  transform: translateY(-20px);
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide.service-current-page {
    transform: none;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide.service-current-page .slide-box img {
  filter: none;
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide.service-current-page .slide-box p {
  color: #56a2e9;
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide.service-current-page .slide-box + .blur {
  background: rgba(88, 91, 97, 0.8);
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide:hover {
  transform: translateY(-20px);
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide:hover {
    transform: none;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide:hover .slide-box p {
  color: #56a2e9;
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide:hover .slide-box + .blur {
  background: rgba(88, 91, 97, 0.8);
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .slide-box {
  transition: transform 0.3s linear;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .slide-box {
    margin-bottom: 0;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .slide-box img {
  padding-top: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .slide-box img {
    padding-top: 0;
  }
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .slide-box p {
  cursor: pointer;
  position: absolute;
  bottom: 5%;
  line-height: 1;
  left: 6%;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .blur {
  text-align: center;
  margin-left: 5%;
  width: 90%;
  margin-top: -10px;
  height: 5px;
  border-radius: 357.76px;
  background: rgba(88, 91, 97, 0.5);
  filter: blur(10px);
}
@media screen and (max-width: 500px) {
  .servises .servises__container .swiper-servises .swiper-wrapper .swiper-slide .blur {
    display: none;
  }
}
.servises .servises__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
.servises .servises__btn .btn__servises {
  padding: 0;
  padding: 2px 3px;
  display: inline-flex;
  background: transparent;
  align-items: baseline;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  font-size: 20px;
  color: #244f77;
  transition: 0.3s ease-in;
  max-width: 200px;
  justify-content: center;
}
.servises .servises__btn .btn__servises svg {
  margin-left: 7px;
  color: #56a2e9;
}
.servises .servises__btn .btn__servises:hover {
  transition: 0.3s ease-in;
}
.servises .servises__btn .btn__servises:hover svg {
  margin-left: 7px;
  color: #34c3ff;
  transition: 0.3s ease-in;
}

@media screen and (max-width: 500px) {
  .swiper {
    overflow: visible;
  }
}

@media screen and (max-width: 500px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.container .servises-page__title {
  margin-bottom: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .container .servises-page__title {
    justify-content: center;
  }
}
.container .servises-section {
  margin-bottom: 40px;
}
.container .servises-section .container {
  padding-left: 0;
  padding-right: 0;
}
.container .servises-section .servises-page__btn {
  display: none;
}
.container .about-section {
  margin-bottom: 166px;
}
@media screen and (max-width: 1024px) {
  .container .about-section {
    display: none;
  }
}
.container .about-section .servises-page__about-title {
  margin-bottom: 60px;
}
.container .about-section .about-page__container .about-page__wrapper {
  max-width: 65%;
  height: 550px;
}
.container .about-section .about-page__container .about-page__wrapper div {
  margin-bottom: 37px;
}
.container .about-section .about-page__container .about-page__wrapper div p {
  line-height: 22px;
}
.container .about-section .about-page__container .about-page__wrapper div:last-of-type {
  margin-bottom: 24px;
}
.container .about-section .about-page__container .about-page__wrapper .about__btn {
  margin-top: 0;
  padding: 0 20px 0 56px;
}
@media screen and (max-width: 999px) {
  .container .about-section .about-page__container .about-page__wrapper .about__btn {
    padding: 0 15px 0 22px;
  }
}
.container .about-section .about-page__container .about-page__wrapper::before {
  top: -18%;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .container .about-section .about-page__container .about-page__wrapper::before {
    right: 60%;
  }
}
@media screen and (max-width: 1366px) {
  .container .about-section .about-page__container .about-page__wrapper::before {
    right: 72%;
  }
}
@media screen and (max-width: 1280px) {
  .container .about-section .about-page__container .about-page__wrapper::before {
    top: 10%;
    right: 72%;
  }
}
.container .consultation__servises {
  margin: 0 0 248px;
}
@media screen and (max-width: 1024px) {
  .container .consultation__servises {
    margin: 0 0 124px;
  }
}
@media screen and (max-width: 500px) {
  .container .consultation__servises {
    margin: 0 0 106px;
  }
}
@media screen and (max-width: 1024px) {
  .container .consultation__servises .consultation__container-servises .consultation__form .foto {
    top: 43%;
  }
}
@media screen and (max-width: 500px) {
  .container .consultation__servises .consultation__container-servises .consultation__form .foto {
    top: 46%;
    max-width: 304px;
  }
}

.service-page__title {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .service-page__title {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.service-page {
  margin-top: 0;
  z-index: 505;
  margin-bottom: 4px;
}
@media screen and (max-width: 500px) {
  .service-page {
    padding-bottom: 0;
  }
}
.service-page .servises__container .container {
  padding-left: 0;
  padding-right: 0;
}
.service-page .servises__container .service-page__btn {
  display: none;
}
.service-page .servises__container .swiper-service-page {
  min-height: 310px;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page {
    margin-bottom: 0;
    min-height: 270px;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .service-page .servises__container .swiper-service-page {
    margin-bottom: 0;
  }
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide {
  min-height: 310px;
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide {
    min-height: 176px;
  }
}
@media screen and (max-width: 767px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-page__slide-box p {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-page__slide-box p {
    font-size: 30px;
  }
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-page__slide-box img {
  padding-top: 20px;
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-page__slide-box img {
    padding-top: 0;
  }
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .selected {
  transform: translateY(-30px);
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .selected p {
  color: #56a2e9;
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .selected {
    transform: none;
  }
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .selected {
    margin-top: 0;
  }
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-blur {
  margin-top: -20px;
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-blur {
    display: none;
  }
}
.service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide .service-blur__selected {
  background: rgba(88, 91, 97, 0.8);
}
@media screen and (max-width: 500px) {
  .service-page .servises__container .swiper-service-page .service-page__swiper-wrapper .service-page__swiper-slide:not(:nth-child(2)) {
    display: none;
  }
}

.service__desc {
  margin-bottom: 122px;
}
@media screen and (max-width: 500px) {
  .service__desc {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.service__desc h2 {
  margin-bottom: 36px;
}
@media screen and (max-width: 500px) {
  .service__desc h2 {
    margin-bottom: 16px;
  }
}
.service__desc p {
  margin-bottom: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  .service__desc p {
    margin-bottom: 19px;
    line-height: 1.1;
  }
}
.service__desc p:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .service__desc p:last-of-type {
    margin-bottom: 40px;
  }
}
.service__desc .service__desc-wrapper {
  padding-left: 19px;
}
@media screen and (max-width: 500px) {
  .service__desc .service__desc-wrapper {
    padding-left: 14px;
  }
}
.service__desc .service__desc-wrapper ul {
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.service__desc .service__desc-wrapper ul li {
  margin: 0 0 26px 0;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .service__desc .service__desc-wrapper ul li {
    margin: 0 0 22px 0;
  }
}
.service__desc .service__desc-wrapper ul li a {
  display: inline-flex;
  align-items: center;
  color: #244f77;
  padding-left: 30px;
}
.service__desc .service__desc-wrapper ul li a:hover {
  color: #34C3FF;
}
.service__desc .service__desc-wrapper ul li:last-child {
  margin: 0;
}
.service__desc .service__desc-wrapper ul li::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url("../images/btn-arr-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service__desc .service__desc-wrapper ul li:hover::before {
  background-image: url("../images/arr-right-active.svg");
}
@media screen and (max-width: 500px) {
  .service__desc .service__desc-wrapper {
    padding-left: 0;
  }
}

.s-p .sp {
  margin: 0 0 160px;
}
@media screen and (max-width: 500px) {
  .s-p .sp {
    margin-bottom: 106px;
  }
}
@media screen and (max-width: 500px) {
  .s-p .sp .consultation__container-servises .consultation__form-service .service-foto {
    top: 37%;
  }
}
@media screen and (max-width: 500px) {
  .s-p .sp .consultation__bg-servisespage {
    top: -19px;
    height: 296px;
  }
}
.s-p .sticky-box {
  margin-bottom: 8px;
}

.sticky-box {
  position: absolute;
  right: 0;
  top: 960px;
  width: 400px;
  height: 70%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sticky-box {
    display: none;
  }
}
.sticky-box .sticky {
  background: url("../images/sticky/usor.svg") no-repeat center right;
  position: sticky;
  width: 100%;
  height: 620px;
  top: 100px;
}

.servises_about-sticky-box {
  height: 100vh;
}

.sticky-box__customers {
  top: 190px;
  height: 85%;
}

.sticky-box__payment {
  top: 190px;
  height: 85%;
}

.about {
  margin-bottom: 126px;
}
@media screen and (max-width: 500px) {
  .about {
    margin-bottom: 64px;
  }
}
.about .about__title {
  align-self: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 500px) {
  .about .about__title {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.about .about__img-mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .about .about__img-mobile {
    display: block;
    margin-bottom: 45px;
    margin-top: -60px;
  }
}
@media screen and (max-width: 500px) {
  .about .about__img-mobile {
    margin-bottom: 22px;
  }
}
.about .about__img-mobile img {
  width: 100%;
  object-fit: contain;
}
.about .about__container {
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .about .about__container {
    width: 100%;
    align-items: center;
  }
}
.about .about__container .about__wrapper {
  max-width: 69%;
  position: relative;
}
.about .about__container .about__wrapper div {
  position: relative;
  z-index: 111;
  margin-bottom: 27px;
}
@media screen and (max-width: 999px) {
  .about .about__container .about__wrapper div {
    text-align: start;
  }
}
@media screen and (max-width: 500px) {
  .about .about__container .about__wrapper div {
    margin-bottom: 20px;
  }
}
.about .about__container .about__wrapper div h3 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 500px) {
  .about .about__container .about__wrapper div h3 {
    margin-bottom: -3px;
  }
}
.about .about__container .about__wrapper div p {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 0.83vw, 16px);
  color: #6f7279;
  line-height: 1.08;
}
@media screen and (max-width: 500px) {
  .about .about__container .about__wrapper div p {
    line-height: 1;
  }
}
.about .about__container .about__wrapper div:last-of-type {
  margin-bottom: 37px;
}
.about .about__container .about__wrapper .about__btn {
  display: inline-flex;
  background: transparent;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  color: #244f77;
  transition: 0.3s ease-in;
  cursor: pointer;
  position: relative;
  z-index: 150;
  border: 1px solid #d2d7df;
  width: 200px;
}
.about .about__container .about__wrapper .about__btn svg {
  color: #56a2e9;
  margin-left: 32px;
}
@media screen and (max-width: 999px) {
  .about .about__container .about__wrapper .about__btn {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-top: 0;
  }
}
.about .about__container .about__wrapper .about__btn::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  background-image: url("../images/btn-arr-right.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.about .about__container .about__wrapper .about__btn:hover {
  color: #56a2e9;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1366px) {
  .about .about__container .about__wrapper {
    max-width: 60%;
  }
}
@media screen and (max-width: 999px) {
  .about .about__container .about__wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    text-align: center;
    padding-top: 0;
  }
}
.about .about__container .about__wrapper::before {
  content: "";
  position: absolute;
  width: 1033px;
  height: 100%;
  top: -2%;
  right: 70%;
  /* left: 0; */
  background-image: url("../images/about/flagi3752.svg");
  /* background-position: 0 0; */
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}
@media screen and (max-width: 1680px) {
  .about .about__container .about__wrapper::before {
    right: 62%;
  }
}
@media screen and (max-width: 1440px) {
  .about .about__container .about__wrapper::before {
    right: 59%;
  }
}
@media screen and (max-width: 1366px) {
  .about .about__container .about__wrapper::before {
    width: 850px;
    right: 73%;
  }
}
@media screen and (max-width: 1280px) {
  .about .about__container .about__wrapper::before {
    top: 12%;
    width: 100%;
    height: 80%;
    right: 73%;
  }
}
@media screen and (max-width: 999px) {
  .about .about__container .about__wrapper::before {
    display: none;
    max-width: 999px;
    height: 400px;
    background-image: none;
    background-position: center;
    background-size: cover;
    top: -2%;
    right: 0;
    left: -10px;
    width: calc(100% + 20px);
  }
}

.about-page__title {
  margin-bottom: 102px;
}
@media screen and (max-width: 500px) {
  .about-page__title {
    margin-bottom: 37px;
    justify-content: center;
  }
}

.about-page .about-section {
  margin-bottom: 222px;
}
@media screen and (max-width: 1024px) {
  .about-page .about-section {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-section {
    margin-bottom: 290px;
  }
}
@media screen and (max-width: 999px) {
  .about-page .about-section .about__img-mobile {
    display: block;
    margin-left: -10px;
    width: 102%;
  }
}
@media screen and (max-width: 767px) {
  .about-page .about-section .about__img-mobile {
    margin-bottom: 20px;
    width: 103%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__img-mobile {
    margin-bottom: 34px;
    margin-left: -14px;
    width: 106%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-page .about-section .about__container .about-page__wrapper {
  max-width: 65%;
}
@media screen and (max-width: 1680px) {
  .about-page .about-section .about__container .about-page__wrapper {
    max-width: 60%;
  }
}
@media screen and (max-width: 999px) {
  .about-page .about-section .about__container .about-page__wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__container .about-page__wrapper {
    max-width: 100%;
  }
}
.about-page .about-section .about__container .about-page__wrapper div {
  margin-bottom: 42px;
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__container .about-page__wrapper div {
    margin-bottom: 21px;
  }
}
.about-page .about-section .about__container .about-page__wrapper div h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__container .about-page__wrapper div p {
    font-size: 14px;
    line-height: 1.29;
  }
}
.about-page .about-section .about__container .about-page__wrapper div:last-of-type {
  margin-bottom: 32px;
}
.about-page .about-section .about__container .about-page__wrapper .about__btn {
  margin-top: -3px;
}
@media screen and (max-width: 500px) {
  .about-page .about-section .about__container .about-page__wrapper .about__btn {
    height: 48px;
    line-height: 48px;
  }
}
.about-page .about-section .about__container .about__wrapper::before {
  top: -17%;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .about-page .about-section .about__container .about__wrapper::before {
    right: 62%;
  }
}
@media screen and (max-width: 1366px) {
  .about-page .about-section .about__container .about__wrapper::before {
    right: 77%;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-section .about__container .about__wrapper::before {
    top: 10%;
    right: 72%;
  }
}
.about-page .customers {
  margin-bottom: 160px;
}
@media screen and (max-width: 500px) {
  .about-page .customers {
    margin-bottom: 126px;
  }
}
.about-page .customers .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .about-page .customers .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.about-page .customers .container .customers__title {
  margin-bottom: 28px;
}
.about-page .customers .container .customers__wrapper {
  margin-bottom: 22px;
}
@media screen and (max-width: 999px) {
  .about-page .customers .container .customers__wrapper {
    padding: 25px 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .customers .container .customers__wrapper {
    padding: 25px 0 72px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .customers .container .customers__wrapper ul li {
    min-height: 109px;
  }
}
.about-page .customers .container .customers__btn {
  display: block;
}
@media screen and (max-width: 999px) {
  .about-page .customers .container .customers__btn {
    margin-top: -60px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .customers .container .customers__btn {
    margin-top: -66px;
  }
}
.about-page .consultation__servises {
  margin-bottom: 168px;
}
@media screen and (max-width: 500px) {
  .about-page .consultation__servises {
    margin-bottom: 110px;
  }
}

.main__about .licenses {
  margin-bottom: 46px;
}
@media screen and (max-width: 500px) {
  .main__about .licenses {
    margin-bottom: 78px;
  }
}

.contacts {
  margin-top: 52px;
}
@media screen and (max-width: 500px) {
  .contacts {
    margin-top: 5px;
  }
}
.contacts .sticky-box_contacts {
  top: 190px;
  height: 85%;
}
.contacts .contacts-page__title {
  margin-top: 40px;
  margin-bottom: 52px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts-page__title {
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 5px;
  }
}
.contacts .contacts__wrapper {
  position: relative;
  display: flex;
  margin-bottom: 258px;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper {
    margin-bottom: 56px;
  }
}
.contacts .contacts__wrapper .contacts__list {
  position: relative;
  z-index: 0;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(205, 210, 217, 0.5);
  padding: 32px 166px 32px 26px;
  width: 861px;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__list {
    padding: 32px 5px 32px 26px;
    border-radius: 40px 0 0 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__wrapper .contacts__list {
    padding: 32px 5px 32px 14px;
    margin-bottom: 24px;
    border-radius: 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list {
    padding: 42px 5px 32px 14px;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 24px;
  }
}
.contacts .contacts__wrapper .contacts__list ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
}
.contacts .contacts__wrapper .contacts__list ul li {
  margin-bottom: 45px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li {
    margin-bottom: 20px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li a {
  display: block;
  font-weight: 700;
  font-size: 35px;
  color: #000;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__list ul li a {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li a {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 0;
  }
}
.contacts .contacts__wrapper .contacts__list ul li a svg {
  width: 26px;
  height: 18px;
  vertical-align: middle;
  color: #56a2e9;
  margin-right: 15px;
  transition: all 0.1s linear;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li a svg {
    width: 20px;
    height: 14px;
    margin-top: 8px;
    margin-right: 19px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li a svg path {
  transition: all 0.1s linear;
}
.contacts .contacts__wrapper .contacts__list ul li a svg:hover {
  color: #34C3FF;
}
.contacts .contacts__wrapper .contacts__list ul li a svg:hover path {
  fill: #34C3FF;
}
.contacts .contacts__wrapper .contacts__list ul li a span {
  color: #a6aeb8;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li a .icon-call-two {
    display: none;
  }
}
.contacts .contacts__wrapper .contacts__list ul li a:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}
.contacts .contacts__wrapper .contacts__list ul li a:hover svg {
  color: #34C3FF;
}
.contacts .contacts__wrapper .contacts__list ul li div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 700px;
  grid-area: title-footer;
}
.contacts .contacts__wrapper .contacts__list ul li div address {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li div address {
    margin-bottom: 5px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li div address span {
  display: block;
  padding-left: 50px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #828d9c;
  font-style: normal;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li div address span {
    margin-bottom: 0;
    padding-left: 40px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li div address p {
  position: relative;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  font-style: normal;
  line-height: 1;
  color: #000;
  padding-left: 50px;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p {
    font-size: 18px;
    padding-left: 40px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li div address p span {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 30px;
  color: #a6aeb8;
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p span {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p span {
    font-size: 18px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li div address p::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 8px;
  width: 18px;
  height: 20px;
  background-image: url("../images/contacts/iconmap.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p::before {
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p::before {
    top: 0;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li div address p::before {
    top: 3px;
    left: 5px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li div address:last-of-type {
  margin-bottom: 0;
}
.contacts .contacts__wrapper .contacts__list ul li .top__link_mail {
  display: inline-flex;
}
.contacts .contacts__wrapper .contacts__list ul li .top__link_mail svg {
  margin-top: 8px;
  margin-right: 22px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li .top__link_mail svg {
    margin-top: 0;
  }
}
.contacts .contacts__wrapper .contacts__list ul li .top__link_mail span {
  padding: 0;
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #204f7a;
}
@media screen and (max-width: 767px) {
  .contacts .contacts__wrapper .contacts__list ul li .top__link_mail span {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li .top__link_mail span {
    font-size: 16px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li .top__link_mail span i {
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li:nth-of-type(2) {
    order: 5;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li:nth-of-type(3) {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li:nth-of-type(4) {
    order: 7;
  }
}
.contacts .contacts__wrapper .contacts__list ul .top__item_right {
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul .top__item_right {
    margin-bottom: 20px;
  }
}
.contacts .contacts__wrapper .contacts__list ul .contacts__item_social {
  display: flex;
  width: max-content !important;
  padding: 0 20px;
  text-align: start;
  border-radius: 40px;
  border: 1px solid rgba(205, 210, 217, 0.5);
}
.contacts .contacts__wrapper .contacts__list ul .contacts__item_social a {
  display: inline-block;
  margin: 0;
}
.contacts .contacts__wrapper .contacts__list ul .contacts__item_social a:last-of-type svg {
  margin-right: 0;
}
.contacts .contacts__wrapper .contacts__list ul .contacts__item_social a svg {
  margin-top: 5px;
  vertical-align: middle;
  color: #7d889a;
  width: auto;
  height: auto;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul .contacts__item_social a svg {
    margin-top: 0;
    line-height: 38px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li:last-of-type {
  margin-bottom: 0;
  width: 110px;
}
.contacts .contacts__wrapper .contacts__list ul li:nth-of-type(2) {
  margin-bottom: 42px;
}
@media screen and (max-width: 500px) {
  .contacts .contacts__wrapper .contacts__list ul li:nth-of-type(2) {
    font-size: 20px;
  }
}
.contacts .contacts__wrapper .contacts__list ul li:last-of-type {
  margin-bottom: 0;
}
.contacts .contacts__wrapper .contacts__map {
  position: relative;
  z-index: 10;
  align-self: flex-end;
  width: 861px;
  height: 460px;
  box-shadow: 0 4px 50px 0 rgba(16, 26, 35, 0.1);
  border-radius: 40px;
  margin-left: -156px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__map {
    margin-left: 0;
    border-radius: 0 40px 40px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__wrapper .contacts__map {
    margin-left: 0;
    border-radius: 40px;
    max-width: 100%;
  }
}
.contacts .contacts__wrapper .contacts__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 1280px) {
  .contacts .contacts__wrapper .contacts__map img {
    border-radius: 0 40px 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts__wrapper .contacts__map img {
    border-radius: 40px;
  }
}
.contacts .consultation__contacts {
  margin-bottom: 166px;
}
@media screen and (max-width: 500px) {
  .contacts .consultation__contacts {
    margin-bottom: 100px;
  }
}

.customers {
  padding: 0;
  margin-top: 72px;
  margin-bottom: 197px;
}
@media screen and (max-width: 1280px) {
  .customers {
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  .customers {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 70px;
  }
}
.customers__container {
  display: flex;
  max-width: 1800px;
  padding: 0 150px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .customers__container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .customers__container {
    padding: 0;
  }
}
.customers__container .customers__title {
  margin-bottom: 26px;
}
@media screen and (max-width: 999px) {
  .customers__container .customers__title {
    margin-bottom: 36px;
  }
}
.customers__container .customers__wrapper {
  padding: 5px 0;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .customers__container .customers__wrapper {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper {
    padding-bottom: 83px;
    margin-bottom: 0;
  }
}
.customers__container .customers__wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  column-gap: 4px;
  row-gap: 5px;
}
@media screen and (max-width: 1440px) {
  .customers__container .customers__wrapper ul {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper ul {
    align-items: center;
  }
}
.customers__container .customers__wrapper ul li {
  width: calc((100% - 12px) / 4);
  text-align: center;
  position: relative;
  padding: 10px 5px 20px;
}
@media screen and (max-width: 1440px) {
  .customers__container .customers__wrapper ul li {
    width: calc((100% - 8px) / 3);
  }
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper ul li {
    width: calc((100% - 4px) / 2);
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    column-gap: 2px;
    row-gap: 2px;
  }
}
.customers__container .customers__wrapper ul li .item-img {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper ul li .item-img {
    height: 80px;
  }
}
@media screen and (max-width: 500px) {
  .customers__container .customers__wrapper ul li .item-img {
    height: 80px;
    width: 140px;
  }
}
.customers__container .customers__wrapper ul li .text {
  padding: 5px 0 10px;
  font-weight: 400;
  font-size: clamp(14px, 0.93vw, 18px);
  color: #b9c0ca;
}
@media screen and (max-width: 1024px) {
  .customers__container .customers__wrapper ul li .text {
    display: none;
  }
}
.customers__container .customers__wrapper ul li img {
  margin: 0 auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.customers__container .customers__wrapper ul li:nth-child(n+5) {
  padding-top: 30px;
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper ul li:nth-child(n+5) {
    padding-top: 5px;
  }
}
.customers__container .customers__wrapper ul li:first-of-type::before {
  content: "";
  position: absolute;
  left: -152px;
  bottom: -105px;
  width: 300px;
  height: 200px;
  background: url("../images/line.png") no-repeat;
  pointer-events: none;
}
.customers__container .customers__wrapper ul li:not(:nth-child(n+5))::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -105px;
  width: 300px;
  height: 200px;
  background: url("../images/line.png") no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .customers__container .customers__wrapper ul li:not(:nth-child(n+6))::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -105px;
    width: 300px;
    height: 200px;
    background: url("../images/line.png") no-repeat;
    pointer-events: none;
  }
}
@media screen and (max-width: 1440px) {
  .customers__container .customers__wrapper ul li:first-of-type::before {
    display: none;
  }
  .customers__container .customers__wrapper ul li:nth-child(3)::after {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .customers__container .customers__wrapper ul li:nth-child(2n+2)::after {
    display: none;
  }
  .customers__container .customers__wrapper ul li:nth-child(3)::after {
    display: flex;
    pointer-events: none;
  }
  .customers__container .customers__wrapper ul li:nth-child(7)::after {
    content: "";
    position: absolute;
    right: -150px;
    bottom: -105px;
    width: 300px;
    height: 200px;
    background: url("../images/cast_rasdel_t.svg") no-repeat;
    pointer-events: none;
  }
}
.customers__container .customers__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .customers__container .customers__btn {
    margin-top: -50px;
    text-align: center;
  }
}
.customers__container .customers__btn .btn__customers {
  padding: 0;
  padding: 2px 3px;
  display: inline-flex;
  height: 20px;
  margin-left: 20px;
  line-height: 20px;
  background: transparent;
  align-items: baseline;
  font-weight: 700;
  font-size: 20px;
  color: #244f77;
  transition: 0.3s ease-in;
  max-width: 200px;
  justify-content: center;
}
.customers__container .customers__btn .btn__customers svg {
  margin-left: 18px;
  color: #56a2e9;
}
@media screen and (max-width: 999px) {
  .customers__container .customers__btn .btn__customers {
    margin-left: 0;
  }
}
.customers__container .customers__btn .btn__customers:hover svg {
  color: #34c3ff;
  transition: 0.6s ease-in;
}

.customers-page__title {
  margin-top: 40px;
  margin-bottom: 52px;
}
@media screen and (max-width: 500px) {
  .customers-page__title {
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 5px;
  }
}

.customers .customers__container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .customers .customers__container .customers__wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .customers .customers__container .customers__wrapper ul li {
    min-height: 110px;
  }
}
.customers .customers__container .customers__wrapper ul li .item-img {
  height: 128px;
}
@media screen and (max-width: 500px) {
  .customers .customers__container .customers__wrapper ul li .item-img {
    height: 80px;
  }
}
.customers .customers__container .customers__wrapper ul li:nth-child(n+5) {
  padding-top: 20px;
}
@media screen and (max-width: 500px) {
  .customers .customers__container .customers__wrapper ul li:nth-child(n+5) {
    padding-top: 0px;
  }
}
.customers .customers__container .customers__btn {
  display: none;
}

.licenses {
  margin-bottom: 140px;
}
@media screen and (max-width: 999px) {
  .licenses {
    background: none;
  }
}
@media screen and (max-width: 999px) {
  .licenses {
    margin-bottom: 28px;
  }
}
.licenses .licenses__container {
  margin-top: 0;
  padding: 98px 0 171px 0;
  width: 100%;
  margin-right: auto;
  background: url("../images/licens/bg.svg") no-repeat center/cover;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .licenses .licenses__container {
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .licenses .licenses__container {
    display: none;
    background: none;
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .licenses .licenses__container {
    margin-top: 0;
    padding: 88px 0 50px;
  }
}
.licenses .licenses__img-mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .licenses .licenses__img-mobile {
    display: block;
    width: 100%;
    height: 276px;
  }
  .licenses .licenses__img-mobile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.licenses .title__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: -12px;
  padding-left: 58px;
}
@media screen and (max-width: 1280px) {
  .licenses .title__left {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .licenses .title__left {
    margin-bottom: 15px;
    padding-left: 0;
    text-align: center;
  }
}
.licenses .licenses__wrapper {
  margin-left: 11%;
  margin-bottom: 25px;
  border-radius: 30px;
  max-width: 945px;
  padding: 34px 136px 24px 39px;
  backdrop-filter: blur(25px);
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .licenses .licenses__wrapper {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 39px 36px;
  }
}
@media screen and (max-width: 500px) {
  .licenses .licenses__wrapper {
    padding: 39px 15px;
    text-align: left;
    margin-top: -91px;
  }
}
.licenses .licenses__wrapper span {
  display: inline-block;
  margin-bottom: 24px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #494c54;
  position: relative;
  max-width: 790px;
}
@media screen and (max-width: 1024px) {
  .licenses .licenses__wrapper span {
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
}
@media screen and (max-width: 500px) {
  .licenses .licenses__wrapper span {
    margin-bottom: 8px;
  }
}
.licenses .licenses__wrapper .licenses__btn-white {
  padding: 0 19px 0 51px;
  max-width: 200px;
  position: absolute;
  font-size: 24px;
  color: #34c3ff;
  display: inline-flex;
  align-items: center;
  bottom: -6%;
  right: 160px;
  width: 200px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .licenses .licenses__wrapper .licenses__btn-white {
    align-items: center;
    padding: 3px 13px 0 43px;
    right: 50%;
    transform: translateX(50%);
    bottom: -20px;
  }
}
@media screen and (max-width: 500px) {
  .licenses .licenses__wrapper .licenses__btn-white {
    align-items: center;
    padding: 3px 13px 0 33px;
    max-width: 150px;
    font-size: 20px;
    bottom: -20px;
  }
}

.licenses-page .licenses__image {
  max-width: 1630px;
  width: 100%;
  height: 500px;
  margin-bottom: 70px;
}
.licenses-page .licenses__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .licenses-page .licenses__image img {
    object-fit: contain;
  }
}
@media screen and (max-width: 1024px) {
  .licenses-page .licenses__image {
    display: none;
  }
}
.licenses-page .licenses__image_mob {
  display: none;
}
@media screen and (max-width: 1024px) {
  .licenses-page .licenses__image_mob {
    display: block;
  }
}
.licenses-page .licenses__image_mob .image {
  margin-bottom: 20px;
}
.licenses-page .licenses__image_mob .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__image_mob .image img {
    object-fit: contain;
  }
}
.licenses-page .licenses__image_mob .licenses__content {
  margin-bottom: 23px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12.5px);
}
.licenses-page .licenses__image_mob .licenses__content .licenses__wrapper {
  padding: 37px 5px 22px 15px;
}
.licenses-page .licenses__image_mob .licenses__content .licenses__wrapper span {
  color: #494C54;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
}
.licenses-page .licenses-page__title_top {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses-page__title_top {
    text-align: center;
    line-height: 1;
  }
}
.licenses-page .customers-page__title_down {
  margin-bottom: 57px;
}
@media screen and (max-width: 500px) {
  .licenses-page .customers-page__title_down {
    line-height: 1;
  }
}
.licenses-page .licenses__box {
  position: relative;
  z-index: 150;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box {
    margin-bottom: 22px;
  }
  .licenses-page .licenses__box .title::before {
    content: none;
  }
  .licenses-page .licenses__box .title::after {
    content: none;
  }
}
.licenses-page .licenses__box .licenses__gallery {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 63px;
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box .licenses__gallery {
    margin-bottom: 100px;
  }
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list {
    justify-content: flex-start;
  }
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item {
  width: 25%;
  padding: 0 45px;
  margin-bottom: 88px;
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 999px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item {
    padding: 0 12px;
    margin-bottom: 22px;
  }
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item a p {
  padding: 0;
  margin: 0;
  color: #244F77;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item a p {
    line-height: 16px;
  }
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item a p:last-of-type {
  margin-bottom: 10px;
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item a img {
  width: 100%;
  height: auto;
  aspect-ratio: 335 / 475;
  object-fit: cover;
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n+1) {
  padding-left: 35px;
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n+1) {
    padding-left: 45px;
  }
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n+1) {
    padding-left: 35px;
  }
}
@media screen and (max-width: 999px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(odd) {
    padding-left: 35px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(odd) {
    padding-left: 0;
    padding-right: 11px;
  }
}
.licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n) {
  padding-right: 35px;
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(4n) {
    padding-right: 45px;
  }
}
@media screen and (max-width: 1366px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n) {
    padding-right: 35px;
  }
}
@media screen and (max-width: 999px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n) {
    padding-right: 45px;
  }
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(even) {
    padding-left: 45px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 500px) {
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(3n) {
    padding-right: 11px;
  }
  .licenses-page .licenses__box .licenses__gallery .licenses__gallery_list .licenses__gallery_item:nth-child(even) {
    padding-right: 0;
    padding-left: 11px;
  }
}
.licenses-page .licenses__box .licenses__gallery:last-child {
  margin-bottom: 0;
}
.licenses-page .consultation {
  margin: 0 0 166px;
}
@media screen and (max-width: 999px) {
  .licenses-page .consultation {
    margin-bottom: 104px;
  }
}
.licenses-page .consultation .consultation__container {
  margin: 0;
}

.consultation {
  margin: 0 0 212px;
  padding-top: 85px;
}
@media screen and (max-width: 1024px) {
  .consultation {
    margin: 0 0 46px;
  }
}
@media screen and (max-width: 999px) {
  .consultation {
    margin: 0 0 46px 0;
    padding-top: 0;
  }
}
.consultation .consultation__container {
  margin: 0 0 0 0;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container {
    margin: 122px 0 122px 0;
    grid-template-rows: 40px 33px;
  }
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container {
    margin: 38px 0 46px 0;
  }
}
@media screen and (max-width: 500px) {
  .consultation .consultation__container {
    margin: 0 0 0 0;
  }
}
.consultation .consultation__container .consultation__bg {
  position: absolute;
  background: url("../images/consultation/bg-usor.svg") no-repeat left/contain;
  top: -157px;
  left: -62px;
  width: 668px;
  height: 558px;
  z-index: 900;
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__bg {
    max-width: 668px;
    width: 100%;
    height: 100%;
    top: -30px;
  }
}
@media screen and (max-width: 999px) {
  .consultation .consultation__container .consultation__bg {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .consultation .consultation__container .consultation__bg {
    top: -20px;
    height: 280px;
    z-index: 0;
  }
}
.consultation .consultation__container .consultation__form {
  background: url("../images/consultation/osnBG.png") no-repeat left/cover;
  display: flex;
  align-items: center;
  max-width: 1500px;
  width: 100%;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form {
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url("../images/consultation/bgmobil.png") no-repeat center/cover;
  }
}
.consultation .consultation__container .consultation__form form {
  padding: 25px 50px 18px 36px;
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form form {
    padding: 28px 15px 19px 15px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .consultation .consultation__container .consultation__form form {
    padding: 45px 15px 19px 15px;
  }
}
.consultation .consultation__container .consultation__form form label {
  display: block;
  font-weight: 400;
  font-size: clamp(37px, 2.6vw, 50px);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
}
.consultation .consultation__container .consultation__form form label span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(37px, 2.6vw, 50px);
  text-transform: uppercase;
  color: #34c3ff;
}
.consultation .consultation__container .consultation__form form input {
  background: transparent;
  display: inline-flex;
  outline: none;
  border: none;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  background: rgba(187, 231, 255, 0.1);
  max-width: 714px;
  margin: 0;
  width: 100%;
  padding: 13px 21px;
  margin-bottom: 12px;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .consultation .consultation__container .consultation__form form input {
    width: 568px;
  }
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form form input {
    max-width: 568px;
    width: 100%;
    padding: 15px 21px;
  }
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form form input:nth-of-type(2) {
    margin-bottom: 181px;
  }
}
.consultation .consultation__container .consultation__form form input::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(15px);
}
.consultation .consultation__container .consultation__form form .wrapper__link {
  padding-top: 5px;
  max-width: 715px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .consultation .consultation__container .consultation__form form .wrapper__link {
    max-width: 568px;
  }
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form form .wrapper__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
}
.consultation .consultation__container .consultation__form form .wrapper__link .span-warning {
  display: inline-block;
  max-width: 330px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #eef2f9;
  margin-right: 23px;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form form .wrapper__link .span-warning {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.consultation .consultation__container .consultation__form form .wrapper__link .span-warning .blue-accent {
  color: #34C3FF;
  font-style: normal;
}
.consultation .consultation__container .consultation__form form .wrapper__link .span-warning .underline {
  font-style: normal;
  text-decoration: underline;
  color: #eef2f9;
}
.consultation .consultation__container .consultation__form .foto {
  position: absolute;
  z-index: 50;
  background: url("../images/consultation/girlBg.png") no-repeat center/cover;
  border-radius: 154px;
  top: -25px;
  left: 35%;
  max-width: 674px;
  height: 336px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .consultation .consultation__container .consultation__form .foto {
    left: 32%;
  }
}
@media screen and (max-width: 1024px) {
  .consultation .consultation__container .consultation__form .foto {
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 45%;
    max-width: 320px;
    height: 156px;
    z-index: 11000;
  }
}
@media screen and (max-width: 500px) {
  .consultation .consultation__container .consultation__form .foto {
    top: 46%;
  }
}

.footer {
  background: url("../images/bg-footer.png") no-repeat center/cover;
  padding: 0 0 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    padding: 28px 0 10px;
  }
}
.footer__container {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(460px, 730px) minmax(220px, 493px) minmax(205px, 280px);
  grid-template-rows: 50px 196px 20px;
  grid-template-areas: "nav map cont" "logo map cont" "f-copy f-copy dev";
}
@media screen and (max-width: 1440px) {
  .footer__container {
    grid-template-areas: "logo map cont" "logo map cont" "f-copy f-copy dev";
  }
}
@media screen and (max-width: 1280px) {
  .footer__container {
    grid-template-columns: 2fr minmax(310px, 320px) 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .footer__container {
    padding-left: 0;
    justify-items: flex-start;
    grid-template-columns: minmax(190px, 460px) 120px;
    grid-template-rows: 80px 156px 260px 50px 67px;
    grid-template-areas: "cont ." "logo ." "map map" "soci soci" "f-copy dev";
  }
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding-left: 0;
    justify-items: flex-start;
    grid-template-columns: minmax(190px, 460px) 120px;
    grid-template-rows: 70px 156px 260px 50px;
    grid-template-areas: "cont ." "logo ." "map map" "soci soci" "f-copy dev";
  }
}
@media screen and (max-width: 500px) {
  .footer__container {
    grid-template-rows: 70px 156px 260px 50px;
  }
}
.footer__container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  backdrop-filter: blur(20px);
  background: rgba(20, 21, 23, 0.1);
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  .footer__container::before {
    top: -16px;
  }
}
.footer__nav {
  grid-area: nav;
  position: relative;
  padding: 15px 35px 10px 35px;
  max-width: 730px;
  border-radius: 0 0 80px 80px;
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: rgba(19, 19, 19, 0.3);
  margin-right: -70px;
}
@media screen and (max-width: 1440px) {
  .footer__nav {
    margin-right: -20px;
  }
}
@media screen and (max-width: 1440px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer__nav nav .footer__nav-list {
  display: flex;
  list-style-type: none;
  width: 100%;
  justify-content: space-between;
}
.footer__nav nav .footer__nav-list .footer__nav-item {
  font-weight: 700;
  padding-right: 10px;
  padding-left: 10px;
}
.footer__nav nav .footer__nav-list .footer__nav-item .footer__nav-link {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .footer__nav nav .footer__nav-list .footer__nav-item .footer__nav-link {
    font-size: 16px;
  }
}
.footer__nav nav .footer__nav-list .footer__nav-item .footer__nav-link:hover {
  color: #34c3ff;
}
.footer__nav nav .footer__nav-list .footer__nav-item .link-hov {
  color: #fff;
  transition: 0.3s;
}
.footer__nav nav .footer__nav-list .footer__nav-item .link-hov:hover {
  color: #34c3ff;
  text-shadow: 0 0 15px 0 #000;
}
.footer__nav nav .footer__nav-list .footer__nav-item .accent {
  color: #fc0;
}
.footer__wrapper-company {
  display: grid;
  grid-area: logo;
  padding-top: 26px;
  position: relative;
  grid-auto-columns: 130px minmax(350px, 400px);
  grid-template-rows: 50px 80px;
  grid-template-areas: "logo title-footer" "logo title-footer";
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company {
    justify-content: flex-start;
    padding-top: 0;
    grid-template-rows: 80px 67px;
    margin-bottom: 11px;
    align-items: center;
    width: 100%;
    grid-template-columns: minmax(320px, 750px);
    row-gap: 18px;
    grid-template-areas: "title-footer" "logo";
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company {
    padding-top: 0;
    grid-template-rows: 95px 67px;
    margin-bottom: 11px;
    grid-template-columns: minmax(345px, 750px);
    row-gap: 5px;
    grid-template-areas: "title-footer" "logo";
  }
}
.footer__wrapper-company a {
  font-weight: 700;
  font-size: 20px;
  color: #bcc1ca;
  grid-area: logo;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company a {
    justify-content: flex-start;
    align-items: center;
    line-height: 50%;
    display: inline-flex;
    column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company a img {
    display: inline-block;
    width: 67px;
    height: 67px;
    margin-left: 5px;
    margin-top: 10px;
  }
}
.footer__wrapper-company a .footer__logo_title {
  position: absolute;
  top: 22px;
  left: 140px;
  max-width: 322px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company a .footer__logo_title {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company a .footer__logo_title {
    top: 5px;
    left: 3px;
  }
}
.footer__wrapper-company a .footer__logo_title span {
  display: inline-flex;
  font-size: clamp(14px, 1.04vw, 20px);
  line-height: 133%;
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company a .footer__logo_title span {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.footer__wrapper-company a .footer__logo_title .logo-active {
  font-size: 30px;
  color: #fc0;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company a .footer__logo_title .logo-active {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company a .footer__logo_title .logo-active {
    margin-top: -4px;
    font-size: 30px;
    line-height: 0.5;
  }
}
.footer__wrapper-company .footer__address {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 400px;
  grid-area: title-footer;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-company .footer__address {
    align-items: flex-start;
    padding-left: 6px;
    max-width: 700px;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company .footer__address {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__wrapper-company .footer__address address {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company .footer__address address {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-company .footer__address address:last-of-type {
    margin-bottom: 0;
  }
}
.footer__wrapper-company .footer__address span {
  display: block;
  padding-left: 28px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #828d9c;
  font-style: normal;
  line-height: 1;
}
.footer__wrapper-company .footer__address svg {
  display: inline-block;
  margin-right: 10px;
}
.footer__wrapper-company .footer__address p {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .footer__wrapper-company .footer__address p {
    font-size: 18px;
  }
}
.footer__wrapper-company .footer__address p .grey {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  color: #b1b1b1;
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  .footer__wrapper-company .footer__address p .grey {
    font-size: 18px;
  }
}
.footer__wrapper-contact {
  z-index: 40;
  grid-area: cont;
  display: flex;
  justify-content: flex-end;
}
.footer__wrapper-contact .footer__email {
  padding-top: 13px;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper-contact .footer__email {
    padding-top: 26px;
  }
}
@media screen and (max-width: 500px) {
  .footer__wrapper-contact .footer__email {
    padding-top: 0;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1280px) {
  .footer__wrapper-contact .footer__email .footer__email-list {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrapper-contact .footer__email .footer__email-list {
    display: flex;
    justify-self: flex-start;
    align-items: flex-start;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list li {
  margin-left: 2px;
  display: flex;
  padding: 0;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .footer__wrapper-contact .footer__email .footer__email-list li {
    font-size: 25px;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list li > ul.top__list li a span {
  margin-left: 14px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #b9bfc9;
}
.footer__wrapper-contact .footer__email .footer__email-list li > ul.top__list li a span i {
  font-weight: 700;
  font-style: normal;
}
.footer__wrapper-contact .footer__email .footer__email-list li a {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 3px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 500px) {
  .footer__wrapper-contact .footer__email .footer__email-list li a {
    margin-bottom: 14px;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list li a .grey {
  margin-left: 14px;
  color: #b1b1b1;
  transition: 0.3s ease-in;
}
.footer__wrapper-contact .footer__email .footer__email-list li a .phone-icon {
  vertical-align: middle;
  color: #56a2e9;
}
.footer__wrapper-contact .footer__email .footer__email-list li a:hover .grey {
  margin-left: 14px;
  color: #b1b1b1;
  transition: 0.3s ease-in;
}
.footer__wrapper-contact .footer__email .footer__email-list li a:hover .phone-icon {
  vertical-align: middle;
  color: #34c3ff;
}
.footer__wrapper-contact .footer__email .footer__email-list li .blue {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #56a2e9;
  transition: 0.3s ease-in;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-contact .footer__email .footer__email-list li .blue {
    display: none;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list li .blue:hover {
  color: #34C3FF;
  transition: 0.3s ease-in;
}
.footer__wrapper-contact .footer__email .footer__email-list .icon-email-footer svg {
  color: #56a2e9;
}
.footer__wrapper-contact .footer__email .footer__email-list .icon-email-footer:hover span {
  color: #34c3ff;
  transition: 0.3s ease-in;
}
.footer__wrapper-contact .footer__email .footer__email-list .icon-email-footer:hover svg {
  color: #34c3ff;
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer {
  grid-area: social;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer svg {
  color: #7d889a;
  transition: all 0.1s linear;
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer svg path {
  transition: all 0.1s linear;
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 26px;
  height: 36px;
  line-height: 36px;
  padding: 0 21px;
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: rgba(19, 19, 19, 0.3);
  transition: 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer__box {
    max-width: 490px;
    bottom: 85px;
    width: 90%;
    left: 10px;
    position: absolute;
  }
}
@media (max-width: 1024px) {
  .footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer__box {
    display: none;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list .desctop {
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer__wrapper-contact .footer__email .footer__email-list .desctop {
    display: none;
  }
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer:hover svg {
  color: #34c3ff;
}
.footer__wrapper-contact .footer__email .footer__email-list .btn__social_footer:hover svg path {
  fill: #34c3ff;
}
.footer__wrapper-contact .footer__email .footer__email-list li:nth-of-type(3) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper-contact .footer__email .footer__email-list li:nth-of-type(3) {
    margin-bottom: 19px;
  }
}
.footer__map {
  position: relative;
  grid-area: map;
  padding-top: 18px;
  margin-bottom: 20px;
  border-radius: 44px;
}
@media screen and (max-width: 767px) {
  .footer__map {
    width: 90%;
    padding-top: 0;
    margin-bottom: 14px;
    margin-top: 20px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 500px) {
  .footer__map {
    width: 100%;
    padding-top: 8px;
  }
}
.footer__map ymaps {
  border-radius: 44px;
}
@media screen and (max-width: 767px) {
  .footer__map ymaps {
    border-radius: 30px;
  }
}
.footer__map ymaps.ymaps-2-1-79-ground-pane {
  filter: grayscale(100%);
}
.footer .footer__copyright {
  font-family: "Gilroy", sans-serif, sans-serif;
  position: relative;
  padding-left: 30px;
  grid-area: f-copy;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1280px) {
  .footer .footer__copyright {
    padding-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .footer .footer__copyright {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright {
    font-family: "Bebas Neue", sans-serif, sans-serif;
    max-width: 300px;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__copyright {
    align-items: center;
  }
}
.footer .footer__copyright .copy-text {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #40464e;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright .copy-text {
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__copyright .copy-text {
    font-size: 14px;
    line-height: 1;
  }
}
.footer .footer__copyright .copy-text .copy {
  font-weight: 400;
  font-size: 16px;
  color: #40464e;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .footer .footer__copyright .copy-text .copy {
    line-height: 1;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__copyright .copy-text .copy {
    font-size: 14px;
    line-height: 1;
  }
}
.footer .footer__copyright .copy-text .copy:hover {
  color: #34c3ff;
  transition: 0.3s ease-in;
}
.footer__logo-dev {
  display: grid;
  grid-area: dev;
  position: relative;
  justify-items: end;
  margin-top: -51px;
  z-index: 40;
}
@media screen and (max-width: 1280px) {
  .footer__logo-dev {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .footer__logo-dev {
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo-dev {
    margin-left: 14px;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer__logo-dev {
    margin-top: -9px;
  }
}
.footer .footer__social-mob {
  display: none;
  grid-area: soci;
  width: 100%;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(30px);
  box-shadow: inset 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: rgba(19, 19, 19, 0.3);
  border-radius: 26px;
}
@media screen and (max-width: 1024px) {
  .footer .footer__social-mob {
    display: flex;
    align-items: center;
    max-width: 497px;
    width: 100%;
  }
}
.footer .footer__social-mob a:last-of-type {
  margin-right: 0;
}
.footer .footer__social-mob .mob {
  margin-right: 20px;
}
.footer .footer__social-mob .mob svg {
  color: #7d889a;
  transition: all 0.1s linear;
}
.footer .footer__social-mob .mob svg path {
  transition: all 0.1s linear;
}
.footer .footer__social-mob .mob:hover svg {
  color: #34c3ff;
}
.footer .footer__social-mob .mob:hover svg path {
  fill: #34c3ff;
}

.footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 38, 45, 0.9);
}

.btn {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  border: none;
  border-radius: 9px;
  padding: 0 20px 0 56px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  background: linear-gradient(319deg, #285681 0%, #0f3354 100%);
  position: relative;
  transition: 0.3s all linear;
  color: #34c3ff;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
}
@media screen and (max-width: 1366px) {
  .btn {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1440px) {
  .btn {
    padding: 0 15px 0 25px;
  }
}
@media screen and (max-width: 1130px) {
  .btn {
    padding: 0 15px 0 22px;
    height: 40px;
    line-height: 44px;
    font-size: 18px;
  }
}
.btn:hover {
  background: linear-gradient(62deg, #285681 0%, #0f3354 100%);
  transition: 0.3s linear;
}
.btn:active {
  color: #34c3ff;
  background: linear-gradient(62deg, #285681 0%, #0f3354 100%);
  box-shadow: 0 4px 25px 0 rgba(14, 50, 84, 0.44);
}
.btn_advice {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 30px;
  height: 57px;
  color: #FFF383;
  background: rgba(34, 1, 2, 0.4);
  border: 2px solid #fff383;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  .btn_advice {
    padding: 0 10px;
    height: 40px;
    line-height: 35px;
    font-size: 22px;
  }
}
.btn_buy {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 1, 2, 0.3);
  border: 2px solid #a84c56;
}
.btn_buy:hover {
  background: rgba(34, 1, 2, 0.3);
  border: 2px solid #fef275;
  color: #FFF383;
}
.btn_buy:before {
  content: "";
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjUgMS42OTQ4MkwxLjU3NzQgMS44MDQ4M0MzLjIwODc5IDIuMzUyOTkgNC4wMjQ0OSAyLjYyNzA3IDQuNDkxMDUgMy4yNzk1OEM0Ljk1NzYxIDMuOTMyMDkgNC45NTc2MSA0Ljc5ODgxIDQuOTU3NjEgNi41MzIyNFY5Ljc5MjRDNC45NTc2MSAxMy4zMTYgNC45NTc2MSAxNS4wNzc4IDYuMDQzNTUgMTYuMTcyNEM3LjEyOTQ5IDE3LjI2NzEgOC44NzcyNyAxNy4yNjcxIDEyLjM3MjggMTcuMjY3MUgyMi4yNTk4IiBzdHJva2U9IiNDMjY0NkUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTcuNjQ1MyAyMC4wMTUxQzguNjU0MjkgMjAuMDE1MSA5LjQ3MjI0IDIwLjgzNTQgOS40NzIyNCAyMS44NDcyQzkuNDcyMjQgMjIuODU5IDguNjU0MjkgMjMuNjc5MiA3LjY0NTMgMjMuNjc5MkM2LjYzNjMxIDIzLjY3OTIgNS44MTgzNiAyMi44NTkgNS44MTgzNiAyMS44NDcyQzUuODE4MzYgMjAuODM1NCA2LjYzNjMxIDIwLjAxNTEgNy42NDUzIDIwLjAxNTFaIiBzdHJva2U9IiNDMjY0NkUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik0xOC42MDYyIDIwLjAxNTJDMTkuNjE1MiAyMC4wMTUyIDIwLjQzMzIgMjAuODM1NSAyMC40MzMyIDIxLjg0NzNDMjAuNDMzMiAyMi44NTkxIDE5LjYxNTIgMjMuNjc5MyAxOC42MDYyIDIzLjY3OTNDMTcuNTk3MiAyMy42NzkzIDE2Ljc3OTMgMjIuODU5MSAxNi43NzkzIDIxLjg0NzNDMTYuNzc5MyAyMC44MzU1IDE3LjU5NzIgMjAuMDE1MiAxOC42MDYyIDIwLjAxNTJaIiBzdHJva2U9IiNDMjY0NkUiIHN0cm9rZS13aWR0aD0iMS41Ii8+CjxwYXRoIGQ9Ik00LjkwMjM0IDUuMzU4ODlIMTguNzAwNEMyMS4xNzY3IDUuMzU4ODkgMjIuNDE0OSA1LjM1ODg5IDIyLjk1MDcgNi4xNTI5OUMyMy40ODY0IDYuOTQ3MDkgMjIuOTk4NyA4LjA1OTM2IDIyLjAyMzIgMTAuMjgzOUwyMS41MDY4IDExLjQ2MTZDMjEuMDUxNCAxMi41MDAyIDIwLjgyMzYgMTMuMDE5NSAyMC4zNzA5IDEzLjMxMTNDMTkuOTE4MiAxMy42MDMgMTkuMzQwMSAxMy42MDMgMTguMTg0IDEzLjYwM0g0LjkwMjM0IiBzdHJva2U9IiNDMjY0NkUiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=");
  display: inline-block;
  margin-right: 14px;
}
.btn_buy.in-basket {
  color: #a84c56;
}
.btn_buy.in-basket:hover {
  border: 2px solid #a84c56;
  color: #a84c56;
}
.btn_back {
  color: #ff8995;
  background: rgba(34, 1, 2, 0.3);
  border: 1px solid #a84c56;
  transition: 0.1s all linear;
  display: flex;
  align-items: center;
}
.btn_back:before {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNTY0IDEuMTMxMDRMNi45MTcyIDQuMDYwNDVMMTAuMzU2NCA2Ljk4OTg1TTQuNjI0MzcgMS4xMzEwNEwxLjE4NTEyIDQuMDYwNDVMNC42MjQzNyA2Ljk4OTg1IiBzdHJva2U9IiNERUJENTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  margin-right: 12px;
}
.btn_back:hover {
  color: #ffffff;
  border: 1px solid #FFF383;
}
.btn.btn-small {
  padding: 0 10px;
  height: 40px;
  line-height: 37px;
  font-size: 14px;
}
.btn.btn-search {
  border: 0;
  text-align: left;
  width: 100%;
  padding: 0 8px;
  color: #FFF383;
  height: 37px;
  line-height: 35px;
}
.btn.btn-search svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.btn-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF383;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  text-decoration: none;
  transition: 0.1s color linear;
  cursor: pointer;
}
.btn-more:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 320px) {
  .btn-more {
    font-size: 20px;
  }
}
.btn-more__text {
  padding: 0 80px;
  position: relative;
}
.btn-more__text:before {
  left: 0;
  background-image: url("../images/btn-more-left.svg");
}
.btn-more__text:after {
  right: 0;
  background-image: url("../images/btn-more-right.svg");
}
.btn-more__text:before, .btn-more__text:after {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  transform: translateY(-50%);
  width: 70px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-more_catalog {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .btn-more_catalog {
    font-size: 14px;
    line-height: 100%;
  }
}
.btn-more_catalog .btn-more__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #debd55;
  border-radius: 32px;
  padding-top: 17px;
  padding-bottom: 9px;
}
@media screen and (max-width: 500px) {
  .btn-more_catalog .btn-more__wrap {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.btn-more_catalog .btn-more__text {
  padding: 0 66px;
}
@media screen and (max-width: 500px) {
  .btn-more_catalog .btn-more__text {
    padding: 0 40px;
  }
}
@media screen and (max-width: 500px) {
  .btn-more_catalog .btn-more__text:before, .btn-more_catalog .btn-more__text:after {
    background-size: contain;
    width: 56px;
  }
}
.btn-more_catalog .btn-more__text:before {
  left: -40px;
}
@media screen and (max-width: 500px) {
  .btn-more_catalog .btn-more__text:before {
    left: -30px;
  }
}
.btn-more_catalog .btn-more__text:after {
  right: -40px;
}
@media screen and (max-width: 500px) {
  .btn-more_catalog .btn-more__text:after {
    right: -30px;
  }
}
.btn-more_catalog .btn-more__icon {
  margin-top: 5px;
}
.btn-more_section .btn-more__wrap {
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  display: block;
}
.btn-more_section .btn-more__wrap:after {
  content: "";
  position: absolute;
  background: #691d2b;
  width: 32px;
  height: 2px;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
}
.btn-more_section .btn-more__icon {
  width: 18px;
  height: 14px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.btn-more_section .btn-more__icon path {
  stroke-width: 2;
}

.btn-arr:after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/arr-right-defolt.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  margin-left: 21px;
}
@media screen and (max-width: 1440px) {
  .btn-arr:after {
    margin-left: 10px;
  }
}

.btn-arr:hover::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("../images/btn-arr-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-block;
  margin-left: 21px;
}
@media screen and (max-width: 1440px) {
  .btn-arr:hover::after {
    margin-left: 10px;
  }
}

.btn__white {
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  border: none;
  border-radius: 9px;
  padding: 0 20px 0 56px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  background: linear-gradient(62deg, #285681 0%, #0f3354 100%);
  position: relative;
  transition: 0.3s all linear;
  color: #34c3ff;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
}
@media screen and (max-width: 1366px) {
  .btn__white {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1440px) {
  .btn__white {
    padding: 0 15px 0 25px;
  }
}
@media screen and (max-width: 1130px) {
  .btn__white {
    padding: 0 15px 0 22px;
    font-size: 18px;
  }
}
.btn__white:hover {
  background: linear-gradient(319deg, #285681 0%, #0f3354 100%);
  transition: 0.3s linear;
}
.btn__white:active {
  box-shadow: 0 4px 25px 0 rgba(14, 50, 84, 0.44);
}

.btn__white:after {
  content: "";
  top: -2px;
  width: 12px;
  height: 12px;
  background-image: url("../images/btn-arr-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-flex;
  margin-left: 24px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1440px) {
  .btn__white:after {
    margin-left: 21px;
  }
}
@media screen and (max-width: 500px) {
  .btn__white:after {
    margin-left: 10px;
    bottom: 1px;
  }
}

.btn__white:active::after {
  content: "";
  top: -2px;
  width: 12px;
  height: 12px;
  background-image: url("../images/arr-right-active.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-flex;
  margin-left: 24px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1440px) {
  .btn__white:active::after {
    margin-left: 21px;
  }
}
@media screen and (max-width: 500px) {
  .btn__white:active::after {
    margin-left: 10px;
    bottom: 1px;
  }
}

.btn__white:hover::after {
  content: "";
  top: -2px;
  width: 12px;
  height: 12px;
  background-image: url("../images/arr-right-active.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: inline-flex;
  margin-left: 24px;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1440px) {
  .btn__white:hover::after {
    margin-left: 21px;
  }
}
@media screen and (max-width: 500px) {
  .btn__white:hover::after {
    margin-left: 10px;
    bottom: 1px;
  }
}

.button-go-up {
  background: transparent;
  position: fixed;
  top: 83%;
  right: 0;
  z-index: 500;
  display: none;
}
@media screen and (max-width: 1024px) {
  .button-go-up {
    display: none;
  }
}
.button-go-up .btn-go-up {
  border-radius: 13px 0 0 13px;
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(25, 33, 50, 0.8);
  padding: 0 18px;
}
.button-go-up .btn-go-up:hover {
  border-radius: 13px 0 0 13px;
  background: rgba(25, 23, 30, 0.8);
  padding: 0 18px;
}
.button-go-up .btn-go-up:hover svg {
  color: #fff;
}

.button-go-up__show {
  display: block;
}
@media screen and (max-width: 1024px) {
  .button-go-up__show {
    display: none;
  }
}

.sidebar {
  position: fixed;
  z-index: 510;
  top: 161px;
  right: 0;
}
@media screen and (max-width: 1280px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar__wrapper {
  padding: 8px 0 8px 0;
  border-radius: 15px 0 0 15px;
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(25, 33, 50, 0.8);
}
.sidebar .sidebar__wrapper .sidebar__list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.sidebar .sidebar__wrapper .sidebar__list .sidebar__item a {
  padding: 0;
  margin: 0;
  padding-left: 14px;
  padding-right: 9px;
  display: inline-flex;
  align-items: center;
  background: transparent;
  line-height: 47px;
  height: 47px;
  transition: 0.3s ease-in;
}
.sidebar .sidebar__wrapper .sidebar__list .sidebar__item a svg {
  color: #56a2e9;
  transition: 0.3s ease-in;
}
.sidebar .sidebar__wrapper .sidebar__list .sidebar__item a:hover {
  transition: 0.3s ease-in;
}
.sidebar .sidebar__wrapper .sidebar__list .sidebar__item a:hover svg {
  color: #34c3ff;
  transition: 0.3s ease-in;
}

.fancybox__content {
  padding: 0;
  background-color: transparent;
}

.fancybox__backdrop {
  backdrop-filter: blur(5px);
}

.is-close-btn {
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: absolute !important;
  width: 54px !important;
  height: 54px !important;
  top: 25px !important;
  right: 23px !important;
  background: url("../images/close.svg") no-repeat !important;
}

.modal .modal__container {
  width: 100%;
  height: 100%;
}
.modal .modal__container .modal__form {
  position: relative;
  padding: 62px 28px 28px;
  z-index: 10;
  max-width: 557px;
  background-image: url("../images/modal/modalBg3.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-background-size: contain;
  background-size: contain;
  background-color: #000;
  border-radius: 40px;
  position: relative;
}
.modal .modal__container .modal__form form {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
}
.modal .modal__container .modal__form form label {
  font-weight: 400;
  font-size: 60px;
  color: #56a2e9;
  margin-bottom: 20px;
}
.modal .modal__container .modal__form form input {
  padding: 12px 21px 14px;
  margin-bottom: 10px;
  background: transparent;
  outline: none;
  border: none;
  border-radius: 10px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  max-width: 518px;
  backdrop-filter: blur(30px);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(2, 4, 7, 0.3);
}
.modal .modal__container .modal__form form textarea {
  padding: 12px 21px 14px;
  margin-bottom: 26px;
  background: transparent;
  outline: none;
  border: none;
  border-radius: 10px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.04695;
  color: #ffffff;
  max-width: 518px;
  height: 143px;
  backdrop-filter: blur(30px);
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.15);
  background: rgba(2, 4, 7, 0.3);
}
.modal .modal__container .modal__form form .sub__cont {
  display: flex;
  align-items: center;
}
.modal .modal__container .modal__form form .sub__cont .modal__btn-sub {
  position: relative;
  width: 200px;
  padding-left: 15px;
  padding-right: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.modal .modal__container .modal__form form .sub__cont .modal__btn-sub::after {
  text-align: center;
  position: absolute;
  content: "";
  top: 0;
  left: calc(100% - 44px);
  width: 14px;
  height: 100%;
  background: url("../images/btn-arr-right-white.svg") center/contain no-repeat;
}
.modal .modal__container .modal__form form .sub__cont span {
  display: inline-block;
  max-width: 314px;
  opacity: 0.5;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #eef2f9;
}
.modal .modal__container .modal__form form .sub__cont span em {
  color: #34c3ff;
  font-style: normal;
}
.modal .modal__container .modal__form form .sub__cont span a {
  color: #eef2f9;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.modal .modal__container .modal__form::after {
  position: absolute;
  content: "";
  top: -12%;
  right: 50%;
  width: 600px;
  height: 500px;
  background: url("../images/modal/usorModalBg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 70;
}

.modal-image {
  max-width: 500px;
  height: auto;
}
.modal-image .modal__container_image {
  width: 100%;
  height: 100%;
}
.modal-image .modal__container_image .licenses__gallery_item {
  position: relative;
}
.modal-image .modal__container_image .licenses__gallery_item p {
  color: #fff;
}
.modal-image .modal__container_image .licenses__gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-image .modal__container_image .licenses__gallery_item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
}

.breadcrumb {
  margin-top: 156px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .breadcrumb {
    margin-top: 108px;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}
.breadcrumb ul li {
  font-family: "Gilroy", sans-serif, sans-serif;
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.breadcrumb ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #636974;
}
@media screen and (max-width: 375px) {
  .breadcrumb ul li a {
    padding-right: 0;
    padding-left: 0;
  }
}
.breadcrumb ul li a:hover {
  color: #34C3FF;
}
.breadcrumb ul li span {
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #636974;
}

.page-404 {
  text-align: center;
}
.page-404 .breadcrumb {
  text-align: start;
}
.page-404 .h1__error {
  margin: 0 auto;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 33%;
  margin-bottom: 0px;
  margin-top: 106px;
}
@media screen and (max-width: 500px) {
  .page-404 .h1__error {
    font-weight: 400;
    font-size: 40px;
    line-height: 50%;
    color: #364958;
    margin-top: 82px;
  }
}
.page-404 .error__content {
  padding: 60px 0 0;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-404 .error__content h2 {
  margin: 0;
  padding: 0;
  align-self: center;
  position: relative;
  z-index: -5;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 700;
  font-size: 400px;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(223deg, #56a2e9 0%, #244f77 58.65%);
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .page-404 .error__content h2 {
    font-size: 300px;
  }
}
.page-404 .error__content h2::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 94px;
  max-width: 163px;
  height: 227px;
  width: 100%;
  background: url("../images/page404/naushi1.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .page-404 .error__content h2::after {
    right: 37px;
    top: 3px;
  }
}
.page-404 .error__content h2:before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 794px;
  height: 713px;
  background: url("../images/page404/bg404page.svg") no-repeat center/contain;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .page-404 .error__content h2:before {
    width: 694px;
    top: -78px;
  }
}
@media screen and (max-width: 767px) {
  .page-404 .error__content h2:before {
    width: 485px;
    top: -163px;
  }
}
@media screen and (max-width: 500px) {
  .page-404 .error__content h2:before {
    width: 360px;
    height: 323px;
    top: -48px;
  }
}
.page-404 .error__content p {
  padding: 0;
  margin: 0;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 200%;
  color: #000;
  margin-bottom: 18px;
  margin-top: -33px;
}
@media screen and (max-width: 500px) {
  .page-404 .error__content p {
    margin-bottom: 21px;
    margin-top: -40px;
  }
}
.page-404 .error__content nav {
  margin-bottom: 320px;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .page-404 .error__content nav {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .page-404 .error__content nav {
    margin-bottom: 211px;
  }
}
.page-404 .error__content nav ul {
  display: flex;
  list-style-type: none;
}
.page-404 .error__content nav ul li {
  border-radius: 10px;
  margin-right: 21px;
}
@media screen and (max-width: 500px) {
  .page-404 .error__content nav ul li {
    margin-right: 13px;
  }
}
.page-404 .error__content nav ul li a {
  position: relative;
  display: inline-flex;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(319deg, #285681 0%, #0f3354 100%);
  color: #34c3ff;
  justify-content: center;
  padding: 0;
  width: 200px;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .page-404 .error__content nav ul li a {
    width: 165px;
    height: 50px;
    align-items: center;
  }
}
.page-404 .error__content nav ul li:last-of-type:hover a::after {
  position: absolute;
  content: "";
  top: 17px;
  right: 16px;
  width: 14px;
  height: 14px;
  background: url("../images/btn-arr-right.svg") no-repeat;
  z-index: 10;
}
.page-404 .error__content nav ul li:first-of-type:hover a::after {
  position: absolute;
  content: "";
  top: 16px;
  left: 16px;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  background: url("../images/btn-arr-right.svg") no-repeat;
  z-index: 10;
}
.page-404 .error__content nav ul li:last-of-type {
  margin-right: 0;
}
.page-404 .error__content nav ul li:last-of-type a::after {
  position: absolute;
  content: "";
  top: 17px;
  right: 16px;
  width: 14px;
  height: 14px;
  background: url("../images/btn-arr-right-white.svg") no-repeat;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .page-404 .error__content nav ul li:last-of-type a::after {
    top: 19px;
    right: 6px;
  }
}
.page-404 .error__content nav ul li:first-of-type a::before {
  position: absolute;
  content: "";
  top: 16px;
  left: 16px;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
  background: url("../images/btn-arr-right-white.svg") no-repeat;
}

.button-go-up__error-page {
  top: 60%;
}

@media screen and (max-width: 767px) {
  .intelligence .breadcrumb {
    margin-bottom: 30px;
  }
}
.intelligence .title {
  margin-bottom: 87px;
}
@media screen and (max-width: 767px) {
  .intelligence .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 100% */
    margin-bottom: 10px;
  }
}
.intelligence__text {
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #45484b;
  display: none;
  margin: 20px 0;
}
.intelligence__text h3 {
  color: #244f77;
  margin-bottom: 10px;
}
.intelligence__text p, .intelligence__text ol {
  margin-bottom: 20px;
}
.intelligence__text a {
  font-family: "Gilroy", sans-serif, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.intelligence__text a::before {
  content: none !important;
}
.intelligence__text table {
  max-width: 1387px;
  width: 100%;
  border: 1px solid #244f77;
  margin-bottom: 20px;
}
.intelligence__text table tbody tr td {
  border: 1px solid #244f77;
  padding: 10px;
  font-family: "Gilroy", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #45484b;
}
.intelligence__wrapper {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper {
    margin-bottom: 77px;
  }
}
.intelligence__wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.intelligence__wrapper ul li.link {
  padding: 12px 0 6px;
}
.intelligence__wrapper ul li.link:last-of-type {
  padding-bottom: 0;
}
.intelligence__wrapper ul li.link a {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  transition: 0.3s ease-in;
  color: #244F77;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul li.link a {
    font-size: 16px;
  }
}
.intelligence__wrapper ul li.link a::before {
  content: none;
}
.intelligence__wrapper ul li.link a:hover {
  color: #E21C2A;
  transition: 0.3s ease-in;
}
.intelligence__wrapper ul .parent {
  padding: 0;
  margin: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  padding: 15px 59px 15px 54px;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent {
    padding: 22px 14px 29px 52px;
  }
}
@media screen and (max-width: 500px) {
  .intelligence__wrapper ul .parent {
    padding: 13px 14px 13px 52px;
  }
}
.intelligence__wrapper ul .parent a {
  position: relative;
  padding: 0;
  margin: 0;
  color: #244F77;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent a {
    font-size: 16px;
    font-weight: 700;
  }
}
.intelligence__wrapper ul .parent a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 9px;
  left: -32px;
  background: url("../images/intelligence/1.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent a::before {
    top: 50%;
    transform: translateY(-7px);
  }
}
.intelligence__wrapper ul .parent a:hover {
  color: #56A2E9;
}
.intelligence__wrapper ul .parent ul {
  display: none;
}
.intelligence__wrapper ul .parent ul .parent {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 59px 15px 47px;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent {
    margin-left: 0;
    padding: 13px 10px 13px 40px;
  }
}
.intelligence__wrapper ul .parent ul .parent a {
  position: relative;
  padding: 0;
  margin: 0;
  color: #244F77;
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent a {
    font-size: 16px;
  }
}
.intelligence__wrapper ul .parent ul .parent a:hover {
  color: #56A2E9;
}
.intelligence__wrapper ul .parent ul .parent a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 8px;
  left: -25px;
  background: url("../images/intelligence/1.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent a::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.intelligence__wrapper ul .parent ul .parent ul {
  padding: 10px 59px 10px 10px;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent ul {
    margin-left: 14px;
    padding: 8px 0 8px 0;
  }
}
.intelligence__wrapper ul .parent ul .parent ul li {
  padding: 12px 0 6px;
}
.intelligence__wrapper ul .parent ul .parent ul li a {
  font-family: "Bebas Neue", sans-serif, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  transition: 0.3s ease-in;
  color: #244F77;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent ul li a {
    font-size: 16px;
  }
}
.intelligence__wrapper ul .parent ul .parent ul li a::before {
  content: none;
}
.intelligence__wrapper ul .parent ul .parent ul li a:hover {
  color: #E21C2A;
  transition: 0.3s ease-in;
}
.intelligence__wrapper ul .parent ul .parent ul li:last-of-type {
  padding-bottom: 0;
}
.intelligence__wrapper ul .parent ul .parent:first-child {
  margin-top: 39px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .parent:first-child {
    margin-top: 7px;
  }
}
.intelligence__wrapper ul .parent ul .active a {
  color: #56A2E9;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .active a {
    font-weight: 700;
  }
}
.intelligence__wrapper ul .parent ul .active a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 6px;
  left: -25px;
  background: url("../images/arr-up.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul .active a::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .parent ul {
    margin-left: -30px;
  }
}
.intelligence__wrapper ul .parent > ul {
  display: none;
}
.intelligence__wrapper ul .active {
  box-shadow: 0 4px 50px 0 rgba(17, 33, 47, 0.1);
}
.intelligence__wrapper ul .active .parent:last-of-type {
  margin-bottom: 45px;
}
.intelligence__wrapper ul .active a {
  color: #56A2E9;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .active a {
    font-weight: 700;
  }
}
.intelligence__wrapper ul .active a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 9px;
  left: -32px;
  background: url("../images/arr-up.svg") no-repeat;
}
@media screen and (max-width: 767px) {
  .intelligence__wrapper ul .active a::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.intelligence .consultation-intelligence {
  margin-bottom: 164px;
}
@media screen and (max-width: 767px) {
  .intelligence .consultation-intelligence {
    margin-bottom: 97px;
  }
}

.parent-padding-bottom {
  padding-bottom: 40px;
}

.payment .sticky-box__payment {
  z-index: 4;
}
.payment .breadcrumb {
  margin-bottom: 26px;
}
.payment .title {
  line-height: 1;
  margin-bottom: 51px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .payment .title {
    margin-bottom: 14px;
    justify-content: center;
  }
}
.payment .payment-form {
  position: relative;
  width: 100%;
  text-align: center;
  overflow-x: hidden;
  padding-top: 95px;
  margin-top: -95px;
}
.payment .payment-form h2 {
  position: relative;
  text-align: center;
  color: #FFF;
  text-shadow: 0 4px 70px rgba(0, 0, 0, 0.15);
  font-family: "Bebas Neue", sans-serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  z-index: 5;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form h2 {
    font-size: 130px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form h2 {
    font-size: 60px;
  }
}
.payment .payment-form .form__box {
  position: relative;
  display: flex;
  z-index: 3;
  margin-bottom: 610px;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box {
    margin-bottom: 400px;
  }
}
.payment .payment-form .form__box .form-payment {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 36px 58px 188px 19px;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0);
  backdrop-filter: blur(10px);
  margin-right: 48px;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .form-payment {
    padding: 36px 19px 188px 19px;
  }
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box .form-payment {
    margin-right: 0;
    flex-wrap: wrap;
    padding: 36px 19px 100px 19px;
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment {
    flex-wrap: wrap;
    background: none;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0);
    backdrop-filter: none;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment {
    padding: 14px 20px 30px 20px;
    margin-bottom: 122px;
  }
}
.payment .payment-form .form__box .form-payment .form__index {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  z-index: 25;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form01 {
  display: flex;
  max-width: 460px;
  width: 50%;
  margin-right: 63px;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 {
    margin-right: 0;
    max-width: none;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 {
    margin-bottom: 10px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form01 .form__number {
  font-family: "Bebas Neue", sans-serif;
  color: #CACED6;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-right: 21px;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__number {
    font-size: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__number {
    font-size: 70px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__number {
    font-size: 45px;
    margin-right: 10px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
}
.payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input .h3 {
  padding-top: 6px;
  width: 100%;
  text-align: start;
  color: #CACED6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input .h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input .h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input .h3 {
    font-size: 35px;
    padding-top: 0;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input input {
  display: inline-block;
  background: transparent;
  padding: 13px 23px;
  outline: none;
  border: none;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 22px;
  color: #81848D;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input input {
    margin-bottom: 16px;
    margin-left: -74px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input input {
    margin-left: -44px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input input:first-of-type {
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form01 .form__wrapper-input input:first-of-type {
    margin-top: 0;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 {
    margin-right: 0;
    width: 100%;
    align-items: center;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top {
  display: flex;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top {
    max-width: 480px;
    width: 100%;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__number {
  font-family: "Bebas Neue", sans-serif;
  color: #CACED6;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-right: 21px;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__number {
    font-size: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__number {
    font-size: 70px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__number {
    font-size: 45px;
    margin-right: 10px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  justify-content: flex-start;
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .h3 {
  padding-top: 6px;
  width: 100%;
  text-align: start;
  color: #CACED6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .h3 {
    font-size: 35px;
    padding-top: 0;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper {
    margin-left: -74px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper {
    margin-left: -44px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::before, .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::after {
  pointer-events: none;
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 47px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 33%);
  border-radius: 0 10px 10px 0;
  top: 0;
  right: 0;
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper select {
  cursor: pointer;
  appearance: none;
  display: inline-block;
  background: transparent;
  padding: 13px 23px;
  outline: none;
  border: none;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 22px;
  color: #81848D;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper select {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper select {
    margin-bottom: 10px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/pay/arr-down.svg") no-repeat center/cover;
  top: 25%;
  right: 20px;
  pointer-events: none;
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::after {
    width: 12px;
    height: 12px;
    right: 10px;
    top: 31%;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper::after {
    right: 22px;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper:hover::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/btn-arr-right.svg") no-repeat center/cover;
  top: 25%;
  transform: rotate(90deg);
  right: 20px;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .form02-top .form__wrapper-input .selected-wrapper:hover::after {
    width: 12px;
    height: 12px;
    right: 10px;
    top: 25%;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link {
  display: flex;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .abuot__btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .abuot__btn::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
    background-image: url("../images/btn-arr-right-white.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .abuot__btn:hover::after {
    background-image: url("../images/arr-right-active.svg");
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .span-warning {
  color: #818896;
  text-align: right;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .span-warning {
    order: 2;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .span-warning {
    display: none;
  }
}
.payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .span-warning .blue-accent {
  color: #34C3FF;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
}
.payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link .span-warning .underline {
  color: #818896;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  text-decoration-line: underline;
}
.payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link a {
  margin-bottom: 12px;
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .form__index .form02 .wrapper__link a {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    height: 50px;
  }
}
.payment .payment-form .form__box .form-payment .wrapper__link_mob {
  display: none;
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment .wrapper__link_mob {
    display: block;
    position: relative;
    z-index: 100;
  }
}
.payment .payment-form .form__box .form-payment .wrapper__link_mob .span-warning {
  position: relative;
  z-index: 50;
  color: #818896;
  text-align: right;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  margin-right: 20px;
}
.payment .payment-form .form__box .form-payment .wrapper__link_mob .span-warning .blue-accent {
  color: #34C3FF;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  cursor: pointer;
}
.payment .payment-form .form__box .form-payment .wrapper__link_mob .span-warning .underline {
  color: #818896;
  font-family: "Gilroy", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  text-decoration-line: underline;
  cursor: pointer;
}
.payment .payment-form .form__box .form-payment::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 326px;
  left: 282px;
  bottom: -300px;
  width: 494px;
  height: 408px;
  background-image: url("../images/pay/stul02.png");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .form-payment::after {
    top: 450px;
    left: 128px;
    width: 211px;
    height: 175px;
    background-image: url("../images/pay/stul02mob.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 50;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .form-payment::after {
    top: 390px;
    left: 128px;
    width: 211px;
    height: 175px;
    background-image: url("../images/pay/stul02mob.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 50;
  }
}
.payment .payment-form .form__box .choice-box {
  display: flex;
  max-width: 400px;
  position: relative;
  padding-top: 36px;
  z-index: 20;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box .choice-box {
    max-width: 1280px;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0);
    border-radius: 40px;
    padding: 36px 19px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .choice-box {
    max-width: none;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box {
    padding: 0 19px 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
  }
}
.payment .payment-form .form__box .choice-box .form__number {
  font-family: "Bebas Neue", sans-serif;
  color: #CACED6;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-right: 21px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .choice-box .form__number {
    font-size: 90px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .choice-box .form__number {
    font-size: 70px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box .form__number {
    font-size: 45px;
    margin-right: 10px;
  }
}
.payment .payment-form .form__box .choice-box .choice-box__desc {
  position: relative;
  z-index: 50;
  text-align: start;
  padding-top: 6px;
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc {
    padding-top: 0;
  }
}
.payment .payment-form .form__box .choice-box .choice-box__desc .h3 {
  margin-bottom: 10px;
  text-shadow: 0 0 20px #FFF;
  color: #CACED6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc .h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1366px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc .h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc .h3 {
    font-size: 35px;
    padding-top: 0;
  }
}
.payment .payment-form .form__box .choice-box .choice-box__desc span {
  display: inline-block;
  color: #505560;
  font-family: "Gilroy", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc span {
    font-size: 16px;
    margin-top: 15px;
    margin-left: -74px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc span {
    max-width: 480px;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box .choice-box__desc span {
    margin-left: 14px;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box .choice-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: -242px;
    right: -242px;
    height: 341px;
    background-image: url("../images/pay/bg3mobdown.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 0;
  }
}
.payment .payment-form .form__box::before {
  position: absolute;
  content: "";
  top: -259px;
  left: -210px;
  right: -201px;
  bottom: -416px;
  background-image: url("../images/pay/bg3.png");
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .payment .payment-form .form__box::before {
    bottom: -380px;
  }
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box::before {
    top: 220px;
    left: -82px;
    right: -139px;
    background-image: url("../images/pay/bg23mob.png");
    background-repeat: no-repeat;
    background-position: left top;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box::before {
    top: 162px;
    left: -82px;
    right: -139px;
    background-repeat: no-repeat;
    background-position: left top;
  }
}
.payment .payment-form .form__box::after {
  position: absolute;
  content: "";
  top: 201px;
  left: -28px;
  width: 172px;
  height: 175px;
  background-image: url("../images/pay/list02.png");
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 25;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .payment .payment-form .form__box::after {
    position: absolute;
    content: "";
    top: 379px;
    left: -4px;
    width: 83px;
    height: 85px;
    background-image: url("../images/pay/list02mob.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 25;
    pointer-events: none;
  }
}
@media screen and (max-width: 500px) {
  .payment .payment-form .form__box::after {
    position: absolute;
    content: "";
    top: 332px;
    left: -4px;
    width: 83px;
    height: 85px;
    background-image: url("../images/pay/list02mob.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 25;
    pointer-events: none;
  }
}

/*
@import "components/logo";
@import "components/social";
@import "components/phone";
@import "components/btn-arrow";
@import "components/main-menu";
@import "components/news";
@import "components/index-about";
@import "components/main-sections";
@import "components/add-sections";
@import "components/side-panel";
@import "components/header-mobile";
@import "components/footer-mobile";
@import "components/submenu";
@import "components/sidebar";
@import "components/popup-order";
@import "components/mobile-menu";
@import "components/breadcrumbs";
@import "components/search-bar";
@import "components/page-tab";
@import "components/pagination";
@import "components/product-item";
@import "components/product-list";
@import "components/sort-bar";
@import "components/catalog";
@import "components/section-list";
@import "components/product";
@import "components/product-price";
@import "components/contacts";
@import "components/points-delivery";
@import "components/basket";
@import "components/order";
@import "components/address-text";
@import "components/main-banner";
@import "components/not-found";
@import "components/reviews";
@import "components/vacancy";
@import "components/opd";
@import "components/spoiler";
@import "components/order-cart";
@import "components/basket-top";*//*# sourceMappingURL=style.css.map */