* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Bahnschrift';    
    src: url("../fonts/Bahnschrift.ttf") format("truetype");
    font-display: swap;
  }
.texturol-promo-links__link p {
 margin-bottom: 0px;
}
.swiper-pagination-clickable {
 display: none;
}
.texturol-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
}
.texturol-header {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    background-color: #3c3d3e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: height .3s ease;
    width: 100%;
}
.texturol-header__logo-link {
    position: absolute;
    z-index: 3;
    transition: top .3s ease;
}
.texturol-header__top-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
    transition: top .3s ease;
}
.texturol-header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: margin-top .3s ease;
}
.texturol-header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.texturol-header__nav-item {
    font-family: "Bahnschrift";    
    text-transform: uppercase;
    text-decoration: none;
    color: #e8e2d8;
    transition: color .3s ease;
    font-variation-settings: 'wght' 400, 'wdth' 87.5;
}
.texturol-header__nav-item:hover {
    color: #1ca12a;
}
.texturol-header__nav-dropdown {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.texturol-header__dropdown-input {
    display: none;
}
.texturol-header__dropdown-label {
    font-family: "Bahnschrift";    
    text-transform: uppercase;
    color: #e8e2d8;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
    transition: color .3s ease;
    font-variation-settings: 'wght' 400, 'wdth' 87.5;
    margin-right: calc((100vw - 1201px) /(1600 - 1201)*(40 - 20) + 20px);
}
.texturol-header__dropdown-label:hover {
    color: #1ca12a;
}
.texturol-header__dropdown-label:before, .texturol-header__dropdown-label:after {     
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    top: 50%;
    width: 0;
    margin-right: -5px;
}    
.texturol-header__dropdown-label:after {   
    margin-right: 0; 
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.texturol-header__dropdown-input:checked~.texturol-header__dropdown-label:before {
    transform: rotate(-45deg);
}
.texturol-header__dropdown-input:checked~.texturol-header__dropdown-label:after {
    transform: rotate(45deg);
}
.btn-more:after, .btn-more:before {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -8px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -15px;
    top: 50%;
    width: 0;
}
.btn-more:after {
    margin-top: -3px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.texturol-header__dropdown-content  {
    background-color: #3c3d3e;
    position: absolute;
    z-index: -99;
    pointer-events: none;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.texturol-header__dropdown-link {
    text-decoration: none;
    font-size: 14px;
    border-radius: 30px;
    display: block;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .3s ease;
    font-family: "Bahnschrift"; 
    font-variation-settings: 'wght' 400, 'wdth' 87.5;
    font-size: 18px;
}
.texturol-header__actions-block {
    display: -ms-flexbox;
    display: flex;
}
.texturol-header__action_selection{
    padding: 10px;
    border: 0.15rem solid #e8e2d8;
    border-radius: 25px;
}
.texturol-header__action {
    color: #e8e2d8;
    text-decoration: none;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: color .3s ease;
    font-family: "Bahnschrift";
    font-weight: 600;
    margin-left: 15px;
    background-color: transparent;    
    
}
.texturol-header__favorites-icon {
    display: block;
    width: 28px;
    height: 28px;    
    margin-right: 5px;
    fill:#e8e2d8;    
}
.texturol-header__action-count {
    color: #e8e2d8;
    font-size: 1.1rem;    
    z-index: 2;    
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 1.3rem;    
    display: block;
    position: relative;
    background-color: transparent;
    left: 0 !important;
    top: 0 !important;
}
.js-open-modal-box {
    cursor: pointer;
}
.texturol-header__basket-icon {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.texturol-header__action-text {
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-variation-settings: 'wght' 400, 'wdth' 87.5;
}
.texturol-header__mobile-menu-icon {
    display: block;
    width: 27px;
    height: 17.57px;
}
.texturol-header__mobile-menu-btn_close {
    display: none;
    margin-right: 23px;
}
.is-open-menu .texturol-header__mobile-menu-btn {
    display: none;
}
.is-open-menu .texturol-header__mobile-menu-btn_close {
    display: block;
}
.texturol-header__dropdown-input {
    display: none;
}
.is-open-menu .texturol-header__nav {
    position: static;
    margin-top: 92px;
    z-index: 2;
    opacity: 1;
    transition: opacity .2s ease .3s;
    pointer-events: all;
}
.texturol-header__mobile-menu-close-icon {
    display: block;
    width: 17px;
    height: 17px;
}
.texturol-header__dropdown-input:checked~.texturol-header__dropdown-content {
    z-index: 2;
    opacity: 1;
    pointer-events: all;
}
.texturol-main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    transition: padding-top .3s ease;
}
.visually-hidden {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 1px;
}
.is-open-menu .texturol-header__container {
    min-height: 413px;
    max-height: 500px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    transition: max-height .3s ease, min-height .3s ease;
}
.texturol-home-slider {
    position: relative;
}
.texturol-swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.texturol-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.texturol-swiper-container-android .texturol-swiper-slide, .texturol-swiper-wrapper {
    transform: translate3d(0, 0, 0);
}
.texturol-swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.texturol-home-slide {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.texturol-home-slide__background {
    background-repeat: no-repeat;
    background-color: #221919;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.texturol-slide__one {
    background-image: url(../images/slide1.jpg);
}
.texturol-slide__two {
    background-image: url(../images/slide2.jpg);
}
.texturol-slide__five {
    background-image: url(../images/slide5.jpg);
}
.texturol-slide__three {
    background-image: url(../images/slide3.jpg);
}
.texturol-slide__four {
    background-image: url(../images/slide4.jpg);
}
.texturol-home-slide__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1120px;
    /* margin: 0 auto; */
    left: calc(50% - 800px + 124px);
    margin-left: calc((100% - 1201px) /(1600 - 1201)*(0 - 98) + 98px);
}
.texturol-home-slide__title {
    font-size: 4rem;
    line-height: 4rem;
    font-family: "Bahnschrift"; 
    font-variation-settings: 'wght' 700, 'wdth' 87.5;
    color: #3c3c3e;
    padding-bottom: 20px;
}
.texturol-home-slide__description {
    font-size: 1.8rem;
    line-height: 2.05rem;
    font-family: "Bahnschrift"; 
    font-variation-settings: 'wght' 400, 'wdth' 87.5;
    color: #3c3c3e; 
}
.texturol-home-slide__promo-links {
    margin-top: 30px;
    position: relative;
    /* padding-top: 37px; */
}
.texturol-promo-links__link {
    gap: 15px;
    padding: 10px 15px;
    width: fit-content;    
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #3c3c3e;
    color: #3c3c3e;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height:  1.5;
    font-family: "Bahnschrift";
    font-variation-settings: 'wght' 400, 'wdth' 87.5;
    text-decoration: none;    
    transition: color .25s ease;
}
.texturol-promo-links__link p {
    position: relative;
    top: 0.1rem;   
    font-size: 1.1rem;
    line-height:  1.5;
}
.btn-more {
    margin-right: 15px;
}
.texturol-s__two {
    padding: 5px 0;
    font-family: "Bahnschrift";
    font-variation-settings: 'wght' 400, 'wdth' 87.5;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.texturol-pros {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.texturol-pros .texturol-pros-row:first-of-type{margin-top:0}
.texturol-pros .texturol-pros-row:last-of-type {margin-bottom:0}

.texturol-pros-row {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
}
.texturol-pros-example, .texturol-pros-example p{
    display: flex;    
    min-width: 250px;
    align-items: center;
    white-space: break-spaces;
    font-size: 14px;
    line-height: 1;
    font-family: "Bahnschrift";
    font-variation-settings: 'wght' 400, 'wdth' 87.5;
    color: #3c3c3b; 
}
.texturol-promo-links__icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: #3c3c3b; 
}
.texturol-more__arrow {
    fill: none;
    stroke: #3c3c3e;
    width: 15px;
    height: 15px;
    stroke-width: 6px;
    margin-right: 0;
} 
.texturol-catalog__icon {
    fill: #3c3c3e;    
    width: 25px;
    height: 25px;
    stroke-width: 6px;
    margin-right: 0;
} 
.texturol-home-slider__pagination-top-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
}
.texturol-home-slider__pagination {
    width: 100%;
    max-width: 1120px;
    /* margin: 0 auto; */
    font-size: 6px;
    line-height: 6px;
}
.texturol-swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.texturol-home-slider__pagination .texturol-swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 2px solid #3c3d3e;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin-right: 16px;
    opacity: 1;
}
.texturol-home-slider__pagination .texturol-swiper-pagination-bullet-active:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #3c3d3e;
    border: none;
    top: 2px;
    left: 2px;
    border-radius: 50%;
}
.texturol-home-slider__pagination .texturol-swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    border: 2px solid #3c3d3e;
    background-color: transparent;
    position: relative;
}
.texturol-swiper-container .texturol-swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.texturol-home-slider__progress-bar {
    height: 4px;
    width: 100%;
    position: relative;
}
.texturol-home-slider__progress-indicator {
    width: 0%;
    height: 4px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    transition: width .1s linear;
}
.texturol-home-slider__progress-indicator.is-active {
    opacity: 1;
    z-index: 2;
    animation: progress 10s linear;
}
@keyframes progress {
    0% {
        width: 0%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 1201px) {
    .texturol-header {
        height: 92px;
    }
    .texturol-header__logo-link {
        /* top: 23px; */
        left: calc(50% - 800px + 124px);
        margin-left: calc((100% - 1201px) /(1600 - 1201)*(0 - 98) + 98px);
    }
    .texturol-header__logo {
        width: 240px;
    }
    .texturol-header__top-background {
        height: 138px;
    }
    .texturol-header__container {
        /* padding: 0 50px; */
        max-width: 1600px;
        /* margin-top: 44px; */
        height: 48px;
        -ms-flex-align: center;
        align-items: center;
    }
    .texturol-header__nav-item {
        font-size: 1.1rem;
        line-height: 1.3rem;
        padding-right: calc((100vw - 1201px) /(1600 - 1201)*(40 - 20) + 20px);
    }
    .texturol-header__nav-dropdown {
        height: 48px;
    }
    .texturol-header__dropdown-label {
        font-size: 1.1rem;
        line-height: 1.3rem;        
    }
    .texturol-header__dropdown-content {
        border-radius: 0 0 4px 4px;
        min-width: fit-content;
        left: -20px;
        top: 100%;
        padding: 4px 6px 17px 6px;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .texturol-header__dropdown-link {
        color: #fff;
        padding: 8px 14px;
        line-height: 14px;
        min-width: 135px;
    }
    .texturol-header__dropdown-link:hover {
        background-color: #332e2e;
    }
    .texturol-header__actions-block {
        position: absolute;
        right: calc(50% - 800px + 124px);
        margin-right: calc((100% - 1201px) /(1600 - 1201)*(0 - 98) + 98px);
        -ms-flex-align: center;
        align-items: center;
    }    
    .texturol-header__action {
        position: relative;
    }
    .texturol-header__mobile-menu-btn {
        display: none;
    }
    .texturol-header__mobile-menu-btn {
        display: none;
    }
    .texturol-main {
        padding-top: 92px;
    }
    .texturol-home-slide {
        height: 624px;
        -ms-flex-align: center;
        align-items: center;
    }
    /* .swiper-slide {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
    } */
    .texturol-home-slider__pagination-top-wrapper {
        top: 40px;
        left: calc(50% - 800px + 124px);
        margin-left: calc((100% - 1201px) /(1600 - 1201)*(0 - 98) + 98px);
    }
}
@media (max-width: 1200px) {
    .texturol-header {
        max-width: 100vw;
        min-height: 64px;
        transition: min-height .3s ease;
    }
    .texturol-header__logo-link {
        top: 19.5px;
        left: calc(50% - 88.5px);
        margin-left: 0;
    }
    .texturol-header__logo {
        width: 177px;
    }
    .texturol-header__top-background {
        height: 102px;
    }
    .texturol-header__container {
        padding: 0 18px;
        min-height: 64px;
        max-height: 64px;
        /* margin-top: 14px; */
        transition: min-height .3s ease, max-height .3s ease;
    }
    .texturol-header__nav {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        margin-top: 106px;
        opacity: 0;
        z-index: -99;
        transition: opacity .1s;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        pointer-events: none;
    }
    .texturol-header__nav-item {
        padding-right: 0;
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 21px;
    }
    .texturol-header__nav-dropdown {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 21px;
    }
    
    .texturol-header__dropdown-input:checked~.texturol-header__dropdown-content {
        position: static;
        margin-top: 1rem;
    }
    .texturol-header__dropdown-label {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 0;
    }    
    .texturol-header__dropdown-content {
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 14px;
    }
    .texturol-header__dropdown-link {
        color: #c4c4c4;
        text-align: center;
        line-height: 17px;
        margin-bottom: 9px;
    }    
    .texturol-header__actions-block {
        position: static;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 16px;
        margin-bottom: 13px;
        margin-left: 0;
        width: 0;
    }
    .texturol-header__action {
        position: absolute;
        opacity: 0;
        z-index: -99;
        pointer-events: none;
    }
    .texturol-header__action_favorites {
        position: absolute;
        margin-left: 30px;
        left: 0;
        top: 18px;
        opacity: 1;
        z-index: 2;
        pointer-events: all;
    }    
    .texturol-header__mobile-menu-btn {
        margin-right: 30px;
        height: 17px;
        position: absolute;
        right: 0;
        top: 23.5px;
        border: none;
        background-color: transparent;
    }  
    .texturol-home-slide__content {
        /* font-size: 2rem; */
        /* line-height: 2rem; */
        left: 0;
        margin-left: 30px;
    }  
    .texturol-home-slide__description {
        font-size: 1.5rem;
        line-height: 1.5rem;
        left: 0;        
    }  
    .texturol-main {
        padding-top: 64px;
    }
    .texturol-home-slide {
        height: 400px;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .texturol-home-slider__pagination-top-wrapper {
        top: 40px;
        margin-left: 30px;
    }
    .texturol-home-slider__pagination {
        padding: 0;
    }    
    .texturol-home-slide__promo-links {
        /* display: none;
         */
         margin-bottom: 20px;
    }
    .texturol-pros, .texturol-pros-desc {
        display: none;
    }
}
@media (min-width: 1601px) and (max-width: 1920px) {
    .texturol-home-slide {
        height: calc((100vw - 1601px) /(1920 - 1601)*(710 - 624) + 624px);
    }
    .texturol-home-slider__pagination-top-wrapper {
        top: calc((100vw - 1601px) /(1920 - 1601)*(65 - 40) + 40px);
        left: calc(50% - 800px + 124px);
        margin-left: calc((100% - 1201px) /(1600 - 1201)*(0 - 98) + 98px);
    }
}
@media (max-width: 768px) {
    .texturol-slide__one {
        background-image: url(../images/slide1-mob.jpg);
    }
    .texturol-slide__two {
        background-image: url(../images/slide2-mob.jpg);
    }
    .texturol-slide__three {
        background-image: url(../images/slide3-mob.jpg);
    }
    .texturol-slide__four {
        background-image: url(../images/slide4-mob.jpg);
    }
	.texturol-slide__five {
        background-image: url(../images/slide5-mob.jpg);
    }
    .texturol-home-slide__title {
        font-size: 2rem;
        line-height: 2rem;
        padding-bottom: 10px;
    }
    .texturol-home-slide__description{
        font-size: 0.9rem;
        line-height: 1rem;
    }
    .texturol-home-slide {
        height: 400px;
        align-items: flex-start;
    }
    .texturol-home-slide__content {
        top: 20px;
    }
    .texturol-home-slide__background {
        background-position: center bottom;
    }
    .texturol-home-slider__pagination-top-wrapper {
        top: 20px;        
    }
    .texturol-home-slide__promo-links {
        margin-top: 20px;
    }
    .texturol-promo-links__link {
        padding: 7px 12px;
    }
    .btn-more:after, .btn-more:before {
        right: -13px;
    }
    .texturol-promo-links__link p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}
@media (min-width: 1921px) {
    .texturol-home-slide {
        height: 710px;
    }
    .texturol-home-slider__pagination-top-wrapper {
        left: calc(50% - 800px + 124px);
        margin-left: calc((100% - 1201px) /(1600 - 1201)*(0 - 98) + 98px);
        top: 65px;
    }
}