@charset "utf-8";

*, :before, :after{
    margin:0;
    padding:0;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    outline: 0;    
}

body {
    font: normal 16px HelveticaNeueCyr, Arial, sans-serif;
    color: #000;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}
p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
body:not(.home) #main {
    display: flex;
}
p:empty {
    display: none;
}
a, .link, .goto {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
a:hover, .link:hover {
    text-decoration: underline;
}
ul {
    list-style: none;
}
button {
    text-align: center;
    cursor: pointer;
}
hr{
    border-bottom: 1px solid #B6B6B6;
    margin: 25px 0 20px;
}
table {
    width: 100%;
    border: 1px solid #E0DFDD;
    font: 14px HelveticaNeueCyr Roman, Arial, sans-serif;
    color: #000;
    text-align: center; 
    min-width: 580px;   
}
.single table {
    min-width: 800px;
}
table thead {
    background: #F1F4F7;
    color: #333
}
table thead * {
    border: 0;
}
table thead th {
    padding: 12px 15px;
}
table thead th:first-child,
table tbody td:first-child {
    text-align: left;
}
table tbody td {
    padding: 10px 15px;
}
table tbody tr:not(:last-child) td{
    border-bottom: 1px solid #E0DFDD;
}
table .fa {
    color: #adadad;
}
table .fa-check {
    color: #5fb924
}
.container {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

#top_line {
    height: 38px;
    color: #fff;  
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAmCAIAAAAutN6DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBEQTMyRTk4MDM3QTExRThCNjdGRkJBMTdDM0M4RThFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBEQTMyRTk5MDM3QTExRThCNjdGRkJBMTdDM0M4RThFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MERBMzJFOTYwMzdBMTFFOEI2N0ZGQkExN0MzQzhFOEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MERBMzJFOTcwMzdBMTFFOEI2N0ZGQkExN0MzQzhFOEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7sE7FjAAAAiUlEQVR42uzVsQrAIAwE0DaDQv7E//+3gpl6Z207d/CWJpNgjgeC3N5ac/ftnojovV/nUkqt9bk6xuDgYz5FTGBg3wTGyyw1+GgCg4zAICMwEDGBgYgJDD6awCAjMBAxgYGICYz5PVcbZATGZFYb2DeBQUZgZK1lrWWtZa1lrWWtZa39vtZOAQYAvsaQ1jwB33cAAAAASUVORK5CYII=');    
}
#top_line > .container{   
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
}
#top_line .top_line-calc {
    margin-right: auto;
    font: 16px HelveticaNeueCyr Roman;
    width: 220px;
}
#top_line .top_line-calc .fa {
    margin-right: 10px;
    display: inline;
}
#top_line .menu {
    font-weight: 100;
    font-size: 14px;
    color: #b4b2b0;
    width: 450px;
    display: flex;
}
#top_line .menu > li {
    display: inline-block;
    margin: 0 auto;
}
#top_line .menu > :first-child {
    margin-left: 0;
}
#top_line .menu > :last-child {
    margin-right: 0;
}
#top_line .top_line-form_search {
    margin-left: auto;
    width: 360px;
    position: relative;
}
#top_line .form-search .controll-text {
    width: 100%;
    height: 26px;
    background: #424242;
    border-radius: 14px;
    padding: 0 30px 0 15px;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}
#top_line .form-search .controll-btn {
    position: absolute;
    right: 0;
    top:0; bottom: 0;
    padding: 0 12px;
    background: transparent;
    color: #ffba4c;
    font-size: 14px;
}
#top_line .form-search .controll-btn:hover {
    color: #FF9900
}
#top_line .form-search .controll-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}
#top_line .form-search .controll-text::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}
#top_line .form-search .controll-text:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}
#top_line .form-search .controll-text:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}
#header {
    padding: 20px 0;
    background: #383838;
    color: #fff;
    position: relative;
}
#header > .container{   
    display: flex;
    align-items: center;
    justify-content: center;    
}
#header .header-logo,
#footer .footer-logo {
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 23px;
    text-decoration: none;
    -webkit-transition: all .1s;
    transition: all .1s;      
}
#header .header-logo:hover {
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.9);    
}
#footer .footer-logo:hover {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);  
}
#header .header-logo > *,
#footer .footer-logo > * {
    font-weight: 900;
}
#header .header-contacts {
    margin-left: auto;
}
#header .header-menu {
    margin-left: -20px;
    font: 16px HelveticaNeueCyr Roman, Arial, sans-serif
}
#header .menu {
    display: flex;
    align-items: center;
    justify-content: center;    
    width: 450px;
}
#header .menu > * {
    margin: 0 auto;
}
#header .menu > :first-child {
    margin-left: 0;
}
#header .menu > :last-child {
    margin-right: 0;
}
#header .header-contacts .phone{
    font-size: 18px;
    font-weight: bold;
}
#header .header-contacts .fa {
    margin-right: 10px;
}
#header .button {
    margin-left: 25px;   
}
.button {
    font: 14px HelveticaNeueCyr Roman, Arial, sans-serif;
    text-transform: uppercase;
    background: #FFBA4C;
    color: #2f2624;
    height: 30px;
    padding: 0 20px;
    border-radius: 20px;
    -webkit-transition: all .1s;
    transition: all .1s;    
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;    
}
.button:hover {
    background: #FFC568;
    text-decoration: none;
}
.button:active {
    background: #FFBA4C;
}
.button-small {
    font-size: 14px;
    color: #555;
    border: 1px solid #E8E8E8;
    padding: 8px 12px;
    -webkit-transition: all .1s;
    transition: all .1s;        
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfbfb+0,f1f1f1+100 */
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbfbfb 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */        
}
.button-small:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f1f1f1+100 */
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8f8f8 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */    
}
.button-small:active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f8f8f8+100 */
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f8f8f8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f1f1f1 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */    
}
#navigation {
    background: #FFBA4C;
    color: #2f2624;
    font: 16px HelveticaNeueCyr Roman, Arial, sans-serif;
    margin-bottom: 35px;
}
.home #navigation {
    margin-bottom: 0;    
}
#navigation .menu {
    display: flex;
}
#navigation .menu > li {
    margin: 0 auto;
    display: inline-block;
}
#navigation .menu > :first-child {
    margin-left: 0;
}
#navigation .menu > :last-child {
    margin-right: 0;
}
#navigation a {
    display: block;
    padding: 10px 0;
}
#navigation li[class*="current"] {
    text-decoration: underline;
}
#slider-main {
    margin-bottom: 45px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
