

/* Start:/local/components/master/quiz/templates/main/style.css?17531253338103*/
.quiz-main{position: relative;}.quiz-main .section-quiz_container{background: #eb2336;border-radius: 10px;padding: 40px 60px;overflow: hidden;}.quiz-main .section-quiz_container h2{font-weight: 400;font-size: 42px;line-height: 70px;color: #FFFFFF;margin-bottom: 15px;}.quiz-main .section-quiz_question-slider{display: flex;transition: 0.5s;}.quiz-main .section-quiz_question-block{margin-right: 75px;}.quiz-main .section-quiz_container .section-quiz_text{font-weight: 400;font-size: 20px;line-height: 24px;color: #FFFFFF;margin-bottom: 50px;}.quiz-main .section-quiz_question-block .section-quiz_question-num{font-weight: 400;font-size: 20px;line-height: 28px;color: #FFF;margin-bottom: 2px;}.quiz-main .section-quiz_question-block .section-quiz_question-text{font-weight: 600;font-size: 30px;line-height: 38px;color: #FFFFFF;margin-bottom: 30px;}.quiz-main .section-quiz_variants-block {display:flex;margin-bottom: 50px;}.quiz-main .section-quiz_variants-block.variants-block_horizontal{flex-direction:row;gap:26px;width: 100%;}.quiz-main .section-quiz_variants-block.variants-block_vertical{flex-direction:column;gap:26px;width: 100%;}.quiz-main .section-quiz_variants-block.variants-block_vertical .variants-block-item{display:flex;position: relative;}.quiz-main .section-quiz_variants-block .section-quiz_input-line{display: flex;flex-direction: column;}.quiz-main .section-quiz_variants-block .section-quiz_input-line input {padding: 10px;background: #EFEFEF;border: 1px solid rgba(60, 60, 60, 0.2);box-sizing: border-box;border-radius: 2px;width: 300px;font-weight: 400;font-size: 20px;line-height: 28px;color: #3C3C3C;transition: 0.3s;box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0);}.quiz-main .section-quiz_variants-block .section-quiz_input-line input.error {box-shadow: 0 0 5px 2px rgba(255, 0, 0, 1) inset;}.quiz-main .variants-block-item .variants-block-item_checkbox{width: 30px;height: 30px;background: #EFEFEF;border: 1px solid rgba(60, 60, 60, 0.2);box-sizing: border-box;border-radius: 2px;margin-right: 15px;}.quiz-main .variants-block-item{cursor:pointer;}.quiz-main .variants-block-item.variants-block-item_image{width: 25%;cursor:pointer;transition: 0.3s;}.quiz-main .variants-block_vertical .variants-block-item .variants-block-item_checkbox-checked{position: absolute;width: 30px;height: 30px;top:0;left:0;background-image: url("/local/components/master/quiz/templates/main/../../img/checked.png");background-position: center;background-repeat: no-repeat;background-size: 0%;opacity: 0;transition: 0.2s;}.quiz-main .variants-block_vertical .variants-block-item.active .variants-block-item_checkbox-checked{background-size: 60%;opacity: 1;}.quiz-main .variants-block_vertical .variants-block-item_title{font-weight: 400;font-size: 20px;line-height: 24px;color: #FFFFFF;}.quiz-main .variants-block-item.variants-block-item_image.active, .quiz-main .variants-block-item.variants-block-item_image:hover{transform: scale(1.05);}.quiz-main .variants-block-item.variants-block-item_image img{width: 100%;border-radius: 5px 5px 0 0;height: 280px;object-fit: cover;}.quiz-main .variants-block-item.variants-block-item_image .variants-block-item_title {background: #fff;border-radius: 0 0 5px 5px;height: 50px;display: flex;align-items: center;padding: 0 20px;font-weight: 400;font-size: 20px;line-height: 20px;color: #3C3C3C;}.quiz-main .section-quiz-navigation{display:flex;justify-content: space-between;}.quiz-main .section-quiz-navigation .section-quiz-navigation_progressbar{position: relative;display: flex;align-items: center;width: 70%;transition: 0.5s;}.quiz-main .section-quiz-navigation.complete .section-quiz-navigation_progressbar{width: 100%;}.quiz-main .section-quiz-navigation .section-quiz-navigation_buttons{display:flex;justify-content: flex-end;width: 25%;transition: 0.5s;}.quiz-main .section-quiz-navigation.complete .section-quiz-navigation_buttons{width: 0%;}.quiz-main .section-quiz-navigation .progressbar-button {display: flex;align-items: center;font-weight: 500;font-size: 16px;line-height: 24px;text-transform: uppercase;cursor:pointer;padding: 11px 25px;background:none;border: none;}.quiz-main .section-quiz-navigation .progressbar-button.progressbar-button_prev-button {color:#FFF;margin-right: 33px;}.quiz-main .section-quiz-navigation .progressbar-button.progressbar-button_next-button {color:#eb2336;background: #FFFFFF;border-radius: 5px;}.quiz-main .section-quiz-navigation .progressbar-button.progressbar-button_prev-button:before {content: '';margin-right: 10px;width: 7px;height: 13px;background: url(/local/components/master/quiz/templates/main/../../img/ArrowPrev.png);}.quiz-main .section-quiz-navigation .progressbar-button.progressbar-button_next-button:after {content:'';margin-left: 10px;width: 7px;height: 13px;background: url(/local/components/master/quiz/templates/main/../../img/ArrowNext.png);}.quiz-main .section-quiz-navigation .progressbar-line{position: absolute;opacity: 0.2;background: #FFF;border-radius: 10px;height: 3px;width: 100%;}.quiz-main .section-quiz-navigation .progressbar-value{position: absolute;background: #FFF;height: 3px;transition: 0.5s;border-radius: 10px;}.quiz-main .section-quiz-navigation .progressbar-point{position: absolute;font-style: normal;font-weight: 400;font-size: 20px;line-height: 28px;color: #FFFFFF;margin-top: -40px;margin-left: -14px;transition: 0.5s;}.quiz-main .section-quiz-navigation .progressbar-point:after{position: absolute;content:'';width: 10px;height: 10px;top: 29px;left: 8px;border-radius: 50%;background: #FFFFFF;}.quiz-popup-close {position: absolute;width: 50px;right: 25px;top: 15px;cursor: pointer;}@media(max-width: 1280px){.quiz-main .variants-block-item.variants-block-item_image .variants-block-item_title {font-size: 16px;line-height: 18px;}.quiz-main .variants-block-item.variants-block-item_image img {height: 220px;}}@media(max-width: 1024px){.quiz-main .variants-block-item.variants-block-item_image .variants-block-item_title {font-size: 14px;line-height: 16px;}.section-quiz-navigation .progressbar-button.progressbar-button_prev-button {margin-right: 0;}.quiz-main .variants-block-item.variants-block-item_image img {height: 180px;}.quiz-main .section-quiz_question-block .section-quiz_question-text {font-size: 22px;}.quiz-main .section-quiz_question-block .section-quiz_question-num {font-size: 16px;}.quiz-main .section-quiz_container .section-quiz_text {font-size: 16px;margin-bottom: 30px;}.quiz-main .section-quiz_container h2 {font-size: 40px;}.quiz-main .section-quiz .section-quiz_container{padding:20px;}}@media(max-width: 768px){.quiz-main .variants-block-item.variants-block-item_image .variants-block-item_title {font-size: 14px;line-height: 16px;}.quiz-main .section-quiz_variants-block.variants-block_horizontal {flex-wrap: wrap;}.quiz-main .variants-block-item.variants-block-item_image {width: calc(50% - 13px);}.quiz-main .section-quiz-navigation {flex-direction: column;height: 80px;margin-top: 20px;}.quiz-main .section-quiz-navigation .section-quiz-navigation_progressbar {width: 100%;}.quiz-main .section-quiz-navigation .section-quiz-navigation_buttons {width: 100%;justify-content: space-between;}.section-quiz-navigation .progressbar-button.progressbar-button_prev-button {padding-left: 0;}.quiz-main .variants-block-item.variants-block-item_image img {height: 145px;}.quiz-main .section-quiz_question-block .section-quiz_question-text {font-size: 16px;line-height:24px;margin-bottom: 20px;}.quiz-main .section-quiz_question-block .section-quiz_question-num {font-size: 14px;}.quiz-main .section-quiz_container .section-quiz_text {font-size: 14px;margin-bottom: 20px;}.quiz-main .section-quiz_container h2 {font-size: 28px;line-height: 32px;margin-bottom: 5px;}.quiz-main .section-quiz-navigation .progressbar-point {font-size: 16px;}.quiz-main .variants-block-item.variants-block-item_image .variants-block-item_title {padding: 0 10px;}}@media(max-width: 576px){.quiz-main .section-quiz_container {padding: 40px 30px;}.quiz-main .variants-block-item.variants-block-item_image img {height: 130px;}.quiz-main .section-quiz_variants-block.variants-block_horizontal {flex-wrap: wrap;gap: 10px;}.quiz-main .variants-block-item.variants-block-item_image {width: calc(50% - 5px);}}
/* End */


/* Start:/local/templates/master/components/master/content.list/profiles_rehau/style.css?17792967098652*/

.profile {
    padding-top: 103px;
    background-color: #f3f3f3;
}

.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;
    padding-bottom: 40px;
}

