

/* Start:/local/templates/mizantin2020/components/bitrix/news.list/index_features/style.css?17518794722082*/
.index-features {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 48px 0;
}

.index-features *,
.index-features *::before,
.index-features *::after {
    box-sizing: border-box;
}

.index-features__item {
    flex-basis: calc(50% - 8px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 15px 8px;
    box-shadow: 0 0 10px 0 #00000040;
}

.index-features__item-img-block {
    width: 100%;
    height: 60px;
}

.index-features__item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-features__item-text-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.index-features__item-name {
    display: block;
    text-align: center;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #000;
}

.index-features__item-desc {
    margin: 0;
    color: #000;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
}

@media (min-width: 991px) {
    .index-features {
        padding: 56px 0;
    }

    .index-features__item {
        position: relative;
        flex-basis: calc(25% - 16px * 3 / 4);
        padding: 20px 75px 20px 20px;
    }

    .index-features__item-img-block {
        position: absolute;
        top: 20px;
        right: 10px;
        width: 70px;
        height: 60px;
    }

    .index-features__item-text-block {
        gap: 15px;
    }

    .index-features__item-name {
        text-align: left;
    }

    .index-features__item-desc {
        text-align: left;
    }
}

@media (min-width: 1201px) {
    .index-features__item {
        padding: 20px 96px 20px 20px;
    }

    .index-features__item-img-block {
        /*width: 108px;*/
        width: 86px;
        height: 60px;
    }

    .index-features__item-img {
        /*object-position: right;*/
    }

    .index-features__item-name {
        font-size: 20px;
    }

    .index-features__item-desc {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/mizantin2020/components/bitrix/news.list/index_sections/style.css?17628721344192*/
.index-sections__heading {
    margin-top: 0;
    margin-bottom: 26px;
}

.index-sections__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.index-sections__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.index-sections__item-img-block {
    display: block;
    aspect-ratio: 368/400;
}

.index-sections__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-sections__item-text-block,
.index-sections__item-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.index-sections__item-text-block {
    flex-grow: 1;
}

.index-sections__item-name {
    color: #000;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    text-decoration: none;
    transition: color .25s ease;
}

.index-sections__item-name[href]:hover,
.index-sections__item-name[href]:focus,
.index-sections__item-img-block[href]:hover + .index-sections__item-text-block .index-sections__item-name,
.index-sections__item-img-block[href]:focus + .index-sections__item-text-block .index-sections__item-name {
    color: #D93F3C;
    outline: none;
}

.index-sections__item-img-block[href]:focus {
    outline: none;
}

.index-sections__item-desc {
    color: #000;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.index-sections__item-link {
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 175px;
    height: 56px;
    box-sizing: border-box;
    margin-top: auto;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    color: #D93F3C;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    white-space: nowrap;
    border: 1px solid #D93F3C;
    border-radius: 8px;
    transition: all .25s ease;
}

.index-sections__item-link:hover,
.index-sections__item-link:focus {
    color: #fff;
    background-color: #D93F3C;
    outline: none;
}

@media (max-width: 640px) {
    .index-sections__list {
        gap: 20px;
    }

    .index-sections__item {
        position: relative;
    }

    .index-sections__item-img-block {
        aspect-ratio: 343/320;
    }

    .index-sections__item-text-block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .index-sections__item-text-wrapper {
        justify-content: flex-end;
        height: 100%;
        padding: 10px 14px;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 81.25%, rgba(0, 0, 0, 0.4) 100%);
    }

    .index-sections__item-name {
        font-size: 20px;
        color: #fff;
    }

    .index-sections__item-desc {
        display: none;
    }

    .index-sections__item-link,
    .index-sections__item-link:hover,
    .index-sections__item-link:focus {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        font-size: 0;
        border: none;
        background-color: transparent;
        z-index: 1;
    }
}

@media (min-width: 641px) {
    .index-sections__list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px 16px;
    }

    .index-sections__item {
        flex-basis: calc(50% - 8px);
        width: auto;
    }

    .index-sections__item.index-sections__item--wide {
        flex-basis: 100%;
    }

    .index-sections__item--wide .index-sections__item-img-block {
        aspect-ratio: 1136/400;
    }

    .index-sections__item--wide .index-sections__item-text-block {
        flex-direction: row;
        justify-content: space-between;
    }

    .index-sections__item--wide .index-sections__item-text-wrapper {
        max-width: 752px;
    }

    .index-sections__heading.index-sections__heading--small-mt {
        margin-top: 16px;
    }
}

@media (min-width: 1025px) {
    .index-sections__item {
        flex-basis: calc((100% / 3) - (32px / 3));
        width: auto;
    }

    .index-sections__heading.distance {
        margin-top: 97px !important;
        margin-bottom: 45px;
    }
}
/* End */


/* Start:/local/templates/mizantin2020/components/bitrix/news.list/index_popular_solutions/style.css?176287213413233*/
.index-popular-solutions__item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.index-popular-solutions__item-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.index-popular-solutions__item-main-img-block {
    align-self: center;
    width: 100%;
    max-width: 368px;
    aspect-ratio: 368/350;
}

.index-popular-solutions__item-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-popular-solutions__item-main-text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.index-popular-solutions__item-name {
    display: block;
    text-transform: uppercase;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.index-popular-solutions__item-desc {
    margin: 0;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.index-popular-solutions__item-chars {
    margin: 0;
    padding: 0;
    list-style: none;
}

.index-popular-solutions__item-char {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.index-popular-solutions__item-additional {
    display: flex;
    flex-direction: column;
}

.index-popular-solutions__item-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: auto;
}

.index-popular-solutions__item-feature {
    display: flex;
    align-items: center;
}

.index-popular-solutions__item-feature-img-block {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 18px;
}

.index-popular-solutions__item-feature-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-popular-solutions__item-feature-text {
    color: #7d7d7d;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.index-popular-solutions__item-price {
    align-self: center;
    display: inline-block;
    margin: 30px 0 20px;
    white-space: nowrap;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #D93F3C;
}

.index-popular-solutions__item-price-from {
    font-size: 16px;
}

.index-popular-solutions__item-modal-toggle {
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 272px;
    height: 56px;
    margin-top: auto;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    white-space: nowrap;
    background-color: #D93F3C;
    border: 1px solid #D93F3C;
    border-radius: 8px;
}

.index-popular-solutions__mobile-full-open {
    flex-grow: 1;
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    box-sizing: border-box;
    margin-top: auto;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    color: #D93F3C;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    white-space: nowrap;
    border: 1px solid #D93F3C;
    background-color: #fff;
    border-radius: 8px;
    transition: all .25s ease;
    cursor: pointer;
}

.index-popular-solutions__mobile-full-open:hover,
.index-popular-solutions__mobile-full-open:focus {
    color: #fff;
    background-color: #D93F3C;
}

.index-popular-solutions__item-modal-toggle {
    flex-grow: 1;
    flex-basis: 50%;
    width: auto;
    max-width: none;
}

.index-popular-solutions__item-mobile-full {
    position: relative;
    display: flex;
    flex-direction: column;
}

.index-popular-solutions__item-mobile-full-close {
    position: absolute;
    top: -2px;
    width: 19px;
    height: 19px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 1;
}

.index-popular-solutions__item-mobile-full-close::before,
.index-popular-solutions__item-mobile-full-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% + 6px);
    height: 1px;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: background-color .25s ease;
}

.index-popular-solutions__item-mobile-full-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.index-popular-solutions__item-mobile-full-close:hover::before,
.index-popular-solutions__item-mobile-full-close:focus::before,
.index-popular-solutions__item-mobile-full-close:hover::after,
.index-popular-solutions__item-mobile-full-close:focus::after {
    background-color: #D93F3C;
    outline: none;
}

.index-popular-solutions__item-mobile-full-modal-toggle {
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    height: 56px;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    white-space: nowrap;
    background-color: #D93F3C;
    border: 1px solid #D93F3C;
    border-radius: 8px;
}

.index-popular-solutions__item-mobile-full-slider-block {
    margin-bottom: 20px;
}

.index-popular-solutions__item-mobile-full-name {
    display: block;
    margin-bottom: 10px;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000;
}

.index-popular-solutions__item-mobile-full-desc {
    margin-bottom: 15px;
}

.index-popular-solutions__item-mobile-full-chars {
    margin: 0 0 15px;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.index-popular-solutions__item-mobile-full-char {
    margin: 0;
    padding: 0;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.index-popular-solutions__item-mobile-full-price {
    margin: 0 auto 15px 0;
}

.index-popular-solutions__item-mobile-full-slider-small {
    margin-top: 8px;
}

.index-popular-solutions__item-mobile-full-slider-big-item {
    aspect-ratio: 1/1;
}

.index-popular-solutions__item-mobile-full-slider-big-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-popular-solutions__item-mobile-full-slider-small {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.index-popular-solutions__item-mobile-full-slider-small-item {
    width: 50px;
    height: 50px;
}

.index-popular-solutions__item-mobile-full-slider-small-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 359px) {
    .index-popular-solutions__item-feature-text {
        word-wrap: anywhere;
    }
}

@media (max-width: 640px) {
    .index-popular-solutions__item-name--mobile {
        left: 0;
        width: 100%;
        padding: 0;
    }

    .index-popular-solutions__item-mobile-full-close {
        right: 0;
    }
}

@media (min-width: 641px) {
    .index-popular-solutions__item-name--mobile {
        left: 0;
        width: calc(100% - 30px);
        padding: 0 15px;
    }

    .index-popular-solutions__item-mobile-full {
        padding: 8px 15px 20px;
    }

    .index-popular-solutions__item-mobile-full-close {
        right: 15px;
    }
}

@media (max-width: 800px) {
    .index-popular-solutions__models .models-items-product {
        display: none;
    }

    .index-popular-solutions__models .slider-with-line {
        display: flex;
        flex-direction: column;
        gap: 20px;
        visibility: visible;
    }

    .index-popular-solutions__models .index-popular-solutions__item {
        margin-right: 16px;
        margin-left: 16px;
        padding: 16px 16px 20px;
        box-shadow: 0 0 10px 0 #00000040;
    }

    .index-popular-solutions__item-main-img-block {
        max-width: 100%;
    }

    .index-popular-solutions__item-btns {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .index-popular-solutions__item-modal-toggle-text-desktop {
        display: none;
    }

    .index-popular-solutions__item-desc,
    .index-popular-solutions__item-chars {
        display: none;
    }

    .index-popular-solutions__item-features {
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }

    .index-popular-solutions__item-feature {
        flex-direction: column;
    }

    .index-popular-solutions__item-feature-img-block {
        margin-right: 0;
        margin-bottom: 10px;
        width: 45px;
        height: 45px;
    }

    .index-popular-solutions__item-feature-text {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #000;
    }

    /*.index-popular-solutions__item-additional {*/
    /*    padding-right: 15px;*/
    /*    padding-left: 15px;*/
    /*}*/

    .index-popular-solutions__item-name--desktop {
        display: none;
    }

    .index-popular-solutions__item-wrapper {
        position: relative;
        gap: 10px;
    }

    .index-popular-solutions__item-name--mobile {
        margin-bottom: -10px;
        font-size: 18px;
        line-height: 32px;
    }

    .index-popular-solutions__mob-desc-price {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .index-popular-solutions__item-mob-desc {
        color: #7d7d7d;
        font-family: "Circe", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .index-popular-solutions__item-mob-desc--short {
        flex-grow: 1;
    }

    .index-popular-solutions__item-price {
        flex-shrink: 0;
        margin: 0 0 0 auto;
        font-size: 18px;
        line-height: 20px;
        white-space: nowrap;
    }
}

@media (min-width: 801px) {
    .index-popular-solutions__item-wrapper {
        flex-direction: row;
    }

    .index-popular-solutions__item-additional {
        flex-basis: 272px;
        flex-shrink: 0;
    }

    .index-popular-solutions__item-modal-toggle {
        margin-top: 0;
    }

    /*.index-popular-solutions__mobile-full-open {*/
    /*    display: none;*/
    /*}*/

    .index-popular-solutions__item-modal-toggle-text-mobile {
        display: none;
    }

    .index-popular-solutions__item-name--mobile {
        display: none;
    }

    /*.index-popular-solutions__item-mobile-full {*/
        /*display: none !important;*/
    /*}*/

    .index-popular-solutions .slider-with-line.slick-slider {
        padding-bottom: 0;
    }

    .index-popular-solutions .index-popular-solutions__item {
        padding-bottom: 0;
    }

    .index-popular-solutions__item-btns {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .index-popular-solutions__mobile-full-open {
        flex-basis: auto;
        width: 100%;
        height: 56px;
        margin-right: 0;
    }

    .index-popular-solutions__item-modal-toggle {
        flex-basis: auto;
        width: 100%;
        height: 56px;
    }

    .index-popular-solutions__item-mob-desc.index-popular-solutions__item-mob-desc--short {
        display: none;
    }

    .index-popular-solutions__mob-desc-price {
        display: flex;
        justify-content: flex-end;
        padding-right: 25px;
    }

    .index-popular-solutions__item-price sup {
        font-size: 16px;
        line-height: 42px;
        font-weight: 700;
    }

    .index-popular-solutions__item-price {
        margin: 16px 0 15px;
    }

    .index-popular-solutions__item-mobile-full {
        display: flex;
        flex-direction: row;
        gap: 20px;
        padding: 0;
    }

    .index-popular-solutions__item-mobile-full-slider-block {
        width: 45%;
    }
}

@media (min-width: 1025px) {
    .index-popular-solutions__item-wrapper {
        gap: 27px;
    }

    .index-popular-solutions__item-main {
        flex-direction: row;
        gap: 16px;
    }

    .index-popular-solutions__item-main-img-block {
        align-self: flex-start;
        flex-shrink: 0;
    }

    .index-popular-solutions__item-feature {
        padding-left: 18px;
    }

    .index-popular-solutions__heading.distance {
        margin-top: 54px !important;
        margin-bottom: 0;
    }

    .index-popular-solutions__models.models-block {
        margin-top: -2px;
    }

    .index-popular-solutions__models .index-popular-solutions__item {
        padding-top: 2px;
    }

    .index-popular-solutions__item-desc {
        max-width: 368px;
    }

    .index-popular-solutions__item-additional {
        margin-left: auto;
    }
}

@media (min-width: 1441px) {
    .index-popular-solutions__item-btns {
        position: relative;
    }

    .index-popular-solutions__mobile-full-open {
        position: absolute;
        top: 0;
        right: calc(100% + 15px);
        width: 177px;

    }
}
/* End */


/* Start:/local/templates/mizantin2020/components/mizantin/catalog.section.list/window-catalogers-product-new/style.css?17628721347305*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/local/templates/mizantin2020/components/bitrix/news.list/models-windows/style.css?1741615395150*/
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/mizantin2020/components/bitrix/form.result.new/index-get-catalog/style.css?17628721344335*/
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/mizantin2020/components/bitrix/form.result.new/index-get-catalog/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/mizantin2020/components/bitrix/form.result.new/index-get-catalog/images/icon_warn.gif);
}

/****/

.index-order-catalog__heading {
	margin: 0 0 23px;
	color: #D93F3C;
	font-family: "FranklinGothicBookXCmpC", sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
}

.index-order-catalog__text {
	font-size: 18px;
	line-height: 27px;
	text-align: center;
}

.index-order-catalog__text a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 50px;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 30px 30px;
	background-image: url("/local/templates/mizantin2020/images/icon-vk-black.svg");
}

.index-order-catalog__form-submit--desktop {
	display: none;
}

.index-order-catalog__form-content {
	margin: 33px 0 41px;
}

.index-order-catalog__content form {
	padding: 0 16px;
}

.index-order-catalog__form-fields {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 44px;
}

.index-order-catalog__form-fields .form-field-adaptive.type-text {
	height: 35px;
	margin: 0;
	padding: 0;
	border: none;
}

.index-order-catalog__form-fields .form-field-adaptive.type-text input {
	height: 35px;
	padding: 0 0 5px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #a4a4a4;
}

.index-order-catalog__form-fields .form-field-adaptive.type-text input::placeholder {
	color: #a4a4a4;
	opacity: 1;
}

.index-order-catalog__agreement .form-field-adaptive.type-checkbox label {
	padding-left: 34px;
	font-size: 15px;
	line-height: 16px;
}

.index-order-catalog__form-submit--mobile.form-field-adaptive {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 0;
}

.index-order-catalog__form-submit--mobile.form-field-adaptive input[type="submit"] {
	width: 200px;
	height: 56px;
	margin: 0 auto;
	font-size: 18px;
}

@media (min-width: 991px) {
	.index-order-catalog__content form {
		padding: 0;
	}

	.index-order-catalog__form-submit--mobile.form-field-adaptive {
		display: none;
	}

	.index-order-catalog__form-content {
		margin: 5px 0 41px;
	}

	.index-order-catalog__form-submit.index-order-catalog__form-submit--desktop {
		flex-basis: 231px;
		display: block;
		flex-shrink: 0;
		margin: 0;
	}

	.index-order-catalog__heading {
		margin: 0 0 13px;
		font-size: 48px;
	}

	.index-order-catalog__text {
		max-width: 749px;
		margin: 0 auto;
		font-size: 24px;
		line-height: 35px;
	}

	.index-order-catalog__form-row {
		display: flex;
		gap: 40px;
		margin-bottom: 36px;
	}

	.index-order-catalog__form-fields {
		flex-grow: 1;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		gap: 40px;
		margin: 0;
	}

	.index-order-catalog__form-fields .form-field-adaptive.type-text {
		flex-grow: 1;
		height: 30px;
	}

	.index-order-catalog__form-fields .form-field-adaptive.type-text input {
		height: 30px;
		padding: 0;
	}

	.index-order-catalog__agreement .form-field-adaptive.type-checkbox .checkmark {
		top: -5px;
	}

	.index-order-catalog__agreement .form-field-adaptive.type-checkbox label {
		font-size: 14px;
		line-height: 16px;
	}

	.index-order-catalog__text a {
		position: relative;
		display: inline-flex;
		flex-direction: row;
		padding-top: 0;
		padding-left: 50px;
		margin-left: 5px;
		background: none;
	}

	.index-order-catalog__text a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 40px;
		height: 40px;
		transform: translateY(-50%);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url("/local/templates/mizantin2020/images/icon-vk-black.svg");
	}
}

@media (min-width: 1201px) {
	.index-order-catalog__form-row,
	.index-order-catalog__form-fields {
		gap: 85px;
	}
}
/* End */


/* Start:/local/templates/mizantin2020/components/bitrix/news.list/index_new_right_choice/style.css?17628721343598*/
.index-new-choice {
    padding-top: 46px;
    padding-bottom: 44px;
}

.index-new-choice__heading {
    margin: 0 0 30px;
    font-size: 42px;
    line-height: 50px;
}

.index-new-choice__slider-wrapper {
    position: relative;
}

.index-new-choice__slider-arrows {
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    display: flex;
    justify-content: space-between;
    width: calc(100% + 20px);
    height: 0;
    transform: translate(-50%, -50%);
}

.index-new-choice__slider-arrow {
    width: 20px;
    height: 20px;
    padding: 0;
    transform: rotate(45deg);
    border: none;
    background-color: transparent;
}

.index-new-choice__slider-arrow--prev {
    border-bottom: 5px solid #959595;
    border-left: 5px solid #959595;
}

.index-new-choice__slider-arrow--next {
    border-top: 5px solid #959595;
    border-right: 5px solid #959595;
}

.index-new-choice__slide {
    padding-left: 14px;
    padding-right: 14px;
}

.index-new-choice__slide-head {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.index-new-choice__slide-head-icon-block {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.index-new-choice__slide-head-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-new-choice__slide-head-name {
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
}

.index-new-choice__slide-text {
    font-size: 18px;
    line-height: 27px;
}

.index-new-choice__pagination {
    margin-top: 20px;
}

.index-new-choice__pagination .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: calc(100% - 64px);
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.index-new-choice__pagination .slick-dots li {
    flex-grow: 1;
    display: flex;
    height: 3px;
    list-style: none;
}

.index-new-choice__pagination .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0;
    background-color: #eaeaea;
    transition: background-color .3s;
    border: none;
    cursor: pointer;
}

.index-new-choice__pagination .slick-dots li button:hover,
.index-new-choice__pagination .slick-dots li.slick-active button {
    background-color: #D93F3C;
}

.index-new-choice__counter {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

@media (min-width: 991px) {
    .index-new-choice {
        padding-top: 53px;
        padding-bottom: 20px;
    }

    .index-new-choice__heading {
        margin-bottom: 51px;
        font-size: 48px;
        line-height: 1.2;
    }

    .index-new-choice__slider-arrows {
        display: none;
    }

    .index-new-choice__slider {
        display: flex;
        flex-wrap: wrap;
        gap: 28px 16px;
    }

    .index-new-choice__slide {
        flex-basis: calc(50% - 8px);
        padding: 0;
    }

    .index-new-choice__slide-head {
        margin-bottom: 9px;
    }

    .index-new-choice__slide-head-icon-block {
        width: 70px;
        height: 70px;
    }

    .index-new-choice__slide-head-name {
        font-size: 22px;
        line-height: 32px;
    }

    .index-new-choice__slide-text {
        padding-right: 36px;
        font-size: 16px;
        line-height: 20px;
    }

    .index-new-choice__counter {
        display: none;
    }
}

@media (min-width: 1201px) {
    .index-new-choice__slider {
        gap: 38px 16px;
    }

    .index-new-choice__slide {
        flex-basis: calc((100% / 3) - (16px * 2 / 3));
    }
}
/* End */


/* Start:/local/templates/mizantin2020/components/bitrix/form.result.new/index-free-measurement-short/style.css?17628721344302*/
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/mizantin2020/components/bitrix/form.result.new/index-free-measurement-short/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/mizantin2020/components/bitrix/form.result.new/index-free-measurement-short/images/icon_warn.gif);
}

/****/

.short-measurement-form__desktop {
	display: none;
}

.short-measurement-form__modal-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	padding: 0 20px;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	background-color: #d93f3c;
	border: 1px solid #d93f3c;
	border-radius: 8px;
	transition: all .3s;
}

.short-measurement-form__modal-toggle:hover,
.short-measurement-form__modal-toggle:focus {
	color: #d93f3c;
	background-color: #fff;
	outline: none;
}

@media (min-width: 991px) {
	.short-measurement-form__modal-toggle {
		display: none;
	}

	.short-measurement-form__desktop {
		display: block;
	}

	.short-measurement-form .form-field-adaptive.type-text {
		margin: 0;
		padding: 0;
		height: 56px;
		border: none;
		border-radius: 8px;
	}

	.short-measurement-form .form-field-adaptive input[type="text"],
	.short-measurement-form .form-field-adaptive input[type="email"] {
		display: flex;
		width: 100%;
		padding: 0 24px;
		margin: 0;
		height: 56px;
		font-size: 16px;
		line-height: 20px;
		color: #000;
		border: 1px solid #fff;
		border-radius: 8px;
		background-color: #fff;
		transition: border-color .3s;
	}

	.short-measurement-form .form-field-adaptive input[type="text"]:focus,
	.short-measurement-form .form-field-adaptive input[type="email"]:focus {
		border-color: #d93f3c;
		outline: none;
	}

	.short-measurement-form .form-field-adaptive input[type="text"]::placeholder,
	.short-measurement-form .form-field-adaptive input[type="email"]::placeholder {
		color: #A4A4A4;
		opacity: 1;
	}

	.short-measurement-form__content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 16px;
	}

	.short-measurement-form .short-measurement-form__fields,
	.short-measurement-form .short-measurement-form__submit {
		flex-basis: calc(50% - 8px);
		margin: 0;
	}

	.short-measurement-form .form-field-adaptive input[type="submit"] {
		width: 100%;
	}

	.short-measurement-form__agreement {
		flex-basis: 100%;
		flex-shrink: 0;
	}

	.short-measurement-form__agreement.inner-free-measurement-buttons .form-field-adaptive.type-checkbox {
		max-width: 100%;
	}

	.short-measurement-form__agreement.inner-free-measurement-buttons .form-field-adaptive.type-checkbox label {
		padding-left: 23px;
	}

	.short-measurement-form__agreement.inner-free-measurement-buttons .form-field-adaptive.type-checkbox label,
	.short-measurement-form__agreement.inner-free-measurement-buttons .form-field-adaptive.type-checkbox label a {
		font-size: 12px;
		line-height: 14px;
		color: #fff;
	}

	.short-measurement-form__agreement.inner-free-measurement-buttons .form-field-adaptive.type-checkbox .checkmark {
		width: 16px;
		height: 16px;
		background-color: #fff;
		border-color: #fff;
		border-radius: 4px;
	}

	.short-measurement-form__agreement.inner-free-measurement-buttons .form-field-adaptive.type-checkbox label .checkmark::after {
		left: 50%;
		top: 50%;
		width: 10px;
		height: 9px;
		border: none;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url("/local/templates/mizantin2020/components/bitrix/form.result.new/index-free-measurement-short/./images/icon-checkbox.svg");
	}

	.short-measurement-form .form-field-adaptive.type-text.has-error input,
	.short-measurement-form .form-field-adaptive.type-textarea.has-error input {
		-webkit-box-shadow: inset 0 0 10px #D93F3C;
		-moz-box-shadow: inset 0 0 10px #D93F3C;
		-o-box-shadow: inset 0 0 10px #D93F3C;
		box-shadow: inset 0 0 10px #D93F3C;
	}
}
/* End */


/* Start:/local/templates/mizantin2020/components/bitrix/news.list/photogallery_new/style.css?17628721348458*/
.new-photogallery {
	margin-bottom: 48px;
}

.new-photogallery__slider.slider-with-line.line-dots.slick-slider {
	padding-bottom: 50px !important;
}

.new-photogallery__slider.slider-with-line.line-dots ul.slick-dots {
	position: static;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: calc(100% - 30px);
	margin-top: 30px;
	padding: 0 15px;
	transform: none;
}

.new-photogallery__slider.slider-with-line.line-dots ul.slick-dots li {
	padding: 0 4px;
	max-width: 40px;
	background: none;
	width: auto;
	flex-basis: 40px;
	flex-shrink: 1;
	display: flex;
}

.new-photogallery__slider.slider-with-line.line-dots ul.slick-dots li button {
	width: 100%;
	border: none;
	cursor: pointer;
}

.new-photogallery__slider.slider-with-line.line-dots .slick-list {
	padding-left: 15px;
	overflow: visible !important;
}

.new-photogallery__slide {
	display: flex !important;
	flex-direction: column;
	width: calc(100vw - 12.27vw);
	margin-left: 15px;
	padding: 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	font-family: "Circe", sans-serif;
}

.new-photogallery__slide-text-block {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	height: auto;
	padding: 20px 15px;
}

.new-photogallery__slider.slider-with-line.line-dots + .slick-nums .slick-nums-all,
.new-photogallery__slider.slider-with-line.line-dots + .slick-nums .slick-nums-current,
.new-photogallery__slider.slider-with-line.line-dots + .slick-nums .slick-nums-row {
	line-height: 1;
}

.new-photogallery__slider.slider-with-line.line-dots + .slick-nums .slick-nums-row {
	top: 7px;
}

.new-photogallery__slide-img-block {
	aspect-ratio: 328/251;
}

.new-photogallery__slide-name {
	display: block;
	font-size: 18px;
	line-height: normal;
	color: #360000;
	margin: 0 0 20px;
}

.new-photogallery__slide-date {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}

.new-photogallery__slide-desc-container {
	margin-bottom: 15px;
}

.new-photogallery__slide-desc {
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.new-photogallery__slide-props {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 18px;
}

.new-photogallery__slide-prop-pair {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0;
}

.new-photogallery__slide-prop-name {
	display: block;
	color: #360000;
	font-size: 18px;
	line-height: 32px;
}

.new-photogallery__slide-prop-value {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

.new-photogallery__slide-all-link {
	align-self: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 250px;
	height: 56px;
	margin-top: auto;
	color: #D93F3C;
	font-family: "Circe", sans-serif;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #D93F3C;
	border-radius: 8px;
	transition: all .25s ease;
}

.new-photogallery__slide-all-link:hover,
.new-photogallery__slide-all-link:focus {
	color: #fff;
	background-color: #D93F3C;
	outline: none;
}

.new-photogallery__slider.slider-with-line.line-dots .slick-arrow {
	display: none !important;
}

.new-photogallery__slider.slider-with-line.line-dots .new-photogallery__slide-small-slider .slick-arrow {
	display: flex !important;
}

.new-photogallery__slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-photogallery__slide-small-slider + .new-photogallery__slide-img-link {
	display: none;
}

.new-photogallery__slide-small-slider {
	display: flex;
}

.new-photogallery__slide-small-slider,
.new-photogallery__slide-small-slider .slick-list,
.new-photogallery__slide-small-slider .slick-track {
	height: 100%;
}

.new-photogallery__slider.slider-with-line.line-dots .new-photogallery__slide-small-slider .slick-list {
	overflow: hidden !important;
	padding: 0;
	margin: 0;
}

.new-photogallery__slider.slider-with-line.line-dots .new-photogallery__slide-small-slider ul.slick-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}

.new-photogallery__slider.slider-with-line.line-dots .new-photogallery__slide-small-slider ul.slick-dots li {
	max-width: 20px;
	padding: 0 1px;
}

.new-photogallery__slider.slider-with-line.line-dots .new-photogallery__slide-small-slider .slick-dots li button {
	height: 2px;
}

.new-photogallery__slider.slider-with-line.line-dots .new-photogallery__slide-small-slider .slick-prev,
.new-photogallery__slider.slider-with-line.line-dots .new-photogallery__slide-small-slider .slick-next {
	top: 50%;
	width: 35px;
	height: 35px;
	background-position: center !important;
}

.new-photogallery__slider.slider-with-line.line-dots .new-photogallery__slide-small-slider .slick-prev {
	left: 0;
}

.new-photogallery__slider.slider-with-line.line-dots .new-photogallery__slide-small-slider .slick-next {
	right: 0;
}

.new-photogallery__slide-small-gallery {
	display: none;
}

.new-photogallery__slider.slider-with-line.line-dots .new-photogallery__slide-small-slider .slick-dots {
	display: flex !important;
}

@media (min-width: 641px) {
	.new-photogallery__slider.slider-with-line.line-dots + .slick-nums .slick-nums-row {
		top: 15px;
		left: auto;
		right: 7px;
	}

	.new-photogallery__slide {
		width: auto;
	}

	.new-photogallery__slider.slider-with-line.line-dots .slick-list {
		padding-left: 0;
		margin-left: -15px;
	}
}

@media (min-width: 801px) {
	.new-photogallery__slider.slider-with-line.line-dots .slick-arrow {
		display: block !important;
	}

	.new-photogallery__slider.slider-with-line.line-dots .new-photogallery__slide-small-slider {
		display: none;
	}

	.new-photogallery__slide-small-slider + .new-photogallery__slide-img-link {
		display: block;
	}

	.new-photogallery__slide-img-block,
	.new-photogallery__slide-img-link {
		aspect-ratio: unset;
	}

	.new-photogallery__slide-small-gallery {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 16px;
		margin-bottom: 45px;
	}

	.new-photogallery__slide-small-gallery-img-link {
		flex-basis: 80px;
		aspect-ratio: 80/59;
		cursor: pointer;
	}

	.new-photogallery__slide-small-gallery-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.new-photogallery__slide-props {
		display: none;
	}

	.new-photogallery__slider.slider-with-line.line-dots .slick-list {
		padding-left: 0;
		margin-left: -40px;
	}

	.new-photogallery__slide {
		flex-direction: row;
		margin-left: 40px;
	}

	.new-photogallery__slide-img-block {
		flex-basis: 50%;
		flex-shrink: 0;
		height: 100%;
	}

	.new-photogallery__slide-img-link,
	.new-photogallery__slide-img {
		height: 100%;
		aspect-ratio: unset;
	}

	.new-photogallery__slide-text-block {
		padding: 20px 20px 20px 16px;
	}

	.new-photogallery__slider.slider-with-line.line-dots.slick-slider {
		padding-bottom: 0 !important;
	}

	.new-photogallery__slider.slider-with-line.line-dots + .slick-nums {
		display: none !important;
	}

	.new-photogallery__slide-all-link {
		align-self: flex-end;
	}
}

@media (min-width: 1301px) {
	.new-photogallery {
		margin-top: 35px;
		margin-bottom: 56px;
	}

	.new-photogallery__slide-img-block {
		flex-basis: 66.13%;
		min-height: 556px;
	}

	.new-photogallery__slider.slider-with-line.line-dots .slick-list {
		margin-left: -90px;
	}

	.new-photogallery__slide {
		margin-left: 90px;
	}

	.new-photogallery__slide-name {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 32px;
	}

	.new-photogallery__slide-date {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 20px;
	}

	.new-photogallery__slide-desc-container {
		margin-bottom: 20px;
	}

	.new-photogallery__slide-desc {
		font-size: 16px;
		line-height: 20px;
	}

	.new-photogallery__slide-all-link {
		font-size: 20px;
		line-height: 32px;
	}

	.new-photogallery__slider.slider-with-line.line-dots .slick-prev,
	.new-photogallery__slider.slider-with-line.line-dots .slick-next {
		top: 50%;
		width: 48px;
		height: 44px;
		padding: 0;
		background-color: #f5f5f5 !important;
	}

	.new-photogallery__slider.slider-with-line.line-dots .slick-prev,
	.new-photogallery__slider.slider-with-line.line-dots .slick-prev:hover,
	.new-photogallery__slider.slider-with-line.line-dots .slick-prev:focus {
		width: 48px;
		height: 44px;
		left: -66px;
	}

	.new-photogallery__slider.slider-with-line.line-dots .slick-next,
	.new-photogallery__slider.slider-with-line.line-dots .slick-next:hover,
	.new-photogallery__slider.slider-with-line.line-dots .slick-next:focus {
		width: 48px;
		height: 44px;
		right: -66px;
	}
}
/* End */


/* Start:/local/templates/mizantin2020/components/bitrix/form.result.new/recall/style.css?1741615395666*/
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/mizantin2020/components/bitrix/form.result.new/recall/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/mizantin2020/components/bitrix/form.result.new/recall/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/mizantin2020/components/bitrix/news.list/index_new_steps/style.css?17628721344672*/
.index-new-steps {
    padding-top: 46px;
    padding-bottom: 32px;
    background-color: #F5F5F5;
}

.index-new-steps__toggles {
    display: none;
}

.index-new-steps__heading {
    margin: 0 0 20px;
    font-size: 32px;
    line-height: 1;
}

.index-new-steps__slider-wrapper {
    position: relative;
}

.index-new-steps__slider-arrows {
    position: absolute;
    top: 67px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    width: calc(100% + 20px);
    height: 0;
    transform: translate(-50%, -50%);
}

.index-new-steps__slider-arrow {
    width: 20px;
    height: 20px;
    padding: 0;
    transform: rotate(45deg);
    border: none;
    background-color: transparent;
}

.index-new-steps__slider-arrow--prev {
    border-bottom: 5px solid #959595;
    border-left: 5px solid #959595;
}

.index-new-steps__slider-arrow--next {
    border-top: 5px solid #959595;
    border-right: 5px solid #959595;
}

.index-new-steps__slide-head {
    display: flex;
    align-items: baseline;
}

.index-new-steps__slide {
    padding-left: 14px;
    padding-right: 14px;
}

.index-new-steps__slide-head-icon-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 65px;
    margin-right: 20px;
}

.index-new-steps__slide-head-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-new-steps__slide-head-number {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 10px;
    font-size: 80px;
    line-height: 83px;
    color: #D93F3C;
    font-family: "FranklinGothicBookXCmpC", sans-serif;
}

.index-new-steps__slide-head-step {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 42px;
    line-height: 83px;
    font-family: "FranklinGothicBookXCmpC", sans-serif;
    text-transform: uppercase;
}

.index-new-steps__slide-name {
    margin: -6px 0 20px;
    color: #585858;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
}

.index-new-steps__slide-text {
    font-size: 18px;
    line-height: 27px;
}

@media (min-width: 991px) {
    .index-new-steps {
        padding-top: 53px;
        padding-bottom: 20px;
    }

    .index-new-steps__heading {
        margin-bottom: 35px;
        font-size: 48px;
        line-height: 1.2;
    }

    .index-new-steps__heading br {
        display: none;
    }

    .index-new-steps__slider-arrows {
        display: none;
    }

    .index-new-steps__main {
        display: flex;
        justify-content: space-between;
        gap: 9.88%;
    }

    .index-new-steps__toggles {
        width: 49.38%;
        flex-shrink: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 16px;
    }

    .index-new-steps__toggle {
        position: relative;
        flex-basis: calc((100% / 3) - (16px * 2 / 3));
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .index-new-steps__toggle-number {
        position: absolute;
        top: -16px;
        left: 5px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        width: 45px;
        height: 45px;
        padding-right: 10px;
        color: #360000;
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        text-transform: uppercase;
        background-color: #F5F5F5;
        font-family: "Circe", sans-serif;
        transition: color .3s;
    }

    .index-new-steps__toggle--active .index-new-steps__toggle-number {
        color: #D93F3C;
    }

    .index-new-steps__toggle-icon-block {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        box-sizing: border-box;
        border: 2px solid #360000;
        border-radius: 8px;
        transition: border-color .3s;
    }

    .index-new-steps__toggle--active .index-new-steps__toggle-icon-block {
        border-color: #D93F3C;
    }

    .index-new-steps__toggle-name {
        display: block;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        font-family: "Circe", sans-serif;
    }

    .index-new-steps__slider-wrapper {
        width: 40.74%;
    }

    .index-new-steps__slider {
        width: 100%;
    }

    .index-new-steps__slide {
        padding: 11px 0 0;
    }

    .index-new-steps__slide-head-icon-block {
        display: none;
    }

    .index-new-steps__slide-name {
        font-size: 20px;
        line-height: 29px;
    }
}
/* End */


/* Start:/local/templates/mizantin2020/components/bitrix/news.list/reviews_new/style.css?17628721344447*/
.reviews-new {
    margin-bottom: -40px;
}

.reviews-new .reviews-new__heading {
    margin-top: 44px;
    margin-bottom: 23px;
    font-size: 42px;
    line-height: 1.2;
}

.reviews-new .reviews-description {
    font-size: 18px;
    line-height: 27px;
}

.reviews-new .review-author {
    padding-left: 40px;
    font-size: 18px;
    line-height: 27px;
    background-size: 24px auto;
}

.reviews-new .review-item {
    padding-top: 30px;
}

.reviews-new .review-text.reviews-new__text {
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
}

.reviews-new .ReviewsItem__showmore--active .reviews__showmore.review-link {
    margin-left: 40px;
}

.reviews-new .slick-nums {
    bottom: 37px;
}

.reviews-new .slick-nums-inner * {
    padding: 0;
    font-size: 16px !important;
    line-height: 20px !important;
}

.reviews-new .slick-nums .slick-nums-current {
    position: relative;
    left: 5px;
}

.reviews-new .slick-nums .slick-nums-row {
    top: 9px;
}

.reviews-new .slick-nums .slick-nums-all {
    position: relative;
    right: 5px;
}

.reviews-new .slider-with-line.slick-slider {
    position: relative;
    padding-bottom: 80px;
}

.reviews-new .slider-with-line.slick-slider::after {
    content: "";
    position: absolute;
    bottom: 77px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a4a4a4;
}

.reviews-new .slider-with-line ul.slick-dots,
.reviews-new .slider-with-line ul.slick-dots * {
    box-sizing: border-box;
}

.reviews-new .slider-with-line ul.slick-dots {
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    display: flex !important;
    gap: 8px;
    width: 100%;
    height: 2px;
    margin: 0;
    padding: 0;
    border: none;
}

.reviews-new .slider-with-line ul.slick-dots li {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2px;
}

.reviews-new .slider-with-line .slick-prev {
    top: calc(50% - 40px);
    right: auto;
    left: -9px;
    width: 20px;
    height: 20px;
    border: none;
    border-bottom: 5px solid #959595;
    border-left: 5px solid #959595;
    transform: translateY(-50%) rotate(45deg);
}

.reviews-new .slider-with-line .slick-next {
    top: calc(50% - 40px);
    right: -9px;
    left: auto;
    width: 20px;
    height: 20px;
    border: none;
    border-top: 5px solid #959595;
    border-right: 5px solid #959595;
    transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 641px) {
    .reviews-new .slick-nums {
        bottom: 46px;
    }

    .reviews-new .slick-nums-inner {
        display: flex;
    }

    .reviews-new .slick-nums .slick-nums-current {
        position: static;
        order: 0;
        padding: 0;
    }

    .reviews-new .slick-nums .slick-nums-all {
        position: static;
        order: 2;
        padding: 0;
        color: #000;
    }

    .reviews-new .slick-nums .slick-nums-row {
        position: relative;
        order: 1;
        width: 4px;
        border: none;
        transform: none;
    }

    .reviews-new .slick-nums .slick-nums-row::before {
        content: "/";
        position: absolute;
        top: 50%;
        left: calc(50% - 2px);
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 991px) {
    .reviews-new {
        margin-bottom: -20px;
    }

    .reviews-new .reviews-new__heading {
        margin-top: 54px;
        margin-bottom: 17px;
        font-size: 48px;
    }

    .reviews-new .reviews-new__heading br {
        display: none;
    }

    .reviews-new .review-author {
        margin-left: 2px;
        font-size: 22px;
        line-height: 32px;
    }

    .reviews-new .review-item {
        padding: 19px 16px 40px 56px;
    }

    .reviews-new .review-text.reviews-new__text {
        font-size: 18px;
        line-height: 27px;
    }

    .reviews-new .ReviewsItem__showmore--active .reviews__showmore.review-link {
        margin-top: 10px;
    }

    .reviews-new .slider-with-line.slick-slider::after {
        display: none;
    }

    .reviews-new .slider-with-line .slick-prev {
        top: 50%;
        left: -26px;
    }

    .reviews-new .slider-with-line .slick-next {
        top: 50%;
        right: -26px;
    }

    .reviews-new .slider-with-line ul.slick-dots {
        top: calc(100% - 90px);
        gap: 0;
        border-top: 1px solid #a4a4a4;
    }

    .reviews-new .slider-with-line ul.slick-dots li {
        height: 5px;
    }
}
/* End */
/* /local/templates/mizantin2020/components/bitrix/news.list/index_features/style.css?17518794722082 */
/* /local/templates/mizantin2020/components/bitrix/news.list/index_sections/style.css?17628721344192 */
/* /local/templates/mizantin2020/components/bitrix/news.list/index_popular_solutions/style.css?176287213413233 */
/* /local/templates/mizantin2020/components/mizantin/catalog.section.list/window-catalogers-product-new/style.css?17628721347305 */
/* /local/templates/mizantin2020/components/bitrix/news.list/models-windows/style.css?1741615395150 */
/* /local/templates/mizantin2020/components/bitrix/form.result.new/index-get-catalog/style.css?17628721344335 */
/* /local/templates/mizantin2020/components/bitrix/news.list/index_new_right_choice/style.css?17628721343598 */
/* /local/templates/mizantin2020/components/bitrix/form.result.new/index-free-measurement-short/style.css?17628721344302 */
/* /local/templates/mizantin2020/components/bitrix/news.list/photogallery_new/style.css?17628721348458 */
/* /local/templates/mizantin2020/components/bitrix/form.result.new/recall/style.css?1741615395666 */
/* /local/templates/mizantin2020/components/bitrix/news.list/index_new_steps/style.css?17628721344672 */
/* /local/templates/mizantin2020/components/bitrix/news.list/reviews_new/style.css?17628721344447 */
