

/* 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?17518794723933*/
.index-sections__heading {
    margin-top: 0;
    margin-bottom: 40px;
}

.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 {
    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;
    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;
    }
}

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


/* Start:/local/templates/mizantin2020/components/bitrix/news.list/index_popular_solutions/style.css?175187947212003*/
.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;
}

@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) and (max-width: 800px) {
    .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-top: 40px;
        padding-bottom: 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__mobile-full-open {
        flex-grow: 1;
        flex-basis: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 56px;
        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-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 {
        /*position: absolute;*/
        /*top: -10px;*/
        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: none;
    }

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

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

    .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: 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__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 (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;
    }
}

@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;
    }
}
/* End */


/* Start:/local/templates/mizantin2020/components/mizantin/catalog.section.list/window-catalogers-product/style.css?17416153957305*/
/* 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/news.list/photogallery/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/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 */
/* /local/templates/mizantin2020/components/bitrix/news.list/index_features/style.css?17518794722082 */
/* /local/templates/mizantin2020/components/bitrix/news.list/index_sections/style.css?17518794723933 */
/* /local/templates/mizantin2020/components/bitrix/news.list/index_popular_solutions/style.css?175187947212003 */
/* /local/templates/mizantin2020/components/mizantin/catalog.section.list/window-catalogers-product/style.css?17416153957305 */
/* /local/templates/mizantin2020/components/bitrix/news.list/models-windows/style.css?1741615395150 */
/* /local/templates/mizantin2020/components/bitrix/news.list/photogallery/style.css?1741615395150 */
/* /local/templates/mizantin2020/components/bitrix/form.result.new/recall/style.css?1741615395666 */
