html {
    /* height: 100%; */
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
address {
    display: block;
}

audio,
canvas {
    display: inline-block;
}

video {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

address {
    font-style: normal;
}

.hidden {
    display: none;
}

ul,
ol,
li,
form,
fieldset,
a,
img,
div,
figure,
address {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: inside;
}

ol {
    list-style: inside;
}

ul li {
    list-style: none;
}

ol li {
    list-style: decimal inside;
}

ol {
    padding: 0;
    margin: 0 0 15px 15px;
}

ol li {
    margin: 0 0 10px 0;
}

.def_list {
    padding: 0;
    margin: 0 0 15px 15px;
}

.def_list li {
    margin: 0 0 10px 0;
}

.marker_list {
    padding: 0;
    margin: 0 0 15px 15px;
}

.marker_list li {
    margin: 0 0 10px 0;
    list-style: inside square;
}

.moi-class li {
    list-style: unset;
    margin: 5px 10px 5px;
}

body {
    height: 100%;
    position: relative;
    background: #fff;
}

body,
td,
input,
textarea,
button {
    margin: 0px;
    padding: 0px;
    color: #000;
    font: 14px 'Open Sans';
}

button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none !important;
}

h1 {
    font: bold 24px 'Open Sans';
    color: #000;
    margin: 0 0 15px 0;
    padding: 0;
}

h2 {
    font: bold 24px 'Open Sans';
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
}

h3 {
    font: 600 18px 'Open Sans';
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
}

h4 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 15px;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cbc {
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
}

.container {
    max-width: 1400px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    padding: 0 120px;
}

.container.cf .video_box .block-title {
    font: 600 18px 'Open Sans';
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
}

.container.cf .block-title {
    font: bold 24px 'Open Sans';
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
}

.field .errorMessage {
    color: #FA000C;
}

@media (max-width:1400px) {
    .container {
        padding: 0 5%;
    }
}

@media (max-width:1100px) {
    .container {
        padding: 0 20px;
    }
}

@media (max-width:480px) {
    .container {
        padding: 0 10px;
    }
}

.header {
    position: relative;
    width: 100%;
    height: 114px;
    color: #fff;
    background: url(../images/header_bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

a {
    text-decoration: underline;
}

a:hover {
    opacity: 0.7;
}

section.header a {
    text-decoration: none;
}

section.header a:hover {
    opacity: 1;
}



.header .logo_box {
    float: left;
    margin-top: 16px;
    position: relative;
    z-index: 10;
}

.header .r_box {
    text-align: right;
    margin: 18px 0 0 330px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header .r_box .block {
    margin-left: 35px;
}

.header .r_box .block:first-child {
    margin-right:40px;
}

.header .r_box .block:first-child .phone .num:after {
    content: " ";
    position: absolute;
    left: -30px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #fff url(../images/widget/icon_mail.png) 0 0 no-repeat;
    background-size: contain;
    border-radius: 100%;
    font-size: 0;
    background-position: center;
}

.header .phone_box {
    height: 57px;
}

.header .phone_box > * {
    display: inline-block;
    vertical-align: top;
}

.header .phone_box .oc_btn {
    margin: 3px 0 0 25px;
}

.header .phone {
    font-size: 12px;
    margin-bottom: 12px;
    text-align: right;
}

.header .phone a {
    text-decoration: none;
}

.header .phone .num {
    position: relative;
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
}

.header .phone .num:after {
    content: " ";
    position: absolute;
    left: -30px;
    top: 5px;
    width: 21px;
    height: 20px;
    background: url(../images/ico_phone.png) 0 0 no-repeat;
}

.main_nav {}

.main_nav ul {
    display: inline-block;
    border-top-color: #fff;
    border-top-color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.main_nav li {
    position: relative;
    float: left;
}

.main_nav li a {
    position: relative;
    height: 38px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    padding: 0 15px;
    line-height: 38px;
    font-size: 14px;
}

.main_nav li a.active,
.main_nav li a:hover {
    color: #fff;
    border-bottom: 3px solid #ee2e24;
    background-color: rgb(178, 17, 9);
    background-color: rgb(178, 17, 9);
    background-color: rgba(178, 17, 9, 0.8);
}

.main_nav li a.active:after,
.main_nav li a:hover:after {
    bottom: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(238.46, 36);
    border-color: rgb(238, 46, 36);
    border-color: rgba(238, 46, 36, 0);
    border-bottom-color: #ee2e24;
    border-width: 3px;
    margin-left: -3px;
}

.main_nav .home {
    padding: 2px 5px 0 5px;
}

.main_nav .home a {
    background: url(../images/ico_home.png) center 9px no-repeat;
}

@media (max-width:1100px) {
    .header .r_box {
        margin-left: 300px;
    }
    .main_nav li a {
        padding: 0 10px;
    }
}

@media (max-width:1025px) {
    .header {
        height: auto;
        -webkit-background-size: cover;
                background-size: cover;
    }
    .header .logo_box img {
        height: 50px;
    }
    .header .container {
        padding-bottom: 45px;
    }
    .header .r_box {
        margin-left: 200px;
    }
    .main_nav {
        position: absolute;
        bottom: 0;
        left: 30px;
        right: 30px;
        text-align: center;
    }
    .main_nav ul {
        display: block;
    }

    .header .r_box .block:first-child {
        margin-right: 0px;
    }

    .header .phone .num {
        font-size: 17px;
    }

    .phone .num:after {
        content:'';
        top: 2px!important;
    }


}

@media (max-width:840px) {
    .header .oc_btn {
        display: none;
    }

    .header .phone .num {
        font-size: 16px;
    }

    .phone .num:after {
        content:'';
        top: 2px!important;
    }

    .header .r_box .block:first-child {
        margin-right: 0px;
    }



}

@media (max-width:700px) {
    .main_nav li a {
        font-size: 13px;
    }
}

@media (max-width:640px) {
    .cbc {
        padding-top: 50px;
    }

    .header .r_box .block {
        display: none;
    }


    .header {
        height: 50px;
        position: fixed;
        top: 0;
        z-index: 500;
    }
    .header .logo_box {
        position: static;
        float: left;
        width: auto;
        margin-top: 5px;
    }
    .header .logo_box img {
        height: 40px;
    }
    .header .phone_box {
        display: none;
    }
    .main_nav_box {
        margin: 0;
    }
    .main_nav {
        display: none;
        position: absolute;
        left: 0;
        top: 48px;
        width: 100%;
        z-index: 500;
    }
    .main_nav ul {
        display: block;
    }
    .main_nav li {
        display: block;
        float: none;
        width: auto;
        margin: 0;
        text-align: center;
        border-bottom-color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        background: rgb(215, 21, 24);
        background: rgba(215, 21, 24, 0.9);
    }
    .main_nav li a {
        display: block;
        font-weight: normal;
        line-height: 36px;
        color: #fff;
        font-size: 15px;
    }
    .main_nav li a:hover {
        color: #fff;
        text-decoration: none;
    }
    .open_nav_btn {
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
    }
    .open_nav_btn span {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin: 14px 20px 0 20px;
        background: url(../images/open_nav.svg) center no-repeat;
        -webkit-background-size: 24px 24px;
                background-size: 24px 24px;
    }
}

@media (min-width:701px) {
    .main_nav {
        display: block !important;
    }
}

.promo_box {}

.promo_box .container {
    min-height: 432px;
}

.promo_box .slide.slide_1 {
    background: url(../images/top_slide_1.jpg) center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding-bottom: 15px;
}

.promo_box .slide.slide_2 {
    background: url(../images/top_slide_2.jpg) center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding-bottom: 15px;
}

.promo_box .slide.slide_3 {
    background: url(../images/top_slide_3.jpg) center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding-bottom: 15px;
}

.promo_box .slide.slide_4 {
    background: url(../images/top_slide_4.jpg) center no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    padding-bottom: 15px;
}

.promo_box .okno {
    position: absolute;
    top: 0;
    right: 150px;
}

.promo_box .men_box {
    position: absolute;
    bottom: 0;
    right: 120px;
    width: 470px;
}

.promo_box .men_box img {
    display: block;
    position: relative;
    z-index: 5;
}

.promo_box .men_box .text_box {
    position: absolute;
    bottom: 108px;
    right: 0;
    width: 320px;
    padding: 10px 0 15px 135px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    background: #ee2e24;
}

.promo_box .men_box .text_box h3 {
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 22px;
}

@media (max-width:1280px) {
    .promo_box .men_box {
        right: 60px;
    }
    .promo_box .okno {
        right: 60px;
    }
}

@media (max-width:1100px) {
    .promo_box .men_box {
        right: 20px;
    }
    .promo_box .okno {
        right: 10px;
    }
}

@media (max-width:1000px) {
    .promo_box .men_box {
        position: relative;
        margin: 20px auto 0 auto;
    }
    .promo_box .okno {
        display: none;
    }
}

@media (max-width:640px) {
    .promo_box .men_box {
        display: none;
    }
}

.promo_box .info_box {
    color: #fff;
    float: left;
    width: 495px;
    padding-top: 14px;
    margin-left: -10px;
}

.promo_box .info_box h1 {
    margin: 0;
}

.promo_box .info_box .title {
    position: relative;
    width: 495px;
    min-height: 44px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding: 0 24px;
    margin: 0;
    line-height: 40px;
    background: #ee2e24;
}

.promo_box .info_box .title:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 14px 0;
    border-color: transparent #550703 transparent transparent;
}

.promo_box .info_box .sub {
    font-weight: 300;
}

.promo_box .info_box .sub:after {
    display: none;
}

.promo_box .info_box .hide_arrow:before {
    display: none;
}

.promo_box .info_box .decor {
    display: block;
}

.promo_box .info_box .text_box {
    width: 475px;
    text-align: left;
    margin: 0 10px 10px;
    padding: 19px 20px 18px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
}

.promo_box .info_box .nav {
    margin-top: 15px;
}

.promo_box .info_box .nav ul {
    width: 50%;
    float: left;
}

.promo_box .info_box .nav li {
    font-size: 14px;
    margin: 0 0 9px 17px;
    list-style: disc outside;
}

.promo_box .info_box .nav a {
    text-decoration: underline;
}

.promo_box .info_box.fasad_kasan {
    padding-top: 12px;
}

.promo_box .info_box.fasad_kasan .title {
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 0 20px;
}

.promo_box .order_calc {
    position: relative;
    display: inline-block;
    height: 36px;
    margin-left: 10px;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 38px 0 15px;
    color: #fff;
    background: #ee2e24;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.promo_box .order_calc:after {
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9.5px;
    width: 19px;
    height: 19px;
    background: url(../images/lnk_decor.png) bottom no-repeat;
}

.promo_box .lnk_list {
    float: right;
    padding-top: 40px;
}

.promo_box .lnk_list a {
    text-decoration: none;
}

.promo_box .lnk_list li {
    position: relative;
    width: 417px;
    height: 68px;
    font-size: 14px;
    margin-bottom: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.95)), color-stop(100%, rgba(195, 193, 185, 0.95)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(195, 193, 185, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(195, 193, 185, 0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(195, 193, 185, 0.95)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(195, 193, 185, 0.95) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2c3c1b9', GradientType=0);
}

.promo_box .lnk_list li a {
    width: 417px;
    height: 68px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 110px 0 15px;
}

.promo_box .lnk_list li a:after {
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9.5px;
    width: 19px;
    height: 19px;
    background: url(../images/lnk_decor.png) top no-repeat;
}

.promo_box .lnk_list li a:hover:after {
    background-position: bottom;
}

.promo_box .lnk_list span {
    display: block;
}

.promo_box .lnk_list .title {
    font-weight: bold;
}

.promo_box .lnk_list .descr {
    font-weight: 300;
}

.promo_box .lnk_list a:hover {
    color: #ee2e24;
}

.promo_box .adv_box {
    float: right;
    width: 330px;
    margin-top: 47px;
}

.promo_box .adv_box h3 {
    position: relative;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: -1px;
    padding: 10px 0 5px 0;
    text-align: center;
    background: #ee2e24;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.promo_box .adv_box h3:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 165px 0 165px;
    border-color: #ee2e24 transparent transparent transparent;
}

.promo_box .adv_box li {
    padding: 17px 0 13px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.93)), color-stop(100%, rgba(195, 193, 184, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.93) 0%, rgba(195, 193, 184, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.93) 0%, rgba(195, 193, 184, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.93)), to(rgba(195, 193, 184, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.93) 0%, rgba(195, 193, 184, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#edffffff', endColorstr='#c3c1b8', GradientType=0);
}

.promo_box .adv_box li div:first-child {
    font-weight: bold;
}

@media (max-width:1000px) {
    .promo_box .slide {
        -webkit-background-size: cover !important;
                background-size: cover !important;
    }
    .promo_box .container {
        height: auto;
    }
    .promo_box {
        text-align: center;
    }
    .promo_box .info_box,
    .promo_box .lnk_list {
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 20px;
        margin: 0;
    }
    .promo_box .lnk_list {
        padding-top: 0;
        text-align: left;
    }
    .promo_box .order_calc {
        margin: 0;
    }
    .promo_box .adv_box {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 300px;
        margin: 20px 20px 30px 20px;
    }
    .promo_box .adv_box h3:after {
        border-width: 11px 150px 0 150px;
    }
}

@media (max-width:640px) {
    .promo_box .info_box,
    .promo_box .lnk_list {
        padding-left: 0;
        padding-right: 0;
    }
    .promo_box .info_box .title {
        width: auto;
        height: auto;
        text-align: center;
        padding: 10px !important;
        font-size: 24px;
        line-height: 28px;
    }
    .promo_box .info_box .title:before,
    .promo_box .info_box .title:after {
        display: none;
    }
    .promo_box .info_box .title.sub {
        margin-top: 15px;
    }
    .promo_box .info_box .decor {
        display: none;
    }
    .promo_box .info_box .text_box {
        width: auto;
        margin: 10px 0 0;
        line-height: 20px;
    }
    .promo_box .lnk_list {
        padding-top: 20px;
    }
    .promo_box .lnk_list li {
        width: auto;
        height: auto;
    }
    .promo_box .lnk_list li a {
        width: auto;
        height: auto;
        padding: 10px 40px 10px 20px;
    }
    .promo_box .order_calc {
        margin: 20px 0 0;
    }
}

@media (max-width:480px) {
    .promo_box .info_box .nav ul {
        width: auto;
    }
}

.mp_about {
    margin-bottom: 30px;
    padding: 25px 0 35px;
    background: url(../images/content_bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

.mp_about a {
    color: #ee2e24;
    text-decoration: underline;
}

.mp_about .show_all {
    float: right;
}

.video_box {
    float: left;
}

.sert_box {
    margin-left: 500px;
}

.sert_box .show_all {
    margin-top: 6px;
}

.sert_list {
    margin-left: -15px;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
    white-space: nowrap;
}

.sert_list li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-left: 15px;
    white-space: normal;
}

.sert_list img {
    width: 100%;
}

@media (max-width:1200px) {
    .sert_list li {
        width: 33.33%;
    }
}

@media (max-width:960px) {
    .sert_box .show_all {
        font-size: 12px;
    }
    .sert_list li {
        width: 50%;
    }
}

@media (max-width:800px) {
    .mp_about {
        -webkit-background-size: cover;
                background-size: cover;
    }
    .video_box {
        float: none;
        margin-bottom: 30px;
    }
    .video_box iframe {
        width: 100%;
    }
    .sert_box {
        margin: 0;
    }
    .sert_box .show_all {
        font-size: 14px;
    }
    .sert_list li {
        width: 25%;
    }
}

@media (max-width:640px) {
    .sert_list li {
        width: 33.33%;
    }
}

@media (max-width:480px) {
    .sert_box h3 {
        margin-bottom: 0;
    }
    .sert_list {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 0 -10px;
    }
    .sert_list li {
        display: block;
        float: left;
        width: 50%;
        margin-top: 20px;
    }
}

.last_proj_box {
    margin-bottom: 30px;
}

.last_proj_box .show_all {
    margin-top: 6px;
}

.last_proj_list {
    overflow: hidden;
    margin-right: -30px;
}

.last_proj_list .show_all {
    margin-top: 10px;
}

.last_proj_list .item {
    float: left;
    width: 25%;
    margin-bottom: 10px;
    text-align: center;
}

.last_proj_list .item .wrap {
    display: block;
    padding-right: 30px;
}

.last_proj_list img {
    width: 100%;
    display: block;
    border: 1px solid #d8d8d8;
}

.last_proj_list .text_box {
    padding: 10px 0 15px;
    background: #eeeeee;
}

.last_proj_list .title {
    height: 55px;
    padding: 0 12px;
    line-height: 17px;
    text-align: left;
}

@media (max-width:1280px) {
    .last_proj_list {
        margin-right: -15px;
    }
    .last_proj_list .item {
        width: 33.33%;
    }
    .last_proj_list .item .wrap {
        padding-right: 15px;
    }
    .last_proj_list .item.last {
        display: none;
    }
}

@media (max-width:1000px) {
    .last_proj_list .title {
        font-size: 13px;
    }
}

@media (max-width:480px) {
    .last_proj_list .item {
        width: 50%;
        margin-bottom: 15px;
    }
    .last_proj_list .item.last {
        display: block;
    }
}

.project_slider .last_proj_list {
    overflow: visible;
    margin: 0;
    padding: 0;
}

.project_slider .last_proj_list .item {
    float: left;
    width: 20%;
}

.project_slider {
    position: relative;
    margin: 0 0 30px 0;
}

.project_slider .iosSlider {
    width: 100%;
    height: 292px;
    height: 278px;
    overflow: hidden;
}

.project_slider_box {
    position: relative;
    margin-right: -30px;
}

.project_slider_box .slider_nav_box {}

.project_slider_box .slider_nav_box .slider_nav {
    position: absolute;
    z-index: 100;
    top: 117px;
    width: 34px;
    height: 34px;
    background: url(../images/slider_nav.png) top no-repeat;
}

.project_slider_box .slider_nav_box .prev {
    left: -60px;
    background-position: left bottom;
}

.project_slider_box .slider_nav_box .prev:hover {
    background-position: left top;
}

.project_slider_box .slider_nav_box .next {
    right: -30px;
    background-position: right bottom;
}

.project_slider_box .slider_nav_box .next:hover {
    background-position: right top;
}

@media (max-width:1280px) {
    .project_slider_box {
        padding: 0 45px;
    }
    .project_slider_box .slider_nav_box .prev {
        left: 0;
    }
    .project_slider_box .slider_nav_box .next {
        right: 30px;
    }
    .project_slider_box .item .wrap {
        padding-right: 30px;
    }
}

@media (max-width:1200px) {
    .project_slider .last_proj_list .item {
        width: 25%;
    }
}

@media (max-width:840px) {
    .project_slider .last_proj_list .item {
        width: 33.33%;
    }
    .project_slider .title {
        font-size: 13px;
        padding-bottom: 5px;
    }
}

@media (max-width:640px) {
    .project_slider h2 {
        line-height: 28px;
        margin-bottom: 20px;
    }
    .project_slider .last_proj_list .item {
        width: 50%;
    }
}

@media (max-width:480px) {
    .project_slider .last_proj_list .item {
        width: 100%;
    }
    .project_slider .title {
        font-size: 14px;
    }
}

.mp_make_info {
    margin-bottom: 55px;
}

.mp_make_info .l_col {
    float: left;
    width: 63%;
}

.mp_make_info .r_col {
    float: right;
    width: 35%;
}

@media (max-width:800px) {
    .mp_make_info .l_col,
    .mp_make_info .r_col {
        float: none;
        width: auto;
    }
    .mp_make_info .r_col {
        padding: 10px 0 25px;
    }
}

.proj_gallery {
    margin-left: -10px;
    padding-top: 30px;
}

.proj_gallery li {
    float: left;
    width: 16.66%;
    padding-left: 10px;
    margin-bottom: 10px;
}

.proj_gallery img {
    display: block;
    width: 100%;
}

@media (max-width:1000px) {
    .proj_gallery li {
        width: 20%;
    }
}

@media (max-width:800px) {
    .proj_gallery li {
        width: 25%;
    }
}

@media (max-width:640px) {
    .proj_gallery li {
        width: 33.33%;
    }
}

.mp_hot_tov li {
    position: relative;
    margin-bottom: 15px;
}

.mp_hot_tov img {
    width: 100%;
    display: block;
    border: 1px solid #d5d5d5;
}

.mp_hot_tov .info_box {
    position: absolute;
    left: 1px;
    bottom: 1px;
    right: 1px;
    padding: 18px 20px 16px;
    color: #fff;
    background: rgb(238, 46, 36);
    background: rgba(238, 46, 36, 0.8);
}

.mp_hot_tov .price {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}

.mp_make_info .calc_btn {
    width: auto;
}

.calc_btn {
    width: 305px;
    display: block;
    height: 46px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #b9b9b9;
    background: #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.calc_btn span {
    height: 44px;
    display: inline-block;
    padding-right: 38px;
    line-height: 41px;
    background: url(../images/ico_calc.png) right center no-repeat;
}

@media (max-width:800px) {
    .mp_hot_tov {
        margin: 0 0 0 -15px;
    }
    .mp_hot_tov li {
        float: left;
        width: 33.33%;
        padding-left: 15px;
    }
    .mp_hot_tov .info_box {
        left: 16px;
        padding: 7px 10px 7px;
    }
    .mp_hot_tov .title {
        font-size: 12px;
    }
    .mp_hot_tov .price {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
    }
}

@media (max-width:640px) {
    .mp_hot_tov li {
        width: 50%;
    }
}

@media (max-width:400px) {
    .mp_hot_tov li {
        width: 100%;
    }
}

.mp_adv_list {
    padding: 18px 0 15px;
}

.mp_adv_list li {
    float: left;
    width: 33.33%;
}

.mp_adv_list .item {
    display: inline-block;
    width: 190px;
    height: 200px;
    text-align: center;
    border: 1px solid transparent;
}

.mp_adv_list .item:hover {
    border: 1px solid #ee2e24;
}

.mp_adv_list .title {
    position: relative;
    display: block;
    padding-top: 15px;
    font-size: 14px;
    line-height: 17px;
}

.mp_adv_list .title:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
    width: 70px;
    height: 1px;
    background: #636363;
}

.mp_adv_list .item:hover .title {
    color: #ee2e24;
}

.mp_adv_list .item:hover .title:after {
    background: #ee2e24;
}

.mp_adv_list .figure {
    width: 190px;
    height: 95px;
    display: table-cell;
    vertical-align: middle;
}

.mp_adv_list .ico {
    display: inline-block;
    background: url("/images/av_ico_set.png") center no-repeat;
}

.mp_adv_list .ico_1 {
    width: 59px;
    height: 56px;
    background-position: 0 0;
}

.mp_adv_list .ico_2 {
    width: 56px;
    height: 59px;
    background-position: -61px 0;
}

.mp_adv_list .ico_3 {
    width: 66px;
    height: 49px;
    background-position: -119px 0;
}

.mp_adv_list .ico_4 {
    width: 59px;
    height: 53px;
    background-position: -189px 0;
}

.mp_adv_list .ico_5 {
    width: 58px;
    height: 44px;
    background-position: -252px 0;
}

.mp_adv_list .ico_6 {
    width: 71px;
    height: 55px;
    background-position: -314px 0;
}

.mp_adv_list .item:hover .ico_1 {
    width: 59px;
    height: 56px;
    background-position: 0 -60px;
}

.mp_adv_list .item:hover .ico_2 {
    width: 56px;
    height: 59px;
    background-position: -61px -60px;
}

.mp_adv_list .item:hover .ico_3 {
    width: 66px;
    height: 49px;
    background-position: -119px -60px;
}

.mp_adv_list .item:hover .ico_4 {
    width: 59px;
    height: 53px;
    background-position: -189px -60px;
}

.mp_adv_list .item:hover .ico_5 {
    width: 58px;
    height: 44px;
    background-position: -252px -60px;
}

.mp_adv_list .item:hover .ico_6 {
    width: 71px;
    height: 55px;
    background-position: -314px -60px;
}

@media (max-width:1000px) {
    .mp_adv_list a {
        display: block;
        width: auto;
    }
}

@media (max-width:800px) {
    .mp_adv_list {
        text-align: center;
    }
    .mp_adv_list a {
        display: inline-block;
        width: 190px;
    }
}

@media (max-width:640px) {
    .mp_adv_list a {
        display: block;
        width: auto;
    }
    .mp_adv_list .title {
        font-size: 12px;
    }
}

@media (max-width:480px) {
    .mp_adv_list li {
        width: 50%;
    }
}

.adv_list {
    padding-bottom: 10px;
}

.adv_list li {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
}

.adv_list span {
    height: 41px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 5px 65px;
    background: url(../images/adv_list_ico.png) left center no-repeat;
}

@media (max-width:640px) {
    .adv_list li {
        font-size: 16px;
    }
}

@media (max-width:480px) {
    .adv_list li {
        font-size: 14px;
    }
}

.content_page {
    background: url(../images/content_bg.jpg) center top repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

.content_page .container {
    padding-top: 30px;
    padding-bottom: 50px;
}

.content_page .l_col {
    /* width: 270px; */
    width: 30%;
    float: left;
    /* margin-top: 50px; */
}

.content_page .l_col a {
    text-decoration: none;
}

.content_page .content {
    /* margin-left: 305px; */
    float: right;
    width: 68%;
}

.l_nav {
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(244, 243, 242);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 243, 242, 1)), color-stop(100%, rgba(222, 221, 217, 1)));
    background: -webkit-linear-gradient(top, rgba(244, 243, 242, 1) 0%, rgba(222, 221, 217, 1) 100%);
    background: -o-linear-gradient(top, rgba(244, 243, 242, 1) 0%, rgba(222, 221, 217, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 243, 242, 1)), to(rgba(222, 221, 217, 1)));
    background: linear-gradient(to bottom, rgba(244, 243, 242, 1) 0%, rgba(222, 221, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f3f2', endColorstr='#deddd9', GradientType=0);
}

.l_nav h3 {
    position: relative;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: -1px;
    padding: 15px 0 10px 0;
    text-align: center;
    background: #ee2e24;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* .l_nav h3:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 135px 0 135px;
    border-color: #ee2e24 transparent transparent transparent;
} */

.l_nav h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 17px 0 0;
    color: #444;
}

.l_nav h4 a {
    text-decoration: underline;
}

.l_nav > ul {
    padding: 28px 28px 30px 28px;
}

.l_nav ul a {
    text-decoration: underline;
    font-size: 12px;
    line-height: 1;
    padding-left: 16px;
    color: #444;
    background: url(../images/nav_arrow_r.png) left 5px no-repeat;
    -webkit-background-size: 5px 7px;
            background-size: 5px 7px;
}

.l_nav > ul > li > a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    background: url(../images/nav_arrow_r.png) left 5px no-repeat;
}

.l_nav a.open {
    background: url(../images/nav_arrow_bt.png) left 7px no-repeat;
}

.l_nav.cat > ul {
    padding: 11px 15px 30px;
}

.l_nav.cat > ul > li {
    margin-top: 15px;
}

.l_nav.cat > ul > li:first-child {
    margin-top: 0;
}

.l_nav.cat ul ul {
    padding-left: 20px;
}

@media (max-width:800px) {
    .content_page .l_col {
        width: 100%;
        float: none;
        margin: 0 0 30px;
    }
    
    .content_page .l_nav.cat h4, .content_page .l_nav.cat ul {
        display: none;
    }
    
    .content_page .l_nav.cat.open h4, .content_page .l_nav.cat.open ul {
        display: block;
    }
    
    .content_page .l_nav h3:after {
        display: none;
    }
    .content_page .content {
        margin-left: 0;
        width: 100%;
    }
    .l_nav.cat > ul {
        padding: 20px 15px 10px;
    }
    .l_nav.cat > ul > li {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin: 0 0 15px;
    }
}

@media (max-width:640px) {
    .l_nav.cat > ul > li {
        display: block;
        width: auto;
    }
}

.cat_box .filter {
    margin: 0 0 15px -10px;
}

.cat_box .filter li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px 10px;
}

.cat_box .filter a {
    color: #444;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.cat_box .filter a.active {
    color: #fff;
    background: #b2b2b2;
}

.cat_box .filter a:hover {
    border: 1px solid #b2b2b2;
}

.cat_box .pager {
    text-align: center;
}

.cat_box .yiiPager li a {
    border: none;
    font-size: 14px;
}

.cat_box .yiiPager .page a {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #444;
    text-decoration: underline;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.cat_box .yiiPager .page.selected a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #b2b2b2;
}

.cat_box .yiiPager .previous,
.cat_box .yiiPager .next {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/paginator_btn.png) no-repeat;
}