#slider-main .item {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
}
#slider-main .item-controlls a{
    background: #2F2624;
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
    position: absolute;   
    font-weight: 100;
    font-size: 18px;
}
#slider-main .item-controlls a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #2F2624;
    border: 5px solid #FFBA4C;
    border-radius: 100%; 
    position: absolute;
}
#slider-main .item-controlls .link-lamps {
    top: 75px;
    right: calc( 50% - 100px );
}
#slider-main .item-controlls .link-lamps:before {
    top: -14px;
    left: calc( 50% - 10px )
}
#slider-main .item-controlls .link-fan {
    top: 125px;
    left: 220px;
    left: calc( 50% - 460px ); 
}
#slider-main .item-controlls .link-fan:before{
    left: auto;
    right: -15px;    
}
#slider-main .item-controlls .link-conditioners {
    top: 200px;
    right: 318px;     
    right: calc( 50% - 356px );
}
#slider-main .item-controlls .link-conditioners:before {
    top: -14px;
    left: calc( 50% - 10px )
}
#slider-main .item-controlls .link-thermoregulators {
    bottom: 200px;
    right: 258px;     
    right: calc( 50% - 420px );
}
#slider-main .item-controlls .link-thermoregulators:before {
    left: auto;
    right: -15px;   
}
#slider-main .item-controlls .link-warm_floor {
    bottom: 40px;
    right: 558px;   
    right: calc( 50% - 120px ); 
}
#slider-main .item-controlls .link-warm_floor:before {
    left: auto;
    right: -15px;   
}
#slider-main .item-controlls .link-heating {
    bottom: 115px;
    left: 345px;  
    left: calc( 50% - 330px );
}
#slider-main .item-controlls .link-heating:before {
    top: -10px;
    left: -10px;   
}
.posts-carusel {
    margin: 0 -10px 45px;
}
.item-loop-post-slide {
    padding: 15px;
    border: 1px solid #E0DFDD;
    width: 380px;
    margin: 0 10px;
}
.item-loop-post-slide > .item-title{
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    display: block;
}
.item-loop-post-slide > .item-title a {
    display: block;
}
.item-loop-post-slide > .item-figure {
    width: 100%;
    height: 150px;
    margin: 20px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.post-params {
    font: 14px HelveticaNeueCyr Roman, Arial, sans-serif;    
    display: flex;
    align-items:center;
}
.post-params > * {
    margin-bottom: 10px;
}
.post-params > :last-child {
    margin-left: auto;
}
.post-params > .list-params > :not(:last-child) {
    margin-bottom: 5px;
}
.post-params .item-title:not(:empty){
    color: #878787;
    margin-right: 5px;
}
.post-params .item-price{
    color: #ffba4c;
    font: 24px HelveticaNeueCyr, Arial, sans-serif;
    margin-bottom: 8px;
    display: block;
}
.slick-slide .goto img {
    -webkit-transition: all .1s;
    transition: all .1s;     
}
.slick-slide:hover img {
    filter: contrast(1.05)
}
.slick-arrow {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    bottom: 0;
    z-index: 1;
    color: transparent;
    background: no-repeat center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAA+CAMAAADDLrFwAAAAhFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADu3R4CAAAAK3RSTlMAP7EjR2Ue7YkM1glrkAPnqLjbD/AZgRXqXTbgyU6h0nLPmS2TJ8C0eK5Lxm67jwAAAMRJREFUGBlVwVWChTAQRcEDCSTB9bnb2P73N799qxAJ9fFYz77Demyw5mXFagZElWH5KyIvsMqQsGKLVe8c1n5EnM5Yh2OHdfnG2oYt1u2C1R0PWOcTYtxjuV2N1UasFEqsIkdcPVY2IYYb1hpmrM0Dq+ufWL9/b0R8IcolIYYGkU2ou0cUX4i6d4jYIsqQEHmDyCpU5RFFjkjBIWJEuFAj8gLhK1SVIZofRAoloo0I19eIsUD4O2rKEM2AmJcV8dog3p9/6csIs6DEiqMAAAAASUVORK5CYII=');
    border: 0;
    font-size: 0;
    cursor: pointer;
    width: 30px;
    -webkit-transition: all .1s;
    transition: all .1s;
    color: #fff;
}
.slick-next {
    right: -20px;
    transform: rotate(180deg);
    background-position: left center;
}
.slick-prev {
    left: -20px;
    background-position: left center;
}
.slick-next:not(.slick-disabled):hover {
    background-position: 55% center;
}
.slick-prev:not(.slick-disabled):hover {
    background-position: 55% center;
}
.slick-dots {
    margin-top: 20px;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.slick-dots button {
    width: 14px;
    height: 14px;
    background: transparent;
    color: transparent;
    overflow: hidden;
    text-indent: 200px;
    border: 1px solid #000;
    opacity: .4;
    border-radius: 100%;
}
.slick-dots li.slick-active button{
    opacity: 1;
}
.list-terms {
    border-bottom: 1px solid #ECECEC;
}
#footer, .item-loop-term {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAABBCAIAAAABlV4SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdFRjJCMTY5MDQxMjExRTg5RjFGODUxQUU1RkM3MUNGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdFRjJCMTZBMDQxMjExRTg5RjFGODUxQUU1RkM3MUNGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0VGMkIxNjcwNDEyMTFFODlGMUY4NTFBRTVGQzcxQ0YiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0VGMkIxNjgwNDEyMTFFODlGMUY4NTFBRTVGQzcxQ0YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6vR6p/AAABTElEQVR42uzawQ6DIAwG4HXZ2UTf/xk10SuJYzuYZRuEQsFi/548GCLKZ9MCbdu27zsR3d7Bva4dKc9wzxh3WZaqzz3PM+t+yvgOGt596XfQFpbm4A24f8Fdu1IGcjxoMwAP+uIRNzAMQ/pY67pO08QywLo/x4NmA/Cg3wPXANeGlIGYh14MwINOD1IGIjbGcaw3/stDy3cGD3byg/9/17Yhkh+84WOc1h6kbFitRXutH7TZ+DRwZn4osYHeTL8eNNgIGdDoIWTDylqy5EFz3sjx0LL+hodL5odQv+h0G6keNOxRwEPX9QN3P+EUGzEPms8PwIN+D1L7Ay1tfHuo0Q/FWjLiwTkn1QP9/TUfNXFVG1R4jgweMIeSejolQn0hqbzxnR96NID9uGt7SOmNltiI1Q89GoCH681B6uy3t5F9fpaMnruHB/l4CjAAlfsazfPI4bsAAAAASUVORK5CYII=');    
}
.item-loop-term {
    margin-bottom: 50px;
    padding: 50px 0 10px 0;
}
.item-loop-term:nth-child(2n) {
    background: #fff;
}
.item-loop-term > .container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.item-loop-term:nth-child(2n) > .container {
    flex-direction: unset;
}
.item-loop-term .wrap-item-figure {
    width: 450px;
}
.item-loop-term .wrap-item-figure + .wrap-item-content {
    width: calc( 100% - 470px );
}
#term_7.item-loop-term .wrap-item-figure {
    width: auto;
    margin-left: -80px;
}
#term_7.item-loop-term .wrap-item-figure + .wrap-item-content {
    width: calc( 100% - 480px );
}
.item-loop-term .wrap-item-content {
    margin-bottom: 50px;    
}
.item-loop-term .item-figure {
    margin-left: 20px;    
}
.item-loop-term:nth-child(2n) .item-figure {
    margin-right: 20px;
}
.item-loop-term .item-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.item-loop-term .item-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}
.item-loop-term .item-posts {
    display: flex;
    align-items: center;
}
.item-loop-term .item-posts > * {
    display: inline-block;
    vertical-align: middle;
}
.item-loop-term .item-posts .inform-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #2F2624;
    border-radius: 35px;
    padding: 15px 25px;
    cursor: default;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all .1s;
    transition: all .1s;        
}
.item-loop-term .item-posts .inform-title:hover {
    background: #FFBA4C;
}
.item-loop-term .item-posts li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.item-loop-term .item-posts li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #282123;
    border: 2px solid #FFBD4D;
    border-radius: 100%;
    box-sizing: content-box;
    margin: -2px 8px 0 0;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.1);    
}
.item-loop-term .item-description:not(:last-child) {
    margin-bottom: 43px;
}
.parners-carusel {
    margin: 50px auto;
}
.parners-carusel .item {
    border: 1px solid #F0F0F0;
    height: 85px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.parners-carusel .item:hover {
    border-color: #DBDBDB;
}
.sm-carusel .slick-arrow {
    background: transparent;
    transform: none;

}
.sm-carusel .slick-arrow:before {
    font: normal normal normal 17.6px/1 FontAwesome;
    content: "\f104";
    -webkit-transition: all .1s;
    transition: all .1s;
    color: #000;
    position: absolute;
    top: calc( 50% - 7px );
    left: 0; right: 0;
    display: block;    
}
.sm-carusel .slick-next {
    right: -25px;
}
.item-controll_image.sm-carusel .slick-prev {
    left: -25px;
}
.sm-carusel .slick-next:before {
    content: "\f105";
}
.sm-carusel .slick-prev:hover:before {
    padding-right: 5px;
}
.sm-carusel .slick-next:hover:before {
    padding-left: 5px;
}
#footer {
    margin-top: 50px;
    padding: 40px 0 0;
}
#footer > .container {
    display: flex;
    flex-wrap: wrap;
}
#footer .footer-logo {
    text-indent: 5px;
}
#footer .widget .widget-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#footer .footer-logo {
    margin-bottom: 30px;
    display: block;
}
#footer .footer-calc {
    margin-bottom: 15px;
}
#footer .footer-contacts .phone {
    margin-bottom: 20px;
    display: block;
}
#footer .button,
.button-default {
    padding: 11px 20px 10px;
    height: auto;
    background: #FFBF5D;
    color: #fff
}
#footer .button:hover,
.button-default:hover {
    background: #FFAC00;
}
#footer .widget {
    margin-left: auto;
    margin-right: auto;
}
#footer .widget:first-child {
    width: 240px;
    margin-right: auto;
    margin-left: 0;
}
#footer .socials {
    margin-bottom: 23px;
}
#footer .widget:first-child .fa {
    margin-right: 10px;
}
#footer .widget:last-child {
    margin-left: auto;
    margin-right: 0;
}
#footer .widget:nth-child(2) .widget-title:before{
    font: normal normal normal 18px/1 FontAwesome;
    content: '\f017';
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}
#footer .widget:nth-child(2) .textwidget {
    font-weight: 100;
    line-height: 1.5;
}
#footer .widget:nth-child(2) p {
    margin-bottom: 31px;
}
#footer .widget:nth-child(2) .button {
    background: #fff;
    color: #000;
}
#footer .widget:nth-child(2) .button:hover{
    background: #FFAC00; 
    color: #fff;
}
#footer .widget:nth-child(3) {
    text-align: center;
    margin-top: -20px;
}
#footer .widget img {
    margin-bottom: 15px;
}
#footer .menu {
    font-size: 18px;
    font-weight: bold;
}
#footer .menu li:not(:last-child) {
    margin-bottom: 25px;    
}
#footer .wrap-buttons{
    display: flex;
    justify-content: center;
    align-items: center;    
}
#footer .wrap-buttons > *:not(:last-child) {
    border-right: 0;
}
#footer .copyright {
    margin-top: 40px;
    clear: both;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    padding: 20px;
    background: #EAEAEA;
}
.socials > *{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    margin: 0 2px;
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow:    0px 5px 16px 0px rgba(0, 0, 0, 0.12);
    box-shadow:         0px 5px 16px 0px rgba(0, 0, 0, 0.12);    
    -webkit-transition: all .1s;
    transition: all .1s;       
}
.socials > :hover {
    opacity: .8;
}
.socials > :first-child {
    margin-left: auto;
}
.socials .fa {
    margin: auto!important;
}
.socials >.social-vk{
    background: #6996C7;
}
.socials >.social-facebook{
    background: #496194;
}
.socials >.social-twitter{
    background: #28C3FF;
}
.socials >.social-odnoklassniki{
    background: #FD9B42;
}
.socials >.social-instagram{
    background: #2A5B83;
}

