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

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
    color: #636363;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
     -webkit-text-size-adjust: none;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

ul,
ol {
    list-style: none;
    text-decoration: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

a {
    text-decoration: none;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
}

/* Natural flow and rhythm in articles by default */
/* article>*+* {
    margin-top: 1em;
} */

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

button {
    border: none;
}

button:active,
button:focus {
    outline: none;
}

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* 10px = 10rem */
html,
body {
    line-height: 1.2;
    color: #000;
    font-family: 'IBM Plex Sans',
        sans-serif;
    font-size: 6.25%;
}

body {
    min-width: 320px;
    position: relative;
    opacity: 1;
    width: 100%;
}

p {
    font-size: 24rem;
    color: #636363;
}

/*   Шhифты    */
/* О,ычный */
@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: normal;
    src: local('IBM Plex Sans'),
        url('../fonts/IBMPlexSans.woff') format('woff'),
        url('../fonts/IBMPlexSans.ttf') format('ttf'),
        url('../fonts/IBMPlexSans.eot') format('eot');
}

.text-1 {
    font-family: 'IBM Plex Sans';
}

/* light */

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Light.eot');
    src: local('IBM Plex Sans Light'), local('IBMPlexSans-Light'),
        url('../fonts/IBMPlexSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-Light.woff') format('woff'),
        url('../fonts/IBMPlexSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

.text-light {
    font-family: 'IBM Plex Sans';
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.eot');
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.text-SemiBold-mons {
    font-family: 'Montserrat';
    font-weight: 600;
}

/* Bold */
@font-face {
    font-family: 'IBMPlexSans-Bold';
    font-style: normal;
    font-weight: bold;
    src: local('IBMPlexSans-Bold'),
        url('../fonts/IBMPlexSans-Bold.woff') format('woff'),
        url('../fonts/IBMPlexSans-Bold.ttf') format('ttf'),
        url('../fonts/IBMPlexSans-Bold.eot') format('eot');
}

.text-Bold {
    font-family: 'IBMPlexSans-Bold';
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
}

h2 {
    font-size: 48rem;
}

.text-gray {
    color: #636363;
}

.bg-gr {
    background-color: #f6f8fb;
}

.padd-xl {
    padding: 88rem 0;
}

.text-center {
    text-align: center;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18rem 33rem;
    background-color: #30A83E;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
    font-size: 24rem;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.btn:hover {
    cursor: pointer;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    background: #4FC55D;
    box-shadow: 0px 4px 24px rgb(52 52 52 / 40%);
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20rem 24rem;
    background-color: #30A83E;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
    font-size: 30rem;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-icon:hover {
    cursor: pointer;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    background: #4FC55D;
    box-shadow: 0px 4px 24px rgb(52 52 52 / 40%);
}

.btn-icon span {
    position: relative;
    padding-left: 50rem;
}

.btn-icon span::after {
    content: "";
    position: absolute;
    width: 30rem;
    height: 36rem;
    background: url(../img/icons/book-plus.svg) center no-repeat;
    background-size: contain;
    left: 0px;
    top: 0px;
}

.btn-whats-upp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 6px 5px 25px;
    border: 1px solid #fff;
    border-radius: 50px;
    background: transparent;
    white-space: nowrap;

}

.btn-whats-upp:hover {
    cursor: pointer;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    background-color: #001120;
    border-color: #001120;
}

.btn-whats-upp {
    position: relative;
    height: 52px;
    min-width: 36px;
}

.btn-whats-upp span {
    color: #fff;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-right: 58px;
}

.btn-whats-upp img {
    position: absolute;
    width: 36px;
    height: 36px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
}

/* .btn-whats-upp span::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../img/icons/whatsapp-icon.svg) center no-repeat;
    background-size: 36px;
    right: -56px;
    top: 2px;
} */

.line-under {
    position: relative;
}

.line-under::before {
    content: "";
    left: 0;
    bottom: -30rem;
    position: absolute;
    width: 110rem;
    height: 1px;
    background-color: #000;
}

/************ animation ************/
.floating {
    animation-name: floating;
    -webkit-animation-name: floating;

    animation-duration: .9s;
    -webkit-animation-duration: .9s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(30%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(30%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

/************ header ************/
header {
    width: 100%;
    height: 100%;
}

/* fullscreen-bg start */

.video_bg {
        position: relative;
    /* height: 100vh; */
    /* max-height: 100vh; */
    /* overflow: hidden; */
}

img.arrow-down {
    position: absolute;
    bottom: 60rem;
    left: calc(50% - 30px);
    z-index: 10;
}

.video_bg_mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    /* background-color: #001d37; */
    background-image: url(../img/back-slide.png);
    opacity: .8;
    transition: background .3s,
        border-radius .3s,
        opacity .3s;
}

.video_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video_wrap video {
    /* min-height: 100vh; */
    min-width: 100%;
    /* width: 100%; */
    background-position: center center;
    background-repeat: no-repeat;
}

.video_bg .header-content {
    display: block;
    padding-top: 250px;
    /* width: 80%; */
    height: auto;
    background: transparent;
    vertical-align: bottom;
    margin: auto;
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: left;
    color: #fff;
}

.video_bg .header-content h1 {
    color: #fff;
}

.video_bg .header-content .title-description {
    color: #fff;
}

@media (max-width: 767px) {}

body+div#detach-button-host {
    display: none !important;
}

@media (max-width: 767px) {
    .video_wrap video {
        transform: translateX(-50%);
        /* position: absolute; */
        /* left: -100%; */
    }

    /* .video_bg {
        background: url('../video/haeder-photo.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    } */

}

/* fullscreen-bg end */

.head-fixed {
    /* height: 180px; */
    top: 0;
    z-index: 99;
    position: fixed;
    width: 100%;
}


.scroling .header-logo img {
    display: inline-block;
    width: 198rem;
    transition-property: width;
    transition: all .3s;
}

.header-logo img {
    display: inline-block;
    width: 310rem;
    transition-property: width;
    transition: all .3s;
}

.header-logo a {
    display: inline-block;
}

/* .top-head {
    padding: 27rem 51rem 24rem 42rem;
    display: grid;
    grid-template-columns: 310px 1fr 300rem 310rem;
    transition: column-gap .3s;
}

.scroling .top-head {
    background-color: #445566;
    padding: 27rem 51rem 27rem 42rem;
    display: grid;
    grid-template-columns: 198px 1fr 300rem 310rem;
    transition: column-gap .3s;
} */

.top-head {
    padding: 27rem 51rem 24rem 42rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: all .3s;
}

.scroling .top-head {
    padding: 27rem 51rem 27rem 42rem;
    background-color: #445566;
    transition: all .3s;
    z-index: 50;
}

.top-head .top-nav {
    display: none;
    margin-left: 60px;
}

.top-nav ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.top-nav ul li {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 22rem;
    white-space: nowrap;
    margin: 0 12px;
}

.top-nav ul li:first-child {
    margin-left: 0;
}

.top-nav ul li:last-child {
    margin-right: 0;
}

.top-nav ul li a {
    color: #fff;
}

.top-nav ul li a:hover {
    color: #30A83E;
    transition: all .3s;
}

@media (max-width: 1600px) {
    .top-nav ul li {
        font-size: 16rem;
    }
}

.loll-form-link {
    display: block;
    font-size: 18rem;
    font-family: 'Montserrat';
    font-weight: 600;
    text-decoration: underline;
    color: #fff;
}

.loll-form-link:hover {
    transition: all .3s;
    color: #30A83E;
}

.top-head .header-phone {
    margin-left: auto;
    margin-right: 43rem;
}


.screen {
    padding-left: 42rem;
    /* margin-top: 20vh; */
    /* height: 100%; */
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}

.screen .title {
    width: 80%;
    font-size: 62rem;
    line-height: 1.5;
    margin-bottom: 54rem;
}

.screen .title-description {
    width: 70%;
    margin-bottom: 53rem;
    font-size: 32rem;
}

.scroling .top-head .top-nav {
    display: block;
    height: 100%;
}

.head-whatsupp {
    text-align: right;

}

/************ new-buildings  ************/

.new-buildings {
    text-align: center;
}

.new-buildings .new-buildings-text h2 {
    margin-bottom: 32rem;
}

.new-buildings .new-buildings-text p {
    color: #636363;
    font-family: 'IBM Plex Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 30rem;

}

/************ what-is  ************/

.what-is h2 {
    text-align: center;
    margin-bottom: 54rem;
}


.what-is-list {
    justify-content: space-between;
}

.what-is-item {
    max-width: 400rem;
}

.what-is-item-num {
    color: #30a83e;
    font-size: 80rem;
    font-family: 'IBMPlexSans-Bold';
    font-weight: bold;
    margin-bottom: 50rem;
}



.what-is-item-h {
    font-family: 'Montserrat';
    font-size: 44rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.what-is-item-text {
    font-size: 24rem;
    color: #636363;
}

/************ what-get  ************/

.what-get h2 {
    text-align: center;
    margin-bottom: 0;
}

.what-get.padd-xl {
    padding-bottom: 33rem;
}

.what-get-list {
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(4, 1fr);
    grid-gap: 24rem;
}

.what-get-list-item {
    box-shadow: 0px 4px 24rem 0px #0000000D;
    padding: 53rem 25rem 48rem 25rem;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s;
}

.what-get-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 24rem 0px #0000004d;
}

.what-get-list-item:first-child {
    margin-left: 0;
}

.what-get-list-item:last-child {
    margin-right: 0;
}

.what-get-list-item img {
    height: 90rem;
    width: auto;
    margin-bottom: 40rem;
}

.what-get-list-head {
    font-size: 24rem;
    margin-bottom: 8rem;
}

.what-get-list-item p {
    font-size: 18rem;
    color: #636363;
}

.swiper-wrapper {
    padding: 55rem 0;

}

.slider-wrapper {
    overflow: hidden;
}

.swiper-container {
    overflow: visible;
}

.whatGetSwiper .swiper-slide {
    opacity: .5;
    transition: opacity 1s ease 0s;
}

.whatGetSwiper .swiper-slide-active,
.whatGetSwiper .swiper-slide-active+div,
.whatGetSwiper .swiper-slide-active+div+div,
.whatGetSwiper .swiper-slide-active+div+div+div {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    width: 64rem;
    height: 64rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

@media (min-width: 1600px) {
    .swiper-button-prev {
        left: -104rem;
    }

    .swiper-button-next {
        right: -104rem;
    }
}

.swiper-button-next img,
.swiper-button-prev img {
    height: 32rem;
    width: 18rem;
}

.swiper-button-prev img {
    transform: rotate(-180deg);
    height: 32rem;
    width: 18rem;
}

@media (max-width: 768px) {

    .whatGetSwiper .swiper-slide-active+div+div,
    .whatGetSwiper .swiper-slide-active+div+div+div {
        opacity: 0.5;
    }
}

/************ support ************/
.support {}

.support-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.support-list {
    width: 70%;
}

.support-list h2 {
    margin-bottom: 38rem;
}


.list-check-before li {
    position: relative;
    padding-left: 72rem;
    font-size: 24rem;
    font-weight: 400;
    margin-bottom: 16rem;
    white-space: nowrap;
    color: #636363;
}

.list-check-before li::before {
    content: "";
    position: absolute;
    width: 32rem;
    height: 32rem;
    background: url(../img/icons/check.svg) center no-repeat;
    background-size: 32rem;
    left: 0px;
    top: 1px;
}

.list-check-before {}

.support-image {
    width: 30%;

}

.support-image img {
    max-height: 520rem;
    margin: 0 auto;
}

/************ complement ************/
.complement {}

.complement-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.complement-image {
    width: 30%;
}

.complement-list {
    width: 70%;
    text-align: right;

}

.complement-list h2 {
    margin-bottom: 38rem;
}

.list-check-after li {
    position: relative;
    padding-right: 72rem;
    font-size: 24rem;
    font-weight: 400;
    margin-bottom: 16rem;
    white-space: nowrap;
}

.list-check-after li:before {
    content: "";
    position: absolute;
    width: 32rem;
    height: 32rem;
    background: url(../img/icons/check.svg) center no-repeat;
    background-size: 32rem;
    right: 0px;
    top: 1px;
}

/************ business ************/

.business {}

.business-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.business-text {
    width: 60%;
}

.business-text h2 {
    margin-bottom: 38rem;
}

.business-text p {
    margin-bottom: 32rem;
}


.business-image {
    width: 40%;
    text-align: right;

}

.business-image img {
    margin-left: auto;
}

/************ for-whom ************/
.for-whom {
    padding: 88rem 0 124rem;
}

.for-whom h2 {
    text-align: center;
    margin-bottom: 54rem;
}

.for-whom-list {
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(4, 1fr);
    grid-gap: 24rem;
}

.for-whom-list-item {
    box-shadow: 0px 4px 24rem 0px #0000000D;
    padding: 24rem 24rem 48rem 24rem;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s;
}

.for-whom-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 24rem 0px #0000004d;
}

.for-whom-list-item:first-child {
    margin-left: 0;
}

.for-whom-list-item:last-child {
    margin-right: 0;
}

.for-whom-list-item img {
    height: 32rem;
    width: 32rem;
    margin-bottom: 40rem;
}

.for-whom-list-head {
    font-size: 24rem;
    margin-bottom: 8rem;
}

.for-whom-list-item p {
    font-size: 18rem;
}

/************ bus-numbers ************/
.bus-numbers.padd-xl {
    padding-bottom: 124rem;
}

.bus-numbers h2 {
    text-align: center;
    margin-bottom: 38rem;
}

.bus-numbers-list {
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(4, 1fr);
    grid-gap: 42rem;
    margin-bottom: 80rem;
}

.bus-numbers-item-num {
    color: #30a83e;
    font-size: 64rem;
    font-family: 'IBMPlexSans-Bold';
    font-weight: bold;
    margin-bottom: 35rem;
}

.bus-numbers-item h3 {
    font-size: 36rem;
    margin-bottom: 11rem;
}

.bus-numbers-item p {
    font-size: 18rem;
}

footer {
    background-color: #445566;
    padding: 64rem 0 64rem;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* grid-template: repeat(1, 1fr) / repeat(3, 1fr); */
}

.footer-lable p {
    text-align: left;
    color: #fff;
    font-size: 24rem;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
}

.footer-contacts {
    text-align: center;
}

.footer-contacts-wrap {
    text-align: left;
}

.contact-phone {
    display: block;
    margin-top: -3px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 36rem;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
}

.contact-phone:hover {
    color: #fff;
}


.footer-messages {
    text-align: right;
}

/************ magnific popup************/
.call-popup {
    position: relative;
    background: #fff;
    padding-top: 32px;
    padding-bottom: 10px;
    max-width: 470px;
    border-radius: 16px;
    margin: 0 auto;
}

#prezent-popup {
    position: relative;
    background: #fff;
    max-width: 880px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
}

#form-prezent {
    padding: 32px 32px 10px 35px;

}

.prezent-form {
    /* max-width: 334px; */
    display: flex;

}

.prezent-form .prezent-form-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background: #F6F8FB;

}

.prezent-form .prezent-form-pic img {
    width: 80%;
}

.call-popup .form {
    max-width: 334px;
    margin: 0 auto;
    text-align: center;
}

.call-popup img {
    max-width: 100%;
}

.fas {
    background-color: #001120;
}

/* Зум */

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Сверху */

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing .mfp-bg {
    opacity: 0;
}

/************ form send ************/
form * {
    outline: none;
}

form input:not([type="submit"]),
form textarea {
    background: none;
    border: 1px solid #D9D9D9;
    font: 16px "MontserratRegular", sans-serif;
    color: #000;
    height: 40px;
    background-color: #fff;
}

.form__body {
    position: relative;
}

.form__body::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.712) url(../img/loading.gif) center / 50px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all transform 0.5s ease 0s;
}