.cat_box .yiiPager .previous {
    background-position: left top;
}

.cat_box .yiiPager .next {
    background-position: right top;
}

.proj_list {
    padding-bottom: 25px;
}

.proj_list .item {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.proj_list h3 {
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 18px;
}

.proj_list figure {
    float: left;
    margin-top: 5px;
}

.proj_list figure img {
    border: 1px solid #d2d2d2;
}

.proj_list .more_lnk {
    text-align: left;
    position: absolute;
    bottom: 10px;
}

.proj_list .text_box {
    margin-left: 360px;
}

.proj_list .text_box ul {
    margin-bottom: 15px;
}

.proj_list .text_box ul li {
    list-style: disc inside;
    color: #848484;
}

.proj_list .text_box ul li span {
    color: #000;
}

@media (max-width:1000px) {
    .proj_list h3 {
        font-size: 16px;
    }
    .proj_list figure {
        width: 40%;
        padding-right: 30px;
    }
    .proj_list figure img {
        width: 100%;
    }
    .proj_list .text_box {
        float: left;
        width: 60%;
        margin: 0;
    }
    .proj_list .more_lnk {
        position: static;
        margin-top: 20px;
    }
}

@media (max-width:480px) {
    .proj_list figure,
    .proj_list .text_box {
        width: auto;
        float: none;
    }
    .proj_list figure {
        margin-bottom: 20px;
    }
}

.last_proj_list {
    padding: 5px;
}

.contacts_box {
    padding: 5px;
    background: #fff;
}

.contacts_list {
    padding: 35px 20px;
}

.contacts_list li {
    float: left;
    width: 25%;
    text-align: right;
}

.contacts_list li:first-child {
    text-align: left;
}

.contacts_list .wrap {
    /* width: 165px; */
    position: relative;
    padding-left: 38px;
    line-height: 25px;
    text-align: left;
    display: inline-block;
}

.contacts_list .addr {
    width: auto;
}

.contacts_list .addr div {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.contacts_list .addr .lbl {
    font-weight: bold;
    margin-top: -2px;
}

.contacts_list .wrap:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(../images/contacts_ico_set.png) no-repeat;
}

.contacts_list .addr:after {
    background-position: 0 0;
}

.contacts_list .phone:after {
    background-position: -25px 0;
}

.contacts_list .wphone:after {
    background-position: -50px 0;
}

.contacts_list .email:after {
    background-position: -75px 0;
}

.map_box {
    position: relative;
    height: 350px;
}

@media (max-width:800px) {
    .contacts_list {
        padding: 35px 20px 10px;
    }
    .contacts_list li {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        text-align: left;
        margin-bottom: 25px;
    }
    .contacts_list li:nth-child(even) {
        padding-left: 50px;
    }
}

@media (max-width:640px) {
    .contacts_list li:nth-child(even) {
        padding-left: 20px;
    }
    .map_box {
        height: 300px;
    }
}

@media (max-width:480px) {
    .contacts_list li {
        width: 100%;
    }
    .contacts_list li:nth-child(even) {
        padding-left: 0;
    }
}

.breadcrumb {
    font-size: 10px;
    color: #565d7d;
    margin-bottom: 15px;
}

.breadcrumb a {
    text-decoration: underline;
}

.oc_btn {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    text-align: center;
    color: #444;
    font-weight: 600;
    font-size: 14px;
    text-shadow: 0 0 4px #f7f8e8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fdfdfd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #c2c2c0));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #c2c2c0 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%, #c2c2c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#c2c2c0));
    background: linear-gradient(to bottom, #fdfdfd 0%, #c2c2c0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#c2c2c0', GradientType=0);
}

.more_lnk {
    text-align: center;
    font-size: 12px;
}

.more_lnk a {
    position: relative;
    color: #ee2e24;
    text-decoration: underline;
}

.more_lnk a:after {
    content: " ";
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -5px;
    width: 12px;
    height: 12px;
    background: url(../images/more_arrow.png) top no-repeat;
}

.undrl_lnk {
    text-decoration: underline;
}

.show_all {
    float: right;
    color: #ee2e24;
    text-decoration: underline;
}

input[type="submit"] {
    cursor: pointer;
}

textarea,
input[type="text"] {
    color: #141414;
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #a8a8a8;
}

input::-moz-placeholder {
    opacity: 1;
    color: #a8a8a8;
}

input:-moz-placeholder {
    opacity: 1;
    color: #a8a8a8;
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #a8a8a8;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #a8a8a8;
}

textarea::-moz-placeholder {
    opacity: 1;
    color: #a8a8a8;
}

textarea:-moz-placeholder {
    opacity: 1;
    color: #a8a8a8;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    color: #a8a8a8;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea,
input {
    -webkit-appearance: none;
}

.popup {
    width: 400px;
    padding: 35px 50px;
    background: #fff;
}

.popup .onLoading {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,1);
	z-index: 999;
}
.popup .onLoading .spinner {
	position: absolute;
	background: url('/images/loading.gif') no-repeat center center;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	/* animation: spin infinite ease-in-out 1s; */
}

/* @keyframes spin {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
} */

.popup h2 {
    font-size: 22px;
    margin-bottom: 35px;
}

.popup input[type="text"],
.popup textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.popup textarea {
    height: 60px;
    padding: 10px;
    resize: none;
}

.popup .field {
    margin-bottom: 15px;
}

.popup .black_btn {
    width: 100%;
}

.popup .field label {
    margin-bottom: 10px;
    display: block;
}

.popup .confirm_box {
    display: none;
    padding: 0px 0;
    margin: 0 -20px;
    text-align: center;
}

.popup .flash-success h2 {
    font-weight: normal;
    margin-bottom: 30px;
}

.popup .flash-success p {
    font-size: 22px;
    margin: 0;
    color: #000;
}

@media (max-width:480px) {
    .popup {
        width: 280px;
        padding: 30px 20px 30px
    }
    .popup h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .popup input[type="text"] {
        height: 40px;
        font-size: 14px;
    }
    .fancybox-close {
        display: none;
    }
}

.error {
    background-color: #ebd2cf !important;
}

#order_calc .field input {
    height: 40px;
    font-size: 14px;
}

#order_calc .field textarea {
    font-size: 14px;
}