body:not(.home) #main .sidebar + .content-area {
    width: calc( 100% - 300px );
}
.sidebar {
    width: 280px;
    margin-right: 20px;    
}
.sidebar .widget-title,
.view_filter {
    display: block;
    background: #383838;
    color: #fff;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #F2F2F2;
}
.sidebar .menu {
    font-weight: 100;
}
.sidebar .menu a,
.sidebar .menu li.cat-item-none  {
    display: block;
    padding: 13px 18px 11px;
    background: #F3F3F3;
}
.sidebar .menu > li > a {
    font-weight: bold;
    background: #E1E1E1;
    -webkit-transition: all .1s;
    transition: all .1s;          
}
.sidebar .menu li:hover > a,
.sidebar .menu li.current-cat > a {
    background: #ECECEC;
    text-decoration: none;
}
.sidebar .menu > li:hover > a,
.sidebar .menu > li.current-cat > a {
    /*background: #D0D0D0;*/
    background: #E1E1E1;
}
.sidebar .menu-brand > li > a{
    
}
.filter-form {
    background: #F1F4F7;
    padding: 15px;
    margin-bottom: 25px;
}
.filter-form>.line {
    display: flex;
    justify-content: space-between;
}
.filter-form>.line:first-child>:first-child {
    padding-right: 10px;
}
.filter-form>.line:first-child>:last-child {
    padding-left: 10px;
}
.filter-form .line.cols {
    display: flex;
    align-items: flex-end;
}
.filter-form .line .line {
    margin-left: -10px;
    margin-right: -10px;
}
.filter-form .line .range-slider {
    margin-left: -10px;
    margin-right: -10px;    
}
.filter-form .item-title {
    font: 14px HelveticaNeueCyr Roman, Arial, sans-serif;
    display: block;
    margin-bottom: 10px;
}
.filter-form .line .item {
    margin: 0 10px 10px;
}
.filter-form .full {
    width: 100%;
}
.filter-form .controll{
    border: 1px solid #D6D6D6;
}
.filter-form .controll-text {
    padding: 7px 10px;
    width: 100%;
}
.range-slider {
    position: relative;
}
.range-slider .irs-with-grid {
    height: 10px;
}
.item-checkbox {
    display: flex;
    align-items: center;
}
.item-checkbox .wrap-controll {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: relative;           
    z-index: 1;
}
.item-checkbox .controll {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.item-checkbox .wrap-controll span{
    border: 1px solid #D6D6D6;
    background: #fff;
    display: block;
    position: absolute;
    top:0; right: 0; bottom: 0; left: 0;    
    z-index: -1; 
    border-radius: 3px;     
}
.item-checkbox .wrap-controll span:before {
    display: block;
    content: "\f00c";
    font: normal normal normal 16px/1 FontAwesome;
    opacity: 0;
    -webkit-transition: all .1s;
    transition: all .1s;     
    text-align: center;
    line-height: 17px;
    text-indent: 1px;
}
.filter-form .item-checkbox:hover span:before {
    opacity: .6;
}
.item-checkbox .controll:checked + span {
    border-color: #FFBA4C;
}
.item-checkbox .controll:checked + span:before {
    opacity: 1;
}
.filter-form .range-slider {
    margin-bottom: 15px;
}
.filter-form .item-checkbox  {
    font: 14px HelveticaNeueCyr Roman;  
    cursor: pointer;  
}
.filter-form .controll-submit{
    font: 14px HelveticaNeueCyr Roman;  
    background: #2D2D2D;
    color: #fff;
    padding: 0 16px;
    border: 0;
}
.filter-form .controll-submit:hover {
    background: #FFBA4C;
}
.filter-form .controll-submit .fa {
    margin-right: 5px;
}
.filter-form .item-submit,
.filter-form .item-reset {
    margin-left: auto!important;
    margin-bottom: 0!important;
    text-align: right;
    position: relative;
    top: -5px;
}
.filter-form .item-reset + .item-submit{
    margin-left: 20px!important;
}
.view_filter {
    display: none;
}
.item-loop-post:not(:last-child) {
    padding-bottom: 35px;
    border-bottom: 1px solid #B6B6B6;
    margin-bottom: 22px;
}
article.item-loop-post {
    border-bottom: 0;
}
.item-loop-post > .item-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.item-loop-post .post-params {
    display: block;
    width: 300px;
    padding-left: 20px;
    border: 1px solid #F2F2F2;
}
.item-loop-post .inform-title {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}
.item-loop-post .cols {
    display: flex;
}
.item-loop-post:after {
    content: '';
    display: block;
    clear: both;
}
.item-loop-post .wrap-price {
    background: #F1F4F7;
    padding: 15px;
    margin: 0 0 25px -20px;
    height: 80px;
}
.item-loop-post .wrap-price .item-title {
    font-weight: 100;
    display: block;
    color: #000;
    margin-bottom: 6px;
    font-size: 16px;
}
.item-loop-post .wrap-price .item-value {
    font-weight: 900;
    font-size: 24px;
    color: #000;
    margin: 0;
}
.item-loop-post .post-icons  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 20px;
    text-align: center;
    
}
.item-loop-post .post-icons  .item {
    width: 33.3%;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
}
.item-loop-post .item-images{
    width: 380px;
    text-align: center;
    float: left;
    margin-right: 20px;    
}
.item-loop-post .item-main_image {
    padding-top: 25px;
    border: 1px solid #F2F2F2;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
}
.item-loop-post .item-main_image a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;    
}
.item-loop-post .item-controll_image:empty {
    display: none;
}
.item-loop-post .item-controll_image {
    margin: 5px auto 0;
    width: 340px;
}
.item-loop-post .item-controll_image .item {
    width: 60px;
    height: 60px;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B6B6B6;
    margin: 0 4px;
}
.item-loop-post .item-controll_image .item:hover {
    border-color: #000;
}
.item-loop-post .list-params li {
    margin-bottom: 5px;
}
.item-loop-post .list-params li:last-child {
    /*margin: 20px 0 0;*/
}
.item-loop-post .post-details {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #F2F2F2;
    border-left: 0;
}
.item-loop-post .post-details > * {      
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;    
    flex-direction: column; 
    margin: auto; 
}
.item-loop-post .post-details > :first-child {
    margin: 0 0 auto;
    border-bottom: 1px solid #F2F2F2; 
}
.item-loop-post .post-details > :last-child {
    margin: auto 0 0;
    border-top: 1px solid #F2F2F2; 
}
.item-loop-post .post-details .post-brand {
    height: 80px;           
}
.item-loop-post .post-details .post-brand a {
    display: block;
    width: 100%;
}
.item-loop-post .post-details .post-controll {
    
}
.item-loop-post .post-details .readmore{
    color: #383838;
    text-decoration: underline;
    font: 16px HelveticaNeueCyr Roman;
    margin-bottom: 15px;
}
.item-loop-post .post-details .readmore:hover {
    text-decoration: none;
}
.item-loop-post .post-details .button {
    font-size: 18px;
    font-weight: bold;
    background: #FFBA4C;
}
.item-loop-post .post-details .button:hover {
    background: #ffa515;
}
.item-loop-post .post-help {
    height: 90px;
    color: #8c939b;
    font: 16px HelveticaNeueCyr Roman;     
}
.item-loop-post .post-help .fa {
    margin-right: 10px;
}
.item-loop-post .post-help > * {
    text-decoration: underline;
    display: block;
    padding: 5px 0;
    text-align: left;
    display: block;
    width: 80%;
}
.item-loop-post .post-help > :hover {
    text-decoration: none;
}
.item-loop-post .post-varieties {
    margin-top: 25px;
}
.paginate_links {
    text-align: center;
    display: flex;
    justify-content: center;    
    font-weight: 100;
    margin-top: 50px;
}
.paginate_links > * {
    width: 34px;
    text-align: center;
    padding: 4px 2px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #E7E6E6;
    border-right-width: 0;
}
.paginate_links > :last-child {
    border-right-width: 1px;
}
.paginate_links .next,
.paginate_links .prev {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    background: #F1F4F7;
}
.paginate_links a:hover,
.paginate_links .current{
    background: #454545;
    color: #fff;
    text-decoration: none;
}
.post-content:not(:first-child) {
    margin-top: 25px;
}
.the_content {
    font: 14px/1.5 Arial, sans-serif;   
}
.the_content h1, .the_content h2, .the_content h3, .the_content h4, .the_content h5 {
    margin-bottom: 20px;
}
.the_content a {
    color: #ffba4c;
    text-decoration: underline;
}
.the_content a:hover {
    text-decoration: none;
}
.the_content table, .the_content ul, .the_content ol {
    margin-bottom: 25px;
}
.the_content ul li {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}
.the_content ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    top: 7px;
    left: 0;
}
.the_content li:not(:last-child) {
    margin-bottom: 5px;
}
.the_content h2{
    color: #282828;
    font-size: 18px;
}
.post-navigation {
    color: #000;
    font-size: 12px;
    padding: 10px 8px;
    margin: 20px 0;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    display:  flex;
    align-items: center;
}
.post-navigation .term_list{
    margin-left: auto;
}
.single-blog .item-blog {
    padding-bottom: 0;
}
.single-blog .the_content h1 {
    font-size: 24px;
    margin-bottom: 15px;
}
.single-blog .the_content h2 {
    margin-bottom: 10px;
}
.blog-items .section-title {
    display: block;
    margin-bottom: 24px;
    font-size: 15px;
}
.blog-items .list-items {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;    
}
.blog-items .item-title{
    font-size: 15px;
    margin: 15px 0 12px;
}
.blog-items .item-description {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}
.blog-items .list-items .item {    
    page-break-inside: avoid;
    break-inside: avoid;    
}
.blog-items .list-items .item:not(:last-child) {
    margin-bottom: 20px;
}
/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}
.the_content img{
    border: 1px solid #EAEAEA;
    display: block;
    max-width: inherit;
    background: #F6F6F6;  
    padding: 6px;  
    max-width: 100%;
    height: auto;
}
.the_content blockquote {
    background: #F7F7F7;
    padding: 20px;
    margin: 20px 0 20px 25px;
    display: block;
}
.the_content blockquote.st1 {
    padding: 0 0 0 25px;
    border-left: 1px solid #FFBA4B;
    background: transparent;
}