._sending.form__body::after {
    opacity: 1;
    visibility: visible;
}

.form__title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 32px;
}

.form__item {
    margin-bottom: 16px;
}

.form__label {
    text-align: left;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.form__input {
    height: 50px;
    padding: 8px 12px;
    border-radius: 2px;
    width: 100%;
    font-size: 18px;
}

.form__input:focus {
    box-shadow: 0 0 15px #30a83e;
}

textarea.form__input {
    min-height: 120px;
    resize: vertical;
    padding: 5px 20px;
}

form .btn {
    margin: 30px 0;
    padding: 13px 33px;
    font-size: 18px;
    border-radius: 4px;
}

.send-mess {
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
}

.form__input._error {
    box-shadow: 0 0 15px red;
}

/************ checkbox ************/
.checkbox {
    text-align: left;
    margin-top: 8px;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.date-wrap input {
    padding: 10px;
}

.date-wrap {
    display: flex;
}

#time::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    background: url(../img/icons/time.svg) no-repeat center;
    background-size: contain;
}

#time.disabled,
#date.disabled {
    color: transparent;
}

input[type=time] {
    border: none;
    color: red;
    font-size: 14px;
    font-family: helvetica;
    width: 180px;
}

/* input:invalid:before {
    color: #808080;
    content: attr(placeholder);
    padding-left: 10px;
    pointer-events: none;
    position: absolute;
    left: 20px;
} */
#time {
    width: 30%;
    margin-right: 16px;
    color: #BFBFBF;
}

