@font-face {
    font-family: 'officinaserifcbold';
    src: url('../fonts/officinaserifc-bold-webfont.eot');
    src: url('../fonts/officinaserifc-bold-webfont-1.eot') format('embedded-opentype'),
    url('../fonts/officinaserifc-bold-webfont.woff') format('woff'),
    url('../fonts/officinaserifc-bold-webfont.ttf') format('truetype'),
    url('../fonts/officinaserifc-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'officinaserifcregular';
    src: url('../fonts/officinaserifc-book-webfont.eot');
    src: url('../fonts/officinaserifc-book-webfont-1.eot') format('embedded-opentype'),
    url('../fonts/officinaserifc-book-webfont.woff') format('woff'),
    url('../fonts/officinaserifc-book-webfont.ttf') format('truetype'),
    url('../fonts/officinaserifc-book-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*--------------------------------------------------------------------Первый экран*/
.item-page__first-screen{
    background-color: transparent;
}
.item-page__first-screen .container{
    padding-top: 40px;
}
.item-page__first-screen .row{
    margin-bottom: 63px;
}
.bal-one{
    padding-top: 80px;
}
.bal-one h1,
.bal-one .h1{
    font-size: 40px;
    font-family: MuseoSansBlack, sans-serif;
    color: #454545;
    margin-bottom: 30px;
}
.c-h span{
    font-family: MuseoSansBlack, sans-serif;
    font-size: 25px;
}
.free-zamer img{
    width: 45px;
    height: 40px;
    margin-right: 10px;
}
/*------------------------------------------------------------------//Первый экран*/
/*--------------------------------------------------------------------Выберите тип остекления*/
.ost-bal .subtitle{
    font-size: 16px;
    font-weight: 400;
}
.swich-layer{
    background-image: url(/images/osteklenie-balkonov/swich-layer.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    max-width: 469px;
    max-height: 115px;
    margin-bottom: 20px;
}
.swich-layer h3{
    font-size: 18px;
}
.lh p,
.rh p{
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
}
.lh p{
    background: #f9e10c;
    position: relative;
}
.lh p::after{
    position: absolute;
    border-left: 20px solid #f9e10c;
    right: -20px;
}
.rh p{
    background: #0089cf;
    color: #fff;
    position: relative;
}
.rh p::before{
    position: absolute;
    border-right: 20px solid #0089cf;
    left: -20px;
}
.lh p::after,
.rh p::before{
    border-top: 17px solid transparent;
    border-bottom: 18px solid transparent;
    content: "";
}
.swich-layer label{
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.75), inset 0 1px 4px 0 rgba(0, 0, 0, 0.96);
    width: 80px;
    height: 34px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.swich-layer label::before{
    content: "";
    /*background: url(../img/handler.png) no-repeat;*/
    position: absolute;
    width: 33px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 2px 2px #555;
    left: 0;
    transition: left 0.2s ease-in-out;
}
.swich-layer input[type="checkbox"]:checked + label::before {
    left: 47px;
}
.swich-layer input[type="checkbox"]{
    display: none;
}
.right-side-choose .h4{
    font-family: MuseoSansBold, sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px;
}
.prof-view{
    margin-bottom: 20px;
}
.prof-view li{
    position: relative;
    padding-left: 40px;
    padding-top: 10px;
}
.prof-view li::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background-image: url(/images/osteklenie-balkonov/pluses.png);
    background-repeat: no-repeat;
}
#al-inf li:not(:last-child),
#plast-inf li:not(:last-child){
    margin-bottom: 10px;
}
#plast-inf li:first-child::before{
    background-position: 0 0;
}
#plast-inf li:nth-of-type(2)::before{
    background-position: 0 -48px;
}
#plast-inf li:nth-of-type(3)::before{
    background-position: 0 -96px;
}
#plast-inf li:last-child::before{
    background-position: 0 -158px;
}
#al-inf li:first-child::before{
    background-position: -68px 0;
}
#al-inf li:nth-of-type(2)::before{
    background-position: -68px -48px;
}
#al-inf li:nth-of-type(3)::before{
    background-position: -68px -96px;
}
#al-inf li:last-child::before{
    background-position: -68px -158px;
}
.prof-view a{
    color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#ffc000));
    background-image: -o-linear-gradient(#ffde00, #ffc000);
    background-image: linear-gradient(#ffde00, #ffc000);
    padding: 10px 20px;
    border-radius: 20px;
    display: block;
    width: 200px;
    margin: 30px auto 0;
    -webkit-box-shadow: 0 3px 3px 0 rgba(7, 7, 7, 0.5);
    box-shadow: 0 3px 3px 0 rgba(7, 7, 7, 0.5);
}
.prof-view a:hover {
    color: #2980b9;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffde00), color-stop(99%, #ffc000));
    background-image: -o-linear-gradient(bottom, #ffde00 0, #ffc000 99%);
    background-image: linear-gradient(360deg, #ffde00 0, #ffc000 99%);
}
.exterier{
    padding: 20px 10px;
    border: 1px solid #999;
    border-radius: 5px;
    margin-top: 20px;
}
.color-shape {
    margin-top: 10px;
}
.color-shape a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #999;
}
.color-shape a:not(:last-child) {
    margin-right: 20px;
}
.color-shape a:last-child {
    background: #fff;
}
.color-shape a:nth-of-type(4) {
    background: #b43a38;
}
.color-shape a:nth-of-type(3) {
    background: #e3ba2d;
}
.color-shape a:nth-of-type(2) {
    background: #6ec757;
}
.color-shape a:nth-of-type(1) {
    background: #4f94c4;
}
/*------------------------------------------------------------------//Выберите тип остекления*/
/*--------------------------------------------------------------------Остекления балконов*/
.s35{
    margin-bottom: 63px;
}
.f_light{
    font-size: 18px;
    line-height: 1.3;
}
.s35 .h2{
    font-family: officinaserifcbold;
    font-size: 55px;
    padding: 0;
    margin: 0;
}
.s35_variant_block .s35_h{
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/images/osteklenie-balkonov/msg_h.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: scroll;
    color: #2d2929;
    max-width: 499px;
    width: 100%;
    padding-right: 110px;
    line-height: 40px;
    font-family: "officinaserifcbold", sans-serif;
    font-size: 36px;
}
.t_txt .t_bl1{
    color: #333;
    font-family: "officinaserifcregular", sans-serif;
    font-size: 24px;
    padding-left: 42px;
    padding-top: 50px;
    margin-bottom: 10px;
}
.t_bl1.hot{
    background: rgba(0, 0, 0, 0) url(/images/osteklenie-balkonov/rasp.png) no-repeat scroll center top;
}
.t_txt .t_bl2,
.t_txt .t_bl3{
    color: #333;
    font-family: roboto, sans-serif;
    font-size: 20px;
    height: 68px;
    padding-top: 17px;
}
.t_bl2.hot{
    background: rgba(0, 0, 0, 0) url(/images/osteklenie-balkonov/bl2_1.png) no-repeat scroll left center;
}
.t_bl3.hot{
    background: rgba(0, 0, 0, 0) url(/images/osteklenie-balkonov/bl3_1.png) no-repeat scroll left center;
}
.t_txt .t_bl4 {
    padding-left: 36px;
    margin-bottom: 34px;
}
.t_txt .t_bl4 li{
    background: rgba(0, 0, 0, 0) url(/images/bl4.png) no-repeat scroll left center;
    color: #333;
    font-family: roboto, sans-serif;
    font-size: 16px;
    padding-bottom: 4px;
    padding-left: 17px;
    padding-top: 7px;
}
.t_txt .t_bl5 {
    background: #fced54 none repeat scroll 0 0;
    width: 213px;
    font-family: impact, sans-serif;
    font-size: 40px;
    padding: 10px;
}
.s35_variant_block .s35_c {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/images/osteklenie-balkonov/msg_c.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: scroll;
    color: #2d2929;
    font-family: "officinaserifcbold", sans-serif;
    font-size: 36px;
    max-width: 541px;
    width: 100%;
    padding-right: 110px;
    line-height: 40px;
}
.t_bl1.cold{
    background: rgba(0, 0, 0, 0) url(/images/osteklenie-balkonov/razdv.png) no-repeat scroll center top;
}
.t_bl2.cold{
    background: rgba(0, 0, 0, 0) url(/images/osteklenie-balkonov/bl2_2.png) no-repeat scroll left center;
}
.t_bl3.cold{
    background: rgba(0, 0, 0, 0) url(/images/osteklenie-balkonov/bl3_2.png) no-repeat scroll left center;
}
/*------------------------------------------------------------------//Остекления балконов*/
/*-------------------------------------------------------------------Tabs-Контент*/
.w-tabs-item{
    position: relative;
    cursor: pointer;
}
.nav-tabs{
    border: none !important;
}
.nav-tabs .nav-link.w-tabs-item-h{
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    font-size: 21px;
    color: #666 !important;
    padding-bottom: 21px;
}
.nav-tabs .nav-link.w-tabs-item-h.active{
    color: #0f3553 !important;
    border-bottom: 2px solid #0f3553 !important;
    cursor: default;
}
.wpb_wrapper p span{
    color: #0f3553;
}
.list-price li{
    font-size: 14px;
}
.ostekleniepricefon{
    text-align: center;
    background: #dadada;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 0.5rem !important;
}
.osteklenieprice{
    font-weight: 700;
    color: #544d00 !important;
    font-size: 40px;
    line-height: 43px;
}
.w-tabs-section-content{
    padding-top: 20px;
    border-top: 1px dashed #998400;
}
.w-tabs-section-content-first{
    border-top: none !important;
}
/*-----------------------------------------------------------------//Tabs-Контент*/
.sub-medium-bottom-wrapper{
    padding-top: 0;
}