body{
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    display: block;
}
body, input, textarea, keygen, select, button{
    font-size: 16px;
}
input[type="submit"] {
    border: none;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
a.redhover:hover {
    text-decoration: underline;
    color: #E94C3D;
}
a.greenhover:hover {
    color: #33B543;
}
a.button {
    text-decoration: none;
}
.description a {
    color: blue;
}
.description a, a.underline{
    text-decoration: underline;
}
.description a:hover, a.underline:hover {
    text-decoration: none;
}
.description a:visited {
    color: #551A8B;
}
.button {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
}
.button.big{
    height: 40px;
    min-width: 160px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
input.button.big {
    padding: 0 10px;
}
.button.red{
    border: 1px solid #E94C3D;
    background-color: #E94C3D;
    color: white;
}
.button.green {
    border: 1px solid #33B543;
    background-color: #33B543;
    color: white;
}
.button.light_green{
    border: 1px solid #61C56D;
    background-color: #61C56D;
    color: white;
}
.button.gray {
    border: 1px solid #E6E6E6;
    background-color: #E6E6E6;
    color: #333;
    cursor: default;
}
.button.dark{
    border: 1px solid white;
    color: white;
}
.button.white{
    color: #333;
    border: 1px solid #333;
}
.button.transp {
    padding-left: 0;
    padding-right: 0;
    margin: 0 8px;
    color: #333;
    border-radius: 0;
}
.button.green:hover {
    background-color: #15D92D;
}
.button.red:hover{
    color: #E94C3D;
    background-color: white;
    border: 1px solid #E94C3D;
}
.button.light_green:hover{
    background-color: #61C56D;
    color: white;
}

.button.dark:hover{
    background-color: white;
    color: #333;
}
.button.white:hover{
    color: white;
    background-color: #333;
}
.button.transp:hover {
    border-bottom: 2px solid #33B543;
    padding-bottom: 6px;
}
.button.small{
    font-size: 12px;
    padding: 8px;
}
p {
    margin: 0;
    padding: 10px 0;
}
div {
    box-sizing: border-box;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-bold {
    font-weight: bold;
}
.text-light_bold {
    font-weight: 600;
}
.fs12{
    font-size: 12px;
}
.font-size20{
    font-size: 20px;
}
.font-size18{
    font-size: 18px;
}
.float-right {
    float: right;
}
.float-left{
    float: left;
}
.sub {
    font-size: 12px;
}
.gray_border {
    border: 1px solid #a9a9a9
}
.percent30 {
    width: 30%;
}
.around30percent {
    margin-right: 30%;
    margin-left: 30%;
}
.uc {
    text-transform: uppercase;
}
.lc {
    text-transform: lowercase;
}
.cc {
    text-transform: capitalize;
}
.green{
    color: #33B543
}
.dark{
    color: #333
}
.red{
    color: #E94C3D
}
.gray {
    color: #E6E6E6
}
.dark-gray {
    color: #A4A4A4;
}
.white{
    color: white;
}
.italic{
    font-style: italic;
}
.bg_gray {
    background-color: #e6e6e6;
}
.block-inline {
    display: inline-block;
}
.sidepad60 {
    padding-left: 60px;
    padding-right: 60px;
}
.sidepad20 {
    padding-left: 20px;
    padding-right: 20px;
}
.sidepad10 {
    padding-left: 10px;
    padding-right: 10px;
}
.vpad20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.vpad60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.padded10 {
    padding: 10px;
}
.padded20{
    padding: 20px;
}
.padded30{
    padding: 30px;
}
.padded60{
    padding: 60px;
}
#layout_ad {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: absolute;
    cursor: pointer;
}
header {
    min-height: 100px;
    background-color: white;
}

.header-top{
    min-height: 60px;
}
.header-top-item{
    display: inline-block;
    padding: 15px 20px 15px;
    font-size: 20px;
}
.header-top-item img{
    vertical-align: text-top
}
.header-bottom{
    padding-right: 20px;
}
.header_top_menu{
    font-size: 12px;
    padding: 0 8px;
    background-color: #E6E6E6;
}
.header_top_menu .link {
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px;
}
.header_top_menu .link:hover, .header_top_menu .link.active {
    color: #33B543;
}
.w100 {
    width: 100%;
}
#main_menu{
    padding-left: 8px;
}

#main_menu > a, #main_menu > span {
    color: #333;
    text-decoration: none;
    display: inline-flex;
    padding: 0 12px;
    height: 30px;
    font-size: 12px;
}

