

/* 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 */
/* /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 */
