.foot_h{line-height: 24px; color: #f8c22e; margin-bottom: 10px; font-size: 16px; font-family: inherit; font-weight: 500;}
.prod_zag{width: 100%; text-align: center; padding-top: 6px; font-size: 18px; color: #4c4c4c; border-top: 0 solid #e6e6e6; border-bottom: 1px solid #e6e6e6; margin-bottom: 10px; padding-bottom: 17px;margin-top: 10px;font-family: inherit; font-weight: 500; line-height: 1.1;}
.make_zak{color: #fff; margin-top: 50px;margin-bottom: 30px; font-size: 24px; padding-bottom: 28px; position: relative;font-family: inherit; font-weight: 500; line-height: 1.1;}
.make_zak:before{content: ""; position: absolute; bottom: 0; left: 0; width: 120px; height: 3px; background-color: #fff;}
.calc_i{font-size: 24px;color: #4c4c4c;margin: 5px 0 6px 0;font-family: inherit; font-weight: 500; line-height: 1.1;   }
.calc_z{font-size: 18px; font-weight: 600; margin: 0 0 15px 0;color: #4c4c4c;     display: inherit;}
.unlink_k{display: block;line-height: 20px;color: #fff; padding: 14px 15px 16px 15px; min-height: 15px; background-color: transparent;}

@media (max-width: 767px){
.vertical ul.megamenu > li {width:100%;}
.vertical-wrapper {min-width: 100%;}
#so_mm-catalog_servises .vertical-wrapper {left:0px;}
.navbar-nav { width: calc(100%);}
ul.megamenu li .sub-menu .content .hover-menu a.main-menu{padding-left:0px;padding-top: 10px; padding-bottom: 10px;}

.vertical ul.megamenu > li > a {padding-left: 0px !important; font-size: 16px; }
}

/***************************************************/



/* The container */
.container_red {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

/* Hide the browser's default radio button */
.container_red input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark_red {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
}

/* On mouse-over, add a grey background color */
.container_red:hover input ~ .checkmark_red {
    background-color: #ffc740;
}

/* When the radio button is checked, add a blue background */
.container_red input:checked ~ .checkmark_red {
    background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark_red:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_red input:checked ~ .checkmark_red:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_red .checkmark_red:after {
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #eb614e;
}





.checkbox2 input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox__text {
    position: relative;
    padding: 0 50px 0 0px;
    cursor: pointer;
}
.checkbox__text:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 22px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 20%);
    transition: .2s;
}
.checkbox__text:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 19px;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transition: .2s;
}
.checkbox2 input:checked + .checkbox__text:before {
    background: #eb614e;
}
.checkbox2 input:checked + .checkbox__text:after {
    right: 2px;
}
.checkbox2 input:focus + .checkbox__text:before {
    box-shadow: inset 0 2px 3px rgb(0 0 0 / 20%), 0 0 0 3px rgb(255 199 64 / 37%);
}



.hide_roof{
    display: none;
}


.plans {
    position: relative;
    font-size: 14px;
    background: #8a8a8a;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}

.in_plans{
    position: absolute;
    background: #313131;
    color: #cacaca;
    text-align: center;
    padding: 10px;
    z-index: 5;
    left: 0;
    bottom: 20px;
    display: none;
    font-size: 14px;
    width: 200px;
    line-height: 1.3;
}

.plans:hover .in_plans{
    display: block;
}


.container_red p {
    float: left;
    font-size: 18px;
    margin: 0 10px 0px 0;
}



.warning_p{
    display: block;
    color: #de0101;
    font-size: 18px;
}





.rembos {
    background: #F3F3F3;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 15px 0 15px 15px;
}


.rembos .coll3 {
    width: 33.333%;
    float: left;
    padding: 0 15px;
    min-height: 145px;
    margin-bottom: 20px;
}

.rembos .coll9 {
    width: 66.666%;
    float: left;
    padding: 0px 15px;

}


.rembos .coll9 .img_rotate {
    background: #e4e4e4;
    padding: 20px;
    border-radius: 10px;
    max-width: 605px;
    width: 100%;
}

.rembos .coll9 .img_rotate img{
    width: 100%;
}




.rembos .roms55 {
    padding: 10px;
    margin: 15px 0 0 0;
    background: #d8d8d8;
    border-radius: 5px;
}



.rembos .coll12{
    width: 100%;
    float: left;
    padding: 0 15px;
}


.rembos:nth-child(2){
    background: #456;
}




.rembos h6{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
}


.rembos h3{
    font-size: 27px;
    margin: 0 0 5px 0;
    color: #000;
    text-transform: none;
}

.rembos input.count{
    font-size: 18px;
    font-weight: 200;
    margin: 0 0 25px 0;
    padding: 3px 10px;
}


.rembos input.skolko {
    font-size: 18px;
    font-weight: 200;
    margin: 0 0 25px 0;
    padding: 3px 10px;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.rembos2{
    margin: 35px 0 50px 0px;
}

.rembos2 .coll3{
    min-height: 120px;
    margin-bottom: 10px;
}

.rembos h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    background: none;
    font-weight: 300;
}


.rembos .roms {
    margin: 0 0 4px 0;
}
.rembos .roms .checkbox2{

}

.rembos .roms .checkbox2 input{

}


.rembos .roms .checkbox2 .checkbox__text{

}


.rembos .roms .checkbox2 .checkbox__text p {
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin: 0 6px 0 0;
}


.rembos .roms .checkbox2 .plans{

}

.rembos .roms .checkbox2 .plans .in_plans{

}



.rembos #submitmod{
    background: #eb614e;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 20px 0 0 0;
    padding: 5px 15px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.rembos #submitmod:hover{
    background: #b64232;
}



.rembos #submitmod2{
    background: #eb614e;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 20px 0 0 0;
    padding: 5px 15px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.rembos #submitmod2:hover{
    background: #b64232;
}



#myCalk {

}


#myCalk .modal-dialog{
    max-width: 450px;
}


#myCalk .block_lorets{

}

#myCalk .block_lorets{
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #dedede;
    padding: 12px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}


#myCalk .block_lorets p {
    margin: 0 0 4px 0;
}

