/*Общие правила*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #FAFBFF;
    font-family: Inter, serif;
    letter-spacing: 5%;
    color: #374353;
}
.icon-li {
     height: 40px;
     padding-right: 10px;
 }
.button{
    width: 300px;
    height: 60px;
    border-radius: 10px;
    font-family: Montserrat, serif;
    font-weight: 700;
    font-size: 20px;
    vertical-align: middle;
    border: 0;
    margin-top: 30px;
    color:#fff;
    background: linear-gradient(245.1deg, #a3755b 0.09%, #a3755b 99.91%);
}
.h2{
    font-size: 40px;
    font-weight: 800;
}
.blue{
    color:#0961FF;
}
.policy{
    margin-top: 70px;
}
.item{
    padding: 5px 15px;
    border-radius: 10px;
    background-color: #FFEFE3;
    min-height: 52px;
    font-size: 25px;
    margin: 0 5px 10px;
    color: #374353;
    font-weight: 800;
    vertical-align: middle;
    display: inline-block;
}
.item img{
    margin-right: 10px;
}
.carousel-inner {
    width: calc(100% - 200px);
    margin-left: 100px;
}
ul{
    padding: 0;
}
/*Первый блок*/
.first-block{
    background-color: #FAFBFF;
    padding: 0;
    font-size: 20px;
    border-radius: 0 0 150px 150px;
    font-weight: 700;
    hr{
        margin-top: 0px;
    }
    .soc-icon{
        display: inline-block;
        margin-right: 10px;
    }
    .logo{
        font-weight: 700;
        line-height: 100%;
        text-decoration: none;
        span{
            padding-top: 8px;
            display: inline-block;
        }
        color: #000;
    }
    .soc-icon img{
        width: 30px;
    }
    li.nav__item{
        display: inline-flex;
    }
    .header_phone {
        align-items: center;
        background: #26282c;
        border-radius: 40px;
        color: #fff;
        display: inline-flex;
        font-size: 1.125rem;
        font-weight: 600;
        height: 42px;
        justify-content: center;
        margin-left: 2px;
        padding: 0 18px 0 20px;
        text-decoration: none;
        transition: .3s;
        white-space: nowrap;
    }
    .hide-phone-part {
        font-weight: 600;
        font-size: 18px;
        font-family: Inter, serif;
    }
    .callback-phone {
        align-items: center;
        background: transparent;
        border: 1px solid #e8e8e8;
        border-radius: 15px;
        color: #26282c;
        display: flex;
        font-family: Inter;
        font-size: 1.125rem;
        font-weight: 600;
        height: 60px;
        justify-content: center;
        line-height: 1;
        padding: 0 39px;
        white-space: nowrap;
        width: 45%;
        float: left;
        margin-left: 2%;
    }
    .main-banner_callback-btn {
        align-items: center;
        background: #008d80;
        border: 0;
        border-radius: 15px;
        color: #fff;
        display: inline-flex;
        font-family: Inter, serif;
        font-size: 1.125rem;
        font-weight: 600;
        height: 60px;
        justify-content: center;
        line-height: 1;
        margin-right: 19px;
        padding: 0 53.5px;
        transition: .5s;
        float: left;
    }
    .main-banner_h1 {
        color: #3c3c3c;
        font-size: 3.75rem;
        font-weight: 600;
        line-height: 1.1;
        margin: 0 0 40px;
        text-align: left;
    }
    .main-banner_content ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .main-banner_content ul li {
        color: #3c3c3c;
        padding-left: 30px;
        position: relative;
        text-align: left;
        font-weight: 500;
    }
    .main-banner_content p{
        font-size: 18px;
        font-weight: 500;
    }
    .main-banner_content ul li::before {
        background: url(../img/checkbox.svg) 50%/contain no-repeat;
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        top: 1px;
        width: 20px;
    }
    .nav__item a{
        font-family: Inter, serif;

        font-weight: 500;
        padding-right: 30px;
        text-decoration: none;
        color:#000000;
    }
    .nav__item a:hover{
        color:#008D80;
    }
    .button {
        background: linear-gradient(2.83deg, #005BFF 2.35%, #377EFF 97.65%);
    }
    .main-text{
        font-size: 55px;
        font-weight: 800;
        line-height: 65px;
        margin: 15px 0 25px;
    }
    .dollars img{
        width: 100%;
    }
    .icon-li {
        float: left;
    }
}
/*Блок с кнопкой модалкой*/
.modal-block{
    margin-top: 120px;
    font-weight: 500;
    font-size: 25px;
    .button {
        background: linear-gradient(2.83deg, #005BFF 2.35%, #377EFF 97.65%);
        color: #fff;
    }
    .icon-li {
        float: left;
    }
    .time-text{
        padding: 5px 15px;
        border-radius: 10px;
        background-color: #FFEFE3;
    }
}
/*Блок Шаги*/
.steps{
    background-color: #fef4f1;
    padding: 60px 0;
    .text{
        font-size: 18px;
        font-weight: 400;
    }
    .title{
        font-size: 30px;
        font-weight: 800;
        line-height: 37px;
    }
    .number{
        font-size: 100px;
        font-weight: 800;
        color: #F97C0E;
        line-height: 100px;
    }
    .icon-li {
        height: 50px;
        float: left;
        padding: 5px 10px;
    }
    text-shadow: 2px 3px 3px rgba(163, 117, 91, 0.3);
}
.reviews{
    margin-top: 120px;
    .text{
        font-size: 30px;
        font-weight: 500;
    }
    .review{
        i.icon-q{
            width: 40px;
            background: #bc9549 url('../img/q.png') no-repeat center;
            border-radius: 30px;
            display: block;
            position: absolute;
            height: 40px;
            right: -15px;
            top: -15px;
            z-index: 1000000000;
        }
        margin-top: 15px;
        position: relative;
        height: 100%;
        padding: 30px 20px;
        border-radius: 10px;
        background-color: #FAFBFF;
        font-size: 16px;
        .name{
            font-weight: 600;
            line-height: 22px;
            margin: 10px 0;
        }
        .star{
            background-image: url("../img/star.svg");
            width: 15px;
            height: 16px;
            margin-left: 1px;
            display: inline-block;
            background-color: #FABC00;
        }
        .date{
            font-weight: 300;
            line-height: 22px;
        }
        .text{
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
        }
        .link-all{
            font-weight: 500;
        }
    }
    .carousel-control-prev {
        left: 0;
    }
    .carousel-control-next {
        right: 0;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 100px;
    }
    .carousel-item{
        padding-left: 10px;
    }
    .carousel-indicators {
        bottom: -50px;
    }
    .carousel-indicators button[data-bs-target]{
        width: 20px;
        height: 20px;
        background-color: #FAFBFF;
        border-top:unset;
        border-bottom: unset;
        border-radius: 10px;
    }
    .carousel-indicators button.active[data-bs-target]{
        background-color: #F97C0E;
    }
}
.blue-block.steps{
    color: #2f415e;
    background-color: #f0eef6;
    ul{
        text-align: left;
    }
     .title{
        font-size: 22px;
    }
}
.steps-3{
    .step {
        padding: 10px 30px 80px;
        width: 100%;
        margin: 20px;
        box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
        background: #f9f6fc url('../img/3_1.png') no-repeat bottom right;
        background-size: 180px auto;
    }
}
.steps-4{
    .h2{
        font-weight: 500;
    }
    img{
        width: 120px;
    }
    .title{
        font-size: 22px;
        font-weight: 500;
    }
    .step{
        width: 100%;
        margin: 20px;
        padding: 30px;
        box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
    }
}
.steps-5{
    .h2{
        font-weight: 500;
    }
    img{
        width: 260px;
        padding-right: 40px;
    }
    .title{
        font-size: 22px;
        font-weight: 500;
    }
    .step{
        width: 100%;
        margin: 20px;
        padding: 30px;
        box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
    }
    ul{
        padding-top: 20px;
    }
    ul li::before {
        background: url(../img/check.png) 50%/contain no-repeat;
        content: "";
        height: 20px;
        left: 230px;
        position: absolute;
        top: 1px;
        width: 20px;

    }
    ul li{
        list-style: none;
        color: #3c3c3c;
        padding-left: 30px;
        position: relative;
        text-align: left;
        font-weight: 500;
    }

    .button {
        background: linear-gradient(245.1deg, #a3755b 0.09%, #a3755b 99.91%);
    }
}

.steps-6{
    .step{
        width: 100%;
        margin: 20px;
        padding: 30px;
        box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
        .title{
            font-size: 22px;
        }
        .h2{
            font-weight: 600;
            font-size: 26px;
        }
    }
    img{
        display: inline;
        width: 320px;
        padding-right: 40px;
    }
    .title{
        font-size: 22px;
        font-weight: 500;
    }
    ul li::before {
        background: url(../img/check2.png) 50%/contain no-repeat;
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        top: 1px;
        width: 20px;

    }
    ul li{
        list-style: none;
        color: #3c3c3c;
        padding-left: 30px;
        position: relative;
        text-align: left;
        font-weight: 500;
    }
}
.steps-7{
    .step{
        width: 100%;
        margin: 20px;
        padding: 30px;
        box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
        .title{
            font-size: 22px;
        }
        .h2{
            font-weight: 600;
            font-size: 26px;
        }
    }
    img{
        display: inline;
        width: 100%;
        padding-right: 40px;
    }
    .title{
        font-size: 22px;
        font-weight: 500;
    }
    ul li::before {
        background: url(../img/check.png) 50%/contain no-repeat;
        content: "";
        height: 20px;
        left: 0;
        position: absolute;
        top: 1px;
        width: 20px;

    }
    ul li{
        list-style: none;
        color: #3c3c3c;
        padding-left: 30px;
        position: relative;
        text-align: left;
        font-weight: 500;
    }
}

.steps-8{
    .step{
        width: 100%;
        margin: auto;
        padding: 30px;
        box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
        .title{
            font-size: 22px;
        }
        .h2{
            font-weight: 600;
            font-size: 26px;
        }
        background-color: #ffffff;
        max-width: 700px;
    }
    .title{
        font-size: 22px;
        font-weight: 500;
    }
    .button {
        background: linear-gradient(180.1deg, #6589c4 0.09%, #3c69ac 99.91%);
        border-radius: 5px;
        height: 50px;
    }

}

.steps{
    .step{
        border-radius: 8px;
    }
}
/*Центральный блок*/
.middle-block{
    margin-top: 120px;
    background-color: #FAFBFF;
    padding: 80px 0;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    .number{
        font-size: 100px;
        font-weight: 800;
        color: #F97C0E;
        line-height: 100%;
    }
    .title{
        font-size: 30px;
        font-weight: 700;
    }
    .small-number{
        font-weight: 400;
        font-size: 50px;
        color: #F97C0E;
        line-height: 100%;
    }
    .small-title{
        font-weight: 400;
        font-size: 18px;
        text-transform: unset;
    }
    .content{
        margin: 80px 0  50px;
    }
    .button {
        background: linear-gradient(2.83deg, #005BFF 2.35%, #377EFF 97.65%);
        font-weight: 700;
    }
}
.recommendation-block{

    background: linear-gradient(245.1deg, #412619 0.09%, #191312 99.91%);
    color:#f7e5d3;
    padding-top: 120px;
    padding-bottom: 60px;
    .text{
        font-size: 30px;
        font-weight: 500;
    }
    .list-items{
        margin-top: 60px;
        font-size: 18px;
        line-height: 100%;
        span{
            font-size: 25px;
            margin: 17px 0 25px;
            font-weight: 700;
            display: inline-block;
        }
        img{
            width: 65px;
            height: 55px;
        }
    }
    .list-items:first-child{
        margin-top: 50px;
    }
}
.block-text{
    padding: 120px 0;
}
.partners-block{
    margin-top: 120px;
    .text{
        font-size: 30px;
        font-weight: 500;
    }
    .partner{
        padding: 30px 20px;
        border-radius: 10px;
        background-color: #FAFBFF;
        width: 100%;
        font-size: 18px;
        margin-top: 20px;
    }
}
.form-order-block{
    margin-top: 120px;
    form{
        width: 100%;
        color: #0000004D;
        input, textarea{
            padding: 20px 30px;
            margin: 10px 0;
            background-color: #FAFBFF;
            border: none;
        }
        button{
            background: linear-gradient(2.83deg, #005BFF 2.35%, #377EFF 97.65%);
            width: 100%;
            font-weight: 700;
            font-size: 20px;
        }
    }
    .text{
        font-size: 30px;
        line-height: 35px;
        font-weight: 500;
        margin-top: 10px;
    }
}
.end-block{
    background-color: #222323;
    padding: 0 110px;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    .logo{
        font-weight: 500;
        line-height: 100%;
        margin: 50px auto 10px;
        display: flex;
        color:#f7e5d3;
        text-decoration: none;
    }
    .policy{
        font-weight: 500;
    }
    .h2{
        margin: 50px auto 10px;
        display: inline-block;
        font-size:30px;
        font-weight: 300;
    }
    color:#f7e5d3;
    .soc-icon img{
        padding-right: 30px;
    }
    a{
        color:#f7e5d3;
        text-decoration: none;
    }
}

.modal-dialog .button{
    color: #fff;
    margin: auto;
}
.modal-dialog .policy{
    margin: 10px;
    font-size: 14px;
}
@media (max-width: 768px) {
    /*Первый блок*/
    .first-block {
        padding: 0;
        text-align: center;
        font-size: 16px;
        .icon-li {
            height: 40px;
            padding-right: 7px;
        }
        .main-banner_h1{
            font-size: 31px;
        }
        .main-banner_callback-btn{
            margin-bottom: 10px;
        }
        .callback-phone{
            width:unset;
        }
        ul{
            text-align: center;
        }
        .icon-li {
            float: unset;
        }
        .logo{
            text-align: center;
        }
        .main-banner_content ul li::before {
            left: 5px;
        }
    }
    .modal-block{
        .time-text{
            line-height: 100%;
            margin-top: 20px;
        }
    }
    .recommendation-block .title{
        padding: 12px 0;
        display: grid;
        .eureka {
            margin: 0 20px;
        }
    }

    .recommendation-block  .list-items{
        .icon-li{
            width: 60px;
            height: 50px;
        }
    }
    .recommendation-block {
        & .list-items {
            margin-top: 30px;
            font-size: 14px;
            line-height: 30px;
        }
    }
    .recommendation-block {
        & .list-items {
            & span {
                margin: 0px 0 25px;
            }
        }
    }
    .reviews .review{
        margin-bottom: 10px;
        padding: 10px 20px;
    }
    .reviews .review p{
        margin-bottom: 0;
    }
    .reviews .item {
        font-size: 22px;
    }
    .reviews{
        margin-top: 80px;
        .carousel-control-prev {
            left: -20px;
        }
        .carousel-control-next {
            right: 0;
            width: 24px
        }
        .carousel-control-next .icon-li {
            padding-right: 0px;
        }
        .review{

            i.icon-q {
                right: 0;
            }
        }
        .carousel-inner {
            width: calc(100% - 60px);
            margin-left: 30px;
        }
        .carousel-control-prev {
            width: 75px;
        }
    }
    .steps .step {
        margin-bottom: 10px;

    }
    .first-block{
        text-align: left;
        .main-text{
             font-size: 30px;
             line-height: 40px;
        }
    }
    .item {
        padding: 5px 10px;
        font-size: 18px;
    }
    .h2{
        font-size: 30px;
    }
    .modal-block{
        margin-top: 80px;
        font-size: 20px;
        line-height: 10px;
    }
    /*Блок Лайвхак*/
    .lifehack{
        margin-top: 80px;
        font-size: 25px;
        line-height: 25px;
    }
    /*Блок Шаги*/
    .steps{
        .step{
            .text{
                font-size: 16px;
            }
            .title{
                font-size: 25px;
            }
            .number{
                font-size: 70px;
            }
        }
        .icon-li {
            height: 80px;
            padding: 5px 10px 35px;
        }
    }
    .middle-block{

        margin-top: 80px;
        .number, .title{
            text-align: center;
        }
        .title{
            font-size: 25px;
        }
        .number{
            font-size: 70px;
        }
    }
    .middle-block, .first-block, .end-block{
        border-radius: 10px;
    }
    .partners-block .text {
        font-size: 25px;
        line-height: 30px;
    }
    .end-block {
        margin-top: 80px;
        padding: 0;
        font-size: 16px;
        text-align: left;
        .policy{
            text-align: left;
            margin-top: 0;
        }
        .logo{
            font-size: 18px;
        }.icon-li {
             height: 40px;
             padding-right: 7px;
         }
    }
    .steps-7, .steps-6,.steps-5, .steps-4 {
        .step{
            margin-left: 0;
            margin-right: 0;
        }
    }
}