#main_menu > a:hover, #main_menu > span:hover {
    color: #33B543;
}

#main_menu > a > span, #main_menu > span > span {
    padding-top: 2px;
}

#main_menu > a.active > span, #main_menu > span > span {
    display: inline-block;
    border-top: 2px solid #33B543;
}

footer{
    clear: both;
    padding: 10px 60px;
    color: white;
    height: 185px;
    box-sizing: border-box;
    background: #333 no-repeat center bottom;
}
footer>table{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}
footer>table td {
    width: 30%;
    margin: 0;
    padding: 0;
}

footer a{
    color: white;
    text-decoration: underline;
}
footer a:hover {
    text-decoration: none;
}
footer a.button.dark{
    padding: 3px 8px;
}
#footer_phone_input{
    color: white;
    border: none;
    border-bottom: 1px solid white;
    background: none;
    width: 160px;
}

.body_wrapper{
    #width: 100vw;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    background-color: white;
}
.auth_widget {
    float: right;
    padding-right: 20px;
    padding-top: 12px;
}
h1{
    font-size: 20px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
h1.likeh4 {
    font-size: 16px;
    font-weight: bold;
}
h1.on_image{
    font-size: 40px;
    font-weight: bold;
    color: white;
}
h1.on_image:before{
    display: block;
    font-size: 1px;
    line-height: 1px;
    background-color: white;
    width: 290px;
    height: 5px;
    margin: 0 auto 10px auto;
    content: '';
}
h2 {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
    font-family: 'Open Sans', sans-serif;
}
#about_houses h2.redlined {
    padding-top: 60px;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0;
}


#about_houses h2.redlined:before{
    display: block;
    font-size: 1px;
    line-height: 1px;
    background-color: #e94b42;
    width: 290px;
    height: 5px;
    margin: 0 auto 10px auto;
    content: '';
}

