/* reset start */
body {
    margin: 0;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

/* СТИЛИ ЦЕН НА САЙТЕ  */

.detail-product__old-price,
.catalog-on-main__product-price,
.full-collection__preview-price,
.recommended-product__price,
.detail-product__price,
.catalog-grid__product-price,.detail-product__add2basket,.header-product__price{
    display: none !important;
}
div#modal--order-opt {
    width: 708px;
}

svg.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
div#modal--order-opt .modal__content {
    padding: 49px 61px 48px 60px;
}

div#modal--order-opt svg.modal__close {
    top: 21px;
    right: 19px;
}

div#modal--order-opt  .modal__header {
    font-size: 20px;
    line-height: 24px;
    color: #171717;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 42px;
}

div#modal--order-opt input {
    border: solid #1A1A1A;
    border-width: 0 0 1px 0;
    font-size: 14px;
    line-height: 17px;
    padding: 0 0 5px;
    color: #171717;
    width: 100%;
    padding: 10px 0;
    outline: none;
    margin-bottom: 20px;
}

div#modal--order-opt input::placeholder{
    color: #171717;
}
.review__mark-header {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 12px;
    color: #171717;
}
input.review__submit{
    height: 40px;
}
.modal__pp-new{
    text-align: center;
    display: block;
    margin: 0 auto !important;
}
div#modal--order-opt textarea {
    border: 1px solid #1A1A1A;
    resize: none;
    height: 193px;
    width: 100%;
    padding: 15px;
    outline: none;
}
/* /////СТИЛИ ЦЕН НА САЙТЕ/////  */
.Wildberries{
    background: #1A1A1A;
    border: none;
    width: 187px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
    line-height: 22px;
    color: white;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
.order-button{
    border: 1px solid #1A1A1A;
    /* border: none; */
    background: transparent;
    width: 187px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 14px;
    line-height: 22px;
    color: #1A1A1A;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
}
/* reset end*/
/* grid start */
.grid-container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.grid-row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

[class*="grid-col"] {
    padding: 0 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

.grid-col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

.grid-col-3 {
    flex: 0 0 75%;
    max-width: 75%;
}

.grid-col-2 {
    flex: 0 0 50%;
    max-width: 50%;
}

.grid-col-1 {
    flex: 0 0 25%;
    max-width: 25%;
}
.grid-col-1-5{
    flex: 0 0 20%;
    max-width: 20%;
}
.grid-col-2-5{
    flex: 0 0 40%;
    max-width: 40%;
}
.grid-col-3-5{
    flex: 0 0 60%;
    max-width: 60%;
}
.grid-col-4-5{
    flex: 0 0 80%;
    max-width: 80%;
}
.grid-col-5-5{
    flex: 0 0 100%;
    max-width: 100%;
}

.grid-col-auto {
    flex: 0 0 auto;
    max-width: 100%;
}
@media (min-width: 576px) {
    .grid-container {
        max-width: 575px;
        padding: 0 7.5px;
        margin: 0 auto;
    }

    .grid-row {
        margin: 0 -7.5px;
        display: flex;
        flex-wrap: wrap;
    }

    [class*="grid-col"] {
        padding: 0 7.5px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .grid-col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-col-3 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .grid-col-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-col-1 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .grid-col-1-5{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .grid-col-2-5{
        flex: 0 0 40%;
        max-width: 40%;
    }
    .grid-col-3-5{
        flex: 0 0 60%;
        max-width: 60%;
    }
    .grid-col-4-5{
        flex: 0 0 80%;
        max-width: 80%;
    }
    .grid-col-5-5{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-col-auto {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .grid-col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-col-sm-3 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .grid-col-sm-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-col-sm-1 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .grid-col-sm-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .grid-col-sm-2-5 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .grid-col-sm-3-5 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .grid-col-sm-4-5 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .grid-col-sm-5-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .grid-container {
        max-width: 765px;
        padding: 0 7.5px;
        margin: 0 auto;
    }

    .grid-col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-col-md-3 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .grid-col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-col-md-1 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .grid-col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .grid-col-md-2-5 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .grid-col-md-3-5 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .grid-col-md-4-5 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .grid-col-md-5-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .grid-container {
        max-width: 985px;
        padding: 0 7.5px;
        margin: 0 auto;
    }

    .grid-col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-col-lg-3 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .grid-col-lg-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-col-lg-1 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .grid-col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .grid-col-lg-2-5 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .grid-col-lg-3-5 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .grid-col-lg-4-5 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .grid-col-lg-5-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
    }
}

@media (min-width: 1215px) {
    .grid-container {
        max-width: 1215px;
        padding: 0 7.5px;
        margin: 0 auto;
    }

    .grid-col-xl-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-col-xl-3 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .grid-col-xl-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-col-xl-1 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .grid-col-xl-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .grid-col-xl-2-5 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .grid-col-xl-3-5 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .grid-col-xl-4-5 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .grid-col-xl-5-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
    }
}

/* grid end */
/* fonts start */
@font-face {
    font-family: 'Pragmatica';
    src: local('Pragmatica Extra Light'), local('Pragmatica-Extra-Light'),
    url('./fonts/Pragmatica-ExtraLight.woff2') format('woff2'),
    url('./fonts/Pragmatica-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pragmatica';
    src: local('Pragmatica Light'), local('Pragmatica-Light'),
    url('./fonts/Pragmatica-Light.woff2') format('woff2'),
    url('./fonts/Pragmatica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pragmatica';
    src: local('Pragmatica Book'), local('Pragmatica-Book'),
    url('./fonts/Pragmatica-Book.woff2') format('woff2'),
    url('./fonts/Pragmatica-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* fonts end */
/* default start */
body {
    font-family: Pragmatica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #1A1A1A;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}
.visible-md{
    display: none;
}
@media (min-width: 768px){
    .visible-md{
        display: block;
    }
}
/* default end */
/* header start */
.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.header-box__logo {
    text-decoration: none;
    position: relative;
    display: block;
    line-height: 0;
    margin: 20px 0 24px;
}

button.header-box__burger-cross {
    display: none;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
}

button.header-box__burger-bars {
    border: none;
    background: transparent;
    padding: 0;
    display: block;
    cursor: pointer;
    outline: none;
}

header.opened button.header-box__burger-bars {
    display: none;
}

header.opened button.header-box__burger-cross {
    display: block;
}

.header-box__personal span {
    font-weight: 300;
}

.header-box__personal {
    display: flex;
    align-items: center;
    width: 123px;
    justify-content: space-between;
    font-size: 13px;
    line-height: 17px;
}

.header-box__personal-search svg {
    cursor: pointer;
}

.header-box__personal-search {
    position: relative;
}

form.search-form {
    position: absolute;
    right: 100%;
    bottom: 50%;
    transform: translateY(50%);
    margin-right: -14px;
}

form.search-form input {
    background: transparent;
    border: solid #171717;
    border-width: 0 0 1px 0;
    padding: 0 0 5px 0;
    font-size: 13px;
    width: 179px;
    outline: none;
}

.header-box__personal-favorite a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-box__personal-cart a {
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 9px;
}

.header-box__personal svg {
    display: block;
}


.header__dropdown {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: all 1s;
    background: #fff;
    border: 1px solid #D1D1D1;
    padding: 40px 0 50px;
}

header.opened .header__dropdown {
    transform: translateY(0);
    top: 100%;
}


ul.header__dropdown-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 0;
    overflow: hidden;
}

ul.header__dropdown-list--info li:not(:last-child) {
    margin-bottom: 7px;
}

ul.header__dropdown-list--info a {
    font-size: 14px;
    line-height: 16px;
    color: #171717;
    text-decoration: none;
    font-weight: 300;
}

ul.header__dropdown-list li.header__dropdown-list-name {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2em;
    color: #6D6D6D;
    font-weight: 300;
    margin-bottom: 21px;
}

.header__dropdown-list-wrapper--info {
    align-self: flex-end;
}

ul.header__dropdown-list--collection {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.header__dropdown-list--collection li {
    margin-bottom: 13px;
}

ul.header__dropdown-list--collection a {
    font-size: 16px;
    line-height: 19px;
    color: #171717;
    font-weight: 300;
    text-decoration: none;
    position: relative;
}

ul.header__dropdown-list--collection li.active a,
ul.header__dropdown-list--collection li a:hover {
    font-weight: 400;
}

ul.header__dropdown-list--collection li a:after,
ul.header__dropdown-list--collection li a:after {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 2px;
    width: 0;
    height: 1px;
    background: #171717;
    transition: width 1s;
    left: 0;
}

ul.header__dropdown-list--collection li.active a:after,
ul.header__dropdown-list--collection li a:hover:after {
    width: 100%;
}

ul.header__dropdown-list--collection li:nth-last-child(2) {
    margin-bottom: auto;
}

ul.header__dropdown-list--collection li.header__dropdown-list-more {
    margin-bottom: 0;
    margin-top: 52px;
}

ul.header__dropdown-list--collection li.header__dropdown-list-name {
    margin-bottom: 0;
}

ul.header__dropdown-list--collection li:nth-child(2) {
    margin-top: auto;
}

ul.header__dropdown-list--collection li.header__dropdown-list-more a {
    padding-bottom: 4px;
    display: inline-block;
    border-bottom: 1px solid #8B8B8B;
    text-decoration: none !important;
}

ul.header__dropdown-list--collection li.header__dropdown-list-more a:after {
    display: none !important;
}

.header-product {
    max-width: 222px;
    margin-left: auto;
}

a.header-product__image {
    position: relative;
    display: block;
}

span.header-product__badges {
    position: absolute;
    top: 17px;
    left: 17px;
    bottom: 17px;
    right: 17px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
            "badge1 . badge2"
            ". . ."
            "badge3 . badge4";
}

.header-product__badge--new {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.2em;
    color: #444444;
    border: 1px solid #444444;
    border-radius: 1000px;
    padding: 4px 8px 2px;
    display: block;
}

.header-product__badge:nth-child(1) {
    grid-area: badge1;
}

.header-product__badge:nth-child(2) {
    grid-area: badge2;
}

.header-product__badge:nth-child(3) {
    grid-area: badge3;
}

.header-product__badge:nth-child(4) {
    grid-area: badge4;
}

ul.header__dropdown-list--collection li.header__dropdown-list-more a:hover {
    font-weight: 300;
}

.header-product__info {
    display: flex;
    justify-content: space-between;
}

a.header-product__name {
    margin: 12px 0 1px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #171717;
    text-decoration: none;
}

.header-product__price {
    font-size: 12px;
    line-height: 19px;
    color: #1A1A1A;
}

.header-product__colors {
    font-size: 10px;
    line-height: 12px;
    color: #686767;
    margin-top: 15px;
    font-weight: 300;
    white-space: nowrap;
}

@media (max-width: 1214px) {
    a.header-box__logo {
        margin: 10px 0;
    }

    .header__dropdown {
        padding: 15px 0;
    }


    a.header-product__image img {
        max-height: 348px;
    }

    ul.header__dropdown-list--collection li.header__dropdown-list-more {
        margin-top: 15px;
    }
}
@media (max-width: 991px){
    a.header-product__image img {
        max-height: 266px;
        object-fit: cover;
        width: 100%;
    }

    ul.header__dropdown-list--collection li {
        margin-bottom: 10px;
    }

    ul.header__dropdown-list--collection li.header__dropdown-list-more {
        margin-top: 0;
    }
    span.header-product__badges{
        top: 8px;
        left: 8px;
        bottom: 8px;
        right: 8px;
    }
}
@media (max-width: 767px){
    ul.header__dropdown-list--collection {
        height: 129px;
        display: block;
        column-count: 3;
    }

    .header__dropdown-list-wrapper--big-product-photo,.header__dropdown-list-wrapper--product {
        margin-top: 15px;
    }

    ul.header__dropdown-list--collection li.header__dropdown-list-name {
        column-span: all;
        text-align: center;
        margin-bottom: 21px!important;
    }

    ul.header__dropdown-list--collection a {
        font-size: 14px;
        line-height: 16px;
    }

    ul.header__dropdown-list--collection li {
        margin-bottom: 7px!important;
    }

    ul.header__dropdown-list--collection li.header__dropdown-list-more {
        margin-top: 48px!important;
    }

    a.header-product__image img {
        max-height: unset;
    }
}

@media (max-width: 575px) {/*360 min*/
    .header-box__burger {
        order: -1;
    }

    .header-box__personal-search {
        display: none;
    }

    .header-box__personal-favorite {
        display: none;
    }

    .header-box__personal {
        width: auto;
    }
    .header__dropdown-list-wrapper--big-product-photo {
        display: none;
    }

    ul.header__dropdown-list li.header__dropdown-list-name {
        column-span: all;
        text-align: center;
        margin-bottom: 15px;
    }

    ul.header__dropdown-list {
        column-count: 2;
        margin-bottom: 20px;
    }


    ul.header__dropdown-list--collection li.header__dropdown-list-name {
        margin-bottom: 15px!important;
    }

    .header__dropdown-list-wrapper--product {
        margin-top: 0;
    }

    .header-product {
        margin: 0 auto;
    }

    ul.header__dropdown-list li {
        text-align: center;
    }

    ul.header__dropdown-list--collection li.header__dropdown-list-more {
        margin-top: 0!important;
    }

    ul.header__dropdown-list--collection {
        height: 151px;
    }
}
/* header end */
/* mini-basket start */
.mini-basket {
    display: none;
}

.header-box__personal-cart.active .mini-basket {
    display: block;
}

.mini-basket {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 62px 122px 81px 21px;
    max-width: 640px;
    width: 100%;
    z-index: 1;
}

.mini-basket__header {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 30px;
    line-height: 48px;
    color: #171717;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
}

.mini-basket__header span {
    font-size: 14px;
    line-height: 22px;
    color: #2F2F2F;
    margin-bottom: 19px;
    margin-left: 13px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px !important;
    border-radius: 2px !important;
    background: #F1F1F1 !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #C4C4C4 !important;
    border-radius: 2px !important;
    width: 3px !important;
}

svg.mini-basket__close {
    margin-bottom: 11px;
    cursor: pointer;
    margin-left: auto;
}

.mCSB_inside > .mCSB_container {
    margin-right: 70px !important;
}

.mini-basket__product {
    border: solid #171717;
    border-width: 1px 0 0;
    padding: 35px 0;
    display: flex;
}

.mini-basket__product-image {
    flex: 0 0 106px;
    margin-right: 39px;
}

.mini-basket__product-name {
    font-size: 16px;
    line-height: 26px;
    color: #2F2F2F;
}

.mini-basket__product-price {
    font-size: 16px;
    line-height: 26px;
    color: #2F2F2F;
    margin-bottom: 6px;
}

.mini-basket__product-color {
    font-size: 14px;
    line-height: 22px;
    color: #2F2F2F;
    font-weight: 300;
    display: flex;
    align-items: center;
}

span.mini-basket__product-color-value {
    margin-left: 9px;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
}

.mini-basket__product-size {
    font-size: 14px;
    line-height: 22px;
    color: #2F2F2F;
    font-weight: 300;
    margin-bottom: 13px;
}

.mini-basket__product-size span {
    margin-left: 6px;
    font-weight: 400;
}

div#mini-basket-table {

    position: relative;
}

div#mini-basket-table:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 70px;
    background: #6A6A6A;
    height: 1px;
}

.mini-basket__product-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mini-basket__product-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #2F2F2F;
    border-radius: 1000px;
    padding: 0 5px;
    gap: 11px;
    font-size: 14px;
    line-height: 22px;
    color: #2F2F2F;
}

.mini-basket__product-quantity-minus {
    cursor: pointer;
    padding: 0 5px;
}

.mini-basket__product-quantity-plus {
    cursor: pointer;
    padding: 0 5px;
}

.mini-basket__product-info {
    flex-grow: 1;
}

.mini-basket__product-delete {
    font-size: 12px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #858585;
    cursor: pointer;
    font-weight: 300;
    text-underline-position: under;
}

.mini-basket__total {
    font-size: 16px;
    line-height: 26px;
    color: #2F2F2F;
    margin: 40px 70px 40px 0;
    display: flex;
    justify-content: space-between;
}

a.mini-basket__make-order {
    display: flex;
    width: 211px;
    height: 42px;
    background: #1A1A1A;
    margin-left: auto;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    justify-content: center;
}

a.mini-basket__make-order:hover {
    color: #1A1A1A;
    background: transparent;
    outline: 1px solid #1A1A1A;
}

@media (max-width: 1214px) {
    .mini-basket {
        padding: 20px;
        max-width: 500px;
    }

    .mini-basket__header {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 30px;
    }

    .mini-basket__header span {
        margin-bottom: 9px;
    }

    svg.mini-basket__close {
        margin-bottom: 2px;
    }

    .mini-basket__product {
        padding: 15px 0;
    }

    .mini-basket__product-image {
        margin-right: 15px;
    }

    .mini-basket__product-price {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .mini-basket__product-size {
        margin-bottom: 10px;
    }

    .mini-basket__total {
        margin: 15px 50px 15px 0;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 50px !important;
    }

    div#mini-basket-table:after {
        right: 50px;
    }
}
@media (max-width: 767px){
    .mini-basket {
        max-width: 400px;
    }
}
/* mini-basket end */
/* banner start */
.banner__slider--small:not(.slick-initialized),
.banner__slider--big:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

.banner__slider--small:not(.slick-initialized) .banner__slide--small,
.banner__slider--big:not(.slick-initialized) .banner__slide--big {
    flex: 0 0 100%;
}

.banner {
    padding: 10px 0 0;
}

.banner__header {
    font-weight: 200;
    font-size: 64px;
    line-height: 75px;
    color: #171717;
    margin-top: 54px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.banner__header span {
    font-size: 52px;
    line-height: 64px;
}

.banner__subheader {
    font-size: 24px;
    line-height: 28px;
    color: #383838;
    font-weight: 300;
    margin-bottom: auto;
    overflow: hidden;
}

.banner__small-slider-position-wrapper {
    order: 1;
}

a.banner__catalog-link {
    width: 117px;
    height: 117px;
    border: 1px solid #171717;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    color: #171717;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    right: 25%;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    transition: transform 1s, opacity 1s, background-color .3s;
}

a.banner__catalog-link:hover {
    color: white;
    background: #1A1A1A;
}

.banner__right-side-wrapper {
    order: 1;
    position: relative;
    overflow: hidden;
}

.banner__left-side-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.banner__small-slider-position {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: #171717;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(-90deg) translate(100%, -7.5px);
    transform-origin: bottom right;
}

.banner__slider--small .slick-prev,
.banner__slider--small .slick-prev:hover,
.banner__slider--small .slick-prev:focus {
    bottom: 100%;
    top: unset;
    left: 0;
    background: url(../images/main-slider__arrow-prev.png) center center no-repeat;
    font-size: 0;
    line-height: 0;
    width: 7px;
    height: 13px;
    opacity: 1;
    transform: none;
    margin-bottom: 23px;
}

.banner__slider--small .slick-prev::before,
.banner__slider--small .slick-next::before {
    display: none;
}

.banner__slider--small .slick-next,
.banner__slider--small .slick-next:hover,
.banner__slider--small .slick-next:focus {
    bottom: 100%;
    top: unset;
    left: 55px;
    background: url(../images/main-slider__arrow-next.png) center center no-repeat;
    font-size: 0;
    line-height: 0;
    width: 7px;
    height: 13px;
    opacity: 1;
    transform: none;
    margin-bottom: 23px;
}

.banner__slider--small .slick-prev:not(.slick-disabled),
.banner__slider--small .slick-prev:not(.slick-disabled):hover,
.banner__slider--small .slick-prev:not(.slick-disabled):focus {
    background: url(../images/main-slider__arrow-prev--hovered.png) center center no-repeat;
}

.banner__slider--small .slick-next:not(.slick-disabled),
.banner__slider--small .slick-next:not(.slick-disabled):hover,
.banner__slider--small .slick-next:not(.slick-disabled):focus {
    background: url(../images/main-slider__arrow-next--hovered.png) center center no-repeat;
}

@media (max-width: 1214px) {
    .banner__header {
        font-size: 50px;
        line-height: 45px;
        color: #171717;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .banner__header span {
        font-size: 40px;
        line-height: 50px;
    }
}
@media (max-width: 991px) {
    .banner__header {
        font-size: 40px;
        line-height: 35px;
    }

    .banner__header span {
        font-size: 35px;
        line-height: 40px;
    }

    .banner__subheader {
        font-size: 20px;
        line-height: 24px;
    }

    a.banner__catalog-link {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px){
    .banner__small-slider-position {
        transform: rotate(-90deg) translate(100%, 7.5px);
    }
    a.banner__catalog-link {
        transform: translateX(-50%);
        left: 150%;
        right: unset;
        top: unset;
        bottom: 0;
    }

    .banner__header {
        margin-top: 5px;
        font-size: 30px;
        line-height: 25px;
    }

    .banner__header span {
        font-size: 25px;
        line-height: 25px;
    }

    .banner__subheader {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .banner__slider--small .slick-prev,
    .banner__slider--small .slick-prev:hover,
    .banner__slider--small .slick-prev:focus {
        margin-bottom: 10px;
    }

    .banner__slider--small .slick-next,
    .banner__slider--small .slick-next:hover,
    .banner__slider--small .slick-next:focus {
        margin-bottom: 10px;
    }
}
@media (max-width: 575px) {
    .banner__header {
        margin-top: 30px;
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 0;
    }

    .banner__header br {
        display: none;
    }

    .banner__header > text:first-child {
        display: block;
    }

    .banner__header span {
        font-size: 29px;
        line-height: 35px;
    }

    .banner__subheader {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 20px;
    }

    .banner__slider--small img {
        width: 100%;
    }

    .banner__right-side-wrapper {
        display: none;
    }

    .banner__slider--small .slick-arrow {
        margin: 16px 0 0!important;
        bottom: unset!important;
        top: 100%!important;
    }

    .banner__slider--small .slick-next,
    .banner__slider--small .slick-next:hover,
    .banner__slider--small .slick-next:focus {
        left: unset!important;
        right: 0!important;
    }

    .banner__small-slider-position {
        transform: translateX(-50%) translateY(calc(100% + 16px));
        left: 50%;
        top: unset;
        bottom: 0;
        right: unset;
    }

    a.banner__catalog-link {
        width: 117px;
        height: 117px;
        margin: 65px auto;
        left: 50%;
        top: 100%;
        right: unset;
        bottom: unset;
        transform: translateX(-50%);
    }

    .banner__left-bottom-side-wrapper {
        margin-bottom: 292px;
        position: relative;
    }

    body:not(.loaded) a.banner__catalog-link {
        transform: translateX(-50%) translateY(-100%);
    }
}
/* banner end */
/* running lines start */
.running-lines {
    overflow: hidden;
    padding: 170px 0 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.running-line--black {
    transform: rotate(4.94deg) translateX(-20%);
    background: #212121 url(../images/running-line__text--white.png) center center repeat-x;
    margin-bottom: 33px;
    z-index: 1;
}

.running-line {
    height: 40px;
    position: relative;
    width: 200%;
    transition: all 1.5s;
}

.running-line--white {
    background: #FFFFFF url(../images/running-line__text--black.png) center center repeat-x;
    border: solid #000000;
    transform: rotate(-2.08deg) translateX(10%);
    border-width: 1px 0;
}

@media (max-width: 1214px) {
    .running-lines {
        padding: 103px 0 73px;
    }
    .running-line--black {
        margin-bottom: 13px;
    }
}

@media (max-width: 991px) {
    .running-line--black {
        margin-bottom: 10px;
    }

    .running-line {
        height: 30px;
        background-size: auto 15px;
    }

    .running-lines {
        padding: 73px 0 48px;
    }
}
@media (max-width: 575px) {
    .running-lines {
        display: none;
    }
}
/* running lines end */
/* breadcrumbs start */
div#breadcrumbs {
    margin: 37px 0 60px;
}

#breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div#breadcrumbs li:not(:last-child):after {
    content: '/';
    margin: 0 13px;
}

div#breadcrumbs li, div#breadcrumbs a {
    font-size: 12px;
    line-height: 19px;
    color: #6C6C6C;
    font-weight: 300;
    text-decoration: none;
}

div#breadcrumbs li>span {
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    color: #1A1A1A;
}
@media (max-width: 767px){
    div#breadcrumbs {
        margin: 15px 0 30px;
    }
}
@media (max-width: 575px){
    div#breadcrumbs {
        display: none;
    }
}
/* breadcrumbs end */