

/* Start:/local/templates/master/components/master/content.list/type/style.css?1756806541294*/
.balcony__profile-img img.cold-show {
	display: none;
}
.balcony__type-item {
	-webkit-box-align: center;
	align-items: center;
	height: 89px!important;
	font-size: 16px;
	cursor: pointer;
	font-weight: 500;
	justify-content: center;
	display: flex !important;
	transition: 0.3s;
}
/* End */


/* Start:/local/templates/master/components/bitrix/news.list/option/style.css?16581393648492*/
.option {
    margin-top: 65px;
    margin-bottom: 123px;
}
.option img {
    max-width: 100%;
}
.option__caption {
    font-size: 50px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 41px;
    position: relative;
}
.option__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 9px;
    position: relative;
}
.option__tab-item {
    padding: 0 16px;
    background-color: #f2f2f2;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px 30px 0 0;
    cursor: pointer;
    /* border-bottom: 1px solid #e0e0e0; */
}

.option__tab-item.active {
    box-shadow: 0px -7px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}
.option__tab-item.active:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 27px;
    left: -29px;
    bottom: -1px;
    background: url(/local/templates/master/components/bitrix/news.list/option/../pic/tab_before.png) no-repeat;
}
.option__tab-item.active:first-child:before, .option__tab-item.active:last-child:after {
    background: #fff;
    bottom: -27px;
}
.option__tab-item.active:after {
    content: "";
    position: absolute;
    width: 29px;
    height: 27px;
    right: -29px;
    bottom: -1px;
    background: url(/local/templates/master/components/bitrix/news.list/option/../pic/tab_after.png) no-repeat;
}
.option__tab-link, .profile-inner__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    border-bottom: 1px dashed #111111;
    color: #111;
    margin-left: 20px;
    text-decoration: none;
}
.option__str {
    height: 30px;
    width: 30px;
    background-color: #111;
    position: relative;
    border-radius: 50px;
}
.option__tab-item.active .option__str {
    color: #eb2336;
    position: relative;
    border: none;
}
.option__tab-item.active .option__tab-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    /* border-bottom: 1px dashed #eb2336; */
    border-bottom: none;
    color: #eb2336;
    margin-left: 20px;
    text-decoration: none;
}
.option__tab-item.active:before, 
.option__tab-item.active:after {
    content: "";
    position: absolute;
    width: 29px;
    height: 27px;
    bottom: -1px;
    z-index: 9;
}
.option__tab-item.active:before {
    left: -29px;
    background: url(/local/templates/master/pic/tab_before.png) no-repeat;
}
.option__tab-item.active:after {
    right: -29px;
    background: url(/local/templates/master/pic/tab_after.png) no-repeat;
}
.option__tab-item.active:first-child:before {
    display: none;
}
.option__tab-item.active:last-child:after {
    display: none;
}
.option__tab-item.active .option__str {
    color: #eb2336;
    position: relative;
    border: none;
    background-color: #eb2336;
}
.option__str:before {
    content: '';
    width: 10px;
    height: 12px;
    position: absolute;
    background: url(/local/templates/master/pic/tab_str.png) no-repeat;
    left: 10px;
    top: 9px;
}
.option__tab-item {
    padding: 0 16px;
    background-color: #f2f2f2;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px 30px 0 0;
    cursor: pointer;
    /* border-bottom: 1px solid #e0e0e0; */
}
.option__content-tab {
    box-sizing: border-box;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.option__content {
    display: none;
}
.option__content.active {
    box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.08);
    display: flex;
}
.option__right {
    width: 405px;
    padding: 30px 0;
}
.option__left {
    display: flex;
    flex-direction: column;
    padding: 50px 100px;
    width: calc(100% - 405px);
}
.option__btn-wrap {
    width: 180px;
}
.option__btn-wrap .btn.option__btn {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 30px;
    box-shadow: 0px 10px 20px 0px rgba(235, 35, 54, 0.5);
    text-decoration: none;
    width: 180px;
}
.option__bottom {
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.option__price-wrap {
    padding-bottom: 7px;
    display: flex;
}
.option__priceinfo {
    display: none;
    width: calc(100% - 180px);
    padding-right: 50px;
}
.option__price {
    display: block;
    font-size: 40px;
    color: #eb2336;
    padding-bottom: 12px;
    font-weight: 600;
}
.option__oldprice {
    padding: 12px 0 0 26px;
}
.option__price-text {
    font-size: 12px;
    display: block;
    padding-bottom: 2px;
}
.option__price-old-value {
    font-size: 14px;
    color: #999999;
    padding: 0 4px;
    position: relative;
}
.option__pricetxt {
    font-size: 14px;
    color: #999999;
    padding: 0 4px;
    position: relative;
}
.option ol {
  list-style-type:  decimal-leading-zero;
  color: #999999;
}
.option ol span {
    color: #111111;
}
.option ol li {
    padding-left: 35px;
    margin-bottom: 10px;

}
.option ol li:before {
    content: counter(item, decimal-leading-zero) " ";
}
/* --------------------------- */
@media (max-width: 1239px) {
    .option {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .option__right {
        width: 300px;
    }
    .option__left {
        padding: 50px 30px;
        width: calc(100% - 300px);
    }
    .option__bottom {
        display: block;
    }
    .option__price {
        padding-bottom: 0;
    }
    .option__pricetxt {
        margin-bottom: 10px;
    }
}
/* --------------------------- */
@media (min-width: 768px) and (max-width: 1239px) {
    /* ----------------------- */
    .option__priceinfo {
        width: auto;
        padding: 0;
    }
    /* ----------------------- */
}
/* --------------------------- */
@media (max-width: 767px) {
    .option {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .option__caption {
        font-size: 22px;
    }
    .option__right {
        width: 100%;
        text-align: center;
        order: -1;
    }
    .option__left {
        padding: 20px;
        width: 100%
    }
    .option__bottom {
        display: block;
    }
    .option__content.active {
        flex-wrap: wrap;
    }
    .option__priceinfo {
        width: auto;
        margin-right: 0;
        padding: 0;
        text-align: center;
    }
    .option__str {
        display: block;
        order: 2;
        height: 22px;
        width: 22px;
        background-color: #c6c6c6;
        margin-top: 10px;
    }
    .option__str:before {
        left: 6px;
        top: 5px;
    }
    .option__tab-item {
        background: none;
        border: none;
        display: flex;
        flex-direction: column;
        padding: 0;
        text-align: center;
    }
    .option__tab-item.active {
        background: none;
        border: none;
        display: flex;
        flex-direction: column;
        padding: 0;
        text-align: center;
        justify-content: space-between;
        box-shadow: none
    }
    .option__tab-item:before,
    .option__tab-item:after {
        background: none;
    }
    .option__tab-item .option__tab-link,
    .option__tab-item.active .option__tab-link {
        font-size: 14px;
        margin-left: 0;
    }
    .option__tab {
        /* flex-wrap: wrap; */
        padding-bottom: 9px;
    }
    .option__bottom {
        padding-top: 15px;
    }
    .option__pricetxt {
        margin-bottom: 10px;
    }
    .option__btn-wrap {
        margin: 0 auto;
    }
    .option__btn-wrap .btn.option__btn {
        font-size: 14px;
        padding: 5px 0;
        max-width: 140px;
        margin: 24px auto 0;
    }
    .option__price-wrap {
        justify-content: center;
        max-width: 100%;
        padding: 10px 20px 10px;
        align-items: center;
        text-align: center;
    }
    .option__price {
        font-size: 30px;
    }
    .option__oldprice {
        padding: 4px 0 0 26px;
    }
}
/* --------------------------- */
@media (max-width: 339px) {
    /* ----------------------- */
    .option__price-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    /* ----------------------- */
}
/* --------------------------- */

/* End */


/* Start:/local/templates/master/components/master/content.list/profiles/style.css?17754158318591*/

.profile {
    padding-top: 103px;
}

.profile--window {
    background-image: none !important;
    padding-bottom: 70px;
}

@media (max-width: 1023px) {
    .profile--window {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .profile--window {
        padding-bottom: 30px;
        margin-bottom: 40px;
        border-bottom: 1px solid #e5e5e5;
    }
}

.profile__caption h2,
.calculator-okna h2,
.b-profile-detail .static-content h2,
.profile-detail__props h2,
.profile-detail__doc h2 {
    font-size: 38px;
    line-height: 1.5;
    position: relative;
    font-weight: 800;
    margin-bottom: 15px;
}

.profile__caption .profil__text {
    font-size: 30px;
    font-weight: 500;
}

.profile__caption .profile__text {
    font-size: 30px;
    font-weight: 500;
}

.profile__caption-text {
    font-size: 30px;
    line-height: 58px;
    font-weight: 500;
}

.profile__head {
    display: flex;;
    justify-content: center;
}

@media (max-width: 479px) {
    .profile__head {
        justify-content: flex-start;
        margin-left: 0px;
        white-space: nowrap;
        padding-bottom: 10px;
    }
}

.profile__head .slick-list {}

@media (max-width: 479px) {
    .profile__head .slick-list {
        padding-bottom: 5px;
    }
}

@media (max-width: 479px) {
    .profile__head .slick-track {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 7px;
    }
}

.profile__head button.slick-next.slick-arrow,
.profile__head button.slick-prev.slick-arrow {
    display: none !important;
}

.profile__head-item {
    margin-bottom: 10px !important;
    font-size: 18px;
    color: #a5a5a5;
    margin: 0 16px;
    padding-bottom: 3px;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 1px solid transparent;
}

.profile__head-item:hover {
    color: #1e1e1e;
}

.profile__head-item.slick-current {
    color: #1e1e1e;
    border-bottom: 0px solid #d41f30;
    position: relative;
}

.profile__head-item.slick-current:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px solid #d41f30;
    border-bottom: 1px solid #d41f30;
    transform: rotate(-36deg) skew(20deg);
    left: 4px;
    bottom: -6px;
    background-color: #fff;
    transition: all .3s;
}

.profile__wrap {
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 61px -15px 0 -15px;
}

@media (max-width: 1200px) {
    .profile__wrap:before {
        left: 42%;
    }
}

@media (max-width: 1023px) {
    .profile__wrap:before {
        left: 50%;
        margin-left: -17px;
    }
}

@media (max-width: 767px) {
    .profile__wrap:before {
        display: none;
    }
}

@media (max-width: 479px) {
    .profile__wrap:before {
        display: block;
        left: 35px;
        top: -7px;
    }
}

.profile__wrap:after {
    position: absolute;
    content: '';
    top: 9px;
    left: -40px;
    right: -40px;
    height: 1px;
    background-color: #e5e5e5;
    display: none;
}

@media (max-width: 479px) {
    .profile__wrap: after {
        display: block;
    }
}

.profile__wrap .slick-list {
    padding-top: 48px;
}

@media (max-width: 479px) {
    .profile__wrap .slick-list {
        padding-top: 46px;
    }
}

.profile__item {
    display: flex !important;
    flex-wrap: wrap;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: height 0.3s ease;
}

.profile__item:hover {
    height: 430px;
    transition: height 0.3s ease;
}

.profile__item .profile__inner {
    background-color: #fff;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    /* max-height: 330px;
    transition: max-height 0.3s; */
}

@media (max-width: 767px) {
    .profile__item {
        border: none;
    }
}

.profile__col {
    min-height: 330px;
    display: flex;
    flex-direction: column;
}

.profile__col--img {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 27px 0px 30px 40px;
}

.profile__img-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.profile__img-increase {
    background: url(/local/templates/master/components/master/content.list/profiles/../pic/icon_increase.png) 0 100% no-repeat;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 20px;
    position: absolute;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 99;
}

.profile__img-increase.profile__img--decrease,
.profile-inner__img-increase.profile-inner__img--decrease {
    background: url(/local/templates/master/components/master/content.list/profiles/../pic/icon_increase.png) 0 0 no-repeat;
}

.profile__img-increase:hover,
.profile-inner__img-increase:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.profile__img-circle {
    display: none;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}

.profile__col--center {
    width: 29%;
    border-right: 1px solid #e5e5e5;
}

@media (max-width: 1200px) {
    .profile__col--center {
        width: 32%;
    }
}

@media (max-width: 1023px) {
    .profile__col--center {
        width: 50%;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }
}

@media (max-width: 767px) {
    .profile__col--center {
        width: 100%;
        border: none;
        flex-direction: column-reverse;
        min-height: 100%;
    }
}

.profile__col--descr {
    padding: 35px 20px 0 40px;
    z-index: 99;
}

@media (max-width: 1023px) {
    .profile__col--descr {
        order: 2;
        padding: 0 20px 0 20px;
    }
}

.profile__col-top {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding: 44px 30px 27px 41px;
    position: relative;
}

.profile__col-top:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transform: rotate(-45deg);
    bottom: -6px;
    left: 65px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .profile__col-top:before {
        display: none;
    }
}

.profile__col-top:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transform: rotate(-135deg);
    top: 50px;
    right: -6px;
    background-color: #fff;
}

@media (max-width: 1023px) {
    .profile__col-top: after {
        display: none;
    }
}

@media (max-width: 767px) {
    .profile__col-top {
        border: none;
        padding: 20px 0 3px;
    }
}

.profile__col-title-wrap {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.profile__col-icon {
    width: 22px;
    text-align: center;
}

.profile__col-text {
    width: calc(100% - 22px);
    padding-left: 5px;
    font-size: 14px;
    color: #a5a5a5;
}

.profile__col-progress-wrap {
    background-color: #ededed;
    border-radius: 2px;
    height: 10px;
    position: relative;
    margin-bottom: 21px;
}

.profile__col-progress {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    height: 14px;
    border-radius: 2px 0 0 2px;
}

.profile__col-progress:before {
    position: absolute;
    content: '';
    border: 7px solid transparent;
    border-left: 6px solid #d41f30;
    right: -12px;
    top: 0;
}

.profile__col-price-wrap {
    padding-bottom: 31px;
    display: flex;
    margin-top: 5px;
}

.profile__warn-quietly {
    position: absolute;
    left: 280px;
    top: 44px;
}

.profile__col-price {
    font-size: 24px;
    color: #fff;
    padding: 0 14px 0;
    background: #eb2336;
    font-weight: 600;
}

.profile__col-price-old {
    font-size: 14px;
    color: #999999;
    position: relative;
    padding: 0 4px;
    text-decoration: line-through;
    margin-left: 13px;
}

@media (max-width: 479px) {
    .profile__col-price-old {
        display: block;
    }
    .profile__col-price-old:before {
        left: auto;
        margin-left: -2px;
    }
}

.profile__col-price-old .rubl {
    font-size: 20px;
}

.profile__col-bottom-title {
    font-size: 12px;
}

.profile__col-hide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 30px;
    z-index: 99;
}
/* End */
/* /local/templates/master/components/master/content.list/type/style.css?1756806541294 */
/* /local/templates/master/components/bitrix/news.list/option/style.css?16581393648492 */
/* /local/templates/master/components/master/content.list/profiles/style.css?17754158318591 */