.popup-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999991;
    display: none;
    color: #000;
    justify-content: center;
    align-items: center;
}
.popup-area-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}
.popup-area .widget-popup {
    position: relative;
    display: none;
    z-index: 2;
    width: 590px;
    text-align: left;
    background: #fff;
    border: 3px solid #FFBA4B;
    border-radius: 10px;
    position: relative;    
}
#wrap-ajax_loaded {
    width: 880px;
    height: 410px;
    max-height: calc(100vh - 40px);
    max-width: calc(100vw - 40px);
}
.popup-area .item-content-order-form {
    display: flex;
    align-items: center;
    height: 100%;    
}
.popup-area .item-figure {
    width: 470px;
    text-align: center;
    position: relative;
    padding-top: 130px;
    height: 100%;
}
.popup-area .item-figure img {
    max-width: 70%;
}
.popup-area .item-figure .item-title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: rgba(0,0,0, .19);
    padding: 13px 10px;
    position: absolute;
    top:20px; left: 0; right: 0;
    font-weight: 400;
}
.popup-area .item-figure .item-title span {
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}
.popup-area .form-default {
    width: calc( 100% - 470px );
    height: 100%;
    background: #FFBA4B;
}
.button-close {
    position: absolute;
    right: -12px;
    top:-12px;
    width: 30px;
    height: 30px;
    color: #FFBA4B;
    background: #fff;
    border-radius: 100%;
    border: 2px solid;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all .1s;
    transition: all .1s;        
}
.button-close:hover {
    color: #fff;
    background: #FFBA4B;
}
.form-default {
    padding: 50px;
    display:flex;
    flex-direction: column;
    justify-content: center;    
}
.form-default br {
    display: none;
}
.form-default p {
    margin: 0;
}
.form-default input[type="text"] {

}
.form-default .line:not(:last-child) {
    margin-bottom: 27px;
    display: block;
}
.popup-area .button-submit {
    background: #5F5F5F;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    -webkit-transition: all .1s;
    transition: all .1s;  
    cursor: pointer;    
    margin-top: 40px;
    float: right;
}
.popup-area .button-submit:hover {
    background: #fff;
    color: #000;
}
.form-default .controll-text {
    color: #000;
    font: normal 18px HelveticaNeueCyr, Arial, sans-serif;    
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-radius: 10px;    
}
.form-default .controll-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font: 300 18px HelveticaNeueCyr, Arial, sans-serif;
}
.form-default .controll-text::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font: 300 18px HelveticaNeueCyr, Arial, sans-serif;
}
.form-default .controll-text:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font: 300 18px HelveticaNeueCyr, Arial, sans-serif;
}
.form-default .controll-text:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font: 300 18px HelveticaNeueCyr, Arial, sans-serif;
}
.form-default .messages-user {
    color: #fff;
    border: 1px solid;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;    
}  
#dvt-popup-messages {
    width: 800px;
    padding: 30px 50px 20px;
    font:22px HelveticaNeueCyr Roman, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
}
#dvt-popup-messages .hello{
    text-transform: none;
    color: #ffba4b;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}
