

/* 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:/resources/anderep/style_for_section.css?174799229529241*/
.links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 120px;
}

.pdf-dwn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    gap: 20px;
}

.links-block:not(:last-child) {
    margin-bottom: 60px;
}

.links-block .pdf-dwn {
    font-size: 18px;
}

.links-block--small {
    gap: 20px 60px;
}

.links-block--small:not(:last-child) {
    margin-bottom: 49px;
}

.anderep-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    /* gap: 98px; */
    margin-bottom: 55px;
}

.anderep-index__desc {
    max-width: 400px;
    /* line-height: 1; */
    font-size: 14px;
    color: black;
    padding-right: 40px;
}

.anderep-index__preview {
    /* right: -100px; */
    position: relative;
}

.anderep-index__preview img {
    /* height: 500px; */
    border-radius: 5px 0 0 5px;
}

.anderep-site .anderep-site__title {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title-2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 300;
}

.title-3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
}

.anderep-advantages__title {
    margin-bottom: 28px;
    color: #263238;
}

.anderep-advantages__desc {
    font-size: 14px;
    margin-bottom: 40px;
}

.anderep-advantages {
    background: rgba(237, 237, 237, 1);
    padding: 40px 30px;
    color: #263238;
}

.anderep-advantages__title {
    margin-bottom: 28px;
}

.advantages-row {
    width: 100%;
    /* display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 100px; */
}

.advantages-right p,
.advantages-left p {
    font-size: 14px;
}

.advantages-list {
    margin-bottom: 44px;
    width: 100%;
    float: left;
}

.advantages-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 59px;
    font-size: 14px;
    padding: 30px 0 0 0;
    border-top: 1px solid #000;
    /* border-bottom: 1px solid #000; */
    margin: 30px 0;
    line-height: 1.3;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.advantages-info__img {
    width: 177px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.advantages-info__img img {
    border-radius: 5px;
}

.advantages-cols {
    display: flex;
    /* display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; */
    gap: 10px;
}

.advantages-item span {
    font-size: 14px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.advantages-item img {
    border-radius: 5px;
    width: 100%;
}

.advantages-item img {
    border-radius: 5px;
    width: 100%;
}

.advantages-more__small {
    width: 100%;
    float: left;
}

.advantages-more__small {
    display: block;
}

.advantages-more__small.none {
    display: none;
}

.advantages-more__big {
    display: none;
}

.advantages-more__big.active {
    display: block;
}

.advantages-more p:not(:last-child) {
    margin-bottom: 20px;
}

.advantages-more-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    position: relative;
    gap: 8px;
    font-size: 18px;
    margin-top: 41px;
}

.advantages-more-link::after {
    content: "";
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    height: 30px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1738 1.46631L6.71928 6.92085L1.26474 1.46631' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
}

.advantages-more-link:hover::after {
    background-color: var(--active);
}

.advantages-more-link.active::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.advantages-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 39px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages-three__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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 15px;
    gap: 15px;
    margin-right: 10px;
}

.advantages-three__item span {
    font-size: 12px;
}

.anderep-application {
    padding: 78px 0 25px;
}

.anderep-application__title {
    margin-bottom: 30px;
    color: black;
}

.anderep-toogle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 50px;
}

.anderep-toogle--tow {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.anderep-toogle strong {
    font-weight: 500;
    font-size: 16px;
}

.toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.toggler_label.toggler_active_value {
    color: #000;
    /* font-family: IBMPlexSans; */
    font-weight: 500;
}

.toggler_switch {
    position: relative;
    display: inline-block;
    width: 98px;
    height: 50px;
}

.toggler_switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f1f1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 60px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1019607843);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1019607843);
}

.toggler_switch_slider::before {
    position: absolute;
    content: "";
    height: 38px;
    width: 38px;
    left: 7px;
    bottom: 6px;
    background: #e30613;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3019607843);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3019607843);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.toggler_label {
    font-weight: 500;
    color: #b6b6b6;
    cursor: pointer;
}

.favourites .toggler {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
}

.toggler_label {
    font-size: 16px;
    line-height: 21px;
}



.anderep-toogle .toggler {
    gap: 19px;
}

.anderep-toogle .toggler_label {
    font-size: 16px;
}

.anderep-items .anderep-toogle {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #c9c9c9;
}

.anderep-toogle strong {
    font-weight: 500;
    font-size: 16px;
}

.anderep-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    margin-bottom: 40px;
}


.anderep-tabs_labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 46px;
}

.anderep-tabs_labels_item {
    width: auto;
    padding: 0 30px;
    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;
    border: none;
    height: 50px;
    background-color: #f1f1f1;
    border-radius: 5px;
    cursor: pointer;
}

.anderep-tabs_labels_itemactive {
    width: auto;
    padding: 0 30px;
    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;
    border: none;
    height: 50px;
    color: #fff;
    background-color: #e30613;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.anderep-tabs_labels .filter_text {
    margin: 0;
}