#about_houses h2.greentilda:before {
    background-color: #33B543;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    padding: 60px 0 0;
}
h6 {
    font-size: 16px;
    padding: 0;
    margin: 0 0 5px;
    font-weight: bold;
}
h1, h2, h3, h4 {
    text-transform: uppercase;
}
img {
    vertical-align: bottom;
}
.slider {
    width: 100%;
    position: relative;
}
.mtop90 {
    margin-top: 90px;
}
.mtop60 {
    margin-top: 60px;
}
.mtop30 {
    margin-top: 30px;
}
.mtop20{
    margin-top: 20px;
}
.mtop10{
    margin-top: 10px;
}
.mtop5{
    margin-top: 5px;
}
.ptop90 {
    padding-top: 90px;
}
.ptop60 {
    padding-top: 60px;
}
.ptop30 {
    padding-top: 30px;
}
.ptop20 {
    padding-top: 20px;
}
.ptop10 {
    padding-top: 10px;
}
.h60{
    height: 60px;
}
.table-cell {
    display: table-cell;
}
.img-sized-plate, .img-container {
    width: 280px;
    height: 280px;
}
.img-sized-width {
    width: 280px;
}
.img-sized-height {
    height: 280px;
}
.img-container-small {
    display: block;
    width: 214px;
    height: 214px;
}
.img-container, .img-container-small, .img-border {
    border: 1px solid #E6E6E6;
    padding: 6px;
    text-align: center;
    box-sizing: border-box;

}
.img-container, .img-container-small {
    position: relative;
    display: block;
}
.img-container img{
    max-width: 266px;
    max-height: 266px;
}
.img-container img.product-label {
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    right: 0;
    top: 0;
}
.img-container-small img{
    max-width: 200px;
    max-height: 200px;
}
.img-container-small img.product-label {
    max-width: 75px;
    max-height: 75px;
    position: absolute;
    right: 0;
    top: 0;
}
.img-container-small .left_items_label {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 90px;
    height: 32px;
    padding-top: 18px;
    color: white;
    font-size: 11px;
    background-image: url("/img/uikit/icons/label_left.png");
    background-position: right center;
    background-repeat: no-repeat;
}
.flex-between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content:space-between;
}
.flex-center>div {
    flex-grow:1;
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content:space-between;
}
.flex-around {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content:space-between;
}
.flex-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content:space-between;
}
.flex-horizontal{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
}
.flex-horizontal>div {
    width: 100%;
}
.green-dash-broder{
    border: 1px dashed #33B543;
}
.red-dash-broder {
    border: 1px dashed #e94b42;
}
a.close_btn{
    display: block;
    width: 30px;
    height: 31px;
    background-image: url("/img/uikit/close.png");
    cursor: pointer;
}
a.close_btn.light{
    background-image: url("/img/uikit/icons/close_white.svg");
    height: 30px;
}
.lined_input{
    border: none;
    border-bottom: 1px solid;
}
ol li {
    margin-top: 10px;
}
ol li:first-child{
    margin-top: 0;
}
.both {
    clear: both;
}
input.underline{
    border: none;
    border-bottom: 1px solid;
}
#breadcrumbs {
    font-style: italic;
    color: #969696;
    background-color: #E6E6E6;
    height: 30px;
    font-size: 12px;
    padding: 8px 20px 5px;
}
#breadcrumbs h1 {
    font-size: 12px;
    text-transform: capitalize;
}
#breadcrumbs ul {
    margin: 0;
    padding: 0;
}
#breadcrumbs ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.tags_list{
    font-size: 12px;
    clear: both;
}
.social_buttons {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-content:space-between;

}
.social_buttons>div{
    display: inline-block;
    margin-right: 20px;
}
.social_buttons>div:last-child {
    margin-left: 0;
}
.layout_backing {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.popup_layout {
    position: fixed;
    min-height: 100vh;
    min-width: 100vw;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
}
.popup {
    max-width: 1000px;
    max-height: 100vh;
    background-color: white;
    margin: auto auto;
    position: relative;
    padding: 40px;
}
.popup_header {
    margin: -40px;
    margin-bottom: 0;
    padding: 10px 60px;
    font-size: 30px;
    background-color: #A4A4A4;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 600;

}
.popup_content {
    padding: 20px 40px;
}
.popup.nopadded {
    padding: 0;
}
#layout_input_form #layout_callback_phone {
    border: none;
    color: black;
    font-size: 20px;
}
.layout_input_form .error {
    display: none;
    color:  #E94C3D;
    font-size: 12px;
}
.layout_input_form.error .error{
    display: block;
}
.layout_input_form.error #layout_callback_phone {
    color: #E94C3D;
    border: 1px solid #E94C3D;
}
.open_callback_button_container {
    position: fixed;
    bottom: 80px;
    right: 80px;
}
#open_callback_layout {
    display: block;
    background-image: url("/img/uikit/icons/callback.svg");
    background-size: 100%;
    height: 80px;
    width: 80px;
}
#open_callback_layout:hover {
    height: 86px;
    width: 86px;
}
.social_network {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/img/uikit/icons/social_networks.svg");
    background-size: 180px 60px;
    background-position: 0 0;
}
.social_network:hover {
    background-position-y: 30px;
}