#dvt-popup-messages .hello + .hello {

    display: block;
}
#dvt-popup-messages .block {
    display: block;
    margin-bottom: 20px;
}
#dvt-popup-messages .button-submit{
    background: #FFBA4B;
    float: none;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}
#dvt-popup-messages .button-submit:hover{
    background: #5F5F5F;
    color: #fff;
}
.sending {
    opacity: .4;
}
.response-table {
    width:calc(100% - 2px);
    overflow-y:hidden!important;
    overflow-x:scroll!important;
    -ms-overflow-style:-ms-autohiding-scrollbar;
    -webkit-overflow-scrolling:touch;
    position:relative;
    padding:30px 0 20px;
    margin: 20px 0;
    background:#fff
}
.response-table>*{
    margin-bottom:0!important;
    max-width:none;
}
.response-table:before{
    content:"";
    display:block;
    width:36px;
    height:28px;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAcCAYAAAAJKR1YAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwVJREFUeNrEl2tPE1EQhrdXUEAriCKKaLxVjMZbMOoHE42aEEP8Ofwkf4Ka+sFLSNBEPwgaIaIYtFgKQrS6lrbrTHw2mZwUbMsSJ3mzu7NnZ94zM2fO2VgQBJ7K2NiYXgYEJcGy91figoOCouAHul2CTsFnQc1bX7oEPYKPxlY/dlbQJQUHBAXBT1UkfN/3crmcvrgqSAvmBMpyu+AaBPMYOCEYEkwLyg6BBN+FssZkhiBfZQJXuF/hOY3vVfUVR3Gbmb9i8E7BXZy+w8FZjL2EZCgxwWXBqKDX6JXcayKl9lNEZ1JwQ3CEcQUIjwj2KqFLgv2CcRgniYwSneCjQcEwxopOZNqIgpI56bxTUs9J1QV080B9ZNApcV91cdLwzTjSQX2CTwxSOcr1Q51aaSNKHrXlSlgfx4xujokP8FzFX0YJfRV0AI90qIFuCjE06qFzJW0Ixeu8z1CPeaPbw3XRpF0j7KuBZ6TqNC9/oes2kXlLmM9TC1ZShlCyDqFhMjBuyGi0XggW0B3X+hE8jTP4AXnuZ4Au1UeCU8ywIsjRDs45Dm1UXEJnWH33iXoHBCdYQB6R0Rp8qCURM32ok+KdJUoqu8EMeVbnWcESqfaYxB3uvwvuUcw9RGOGCSWIzKpJXztZmA97k52RLskpJyVFohJGQVP7xtRNgC7gOUGR+5BbciIWTswzxTxl+1e9IlxznmvM0ErZGKk5KdtmxniO82odX8F6+W9VKsZoap2l37BEQajsdO3u/02o4qRUG+0hCjbWrLFkBIRqRCltGuEtwW9aSoEGuGR2+S0lFNQp1nBL6QMeK2+RhliMMmX6zUXBTTOhtga+a2fvGqErR0ZokC3kMM1vR4OELLHrZu/cNKFep4CzLRRvl9npN11DtpFl/3GM3Uj8qCJUisjGQlSEihGszIUoI7Rs/kpalfdRrrIKZ+tWpWSOLpFtHdOgFcmb81ZkhHRlPTG/SM3I7FZtrkrqMWflchML4stW72WTpEF/JPeZ36IyKHFsLXBW35D8HwEGADVez1bX9ioSAAAAAElFTkSuQmCC);
    position:absolute;
    right:10px;
    top:0
}
.single_term_title {
    font-size: 24px;
    margin-bottom: 20px;
}
.wpcf7-form {
    padding: 20px;
    text-align: center;
}
.wpcf7-form .wpcf7-form-control{
    width: 100%;
    border: 2px solid #FFBA4B;
    padding: 10px 15px;
    border-radius: 5px;
}
.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block;
}
.wpcf7-form .button-submit {
    border-color: #838381!important;
    margin-top: 0;
    display: inline-block;
    width: auto;
    float: none;    
}
.wpcf7-form  p {
    margin: 0;
}
.wpcf7-form  br {
    display: none;
}
.wpcf7-form div.wpcf7-response-output {
    margin: 10px 0 0;
    padding: 7px 10px;
    font-weight: 300;
    line-height: 1.5;
    text-align: left;    
}
.wpcf7-form span.wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;    
}
.wpcf7-form .form-title {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 300;
}
.mobile-menu-toggle, #mobile-area {
    display: none;
}
#cellfosite {
    background: #FFBA4C;
    width: 220px;
    height: 60px;
    position: fixed;
    right: 0;
    top: calc( 50vh - 40px );
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #2f2624;
    transform: rotate(270deg);
    margin-right: -80px;
    font: bold 18px HelveticaNeueCyr, Arial, sans-serif;
    cursor: pointer;
    z-index: 9;
}
#cellfosite:hover{
    background: #FFA515;
}
#cellfosite .js-text_call {
    position: absolute;
    top:0; right: 0; bottom: 0; left: 0;
    display: flex;
    align-items: center;
    justify-content: center; 
    cursor: pointer;   
}
.popup-area .widget-popup.widget-popup-video {
    background: transparent;
    border: 0;
    height: auto;  
}
.popup-area .widget-popup.widget-popup-video iframe {
    width: 100%;
    height: 500px; 
    max-height: 96vh;
    position: relative;
    z-index: 1;   
}
.popup-area .widget-popup.widget-popup-video .button-close {
    right: -26px;
    top: -26px;
    background: transparent;
    color: #fff;
    opacity: .8;
}
.popup-area .widget-popup.widget-popup-video .button-close:hover {
    opacity: 1;
}

