/* ---- GLOBAL ---- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
body, p , a{
    font-family: 'Gotham Pro','Helvetica Neue',Helvetica,'Segoe UI',Arial,sans-serif;
    color: #2B2A29;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.clear{
    clear: both;
}
.posabs{
    position: absolute;
}
.posrel{
    position: relative;
}
input, a, select, textarea, button, input:active, a:active, select:active, textarea:active, button:active, input:focus, a:focus, select:focus, textarea:focus, button:focus{
    outline: none;
}

h2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    color: #483a06;
    margin-bottom: 60px;
    position: relative;
}
h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
}
p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #02040E;
}
span{
    color: #ffd018;
}



.header-menu{
    padding: 10px 10px 0;
    background: #ffd018;
}
.logo{
    margin-bottom: 10px;
}
.logo img{}
.menu-block{
}
.contacts{
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-end;
}
.contacts .phone{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #483a06;
    display: block;
}
.contacts .mail{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: right;
    color: #483a06;
    display: block;
}
.contacts a.whatsapp img{
    background: none;
}




.header{
    padding-top: 100px;
    padding-bottom: 120px;
    background: #393EA3 url(../images/header-bg.png) no-repeat top 50px right -100px;
}
.header-title{}
.header-title p{
    color: #483a06;
    margin-bottom: 55px;
}
.header-title h2{
    color: #483a06;
    margin-bottom: 65px;
}
.header-preimus{
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
}
.preimus-block{
    margin-bottom: 20px;
}
.preimus-block h3{
    color: #483a06;
    margin-bottom: 11px;
}
.preimus-block p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #483a06;
    margin-bottom: 0px;
}

.header-form{
    background: #FFFFFF;
    box-shadow: 0px 8.33333px 25px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    padding: 28px;
}
.header-form h6{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}
.form-group{
    display: block !important;
}
.form-group label{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #333333;
    margin-bottom: 0;
    justify-content: end !important;
}
.form-control{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.26);
    border-radius: 0px;
    margin-right: 20px;
    width: 257px;
    background: transparent;
}
.form-control:focus{
    background: transparent !important;
}
.form-control:placeholder-shown{
    padding: 0;
}
.form-control#phone{
    margin-top: 16px;
}
.form-control:focus{
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.26);
}
.btn-primary-top{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #483a06;
    background: #ffd018;
    box-shadow: 0px 3px 9px rgba(255, 140, 113, 0.25);
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    margin-bottom: 20px;
}
.btn-primary{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #483a06;
    background: #ffd018;
    box-shadow: 0px 3px 9px rgba(255, 140, 113, 0.25);
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    margin-bottom: 20px;
}
.btn-primary-form{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fbd000;
    background: #483a06;
    box-shadow: 0px 3px 9px rgba(255, 140, 113, 0.25);
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    margin-bottom: 20px;
}
.btn-primary-form:hover{
    color: #fbd000;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    border: none !important;
    background-color: #FF795C !important;
    box-shadow: none !important;
}
.form-group{
    margin-bottom: 20px !important;
}
.form-check{}
.form-check-label{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #02040E;
    display: flex;
    align-items: center;
}
.form-check-input{
    display: none;
}
.form-check-input + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    border: 1px solid #483a06;
    margin-right: 15px !important;
    border-radius: 50%;
    display: inline-block;
}
.form-check-input:checked + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    background: url(../images/check.png) no-repeat center;
    display: inline-block;
}



.projects{
    padding-top: 185px;
    padding-bottom: 60px;
    position: relative;
}
.projects-title{
    position: relative;
}
.projects-title::before{
    content: 'Кейсы';
    position: absolute;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    color: rgb(72 58 6);
    top: -130px;
    left: 15px;
}
.projects h2{
    margin-bottom: 60px;
}
.projects p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}

.carousel-inner{
    background: #ffd018;
    padding-top: 50px;
    padding-bottom: 50px;
}
.carousel-item{}
.carousel-item img{
    margin-bottom: 30px;
}
.slide-left{}
.slide-left h4{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    margin-bottom: 30px;
}
.slide-left p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #333333;
    margin-bottom: 35px;
}
.slide-left a{
    margin-bottom: 45px;
}
.slide-right{}
.slide-right img{
    margin-top: 50px;
    margin-left: -30px;
}
.carousel-control-prev-icon{
    background-image: url(../images/arrow-left.svg);
    position: absolute;
    left: 30px;
    width: 20px;
    height: 38px;
}
.carousel-control-next-icon{
    background-image: url(../images/arrow-right.svg);
    position: absolute;
    right: 30px;
    width: 20px;
    height: 38px;
}
.carousel-indicators li{
    width: 18px;
    height: 18px;
    background-color: #333333;
    margin-left: 15px;
}
.icons {
    margin-bottom: 30px;
}
.icons img{
    display: block;
    margin: 0 auto;
}


.shema{
    padding-top: 230px;
    padding-bottom: 70px;
    position: relative;
}
.shema-title::before{
    content: 'КАК ЭТО БУДЕТ?';
    position: absolute;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    color: #483a06;
    top: -185px;
    left: 10px;
}
.shema-title{
    position: relative;
}
.shema-title h2{
    margin-bottom: 75px;
}
.shema-block{}
.nav-tabs{
    margin-bottom: 35px;
    border-bottom: none;
}
.nav-item{
    width: 184px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #483a06;
    background: transparent !important;
    border: none !important;
    text-transform: uppercase;
    margin: 0 auto;
}
.nav-item:hover{
    background: transparent !important;
    border: none !important;
    border-color: transparent !important;
}
.nav-item.active{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #483a06 !important;
    background: transparent !important;
    border-color: transparent !important;
    border-bottom: 2px solid #483a06 !important;
}
.tab-content{}
.shema-right{}
.shema-right img{
    margin-top: 120px;
}
.shema-left{}
.shema-left h3{
    color: #483a06;
    margin-bottom: 30px;
}
.shema-left h6{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}
.shema-left p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.shema-left ul{
    margin-bottom: 20px;
}
.shema-left ul li{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
    list-style-type: disc;
    margin-left: 40px;
}



.get-tz{
    padding-top: 160px;
    padding-bottom: 160px;
    background: url(../images/form-bg.svg) no-repeat;
    background-size: cover;
}
.get-tz-left{}
.get-tz-left p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #483a06;
    margin-bottom: 30px;
}
.get-tz-left h3{
    color: #483a06;
    margin-bottom: 30px;
}
.get-tz-right{}
.get-tz-right p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #483a06;
    margin-bottom: 15px;
}
.get-tz-form{
    padding: 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 8.33333px 25px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
}

.get-tz-form .form-check-input + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    border: 1px solid #483a06;
    margin-right: 15px !important;
    border-radius: 50%;
    display: inline-block;
}
.get-tz-form .form-check-input:checked + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    background: url(../images/check.svg) no-repeat center;
    display: inline-block;
}


.dogovor{
    padding-top: 160px;
    padding-bottom: 160px;
    background: url(../images/form-bg.svg) no-repeat top;
    background-size: cover;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.dogovor::after{
    content: '';
    position: absolute;
    width: 504px;
    height: 336px;
    background: url(../images/dogovor.png) no-repeat top right;
    right: 100px;
    top: 80px;
}
.dogovor-left{}
.dogovor-left h3{
    color: #483a06;
    margin-bottom: 45px;
}
.dogovor .form-control{
    border-bottom: 1px solid #483a06;
}
.dogovor .form-check{
    margin-top: 20px;
}
.dogovor .form-check-label{
    color: #483a06;
}
.dogovor .form-check-input + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    border: 1px solid #483a06;
    margin-right: 15px !important;
    border-radius: 50%;
    display: inline-block;
}
.dogovor .form-check-input:checked + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    background: url(../images/check.svg) no-repeat center;
    display: inline-block;
}
input[type=email]::-webkit-input-placeholder {
    color: #483a06;
}




.start{
    padding-top: 125px;
    padding-bottom: 120px;
    position: relative;
}
.start-title{
    position: relative;
}
.start-title::before{
    content: 'С ЧЕГО НАЧНЕМ?';
    position: absolute;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    color: #483a06;
    top: -130px;
    left: 10px;
}
.start h2{
    margin-bottom: 80px;
}
.start-block{
    margin-bottom: 30px;
}
.start-block img{
    margin-bottom: 15px;
}
.start-block h4{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #483a06;
    margin-bottom: 35px;
    min-height: 70px;
}
.start-block p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #483a06;
    margin-bottom: 55px;
    min-height: 155px;
    width: 265px;
}
.start-block a{
    width: 255px;
}


.what-start{
    padding-top: 200px;
    padding-bottom: 180px;
    background: url(../images/what-start-bg.svg) no-repeat;
    background-size: cover;
}
.what-start h2{
    color: #483a06;
    text-align: center;
    margin-bottom: 30px;
}
.what-start p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    color: #483a06;
    margin-bottom: 36px;
}
.what-start-form{
    padding: 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 8.33333px 25px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
}
.what-start-form .form-control{
    width: 413px;
}
.what-start-form .btn-primary{
    width: 444px;
}
.what-start-form .form-check-input + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    border: 1px solid #483a06;
    margin-right: 15px !important;
    border-radius: 50%;
    display: inline-block;
}
.what-start-form .form-check-input:checked + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    background: url(../images/check.svg) no-repeat center;
    display: inline-block;
}


.garants{
    padding-top: 185px;
    padding-bottom: 0;
    position: relative;
}
.garants-title{
    position: relative;
}
.garants-title::before{
    content: 'О ГАРАНТИЯХ';
    position: absolute;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    color: #483a06;
    top: -130px;
    left: 10px;
}
.garants h2{
    margin-bottom: 75px;
}
.garants-left{
    display: inherit;
    margin-bottom: 100px;
}
.garants-left img{
    vertical-align: middle;
}
.garants-right{
    margin-bottom: 100px;
}
.garants-right h3{
    color: #483a06;
    margin-bottom: 45px;
}
.garants-right p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #02040E;
    margin-bottom: 10px;
}
.garant-info{
    display: flex;
}
.garant-info img{
    width: 47px;
    height: 47px;
}
.garant-info p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #02040E;
    margin-left: 15px;
    margin-bottom: 15px;
}
.garants-right .btn-primary{
    margin-top: 30px;
}


.uslovie{
    padding-top: 155px;
    padding-bottom: 20px;
    position: relative;
}
.uslovie-title{
    position: relative;
}
.uslovie-title::before{
    content: 'КАК ЭТО БУДЕТ?';
    position: absolute;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    color: #483a06;
    top: -130px;
    left: 10px;
}
.uslovie h2{
    margin-bottom: 75px;
}
.uslovie-left{
    margin-bottom: 100px;
}
.uslovie-left img{}
.uslovie-right{
    margin-bottom: 100px;
}
.uslovie-right h3{
    color: #483a06;
    margin-bottom: 20px;
}
.uslovie-right p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #333333;
    margin-bottom: 55px;
}
.uslovie-block{
    background: #ffd018;
    padding: 40px 30px;
    display: flex;
}
.uslovie-block img{
    width: 108px;
    height: 108px;
    margin-right: 20px;
}
.uslovie-block h5{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #483a06;
    margin-bottom: 15px;
}
.uslovie-block p{
    margin-bottom: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #333333;
}


.podrobno{
    padding-top: 160px;
    padding-bottom: 160px;
    background: url(../images/podrobno-bg.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.podrobno h3{
    color: #483a06;
    margin-bottom: 35px;
}
.podrobno p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: #483a06;
    margin-bottom: 35px;
}
.podrobno .form-control{
    width: 100%;
}
.podrobno .form-inline label{
    margin-left: 85px;
    color: #483a06;
}
.podrobno .form-check-input + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    border: 1px solid #483a06;
    margin-right: 15px !important;
    border-radius: 50%;
    display: inline-block;
}
.podrobno .form-check-input:checked + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    background: url(../images/check.svg) no-repeat center;
    display: inline-block;
}
.podrobno .form-control{
    border-bottom: 1px solid #483a06;
    color: #483a06;
    margin-top: 2px;
}


.tracking{
    padding-bottom: 80px;
    padding-top: 200px;
    position: relative;
}
.tracking-title{
    position: relative;
}
.tracking-title::before{
    content: 'НЕМНОГО О ПРОЦЕССЕ';
    position: absolute;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    color: #483a06;
    top: -115px;
    left: 10px;
}
.tracking h3{
    margin-bottom: 45px;
}
.tracking p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    margin-bottom: 55px;
}
.tracking-block{
    border: 1px solid #ffd018;
    padding: 20px;
    min-height: 395px;
    margin-bottom: 30px;
}
.tracking-block img{
    margin-bottom: 15px;
    height: 89px;
}
.tracking-block h4{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #483a06;
    margin-bottom: 30px;
}
.tracking-block p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #483a06;
    min-height: 151px;
    margin-bottom: 10px;
}
.tracking-block a{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #483a06;
    width: 92px;
    display: block;
    margin: 0 auto 20px;
}
.fz-18{
    font-size: 18px !important;
}



.situation{
    padding-top: 0px;
}
.situation h2{
    margin-bottom: 95px;
}
.situation-left{}
.situation-left img{
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.situation-right{}
.top-block{
    background: #26B3E0;
    box-shadow: 0px 5.33333px 16px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 5px 0px;
    padding: 20px;
    margin-bottom: 25px;
}
.top-block p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #FFFFFF;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.signature{
    display: flex;
}
.signature h5{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.signature p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 15px;
    border-bottom: none;
}
.signature img{}
.bottom-block{
    background: #466CE9;
    box-shadow: 0px 8.33333px 25px rgba(0, 0, 0, 0.1);
    border-radius: 35px;
    padding: 10px 20px;
    margin-bottom: 45px;
}
.bottom-block p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.bottom-block .form-inline label{
    color: #fff;
}
.bottom-block .form-control{
    border-bottom: 1px solid #fff;
}
.bottom-block .form-check-input + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    margin-right: 15px !important;
    border-radius: 50%;
    display: inline-block;
}
.bottom-block .form-check-input:checked + .form-check-label:before{
    content: '';
    width: 27px;
    height: 27px;
    background: url(../images/check-white.png) no-repeat center;
    display: inline-block;
}
.situation .btn-primary{
    width: 265px;
}


.footer{
    padding-top: 30px;
}
.footer-left{
    margin-bottom: 30px;
}
.footer-left img{
    display: block;
    margin: 0px auto 0;
}
.footer-center{
    margin-bottom: 30px;
}
.footer-center h5{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #333333;
    margin-bottom: 7px;
}
.footer-center a{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #483a06;
    width: 186px;
    display: block;
    margin: 0 auto;
}
.footer-right{
    display: flex;
    margin-bottom: 30px;
    justify-content: flex-end}
.footer-right a.phone{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    color: #483a06;
    margin-bottom: 2px;
    display: block;
}
.footer-right a.mail{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    text-align: right;
    text-decoration-line: underline;
    color: #483a06;
    display: block;
}
.whatsapp{
    width: 43px;
    margin: 0 auto;
}
.whatsapp img{
    background: rgba(51, 176, 7, 0.78);
    border-radius: 5px;
    padding: 5px;
    margin-top: 7px;
    display: block;
}
























@media screen and (max-width:676px){
    .header{
        background: #ffd018;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .header-title h2{
        font-size: 30px;
    }
    .header-preimus{
        display: block;
    }
    .what-start-form .form-control{
        width: 245px;
    }
    .form-check-input + .form-check-label:before{
        width: 19px;
        height: 19px;
    }
    .form-check-input:checked + .form-check-label:before{
        width: 19px;
        height: 19px;
    }
    .preimus-block{
        text-align: center;
    }
    .slide-left h4{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .slide-left p{
        font-size: 13px;
        margin-bottom: 15px;
    }
    .carousel-item img{
        margin-bottom: 15px;
    }
    .slide-right{
        display: none;
    }
    .carousel-control-prev-icon{
        left: 3px;
    }
    .carousel-control-next-icon{
        right: 3px;
    }
    .shema-right img{
        margin-top: 0;
    }
    .shema-left h3{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .get-tz{
        background: #ffd018;
    }
    .dogovor::after{
        background: none;
    }
    .start h2{
        font-size: 30px;
    }
    .uslovie-block{
        display: block;
    }
    .uslovie h2{
        font-size: 34px;
    }
    .uslovie-right h3{
        font-size: 24px;
    }
    .uslovie-block img{
        margin-bottom: 20px;
    }
    .podrobno .form-inline label{
        margin-left: 0;
    }
    .signature{
        display: block;
    }
    .situation-left img{
        margin-bottom: 0;
    }
    .whatsapp{
        margin: 0 0 0 20px;
    }
    .start-title::before{
        font-size: 40px;
    }
    .garants-title::before{
        font-size: 39px;
    }
    .uslovie-title::before{
        font-size: 40px;
        top: -150px;
    }
    .shema-title::before{
        font-size: 37px;
    }
    .tracking-title::before{
        font-size: 40px;
    }
    .logo{
        padding-left: 0;
    }
    .contacts{
        justify-content: center;
    }
    .form-inline{
        display: block;
    }
    .form-control{
        width: 100% !important;
    }
    .btn-primary, .btn-primary-top{
        width: 100% !important;
    }
    .garants-right h3{
        font-size: 27px;
        margin-bottom: 20px;
    }
    .start-block h4{
        min-height: 0;
        margin-bottom: 25px;
    }
    .start-block p{
        min-height: 0;
        margin-bottom: 30px;
    }
    .garants-right .btn-primary{
        margin: 0 0 20px 0;
    }
    .garants-right{
        margin-bottom: 50px;
    }
    .what-start{
        padding-top: 130px;
    }
    .get-tz{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .uslovie{
        padding-top: 170px;
        padding-bottom: 0;
    }
    .uslovie-left{
        margin-bottom: 40px;
    }
    .uslovie-right{
        margin-bottom: 40px;
    }
    .dogovor{
        padding-top: 77px;
        padding-bottom: 115px;
        margin-bottom: 0;
    }
    .shema{
        padding-top: 130px;
    }
    .shema-right{
        margin-bottom: 30px;
    }
    .podrobno{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .situation{
        padding-top: 0;
    }
    .footer-right{
        justify-content: center;
    }
}
@media (min-width: 576px){
.form-inline .form-control {
    display: inline-block;
    width: 223px;
    color: #483a06;
}
}
@media (min-width:768px) and (max-width:1023px){
    .header {
        background: #393EA3 url(../images/header-bg.png) no-repeat top 50px right -330px;
    }
    .dogovor::after{
        right: -40px;
    }
    .uslovie-block{
        display: block;
    }
    .uslovie-block img{
        margin-bottom: 20px;
    }
    .podrobno .form-inline label{
        margin-left: 0;
    }
}


@media (min-width:1024px){
    .header {
        background: #ffd018 url(../images/header-bg.png) no-repeat top 50px right -130px;
    }
    .form-control{
        width: 190px;
    }
    .dogovor::after{
        right: -40px;
    }
    .podrobno .form-inline label{
        margin-left: 20px;
    }
}


.carousel{
    margin-bottom: 30px;
}
.icons img{
    max-width: 100%;
    height: 40px;
    display: block;
    margin: 0 auto;
        -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.icons img:hover{
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


.logosm img{
    height: 70px;
    margin-bottom: 20px;
}































