body{
    margin: 0;
    padding: 0;
    min-width: 320px;
    background-color: #e8e8e8;
}

ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

h1,h2,h3,h4,h5,h6,p,menu,ul{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    outline: none;
}
body a:focus{
    outline: none;
}
body .del{
    display: none;
}
/* ==================  HEADER START ====================*/
.top_line,.footer{
    background-color: #fff;
    padding: 15px 0 10px;
}
.nav-menu{

}
.nav-menu__item{
    color: #333;
    padding: 0 10px;
}
.address{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
}
.address_info{
    font: 22px "Arial" , sans-serif;
    font-weight: 400;
    color: #292929;
    margin-left: 25px;
}
.address_info span{
    display: inline-block;
}
.phone{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 10px;
}
.phone_info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.phone_number{
    font: 22px "Arial" , sans-serif;
    font-weight: 700;
    color: #292929;
    margin-left: 20px;
}
.recall{
    width: 225px;
    height: 40px;
    border-radius: 40px;
    background-color: #d66345;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font: 16px "Arial" , sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
#part1{
    width:80%
}

#part2{
    width:60%
}
.header{
    background: url(../img/header.png) no-repeat center right / cover;
    padding: 210px 0 160px;
}
.header_info{
    text-align: center;
    color: #fff;
}
.header_title{
    font: 36px "Arial" , sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #d66345;
    margin-bottom: 30px;
}
.header_sub_title{
    font: 26px "Arial" , sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}