/** лоадер **/
@-webkit-keyframes animate-circle {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes animate-circle {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.loader {
    --size: 10rem;
    position: fixed;
    top: 50%;
    left: 50%;
    height: var(--size);
    width: var(--size);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.loader > .circle {
    --duration: 2s;
    position: absolute;
    height: inherit;
    width: inherit;
    background: #FFA515;
    border-radius: 50%;
    -webkit-animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
    animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
}

.loader > .circle:nth-of-type(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.loader > .circle:nth-of-type(2) {
    -webkit-animation-delay: calc(var(--duration) / -3);
    animation-delay: calc(var(--duration) / -3);
}

.loader > .circle:nth-of-type(3) {
    -webkit-animation-delay: calc(var(--duration) / -6);
    animation-delay: calc(var(--duration) / -6);
}
#dvt-popup-instruction {
    max-width: 90%;
}
#lightcase-nav a, .lightcase-icon-close {
    text-decoration: none!important;
}
html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background: #fff;
}
.lightCaseControlls {
    position: absolute;
    top:0; right: 0; bottom: 0; left: 0;
    color: #fff;
    opacity: 0;
}
.lightCaseControlls:hover {
    opacity: 1;
}
.lightCaseControlls,
.lightCaseControlls * {
    -webkit-transition: all .2s;
    transition: all .2s;      
}
.lightCaseControlls .top {
    position: absolute;
    top: 10px; left: 10px;
}
.lightCaseControlls .bottom {
    position: absolute;
    bottom: 10px; left: 10px;
}
.icon {
    font-family: "lightcase";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon_original:before {
    content: "\f4";
}
.icon_download:before {
    content: "\e5";
}
.icon_social_ok:before {
    content: "\100";
}
.icon_social_fb:before {
    content: "\fd";
}
.icon_social_twt:before {
    content: "\101";
}
.icon_social_vk:before {
    content: "\102";
}
.icon_zoom:before {
    content: "\108";
}
.item-loop-post .item-main_image a:before,
.lightcase_action:before {
    font-family: "lightcase";
    content: "\108";
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: calc( 50% - 30px );
    left: calc( 50% - 30px );
    align-items: center;
    justify-content: center;
    text-align: center;    
    border-radius: 100%;
    -webkit-transition: all .1s;
    transition: all .1s;   
    font-size: 24px;
    line-height: 60px;   
    background: #fff;
    background: rgba(255,255,255,0.8);
    color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px rgba(94,102,0,0.3);
    box-shadow: 0 2px 3px rgba(94,102,0,0.3);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);            
}
.item-loop-post .item-main_image a:hover:before,
.lightcase_action:hover:before{
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);    
}
.viewbox__share {
    background: #000;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    
    font-size: 16px; 
    line-height: 26px;
    text-align: center;      
    display: flex;
    align-items: center;
    justify-content: center;  
    text-decoration: none!important;     
    cursor: pointer;
    margin-bottom: 10px;
}
.vk_share{
    padding-top: 7px;    
}
.ok_share:hover{
    background: #FF7200;
}
.vk_share:hover{
    background: #4D75A2;
}
.fb_share:hover{
    background: #0561AF;
}
.twt_share:hover{
    background: #00BFF3;
}
.viewbox__action {
    background: #000;
    border-radius: 13px;
    display: inline-block;
    padding: 2px 7px;
    height: 26px;
    margin-top: 5px;   
    overflow: hidden;                
}
.viewbox__action .viewbox__action-side {
    display: inline-block;
    vertical-align: middle;    
    max-width: 0;    
    -webkit-transition: all .1s;
    transition: all .1s;      
}
.viewbox__action:hover .viewbox__action-side {
    max-width: 155px;
}
.viewbox__action:hover .icon{
    color: #FF4F00
}
.viewbox__action .viewbox__action-text {
    padding-left: 8px;
}
.compare-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.compare-slider img {
    padding: 0;
    margin: 0;
    border: 0;
    max-width: none;
}
.compare-slider .compare-slider-controlls{
    position: absolute;
    top:0; right: 0; bottom: 0; left: 0;
}
.compare-slider-controlls .compare_arrows:before,
.compare-slider-controlls .compare_arrows:after {
    content: '';
    position: absolute;
    top: calc( 50% - 5px );
    font-family: "lightcase";
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    color: #fff;
}
.compare-slider-controlls .compare_arrows:before {
    content: "\d7";
    right: 20px;
}
.compare-slider-controlls .compare_arrows:after {
    content: "\d9";
    right: -28px;
}
.compare-slider:hover .compare_arrows:before{
    -webkit-animation: compareArrow-left 1s infinite ease-out;
    -moz-animation: compareArrow-left 1s infinite ease-out;
    -o-animation: compareArrow-left 1s infinite ease-out;
    -ms-animation: compareArrow-left 1s infinite ease-out;
    animation: compareArrow-left 1s infinite ease-out;    
}
.compare-slider:hover .compare_arrows:after{
    -webkit-animation: compareArrow-right 1s infinite ease-out;
    -moz-animation: compareArrow-right 1s infinite ease-out;
    -o-animation: compareArrow-right 1s infinite ease-out;
    -ms-animation: compareArrow-right 1s infinite ease-out;
    animation: compareArrow-right 1s infinite ease-out;    
}

.compare-slider-controlls:before {
    content: '';
    height: 60px;
    width: 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #f0f0f0;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -30px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.04);
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.04);
    border: 1px solid #dedede;
    cursor: ew-resize;
}
.compare_arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
}
.compare-slider-description {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-style: italic;
}
.compare_arrow_first {
    left: -20px;
}
.compare_arrow_second {
    right: -20px;
}
.icon_arrow_right:before {
    content: "\d9";
}
.icon_arrow_left:before {
    content: "\d7";
}

#contactmap {
    display: block;
    width: 100%;
    height: 400px;
    margin: -35px 0 50px;
    z-index: 10;
    position: relative;
}
#contactmap img {
    max-width: none;
    width: auto;
    max-height: none; 
    height: auto;
}
.page-template-template-contacts {
    overflow-x: hidden;
}
.page-template-template-contacts .content-area {
    font-size: 16px;
    width: 100%;
}
.page-template-template-contacts .content-area h1{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 5px;
}
.page-template-template-contacts .content-area h1 + * {
    font-size: inherit;
    font-weight: normal;
}
.content-area .row {
    display: flex;
}
.content-area .row>.col {
    width: 575px;
}
.page-template-template-contacts .content-area .border {
    position: relative;
}
.page-template-template-contacts .content-area .border:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px; right: 4px; bottom: 4px; left: 4px;
    border: 2px solid #fff;
}
.content-area .row .col:first-child {
    margin-right: auto;
}
.page-template-template-contacts .worktimes>div {
    display: flex;
    font-size: 18px;
}
.page-template-template-contacts .worktimes>div>:first-child {
    width: 180px;
}
.page-template-template-contacts .worktimes>:nth-child(6) {
    margin-top: 20px;
}
.page-template-template-contacts .row {
    margin-bottom: 40px;
}
.page-template-template-contacts h3 {
    font-size: 24px;
    margin: 0 0 30px 15px;
    font-weight: normal;
}
.wrap-worktimes {
    position: relative;
    z-index: 1;
    padding: 40px 0 40px 180px;

}
.wrap-worktimes:before{
    content: '';
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    top:0; bottom: 0;
    background: #E7E7E7;  
    z-index: -1; 
}
.wrap-worktimes:after {
    content: '';
    background: url(../images/lamp.jpg) no-repeat left top;
    background-size: 100%;
    display: block;
    position: absolute;
    top:0; left: 0;
    z-index: 2;
    width: 140px;
    height: 250px;
}
.wrap-worktimes .wrap-inner-form {
    display: flex;
}
.wrap-worktimes .wrap-inner-form .left {
    width: 220px;
    width: 220px;    
    line-height: 0;    
    display: flex;    
    flex-wrap: wrap;    
    align-content: space-between; 
    margin-bottom: 15px;   
    height: 177px;
}
.wrap-worktimes .wrap-inner-form .wpcf7-form-control-wrap {
    margin-bottom: 0;
}
.wrap-worktimes .wrap-inner-form .right {
    width: 350px;
    height: 177px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.wrap-worktimes .wpcf7-form .wrap-inner-form .wpcf7-form-control {
    border-radius: 0;
    border-color: #fff;
    background: #D1D1D1;
    color: #fff;
    font-size: 14px;
    
}
.wrap-worktimes .wpcf7-form  {
    padding: 0;
}
.wrap-worktimes  .wpcf7-form .button-submit {
    border-color: #fff!important;
    border-radius: 0;
    font-size: 14px;
    cursor: pointer;
}
.wrap-worktimes .wpcf7-form .wrap-inner-form .controll-text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 14px;
    font-family: inherit;
}
.wrap-worktimes .wpcf7-form .wrap-inner-form .controll-text::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 14px;
    font-family: inherit;
}
.wrap-worktimes .wpcf7-form .wrap-inner-form .controll-text:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 14px;
    font-family: inherit;
}
.wrap-worktimes .wpcf7-form .wrap-inner-form .controll-text:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 14px;
    font-family: inherit;
}
.wrap-worktimes textarea{
    height: 177px;    
    font-size: 14px;
    font-family: inherit;    
}
.wrap-worktimes div.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7-form div.wpcf7-response-output {
    margin-top: 25px;
}
.m-l-40px{
    margin-left: 40px;    
}
.m-l-75px{
    margin-left: 75px;    
}
.a-right {
    text-align: right;
}
.p-r-60px {
    padding-right: 60px;
}
@-moz-keyframes compareArrow-left{0%{margin-right:0}50%{margin-right:5px}100%{margin-right:0}}
@-webkit-keyframes compareArrow-left{0%{margin-right:0}50%{margin-right:5px}100%{margin-right:0}}
@-o-keyframes compareArrow-left{0%{margin-right:0}50%{margin-right:5px}100%{margin-right:0}}
@keyframes compareArrow-left{0%{margin-right:0}50%{margin-right:5px}100%{margin-right:0}}