@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_rehau/../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_rehau/../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 */


/* Start:/local/templates/master/components/bitrix/news.list/advantages/style.css?1667315810150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/master/components/master/calculator.okna/template1/style.css?177929125919244*/
.calculator-okna {
	margin: 42px 0 98px;
}
.calculator-wrap {
	display: flex;
	margin-bottom: 10px;
}

.calculator-count .data-parent .desripton-okna{
	position: absolute;
    left: -65px;
    top: 50%;
    transform: rotate(-90deg);
    font-size: 12px;
}

.calculator-okna .left-column {
	margin: 0 5px 0 0;
}
.calculator-okna .right-column {
	margin: 0 0 0 5px;
}
.right-column,
.left-column {
	max-width: 580px;
	width: 100%;
}
.right-column .sizes-block {
	height: 100%;
}

.calculator-okna .calculator-block {
	position: relative;
    float: none;
    padding: 40px 20px 15px 41px;
    background: #f5f4f2;
}
.calculator-error span {
    border: 1px solid #f50201;
    background: #ffc2c2;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    color: #202020;
	padding: 10px 15px;
}
.calculator-number {
    position: relative;
	height: 30px;
	width: 30px;
    line-height: 32px;
	font-size: 18px;
	font-weight: 600;
    color: #fff;
	background-color: #eb2336;
	text-align: center;
	border-radius: 50px;
}
.calculator-title {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 32px;
    position: relative;
	font-size: 22px;
	font-weight: 500;
}
.calculator-okna .box {
	margin-bottom: 8px;
	display: flex;
}
.calculator-okna .data-parent input {
	display: none;
}
.calculator-count {
	margin-left: -10px;
	margin-right: -10px;
}
.calculator-count label {
	float: left;
	display: block;
	margin: 0 7px 0 15px;
	border: 3px solid transparent;
	position: relative;
	line-height: 0;
	cursor: pointer;
}
.calculator-count label img {
	pointer-events: none;
}
.calculator-okna .select-block {
padding: 40px 20px 50px 41px;
margin-bottom: 10px;
}
.calculator-okna .calculator-count label:hover {
	border: 3px solid #ffc2c2;
}
.calculator-okna .calculator-count input {
	display: none;
}
.calculator-okna .calculator-count input:checked + label {
	border: 3px solid #eb2336;
}
.calculator-okna .calculator-count input:checked + label:after {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #eb2336;
    bottom: -15px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
}
.calculator-okna select {
	width: 100%;
    padding: 5px 10px;
	box-sizing: border-box;
}
.calculator-okna .characteristics ul {
	margin: 19px 0 0 0;
	padding: 0;
}
.calculator-okna .characteristics ul li {
	padding: 0 0 0 13px;
	font-size: 14px;
	line-height: 34px;
	position: relative;
}
.calculator-okna .result-block {
	padding: 42px 57px 50px 48px;
	position: relative;
	background-color: #eb2336;
	margin-top: 41px;
}
.calculator-result,
.calculator-okna .right-result {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.result-block__title {
	font-weight: 500;
	font-size: 30px;
	line-height: 32px;
	color: #fff;
}
.calculator-okna .calculator-label {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	max-width: 97px;
}
.calculator-okna .left-result {
	padding-right: 49px;
	border-right: 1px solid #c81e2e;
	display: flex;
	justify-content: space-between;
	align-items: center;
    max-width: 711px;
	width: 66%;
	height: 58px;
}
.calculator-okna input[type="number"] {
	border: none;
	padding: 0 10px;
	width: 70px;
	height: 48px;
	display: inline-block;
	font-weight: 500;
	text-align: center;
	border-radius: 4px;
}
.calculator-price {
	text-decoration: line-through;
}
.calculator_price__block{

    display: flex;
    align-items: center;

}
.calculator_label_ot{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    display: flex;
    align-items: flex-end;
        align-items: center;
        margin-top: 0;
        margin-bottom: 3px;
    }

.price-discount {
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	margin-top: 0;
	line-height: 32px;
	text-decoration: none;
	white-space: nowrap;
}
.price-total {
	font-size: 30px;
	line-height: 32px;
	color: #fff;
}
.step-toggle {
	display: none;
	cursor: pointer;
}
.step-toggle.selected {
	display: block;
}
.calculator-step {
	text-align: center;
}
.calculator-step input[type="radio"] {
	display: none;
}
.sizes {
	position: absolute;
	width: 100%;
	left: 0;
}
.sizes input {
    border: none;
    outline: none;
    height: 28px;
    padding: 0 5px 0 10px;
    width: 45px;
    box-sizing: border-box;
}
.sizes .input-wrapper {
    border: solid 1px #e5e5e5;
    height: 50px;
    line-height: 30px;
	background: #ffffff;
	border-radius: 4px;
	font-size: 14px;
	margin-top: 3px;
}
.calculator-step {
	margin: 105px 0 30px 0;
}
.calculator-okna .clear {
	clear: both;
}
.calculator-okna input[type="number"]::-webkit-outer-spin-button,
.calculator-okna input[type="number"]::-webkit-inner-spin-button {
		-webkit-appearance: none;
	margin: 0;
}
.calculator-okna input[type="number"] {
	-moz-appearance: textfield;
}
.calculator-okna input[type="number"]:hover,
.calculator-okna input[type="number"]:focus {
	-moz-appearance: number-input;
}
.calculator-okna input[type=number]::-webkit-inner-spin-button,
.calculator-okna input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.calculator-okna .calculator-block select {
    padding: 15px 20px 15px 20px;
	cursor: pointer;
	line-height: 28px;
	font-weight: 500;
	border-radius: 4px;
	max-width: 500px;
}
.calculator-okna .button-result .btn {
	float: right;
}
.size-height,
.size-width {
	width: 115px;
	position: absolute;
}
.size-width {
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
}
.size-height {
    right: 102.5px;
    top: 227px;
    bottom: 0;
}
.size-label {
    font-size: 14px;
    line-height: 26px;
}
.calculate-buttons .next-stage,
.next-stage {
	height: 38px;
	line-height: 38px;
	color: #ffffff;
	padding: 0 30px 0 30px;
	border: 0;
	text-decoration: none;
	display: inline-block;
	float: right;
	position: relative;
	cursor: pointer;
	background: linear-gradient(to top, #bd1908 0%, #f72404 100%);
	margin-top: 7px;
}
.calculate-buttons .next-stage.disabled {
	cursor: default;
	background: #d4d4d4;
}
.calculate-buttons .next-stage:not(.disabled):hover,
.next-stage:not(.disabled):hover {
	background: linear-gradient(to bottom, #bd1908 0%, #f72404 100%);
}
.calculate-form {
	border: 10px solid #eb2336;
	padding: 66px 10px 73px;
	position: relative;
	box-shadow: 0 10px 15px 0 rgba(1, 1, 1, 0.2);
	border-top: none;
}
.calculator-okna .center {
	display: flex;
	justify-content: center;
}
.calculate-form input[type="text"] {
	border: solid 1px #979797;
	height: 38px;
	padding: 0 16px;
	margin: 0 8px;
	box-sizing: border-box;
	width: 220px;
}
.calculate-form .button {
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    padding: 0 47px 0 30px;
    border: 0;
    text-decoration: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: linear-gradient(to top, #bd1908 0%, #f72404 100%);
	box-sizing: border-box;
	width: 220px;
	margin: 0 8px;
}
.calculate-form .button:hover {
	background: linear-gradient(to bottom, #bd1908 0%, #f72404 100%);
}
.calculate-form .button:after {
    content: "";
    width: 7px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
    margin: auto;
    background: url(/local/templates/master/components/master/calculator.okna/template1/images/1@2x.png) 0 0 no-repeat;
    background-size: contain;
}
.calculate-form .red-arrow {
	width: 78px;
	height: 96px;
	background: url(/local/templates/master/components/master/calculator.okna/template1/images/arrow-show-form.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
    top: 125px;
    right: 160px;
}
.after-submit {
	display: none;
	margin-bottom: 25px;
}
.block-step-2 label img {
	max-height: 70px;
}
.errortext {
	color: #ee2325;
}
body.wait * {
	cursor: wait !important;
}
.save-result {
	padding-left: 30px;
	padding-right: 30px;
}
.calculate-btn {
	margin-top: 31px;
}
.calculate-btn .btn {
	border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    line-height: 30px;
	box-shadow: 0px 10px 20px 0px rgba(235, 35, 54, 0.5);
	max-width: 220px;
    width: 100%;
	margin-left: 10px;
	display: inline-block;
}
.calculator-okna h2,
.calculator-okna h3 {
	font-weight: 100;
    margin: 0 0 2px 0;
    text-align: left;
}
.calculator-okna h2 {
	font-size: 60px !important;
	margin: 0 0 18px 0;
}
.calculator-okna .calculator-okna__description {
	font-size: 30px;
	line-height: 2.33;
	font-weight: 500;
	margin-bottom: 60px;
}
.calculator-okna .prev-submit h3 {
	font-size: 40px;
	font-weight: 800;
	line-height: 50px;
	padding-bottom: 22px;
	text-align: center;
}
.calculator-okna .prev-submit p {
	font-size: 18px;
	line-height: 26px;
	max-width: 745px;
	font-weight: 500;
}
.wrapper .calculate-phone {
    border: 1px solid #dfdfdf;
    height: 60px;
    padding: 0 20px 0 27px;
    width: 290px;
    border-radius: 50px;
	color: #bbb;
	font-weight: 400;
	line-height: 30px;
	font-size: 16px;
	box-shadow: none;
}
.calculate-consent {
	margin-top: 29px;
}
.calculate-consent p {
    color: #888888;
    line-height: 22px;
    font-size: 12px;
}
.calculate-consent a {
	color: #888888;
	font-size: 12px;
	border: none;
}
.calculate-form p {
    margin-bottom: 3px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 68%;
}
.sizes .input-wrapper.error {
	border: solid 1px #eb2336;
	background: #ffb3b3;
}
.sizes .input-wrapper.error input {
	background: #ffb3b3;
}
.sizes .input-wrapper,
.sizes .input-wrapper input {
	transition: all 0.3s ease;
}
.window-title {
	font-size: 18px;
	font-weight: 500;
}
.non-standard-message {
	display: none;
	position: absolute;
    font-size: 19px;
    width: 100%;
    font-weight: 500;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
    text-align: center;
    background-color: #eb2336;
}
.select-wrapper {
	position: relative;
}
.select-wrapper-label {
	display: block;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 26px;
}
.select-wrapper select {
	background-image: url(/local/templates/master/components/master/calculator.okna/template1/images/icon_str_select.png);
    background-repeat: no-repeat;
    background-position: 94% 28px;
	background-size: 8px;
}
.calculator-step-label {
    font-size: 12px;
    text-align: center;
    width: 145px;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
}
.sizes-block .red-arrow {
    width: 60px;
    height: 66px;
    background: url(/local/templates/master/components/master/calculator.okna/template1/images/arrow-show-form.png) 0 0 no-repeat;
	background-size: contain;
    position: absolute;
    left: 190px;
    bottom: 165px;
    transform: rotate(150deg);
}
.calculator-content.static-content h3 {
	font-size: 50px;
    font-weight: 800;
    padding-bottom: 59px;
}
.calculator-content.static-content ul {
	padding: 3px 0px 25px 0px;
}
.calculator-content.static-content ul li {
	padding: 0 0 0 19px;
	font-size: 16px;
	line-height: 26px;
}
.calculator-content.static-content ul li:before {
	position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    left: 0;
    top: 11px;
    background-color: #000;
    border-radius: 50%;
}
.calculator-content2 {
    margin-top: 76px;
}
.other-calculator {
	padding-top: 15px;
}
.other-calculator__wrap {
	margin:  0 -15px;
}
.other-calculator__wrap .slick-list {
	padding: 7px 0 24px;
}
.other-calculator .other-calculator__item {
	margin:  0 15px;
	height: 185px;
	display: flex;
	padding: 48px 15px 10px 42px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
	background: url(/local/templates/master/components/master/calculator.okna/template1/../../../../pic/icon_profile_str.png) no-repeat;
	background-size: 14px;
    background-position: 89% 83%;
}
.other-calculator a {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	text-decoration: none;
	color: #111;
}
.other-calculator .static-content h3 {
	font-size: 30px;
	font-weight: 500;
}
.other-calculator a:hover {
	color: #eb2336;
}
.other-calculator .slick-arrow
{
    width: 27px;
    height: 55px;
    background-color: #fff;
    border: none;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
	z-index: 99;
	top: 38%;
}
.other-calculator .slick-arrow:hover {
    background-color: #fff;
    opacity: 0.6;
    transition: all 0.3s;
}
.other-calculator .slick-prev
{
    left: 0;
    border-radius: 0px 50px 50px 0;
}
.other-calculator .slick-next
{
    right: 0;
    border-radius: 50px 0 0 50px;
}
.other-calculator .slick-arrow:before
 {
    width: 14px;
    height: 11px;
    background: url(/local/templates/master/components/master/calculator.okna/template1/../../../../pic/logo_price_str.png) no-repeat;
    top: 22px;
}
.other-calculator .slick-prev:before {
	left: 5px;
}
.other-calculator .slick-next:before {
	right: 5px;
}

/*------------------------------*/

/*------------------------------*/
@media (max-width: 1130px) {
	.calculator-okna .result-block {
		width: auto;
		padding: 32px 47px 40px 38px;
	}
	.calculator-wrap {
		flex-direction: column;
	}
	.right-column, .left-column {
		max-width: 100%;
	}
	.calculator-okna .right-column {
		margin: 10px 0 0 0;
	}
	.calculator-okna .left-result {
		flex-direction: column;
		align-items: flex-start;
		max-width: 100%;
		width: auto;
		height: 100%;
	}
	.calculator-okna .right-result {
		flex-direction: column;
		padding-left: 49px;
		align-items:	flex-start;
	}
	.calculator-result {
		justify-content: flex-start;
	}
	.calculator-price, .price-discount {
		/*margin-top: 10px;*/
	}
	.result-block__title {
		font-size: 22px;
	}
	.price-total {
		font-size: 24px;
	}
	.price-discount {
		font-size: 30px;
	}
	.calculate-form .red-arrow {
		display: none;
	}
	.non-standard-message {
		height: 57%;
		padding: 0px 47px 0px 38px;
	}
	.calculator-okna .left-column {
		margin-right: 0;
	}
	.sizes-block .red-arrow {
		left: calc(50% - 115px);
	}
	.calculator-okna .prev-submit h3, .calculator-content.static-content h3 {
		line-height: 50px;
    	font-size: 40px;
    	padding-bottom: 30px;
	}
	.calculator-okna {
		margin: 42px 0 10px;
	}
	.calculator-content2 {
		margin-top: 30px;
	}
	.other-calculator {
		padding-top: 0;
	}
	.other-calculator .static-content h3 {
		line-height: 40px;
	}
}
@media (max-width: 1023px) {
	.other-calculator .slick-next {
		right: -15px;
	}
	.other-calculator .slick-prev {
		left: -15px;
	}
}
@media (max-width: 767px) {
	.calculator-count .data-parent .desripton-okna{
		left: -55px;
		font-size: 10px;
	}

	.calculator-okna .result-block {
    	padding: 20px 10px;
	}
	.calculate-form p {
		max-width: 100%;
		margin-left: 10px;
		margin-right: 10px;
	}
	.button-result {
		clear: both;
		text-align: center;
		padding-top: 20px;
	}
	.calculator-okna .left-result {
		width: calc(50% - 15px);
		box-sizing: border-box;
	}
	.calculator-okna .right-result {
	    margin-right: 0;
		width: 50%;
	}
	.calculator-okna .button-result .btn {
		float: none;
		display: inline-block;
	}
	.calculator-count img {
		max-height: 80px;
	}
	.calculator-count label {
		margin-left: 15px;
		margin-right: 5px;
	}
	.calculator-okna .calculator-block {
		padding-left: 10px;
		padding-right: 10px;
	}
	.size-width,
	.size-height {
		position: static;
		display: inline-block;
		margin: 0 10px;
	}
	.sizes {
		text-align: center;
		position: static;
		margin: 15px 0;
	}
	.calculator-step {
		margin: 25px 0 0 0;
	}
	.calculator-step-label {
		margin-bottom: 15px;
	}
	.sizes-block .red-arrow {
		bottom: 60px;
	}
	.result-block__title {
		line-height: 22px;
		font-size: 16px;
		max-width: 120px;
	}
	.price-total {
		font-size: 18px;
	}
	.calculator_label_ot{
        font-size:20px;
               margin-top: 0;
                margin-bottom: 0;
        }
	.price-discount {
		font-size: 20px;
	}
	.calculator-title {
		font-size: 16px;
		padding: 0;
		text-align: center;
		line-height: 24px;
	}
	.calculator-okna .calculator-block,
	.calculator-okna .select-block {
		padding: 20px 15px;
	}
	.calc-paragraph {
		text-align: center;
	}
	.calculator-okna .prev-submit h3,
	.calculator-content.static-content h3 {
		font-size: 22px;
		line-height: 26px;
		padding-bottom: 15px;
	}
	.calculate-form {
		padding: 30px 13px;
		border: 2px solid #eb2336;
	}
	.calculator-okna .prev-submit p {
		font-size: 12px;
		max-width: 100%;
		line-height: 20px;
	}
	.wrapper .calculate-phone {
		max-width: 269px;
		height: 50px;
	}
	.calculate-btn .btn {
		font-size: 14px;
		margin-left: 5px;
		line-height: normal;
		padding: 12px 10px;
		max-width: 170px;
		margin-top: 10px;
	}
	.calculate-btn label {
		overflow: unset;
	}
	.calculate-consent  p,
	.calculate-consent a {
		line-height: 14px;
		font-size: 10px;
	}
	.calculator-content.static-content p {
		line-height: 22px;
		padding-bottom: 8px;
	}
	.calculator-okna {
		margin: 10px 0 42px 0;
	}
	.non-standard-message {
		font-size: 14px;
		height: 70%;
	}
	.calculator-content.static-content ul li {
		font-size: 14px;
	}
	.other-calculator .static-content h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.calculator-okna .calculator-block select {
		padding: 5px 20px 5px 20px;
		background-position: 94% 18px;
		font-size: 14px;
	}
	.calculator-number {
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translateX(-50%);
	}
	.calculator-okna .right-column {
		margin: 20px 0 0 0;
	}
	.calculator-okna .select-block {
		margin-bottom: 20px;
	}
	.calculator-okna .box {
		justify-content: center;
	}
	.window-title {
		line-height: 22px;
		font-size: 14px;
	}
	.calculator-okna .characteristics ul li {
		font-size: 12px;
		line-height: 26px;
	}
	.calculator-okna .characteristics ul li:before {
		top: 11px;
	}
	.calculator-okna .center {
		flex-direction: column;
		align-items: center;
	}
	.calculate-consent {
		margin-top: 20px;
	}
	.select-wrapper-label {
		font-size: 10px;
	}
	.other-calculator .slick-next {
		right: 0;
	}
	.other-calculator .slick-prev {
		left: 0;
	}
}
@media (max-width: 460px) {
	.calculate-form .red-arrow {
		top: 130px;
		right: 3px;
	}
	.calculator-count img {
		max-height: 70px;
	}
	.calculator-okna .left-result,
	.calculator-okna .right-result {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		border: none;
		padding-right: 0;
		padding-left: 0;
	}
	.calculator-okna .right-result {
		padding-left: 10px;
	}
	.calculator-price {
		margin-top: 5px;
	}
	.button-result {
		padding-top: 10px;
	}
	.calculate-form {
		padding: 20px 13px;
	}
	.non-standard-message {
		padding: 0px 20px 0px 20px;
		font-size: 12px;
		height: 65%;
	}
	.other-calculator .other-calculator__item {
		padding: 20px 42px 10px 42px;
		height: 135px;
	}
	.other-calculator a {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width: 350px) {
	.calculate-btn .btn {
		font-size: 13px;
	}
	.calculate-form {
		border: 5px solid #eb2336;
	}
}

#calculatorList{
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
        flex-direction: column;
}

#calculatorListUl {
margin: 5px 0;
}

#calculatorListUl li{
    font-size: 14px;
    line-height: 16px;
        padding-bottom: 9px;

}

#calculatorListSh{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    }
#calculatorListSh li{
    display: flex;
    align-items: center;
    margin: 0 10px;
    }
#calculatorListSh li input{
    width: auto;
    -webkit-appearance: auto;
    margin-right: 5px;
    padding: unset;
    }

    #calculatorListSh li  label{
    font-size: 14px;
    padding-top: 4px;
    }

      @media (max-width: 767px) {
        .calculator-block.sizes-block{
    margin-bottom: 100px;
        }

       }
/* End */


/* Start:/local/templates/master/components/bitrix/news.list/stages/style.css?1667315810150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/master/components/bitrix/news.list/video_reviews/style.css?17409385492890*/
.b-video-reviews {
    margin-bottom: 110px;
}
.b-video-reviews .video-reviews__maintitle {
    margin-bottom: 35px;
}
.b-video-reviews .video-reviews__maintitle h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}
.b-video-reviews .video-reviews__inner {
    display: flex;
    margin: 0 -15px;
}
.rutube-popup{
    width: 80%;
}
.rutube-popup > iframe{
    width: 100%;
    height: 50vh;
}
.b-video-reviews .video-reviews__item {
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
}
.b-video-reviews .video-reviews__item-wrap {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.b-video-reviews .video-reviews__pic {
    position: relative;
}
.b-video-reviews .video-reviews__pic img {
    width: 100%;
    display: block;
}
.b-video-reviews .video-reviews__bottom {
    padding: 20px 23px 20px;
    min-height: 122px;
    box-sizing: border-box;
}
.b-video-reviews .video-reviews__detail {
    margin-top: 15px;
}
.b-video-reviews .video-reviews__detail a {
    font-size: 14px;
    color: #eb2336;
    text-decoration: none;
}
.b-video-reviews .video-reviews__detail a:hover {
    text-decoration: underline;
}
.b-video-reviews .video-reviews__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    pointer-events: none;
    opacity: 0.7;
}
.b-video-reviews .video-reviews__play img {
    width: 100%;
    display: block;
}
.b-video-reviews .video-reviews__all a {
    max-width: 280px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    padding: 15px 0;
    line-height: 30px;
    margin: 30px auto 0;
    text-decoration: none;
}
@media (max-width: 1023px) {
    .b-video-reviews {
        margin-bottom: 30px;
    }
    .b-video-reviews .video-reviews__maintitle h2 {
        font-size: 30px;
    }
    .b-video-reviews .video-reviews__all a {
        max-width: 210px;
        padding: 5px 0;
        font-size: 14px;
    }
    .b-video-reviews .video-reviews__inner {
        margin: 0 -10px;
    }
    .b-video-reviews .video-reviews__item {
        padding: 0 10px;
    }
    .b-video-reviews .video-reviews__title {
        font-size: 14px;
    }
    .b-video-reviews .video-reviews__bottom {
        min-height: 142px;
    }
}
@media (max-width: 768px) {
    .b-video-reviews .video-reviews__maintitle h2 {
        font-size: 22px;
        text-align: center;
    }
    .b-video-reviews .video-reviews__inner {
        flex-wrap: wrap;
    }
    .b-video-reviews .video-reviews__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .b-video-reviews .video-reviews__bottom {
        min-height: auto;
    }
    .b-video-reviews .video-reviews__all a {
        margin: 10px auto 0;
    }

    .rutube-popup{
        width: 100%;
        height: 100vh;
    }
    .rutube-popup > iframe{
        width: 100%;
        height: 100vh;
    }
}
/* End */


