.mob_block{
    display: none!important;
}
body, html{
    overflow-x: hidden;
}
.images_row{
    margin-top: 3rem;
}
.gal_item{
    display: block;
    height: 18rem;
    background: black;
}
.gal_item:hover img{
    opacity: 0.6;
}
.gal_item img{
    transition: all 0.35s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width:1440px) {
    html{
        font-size: 16px!important;
    }
}
@media screen and (max-width:1440px) and (min-width:1300px) {
    html{
        font-size: 15px!important;
    }
}
@media screen and (max-width:1300px) and (min-width:1200px) {
    html{
        font-size: 14px!important;
    }
}
@media screen and (max-width:1200px) and (min-width:1150px) {
    html{
        font-size: 13px!important;
    }
}
@media screen and (max-width:1150px) and (min-width:1050px) {
    html{
        font-size: 12px!important;
    }
}
@media screen and (max-width:1050px) and (min-width:992px) {
    html{
        font-size: 11px!important;
    }
}


@media screen and (min-width:992px) {
    body{
        background-image: url("../img/bg.jpg");
        background-size: 100%;
    }
    .menu{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: max-content;
    }
    .menu a {
        display: inline-block;
        margin: 0 1.13rem;
        border-bottom: 2px solid transparent;
        padding-bottom: 0.1rem;
    }
    .menu a:hover, .menu a.active{
        color: black;
        border-color: #B4191A;
    }
    .preim_item, .service_item, .sale_item, .cont_item, .price_title{
        transition: all 0.35s;
    }
    .prod_item:hover, .preim_item:hover, .service_item:hover, .sale_item:hover, .cont_item:hover, .price_title:hover{
        box-shadow: 0px 0px 30px 0px rgba(180, 25, 26, 0.70);
    }
    .cont_item:hover .price_arrow, .price_title:hover .price_arrow{
        background-color: #2A2525;
    }
}

@media screen and (max-width:992px) {
    body {
        padding-top: 7rem;
    }
    .price_title.factive .price_arrow{
        background-color: #2A2525;
    }
    .mob_none {
        display: none !important;
    }
    .mob_block {
        display: block !important;
    }
    .wrapper{
        top: -3rem;
    }
    .wrapper div {
        height: 40px;
        width: 40px;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .page {
        padding: 1rem 0;
        padding-bottom: 3rem;
    }
    .page h1 {
        font-size: 1.7rem;
    }
    .header_right{
        position: fixed;
        right: 0;
        top: 0;
        /*display: block;*/
        background-color: #F4EFE9;
        width: 100%;
        padding: 1rem 15px;
        padding-top: 1.4rem;
        height: 100vh;
        /*overflow-y: auto;*/
        z-index: 10;
        /*transition: all 0.5s;*/
        display: none;
    }
    .mob_full, .prod_row .mb_30, .preim_row .mb_30, .services_row .mb_30 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .btn.with_img {
        height: 3.8rem;
        padding: 0.3rem 1.7rem;
        justify-content: center;
    }
    header .menu a{
        display: block;
        margin: 2.2rem 0;
        text-align: center;
        font-size: 1.3rem;
    }
    .header_right.factive{
        right: 0;
    }

    .menu_item > a{
        font-weight: 700;
        font-size: 1.4rem;
    }
    .menu_close{
        display: inline-block;
        margin-right: -0.3rem;
    }
    .menu_close img{
        width: 3rem;
        filter: brightness(0) invert(0);
    }
    .menu_item{
        margin-bottom: 2.1rem;
    }
    .box1_row{
        flex-direction: column-reverse;
    }
    #box-1 {
        padding-top: 0.9rem;
    }
    .shadow_box {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    }
    .box1_text {
        padding-top: 2rem;
    }
    .box1_text h1 {
        font-size: 2.3rem;
    }
    .box1_btns {
        margin-top: 2.5rem;
    }
    .box1_btns .btn{
        margin: 0;
        margin-top: 1rem;
        display: block;
    }
    .box2_text {
        padding-top: 2rem;
    }
    #box-3 {
        padding-top: 3rem;
    }
    #box-4 {
        padding-top: 2rem;
    }
    .preim_icon {
        height: 8rem;
        margin-top: 1.5rem;
        margin-bottom: 1.1rem;
    }
    #box-5 {
        padding-top: 3rem;
    }
    .price_title {
        padding: 0.65rem 1rem;
        font-size: 1.3rem;
    }
    .price_arrow img {
        width: 1.263rem;
    }
    .price_arrow {
        width: 2.7rem;
        height: 2.7rem;
    }
    .price_content {
        font-size: 1.2rem;
        padding: 1rem 1rem;
    }
    #box-6 {
        padding-top: 2rem;
    }
    .section_title.big {
        font-size: 2.2rem;
    }
    #box-7 {
        padding-top: 2rem;
    }
    .sale_img {
        width: 11rem;
    }
    .sale_text {
        width: calc(100% - 10rem);
    }
    .sale_title {
        font-size: 1.6rem;
        margin-bottom: 0.25rem;
    }
    .sale_percent {
        font-size: 4rem;
    }
    .sale_text_p2 {
        font-size: 1rem;
    }
    #box-8 {
        padding-top: 2rem;
    }
    .cont_item {
        padding: 1.5rem;
        display: block;
        position: relative;
    }
    .cont_item .price_arrow{
        position: absolute;
        bottom: 1.5rem;
        right: 1rem;
    }
    .cont_left{
        width: calc(100% - 3.2rem);
        padding: 0;
    }
    .cont_work{
        width: calc(100% - 3.2rem);
        padding: 0;
        font-size: 1.15rem;
    }
    .cont_address{
        display: block;
    }
    .cont_address span{
        margin: 0;
        font-size: 1rem;
    }
    .cont_address span:not(:last-child){
        margin-bottom: 0.35rem;
    }
    .cont_name {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }
    #box-9 {
        padding-top: 3.5rem;
        padding-bottom: 3rem;
    }
    .footer_top{
        display: block;
    }
    .footer_logo{
        margin: 0 auto;
        width: 13.938rem;
    }
    footer .menu a{
        display: block;
        text-align: center;
        margin: 1.5rem 0;
    }
    .socials {
        justify-content: center;
        margin-top: 2.5rem;
    }
    .socials a{
        margin: 0 0.6rem;
        border-radius: 15px;
    }
    .footer_bottom {
        font-size: 1rem;
        flex-direction: column-reverse;
        text-align: center;
    }
    .copy{
        margin-top: 1rem;
    }
    .revs_row {
        padding-right: 5.3rem;
    }
    header{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 10;
        background-color: #F4EFE9;
        padding: 1rem 0;
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    }
    .menu_btn{
        margin-right: -0.5rem;
    }

}
@media screen and (max-width:550px) {

    body{
        font-size: 1.2rem;
    }
}
