

/* Start:/local/templates/tn/components/bitrix/news/catalog/style.css?174238499322873*/
.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

main h1 {
    text-transform: uppercase;
}


.og-article-item {
    margin-bottom: 35px;
}

article.text_block {
    margin-bottom: 20px;
}

article.text_block .product-item {
    margin-bottom: 0;
}

.og-article-item .title {
    text-align: center;
    margin-bottom: 25px;
}

.og-article-item .title * {
    color: #000;
}

.og-options li {
    margin-bottom: 12px;
}

.og-options li:last-child {
    margin-bottom: 0;
}

.og-options li a {
    position: relative;
    display: block;
    min-height: 48px;
    line-height: 48px;
    border: 2px solid #ececec;
    padding-left: 65px;
    padding-right: 10px;
}
.og-options.linkToShopTn {
    width: 200px;
}
.og-options.linkToShopTn li {
    margig: 0;
    padding: 0;
	width: 200px;
	height: 50px;
}
.og-options.linkToShopTn li a {
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.og-options.linkToShopTn .icon {
    width: 50px;
    height: 100%;
    line-height: 44px;
    text-align: center;
    position: static;
	margin: 0 10px 0 0;
}
.og-options.linkToShopTn .h4 {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
	margin: 0;
}
.og-options.linkToShopTn ul li::before {
    content: "";
    width: 0;
    height: 0;
}
.og-options.linkToShopTn li a:before{

}
.og-options.linkToShopTn li a:hover::before {
    opacity: none;
    visibility: none;
}
.og-options.linkToShopTn li a::before {
    content: "";
    border: none;
    width: 100%;
    width: 0;
    height: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0;
}
.og-options.linkToShopTn li a:hover {
    border-color: #ececec;
}
.og-options li a:hover .h4 {
    color: #cc3333;
}

.og-options .icon {
    width: 50px;
    height: 100%;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 0;
}

.og-options .icon img {
    max-height: 35px;
    vertical-align: middle;
}

.og-options .h4 {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.divider-line {
    position: relative;
    background: #ececec;
    border: 0;
    height: 2px;
    margin: 0;
    margin-top: 25px;
    overflow: visible;
}

.divider-line.has-arrow:before {
    content: '';
    border: 20px solid transparent;
    border-top: 12px solid #ececec;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -20px;
    z-index: 5;
}

.divider-line.has-arrow:after {
    content: '';
    border: 20px solid transparent;
    border-top: 12px solid #fff;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -20px;
    margin-top: -2px;
    z-index: 10;
}

.og-article-form {
    text-align: center;
}

.og-article-form>div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0 15px;
}

.og-colors {
    text-align: center;
}

.og-color-item {
    margin-bottom: 20px;
}

.og-color-item a {
    position: relative;
    padding: 8px;
    display: block;
    border: 1px solid transparent;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: -40px;
    background: #fff;
}

.og-color-item a:hover {
    border-color: #ececec;
    z-index: 10;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.og-color-item a:hover .hidden {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.og-color-item img {
    width: 100%;
}

.og-color-item .h5 {
    color: #333333;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 12px;
    height: auto;
    padding-bottom: 8px;
}

.og-color-item .btn {
    width: 100%;
}

.og-color-item .icon-zoom {
    width: 11px;
    height: 11px;
    background: url(/local/templates/tn/components/bitrix/news/catalog/../img/img-section/icons/zoom.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.og-color-item .hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: calc(100% - 16px);
}

.og-table {
    overflow: auto;
    color: #222222;
}

.og-table table {
    width: 100%;
    border: 2px solid #ECECEC;
}

.og-table th {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 20px 10px;
    background: #F7F7F7;
}

.og-table td {
    border: 0;
    padding: 13px 20px 15px;
    border-bottom: 1px solid #ECECEC;
    vertical-align: middle;
}

.og-char-table-wrap {
    padding-top: 20px;
}

.og-char-table-wrap .h1 {
    font-weight: 300;
    font-size: 24px;
    color: #222222;
    margin-bottom: 20px;
}

.og-char-table {
    overflow: auto;
}

.og-char-table td {
    width: 50%;
}

.og-char-table td:first-child {
    padding-left: 0;
}

.og-table-img {
    margin-top: 70px;
}

.og-gallery .row {
    margin: 0 -20px;
}

.og-gallery .row>div {
    padding: 0 20px;
    margin-bottom: 40px;
}

.og-gallery-item a {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.og-gallery-item img {
    width: 100%;
}

.og-doc-item {
    margin-bottom: 30px;
}

.og-doc-item a {
    display: block;
    text-align: center;
}

.og-doc-item a:hover .link {
    border-color: #ec1c23;
}

.og-doc-item a:hover .h4 {
    color: #ec1c23;
}

.og-doc-item .img {
    height: 180px;
    line-height: 180px;
    margin-bottom: 20px;
}

.og-doc-item .img img {
    max-height: 100%;
    vertical-align: middle;
}

.og-doc-item .h4 {
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.og-doc-item .link {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #ec1c23;
    text-transform: uppercase;
    margin-top: 5px;
    border-bottom: 1px dashed transparent;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.text_block figure {
    margin: 40px 0;
}

.text_block figure+figure {
    margin-top: 20px;
}

.og-collect-item {
    position: relative;
    padding-left: 200px;
    padding-right: 120px;
    min-height: 173px;
    margin-bottom: 50px;
}

.og-collect-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 185px;
    height: 173px;
}

.og-collect-img .h5 {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 120px;
    background: #fff;
    z-index: 10;
    color: #000;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 165px;
}

.og-collect-img .img_main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.collect-img-small {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.collect-img-small .item {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    margin-top: 6px;
}

.collect-img-small .img {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.collect-img-small .item.active .img {
    border-color: #ec1c23;
}

.collect-img-small .item.active .h5 {
    display: block;
}

.og-collect-item .descr {
    position: relative;
    min-height: 173px;
    padding-bottom: 30px;
}

.og-collect-item .descr .h2 {
    color: #000;
    margin-bottom: 7px;
}

.og-collect-item .descr .link {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    color: #ec1c23;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}

.og-collect-item .descr .link:after {
    content: '';
    background: url(/local/templates/tn/components/bitrix/news/catalog/../img/img-section/icons/right-arrow.svg) no-repeat;
    background-size: contain;
    width: 7px;
    height: 9px;
    position: absolute;
    right: -10px;
    top: 4px;
}

.og-collect-item .descr .link:hover {
    border-color: transparent;
}

.og-collect-item .og-years {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 90px;
}

.og-collect-item .og-years .years {
    background: #fff;
    width: 100%;
    max-width: 90px;
    padding: 2px 0 8px;
    border: 2px solid #a82838;
    color: #a82838;
    font-size: 26px;
    font-weight: 900;
    line-height: 0.95;
    margin-left: auto;
    text-transform: uppercase;
}

.og-collect-item .og-years .years .inner {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.og-collect-item .og-years .years strong {
    font-size: 60px;
}

.og-collect-item .og-years .h2 {
    color: #a82838;
    text-transform: uppercase;
    font-size: 9px;
    margin-top: 10px;
}

.og-option-item {}

.og-option-item a {
    display: block;
    text-align: center;
}

.og-option-item a:hover .h5 {
    color: #ec1c23;
}

.og-option-item img {
    width: 100%;
}

.og-option-item .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 48px;
    line-height: 48px;
    padding-left: 65px;
    padding-right: 10px;
    margin-top: 10px;
}

.og-option-item .item .icon {
    width: 50px;
    height: 100%;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 0;
}

.og-option-item .item .icon img {
    vertical-align: middle;
    max-height: 100%;
    width: auto;
}

.og-option-item .item .h5 {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    border-bottom: 0px;
}

.og-collect-tile-items {
    margin: 45px 0;
}

.og-collect-tile-item {
    min-height: 188px;
    padding-left: 330px;
    padding-top: 15px;
}

.og-collect-tile-item .og-collect-img {
    width: 270px;
    height: 188px;
    background: #e6e6e6;
}

.og-collect-tile-item .collect-img-small .img {
    background-color: #fff;
}

.og-collect-tile-item .og-collect-img .h5 {
    margin: 0;
    bottom: 143px;
    max-width: 250px;
    border: 0;
    letter-spacing: 1px;
}

.og-collect-tile-item .descr {
    color: #000;
    padding-bottom: 0;
    min-height: 1px;
}

.og-collect-tile-item .descr .h2 {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.og-collect-tile-item .descr .h2 span {
    text-transform: none;
}

.og-collect-tile-item .descr p span {
    color: #000;
    font-weight: bold;
}

.og-collect-tile-item .og-years .h2 {
    margin-bottom: 0;
    margin-top: 5px;
    text-align: left;
}

.og-collect-tile-item.no-years {
    padding-right: 0;
}

.og-area-use {
    margin-top: 40px;
}

.og-area-use-item {
    position: relative;
    border: 1px solid #EBEBEB;
    padding: 25px 45px 30px;
    min-height: 270px;
}

.og-area-use-item .og-icon {
    height: 85px;
    line-height: 85px;
    margin-bottom: 20px;
}

.og-area-use-item .og-icon img {
    max-height: 100%;
    vertical-align: middle;
}

.og-area-use-item .h2 {
    font-size: 24px;
    color: #00697C !important;
    margin-top: 0 !important;
    margin-bottom: 11px;
}

.og-area-use-item .count {
    font-size: 144px;
    color: #F1F1F1;
    position: absolute;
    right: 40px;
    bottom: auto;
    font-weight: 300;
    line-height: 0.6;
}

.og-area-use-item .text {
    padding-right: 50px;
}

.og-catalog-banner {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
    text-align: left;
    overflow: hidden;
}

.og-catalog-banner a {
    display: block;
    background: #CC3333;
    color: #ffffff;
    padding: 40px 30px;
}

.og-catalog-banner .h2 {
    color: #ffffff !important;
    margin: 0 !important;
    padding-top: 4px;
    background-color: #CC3333;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding-right: 20px;
}

.og-catalog-banner .h2:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 100px;
    background-color: inherit;
    z-index: 10;
}

.og-catalog-banner .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.og-catalog-banner .link {
    position: relative;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

.og-catalog-banner .link:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    background: #fff;
    height: 1px;
    width: 500px;
    margin-right: 17px;
}

.og-catalog-banner .btn {
    position: relative;
    background: #fff !important;
    color: #CC3333 !important;
    height: 44px;
    line-height: 44px;
    width: 100%;
    max-width: 240px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

.og-catalog-banner .btn:after {
    content: '';
    border: 44px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 25px solid #CC3333;
    position: absolute;
    right: 0;
    bottom: 0;
}

.pdf-item {

}

.pdf-item a {
    display: block;
    min-height: 93px;
    line-height: 93px;
    padding-left: 95px;
    border: 0 !important;
}

.pdf-item a:hover .h3 {
    color: #E51A23;
}

.pdf-item .icon-pdf {
    background: url(/local/templates/tn/components/bitrix/news/catalog/images/pdf-2.svg) no-repeat 50% 50% / contain;
    width: 93px;
    height: 93px;
    position: absolute;
    left: 0;
    top: 0;
}

.pdf-item .h3 {
    margin: 0 0 0 20px !important;
    font-weight: normal;
    transition: 0.15s;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    max-width: 170px;
}

.pdf-carousel {
    margin-bottom: 80px;
}

.mb-2 {
    margin-bottom: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 2rem !important;
}

.mb-4 {
    margin-bottom: 2.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

@media screen and (max-width: 1200px) {

    .og-catalog-banner .h2 {
        padding-top: 0;
        margin-bottom: 30px !important;
    }

    .og-catalog-banner .h2 br {
        display: none;
    }

    .og-catalog-banner .link:before {
        content: none;
    }

}

@media screen and (max-width: 900px) {

    .og-options {
        margin-top: 30px;
    }

    .og-collect-tile-item .og-collect-img {
        width: 220px;
    }

    .og-collect-tile-item .og-collect-img .h5 {
        max-width: 200px;
    }

    .og-collect-tile-item {
        padding-top: 210px;
        padding-left: 0px;
        padding-right: 0;
    }

    .og-area-use-item {
        min-height: 1px;
    }

}

@media screen and (max-width: 600px) {

    article.text_block .product-item {
        margin-bottom: 25px;
    }

    .og-article-item {
        padding-top: 20px;
    }

    .og-article-item .title {
        margin-bottom: 15px;
    }

    .og-color-item .hidden {
        display: none;
    }

    .og-color-item a {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .og-color-item {
        margin-bottom: 10px;
    }

    .og-gallery .row {
        margin: 0 -8px;
    }

    .og-gallery .row>div {
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .og-doc-item .img {
        height: 100px;
        line-height: 100px;
    }

    .og-option-item {
        margin-bottom: 30px;
    }

    .og-collect-img {
        position: relative;
        margin-bottom: 20px;
    }

    .og-collect-item {
        padding-left: 0;
        padding-right: 0;
    }

    .og-option-item .item .icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        left: 0;
    }

    .og-option-item .item {
        line-height: 25px;
        padding-left: 30px;
        min-height: 25px;
    }

    .og-options-with-img .row {
        margin: 0 -8px;
    }

    .og-options-with-img .row>div {
        padding: 0 8px;
    }

    .og-collect-tile-item {
        padding-top: 0;
    }

    .og-collect-tile-items {
        margin: 20px 0;
    }

    .og-collect-tile-item .og-collect-img {
        width: 100%;
    }

    .og-collect-tile-item .og-years .h2 {
        background: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 0;
    }

    .og-collect-tile-item .og-collect-img .h5 {
        max-width: calc(100vw - 172px);
    }

    .og-area-use-item {
        padding: 25px 15px;
    }

    .og-area-use-item .count {
        right: 20px;
    }

    .og-area-use-item .text {
        padding-right: 100px;
    }

    .og-catalog-banner a {
        padding: 15px;
    }

    .og-catalog-banner {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0;
    }

    .og-catalog-banner .h2 {
        margin-bottom: 20px !important;
    }

    .og-catalog-banner .block {
        display: block;
    }

    .og-catalog-banner .btn {
        margin-top: 10px;
    }

    .og-table-img {
        margin-top: 30px;
    }

}
/* .og-sophit-colors .item:nth-child(1) .img {background-color: #9B5B4C!important;}
.og-sophit-colors .item:nth-child(2) .img {background-color: #EEEEEE!important;}
.og-sophit-colors .item:nth-child(3) .img {background-color: #6F5048!important;} */


.text_block .mb_video {
    margin-top: 40px !important;
    margin-bottom: 10px !important;
}

tr.active {
    background: rgb(143 143 143 / 14%);
}
tr.active td {
    font-weight: 600;
}
tr.active a {
    font-weight: 600;
}
duct-more-compare {
    margin: 30px 0px 30px 0px;
}
.compare-table::-webkit-scrollbar {
    width: 5px;
    background-color: #ECECEC;
    border-radius: 9px;
    height: 4px;
}

.compare-table::-webkit-scrollbar-thumb {
    background: #E61A19;
    border-radius: 5px;
}

.compare-table {
    overflow-x: scroll;
    background: #fafafa;
    padding: 25px 25px 0px 25px;
    &.--fixed-cols {
        padding-left: 0;
        tr.table-head {
            td:first-of-type {
                position: sticky;
                left: 0;
                width: 120px;
                background-color: #fafafa;
                padding-left: 25px;
                z-index: 1;
            }
            td:nth-of-type(2) {
                position: sticky;
                left: 120px;
                background-color: #fafafa;
                z-index: 1;
            }
        }
        tr:not(.table-head) td{
            &:nth-of-type(2) {
                position: sticky;
                left: 0;
                width: 120px;
                background-color: #fafafa;
                padding-left: 25px;
                z-index: 1;
            }
            &:nth-of-type(3) {
                position: sticky;
                left: 120px;
                background-color: #fafafa;
                z-index: 1;
            }
        }
        tr:has(td[rowspan]) {
            & + tr td{
                &:nth-of-type(2) {
                    padding-left: 10px;
                    left: 120px;
                }
                &:nth-of-type(3) {
                    position: static;
                }
            }
        }
    }
}
tr.table-head {
    border-bottom: 1px solid #ddd;
}
table.tible-compare {
    width: max-content;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    text-align: left;
    background: #fafafa;
}
table.tible-compare td {
    max-width: 285px;
}
.table-head td{
    font-weight: 600;
}
.compare-red{
    color:#E61A19;
}
.compare-href{
    color:#666;
}
.compare-href:hover{
    color:#E61A19;
    text-decoration:underline;
}
.compare-href.hov{
    color:#E61A19;
    text-decoration:underline;
}
.tn-product-more-compare {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.horizontal-scroller div{
    height: 10px;
}
.horizontal-scroller {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 20px; /* Высота верхнего скроллбара */
    -webkit-appearance: none; /* Убираем стандартный стиль скроллбара */
    background: transparent; /* Фон скроллбара */
}
.horizontal-scroller::-webkit-scrollbar {
    width: 5px;
    background-color: #ECECEC;
    border-radius: 9px;
    height: 4px;
}
.horizontal-scroller::-webkit-scrollbar-thumb {
    background: #E61A19 !important;
    border-radius: 5px;
}

.horizontal-scroller::-webkit-scrollbar-button{
    display: none !important;
}
.content-wrap .anderep-advantages .advantages-three .advantages-three__item img{
    max-width: none;
    width: 50px;
}
@media (max-width: 768px) {
    .content-wrap .anderep-advantages .advantages-three .advantages-three__item img{
        max-width: 100%;
        width: auto;
    }
}

.tn-catalog_brending-banner {
    display: block;
    margin-bottom: 24px;
}

.tn-catalog_brending-banner img {
    display: block;
    width: 100%;
    height: auto;
}
/* End */


/* Start:/local/media/catalog/css/main.css?175084217743711*/
.tn-product-main {
  display: flex;
  justify-content: space-between; }

.tn-product-view {
  max-width: 300px;
  width: 100%; }

.tn-product-images-preview {
  display: flex;
  flex-flow: row wrap;
  margin-left: -3px;
  margin-right: -3px; }

.tn-product-description {
  width: calc(100% - 330px); }

.tn-product-description.tn-product-full {
  width: 100%; }

.tn-product-ttl {
  color: #7e7e7e;
  font-size: 19px;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 30px;
  max-width: 500px; }

.tn-product-images {
  margin-bottom: 30px; }

a.tn-product-images-main,
.tn-product-images-main {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative; }

.tn-product-images-main picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px; }

.tn-product-images-main img {
  max-width: 100%;
  max-height: 100%; }

.tn-catalog-enum {
  margin-bottom: 30px; }

.tn-product-images-zoom svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5.5px;
  margin-left: -5px;
  height: 11px;
  width: 11px; }

.tn-product-images-zoom {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40px;
  width: 40px; }

.tn-product-images-item {
  border-bottom: 2px solid #F2F2F2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px 6px;
  transition: ease 300ms;
  height: 53px;
  width: 55px; }

.tn-product-images-item.active {
  border-bottom-color: #E61A19; }

.tn-product-images-item img {
  max-width: 100%;
  max-height: 100%; }

.tn-product-mobile-title,
.tn-product-title {
  color: #000000;
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
  transition: ease 200ms;
  text-transform: uppercase; }

.tn-product-title:hover {
  color: #CC3333;
}

.tn-product-mobile-title {
  display: none; }

.tn-product-bf {
  margin-right: auto; }

.tn-product-flying-summer {
  align-self: center;
  margin-right: auto; }

.tn-product-code {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 43px; }

.tn-product-code-type span {
  font-weight: 700; }

.tn-product-code-type {
  color: #000000;
  font-size: 14px;
  line-height: 1.3; }

.tn-product-code-image { 
  margin-bottom: 5px;
  max-width: 160px; }

.tn-product-code-articul span {
  color: #000; }

.tn-product-code-articul {
  color: #999999;
  font-size: 14px;
  line-height: 1.3; }

.tn-product-icons {
  overflow: hidden;
  margin-bottom: 10px; }

.tn-product-icons-enum {
  display: flex;
  flex-flow: row wrap; }

.tn-product-icons-enum img {
  max-width: 70px;
  max-height: 70px;
  display: block;
  margin: 0 auto 5px; }

.tn-product-icons-picture span {
  display: block;
  text-align: center; }

.tn-product-icons picture span {
  display: block;
  text-align: center; }

.tn-product-icons-picture {
  margin-bottom: 30px;
  margin-right: 10px;
  width: calc(20% - 10px); }

.tn-product-icons picture {
  margin-bottom: 30px;
  margin-right: 10px;
  width: calc(20% - 10px); }

.tn-product-text {
  color: #555555;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px; }

.tn-product-text ul li {
  padding-left: 20px;
  position: relative; }

.tn-product-text ul li:before {
  background: #4f4f4f;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  height: 5px;
  width: 5px;
}

.tn-product-options {
  background: rgba(242, 242, 242, 0.3);
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  padding: 26px 22px 24px 36px;
  margin-bottom: 30px; }

.tn-product-options-row,
.tn-product-options-header {
  display: flex;
  justify-content: space-between; }

.tn-product-options-header span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000; }

.tn-product-options-row span {
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  margin-top: 20px; }

.tn-product-options-row span:first-child {
  color: #666666; }

.tn-product-options span {
  width: 20%; }

.tn-product-options span:first-child {
  width: 60%; }

.tn-product-actions {
  display: flex;
  justify-content: flex-end;
  column-gap: 15px;
  margin-bottom: 30px; 

  @media screen and (max-width: 767px) {
    justify-content: space-between;
  }
}

.tn-product-actions.-end {
  justify-content: flex-end;
}

.tn-product-btn_buy {
  background: #E61A19;
  box-shadow: 0 5px 10px rgba(230, 26, 25, 0.15);
  border-radius: 5px;
  color: #FFFFFF;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  max-width: 272px;
  padding: 21px 30px;
  text-transform: uppercase;
  text-align: center;
  transition: ease 300ms;
  width: calc(50% - 5px); }

.tn-product-btn_buy:hover {
  background: #cc3333; }

.tn-catalog-btn-box .tn-product-btn_buy {
  margin-right: auto;
}

.tn-product-btn_points {
  background: #F2F2F2;
  box-sizing: border-box;
  border-radius: 5px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  padding: 21px 15px;
  text-transform: uppercase;
  transition: ease 300ms;
  max-width: 272px;
  width: calc(50% - 5px); }

.tn-product-btn_points:hover {
  background: #e8e6e6; }

.tn-product-btn_points svg {
  margin-right: 13px;
  height: 16px;
  width: 10px; }

.tn-product-navigator {
  display: flex;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 27px; }

.tn-product-navigator-item {
  background: #FFFFFF;
  border: 2px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 4px;
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  height: 64px;
  margin: 0 5px 10px;
  padding: 14px 20px 14px 22px;
  position: relative;
  transition: ease 300ms;
  width: calc(33.33% - 10px); }

.tn-product-navigator-item:hover {
  background: #F2F2F2; }

.tn-product-navigator-item img.-icon,
.tn-product-navigator-item svg.-icon {
  margin-right: 10px;
  max-width: 35px;
  max-height: 38px; }

.tn-product-navigator-item svg.-arrow {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 7.5px;
  width: 7.5px; }

.tn-product-tabs-header {
  margin-bottom: 45px;}


.tn-product-tabs-container {
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative; }

.tn-product-tabs-container .owl-stage {
  display: flex;
}

.tn-product-tabs-navigation button {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease 300ms;
  height: 100%;
  width: 40px;
}

.tn-product-tabs-navigation button.disabled {
  opacity: 0;
  visibility: hidden;
}

.tn-product-tabs-navigation button:before {
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  box-sizing: content-box;
  border-radius: 0 0 0 5px;
  content: '';
  padding-left: 30px;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.tn-product-tabs-navigation button.owl-next:before {
  background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
  border-radius: 0 0 5px 0;
  left: auto;
  right: 0;
}

.tn-product-tabs-navigation button span {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 0;
  color: transparent;
  display: block;
  transform: rotate(45deg);
  margin-left: 3px;
  height: 12px;
  width: 12px;
}

.tn-product-tabs-navigation button.owl-prev span {
  transform: rotate(-135deg);
  margin-left: 9px;
}

.tn-product-tabs-navigation button.owl-next {
  left: auto;
  right: 0;
}

.tn-product-tab {
  color: #000000;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: ease 300ms;
  padding: 0 15px;
  position: relative;
  max-width: 230px;
  white-space: nowrap;
  height: 78px;
  width: 100%; }

.tn-product-tab.active {
  background: rgba(242, 242, 242, 0.5);
  color: #E61A19; }

.tn-product-tab:before {
  background: transparent;
  border-radius: 4px;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  transition: ease 300ms;
  height: 2px;
  width: 100%;
  z-index: 1; }

.tn-product-tab.active:before {
  background: #E61A19; }

.tn-product-tab:hover {
  background: rgba(242, 242, 242, 0.5); }

.tn-product-tab span {
  background: #E61A19;
  border-radius: 50px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  margin-left: 5px;
  height: 28px;
  width: 28px; }

.tn-product .content_ {
  color: #555555;
  font-size: 14px;
  line-height: 1.4; }

.tn-product .content_ a {
  text-decoration: underline;
}
.tn-product .content_ a:hover {
  text-decoration: none;
}

.tn-product .content_ p {
  margin-bottom: 25px; }
.tn-product .content_ li p {
  margin-bottom: 0; }

.tn-product .content_ .ttl,
.tn-product .content_ h2 {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase; }

.tn-product .content_ .ttl-small,
.tn-product .content_ h3 {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-transform: uppercase; }

.tn-product .content_ table {
  float: none !important;
  width: 100% !important;
  margin: 0 0 20px !important; }

.tn-product .content_ table td {
  color: #555555;
  height: auto !important;
  padding: 8px 15px !important; }

.tn-product .content_ table p {
  margin: 0 !important; }

.tn-product .content_ table tr:nth-child(odd) {
  background: #F8F8F8 !important; }

.tn-product .content_ table thead tr {
  background: #CC3333;
  color: #fff;
}
.tn-product .content_ table thead td,
.tn-product .content_ table thead th {
  background: #CC3333;
  color: #fff;
  padding: 10px 5px;
}
.tn-product .content_ table th,
.tn-product .content_ table td {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.tn-product .content_ li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative; }

.tn-product .content_ ul li:before {
  background: #c33;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  height: 6px;
  width: 6px; }

.tn-product .content_ li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative; }

.tn-product .content_ ul li:before {
  background: #c33;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  height: 6px;
  width: 6px; }

.tn-product .content_ ol {
  counter-reset: li; }

.tn-product .content_ ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  color: #c33;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0; }

.tn-product-documents-item {
  color: #828282;
  font-size: 14px;
  margin-bottom: 24px;
  position: relative;
  padding: 10px 15px 10px 38px; }

.tn-product-documents-item svg {
  position: absolute;
  top: 1px;
  left: 0;
  transition: ease 300ms;
  height: 32px;
  width: 24px; }

.tn-product-documents-item:hover svg {
  transform: scale(1.1); }

.tn-product-documents-item {
  display: block; }

.tn-product-tabs-box {
  display: none; }

.tn-product-tabs-box.active {
  display: block; }

.tn-product-info-item {
  color: #555555;
  display: flex;
  font-size: 14px;
  line-height: 1.3; }

.tn-product-info-item span {
  display: block;
  padding: 7px 30px; }

.tn-product-info-item:nth-child(odd) {
  background: #F8F8F8; }

.tn-product-info-item span:first-child {
  max-width: 280px;
  width: 100%; }

a.tn-product-video-picture,
.tn-product-video-picture {
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative; }

.tn-product-video-picture img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 154px;
  width: 100%; }

a.tn-product-video-title,
.tn-product-video-title {
  color: #222222;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.004em; }

.tn-product-video-item {
  margin: 0 9px 42px;
  width: calc(33.33% - 18px); }

.tn-product-video-item.-hidden {
  display: none;
}
.tn-product-video-more {
  padding: 0 9px;
}

.tn-product-video-enum {
  display: flex;
  flex-flow: row wrap;
  margin-left: -9px;
  margin-right: -9px; }

.tn-product-gallery-more {
  padding: 0 10px;
}
.tn-product-video-picture span.-play {
  background: #fff;
  border-radius: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: ease 300ms;
  height: 50px;
  width: 50px;
  z-index: 1; }

.tn-product-video-picture span.-play:before {
  background: transparent;
  border: 8px solid transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-color: #E60B18;
  display: block;
  content: '';
  margin-left: -4px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  z-index: 1; }

.tn-product-video-picture span.-play:after {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
  transition: ease 300ms;
  height: 68px;
  width: 68px; }

.tn-product-video-picture:hover span.-play:after {
  transform: scale(1.1); }

.tn-product-docs-pic {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  cursor: pointer;
  display: block;
  margin-bottom: 16px;
  padding: 14px;
  transition: ease 300ms; }

.tn-product-docs-item:hover .tn-product-docs-pic {
  background: #f2f2f2; }

.tn-product-docs-pic img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 235px;
  width: 100%; }

.tn-product-docs-item {
  margin: 0 14px 28px;
  width: calc(25% - 28px); }

.tn-product-docs-enum {
  display: flex;
  flex-flow: row wrap;
  margin-left: -14px;
  margin-right: -14px; }

@media screen and (max-width: 900px) {
  .tn-product-options {
    padding: 20px; }
  .tn-product-options-row span {
    font-size: 14px;
    margin-top: 15px; }
  .tn-product-docs-item {
    width: calc(33.33% - 28px); } }

@media screen and (max-width: 767px) {
  .tn-product-main {
    display: block; }
  .tn-product-view {
    max-width: 100%; }
  .tn-product-images-preview {
    justify-content: center; }
  .tn-product-documents {
    display: none; }
  .tn-product-description {
    width: 100%; }
  .tn-product-mobile-title {
    display: block; }
  .tn-product-title {
    display: none; }
  .tn-product-options {
    padding: 20px 15px; }
  a.tn-product-btn_buy {
    font-size: 15px;
    padding: 19px 15px; }
  .tn-product-btn_points {
    font-size: 15px;
    padding: 19px 15px; }
  a.tn-product-navigator-item {
    width: calc(50% - 10px); }
  .tn-product-tabs-header ul {
    display: inline-flex;
    border-radius: 0;
    min-width: 100%;
    width: auto; }
  .tn-product-tab {
    border-left: 3px solid transparent;
    display: flex;
    font-size: 14px;
    height: auto;
    padding: 10px 25px;
    text-align: left; }
  .tn-product-tab span {
    height: 19px;
    width: 19px;
  }
  .tn-product-tabs-header {
    margin-bottom: 45px;
    padding-bottom: 15px;
    overflow-x: auto; }
  /*.tn-product-tabs-header ul li.active:before {
    display: none; }
  .tn-product-tabs-header ul li.active {
    border-left-color: #E61A19; }*/
  .tn-product-info-item {
    justify-content: space-between; }
  .tn-product-info-item span {
    display: block;
    padding: 7px 15px; }
  .tn-product-info-item span:last-child {
    text-align: right; }
  .tn-product-info-item span {
    width: 50%; }
  .tn-product-info-item span:first-child {
    max-width: 50%; }
  .tn-product-video-item {
    margin: 0 9px 30px;
    width: calc(50% - 18px); }
  .tn-product-video-picture img {
    height: 125px; }
  a.tn-product-video-title,
  .tn-product-video-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3; }
  .tn-product-docs-item {
    max-width: 100%;
    width: calc(50% - 14px); }
  .tn-product-docs-item {
    max-width: 100%;
    width: calc(50% - 28px); }
  .tn-product .tn-product-icons-picture {
    display: grid;
    width: 120px;
    margin-right: 0;
  }
  .tn-product-icons picture {
    width: calc(33% - 10px);
  }
  .tn-product-icons-picture span{
    display: block;
    width: 100%;
    max-width: 120px;
  }
  .tn-product .tn-product-icons-enum {
    display: block;
    width: auto;
    flex-flow: nowrap;
  }
  .tn-product-icons-enum {
    width: 100%;
  }
  .tn-catalog-btn-box {
    flex-direction: column;
    align-items: center;
  }
  .tn-catalog-btn-box .tn-product-btn_buy {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 475px) {
  a.tn-product-navigator-item {
    width: 100%; }
  .tn-product-docs-item {
    max-width: 100%;
    width: calc(100% - 28px);
  }
}

@media screen and (max-width: 380px) {
  a.tn-product-btn_buy {
    font-size: 14px;
    padding: 19px 12px; }
  .tn-product-btn_points {
    font-size: 14px;
    padding: 19px 12px; } }

.tn-product-use {
  display: flex;
  align-items: flex-end;
  height: 52px;
  margin-bottom: 17px; }

.tn-product-use-icon + .tn-product-use-icon {
  margin-left: 10px; }

.tn-product-use-icon {
  position: relative; }

.tn-product-popup {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  padding: 5px 8px;
  position: absolute;
  bottom: 100%;
  left: 0;
  white-space: nowrap;
  transition: ease 300ms; }

.tn-product-popup:before {
  background: #fff;
  border-bottom: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  content: '';
  display: block;
  height: 8px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -5px;
  left: 8px;
  width: 8px; }

.tn-product-use-icon:hover .tn-product-popup {
  visibility: visible;
  opacity: 1; }

.tn-product-use span {
  color: #a2a2a2;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-left: 20px; }

/* tn-catalog */
.tn-catalog-sections {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 15px; }

.tn-catalog-sections li a {
  background: #F2F2F2;
  border-radius: 3px;
  color: #666666;
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  padding: 10px;
  text-decoration: none;
  transition: ease 300ms; }

.tn-catalog-sections li:hover a,
.tn-catalog-sections li.active a {
  background: #E2000E;
  color: #fff; }

.tn-catalog-sections li {
  margin-right: 8px;
  margin-bottom: 8px; }

.tn-catalog-banner {
  margin-bottom: 21px; }

.tn-catalog-banner img {
  width: 100%; }

.tn-catalog-banner .owl-dots {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  bottom: 10px; }

.tn-catalog-banner .owl-dot {
  background: #FFFFFF;
  opacity: .5;
  padding: 0;
  margin: 0 2px;
  height: 6px;
  width: 6px; }

.tn-catalog-banner .owl-dot.active {
  opacity: 1; }

.tn-product-tags {
  display: flex;
  flex-flow: row wrap; }

.tn-product-tags li {
  margin-right: 6px;
  margin-bottom: 6px; }

.tn-product-tags a {
  background: #F2F2F2;
  color: #000000;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  padding: 4px 10px; }

.tn-catalog-documents {
  display: flex;
  flex-flow: row wrap; }

.tn-catalog-documents .tn-product-documents-item {
  margin-right: 28px; }

.tn-catalog-btn-box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px; }

a.tn-catalog-more {
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  padding: 21px 30px;
  text-transform: uppercase;
  transition: ease 300ms;
  max-width: 233px;
  width: 100%; }

a.tn-catalog-more:hover {
  background: #F2F2F2; }

.tn-catalog-item {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px; }

.tn-catalog-item:first-child {
  padding-top: 0;
  border-top: none; }

.tn-catalog-item .tn-product-icons {
  margin-bottom: 0; }

.tn-catalog-item .tn-product-code-type {
  margin-bottom: 30px; }

.tn-catalog-item .tn-product-code {
  margin-bottom: 27px; }

@media screen and (max-width: 767px) {
  .tn-catalog-item .tn-product-title {
    display: block; }
  .tn-catalog-item .tn-product-code {
    display: block; }
  .tn-product-tags {
    margin-bottom: 10px; }
  .tn-catalog-sections li a {
    font-weight: 400;
    padding: 6px 10px; }
  .tn-catalog-btn-box {
    justify-content: center; }
  a.tn-catalog-more {
    padding: 18px 27px;
    max-width: 215px; } }

.tn-product-gallery-enum {
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.tn-product-gallery-col {
  padding: 0 10px 20px;
  width: calc(100% / 4);
}
.tn-product-gallery-col.-hidden {
  display: none;
}
.tn-product-gallery-item img {
  object-fit: cover;
  height: 150px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .tn-product-gallery-col {
    padding: 0 10px 20px;
    width: calc(100% / 2);
  }
}

.page:after {
  display: none; }
.tn-product-instruction.slider-instr,
.tn-section-gallery {
  margin-bottom: 40px;
}
.tn-section-title {
  color: #000000;
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.tn-catalog-description {
  padding-top: 50px;
}

/* tn-sections */

.tn-sections-title {
  color: #000000;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.tn-sections-enum {
  display: flex;
  flex-flow: row wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.tn-sections-col {
  padding: 0 6px 12px;
  width: calc(100% / 2);
}
.tn-sections-item {
  background: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.tn-sections-item img {
  border-radius: 4px 4px 0 0;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: ease 200ms;
  height: 134px;
  width: 100%;
}
.tn-sections-item:hover img {
  transform: scale(1.04);
}
.tn-sections-item picture {
  display: block;
  overflow: hidden;
}
.tn-sections-ttl {
  color: #000000;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  padding: 13px 20px 20px;
  transition: ease 200ms;
  text-transform: uppercase;
}
.tn-sections-item:hover .tn-sections-ttl {
  color: #cc3333;
}
.tn-sections-selected {
  background: #FBFBFB;
  border: 1px solid rgba(224, 224, 224, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
  color: #666666;
  cursor: pointer;
  font-size: 14px;
  padding: 14px 50px 15px 20px;
  position: relative;
}
.tn-sections-selected:after {
  background: transparent;
  border-right: 1px solid;
  border-bottom: 1px solid;
  display: block;
  content: '';
  color: #666666;
  pointer-events: none;
  position: absolute;
  top: 17px;
  right: 20px;
  transform: rotate(45deg);
  height: 9px;
  width: 9px;
}
.tn-sections-options {
  background: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  padding: 10px 18px 5px 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}
.tn-sections-option a {
  color: #000000;
  display: block;
  font-size: 14px;
  line-height: 130%;
  padding: 4px 20px;
  transition: ease 300ms;
}
.tn-sections-option a:hover {
  background: #d04343;
  color: #fff;
}
.tn-sections-options {
  padding: 12px 18px 12px 10px;
}
.tn-sections-wrapper {
  max-height: 156px;
  overflow-y: scroll;
  width: 100%;
}
.tn-sections-select {
  position: relative;
}
.tn-sections-select.active .tn-sections-options {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 630px) {
  .tn-sections-col {
    width: 100%;
  }
}

.tn-catalog-menu {
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  flex-flow: row wrap;
  padding: 8px;
  margin: 0 -8px 25px;
}
.tn-catalog-menu li {
  margin: 0 8px;
}

.tn-catalog-menu a {
  border-radius: 4px;
  color: #666666;
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 130%;
  padding: 8px;
  white-space: nowrap;
  transition: ease 300ms;
}

.tn-catalog-menu a:hover,
.tn-catalog-menu a.active {
  background: #E2000E;
  color: #fff;
}

.tn-catalog .jspVerticalBar,
.tn-catalog .jspTrack {
  background: transparent;
}
.tn-catalog .jspDrag {
  background: #000;
  border-radius: 50px;
  opacity: 0.1;
}

.tn-product-images-new {
  background: #e61a19;
  color: #fff;
  padding: 8px 10px;
  font-size: 11px;
  display: block;
  height: 31px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
}
.tn-product-images-color {
  background: #f5f5f5;
  color: #000;
  padding: 8px 10px;
  font-size: 11px;
  display: block;
  height: 31px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
}
.tn-product-images-color span {
  font-weight: 700;
}
.tn-product-images-color:empty {
  display: none;
  opacity: 0;
}
.tn-product-images-color span em {
  color: #fff;
  position: relative;
  font-style: normal;
  margin-left: 14px;
  z-index: 2;
}
.tn-product-images-color span em:before {
  background: #e51a23;
  box-sizing: content-box;
  content: '';
  margin-top: -15px;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: -10px;
  height: 31px;
  width: 100%;
  z-index: -1; }

/* tn-product-more */

.tn-product-more {
  margin-top: 40px;
}
.tn-product-more-title {
  color: #1F1F1F;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.tn-product-more-carousel {
  display: none;
}
.tn-product-more-carousel.slick-slider {
  display: block;
  width: 100%;
}
.tn-product-more-item {
  background: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 35px;
  transition: ease 300ms;
  width: 277px;
}
.tn-product-more-picture {
  margin-bottom: 28px;
  height: 180px;
}
.tn-product-more-action {
  width: 100%;
}
.tn-product-more-picture img {
  display: block;
  object-fit: contain;
  object-position: center;
  height: 180px;
  width: 100%;
}
.tn-product-more-name {
  color: #1F1F1F;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 25px;
  height: 100%;
}
a.tn-product-more-button {
  background: #FFFFFF;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  color: #222222;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  padding: 20px;
  text-align: center;
  transition: ease 300ms;
}
.tn-product-more-item:hover a.tn-product-more-button {
  background: #E72430;
  color: #fff;
}
.tn-product-more-carousel .slick-list {
  padding: 25px 0 25px;
}
.tn-product-more-carousel .slick-prev:before,
.tn-product-more-carousel .slick-next:before {
  display: none;
}
.tn-product-more-carousel .slick-arrow {
  background: #FFFFFF;
  box-shadow: 0px 5px 26px rgb(0 0 0 / 8%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin-top: -35px;
  transform: rotate(180deg);
  height: 50px;
  width: 50px;
}
.tn-product-more-carousel .slick-next {
  right: -25px;
}
.tn-product-more-carousel .slick-prev {
  left: -25px;
}
.tn-product-more-carousel .slick-prev:after,
.tn-product-more-carousel .slick-next:after {
  background-image: url("/local/media/catalog/css/../images/carousel-arrow.svg");
  content: '';
  display: block;
  height: 30px;
  width: 30px;
}
.tn-product-more-carousel .slick-next:after {
  transform: scale(-1,1);
}
.tn-product-more-item:hover {
  transform: translateY(-20px);
}
.tn-product-more-item,
.tn-product-more-carousel .slick-slide .item,
.tn-product-more-carousel .slick-slide > div {
  height: 100%;
}

.tn-product-video-enum .tn-product-video-item {
  margin-bottom: 0;
}
.tn-product-video-enum  a.tn-product-video-picture {
  margin-bottom: 20px;
}
.tn-product-shorts-enum.tn-product-more-carousel .slick-arrow {
  margin-top: -25px;
}
.tn-product-shorts-enum .tn-product-video-item {
  margin: 0;
}
.tn-product-shorts-enum .tn-product-video-picture img {
  height: unset;
}
.tn-product-shorts-enum a.tn-product-video-picture,
.tn-product-shorts-enum .tn-product-video-picture {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .tn-product-more-carousel .slick-next {
    right: -15px;
  }
  .tn-product-more-carousel .slick-prev {
    left: -15px;
  }
  .tn-product-shorts-enum .tn-product-video-item {
    max-width: 170px;
  }
}
@media screen and (max-width: 450px) {
  .tn-product-more-carousel .slick-next,
  .tn-product-more-carousel .slick-prev {
    height: 40px;
    width: 40px;
  }
}

/* Статьи */

.tn-product-articles {
  padding: 45px 0 27px;
}
.tn-product-articles-ttl {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 27px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.tn-product-articles-enum {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -9px;
}
.tn-product-articles-col {
  padding: 0 9px;
  margin-bottom: 18px;
  width: calc(100% / 3);
}
.tn-product-articles-item {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 16px 14px;
  text-align: left;
  max-width: 300px;
  height: 100%;
  width: 100%;
}
.tn-product-articles-section {
  background: #F5F6FA;
  border-radius: 40px;
  color: #263238;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 17px;
  padding: 8px 12px;
}
.tn-product-articles-date {
  color: #263238;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 7px;
}
.tn-product-articles-content {
  padding-bottom: 50px;
}
a.tn-product-articles-title,
.tn-product-articles-title {
  color: #263238;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
}
.tn-product-articles-title:hover {
  text-decoration: underline;
}
.tn-product-articles-action {
  display: flex;
  align-content: center;
  font-size: 14px;
  line-height: 17px;
  color: #263238;
}
.tn-product-articles-action > div {
  display: flex;
  align-items: center;
  margin-right: 11px;
}
@media screen and (max-width: 1200px) {
  .tn-product-articles-item {
    width: 277px;
  }
}
@media screen and (max-width: 850px) {
  .tn-product-articles-col {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 600px) {
  .tn-product-articles-col {
    width: 100%;
  }
  .tn-product-articles-content {
    padding-bottom: 10px;
  }
}
.fancybox-slide--iframe .fancybox-content {
  width: 1010px !important;
  height: 800px !important;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
}
.calc-technoplex.fancybox-content {
  max-width: 770px;
  width: 90%;
}
.xps_calculate_cont {
  min-height: 200px;
}
.calc-technoplex .fancybox-close-small:before,
.calc-technoplex .fancybox-close-small:after {
  display: none;
}
.tn-product-articles .slick-slide > div {
  width: 100%;
}
@media screen and (min-width: 1300px){
  .tn-product-articles .tn-product-more-carousel .slick-prev {
    left: -60px;
  }
  .tn-product-articles .tn-product-more-carousel .slick-next {
    right: -60px;
  }
}

.tn-product-video-sections {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -10px 20px;
}

.tn-product-video-sections li {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 17px;
  margin: 0 10px 20px;
  transition: ease 300ms;
}

.tn-product-video-sections li.active {
  background: #e61a19;
  border-color: #e61a19;
  color: #fff;
}

@media screen and (min-width: 767px){
  .tn-product-video-sections li {
    margin: 0 5px 10px;
  }
  .tn-product-video-sections {
    margin: 0 -5px 20px;
  }
}


.tn-product-offers {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.tn-product-offers .tn-catalog-btn-box {
  display: flex;
  justify-content: flex-end;
  max-width: 200px;
  width: 100%;
}
.tn-product-content {
  max-width: calc(100% - 230px);
  width: 100%;
}
.tn-product-offers-list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.tn-product-col {
  padding: 0 10px 20px;
  width: calc(100% / 3);
}
.tn-product-offer-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.tn-product-offer-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.tn-product-offer {
  border: 1px solid #efefef;
  border-radius: 3px;
}
.tn-product-offer img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.tn-product-offer .tn-product-images-main picture {
  height: 200px;
}
.tn-product .tn-product-offers-list {
  padding-top: 50px;
}
@media screen and (max-width: 790px) {
  .tn-product-content {
    max-width: unset;
  }
  .tn-product-offers .tn-catalog-btn-box {
    justify-content: center;
    max-width: unset;
    margin-bottom: 30px;
  }
  .tn-product-col {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .tn-product-col {
    width: 100%;
  }
}

.tn-show-more {
  background: #ededed;
  border: none;
  color: #E30713;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 15px 50px 15px 23px;
  position: relative;
  text-transform: uppercase;
}
.tn-show-more:before {
  background: #E30713;
  content: '';
  margin-top: -1px;
  position: absolute;
  top: 50%;
  right: 17px;
  height: 2px;
  width: 18px;
}
.tn-show-more:after {
  background: #E30713;
  content: '';
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 25px;
  height: 18px;
  width: 2px;
}

.tn-image-nav {
  position: relative;
  margin-bottom: 30px;
}
.tn-image-nav__item {
  background: rgba(203, 206, 213, 0.5);
  border: 3px solid #ffffff;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #ffffff;
  cursor: pointer;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  position: absolute;
  margin-top: -17px;
  margin-left: -17px;
  transition: ease 300ms;
  height: 34px;
  width: 34px;
}
.tn-image-nav__item:hover {
  background: #e72430;
  box-sizing: border-box;
  box-shadow: 0px 7px 35px rgba(227, 7, 19, 0.25);
}
@media screen and (max-width: 790px) {
  .tn-image-nav__item {
    border: 2px solid #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: -12px;
    margin-left: -12px;
    height: 24px;
    width: 24px;
  }
  .tn-image-nav__item:hover {
    border: 2px solid #ffffff;
  }
}

.tn-product-colors {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.tn-product-colors-picture {
  margin-bottom: 7px;
}
.tn-product-colors-name {
  text-align: center;
}
.tn-product-colors-picture img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .tn-product-colors {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .tn-product-colors {
    grid-template-columns: repeat(3, 1fr);
  }
}

.tn-catalog__schemes-images {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -60%;
}
.tn-catalog__schemes-images img {
  max-width: 100%;
}
.tn-catalog__schemes-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tn-catalog__schemes-list {
  margin-bottom: 30px;
}
.tn-catalog__schemes-list li {
  font-weight: 700;
}
.tn-product .content_ ol.tn-catalog__schemes-list li:before {
  content: counter(li);
  color: #333333;
  border: 1px solid #BDBDBD;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2px;
  width: 24px;
  height: 24px;
}
.tn-product .content_ ol li {
  padding-left: 33px;
}
.tn-catalog__table-scroll {
  overflow-x: auto;
}
.tn-catalog__table-scroll {
  scrollbar-color: #E61A19 #fff;
}
.tn-catalog__table-scroll::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}
.tn-catalog__table-scroll::-webkit-scrollbar-thumb {
  background: #E61A19;
}
.tn-catalog__table-scroll::-webkit-scrollbar-track {
  background: #fff;
}
.tn-catalog__schemes-picture {
  float: right;
  width: 100%;
}
.tn-catalog__schemes {
  margin-bottom: 30px;
}

.tn-catalog__table-options td {
  background-color: #fff;
  border-top: 1px solid #ececec !important;
}
.tn-catalog__table-options tr:first-child td {
  background-color: transparent;
}
.tn-catalog__table-options td:first-child  {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .tn-catalog__schemes-picture {
    float: none;
  }
}

.c_fix:after {
  content: '.';
  clear: both;
  display: block;
  height: 0;
  width: 100%;
  visibility: hidden;
}

/* content */

.content__alert {
  border: 1px solid;
  color: #e61a19;
  padding: 10px;
  margin-bottom: 20px;
}

/* instructions */

.instructions__title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.instructions__description {
  color: #191919;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.instructions__element picture {
  display: flex;
  justify-content: center;
}
.instructions__element img {
  display: block;
  max-width: 100%;
}
.instructions__row + .instructions__row {
  margin-top: 30px;
}
.instructions__info {
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  margin-top: 20px;
}
.instructions__row.-vertical-align {
  align-items: center;
}
.instructions__row {
  display: flex;
  gap: 20px;
}
.instructions__col {
  flex-grow: 1;
}
.instructions__col + .instructions__col {
  flex-shrink: 0;
  flex-grow: unset;
  width: calc(50% - 10px);
}
.instructions__section {
  padding: 40px;
}
.instructions__section-gray {
  background: #f7f7f7;
}
.instructions__row + .instructions__about {
  padding: 20px 0 30px;
}
.instructions__row + .instructions__title {
  padding-top: 40px;
}
.instructions__title + .instructions__info {
  margin-top: 0;
  margin-bottom: 20px;
}
.instructions .tn-product-video-item {
  margin: 0;
  width: 100%;
}
.instructions .tn-product-video-picture img {
  height: auto;
}
.instructions__section:first-child {
  padding-top: 0;
}
.instructions__icon {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.instructions__icon img {
  max-width: 45px;
  max-height: 45px;
}
.instructions__ttl {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.instructions__about {
  font-size: 15px;
  line-height: 1.3;
}
.instructions__element video {
  display: block;
  width: 100%;
}
.instructions__tabs-header {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.instructions__tabs-button {
  background: #f2f2f2;
  border-radius: 3px;
  border: none;
  color: #000;
  outline: none;
  font-size: 15px;
  padding: 8px 20px;
  transition: ease 300ms;
}
.instructions__tabs-button.active {
  background: #e61a19;
  color: #fff;
}
.instructions__tabs-container {
  display: none;
}
.instructions__tabs-container.active {
  display: block;
}
.instructions__count {
  background: #f1eeee;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  height: 40px;
  width: 40px;
}
.instructions__about ol {
  counter-reset: num;
  margin-bottom: 10px;
}
.instructions__about li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}
.instructions__about li:before {
  content: counter(num) '.';
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
}
.instructions__about + .instructions__description {
  padding-top: 40px;
}
.instructions__index {
  color: #e61a19;
  font-weight: 600;
  margin-bottom: 5px;
}
.instructions__count.-red {
  background: #e51a23;
  color: #fff;
}
.instructions__count.-small {
  height: 30px;
}
@media screen and (max-width: 600px) {
  .instructions {
    margin-left: -15px;
    margin-right: -15px;
  }
  .instructions__wrapper {
    padding: 0 15px;
  }
  .instructions__section {
    padding: 30px 15px;
  }
  .instructions__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .instructions__description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .instructions__info {
    font-size: 15px;
    margin-top: 10px;
  }
  .instructions__row {
    flex-direction: column;
  }
  .instructions__col + .instructions__col {
    width: 100%;
  }
  .instructions__row + .instructions__row {
    margin-top: 10px;
  }
  .instructions__col.-mobile-first {
    order: -1;
  }
}
/* End */


/* Start:/local/templates/tn/components/bitrix/news/catalog/bitrix/catalog.section.list/sections/style.css?1655897521691*/
.tn-catalog-more-tags {
    display: none;
}
.tn-catalog-more-show {
    background: #F2F2F2;
    border: none;
    border-radius: 3px;
    color: #666666;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 37px;
}
.tn-catalog-more-show:before {
    background: transparent;
    content: '...';
    font-weight: 700;
    font-size: 16px;
    display: block;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .tn-catalog-sections li:not(:first-child,.tn-catalog-more-tags) {
        display: none;
    }
    .tn-catalog-more-tags {
        display: block;
    }
}
/* End */


/* Start:/local/templates/tn/components/bitrix/system.pagenavigation/pagenation/style.css?16207268051109*/
.catalog-navigation {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-navigation ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catalog-navigation li a {
    color: #1f1f1f;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
}

.catalog-navigation li {
    margin: 0 18px;
}

.catalog-navigation li.current a {
    color: #d32826;
}

a.catalog-navigation_next, a.catalog-navigation_prev {
    background: #fff;
    font-size: 0;
    display: block;
    position: relative;
    height: 32px;
    width: 32px;
}

a.catalog-navigation_prev:before, a.catalog-navigation_next:before {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    content: '';
    display: block;
    margin-top: -4px;
    margin-left: -2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg);
    height: 9px;
    width: 9px;
}

a.catalog-navigation_next:before {
    transform: rotate(135deg);
    margin-left: -7px;
}
/* End */


/* Start:/local/templates/tn/components/bitrix/news/catalog/bitrix/news.list/items/style.css?17423872251828*/
.tn-product-title__with-icon {
      display: flex;
      align-items: center;
   }
   .tn-product-title__icon {
      position: initial;
      margin: 0;
      background: rgb(88 88 90 / 50%);
      box-sizing: border-box;
      color: #ffffff;
      cursor: pointer;
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 20px;
      line-height: 1.3;
      transition: ease 300ms;
      height: 34px;
      width: 34px;
      border: 0;
      margin-right: 7px;
      flex-shrink: 0;
   }
   @media screen and (max-width: 767px) {
      .tn-product-title__with-icon {
         display: flex;
      }
      .tn-product-mobile-title, .tn-product-title {
         font-size: 24px;
      }
   }

.custom-animated-icons {
   background-color:#ffffff;
   width:108px;
   display: flex;
   flex-direction: column;
   transform: translate3d(0,0,0);
   text-align: center;
   opacity: 1;
   font-size: 10px;
   margin-bottom: 10px;
}
.custom-animated-icons span {
   background-color:#ffffff;
   order: 2;
   width:103px;
   display:block;
   overflow: hidden;
   transform: translate3d(0,0,0);
   text-align: center;
   opacity: 1;
   font-size: 10px;
}
.custom-animated-icons svg {
   height: 80px !important;
   transform: scale(1.5) !important;
}
.icon-leaf svg {
   width: 100px !important;
   height: 85px !important;
   margin-left: -30px;
}

.tn-product-images-zoom{
   top: 250px !important;
}

.doptitle{
   color: #8f8f8f;
   font-size: 16px;
}
.tn-product-images-brending-tile{
   position: absolute;
   content: '';
   right: 0;
   bottom: 0;
   width: 120px;
   height: 120px;
   background-size: contain;
   background-position: right bottom;
}
/* End */


/* Start:/local/templates/stroydom/css/swiper.css?169804739123893*/
/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/* End */


/* Start:/local/templates/stroydom/css/fancybox.css?169804739118066*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-container [data-selectable='true'] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/stroydom/css/style_section.css?174799204781562*/
@font-face {
    font-family: "Proxima Nova Thin";
    src: url("/local/templates/stroydom/css/../fonts/ProximaNovaT-Thin.eot");
    src: url("/local/templates/stroydom/css/../fonts/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroydom/css/../fonts/ProximaNovaT-Thin.woff") format("woff"), url("/local/templates/stroydom/css/../fonts/ProximaNovaT-Thin.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Regular";
    src: url("/local/templates/stroydom/css/../fonts/ProximaNova-Regular.eot");
    src: url("/local/templates/stroydom/css/../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroydom/css/../fonts/ProximaNova-Regular.woff") format("woff"), url("/local/templates/stroydom/css/../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Semibold";
    src: url("/local/templates/stroydom/css/../fonts/ProximaNova-Semibold.eot");
    src: url("/local/templates/stroydom/css/../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroydom/css/../fonts/ProximaNova-Semibold.woff") format("woff"), url("/local/templates/stroydom/css/../fonts/ProximaNova-Semibold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Bold";
    src: url("/local/templates/stroydom/css/../fonts/ProximaNova-Bold.eot");
    src: url("/local/templates/stroydom/css/../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroydom/css/../fonts/ProximaNova-Bold.woff") format("woff"), url("/local/templates/stroydom/css/../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Extra Bold";
    src: url("/local/templates/stroydom/css/../fonts/ProximaNova-Extrabld.eot");
    src: url("/local/templates/stroydom/css/../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroydom/css/../fonts/ProximaNova-Extrabld.woff") format("woff"), url("/local/templates/stroydom/css/../fonts/ProximaNova-Extrabld.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/stroydom/css/../fonts/Inter-Regular.eot");
    src: url("/local/templates/stroydom/css/../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroydom/css/../fonts/Inter-Regular.woff") format("woff"), url("/local/templates/stroydom/css/../fonts/Inter-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("/local/templates/stroydom/css/../fonts/Roboto-Regular.eot");
    src: url("/local/templates/stroydom/css/../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroydom/css/../fonts/Roboto-Regular.woff") format("woff"), url("/local/templates/stroydom/css/../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    font-size: 18px;
    font-family: "Proxima Nova Regular";
    color: #000;
    line-height: 23px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

textarea {
    resize: none;
}

a {
    color: #000;
}


a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.reda {
    text-decoration: underline;
    color: #1D1D1B;
}

.reda:hover {
    color: #E30613;
    text-decoration: underline;
}

ul li {
    list-style: none;
}

img {
    vertical-align: middle;
}

iframe {
    width: 100%;
}

input:-webkit-autofill {
    background: #ffffff;
    -webkit-transition: 10000000000s linear;
    transition: 10000000000s linear;
}
.stroydom-main{
    margin-bottom: 50px;
}
.container {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 10px;
}

.wrapper {
    padding: 0 0 80px 0;
}

.slider-box {
    max-width: 1415px;
    margin: 0 auto;
    padding: 0 25px;
}

.heading {
    font-family: "Proxima Nova Regular";
    font-weight: 400;
    font-size: 20px;
    line-height: 39px;
    margin: 0 0 30px 0;
}

h1 {
    font-family: "Proxima Nova Bold";
    font-size: 32px;
    line-height: 39px;
}

h2 {
    font-family: "Proxima Nova Bold";
    font-size: 24px;
    line-height: 29px;
}

h3 {
    font-family: "Proxima Nova Bold";
    font-size: 18px;
    line-height: 23px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none;
}

.swiper-pagination-bullet-active {
    background: #ED1C24;
}

.clicked-icon {
    display: none;
}

.clicked-icon.active {
    display: block;
}

.default-icon.hidden {
    display: none;
}

.main-block__text {
    font-size: 20px;
    line-height: 1.15;
    position: absolute;
    top: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
}

.main-block__text .red,
.main-block__text .title {
    font-size: 20px;
    color: #ED1C24;
    text-transform: uppercase;
    font-family: "Roboto";
    margin-bottom: 16px;
    font-weight: 400;
}

.main-block__text span {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
}

.red {
    color: #ED1C24;
}

.burger,
.mobile-search {
    display: none;
}

.mob-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #EFF2F4;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    overflow: auto;
    top: 126px;
    left: 0;
    padding: 36px 31px 164px 31px;
}

@media (min-width: 1024px) {
    .mob-menu {
        display: none !important;
    }
}


.swiper-button-next {
    background: url(/local/templates/stroydom/css/../img/svg/slider_arrow_hover_new.svg) no-repeat center #ED1C24;
    background-size: 10px 11px;
    border: none;
    -webkit-transform: none;
    transform: none;
    right: 40px;
}

.swiper-button-next.swiper-button-disabled {
    background: url(/local/templates/stroydom/css/../img/svg/slider_arrow_new.svg) no-repeat center #EFF2F4;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    border: 1px solid #dfe1e3;
    opacity: 1;
}

.swiper-button-prev {
    background: url(/local/templates/stroydom/css/../img/svg/slider_arrow_hover_new.svg) no-repeat center #ED1C24;
    transform: rotate(180deg);
    background-size: 10px 11px;
    border: none;
    right: 92px;
    left: auto;
}

.swiper-button-prev.swiper-button-disabled {
    background: url(/local/templates/stroydom/css/../img/svg/slider_arrow_new.svg) no-repeat center #EFF2F4;
    -webkit-transform: none;
    transform: none;
    border: 1px solid #dfe1e3;
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    width: 42px;
    height: 42px;
    top: -80px;
    border-radius: 50%;
}
.articles .swiper-button-next,.articles .swiper-button-prev{
    top: -40px;
}

.swiper-button-next:hover {
    background: url(/local/templates/stroydom/css/../img/svg/slider_arrow_hover_new.svg) no-repeat center #ED1C24;
    background-size: 10px 11px;
    border: none;
    -webkit-transform: none;
    transform: none;
}

.swiper-button-prev:hover {
    background: url(/local/templates/stroydom/css/../img/svg/slider_arrow_hover_new.svg) no-repeat center #ED1C24;
    transform: rotate(180deg);
    background-size: 10px 11px;
    border: none;
}

.card__slider-big .swiper-button-prev,
.card__slider-big .swiper-button-next {
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background-size: contain;
}

.card__slider-big .swiper-button-prev {
    left: 0;
    right: auto;
}

.card__slider-big .swiper-button-next {
    right: 0;
    left: auto;
}


.button-transparent,
.button-transparent-red {
    font-family: "Proxima Nova Semibold";
    padding: 5px 32px 5px 26px;
    border: 1px solid #ED1C24;
    border-radius: 3px;
    -webkit-transition: background 0.3s linear, color 0.3s linear;
    transition: background 0.3s linear, color 0.3s linear;

}

.button-transparent-red {
    border-width: 3px;
    color: #ED1C24;
}

.button-transparent:hover,
.button-transparent-red:hover {
    background: #ED1C24;
    color: #fff;
}

.button-transparent.clicked {
    background: #D31118;
    color: #fff;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header__location-icon {
    position: relative;
    bottom: 1px;
    left: 2px;
}

.header__bottom {
    border-bottom: 1px solid #E5EAEE;
    background: #fff;
}

.header__location-text {
    position: relative;
}

.header__location-text:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #16110D;
    max-width: 0;
    -webkit-transition: max-width 0.3s linear;
    transition: max-width 0.3s linear;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header__top-link:hover .header__location-text:after {
    max-width: 100%;
}

.button-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 13px;
    padding: 5px 26px 5px 25px;
    border-radius: 3px;
    font-family: "Proxima Nova Semibold";
    font-size: 16px;
}

.button-mail.white {
    background: #fff;
    border: 1px solid transparent;
    -webkit-transition: border 0.3s linear, background 0.3s linear, color 0.3s linear;
    transition: border 0.3s linear, background 0.3s linear, color 0.3s linear;
}

.button-mail.white:hover {
    border: 1px solid #ED1C24;
}

.button-mail.white.clicked {
    background: #ED1C24;
    color: #fff;
}

.button-mail.transparent {
    background: none;
    border: 1px solid #ED1C24;
}

.button-red {
    background: #ED1C24;
    border-radius: 3px;
    color: #fff;
    font-family: "Proxima Nova Semibold";
    font-size: 16px;
    padding: 14px 20px;
    display: inline-block;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.button-red:hover {
    background: #D31118;
}

.button-red.clicked {
    background: #87060B;
}

.header__top {
    background: #E5EAEE;
    padding: 9px 0;
}

.header__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Proxima Nova Semibold";
    font-size: 16px;
}

.header__top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
}

.header__top-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.header__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 10px 21px 10px;
    font-family: "Proxima Nova Semibold";
    font-size: 16px;
}

.mob-chevron {
    display: none;
}

.mob-accordion {
    display: none;
}

.header__bottom-btn {
    -webkit-clip-path: polygon(4% 0%, 80% 0%, 100% 0, 100% 80%, 95.5% 100%, 0 100%, 0% 82%, 0% 20%);
    clip-path: polygon(4% 0%, 80% 0%, 100% 0, 100% 80%, 95.5% 100%, 0 100%, 0% 82%, 0% 20%);
    border-radius: 2px;
    color: #fff;
    padding: 14px 24px 14px 20px;
    display: inline-block;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.header__bottom-btn.current {
    background: #ED1C24;
}

.header__bottom-btn.disabled {
    background: #E5EAEE;
    color: #000;
    display: none;
}

.header__bottom-btn.disabled:hover {
    color: #fff;
}

.header__bottom-btn a {
    color: #fff;
}

.header__bottom-btn:not(:last-child) {
    margin: 0 12px 0 0;
}

.header__bottom-btn:hover {
    background: #D31118;
}

.header__bottom-btn.clicked {
    background: #87060B;
}

.header__bottom-btn.mobile {
    display: none;
}

.header__bottom-btn.tablet {
    display: none;
}

.header__logo {
    display: inline-block;
    margin: 0 25px 0 0;
    position: relative;
    top: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__logo img,
.header__logo svg {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.header__search-input {
    background: #EFF2F4;
    padding: 17px 19px 15px 46px;
    border-radius: 2px;
    width: 327px;
    -webkit-transition: border 0.3s linear;
    transition: border 0.3s linear;
    border: solid transparent;
    border-width: 1px 1px 3px 1px;
}

.header__search-input:focus {
    border: solid #E5EAEE;
    border-width: 1px 1px 3px 1px;
}

.header__search-input::-webkit-input-placeholder {
    font-size: 16px;
    color: #635E5A;
}

.header__search-input::-moz-placeholder {
    font-size: 16px;
    color: #635E5A;
    opacity: 1;
}

.header__search-input:-ms-input-placeholder {
    font-size: 16px;
    color: #635E5A;
}

.header__search-input::-ms-input-placeholder {
    font-size: 16px;
    color: #635E5A;
}

.header__search-input::placeholder {
    font-size: 16px;
    color: #635E5A;
}

.header__search {
    position: relative;
    margin: 0 0 0 19px;
}

.header__search-button {
    width: 18px;
    height: 18px;
    background: url(/local/templates/stroydom/css/../img/svg/search.svg) no-repeat;
    background-size: 18px 18px;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.header__search-button.focused {
    background: url(/local/templates/stroydom/css/../img/svg/red-search.svg) no-repeat;
    background-size: 18px 18px;
}


.search-page form {
    position: relative;
    margin: 0 0 30px 0;
}

.search-page .search-input {
    background: #EFF2F4;
    padding: 17px 19px 15px 46px;
    border-radius: 2px;
    width: 100%;
    -webkit-transition: border 0.3s linear;
    transition: border 0.3s linear;
    border: solid transparent;
    border-width: 1px 1px 3px 1px;
}

.search-page .search-button {
    width: 18px;
    height: 18px;
    background: url(/local/templates/stroydom/css/../img/svg/search.svg) no-repeat;
    background-size: 18px 18px;
    position: absolute;
    left: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.search-page .search-button:focus {
    border: solid #E5EAEE;
    border-width: 1px 1px 3px 1px;
}

.search-page .search-button::-webkit-input-placeholder {
    font-size: 16px;
    color: #635E5A;
}

.search-page .search-button::-moz-placeholder {
    font-size: 16px;
    color: #635E5A;
    opacity: 1;
}

.search-page .search-button:-ms-input-placeholder {
    font-size: 16px;
    color: #635E5A;
}

.search-page .search-button::-ms-input-placeholder {
    font-size: 16px;
    color: #635E5A;
}

.search-page .search-button::placeholder {
    font-size: 16px;
    color: #635E5A;
}

.tn-search-page-item {
    background: #fff;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    display: flex;
    margin-bottom: 20px;
    padding: 22px 30px;
    transition: box-shadow .15s;
}

.tn-search-page-image {
    margin-right: 30px;
    min-width: 200px;
    width: 200px;
    text-align: center;
}

.tn-search-page-ttl,
a.tn-search-page-ttl {
    color: #1f1f1f;
    display: inline-block;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.2s all ease;
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.tn-search-page-image img {
    object-fit: contain;
    object-position: center;
    max-height: 150px;
    width: 100%;
}

.tn-search-page-ttl b,
.tn-search-page-text b {
    display: inline-block;
    position: relative;
}

.tn-search-page-ttl b:before,
.tn-search-page-text b:before {
    background: #fff5f5;
    content: "";
    position: absolute;
    top: -3px;
    left: -5px;
    right: -5px;
    bottom: -3px;
    z-index: -1;
}

.tn-search-page-text {
    margin-bottom: 20px;
    line-height: 24px;
}

.tn-search-page-options {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.tn-search-page-date {
    display: flex;
    align-items: center;
    color: #ada8a8;
    font-size: 15px;
}

.tn-search-page-date svg {
    margin-right: 10px;
}

.tn-search-page-section {
    margin-left: 20px;
    color: red;
}


.header__contact-text {
    position: relative;
    bottom: 6px;
}

.header__bottom-contact {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    margin-left: auto;
    line-height: 17px;
}

.header__bottom-contact a {
    font-family: "Proxima Nova Bold";
    font-size: 18px;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.header__bottom-contact a:hover {
    color: #ED1C24;
}

.main-block {
    position: relative;
    height: 447px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

.main-block__mobile {
    display: none;
}

.main-block__inner {
    position: relative;
    height: 100%;
}

.main-block__item {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-block__item.item1 {
    bottom: 160px;
    left: 46px;
}

.main-block__item.item2 {
    top: 325px;
    left: 250px;
}

.main-block__item.item3 {
    bottom: 50px;
    left: 400px;
}

.main-block__item.item4 {
    top: 50%;
    left: 50%;
}

.main-block__item.item5 {
    bottom: 50px;
    left: 450px;
}

.main-block__item.item6 {
    top: 200px;
    right: 458px;
}

.main-block__item.item7 {
    top: 250px;
    left: 460px;
}

.main-block__item.item8 {
    bottom: 120px;
    right: 150px;
}

.main-block__item.item9 {
    top: 120px;
    right: 150px;
}

.main-block__icon {
    background: #ED1C24 url(/local/templates/stroydom/css/../img/svg/plus.svg) no-repeat center;
    background-size: 13px 22px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 2;
    position: relative;
}

.main-block__icon.hide {
    opacity: 0;
    visibility: hidden;
}

.main-block.active .main-block__icon {
    display: none;
}

.main-block.active .main-block__item:hover .main-block__icon {
    display: block;
}

.main-block__content-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    width: 415px;
    padding: 0 0 0 22px;
    transform: translateY(-50%);
    display: none;
}

.item8 .main-block__content-wrap {
    left: auto;
    right: 0;
    padding: 0 22px 0 0;
}

.item9 .main-block__content-wrap {
    left: auto;
    right: 0;
    padding: 0 22px 0 0;
}

.main-block__item:hover .main-block__content-wrap {
    display: block;
}

.main-block__content {
    color: #fff;
    /* opacity: 0; */
    /* visibility: hidden; */
    padding: 5px 0 5px 5px;
    z-index: 2;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
    max-width: 393px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background: rgba(46, 45, 45, 0.5);
    z-index: 20;
    justify-content: space-between;
}

.main-block__content.active {
    opacity: 1;
    visibility: visible;
}

.main-block__img {
    background: #fff;
    border: 2px solid #ED1C24;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* opacity: 0; */
    /* visibility: hidden; */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
    margin: 0 10px;
}

.main-block__img picture {
    text-align: center;
}

.main-block__img.active {
    opacity: 1;
    visibility: visible;
}

.main-block__img img {
    max-width: 90%;
    max-height: 90%;
    -o-object-fit: cover;
    object-fit: cover;
}

.advantages__item-img {
    width: 63px;
}

.main__content-head {
    padding: 5px 10px;
    font-family: "Proxima Nova Bold";
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 18px;
}

.main__content-body {
    font-size: 14px;
    padding: 3px 10px;
    margin: 0 0 3px 0;
    line-height: 15px;

}

.main__content-link {
    margin: 0 0 0 10px;
}

.main__content-link a {
    position: relative;
}

.main__content-link a:after {
    content: url(/local/templates/stroydom/css/../img/svg/white-arrow.svg);
    position: absolute;
    top: 0px;
    right: -42px;
}

.main__content-link a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 0;
    -webkit-transition: max-width 0.3s linear;
    transition: max-width 0.3s linear;
}

.main__content-link a:hover::before {
    max-width: 100%;
}

.main__content-link a.clicked {
    color: #ED1C24;
}

.main__content-link a.clicked:after {
    content: url(/local/templates/stroydom/css/../img/svg/red-arrow.svg);
}

.main__content-link a.clicked:before {
    background: #ED1C24;
}

.main__content-link a {
    color: #fff;
    font-size: 16px;
}

.advantages {
    padding: 54px 0 62px 0;
}

.advantages__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.333fr 91px 1.333fr 91px 1.333fr;
    grid-template-columns: repeat(3, 1.333fr);
    -webkit-column-gap: 91px;
    -moz-column-gap: 91px;
    column-gap: 91px;
    row-gap: 30px;
}

.advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 21px;
    font-size: 14px;
}

.advantages__head {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 700;
}

.materials {
    background: #EFF2F4;
    padding: 58px 0 72px 0;
}

.materials__slider .swiper-pagination {
    display: none;
}

.materials__slider-item {
    height: auto;
}

.materials-heading {
    margin: 0 0 53px 0;
}

.slider-card__head {
    height: 397px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: #fff;
    padding: 0 0 52px 0;
}

.slider-card__head img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.slider-card__head:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.slider-card__head:hover .slider-card__flag img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slider-card__body,
.catalog-card__body {
    width: 100%;
    color: #fff;
    font-family: "Proxima Nova Bold";
    font-size: 14px;
    padding: 13px 21px;
    line-height: 24px;
    margin: -28px 0 12px 0;
    position: relative;
    z-index: 2;
    transition: background 0.3s linear;
}

.slider-card__body::before,
.catalog-card__body::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ED1C24;
    -webkit-clip-path: polygon(0 15px, 15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
    clip-path: polygon(0 15px, 15px 0, 100% 0, 100% 100%, 0 100%, 0 15px);
    -webkit-transition: background 0.3s linear;
    transform: scale(-1, 1);
}

.materials__slider-item.clicked .slider-card__body {
    background: #87060B;
}

.catalog-card__body {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-card__flag {
    position: absolute;
    left: 20px;
    top: 18px;
}

.slider-card__footer {
    padding: 0 21px;
    font-size: 16px;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .swiper-wrapper {
    position: static;
}

.slider-wrapper .swiper {
    position: static;
}

.slider-wrapper .button-transparent {
    padding: 10px 20px;
}

.materials__advantages {
    padding: 81px 0 73px 0;
}

.materials__advantages-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.333fr 12px 1.333fr 12px 1.333fr;
    grid-template-columns: repeat(3, 1.333fr);
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 45px;
}

.materials__advantages-heading {
    margin: 0 0 47px 0;
}

.slider-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.materials__advantages-item {
    font-family: "Roboto";
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.materials__advantages-item:hover .materials__advantages-img::before {
    opacity: 1;
    visibility: visible;
}

.materials__advantages-img {
    margin: 0 auto 16px auto;
    width: 91px;
    height: 90px;
    position: relative;
    z-index: 1;
}

.materials__advantages-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #EFF2F4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
}

.materials__advantages-img img,
.materials__advantages-img svg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.ideas {
    padding: 27px 0 27px 0;
    overflow: hidden;
}

.ideas__slider {
    padding: 0 0 49px 0;
}

.ideas__box--image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ideas__wrapper {
    position: relative;
}

.ideas__box {
    background: #E9E9E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 37px;
}

.ideas__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 414px;
}

.ideas__img img {
    max-width: 100%;
    max-height: 100%;
}

.ideas__content {
    margin: 59px 0 0 0;
    padding: 0 0px 20px 0;
}

.ideas-heading {
    margin: 0 0 13px 0;
}

.ideas-body {
    margin: 0 0 45px 0;
    font-size: 16px;
    line-height: 23px;
}

.articles {
    padding: 40px 0 60px 0;
    background: #EFF2F4;
}

.articles__slider-item,
.articles__item {
    position: relative;
    height: 408px;
    overflow: hidden;
}

.articles__slider-item img,
.articles__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.articles__slider-item:hover img,
.articles__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.articles__slider-img {
    height: 410px;
}

.articles__img {
    height: 408px;
}

.articles__slider-content,
.articles__content {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 27px 20px 21px;
    width: 95.3%;
    -webkit-clip-path: polygon(0 0, 96% 0, 100% 9%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
    clip-path: polygon(0 0, 96% 0, 100% 9%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.articles__slider {
    margin: 0 0 40px 0;
}

.articles__slider .swiper-pagination {
    display: none;
}


.articles__slider-date,
.articles-date {
    font-size: 16px;
    color: #5A5A54;
    margin: 0 0 8px 0;
}

.articles__slider-name,
.articles-name {
    font-family: "Proxima Nova Bold";
    font-size: 20px;
    line-height: 24px;
    color: #1D1D1B;
    margin: 0px 0 25px 0;
}

.articles__slider-bottom,
.articles-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 10px;
    font-size: 14px;
}

.articles__slider-link,
.articles-link {
    font-size: 16px;
    position: relative;
    color: #ED1C24;
    padding: 0 41px 0 0;
}

.articles__slider-link::after,
.articles-link::after {
    content: url(/local/templates/stroydom/css/../img/svg/red-arrow.svg);
    position: absolute;
    right: 0;
    top: 1px;
}

.articles__slider-link:before,
.articles-link:before {
    content: "";
    width: 72%;
    max-width: 0;
    -webkit-transition: max-width 0.3s linear;
    transition: max-width 0.3s linear;
    height: 1px;
    background: #ED1C24;
    position: absolute;
    bottom: 0;
    left: 0;
}

.articles__slider-link:hover::before,
.articles-link:hover::before {
    max-width: 100%;
}

.slider-info__item,
.articles-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

.slider-info__item img,
.articles-info__item img {
    width: auto;
    height: auto;
}

.articles__slider-info,
.articles-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}

.centered-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer {
    background: #E5EAEE;
}

.footer a {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.footer a:hover {
    color: #ED1C24;
}

.footer__top {
    padding: 34px 0 17px 0;
    border-bottom: 1px solid #B9C1C8;
}

.footer__middle {
    border-bottom: 1px solid #B9C1C8;
    padding: 32px 0 22px 0;
}

.footer__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 21px;
}

.footer__top-text {
    font-size: 14px;
    line-height: 17px;
    max-width: 424px;
}

.footer__top-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px 0 0 0;
}

.footer__top-feedback .button-mail {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background 0.3s linear, border 0.3s linear;
    transition: background 0.3s linear, border 0.3s linear;
}

.footer__top-feedback .button-mail:hover {
    background: #fff;
    border: 1px solid #fff;
}

.footer__top-tel {
    width: 170px;
    text-align: right;
    margin: 0 34px 0 0;
}

.footer__top-tel p {
    font-size: 14px;
}

.footer__top-tel a {
    font-family: "Proxima Nova Bold";
    font-size: 20px;
    display: inline-block;
    margin: 0 0 2px 0;
    line-height: 24px;
}

.footer__middle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 77px;
    -moz-column-gap: 77px;
    column-gap: 77px;
    row-gap: 16px;
    font-size: 13px;
}

.footer__middle-link {
    margin: 0 0 10px 0;
    display: inline-block;
}

.footer__middle-link.bold {
    font-family: "Proxima Nova Bold";
}

.footer__middle-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 34px;
    -moz-column-gap: 34px;
    column-gap: 34px;
    row-gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__middle-row a {
    display: inline-block;
}

.footer__bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 124px;
    -moz-column-gap: 124px;
    column-gap: 124px;
    row-gap: 20px;
}

.footer__bottom {
    padding: 24px 0 27px 0;
    font-size: 14px;
}

.copy {
    margin: 23px 0 0 0;
}

.footer__social-heading {
    font-family: "Proxima Nova Bold";
    margin: 0 0 6px 0;
}

.footer__social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.footer__social-icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #fff;
}

.footer__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.other-sites {
    width: 379px;
    position: relative;
    margin: 0 0 25px 0;
}

.other-sites__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 12px 9px 31px;
    border: 1px solid #A79797;
    cursor: pointer;
}

.other-sites__head.active .chevron {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.other-sites__head.active {
    border-top: 1px solid transparent;
}

.chevron {
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.other-sites__body {
    width: 100%;
    display: none;
    padding: 10px 12px 9px 31px;
    z-index: 2;
    border: 1px solid #A79797;
    position: absolute;
    bottom: 100%;
    background: #E5EAEE;
}

.other-sites__body a {
    display: block;
}

.other-sites__body a:not(:last-child) {
    margin: 0 0 7px 0;
}

.developers {
    text-align: right;
}

.modal {
    display: inline-block;
    max-width: 1182px;
    width: 100%;
    padding: 50px 41px;
    background: #fff;
}

.close-modal {
    position: absolute;
    top: 14px;
    right: 16px;
}

.modal-heading {
    margin: 0 0 9px 0;
    text-align: center;
}

.modal-subheading {
    font-size: 22px;
    margin: 0 0 30px 0;
    text-align: center;
}

.modal-inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.333fr 25px 1.333fr 25px 1.333fr;
    grid-template-columns: repeat(3, 1.333fr);
    gap: 25px;
    margin: 0 0 42px 0;
}

.modal-input {
    position: relative;
}

.modal-input input {
    width: 100%;
    border: 1px solid #B9C1C8;
    padding: 17.5px 20px;
}

.modal-input input.error,
.input-error input[type="text"],
.input-error input[type="email"],
.input-error textarea,
.input-error input[type="radio"] + .control_indicator,
.input-error input[type="checkbox"] + .control_indicator {
    border: 1px solid #ED1C24;
}

.modal-input input:hover {
    border: 1px solid #686f75;
}

.modal-input input:focus {
    border: 1px solid #686f75;
}

.modal-textarea textarea:hover {
    border: 1px solid #686f75;
}

.modal-textarea textarea:focus {
    border: 1px solid #686f75;
}

.modal-textarea {
    position: relative;
    margin: 0 0 30px 0;
}

.modal-textarea textarea {
    width: 100%;
    height: 131px;
    border: 1px solid #B9C1C8;
    padding: 17.5px 20px;
}

.modal-radios {
    margin: 0 0 52px 0;
}

.modal-input__name {
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 15px;
    top: -11px;
    padding: 0 5px;
    color: #5A5A54;
}

.control {
    display: block;
    position: relative;
    padding-left: 38px;
    margin-bottom: 17px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 18px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #B9C1C8;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #ffffff;
}

.control input:checked ~ .control_indicator {
    background: #ffffff;
    border: 1px solid #ED1C24;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #ffffff;
}

.control input:disabled ~ .control_indicator {
    background: #ffffff;
    opacity: 1;
    pointer-events: none;
}

.control_indicator:after {
    -webkit-box-sizing: unset;
    box-sizing: unset;
    content: "";
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-radio .control_indicator {
    border-radius: 50%;
    top: 4px;
}

.control-radio .control_indicator:after {
    left: 3px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ed1c24;
    -webkit-transition: background 250ms;
    transition: background 250ms;
}

.control-radio input:disabled ~ .control_indicator:after {
    background: #e6e6e6;
}

.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ED1C24;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.control-checkbox {
    font-size: 14px;
}

.control-checkbox a {
    position: relative;
}

.control-checkbox a::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 0;
    -webkit-transition: max-width 0.3s linear;
    transition: max-width 0.3s linear;
    background: #ED1C24;
}

.control-checkbox a:hover::after {
    max-width: 100%;
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.modal-checkboxes {
    margin: 0 0 34px 0;
}

.catalog-cards__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.333fr 20px 1.333fr 20px 1.333fr;
    grid-template-columns: repeat(3, 1.333fr);
    gap: 20px;
}

.catalog-card__item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.catalog-card__item:hover .catalog-card__body::before,
.materials__slider-item:hover .slider-card__body::before {
    background-color: #D31118;
}

.catalog-card__item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.catalog-card__img {
    overflow: hidden;
}

.catalog-card__item {
    position: relative;
}

.catalog__inner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
    padding: 32px 60px 37px 0px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #B9C1C8;
}

.catalog__inner-content {
    margin: 10px 0 0 0;
}

.catalog__inner-img {
    width: 379px;
    height: 304px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.catalog__inner-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.catalog__inner-name {
    margin: 0 0 23px 0;
    font-family: "Proxima Nova Bold";
    font-size: 24px;
    line-height: 29px;
    color: #000;
    display: table;
}

.catalog__inner-text {
    margin: 0 0 28px 0;
}

.catalog__inner-advantages {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 0 0 33px 0;
}

.catalog-advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-advantages__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border: 1px solid #000000;
    margin: 0 0 9px 0;
}

.catalog-advantages__head svg {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.catalog-advantages__years {
    font-family: "Proxima Nova Extra Bold";
    font-size: 24px;
    text-shadow: -1px 0 #ED1C24, 0 1px #ED1C24, 1px 0 #ED1C24, 0 -1px #ED1C24;
    letter-spacing: 0.07em;
    color: #fff;
}

.catalog-advantages__body {
    text-align: center;
    font-size: 16px;
    max-width: 145px;
}

.catalog__inner-button a {
    display: inline-block;
    padding: 9px 32px 9px 26px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    gap: 26px;
    margin: 40px 0 0 0;
}

.pagination-link {
    display: inline-block;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.pagination-link:hover {
    color: #ED1C24;
}

.pagination-link.current {
    font-family: "Proxima Nova Bold";
    color: #ED1C24;
}

.banner-slider {
    padding: 0 0 55px 0;
    margin: 0 0 20px 0;
}

.banner {
    min-height: 317px;
    padding: 20px 0 20px 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), color-stop(53.69%, #E9E9E9), color-stop(65.64%, #E9E9E9), color-stop(73.06%, #EEEEEE), to(#EDEDED));
    background: linear-gradient(180deg, #E9E9E9 0%, #E9E9E9 53.69%, #E9E9E9 65.64%, #EEEEEE 73.06%, #EDEDED 100%);
}

.banner__text {
    max-width: 516px;
    position: relative;
    z-index: 1;
}

.banner-heading {
    margin: 0 0 13px 0;
}

.banner-img {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-img img {
    max-width: 100%;
    max-height: 100%;
}

.banner.banner-full {
    padding: 0;
    min-height: auto;
}

.banner-full img {
    width: 100%;
    height: auto;
}

.card-heading {
    margin: 0 0 37px 0;
}

.big-card__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 88px;
    -moz-column-gap: 88px;
    column-gap: 88px;
    margin: 0 0 90px 0;
}

.big-card__sliders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 482px;
    gap: 55px;
}

.card__slider-big {
    width: 397px;
    height: 100%;
}

.card__slider-big img {
    max-width: 100%;
    max-height: 100%;
}

.card__slider-big .swiper-pagination {
    display: none;
}

.vertical-slider__item {
    padding: 16px 24px;
    width: 150px;
    cursor: pointer;
}

.vertical-slider__item {
    border: 1px solid #E5EAEE;
}

.vertical-slider__item img {
    opacity: 0.4;
    width: auto;
    height: auto;
    max-width: 100%;
}

.vertical-slider__item.swiper-slide-thumb-active {
    border: 1px solid #B9C1C8;
}

.vertical-slider__item.swiper-slide-thumb-active img {
    opacity: 1;
}

.card__info-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    column-gap: 27px;
    row-gap: 20px;
    font-size: 16px;
    margin: 0 0 32px 0;
    color: #3C3A3A;
}

.card__info-text {
    margin: 0 0 29px 0;
}

.card-params__item {
    margin-left: 30px;
}

.card-params__item:not(:last-child) {
    margin: 0 0 18px 30px;
}

.card__info-params {
    margin: 0 0 50px 0;
}

.card-params__name {
    font-family: "Proxima Nova Bold";
}

.big-card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 33px;
}

.big-card__buttons a {
    padding: 11px 33px;
}

.big-card__box .catalog__inner-advantages {
    margin: 0 0 51px 0;
}

.tabs__caption {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (0.8fr) [ 5 ];
    grid-template-columns: repeat(5, 0.8fr);
    font-family: "Proxima Nova Bold";
    font-size: 20px;
    border-bottom: 1px solid #E5EAEE;
}

.tabs__caption li {
    margin: 1px 0 0 1px;
    position: relative;
    min-height: 68px;
    padding: 13px 25px 13px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #EFF2F4;
    -webkit-clip-path: polygon(0 0, 96% 0, 100% 9%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
    clip-path: polygon(0 0, 96% 0, 100% 9%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
}

.tabs__caption li.active {
    background: #ED1C24;
    color: #fff;
}

.tabs__caption li:not(:last-child) {
    margin: 0 4px 0 0;
}

.tabs__caption li:not(.active) {
    cursor: pointer;
}

.tabs__caption .active {
    background: #FFF;
    color: #000;
}

.tabs__content {
    display: none;
    padding: 32px 0 0 0;
}

.tabs__content.description {
    /* max-width: 1073px; */
}

.tabs__content.chars {
    /* max-width: 1073px; */
}

.tabs__content.active {
    display: block;
}

.tabs-descr__item,
.tabs__content.description > p {
    margin: 30px 0 20px 0;
}

.tabs-heading,
.tabs__content.description > h2 {
    font-family: "Proxima Nova Bold";
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 32px 0;
}

.pic-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.pic-left .w33 {
    margin: 0 20px 20px 0;
    flex: 0 0 33%;
}

@media screen and (max-width: 767px) {
    .pic-left {
        flex-wrap: wrap;
    }

    .pic-left .w33 {
        flex: 0 0 100%;
    }
}

.tabs__content ul,
.tabs__content ol {
    margin: 20px 0 38px 0;
}

.tabs-descr__item > p,
.tabs-descr__item > ul {
    margin-left: 30px;
    margin-top: 20px;
}

.tabs__content ol {
    counter-reset: list1;
}

.tabs__content li {
    position: relative;
    padding: 0 0 0 18px;
}

.tabs__content li:not(:last-child) {
    margin: 0 0 12px 0;
}

.tabs__content ol > li,
.tabs__content ol > li:not(:last-child) {
    display: block;
    padding: 0 0 0 1.5em;
}

.tabs__content ul > li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ED1C24;
    position: absolute;
    top: 9px;
    left: 0px;
}

.tabs__content ol > li:before {
    position: absolute;
    left: 0;
    content: counter(list1) ".";
    counter-increment: list1;
    font-weight: 600;
}


.tabs__params {
    margin: 0 0 35px 0;
}

table:not([class]) {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    height: auto;
}

table:not([class]) thead {
    font-family: "Proxima Nova Bold";
}

table:not([class]) td,
table:not([class]) th {
    min-height: 35px;
    padding: 11px 13px;
    width: 30px;
    height: 35px;
}

table:not([class]) thead td {
    position: relative;
}

table:not([class]) thead td:after {
    content: "";
    width: 4px;
    height: 100%;
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}

table:not([class]) thead td:last-child::after {
    content: none;
}

tr td table:not([class]) th {
    background: #347c99;
    color: #fff;
    font-weight: normal;
}

table:not([class]) tr {
    padding: 15px 0;
    border-bottom: 1px solid #DEE4E8;
}

table:not([class]) thead td {
    background: #EFF2F4;
}

table:not([class]) tr td:first-child {
    width: 39.05%;
}

table:not([class]) tr td:nth-child(2) {
    width: 10.159%;
}

table:not([class]) tr td:nth-child(3) {
    width: 12.676%;
}

table:not([class]) tr td:nth-child(4) {
    width: 15.378%;
}

table:not([class]) tr td:nth-child(5) {
    width: 18%;
}

.collection-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 37px;
    margin: 0 0 50px 0;
}

.collection__item-head {
    position: relative;
    margin: 0 0 12px 0;
}

.collection__item-head img {
    max-width: 100%;
    max-height: 100%;
}

.tabs__content img {
    max-width: 100%;
}

.tabs__content svg {
    display: inline-block;
    width: 27px;
    height: 33px;
    min-width: 27px;
    min-height: 33px;
    max-width: 27px;
    max-height: 33px;
}

.collection__item-name {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 96% 0, 100% 9%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
    clip-path: polygon(0 0, 96% 0, 100% 9%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);
    background: #EFF2F4;
    width: 95%;
    padding: 15px 10px 16px 21px;
    font-family: "Proxima Nova Bold";
    font-size: 20px;
}

.collection__item-body {
    padding: 0px 10px 0px 21px;
}

.collection__item-body a {
    color: #ED1C24;
}

.collection-heading {
    font-family: "Proxima Nova Bold";
    font-size: 20px;
    margin: 0 0 20px 0;
}

.collection__item-flag {
    background: #ED1C24;
    color: #fff;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 1;
    padding: 10px 14px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 100% 100%, 8% 100%, 0 85%, 0 0);
    clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 70%, 100% 100%, 8% 100%, 0 85%, 0 0);
}

.tabs__video-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 21px 2fr;
    grid-template-columns: repeat(2, 2fr);
    -webkit-column-gap: 21px;
    -moz-column-gap: 21px;
    column-gap: 21px;
    row-gap: 51px;
}

.video-preview {
    position: relative;
    margin: 0 0 25px 0;
}

.video-preview img {
    max-width: 100%;
    max-height: 100%;
}

.play {
    width: 65px;
    height: 56px;
    background: url(/local/templates/stroydom/css/../img/svg/play.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.progress {
    position: absolute;
    bottom: 20px;
    left: 3%;
    width: 94%;
    height: 5px;
    background: url(/local/templates/stroydom/css/../img/svg/progress.svg) no-repeat;
    background-size: 100% 100%;
}

.video-name {
    font-family: "Proxima Nova Bold";
    font-size: 20px;
}

.docs-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.333fr 23px 1.333fr 23px 1.333fr;
    grid-template-columns: repeat(3, 1.333fr);
    gap: 23px;
}

.docs__item {
    background: #EFF2F4;
    padding: 21px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Proxima Nova Bold";
    font-size: 20px;
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    column-gap: 27px;
    row-gap: 20px;
    color: #000;
    border: 1px solid transparent;
    -webkit-transition: border 0.3s linear, background 0.3s linear;
    transition: border 0.3s linear, background 0.3s linear;
}

.docs__item:hover {
    border: 1px solid #ED1C24;
}

.docs__item.clicked {
    background: #E5EAEE;
    border: 1px solid #ED1C24;
}

.articles-heading {
    margin: 0 0 20px 0;
}

.articles__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "Proxima Nova Bold";
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px 0;
}

.articles__navigation-item {
    display: inline-block;
    padding: 16px;
    background: #EFF2F4;
    border-radius: 100px;
    -webkit-transition: background 0.3s linear, color 0.3s linear;
    transition: background 0.3s linear, color 0.3s linear;
}

.articles__navigation-item.current {
    background: #ED1C24;
    color: #fff;
}

.articles__navigation-item:hover {
    background: #ED1C24;
    color: #fff;
}

.articles-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.333fr 20px 1.333fr 20px 1.333fr;
    grid-template-columns: repeat(3, 1.333fr);
    gap: 20px;
    margin: 0 0 58px 0;
}

.articles-inner__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin: 0 0 44px 0;
}

.articles-inner__date {
    margin: 0 40px 0 0;
}

.info-inner__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.articles-inner__heading {
    margin: 0 0 18px 0;
}

.info__value-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5A5A54;
}

.light-box {
    padding: 30px 30px 41px 33px;
    background: #EFF2F4;
    margin: 0 0 30px 0;
}

.articles-inner__wrapper li::marker {
    font-size: 0;
}

.articles-inner__wrapper ol {
    counter-reset: section;
}

.articles-inner__wrapper ol li {
    padding: 0 0 0 23px;
    position: relative;
}

.articles-inner__wrapper ol li:not(:last-child) {
    margin: 0 0 12px 0;
}

.articles-inner__wrapper p:not(:last-child) {
    margin: 0 0 15px 0;
}

.articles-inner__wrapper ol li:before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Proxima Nova Semibold";
    color: #ED1C24;
}

.articles-inner__wrapper ul {
    margin: 15px 0;
}

.articles-inner__wrapper ul li {
    position: relative;
    padding: 0 0 0 18px;
}

.articles-inner__wrapper ul li:not(:last-child) {
    margin: 0 0 10px 0;
}

.articles-inner__wrapper ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ED1C24;
    position: absolute;
    top: 9px;
    left: 0;
}

.articles-inner__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 75px;
    -moz-column-gap: 75px;
    column-gap: 75px;
}

.articles-inner__textblock {
    margin: 0 0 60px 0;
}

.articles-inner__aside {
    width: 378px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #ED1C24;
    position: relative;
    height: 100%;
    padding: 79px 28px 20px 28px;
    min-height: 387px;
    font-family: "Proxima Nova Bold";
    font-size: 24px;
    line-height: 29px;
    margin: 9px 0 0 0;
}

.articles-inner__aside:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #E9E9E9;
    position: absolute;
    top: 18px;
    left: -18px;
    z-index: -1;
}

.articles-inner__aside:after {
    content: "";
    width: 28px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 14;
    position: absolute;
    top: -4px;
    right: -10px;
    border-top: 15px solid #fff;
    border-bottom: 1px solid #ED1C24;
}

.articles-inner__aside .button-red {
    margin: 17px 0 0 0;
    display: inline-block;
}

.aside-pin {
    position: absolute;
    top: -105px;
    right: -72px;
}

.articles__aside-content {
    max-width: 292px;
    position: relative;
    z-index: 4;
}

.articles-inner__content img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1650px) {
    .main-block {
        background-position: 50% 0;
    }
}

@media screen and (max-width: 1370px) {
    .header__bottom-contact {
        display: none;
    }

    .header__logo {
        width: 200px;
    }

    .header__bottom-buttons {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .header__search {
        max-width: 647px;
        width: 100%;
    }

    .header__bottom-btn {
        font-size: 14px;
    }

    .header__search-input {
        width: 100%;
    }

    .advantages__inner {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }

    .footer__middle-row {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .banner-img {
        position: static;
    }

    .big-card__box {
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
    }

    .main-block {
        background-position: 0% 0;
        height: 447px;
    }

    .main-block__inner {
        max-width: 100%;
    }




}

@media screen and (max-width: 1200px) {
    .main-block__item{
        display: none !important;
    }
}
@media screen and (max-width: 1170px) {
    .main-block__text {
        top: 20px;
    }

    .main-block {
        background-position: -91px 0;
        height: 440px;
    }


}

@media screen and (max-width: 1023px) {

    .slider-card__head img{
        max-height:250px;
    }
    .header__bottom-btn.current {
        background: none;
    }

    .header__bottom-btn.disabled {
        background: none;
    }

    .header__bottom-btn.disabled:hover {
        color: red;
    }

    .mob-accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 7px;
        margin: 9px 0 0 0;
    }

    .mob-accordion a {
        color: #000 !important;
        position: relative;
    }

    .mob-accordion a:hover {
        color: #ED1C24 !important;
    }

    .header__bottom-btn.disabled {
        color: #ED1C24;
    }

    .mob-chevron {
        display: inline-block;
        width: 14px;
        height: 10px;
        background: url(/local/templates/stroydom/css/../img/svg/mob-chevron.svg) no-repeat;
        background-size: 14px 10px;
    }

    .header__bottom {
        border: none;
    }

    .header__bottom-inner {
        padding: 14px 10px 21px 10px;
    }

    .header__bottom-buttons .header__buttons-wrap {
        display: none;
    }



    .main-block__item {
        display: none;
    }

    .main-block__mobile {
        display: block;
    }

    .header__search {
        padding: 0 25px 0 0;
        margin: 0;
    }

    .header__buttons-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__bottom-btn {
        background: none;
        -webkit-clip-path: none;
        clip-path: none;
        color: #ED1C24;
        text-align: center;
        padding: 0;
        display: inline-block;
        font-size: 16px;
    }

    .header__bottom-btn a {
        color: #ED1C24;
    }

    .header__bottom-btn.tablet {
        display: inline-block;
    }

    .header__bottom-btn.clicked {
        background: none;
    }

    .header__bottom-btn.box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__bottom-btn:not(:last-child) {
        margin: 0;
    }

    .header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32px;
        margin-left: auto;
    }

    .burger {
        width: 38px;
        height: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #ED1C24;
        border-radius: 50%;
    }

    .burger.active span:first-child {
        width: 20px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 5px;
        left: 0px;
    }

    .burger.active span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .burger.active span:last-child {
        display: none;
    }

    .burger span {
        width: 20px;
        height: 1px;
        background: #fff;
        display: block;
        position: relative;
    }

    .burger span:first-child {
        width: 16px;
        position: relative;
        left: -2px;
    }

    .burger span:not(:last-child) {
        margin: 0 0 4px 0;
    }

    .advantages__inner {
        -ms-grid-columns: 4fr;
        grid-template-columns: 4fr;
        max-width: 395px;
        margin: 0 auto;
    }

    .slider-box {
        padding: 0 10px;
    }

    .materials {
        padding: 25px 0;
    }

    .materials__slider .swiper-button-next,
    .articles__slider .swiper-button-next {
        display: none;
    }

    .materials__slider .swiper-button-prev,
    .articles__slider .swiper-button-prev {
        display: none;
    }

    .materials__slider .swiper-pagination,
    .articles__slider .swiper-pagination {
        display: block;
        bottom: 0;
    }

    .materials__slider .swiper-wrapper,
    .articles__slider .swiper-wrapper {
        padding: 0 0 30px 0;
    }

    .materials__advantages-inner {
        -ms-grid-columns: (2fr) [ 2 ];
        grid-template-columns: repeat(2, 2fr);
    }

    .materials__advantages-item {
        font-size: 16px;
        line-height: 19px;
    }

    .ideas__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .ideas__content {
        padding: 0 13px 0 13px;
    }

    .ideas__img {
        text-align: center;
    }

    .articles__slider-content {
        bottom: -2px;
    }

    .articles__slider .swiper-pagination {
        bottom: 74px;
        display: block;
    }

    .footer__middle-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 0;
    }

    .footer__middle {
        padding: 22px 0;
    }

    .footer__top-text {
        max-width: 100%;
        width: 100%;
    }

    .footer__top-feedback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__top-tel {
        margin: 0 0 21px 0;
        width: auto;
        text-align: left;
    }

    .slider-card__body,
    .catalog-card__body {
        font-size: 16px;
    }

    .catalog__inner-img {
        width: 300px;
    }

    .banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px;
        padding: 20px;
    }

    .banner__text {
        max-width: 100%;
    }

    .card__slider-vertical {
        display: none;
    }

    .big-card__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .big-card__sliders {
        height: auto;
    }

    .card__slider-big {
        width: auto;
        height: auto;
    }

    .card__slider-big img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .card__slider-big .swiper-pagination {
        display: block;
        bottom: 10px;
    }

    .card__slider-big .swiper-wrapper {
        padding: 0 0 40px 0;
        width: 320px;
        height: 380px;
    }

    .tabs__caption {
        -ms-grid-columns: (270px) [ 5 ];
        grid-template-columns: repeat(5, 270px);
        overflow-x: scroll;
        border: none;
        padding: 0 0 10px 0;
    }

    .articles-inner__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .articles-inner__aside {
        margin: 0 0 40px 17px;
        width: 98%;
        min-height: auto;
    }

    .articles__aside-content {
        max-width: 100%;
    }

    .aside-pin {
        top: -124px;
        right: -23px;
    }

    .articles-inner__textblock {
        margin: 0 0 30px 0;
    }

    .header__bottom-btn:hover {
        background: none;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 21px;
    }

    h1 {
        font-family: "Proxima Nova Bold";
        font-size: 28px;
        line-height: 35px;
    }

    h3 {
        font-family: "Proxima Nova Bold";
        font-size: 16px;
        line-height: 21px;
    }

    .heading {
        font-size: 20px;
        line-height: 29px;
        margin: 0 0 24px 0;
    }

    .footer__bottom-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__bottom-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .developers {
        text-align: left;
    }

    .footer-social {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .copy {
        margin: 23px 0;
    }

    .other-sites {
        width: 307px;
    }

    .other-sites__head {
        padding: 10px 12px 9px 11px;
    }

    .other-sites__body {
        padding: 10px 12px 9px 11px;
    }

    .catalog-cards__box {
        -ms-grid-columns: (2fr) [ 2 ];
        grid-template-columns: repeat(2, 2fr);
    }

    .catalog__inner-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0 20px 0;
    }

    .tabs__caption {
        -ms-grid-columns: (240px) [ 5 ];
        grid-template-columns: repeat(5, 240px);
        overflow-x: scroll;
        border: none;
        padding: 0 0 10px 0;
        font-size: 16px;
        line-height: 22px;
    }

    table {
        font-size: 16px;
        width: auto;
    }

    .table-box {
        overflow-x: scroll;
        padding: 0 0 20px 0;
    }

    table tr td:first-child {
        width: 304px;
    }

    table tr td:nth-child(2) {
        width: 79px;
    }

    table tr td:nth-child(3) {
        width: 110px;
    }

    table tr td:nth-child(4) {
        width: 120px;
    }

    table tr td:nth-child(5) {
        width: 140px;
    }

    .collection-box {
        -ms-grid-columns: (2fr) [ 2 ];
        grid-template-columns: repeat(2, 2fr);
    }

    .collection__item-name {
        font-size: 16px;
        padding: 15px 10px 16px 12px;
    }

    .collection__item-body {
        font-size: 14px;
        padding: 0 12px;
    }

    .tabs__video-box {
        -ms-grid-columns: 4fr;
        grid-template-columns: 4fr;
    }

    .play {
        width: 40px;
        height: 40px;
    }

    .docs-box {
        -ms-grid-columns: (2fr) [ 2 ];
        grid-template-columns: repeat(2, 2fr);
    }

    .docs__item {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 22px;
    }

    .articles-box {
        -ms-grid-columns: (2fr) [ 2 ];
        grid-template-columns: repeat(2, 2fr);
    }

    .articles__navigation {
        font-size: 16px;
        gap: 12px;
    }

    .articles__navigation-item {
        padding: 10px;
    }

    .advantages {
        padding: 48px 0 45px 0;
    }

    .advantages__item {
        gap: 26px;
    }

    .materials__advantages {
        padding: 26px 0 14px 0;
    }

    .slider-card__head {
        height: 358px;
    }

    .materials__advantages-img {
        width: 60px;
        height: 60px;
    }

    .materials__advantages-heading {
        margin: 0 0 30px 0;
    }

    .materials__advantages-inner {
        row-gap: 27px;
    }

    .ideas__wrapper::after {
        left: -9px;
        bottom: -6px;
    }

    .ideas__content {
        margin: 14px 0 0 0;
    }

    .ideas-heading {
        margin: 0 0 7px 0;
    }

    .ideas-body {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px 0;
    }

    .ideas__box {
        gap: 20px;
    }

    .ideas {
        padding: 27px 0px 11px 0;
    }

    .articles {
        padding: 28px 0 60px 0;
    }

    .articles__slider-name,
    .articles-name {
        font-size: 16px;
        line-height: 19px;
    }

    .articles__slider-content {
        padding: 20px 7px 20px 21px;
    }

    .articles__slider-name {
        margin: 0 0 8px 0;
    }

    .articles__slider-date,
    .articles-date {
        font-size: 14px;
    }

    .big-card__box {
        margin: 0 0 40px 0;
    }

    .modal-inputs {
        -ms-grid-columns: 4fr;
        grid-template-columns: 4fr;
    }

    .control {
        font-size: 14px;
    }

    .modal {
        padding: 20px;
    }
}

@media screen and (max-width: 550px) {
    .advantages__inner {
        justify-items: flex-start;
        margin: 0;
    }

    .header__bottom-btn.box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mobile-search {
        display: block;
    }

    .header__search {
        background: #fff;
        display: none;
        max-width: 100%;
        width: 100%;
        padding: 0 10px 10px 10px;
        position: fixed;
        top: 73px;
        margin: 0;
        left: 0px;
    }

    .header__search-button {
        top: 17px;
        left: 25px;
        -webkit-transform: none;
        transform: none;
    }

    .mob-accordion {
        padding: 0 0 0 19px;
    }

    .mob-accordion a:before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #ED1C24;
        position: absolute;
        top: 7px;
        left: -17px;
    }

    .header__top {
        display: none;
    }

    .header__bottom-btn.mobile {
        display: inline-block;
    }

    .header__buttons-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .header__bottom-btn {
        text-align: left;
    }

    .mob-menu {
        top: 72px;
    }

    .header__top-item.one {
        display: none;
    }

    .header__top-item .button-mail {
        background: #fff;
        margin: 19px 0 0 0;
    }

    .advantages__item {
        font-size: 16px;
    }

    .materials .slider-box {
        padding: 0 0 0 10px;
    }

    .catalog-cards__box {
        -ms-grid-columns: 4fr;
        grid-template-columns: 4fr;
    }

    .catalog-cards__box img {
        width: 100%;
    }

    .catalog__inner-advantages {
        -ms-grid-columns: 2fr 30px 2fr;
        grid-template-columns: repeat(2, 2fr);
        gap: 30px;
    }

    .pagination {
        font-size: 16px;
    }

    .big-card__buttons a {
        width: 100%;
        text-align: center;
    }

    .big-card__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }

    .docs-box {
        -ms-grid-columns: 4fr;
        grid-template-columns: 4fr;
    }

    .articles-box {
        -ms-grid-columns: 4fr;
        grid-template-columns: 4fr;
    }

    .main-block__mobile .catalog-card__img {
        height: 175px;
    }

    .catalog-card__body {
        min-height: 59px;
    }

    .main-block .catalog-cards__box {
        gap: 6px;
    }

    .slider-card__body,
    .catalog-card__body {
        padding: 4.5px 21px;
    }

    .advantages__item img {
        max-width: 52px;
        max-height: 52px;
    }

    .articles .slider-box {
        padding: 0 0 0 10px;
    }
}

@media screen and (max-width: 374px) {
    .header__top-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header-mobile {
        gap: 21px;
    }

    .header__logo {
        width: 180px;
    }
}


.bx-context-toolbar-empty-area {
    min-width: 12px;
    min-height: 12px;
}

.tabs-images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.333fr 30px 1.333fr 30px 1.333fr;
    grid-template-columns: repeat(3, 1.333fr);
    gap: 30px;
    margin: 40px 0;
}

.tabs-images img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 767px) {
    .tabs-images {
        -ms-grid-columns: 4fr;
        grid-template-columns: 4fr;
    }
}


.container_404 {
    margin: auto;
}

.erorr_404 {
    width: auto;
    display: flex;
    margin: auto;
}

.bx-404-text-block {
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    color: #2D3035;
    padding: 15px 0 15px 0;
}

.bx-404-container p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #2D3035;
}

.bx-404-container p a {
    color: #016FBD;
    border-bottom: 1px solid #016fbd;
}

.bx-404-container p a:hover {
    color: #016FBD;
    border-bottom: 1px solid #fff;
}

.section_search_notfound {
    background: #EFF2F4;
    padding: 69px 0px 74px 0px;
}

.search_notfound .header__search-input {
    padding: 15px 19px 15px 24px;
    background: #fff;
    width: 100%;
    font-size: 19px;
    line-height: 16px;
    border: 0;
}

.bx-404-container {
    margin-bottom: 69px;
}

.materials_search_notfound .materials {
    background: #fff;
}

.search_notfound {
    position: relative;
}

.search_notfound .header__search-button {
    left: unset;
    right: 16px;
}

@media screen and (max-width: 1100px) {
    .bx-404-block img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .erorr_404 {
        padding: 0 10px;
    }

    .bx-404-text-block {
        font-size: 31px;
    }

    .bx-404-container p {
        line-height: normal;
    }
}

.catalog-advantages__item .st12 {
    stroke-width: 1;
    font-family: Proxima Nova Bold;
}
/* End */
/* /local/templates/tn/components/bitrix/news/catalog/style.css?174238499322873 */
/* /local/media/catalog/css/main.css?175084217743711 */
/* /local/templates/tn/components/bitrix/news/catalog/bitrix/catalog.section.list/sections/style.css?1655897521691 */
/* /local/templates/tn/components/bitrix/system.pagenavigation/pagenation/style.css?16207268051109 */
/* /local/templates/tn/components/bitrix/news/catalog/bitrix/news.list/items/style.css?17423872251828 */
/* /local/templates/stroydom/css/swiper.css?169804739123893 */
/* /local/templates/stroydom/css/fancybox.css?169804739118066 */
/* /local/templates/stroydom/css/style_section.css?174799204781562 */