/* Start:/local/templates/master/components/master/content.list/questions_for_rehau/style.css?17526929843322*/
.faq {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    padding: 34px 99px 34px 37px;
    position: relative;
    cursor: pointer;
}
.faq:not(:last-child) {
    margin-bottom: 20px;
}
.faq__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #33354F;
}
.faq__text {
    font-size: 16px;
    line-height: 24px;
    color: #33354F;
    padding-top: 30px;
}
.faq__text li {
    padding-left: 20px;
    position: relative;
}
.faq__text li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    background: #CB0619;
    top: 12px;
    border-radius: 50%;
}
.faq__text li:not(:last-child) {
    margin-bottom: 12px;
}
.faq__text p {
    margin: 0 0 12px 0;
}
.faq__text p:last-child {
    margin-bottom: 0;
}
.faq__trigger {
    border-radius: 50%;
    position: absolute;
    outline: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: -webkit-gradient(linear, left top, right top, from(#F9F9FA), to(#F9F9FA));
    background: linear-gradient(90deg, #F9F9FA 0%, #F9F9FA 100%);
    border: none;
    top: 25px;
    right: 37px;
}


.faq-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.faq-wrapper .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.faq-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 794px;
    flex: 0 0 735px;
}

.faq-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 416px;
    flex: 0 0 416px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    padding: 40px 42px 36px 33px;
}
.faq-form__title {
    font-weight: 400;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 24px;
}
.faq-form__text {
    color: #33354F;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 36px;
}
.faq-form .form .label {
    margin-right: 0;
    margin-bottom: 15px;
}
.faq-form .form .label input {
    width: 100%;
    height: 60px;
    border-radius: 20px;
}
.faq-form .form .label_button {
    margin-top: 25px;
}
.faq-form .form .button {
    height: 50px;
    width: 100%;
    border-radius: 20px;
}

@media (max-width: 1271px) {
    .faq-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(65% - 20px);
        flex: 0 0 calc(65% - 20px);
    }

    .faq-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        padding: 30px;
    }

    .faq-form__title {
        font-size: 28px;
        line-height: 1.3;
    }
}

@media (max-width: 950px) {
    .faq-form {
        display: none;
    }

    .faq-list {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
/* End */


/* Start:/local/templates/master/components/bitrix/form/form/bitrix/form.result.new/.default/style.css?1658139364666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/master/components/bitrix/form/form/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/master/components/bitrix/form/form/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */
/* /local/components/master/quiz/templates/main/style.css?17531253338103 */
/* /local/templates/master/components/master/content.list/profiles_rehau/style.css?17792967098652 */
/* /local/templates/master/components/bitrix/news.list/advantages/style.css?1667315810150 */
/* /local/templates/master/components/master/calculator.okna/template1/style.css?177929125919244 */
/* /local/templates/master/components/bitrix/news.list/stages/style.css?1667315810150 */
/* /local/templates/master/components/bitrix/news.list/video_reviews/style.css?17409385492890 */
/* /local/templates/master/components/master/content.list/questions_for_rehau/style.css?17526929843322 */
/* /local/templates/master/components/bitrix/form/form/bitrix/form.result.new/.default/style.css?1658139364666 */
