@charset "UTF-8";

/* CIRCE LIGHT */
@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: 350;
    font-display: swap;
    src: url("/local/assets/fonts/circe/web/circeLight.eot");
    src: local("Circe Light"), local("Circe-Light"),
        url("/local/assets/fonts/circe/web/circeLight?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/circe/web/circeLight.woff2") format("woff2"),
        url("/local/assets/fonts/circe/web/circeLight.woff") format("woff"),
        url("/local/assets/fonts/circe/web/circeLight.ttf") format("truetype"),
        url("/local/assets/fonts/circe/web/circeLight.svg#Circe-Light") format("svg");
}

/* CIRCE BOLD */
@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("/local/assets/fonts/circe/web/circeBold.eot");
    src: local("Circe Bold"), local("Circe-Bold"),
        url("/local/assets/fonts/circe/web/circeBold.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/circe/web/circeBold.woff2") format("woff2"),
        url("/local/assets/fonts/circe/web/circeBold.woff") format("woff"),
        url("/local/assets/fonts/circe/web/circeBold.ttf") format("truetype"),
        url("/local/assets/fonts/circe/web/circeBold.svg#Circe-Bold") format("svg");
}

/* CIRCE REGULAR */
@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/circe/web/circeRegular.eot");
    src: local("Circe"), local("Circe Regular"), local("Circe-Regular"),
        url("/local/assets/fonts/circe/web/circeRegular.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/circe/web/circeRegular.woff2") format("woff2"),
        url("/local/assets/fonts/circe/web/circeRegular.woff") format("woff"),
        url("/local/assets/fonts/circe/web/circeRegular.ttf") format("truetype"),
        url("/local/assets/fonts/circe/web/circeRegular.svg#Circe-Regular") format("svg");
}

/* PRATA REGULAR */
@font-face {
    font-family: "Prata";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/prata/web/prataRegular.eot");
    src: local("Prata Regular"), local("Prata"), local("Prata-Regular"),
        url("/local/assets/fonts/prata/web/prataRegular.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/prata/web/prataRegular.woff2") format("woff2"),
        url("/local/assets/fonts/prata/web/prataRegular.woff") format("woff"),
        url("/local/assets/fonts/prata/web/prataRegular.ttf") format("truetype"),
        url("/local/assets/fonts/prata/web/prataRegular.svg#Prata-Regular") format("svg");
}

/* COMMON SETTINGS */
:root {
    --accent-color: #90835B;

	--header-background-color: #141414;;
    --header-text-color: #ffffff;
    --header-accent-color: #90835B;
    --header-logotype-color: #ffffff;
    --header-credo-color: #ffffff;

    --footer-accent-color: #90835B;
    --footer-background-color: #141414;;
    --footer-text-color: #BEBEBE;
    --footer-credo-color: #ffffff;
}
html, body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    font-family: "Circe";
    background-color: #ffffff;
    scroll-behavior: smooth;
}