.social_network.fb {
    background-position-x: 90px;
}
.social_network.vk {
    background-position-x: 60px;
}
.social_network.insta {
    background-position-x: 30px;
}
.social_network.inv_fb {
    background-position-x: 180px;
}
.social_network.inv_vk {
    background-position-x: 150px;
}
.social_network.inv_insta {
    background-position-x: 120px;
}
.order_input {
    width: 320px;
    height: 30px;
    padding: 0 5px;
    border: none;
}
#google_map {
    width: 1000px;
    height: 480px;
    margin: 60px auto 0;
}
.contacts h3{
    margin-bottom: 20px;
}
iframe[name="google_conversion_frame"] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
.red_bottom_line {
    border-bottom: 5px solid #E94C3D;
}
.show_video {
    display: block;
    width: 475px;
    height: 256px;
    background: no-repeat  center center;
    background-size: 100% auto;
    position: relative;
}
.show_video .play_button {
    display: block;
    background: url("/img/uikit/icons/play.svg") no-repeat center center;
    background-position: 0 0;
    background-size: 50px 100px;
    height: 50px;
    width: 50px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.show_video:hover .play_button {
    background-position: 0 -50px;

}
.video_layout {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#video_container {
    width: 1000px;
    height: 90vh;
    max-height: 562px;
    margin: auto;
    z-index: 999;
}

.price{
    font-size: 20px;
}
.contract_price {
    font-size: 12px;
    font-weight: normal;
}
.input_unit.error label, .input_unit.error .error {
    visibility: visible;
    color: #E94C3D;
}

.input_unit.error input, .input_unit.error textarea {
    border: 1px solid #E94C3D;
}
.dark_bg{
    height:100%;width: 100%; position: absolute;top: 0;left: 0; background-color: rgba(0,0,0,0.5); z-index: 0;
}
.zindex999 {
    position: relative;
    z-index: 999;
}
.grayline:before {
    display: block;
    font-size: 1px;
    line-height: 1px;
    border-top: 1px solid #E6E6E6;
    width: 100%;
    height: 1px;
    content: '';
    padding-top: 10px;
}


.search_dropdown {
    font-size: 12px;
}
.search_filter{
    text-align: center;
}
.search_filter.last .search_header{
    border-right: none;
}
.search_header {
    background-color: #E94C3D;
    color: white;
    padding: 5px;
    border-right: 1px solid white;
}
.search_filter:hover .search_header{
    text-decoration: underline;
}
.search_sider {
    width: 100px !important;
}
.search_sider>div{
    background-color: #E94C3D;
    height: 24px;
}

.filtersList{
    width: 100%;
    background-color: white;
    border: 1px solid #E6E6E6;
    text-align: left;
    padding: 20px 0;
    margin: 0;
    list-style-type: none;
}
.filtersList>li {
    width: 35%;
    display: inline-block;
    padding-left: 20px;
    margin: 5px 0;
    font-style: italic;
}
.filtersList.single_column>li {
    width: 70%;
    text-align: center;
}
.search_link.checked:before {
    content: '> ';
    margin-left: -9px;
}
.filtersList .clear_filter {
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: block;
    padding-left: 0;
}
.dropdown{
    position: relative;
}

.dropdown_header {

}
.dropdown_content {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.dropdown:hover .dropdown_content{
    display: block;
}
#open_cart_button {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("/img/cart.png");
    float: right;
}
#open_cart_button.noempty {
    background-image: url("/img/cart_noempty.png");
}
.overlay {
    position: fixed;
    display: none;
    min-width: 100vw;
    min-height: 100vh;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.search_form{
    display: inline-block;
    margin-right: 10px;
    /*margin-top: 3px;*/
}
.search_form .search_input{
    border: 1px solid rgb(230,230,230);
    border-radius: 5px 0 0 5px;
    border-right: 0;
    width: 100px;
    padding-left: 3px;
    height: 24px;
}
.search_input::placeholder{
    color: rgb(230,230,230);
}
.search_input:focus{
    outline: none;
}
.search_form .search_submit {
    text-indent: -300px;
    height: 28px;
    width: 26px;
    padding: 0;
    background-color: #33B543;
    background-image: url("/img/uikit/icons/search-white.svg");
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    border: 1px solid  rgb(230,230,230);
    border-radius: 0 5px 5px 0;
}