.header_price{
    font: 32px "Arial" , sans-serif;
    color: #fff;
    margin-bottom: 30px;
}
.header_price span{
    font: 65px "Arial" , sans-serif;
    font-weight: 700;
    color: #d66345;
}
.header_desk{
    font: 18px "Arial" , sans-serif;
    color: #dedede;
    margin-bottom: 45px;
}
.header_btn{
    width: 400px;
    height: 85px;
    margin: 0 auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font: 16px "Arial" , sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
    background-color: #d66345;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.recall:hover,
.header_btn:hover,
.why_btn:hover,
.feed_btn:hover{
    -webkit-transform: scale(.95);
            transform: scale(.95);
}


.care{
    background: url(../img/ruki1.png) no-repeat center / cover;
    padding: 105px 0 105px;
    text-align: center;
}
.care_title{
    font: 44px "Arial" , sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 120px;
}
.care_title span{
    color: #d66345;
}
.care_item{
    font: 16px "Arial" , sans-serif;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.care_image{
    height: 136px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.services{
    background-color: #fff;
    padding: 60px 0 10px;
    border-bottom: 3px solid #F46341;
    text-align: center;
}
.services_title,.compare_title{
    text-transform: uppercase;
    margin-bottom: 50px;
    font: 44px "Arial" , sans-serif;
    font-weight: 700;
    color: #000;
}
.services__item-bl{
    height: 385px;
}
.services_item{
    margin-bottom: 15px;
}
.service_image{
    height: 220px;
    margin-bottom: 25px;
}
.services_name{
    font: 22px "Arial" , sans-serif;
    color: #3e592b;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.services_desk{
    font: 16px "Arial" , sans-serif;
    color: #000;
}
.compare{
    background: url(../img/compare.png) no-repeat center / cover;
    text-align: center;
    padding: 75px 0 135px;
    border-bottom: 3px solid #F46341;
}
.compare_title{
  font-weight: 400;
}
.compare_title span{
    font-weight: 700;
    color: #d66345;
}
.compare_table{
    width: 100%;
    background-color: rgba(255,255,255,.9);
    border-radius: 6px;
}
.compare_table__head{
    background-color: #F46341;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px 10px 0 0;
}

.compare_main_item{
    width: 33%;
    border-left: 1px solid #C5C5C5;
}
.compare_head_item{
    padding: 40px 0;
    text-align: center;
    color: #fff;
    font: 22px "Arial" , sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 1px solid #BE563F;
    width: 33%;
}
.compare_head_item:first-child,
.compare_main_row .compare_main_item:first-child{
    border-color: transparent;
}
.first_cell{

}
.second_cell{

}
.third_cell{

}
.second_cell__item{}
.third_cell__item{}
.first_item{
    padding-top: 30px;
}
.last_item{
    padding-bottom: 13px;
}
.compare_main_row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.compare_main_item{
    font: 16px "Arial" , sans-serif;
    color: #000;
    text-align: left;
    padding-bottom: 22px;
    padding-left: 50px;
}
.arrow{
    padding-left: 0;
    text-align: center;
}
.specialist{
    background-color: #fff;
    padding: 60px 0 90px;
}
.specialist_title{
    font: 44px "Arial" , sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 60px;
    text-align: center;
}
.slide{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.slide_img{
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.slide_name{
    font: 22px "Arial" , sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 35px;
}
.slide_person_info{
    margin-bottom: 40px;
}
.slide_age,
.slide_exp{
    font: 22px "Arial" , sans-serif;
    font-weight: 700;
    color: #000;
}
.slide_age span,
.slide_exp span{
    font-weight: 400;
}

.slide_bio{
    font: 16px "Arial" , sans-serif;
    font-weight: 400;
    color: #000;
}
.slider{
    position: relative;
}
.btns{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -16px;
    z-index: 5;
}
.slide_btn{
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    text-align: center;
    background-color: #265722;
    border: none;
    outline: none;
    position: absolute;
}
.left{
    left: -30px;
}
.right{
    right: -30px;
}
.why{
    background: url(../img/Screenshot_49.jpg) no-repeat center right / cover;
    text-align: center;
    padding: 80px 0 70px;
}
.why .row{
    margin: 0;
}
.why_title {
    font: 32px "Arial" , sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 70px;
}
.why_title span{
    font-size: 40px;
    text-transform: uppercase;
}
.why_desk{
    font: 18px "Arial" , sans-serif;
    font-weight: 400;
    color: #fff;
}
.why_image{
    margin-bottom: 10px;
}
.why_btn{
    margin: 40px auto 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    width: 380px;
    height: 60px;
    border-radius: 15px;
    background-color: #F46341;
    font: 16px "Arial" , sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}

.feedback{
    background-color: #fff;
    padding: 65px 0 75px;
}
.feedback_title{
    font: 44px "Arial" , sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 75px;
    text-align: center;
}
.feed_list{
}
.feed_row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
}
.feed_name{
    font: 18px "Arial" , sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}
.feed_desk{
    font: 18px "Arial" , sans-serif;
    margin-bottom: 30px;
    color: #000;
}
.feed_btn{
    width: 165px;
    height: 40px;
    margin-left: auto;
    border-radius: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    background-color: #F46341;
    font: 16px "Arial" , sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.feed_image-bl{
    border-radius: 50%;
    border: 2px solid #f46341;
}
.feed_image{
    border-radius: 50%;
    border: 2px solid #f46341;
    margin: 10px;
    overflow: hidden;
    height: 160px;
    width: 160px;
}
.feed_image img{
    -o-object-fit: contain;
       object-fit: contain;
}

.feedback_btns{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px;
}
.read_feedback,
.set_feedback{
    width: 265px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font: 16px "Arial" , sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.read_feedback{
    background-color: #F46341;
    color: #fff;
    margin-right: 20px;
    border: 2px solid #F46341;
}
.read_feedback:hover{
    background-color: transparent;
    border: 2px solid #F46341;
    color: #F46341;
}
.set_feedback{
    background-color: transparent;
    border: 2px solid #F46341;
    color: #F46341;
    outline: none;
}
.set_feedback:hover{
    background-color: #F46341;
    color: #fff;
}
.calc{
    background: url(../img/calc.png) no-repeat center / cover;
    padding: 70px 0 55px;
}
.calc_title{
    font: 44px "Arial" , sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}
.calc_block{
    background-color: #fff;
    border-radius: 15px;
    padding: 55px 210px 30px 125px;
    margin: 0 125px 0 110px;
}
.age_field,.sex_field{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
}
.age_name,.sex_name{
    font: 20px "Arial" , sans-serif;
    font-weight: 700;
    color: #000;
}
.range_out{
    font: 20px "Arial" , sans-serif;
    font-weight: 400;
    color: #000;
    margin-right: 45px;
}
.range_field{
    width: 345px;
}
input[type=range] {
 -webkit-appearance: none;
}
input[type=range]:focus {
 outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
 width: 100%;
 height: 10px;
 cursor: pointer;
 animate: 0.2s;
 background: #F46341;
 border-radius: 10px;
}
input[type=range]::-webkit-slider-thumb {
 height: 15px;
 width: 15px;
 border-radius: 50%;
 background: #fff;
 cursor: pointer;
 -webkit-appearance: none;
 border: 4px solid #F46341;
 margin-top: -3px;
 box-shadow: 0 0 0 1px #fff;
}
input[type=range]::-moz-range-track {
 width: 100%;
 height: 10px;
 cursor: pointer;
 animate: 0.2s;
 background: #F46341;
 border-radius: 10px;
}
input[type=range]::-moz-range-thumb {
 height: 15px;
 width: 15px;
 border-radius: 50%;
 background: #fff;
 cursor: pointer;
 border: 4px solid #F46341;
 margin-top: -3px;
 box-shadow: 0 0 0 1px #fff;
}
input[type=range]::-ms-track {
 width: 100%;
 height: 10px;
 cursor: pointer;
 animate: 0.2s;
 background: #F46341;
 border-radius: 10px;
}
input[type=range]::-ms-fill-lower {
 width: 100%;
 height: 10px;
 cursor: pointer;
 animate: 0.2s;
 background: #F46341;
 border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
 width: 100%;
 height: 10px;
 cursor: pointer;
 animate: 0.2s;
 background: #F46341;
 border-radius: 10px;
}
input[type=range]::-ms-thumb {
height: 15px;
 width: 15px;
 border-radius: 50%;
 background: #fff;
 cursor: pointer;
 border: 4px solid #F46341;
 margin-top: -3px;
 box-shadow: 0 0 0 1px #fff;
}

.radio,.radio1 {
    display: none;
}
.radio-custom,
.radio-custom1 {
    width: 20px;
    height: 20px;
    border: 2px solid #F46341;
    border-radius: 3px;
    position: relative;
}
.radio-custom,
.radio-custom1,
.label {
    display: inline-block;
    vertical-align: middle;
}
.main_label{
    margin-left: 15px;
}
.main_label1{
    margin: 0 55px 0 65px;
}
.label{
    font: 20px "Arial" , sans-serif;
    font-weight: 400;
    color: #000;
    margin-left: 10px;
}
.radio:checked + .radio-custom:before,
.radio1:checked + .radio-custom1:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: #F46341;
    border-radius: 2px;
}
.radio-custom,
.radio:checked + .radio-custom:before,
.radio-custom1,
.radio1:checked + .radio-custom1:before {
    border-radius: 50%;
}
.sex_field{
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.name_field,
.phone_field{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 8px;
}
.name_input,
.phone_input{
    width: 265px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #F46341;
    border-radius: 40px;
    text-align: center;
    outline: none;
    font: 16px\26px "Arial" , sans-serif;
    color: #999594;
}
.submit_wrp{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.form_submit{
    width: 265px;
    height: 50px;
    border-radius: 23px;
    color: #fff;
    font: 16px "Arial" , sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background-color: #F46341;
    border: none;
    outline: none;
    margin-left: auto;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.pay_title{
    font: 44px "Arial" , sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0;
}
.work{
    text-align: center;
    background-color: #fff;
    padding: 65px 0 125px;
}
.work_title{
    font: 44px "Arial" , sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 75px;
}
.work_item{
    position: relative;
}
.work_item:after{
    content: '';
    width: 23px;
    height: 38px;
    background: url(../img/arrow.png) no-repeat center;
    position: absolute;
    right: -20px;
    top: 10%;
}
.work_last:after{
    display: none;
}
.work_img{
    margin-bottom: 25px;
}
.work_desk{
    font: 18px "Arial" , sans-serif;
    color: #3b3b3b;
    font-weight: 400;
}
.work_ref{
    font: 18px "Arial" , sans-serif;
    color: #1e3e16;
    font-weight: 400;
    text-decoration: underline;
}
.question{
    padding: 110px 0;
    background: url(../img/question.png) no-repeat center / cover;
    border-bottom: 7px solid #fff;
}
.question_row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.question_title{
    font: 44px "Arial" , sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.question_btn{
    width: 295px;
    height: 60px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 25px;
    font: 16px "Arial" , sans-serif;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.map{
    height: 580px;
}
/* modal */
.modal {
    width: 350px;
    background-color: #fff;
    padding: 30px 25px;
    margin-left: -175px;
    margin-top: -230px;
    border-top: 5px solid #797979;
    z-index: 11;
    display: none;
}
.close {
    display: none;
    position: absolute;
    right: 15px;
    color: #F44336;
    top: 15px;
    cursor: pointer;
}
.close_icon {
    vertical-align: -15%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.3em;
    line-height: .75em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.modal_title {
    font: 24px "Ubuntu" , sans-serif;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.input_field, .message {
    width: 100%;
    padding: 10px 15px;
    background: #fbf8f8;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    font: 16px/28px "Ubuntu" , sans-serif;
    font-weight: 400;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
}
.message {
    margin-bottom: 25px;
}
.modal_submit {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    border: none;
    outline: none;
    color: #fff;
    background: #797979;
    text-transform: uppercase;
    font: 16px "Ubuntu" , sans-serif;
    font-weight: 500;
}
.ya_pay{
    /* display: none; */
}
.modal_wrp-mess{
    display: none;
}
.modal_mess{
    color: green;
    font-size: 30px;
    padding: 20px 0;
    display: block;
    text-align: center;
}
.mess_sent .modal_wrp-form{
    display: none;
}
.mess_sent .submit_wrp{
    display: none;
}
.mess_sent .modal_wrp-mess{
    display: block;
}
.soglasie{
    display: none;
}
/* /modal */
/* Video */
.video{}
.video__wrp{
    padding: 40px 20px;
}
.video__block{
    margin: auto;
    text-align: center;
}
.video__item{
    margin: auto;
    max-width: 600px;
}
.video__item-link{
    display: inline-block;
}
.video__item-img{

}
.video_title{
    font: 44px "Arial" , sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    display: none;
}
/* /Video */

/* Footer */
.footer-bottom__block{
  border: 1px solid rgba(0,0,0, .1);
  text-align: center;
  padding: 10px 0;
  min-height: 60px;
}
.akticom{
  display: inline-block;
  text-decoration: none;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: opacity(.5);
          filter: opacity(.5);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  color: #272727;
}
.akticom:after{
  content: '';
  display: inline-block;
  background: url(/assets/tpl/img/akti_logo_bl.png) no-repeat 10px 0;
  width: 120px;
  height: 35px;
  padding-right: 15px;
  position: relative;
  top: 8px;
}
  .akticom:hover{
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: opacity(1);
            filter: opacity(1);
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
/* /Footer */


#mvsunfix_block_info{width:calc(100% - 0px);padding:0px 75px 10px;height: 420px;background-color: #FFFFFF;}
#mvsunfix_block_info_left{float:left;height: 340px;width: calc(100% - 450px);    border: 5px solid transparent;
    -webkit-border-image: url(//fr.blizkie.org/i/file/Stitching2.png) 22 22 22 22 round round;
    -moz-border-image: url(//fr.blizkie.org/i/file/Stitching2.png) 22 22 22 22 round round;
    -o-border-image: url(//fr.blizkie.org/i/file/Stitching2.png) 22 22 22 22 round round;
    border-width: 22px;
    background-color: #FFFFFF;
    border-radius: 12px;position: relative;top:20px;}
#mvsunfix_block_info_left p{font-size: 18px;padding:5px 20px 15px;line-height: 1.2;color:#747474;}
#mvsunfix_block_info_left a{width: 310px;margin: 10px auto 0px;}
#mvsunfix_block_info_right{float:right;width: 365px;height:305px;border: 5px solid transparent;
    -webkit-border-image: url(//fr.blizkie.org/i/file/Stitching2.png) 22 22 22 22 round round;
    -moz-border-image: url(//fr.blizkie.org/i/file/Stitching2.png) 22 22 22 22 round round;
    -o-border-image: url(//fr.blizkie.org/i/file/Stitching2.png) 22 22 22 22 round round;
    border-width: 22px;
    background-color: #FFFFFF;
    border-radius: 12px;position: relative;top:20px;}


#mvsunfix_none{cursor:pointer;position: fixed;top:0px;left:0px;width: 100%;height:100%;z-index:9999;background-color:rgba(0,0,0,0.75);}
#mvsunfix_thank{position: fixed;top:50%;left:50%;width: 500px;height:170px;z-index: 99999;margin-top:-85px;margin-left:-250px;background-color:#FFFFFF;border:none;border-radius:6px;}
#mvsunfix_thank p{width: 100%;color:#000;font-size:15px;position: relative;top:50px;text-align: center;}
#mvsunfix_thank p span{font-size: 20px;}
#mvsunfix_thank button{float:right;background-color: rgba(255,255,255,0);border:none;color:#000;cursor: pointer;width: 0px;height: 0px;position: relative;left: -25px;}
#mvsunfix_thank button span{font-size: 35px;}



.error_sunfix{color:#c10000;}
.mvsunfix-form_phrase{color:#4b721d;font-size: 16px;border-bottom:solid 1px #4b721d;position: relative;top:0px;left:0px;width: calc(100% + 48px);position: relative;left: -24px;}
.mvsunfix-form_phrase span{font-size: 18px;position: relative;left: 24px;top:-15px;}

#mvsunfix-form1{font-family: "Arial" , sans-serif;}
#mvsunfix-form0 p{margin-top: 20px;}
#mvsunfix-form0 label{font-size: 13px;}
#mvsunfix-form0 label input{position: relative;top:1px;}
#mvsunfix-form0 label a{text-decoration: underline;color:#333;}
#mvsunfix-form0 label a:hover{text-decoration: none;}
#mvsunfix-form0 p span{padding-bottom: 5px;font-size: 16px;}
#mvsunfix-form0 input[type=text]{padding:5px 10px;font-size: 14px;width:100%;}
#mvsunfix-form0 input[type=submit]{background-color: #4b721d;font-size: 15px;margin-top: 20px;height:37px;}

#error_sunfix1{font-size: 18px;position:relative;top:-20px;}

.sunfix_agree{padding: 10px 0px;text-align: left;position: relative;top:10px;color:#fff;}
.sunfix_agree label{font-size: 15px;}
.sunfix_agree label input{position: relative;top:1px;}
.sunfix_agree label a{text-decoration: underline;color:#fff;}
.sunfix_agree label a:hover{text-decoration: none;}

.feed_info{width: calc(100% - 300px);}
#modal{overflow: hidden;}


.main_block_n10-tovar {
  display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 30px;
}

.main_block_n10-tovar p {
  font: 18px "Arial" , sans-serif;
  font-weight: 400;
}

.main_block_n10-tovar b {
  font: 18px "Arial" , sans-serif;
  font-weight: 700;
}


/* Сбербанк кнопка */
.sber_btn-pay{
    cursor: pointer;
    width: 265px;
    height: 40px;
    margin: 20px auto;
    border-radius: 40px;
    border: 2px solid #2f5d23;
    color: #fff;
    background-color: #2f5d23;
    background-image: url('/img/sber-s.png');
    background-repeat: no-repeat;
    background-size: contain;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font: 16px "Arial" , sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
}
.sber_btn-pay:hover{
    background-color: #fff;
    color: #2f5d23;
    font-weight: bold;
}
/* /Сбербанк кнопка */