/*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) {
    .af-page.af-page__axor {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__axor .af-section {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .af-page__axor .af-section-wrapper {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__axor .af-section-background {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .af-page__axor .af-main {
        display: block;
        width: 100%;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, .8);
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    .af-page__axor .af-main-logotype {
        display: block;
        max-width: 100%;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__axor .af-main-title {
        display: block;
        width: 600px;
        max-width: 100%;
        font-family: "Circe";
        font-style: normal;
        font-weight: 350;
        line-height: 1;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: lowercase;
        color: #D2D2D2;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__axor .af-main-description {
        display: block;
        width: 600px;
        max-width: 100%;
        font-family: "Circe";
        font-style: normal;
        font-weight: 350;
        line-height: 1.3;
        text-align: center;
        letter-spacing: 0.1em;
        color: #D2D2D2;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__axor .af-main-description a {
        color: var(--accent-color);
        line-height: 1;
        text-decoration: none;
        box-sizing: border-box;
    }
    .af-page__axor .af-main-anchors {
        display: flex;
        width: 600px;
        max-width: 100%;
        height: auto;
        flex-wrap: wrap;
        align-content: center;
        margin: 0 auto;
    }
    .af-page__axor .af-main-anchor {
        display: inline-block;
        width: auto;
        height: auto;
        font-family: "Circe";
        font-style: normal;
        font-variant: small-caps;
        font-weight: 350;
        line-height: 1;
        letter-spacing: 0.15em;
        text-transform: lowercase;
        text-decoration: none;
        color: var(--accent-color);
    }
    .af-page__axor .af-product {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__axor .af-product .af-product-title {
        display: block;
        max-width: 1320px;
        height: auto;
        padding: 0;
        font-family: "Circe";
        font-style: normal;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0.1em;
        text-transform: lowercase;
        color: var(--accent-color);
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__axor .af-product .af-product-title span {
        font-family: "Prata";
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.1em;
        text-transform: lowercase;
        color: #0D0D0D;
    }
    .af-page__axor .af-product .af-product-description {
        display: block;
        height: auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-family: "Circe";
        font-style: normal;
        font-size: 16px;
        font-weight: 350;
        line-height: 1.5;
        text-align: justify;
        letter-spacing: 0.1em;
        color: #0D0D0D;
    }
    .af-page__axor .af-product .af-product-description strong {
        display: block;
        height: auto;
        font-family: "Circe";
        font-style: normal;
        font-weight: bold;
        line-height: 1;
        text-align: right;
        letter-spacing: 0.1em;
        text-transform: lowercase;
        color: var(--accent-color);
    }
    .af-page__axor .af-product .af-product-video {
        display: block;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__axor .af-product .af-product-about {
        display: block;
        background-color: rgba(255, 255, 255, .4);
    }
    .af-page__axor .af-product-information {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .af-page__axor .af-product .af-product-preview img {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__axor .af-product .af-product-variants .owl-next,
    .af-page__axor .af-product .af-product-variants .owl-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        top: calc(50% - 20px);
        background-size: auto 60%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/prev-arrow.svg");
    }
    .af-page__axor .af-product .af-product-variants .owl-prev {
        right: 100%;
    }
    .af-page__axor .af-product .af-product-variants .owl-next {
        left: 100%;
        transform: rotate(180deg);
    }


    /* STARK V */
    .af-page__axor .af-product.af-product-stark .af-product-variant {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        height: auto;
        position: relative;
    }
    .af-page__axor .af-product.af-product-stark .af-product-colors {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__axor .af-product.af-product-stark .af-product-color {
        display: block;
        cursor: pointer;
        border-radius: 100%;
        border: 2px solid transparent;
        box-sizing: border-box;
        overflow: hidden;
    }
    .af-page__axor .af-product.af-product-stark .af-product-color.active {
        border-color: #0D0D0D;
    }
    .af-page__axor .af-product.af-product-stark .af-product-color img {
        display: block;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: none;
        position: relative;
        margin: -2px;
        pointer-events: none;
        user-select: none;
    }
    .af-page__axor .af-product.af-product-stark .af-product-previews {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__axor .af-product.af-product-stark .af-product-preview {
        display: none;
    }
    .af-page__axor .af-product.af-product-stark .af-product-preview.active {
        display: block;
    }

    /* MY EDITION */
    .af-page__axor .af-product.af-product-myedition .owl-stage {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    /* ONE */
    .af-page__axor .af-product.af-product-one .af-product-variant {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        height: auto;
        position: relative;
    }
    .af-page__axor .af-product.af-product-one .af-product-colors {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .af-page__axor .af-product.af-product-one .af-product-color {
        display: block;
        cursor: pointer;
        border-radius: 100%;
        border: 2px solid transparent;
        box-sizing: border-box;
        overflow: hidden;
    }
    .af-page__axor .af-product.af-product-one .af-product-color.active {
        border-color: #0D0D0D;
    }
    .af-page__axor .af-product.af-product-one .af-product-color img {
        display: block;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        pointer-events: none;
        position: relative;
        margin: -2px;
    }
    .af-page__axor .af-product.af-product-one .af-product-previews {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__axor .af-product.af-product-one .af-product-preview {
        display: none;
    }
    .af-page__axor .af-product.af-product-one .af-product-preview.active {
        display: block;
    }
    .af-page__axor .af-product.af-product-one .af-product-features {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    }
}

/* MOBILE MEDIA */
@media screen and (max-width: 767px) {
    .af-page__axor .af-main {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .af-page__axor .af-main-logotype {
        width: 210px;
        margin-bottom: 20px;
    }
    .af-page__axor .af-main-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .af-page__axor .af-main-description {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .af-page__axor .af-main-anchors {
        justify-content: space-between;
    }
    .af-page__axor .af-main-anchor {
        font-size: 11px;
    }
    .af-page__axor .af-product {
        padding: 100px 20px 0 20px;
    }
    .af-page__axor .af-product .af-product-title {
        font-size: 12px;
    }
    .af-page__axor .af-product .af-product-title span {
        font-size: 25px;
    }
    .af-page__axor .af-product .af-product-video,
    .af-page__axor .af-product .af-product-image {
        margin-bottom: 20px;
    }
    .af-page__axor .af-product .af-product-description {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .af-page__axor .af-product .af-product-description strong {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* STARK V */
    .af-page__axor .af-product.af-product-stark .af-product-variants {
        width: calc(100% + 40px);
    }
    .af-page__axor .af-product.af-product-stark .af-product-color {
        width: 30px;
        height: 30px;
    }

    /* ONE */
    .af-page__axor .af-product.af-product-one .af-product-variants {
        width: calc(100% + 40px);
        margin-bottom: 20px;
    }
    .af-page__axor .af-product.af-product-one .af-product-colors {
        max-width: 90%;
    }
    .af-page__axor .af-product.af-product-one .af-product-color {
        width: 30px;
        height: 30px;
    }
    .af-page__axor .af-product.af-product-one .af-product-features {
        margin-bottom: 80px;
    }
    .af-page__axor .af-product.af-product-one .af-product-feature {
        width: 100%;
        margin-top: 20px;
    }
    .af-page__axor .af-product.af-product-one .af-product-description__temp + img {
        display: block;
        width: calc(100% + 20px);
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .af-page__axor .af-product.af-product-one .af-product-description_cust {
        margin-bottom: 10px;
    }
    .af-page__axor .af-product.af-product-one .af-product-description_cust + picture {
        width: calc(40% + 10px);
        margin-left: -20px;
        margin-top: 10px;
    }
}

/* MOBILE AND VERTICAL PADS MEDIA */
@media screen and (max-width: 999px) {
    .af-page__axor .af-main {
        background-size: 100% auto;
        background-position: center center;
        background-image: url("/upload/medialibrary/50e/mobile_decoration.png");
    }
    .af-page__axor .af-product .af-product-video,
    .af-page__axor .af-product .af-product-image {
        width: 100%;
    }
    .af-page__axor .af-product .af-product-title {
        width: 100%;
        position: absolute;
        left: 0;
        top: 60px;
        text-align: center;
    }

    /* STARK V */
    .af-page__axor .af-product.af-product-stark {
        background-image: url("https://www.afonya-spb.ru/upload/medialibrary/17c/stark_v_top_right_decor.png");
        background-repeat: no-repeat;
        background-position: right top;
    }
    .af-page__axor .af-product.af-product-stark .af-product-variants {
        position: relative;
        left: -20px;
    }
    .af-page__axor .af-product.af-product-stark .owl-stage {
        padding-left: 0!important;
    }
    .af-page__axor .af-product.af-product-stark .af-product-image {
        display: block;
        width: 100%;
        height: auto;
    }

    /* MYEDITION */
    .af-page__axor .af-product.af-product-myedition {
        background-image:
            url("/upload/medialibrary/4e5/myedition_top_right_decor.png"),
            url("/upload/medialibrary/29a/stark_v_center_left_decor.png");
        background-repeat: no-repeat;
        background-position:
           top right,
           center left;
    }

    /* ONE */
    .af-page__axor .af-product.af-product-one .af-product-variants {
        position: relative;
        left: -20px;
    }
    .af-page__axor .af-product.af-product-one .owl-stage {
        padding-left: 0 !important;
    }
    .af-page__axor .af-product.af-product-one .af-product-previews img {
        height: 25vw;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .af-page__axor .af-product.af-product-one .af-product-description {
        order: 1;
    }
    .af-page__axor .af-product.af-product-one .af-product-video {
        order: 0;
    }
    .af-page__axor .af-product.af-product-one .af-product-feature.af-product-feature__manual {
        order: 0;
    }
    .af-page__axor .af-product.af-product-one .af-product-feature.af-product-feature__control {
        display: flex;
        flex-wrap: wrap;
        order: 1;
    }
    .af-page__axor .af-product.af-product-one .af-product-description_cust {
        width: 100%;
        order: 1;
    }
    .af-page__axor .af-product.af-product-one .af-product-description_cust + picture {
        display: block;
        width: calc(40% - 10px);
        order: 2;
        margin-top: 20px;
        margin-right: 20px;
    }
    .af-page__axor .af-product.af-product-one .af-product-description_cust + picture img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: right center;
           object-position: right center;
    }
    .af-page__axor .af-product.af-product-one .af-product-description__control {
        width: calc(60% - 10px);
        order: 3;
    }
}

/* PADS AND PC MEDIA */
@media screen and (min-width: 768px) {
    .af-page__axor .af-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .af-page__axor .af-main-logotype {
        width: 400px;
        margin-bottom: 40px;
    }
    .af-page__axor .af-main-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .af-page__axor .af-product .af-product-description strong {
        margin-bottom: 20px;
    }
    .af-page__axor .af-product.af-product-stark {
        padding-bottom: 40px;
    }

    /* ONE */
    .af-page__axor .af-product.af-product-one .af-product-colors {
        max-width: 80%;
    }
}

/* VERTICAL PADS MEDIA*/
@media (min-width: 768px) and (max-width: 999px) {
    .af-page__axor .af-main-description {
        font-size: 24px;
        margin-bottom: 60px;
    }
    .af-page__axor .af-main-anchors {
        justify-content: space-between;
    }
    .af-page__axor .af-main-anchor {
        font-size: 22px;
    }
    .af-page__axor .af-product {
        padding-top: 160px;
        margin-bottom: 40px;
    }
    .af-page__axor .af-product .af-product-title span {
        font-size: 60px;
    }
    .af-page__axor .af-product .af-product-video {
        margin-bottom: 40px;
    }
    .af-page__axor .af-product.af-product-stark .af-product-image {
        margin-bottom: 40px;
    }
    .af-page__axor .af-product .af-product-about {
        width: 100%;
        margin-bottom: 40px;
    }
    .af-page__axor .af-product .af-product-description {
        font-size: 24px;
        box-sizing: border-box;
    }
    .af-page__axor .af-product .af-product-description strong {
        font-size: 44px;
    }

    /* STARK V */
    .af-page__axor .af-product.af-product-stark .af-product-description {
        padding-left: 100px;
    }
    .af-page__axor .af-product.af-product-stark .af-product-variants {
        width: calc(100% + 60px);
    }
    .af-page__axor .af-product.af-product-stark .af-product-colors {
        max-width: 180px;
    }
    .af-page__axor .af-product.af-product-stark .af-product-color {
        width: 40px;
        height: 40px;
    }

    /* MYEDITION */
    .af-page__axor .af-product.af-product-myedition .af-product-description {
        padding-left: 100px;
    }
    .af-page__axor .af-product.af-product-myedition .af-product-variants {
        width: calc(100% + 40px);
        position: relative;
        left: 0;
    }
    .af-page__axor .af-product.af-product-myedition .owl-stage {
        padding-left: 0!important;
    }

    /* ONE */
    .af-page__axor .af-product.af-product-one .af-product-variants {
        margin-bottom: 40px;
        width: calc(100% + 60px);
    }
    .af-page__axor .af-product.af-product-one .af-product-color {
        width: 40px;
        height: 40px;
    }
    .af-page__axor .af-product.af-product-one .af-product-information > .af-product-description {
        padding-right: 100px;
        margin-bottom: 40px;
    }
    .af-page__axor .af-product.af-product-one .af-product-description strong {
        text-align: left;
    }
    .af-page__axor .af-product.af-product-one .af-product-feature {
        width: 95%;
        margin-bottom: 40px;
    }
    .af-page__axor .af-product.af-product-one .af-product-feature.af-product-feature__manual {
        margin-left: 5%;
    }
    .af-page__axor .af-product.af-product-one .af-product-feature.af-product-feature__control {
        margin-right: 5%;
    }
    .af-page__axor .af-product.af-product-one .af-product-description_cust + picture {
        width: calc(40% - 10px);
        margin-top: 20px;
    }
}

/* HORIZONTAL PADS AND PC MEDIA */
@media screen and (min-width: 1000px) {
    .af-page__axor .af-main {
        background-size: 1500px auto;
        background-position: top center;
        background-image: url("/upload/medialibrary/90d/main_decoration.png");
    }
    .af-page__axor .af-main-description {
        font-size: 16px;
        margin-bottom: 60px;
    }
    .af-page__axor .af-main-anchors {
        justify-content: center;
    }
    .af-page__axor .af-main-anchor {
        font-size: 18px;
        transition: 100ms ease 30ms;
    }
    .af-page__axor .af-main-anchor:not(:first-child),
    .af-page__axor .af-main-anchor:not(:first-of-type) {
        margin-left: 30px;
    }
    .af-page__axor .af-main-anchor:hover {
        color: #D2D2D2;
    }
    .af-page__axor .af-product .af-product-title span {
        font-size: 42px;
    }
    .af-page__axor .af-product .af-product-video {
        width: 550px;
        max-width: calc(50% - 60px);
        margin-top: 40px;
    }
    .af-page__axor .af-product .af-product-about {
        margin-top: 20px;
    }
    .af-page__axor .af-product .af-product-description strong {
        font-size: 24px;
    }

    /* STARK V */
    .af-page__axor .af-product.af-product-stark {
        padding-top: 40px;
        background-size: auto auto;
        background-repeat: no-repeat;
        background-position: center left, top right;
        background-image: url("/upload/medialibrary/29a/stark_v_center_left_decor.png"), url("/upload/medialibrary/17c/stark_v_top_right_decor.png");
    }
    .af-page__axor .af-product.af-product-stark .af-product-title {
        text-align: right;
    }
    .af-page__axor .af-product.af-product-stark .af-product-information {
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 40px;
    }
    .af-page__axor .af-product.af-product-stark .af-product-video {
        margin-right: 60px;
        order: 1;
    }
    .af-page__axor .af-product.af-product-stark .af-product-image {
        display: none;
    }
    .af-page__axor .af-product.af-product-stark .af-product-about {
        width: 500px;
        max-width: 50%;
        order: 2;
    }
    .af-page__axor .af-product.af-product-stark .af-product-color {
        width: 25px;
        height: 25px;
    }

    /* MYEDITION */
    .af-page__axor .af-product.af-product-myedition {
        background-size: auto auto;
        background-repeat: no-repeat;
        background-position:
            bottom right,
            top left,
            top right;
        background-image:
            url("/upload/medialibrary/fbd/myedition_bottom_right_decor.png"),
            url("/upload/medialibrary/b59/myedition_top_left_decor.png"),
            url("/upload/medialibrary/4e5/myedition_top_right_decor.png");
    }
    .af-page__axor .af-product.af-product-myedition .af-product-title {
        text-align: right;
    }
    .af-page__axor .af-product.af-product-myedition .af-product-information {
        justify-content: flex-end;
        align-items: flex-end;
        margin-bottom: 40px;
        padding-top: 60px;
    }
    .af-page__axor .af-product.af-product-myedition .af-product-video {
        width: 550px;
        max-width: calc(50% - 60px);
        margin: 40px 0 0 60px;
        order: 2;
    }
    .af-page__axor .af-product.af-product-myedition .af-product-about {
        width: 500px;
        max-width: 50%;
        order: 1;
        margin-top: 20px;
    }
    .af-page__axor .af-product.af-product-myedition .af-product-variants {
        width: calc(100% - 100px);
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__axor .af-product.af-product-myedition .owl-stage::after {
        display: none;
    }
    .af-page__axor .af-product.af-product-myedition .owl-item {
        float: none;
    }
    .af-page__axor .af-product.af-product-myedition img {
        -o-object-fit: contain;
           object-fit: contain;
    }

    /* ONE */
    .af-page__axor .af-product.af-product-one {
        background-size: auto auto;
        background-repeat: no-repeat;
        background-position:
            center center,
            center right;
        background-image:
            url("/upload/medialibrary/f05/one_center_decor.png"),
            url("/upload/medialibrary/389/one_right_center_decor.png");
    }
    .af-page__axor .af-product.af-product-one .af-product-title {
        text-align: center;
        margin-bottom: 40px;
    }
    .af-page__axor .af-product.af-product-one .af-product-variants {
        width: 1000px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }
    .af-page__axor .af-product.af-product-one .af-product-previews img {
        height: 10vw;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .af-page__axor .af-product.af-product-one .af-product-color {
        width: 25px;
        height: 25px;
    }
    .af-page__axor .af-product.af-product-one .af-product-information {
        width: 1200px;
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }
    .af-page__axor .af-product.af-product-one .af-product-video {
        width: 550px;
        max-width: calc(50% - 50px);
        margin: 30px 0 0 50px;
        order: 2;
    }
    .af-page__axor .af-product.af-product-one .af-product-description {
        width: 550px;
        max-width: 50%;
    }
    .af-page__axor .af-product.af-product-one .af-product-features {
        justify-content: space-between;
        margin-bottom: 120px;
    }
    .af-page__axor .af-product.af-product-one .af-product-feature {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    .af-page__axor .af-product.af-product-one .af-product-feature.af-product-feature__control {
        width: 800px;
        max-width: calc(60% - 50px);
        justify-content: flex-end;
    }
    .af-page__axor .af-product.af-product-one .af-product-feature.af-product-feature__manual {
        width: 700px;
        max-width: calc(40% - 50px);
    }
    .af-page__axor .af-product.af-product-one .af-product-feature .af-product-description {
        width: 450px;
        max-width: 100%;
    }
    .af-page__axor .af-product.af-product-one .af-product-feature.af-product-feature__control img {
        position: absolute;
        top: 0;
        right: 460px;
    }
    .af-page__axor .af-product.af-product-one .af-product-feature.af-product-feature__manual img {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        right: -70px;
    }
}
@media screen and (max-width: 1279px) {
    /* STARK V */
    .af-page__axor .af-product.af-product-stark .af-product-colors {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        order: 2;
        justify-content: center;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .af-page__axor .af-product {
        padding-left: 40px;
        padding-right: 40px;
    }
    .af-page__axor .af-product .af-product-title {
        width: 100%;
        font-size: 26px;
        margin: 0 0 40px;
    }
    .af-page__axor .af-product .af-product-description {
        width: 100%;
    }
}

@media (min-width: 1000px) and (max-width: 1279px) {
    /* STARK V */
    .af-page__axor .af-product.af-product-stark .af-product-colors {
        max-width: 150px;
    }

    /* MYEDITION */
    .af-page__axor .af-product.af-product-myedition .af-product-about {
        padding-left: 20px;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 1280px) {
    .af-page__axor .af-product {
        padding: 0 70px;
        position: relative;
    }
    .af-page__axor .af-product .af-product-title {
        width: 100%;
        font-size: 30px;
        margin-bottom: 60px;
    }
    .af-page__axor .af-product .af-product-title span {
        font-size: 80px;
    }
    .af-page__axor .af-product .af-product-description {
        width: 100%;
    }
    .af-page__axor .af-product .af-product-description strong {
        font-size: 30px;
    }

    /* STARK V */
    .af-page__axor .af-product.af-product-stark .af-product-information {
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left 1150px top;
        background-image: url("/upload/medialibrary/72e/kranik2.png");
    }
    .af-page__axor .af-product.af-product-stark .af-product-colors {
        flex-direction: column;
        width: 25px;
        height: auto;
        order: 1;
    }
    .af-page__axor .af-product.af-product-stark .af-product-colors + .af-product-previews {
        width: calc(100% - 30px);
        margin-left: 5px;
        order: 2;
    }
    .af-page__axor .af-product.af-product-stark .af-product-color + .af-product-color {
        margin-top: 5px;
    }

    /* MYEDITION */
    .af-page__axor .af-product.af-product-myedition .af-product-information {
        padding-top: 60px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right 1300px top;
        background-image: url("/upload/medialibrary/df5/grandcentr_5c64da4316ca74873141550116947_2.png");
    }
    .af-page__axor .af-product.af-product-myedition .af-product-about {
        width: 550px;
    }
    .af-page__axor .af-product.af-product-myedition .af-product-variants {
        margin-bottom: 60px;
    }
}
