body,html{margin:0;padding:0}*{font-family:Roboto,sans-serif;box-sizing:border-box}.wrapper{max-width:1200px;margin:0 auto}header{height:70px}header .logo img{height:50px}header .wrapper .logo_text{color:#ff9f22;font-size:28px;margin-left:20px;font-weight:600}header .wrapper{height:100%;display:flex;align-items:center}.main_section{height:600px;background-image:url(../img/main-banner.jpg);background-repeat:no-repeat;background-size:cover;background-position-y:-100px}.left_side_main .top_text{font-size:40px;color:#fff}.left_side_main .top_text strong{display:block;margin-bottom:14px}.left_side_main .bottom_text{font-size:40px;color:#fff;margin-top:70px;font-weight:700}.right_side_main .calculator{width:375px;padding:20px;background-color:#ff9f22;border-radius:6px}.main_section .wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:60px}.right_side_main .calculator .calculator_title{font-size:20px;font-weight:600;color:#333;text-align:center}.amount_slider{padding:10px 20px;font-size:18px;background-color:#fff;border-radius:10px}.slider2_text{font-weight:700;text-align:center;color:#333}.slider2_text span{font-weight:400}.slider-1,.slider-2{margin:15px 0}.amount_slider{margin-top:20px}.calculator form input{width:100%;height:35px;border:1px solid #5a78c6;padding-left:15px;margin:10px 0;font-size:17px;border-radius:6px}.calculator form button.submit_button{border:none;display:block;margin:0 auto;color:#fff;font-size:18px;height:40px;width:180px;background-color:#5a78c6;font-weight:600;border-radius:6px;margin-top:20px;cursor:pointer;transition:.3s;outline:0}.calculator form button.submit_button:hover{opacity:.7}.advantage_section{padding:40px 0}.advantage_wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}.advantage_wrapper .advatage_item img{max-height:100px}.advantage_wrapper .advatage_item p{font-size:25px;font-weight:600}.banner_section{height:600px;background-image:url(../img/banner.jpg);background-repeat:no-repeat;background-size:cover}.steps_item{padding:25px 15px;background-color:#fff;border-radius:40px;max-width:450px;margin:35px 0}.steps_item h3{font-size:30px;font-weight:600;color:#333;margin:0}.steps_item p{font-size:18px;color:#333;line-height:23px}.banner_section .wrapper{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;padding-top:60px}footer .wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.left_side_footer{font-size:30px;font-weight:600;color:#333}.right_side_footer p{font-size:20px;color:#333}.right_side_footer .right_title{font-size:30px;font-weight:600;color:#333}.calculator form button.submit_button{padding-left:0;padding:0}.calculator form button.submit_button:disabled{cursor:not-allowed}.calculator form button.submit_button:disabled:hover{opacity:1}.advantage_section h2{color:#5a78c6;font-size:35px;margin-top:0}@media(max-width:767px){.wrapper{padding:0 20px}.banner_section{height:auto}.banner_section .wrapper{padding-top:0}.main_section .wrapper{padding-top:20px;justify-content:center}.left_side_main .top_text{font-size:28px}.left_side_main .top_text strong{display:inline-block;margin-right:10px}.left_side_main .bottom_text{font-size:20px;margin:20px 0}.calculator form button.submit_button{text-align:center;background-color:#5a78c6}.calculator form button.submit_button{text-align:center;background-color:#5a78c6;color:#fff;-webkit-appearance:none}.left_side_main .bottom_text br{display:none}.advantage_section{padding:0}.advantage_section h2{text-align:center}.advantage_wrapper{flex-direction:column;align-items:center}.advatage_item{display:flex;flex-direction:column;align-items:center}footer .wrapper{padding:30px 20px;text-align:center}.left_side_footer,.right_side_footer{width:100%}}.protected{display:flex;justify-content:center}.protected img{max-width:40px;margin:0 20px}
@media(max-width: 767px){
	.left_side_main .bottom_text{
		text-align: center;
	}
	.left_side_main .top_text{
		text-align: center;
	}

}
.viber_chat {
    display: block;
    position: fixed;
    bottom: 110px;
    right: 40px;
    cursor: pointer;
    background-color: #665cac;
    width: 60px;
    height: 60px;
    background-image: url(/img/viber.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    border-radius: 50%;
}
.review_block{
    max-width: 450px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.15);
    margin:20px 0;
}
.rewiew_block_info.blue{
    background-color: #f5f7fa;
}
.review_block .review_block_title, .rewiew_block_info{
    padding: 10px 20px;
    text-align: center;
    color:#333;
}
.review_block .review_block_title{
    font-weight: 600;
    color:#485b7d;
    font-size: 24px;
    padding: 20px 0;
}
.text.wrapper.justify {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.text.wrapper.justify{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media(max-width: 767px){
    .text.wrapper.justify{
        justify-content: center;
    }
}
.text.wrapper h2{
    font-size: 24px;
}
.review_block .review_block_title, .rewiew_block_info{
    font-size: 16px;
}
.text.wrapper p, .text.wrapper ul li, .text.wrapper ol li{
    font-size: 16px;
}
.text.wrapper{
    max-width: 1200px;
    margin:0 auto;
}