/*---------------------------------------------------------------------------------------Page Цветные пластиковые окна*/
.item-page .article-body {
    padding-top: 60px;
}
/*FS*/
#banner {
    padding: 60px 0 30px;
}
#banner .contact-form input[type="email"],
#banner .contact-form input[type="tel"],
#banner .contact-form input[type="text"] {
    display: inline-block;
    border: 1px solid transparent;
    padding: 2px 0 0 15px;
    font-size: 18px;
    margin: 0 0 25px;
    color: #0bb8fb;
    height: 45px;
}
#banner .tab-content.color-window {
    float: left;
    width: 401px;
    margin: 0 15px 0 -10px;
}
#banner .nav-tabs > li > a {
    display: block;
    padding: 0;
    border: 2px solid transparent;
    margin: 0 20px 15px 0;
}
#banner .nav-tabs > li:nth-child(even) > a {
    margin: 0 0 15px;
}
#banner .nav-tabs > li {
    display: inline-block;
    float: none;
}
#banner .nav-tabs > li > a.active,
#banner .nav-tabs > li > a.active:focus,
#banner .nav-tabs > li > a.active:hover {
    border: 2px solid #0bb8fb;
}
#banner .nav-tabs {
    border-bottom: 0;
    margin-top: 75px;
}
#banner .sub-title {
    text-align: left;
    margin-left: 36px;
    color: #000;
    font-size: 27px;
}
#banner .sub-title span {
    margin-left: 215px;
}
#banner .blue {
    color: #0bb8fb;
    font-size: 24px;
}
#banner .contact-form {
    width: 370px;
    margin: 0 auto;
    text-align: center;
}
#banner .contact-form input[type="tel"],
#banner .contact-form input[type="text"] {
    width: 100%;
}
#banner .contact-form input[type="text"] {
    background: url(/images/xcc/name.png) right 0 no-repeat #fff;
}
#banner .contact-form input[type="tel"] {
    background: url(/images/xcc/phone.png) right 0 no-repeat #fff;
}
#banner h1 {
    font-size: 52px;
    margin: 0;
    color: #0bb8fb;
}
#banner .col-lg-6.col-md-6.col-sm-5.col-xs-5.text-center.p0 p:last-child {
    margin: 26px 0;
    font-size: 16px;
    color: #000;
}
#banner .contact-form input[type="submit"] {
    display: inline-block;
    margin-top: 15px;
    color: #000;
    font-size: 18px;
    padding: 11px 13px;
    border-radius: 3px;
    border: 0;
    background: #1cc0ff;
    background: linear-gradient(135deg, #1cc0ff 0, #4fe7db 100%);
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
    #banner .tab-content.color-window {
        float: none;
        width: 100%;
        margin: 0;
    }
    #banner .nav-tabs {
        margin-top: 40px;
    }
    #banner .nav-tabs > li > a,
    #banner .nav-tabs > li:nth-child(2n) > a{
        margin: 0 10px 10px 0;
    }
    #banner h1 {
        font-size: 40px;
        margin: 10px 0;
    }
    #banner .sub-title {
        text-align: center;
        margin-left: 0;
        font-size: 22px;
    }
    #banner .sub-title span{
        margin-left: 0;
    }
    #banner .blue {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    #banner .tab-content.color-window {
        float: none;
        width: 100%;
        margin: 0;
    }
    #banner .nav-tabs {
        margin-top: 40px;
    }
    #banner .nav-tabs > li > a,
    #banner .nav-tabs > li:nth-child(2n) > a{
        margin: 0 10px 10px 0;
    }
    #banner h1 {
        font-size: 40px;
        margin: 10px 0;
    }
    #banner .sub-title {
        text-align: center;
        margin-left: 0;
        font-size: 22px;
    }
    #banner .sub-title span{
        margin-left: 0;
    }
    #banner .blue {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
/*//iPhone 14 Pro Max portrait*/
/*//FS*/
.b-category .category__title {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #222222;
    padding-top: 15px;
}
.b-category .category__title a{
    text-decoration: none;
    color: #222222;
    -webkit-transition: color .2s;
    transition: color .2s;
}
.b-category .category__title a:hover{
    color: #d13d73;
}