.anderep-tabs_labels_itemactive {
    width: auto;
    padding: 0 30px;
    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;
    border: none;
    height: 50px;
    color: #fff;
    background-color: #e30613;
    border-radius: 5px;
    cursor: pointer;
}


.anderep-tabs-content {
    line-height: 1.5;
    font-size: 16px;
}

.anderep-tabs-content strong {
    font-weight: 600;
}

.anderep-tabs-content p:not(:last-child) {
    margin-bottom: 24px;
}

.anderep-tabs-content__img {
    /* min-height: 610px; */
}

.anderep-tabs-content ol,
.anderep-tabs-content ul {
    padding: 0;
}

.anderep-tabs-content ol li,
.anderep-tabs-content ul li {
    padding-left: 20px;
}

.anderep-tabs-content ol li:not(:last-child),
.anderep-tabs-content ul li:not(:last-child) {
    margin-bottom: 18px;
}

.anderep-tabs-content__img {
    /* min-height: 610px; */
}

.anderep-list-row {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    /* gap: 45px; */
    margin-top: 50px;
    /* padding-bottom: 43px; */
}

.anderep-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
}

.anderep-list-item__cube {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.anderep-list-item__main {
    max-width: 270px;
    line-height: 1.25;
}


.anderep-list-item__cube {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.anderep-list-item__main {
    max-width: 270px;
    line-height: 1.25;
}

.anderep-tabs-content {
    line-height: 1.5;
    font-size: 16px;
}

.anderep-tabs-content strong {
    font-weight: 300;
}

.anderep-tabs-content p:not(:last-child) {
    margin-bottom: 24px;
}

.anderep-tabs-content__img {
    /* min-height: 550px; */
    margin-bottom: 30px;
}

.anderep-tabs-content ol,
.anderep-tabs-content ol li {
    list-style-type: decimal !important;
}

.anderep-tabs-content ol,
.anderep-tabs-content ul {
    padding: 0;
}

.anderep-tabs-content ol li,
.anderep-tabs-content ul li {
    padding-left: 20px;
}

.anderep-tabs-content ol li:not(:last-child),
.anderep-tabs-content ul li:not(:last-child) {
    margin-bottom: 18px;
}

.anderep-items-list {
    padding-bottom: 110px;
}

.anderep-items {
    padding: 25px 0 60px;
}

.anderep-items .anderep-toogle {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #c9c9c9;
}

.anderep-items-links,
.anderep-items-links--2 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 83px;
}

.anderep-items-links__item span {
    display: block;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 13px 25px;
    color: #231f20;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.anderep-items-links__item input:checked+span {
    background-color: #e30613;
    color: #fff;
}

.anderep-item:not(:last-child) {
    margin-bottom: 129px;
}

.anderep-item__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.anderep-item__title {
    font-size: 70px;
    font-weight: 300;
    line-height: 1.27;
    margin-bottom: 25px;
}

.anderep-logistic__title {
    margin-bottom: 78px;
}

.anderep-item__preview {
    text-align: center;
    max-height: 505px;
    margin-bottom: 62px;
}

.anderep-item__preview img {
    display: block;
    margin: 0 auto;
}

.anderep-item__desc {
    font-size: 16px;
    margin-bottom: 34px;
    line-height: 1.5;
}

.anderep-item__desc p:not(:last-child) {
    margin-bottom: 22px;
}

.anderep-item__left {
    padding-top: 13px;
    padding-bottom: 40px;
}

.anderep-item__uniqueness {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
    margin-bottom: 40px;
}

.anderep-item__uniqueness-bg {
    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;
    width: 59px;
    height: 59px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.anderep-item__uniqueness strong {
    line-height: 1.5;
    font-weight: 600;
    font-size: 16px;
}

.anderep-item__flex {
    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%;
}

.anderep-item__header {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-bottom: 30px;
}

.anderep-item__footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.anderep-item.detailed_view .anderep-characteristics {
    display: block;
}

.palette-buttons-text--show {
    display: none;
}

.anderep-item .tn-product-images-color {
    display: none;
}

.anderep-item.detailed_view .palette-buttons-text {
    display: none;
}

.anderep-item.detailed_view .palette-buttons-text--show {
    display: block;
}

.anderep-item.detailed_view .palette-buttons-icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.anderep-item-numbers-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.anderep-item-numbers__title {
    font-size: 12px;
    line-height: 1.3;
}

.anderep-item-numbers__value {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.3;
}

.anderep-differences-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.anderep-differences {
    max-width: 80px;
}

.anderep-differences__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
    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;
    position: relative;
}

.anderep-differences__icon span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
    padding-top: 9px;
    font-size: 20px;
}

.anderep-differences span {
    display: block;
    font-size: 12px;
    line-height: 1.3;
}

.anderep-item__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 100px;
    padding-bottom: 0;
}

.anderep-item__btns-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.anderep-item__btns-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.anderep-item__btns .palette-buttons-button-left,
.anderep-item__btns .palette-buttons-button-right {
    margin: 0;
    padding: 0 55px;
}