@-moz-keyframes compareArrow-right{0%{margin-right:0}50%{margin-right:-5px}100%{margin-right:0}}
@-webkit-keyframes compareArrow-right{0%{margin-right:0}50%{margin-right:-5px}100%{margin-right:0}}
@-o-keyframes compareArrow-right{0%{margin-right:0}50%{margin-right:-5px}100%{margin-right:0}}
@keyframes compareArrow-right{0%{margin-right:0}50%{margin-right:-5px}100%{margin-right:0}}

@media screen and (max-width:1366px){
    #cellfosite {
        width: 200px;
        height: 40px;
        top: calc(50vh - 20px);
        font-size: 16px;
    }
}
@media screen and (max-width:1244px){
    .slick-prev {
        left: 20px!important
    }
    .slick-next {
        right: 20px!important
    }    
}

@media screen and (max-width:1200px){
    
    .container {
        width: calc( 100% - 20px );
    }
    .posts-carusel {
        margin-left: auto;
        margin-right: auto;
    }
    #navigation .menu {
        font-size: 14px;
    }
}

@media screen and (max-width:1084px){
    #header>.container {
        display: block;
    }
    #header .header-contacts {
        position: absolute;
        right: 0;
        top:0;
    }
    #header .header-menu {
        margin: 15px 0 0;
    }
    #top_line>.container {
      
    }
    #top_line .top_line-menu {
        float: left;
    }
    #top_line .top_line-menu:before {
        content: '\f0c9';
        font: normal normal normal 22px/1 FontAwesome;
        display: block;
        padding: 8px 8px 8px 0;
        opacity: .6;
    }
    #top_line .top_line-menu:hover:before {
        opacity: 1;
    }
    #top_line .top_line-calc,
    #top_line .top_line-form_search {
        float: right;
        width: auto;
    }
    #top_line .top_line-calc {
        display: none;
    }
    #top_line .menu {
        display: none;
    }
    #slider-main {
        overflow: auto;
    }
    #slider-main .item {
        position: relative;
        width: 1900px;
        margin-left: -180vw;    
    }   
    
    .view_filter {
        display: block;
        margin: 0 0 10px;
    }
    .filter-form {
        display: none;
    }
    .sidebar {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    body:not(.home) #main .sidebar+.content-area {
        width: 100%;
    }
    body:not(.home) #main {
        display: block;
    }
    .sidebar .widget-title + * {
        display: none;
    }
    /** мобильное меню **/
    .mobile-menu-toggle:before {
        content: '';
        content: '\f0c9';
        font: normal normal normal 22px/1 FontAwesome;
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
        opacity: .6;
        width: 39px;
        text-align: center;    
        justify-content: center;
    }   
    .mobile-menu-toggle.active:before {
        content: '\f00d';
        color: #000
    }
    #mobile-area {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;    
        background: rgba(0,0,0,.9);
        color: #fff;
        padding: 20px;
        display: none;
    }
    #mobile-area .mobile-close {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 2rem;
    }
    #mobile-area .mobile-inner {
        display: flex;
        flex-direction: column;
        margin: auto;
        height: 100%; 
        overflow: auto;   
    }
    #mobile-area li:not(:last-child) {
        margin-bottom: 10px;
    }
    #mobile-area .widget {
        margin: auto 0 40px;
    }
    #mobile-area .widget:last-child {
        margin-bottom: auto;
    }
    #mobile-area .widget-title {
        display: block;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }
    #mobile-area .widget_text p {
        line-height: 1.5;
        font-weight: 100;
        margin-bottom: 25px;
    }   
    .filter-form .line:last-child .item:last-child .item:first-child{
        display: none;
    } 
}

@media screen and (max-width:840px){
    #header .header-contacts {
        display: block;
        text-align: center;
        top: -5px;
    }
    #header .header-contacts .phone {
        display: block;
        margin: 0 0 15px;
    }
    #header .button {
        margin: 0;
    }
    .item-loop-term .wrap-item-figure+.wrap-item-content {
        width: calc( 100% - 180px )!important;
    }
    .item-loop-term .wrap-item-figure {
        width: 160px!important;
    } 
    #footer > .container {       
        /*display: block; */
        align-items: center;   
    }
    #footer .widget {
        width: 50%!important;
        display: inline-block;
        padding: 0 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    #footer .widget:nth-child(2n) {
        text-align: center;
    }
    #footer .widget .widget-title {
        text-align: inherit;
        display: block;
    }
    #footer .widget:nth-child(3) {
        margin-top: 0;
    }
    #footer .wrap-buttons {
      
    }
    .mobile-menu-toggle {
        display: flex;
        align-items: center;
    }
    #navigation .menu {
        display: none;
        width: 100%;
    }
    #navigation .menu>li {
        display: block;
    }
    #navigation a {
        border-bottom: 1px solid #383838;
        padding-left: 10px;
        padding-right: 10px;
    }

    .item-loop-post .item-controll_image {
        width: 100%;
    }
    .item-loop-post .post-params {
        width: calc( 100% - 400px );
    }
    .item-loop-post .post-details {
        width: 200px;
    }
    .popup-area .item-figure,
    .popup-area .form-default {
        width: 50%;
    }
    #dvt-popup-messages {
        padding-left: 20px;
        padding-right: 20px;
    }
    .item-loop-post .item-images {
        width: 240px;
    }
    .content-area .row {
        display: block;
    }
    .content-area .row>.col {
        width: auto;
        margin: 30px 0;
    }
    .wrap-worktimes .wrap-inner-form .right {
        width: calc( 100% - 220px );
    }
    #contactmap {
        margin-bottom: -5px;
    }
    .page-template-template-contacts .worktimes>div {
        justify-content: center;
    }
    .page-template-template-contacts .worktimes>div>:last-child {
        width: 90px;
        margin-left: auto;
        margin-right: 40px;
    }
    .page-template-template-contacts .content-area .border:after {
        display: none;
        text-align: center;
    }
    .p-r-60px {
        padding-right: 0;
    }
    .page-template-template-contacts h3 {
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (max-width:720px){
    .item-loop-term .wrap-item-figure {
        display: none;
    }
    .item-loop-term .wrap-item-figure+.wrap-item-content {
        width: 100%!important;
        margin: 0;
    }
    .item-loop-term {
        margin: 0;
        padding: 45px 0;
    }
    #dvt-popup-messages {
        font-size: 18px;
    }
    .blog-items .list-items {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }  
    .filter-form>.line {
        display: block;
    }  
    .filter-form>.line:first-child>.item {
        padding: 0!important;
    }
    .filter-form .line .item {
        width: calc( 100% - 20px );
    }
    .filter-form .item-submit, 
    .filter-form .item-reset {
        top: 0;
        margin-top: 15px!important;
    }
    .filter-form .controll-submit,
    .filter-form .controll-reset {
        width: 100%;
    }
    .filter-form .item-reset,    
    .filter-form .item-reset + .item-submit {
        width: calc(50% - 8px)!important;
        display: inline-block;
    }
    .filter-form .item-reset {
        margin-left: 0;
        margin-right: 5px!important;
    }
    .filter-form .item-reset + .item-submit  {
        margin-left: 5px!important;
        margin-right: 0;
    } 
       
}