.typical-page .step-slider .text-wrap {
    position: relative;
    overflow: hidden;
    padding: 70px 5% 60px;
    color: #fff;
}
.typical-page .step-slider .text-wrap .h3,
.typical-page .step-slider .text-wrap h3 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    margin: 0 0 20px;
    line-height: 120%;
    text-transform: uppercase;
}
.typical-page .step-slider .text-wrap p {
    margin: 0;
    max-width: 80%;
}
.typical-page .step-slider .text-wrap .image-under {
    z-index: -1;
    position: absolute;
    top: -50px;
    left: -50px;
    width: calc(100% + 100px);
    height: calc(100% + 100px);
    overflow: hidden;
    background: url(/images/timia/4-3.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    filter: blur(40px);
}
.typical-page .step-slider .images {
    position: relative;
    overflow: hidden;
}
.typical-page .step-slider .images img {
    position: relative;
    min-width: 100%;
    max-width: none;
    height: 100%;
}
@media only screen and (min-width: 641px) {
    .typical-page .step-slider .text-wrap {
        padding: 15vh 5% 20vh 20%;
    }
    .typical-page .step-slider .text-wrap .h3,
    .typical-page .step-slider .text-wrap h3 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 854px) {
    .typical-page.ie-version .step-home {
        min-height: auto;
    }
    .typical-page .step-slider {
        min-height: 75vh;
    }
    .typical-page .step-slider .text-wrap {
        padding: 15vh 5% 20vh;
    }
}
@media only screen and (min-width: 1261px) {
    .typical-page .step-slider .text-wrap {
        padding: 18vh 5% 20vh 18%;
    }
    .typical-page .step-slider .images {

    }
}

/*Block Покраска по каталогу*/
.group-colors {
    margin-bottom: 52px;
}
.group-colors .h2,
.group-colors h2 {
    margin-top: 76px;
    margin-bottom: 72px;
}
.group-colors figure.image {
    position: relative;
}
.jquery-once-4-processed .image img {
    height: 250px;
}
.group-colors figurecaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.group-colors .image figurecaption .label {
    display: inline-block;
    position: relative;
    bottom: 1em;
    border-radius: 2em;
    padding: .5em 1em;
    font-size: .9em;
    background: #eee;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'GothamProReg';
}
.group-colors .jquery-once-3-processed ul {
    padding-left: 0;
}
.jquery-once-3-processed ul li {
    list-style-type: none;
}
.group-colors .colors-variants .tabs-contents img {
    cursor: pointer;
}
.group-colors .jquery-once-3-processed {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.jquery-once-3-processed img {
    /* padding: 1px; */
    width: 48px;
    margin-bottom: 7px;
    margin-right: 7px;
}
/*//Block Покраска по каталогу*/
/*Block Цветной профиль REHAU( крашеный в массе)*/
.b-color-profile .color-profile__img {
    border: 5px solid #eee;
}
.b-color-profile .color-profile__switch {
    background: #eee;
    padding: 25px 40px;
}
.b-color-profile .color-profile__text {
    font-size: 14px;
    color: #55585b;
    margin-bottom: 30px;
}
.b-color-profile .color-profile__switch .js-color-profile-item{
    position: relative;
    margin-bottom: 30px;
}
.b-color-profile .color-profile__switch span {
    cursor: pointer;
    margin-right: 25px;
    position: relative;
}
.b-color-profile .color-profile__dot.active span:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    outline: 5px solid #fe8a18;
}
.b-color-profile .color-profile__title {
    font-size: 18px;
    color: #fe8a18;
}
.b-color-profile .color-profile__switch .color-profile__dot:hover .color-profile__title {
    text-decoration: underline;
}
/*//Block Цветной профиль REHAU( крашеный в массе)*/
/*Block Виды ламинации пластиковых окон*/
.newblprof{
    border-radius: 5px;
    border: 2px solid #e1ecee;
    box-sizing: border-box;
    padding: 20px 15px 0;
    position: relative;
    font-size: 16px;
    overflow: hidden;
}
.newblprof > img{
    margin: 0 auto 10px;
}
.newblprof div.price{
    box-sizing: border-box;
    margin: 10px auto 0;
    margin-bottom: 17px;
}
.newblprof .price .profilePrice {
    font-weight: 700;
    font-size: 14px;
}
.newblprof .price .profilePrice sup {
    font-size: 12px;
}
.newblprof .price .profilePrice b {
    font-weight: 600;
    font-size: 19px;
    color: #f46610;
}
.newblprof .price .profilePrice .rub {
    font-weight: 500;
}
.rndbtnBlue{
    position: relative;
    display: block;
    width: 212px;
    margin: 0 auto -3px auto;
    background-color: #fff;
    padding: 16px 23px;
    border: 3px solid #e1ecee;
    border-bottom: none;
    border-radius: 5px;
    text-align: center;
    color: #0879b3;
    font-size: 16px;
    text-decoration: none;
    font-weight: bolder;
    transition: all 0.3s ease;
}
.rndbtnBlue:hover{
    background-color: #e1ecee;
}
/*//Block Виды ламинации пластиковых окон*/