body{
    font-size: 14px;
    color: #252B42;
}

.invalid{
    border-color: red;
    color: red;
}

.mt-10{
    margin-top: 170px;
}

.cursor{
    cursor: pointer;
}

.text-banner{
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 4.2px;
    background: linear-gradient(88.59deg, rgba(44, 56, 165, 0.2) 10.08%, rgba(251, 190, 24, 0.2) 66.28%), #252B42;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.text-s24{
    font-size: 24px;
}

.green-text{
    color: #75AA3C;
}

.btn-primary{
    background: #4059D5;
    border-radius: 8px;
    padding: 11px 25px;
}

.btn-white{
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid #4059D5;
    border-radius: 16.4571px 34.2857px 2.74286px 16.4571px;
}

.white-text{
    color: #ffffff;
}

.text-gray{
    color: #737373;
}

.bg-city{
    position: absolute;
    max-width: 823px;
    height: auto;
    top: -56px;
    z-index: -1;
    right: 115px;
}

.bg-banner{
    background-image: none;
}

.ellipse1{
    margin-top: -120px;
    transform: rotate(2deg);
    margin-left: -75px;
}

.ellipse2{
    position: absolute;
    right: -139px;
    top: -95px;
    z-index: -1;
}

.white-card{
    background: #FFFFFF;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
    border: 1px solid #fff;
}

.card-text{
    font-weight: 400;
    font-size: 14px;
    color: #636363;
}

.bus-right{
    margin-top: -45px;
}

.bus-right2{
    width: 47%;
    margin-left: 255px;
    margin-top: -158px;
}

.bus-right3{
    margin-top: -45px;
    margin-left: 162px;
}

.bus-right4{
    margin-top: -147px;
    margin-left: 421px;
}

.bus-left{
    margin-top: -86px;
    margin-left: 126px;
}

.bus-left2{
    position: absolute;
    max-width: 50%;
    right: 215px;
    top: 15px;
}

.bus-left3{
    position: absolute;
    max-width: 50%;
    top: -99px;
    left: 200px;
}

.text-title{
    font-size: 40px;
    line-height: 35px;
    font-weight: 700;
}

.text-h{
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
}

.text-h2{
    font-size: 28px;
    line-height: 29px;
    font-weight: 400;
}

.goodfact{
    position: absolute;
    max-width: 300px;
    left: 0;
    bottom: 0;
}

.softsk{
    position: absolute;
    max-width: 300px;
    right: 182px;
    bottom: 0;
}


.grey-line{
    height: 1px;
    width: 100%;
    display: flex;
}
.grey-body{
    background-image: url(../img/greyline.png);
    background-repeat: repeat-x;
    min-width: calc(100% - 171px);
    height: 100%
}
.grey-finish{
    background-image: url(../img/greyshad.png);
    background-repeat: no-repeat;
    min-width: 170px;
    height: 100%;
}

.book-fon{
    background-image: url(../img/book.png);
    background-repeat: no-repeat;
    background-position: right;
}

.card-white-radius{
    background: #FFFFFF;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    color: #636363;
    border: 1px solid #fff;
}

.card-blue{
    background: #2D4059;
    background-image: url(../img/bg-blue-card.png);
    background-position: bottom;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    color: #636363;
    border: 1px solid #2D4059;
}

.card-text-radius{
    font-weight: 600;
    font-size: 23px;
}

.pink{
    position: absolute;
    right: -121px;
    bottom: -111px;
    z-index: -1;
}

/*Вопросы и ответы*/
.card-grey{
    background: rgba(208, 223, 237, 0.3);
    border: 1px solid #D0DFED;
    border-radius: 17px;
    padding: 15px 30px;
}

.card-grey-text{
    font-size: 24px;
    line-height: 24px;
    color: #636363;
}

.violet-text{
    color: #4059D5;
}

.green{
    position: absolute;
    top: -72px;
    left: -116px;
    max-width: 140px;
    z-index: -1;
}

.pink-v{
    position: absolute;
    right: -78px;
    top: -68px;
    z-index: -1;
    max-width: 182px;
}


.flag-fon{
    background: #2D4059;
    background-image: url(../img/flag-fon.png);
    background-repeat: no-repeat;
}

.flag-title{
    font-weight: 600;
    font-size: 30px;
}

.flag-tit-card{
    font-weight: 700;
    font-size: 40px;
}

.flag-text{
    font-weight: 300;
    font-size: 20px;
}

.pink-text{
    font-weight: 700;
    font-size: 30px;
    color: #ED707B;
}

.form-check-text{
    font-weight: 400;
    font-size: 12px;
    color: #838383;
}

.form-check-input {
    width: 30px;
    height: 30px;
}

.form-check-input[type=checkbox] {
    border-radius: 1.25em;
}

.form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form-check-input:checked {
    background-color: #fff;
    border: 8px solid #0d6efd;
    border-radius: 20px;
}


/*FOOTER*/
.footer-nav{
   font-weight: 700;
    font-size: 16px;
    color: #666666;
    text-decoration: none;
}

.text-dec-green{
    text-decoration: underline
}


/*  768 пикселей и ниже*/
@media (max-width: 768px) {
    .text-h2{
        font-size: 14px ;
        line-height: 17px;
        font-weight: 400;
    }

    .text-banner{
        font-size: 24px;
        font-weight: 700;
        letter-spacing:  -0.9px;
    }

    .text-banner-sm{
        font-size: 13px
    }

    .text-title{
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
    }

    .text-h{
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .card-text-radius{
        font-weight: 600;
        font-size: 14px;
    }

    .goodfact {
        position: absolute;
        max-width: 140px;
        left: -4px;
        bottom: 82px;
        z-index: -1;
    }

    .softsk {
        position: absolute;
        max-width: 140px;
        right: -8px;
        z-index: -1;
        top: 19px;
    }

    .bg-banner{
        background-image: url(../img/banner.png);
        background-repeat: no-repeat;
        background-size: 178px;
        background-position: right;
    }

    .grey-line{
        width: 100%!important;
    }

    .book-fon {
        background-image: url(../img/mob-book.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .grey-body {
    width: 100%!important;
    }

    .grey-finish{
        display: none!important;
    }

    .mt-10{
        margin-top: 0px;
    }

    .card-grey-text {
        font-weight: 400;
        font-size: 14px;
        color: #636363;
    }

    .flag-title {
        font-weight: 600;
        font-size: 20px;
    }

    .flag-text{
        font-weight: 400;
        font-size: 14px;
    }

    .flag-tit-card{
        font-weight: 700;
        font-size: 20px;
    }

    .pink-text{
        font-weight: 700;
        font-size: 20px;
    }

    .text-s24{
        font-size: 14px;
    }

    .form-check-input {
        width: 20px;
        height: 20px;
    }

    .w-btn{
        width: 100%;
    }


}

/* Устройства Medium (планшеты, 768 пикселей и выше*/
@media (min-width: 768px) {

}

/* Устройства Large (настольные компьютеры, 992 пикселей и выше)*/
@media (min-width: 992px) {
}

/* Устройства X-Large (большие настольные компьютеры, 1200 пикселей и выше)*/
@media (min-width: 1200px) {
}

/* Устройства XX-Large (большие настольные компьютеры, 1400 пикселей и выше)*/
@media (min-width: 1400px) {
}

