

/* Start:/local/components/itex/calculator/templates/.default/style.css?177374229211413*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@0;1&display=swap');

#catalogTableList {
    margin-bottom: 24px;
}

#catalogTableList .itemRow {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-collapse: collapse;
    border: 1px solid #e7e8ea;
    margin-bottom: 24px;
    table-layout: fixed;
    border-radius: 4px;
    display: table;
    width: 100%;
}

#catalogTableList .itemRow:hover {
    border: 1px solid #cccccc;
}

#catalogTableList .column {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    padding: 12px 0;
}

#catalogTableList .column:nth-child(2) {
    width: 20%;
}

#catalogTableList .column.out {
    display: none;
    width: 0;
}

#catalogTableList .picture {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    width: 80px;
}

#catalogTableList .picture img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

#catalogTableList .name {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-align: left;
    font-size: 13px;
    display: block;
    color: #000000;
}

#catalogTableList .rating {
    margin-top: 4px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 15px;
    width: 79px;
    z-index: 2;
}

#catalogTableList .rating i {
    background: url(/local/components/itex/calculator/templates/.default/images/rating.png) repeat 0 0px transparent;
    height: 15px;
    width: 79px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
}

#catalogTableList .rating i.m {
    background: url(/local/components/itex/calculator/templates/.default/images/rating.png) repeat 0 -14px transparent;
    width: 0px;
    z-index: 10;
}

#catalogTableList .price {
    font-family: 'robotobold';
    text-decoration: none;
    position: relative;
    font-size: 21px;
    display: block;
    color: #000000;
}

#catalogTableList .price .measure {
    font-size: 16px;
}

#catalogTableList .price .discount {
    font-family: 'roboto_ltregular';
    position: absolute;
    padding-left: 4px;
    font-size: 14px;
    color: #888888;
    right: 0px;
    top: -18px;
}

#catalogTableList .addCart,
#catalogTableList .more {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'roboto_ltregular';
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    width: 130px;

}

#catalogTableList .row {
    display: inline-block;
    text-align: center;
}

#catalogTableList .icon {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
    margin-top: -4px;
}

#catalogTableList .addCart .icon,
#catalogTableList .more .icon {
    padding-right: 4px;
    margin-top: -4px;
}

#catalogTableList .label {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: 'roboto_condensedlight';
    text-decoration: none;
    line-height: 21px;
    text-align: left;
    margin-top: 8px;
    font-size: 15px;
    color: #717171;
    display: block;
}

#catalogTableList .label:hover {
    color: #000000;
}

#catalogTableList .article {
    background-color: #f3f3f3;
    display: inline-block;
    border-radius: 4px;
    line-height: 32px;
    overflow: hidden;
    padding: 0 12px;
    color: #888888;
    height: 32px;
}

.removeFromWishlist {
    display: none;
}

.addCartContainer {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    margin-top: 18px;
}

.addCartContainer .quantityContainer, .addCartContainer .quantityContainer {
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}

.quantityContainer {
    right: calc(50% - 46px);
    bottom: 5px;
}

.quantityContainer {
    transition: all 0.2s ease-in-out;
    position: absolute;
}

.quantityContainer .minus {
    background-image: url('/bitrix/templates/dresscode/images/basket-add-minus.png');
    border-radius: 0px 0px 2px 2px;
}

.quantityContainer .plus, .quantityContainer .minus, .quantityContainer .quantity {
    height: 24px;
    width: 24px;
}

.quantityContainer .minus, .quantityContainer .plus {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.quantityContainer .plus, .quantityContainer .minus {
    background-color: rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    display: inline-block;
    min-width: auto;
    padding: 0px;
    height: 28px;
    width: 28px;
    border: 0px;
}

.quantityContainer .quantity {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: transparent;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    padding: 0 2px;
    color: #ffffff;
    margin: 0 4px;
    height: 28px;
    width: 28px;
    border: 0;
}

#catalogTableList .addCart {
    height: 65px !important;
}

.quantityContainer .plus {
    background-image: url('/bitrix/templates/dresscode/images/basket-add-plus.png');
    border-radius: 2px 2px 0px 0px;
}

#catalogTableList .addCart.added {
    height: 40px !important;
}

.d-none {
    display: none !important;
}


.template_in_wrapper{
    display: flex;
}

@media screen and (max-width: 768px){
    .template_in_wrapper{
        flex-wrap: wrap;
    }
}

.template_in_wrapper .chimney_parameters{
    border: 5px solid #27c148;
    padding: 25px 37px 28px;
    max-width: 360px;
    box-sizing: border-box;
    min-width: 300px;
}

.template_in_wrapper .chimney_parameters button[type="submit"]{
    width: 100%;
    box-sizing: border-box;
    height: 55px;
    background-color: #27C148;
    border: 0px;
    color: white;
    cursor: pointer;
}

.chimney_parameters h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
}
.chimney_parameters label{
    display: inline-block;
    margin-bottom: 10px;
}
.chimney_parameters select {
    width: 260px;
    height: 40px;
    padding-left: 10px;
    border: none;
    background-image: url(/upload/medialibrary/9d4/9d48807da6b5e481b6d8976dcc7da1c6.svg);
    background-color: #edeeee;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
}
.chimney_parameters .filter-catalog-block option{
    background-color: #d2e6bd;
    cursor: pointer;
}

.calculate-right {
    padding-left: 115px;
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 1024px){
    .calculate-right {
        padding-left: 20px;
    }
}

.calculate-right img{
    display: none;
}
.calculate-right img.active{
    display: block;
    height: 100%;
}

@media screen and (max-width: 1627px){
    .calculate-right img.active{
        height: auto;
        max-width: 100%;
    }
    .calculate-right{
        padding-left: 20px;
    }
}
@media screen and (max-width: 768px){
    .calculate-right{
        padding-left: 20px;
        padding-top: 20px;
    }
}

.chimney_parameters{
    position: relative;
}

.chimney_parameters:after {
    content: "";
    top: 19px;
    left: 100%;
    transform: rotate(
            -90deg
    );
    margin-left: 0px;
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    z-index: 10;
    border: 31px solid transparent;
    border-top: 31px solid #27c148;
}

.calculate-block-other {
    font-size: 21px;
    font-weight: 500;
    color: #2a2c2e;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 11px;
}

.itog {
    float: right;
    text-align: right;
    padding: 25px 40px;
    padding-left: 30px;
    width: 100%;
    background: #edeeee;
    box-sizing: border-box;
    position: relative;
}

.itog h2, .itog .like-a-h2{
    font-size: 24px;
    color: #2a2c2e;
    margin-top: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.itog .to-print-page {
    position: absolute;
    left: calc(50% - 77px);
    top: calc(50% - 20px);
}

.to-print-page.\--green {
    background: #27c148;
    color: #fff;
}

.to-print-page {
    width: 154px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background: #edeeee;
    color: #27c148;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
}

.itog h2 .viewed-cena, .itog .like-a-h2 .viewed-cena {
    display: inline-block;
    font-size: 24px;
    width: auto;
}

.select_2{
    display: none;
}


.CustomCalc label{
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.chimney_parameters .name_form{
    color: #2A2C2E;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 30px;
    display: block;
    line-height: 33px;
}

.CustomCalc .filter-catalog-block{
    margin-bottom: 16px;
}

.CustomCalc .select2-container .selection .select2-selection{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #F3F3F3;
    padding-left: 11px;
    box-sizing: border-box;
    cursor: pointer;
}

.select2-search__field{
    display: none;
}

.select2-results__options{
    padding-left: 0px;
}
.select2-container--open {
    margin-top: 50px;
}
@-moz-document url-prefix()
{
    .select2-container--open {
    	margin-top: 0px;
	}
}
.select2-results__options{
    width: 276px;
}

.select2-container--default .select2-results__option {
    background-color: #27c148;
    cursor: pointer;
    padding: 11px;
    list-style: none;
    color: white;
}

.select2-container--default .select2-results__option:hover {
    background-color: #19cc3f;
}

.select2-results__options {
    max-height: 215px;
    overflow-y: auto;
    box-shadow: 0px 3px 6px 0 rgb(0 0 0 / 20%);
}

.table_property{
    font-size: 12px;
    line-height: 12px;
}

#catalogTableList .name{
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
    font-size: 16px !important;
}
.print_input {
    width: 100%;
    border: 0;
    padding: 13px 11px;
    background: aliceblue;
    box-sizing: border-box;
}

.result_not_found {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.CustomCalc .select2-container .selection .select2-selection{
	position: relative;
}
.CustomCalc .select2-container .selection .select2-selection:before{
	content: '';
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    height: 0;
    right: 6%;
    margin-left: -14px;
    margin-top: 4px;
    position: absolute;
    top: 37%;
    width: 0;
	transition: 0.2s;
}
.CustomCalc .select2-container .selection .select2-selection[aria-expanded="true"]:before{
	transform: rotate(180deg);
}

.select2-results__options{
	margin: 0px;
}

@media screen and (max-width: 796px){
	.itog #printButtom{
		position: relative;
	}
	.itog h2{
		text-align: center;
		margin-top: 10px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/custom_calc/style.css?17737422929086*/
