@font-face {
  font-family: Bold;
  font-display: swap;
  src: url(../fonts/Bold.woff2) format("woff2"),url(../fonts/Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: Light;
  font-display: swap;
  src: url(../fonts/Light.woff2) format("woff2"),url(../fonts/Light.woff) format("woff");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: #000;
  font-display: swap;
  src: url(../fonts/Black.woff2) format("woff2"),url(../fonts/Black.woff) format("woff");
  font-weight: 900;
  font-style: normal
}
@font-face {
  font-family: Medium;
  font-display: swap;
  src: url(../fonts/Medium.woff2) format("woff2"),url(../fonts/Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: Regular;
  font-display: swap;
  src: url(../fonts/Regular.woff2) format("woff2"),url(../fonts/Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #000;
  line-height: 1;
  font-family: Regular;
  font-size: .875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Regular;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}
input,
textarea {
  width: 100%
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper > main {
  flex: 1 1 auto
}
.wrapper > * {
  min-width: 0
}
[class*=__container] {
  max-width: 91.875rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
.icon-menu {
  display: none
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px
}
.lock .popup__content {
  visibility: visible
}
.spollers {
  display: grid;
  gap: 15px
}
.spollers__item {
  font-size: 1.25rem
}
.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 1px solid #eee;
  padding: .625rem .9375rem;
  border-radius: .3125rem;
  position: relative;
  list-style: none
}
.spollers__title::-webkit-details-marker,
.spollers__title::marker {
  display: none
}
._spoller-init .spollers__title {
  cursor: pointer
}
._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}
._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%,-50%) rotate(40deg);
  transform: translate(-75%,-50%) rotate(40deg)
}
._spoller-init .spollers__title::after {
  -webkit-transform: translate(0,-50%) rotate(-40deg);
  transform: translate(0,-50%) rotate(-40deg)
}
._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg)
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg)
}
.spollers__body {
  padding: 1.25rem;
  border-radius: .3125rem;
  border: 1px solid #eee
}
[data-ripple] {
  position: relative;
  overflow: hidden
}
.ripple {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255,255,255,.3);
  border: 1px solid rgba(255,255,255,.5);
  -webkit-animation: button-circle 1.5s ease forwards;
  animation: button-circle 1.5s ease forwards
}
@-webkit-keyframes button-circle {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0
  }
}
@keyframes button-circle {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  100% {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0
  }
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
a:active,
a:focus,
button:active,
button:focus,
input:active,
input:focus {
  box-shadow: none;
  outline: 0
}
.home-hero__section {
  position: relative
}
.home-hero__section .hero-home__content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  padding: 200px 0 200px
}
.home-hero__section .hero-home__content .hero-home__content-top {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto
}
.home-hero__section .hero-home__content .hero-home__content-top p.p1 {
  font-size: 30px;
  font-family: Medium;
  color: #fff;
  position: relative;
  z-index: 10
}
.home-hero__section .hero-home__content .hero-home__content-top img {
  display: block;
  margin-top: 60px;
  width: 100%;
  -webkit-animation: 1s linear 0s normal titletop;
  animation: 1s linear 0s normal titletop;
  animation-delay: 2.5s;
}
.home-hero__section .hero-home__content .hero-home__content-row {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr
}
.home-hero__section .hero-home__content .hero-home__content-row .left {
  display: flex;
  justify-content: space-between;
  flex-direction: column
}
.home-hero__section .hero-home__content .hero-home__content-row .left .icon {
  display: flex;
  align-items: center;
  gap: 15px
}
.home-hero__section .hero-home__content .hero-home__content-row .left .icon span {
  color: #fff;
  font-size: 18px;
  font-family: Medium
}
.home-hero__section .hero-home__content .hero-home__content-row .left p.p1 {
  font-family: Medium;
  text-transform: uppercase;
  line-height: 1.5;
  color: #fff;
  font-size: 20px
}
.home-hero__section .hero-home__content .hero-home__content-row .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
  justify-content: flex-end
}
.home-hero__section .hero-home__content .hero-home__content-row .right .col {
  width: 100%;
  max-width: 320px
}
.home-hero__section .hero-home__content .hero-home__content-row .right .col .title {
  font-size: 35px;
  font-family: Medium;
  color: #fff
}
.home-hero__section .hero-home__content .hero-home__content-row .right .col .descr {
  margin-top: 10px;
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  font-family: Medium;
  text-shadow: 0 0 10px rgba(0,0,0,.5)
}
.home-hero__section .images__group {
  position: relative
}
.home-hero__section .images__group .img01 {
  display: block;
  width: 100%
}
.home-hero__section .images__group .img02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5
}
.home-hero__section .images__group .img03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: 1.5s linear 0s normal none infinite running light;
  animation: 1.5s linear 0s normal none infinite running light;
  z-index: 10
}
@-webkit-keyframes light {
  0% {
    opacity: .35
  }
  100% {
    opacity: 1
  }
}
@keyframes light {
  0% {
    opacity: .35
  }
  100% {
    opacity: 1
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 150;
}
.header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0
}
.header .row .social ul {
  display: flex;
  align-items: center;
  gap: 15px
}
.header .row .social ul img {
  display: block
}
.header .row .menu ul {
  display: flex;
  align-items: center
}
.header .row .menu ul a {
  padding: 18px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff
}
.header .row .menu ul .current_page_item a {
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px)
}
.header .row .logo img {
  display: block;
  width: 200px
}
.header .row .phone ul {
  display: flex;
  align-items: center;
  gap: 10px;
	flex-direction: column;
}
.header .row .phone ul a {
  font-size: 16px;
  font-weight: 400;
  color: #fff
}
.header .row .callback button {
  height: 50px;
  width: 240px;
  border: 1px solid #fff;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px
}
.header .row .callback button span {
  border-right: 1px solid #fff;
  height: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding-right: 15px
}
.header .row .callback button img {
  display: block
}
footer.footer {
  margin-top: 80px
}
footer.footer .row {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 50px
}
footer.footer .row .column.menu .title {
  color: #1ba7ec;
  font-size: 20px;
  padding-bottom: 20px;
  font-family: Medium
}
footer.footer .row .column.menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px
}
footer.footer .row .column.menu ul li {
  line-height: 1.5;
  font-size: 16px
}
footer.footer .row .column.menu ul li a {
  line-height: 1.5;
  font-size: 16px
}
footer.footer .row .column.logo .logotype img {
  display: block;
  width: 200px
}
footer.footer .row .column.logo .social {
  margin-top: 60px
}
footer.footer .row .column.logo .social ul {
  display: flex;
  align-items: center;
  gap: 7px
}
footer.footer .row .column.logo .social ul img {
  display: block;
  width: 35px
}
.bottom-footer__section .row {
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid rgba(0,0,0,.1);
  display: flex;
  align-items: center;
  justify-content: space-between
}
.bottom-footer__section .row p {
  font-size: 15px;
  opacity: .5
}
.bottom-footer__section .row img {
  display: block;
  width: 200px
}
.form-screen__section {
  margin-top: -100px;
  z-index: 15;
  position: relative
}
.form-screen__section .row {
  background: #1ba7ec;
  padding: 90px 120px;
  position: relative
}
.form-screen__section .row .back {
  position: absolute;
  left: 0;
  top: 50px;
  padding: 60px 120px
}
.form-screen__section .row .back svg {
  display: block;
  width: 100%
}
.form-screen__section .row .form-section,
.form-screen__section .row .title-default {
  z-index: 15;
  position: relative
}
.form-screen__section .row .title-default {
  font-size: 60px;
  line-height: 1.25;
  font-family: Bold;
  color: #fff
}
.form-screen__section .row .form-section {
  margin-top: 60px
}
.form-screen__section .row .form-section .form-row {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr;
  gap: 25px
}
.form-screen__section .row .form-section .form-row .input input {
  width: 100%;
  height: 60px;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px
}
.form-screen__section .row .form-section .form-row .input input::-webkit-input-placeholder {
  color: #fff
}
.form-screen__section .row .form-section .form-row .input input:-ms-input-placeholder {
  color: #fff
}
.form-screen__section .row .form-section .form-row .input input::-ms-input-placeholder {
  color: #fff
}
.form-screen__section .row .form-section .form-row .input input::placeholder {
  color: #fff
}
.form-screen__section .row .form-section .form-row .submit button {
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px
}
.form-screen__section .row .form-section .form-row .submit button span {
  font-size: 16px;
  color: #1ba7ec;
  font-family: Medium
}
.form-screen__section .row .form-section .form-row .submit button img {
  background: #1ba7ec;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  padding: 12px
}
.whywe-screen__section {
  background-size: cover;
  background-position: center;
  padding-top: 410px;
  margin-top: -360px;
  padding-bottom: 100px
}
.whywe-screen__section h2 {
  font-size: 50px;
  font-family: Bold;
  line-height: 1.25;
  color: #fff;
  padding-bottom: 50px
}
.whywe-screen__section .row {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  gap: 0
}
.whywe-screen__section .row .left,
.whywe-screen__section .row .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.whywe-screen__section .row .left .column,
.whywe-screen__section .row .right .column {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 20px
}
.whywe-screen__section .row .left .column .image svg,
.whywe-screen__section .row .right .column .image svg {
  display: block;
  width: 60px;
  height: 60px
}
.whywe-screen__section .row .left .column .descr .title,
.whywe-screen__section .row .right .column .descr .title {
  font-size: 24px;
  color: #fff;
  font-family: Medium;
  line-height: 1.35
}
.whywe-screen__section .row .left .column .descr .txt,
.whywe-screen__section .row .right .column .descr .txt {
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
  line-height: 1.35
}
.whywe-screen__section .row .left {
  padding-right: 100px
}
.whywe-screen__section .row .right {
  padding-left: 100px
}
.whywe-screen__section .row .center img {
  display: block;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  width: 100%
}
.services-screen__section {
  background: #2e324b;
  padding-top: 60px;
  padding-bottom: 100px;
	margin-top: -10px;
}
.services-screen__section p.h6 {
  color: #1ba7ec;
  font-size: 30px;
  text-align: center;
  font-family: Medium
}
.services-screen__section p.h2 {
  color: #fff;
  font-size: 60px;
  text-align: center;
  font-family: Bold;
  margin-top: 25px
}
.services-screen__section .row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 60px;
  margin-top: 60px
}
.services-screen__section .row .column {
  position: relative
}
.services-screen__section .row .column a {
  display: block
}
.services-screen__section .row .column img {
  display: block;
  width: 100%
}
.services-screen__section .row .column span {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-family: Medium;
  top: 0;
  padding: 35px;
  line-height: 1.5
}
.trust__section {
  background-size: 50%;
  background-position: center right;
  background-repeat: no-repeat
}
.trust__section .trust__row {
  padding: 100px 0
}
.trust__section .trust__row .left p.font30 {
  color: #1ba7ec;
  font-family: Medium;
  font-size: 30px
}
.trust__section .trust__row .left p.font64 {
  margin-top: 10px;
  line-height: 1;
  font-size: 64px;
  font-family: Bold
}
.additional__section {
  background: #1ba7ec;
  display: flex
}
.additional__section .additional__image {
  flex: 0 0 50%;
  background-size: cover;
  background-position: center center
}
.additional__section .additional__body {
  flex: 0 0 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.additional__section .additional__body .additional__main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%
}
.additional__section .additional__body .additional__main .additional__content {
  max-width: 50%;
  margin-left: auto;
  padding: 80px
}
.additional__section .additional__body .additional__main .additional__content h3 {
  font-size: 40px;
  margin-bottom: 60px;
  font-family: Bold;
  color: #fff;
  position: relative
}
.additional__section .additional__body .additional__main .additional__content .additional__content__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}
.additional__section .additional__body .additional__main .additional__content .additional__content__row .column .number {
  font-size: 40px;
  font-family: Bold;
  color: #46bef9
}
.additional__section .additional__body .additional__main .additional__content .additional__content__row .column p {
  color: #fff;
  font-family: Medium;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 10px
}
.steps__section {
  padding: 100px 0
}
.steps__section .steps__title {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: flex-end
}
.steps__section .steps__title h2 {
  font-family: Bold;
  font-size: 64px;
  line-height: 1.25
}
.steps__section .steps__title p {
  font-family: Medium;
  text-align: right;
  font-size: 20px;
  line-height: 1.5
}
.steps__section .steps__row {
  border: 1px solid #f4f4f4;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4,1fr)
}
.steps__section .steps__row .column:last-child {
  border-right: 0 solid #f4f4f4
}
.steps__section .steps__row .column {
  position: relative;
  border-right: 1px solid #f4f4f4;
  padding-bottom: 40px
}
.steps__section .steps__row .column .column-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px
}
.steps__section .steps__row .column .column-top img {
  display: block
}
.steps__section .steps__row .column .column-top span.txt {
  color: #ececf4;
  font-size: 30px
}
.steps__section .steps__row .column .column-center img {
  display: block;
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto
}
.steps__section .steps__row .column .column-center p {
  text-transform: uppercase;
  font-family: Medium;
  text-align: center;
  line-height: 1.5;
  max-width: 240px;
  margin: 30px auto 0
}
.reason__section .reason__title {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 80px;
  margin-bottom: 60px
}
.reason__section .reason__title .logo img {
  display: block;
  width: 100%
}
.reason__section .reason__title .name p.font48 {
  font-size: 36px;
  font-family: Medium;
  color: #1ba7ec;
  line-height: 1;
  margin-bottom: 5px
}
.reason__section .reason__title .name p.font64 {
  font-size: 48px;
  font-family: Bold;
  line-height: 1
}
.reason__section .reason__row {
  display: grid;
  grid-template-columns: repeat(3,1fr)
}
.reason__section .reason__row .column:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,.3);
  top: 0;
  left: 0
}
.reason__section .reason__row .column:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease
}
.reason__section .reason__row .column {
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
  transition: 1s ease
}
.reason__section .reason__row .column .column-popup {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 5
}
.reason__section .reason__row .column .column-popup .number {
  color: #fff;
  font-size: 30px;
  font-family: Bold
}
.reason__section .reason__row .column .column-popup .descr {
  color: #fff;
  font-size: 18px;
  font-family: Medium
}
.reason__section .reason__row .column img {
  display: block;
  width: 100%;
  max-height: 500px;
  min-height: 500px;
  -o-object-fit: cover;
  object-fit: cover
}
.form__section {
  padding: 100px 0
}
.form__section .form__row {
  background: #1ba7ec;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center
}
.form__section .form__row .right {
  position: relative;
  padding: 80px
}
.form__section .form__row .right .back {
  position: absolute;
  top: 50px;
  right: 0;
  padding-left: 80px;
  z-index: 1
}
.form__section .form__row .right .back svg {
  display: block;
  width: 100%
}
.form__section .form__row .right .title {
  z-index: 5;
  position: relative;
  color: #fff;
  font-family: Bold;
  font-size: 45px;
  line-height: 1.25
}
.form__section .form__row .right .descr {
  z-index: 5;
  position: relative;
  font-weight: 300;
  padding: 40px 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.5
}
.form__section .form__row .right .form-section {
  z-index: 5;
  position: relative;
  margin-top: 20px
}
.form__section .form__row .right .form-section .form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px
}
.form__section .form__row .right .form-section .form-row .input input {
  width: 100%;
  height: 60px;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px
}
.form__section .form__row .right .form-section .form-row .input input::-webkit-input-placeholder {
  color: #fff
}
.form__section .form__row .right .form-section .form-row .input input:-ms-input-placeholder {
  color: #fff
}
.form__section .form__row .right .form-section .form-row .input input::-ms-input-placeholder {
  color: #fff
}
.form__section .form__row .right .form-section .form-row .input input::placeholder {
  color: #fff
}
.form__section .form__row .right .form-section .form-row .submit {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  align-items: center
}
.form__section .form__row .right .form-section .form-row .submit p {
  line-height: 1.35;
  font-size: 12px;
  color: #fff;
  text-align: right
}
.form__section .form__row .right .form-section .form-row .submit button {
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px
}
.form__section .form__row .right .form-section .form-row .submit button span {
  font-size: 16px;
  color: #1ba7ec;
  font-family: Medium
}
.form__section .form__row .right .form-section .form-row .submit button img {
  background: #1ba7ec;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  padding: 12px
}
.form__section .form__row .left {
  height: 100%;
  background-size: cover;
  background-position: center center
}
.about__section {
  background: #1ba7ec;
  display: flex
}
.about__section .about__body {
  flex: 0 0 100%;
  position: relative
}
.about__section .about__body .back {
  position: absolute;
  right: 55%;
  z-index: 1;
  top: 50px
}
.about__section .about__body .back svg {
  width: 100%;
  display: block
}
.about__section .about__body .about__main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  z-index: 5
}
.about__section .about__body .about__main .about__content {
  padding: 80px 80px 80px 0;
  max-width: 50%
}
.about__section .about__body .about__main .about__content h2 {
  color: #fff;
  font-family: Bold;
  font-size: 50px;
  line-height: 1.25
}
.about__section .about__body .about__main .about__content .text p {
  margin-top: 30px;
  color: #fff;
  line-height: 1.5;
  font-size: 16px
}
.about__section .about__body .about__main .about__content .quote {
  margin-top: 30px;
  background: #2bb0f2;
  padding: 40px
}
.about__section .about__body .about__main .about__content .quote p {
  font-size: 20px;
  color: #fff
}
.about__section .about__body .about__main .about__content .quote h6 {
  font-family: Bold;
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
  margin-top: 15px
}
.about__section .about__image {
  flex: 0 0 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-size: cover;
  background-position: left center
}
.best__section {
  padding: 100px 0
}
.best__section .best__row {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 50px;
  align-items: center
}
.best__section .best__row .column:first-child {
  border-bottom: 0 solid #1ba7ec;
  height: 100px;
  display: flex;
  align-items: center
}
.best__section .best__row .column {
  border-bottom: 2px solid #1ba7ec;
  height: 100px;
  display: flex;
  align-items: center
}
.best__section .best__row .column ul {
  list-style-type: none;
  display: flex;
  gap: 15px;
  align-items: center
}
.best__section .best__row .column ul li:first-child {
  color: #1ba7ec;
  font-size: 30px;
	text-wrap: nowrap;
  line-height: 1;
  font-family: Medium
}
.best__section .best__row .column ul li:last-child {
  font-size: 14px;
  line-height: 1.25
}
.best__section .best__row .column h3 {
  font-family: Bold;
  font-size: 45px;
  line-height: 1.25;
  text-align: right
}
.form-bottom__section {
  z-index: 15;
  position: relative
}
.form-bottom__section .row {
  background: #1ba7ec;
  padding: 80px 120px;
  position: relative
}
.form-bottom__section .row .back {
  position: absolute;
  left: 0;
  top: 50px;
  padding: 80px 120px;
  z-index: 1
}
.form-bottom__section .row .back svg {
  display: block;
  width: 100%
}
.form-bottom__section .row .form-section,
.form-bottom__section .row .title-default {
  z-index: 15;
  position: relative
}
.form-bottom__section .row .title-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 10
}
.form-bottom__section .row .title-group .title-default {
  font-size: 55px;
  line-height: 1.25;
  font-family: Bold;
  color: #fff;
  text-align: right
}
.form-bottom__section .row .title-group p {
  font-size: 16px;
  max-width: 420px;
  color: #fff;
  line-height: 1.35
}
.form-bottom__section .row .form-section {
  margin-top: 60px
}
.form-bottom__section .row .form-section .form-row {
  display: grid;
  grid-template-columns: 3fr 3fr 2fr;
  gap: 25px
}
.form-bottom__section .row .form-section .form-row .input input {
  width: 100%;
  height: 60px;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px
}
.form-bottom__section .row .form-section .form-row .input input::-webkit-input-placeholder {
  color: #fff
}
.form-bottom__section .row .form-section .form-row .input input:-ms-input-placeholder {
  color: #fff
}
.form-bottom__section .row .form-section .form-row .input input::-ms-input-placeholder {
  color: #fff
}
.form-bottom__section .row .form-section .form-row .input input::placeholder {
  color: #fff
}
.form-bottom__section .row .form-section .form-row .submit button {
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px
}
.form-bottom__section .row .form-section .form-row .submit button span {
  font-size: 16px;
  color: #1ba7ec;
  font-family: Medium
}
.form-bottom__section .row .form-section .form-row .submit button img {
  background: #1ba7ec;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  padding: 12px
}
.map-screen__section {
  margin-top: 80px
}
.map-screen__section .map iframe {
  width: 100%;
  display: block;
  height: 500px
}
.page-hero__section {
  background: #2e324b;
  padding-top: 140px;
  padding-bottom: 40px
}
.page-hero__section .default__container {
  position: relative
}
.page-hero__section .descr {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px
}
.page-hero__section .descr .row {
  position: relative;
  max-width: 900px
}
.page-hero__section .descr .h1 {
  max-width: 1000px;
  font-size: 76px;
  font-family: Bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.25;
  margin-top: 15px
}
.page-hero__section .descr .h2 {
  font-size: 30px;
  font-family: Medium;
  color: #1ba7ec
}
.page-hero__section .descr button.open-callback {
  border-radius: 5px;
  background: #1ba7ec;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  max-width: 290px;
  left: 450px;
  bottom: 10px;
  padding-left: 15px
}
.page-hero__section .descr button.open-callback span {
  font-size: 16px;
  color: #fff;
  font-family: Medium
}
.page-hero__section .descr button.open-callback img {
  background: #1fb2fa;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  padding: 12px
}
.page-hero__section .image img {
  display: block;
  width: 100%;
  min-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px
}
.services-screen__section-page01 {
  background: #f3f3f8
}
.services-screen__section-page01 .h2 {
  color: #000!important;
  font-size: 50px!important
}
.services-screen__section-page01 .row .column span {
  font-size: 16px
}
.reason__section-page {
  margin-top: 80px
}
.reason__section-page .reason__title {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 80px;
  margin-bottom: 60px
}
.reason__section-page .reason__title .logo img {
  display: block;
  width: 100%;
  margin-top: 10px
}
.reason__section-page .reason__title .name p.font64 {
  font-size: 48px;
  font-family: Bold;
  line-height: 1
}
.reason__section-page .reason-row__columns .row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0
}
.reason__section-page .reason-row__columns .column {
  border: 1px solid #eee;
  padding: 30px 30px 80px;
  position: relative
}
.reason__section-page .reason-row__columns .column .column-top span {
  font-size: 30px;
  font-family: Light;
  opacity: .5
}
.reason__section-page .reason-row__columns .column .column-center {
  margin-top: 50px
}
.reason__section-page .reason-row__columns .column .column-center img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain
}
.reason__section-page .reason-row__columns .column .column-center p {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-family: Medium;
  margin-top: 30px;
  color: #1ba7ec
}
.reason__section-page .reason-row__columns .column .column-center span {
  max-width: 280px;
  margin: 20px auto 0;
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 16px
}
.about-page01__section {
  background: #1ba7ec;
  display: flex
}
.about-page01__section .about__body {
  flex: 0 0 100%;
  position: relative
}
.about-page01__section .about__body .back {
  position: absolute;
  right: 55%;
  z-index: 1;
  bottom: 50px
}
.about-page01__section .about__body .back svg {
  width: 100%;
  display: block
}
.about-page01__section .about__body .about__main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  z-index: 5
}
.about-page01__section .about__body .about__main .about__content {
  padding: 80px 80px 80px 0;
  max-width: 50%
}
.about-page01__section .about__body .about__main .about__content .text-bottom {
  margin-top: 30px
}
.about-page01__section .about__body .about__main .about__content h2 {
  color: #fff;
  font-family: Bold;
  font-size: 35px;
  line-height: 1.25
}
.about-page01__section .about__body .about__main .about__content h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.25;
  max-width: 500px;
  margin-top: 20px
}
.about-page01__section .about__body .about__main .about__content .text p {
  margin-top: 30px;
  color: #fff;
  line-height: 1.5;
  font-size: 16px
}
.about-page01__section .about__body .about__main .about__content .quote {
  margin-top: 30px;
  background: #2bb0f2;
  padding: 40px
}
.about-page01__section .about__body .about__main .about__content .quote p {
  font-size: 20px;
  color: #fff
}
.about-page01__section .about__body .about__main .about__content .quote h6 {
  font-family: Bold;
  font-size: 36px;
  line-height: 1.25;
  color: #fff;
  margin-top: 15px
}
.about-page01__section .about__image {
  flex: 0 0 50%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-size: cover;
  background-position: center center
}
.about-page01__section .about__image .sertificate-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px
}
.about-page01__section .about__image .sertificate-icon img {
  max-width: 700px;
  width: 100%;
  display: block
}
.form-bottom__section-page01 {
  margin-top: 80px
}
.page02-hero__section {
  background: #2e324b;
  padding-top: 140px;
  padding-bottom: 40px
}
.page02-hero__section .default__container {
  position: relative
}
.page02-hero__section .descr {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px
}
.page02-hero__section .descr .row {
  position: relative
}
.page02-hero__section .descr .h1 {
  font-size: 76px;
  font-family: Bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.25;
  margin-top: 15px
}
.page02-hero__section .descr .h1 span {
  text-transform: none;
    font-family: Medium;
    font-size: 28px;
    max-width: 400px;
    display: inline-block;
}
.page02-hero__section .descr .h2 {
  font-size: 30px;
  font-family: Medium;
  color: #1ba7ec
}
.page02-hero__section .descr button.open-callback {
  border-radius: 5px;
  background: #1ba7ec;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  max-width: 290px;
  right: 0;
  bottom: 10px;
  padding-left: 15px
}
.page02-hero__section .descr button.open-callback span {
  font-size: 16px;
  color: #fff;
  font-family: Medium
}
.page02-hero__section .descr button.open-callback img {
  background: #1fb2fa;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  padding: 12px
}
.page02-hero__section .image img {
  display: block;
  width: 100%;
  min-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px
}
.advantages-page__section {
  padding: 60px 0 40px
}
.advantages-page__section .row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0
}
.advantages-page__section .row .column:nth-child(2) {
  border-left: 1px solid rgba(255,255,255,.2);
  border-right: 1px solid rgba(255,255,255,.2);
  justify-content: center
}
.advantages-page__section .row .column:nth-child(1),
.advantages-page__section .row .column:nth-child(3) {
  padding-left: 40px;
  justify-content: center
}
.advantages-page__section .row .column {
  display: flex;
  align-items: center;
  gap: 15px
}
.advantages-page__section .row .column svg {
  width: 60px;
  height: 60px;
  display: block
}
.advantages-page__section .row .column span {
  color: #fff;
  max-width: 60%;
  line-height: 1.5;
  font-size: 16px
}
.cards-page02__section {
  margin-top: 80px
}
.cards-page02__section .h3 {
  font-size: 36px;
  font-family: Medium;
  padding-bottom: 15px;
  color: #1ba7ec
}
.cards-page02__section .h2 {
  font-size: 60px;
  font-family: Bold
}
.cards-page02__section .row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  margin-top: 60px
}
.cards-page02__section .row .column {
  border: 1px solid #ddd;
  padding: 25px
}
.cards-page02__section .row .column .image img {
  display: block;
  width: 100%
}
.cards-page02__section .row .column .content p.name {
  font-size: 24px;
  margin-top: 30px;
  line-height: 1.5;
  font-family: Medium;
  color: #1ba7ec;
  min-height: 72px
}
.cards-page02__section .row .column .content button {
  height: 60px;
  background: #1ba7ec;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-family: Medium;
  font-size: 18px;
  border-radius: 5px
}
.cards-page02__section .row .column .content ul {
  margin-top: 30px;
  gap: 5px;
  display: flex;
  flex-direction: column
}
.cards-page02__section .row .column .content ul li {
  display: flex;
  align-items: center;
  gap: 15px
}
.cards-page02__section .row .column .content ul li svg {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: block
}
.cards-page02__section .row .column .content ul li span {
  line-height: 1.5;
  font-size: 16px
}
.submit p b {
  display: block;
  font-size: 24px;
  font-family: Medium;
  font-weight: 500
}
.autopark-page__section {
  margin-top: 80px;
  background: #f3f3f8;
  padding: 80px 0
}
.autopark-page__section .h2 {
  font-size: 36px;
  font-family: Medium;
  padding-bottom: 15px;
  color: #1ba7ec
}
.autopark-page__section .h3 {
  font-size: 60px;
  font-family: Bold
}
.autopark-page__section .row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  margin-top: 60px
}
.autopark-page__section .row .column {
  border: 1px solid #ddd;
  padding: 25px
}
.autopark-page__section .row .column button {
  height: 60px;
  background: #1ba7ec;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-family: Medium;
  font-size: 18px;
  border-radius: 5px
}
.autopark-page__section .row .column .descr ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0
}
.autopark-page__section .row .column .descr ul li:first-child {
  max-width: 50%
}
.autopark-page__section .row .column .descr ul li:last-child {
  max-width: 50%;
  text-align: right;
  opacity: .6;
  font-size: 15px;
  line-height: 1.35
}
.autopark-page__section .row .column .descr ul li:first-child {
  display: flex;
  align-items: center;
  gap: 7px
}
.autopark-page__section .row .column .descr ul li:first-child span {
  font-family: Medium;
  font-size: 16px;
  display: block
}
.autopark-page__section .row .column .image {
  position: relative
}
.autopark-page__section .row .column .image .absolute {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px 10px 10px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: Medium;
  color: #1ba7ec
}
.autopark-page__section .row .column .image img {
  display: block;
  width: 100%
}
.autopark-page__section .row .column .content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0
}
.autopark-page__section .row .column .content .title p.name {
  font-size: 28px;
  font-family: Medium
}
.autopark-page__section .row .column .content .title .price {
  background: #1ba7ec;
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-family: Medium;
  font-size: 16px
}
.form-page02__section {
  margin-bottom: -400px
}
.steps-page02__section {
  padding: 80px 0px;
}
.steps-page02__section .steps__title {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: flex-end
}
.steps-page02__section .steps__title h2 {
  font-family: Bold;
  font-size: 64px;
  line-height: 1.25
}
.steps-page02__section .steps__title p {
  font-family: Medium;
  text-align: right;
  font-size: 20px;
  line-height: 1.5
}
.steps-page02__section .steps__row {
  border: 1px solid #f4f4f4;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4,1fr)
}
.steps-page02__section .steps__row .column:last-child {
  border-right: 0 solid #f4f4f4
}
.steps-page02__section .steps__row .column {
  position: relative;
  border-right: 1px solid #f4f4f4;
  padding-bottom: 40px
}
.steps-page02__section .steps__row .column .column-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px
}
.steps-page02__section .steps__row .column .column-top img {
  display: block
}
.steps-page02__section .steps__row .column .column-top span.txt {
  color: #ececf4;
  font-size: 30px
}
.steps-page02__section .steps__row .column .column-center img {
  display: block;
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto
}
.steps-page02__section .steps__row .column .column-center p {
  text-transform: uppercase;
  font-family: Medium;
  text-align: center;
  line-height: 1.5;
  max-width: 240px;
	font-size: 18px;
  margin: 30px auto 0
}
.additional-page02__section {
  background: #1ba7ec;
  display: flex
}
.additional-page02__section .additional__image {
  flex: 0 0 50%;
  background-size: cover;
  background-position: center bottom;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}
