.pageHead{
    min-height: 254px;
}
.tabsGallery .btn-more{
    margin-top: 20px;
}
.homeHead{
    background-image: url("images/dom_head.jpg");
    background-position: bottom center;
}

.rub {
    margin-top: -5px;
    font-size: 17px;
}
@media (max-width: 767px) {
    .cont_prod .title {
        font-size: 1.6rem;
    }   
    .width_list {
        display: inline;
    }
}

#order-popup .order-popup__content h3 {
    font-size: 5.3rem;
    margin: 43px 0 33px;
}

#order-popup .order-popup__content {
    margin: 0;
    height: 100%;
}

#order-popup .order-popup__close {
    position: absolute;
}

.row_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} 

#order-popup .order-popup__close {
    width: 25px;
    left: auto;
    top: -40px;
    right: 15px;
}

@media (min-width: 992px) {
    #order-popup .order-popup__close {
        width: auto;
        left: auto;
        top: -63px;
    }
}

@media (min-width: 1340px) {
    #order-popup .order-popup__close {
        left: auto;
        top: -63px;
        right: -50px;
    }
}

#order-popup .order-popup__left {
    height: 100%;
}

#order-popup .order-popup__content .name {
    font-size: 2.4rem;
    font-family: Futura PT, Arial, sans-serif;
    font-weight: 300;
    margin: 0;
    background-color: #fff;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

#order-popup .order-popup__content .name:focus {
    background: #ebded5;
    border-color: #ebded5;
}

#order-popup .order-popup__content .phone {
   font-size: 2.4rem;
    font-family: Futura PT, Arial, sans-serif;
    font-weight: 300; 
    background-color: #fff;
    margin: 0;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

#order-popup .order-popup__content .phone:focus {
    background: #ebded5;
    border-color: #ebded5;
}

.order-popup__left--price .rub {
   font-size: inherit; 
}

.order_agree {
    font-size: 1.4rem;
    font-weight: 400;
    font-style: italic;
    cursor: pointer;
}

.ckeck_agree {
    display: block;
    float: left;
    height: 36px;
    margin-right: 15px;
    cursor: pointer;
}

#order-popup .order-popup__content .button-submit-form {
    cursor: pointer;
    font-family: Futura PT, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 300;
    height: 60px;
    border-radius: 30px;
    width: 100%;
    max-width: 270px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}


#order-popup .order-popup {
    width: 100%;
    max-width: 1200px;
    left: 0;
    right: 0;
    padding: 0 15px;
    margin: 0 auto;
}

#order-popup .order-popup__content > div {
    width: 65%;
}

.block_agree {
    margin-top: 25px;
    margin-bottom: 63px;
}

#order-popup .order-popup__close {
    opacity: 1;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

#order-popup .order-popup__close:hover {
    opacity: 0.8;
}

#order-popup .order-popup__left--block {
    padding: 10px 40px;
}

#order-popup .order-popup__left--name {
    font-size: 2.2rem;
    text-decoration: underline;
    margin-top: 15px;
}

table.order_info_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin-top: 20px;
}

table.order_info_table td:nth-child(1) {
    width: 31%;
}

@media (max-width: 1199px) {
    table.order_info_table td:nth-child(1) {
        width: 40%;
    }
}

table.order_info_table td {
    border: none;
    padding: 3px 0;
}

.form_field {
    position: relative;
    margin: 13px 0;
}

.form_field_error {
    position: absolute;
    left: 0;
    bottom: -18px;
}

@media (max-width: 767px) {
    #order-popup .order-popup__left--block {
        padding: 10px 30px;
    }
    
    #order-popup .order-popup__content h3 {
        font-size: 3.6rem;
        margin: 20px 0;
    }
    
    #order-popup .order-popup__content > div {
        width: auto;
    }
    
    #order-popup .order-popup__content {
        padding: 10px 30px;
    }
    
    #order-popup .order-popup__content .name {
        font-size: 2rem;
    }
    
    #order-popup .order-popup__content .phone {
        font-size: 2rem;
    }
    
    .block_agree {
        margin-top: 0;
    }
    
    .form_field_error {
        position: relative;
        left: 0;
        bottom: 0;
    }
}

#top {
    background-image: url(./images/arrow_top_d.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #90a34d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    cursor: pointer;
    z-index: 999;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

#top:hover {
    background-color: #99ac57;
}

.rur {
    margin-left: 3px;
}

.element_price .price {
    font-size: 4.4rem;
}

.element_price .rur {
    font-size: 2rem;
}