@charset "UTF-8";

/* FONT SETTINGS */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300.eot");
    src: local("Roboto Light"), local("Roboto-Light"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300.svg#Circe-Light") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto Regular"), local("Roboto-Regular"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Circe-Light") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Circe-Light") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.svg#Circe-Light") format("svg");
}

/* COMMON */
:root {
    --accent-color: #F49E6E;
    --adiitional-color: #0D3146;
    --disabled-color: #D1D1D1;
    --common-text-color: #1D1D1D;
    --additional-text-color: #ffffff;
    --accent-text-color: #F49E6E;
    --common-background-color: #ffffff;
    --additional-background-color: #EFEFEF;
    
    --header-background-color: #1D1D1D;
    --header-text-color: #FFFFFF;
    --header-accent-color: #F49E6E;
    --header-logotype-color: #ffffff;
    --header-credo-color: #ffffff;
    
    --footer-accent-color: #F49E6E;
    --footer-background-color: #1D1D1D;
    --footer-text-color: #FFFFFF;
}
html, body {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--common-text-color);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--common-background-color);
    scroll-behavior: smooth;
    position: relative;
}
.owl-carousel {
    max-height: 0;
    overflow: hidden;
}
.owl-carousel.owl-loaded {
    max-height: none;
    overflow: initial;
}
.owl-stage-outer {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.owl-item {
    float: left;
}
.fancybox-infobar {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    color: var(--common-text);
}
.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
    background-color: transparent;
}
.fancybox-button.fancybox-button--arrow_left div,
.fancybox-button.fancybox-button--arrow_right div {
    padding: 2px;
    border-radius: 100%;
    background-color: rgba(30, 30, 30, .6);
}
header.af-header .af-header-logo {
    width: 130px;
    height: 30px;
}

/*Edge - works to 41.16299.402.0*/
@supports (-ms-ime-align:auto) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
        position: relative;
    }
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
    }
}