#myCalk .block_lorets p span {
    color: #000000;
    margin: 0 2px 0 2px;
}


#myCalk .body_forms{

}

#myCalk .body_forms input {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    padding: 5px 10px;
}


#myCalk .body_forms textarea{
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    padding: 5px 10px;
}



#myCalk .body_forms input.submiuy{
    background: #eb614e;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 20px 0 0 0;
    padding: 5px 15px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}


#myCalk .body_forms input.submiuy:hover{
    background: #c24e3e;
}



#myCalk .body_forms .warning{
    display: none;
    text-align: center;
    font-size: 20px;
    color: #438c00;
    margin: 10px 0 0 0;
}










#myCalk2 {

}


#myCalk2 .modal-dialog{
    max-width: 450px;
}


#myCalk2 .block_lorets{

}

#myCalk2 .block_lorets{
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #dedede;
    padding: 12px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}


#myCalk2 .block_lorets p {
    margin: 0 0 4px 0;
}

#myCalk2 .block_lorets p span {
    color: #000000;
    margin: 0 2px 0 2px;
}


#myCalk2 .body_forms{

}

#myCalk2 .body_forms input {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    padding: 5px 10px;
}


#myCalk2 .body_forms textarea{
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    padding: 5px 10px;
}



#myCalk2 .body_forms input.submiuy{
    background: #eb614e;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 20px 0 0 0;
    padding: 5px 15px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}


#myCalk2 .body_forms input.submiuy:hover{
    background: #c24e3e;
}



#myCalk2 .body_forms .warning2{
    display: none;
    text-align: center;
    font-size: 20px;
    color: #438c00;
    margin: 10px 0 0 0;
}



