

/* Start:/local/templates/master/components/bitrix/news.list/services_and_products/style.css?1658139364150*/
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 */
/* /local/templates/master/components/bitrix/news.list/services_and_products/style.css?1658139364150 */
/* /local/templates/master/components/master/calculator.okna/template1/style.css?177929125919244 */