.black_btn {
    display: inline-block;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    border: none;
}

.black_btn:hover {
    background: #105d98;
}

footer {
    color: #fff;
    background: #b60f21 url(../images/footer_bg.jpg) center top no-repeat;
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
}

footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .bt_box {
    margin-top: 15px;
    padding-top: 13px;
    text-align: center;
    border-top-color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

footer .dev_box {
    position: relative;
    height: 22px;
    display: inline-block;
    font-size: 14px;
    padding-left: 33px;
    line-height: 24px;
}

footer .dev_box:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 22px;
    opacity: 0.5;
    background: url(../images/dev_logo.png) left top no-repeat;
}

footer .dev_box:hover:after {
    opacity: 1;
}

footer .logo {
    margin-bottom: 10px;
}

footer .slogan {
    margin-bottom: 6px;
}

footer .phone_box {}

footer .phone {
    font-size: 12px;
    margin-bottom: 12px;
}

footer .phone a {
    text-decoration: none;
}

footer .phone .num {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

footer .l_col {
    float: left;
    font-size: 14px;
    width: 23%;
}

footer .oc_btn {
    margin-bottom: 10px;
}

footer .company_name {
    margin-bottom: 10px;
}

footer .contacts li {
    margin-bottom: 8px;
    padding-left: 23px;
}

footer .contacts li.ico_phone {
    background: url(../images/ico_bt_phone.png) 4px 5px no-repeat;
}

footer .contacts li.ico_wtime {
    background: url(../images/ico_bt_wtime.png) 2px 3px no-repeat;
}

footer .contacts li.ico_addr {
    background: url(../images/ico_bt_loc.png) 3px 3px no-repeat;
}

footer .part_nav {
    float: right;
    padding-top: 45px;
}

footer .part_nav h3 {
    color: #fff;
    margin-bottom: 15px;
}

footer .part_nav .col {
    float: left;
    width: 260px;
}

footer .part_nav .col:first-child {
    /* margin-right: 105px; */
}

footer .part_nav ul {
    margin-bottom: 20px;
}

footer .part_nav li {
    font-size: 10px;
    line-height: 18px;
    list-style: disc inside;
}

footer .part_nav li:first-child {
    font-weight: bold;
    font-size: 14px;
    list-style: none;
}

footer .part_nav li a {
    font-size: 12px;
    margin-left: 5px;
}

footer .part_nav li:first-child a {
    font-size: 14px;
    margin-left: 0;
}

footer .part_nav .block-title {
    font: 600 18px 'Open Sans';
    color: #fff;
    margin-bottom: 15px;
    margin: 0 0 10px 0;
    padding: 0;
}

footer .container a {
    text-decoration: none;
}

@media (max-width:1280px) {
    footer .part_nav .col {}
    footer .part_nav .col:first-child {
        margin-right: 50px;
    }
}

@media (max-width:1100px) {
    footer .part_nav .col {
        width: 250px;
    }
    footer .part_nav .col:first-child {
        margin-right: 30px;
    }
}

@media (max-width:1000px) {
    footer {
        -webkit-background-size: cover !important;
                background-size: cover !important;
    }
    footer .part_nav,
    footer .l_col {
        float: none;
        width: auto;
    }
    footer .part_nav {
        display: none;
    }
    footer .part_nav {
        padding: 10px 0 20px;
    }
    footer .part_nav .col {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    footer .part_nav .col:first-child {
        margin-right: 0;
    }
    footer .part_nav .col:first-child ul {
        display: inline-block;
        vertical-align: top;
        margin-right: 80px;
    }
    footer .slogan,
    footer .company_name {
        display: none;
    }
    footer .l_col {
        position: relative;
    }
    footer .l_col > * {}
    footer .logo_box {
        width: 220px;
        float: left;
    }
    footer .phone_box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        text-align: center;
    }
    footer .contacts {
        float: right;
        font-size: 12px;
    }
}

@media (max-width:900px) {}

@media (max-width:800px) {
    footer .phone_box {
        position: static;
        float: right;
        text-align: left;
        width: auto;
    }
    footer .phone_box > * {
        display: inline-block;
        vertical-align: top;
    }
    footer .phone_box .phone {
        margin-right: 50px;
    }
    footer .contacts {
        float: none;
        font-size: 12px;
        margin-top: 120px;
    }
    footer .contacts li {
        display: inline-block;
        vertical-align: top;
        width: 29.5%;
    }
}

@media (max-width:740px) {
    footer .phone {
        display: block;
    }
}

@media (max-width:640px) {
    footer .l_col {
        text-align: center;
    }
    footer .l_col > * {
        float: none;
    }
    footer .logo_box {
        margin: 0 auto;
    }
    footer .phone_box {
        text-align: center;
    }
    footer .phone_box .phone {
        margin-right: 0;
    }
    footer .contacts {
        margin-top: 20px;
    }
    footer .contacts li {
        width: auto;
        margin: 0 50px 20px;
    }
    
    .header .r_box .block:first-child {
        margin-right: 0px;
        display: inline-block;
        margin-left: 0;
        transform: translate(-45px, -7px);
    }
    
    .header .r_box .block:first-child .phone .num::after {
        display: none;
    }
    
    .header .r_box .block:first-child .phone > div + div {
        display: none;
    }
    
    .header .phone .num {
        font-size: 14px;
    }
}

@media (max-width:400px) {
    footer .contacts li {
        margin: 0 30px 20px;
    }
}

.clear {
    clear: both;
    float: none !important;
}

.fleft {
    float: left !important;
}

.fright {
    float: right !important;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.disp_none {
    display: none;
}

.rltv {
    position: relative;
}

.middle_box > * {
    display: inline-block;
    vertical-align: middle;
}

.pos_right {
    text-align: right !important;
}

.pos_center {
    text-align: center;
}

.pos_left {
    text-align: left;
}

.pos_justify {
    text-align: justify;
}

.mt30 {
    margin-top: 30px;
}

.banner {
    background: url(/images/banner-bg.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #fff;
    padding: 30px;
    text-align: left;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px #1e1e1e;
}

.banner-wrap {
    border: 2px solid #fff;
    padding: 30px;
}

.banner .banner-header {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.banner .banner-price {
    display: block;
    color: #00daff;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 60px;
}

.banner .banner-desc {
    width: 50%;
    font-size: 16px;
    margin-bottom: 0;
}

/* .image-wrap {
    display: block;
    position: relative;
    width: 400px;
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
}
.image-wrap img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
}
.image-wrap.image-vertical {
    width: 300px !important;
    height: 400px !important;
}
.image-wrap.image-vertical img {
    bottom: auto !important;
}
.image-wrap.image-full {
    width: 100% !important;
    margin: 0 auto 20px;
    overflow: visible !important;
    height: auto !important;
}
.image-wrap.image-full img {
    position: initial;
}
.image-wrap.image-left {
    float: left;
    margin-right: 20px;
}
.image-wrap.image-right {
    float: right;
    margin-left: 20px;
} */

.image-wrap {
    display: block;
    position: relative;
    width: 40%;
    margin-bottom: 20px;
}
.image-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.image-wrap.image-full {
    width: 100%;
    margin: 0 auto 20px;
}
.image-wrap.image-left {
    float: left;
    margin-right: 20px;
}
.image-wrap.image-right {
    float: right;
    margin-left: 20px;
}

@media screen and (max-width: 480px) {
    .image-wrap {
        float: none !important;
        width: 90% !important;
        margin: 0 auto 20px !important;
    }
}

/*Contacts*/
/* .contacts-page {
    padding: 60px 0 20px;
    min-height: 68.5vh
}
.contacts-page .separator {
	height: 1px;
	margin: 15px 0;
	background-color: #eee;
} */
.contacts-title {
    font-size: 24px;

    margin: 50px auto 90px;

	text-align: center;
    text-transform: uppercase;
}
.contacts-title:after {
    display: block;

    width: 11%;
    height: 2px;
    margin: 10px auto 0;

    content: '';

    background-color: #ee2e24;
}
.contacts-list-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
}
.contacts-list-title:after {
	content: '';
	display: block;
	height: 1px;
	background-color: #e6e6e6;
	margin-top: 10px;
	margin-bottom: 20px;
}
.contacts-list-subtitle {
	font-weight: bold;
	letter-spacing: -0.5px;
	font-size: 15px;
	margin-bottom: 5px;
	position: relative;
}
.contacts-list-subtitle span.fa {
	left: -30px !important;
}
.contacts-list-group {
	font-weight: 400;
	display: block;
	max-width: 80%;
	margin: 0 auto 50px;
    font-size: 15px;
}
.contacts-list-item {
    line-height: 1.4;
    position: relative;
}
.contacts-list-item:not(last-child) {
    margin-bottom: 10px;
}
.contacts-list-item span.fa {
    position: absolute;
    top: 4px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #ee2e24;
}
.contacts-list-item > ul {
	margin-bottom: 20px;
}

.contacts-list-item > ul li {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.4;
	padding-left: 0;
	font-weight: 300;
	margin-bottom: 0;
	-webkit-column-count: 4;
	   -moz-column-count: 4;
	        column-count: 4;
}

	/*Yandex map*/
	#ymap, #ymap2 {
		/* float: right; */
	    width: 80%;
	    height: 400px;
		/* padding: 15px; */
		margin: 60px auto 60px;	
	}
    /*Yandex map [END]*/

.tabs-controls {
    font-size: 0;
    margin-bottom: 40px;
    margin-right: -1%;
}

.tabs-control-item {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
    width: 32.3333%;
    margin-right: 1%;
    vertical-align: middle;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.tabs-control-item img {
    width: 100%;
    display: block;
}

.tabs-control-item.active,
.tabs-control-item:hover {
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0, .1);
            box-shadow: 0 0 15px rgba(0,0,0, .1);
}

.tabs-content {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    display: none;
}

.tabs-content.active {
    display: block;
}

.tabs-content-item {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
}
.recapcha {
    overflow: hidden;
}
.recapcha-error {
    border: 2px solid red;
}

@media screen and (max-width: 767px) {
    .tabs-control-item {
        width: 49%;
    }
    .tabs-content {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
    }
}

@media screen and (max-width: 479px) {
    .tabs-control-item {
        width: 100%;
        display: block;
    }
    .tabs-content {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
    }
}

/* Widget */
.widget {
    position: fixed;
    padding: 5px 10px;
    background-color: #FFF;
    bottom: 40px;
    left: 20px;
    z-index: 3;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.widget a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    -webkit-background-size: 30px 30px;
            background-size: 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.widget a.phone {
	background-image: url(/images/widget/icon_phone.png);
	-webkit-background-size: 24px 24px;
	        background-size: 24px;
}

.widget a.whatsApp {
    background-image: url(/images/widget/icon_whatsapp.png);
}

.widget a.skype {
    background-image: url(/images/widget/icon_skype.png);
    -webkit-background-size: 26px 26px;
            background-size: 26px;
}

.widget a.viber {
    /*background-image: url(/images/widget/icon_viber.png);*/
    background-image: url(/images/widget/tg.png);
    background-size: 24px;
}

.widget a.telegram {
    background-image: url(/images/widget/icon_telegram.png);
}

.widget a.email {
    background-image: url(/images/widget/icon_mail.png);
    -webkit-background-size: 22px 22px;
            background-size: 22px;
}

.privacy-policy {
    margin: 15px 0;
}

.privacy-policy a {
    color: #ee2e24;
    text-decoration: underline;
}

.table {
    width: 100%;
    margin: 30px 0;
    overflow: auto; 
}

.table th,
.table td {
    border: 1px solid #e6e6e6;
    padding: 5px;
    font-size: 13px;
    letter-spacing: -0.5px;
    text-align: center;
}

.table th {
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .table {
        display: block;
    }
}

.yandex-maps-link {
    background-color: #FFD633;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    padding: 16px;
    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;
    letter-spacing: -0.5px;
}

.yandex-maps-link * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.yandex-maps-link:hover .yandex-maps-icon {
    -webkit-box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.2);
}

.yandex-maps-icon {
    display: inline-block;
    background: #F4F4F4 url('/images/logo_Maps.jpg') center no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    height: 35px;
    width: 110px;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    vertical-align: middle;
    margin: 0 10px;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

/** OWL CAROUSEL CUSTOM*/

.carousel-wrap {
    max-width: 650px;
    width: 100%;
    position: relative;
    display: none;
}

.owl-carousel .slide {
    display: none;
}

.owl-carousel .slide:first-child {
    display: block;
}

.owl-nav {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.owl-prev, .owl-next {
    pointer-events: all;
    position: absolute;
    height: 100%;
    width: 22px;
}
.owl-next {
    right: 0;
}
.owl-prev:before, .owl-next:before {
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background-color: rgba(238, 46, 36, 0.6);
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
}
.owl-prev:before {
    content: '\003C';
    left: 5px;
}
.owl-next:before {
    content: '\003E';
    left: auto;
    right: 5px;
}

/** / OWL CAROUSEL CUSTOM */