@charset "UTF-8";
/* ROBOTO LIGHT */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    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.eot?#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#Roboto") format("svg");
}
/* ROBOTO MEDIUM */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    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.eot?#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#Roboto") format("svg");
}
/* ROBOTO BOLD */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    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.eot?#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#Roboto") format("svg");
}
/* ROBOTO BLACK */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.eot");
    src: local("Roboto Black"), local("Roboto-Black"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.eot?#iefix") format("embedded-opentype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.woff2") format("woff2"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.woff") format("woff"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.ttf") format("truetype"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-900.svg#Roboto") format("svg");
}
/* ROBOTO REGULAR */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#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#Roboto") format("svg");
}

/*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%;
    }
}

/* OTHER SETTINGS */
:root {
    --accent-color: #D33947;
    
    --header-background-color: #ffffff;
    --header-text-color: #373737;
    --header-accent-color: #D33947;

    --footer-accent-color: #D33947;
    --footer-background-color: #222222;
    --footer-text-color: #ffffff;
}

html, body {
    font-family: "Roboto";
    font-size: 16px;
    background-color: #ffffff;
    scroll-behavior: smooth;
}

.owl-item.active {height: auto;}

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

    /* COMMON SETTINGS */
    .af-page.af-page__tece {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 70px;
        box-sizing: border-box;
    }
    .af-page__tece .af-section {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__tece .af-section-wrapper {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__tece .af-section-button {
        display: flex;
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        text-decoration: none;
        letter-spacing: 0.05em;
        color: #FFFFFF;
        background-color: #D33947;
        box-sizing: border-box;
    }
    .af-page__tece .af-page-anchor {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, .7);
        box-sizing: border-box;
        cursor: pointer;
        background-color: #ffffff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px auto;
        background-image: url("../img/arrow-down.svg");
        position: fixed;
        right: 5vw;
        bottom: 10vh;
        transition: 100ms ease;
        transform: rotate3d(0, 0, 1, 180deg) scale3d(0, 0, 1);
    }
    .scrolled .af-page__tece .af-page-anchor {
        transform: rotate3d(0, 0, 1, 180deg) scale3d(1, 1, 1);
    }

    /* MAIN SETTINGS */
    .af-page__tece .af-main {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        position: relative;
    }
    .af-page__tece .af-main-parallax {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 0;
        background-position: left bottom;
        background-repeat: no-repeat;
    }
    .af-page__tece .af-main-image {
        display: block;
        height: 100%;
        position: relative;
        z-index: 0;
    }
    .af-page__tece div.af-main-image {
        width: 70%;
        max-width: 95%;
        background-position: left bottom;
        background-repeat: no-repeat;
    }
    .af-page__tece img.af-main-image {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left bottom;
        object-position: left bottom;
    }
    .af-page__tece .af-main-swiper {
        display: block;
        width: 50px;
        height: 50px;
        background-color: #D33947;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/control.svg");
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-sizing: border-box;
        position: absolute;
        right: -25px;
        top: calc(70% - 25px);
    }
    .af-page__tece .af-main-swiper.untached::before {
        content: "";
        width: 100%;
        height: 100%;
        border: 2px solid rgba(255, 255, 255, 0.6);
        box-sizing: border-box;
        border-radius: 8px;
        transform-style: preserve-3d;
        transform-origin: center center;
        transform: scale3d(0, 0, 1);
        position: absolute;
        left: 0;
        top: 0;
        -webkit-animation: move 1.5s infinite linear 200ms;
        animation: move 1.5s infinite linear 200ms;
    }
    .af-page__tece .af-main-swiper.untached:hover::before,
    .af-page__tece .af-main-swiper.untached:focus::before,
    .af-page__tece .af-main-swiper.untached:active::before {
        animation: none;
        transform: scale3d(0, 0, 1);
    }
    .af-page__tece .af-main-wrapper {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        position: relative;
    }
    .af-page__tece .af-main-links {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__tece .af-main-link {
        display: inline-block;
        width: auto;
        height: 20px;
        line-height: 22px;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0.05em;
        color: #404040;
        text-decoration: none;
        padding-left: 20px;
        box-sizing: border-box;
        background-size: auto 16px;
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url("../img/arrow-left.svg");
    }
    .af-page__tece .af-main-logotype {
        display: block;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../img/logotype.svg");
        position: absolute;
        z-index: 1;
    }
    .af-page__tece .af-main-title {
        display: inline-block;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 1.25;
        letter-spacing: 0.05em;
        color: #404040;
        margin: 0;
        box-sizing: border-box;
    }

    /* ABOUT SETTINGS */
    .af-page__tece .af-about {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .af-page__tece .af-about-text {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.45;
        letter-spacing: 0.05em;
        color: #404040;
        margin: 0 0 30px;
        box-sizing: border-box;
    }
    .af-page__tece .af-about-wrapper {
        display: block;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__tece .af-about-information {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__tece .af-about-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.05em;
        color: #404040;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0 0 0 0;
    }
    .af-page__tece .af-about-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.45;
        letter-spacing: 0.05em;
        color: #404040;
        margin: 0;
        box-sizing: border-box;
    }
    .af-page__tece .af-about-list {
        display: block;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    .af-page__tece .af-about-list li {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.45;
        letter-spacing: 0.05em;
        color: #404040;
        padding: 0 0 0 0;
    }
    .af-page__tece .af-about-list li:not(:last-child) {
        margin-bottom: 10px;
    }
    .af-page__tece .af-about-description + .af-about-list,
    .af-page__tece .af-about-list + .af-about-description {
        margin-top: 20px;
    }
    .af-page__tece .af-about-image {
        display: block;
        height: auto;
        padding-top: 20px;
        box-sizing: border-box;
        position: relative;
    }
    .af-page__tece .af-about-image img {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__tece .af-about-tag {
        width: 182px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .af-page__tece .af-about-image small {
        display: block;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.45;
        color: #8F8F8F;
    }

    /* ARTICLES SETTINS */
    .af-page__tece .af-articles {
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .af-page__tece .af-articles-item:not(.active) {
        display: none;
    }
    .af-page__tece .af-articles-medias {
        display: block;
    }
    .af-page__tece .af-articles-media {
        display: block;
        width: 100%;
        height: 100%;
    }
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) {
        display: flex;
        margin: 0 0 0 0;
        padding: 0;
        justify-content: center;
        position: absolute;
        left: 0;
    }
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) .owl-dot {
        display: block;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #BBBBBB;
        border-radius: 0;
        transition: 100ms ease;
    }
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) .owl-dot.active {
        background-color: #D33947;
        border-radius: 100%;
    }
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) .owl-dot * {
        display: none;
    }
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) .owl-dot__video {
        background-size: 70% auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../img/video-dot.svg");
    }
    
    .af-page__tece .af-articles-media * {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left top;
        object-position: left top;
    }
    .af-page__tece .af-articles-information {
        display: block;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__tece .af-articles-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 1;
        letter-spacing: 0.05em;
        color: #404040;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .af-page__tece .af-articles-short {
        display: block;
        width: 100%;
        height: auto;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        line-height: 1.5;
        font-size: 14px;
        letter-spacing: 0.05em;
        color: #404040;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .af-page__tece .af-articles-list {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .af-page__tece .af-articles-list li {
        display: list-item;
        width: 100%;
        height: auto;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        line-height: 1.5;
        font-size: 14px;
        letter-spacing: 0.05em;
        color: #404040;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        list-style-type: decimal;
        list-style-position: inside;
    }
    .af-page__tece .af-articles-list li:not(:last-child) {
        margin-bottom: 10px;
    }

    /* SHOP SETTINGS */
    .af-page__tece .af-shop {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__tece .af-shop-title {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        color: #404040;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .af-page__tece .af-shop-categories {
        display: flex;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__tece .af-shop-category {
        display: block;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.05em;
        text-align: center;
        text-decoration: none;
        padding: 10px 0;
        position: relative;
        box-sizing: border-box;
    }
    .af-page__tece .af-shop-category img {
        display: block;
        width: auto;
        max-width: 100%;
        height: 145px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        position: relative;
        z-index: 1;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .af-page__tece .af-shop-category.active {
        color: #D33947;
    }
    .af-page__tece.af-page__tece-installations .af-shop-category {
        color: #777777;
        border: 1px solid transparent;
        font-weight: 500;
    }
    .af-page__tece.af-page__tece-installations .af-shop-category.active {
        pointer-events: none;
        cursor: default;
        border-color: #D33947;
    }
    .af-page__tece.af-page__tece-plates .af-shop-category {
        color: #404040;
        min-width: 130px;
        width: 130px;
        font-weight: 400;
    }
    .af-page__tece.af-page__tece-plates .af-shop-category::before {
        content: "";
        display: block;
        width: 70px;
        height: 0;
        background-color: #D33947;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        transition: 100ms ease;
    }
    .af-page__tece.af-page__tece-plates .af-shop-category.active::before {
        height: 145px;
    }
    .af-page__tece.af-page__tece-plates .af-shop-category:not(.active) strong {
        font-weight: 400;
    }
    .af-page__tece .af-shop-wrapper {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__tece .af-shop-items {
        display: flex;
        min-height: 100px;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    .af-page__tece .af-shop-items[data-empty]::before {
        content: attr(data-empty);
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.45;
        letter-spacing: 0.05em;
        color: #404040;
        margin-top: 10px;
        padding-top: 10px;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .af-page__tece .af-product-more {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    /* FILTERS SETTINGS */
    .af-page__tece .af-shop-filters {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .af-page__tece .af-shop-filter {
        display: flex;
        width: auto;
        height: auto;
        justify-content: center;
        align-items: center;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0.05em;
        color: #404040;
        margin-bottom: 10px;
    }
    .af-page__tece .af-shop-filter select {
        display: block;
        width: auto;
        height: 28px;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0.05em;
        color: #404040;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0 26px 0 10px;
        box-sizing: border-box;
        border-radius: 0;
        border: 1px solid #d33947;
        border-style: inset;
        outline-color: #d33947;
        background-color: #ffffff;
        background-size: 10px auto;
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-image: url("../img/arrow-down.svg");
    }
    .af-page__tece .af-shop-filter [type="checkbox"] {
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .af-page__tece .af-shop-filter [type="checkbox"] + .af-checkbox-mask {
        display: block;
        width: 20px;
        height: 20px;
        margin-left: 5px;
        background-color: #ffffff;
        border: 1px solid #d33947;
        box-sizing: border-box;
    }
    .af-page__tece .af-shop-filter [type="checkbox"]:checked + .af-checkbox-mask {
        background-size: 16px auto;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../img/checkbox-mark.svg");
    }

    /* PRODUCT SETTINGS */
    .af-page__tece .af-product {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #CBCBCB;
        box-sizing: border-box;
        position: relative;
    }
    .af-page__tece .af-product-image {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .af-page__tece .af-product-image.JSProductImage {
        position: relative;
    }
    .af-page__tece .af-product-image.JSProductImage::after {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 100%;
        background-color: var(--accent-color);
        background-size: 45% auto;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/plus.svg);
    }
    .af-page__tece .af-product-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        pointer-events: none;
    }
    .af-page__tece .af-product-title {
        display: block;
        width: 100%;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.3;
        text-align: left;
        letter-spacing: 0.05em;
        color: #404040;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 0 5px;
    }
    .af-page__tece .af-product-prices {
        display: flex;
        width: 100%;
        line-height: 1;
        white-space: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-end;
        margin-bottom: 10px;
    }
    .af-page__tece .af-product-price {
        display: block;
        width: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.05em;
        color: #404040;
    }
    .af-page__tece .af-product-price__new {
        font-size: .85em;
        color: #D33947;
    }
    .af-page__tece .af-product-price__old {
        font-size: .7em;
        font-weight: 400;
        color: #8F8F8F;
        text-decoration: line-through;
        margin-left: 5px;
    }
    .af-page__tece .af-product-link {
        display: block;
        width: 100%;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.05em;
        text-decoration: none;
        color: #ffffff;
        background-color: #D33947;
        box-sizing: border-box;
    }
    .af-page__tece .af-product-add {
        display: block;
        border: 1px solid #CBCBCB;
        background-size: 50% auto;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../img/cart-icon.svg");
        position: absolute;
        right: -1px;
        bottom: -1px;
        background-color: #ffffff;
        border-radius: 100% 100% 0 100%;
    }
    .af-page__tece .af-product-add::before,
    .af-page__tece .af-product-add::after {
        content: "";
        display: block;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        transform-origin: center center;
        transform-style: preserve-3d;
        top: 0;
    }
    .af-page__tece .af-product-add::before {
        transition: 100ms ease 50ms;
        transform: scale3d(1, 1, 1);
        background-image: url("../img/cart-add.svg");
    }
    .af-page__tece .af-product-add::after {
        transition: 100ms ease 0;
        transform: scale3d(0, 0, 1);
        background-image: url("../img/cart-added.svg");
    }
    .af-page__tece .af-product-add.added::before {
        transition: 100ms ease 0;
        transform: scale3d(0, 0, 1);
    }
    .af-page__tece .af-product-add.added::after {
        transition: 100ms ease 50ms;
        transform: scale3d(1, 1, 1);
    }

    /* FRONT PAGE */
    .af-page__tece.af-page__tece-main {
        padding: 0;
        margin: 0;
    }
    .af-page__tece.af-page__tece-main .af-main {
        padding: 40px;
        box-sizing: border-box;
        background-color: #000000;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("/upload/medialibrary/c5e/p5f59u6nkdpnfu40e16ypuxst9bhdomn/tece_bg.jpg");
    }
    .af-page__tece.af-page__tece-main .af-main-logotype {
        display: block;
        max-width: 100%;
        height: auto;
        background-image: none;
        position: static;
    }
    .af-page__tece.af-page__tece-main .af-main-categories {
        display: flex;
    }
    .af-page__tece.af-page__tece-main .af-main-category {
        display: flex;
        height: auto;
        color: #000000;
        text-align: center;
        font-family: "Roboto";
        font-weight: 400;
        text-decoration: none;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
        border-radius: 4px;
        margin-bottom: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .7);
        border: 1px solid rgba(0, 0, 0, .1);
        box-sizing: border-box;
        background-color: #ffffff;
    }
    .af-page__tece.af-page__tece-main .af-main-category img {
        display: block;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        margin-bottom: 10px;
    }

}

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

    /* MAIN SETTINGS */
    .af-page__tece .af-main {
        flex-direction: row-reverse;
    }
    .af-page__tece .af-main-parallax {
        order: 2;
    }
    .af-page__tece .af-main-wrapper {
        padding: 25px 20px;
        background-color: #F7F7F7;
    }
    .af-page__tece .af-main-links {
        margin-bottom: 20px;
    }
    .af-page__tece .af-main-title {
        width: 100%;
    }
    .af-page__tece .af-main-logotype {
        width: 60px;
        height: 30px;
        top: 110%;
        right: 20px;
    }

    /* ABOUT SETTINGS */
    .af-page__tece .af-about-text {
        padding: 20px 20px 0;
    }
    .af-page__tece .af-about-wrapper {
        padding: 0 20px;
    }
    .af-page__tece .af-about-information {
        padding: 20px 20px 0;
    }
    .af-page__tece .af-about-image small {
        width: 200px;
    }

    /* ARTICLES SETTINS */
    .af-page__tece .af-articles {
        width: calc(100% + 40px);
        margin: 0 -20px 20px;
    }
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) {
        top: 60vw;
    }
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) .owl-dot {
        width: 20px;
        height: 20px;
    }
    .af-page__tece .af-articles-information {
        padding: 0 20px;
    }
    .af-page__tece .af-articles-title {
        margin-bottom: 10px;
    }
    .af-page__tece .af-articles-short {
        margin-bottom: 10px;
    }

    /* SHOP SETTINGS */
    .af-page__tece .af-shop {
        padding: 30px 20px 0;
    }
    .af-page__tece .af-shop-title {
        margin-bottom: 10px;
    }
    .af-page__tece .af-shop-categories {
        width: calc(100% + 20px);
        left: -10px;
        position: relative;
        margin-bottom: 20px;
        overflow: auto;
    }
    .af-page__tece.af-page__tece-installations .af-shop-category {
        min-width: 128px;
        width: 128px;
    }
    .af-page__tece .af-product-more {
        height: 50px;
        line-height: 50px;
    }

    /* PRODUCT SETTINGS */
    .af-page__tece .af-product {
        width: calc(50% - 7px);
        margin-bottom: 20px;
        padding: 6px 5px 8px;
    }
    .af-page__tece .af-product:nth-child(odd) {
        margin-right: 14px;
    }
    .af-page__tece .af-product-image {
        height: 25vw;
    }
    .af-page__tece .af-product-title {
        font-size: 12px;
    }
    .af-page__tece .af-product-prices {
        font-size: 12px;
    }
    .af-page__tece .af-product-link {
        height: 25px;
        font-size: 10px;
        line-height: 25px;
        padding-left: 8px;
        margin-left: -5px;
    }
    .af-page__tece .af-product-add {
        width: 38px;
        height: 40px;
    }
    .af-page__tece .af-product-add::before,
    .af-page__tece .af-product-add::after {
        width: 15px;
        height: 15px;
        right: 0;
    }

    /* FRONT PAGE */
    .af-page__tece.af-page__tece-main .af-main-logotype {
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__tece.af-page__tece-main .af-main-category {
        width: calc(50% - 10px);
    }
    .af-page__tece.af-page__tece-main .af-main-category:nth-child(odd) {
        margin-right: 20px;
    }
    .af-page__tece.af-page__tece-main .af-main-category img {
        height: 20vw;
    }
}

/* MOBILE AND VERTICAL PADS MEDIA */
@media screen and (max-width: 999px) {

    /* MAIN SETTINGS */
    .af-page__tece .af-main-parallax {
        height: 50vw;
        background-size: auto 100%;
    }
    .af-page__tece div.af-main-image {
        background-size: auto 100%;
    }

    /* ABOUT SETTINGS */
    .af-page__tece .af-about-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .af-page__tece .af-about-title {
        margin-bottom: 20px;
    }
    .af-page__tece .af-about-image {
        width: 100%;
    }
    .af-page__tece .af-about-image small {
        margin: 10px 20px 0 20px;
    }

    /* ARTICLES SETTINGS*/
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) {
        width: 100%;
        height: auto;
    }
    .af-page__tece .af-articles-media {
        width: 100%;
        height: 55vw;
        margin-bottom: 70px;
    }
    .af-page__tece .af-articles-information {
        width: 100%;
    }

    /* SHOP SETTINGS */
    .af-page__tece .af-shop-items {
        width: 100%;
    }

    /* PRODUCT SETTINGS */
    .af-page__tece .af-product-title {
        height: 5.1em;
    }
    .af-page__tece .af-product-tags {
        display: none;
    }

    /* FRONT PAGE */
    .af-page__tece.af-page__tece-main .af-main {
        min-height: calc(100vh - 72px);
    }
}

/* ALL MEDIA EXEPT HD */
@media screen and (max-width: 1199px) {

    /* FRONT PAGE */
    .af-page__tece.af-page__tece-main .af-main-logotype {
        width: 350px;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .af-page__tece.af-page__tece-main .af-main-categories {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .af-page__tece.af-page__tece-main .af-main-category {
        font-size: 16px;
        padding: 10px;
    }
}

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

    /* MAIN SETTINGS */
    .af-page__tece.af-page__tece-installations .af-main::before,
    .af-page__tece.af-page__tece-profil .af-main::before,
    .af-page__tece.af-page__tece-plates .af-main::before {
        content: "";
        display: block;
        width: 100%;
        height: 60px;
        background: rgba(255, 255, 255, 0.6);
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .af-page__tece .af-main-wrapper {
        width: 100%;
        height: auto;
        max-height: 100%;
        padding: 20px 40px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .af-page__tece .af-main-links {
        margin-bottom: 80px;
    }
    .af-page__tece .af-main-logotype {
        width: 100px;
        height: 70px;
        top: 0;
        right: 50px;
    }
    .af-page__tece .af-main-title {
        width: auto;
        padding: 50px;
        background: rgba(255, 255, 255, 0.6);
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    }

    /* ABOUT SETTINGS */
    .af-page__tece .af-about-text {
        padding: 30px 40px 0;
    }
    .af-page__tece .af-about-wrapper {
        padding: 0 40px;
    }
    .af-page__tece .af-about-information {
        padding: 30px 40px 0;
    }

    /* SHOP SETTINGS */
    .af-page__tece .af-shop {
        padding: 50px 40px 0;
    }
    .af-page__tece .af-shop-title {
        margin-bottom: 15px;
    }
    .af-page__tece .af-shop-categories {
        width: 100%;
        padding-bottom: 20px;
    }
    .af-page__tece.af-page__tece-installations .af-shop-category {
        width: 140px;
    }
    .af-page__tece .af-product-more {
        height: 40px;
        line-height: 40px;
    }

    /* FILTERS SETTINGS */
    .af-page__tece .af-shop-filters {
        margin-bottom: 20px;
    }
    .af-page__tece .af-shop-filter {
        margin-right: 20px;
    }

    /* PRODUCT SETTINGS */
    .af-page__tece .af-product {
        margin-bottom: 30px;
    }
    .af-page__tece .af-product-title {
        font-size: 14px;
    }
    .af-page__tece .af-product-prices {
        font-size: 20px;
    }
    .af-page__tece .af-product-link {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }
    .af-page__tece .af-product-add {
        width: 53px;
        height: 55px;
    }
    .af-page__tece .af-product-add::before,
    .af-page__tece .af-product-add::after {
        width: 22px;
        height: 22px;
        right: 4px;
    }
}

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

    /* ARTICLES SETTINS */
    .af-page__tece .af-articles {
        width: calc(100% + 80px);
        margin: 0 -40px 50px;
    }
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) {
        top: 60vw;
    }
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) .owl-dot {
        width: 30px;
        height: 30px;
    }
    .af-page__tece .af-articles-information {
        padding: 0 40px;
    }
    .af-page__tece .af-articles-title {
        margin-bottom: 20px;
    }
    .af-page__tece .af-articles-short {
        margin-bottom: 20px;
    }

    /* SHOP SETTINGS */
    .af-page__tece .af-shop-categories {
        margin-bottom: 20px;
    }
    .af-page__tece.af-page__tece-installations .af-shop-categories {
        justify-content: space-between;
    }

    /* PRODUCT SETTINGS */
    .af-page__tece .af-product {
        width: calc(33.33% - 15px);
        padding: 10px;
    }
    .af-page__tece .af-product:not(:nth-child(3n)) {
        margin-right: 22px;
    }
    .af-page__tece .af-product-image {
        height: 15vw;
    }
    .af-page__tece .af-product-link {
        margin-left: -10px;
        padding-left: 12px;
    }
}

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

    /* FRONT PAGE */
    .af-page__tece.af-page__tece-main .af-main-category {
        width: calc(33.33% - 13.33px);
    }
    .af-page__tece.af-page__tece-main .af-main-category:not(:nth-child(3)) {
        margin-right: 20px;
    }
    .af-page__tece.af-page__tece-main .af-main-category:nth-child(3) {
        margin-right: 0;
    }
    .af-page__tece.af-page__tece-main .af-main-category img {
        height: 20vh;
    }
}

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

    /* COMMON SETTINGS */
    .af-page__tece .af-section-wrapper {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__tece .af-page-anchor {
        opacity: .6;
    }
    .scrolled .af-page__tece .af-page-anchor:hover {
        opacity: 1;
    }

    /* MAIN SETTINGS */
    .af-page__tece .af-main-parallax {
        height: 415px;
        background-size: 100vw auto;
    }
    .af-page__tece div.af-main-image {
        background-size: 100vw auto;
    }
    .af-page__tece .af-main-swiper {
        cursor: pointer;
    }
    .af-page__tece .af-main-wrapper {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
        right: 0;
    }

    /* ABOUT SETTINGS */
    .af-page__tece .af-about-wrapper {
        width: calc(50% - 20px);
        align-self: center;
    }
    .af-page__tece .af-about-image {
        width: calc(50% - 20px);
    }
    .af-page__tece .af-about-image small {
        margin-top: 10px;
        text-align: right;
    }

    /* ARTICLES SETTINGS */
    .af-page__tece .af-articles-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        padding-left: 45px;
        box-sizing: border-box;
        position: relative;
    }
    .af-page__tece .af-articles-medias {
        width: 400px;
        padding-left: 40px;
        box-sizing: border-box;
    }
    .af-page__tece .af-articles-media {
        height: 260px;
    }
    .af-page__tece .af-articles-information {
        width: calc(100% - 430px);
    }
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) {
        width: 35px;
        height: 100%;
        padding-left: 10px;
        background-color: #ffffff;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column nowrap;
        top: 0;
    }
    .af-page__tece .af-articles-medias.owl-loaded .owl-dots:not(.disabled) .owl-dot {
        width: 15px;
        height: 15px;
        margin: 5px;
    }

    /* SHOP SETTINGS */
    .af-page__tece .af-shop-categories {
        margin-bottom: 40px;
    }
    .af-page__tece.af-page__tece-installations .af-shop-categories {
        justify-content: space-evenly;
        border-bottom: 1px solid #D33947;
    }
    .af-page__tece .af-shop-category {
        cursor: pointer;
    }
    .af-page__tece.af-page__tece-installations .af-shop-category.active::after {
        content: "";
        display: block;
        width: 54px;
        height: 18px;
        position: absolute;
        top: calc(100% + 20px);
        left: calc(50% - 27px);
        background-color: #ffffff;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../img/arrow-down-tall.svg");
    }
    .af-page__tece .af-shop-items {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    /* PRODUCT SETTINGS */
    .af-page__tece .af-product {
        padding: 10px 15px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .af-page__tece .af-product-image {
        height: 100px;
    }
    .af-page__tece .af-product-image.JSProductImage::after {
        cursor: pointer;
    }
    .af-page__tece .af-product-title {
        height: 4em;
        text-align: left;
    }
    .af-page__tece .af-product-link {
        margin-left: -15px;
        padding-left: 15px;
    }
    .af-page__tece .af-product-tags {
        display: block;
        width: calc(100% - 20px);
        height: auto;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .af-page__tece .af-product-tags .af-commoncontent-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .af-page__tece .af-product-tag,
    .af-page__tece .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__tece .af-product-tag > a,
    .af-page__tece .af-product-tags .af-commoncontent > a {
        display: flex;
        flex-flow: row nowrap;
        margin: 0;
        white-space: nowrap;
    }
    .af-page__tece .af-product-tag:hover,
    .af-page__tece .af-product-tags .af-commoncontent:hover {
        max-width: 300px;
    }

    /* FRONT PAGE */
    .af-page__tece.af-page__tece-main .af-main-category {
        transition: 200ms ease;
    }
    .af-page__tece.af-page__tece-main .af-main-category:hover {
        background-color: #2F3A83;
        color: #ffffff;
        z-index: 1;
    }
}

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

    /* PRODUCT SETTINGS */
    .af-page__tece .af-product {
        width: calc(25% - 40px);
    }
}

/* HD */
@media screen and (min-width: 1200px) {

    /* PRODUCT */
    .af-page__tece .af-product {
        width: calc(20% - 40px);
    }

    /* FRONT PAGE */
    .af-page__tece.af-page__tece-main .af-main {
        min-height: calc(100vh - 292px);
    }
    .af-page__tece.af-page__tece-main .af-main-logotype {
        width: 380px;
    }
    .af-page__tece.af-page__tece-main .af-main-categories {
        width: 756px;
        max-width: calc(100% - 450px);
        height: auto;
        max-height: 700px;
        flex-flow: column wrap;
        align-self: center;
        justify-content: flex-start;
        margin-left: auto;
    }
    .af-page__tece.af-page__tece-main .af-main-category {
        width: 232px;
        max-width: calc(33.33% - 10px);
        font-size: 24px;
        padding: 20px 10px;
        margin-bottom: 29px;
    }
    .af-page__tece.af-page__tece-main .af-main-category:not(:nth-child(3)) {
        margin-right: 20px;
    }
    .af-page__tece.af-page__tece-main .af-main-category:nth-child(3n) {
        margin-right: 0;
    }
    .af-page__tece.af-page__tece-main .af-main-category:nth-child(3n) {
        margin-top: 60px;
    }
    .af-page__tece.af-page__tece-main .af-main-category:nth-child(5n) {
        margin-top: 120px;
    }
    .af-page__tece.af-page__tece-main .af-main-category img {
        height: 180px;
    }
}
/* ANIMATION */
@-webkit-keyframes move {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
    25% {
        transform: scale3d(1.25, 1.25, 1);
        opacity: 1
    }
    50% {
        transform: scale3d(1.5, 1.5, 1);
        opacity: .75
    }
    75% {
        transform: scale3d(1.75, 1.75, 1);
        opacity: .5
    }
    99% {
        transform: scale3d(2, 2, 1);
        opacity: 0
    }
    to {
        transform: scale3d(1, 1, 1);
        opacity: 0
    }
}
@keyframes move {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 1
    }
    25% {
        transform: scale3d(1.25, 1.25, 1);
        opacity: 1
    }
    50% {
        transform: scale3d(1.5, 1.5, 1);
        opacity: .75
    }
    75% {
        transform: scale3d(1.75, 1.75, 1);
        opacity: .5
    }
    99% {
        transform: scale3d(2, 2, 1);
        opacity: 0
    }
    to {
        transform: scale3d(1, 1, 1);
        opacity: 0
    }
}
