.hide {
    display: none !important;
}

.sandwich_number{
    display:none;
}
/*---------------------------*/
.l-header {}
/*---------------------------*/
.l-header2 {
    position: relative;
}
/*---------------------------*/
.l-topbar {
    display: none;
    position: fixed;
    top: 0;
    right: 0;    
    left: 0;
    z-index: 999;
    background: #3c3e40; 
    color: #fff;
}
.l-topbar p {
    margin: 0;
}
.l-topbar a:link,
.l-topbar a:visited {
    color: #a9acae;
}
.l-topbar .topbar__inner {
    display: none;
    position: relative;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;            
}
.l-topbar .topbat__pilot {
    position: relative;
    height: 52px;
}
.l-topbar .topbat__pilot-1 {
    position: absolute;
    top: 14px;
    left: 20px;
    z-index: 5;
    width: 292px;
}
.b-topbar-logo img{
    max-width: 200px;
}
.l-topbar .topbat__pilot-2 {
    position: absolute;
    top: 19px;
    left: 70%;
    z-index: 5;
    width: 700px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.l-topbar .topbat__pilot-3 {
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 5;
    width: 250px;
}
/*---------------------------*/
.l-topbar .b-sevice {
    position: relative;
    border-bottom: none;
    background-color: transparent;
}
.l-topbar .b-sevice:before {
    background: #56595b;
}
.l-topbar .b-sevice li.item-1 span a:link, 
.l-topbar .b-sevice li.item-1 span a:active, 
.l-topbar .b-sevice li.item-1 span a:visited {
    padding: 18px 4px 18px 4px;
    font-size: 11px;
    color: #fff;
}
.l-topbar .b-sevice li.on-1 span a:link, 
.l-topbar .b-sevice li.on-1 span a:visited, 
.l-topbar .b-sevice li.on-1 span a:hover, 
.l-topbar .b-sevice li.on-1 span a:active, 
.l-topbar .b-sevice li.item-1:hover span a:link, 
.l-topbar .b-sevice li.item-1:hover span a:active, 
.l-topbar .b-sevice li.item-1:hover span a:visited, 
.l-topbar .b-sevice li.item-1 span a:hover {
    padding: 18px 4px 18px 4px;
    background: #56595b;
    font-size: 11px;
    color: #fff;
}
/*---------------------------*/
.l-sidebar {
    display: none;
    position: absolute;
    top: 54px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999; 
}
.l-sidebar p {
    margin: 0;
}
.l-sidebar .sidebar__inner {
    display: none;    
    position: absolute;
    top: 0;    
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;    
    background: #3c3e40;
    overflow-y: auto;
    border-top: 1px solid #56595b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;    
    z-index: 999;
}
.l-sidebar .sidebar__table {
    display: table;
    width: 100%;
    height: 100%;
}
.l-sidebar .sidebar__row {
    display: table-row;
}
.l-sidebar .sidebar__col {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 20px 0;
}
.l-sidebar .sidebar__colright {    
    background-color: #56595b;
}
.l-sidebar .sidebar__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.19);
}
/*---------------------------------*/
.l-rightbar {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 999;
    max-width: 325px;
    width: 100%;
}
/*---------------------------------*/
.l-upper {
    position: fixed;
    bottom: 192px;
    right: -100px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s, right 0.2s 0s;
    -o-transition: opacity 0.2s 0s, visibility 0.2s 0s, right 0.2s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s, right 0.2s 0s;
    transition: opacity 0.2s 0s, visibility 0.2s 0s, right 0.2s 0s;
}
.l-upper .upper__btn {
    width: 60px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    transition: opacity 0.15s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.l-upper .upper__btn:hover {
    opacity: 0.8;
}
.l-upper .upper__btn img {
    max-width: 100%;
    vertical-align: top;
}
    /*---------------------------------*/
    .l-upper_fixed {        
        right: 7.2%;
        visibility: visible;
        opacity: 1;
    }
/*---------------------------------*/
.b-form_rightbar {
    position: absolute;
    top: 0;    
    right: -100%; 
    max-width: 325px;
    width: 100%;
    min-height: 321px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #ff7e00;
    color: #fff;
    -webkit-transition: right 0.5s 0s;
    -o-transition: right 0.5s 0s;
    -moz-transition: right 0.5s 0s;
    transition: right 0.5s 0s;
}
.b-form_rightbar a:link,
.b-form_rightbar a:visited {
    color: #fff;
}
.b-form_rightbar input[type="tel"], 
.b-form_rightbar input[type="email"], 
.b-form_rightbar input[type="text"], 
.b-form_rightbar input[type="password"], 
.b-form_rightbar textarea, 
.b-form_rightbar select {
    border: none;
    padding: 12px;
    font-size: 13px;
}
.b-form_rightbar [class^="form__col-"] {
    padding: 5px 0;
}
.b-form_rightbar .form__head-title {
    margin-bottom: 20px;
    font-size: 18px;
}
.b-form_rightbar .form__col-btn {
    text-align: right;
    padding-top: 20px;
}
.b-form_rightbar .form__send {
    display: inline-block;
    vertical-align: top;
    max-width: 130px;
    width: 100%;
    padding: 7px 5px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: none;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background: #3c3e40;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.b-form_rightbar .form__btn-title {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 56px;
    background-color: #676B6E;
    margin-top: 55px;
    font-family: 'Russo One', sans-serif;
    font-size: 20px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */ 
    cursor: pointer;
}
.b-form_rightbar .form__btn-title:before {
    content:'';
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-right: 56px solid #676B6E;
}
.b-form_rightbar .form__btn-text {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    height: 56px;
    width: 266px;   
    padding: 17px 9px 0 9px;
    text-align: right;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box; 
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
    /*-----------------------------*/
    .b-form_rightbar_open {
        right: 0;
        visibility: visible;
    }
/*---------------------------------*/
.b-sandwich {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20; 
    height: 54px;
    overflow: hidden;  
    background: #3c3e40; 
    color: #fff;    
}
.b-sandwich a:link,
.b-sandwich a:visited {
    color: #a9acae;
}
.b-sandwich,
.b-sandwich * {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */ 
}
.b-sandwich .sandwich__btn {
    float: left;    
    text-align: center;
    padding: 19px 17px;    
    width: 55px;
    cursor: pointer;
    background: #fe8a18;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s 0;
    -o-transition: background-color 0.2s 0;
    -moz-transition: background-color 0.2s 0;
    transition: background-color 0.2s 0;
}
.b-sandwich .sandwich__btn img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.b-sandwich .sandwich__btn_active {
    background-color: #3c3e40;
}
.b-sandwich .sandwich__pilot-2 {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 330px;
}
/*-------------------------------------*/
.b-sidebarmenu {
    position: relative;
}
.b-sidebarmenu * {
    outline: none;
}
.b-sidebarmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.b-sidebarmenu ul li {
    padding: 0;
}
.b-sidebarmenu .sidebarmenu__item-1 > span {
    position: relative;
    display: block;
}
.b-sidebarmenu .sidebarmenu__link-1:link,
.b-sidebarmenu .sidebarmenu__link-1:active,
.b-sidebarmenu .sidebarmenu__link-1:visited,
.b-sidebarmenu .sidebarmenu__link-1:hover {
    position: relative;
    display: block;
    padding: 18px 60px 19px 47px;
    background-color: #3c3e40;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
}
.b-sidebarmenu .on-1 .sidebarmenu__link-1:link, 
.b-sidebarmenu .on-1 .sidebarmenu__link-1:active, 
.b-sidebarmenu .on-1 .sidebarmenu__link-1:visited, 
.b-sidebarmenu .on-1 .sidebarmenu__link-1:hover, 
.b-sidebarmenu .active-1 .sidebarmenu__link-1:link,
.b-sidebarmenu .active-1 .sidebarmenu__link-1:active,
.b-sidebarmenu .active-1 .sidebarmenu__link-1:visited,
.b-sidebarmenu .active-1 .sidebarmenu__link-1:hover {
    background-color: #484b4d;
}
.b-sidebarmenu .sidebarmenu__item-1 ins {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90px;    
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.b-sidebarmenu .sidebarmenu__item-1 ins:after {
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background: url(/assets/img/sidebarmenu-mar.png) 0 0 no-repeat;
    overflow: hidden;
}
.b-sidebarmenu .on-1 ins:after,
.b-sidebarmenu .active-1 ins:after {
    background-position: 0 100%;
}
.b-sidebarmenu .sidebarmenu__level-2 {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    display: none;
    width: 100%;
    padding: 0 60px;
    background: #56595b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-sidebarmenu .sidebarmenu__link-2:link, 
.b-sidebarmenu .sidebarmenu__link-2:active, 
.b-sidebarmenu .sidebarmenu__link-2:visited,
.b-sidebarmenu .sidebarmenu__link-2:hover {
    display: block;
    padding: 17px 0px 18px 0px;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
}
.b-sidebarmenu .on-2 .sidebarmenu__link-2:link, 
.b-sidebarmenu .on-2 .sidebarmenu__link-2:active, 
.b-sidebarmenu .on-2 .sidebarmenu__link-2:visited, 
.b-sidebarmenu .on-2 .sidebarmenu__link-2:hover, 
.b-sidebarmenu .item-2 .sidebarmenu__link-2:hover {
    color: #a9acae;
}
/*-------------------------------------*/
.b-footcontact {
    text-align: right;
}
.b-footcontact .footcontact__phone {
    font-size: 16px;
}
/*-------------------------------------*/
.b-head-logo {
    padding: 15px 0 18px 30px;
    border-left: 1px solid #e7e7e7;
}
.b-head-logo img {
    max-width: 100%;
}
/*-------------------------------------*/
.b-head-time {
    font-weight: 100;
}
/*-------------------------------------*/
.b-head-contact {
    padding-bottom: 8px;
}
.b-head-contact p {
    margin: 0;
}
.b-head-contact .head-contact__phone {
    font-size: 20px;
    color: #3c3e40;
    padding-left: 30px;
    margin:unset;
}

.b-head-contact .head-contact__callback,
.b-head-contact a.head-contact__callback:link,
.b-head-contact a.head-contact__callback:active
.b-head-contact a.head-contact__callback:visited,
.b-head-contact a.head-contact__callback:hover {
    text-decoration: none;
    color: #9b9b9b !important;
    border-bottom: 1px dashed #9b9b9b;
    font-size: 13px;
}
.b-head-contact a.head-contact__callback:hover {
    border-color: transparent;
}
/*-------------------------------------*/
.b-head-btn {}
.b-head-btn .head-btn__row {
    margin: 0 -5px;
}
.b-head-btn .head-btn__btn {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    margin-bottom: 5px;
    padding: 0 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-head-btn .head-btn__btn a:link,
.b-head-btn .head-btn__btn a:active,
.b-head-btn .head-btn__btn a:visited,
.b-head-btn .head-btn__btn a:hover {
    display: block;    
    padding: 10px 0 11px 0;
    background: #a9acae;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 0.2s 0s, color 0.2s 0s;
    -moz-transition: background-color 0.2s 0s, color 0.2s 0s;
    transition: background-color 0.2s 0s, color 0.2s 0s;
}
.b-head-btn .head-btn__btn a:hover {
    background: #fe8a18;
}
.b-head-btn .head-btn__btn_sample a:link,
.b-head-btn .head-btn__btn_sample a:visited,
.b-head-btn .head-btn__btn_sample a:active,
.b-head-btn .head-btn__btn_sample a:hover {
    background: #fe8a18
}
.b-head-btn .head-btn__btn_sample a:hover  {
    background: #a9acae;
}
/*-------------------------------------*/
.b-topbar-contact {}
.b-topbar-contact .topbar-contact__phone {
    padding-right: 30px;
    position: absolute;
}
.b-topbar-contact,
.b-topbar-contact,
.b-topbar-contact,
.b-topbar-contact:hover {
    text-decoration: none;
    /*border-bottom: 1px dashed #a9acae;
    font-size: 13px;*/
}

.topbar-contact__callback{
    padding: 5px;
}

.topbar-contact__callback:visited,
.topbar-contact__callback:active,
.topbar-contact__callback:link,
.topbar-contact__callback:hover {
    text-decoration: none;
    border-bottom: 1px dashed #a9acae;
    cursor: pointer;
    background: white;
    color: black;
    padding: 5px;
}

.h-popup__close_topbar{
	height: 18px;
	width: 18px;
	background: url(/assets/img/call-close.png) 50% 50% no-repeat;
	position: absolute;
	right: 14px;
	top: 14px;
	cursor: pointer;
}

.b-topbar-contact .topbar-contact__callback:hover {
    border-color: transparent;
}

.callback-topbar{
    position: absolute;
    margin-left: 420px;
    border-bottom: 1px solid;
}
/*-------------------------------------*/
.b-topbar-btn {}
.b-topbar-btn .topbar-btn__row {
    margin: 0 -7px;
}
.b-topbar-btn .topbar-btn__btn {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-topbar-btn .topbar-btn__btn_sample {
    width: 59%;
}
.b-topbar-btn .topbar-btn__btn_calc {
    width: 41%;
}
.b-topbar-btn .topbar-btn__btn a:link, 
.b-topbar-btn .topbar-btn__btn a:active, 
.b-topbar-btn .topbar-btn__btn a:visited, 
.b-topbar-btn .topbar-btn__btn a:hover {
    display: block;
    padding: 7px 0 6px 0;
    background: #fe8a18;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 0.2s 0s, color 0.2s 0s;
    -moz-transition: background-color 0.2s 0s, color 0.2s 0s;
    transition: background-color 0.2s 0s, color 0.2s 0s;
}
.b-topbar-btn .topbar-btn__btn a:hover {
    background: #A9ACAE;
}
/*-------------------------------------*/
.b-benefits {
    margin: 45px 0;
    /*text-align: center;*/
}
.b-benefits .benefits__row {
    margin: 0 -50px;
    text-align: center;
}
.b-benefits .benefits__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    padding: 20px 50px;
    width: 16.67%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-benefits .benefits__img {
    height: 70px;
    margin-bottom: 20px;
}
.b-benefits .benefits__img img {
    max-height: 100%;
    max-width: 100%;
}
.b-benefits .benefits__title {
    color: #1b1c1d;
    font-style: italic;
}
    /*-------------------------------------*/
    .b-benefits--mod {
        color: #1b1c1d;
        font-style: italic;
    }
    /*-------------------------------------*/
/*-------------------------------------*/
.b-content-menu {
    position: relative;
    height: 370px;
    margin: 0 -3000px;
    margin-bottom: 85px;
    padding: 0 3000px;
    overflow: hidden;
    background: url(/assets/img/content-menu-bg.jpg) 50% 0 no-repeat;
}
.b-content-menu .content-menu__menu {
    position: relative;
    top: 50%;
    max-width: 940px;
    width: 100%;
    margin: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-content-menu .content-menu__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;   
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-content-menu .content-menu__link:link,
.b-content-menu .content-menu__link:active,
.b-content-menu .content-menu__link:visited,
.b-content-menu .content-menu__link:hover {
    display: block;
    border-right: 1px solid #515355;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 5px;
    background: #3c3e40;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.2s 0s, color 0.2s 0s;
    -moz-transition: background-color 0.2s 0s, color 0.2s 0s;
    transition: background-color 0.2s 0s, color 0.2s 0s;
}
.b-content-menu .content-menu__item:last-child .content-menu__link:link,
.b-content-menu .content-menu__item:last-child .content-menu__link:active,
.b-content-menu .content-menu__item:last-child .content-menu__link:visited,
.b-content-menu .content-menu__item:last-child .content-menu__link:hover {
    border-right-width: 0;
}
.b-content-menu .content-menu__link:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #dddfe1 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dddfe1 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#dddfe1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddfe1',GradientType=0 );
    color: #3c3e40;
}
/*-------------------------------------*/
.b-installers {
    height: 700px;
    margin: 0 -3000px;
    margin-bottom: 80px;
    padding: 58px 3000px;
    overflow: hidden;
    background: url(/images/installers-bg.jpg) 50% 0 no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-installers h2 {
    margin-left: 130px;
    margin-bottom: 44px;
    color: #fff;
}
.b-installers .installers__slider {
    position: relative;
    text-align: center;
    padding: 0 130px;
    width: auto;
}
.b-installers .installers__item {
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
}
.b-installers .installers__content {
    padding: 18px 0;
}
.b-installers .installers__img {
    margin-bottom: 17px;
}
.b-installers .installers__img img {
    vertical-align: top;
}
.b-installers .installers__title {
    margin-bottom: 5px;
    font-size: 18px;
    color: #1b1c1d;
}
.b-installers .installers__caption {
    font-style: italic;
    color: #989b9e;
}
.b-installers .installers__btnbox {
    margin-top: 3px;
    margin-bottom: 30px;
}
.b-installers .installers__btn:link,
.b-installers .installers__btn:active,
.b-installers .installers__btn:visited,
.b-installers .installers__btn:hover {
    text-decoration: none;
    border-bottom: 1px dashed #fe8a18;
}
.b-installers .installers__iconbox {
    position: relative;
    height: 1px;
    background: #eaeaea;
    margin-bottom: 20px;
}
.b-installers .installers__icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 34px;
    height: 5px;
    margin: -2px 0 0 -17px;
}
.b-installers .installers__icon-img img {   
    vertical-align: top;
}
.b-installers .installers__count {
    margin-bottom: 5px;
    font-size: 30px;
    font-family: 'Segoe UI', sans-serif;
    color: #232323;
}
.b-installers .owl-prev,
.b-installers .owl-next {
    position: absolute;
    top: 42.3%;
    width: 21px;
    height: 42px;
    margin: -21px 0 0 0;
}
.b-installers .owl-prev {
    left: 0;
    background: url(/images/installers-prev.png) 50% 50% no-repeat;
    background-size: cover;
}
.b-installers .owl-next {
    right: 0;
    background: url(/images/installers-next.png) 50% 50% no-repeat;
    background-size: cover;
}
/*-------------------------------------*/
.b-form-zayavka {
    position: relative;
    z-index: 1;
    height: 426px;
    margin: 0 -3000px;
    padding: 105px 3000px 0 3000px;
    overflow: hidden;
    background: url(/assets/img/form-zayavka-bg.jpg) 50% 0 no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-form-zayavka input[type="tel"],
.b-form-zayavka input[type="email"],
.b-form-zayavka input[type="text"],
.b-form-zayavka input[type="password"],
.b-form-zayavka textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0px 20px;
    border: 1px solid #cbcbcb;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #1b1c1d;
    font-size: 12px;
    font-family: Arial;
}

.b-form-zayavka input[type="tel"],
.b-form-zayavka input[type="email"],
.b-form-zayavka input[type="text"],
.b-form-zayavka input[type="password"] {
    height: 40px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.b-form-zayavka textarea {
    height: 79px;
    min-height: 79px;
    padding: 12px 20px;
    resize: none;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.b-form-zayavka .form-zayavka__header {
    position: relative;
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 21px 32px; 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;   
}
.b-form-zayavka .form-zayavka__header:before {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: green;/*
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);*/
}
.b-form-zayavka .form-zayavka__header h2 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.b-form-zayavka .form-zayavka__content {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}
.b-form-zayavka .form-zayavka__col {
    float: left;
    width: 50%;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-form-zayavka .form-zayavka__col_btn {
    width: 100%;
    padding-top: 20px;
    text-align: right;
}
.b-form-zayavka .form-zayavka__inputwrap {
    margin: -1px;
}
.b-form-zayavka .form-zayavka__inputwrap ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #919191;
}
.b-form-zayavka .form-zayavka__inputwrap :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #919191;
    opacity:  1;
}
.b-form-zayavka .form-zayavka__inputwrap ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #919191;
    opacity:  1;
}
.b-form-zayavka .form-zayavka__inputwrap :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #919191;
}
.b-form-zayavka .form-zayavka__btn {
    display: inline-block;
    vertical-align: top;
    max-width: 165px;
    width: 100%;
    margin: 0;
    padding: 11px 5px 12px 5px;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #49C149;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Segoe UI';
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: background-color 0.2s 0s, color 0.2s 0s;
    -o-transition: background-color 0.2s 0s, color 0.2s 0s;
    -moz-transition: background-color 0.2s 0s, color 0.2s 0s;
    transition: background-color 0.2s 0s, color 0.2s 0s;
}
.b-form-zayavka .form-zayavka__btn:hover {
    background: #008800;
    /*background: -moz-linear-gradient(top,  #ffffff 0%, #dddfe1 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dddfe1 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#dddfe1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddfe1',GradientType=0 );*/
    color: white;
}
/*-------------------------------------*/
.b-content-menu2 {
    margin: 0 -3000px;
    margin-bottom: 74px;
    padding: 20px 3000px;
    background: #eae8e9;
    text-align: center;
}
.b-content-menu2 .content-menu2__itembox {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}
.b-content-menu2 .content-menu2__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    padding: 0 70px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-content-menu2 .content-menu2__img {
    height: 47px;
    margin-bottom: 15px;
}
.b-content-menu2 .content-menu2__img img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: top;
}
.b-content-menu2 .content-menu2__title {
    margin-bottom: 6px;
}
.b-content-menu2 .content-menu2__title a:link,
.b-content-menu2 .content-menu2__title a:active,
.b-content-menu2 .content-menu2__title a:visited,
.b-content-menu2 .content-menu2__title a:hover {
    color: #3c3e40;
    text-decoration: underline;
}
.b-content-menu2 .content-menu2__title a:hover {
    text-decoration: none;
}
/*-------------------------------------*/
.b-gallery {
    margin-bottom: 75px;
}
.b-gallery h2 {
    margin-bottom: 30px;
}
.b-gallery .gallery__slider {
    position: relative;
    text-align: center;
    padding: 27px 100px;
    width: auto;
    background: #eae8e9;
}
.b-gallery .gallery__item {
    max-width: 182px;
    width: 100%;
    margin: 0 auto;
}
.b-gallery .gallery__img img {
    max-width: 100%;
    vertical-align: top;
}
.b-gallery .owl-prev,
.b-gallery .owl-next {
    position: absolute;
    top: 50%;
    width: 21px;
    height: 42px;
    margin-top: -21px;    
    overflow: hidden;
}
.b-gallery .owl-prev {
    left: 40px;
    background: url(/assets/img/images/gallery-prev.png) 50% 0% no-repeat;
}
.b-gallery .owl-next {
    right: 40px;
    background: url(/assets/img/images/gallery-next.png) 50% 0% no-repeat;
}
.b-gallery .owl-prev:hover,
.b-gallery .owl-next:hover {
    background-position: 50% 100%;
}
/*-------------------------------------*/
.b-reviews {
    margin-bottom: 50px;
    margin-top: 60px;
}
.b-reviews .reviews__row {
    /*margin: 0 -50px;*/
}
.b-reviews .reviews__item {
    display: inline-block;
    vertical-align: top;    
    margin-right: -0.275em;
    padding: 30px 60px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-reviews .reviews__colleft {
    float: left;
    width: 140px;
}
.b-reviews .reviews__colright {
    overflow: hidden;
}
.b-reviews .reviews__img {
    width: 120px;
    margin-top: 4px;
    margin-bottom: 15px;
}
.b-reviews .reviews__img img {
    max-width: 100%;
    vertical-align: top;
}
.b-reviews .reviews__city {
    color: #989b9e;
    font-style: italic;
}
.b-reviews .reviews__name {
    color: #1b1c1d;
}
.b-reviews .reviews__bottom {}
.b-reviews .reviews__all {
    margin-left: 140px;
    text-align: right;
    margin-right: 30px;
}
.b-reviews .reviews__all a:link,
.b-reviews .reviews__all a:active,
.b-reviews .reviews__all a:visited,
.b-reviews .reviews__all a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #49C149;
}
.b-reviews .reviews__all a:hover {
    border-color: transparent;
}
/*-------------------------------------*/
.b-certificate {
    margin-bottom: 45px;
}
.b-certificate h2 {
    margin-bottom: 1.5em;
}
.b-certificate .certificate__big {
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}
.b-certificate .certificate__big img,
.b-certificate .sertificate__img img {
    max-width: 100%;
    vertical-align: top;
}
.b-certificate .sertificate__img {
    border: 1px solid #cacaca;
}
/*-------------------------------------*/
.b-photobox {
    margin: 30px 0;
}
.b-photobox .photobox__row {
    margin: 0 -13px;
}
.b-photobox .photobox__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    width: 25%;
    padding: 10px 13px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-photobox .photobox__img img {
    max-width: 100%;
    max-height: 200px;
    vertical-align: top;
}
/*-------------------------------------*/
.b-simile {}
.simile__img{
    text-align: center;
}
.b-simile table {
    width: 100%;
    margin-bottom: 80px;
    border-collapse: collapse;
}
.b-simile th,
.b-simile td {
    padding: 25px 20px;    
}
.b-simile thead td {
    vertical-align: top;
    border-right: 1px solid #ddd;
}
.b-simile thead tr:last-child td {
    border-bottom: 1px solid #008800;
    text-align: center;
}
.b-simile tbody td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.b-simile tbody tr:nth-child(2n) td {
    background-color: #f9f9f9; 
}
.b-simile tbody td:nth-child(n+2) {
    text-align: center;
}
.b-simile .simile__title {
    font-size: 18px;
    font-weight: bold;
    color: #3c3e40;
}
.b-simile .simile__price {}
.b-simile .simile__price-price {
    font-size: 18px;
    font-weight: bold;
    color: #3c3e40;
}
.b-simile .simile__btn {}
.b-simile .simile__btn-order:link,
.b-simile .simile__btn-order:active,
.b-simile .simile__btn-order:visited,
.b-simile .simile__btn-order:hover {
    display: inline-block;
    vertical-align: top;
    max-width: 110px;
    width: 100%;
    padding: 10px 5px 11px 5px;
    background: #49C149;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.b-simile .simile__btn-order:hover {
    background: #008800;
}
.b-simile th, .b-simile td {
    padding: 25px 20px;
}
/*-------------------------------------*/
.b-topform {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    display: none;
    width: 583px;
    padding: 87px 20px;
    background-color: #000;
    background-color: rgba(9,9,9,0.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-topform .owl-theme_custom .owl-controls .owl-dots {
    margin-top: 20px;
}
.b-picture + .b-topform {
    display: block;
}
.b-topform p {
    margin: 0;
}
.b-topform input[type="text"],
.b-topform input[type="email"],
.b-topform input[type="tel"],
.b-topform input[type="password"],
.b-topform select,
.b-topform textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 11px 20px 12px 20px;
    border: none;
    font-family: Arial;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-topform .topform__inner {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    max-width: 425px;
    /*width: 100%;*/
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-topform .topform__input {
    height: 39px;
}
.b-topform .topform__colleft .topform__input:last-child {
    border-top: 1px solid #cbcbcb;
}
.b-topform .topform__title {
    margin-bottom: 1em;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.b-topform .topform__field {
    max-width: 365px;
    width: 100%;
    margin: 35px auto 1px auto;
    overflow: hidden;
    border: 1px solid #cbcbcb;    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-topform .topform__field:after {
    content:'';
    display: block;
    clear: both;
    font-size: 0;
}
.b-topform .topform__colleft {
    float: left;
    width: 78%;
}
.b-topform .topform__colright {
    float: right;
    width: 22%;
}
.b-topform .topform__btn {
    display: block;
    width: 100%;
    height: 78px;
    padding: 16px 0;
    margin: 0;
    border: none;
    border-left: 1px solid #cbcbcb;
    background: #fff url(/assets/img/images/topform-btn.png) 50% 50% no-repeat;
    background-size: auto 45px;
    cursor: pointer;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.2s 0s;
    -o-transition: opacity 0.2s 0s;
    -moz-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
}
.b-topform .topform__btn:hover {
    opacity: 0.9;
}
.b-topform .topform__countbox {
    margin-bottom: 10px;
}
/*-------------------------------------*/
.b-discount {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5em;
}
.b-discount .discount__inner { 
    position: relative;
    z-index: 1;
    height: 222px;
    padding: 140px 10px 10px 230px;
    text-align: right;
    overflow: hidden;            
    background: #FF7E00 url(/images/discout-bg.jpg) 0% 0 no-repeat;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-discount .discount__title {
    position: absolute; 
    top: 45px;
    right: 0;
    z-index: 2;
    margin-right: -43px;
    padding: 21px 50px 21px 33px; 
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.b-discount .discount__title:before {
    content:'';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #676b6e;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.b-discount .discount__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.275em;
    margin: 0 0 0 50px;
}
.b-discount .discount__btn a:link,
.b-discount .discount__btn a:active,
.b-discount .discount__btn a:visited,
.b-discount .discount__btn a:hover {
    display: inline-block;
    padding: 11px 0 12px 82px;
    color: #fff;
    text-decoration: underline;
    font-size: 20px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-discount .discount__btn a:hover {
    text-decoration: none;
}
.b-discount .discount__calc:link,
.b-discount .discount__calc:active,
.b-discount .discount__calc:visited,
.b-discount .discount__calc:hover {
    min-height: 45px;
    background: url(/images/discount-img1.png) 6px 50% no-repeat;
}
.b-discount .discount__call:link,
.b-discount .discount__call:active,
.b-discount .discount__call:visited,
.b-discount .discount__call:hover {
    min-height: 50px;
    background: url(/images/discount-img2.png) 0 50% no-repeat;
}
/*-------------------------------------*/
.b-contacts {
    margin-bottom: 1.5em;
}
.b-contacts .contacts__tabel {
    display: table;
    width: 100%;
}
.b-contacts .contacts__row {
    display: table-row;
}
.b-contacts .contacts__cell {
    display: table-cell;
    padding: 10px 5px;
}
/*-------------------------------------*/
.b-form {}
    /*---------------------------------*/
    .b-form_reviews {
        margin-bottom: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .b-form_reviews textarea {
        min-height: 60px;
        height: 60px;
    }
    .b-form_reviews .form__colleft,
    .b-form_reviews .form__colright {
        display: inline-block;
        vertical-align: top;
        margin-right: -0.275em;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .b-form_reviews [class^="form__col-"] {
        padding: 7px 15px;
    }
    .b-form_reviews .form__captha_label {
        display: inline-block;
        vertical-align: bottom;
        width: 170px;
    }
    .b-form_reviews .form__textarea {
        height: 157px;
        min-height: 157px;
    }
/*-------------------------------------*/
.b-iframe-adaptive {
    margin-bottom: 1.5em;
}
.b-iframe-adaptive .iframe-adaptive__iframe-container {
    position: relative;
    padding-bottom: 56.17%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.b-iframe-adaptive .iframe-adaptive__iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-------------------------------------*/
.b-prices {
    margin: 2em 0;
}
.b-prices .prices__row {
    margin: 0 -20px;
}
.b-prices .prices__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    margin-bottom: 85px;
    width: 25%;
    padding: 0 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-prices .prices__img {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;  
    margin-bottom: 20px;  
}
.b-prices .prices__img img {
    max-width: 100%;
    vertical-align: top;
}
.b-prices .prices__btn:link,
.b-prices .prices__btn:active,
.b-prices .prices__btn:visited,
.b-prices .prices__btn:hover { 
    color: #eb7e00;
    font-size: 16px;  
    text-decoration: underline;          
}
.b-prices .prices__btn:hover,
.b-prices .prices__btn_on:link,
.b-prices .prices__btn_on:active,
.b-prices .prices__btn_on:visited,
.b-prices .prices__btn_on:hover {    
    color: #000000;
    text-decoration: none;
}
.b-prices .prices__window {
    margin-bottom: 20px;
    margin-right: -65px;
}
.b-prices .prices__item_window {
    width: 33.333%;
    text-align: left;
}
.b-prices .prices__price {
    position: relative;  
    display: inline-block;
    vertical-align: top;  
    padding: 0 10px 0 22px;  
    margin-bottom: 40px;  
    height: 37px; 
    line-height: 30px;   
    font-size: 16px;
    background: #eb7e00;
    color: #fff;
}
.b-prices .prices__price:after {
    content:'';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;        
    border-top: 37px solid #eb7e00;    
    border-right: 35px solid transparent;
}
.b-prices .prices__price-inner {
    display: inline-block; 
    vertical-align: middle;
    line-height: 1.2;
}
.b-prices .prices__price-num {   
    font-size: 18px;
    font-weight: bold;
}
/*-------------------------------------*/
.b-banblock {
    margin-bottom: 1.5em;
    font-size: 16px;
}
.b-banblock .banblock__row {
    margin: 0 -10px;
}
.b-banblock .banblock__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -0.275em;
    padding: 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}    
.b-banblock .banblock__item-inner {
    padding: 20px;
    background: #f0f0f0;
}
.b-banblock .banblock__item-inner:after {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
}
.b-banblock .banblock__phone {
    padding-left: 25px;
    background: url(/assets/img/images/banblock-phone.png) 0 5px no-repeat;
}
.b-banblock .banblock__manager {
    padding-left: 25px;
    background: url(/assets/img/images/banblock-manager.png) 0 5px no-repeat;
}
.b-banblock .banblock__btn {
    text-align: right;
}
/*-------------------------------------*/
.b-profilebox {
    margin-bottom: 40px;
}
.b-profilebox .profilebox__row {
    margin: 0 -20px;
}
.b-profilebox .profilebox__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    width: 25%;
    padding: 0 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-profilebox .profile__img {
    margin-bottom: 10px;
}
.b-profilebox .profilebox__title {
    font-size: 16px;
}
/*-------------------------------------*/
.b-typebox {
    margin-bottom: 1.5em;
}
.b-typebox .typebox__item {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.b-typebox .typebox__imgbox {
    position: relative;
    z-index: -1;
    text-align: right;
}
.b-typebox .typebox__imgbox:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 37px;    
    left: 0;
    right: 0;
    z-index: -1;
    height: 0;
    border-left: 255px solid transparent;
    border-bottom: 250px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-typebox .typebox__img {
    display: inline-block;
    vertical-align: top;
    height: 376px;
}
.b-typebox .typebox__img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}
.b-typebox .typebox__title {
    position: absolute;
    top: 77px;
    left: 35px;
    z-index: 1;
    padding: 12px 35px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.b-typebox .typebox__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fe8a18;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.b-typebox .typebox__text1 {
    position: absolute;
    top: 82px;
    right: 118px;
    display: block;
    width: 465px;
    padding-bottom: 13px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1b1c1d;
    background: url(/images/typbox-footnote-1.png) 100% 100% no-repeat;
}
.b-typebox .typebox__text2 {
    position: absolute;
    top: 145px;
    right: 114px;
    display: block;
    width: 469px;
    padding-bottom: 13px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1b1c1d;
    background: url(/images/typbox-footnote-1.png) 100% 100% no-repeat;
}
.b-typebox .typebox__text3 {
    position: absolute;
    top: 211px;
    right: 116px;
    display: block;
    width: 467px;
    padding-bottom: 108px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1b1c1d;
    background: url(/images/typbox-footnote-2.png) 100% 100% no-repeat;
}
/*-------------------------------------*/
.b-balcony {}
.b-balcony .balcony__row {
    margin: 0 -10px;
}
.b-balcony .balcony__col {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    width: 50%;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*-------------------------------------*/
.b-benefit {}
.b-benefit .benefit__imgbox {
    width: 50px;
}
/*-------------------------------------*/
.b-beadings {
    margin-bottom: 1.5em;
}
.b-beadings .beadings__row {
    margin: 0 -20px;
}
.b-beadings .beadings__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    width: 25%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.b-beadings .beadings__img {
    margin-bottom: 10px;
}
.b-beadings .beadings__img img {
    max-width: 100%;
}
.b-beadings .beadings__title {
    font-style: italic;
}
/*-------------------------------------*/
.b-form {}
    /*---------------------------------*/
    .b-form_discount {
        position: relative;
        z-index: 1;
        height: 430px;
        padding: 25px;
        overflow: hidden;
        background: #ff7e00 url(/images/form-discount-bg.jpg) 50% 0 no-repeat;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .b-form_discount input[type="tel"], 
    .b-form_discount input[type="email"], 
    .b-form_discount input[type="text"], 
    .b-form_discount input[type="password"], 
    .b-form_discount textarea, 
    .b-form_discount select {
        padding: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #cbcbcb;
    }
    .b-form_discount .form__inner {
        float: right;
        max-width: 510px;
        width: 100%;
    }
    .b-form_discount .form__header {
        position: relative;
        margin-right: -60px;
        margin-bottom: 10px;
        padding: 10px 32px; 
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
           box-sizing: border-box;   
    }
    .b-form_discount .form__header:before {
        content:'';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background: #676b6e;
        -webkit-transform: skewX(-45deg);
        -moz-transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
        -o-transform: skewX(-45deg);
        transform: skewX(-45deg);
    }
    .b-form_discount .form__header h2 {
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
        color: #fff;                
    }
    .b-form_discount [class^="form__col-"] {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .b-form_discount .form__col-countbox {
        padding-bottom: 10px;
        text-align: right;
    }
    .b-form_discount .form__col-btn {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: right;
    }
    .b-form_discount .form__btn {
        display: inline-block;
        vertical-align: top;
        max-width: 165px;
        width: 100%;
        margin: 0;
        padding: 11px 5px 12px 5px;
        border: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #3c3e40;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Segoe UI';
        font-size: 12px;
        color: #ffffff;
        cursor: pointer;
        -webkit-transition: background-color 0.2s 0s, color 0.2s 0s;
        -o-transition: background-color 0.2s 0s, color 0.2s 0s;
        -moz-transition: background-color 0.2s 0s, color 0.2s 0s;
        transition: background-color 0.2s 0s, color 0.2s 0s;
    }
    .b-form_discount .form__btn:hover {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #dddfe1 100%);
        background: -webkit-linear-gradient(top, #ffffff 0%,#dddfe1 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#dddfe1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddfe1',GradientType=0 );
        color: #3c3e40;
    }
    .b-form_discount .form__countbox-title {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        color: #fff;
        font-size: 18px;
    }
    .b-form_discount .form__countbox {
        display: inline-block;
        vertical-align: middle;        
    }
/*-------------------------------------*/
.b-countbox {
    padding: 0;    
    /*height: 60px;*/
    text-align: center;
    color: #2e2e2e;
    font-family: "Cuprum", sans-serif;
    font-size: 30px;
    line-height: 40px;    
}
.b-countbox .countbox-num {
    padding: 5px 19px 16px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.b-countbox .countbox-space {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 23px;
    color: #fff;
}
.b-countbox #countbox-days1,
.b-countbox #countbox-hours1,
.b-countbox #countbox-mins1,
.b-countbox #countbox-secs1,
.b-countbox #countbox-days2,
.b-countbox #countbox-hours2,
.b-countbox #countbox-mins2,
.b-countbox #countbox-secs2 {
    float: left;
    height: 37px;
    text-align: center;
    width: 15px;
    z-index: 1;
}
.b-countbox #countbox-days-text,
.b-countbox #countbox-hours-text,
.b-countbox #countbox-mins-text,
.b-countbox #countbox-secs-text {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    font-family: "Cuprum", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #aaaaab;
}
.b-countbox #countbox-days1 span, 
.b-countbox #countbox-days2 span, 
.b-countbox #countbox-hours1 span, 
.b-countbox #countbox-hours2 span, 
.b-countbox #countbox-mins1 span, 
.b-countbox #countbox-mins2 span, 
.b-countbox #countbox-secs1 span, 
.b-countbox #countbox-secs2 span {
    display: block;
    height: 42px;
    position: absolute;
    width: 26px;
}
/*-------------------------------------*/
.b-wincalc {
    margin-bottom: 3.5em;
}
/*-------------------------------------*/
.b-catalog-doors {}
.b-catalog-doors .catalog-doors__row {
    margin: 0 -26px;
}
.b-catalog-doors .catalog-doors__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    padding: 0 26px;
}
.b-catalog-doors .catalog-doors__item-inner {
    position: relative;
    width: 198px;
    height: 350px;
    overflow: hidden;
    margin-bottom: 15px;
}
.b-catalog-doors .catalog-doors__imgbox {
    background: #eae8ee 9px;
}
.b-catalog-doors .catalog-doors__img {
    border: 1px solid #d7d7d7;
}
.b-catalog-doors .catalog-doors__img img {
    vertical-align: top;
    max-width: 100%;
}
.b-catalog-doors .catalog-doors__title a:link,
.b-catalog-doors .catalog-doors__title a:active,
.b-catalog-doors .catalog-doors__title a:visited,
.b-catalog-doors .catalog-doors__title a:hover {
    display: block;
    padding: 10px;
    font-size: 16px;
}
.b-catalog-doors .catalog-doors__price {
    margin: 10px 0;
    font-size: 18px;
}
.b-catalog-doors .catalog-doors__price-val {
    color: #fe8a18;
    font-size: 22px;
    font-weight: bold;
}
.b-catalog-doors .catalog-doors__shcar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 0 4px;
}
.b-catalog-doors .catalog-doors__more {
    text-align: center;
}
.b-catalog-doors .catalog-doors__more a:link,
.b-catalog-doors .catalog-doors__more a:active,
.b-catalog-doors .catalog-doors__more a:visited,
.b-catalog-doors .catalog-doors__more a:hover {
    display: inline-block;
    vertical-align: top;
    max-width: 190px;
    width: 100%;
    padding: 7px 0;
    background: #fe8a18;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 0.2s 0s;
    -o-transition: background-color 0.2s 0s;
    -moz-transition: background-color 0.2s 0s;
    transition: background-color 0.2s 0s;
}
.b-catalog-doors .catalog-doors__more a:hover {
    background-color: #A9ACAE;
}
/*-------------------------------------*/
.b-gal .gal__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    margin-bottom: 15px;
}
.b-gal .gal__img {
    height: 180px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-gal .gal__img img {
    max-height: 100%;
}
/*-------------------------------------*/
.b-slider-doors {}
.b-slider-doors p {
    margin: 0;
    padding: 0 0 6px;
}
.b-slider-doors .slider-doors__item {
    position: relative;
    z-index: 1;
    min-height: 363px;
    margin-bottom: 35px;
}
.b-slider-doors .slider-doors__item:before {
    content:'';
    display: block;
    position: absolute;
    top: 80px;
    left: -135px;
    right: -1000px;
    height: 363px;
    z-index: -1;
    background: #efefef;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
}
.b-slider-doors .slider-doors__item:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
}
.b-slider-doors .slider-doors__leftcol {
    width: 350px;
    margin-right: 55px;
    float: left;
}
.b-slider-doors .slider-doors__slider {
    position: relative;
}
.b-slider-doors .slider-doors__carousel {}
.b-slider-doors .slider-doors__slider-item {
    text-align: center;
}
.b-slider-doors .slider-doors__slider-img {}
.b-slider-doors .slider-doors__slider-img img {
    max-width: 100%;
    vertical-align: top;
}
.b-slider-doors .slider-doors__slider-prev,
.b-slider-doors .slider-doors__slider-next {
    display: none;
}
.b-slider-doors .owl-prev,
.b-slider-doors .owl-next {
    position: absolute;
    top: 50%;
    width: 21px;
    height: 42px;
    margin-top: -21px;
    cursor: pointer;
}
.b-slider-doors .owl-prev {
    left: -21px;
    background: url(/images/catalog-prev.png) 50% 50% no-repeat;
    background-size: cover;
}
.b-slider-doors .owl-next {
    right: -21px;
    background: url(/images/catalog-next.png) 50% 50% no-repeat;
    background-size: cover;
}
.b-slider-doors .slider-doors__content {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    height: 323px;
}
.b-slider-doors .slider-doors__param {
    margin-bottom: 1em;
}
.b-slider-doors .slider-doors__param span {
    font-weight: bold;
}
.b-slider-doors .slider-doors__param__announce {}
.b-slider-doors .slider-doors__shcar {
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
}
.b-slider-doors .slider-doors__pricebox {
    float: left;
    width: 255px;
}
.b-slider-doors .slider-doors__price {
    font-size: 21px;
}
.b-slider-doors .slider-doors__price span {
    font-size: 25px;
    font-weight: bold;
    color: #fe8a18;
}
.b-slider-doors .slider-doors__oldprice {
    font-size: 16px;
    color: #606162;
    text-decoration: line-through;
}
.b-slider-doors .slider-doors__btn {}
.b-slider-doors .slider-doors__btn a:link,
.b-slider-doors .slider-doors__btn a:active, 
.b-slider-doors .slider-doors__btn a:visited, 
.b-slider-doors .slider-doors__btn a:hover {
    padding: 11px 0 11px 0;
    float: left;
    width: 135px;
    height: auto;
    background: #fe8a18 url() 0 0 no-repeat;
    color: #fff;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 0.15s 0s;
    -o-transition: background-color 0.15s 0s;
    -moz-transition: background-color 0.15s 0s;
    transition: background-color 0.15s 0s;
}
.b-slider-doors .slider-doors__btn a:hover {
    background-color: #a9acae;
}
.b-slider-doors .slider-doors__price-info {
    clear: both;
    color: #fe8a18;
}
/*-------------------------------------*/
.b-slider-balcony {
    color: #3c3e40;
}
.b-slider-balcony * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-slider-balcony:after {
    content: "";
    display: table;
    clear: both;
}
.b-slider-balcony h3 {
    color: #3c3e40;
}
.b-slider-balcony ul {
    padding-left: 17px;
    list-style-type: square;
}
.b-slider-balcony ul li {
    padding-left: 0;
}
.b-slider-balcony .slider-balcony__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -135px;
    bottom: 0;
    left: -1000px;
    z-index: -1;
    background: #efefef;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg);
}
.b-slider-balcony .slider-balcony__item {
    padding-top: 51px;
    margin-bottom: 88px;
    position: relative;
    z-index: 1;
}
.b-slider-balcony .slider-balcony__leftcol,
.b-slider-balcony .slider-balcony__content {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
}
.b-slider-balcony .slider-balcony__leftcol {
    width: 55%;
    margin-bottom: -75px;
    text-align: center;
}
.b-slider-balcony .slider-balcony__content {
    width: 45%;
    padding-left: 32px;
}
.b-slider-balcony .slider-balcony__slider {
    position: relative;
    display: inline-block;
    max-width: 646px;
    width: 100%;
    padding: 0 45px;
    margin-bottom: 50px;
    text-align: center;
}
.b-slider-balcony .slider-balcony__slider:after {
    content: "";
    position: absolute;
    top:97%;
    left: 45px;
    right: 45px;
    height: 50px;    
    z-index: -1;
    background: url(/images/slider-sh.png) no-repeat 50% 0;
    background-size: contain;
}
.b-slider-balcony .owl-prev,
.b-slider-balcony .owl-next {
    position: absolute;
    top: 50%;
    width: 21px;
    height: 42px;
    margin-top: -21px;
    cursor: pointer;
}
.b-slider-balcony .owl-prev {
    left: 0;
    background: url(/images/catalog-prev.png) 50% 50% no-repeat;
    background-size: cover;
}
.b-slider-balcony .owl-next {
    right: 0;
    background: url(/images/catalog-next.png) 50% 50% no-repeat;
    background-size: cover;
}
.b-slider-balcony .slider-balcony__shcar {
    position: absolute;
    padding-top: 21px;
    top: 100%;
    left: 55%;
    right: 0;
}
.b-slider-balcony .slider-balcony__pricebox {
    float: left;
    width: 255px;
}
.b-slider-balcony .slider-balcony__price {
    font-size: 18px;
    padding-bottom: 0;
}
.b-slider-balcony .slider-balcony__price span {
    font-size: 25px;
    font-weight: bold;
    color: #fe8a18;
}
.b-slider-balcony .slider-balcony__btn {}
.b-slider-balcony .slider-balcony__btn a:link,
.b-slider-balcony .slider-balcony__btn a:active, 
.b-slider-balcony .slider-balcony__btn a:visited, 
.b-slider-balcony .slider-balcony__btn a:hover {
    padding: 11px 0 11px 0;
    float: left;
    width: 135px;
    height: auto;
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    background: #fe8a18 url() 0 0 no-repeat;
    -webkit-transition: background-color 0.15s 0s;
    -o-transition: background-color 0.15s 0s;
    -moz-transition: background-color 0.15s 0s;
    transition: background-color 0.15s 0s;
}
.b-slider-balcony .slider-balcony__btn a:hover {
    background-color: #a9acae;
}
/*-------------------------------------*/
.b-profile {
    position: relative;
    margin-right: -184px;
    margin-bottom: 20px;
}
.b-profile:after {
    content:'';
    display: block;
    clear: both;
    font-size: 0;
}
.b-profile p {
    padding: 0;
    margin-bottom: 5px;
}
.b-profile .profile__item {
    display: inline-block;
    vertical-align: top;    
    width: 160px;
    margin: 0 181px 20px 0;
}
.b-profile .profile__imgbox {
    text-align: center;
}
.b-profile .profile__title {
    font-size: 18px;
    font-style: italic;
}
.b-profile .profile__price {
    font-size: 16px;
    color: #2d2d2d;
}
.b-profile .profile__price span {    
    color: #fe8a18;
    font-weight: bold;
}
.b-profile .profile__oldprice {
    font-size: 14px;
    color: #939393;
}
/*-------------------------------------*/
/*-*/
/*----------------------------------------------*/    
.b-shema {
    position: relative;
    max-width: 940px;
    margin: 3em auto 3em auto;
    text-align: center;
    color: #505050;
} 
.b-shema .shema__img {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.b-shema .shema__text {
    position: absolute;
    width: 220px;
    text-align: left;
}  
.b-shema .shema__hit {
    position: absolute;
    top: 15px;
    left: 35px;
}
.b-shema .shema__hit p {
    font-style: italic;
    margin: 0;
    color: #383838;
    font-style: 12px;
    font-weight: bold;
}
.b-shema .shema__text1 {
    top: 0px;
    left: 30px;
}
.b-shema .shema__text2 {
    top: 40px;
    right: 0;
}
.b-shema .shema__text3 {
    top: 230px;
    left: 30px;
}
.b-shema .shema__text4 {
    top: 275px;
    right: 0;
}
.b-shema .shema__text5 {
    top: 377px;
    left: 25px;
}
    /*------------------------*/
    .b-shema_blitz .shema__text1 {
        top: 0px;
        left: 30px;
    }
    .b-shema_blitz .shema__text2 {
        top: 40px;
        right: 0;
    }
    .b-shema_blitz .shema__text3 {
        top: 230px;
        left: 30px;
    }
    .b-shema_blitz .shema__text4 {
        top: 275px;
        right: 0;
    }
    .b-shema_blitz .shema__text5 {
        top: 377px;
        left: 25px;
    }
    /*--------------------------------------*/
    .b-shema_sib .shema__text {
        width: 245px;
    }
    .b-shema_sib .shema__text1 {
        top: 243px;
        left: 30px;
    }
    .b-shema_sib .shema__text2 {
        top: 50px;
    }
    .b-shema_sib .shema__text3 {
        top: 150px;
        left: 30px;
    }
    .b-shema_sib .shema__text5 {
        left: 20px;
    }
    .b-shema_sib .shema__text4 {
        top: 265px;
        left: 695px;
    }
    /*--------------------------------------*/
    .b-shema_delight .shema__text {
        width: 245px;
    }
    .b-shema_delight .shema__text1 {
        top: 15px;
        left: 30px;
        width: 350px;
    }
    .b-shema_delight .shema__text2 {
        top: 55px;
        right: 30px;
    }
    .b-shema_delight .shema__text3 {
        width: 220px;
        left: auto;
        right: 0;
        top: 120px;
    }
    .b-shema_delight .shema__text5 {
        left: 20px;
    }
    .b-shema_delight .shema__text4 {
        top: 270px;
        left: 730px;
    }
    /*-----------------------------------------*/
    .b-shema_brilliant .shema__text {
        width: 245px;
    }
    .b-shema_brilliant .shema__text1 {
        
        width: 350px;
    }
    .b-shema_brilliant .shema__text2 {
        
    }
    .b-shema_brilliant .shema__text3 {
        top: 220px;
    }
    .b-shema_brilliant .shema__text5 {
        left: 20px;
    }
    .b-shema_brilliant .shema__text4 {
        top: 275px;
          left: 740px;
    }
    .b-shema_brilliant .shema__text6 {
        top: 118px;
        left: 740px;
    }
    /*---------------------------------------*/
    .b-shema_intelio .shema__text {
        width: 245px;
    }
    .b-shema_intelio .shema__text1 {
        
        width: 350px;
    }
    .b-shema_intelio .shema__text2 {
        
    }
    .b-shema_intelio .shema__text3 {
        top: 220px;
    }
    .b-shema_intelio .shema__text4 {
        top: 290px;
          left: 740px;
    }
    .b-shema_intelio .shema__text6 {
        top: 118px;
        left: 740px;
    }
    .b-shema_intelio .shema__text7 {
        top: 365px;
        left: 740px;
    }
    /*--------------------------------------*/
    .b-shema_geneo .shema__text {
        width: 245px;
    }
    .b-shema_geneo .shema__text1 {
        
        width: 350px;
    }
    .b-shema_geneo .shema__text2 {
        
    }
    .b-shema_geneo .shema__text3 {
        top: 200px;
    }
    .b-shema_geneo .shema__text4 {
        top: 290px;
          left: 740px;
    }
    .b-shema_geneo .shema__text5 {
        top: 295px;      
    }
    .b-shema_geneo .shema__text6 {
        top: 130px;
        left: 740px;
    }
    .b-shema_geneo .shema__text7 {
        top: 350px;
        left: 740px;
        width: 265px;
    }
    .b-shema_geneo .shema__text8 {
        top: 375px;  
        left: 20px;  
    }
    .b-shema_geneo .shema__text9 {
        top: 445px;  
        left: 740px;  
    }
/*-*/
/*-------------------------------------*/
.b-otpravka {
    height: 220px;
    overflow: hidden;
    margin-bottom: 2em;
    background: #e8e8e8;
}
.b-otpravka:after {
    content:'';
    display: block;
    font-size: 0;
    clear: both;
}
.b-otpravka .otpravka__img {
    float: left;
    font-size: 0;
}
.b-otpravka .otpravka__content {
    overflow: hidden;
    padding: 15px 10px 10px 0;
}
/*-------------------------------------*/
.b-catalog-window {}
.b-catalog-window .catalog-window__row {
    margin: 0 -20px;
}  
.b-catalog-window .catalog-window__imgbox {
    position: relative;
    margin: 0 0 25px;
    /*width: 170px;*/
    /*height: 260px;*/
    font-size: 0;
}
.b-catalog-window .catalog-window__img {
    /*
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;

    zoom:1;
    //display:inline;
    */
    display: table;
    margin: 0 auto;
    font-size: 0;
}
.b-catalog-window .catalog-window__img img {
    max-width: 100%;
}
.b-catalog-window .catalog-window__helper {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    zoom:1;
    //display: inline;
}
.b-catalog-window .catalog-window__imglink:link,
.b-catalog-window .catalog-window__imglink:active,
.b-catalog-window .catalog-window__imglink:visited,
.b-catalog-window .catalog-window__imglink:hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-decoration: none;
    display: none;
    background-color: rgba(255,255,255,0.3);    
}
.b-catalog-window .catalog-window__imgbox:hover a.catalog-window__imglink:link,
.b-catalog-window .catalog-window__imgbox:hover a.catalog-window__imglink:active,
.b-catalog-window .catalog-window__imgbox:hover a.catalog-window__imglink:visited,
.b-catalog-window .catalog-window__imgbox:hover a.catalog-window__imglink:hover {
    display: block;
}
.b-catalog-window .catalog-window__title {
    margin-bottom: 10px;
}
.b-catalog-window .catalog-window__title a:link,
.b-catalog-window .catalog-window__title a:visited {
    font-size: 18px;
    font-style: italic;
    text-decoration: none;
}
.b-catalog-window .catalog-window__title a:hover {
    text-decoration: underline;
}
.b-catalog-window .catalog-window__param {
    font-size: 13px;
    color: #939393;
}
.b-catalog-window .catalog-window__param span {
    font-weight: bold;
}
.b-catalog-window .catalog-window__price {
    font-size: 16px;
    color: #303030;
}
.b-catalog-window .catalog-window__price span {
    font-weight: bold;
    color: #ff8a18;
}
.b-catalog-window .catalog-window__salebox {
    position: absolute;
    top: 40px;
    left: 0;
}
.b-catalog-window .catalog-window__saleitem {
    margin-bottom: 10px;
}
.b-catalog-window .catalog-window__imglink,
.b-catalog-window .catalogbox__imglink {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}
    /*---------------------------------*/
    .b-catalog-window_gal .catalog-window__item {
        display: inline-block;
        vertical-align: top;
        margin-right: -0.275em;
        margin-bottom: 50px;
        padding: 0 20px;
        width: 20%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }  
    /*---------------------------------*/
    .b-catalog-window_double {}
    .b-catalog-window_double .catalog-window__item {
        width: 25%;
    }
    /*---------------------------------*/
    .b-catalog-window_triple {}
    .b-catalog-window_triple .catalog-window__item {
        width: 33.333%;
    }
    /*---------------------------------*/
    .b-catalog-window_balcon {}
    .b-catalog-window_balcon .catalog-window__item {
        width: 33.333%;
    }
    .b-catalog-window_balcon .catalog-window__imgbox {
        /*height: 360px;*/
    }
    /*---------------------------------*/
    .b-catalog-window_detal {}
    .b-catalog-window_detal .catalog-window__item {
        position: relative;
        display: block;
        margin-right: 0;
        width: auto;
        height: 363px;
        padding: 45px 0;
        margin-bottom: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #1b1c1d;
    }
    .b-catalog-window_detal .catalog-window__item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        margin-right: -3000px;
        margin-left: -115px;
        display: block;
        background-color: #efefef;
        transform: skewX(-45deg);
    }

    .b-catalog-window_detal .catalog-window__imgbox {
        text-align: center;
        min-height: 250px;
    }

    .b-catalog-window_detal .catalog-window__content {
        position: relative;
    }
    .b-catalog-window_detal .catalog-window__colleft {
        float: left;
        width: 300px;
        margin-left: 93px;
        margin-right: 35px;
    }
    .b-catalog-window_detal .catalog-window__colcenter {
        overflow: hidden;
    }
    .b-catalog-window_detal .catalog-window__colcenter-content {
        float: left;
        width: 50%;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .b-catalog-window_detal .catalog-window__shcar {
        overflow: hidden;
    }
    .b-catalog-window_detal .catalog-window__profile {
        margin-bottom: 25px;
    }
    .b-catalog-window_detal .catalog-window__profile-label {
        margin-bottom: 12px;
        display: block;
        font-weight: bold;
        color: #1b1c1d;
    }
    .b-catalog-window_detal .catalog-window__profile-select {
        max-width: 230px;
        width: 100%;
        margin: 0;
        padding: 2px 5px;
        border: 1px solid #aeaeae;
        font-family: 'Segoe UI';
        font-size: 14px;
        color: #55585b;
    }
    .b-catalog-window_detal .catalog-window__sizes {
        margin-bottom: 25px;
    }
    .b-catalog-window_detal .catalog-window__sizes p {
        margin: 0;
        padding-bottom: 6px;
    }
    .b-catalog-window_detal .catalog-window__btn {
        margin-bottom: 30px;
    }
    .b-catalog-window_detal .catalog-window__buy:link,
    .b-catalog-window_detal .catalog-window__buy:active,
    .b-catalog-window_detal .catalog-window__buy:visited,
    .b-catalog-window_detal .catalog-window__buy:hover {
        display: inline-block;
        vertical-align: top;
        max-width: 270px;
        width: 100%;
        padding: 23px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fe8a18;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        -webkit-transition: background-color 0.2s;
        -o-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }
    .b-catalog-window_detal .catalog-window__buy:hover {
        background-color: #a9acae;
    }
    .b-catalog-window_detal .catalog-window__price-info {
        font-size: 13px;
        color: #fe8a18;
    }
    .b-catalog-window_detal .catalog-window__pricebox {
        margin-bottom: 30px;
    }
    .b-catalog-window_detal .catalog-window__price {
        font-size: 22px;
        color: #000;
    }
    .b-catalog-window_detal .catalog-window__price-value {
        font-size: 26px;
        font-weight: bold;
        color: #fe8a18;
    }
    .b-catalog-window_detal .catalog-window__mark {
        color: #fe8a18;
    }
    .b-catalog-window_detal .catalog-window__imgbox img {
        max-width: 100%;
    }
/*-------------------------------------*/
.b-seealso {
    margin: 0 -3000px 35px;
    padding: 30px 3000px;
    height: 173px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #efefef url(/images/seealso-bg.png) 50% 0 no-repeat;
    color: #fff;
    font-size: 16px;
}
.b-seealso a:link,
.b-seealso a:visited {
    color: #fff;
    text-decoration: none;
}
.b-seealso a:hover {
    text-decoration: underline;
}
.b-seealso .seealso__header {
    float: left;
    width: 170px;
    margin-top: 5px;
    margin-right: 15%;
}
.b-seealso .seealso__head {
    font-size: 32px;
    color: #1b1c1d;
}
.b-seealso .seealso__content {
    overflow: hidden;
    max-width: 400px;    
}
.b-seealso .seealso__item {
    margin-bottom: 12px;
}
/*-------------------------------------*/
.b-profile-table {
    margin-bottom: 80px;
}
.b-profile-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.b-profile-table th,
.b-profile-table td {
    padding: 19px 10px 14px;
    border: 1px solid #dddddd;
    text-align: center;
}
.b-profile-table th {
    background-color: #ff8814;
    font-weight: normal;
    color: #fff;
    border-top: none;
}
.b-profile-table td {
    background-color: #f8f8f8;
}
.b-profile-table .profile-table__row-wide td {
    background-color: #efefef;
}
.b-profile-table .profile-table__title {
    font-weight: bold;
    color: #1b1c1d;
}
.b-profile-table .profile-table__row-preview td {
    padding: 0;
}
.b-profile-table .profile-table__preview {
    position: relative;
    padding: 19px 10px 14px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */ 
}
.b-profile-table .profile-table__preview img {
    vertical-align: middle;
    max-width: 100%;
}
.b-profile-table .profile-table__preview-photo {}
.b-profile-table .profile-table__preview-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: 25px;
    display: none;
    width: 160px;
    /*height: 240px;*/
    padding: 25px 20px;
    border: 1px solid #DFDFDF;
    background-color: #fff;
}
.b-profile-table .profile-table__row-preview td:last-child .profile-table__preview-img {
    left: auto;
    right: 50%;  
    margin-left: 0;
    margin-right: 25px; 
}
/*.b-profile-table .profile-table__preview:hover .profile-table__preview-img {
    display: block;
}*/
/*-------------------------------------*/
.b-solutions {
    margin-bottom: 1.5em;
}
.b-solutions .solutions__inner {}
.b-solutions .solutions__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    padding: 10px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.b-solutions .solutions__imgbox {
    margin-bottom: 25px;
}
.b-solutions .solutions__img {}
.b-solutions .solutions__img img {
    max-width: 100%;
    vertical-align: top;
}
.b-solutions .solutions__content {}
.b-solutions .solutions__title {
    margin-bottom: 20px;
    font-size: 20px;
}
.b-solutions .solutions__title a:link,
.b-solutions .solutions__title a:visited,
.b-solutions .solutions__title a:active,
.b-solutions .solutions__title a:hover {
    font-size: 20px;
    color: #55585b;
    text-decoration: none;
}
.b-solutions .solutions__title a:active,
.b-solutions .solutions__title a:hover {
    text-decoration: underline;
}
.b-solutions .solutions__price {
    margin-bottom: 27px;
    font-size: 18px;
    color: #1b1c1d;
}
.b-solutions .solutions__price-value {
    font-size: 26px;
    font-weight: bold;
    color: #fe8a18;
}
.b-solutions .solutions__btnbox {}
.b-solutions .solutions__btn:link,
.b-solutions .solutions__btn:active,
.b-solutions .solutions__btn:visited,
.b-solutions .solutions__btn:hover {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 165px;
    padding: 14px 5px 15px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #a9acae;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.b-solutions .solutions__btn:hover {
    background-color: #fe8a18;
}
    /*-------------------------------------*/
    .b-solutions--cat .solutions__inner {
        margin:0 -10px;
    }
    .b-solutions--cat .solutions__item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .b-solutions--cat .solutions__title {
        margin-bottom: 0;
    }
    /*-------------------------------------*/
/*-------------------------------------*/
.b-catalog-glazing {
    margin-bottom: 1.5em;
}
.b-catalog-glazing .catalog-glazing__item {
    height: 263px;
    margin-bottom: 24px;
    background-color: #f8f8f8;
}
.b-catalog-glazing .catalog-glazing__item:after {
    content:'';
    display: block;
    clear: both;
    font-size: 0;
}
.b-catalog-glazing .catalog-glazing__item-left {    
    margin-left: -3000px;
    padding-left: 3000px;
}
.b-catalog-glazing .catalog-glazing__item-right {
    margin-right: -3000px;
    padding-right: 3000px;
}
.b-catalog-glazing .catalog-glazing__content {
    position: relative;
    z-index: 2;
    padding: 37px 0 25px 0;
}
.b-catalog-glazing .catalog-glazing__imgbox {
    position: relative;
    z-index: 1;
}
.b-catalog-glazing .catalog-glazing__item-left .catalog-glazing__content {    
    overflow: hidden;
}
.b-catalog-glazing .catalog-glazing__item-left .catalog-glazing__imgbox {    
    float: right;
    margin-left: -102px;
}
.b-catalog-glazing .catalog-glazing__item-right .catalog-glazing__content {
    overflow: hidden;
}
.b-catalog-glazing .catalog-glazing__item-right .catalog-glazing__imgbox {
    /*overflow: hidden;*/
    float: left;
    margin-right: -20px;
}
.b-catalog-glazing .catalog-glazing__img {}
.b-catalog-glazing .catalog-glazing__img img {
    vertical-align: top;
    max-width: none;
}
.b-catalog-glazing .catalog-glazing__title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #3c3e40;
}
.b-catalog-glazing .catalog-glazing__shcar {
    margin: 7px 0;
}
.b-catalog-glazing .catalog-glazing__price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    font-size: 18px;
    color: #1b1c1d;
}
.b-catalog-glazing .catalog-glazing__price-value {
    font-size: 26px;
    font-weight: bold;
    color: #fe8a18;
}
.b-catalog-glazing .catalog-glazing__btnbox {
    display: inline-block;
    vertical-align: middle;
}
.b-catalog-glazing .catalog-glazing__more:link,
.b-catalog-glazing .catalog-glazing__more:active,
.b-catalog-glazing .catalog-glazing__more:visited,
.b-catalog-glazing .catalog-glazing__more:hover {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #a9acae;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.b-catalog-glazing .catalog-glazing__more:hover {
    background-color: #fe8a18;
}
/*-------------------------------------*/
.b-price-glazing {    
    margin-bottom: 2.5em;
}
.b-price-glazing .price-glazing__table {
    display: table;
    border-spacing: 8px;
    width: 100%;
}
.b-price-glazing .price-glazing__inner {
    display: table-row;
}
.b-price-glazing .price-glazing__colleft,
.b-price-glazing .price-glazing__colright {
    display: table-cell;
    vertical-align: top;
    background-color: #eee;
    border: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-price-glazing .price-glazing__colleft {
    padding: 21px 24px;
    width: 36%;
}
.b-price-glazing .price-glazing__nav {
    display: table;
    width: 100%;    
    border-spacing: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.b-price-glazing .price-glazing__nav-row {
    display: table-row;
    cursor: pointer;
}
.b-price-glazing .price-glazing__nav-cell {
    display: table-cell;
    vertical-align: middle;
    height: 66px;
    padding: 2px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3c3e40;
    border-bottom: 1px solid #222324;
    border-top: 1px solid #515355;
}
.b-price-glazing .price-glazing__nav-row:first-child .price-glazing__nav-cell {
    border-top: none;
}
.b-price-glazing .price-glazing__nav-row:last-child .price-glazing__nav-cell {
    border-bottom: none;
}
.b-price-glazing .price-glazing__nav-row-active .price-glazing__nav-cell,
.b-price-glazing .price-glazing__nav-row:hover .price-glazing__nav-cell {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,223,225,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,223,225,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,223,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddfe1',GradientType=0 );
}
.b-price-glazing .price-glazing__nav-cell-img {
    text-align: center;
}
.b-price-glazing .price-glazing__nav-img {}
.b-price-glazing .price-glazing__nav-img img {
    vertical-align: middle;
}
.b-price-glazing .price-glazing__nav-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.b-price-glazing .price-glazing__nav-row-active .price-glazing__nav-title,
.b-price-glazing .price-glazing__nav-row:hover .price-glazing__nav-title {
    color: #3c3e40;
}
.b-price-glazing .price-glazing__nav-img {}
.b-price-glazing .price-glazing__nav-title {}
.b-price-glazing .price-glazing__header {
    padding: 19px 36px;
    border-bottom: 1px solid #dedede;
}
.b-price-glazing .price-glazing__head {
    font-size: 26px;
    color: #3c3e40;
}
.b-price-glazing .price-glazing__content {
    padding: 30px 0px;
    border-top: 1px solid #fff;
}
.b-price-glazing .price-glazing__item {
    display: inline-block;
    vertical-align: top;
    margin-right: -0.275em;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.b-price-glazing .price-glazing__imgbox {
    margin-bottom: 22px;
}
.b-price-glazing .price-glazing__img {}
.b-price-glazing .price-glazing__img img {
    max-width: 100%;
    vertical-align: top;
}
.b-price-glazing .price-glazing__title {
    margin-bottom: 18px;
    font-size: 20px;
}
.b-price-glazing .price-glazing__price {
    margin-bottom: 20px;
    font-size: 18px;
    color: #1b1c1d;
}
.b-price-glazing .price-glazing__price-value {
    font-size: 26px;
    font-weight: bold;
    color: #fe8a18;
}
.b-price-glazing .price-glazing__more:link,
.b-price-glazing .price-glazing__more:active,
.b-price-glazing .price-glazing__more:visited,
.b-price-glazing .price-glazing__more:hover {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 165px;
    padding: 14px 5px 15px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #a9acae;
    font-size: 12px;
    color: #fff;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.b-price-glazing .price-glazing__more:hover {
    background-color: #fe8a18;
}
/*-------------------------------------*/
.b-windows-category {
    margin-bottom: 30px;
}
.b-windows-category .windows-category__item {
    position: relative;
    text-align: center;
}
.b-windows-category .windows-category__imgbox {
    margin-bottom: 20px;
}
.b-windows-category .windows-category__img {}
.b-windows-category .windows-category__content {
    min-height: 190px;
    padding-bottom: 55px;
}
.b-windows-category .windows-category__title {
    margin-bottom: 16px;
    font-size: 24px;
    color: #1b1c1d;
}
.b-windows-category .windows-category__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.b-windows-category .windows-category__btn {}
.b-windows-category .windows-category__btn a:link,
.b-windows-category .windows-category__btn a:active,
.b-windows-category .windows-category__btn a:visited,
.b-windows-category .windows-category__btn a:hover {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 180px;
    padding: 14px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    background-color: #fe8a18;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.b-windows-category .windows-category__btn a:hover {
    background-color: #a9acae;
}
/*-------------------------------------*/
.b-window-prices {
    margin-bottom: 30px;
}
.b-window-prices .window-prices__item {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.b-window-prices .window-prices__imgbox {
    margin-bottom: 10px;
}
.b-window-prices .window-prices__img {}
.b-window-prices .window-prices__content {
    /*min-height: 190px;*/
    /*padding-bottom: 35px;*/
}
.b-window-prices .window-prices__title {
    margin-bottom: 16px;
    font-size: 24px;
    color: #1b1c1d;
}
.b-window-prices .window-prices__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.b-window-prices .window-prices__pricebox {}
.b-window-prices .window-prices__price {
    font-size: 18px;
    color: #1b1c1d;
}
.b-window-prices .window-prices__price-val {
    font-size: 26px;
    font-weight: bold;
    color: #fe8a18;
}
/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
/*-------------------------------------*/
@media only screen and (min-width: 880px) { /*-DESKTOP-*/
    /*---------------------------------*/
    .hide-on-desktop {
        display: none !important;
    }
    /*---------------------------------*/
    .l-header .b-search {
        display: none;
    }
    /*---------------------------------*/
}
/*---------------------------------*/
/*---------------------------------*/

@media only screen and (min-width: 769px) and (max-width: 900px) {
.b-pilot .pilot__4 {
        right: 20px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1279px) { /*-SMALL DESKTOP-*/ 
    /*---------------------------------*/ 
    .b-photobox .photobox__img img {
        max-height: 153px;
    }   
    /*---------------------------------*/
    .b-catalogbox-gal-main .catalogbox__content {
        padding-right: 45px;
    }
    /*---------------------------------*/
    .b-seealso {
        background-position: 52% 0;
    }
    /*---------------------------------*/
    .b-calc-balcony {}
    .b-calc-balcony .calc-balcony__content {
        /*width: auto;
        height: auto;
        min-height: initial;
        float: none;
        margin-right: 0;*/
        width: 57.25%;
    }
    .b-calc-balcony .calc-balcony__imgbox {
        /*display: none;*/
    }
    /*---------------------------------*/
    .b-catalog-glazing {}
    .b-catalog-glazing .catalog-glazing__content {
        padding-top: 25px;
    }
    .b-catalog-glazing .catalog-glazing__item-left .catalog-glazing__imgbox {
        margin-right: -195px;
    }
    .b-catalog-glazing .catalog-glazing__item-right .catalog-glazing__imgbox {
        margin-left: -195px;
    }
    /*---------------------------------*/
    /*---------------------------------*/
    /*---------------------------------*/
}
/*---------------------------------*/
@media handheld, only screen and (max-width: 979px) { /*-ONLY HANDHELD-*/ 
    /*---------------------------------*/
    .b-shema {
        display: none;
    }
    /*---------------------------------*/
    .b-contacts {
        text-align: center;
    }
    .b-contacts .contacts__table,
    .b-contacts .contacts__row,
    .b-contacts .contacts__cell {
        display: block;
    }
    .b-contacts .contacts__row {
        margin-bottom: 20px;
    }
    .b-contacts .contacts__cell {
        padding: 2px 0;
    }
    /*---------------------------------*/
    .b-gallery h2 {
        text-align: center;
    }
    /*---------------------------------*/
    .b-installers h2 {
        text-align: center;
    }
    /*---------------------------------*/
    .b-basketmain-head {
        left: 70px;
        top: 3px;
        width: 50px;
    }
    /*---------------------------------*/
    .b-form {}
        /*-----------------------------*/
        .b-form_cart {}
        .b-form_cart .form__colleft,
        .b-form_cart .form__colright {
            width: 100%;
            margin-right: 0;
        }
    /*---------------------------------*/
    .b-catalog-window {}
    .b-catalog-window .catalogbox__imglink {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
    }
        /*-----------------------------*/
        .b-catalog-window_detal .catalog-window__item {
            margin-left: -100px;
            margin-right: -100px;
            padding-left: 100px;
            padding-right: 100px;
            height: auto;            
        }
        .b-catalog-window_detal .catalog-window__item:before {
            bottom: auto;
            height: 363px;
            margin: 0;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }
        .b-catalog-window_detal .catalog-window__colleft {
            float: none;
            width: auto;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 85px;
            text-align: center;
        }
        .b-catalog-window_detal .catalog-window__colcenter-content {
            float: none;
            max-width: 270px;
            width: 100%;
            margin: 0 auto;
            padding-right: 0;
        }
        .b-catalog-window_detal .catalog-window__shcar {
            max-width: 270px;
            width: 100%;
            margin: 0 auto;
            overflow: visible;
        }
        .b-catalog-window_detal .catalog-window__price {
            text-align: center;
        }
        .b-catalog-window_detal .catalog-window__price-info {
            margin: 0 -125px;
            text-align: center;
        }
        /*---------------------------------*/
        /*---------------------------------*/
    /*---------------------------------*/
    .b-cabbox .cabbox__table td {
        text-align: center;
    }
    /*---------------------------------*/
    .b-calc-balcony {
    }
    .b-calc-balcony .calc-balcony__content {
        width: auto;
        height: auto;
        float: none;
        margin-right: 0;
    }
    .b-calc-balcony .calc-balcony__imgbox {
        /*display: none;*/
    }
    .b-calc-balcony .calc-balcony__caption-num {
        width: 55px;
    }
    .b-calc-balcony .calc-balcony__input-radio:not(checked) ~ .calc-balcony__label:before {
        top: -1px;
    }
    .b-calc-balcony .calc-balcony__input-radio:not(checked) ~ .calc-balcony__label:after {
        top: 5px;
    }    
    /*---------------------------------*/
    .b-price-glazing .price-glazing__table,
    .b-price-glazing .price-glazing__inner,
    .b-price-glazing .price-glazing__colleft,
    .b-price-glazing .price-glazing__colright {
        display: block;
    }
    .b-price-glazing .price-glazing__colleft {
        width: auto;
        padding: 0;
    }
    .b-price-glazing .price-glazing__head {
        text-align: center;
    }
    .b-price-glazing .price-glazing__nav {
        border-collapse: separate;
        border-spacing: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .b-price-glazing .price-glazing__nav-row {
        display: table-cell;
        vertical-align: middle;        
        background-color: #3c3e40;
        border-right: 1px solid #515355;
        border-left: 1px solid #222324;
    }
    .b-price-glazing .price-glazing__nav-row:first-child {
        border-left: none;
    }
    .b-price-glazing .price-glazing__nav-row:last-child {
        border-right: none;
    }
    .b-price-glazing .price-glazing__nav-row:hover,
    .b-price-glazing .price-glazing__nav-row-active {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,223,225,1) 100%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,223,225,1) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,223,225,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddfe1',GradientType=0 );
    }
    .b-price-glazing .price-glazing__nav-cell {
        display: block;
        border: none;
        height: auto;
        background: none;
    }
    .b-price-glazing .price-glazing__nav-row-active .price-glazing__nav-cell, 
    .b-price-glazing .price-glazing__nav-row:hover .price-glazing__nav-cell {
        background: none;
    }
    /*---------------------------------*/
    /*---------------------------------*/
    /*---------------------------------*/
    /*---------------------------------*/

}
/*---------------------------------*/
@media only screen  { /*-DESKTOP-*/
    /*---------------------------------*/
    /*---------------------------------*/
}

@media handheld, only screen and (max-width: 769px) { /*-MOBILE-*/
	/*---------------------------------*/
    
    .b-topbar-contact .topbar-contact__phone{
        position: unset;
    }
    
    .b-reviews .reviews__colleft{
        width: unset;
    }
    
}

@media handheld, only screen and (max-width: 880px) { /*-MOBILE-*/
	/*---------------------------------*/
    
    .b-sandwich {
        top: -54px;
    }
    
    .b-reviews .reviews__item{
        width: unset;
    }
    .l-sidebar .sidebar__inner{
        top: 0;
    }
}

@media handheld, only screen and (max-width: 512px) {

   /* .b-logo {
        left: 20%;
    }*/
    
    .b-sandwich .sandwich__pilot-2{
        position: unset;
        right: unset; 
        top: unset; 
        width: unset;
        padding: 10px 40px;
    }
}

.b-tasks .tasks__table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.b-tasks .tasks__table td:nth-child(3n+1) {
    border-top-color: #49C149;
    border-bottom-color: #49C149;
}

.b-tasks .tasks__table td:first-child, .b-tasks .tasks__table td:last-child {
    border-left-width: 0;
    border-right-width: 0;
}

.b-tasks .tasks__row-img td {
    border-top: 25px solid #aeaeae;
}

.b-tasks .tasks__table td {
    vertical-align: top;
    padding: 5px 10px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.b-tasks .tasks__img {
    padding-top: 15px;
    text-align: center;
}

.b-tasks .tasks__table td:nth-child(3n+3) {
    border-top-color: #008800;
    border-bottom-color: #008800;
}

.b-tasks .tasks__title {
    margin-bottom: 13px;
    font-size: 20px;
    color: #1b1c1d;
}