.anderep-item__btns .palette-buttons-button-right .palette-buttons-icon::after {
    width: 44px;
    height: 44px;
    background-position: center;
    background-color: #f1f1f1;
    background-size: 18px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1.60254L9 9.60254L1 1.60254' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.anderep-item__btns .palette-buttons-button-right:hover .palette-buttons-icon::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1.60254L9 9.60254L1 1.60254' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.palette-buttons-button-right--active .palette-buttons-icon::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.anderep-characteristics {
    margin-bottom: 100px;
    padding: 35px 0 0;
    display: none;
}

.anderep-characteristics-table {
    width: 100%;
    border-collapse: collapse;
}

.anderep-characteristics-table thead {
    background-color: #f8f8f8;
}

.anderep-characteristics-table td {
    padding: 13px 21px;
}

.anderep-characteristics-table td:last-child {
    text-align: right;
}


.logistic-table-head {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 262px repeat(4, 110px);
    gap: 27px;
    max-width: 810px;
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 17px;
}

.anderep-logistic__title {
    margin-bottom: 78px;
}

.logistic-table {
    /* padding-right: 85px; */
    padding-bottom: 52px;
}

.logistic-table-item {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 4px;
    position: relative;
}

.logistic-table-item:after {
    /* content: "";
    width: 40px;
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    position: absolute;
    right: 0;
    top: 28px;
    border-radius: 0 30px 0 0; */
}

.logistic-table-item:nth-child(1):after {
    height: 450px;
    /* right: -28px; */
}

.logistic-table-item:nth-child(2) {
    /* margin-right: 66px; */
}

.logistic-table-item:nth-child(2):after {
    height: 530px;
    /* right: -28px; */
}

.logistic-table-item:nth-child(3) {
    /* margin-right: 138px; */
}

.logistic-table-item:nth-child(3):after {
    height: 476px;
    /* right: -28px; */
}

.logistic-table-item:nth-child(4) {
    /* margin-right: 211px; */
}

.logistic-table-item:nth-child(4):after {
    height: 415px;
    /* right: -28px; */
}

.logistic-table-item:nth-child(5) {
    /* margin-right: 283px; */
}

.logistic-table-item:nth-child(5):after {
    height: 321px;
    /* right: -28px; */
}

.logistic-table-item:nth-child(6) {
    /* margin-right: 353px; */
}

.logistic-table-item:nth-child(6):after {
    height: 298px;
    /* right: -28px; */
}

.logistic-table-item:nth-child(7) {
    /* margin-right: 426px; */
}

.logistic-table-item:nth-child(7):after {
    height: 235px;
    /* right: -28px; */
}

.logistic-table-item:nth-child(8) {
    /* margin-right: 496px; */
}

.logistic-table-item:nth-child(8):after {
    height: 175px;
    /* right: -28px; */
}

.logistic-table-item:nth-child(9) {
    /* margin-right: 566px; */
}

.logistic-table-item:nth-child(9):after {
    height: 114px;
    /* right: -28px; */
}

.logistic-table-item:not(:last-child) {
    margin-bottom: 31.5px;
}

.logistic-table-item__body {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 262px repeat(4, 110px);
    gap: 27px;
    max-width: 810px;
    font-size: 16px;
    line-height: 1.5;
}

.logistic-table-item__body strong {
    font-weight: 600;
}

.logistic-info {
    position: relative;
    margin-top: 100px;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    /* display: flex; */
    width: 100%;
    /* -webkit-box-pack: justify; */
    /* -ms-flex-pack: justify; */
    /* justify-content: space-between; */
    margin-bottom: 85px;
}

.logistic-info__desc {
    max-width: 650px;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
}

.logistic-info__desc p:not(:last-child) {
    margin-bottom: 24px;
}

.anderep-table-info {
    margin-bottom: 28px;
}

.anderep-table-img-1 {
    /* margin-right: 30px; */
    /* padding-left: 20px; */
    margin-top: -65px;
}

.logistic-table-body--small .logistic-table-item:nth-child(1):after {
    height: 40px;
    right: -41px;
}

.logistic-table-body--small .logistic-table-item:nth-child(2) {
    /* margin-right: 66px; */
}

.logistic-table-body--small .logistic-table-item:nth-child(2):after {
    height: 110px;
    right: -38px;
}

.logistic-table_common {
    width: 100%;
}

.logistic-table_common .logistic-table {
    width: 86%;
    float: left;
}

.logistic-table_common .logistic-info {
    width: 14%;
    float: right;
    margin-top: 0;
}


.logistic-table_common .logistic-table .logistic-table-head {
    grid-template-columns: 200px repeat(4, 100px);
}

.logistic-table_common .logistic-table .logistic-table-item__body {
    grid-template-columns: 200px repeat(4, 100px);
}

.iso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


@media (max-width: 1439px) {
    .logistic-table-item {
        margin-right: 0 !important;
    }

    .logistic-table-item:after {
        display: none;
    }

    .logistic-table {
        padding-right: 0;
    }

    .logistic-table-head,
    .logistic-table-item__body {
        grid-template-columns: 200px repeat(4, 1fr);
        font-size: 14px;
        line-height: 1.2;
    }

}

@media (max-width: 1199px) {
    .links-block {
        display: -ms-grid;
        display: grid;
        /* -ms-grid-columns: (1fr) [3]; */
        /* grid-template-columns: repeat(3, 1fr); */
        gap: 30px 60px;
    }

    .anderep-index__preview {
        right: 0;
    }

    .anderep-index {
        display: block;
        margin-bottom: -10px;
    }

    .anderep-index__desc {
        max-width: none;
        padding: 0;
        /* font-size: 24px; */
        margin-bottom: 60px;
    }

    .anderep-index__preview {
        text-align: center;
    }

    .anderep-index__preview img {
        border-radius: 0;
    }


    .title-3 {
        font-size: 40px;
        line-height: 1;
    }

    .anderep-logistic__title {
        margin-bottom: 40px;
    }

    .anderep-advantages {
        /* padding: 100px 0; */
    }

    .anderep-advantages__desc {
        font-size: 18px;
        line-height: 1.66;
        margin-bottom: 35px;
    }

    .advantages-row {
        gap: 50px;
    }

    .advantages-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .anderep-index__preview {
        /* margin: 0 -50px; */
        /* width: calc(100% + 100px); */
    }

    .anderep-index__preview img {
        width: 100%;
    }

    .anderep-application__title {
        margin-bottom: 40px;
    }

    .anderep-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .anderep-table-img-1 {
        display: none;
    }
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {
    .title-2 {
        font-size: 20px;
    }

    .anderep-index__desc {
        /* font-size: 20px; */
        /* line-height: 1.5; */
        margin-bottom: 40px;
    }

    .anderep-index__preview img {
        height: auto;
    }

    .anderep-index__preview {
        /* margin: 0 -20px; */
        /* width: calc(100% + 40px); */
        margin-bottom: 20px;
    }

    .links-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .links-block .pdf-dwn {
        font-size: 16px;
    }

    .links-block--pc.links-block {
        display: none;
    }

    .title-3 {
        font-size: 24px;
    }

    .anderep-advantages {
        padding: 45px 20px;
    }

    .anderep-advantages__desc {
        font-size: 16px;
        line-height: 1.5;
    }

    .advantages-right p {}

    .advantages-three {
        padding-right: 0;
        gap: 20px;
    }

    .advantages-three__item {
        font-size: 12px;
    }

    .advantages-three__item span {
        height: 30px;
    }

    .advantages-item span {
        display: none;
    }

    .advantages-info {
        display: block;
    }

    .advantages-cols {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        /* gap: 30px; */
    }

    .advantages-info__img img {
        margin-bottom: 20px;
    }

    .advantages-info__img {
        width: auto;
    }

    .anderep-application {
        padding: 45px 0 0;
    }

    .anderep-application__title {
        margin-bottom: 20px;
    }

    .anderep-toogle .toggler {
        position: relative;
        -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;
        padding-left: 70px;
    }

    .anderep-toogle .toggler .toggler_switch {
        position: absolute;
        left: -17px;
        top: 10px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }


    .anderep-tabs_labels {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .anderep-tabs_labels_item,
    .anderep-tabs_labels_itemactive {
        width: 100%;
    }

    .anderep-tabs-content__img {
        min-height: auto;
    }

    .anderep-tabs-content ol,
    .anderep-tabs-content ul {
        list-style-position: inside;
    }

    .anderep-tabs-content__img {
        min-height: auto;
    }

    .logistic-table-head,
    .logistic-table-item__body {
        grid-template-columns: repeat(4, 1fr);
        gap: 9px;
    }

    .logistic-info {
        margin-top: 20px;
    }

    .logistic-table-item__body {
        font-size: 12px;
    }

    .logistic-table-item__body strong {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
        background-color: #f1f1f1;
        height: 28px;
        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;
    }

    .logistic-table-item {
        border-bottom: 0;
    }

    .logistic-table-item:not(:last-child) {
        margin-bottom: 5px;
    }

    .logistic-table-head__td br {
        display: none;
    }

    .logistic-table-head__td:first-child {
        display: none;
    }

    .logistic-table_common .logistic-table {
        width: 100%;
    }

    .logistic-table_common .logistic-table .logistic-table-head {
        grid-template-columns: repeat(4, 1fr);
    }

    .logistic-table_common .logistic-table .logistic-table-item__body {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* End */


/* Start:/local/js/x/izi/dist/s.css?170736953837666*/
/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule{font-size:0;height:0;width:100%;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:height .5s cubic-bezier(.25,.8,.25,1),-webkit-transform .5s cubic-bezier(.25,.8,.25,1);transition:height .5s cubic-bezier(.25,.8,.25,1),-webkit-transform .5s cubic-bezier(.25,.8,.25,1);-o-transition:transform .5s cubic-bezier(.25,.8,.25,1),height .5s cubic-bezier(.25,.8,.25,1);transition:transform .5s cubic-bezier(.25,.8,.25,1),height .5s cubic-bezier(.25,.8,.25,1);transition:transform .5s cubic-bezier(.25,.8,.25,1),height .5s cubic-bezier(.25,.8,.25,1),-webkit-transform .5s cubic-bezier(.25,.8,.25,1)}.iziToast-capsule,.iziToast-capsule *{-webkit-box-sizing:border-box;box-sizing:border-box}.iziToast-overlay{display:block;position:fixed;top:-100px;left:0;right:0;bottom:-100px;z-index:997}.iziToast{display:inline-block;clear:both;position:relative;font-family:'Lato',Tahoma,Arial;font-size:14px;padding:8px 45px 9px 0;background:rgba(238,238,238,.9);border-color:rgba(238,238,238,.9);width:100%;pointer-events:all;cursor:default;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-height:54px}.iziToast>.iziToast-progressbar{position:absolute;left:0;bottom:0;width:100%;z-index:1;background:rgba(255,255,255,.2)}.iziToast>.iziToast-progressbar>div{height:2px;width:100%;background:rgba(0,0,0,.3);border-radius:0 0 3px 3px}.iziToast.iziToast-balloon:before{content:'';position:absolute;right:8px;left:auto;width:0;height:0;top:100%;border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;border-radius:0}.iziToast.iziToast-balloon .iziToast-progressbar{top:0;bottom:auto}.iziToast.iziToast-balloon>div{border-radius:0 0 0 3px}.iziToast>.iziToast-cover{position:absolute;left:0;top:0;bottom:0;height:100%;margin:0;background-size:100%;background-position:50% 50%;background-repeat:no-repeat;background-color:rgba(0,0,0,.1)}.iziToast>.iziToast-close{position:absolute;right:0;top:0;border:0;padding:0;opacity:.6;width:42px;height:100%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px;cursor:pointer;outline:0}.iziToast>.iziToast-close:hover{opacity:1}.iziToast>.iziToast-body{position:relative;padding:0 0 0 10px;height:auto;min-height:36px;margin:0 0 0 15px;text-align:left}.iziToast>.iziToast-body:after{content:"";display:table;clear:both}.iziToast>.iziToast-body .iziToast-texts{margin:10px 0 0;padding-right:2px;display:inline-block;float:left}.iziToast>.iziToast-body .iziToast-inputs{min-height:19px;float:left;margin:3px -2px}.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]),.iziToast>.iziToast-body .iziToast-inputs>select{position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:4px 7px;font-size:13px;letter-spacing:.02em;background:rgba(0,0,0,.1);color:#000;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2);min-height:26px}.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]):focus,.iziToast>.iziToast-body .iziToast-inputs>select:focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.6);box-shadow:0 0 0 1px rgba(0,0,0,.6)}.iziToast>.iziToast-body .iziToast-buttons{min-height:17px;float:left;margin:4px -2px}.iziToast>.iziToast-body .iziToast-buttons>a,.iziToast>.iziToast-body .iziToast-buttons>button,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]){position:relative;display:inline-block;margin:2px;border-radius:2px;border:0;padding:5px 10px;font-size:12px;letter-spacing:.02em;cursor:pointer;background:rgba(0,0,0,.1);color:#000}.iziToast>.iziToast-body .iziToast-buttons>a:hover,.iziToast>.iziToast-body .iziToast-buttons>button:hover,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):hover{background:rgba(0,0,0,.2)}.iziToast>.iziToast-body .iziToast-buttons>a:focus,.iziToast>.iziToast-body .iziToast-buttons>button:focus,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.6);box-shadow:0 0 0 1px rgba(0,0,0,.6)}.iziToast>.iziToast-body .iziToast-buttons>a:active,.iziToast>.iziToast-body .iziToast-buttons>button:active,.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):active{top:1px}.iziToast>.iziToast-body .iziToast-icon{position:absolute;left:0;top:50%;display:table;font-size:23px;line-height:24px;margin-top:-12px;color:#000;width:24px;height:24px}.iziToast>.iziToast-body .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}.iziToast>.iziToast-body .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}.iziToast>.iziToast-body .iziToast-message,.iziToast>.iziToast-body .iziToast-title{padding:0;font-size:14px;line-height:16px;text-align:left;float:left;white-space:normal}.iziToast>.iziToast-body .iziToast-title{color:#000;margin:0}.iziToast>.iziToast-body .iziToast-message{margin:0 0 10px;color:rgba(0,0,0,.6)}.iziToast.iziToast-animateInside .iziToast-buttons-child,.iziToast.iziToast-animateInside .iziToast-icon,.iziToast.iziToast-animateInside .iziToast-inputs-child,.iziToast.iziToast-animateInside .iziToast-message,.iziToast.iziToast-animateInside .iziToast-title{opacity:0}.iziToast-target{position:relative;width:100%;margin:0 auto}.iziToast-target .iziToast-capsule{overflow:hidden}.iziToast-target .iziToast-capsule:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.iziToast-target .iziToast-capsule .iziToast{width:100%;float:left}.iziToast-wrapper{z-index:99999;position:fixed;width:100%;pointer-events:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.iziToast-wrapper .iziToast.iziToast-balloon:before{border-right:0 solid transparent;border-left:15px solid transparent;border-top:10px solid #000;border-top-color:inherit;right:8px;left:auto}.iziToast-wrapper-bottomLeft{left:0;bottom:0;text-align:left}.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before,.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before{border-right:15px solid transparent;border-left:0 solid transparent;right:auto;left:8px}.iziToast-wrapper-bottomRight{right:0;bottom:0;text-align:right}.iziToast-wrapper-topLeft{left:0;top:0;text-align:left}.iziToast-wrapper-topRight{top:0;right:0;text-align:right}.iziToast-wrapper-topCenter{top:0;left:0;right:0;text-align:center}.iziToast-wrapper-bottomCenter,.iziToast-wrapper-center{bottom:0;left:0;right:0;text-align:center}.iziToast-wrapper-center{top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.iziToast-rtl{direction:rtl;padding:8px 0 9px 45px;font-family:Tahoma,'Lato',Arial}.iziToast-rtl .iziToast-cover{left:auto;right:0}.iziToast-rtl .iziToast-close{right:auto;left:0}.iziToast-rtl .iziToast-body{padding:0 10px 0 0;margin:0 16px 0 0;text-align:right}.iziToast-rtl .iziToast-body .iziToast-buttons,.iziToast-rtl .iziToast-body .iziToast-inputs,.iziToast-rtl .iziToast-body .iziToast-message,.iziToast-rtl .iziToast-body .iziToast-texts,.iziToast-rtl .iziToast-body .iziToast-title{float:right;text-align:right}.iziToast-rtl .iziToast-body .iziToast-icon{left:auto;right:0}@media only screen and (min-width:568px){.iziToast-wrapper{padding:10px 15px}.iziToast{margin:5px 0;border-radius:3px;width:auto}.iziToast:after{content:'';z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:3px;-webkit-box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1),0 8px 8px -5px rgba(0,0,0,.25);box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1),0 8px 8px -5px rgba(0,0,0,.25)}.iziToast:not(.iziToast-rtl) .iziToast-cover{border-radius:3px 0 0 3px}.iziToast.iziToast-rtl .iziToast-cover{border-radius:0 3px 3px 0}.iziToast.iziToast-color-dark:after{-webkit-box-shadow:inset 0 -10px 20px -10px rgba(255,255,255,.3),0 10px 10px -5px rgba(0,0,0,.25);box-shadow:inset 0 -10px 20px -10px rgba(255,255,255,.3),0 10px 10px -5px rgba(0,0,0,.25)}.iziToast.iziToast-balloon .iziToast-progressbar{background:0 0}.iziToast.iziToast-balloon:after{-webkit-box-shadow:0 10px 10px -5px rgba(0,0,0,.25),inset 0 10px 20px -5px rgba(0,0,0,.25);box-shadow:0 10px 10px -5px rgba(0,0,0,.25),inset 0 10px 20px -5px rgba(0,0,0,.25)}.iziToast-target .iziToast:after{-webkit-box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1);box-shadow:inset 0 -10px 20px -10px rgba(0,0,0,.2),inset 0 0 5px rgba(0,0,0,.1)}}.iziToast.iziToast-theme-dark{background:#565c70;border-color:#565c70}.iziToast.iziToast-theme-dark .iziToast-title{color:#fff}.iziToast.iziToast-theme-dark .iziToast-message{color:rgba(255,255,255,.7);font-weight:300}.iziToast.iziToast-theme-dark .iziToast-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:8px}.iziToast.iziToast-theme-dark .iziToast-icon{color:#fff}.iziToast.iziToast-theme-dark .iziToast-icon.ico-info{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-error{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:80%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-success{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-icon.ico-question{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;background-size:85%}.iziToast.iziToast-theme-dark .iziToast-buttons>a,.iziToast.iziToast-theme-dark .iziToast-buttons>button,.iziToast.iziToast-theme-dark .iziToast-buttons>input{color:#fff;background:rgba(255,255,255,.1)}.iziToast.iziToast-theme-dark .iziToast-buttons>a:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>button:hover,.iziToast.iziToast-theme-dark .iziToast-buttons>input:hover{background:rgba(255,255,255,.2)}.iziToast.iziToast-theme-dark .iziToast-buttons>a:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>button:focus,.iziToast.iziToast-theme-dark .iziToast-buttons>input:focus{-webkit-box-shadow:0 0 0 1px rgba(255,255,255,.6);box-shadow:0 0 0 1px rgba(255,255,255,.6)}.iziToast.iziToast-color-red{background:rgba(255,175,180,.9);border-color:rgba(255,175,180,.9)}.iziToast.iziToast-color-orange{background:rgba(255,207,165,.9);border-color:rgba(255,207,165,.9)}.iziToast.iziToast-color-yellow{background:rgba(255,249,178,.9);border-color:rgba(255,249,178,.9)}.iziToast.iziToast-color-blue{background:rgba(157,222,255,.9);border-color:rgba(157,222,255,.9)}.iziToast.iziToast-color-green{background:rgba(166,239,184,.9);border-color:rgba(166,239,184,.9)}.iziToast.iziToast-layout2 .iziToast-body .iziToast-message,.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts{width:100%}.iziToast.iziToast-layout3{border-radius:2px}.iziToast.iziToast-layout3::after{display:none}.iziToast .revealIn,.iziToast.revealIn{-webkit-animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both;animation:iziT-revealIn 1s cubic-bezier(.25,1.6,.25,1) both}.iziToast .slideIn,.iziToast.slideIn{-webkit-animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziT-slideIn 1s cubic-bezier(.16,.81,.32,1) both}.iziToast.bounceInLeft{-webkit-animation:iziT-bounceInLeft .7s ease-in-out both;animation:iziT-bounceInLeft .7s ease-in-out both}.iziToast.bounceInRight{-webkit-animation:iziT-bounceInRight .85s ease-in-out both;animation:iziT-bounceInRight .85s ease-in-out both}.iziToast.bounceInDown{-webkit-animation:iziT-bounceInDown .7s ease-in-out both;animation:iziT-bounceInDown .7s ease-in-out both}.iziToast.bounceInUp{-webkit-animation:iziT-bounceInUp .7s ease-in-out both;animation:iziT-bounceInUp .7s ease-in-out both}.iziToast .fadeIn,.iziToast.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}.iziToast.fadeInUp{-webkit-animation:iziT-fadeInUp .7s ease both;animation:iziT-fadeInUp .7s ease both}.iziToast.fadeInDown{-webkit-animation:iziT-fadeInDown .7s ease both;animation:iziT-fadeInDown .7s ease both}.iziToast.fadeInLeft{-webkit-animation:iziT-fadeInLeft .85s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInLeft .85s cubic-bezier(.25,.8,.25,1) both}.iziToast.fadeInRight{-webkit-animation:iziT-fadeInRight .85s cubic-bezier(.25,.8,.25,1) both;animation:iziT-fadeInRight .85s cubic-bezier(.25,.8,.25,1) both}.iziToast.flipInX{-webkit-animation:iziT-flipInX .85s cubic-bezier(.35,0,.25,1) both;animation:iziT-flipInX .85s cubic-bezier(.35,0,.25,1) both}.iziToast.fadeOut{-webkit-animation:iziT-fadeOut .7s ease both;animation:iziT-fadeOut .7s ease both}.iziToast.fadeOutDown{-webkit-animation:iziT-fadeOutDown .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-fadeOutDown .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast.fadeOutUp{-webkit-animation:iziT-fadeOutUp .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-fadeOutUp .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast.fadeOutLeft{-webkit-animation:iziT-fadeOutLeft .5s ease both;animation:iziT-fadeOutLeft .5s ease both}.iziToast.fadeOutRight{-webkit-animation:iziT-fadeOutRight .5s ease both;animation:iziT-fadeOutRight .5s ease both}.iziToast.flipOutX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation:iziT-flipOutX .7s cubic-bezier(.4,.45,.15,.91) both;animation:iziT-flipOutX .7s cubic-bezier(.4,.45,.15,.91) both}.iziToast-overlay.fadeIn{-webkit-animation:iziT-fadeIn .5s ease both;animation:iziT-fadeIn .5s ease both}.iziToast-overlay.fadeOut{-webkit-animation:iziT-fadeOut .7s ease both;animation:iziT-fadeOut .7s ease both}@-webkit-keyframes iziT-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1)}to{opacity:1}}@-webkit-keyframes iziT-slideIn{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInLeft{0%{opacity:0;-webkit-transform:translateX(280px)}50%{opacity:1;-webkit-transform:translateX(-20px)}70%{-webkit-transform:translateX(10px)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInRight{0%{opacity:0;-webkit-transform:translateX(-280px)}50%{opacity:1;-webkit-transform:translateX(20px)}70%{-webkit-transform:translateX(-10px)}to{-webkit-transform:translateX(0)}}@-webkit-keyframes iziT-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px)}50%{opacity:1;-webkit-transform:translateY(10px)}70%{-webkit-transform:translateY(-5px)}to{-webkit-transform:translateY(0)}}@-webkit-keyframes iziT-bounceInUp{0%{opacity:0;-webkit-transform:translateY(200px)}50%{opacity:1;-webkit-transform:translateY(-10px)}70%{-webkit-transform:translateY(5px)}to{-webkit-transform:translateY(0)}}@-webkit-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes iziT-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1);transform:scale3d(.3,.3,1)}to{opacity:1}}@keyframes iziT-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1);transform:scale3d(.3,.3,1)}to{opacity:1}}@-webkit-keyframes iziT-slideIn{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes iziT-slideIn{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes iziT-bounceInLeft{0%{opacity:0;-webkit-transform:translateX(280px);transform:translateX(280px)}50%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}70%{-webkit-transform:translateX(10px);transform:translateX(10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes iziT-bounceInLeft{0%{opacity:0;-webkit-transform:translateX(280px);transform:translateX(280px)}50%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}70%{-webkit-transform:translateX(10px);transform:translateX(10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes iziT-bounceInRight{0%{opacity:0;-webkit-transform:translateX(-280px);transform:translateX(-280px)}50%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}70%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes iziT-bounceInRight{0%{opacity:0;-webkit-transform:translateX(-280px);transform:translateX(-280px)}50%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}70%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes iziT-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}50%{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}70%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes iziT-bounceInDown{0%{opacity:0;-webkit-transform:translateY(-200px);transform:translateY(-200px)}50%{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}70%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes iziT-bounceInUp{0%{opacity:0;-webkit-transform:translateY(200px);transform:translateY(200px)}50%{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}70%{-webkit-transform:translateY(5px);transform:translateY(5px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes iziT-bounceInUp{0%{opacity:0;-webkit-transform:translateY(200px);transform:translateY(200px)}50%{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}70%{-webkit-transform:translateY(5px);transform:translateY(5px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes iziT-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(300px,0,0);transform:translate3d(300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziT-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(-300px,0,0);transform:translate3d(-300px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes iziT-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg)}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes iziT-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes iziT-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes iziT-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@keyframes iziT-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@keyframes iziT-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes iziT-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}
/* End */


/* Start:/local/js/x/vue/components/app/dist/s.css?17073695462657*/
.selector {
    display:inline-block;
    position: relative;
    width: 100%;
    height: 100%;
	bottom: 0; top: 0;
}
.selector .selector-display {
    position: relative;
    width: 100%;
    height: 100%;
	bottom: 0; top: 0;
    padding: 2px;
    border: solid 1px;
    border-radius: 2px;
}
.selector .selector-list {
    position: absolute;
    padding: 2px;
    border: solid 1px;
    background-color: #fff;
    z-index: 100000;
}

.selector .selector-unselect {
    cursor: pointer;
}

.selector .selector-list ul {
    max-height: 260px;
    overflow-y: scroll;
}
.selector .selector-list li {
    cursor: pointer;
    -webkit-transition-property: background-color, color, opacity;
    -o-transition-property: background-color, color, opacity;
    transition-property: background-color, color, opacity;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}
.selector .selector-list li.active {
    background-color: #fcc;
    cursor: default;
}
.selector .selector-list li:not(.active):hover {
    background-color: #ccc;
}

.selector .selector-list .selector-list-item_others {
    color: #222;
}
.selector .selector-list .selector-list-item_rest {
    color: #222;
    opacity: 0.4;
}
.toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}

.toggler_switch {
    position: relative;
    display: inline-block;
    width: 98px;
    height: 50px;
}

.toggler_switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F1F1F1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 60px;
    -webkit-box-shadow: inset 0px 2px 2px #0000001a;
            box-shadow: inset 0px 2px 2px #0000001a;
}

.toggler_switch_slider:before {
    position: absolute;
    content: "";
    height: 38px;
    width: 38px;
    left: 5px;
    bottom: 3px;
    background: #E30613;
    border: 3px solid #FFFFFF;
    -webkit-box-shadow: 0px 2px 8px #0000004d;
            box-shadow: 0px 2px 8px #0000004d;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.toggler.alt_value .toggler_switch_slider:before {
    -webkit-transform: translateX(45px);
        -ms-transform: translateX(45px);
            transform: translateX(45px);
}


.toggler .toggler_label {
    font-weight: 500;
    color: #B6B6B6;
    cursor: pointer;
}

.toggler .toggler_label.toggler_active_value {
    color: #000000;
}

/* 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_anderep/style.css?17194762732134*/
.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;
   height:112px;
   display:block;
   transform: translate3d(0,0,0);
   text-align: center;
   opacity: 1;
   font-size: 10px;
   margin-bottom: 10px;
}
.custom-animated-icons span {
   position: absolute;
   margin-top: 85px;
   background-color:#ffffff;
   width:103px;
   height:112px;
   display:block;
   overflow: hidden;
   transform: translate3d(0,0,0);
   text-align: center;
   opacity: 1;
   font-size: 10px;
   margin-bottom: 10px;
}
.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;
}

.anderep-items-links {
   display: flex;
   flex-wrap: wrap;
}

.anderep-items-links__item {
   box-sizing: border-box;
   height: 70px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   overflow: hidden;
   flex: 1 1 calc(50% - 20px);
}

.anderep-items-links__item span {
   height: 70px;
   width: 100%;
}

@media screen and (max-width: 767px) {
   .anderep-items-links__item {
      flex: 1 1 100%;
      height: 100px;
   }
}

.anderep-row--2.hidden {
   display: none;
}
/* 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 */
/* /resources/anderep/style_for_section.css?174799229529241 */
/* /local/js/x/izi/dist/s.css?170736953837666 */
/* /local/js/x/vue/components/app/dist/s.css?17073695462657 */
/* /local/templates/tn/components/bitrix/system.pagenavigation/pagenation/style.css?16207268051109 */
/* /local/templates/tn/components/bitrix/news/catalog/bitrix/news.list/items_anderep/style.css?17194762732134 */