@media screen and (max-width:680px){
    #header .header-menu {
        display: none;
    }
    #header .header-contacts {
        position: relative;
        top: auto; right: auto;
    }
    #header>.container {
        display: flex;
    }
    .popup-area .item-figure,
    .popup-area .form-default {
        width: 100%;
    }
    .popup-area .item-content-order-form {
        display: block;
    }    
    .popup-area .item-figure img {
        display: none;
    }
    .popup-area .widget-popup {
        overflow: auto;
    }
    .popup-area .item-figure {
        padding-top: 0;
        height: auto;
        background: #FFBA4B;
    }
    .popup-area .item-figure .item-title {
        position: relative;
        background: transparent;
        top: auto;
        padding-top: 15px;
        padding-bottom: 0;        
    }
    .button-close {
        top: 7px; right: 7px;
        color: #fff;
        background: transparent;
        border: 0;
        line-height: normal;
        text-align: right;
    }
    .popup-area .button-submit {
        margin-top: 0;
    }
    .form-default {
        padding: 20px;
    }
    .popup-area .form-default,
    .popup-area .item-content-order-form,
    #wrap-ajax_loaded {
        height: auto;
    }
    .popup-area .item-figure .item-title span {
        font: inherit;
        margin: 0;
    }
    .popup-area .button-submit {
        float: none;
    }
    .popup-area .wrap-controll {
        text-align: center;
    }
    .item-loop-post .post-params,
    .item-loop-post .item-images,
    .item-loop-post .post-details {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }    
    .item-loop-post .cols {
        display: block;
    }
    .item-loop-post .post-details>* {
        border: 0!important;
    }
    .item-loop-post .post-details {
        display: flex;
        flex-direction: row;
        border: 1px solid #f2f2f2;
    }
    .item-loop-post .post-details .post-brand {
        margin: 0;
    }
    .item-loop-post .post-icons,
    .item-loop-post .post-params {
        padding: 0;
    }
    .item-loop-post .wrap-price {
        margin-left: 0;
    }
    .item-loop-post .list-params,
    .item-loop-post .inform-title {
        padding-left: 20px;
    }
    .paginate_links {
        margin-top: 30px;
    }
}

@media screen and (max-width:520px){
    #footer>.container {
        display: block;
    }
    #footer .widget {
        width: 100%!important;
        margin-bottom: 30px;
    }
    #footer .widget:last-child {
        margin-bottom: 0;
    }
    #footer .widget .widget-title,
    #footer .widget:nth-child(2) p,
    #footer .socials,
    #footer .footer-contacts .phone,
    #footer .footer-logo {
        margin-bottom: 30px;
    }
    .item-loop-term .item-posts .inform-title {
        padding: 15px 25px 10px;    
    }    
    .button {
        /*padding-top: 2px;     */  
    }
    .item-loop-post .post-params {
        padding-left: 0;
    }
    .item-loop-post .wrap-price {
        margin-left: 0;
    }
    .item-loop-post .item-images {
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
    }     
    .wrap-worktimes:after {
        width: 75px;
    } 
    .wrap-worktimes {
        padding-left: 85px;
    }
    .page-template-template-contacts .worktimes>div>:last-child {
        margin-right: 0;
    }     
}

@media screen and (max-width:460px){
    #header .header-logo {
        line-height: 1.3;    
    }
    #header .header-logo span {
        display: block;
    }
    .item-loop-term .item-posts {
        display: block;
        font-size: 17px;
    }    
    .item-loop-term .item-posts .inform-title {
        width: 100%;
        margin: 0 0 20px;
    }
    .item-loop-term .item-posts > ul{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;  
        column-gap: 5px;        
    }
    .item-loop-term .item-posts li {
        margin: 0 0 5px;
    }    
    .item-loop-post .cols {
        display: block;
    }
    .item-loop-post .post-params,
    .item-loop-post .post-details {
        width: 100%;
    }
    .item-loop-post .post-details {
        flex-direction: row;
    }
    .item-loop-post .post-details .post-brand {
        display: none;
    }
    .item-loop-post .post-help {
        border: 0!important;
    }
    .item-loop-post .list-params li:last-child {
        margin: 0;
    }
    .item-loop-post .list-params {
        font-size: 1rem;
        display: none;

    }
    .post-params>.list-params>:not(:last-child) {
        margin-bottom: 10px;
    }
    .item-loop-post .inform-title {
        padding: 10px;
        background: #F9F9F9;
        margin-bottom: 15px;
    }
    .item-loop-post .inform-title:after{
        content: "\f078";        
        font: normal normal normal 18px/1 FontAwesome;
        float: right;
        opacity: .4;
    }  
    .item-loop-post .inform-title.active:after {
        content: "\f077";   
        opacity: .9; 
    }
    .item-loop-post .inform-title.active + .list-params {
        display: block;
    }      
    .item-loop-post .wrap-price {
        margin-bottom: 15px;
    }
    .item-loop-post .post-help {

    }
    .item-loop-post .post-details {
        margin-top: 30px;
        border: 0;
    }
    .item-loop-post .post-params {
        border: 0;
    }
    .the_content img {
        display: block;
        margin: 20px 0;
    }
    #cellfosite {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        transform: none;
        margin: 0;
        border-top-right-radius: 0;
    }
    .item-loop-term .item-posts>ul {font-size: 14px;}
    .item-loop-post .post-help>* {
        text-align: right;
    }
    .item-loop-post .post-details>.post-controll {
        align-items: flex-start;
    }
    .popup-area .widget-popup.widget-popup-video iframe {
        height: 310px;
    }
    .item-loop-post .post-details .readmore {
        margin-left: 20px;
    }     
    .wrap-worktimes .wrap-inner-form .right,
    .wrap-worktimes .wrap-inner-form .left {
        width: 100%;
    }
    .wrap-worktimes:after {
        display: none;
    }     
    .wrap-worktimes {
        padding: 10px 0;
    }        
   
}

@media screen and (max-width:410px){
    .filter-form .line.cols {
        display: block;
    }
    .filter-form .line:not(:last-child) {
        margin-bottom: 25px;
    }
    .blog-items .list-items {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    } 
    .the_content blockquote,
    .the_content blockquote.st1 {
        margin-left: 0;
    }   
    .wrap-worktimes .wrap-inner-form {
        display: block;
    } 
    .wrap-worktimes .wrap-inner-form .right, .wrap-worktimes .wrap-inner-form .left {
        margin-left: 0;
    }
 
}

@media screen and (max-width:330px){
    #header .header-logo, #footer .footer-logo {
        font-size: 22px;
    }
    #header .header-contacts .phone {
        font-size: 16px;
    }
    #header .button {
        font-size: 12px;
    }
    .item-loop-term .item-title {
        text-align: center;
        margin-bottom: 25px;
    }
    .item-loop-term .item-description:not(:last-child) {
        margin-bottom: 25px;
    }
    .item-loop-term {
        padding: 35px 0;
    }
}