/* ALL MEDIA */
@media screen and (min-width: 0) {

    /* PAGE SETTINGS */
    .af-page__litokol {
        display: block;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        height: auto;
        position: relative;
        box-sizing: border-box;
        background-color: var(--common-background-color);
    }
    .af-page__litokol .af-page-section {
        width: 100%;
        position: relative;
    }
    .af-page__litokol .af-page-wrapper {
        height: 100%;
        margin: auto;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }
    .af-page__litokol .af-page-upper {
        display: none;
        width: auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 2;
        text-align: center;
        letter-spacing: 0.07em;
        color: var(--common-text-color);
        box-sizing: border-box;
        position: fixed;
        right: 0;
        bottom: 40px;
        z-index: 2;
    }

    /* SHOP */
    .af-page__litokol .af-shop-container {
        display: flex;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
    .af-page__litokol .af-shop-title {
        display: block;
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 300;
        line-height: 1.3;
        letter-spacing: 0.08em;
        color: var(--common-text-color);
        margin-top: 0;
    }
    .af-page__litokol .af-shop-logotype img {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__litokol .af-shop-switches {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        position: relative;
    }
    .af-page__litokol .af-shop-categories,
    .af-page__litokol .af-shop-types {
        display: flex;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }
    .af-page__litokol .af-shop-types {
        max-height: 0;
        transition: 100ms ease;
        overflow: hidden;
    }
    .af-page__litokol .af-shop-types.active {
        max-height: 500px;
    }
    .af-page__litokol .af-shop-category,
    .af-page__litokol .af-shop-type {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        color: var(--additional-text-color);
        background-color: var(--disabled-color);
        border-radius: 90px;
        box-sizing: border-box;
        position: static;
        z-index: 1;
    }
    .af-page__litokol .af-shop-category.active,
    .af-page__litokol .af-shop-type.active {
        pointer-events: none;
        background-color: var(--accent-color);
    }
    .af-page__litokol .af-shop-filters {
        display: flex;
        height: auto;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
    }
    .af-page__litokol .af-filter-title {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.05em;
        color: var(--common-text-color);
    }
    .af-page__litokol .af-filter-select {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.05em;
        color: var(--common-text-color);
        margin-left: 5px;
        padding: 5px;
        border: 1px solid var(--disabled-color);
        outline: 0;
        box-shadow: none;
        background-color: var(--common-background-color);
    }
    .af-page__litokol .af-filter-checkbox {
        display: inline-block;
        width: 16px;
        height: 16px;
        color: var(--common-text-color);
        vertical-align: middle;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-radius: 4px;
        border: 1px solid var(--disabled-color);
        box-sizing: border-box;
        background-color: var(--common-background-color);
    }
    .af-page__litokol .af-shop-carousel {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__litokol .af-shop-carousel[data-status="empty"]::before {
        content: attr(data-empty);
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
        padding: 20px 0;
        margin: 0;
    }
    .af-page__litokol .af-coupon {
        display: flex;
        width: auto;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .af-page__litokol .af-coupon-title {
        display: inline-block;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.03em;
        line-height: 1;
        color: var(--common-text-color);
        margin-right: 10px;
    }
    .af-page__litokol .af-coupon-code {
        display: inline-block;
        height: auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        text-align: center;
        letter-spacing: 0.05em;
        line-height: 1;
        margin-right: 10px;
        padding: 4px 0;
        border: 0;
        outline: 0;
        color: var(--common-text-color);
        appearance: none;
        user-select: none;
        background-color: var(--additional-background-color);
    }
    .af-page__litokol .af-coupon-copy {
        display: inline-block;
        max-width: 100%;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        letter-spacing: 0.03em;
        color: var(--additional-text-color);
        border-radius: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
        box-sizing: border-box;
        background-color: var(--footer-background-color);
        position: relative;
        cursor: pointer;
    }
    .af-page__litokol .af-coupon-copy::before {
        content: attr(data-title);
        display: flex;
        width: auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.3;
        color: var(--accent-color);
        text-transform: none;
        background-color: var(--common-background-color);
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        position: absolute;
        left: 0;
        z-index: 1;
        overflow: hidden;
        transition: 150ms ease 30ms;
    }
    .af-page__litokol .af-coupon-copy:not(.copied)::before {
        max-height: 0;
        padding: 0;
        bottom: 0;
    }
    .af-page__litokol .af-coupon-copy.copied::before {
        max-height: 100px;
        padding: 5px;
        bottom: calc(100% + 20px);
    }


    /* PRODUCT */
    .af-page__litokol .af-product {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        background-color: #ffffff;
        border: 1px solid var(--disabled-color);
        box-sizing: border-box;
    }
    .af-page__litokol .af-product-image {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .af-page__litokol .af-product-image.JSProductImage::after {
        content: "";
        display: block;
        width: 28px;
        height: 28px;
        border-radius: 100%;
        background-color: var(--accent-color);
        background-size: 54% auto;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/plus.svg);
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .af-page__litokol .af-product-image img {
        display: block;
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__litokol .af-product-title {
        display: block;
        width: 100%;
        height: 3.9em;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        line-height: 1.3;
        letter-spacing: 0.05em;
        color: var(--common-text-color);
        text-overflow: ellipsis;
        overflow: hidden;
        display: box;
        display: -moz-box;
        display: -webkit-box;
        line-clamp: 3;
        -moz-line-clamp: 3;
        -webkit-line-clamp: 3;
        box-orient: vertical;
        -webkit-box-orient: vertical;
    }
    .af-page__litokol .af-product-prices {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
        margin-bottom: 10px;
    }
    .af-page__litokol .af-product-price {
        display: block;
        width: auto;
        font-family: "Roboto", serif;
        font-style: normal;
        font-weight: 500;
        font-size: inherit;
        line-height: 1;
        color: var(--common-text-color);
        font-size: 1.4em;
    }
    .af-page__litokol .af-product-price__new {
        font-size: 1.2em;
        font-weight: 500;
        color: var(--adiitional-color);
        margin-right: 10px;
    }
    .af-page__litokol .af-product-price__old {
        font-size: .8em;
        color: var(--disabled-color);
        text-decoration: line-through;
    }
    .af-page__litokol .af-product-add2basket {
        display: block;
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-decoration: none;
        color: var(--additional-text-color);
        text-align: center;
        border-radius: 80px;
        box-sizing: border-box;
        background-color: var(--accent-color);
        position: relative;
        overflow: hidden;
    }
    .af-page__litokol .af-product-add2basket.added::after {
        content: attr(data-added);
        width: 100%;
        height: 100%;
        background-color: var(--adiitional-color);
        position: absolute;
        left: 0;
        top: 0;
    }
    .af-page__litokol .af-product-more {
        display: inline-block;
        width: auto;
        height: auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.05em;
        color: var(--accent-color);
        text-decoration: underline;
    }

    /* PALLETE */
    .af-page__litokol .af-palette {
        z-index: 2;
        background-color: var(--additional-background-color);
    }
    .af-page__litokol .af-palette-container {
        display: block;
        width: 100%;
    }
    .af-page__litokol .af-palette-slider {
        display: block;
        width: 100%;
        position: relative;
    }
    .af-page__litokol .af-palette-slider .owl-prev,
    .af-page__litokol .af-palette-slider .owl-next {
        display: block;
        position: absolute;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .af-page__litokol .af-palette-slider .owl-prev {
        background-image: url("../img/arrow-left.svg");
    }
    .af-page__litokol .af-palette-slider .owl-next {
        background-image: url("../img/arrow-right.svg");
    }
    .af-page__litokol .af-palette-slide {
        display: block;
        width: 100%;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
    .af-page__litokol .af-palette-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3;
        text-align: center;
        letter-spacing: 0.05em;
        color: var(--common-text-color);
        margin-top: 0;
    }
    .af-page__litokol .af-palette-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        text-align: center;
        letter-spacing: 0.05em;
        color: var(--common-text-color);
        margin-top: 0;
    }
    .af-page__litokol .af-palette-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__litokol .af-palette-color {
        display: block;
        height: auto;
        cursor: pointer;
        position: relative;
    }
    .af-page__litokol .af-palette-color img {
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: none;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .af-page__litokol .af-palette-slider .owl-dots {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .af-page__litokol .af-palette-slider .owl-dot {
        display: block;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        line-height: 1;
        letter-spacing: 0.05em;
        color: var(--common-text-color);
        cursor: pointer;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url("../img/hex-white.svg");
    }
    .af-page__litokol .af-palette-slider .owl-dot.active {
        background-image: url("../img/hex.svg");
    }
    .af-page__litokol .af-palette-products {
        display: block;
        max-height: 0;
    }
    .af-page__litokol .af-palette-products .af-product {
        position: absolute;
        z-index: 1;
        transform: scale3d(0, 0, 1);
        transform-origin: top;
        transform-style: preserve-3d;
        transition: 100ms ease 30ms;
    }
    .af-page__litokol .af-palette-products .af-product.active {
        transform: scale3d(1, 1, 1);
    }
    .af-page__litokol .af-palette-products .af-product::before,
    .af-page__litokol .af-palette-products .af-product::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-top-width: 0;
        border-left-width: 0;
        border-left-color: transparent;
        border-right-color: transparent;
        position: absolute;
    }
    .af-page__litokol .af-palette-products .af-product::before {
        border-bottom-width: 18px;
        border-bottom-color: var(--disabled-color);
        z-index: 0;
        bottom: 100%;
    }
    .af-page__litokol .af-palette-products .af-product::after {
        z-index: 1;
        border-bottom-width: 17px;
        border-bottom-color: var(--additional-text-color);
        margin-bottom: 1px;
        bottom: calc(100% - 2px);
    }
    .af-page__litokol .af-palette-products .af-product[data-position="left"]::before {
        border-right-width: 18px;
        left: -1px;
    }
    .af-page__litokol .af-palette-products .af-product[data-position="left"]::after {
        border-right-width: 17px;
        left: 0;
    }
    .af-page__litokol .af-palette-products .af-product[data-position="right"]::before {
        border-left-width: 18px;
        right: -1px;
    }
    .af-page__litokol .af-palette-products .af-product[data-position="right"]::after {
        border-left-width: 17px;
        right: 0;
    }
    .af-page__litokol [data-dot="STARLIKE"] .af-palette-color {
        width: calc(14.2% - 9px);
    }
    .af-page__litokol [data-dot="STARLIKE"] .af-palette-color:not(:nth-child(13n)):not(:nth-child(13n+7)) {
        margin-right: 10px;
    }
    .af-page__litokol [data-dot="STARLIKE"] .af-palette-color:nth-child(13n+8) {
        margin-left: 8.33%;
    }
    .af-page__litokol [data-dot="EPOXYELITE"] .af-palette-color {
        width: calc(20% - 12px);
    }
    .af-page__litokol [data-dot="EPOXYELITE"] .af-palette-color:not(:nth-child(5n)) {
        margin-right: 15px;
    }
    .af-page__litokol [data-dot="EPOXYELITE"] .af-palette-color:nth-child(10n+6) {
        margin-left: 8.33%;
    }
    .af-page__litokol [data-dot="STARLIKE COLOR CRYSTAL EVO"] .af-palette-color {
        width: calc(28.33% - 10px);
    }
    .af-page__litokol [data-dot="STARLIKE COLOR CRYSTAL EVO"] .af-palette-color:not(:nth-child(3n)) {
        margin-right: 15px;
    }
    .af-page__litokol [data-dot="STARLIKE COLOR CRYSTAL EVO"] .af-palette-color:nth-child(6n+4) {
        margin-left: 15%;
    }
    .af-page__litokol [data-dot="EPOXYSTUK X90"] .af-palette-color {
        width: calc(28.33% - 10px);
    }
    .af-page__litokol [data-dot="EPOXYSTUK X90"] .af-palette-color:not(:nth-child(3n)) {
        margin-right: 15px;
    }
    .af-page__litokol [data-dot="EPOXYSTUK X90"] .af-palette-color:nth-child(6n+4) {
        margin-left: 15%;
    }
    .af-page__litokol [data-dot="STARLIKE DEFENDER"] .af-palette-color {
        width: calc(20% - 12px);
    }    
    .af-page__litokol [data-dot="STARLIKE DEFENDER"] .af-palette-color:not(:nth-child(5n)) {
        margin-right: 15px;
    }
    .af-page__litokol [data-dot="STARLIKE DEFENDER"] .af-palette-color:nth-child(10n+6) {
        margin-left: 8.33%;
    }
    .af-page__litokol [data-dot="STARLIKE DEFENDER EVO"] .af-palette-color {
        width: calc(14.2% - 9px);
    }    
    .af-page__litokol [data-dot="STARLIKE DEFENDER EVO"] .af-palette-color:not(:nth-child(13n)):not(:nth-child(13n+7)) {
        margin-right: 10px;
    }
    .af-page__litokol [data-dot="STARLIKE DEFENDER EVO"] .af-palette-color:nth-child(13n+8) {
        margin-left: 8.33%;
    }

    /* ADVENTAGES */
    .af-page__litokol .af-adventages {
        background-color: var(--additional-background-color);
    }
    .af-page__litokol .af-adventages-container {
        display: flex;
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .af-page__litokol .af-adventages-item {
        display: block;
        height: auto;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url("../img/hex.svg");
    }
    .af-page__litokol .af-adventages-title {
        display: block;
        width: 100%;
        min-height: 2.6em;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.05em;
        color: var(--common-text-color);
        margin-top: 0;
    }
    .af-page__litokol .af-adventages-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0.05em;
        color: var(--common-text-color);
        margin: 0;
    }

    /* VIDEO */
    .af-page__litokol .af-video-container {
        display: flex;
        width: 100%;
        box-sizing: border-box;
    }
    .af-page__litokol .af-video-information {
        display: block;
        height: auto;
    }
    .af-page__litokol .af-video-title {
        display: block;
        width: 100%;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        line-height: 1;
        color: var(--common-text-color);
        margin-top: 0;
    }
    .af-page__litokol .af-video-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        line-height: 1;
        letter-spacing: 0.05em;
        color: var(--common-text-color);
        margin: 0 0 10px;
    }
    .af-page__litokol .af-video-list {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        line-height: 1.3;
        letter-spacing: 0.05em;
        color: var(--common-text-color);
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .af-page__litokol .af-video-list li {
        margin-bottom: 5px;
    }
    .af-page__litokol .af-video-object {
        display: block;
        max-width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    /* EPILOGUE */
    .af-page__litokol .af-epilogue-container {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .af-page__litokol .af-epilogue-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        text-align: center;
        color: var(--common-text-color);
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .af-page__litokol .af-epilogue-description {
        display: block;
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        text-align: center;
        letter-spacing: 0.05em;
        color: var(--common-text-color);
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .af-page__litokol .af-epilogue-description a {
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        color: var(--accent-color);
    }
}

/* MOBILE MEDIA */
@media screen and (max-width: 767px) {

    /* PAGE SETTINGS */
    header.af-header .af-header-toggle {
        height: 24px;
    }
    header.af-header .active .af-header-links {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    header.af-header .af-header-links li {
        text-align: left;
        padding-left: 10px;
    }
    .af-page__litokol .af-page-upper {
        padding-right: 5px;
    }

    /* SHOP */
    .af-page__litokol .af-shop-container  {
        padding: 20px 5px;
    }
    .af-page__litokol .af-shop-title {
        font-size: 18px;
    }
    .af-page__litokol .af-shop-switches {
        max-width: 320px;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .af-page__litokol .af-shop-switches::before {
        width: calc(100% - 50px);
        left: 25px;
    }
    .af-page__litokol .af-shop-category {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .af-page__litokol .af-shop-category:not(:last-of-type) {
        margin-bottom: 10px;
    }
    .af-page__litokol .af-shop-types {
        padding-left: 50px;
        padding-right: 50px;
    }
    .af-page__litokol .af-shop-type {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        margin-top: 10px;
    }
    .af-page__litokol .af-shop-type:last-of-type {
        margin-bottom: 10px;
    }
    .af-page__litokol .af-shop-type:not(:first-of-type) {
        margin-top: 10px;
    }
    .af-page__litokol .af-shop-filters {
        padding: 0 10px;
    }
    .af-page__litokol .af-shop-filter {
        margin-bottom: 10px;
    }
    .af-page__litokol .af-shop-filter:not(:last-of-type) {
        margin-right: 5px;
        
    }
    .af-page__litokol .af-filter-title,
    .af-page__litokol .af-filter-select {
        font-size: 12px;
    }
    .af-page__litokol .af-shop-carousel {
        width: calc(100% - 10px);
    }
    .af-page__litokol .af-coupon {
        padding: 0 10px;
    }
    .af-page__litokol .af-coupon-title {
        font-size: 12px;
    }
    .af-page__litokol .af-coupon-code {
        width: 68px;
        font-size: 12px;
    }
    .af-page__litokol .af-coupon-copy {
        font-size: 10px;
    }

    /* PRODUCT */
    .af-page__litokol .af-product {
        padding: 10px;
    }
    .af-page__litokol .af-product-image {
        margin-bottom: 5px;
    }
    .af-page__litokol .af-product-image img {
        height: 25vw;
    }
    .af-page__litokol .af-product-title {
        font-size: 10px;
        margin-bottom: 5px;
    }
    .af-page__litokol .af-product-prices {
        font-size: 14px;
    }
    .af-page__litokol .af-product-add2basket {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        margin-bottom: 5px;
    }
    .af-page__litokol .af-product-more {
        font-size: 10px;
    }
    
    /* PALETTE */
    .af-page__litokol .af-palette-container {
        margin-bottom: 20px;
    }
    .af-page__litokol .af-palette-slider .owl-prev,
    .af-page__litokol .af-palette-slider .owl-next {
        width: 20px;
        height: 30px;
        top: calc(60% - 15px);
    }
    .af-page__litokol .af-palette-slider .owl-prev {
        left: 10px;
    }
    .af-page__litokol .af-palette-slider .owl-next {
        right: 10px;
    }
    .af-page__litokol .af-palette-slide {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .af-page__litokol .af-palette-title {
        font-size: 18px;
    }
    .af-page__litokol .af-palette-description {
        font-size: 10px;
        margin-bottom: 20px;
    }
    .af-page__litokol .af-palette-wrapper {
        max-width: 280px;
    }
    .af-page__litokol .af-palette-slider .owl-dots {
        padding: 0 15px;
    }
    .af-page__litokol .af-palette-slider .owl-dot {
        font-size: 10px;
        padding-left: 15px;
        background-size: 10px auto;
    }
    .af-page__litokol .af-palette-products .af-product {
        width: 168px;
        padding: 10px 10px 5px;
    }
    .af-page__litokol .af-palette-products .af-product-image img {
        max-height: 60px;
    }
    
    .af-page__litokol [data-dot="STARLIKE EVO"] .af-palette-color {
        width: calc(11.11% - 9px);
    }    
    .af-page__litokol [data-dot="STARLIKE EVO"] .af-palette-color:not(:nth-child(17n)):not(:nth-child(17n+9)) {
        margin-right: 10px;
    }
    .af-page__litokol [data-dot="STARLIKE EVO"] .af-palette-color:nth-child(17n+10) {
        margin-left: 20px;
    }

    /* ADVENTAGES */
    .af-page__litokol .af-adventages-container {
        width: calc(100% - 20px);
        padding: 20px 15px 0;
        margin-bottom: 20px;
    }
    .af-page__litokol .af-adventages-item {
        padding-top: 25px;
        background-size: auto 15px;
    }
    .af-page__litokol .af-adventages-title {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .af-page__litokol .af-adventages-description {
        font-size: 10px;
    }

    /* VIDEO */
    .af-page__litokol .af-video-container {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .af-page__litokol .af-video-information {
        margin-bottom: 10px;
    }
    .af-page__litokol .af-video-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .af-page__litokol .af-video-description {
        font-size: 10px;
    }
    .af-page__litokol .af-video-list {
        font-size: 10px;
    }

    /* EPILOGUE */
    .af-page__litokol .af-epilogue-container {
        padding: 0 10px 20px;
    }
    .af-page__litokol .af-epilogue-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .af-page__litokol .af-epilogue-description {
        font-size: 10px;
        margin-bottom: 10px;
    }
}

/* MOBILE AND VERTICAL PADS MEDIA */
@media screen and (max-width: 999px) {
    
    /* SHOP */
    .af-page__litokol .af-shop-title {
        text-align: center;
        margin-bottom: 15px;
    }
    .af-page__litokol .af-shop-logotype {
        display: block;
        width: calc(100% - 20px);
        height: auto;
        margin: 0 auto 20px;
    }
    .af-page__litokol .af-shop-switches::before {
        content: "";
        display: block;
        height: calc(100% - 30px);
        background-color: var(--additional-background-color);
        position: absolute;
        top: 30px;
        z-index: 0;
    }
    .af-page__litokol .af-shop-categories,
    .af-page__litokol .af-shop-types {
        display: block;
        width: 100%;
    }
    .af-page__litokol .af-shop-category,
    .af-page__litokol .af-shop-type {
        width: 100%;
    }
    .af-page__litokol .af-shop-filters {
        width: 100%;
    }
    .af-page__litokol .af-shop-filter {
        display: block;
        width: auto;
        max-width: 100%;
    }
    .af-page__litokol .af-shop-carousel {
        margin-bottom: 20px;
    }
    .af-page__litokol .af-coupon-copy {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* PRODUCTS */
    .af-page__litokol .af-product-tags {
        display: none;
    }

    /* PALETTE */
    .af-page__litokol .af-palette-title {
        margin-bottom: 10px;
    }
    .af-page__litokol .af-palette-slider .owl-dot {
        width: 50%;
        margin-bottom: 10px;
    }
    .af-page__litokol .af-palette-slider .owl-dot:first-child {
        margin-right: 50%;
    }

    /* ADVENTAGES */
    .af-page__litokol .af-adventages-item {
        width: calc(50% - 15px);
        margin-bottom: 25px;
    }

    /* VIDEO */
    .af-page__litokol .af-video-container {
        flex-wrap: wrap;
    }
    .af-page__litokol .af-video-object {
        width: 100%;
    }

    /* EPILOGUE */
    .af-page__litokol .af-epilogue-description {
        margin-bottom: 10px;
    }
}

/* VERTICAL PADS MEDIA*/
@media (min-width: 768px) and (max-width: 999px) {

    /* SHOP */
    .af-page__litokol .af-shop-title {
        font-size: 30px;
    }
    .af-page__litokol .af-shop-logotype {
        max-width: 530px;
    }
    .af-page__litokol .af-shop-switches {
        max-width: 530px;
    }
    .af-page__litokol .af-shop-switches::before {
        width: calc(100% - 120px);
        left: 60px;
    }
    .af-page__litokol .af-shop-types {
        padding-left: 130px;
        padding-right: 130px;
    }
    .af-page__litokol .af-shop-category {
        height: 80px;
        line-height: 80px;
        font-size: 24px;
    }
    .af-page__litokol .af-shop-category:not(:last-of-type) {
        margin-bottom: 20px;
    }
    .af-page__litokol .af-shop-type {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin-top: 20px;
    }
    .af-page__litokol .af-shop-type:last-of-type {
        margin-bottom: 30px;
    }
    .af-page__litokol .af-shop-filters {
        max-width: 530px;
        margin-left: auto;
    }
    .af-page__litokol .af-filter-title,
    .af-page__litokol .af-filter-select {
        font-size: 18px;
    }
    .af-page__litokol .af-shop-carousel {
        width: 100%;
    }
    .af-page__litokol .af-coupon {
        width: 530px;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__litokol .af-coupon-title {
        font-size: 18px;
    }
    .af-page__litokol .af-coupon-code {
        width: 100px;
        font-size: 18px;
    }
    .af-page__litokol .af-coupon-copy {
        font-size: 16px;
    }

    /* PRODUCT */
    .af-page__litokol .af-product {
        padding: 20px;
    }
    .af-page__litokol .af-product-image img {
        height: 18vw;
    }
    .af-page__litokol .af-product-title {
        font-size: 18px;
    }
    .af-page__litokol .af-product-prices {
        font-size: 24px;
    }
    .af-page__litokol .af-product-add2basket {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .af-page__litokol .af-product-more {
        font-size: 16px;
    }

    /* PALETTE */
    .af-page__litokol .af-palette-container {
        margin-bottom: 50px;
    }
    .af-page__litokol .af-palette-slider .owl-prev {
        left: 20px;
    }
    .af-page__litokol .af-palette-slider .owl-next {
        right: 20px;
    }
    .af-page__litokol .af-palette-title {
        font-size: 30px;
    }
    .af-page__litokol .af-palette-description {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .af-page__litokol .af-palette-wrapper {
        max-width: 640px;
    }
    .af-page__litokol .af-palette-slider .owl-dots {
        padding: 0 30px 30px;
    }
    .af-page__litokol .af-palette-slider .owl-dot {
        font-size: 20px;
        padding-left: 28px;
        background-size: 18px auto;
    }
    .af-page__litokol .af-palette-products .af-product {
        width: 250px;
    }
    
    /* ADVENTAGES */
    .af-page__litokol .af-adventages-container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 50px;
    }
    .af-page__litokol .af-adventages-item {
        padding-top: 55px;
        background-size: auto 33px;
    }
    .af-page__litokol .af-adventages-title {
        font-size: 24px;
    }
    .af-page__litokol .af-adventages-description {
        font-size: 18px;
    }

    /* VIDEO */
    .af-page__litokol .af-video-container {
        padding: 0 30px;
        margin-bottom: 40px;
    }
    .af-page__litokol .af-video-information {
        margin-bottom: 20px;
    }
    .af-page__litokol .af-video-title {
        font-size: 30px;
    }
    .af-page__litokol .af-video-description {
        font-size: 24px;
    }
    .af-page__litokol .af-video-list {
        font-size: 18px;
    }

    /* EPILOGUE */
    .af-page__litokol .af-epilogue-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

/* PADS AND PC MEDIA */
@media screen and (min-width: 768px) {
    
    /* PAGE SETTINGS */
    .af-page__litokol .af-page-upper {
        padding-right: 20px;
    }
    /* SHOP */
    .af-page__litokol .af-shop-container  {
        padding: 40px 0;
    }
    .af-page__litokol .af-shop-switches {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .af-page__litokol .af-shop-filters {
        margin-right: auto;
    }
    .af-page__litokol .af-shop-filter {
        margin-right: 20px;
    }

    /* PRODUCT */
    .af-page__litokol .af-product-image {
        margin: 0 0 20px;
    }
    .af-page__litokol .af-product-title {
        margin-bottom: 10px;
    }
    .af-page__litokol .af-product-add2basket {
        margin-bottom: 10px;
    }

    /* PALETTE */
    .af-page__litokol .af-palette-slider .owl-prev,
    .af-page__litokol .af-palette-slider .owl-next {
        width: 36px;
        height: 60px;
        top: calc(50% - 30px);
    }
    .af-page__litokol .af-palette-slide {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .af-page__litokol .af-palette-products .af-product-image img {
        max-height: 80px;
    }
    .af-page__litokol [data-dot="STARLIKE EVO"] .af-palette-color {
        width: calc(10% - 9px);
    }
    .af-page__litokol [data-dot="STARLIKE EVO"] .af-palette-color:not(:nth-child(19n)):not(:nth-child(19n+10)) {
        margin-right: 10px;
    }
    .af-page__litokol [data-dot="STARLIKE EVO"] .af-palette-color:nth-child(19n+11) {
        margin-left: 5%;
    }
    .af-page__litokol [data-dot="EPOXYSTUK X90"] .af-palette-wrapper {
        max-width: 600px;
    }
    .af-page__litokol [data-dot="STARLIKE COLOR CRYSTAL EVO"] .af-palette-wrapper {
        max-width: 600px;
    }

    /* ADVENTAGES */
    .af-page__litokol .af-adventages-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .af-page__litokol .af-adventages-title {
        margin-bottom: 10px;
    }

    /* VIDEO */
    .af-page__litokol .af-video-title {
        margin-bottom: 20px;
    }

    /* EPILOGUE */
    .af-page__litokol .af-epilogue-container {
        padding: 0 30px 40px;
    }
    .af-page__litokol .af-epilogue-description {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/* HORIZONTAL PADS AND PC MEDIA */
@media screen and (min-width: 1000px) {

    /* COMMON */
    .af-page__litokol .af-page-upper {
        cursor: pointer;
    }

    /* SHOP */
    .af-page__litokol .af-shop-container {
        max-width: 1150px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
        justify-content: center;
    }
    .af-page__litokol .af-shop-title {
        max-width: 690px;
        font-size: 40px;
        margin: 0 30px 40px 0;
        align-self: center;
    }
    .af-page__litokol .af-shop-logotype {
        display: inline-block;
        width: calc(100% - 720px);
        max-width: 430px;
        margin-bottom: 40px;
        align-self: center;
    }
    .af-page__litokol .af-shop-category,
    .af-page__litokol .af-shop-type {
        cursor: pointer;
    }
    .af-page__litokol .af-shop-category:hover,
    .af-page__litokol .af-shop-type:hover {
        background-color: var(--accent-color);
    }
    .af-page__litokol .af-shop-category {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        margin: 0 20px 20px 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .af-page__litokol .af-shop-type {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 0 20px 0 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .af-page__litokol .af-filter-title,
    .af-page__litokol .af-filter-select {
        font-size: 14px;
    }
    .af-page__litokol .af-filter-select,
    .af-page__litokol .af-filter-checkbox,
    .af-page__litokol .af-filter-checkbox + .af-filter-title {
        cursor: pointer;
    }
    .af-page__litokol .af-filter-select,
    .af-page__litokol .af-filter-checkbox {
        transition: 150ms ease;
    }
    .af-page__litokol .af-filter-select:hover,
    .af-page__litokol .af-shop-filter:hover .af-filter-checkbox {
        border-color: var(--accent-color);
    }
    .af-page__litokol .af-shop-filter:hover .af-filter-checkbox {
        color: var(--accent-color);
    }
    .af-page__litokol .af-shop-carousel {
        width: 100%;
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
    }
    .af-page__litokol .af-shop-carousel .owl-prev,
    .af-page__litokol .af-shop-carousel .owl-next {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: absolute;
        top: calc(50% - 20px);
        transition: 100ms ease;
    }
    .af-page__litokol .af-shop-carousel .owl-prev.disabled,
    .af-page__litokol .af-shop-carousel .owl-next.disabled {
        transform: scale(0);
    }
    .af-page__litokol .af-shop-carousel .owl-prev::before,
    .af-page__litokol .af-shop-carousel .owl-next::after {
        content: "\279C";
        display: inline-block;
        width: auto;
        height: auto;
        color: var(--disabled-color);
        font-size: 30px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1;
    }
    .af-page__litokol .af-shop-carousel .owl-prev {
        left: -40px;
        transform: rotate(180deg);
    }
    .af-page__litokol .af-shop-carousel .owl-next {
        right: -40px;
    }
    .af-page__litokol .af-coupon-title {
        font-size: 14px;
    }
    .af-page__litokol .af-coupon-copy {
        padding-left: 30px;
        padding-right: 30px;
    }
    .af-page__litokol .af-coupon-code {
        width: 100px;
        font-size: 14px;
    }

    /* PRODUCT */
    .af-page__litokol .af-product {
        padding: 15px;
    }
    .af-page__litokol .af-product-image img {
        height: 115px;
    }
    .af-page__litokol .af-product-title {
        font-size: 14px;
    }
    .af-page__litokol .af-product-prices {
        font-size: 14px;
    }
    .af-page__litokol .af-product-add2basket {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .af-page__litokol .af-product-more {
        font-size: 14px;
    }
    .af-page__litokol .af-product-tags {
        display: block;
        width: calc(100% - 20px);
        height: auto;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .af-page__litokol .af-product-tags .af-commoncontent-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .af-page__litokol .af-product-tag,
    .af-page__litokol .af-product-tags .af-commoncontent {
        display: flex;
        width: 100%;
        max-width: 28px;
        overflow: hidden;
        height: auto;
        flex-flow: row nowrap;
        transition: 300ms ease;
        margin: 0 0 5px 0;
    }
    .af-page__litokol .af-product-tag > a,
    .af-page__litokol .af-product-tags .af-commoncontent > a {
        display: flex;
        flex-flow: row nowrap;
        margin: 0;
        white-space: nowrap;
    }
    .af-page__litokol .af-product-tag:hover,
    .af-page__litokol .af-product-tags .af-commoncontent:hover {
        max-width: 300px;
    }

    /* PALETTE */
    .af-page__litokol .af-palette-container {
        max-width: 1150px;
        margin: 0 auto 40px;
        padding-left: 40px;
        padding-right: 40px;
        border-left: 20px solid #ffffff;
        border-right: 20px solid #ffffff;
        box-sizing: border-box;
    }
    .af-page__litokol .af-palette-slider .owl-prev {
        left: -20px;
    }
    .af-page__litokol .af-palette-slider .owl-next {
        right: -20px;
    }
    .af-page__litokol .af-palette-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .af-page__litokol .af-palette-description {
        font-size: 18px;
        margin: 0 0 40px;
    }
    .af-page__litokol .af-palette-wrapper {
        max-width: 900px;
    }
    .af-page__litokol .af-palette-slider .owl-dots {
        padding: 0 20px 25px;
    }
    .af-page__litokol .af-palette-slider .owl-dot {
        width: 33.33%;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 15px;
        padding-left: 24px;
        background-size: 14px auto;
    }
    .af-page__litokol .af-palette-slider .owl-dot:first-child {
        margin-right: 66.66%;
    }
    .af-page__litokol .af-palette-products .af-product {
        width: 220px;
    }
    .af-page__litokol .af-palette-products .af-product-image img {
        height: 80px;
    }
    .af-page__litokol [data-dot="EPOXYELITE"] .af-palette-wrapper,
    .af-page__litokol [data-dot="STARLIKE DEFENDER"] .af-palette-wrapper {
        max-width: 700px;
    }
    
    /* ADVENTAGES */
    .af-page__litokol .af-adventages-container {
        max-width: 1280px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 40px;
    }
    .af-page__litokol .af-adventages-item {
        width: 25%;
        padding-top: 55px;
        padding-right: 40px;
        background-size: auto 33px;
    }
    .af-page__litokol .af-adventages-title {
        font-size: 18px;
    }
    .af-page__litokol .af-adventages-description {
        font-size: 14px;
    }

    /* VIDEO */
    .af-page__litokol .af-video::before {
        content: "";
        display: block;
        width: 100%;
        height: 400px;
        max-height: 80%;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 10%;
        background-color: var(--additional-background-color);
    }
    .af-page__litokol .af-video-container {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 40px;
        flex-wrap: nowrap;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    .af-page__litokol .af-video-information {
        width: 50%;
        min-width: calc(100% - 700px);
        height: auto;
        padding: 40px 0;
        box-sizing: border-box;
    }
    .af-page__litokol .af-video-title {
        font-size: 40px;
    }
    .af-page__litokol .af-video-description {
        font-size: 18px;
    }
    .af-page__litokol .af-video-list {
        font-size: 14px;
    }
    .af-page__litokol .af-video-object {
        width: 50%;
        max-width: 700px;
        border-left: 20px solid #ffffff;
        border-right: 20px solid #ffffff;
        box-sizing: border-box;
    }

    /* EPILOGUE */
    .af-page__litokol .af-epilogue-container {
        max-width: 1150px;
        margin: 40px auto;
    }
    .af-page__litokol .af-epilogue-title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .af-page__litokol .af-epilogue-description {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1600px) {
    .af-page__litokol .af-shop::before {
        content: "";
        display: block;
        width: 200px;
        height: 400px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url("../img/decor-07.png");
    }

    .af-page__litokol .af-shop::after {
        content: "";
        display: block;
        width: 300px;
        height: 500px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: right -100px top;
        background-image: url("../img/decor-03.png");
    }

    .af-page__litokol .af-palette::before {
        content: "";
        display: block;
        width: 235px;
        height: 570px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url("../img/decor-04.png");
    }

    .af-page__litokol .af-palette::after {
        content: "";
        display: block;
        width: 250px;
        height: 650px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: right center;
        background-image: url("../img/decor-05.png");
    }

    .af-page__litokol .af-video::after {
        content: "";
        display: block;
        width: 150px;
        height: 380px;
        position: absolute;
        left: 0;
        top: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url("../img/decor-06.png");
    }

    .af-page__litokol .af-epilogue::after {
        content: "";
        display: block;
        width: 150px;
        height: 275px;
        position: absolute;
        right: 0;
        top: calc(50% - 135px);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center right;
        background-image: url("../img/decor-01.png");
    }
}