.wauuuu{
    width: 100%!important;
    height: auto!important;
}

.wortex{
    width: 100%;
    overflow-x: scroll;
}



.rembos2 {
    background: #F3F3F3;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 15px 0 15px 15px;
    max-width: 900px;
}


.rembos2 h2 {
    text-align: center;
    font-size: 24px;
    margin: 10px 0 30px 0;
}



.rembos2 .pirtons {
    width: 27%;
    float: left;
    padding-right: 15px;
}
.rembos2 .pirtons:last-child {
    width: 46%;
}

.rembos2 .pirtons p{

}


.rembos2 .pirtons select {
    width: 100%;
    font-size: 18px;
    font-weight: 200;
    margin: 0 0 25px 0;
    padding: 3px 10px;
}

.rembos2 .pirtons input{
    width: 100%;
    font-size: 18px;
    font-weight: 200;
    margin: 0 0 25px 0;
    padding: 3px 10px;
}



.rembos2 .pirtons .roms55{
    padding: 10px;
    margin: 32px 0 0 0;
    background: #d8d8d8;
    border-radius: 5px;
}

.rembos2 .pirtons .roms55 h3{
    margin: 5px 0 6px 0;
}
.rembos2 .pirtons .roms55 .warning_p{

}


.rembos2 .pirtons .roms55 input{
    background: #eb614e;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 20px 0 0 0;
    padding: 5px 15px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}

.rembos2 .pirtons .roms55 input:hover{
    background: #d94a36;
}


.myCalk3{

}



.myCalk3 .modal-dialog {
    max-width: 450px;
}
.myCalk3 .block_lorets {
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #dedede;
    padding: 12px;
    border-radius: 5px;
    margin: 0 0 20px 0;
}

.myCalk3 .block_lorets p {
    margin: 0 0 4px 0;
}

.myCalk3 .body_forms {
}
.myCalk3 .body_forms input {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    padding: 5px 10px;
}
.myCalk3 .body_forms textarea {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    border-radius: 5px;
    border: 1px solid #c1c1c1;
    padding: 5px 10px;
}

.myCalk3 .body_forms input.submiuy {
    background: #eb614e;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 20px 0 0 0;
    padding: 5px 15px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
}


.myCalk3 .body_forms .warning3 {
    display: none;
    text-align: center;
    font-size: 20px;
    color: #438c00;
    margin: 10px 0 0 0;
}




/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/



@media (min-width: 992px) and (max-width: 1199px){
    .rembos h3 {
        font-size: 24px;
    }
    .warning_p {
        font-size: 15px;
    }

    .rembos2 .pirtons {
        width: 50%;
    }

}
@media (min-width: 768px) and (max-width: 991px){
    .rembos h3 {
        font-size: 24px;
    }
    .warning_p {
        font-size: 15px;
    }

    .rembos .coll3 {
        min-height: 200px;
    }

    .rembos .coll3:nth-child(6){
        width: 45%;
    }
    .rembos .coll9{
        width: 55%;
    }
    .rembos2 .pirtons {
        width: 50%;
    }

}
@media (min-width: 320px) and (max-width: 767px){

    #krutonre{
        width: 100%!important;
        height: auto!important;
    }
    #krutonre2{
        width: 100%!important;
        height: auto!important;
    }



    .dodo5{
        width: 100%;
        overflow-x: scroll;
    }

    .ext-description img{
        width: 100%!important;
        height: auto!important;
    }


    .rembos .coll3 {
        width: 100%;
    }
    .rembos h3 {
        font-size: 22px;
    }

    .rembos .coll9 {
        width: 100%;
        margin-bottom: 21px;
    }

    .rembos .coll9 .img_rotate {
        padding: 4px;
    }


    .rembos2 .pirtons {
        width: 100%;
    }

    .rembos2 .pirtons:last-child {
        width: 100%;
    }



}
