*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-size: 20px;
    font-family: 'Inter', sans-serif;
}
.hero_section{
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}
header{
    margin-bottom: 90px;
    padding: 24px 30px 0px 30px;
}
.nav-item{
    position: relative;
}
.nav-item .nav-link::after{
    content: ' ';
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    height: 4px;
    transition: all .3s linear;
    background-color:transparent;
}
.nav-item .nav-link{
    color: #C1D3DE;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}
.nav-item .nav-link:hover{
    color: #fff;
}
.nav-item .nav-link:hover::after{
    background-color: #FFFFFF;
}
.offcanvas-body .navbar-nav{
    gap: 40px;
    margin-right: 60px;
}
.search{
    gap: 24px;
}
.search button, .search_md button{
    padding: 14px 24px;
    border: 1px solid #C1D3DE;
    border-radius: 12px;
    transition: .3s all ease;
    color: #C1D3DE;
    background-color: transparent;
}
.search button:hover{
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
/*  main_text */
.main_part_text h1{
    font-size: 68px;
    line-height: 79px; 
    color: #FFFFFF;
    font-weight: 800;
    margin-bottom: 28px;
}
.main_part_text p{
    font-family: Roboto;
    font-style: Regular;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}
/* hero section */
.hero_bottom{
    background-image: url(../images/main_hero_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px 0 55px 0;
    
}
.hero_bottom .left_hero{
    padding-top: 60px;
}
.hero_block .hero_block_left a img{
    max-width: 680px;
}
.left_hero .left_hero_top{
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 40px;
}
.left_hero_middle{
    background: #FBF7F1;
    border: 1px solid #C1D3DE;
    border-radius: 12px;
    margin-bottom: 40px;
    padding:20px;
    background: #FBF7F1;
}
.left_hero_middle p{
    margin-bottom: 0;
}
.left_hero_middle p,
.left_hero_bottom p{
    font-size: 20px;
    line-height: 28px;
    color: #242A56;
}
/* service */
.service{
    padding: 0px 0 100px 0;
}
.section_title{
    font-weight: 900;
    font-size: 38px;
    line-height: 40px;
    color: #242A56;
    margin-bottom: 60px;
    padding-top: 80px;
}
.service_img{
    text-align: center;
    margin-bottom: 40px;
}
.service_img a img{
    display: inline-block;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #C1D3DE;
    margin: 0 auto;
}
.service_block .service_text{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #393A56;
    text-align: center;
}
/* price */
.price{
    background-image: url(../images/light_td.jpg);
    background-size: cover;
    padding-bottom: 80px;
}
.price_block .price_item{
    margin-bottom: 60px;
}
.price_block .price_title{
    font-weight: 700;
    font-size: 26px;
    color: #393A56;
    margin-bottom: 12px;
}
.price_block p{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #393A56;
}
.price .table_special{
    padding: 40px;
}
.table td{
    padding-left: 20px;
}
.price .table_special:nth-child(n+2){
    border: 1px solid #C1D3DE;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.price .table_special:nth-child(n+2)::after{
    content: '';
    background-image: url(../images/service_price_badge.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -5px;
    right: 60px;
    width: 52px;
    height: 64px;
}

.table_top{
    margin-top: 40px;
}
.price_button{
    padding: 17px 60px;
    background: #376FFF;
    border-radius: 12px;
    border: none;
    color: #FFFFFF;
}
/* budget */
.alert.alert_primary{
    background: #EDF4FA;
    padding: 40px 0 40px 40px;
}
.budget svg{
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}
.alert_title{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #393A56;
    margin-left: 10px;
}
/* google */
.google .google_title{
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
    color: #393A56;
    margin-bottom: 24px;
}
.google .col-xl-5 p{
    line-height: 28px;
    color: #393A56;
}
.google .row{
    margin-bottom: 80px;
}
/* offer section */
.offer{
    background: #393A56;
    padding-bottom: 80px;
}
.offer .section_title{
    color: #fff;
}
.offer_img{
    border-top: 1px solid #8B9BAB;
    padding: 45px 10px 50px 10px;
}
.offer_title{
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    margin-bottom: 25px;
}
.offer_description{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
/* stages */
.stages,.results,
.partner{
    padding-bottom: 80px;
}
.stages .offer_title,
.stages .offer_description{
    color: #393A56;
}
.stage_margin{
    margin-bottom: 60px;
}
/* results */
.results{
    background-image: url(../images/main_hero_bg.jpg);
    background-size: cover;
}
.results .results_item{
    margin-bottom: 63px;
}
.results .results_text{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #393A56;
}
/* partner section */
.partner .partner_item img{
    padding: 0 16px;
    border: 2px solid #C1D3DE;
    border-radius: 12px;
}
.partner .partner_item{
    padding-left: 0px;
    margin: 20px 0;
}
.partner .section_block{
    margin-bottom: 80px;
    text-align: center;
}
.partner .section_block .col{
    flex: 0 0 20%;
    padding: 0;
}
.contact_bottom{
    overflow: hidden;
}
.partner_suggest{
    background: #376FFF;
    border-radius: 12px;
    padding: 60px 110px 53px 60px;
}
.partner_suggest .suggest_title{
    font-weight: 900;
    font-size: 38px;
    line-height: 46px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.partner_suggest .suggest_bottom{
    font-size: 26px;
    color: #fff;
    line-height: 130%;
}
.partner_suggest .suggest_number{
    font-weight: 700;
    font-size: 68px;
    line-height: 79px;
    text-decoration-line: underline;
    color: #FFFFFF;
}
/* contact */
.contact{
    padding-bottom: 60px;
}
.contact .contact_logo{
    margin-bottom: 20px;
}
.contact .name{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #8B9BAB;
    margin-bottom: 16px;
}
.contact .telephone{
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #376FFF;
}
.middle_telephone{
    margin-bottom: 20px;
}
.block{
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
    justify-content: space-between;
}
.block_left{
    flex: 0 0 60%;
}
.block_right{
    flex: 0 0 50%;
}
.block_right a{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #393A56;
}
/* forma */
.contact_us{
    padding: 60px;
    background: #376FFF;
    border-radius: 12px;
}
.contact_us .contact_title{
    font-weight: 900;
    font-size: 38px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.contact_us .contact_desc{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.contact_us .form-control{
    height: 60px;
    margin-bottom: 20px;
}
.contact_us textarea{
    padding-top: 18px;
}
.contact_us input::placeholder,
.contact_us textarea::placeholder{
    color: #C1D3DE;
}
.contact_us input:focus,
.contact_us textarea:focus{
    background: #376FFF;
}
.contact_us input,
.contact_us textarea{
    color: #fff;
    background: #376FFF;
    border: 2px solid #C1D3DE;
    border-radius: 12px;
    padding-left: 32px;
    outline: none;
} 
.contact_button .btn_primary{
    padding: 18px 78px 18px 42px;
    color: #376FFF;
    border: 1.5px solid #376FFF;
    background: #FFFFFF;
    border-radius: 12px;
    background-image: url(../images/blue_arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 35px) center;
    transition: all .3s ease;
}
.contact_button .btn_primary:hover{
    background-position: calc(100% - 20px) center;
}
.contact_us .form-check-input{
    padding-left: 0;
    width: 1.5em;
    background-position: center;
    border: 2px solid #C1D3DE;
}
.contact_button_rule span{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #C1D3DE;
    cursor: pointer;
    text-decoration: none;
}
.bottom_end{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
    color: #8B9BAB;
}
.navbar-toggler{
    outline: none;
    border: none;
}
.navbar-toggler:focus{  
    box-shadow: none;
}

@media (max-width: 1400px){
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container{
        max-width: 1170px;
        padding: 0;
    }
    .header_big{
        display: block !important;
    }
    .partner .section_block .col {
        flex: 0 0 25%;
    }
    .offcanvas-body .navbar-nav {
        gap: 20px;
        margin-right: 45px;
    }
    .search button {
        padding: 10px 20px;
    }
    .hero_section{
        padding-bottom: 60px;
    }
    .hero_block .hero_block_left a img,
    .google .google_image{
        width: 100%;
    }
    .partner_suggest .suggest_number{
        font-size: 58px;
    }
    .block_left {
        flex: 0 0 54%;
    }
    .contact_bottom{
        overflow: hidden;
    }
    .contact_button .btn_primary {
        padding: 12px 13px;
        background-image: none;
    }
}
@media (max-width: 1199px){
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container{
        max-width: 944px;
    }
    .header_big{
        display: none !important;
    }
    .button.button_outline_light{
        color: #8B9BAB;
        transition: .3s all ease;
        border: 1px solid #376FFF;
    }
    .button.button_outline_light:hover{
        color: #376FFF;
        border: 1px solid #376FFF;
    }
    .main{
        padding-top: 50px;
    }
    .offcanvas-body .navbar-nav{
        margin-right: 35px;
        gap: 5px;
    }
    .search {
        gap: 20px;
    }
    .nav-item .nav-link{
        font-size: 16px;
        line-height: 19px;
        color: #8B9BAB;
    }
    .left_hero .left_hero_top{
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
    }
    .left_hero .left_hero_top{
        margin-bottom: 24px;
    }
    .left_hero_middle p, .left_hero_bottom p{
        font-size: 16px;
        line-height: 24px;
    }
    .left_hero_middle{
        padding: 16px;
        margin-bottom: 24px;
    }
    .section_title{
        margin-bottom: 40px;
        padding-top: 60px;
        font-size: 28px;
        line-height: 36px;
    }
    .service_block .service_text{
        font-size: 16px;
        line-height: 24px;
    }
    .price_block .price_title{
        font-size: 18px;
        line-height: 26px;
    }
    .price_block p{
        font-size: 16px;
        line-height: 24px;
    }
    .table-striped > tbody > tr{
        font-size: 16px;
        line-height: 24px;
    }
    .google .col-lg-5 p{
        font-size: 16px;
        line-height: 24px;
    }
    .offer_title{
        font-size: 18px;
        line-height: 26px;
    }
    .offer_description{
        font-size: 16px;
        line-height: 24px;
    }
    .results .results_text{
        font-size: 16px;
        line-height: 24px;
    }
    .partner .partner_item{
        margin: 8px 0;
    }
    .partner .partner_item img{
        
        padding: 0;
    }
    .partner .section_block .col-lg-2{
        margin-right: 10px;
    }
    .partner_suggest .suggest_title{
        font-size: 28px;
        line-height: 36px;
    }
    .partner_suggest .suggest_bottom{
        font-size: 18px;
        line-height: 26px;
    }
    .partner_suggest .suggest_number{
        font-size: 39px;
        line-height: 48px;
    }
    .contact .telephone{
        font-size: 18px;
        line-height: 26px;
    }
    .block_right{
        flex: 0 0 41%;
    }
    .contact .name,
    .block_right a,
    .contact_us .contact_desc{
        font-size: 16px;
        line-height: 24px;
    }
    .contact_us .contact_title{
        font-size: 28px;
        line-height: 36px;
    }
    .btn.btn_primary{
        width: 100%;
        margin-bottom: 12px;
        background-image: url(../images/blue_arrow.png);
    }
    .contact_us .form-control{
        margin-bottom: 12px;
    }
    .section_block .col{
        flex: 0 0 25% !important;
    }
}

@media (max-width: 1024px){
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container{
        max-width: 688px;
    }
    .search button {
        padding: 5px 15px;
    }
    .partner .partner_item img {
        width: 100%;
    }
    .main_part_text h1{
        font-size: 48px;
        line-height: 56px;
    }
    .main_part_text p{
        font-size: 16px;
        line-height: 24px;
    }
    .service_img {
        margin-bottom: 20px;
    }
    .service {
        padding: 0px 0 40px 0;
    }
    .section_title {
        margin-bottom: 32px;
        padding-top: 40px;
    }
    .price .table_special {
        padding: 25px 15px;
    }
    .table td {
        padding-left: 10px;
    }
    .table-striped > tbody > tr {
        font-size: 14px;
        line-height: 23px;
    }
    .price_button {
        padding: 8px 20px;
    }
    .alert_title{
        font-size: 16px;
        line-height: 24px;
    }
    .price{
        padding-bottom: 40px;
    }
    .google .row {
        margin-bottom: 40px;
    }
    .stages .col-lg-4:nth-child(n+4){
        display: none;
    }
    .offer_img {
        padding: 30px 5px 30px 5px;
    }
    .stages, .results, .partner {
        padding-bottom: 40px;
    }
    .results .results_item {
        margin-bottom: 20px;
    }
    .section_block .col {
        flex: 0 0 25% !important;
    }
    .partner .section_block {
        margin-bottom: 32px;
    }
    .partner_suggest .suggest_title {
        font-size: 25px;
        line-height: 30px;
    }
    .partner_suggest {
        padding: 40px 50px 40px 40px;
    }
    .contact_us {
        padding: 35px;
    }
    .contact_logo a img{
        max-width: 210px;
    }
    .block{
        flex-direction: column;
    }
    .middle_telephone,
    .contact .name{
        margin:  11px 0;
    }
    .contact_bottom{
        max-height: 240px;
    }
    .bottom_end{
        margin-top: 20px;
    }
    .contact_button_rule span{
        padding: 0 15px;
    }
    .form-check-input:checked[type=checkbox]{
        background-position: center;
    }
    .form-check-input{
        margin-top: -2px;
    }
    .section_block .col {
        flex: 0 0 19% !important;
    }
}
@media (max-width: 768px){
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container{
        max-width: 540px;
    }
    .navbar .navbar-brand{
        max-width: 180px !important;
        margin-right: 0;
    }
    .hero_block .hero_block_left{
        padding-right: 0;
    }
    .section_block .col {
        flex: 0 0 28% !important;
    }
    .partner .section_block{
        gap: 20px;
    }
    .contact_us{
        margin-bottom: 20px;
    }
}
@media (max-width: 576px){
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container{
        max-width: 100%;
        padding: 0 15px;
    }
    .button_outline_light{
        width: 100% !important;
    }
    .search{
        display: none !important;
    }
    .partner .section_block{
        margin: 0 auto !important;
    }
    .navbar-brand {
        max-width: 200px;
    }
    .main_part_text h1{
        padding-top: 40px;
        font-size: 32px;
        line-height: 40px;
    }
    .left_hero_middle{
        padding: 8px;
    }
    .section_title {
        margin-bottom: 30px;
        padding-top: 30px;
        font-size: 22px;
        line-height: 26px;
    }
    .service_block .service_text {
        font-size: 14px;
        line-height: 20px;
    }
    .service_img a img{
        padding: 20px;
    }
    .service_img {
        margin-bottom: 7px;
    }
    .service_block .service_text{
        margin-bottom: 14px;
    }
    .table-striped > tbody > tr {        line-height: 15px;
    }
    .alert.alert_primary {
        padding: 20px 0 20px 0px;
    }
    .price {
        padding-bottom: 20px;
    }
    .alert_title {
        font-size: 14px;
    }
    .budget svg {
        width: 30px;
        height: 30px;
    }
    .section_block .col {
        flex: 0 0 45% !important;
    }
    .stage_margin {
        margin-bottom: 20px;
    }
    .offer_img {
        padding: 20px 5px 20px 5px;
    }
    
    .contact_button_rule span {
        padding: 0 12px;
    }
    .contact_us{
        margin-bottom: 20px;
    }
    .contact_us .contact_title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .contact_us .contact_desc{
        margin-bottom: 25px;
    }
    .partner .partner_item img {
        width: 90%;
    }
    .partner_suggest {
        margin: 0;
        padding: 35px 24px 40px 24px;
    }
    .partner_suggest .suggest_title{
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 30px;
    }
    .partner_suggest .suggest_bottom{
        margin-bottom: 14px;
    }
    .partner_suggest .suggest_number {
        font-size: 30px;
        line-height: 36px;
    }
}