.webFormDw form{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.webFormDw form.loading{
	pointer-events: none;
	opacity: 0.8;
}

.webFormHeading{
	font-family: "robotoMedium";
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

.webFormDescription{
	margin: 24px 0 0 0;
	max-width: 800px;
}

.webFormItemsColumns{

	display: table;
	table-layout: fixed;
	width: 100%;
}

.webFormItemsColumns .webFormItem{
	margin-top: 14px;
}

.webFormItemsColumn{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-left: 10px;
}

.webFormItemsColumn:first-child{
	padding: 0 10px 0 0;
}

.webFormItemsColumn .webFormItemField  textarea{
	height: 265px;
}

.webFormItem{
	margin-top: 24px;
}

.webFormItemCaption{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	line-height: 21px;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child{
	margin-left: 0px;
}

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 55px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	outline: none;
	height: 55px;
	width: 100%;
}

.webFormItemField textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	height: 200px;
	outline: none;
	width: 100%;
}

.webFormItemField input[id*="form_date_"]{
	margin-bottom: 6px;
}

.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus{
	border: 1px solid #aaaaaa;
}

.webFormItemField input[type="checkbox"] + label,
.webFormItemField input[type="radio"] + label {
	cursor: pointer;
}

.webFormItemField input[type="checkbox"]:not(checked),
.webFormItemField input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.webFormItemField input[type="checkbox"]:not(checked) + label,
.webFormItemField input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.webFormItemField input[type="checkbox"].error + label:before{
	border: 1px solid #ff0000 !important;
}

.webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/templates/.default/components/bitrix/form.result.new/custom_calc/images/checkBox.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/.default/components/bitrix/form.result.new/custom_calc/images/radio.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:before,
.webFormItemField input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 0px;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:hover:before,
.webFormItemField input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.webFormItemField input[type="checkbox"]:checked + label:before,
.webFormItemField input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.webFormItemField input[type="checkbox"]:checked + label:hover:before,
.webFormItemField input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.webFormItemField input[type="checkbox"]:disabled + label,
.webFormItemField input[type="radio"]:disabled + label {
	cursor: default;
}

.webFormItemField input[type="checkbox"]:disabled + label:before,
.webFormItemField input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.webFormItemField img.calendar-icon {
    vertical-align: middle !important;
    margin: 0 0 0 0px !important;
    border: 0 !important;
}

.webFormItemField [multiple]{
	line-height: 120px;
	height: 120px;
	padding: 12px;
}

.webFormCaptchaPicture{
	margin-top: 12px;
}

.webFormCaptchaPicture img{
	vertical-align: middle;
	max-width: 100%;
}

.webFormCaptchaLabel{
	margin-bottom: 12px;
	margin-top: 12px;
}

.webFormItemField input.captcha_word{
	max-width: 300px;
}

.webFormTools{
	margin-top: 24px;
}

.webFormTools input[type="submit"],
.webFormTools input[type="reset"]{
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 55px;
	max-width: 200px;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.webFormTools input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input[type="submit"].loading{
	background-image: url(/local/templates/.default/components/bitrix/form.result.new/custom_calc/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.webFormTools input[type="reset"]{
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	color: #000000;
}

.webFormTools input[type="reset"]:hover{
	border: 1px solid #cccccc;
}

.webFormTools input[type="reset"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input:first-child{
	margin-right: 12px;
}

.webFormItemError,
.webFormError{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 12px;
	color: #ff0000;
	display: none;
}

.webFormError{
	margin-bottom: 0px;
	margin-top: 24px;
}

.webFormItemError.visible,
.webFormError.visible{
	display: block;
}

.webFormItemField .error{
	border: 1px solid #ff0000 !important;
}

.webFormMessage{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    line-height: 250px;
    position: fixed;
    overflow: auto;
    display: none; 
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webFormMessageContainer{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0px 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.webFormMessageMiddle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.webFormMessageHeading{
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription{
	text-align: center;
}

.webFormMessageExit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.webFormMessageExit:hover{
	opacity: 0.8;
}

.webFormMessageExit:active{
	position: relative;
	top: 1px;
}

@media all and (max-width: 650px) {

	.webFormItemsColumn{
		display: block;
		width: 100%;
		padding: 0;
	}

	.webFormItemsColumn .webFormItemField textarea{
		height: 150px;
	}

	.webFormItemField input[id*="form_date_"]{
		margin-bottom: 12px;
	}


	.webFormItemField img.calendar-icon{
		margin-left: 0px !important;
	}

	.webFormTools input[type="reset"]{
		margin-bottom: 0px;
	}

}

@media all and (max-width: 500px){

	.webFormMessageContainer{
		margin-left: -200px;
		width: 400px;
	}

}

@media all and (max-width: 420px){

	.webFormMessageContainer{
		margin-left: -150px;
		width: 300px;
	}

}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}
/* End */
/* /local/components/itex/calculator/templates/.default/style.css?177374229211413 */
/* /local/templates/.default/components/bitrix/form.result.new/custom_calc/style.css?17737422929086 */