#date {
    width: calc(70% - 16px);
    color: #BFBFBF;
}

#date::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    background: url(../img/icons/calendar.svg) no-repeat center;
    background-size: contain;
}

input[type=date]:invalid::-webkit-datetime-edit {
    color: #BFBFBF;
}

input[type=time]:invalid::-webkit-datetime-edit {
    color: #BFBFBF;
}

::-webkit-input-placeholder {
    color: #BFBFBF;
}

::-moz-placeholder {
    color: #BFBFBF;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #BFBFBF;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #BFBFBF;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 16px;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked+label::before {
    border-color: #30A83E;
    background-color: #30A83E;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

#date-y {
    color: #FFFFFF;
}


@media (max-width: 1400px) {

    html,
    body {
        font-size: 5.25%;
    }

    .scroling .top-head {
        padding: 27rem 10rem 27rem 11rem;
    }
    .video_bg .header-content {
       
        padding-top: 150px;
       
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1254px;
    }
}

@media (max-width: 1200px) {

    html,
    body {
        font-size: 5.25%;
    }



    .header-phone {
        padding-left: 10rem;
        padding-right: 5px;
    }

    .top-head .top-nav {
        margin-left: 20px;
    }

    .screen .title {
        width: 100%;
    }

    .screen .title-description {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .top-head {
        padding: 28px 15px 28px 15px;
    }


    .scroling .top-head {
        padding: 28px 15px 28px 15px;
    }

    .contact-phone {
        margin-top: 0;
        line-height: 1.2;
    }

    .scroling .top-head .top-nav {
        display: none;
    }

    .btn-whats-upp {
        border: none;
        padding: 0;
    }

    .btn-whats-upp span {
        display: none;
    }

    /* .btn-whats-upp span::after {
        right: 0;
    } */

    .btn-whats-upp:hover {
        cursor: pointer;
        background-color: transparent;
        border-color: transparent;
    }

    .what-get-list {
        grid-template: repeat(2, 1fr) / repeat(2, 1fr);
    }

    .for-whom-list {
        grid-template: repeat(2, 1fr) / repeat(2, 1fr);
    }

    .bus-numbers-list {
        grid-template: repeat(2, 1fr) / repeat(2, 1fr);
    }

    .screen .title {
        margin-bottom: 20px;
    }

    .screen .title-description {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    html,
    body {
        font-size: 4.25%;
    }


    .support-list {
        width: 100%;
    }

    .support-image {
        width: 100%;
        text-align: center;
    }

    .complement-list {
        width: 100%;
        order: -1;
    }

    .complement-image {
        width: 100%;
    }



    .business-image img {
        padding-top: 50rem;
        max-height: 650rem;
        margin: 0 auto;
        width: auto;
    }

    .business-text {
        width: 100%;
        margin-bottom: 50rem;
    }

    .business-image {
        width: 100%;
    }

    .footer-row {
        grid-gap: 16rem;
        text-align: center;
        justify-content: center;
    }

    .footer-contacts {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

    .btn-whats-upp img {
        top: -11px;
    }

    .support-image img {
        margin-top: 50rem;
    }



    .complement-image img {
        margin: 0 auto;
        padding-top: 50rem;
        max-height: 520rem;
        width: auto;
    }

    .footer-lable p {
        text-align: center;
    }

    .footer-lable {
        width: 100%;
        margin-bottom: 15px;
    }

    .prezent-form {

        display: flex;
        flex-direction: column;
    }

    .prezent-form .prezent-form-pic {
        display: none;
    }

}

@media (max-width: 576px) {

    html,
    body {
        font-size: 3%;
    }

    .scroling .header-logo img {
        /* transform: translateY(4px); */
        width: 245rem;
    }

    .header-logo img {
        transform: translateY(4px);
        width: 245rem;
    }


    .top-head {
        padding: 15px 5px 15px 5px;

    }

    .scroling .top-head {
        padding: 15px 5px 15px 5px;

    }



    .screen {
        padding-left: 15px;
        padding-right: 15px;
    }

    .screen .title {
        line-height: 1.2;
    }



    .what-is-item {
        padding-left: 30px;
    }

    .list-check-after li {
        white-space: pre-wrap;
    }

    .list-check-before li {
        white-space: pre-wrap;
    }
}