.additional-page02__section .additional__body {
  flex: 0 0 100%
}
.additional-page02__section .additional__body .additional__main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%
}
.additional-page02__section .additional__body .additional__main .additional__content {
  max-width: 50%;
  padding: 80px
}
.additional-page02__section .additional__body .additional__main .additional__content h3 {
  font-size: 50px;
  margin-bottom: 60px;
  font-family: Bold;
  color: #fff;
  position: relative
}
.additional-page02__section .additional__body .additional__main .additional__content .additional__content__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 40px
}
.additional-page02__section .additional__body .additional__main .additional__content .additional__content__row .column .number {
  font-size: 55px;
  font-family: Bold;
  color: #46bef9
}
.additional-page02__section .additional__body .additional__main .additional__content .additional__content__row .column p {
  color: #fff;
  font-family: Medium;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 10px
}
.reviews__section {
  padding: 300px 0 100px
}
.reviews__section .h3 {
  font-size: 36px;
  font-family: Medium;
  padding-bottom: 15px;
  color: #1ba7ec
}
.reviews__section .h2 {
  font-size: 60px;
  font-family: Bold
}
#popup .popup__close{
	width: 100%;
}
.additional-page02__section .additional__image{
	background-position: left bottom;
}
.reviews__section .main-slider-row {
  margin-top: 60px
}
.reviews__section .main-slider-row .column {
  background: #f1f6f8;
  padding: 100px
}
.reviews__section .main-slider-row .column .top {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.reviews__section .main-slider-row .column .top img {
  width: 240px;
  display: block
}
.reviews__section .main-slider-row .column .top .date {
  color: #1ba7ec;
  font-family: Medium;
  font-size: 18px
}
.reviews__section .main-slider-row .column .txt {
  margin-top: 40px
}
.reviews__section .main-slider-row .column .txt p {
  line-height: 1.5;
  font-size: 18px
}
.reviews__section .slider-navigation {
  margin-top: 60px
}
.reviews__section .slider-navigation .row {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.faq-page02__section .h2 {
  font-size: 80px;
  font-family: Bold;
  line-height: 1.25;
  padding-bottom: 40px
}
.faq-page02__section .h2 span {
  color: #1ba7ec;
  text-transform: none;
  font-family: Bold
}
.faq-page02__section .row ._spoller-init .spollers__title::after,
.faq-page02__section .row ._spoller-init .spollers__title::before {
  right: 40px
}
.faq-page02__section .row .spollers__body {
  border: none;
  background: #f3f7fc;
  margin-top: 20px;
  padding: 40px;
  font-size: 16px
}
.faq-page02__section .row ._spoller-init .spollers__title {
  display: flex;
  align-items: center;
  height: 80px;
  gap: 20px;
  padding: 0 40px
}
.faq-page02__section .row ._spoller-init .spollers__title span {
  font-size: 40px;
  display: block;
  font-family: Bold;
  color: #1ba7ec
}
@media (max-width:47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem .9375rem .9375rem 1.875rem;
    transition: left .3s
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}
@media (max-width:47.99875em) and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}

.home-hero__section .images__group .img02{
	filter: brightness(0.7);
}

@media screen and (max-width: 1000px){
	.page02-hero__section .descr{
		align-items: center;
	}
}