@charset "UTF-8";

/* FONT SETTINGS */

/* roboto-300 - latin_cyrillic */
@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"); /* IE9 Compat Modes */
    src: local("Roboto Light"), local("Roboto-Light"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300.woff2") format("woff2"), /* Super Modern Browsers */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300.woff") format("woff"), /* Modern Browsers */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300.ttf") format("truetype"), /* Safari, Android, iOS */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-300-italic - latin_cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300italic.eot"); /* IE9 Compat Modes */
    src: local("Roboto Light Italic"), local("Roboto-Light-Italic"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300italic.woff2") format("woff2"), /* Super Modern Browsers */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300italic.woff") format("woff"), /* Modern Browsers */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300italic.ttf") format("truetype"), /* Safari, Android, iOS */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-300italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-italic - latin_cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.eot"); /* IE9 Compat Modes */
    src: local("Roboto Italic"), local("Roboto-Italic"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.woff2") format("woff2"), /* Super Modern Browsers */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.woff") format("woff"), /* Modern Browsers */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.ttf") format("truetype"), /* Safari, Android, iOS */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin_cyrillic */
@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"); /* IE9 Compat Modes */
    src: local("Roboto Medium"), local("Roboto-Medium"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"), /* Super Modern Browsers */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"), /* Modern Browsers */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"), /* Safari, Android, iOS */
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg"); /* Legacy iOS */
}

:root {
    --accent-color: #008fdb;

    --header-background-color: #ffffff;
    --header-text-color: #333333;
    --header-accent-color: #008fdb;

    --footer-accent-color: #008fdb;
}

/* MAIN SETTINGS */
.clear {
    clear: both;
	display: block;
	width: 0;
    height: 0;
	visibility: hidden;
	opacity: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    line-height: 0;
}
.clear-after:after {
	content: '';
	display: block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	visibility: hidden;
	opacity: 0;
    clear: both;
}
.hidden {
    display: none;
}
html,
body {
    position: relative;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0D3146;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: #373737;
}
*:focus {
    outline: none;
}
*::-moz-focus-inner {
    border: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.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;
}
/*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) {

    /* COMMON SETTINGS */
    .af-page__ensto {
        display: block;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        height: auto;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        background-color: #ffffff;
    }
    .af-page__ensto .af-section {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        z-index: 0;
    }
    .af-page__ensto .af-section-wrapper {
        position: relative;
        box-sizing: border-box;
        height: 100%;
        margin: auto;
    }
    .af-page__ensto .af-anchor-up {
        width: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 2;
        text-align: center;
        letter-spacing: 0.07em;
        color: #000000;
        box-sizing: border-box;
        position: fixed;
        right: 5px;
        bottom: 40px;
        cursor: pointer;
    }
    .af-page__ensto .af-anchor-up:not(.active) {
        display: none;
    }
    .af-page__ensto .af-text-colored {
        color: #008FDB;
    }

    /* HERO SETTINGS */
    .af-page__ensto .af-main {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__ensto .af-main-breadcrumb {
        width: 200px;
        height: 80px;
        text-align: center;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 55px;
        color: #FFFFFF;
        position: absolute;
        top: 0;
        left: calc(40% - 100px);
        z-index: 1;
        background-color: #B1E2FC;
        -webkit-clip-path: polygon(50% 100%, 10% 0, 90% 0);
                clip-path: polygon(50% 100%, 10% 0, 90% 0);
    }
    .af-page__ensto .af-main-decoration {
        display: block;
        position: absolute;
        top: 0;
    }
    .af-page__ensto .af-main-decoration img {
        display: block;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .af-page__ensto .af-main-logotype {
        display: block;
        height: auto;
    }
    .af-page__ensto .af-main-logotype img {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__ensto .af-main-information {
        display: block;
        height: auto;
    }
    .af-page__ensto .af-main-title {
        display: block;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        color: #515151;
        padding: 0;
        margin-top: 0;
    }
    .af-page__ensto .af-main-description {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.8;
        color: #515151;
        padding: 0;
        margin-top: 0;
    }
    .af-page__ensto .af-main-description a {
        color:  #008FDB;
        text-decoration: underline;
    }
    .af-page__ensto .af-main-categories {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .af-page__ensto .af-main-category {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.8;
        color: #727271;
        background-color: #f1f1f1;
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, .1);
    }
    .af-page__ensto .af-main-category .af-main-icon {
        display: block;
        stroke: #727271;
    }
    .af-page__ensto .af-main-category:hover,
    .af-page__ensto .af-main-category.active {
        color: #008FDB;
    }
    .af-page__ensto .af-main-category:hover .af-main-icon,
    .af-page__ensto .af-main-category.active .af-main-icon {
        stroke: #008FDB;
    }

    /* ABOUT SETTINGS */
    .af-page__ensto .af-section__about {
        box-sizing: border-box;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("/upload/medialibrary/de4/background_about.jpg");
    }
    .af-page__ensto .af-about {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, .8);
    }
    .af-page__ensto .af-about-text {
        display: block;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.4;
        text-align: right;
        color: #515151;
    }
    .af-page__ensto .af-about-text ~ .af-about-text {
        text-align: left;
    }
    .af-page__ensto .af-about-decoration {
        display: block;
        position: relative;
        z-index: 1;
    }
    .af-page__ensto .af-about-decoration::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #6AAC3C;
        transform-origin: center;
        transform-style: preserve-3d;
        transform: rotate3d(0, 0, 1, 45deg);
    }

    /* SHOP SETTINGS */
    .af-page__ensto .af-section__shop {
        background-color: #F9F9F9;
    }
    .af-page__ensto .af-shop {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }
    .af-page__ensto .af-shop-filters {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        position: relative;
    }
    .af-page__ensto .af-shop-categories {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: baseline;
    }
    .af-page__ensto .af-shop-category {
        display: block;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        background-color: #CECECE;
        box-sizing: border-box;
        cursor: pointer;
        transition: 100ms ease-in-out 30ms;
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category {
        background-repeat: no-repeat;
        background-position: left 25px center;
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category[data-collection="f15ef654f9bc1bdfcb612b21b7a8a799"] {
        background-size: auto 22px;
        background-image: url("../img/convectors-white.svg");
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category[data-collection="5ea648800191e8b099dbf02c77215fc9"] {
        background-size: auto 25px;
        background-image: url("../img/floor-white.svg");
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category[data-collection="d504e22c9c9e0518767dbdde0c2ddcd8"] {
        background-size: auto 28px;
        background-image: url("../img/pipes-white.svg");
    }
    .af-page__ensto .af-shop-category.active {
        border-radius: 100px;
        pointer-events: none;
        cursor: default;
        background-color: var(--accent-color);
    }
    .af-page__ensto .af-shop-filter {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: baseline;
    }
    .af-page__ensto .af-filter-title {
        display: inline-block;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        color: #515151;
        vertical-align: middle;
    }
    .af-page__ensto .af-availability-input {
        display: block;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        margin: 0;
        -moz-appearance: none;
             appearance: none;
        -webkit-appearance: none;
    }
    .af-page__ensto .af-filter-apply {
        padding: 0 10px;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.05em;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        background-color: #CECECE;
        border: 0;
        box-shadow: none;
        -moz-appearance: none;
             appearance: none;
        -webkit-appearance: none;
    }
    .af-page__ensto input + .af-checkbox-mask {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-color: #FFFFFF;
        border: 0.25px solid #515151;
        border-radius: 3px;
        box-sizing: border-box;
        margin-right: 5px;
        vertical-align: middle;
    }
    .af-page__ensto input:checked + .af-checkbox-mask::after {
        content: "\2713";
        display: inline-block;
        width: 100%;
        height: 18px;
        line-height: 1;
        font-family: "Roboto";
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        color: #787878;
        vertical-align: top;
    }
    .af-page__ensto .af-filter-select {
        display: inline-block;
        width: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        color: #515151;
        -moz-appearance: none;
             appearance: none;
        -webkit-appearance: none;
        box-sizing: border-box;
        padding: 5px 20px 5px 5px;
        background-color: #FFFFFF;
        border: 0.25px solid rgba(81,81,81, .3);
        background-size: 10px auto;
        background-repeat: no-repeat;
        background-position: right 5px center;
        background-image: url("../img/arrow-down.svg");
    }
    .af-page__ensto .af-filter-input {
        display: inline-block;
        width: auto;
        max-width: 100px;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        color: #515151;
        -moz-appearance: none;
             appearance: none;
        -webkit-appearance: none;
        box-sizing: border-box;
        padding: 5px 20px 5px 5px;
        background-color: #FFFFFF;
        border: 0.25px solid rgba(81,81,81, .3);
    }
    .af-page__ensto .af-shop-coupon {
        letter-spacing: 0;
        font-size: 0;
    }
    .af-page__ensto .af-coupon-code {
        display: inline-block;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #515151;
        background-color: #FBFBFB;
        border: 0.6px solid #EFEFEF;
        box-sizing: border-box;
    }
    .af-page__ensto .af-coupon-copy {
        display: inline-block;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.05em;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        background-color: #CECECE;
        transition: 150ms ease 30ms;
        position: relative;
    }
    .af-page__ensto .af-coupon-copy:hover {
        background-color: var(--accent-color);
    }
    .af-page__ensto .af-coupon-copy::before {
        content: attr(data-title);
        display: inline-block;
        width: auto;
        height: 0;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: .8em;
        color: #515151;
        text-transform: none;
        background-color: #FFFFFF;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        transition: 150ms ease 30ms;
    }
    .af-page__ensto .af-coupon-copy.copied::before {
        height: 30px;
        line-height: 30px;
        padding: 5px;
        bottom: calc(100% + 20px);
    }
    .af-page__ensto .af-shop .af-shop-tips {
        width: 100%;
        position: absolute;
        padding: 0;
        left: 0;
        z-index: 2;
    }
    .af-page__ensto .af-shop-carousel {
        display: block;
        width: 100%;
        position: relative;
        box-sizing: border-box;
    }
    .af-page__ensto .af-shop-wrapper {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }
    .af-page__ensto .af-shop-wrapper .af-shop-carousel {
        order: 2;
        align-self: stretch;
    }
    .af-page__ensto .af-shop-collections {
        order: 1;
        align-self: stretch;
    }
    .af-page__ensto .af-collections-item {
        display: none;
        width: 100%;
        height: 100%;
        position: relative;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        box-sizing: border-box;
    }
    .af-page__ensto .af-collections-item::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0,143,219, .7);
        top: 0;
        left: 0;
        z-index: 0;
        position: absolute;
    }
    .af-page__ensto .af-collections-title {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.5;
        color: #FFFFFF;
        position: relative;
        z-index: 1;
    }
    .af-page__ensto .af-collections-description {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.5;
        color: #FFFFFF;
        position: relative;
        z-index: 1;
    }
    .af-page__ensto .af-collections-link {
        display: block;
        width: 100%;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: bold;
        letter-spacing: 0.05em;
        text-align: center;
        font-variant: small-caps;
        color: #008FDB;
        border-radius: 100px;
        box-sizing: border-box;
        background-color: #ffffff;
        position: relative;
        z-index: 1;
    }
    .af-page__ensto .af-shop-wrapper .af-collections-item__convectors {
        background-image: url("/upload/medialibrary/771/convectors_hero.jpg");
    }
    .af-page__ensto .af-shop-wrapper .af-collections-item__floor {
        background-image: url("/upload/medialibrary/141/floors_hero.jpg");
    }
    .af-page__ensto .af-shop-wrapper .af-collections-item__pipes {
        background-image: url("/upload/medialibrary/bf6/pipes.jpg");
    }
    .af-page__ensto .af-shop-wrapper .af-collections-item__pipes .af-collections-description {
        font-size: .9em;
    }
    .af-page__ensto .af-shop-wrapper .af-shop-carousel[data-collection="f15ef654f9bc1bdfcb612b21b7a8a799"] + .af-shop-collections .af-collections-item__convectors {
        display: flex;
    }
    .af-page__ensto .af-shop-wrapper .af-shop-carousel[data-collection="5ea648800191e8b099dbf02c77215fc9"] + .af-shop-collections .af-collections-item__floor {
        display: flex;
    }
    .af-page__ensto .af-shop-wrapper .af-shop-carousel[data-collection="d504e22c9c9e0518767dbdde0c2ddcd8"] + .af-shop-collections .af-collections-item__pipes {
        display: flex;
    }
    .af-page__ensto .af-shop-carousel[data-empty]::before {
        content: attr(data-empty);
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
        padding: 20px 0;
        margin: 0 0 0 0;
        /* data-empty="По данному запросу товаров не найдено. Измените параметры поиска" */
    }
    .af-page__ensto .owl-nav.disabled {
        display: none;
    }
    .af-page__ensto .owl-prev,
    .af-page__ensto .owl-next {
        display: block;
        font-size: 0;
        background-color: #ffffff;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url("../img/arrow-slider.svg");
        border-radius: 100%;
        position: absolute;
        z-index: 1;
    }
    .af-page__ensto .owl-prev {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        transform: rotate(180deg);
    }
    .af-page__ensto .af-product {
        display: block;
        width: 100%;
        height: auto;
        margin: 5px 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        box-sizing: border-box;
        background-color: #FFFFFF;
        box-shadow: 0px 0px 2.2793px rgba(0, 0, 0, 0.15);
    }
    .af-page__ensto .af-product .af-product-tag {
        display: block;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        z-index: 1;
    }
    .af-page__ensto .af-product .af-product-tag.af-product-tag__type {
        right: 10px;
        top: 10px;
    }
    .af-page__ensto .af-product .af-product-tag.af-product-tag__mechanic {
        background-image: url("../img/manual.png");
    }
    .af-page__ensto .af-product .af-product-tag.af-product-tag__electric {
        background-image: url("../img/electric.png");
    }
    .af-page__ensto .af-product .af-product-tag.af-product-tag__bluetooth {
        background-image: url("../img/bluetooth.png");
    }
    .af-page__ensto .af-product-image,
    .af-page__ensto .af-product-image picture {
        display: block;
        width: 100%;
        position: relative;
    }
    .af-page__ensto .af-product-image picture {
        height: 100%;
    }
    .af-page__ensto .af-product-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__ensto .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: 46% auto;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/plus.svg");
        box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
        cursor: pointer;
    }
    .af-page__ensto .af-product-title {
        display: block;
        width: 100%;
        height: 4.7em;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.5;
        color: #515151;
        text-align: left;
        overflow: hidden;
        margin-top: 0;
        text-overflow: ellipsis;
    }
    .af-page__ensto .af-product-prices {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: flex-start;
        align-items: baseline;
        text-align: left;
    }
    .af-page__ensto .af-product-price {
        font-family: "Roboto";
        font-size: 1em;
        font-style: normal;
        font-weight: bold;
        line-height: 1.5;
        color: #515151;
    }
    .af-page__ensto .af-product-price.af-product-price__new {
        font-size: 1.2em;
        color: #FF0000;
    }
    .af-page__ensto .af-product-price.af-product-price__old {
        font-size: .8em;
        text-decoration: line-through;
        color: #515151;
    }
    .af-page__ensto .af-product-add2basket {
        display: block;
        background-color: var(--accent-color);
        border-radius: 100px;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0.05em;
        text-align: center;
        font-variant: small-caps;
        text-transform: lowercase;
        color: #FFFFFF;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .af-page__ensto .af-product-add2basket.af-product-buy {
        background-color: #6AAC3C;
    }
    .af-page__ensto .af-product-more {
        display: inline-block;
        width: auto;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 0.05em;
        text-align: center;
        color: var(--accent-color);
        text-decoration: underline;
    }

    /* ARTICLES SETTINGS */
    .af-page__ensto .af-articles {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        box-sizing: border-box;
    }
    .af-page__ensto .af-article {
        display: block;
        box-sizing: border-box;
    }
    .af-page__ensto .af-article.dump {
        padding: 0;
        margin: 0;
        height: 0;
    }
    .af-page__ensto .af-article-media {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__ensto .af-article-media img {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__ensto .af-article-information {
        display: block;
        width: 100%;
        height: auto;
    }
    .af-page__ensto .af-article-date {
        display: block;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 500;
        line-height: 1.7;
        color: #C4C4C4;
    }
    .af-page__ensto .af-article-title {
        display: block;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 500;
        line-height: 1.2;
        color: #515151;
        margin-top: 0;
    }

    /* TIPS SETTINGS */
    .af-page__ensto .af-tips {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: baseline;
        box-sizing: border-box;
    }
    .af-page__ensto .af-tip {
        display: block;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.8;
        text-align: center;
        color: #515151;
    }
    .af-page__ensto .af-tip img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    /* GALLERY SETTINGS */
    .af-page__ensto .af-gallery {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        box-sizing: border-box;
    }
    .af-page__ensto .af-gallery.af-gallery-floor {
        display: block;
    }
    .af-page__ensto .af-media {
        display: block;
    }
    .af-page__ensto .af-media img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .af-page__ensto .af-gallery-pipes .af-media {
        margin-bottom: 10px;
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__left .af-media {
        width: calc(45% - 5px);
        float: left;
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__left .af-media:nth-child(2),
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__left .af-media:nth-child(5) {
        width: calc(55% - 5px);
        float: right;
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__right .af-media {
        width: calc(50% - 5px);
        float: left;
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__right .af-media:first-child {
        margin-right: 10px;
    }

    /* ADVANATGES SETTINGS */
    .af-page__ensto .af-advantages {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
    }
    .af-page__ensto .af-advantage {
        display: inline-block;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.5;
        text-align: center;
        color: #515151;
        box-sizing: border-box;
        vertical-align: top;
        white-space: normal;
        letter-spacing: normal;
    }
    .af-page__ensto .af-advantage img {
        display: block;
        max-width: 80%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center;
           object-position: center;
           margin-left: auto;
           margin-right: auto;
    }
    .af-page__ensto .af-advantage small {
        display: inline-block;
        font-size: .5em;
        line-height: 1;
    }
    .af-page__ensto .af-tooltip {
        display: none;
    }

    /* PAPER SETTINGS */
    .af-page__ensto .af-paper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        position: relative;
        box-sizing: border-box;
    }
    .af-page__ensto .af-paper-information {
        display: block;
        height: auto;
    }
    .af-page__ensto .af-paper-title {
        display: block;
        width: 100%;
        font-family: "Roboto";
        font-style: normal;
        font-weight: 500;
        line-height: 1.25;
        color: #515151;
        margin-top: 0;
    }
    .af-page__ensto .af-paper-description {
        display: block;
        width: 100%;
        padding: 0 0 0 0;
        margin-top: 0;
        font-family: "Roboto";
        font-style: normal;
        line-height: 1.8;
        color: #515151;
    }
    .af-page__ensto .af-paper-description a {
        color: var(--accent-color);
        text-decoration: underline;
    }
    .af-page__ensto .af-paper-list {
        display: block;
        width: 100%;
        height: auto;
        padding: 0 0 0 0;
        margin-top: 0;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.8;
        color: #515151;
        list-style: none;
    }
    .af-page__ensto .af-paper-media {
        display: block;
        height: auto;
    }
    .af-page__ensto .af-paper-media video {
        display: block;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .af-page__ensto .af-paper-media img {
        max-width: 100%;

    }
    .af-page__ensto .af-paper-more {
        display: block;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        text-align: center;
        color: #FFFFFF;
        background-color: #008FDB;
        border-radius: 50px;
        box-sizing: border-box;
    }
    .af-page__ensto .af-papers.af-papers__pipes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .af-page__ensto .af-paper-pipes {
        box-sizing: border-box;
    }
    .af-page__ensto .af-paper-pipes .af-paper-title {
        color: #008FDB;
    }
    .af-page__ensto .af-paper-pipes .af-paper-description img {
        display: block;
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .af-page__ensto .af-paper-pipes .af-paper-subtitle {
        display: block;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.8;
        color: #008FDB;
    }
    /* TECHONOLGIES SETTINGS */
    .af-page__ensto .af-techonolgies {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        box-sizing: border-box;
    }
    .af-page__ensto .af-techonolgies-about {
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.8;
        color: #515151;
        margin-top: 0;
    }
    .af-page__ensto .af-techonolgies .af-product {
        position: relative;
    }
    .af-page__ensto .af-techonolgies .af-product-title {
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.8;
        color: #515151;
    }
    .af-page__ensto .af-techonolgies .af-product-description {
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        line-height: 1.8;
        text-align: left;
        color: #515151;
        overflow: hidden;
    }
    .af-page__ensto .af-techonolgies .af-product-description::after {
        content: "...";
    }

    /* COMMON PAGE */
    .af-page__ensto-common .af-main-decoration {
        -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
                clip-path: polygon(0 0, 50% 100%, 100% 0);
    }

    /* CONVECTORS PAGE */
    .af-page__ensto-covectors .af-main-decoration {
        -webkit-clip-path: polygon(0 10%, 5% 0, 95% 0, 100% 10%, 50% 100%);
        clip-path: polygon(0 10%, 5% 0, 95% 0, 100% 10%, 50% 100%);
    }
    .af-page__ensto-covectors .af-main-breadcrumb {
        left: calc(40% - 100px);
    }

    /* FLOOR PAGE */
    .af-page__ensto-pipes .af-main-decoration,
    .af-page__ensto-floor .af-main-decoration {
        -webkit-clip-path: polygon(0 10%, 5% 0, 95% 0, 100% 10%, 50% 100%);
        clip-path: polygon(0 10%, 5% 0, 95% 0, 100% 10%, 50% 100%);
    }
    .af-page__ensto-pipes .af-main-breadcrumb,
    .af-page__ensto-floor .af-main-breadcrumb {
        right: calc(40% - 100px);
        left: initial;
    }
}
/* MOBILE MEDIA */
@media (min-width: 0) and (max-width: 767px) {

    /* HERO SETTINGS */
    .af-page__ensto .af-main {
        padding: 30px 15px 20px;
    }
    .af-page__ensto .af-main-decoration {
        width: calc(100% - 135px);
        max-width: 230px;
        right: 0;
    }
    .af-page__ensto .af-main-logotype {
        width: 145px;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-main-title {
        width: 170px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-main-title + .af-main-logotype {
        margin: 20px 0;
    }
    .af-page__ensto .af-main-description {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-main-category {
        width: 100%;
        box-shadow: none;
        font-size: 16px;
        padding: 10px 0 10px 20px;
    }
    .af-page__ensto .af-main-category:not(:last-child) {
        margin-bottom: 10px;
    }
    .af-page__ensto .af-main-category .af-main-icon {
        display: block;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    /* ABOUT SETTINGS */
    .af-page__ensto .af-section__about {
        padding: 5px 0;
    }
    .af-page__ensto .af-about {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 5px 10px;
    }
    .af-page__ensto .af-about-text {
        width: calc(50% - 35px);
        font-size: 10px;
    }
    .af-page__ensto .af-about-decoration {
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }

    /* SHOP SETTINGS */
    .af-page__ensto .af-shop {
        padding: 20px 15px;
    }
    .af-page__ensto .af-shop-categories {
        flex-wrap: wrap;
        overflow: auto;
        white-space: nowrap;
    }
    .af-page__ensto .af-shop-category {
        font-size: 10px;
        padding: 10px 15px;
        margin: 0 10px 10px 0;
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category {
        padding: 15px 25px 15px 60px;
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category[data-collection="f15ef654f9bc1bdfcb612b21b7a8a799"] {
        background-size: auto 22px;
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category[data-collection="5ea648800191e8b099dbf02c77215fc9"] {
        background-size: auto 25px;
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category[data-collection="d504e22c9c9e0518767dbdde0c2ddcd8"] {
        background-size: auto 28px;
    }
    .af-page__ensto .af-filter {
        margin: 0 20px 10px 0;
    }
    .af-page__ensto .af-filter-title {
        font-size: 10px;
        /* min-width: 125px; */
    }
    .af-page__ensto .af-filter-select {
        font-size: 10px;
    }
    .af-page__ensto .af-filter-input {
        font-size: 10px;
    }
    .af-page__ensto .af-filter-apply {
        height: 25px;
        line-height: 25px;
        font-size: 10px;
        margin-left: -5px;
    }
    .af-page__ensto .af-shop-coupon {
        margin: 0 10px 10px 0;
    }
    .af-page__ensto .af-coupon-code {
        width: 60px;
        height: 24px;
        line-height: 24px;
        font-size: 10px;
        margin-left: 10px;
    }
    .af-page__ensto .af-coupon-copy {
        width: 100px;
        height: 24px;
        line-height: 24px;
        font-size: 10px;
    }
    .af-page__ensto .af-shop-carousel {
        margin-top: 10px;
    }
    .af-page__ensto .af-collections-item {
        padding: 20px;
    }
    .af-page__ensto .af-collections-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-collections-description {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-collections-link {
        width: 180px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .af-page__ensto .owl-prev,
    .af-page__ensto .owl-next {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }
    .af-page__ensto .owl-prev {
        left: -15px;
    }
    .af-page__ensto .owl-next {
        right: -15px;
    }
    .af-page__ensto .af-product {
        width: calc(100% - 10px);
        padding: 5px;
        border: 1px solid rgba(0, 0, 0, .1);
    }
    .af-page__ensto .af-product-image {
        font-size: 10px;
        height: 30vw;
        margin-bottom: 5px;
    }
    .af-page__ensto .af-product-title {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .af-page__ensto .af-product-prices {
        height: 20px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .af-page__ensto .af-product-price.af-product-price__new {
        margin-right: 10px;
    }
    .af-page__ensto .af-product-add2basket {
        width: 100%;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .af-page__ensto .af-product-more {
        font-size: 12px;
    }

    /* ARTICLES SETTINGS */
    .af-page__ensto .af-articles {
        padding: 15px 12px;
    }
    .af-page__ensto .af-article {
        width: calc(50% - 10px);
    }
    .af-page__ensto .af-article-media {
        margin-bottom: 5px;
    }
    .af-page__ensto .af-article-date {
        font-size: 10px;
    }
    .af-page__ensto .af-article-title {
        font-size: 10px;
    }

    /* TIPS SETTINGS */
    .af-page__ensto .af-tips {
        padding: 20px 15px;
    }
    .af-page__ensto .af-tip {
        width: calc(50% - 10px);
        font-size: 10px;
    }
    .af-page__ensto .af-tip img {
        width: 60px;
        margin-bottom: 10px;
    }

    /* GALLERY SETTINGS */
    .af-page__ensto .af-gallery {
        padding: 20px 15px;
    }
    .af-page__ensto .af-gallery-main .af-media {
        display: block;
        width: calc(33.33% - 13.33px);
        height: 20vw;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-gallery-main .af-media:first-child {
        width: calc(66.66% - 33px);
        height: calc(40vw + 20px);
        position: absolute;
        left: 15px;
        top: 20px;
    }
    .af-page__ensto .af-gallery-main .af-media:nth-child(2),
    .af-page__ensto .af-gallery-main .af-media:nth-child(3) {
        margin-left: 66.66%;
    }

    /* ADVANATGES SETTINGS */
    .af-page__ensto .af-advantages {
        height: 180px;
        padding: 20px;
    }
    .af-page__ensto .af-advantage {
        font-size: 10px;
    }
    .af-page__ensto .af-advantage img {
        height: 100px;
    }

    /* PAPER SETTINGS */
    .af-page__ensto .af-paper {
        padding: 15px;
    }
    .af-page__ensto .af-paper-information {
        margin-bottom: 15px;
    }
    .af-page__ensto .af-paper-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .af-page__ensto .af-paper-description,
    .af-page__ensto .af-paper-list {
        font-size: 10px;
    }
    .af-page__ensto .af-paper-description .finnmat-left {
        display: block;
        width: 169px;
        height: 126px;
        border-radius: 80px;
        float: right;
    }
    .af-page__ensto .af-paper-list li {
        margin-bottom: 10px;
    }
    .af-page__ensto .af-paper-media {
        margin-bottom: 15px;
    }
    .af-page__ensto .af-paper-more {
        width: 290px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .af-page__ensto .af-paper-pipes .af-paper-description img {
        margin: 15px 0;
    }
    .af-page__ensto .af-paper-pipes .af-paper-subtitle {
        font-size: 10px;
    }
    .af-page__ensto .af-paper-pipes .af-paper-more + .af-paper-information {
        margin-top: 20px;
    }

    /* TECHONOLGIES SETTINGS */
    .af-page__ensto .af-techonolgies {
        padding: 20px 25px;
    }
    .af-page__ensto .af-techonolgies-about {
        font-size: 10px;
    }
    .af-page__ensto .af-techonolgies .af-product {
        border: 0;
        padding: 0 0 60px 0;
    }
    .af-page__ensto .af-techonolgies .af-product-image img {
        -o-object-position: left;
           object-position: left;
    }
    .af-page__ensto .af-techonolgies .af-product-title {
        height: auto;
        font-size: 10px;
        margin-bottom: 5px;
    }
    .af-page__ensto .af-techonolgies .af-product-prices {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .af-page__ensto .af-techonolgies .af-product-description {
        font-size: 10px;
    }
    .af-page__ensto .af-techonolgies .af-product-add2basket {
        width: 135px;
        font-size: 8px;
        position: absolute;
        bottom: 20px;
        left: 0;
    }
    .af-page__ensto .af-techonolgies .af-product-more {
        display: block;
        width: 135px;
        font-size: 12px;
        text-align: left;
        position: absolute;
        bottom: 5px;
        left: 0;
    }

    /* CONVECTORS PAGE */
    .af-page__ensto-covectors .af-main-decoration img,
    .af-page__ensto-pipes .af-main-decoration img,
    .af-page__ensto-floor .af-main-decoration img {
        height: 105px;
    }
    .af-page__ensto-pipes .af-main-decoration,
    .af-page__ensto-floor .af-main-decoration {
        left: 20px;
        right: initial;
    }
    .af-page__ensto-pipes .af-main-information,
    .af-page__ensto-floor .af-main-information {
        text-align: right;
    }
    .af-page__ensto-pipes .af-main-title,
    .af-page__ensto-floor .af-main-title {
        margin-left: calc(100% - 170px);
    }
    .af-page__ensto-pipes .af-main-title + .af-main-logotype,
    .af-page__ensto-floor .af-main-title + .af-main-logotype {
        margin-left: calc(100% - 145px);
    }
}
/* MOBILE AND VERTICAL PADS MEDIA */
@media (min-width: 0) and (max-width: 999px) {
    .af-page__ensto .af-main-breadcrumb {
        display: none;
    }
    .af-page__ensto .af-anchor-up {
        display: none;
    }
    .af-page__ensto .af-shop-filters {
        justify-content: start;
        align-items: baseline;
    }
    .af-page__ensto .af-shop-categories {
        width: 100%;
        order: 0;
    }
    .af-page__ensto .af-filter {
        display: inline-block;
        vertical-align: middle;
        order: 2;
    }
    .af-page__ensto .af-sort {
        order: 2;
    }
    .af-page__ensto .af-filter-select {
        margin-left: 5px;
    }
    .af-page__ensto .af-filter-input {
        margin-left: 5px;
    }
    .af-page__ensto .af-square-input {
        max-width: 100px;
    }
    .af-page__ensto .af-availability {
        order: 1;
    }
    .af-page__ensto .af-shop-coupon {
        order: 3;
    }
    .af-page__ensto .af-advantages.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .af-page__ensto .af-advantage {
        width: calc(33.33% - 10px);
    }
    .af-page__ensto .owl-item .af-advantage {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__ensto .af-paper-media {
        width: 100%;
    }
    .af-page__ensto .af-paper-more {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__left .af-media {
        height: 20vw;
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__left .af-media:nth-child(2) {
        height: calc(40vw + 10px);
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__right .af-media {
        height: 30vw;
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__right .af-media:first-child {
        height: calc(60vw + 10px);
    }
    .af-page__ensto .af-gallery-floor .af-gallery-wrapper {
        width: 100%;
    }
    .af-page__ensto .af-gallery-floor .af-media {
        width: 100%;
        height: 40vw;
        float: left;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-gallery-floor .af-gallery-wrapper__right .af-media {
        width: calc(45% - 5px);
    }
    .af-page__ensto .af-gallery-floor .af-gallery-wrapper__right .af-media:first-child {
        width: calc(55% - 5px);
        height: calc(120vw + 20px);
        margin-right: 10px;
    }
    .af-page__ensto .af-coupon-copy::before {
        width: 150px;
    }
    .af-page__ensto .af-techonolgies .af-product-description {
        max-height: 20em;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-paper-convectors.af-paper-convectors__bluetooth {
        margin-top: 20px;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-media {
        order: 0;
        width: 100%;
        height: auto;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-media ~ .af-paper-media {
        order: 2;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-more {
        order: 3;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-title {
        margin-bottom: 20px;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-information {
        order: 1;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-description {
        margin-bottom: 10px;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-list {
        line-height: 1.2;
    }
    .af-page__ensto .af-paper-convectors__bluetooth small {
        order: 4;
        font-size: 10px;
        line-height: 1.2;
    }
    .af-page .af-product-tags {
        display: none;
    }
}
/* PADS AND PC MEDIA */
@media screen and (min-width: 768px) {
    .af-page__ensto .af-main-category {
        flex-direction: column;
        justify-content: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        transition: 150ms ease 30ms;
    }
    .af-page__ensto .af-main-category .af-main-icon {
        width: 90px;
        height: 90px;
        margin-left: auto;
        margin-right: auto;
        transition: 150ms ease 30ms;
    }
    .af-page__ensto .af-collections-link {
        height: 50px;
        line-height: 48px;
        font-size: 22px;
    }
}
/* VERTICAL PADS MEDIA*/
@media (min-width: 768px) and (max-width: 999px) {

    /* HERO SETTINGS */
    .af-page__ensto .af-main {
        padding: 75px 30px 40px;
    }
    .af-page__ensto .af-main-decoration {
        width: calc(100% - 320px);
        max-width: 500px;
        right: 0;
    }
    .af-page__ensto .af-main-logotype {
        width: 340px;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-main-title {
        width: 403px;
        font-size: 33px;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-main-description {
        font-size: 19px;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-main-category {
        width: calc(33.33% - 20px);
        font-size: 16px;
    }
    .af-page__ensto .af-main-category .af-main-icon {
        margin-bottom: 10px;
    }

    /* ABOUT SETTINGS */
    .af-page__ensto .af-section__about {
        padding: 15px 40px;
    }
    .af-page__ensto .af-about {
        padding: 35px 25px;
    }
    .af-page__ensto .af-about-text {
        width: calc(50% - 53px);
        font-size: 19px;
    }
    .af-page__ensto .af-about-decoration {
        width: 66px;
        height: 66px;
        margin: 0 20px;
    }

    /* SHOP SETTINGS */
    .af-page__ensto .af-shop {
        padding: 50px 30px;
    }
    .af-page__ensto .af-shop-category {
        font-size: 19px;
        padding: 15px 30px;
        margin: 0 20px 10px 0;
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category {
        padding: 15px 30px 15px 65px;
        background-position: left 25px center;
    }
    .af-page__ensto .af-filter {
        margin: 0 20px 20px 0;
    }
    .af-page__ensto .af-filter-title {
        font-size: 19px;
    }
    .af-page__ensto .af-filter-select {
        font-size: 19px;
    }
    .af-page__ensto .af-filter-input {
        font-size: 19px;
    }
    .af-page__ensto .af-filter-apply {
        height: 35px;
        line-height: 35px;
        font-size: 19px;
        margin-left: -5px;
    }
    .af-page__ensto .af-shop-coupon {
        margin: 0 20px 20px 0;
    }
    .af-page__ensto .af-coupon-code {
        width: 124px;
        height: 40px;
        line-height: 40px;
        font-size: 19px;
        margin-left: 15px;
    }
    .af-page__ensto .af-coupon-copy {
        width: 190px;
        height: 40px;
        line-height: 40px;
        font-size: 19px;
    }
    .af-page__ensto .af-shop-carousel {
        margin-top: 20px;
    }
    .af-page__ensto .af-shop-wrapper .af-shop-carousel {
        width: calc(66.66% - 10px);
    }
    .af-page__ensto .af-shop-collections {
        width: calc(33.33% - 10px);
        margin-top: 20px;
    }
    .af-page__ensto .af-collections-item {
        padding: 40px 20px;
    }
    .af-page__ensto .af-collections-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-collections-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .af-page__ensto .owl-prev,
    .af-page__ensto .owl-next {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
    }
    .af-page__ensto .owl-prev {
        left: -25px;
    }
    .af-page__ensto .owl-next {
        right: -25px;
    }
    .af-page__ensto .af-product {
        width: calc(100% - 10px);
        padding: 10px;
    }
    .af-page__ensto .af-product-image {
        font-size: 19px;
        height: 18vw;
        margin-bottom: 15px;
    }
    .af-page__ensto .af-product-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-product-prices {
        height: 30px;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .af-page__ensto .af-product-price.af-product-price__new {
        margin-right: 20px;
    }
    .af-page__ensto .af-product-add2basket {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-product-more {
        font-size: 16px;
    }

    /* ARTICLES SETTINGS */
    .af-page__ensto .af-articles {
        padding: 40px 30px;
    }
    .af-page__ensto .af-article {
        width: calc(33.33% - 20px);
    }
    .af-page__ensto .af-article-media {
        margin-bottom: 15px;
    }
    .af-page__ensto .af-article-date {
        font-size: 19px;
    }
    .af-page__ensto .af-article-title {
        font-size: 19px;
    }

    /* TIPS SETTINGS */
    .af-page__ensto .af-tips {
        padding: 40px 30px;
    }
    .af-page__ensto .af-tip {
        width: calc(50% - 25px);
        font-size: 19px;
    }
    .af-page__ensto .af-tip img {
        width: 110px;
        margin-bottom: 30px;
    }

    /* GALLERY SETTINGS */
    .af-page__ensto .af-gallery {
        padding: 40px 30px;
    }
    .af-page__ensto .af-gallery-main .af-media {
        width: calc(33.33% - 15px);
        height: 20vw;
        margin-bottom: 30px;
    }
    .af-page__ensto .af-gallery-main .af-media:first-child {
        width: calc(66.66% - 55px);
        height: calc(40vw + 30px);
        position: absolute;
        left: 30px;
        top: 40px;
    }
    .af-page__ensto .af-gallery-main .af-media:nth-child(2),
    .af-page__ensto .af-gallery-main .af-media:nth-child(3) {
        margin-left: 66.66%;
    }

    /* ADVANATGES SETTINGS */
    .af-page__ensto .af-advantages {
        height: 280px;
        padding: 20px 30px 20px;
    }
    .af-page__ensto .af-advantage {
        font-size: 19px;
    }
    .af-page__ensto .af-advantage img {
        height: 150px;
        margin-bottom: 10px;
    }

    /* PAPER SETTINGS */
    .af-page__ensto .af-paper {
        padding: 40px 30px;
    }
    .af-page__ensto .af-paper-information {
        margin-bottom: 30px;
    }
    .af-page__ensto .af-paper-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-paper-description,
    .af-page__ensto .af-paper-list {
        font-size: 24px;
    }
    .af-page__ensto .af-paper-description .finnmat-left {
        display: block;
        width: 350px;
        height: 261px;
        border-radius: 180px;
        float: right;
    }
    .af-page__ensto .af-paper-list li {
        margin-bottom: 20px;
    }
    .af-page__ensto .af-paper-media {
        margin-bottom: 30px;
    }
    .af-page__ensto .af-paper-more {
        width: 672px;
        height: 80px;
        line-height: 80px;
        font-size: 32px;
    }
    .af-page__ensto .af-paper-pipes .af-paper-description img {
        margin: 20px 0;
    }
    .af-page__ensto .af-paper-pipes .af-paper-subtitle {
        font-size: 19px;
    }
    .af-page__ensto .af-paper-pipes .af-paper-more + .af-paper-information {
        margin-top: 40px;
    }

    /* TECHONOLGIES SETTINGS */
    .af-page__ensto .af-techonolgies {
        padding: 30px 25px;
    }
    .af-page__ensto .af-techonolgies-about {
        font-size: 19px;
    }
    .af-page__ensto .af-techonolgies .af-product {
        padding: 20px 35px 100px 35px;
    }
    .af-page__ensto .af-techonolgies .af-product-image img {
        -o-object-position: left;
           object-position: left;
    }
    .af-page__ensto .af-techonolgies .af-product-title {
        height: auto;
        font-size: 19px;
        margin-bottom: 15px;
    }
    .af-page__ensto .af-techonolgies .af-product-prices {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .af-page__ensto .af-techonolgies .af-product-description {
        font-size: 19px;
    }
    .af-page__ensto .af-techonolgies .af-product-add2basket {
        width: 320px;
        height: 60px;
        line-height: 60px;
        font-size: 19px;
        position: absolute;
        bottom: 20px;
        left: 35px;
    }
    .af-page__ensto .af-techonolgies .af-product-more {
        display: block;
        width: 180px;
        text-align: left;
        font-size: 19px;
        margin-bottom: 20px;
    }

    /* COVECTORS PAGE */
    .af-page__ensto .af-main-decoration img {
        max-height: 200px;
    }
}
/* HORIZONTAL PADS AND PC MEDIA */
@media screen and (min-width: 1000px) {

    /* COMMON SETTINGS */
    .af-page__ensto .af-section-wrapper {
        position: relative;
        z-index: 1;
    }
    .af-page__ensto .af-main-breadcrumb {
        display: block;
    }
    .af-page__ensto .af-anchor-up {
        display: inline-block;
    }

    /* HERO SETTINGS */
    .af-page__ensto .af-main {
        width: 80%;
        min-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 70px 40px 40px;
        position: relative;
    }
    .af-page__ensto .af-main-decoration {
        width: calc(100% - 320px);
        max-width: 800px;
        left: 800px;
    }
    .af-page__ensto .af-main-decoration img {
        height: 400px;
    }
    .af-page__ensto .af-main-logotype {
        width: 408px;
        margin-bottom: 30px;
    }
    .af-page__ensto .af-main-title {
        width: 760px;
        font-size: 42px;
        margin-bottom: 30px;
    }
    .af-page__ensto .af-main-description {
        width: 870px;
        font-size: 14px;
        margin-bottom: 40px;
    }
    .af-page__ensto .af-main-categories {
        width: 870px;
    }
    .af-page__ensto .af-main-category {
        width: calc(33.33% - 20px);
        min-height: 250px;
        font-size: 16px;
    }
    .af-page__ensto .af-main-category .af-main-icon {
        margin-bottom: 10px;
    }

    /* ABOUT SETTINGS */
    .af-page__ensto .af-section__about {
        padding: 25px 50px;
    }
    .af-page__ensto .af-about {
        padding: 12px 25px;
        justify-content: center;
    }
    .af-page__ensto .af-about-text {
        width: 500px;
        max-width: calc(50% - 120px);
        font-size: 30px;
    }
    .af-page__ensto .af-about-decoration {
        width: 100px;
        height: 100px;
        margin: 0 100px;
    }
    .af-page__ensto .af-about-decoration::before {
        transform: scale3d(1.5, 1.5, 1) rotate3d(0, 0, 1, 45deg);
    }

    /* SHOP SETTINGS */
    .af-page__ensto .af-section__shop {
        margin-top: 80px;
    }
    .af-page__ensto .af-section__shop::after {
        content: "";
        display: block;
        width: 90px;
        height: 400px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url("/upload/medialibrary/bf2/carousel_decor.png");
        position: absolute;
        left: calc(100% - 90px);
        bottom: -70px;
        z-index: 0;
    }
    .af-page__ensto .af-shop {
        width: 80%;
        min-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 70px 40px 40px;
    }
    .af-page__ensto .af-shop-filters {
        align-items: center;
        justify-content: space-between;
    }
    .af-page__ensto .af-shop-filter {
        align-items: center;
    }
    .af-page__ensto .af-shop-categories {
        margin: 0 0 40px 0;
        order: 0;
    }
    .af-page__ensto .af-shop-category {
        font-size: 16px;
        padding: 12px 25px;
        margin: 0 20px 0 0;
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category {
        padding: 20px 25px 20px 65px;
        background-repeat: no-repeat;
        background-position: left 25px center;
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category[data-collection="f15ef654f9bc1bdfcb612b21b7a8a799"] {
        background-size: auto 22px;
        background-image: url("../img/convectors-white.svg");
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category[data-collection="5ea648800191e8b099dbf02c77215fc9"] {
        background-size: auto 25px;
        background-image: url("../img/floor-white.svg");
    }
    .af-page__ensto.af-page__ensto-common .af-shop-category[data-collection="d504e22c9c9e0518767dbdde0c2ddcd8"] {
        background-size: auto 28px;
        background-image: url("../img/pipes-white.svg");
    }
    .af-page__ensto .af-shop-category:hover {
        border-radius: 50px;
    }
    .af-page__ensto .af-shop-availability {
        margin: 0 0 40px 0;
        order: 2;
    }
    .af-page__ensto .af-filter {
        margin: 0 20px 40px 0;
    }
    .af-page__ensto .af-sort {
        order: 1;
    }
    .af-page__ensto .af-filter-title {
        font-size: 16px;
    }
    .af-page__ensto .af-filter-select {
        font-size: 16px;
        margin-left: 15px;
    }
    .af-page__ensto .af-filter-input {
        font-size: 16px;
        margin-left: 15px;
    }
    .af-page__ensto .af-filter-apply {
        height: 31px;
        line-height: 31px;
        font-size: 16px;
    }
    .af-page__ensto .af-shop-coupon {
        margin: 0 0 40px 0;
        order: 3;
    }
    .af-page__ensto .af-coupon-code {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        margin-left: 20px;
    }
    .af-page__ensto .af-coupon-copy {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .af-page__ensto .af-shop .af-shop-tips .af-tooltip {
        margin-top: 30px;
    }
    .af-page__ensto .af-shop-carousel {
        margin-top: 30px;
    }
    .af-page__ensto .af-shop-wrapper .af-shop-carousel {
        width: calc(75% - 10px);
    }
    .af-page__ensto .af-shop-collections {
        width: calc(25% - 10px);
        margin-top: 30px;
    }
    .af-page__ensto .af-collections-item {
        padding: 40px 30px;
    }
    .af-page__ensto .af-collections-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-collections-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .af-page__ensto .owl-prev,
    .af-page__ensto .owl-next {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
    }
    .af-page__ensto .owl-prev {
        left: -30px;
    }
    .af-page__ensto .owl-next {
        right: -30px;
    }
    .af-page__ensto .af-product {
        width: calc(100% - 20px);
        padding: 10px;
    }
    .af-page__ensto .af-product .af-product-tag.af-product-tag__bluetooth {
        top: 170px;
    }
    .af-page__ensto .af-product-image {
        font-size: 19px;
        height: 200px;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-product-title {
        height: 2.8em;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-product-prices {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-product-price.af-product-price__new {
        margin-right: 20px;
    }
    .af-page__ensto .af-product-add2basket {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-bottom: 10px;
        transition: 100ms ease 30ms;
    }
    .af-page__ensto .af-product-add2basket:hover {
        background-color: #6AAC3C;
    }
    .af-page__ensto .af-product-more {
        font-size: 16px;
    }

    /* ARTICLES SETTINGS */
    .af-page__ensto .af-articles {
        width: 80%;
        min-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px;
        position: relative;
    }
    .af-page__ensto .af-section__articles::after {
        content: "";
        display: block;
        width: 300px;
        height: 300px;
        background-color: #6AAC3C;
        position: absolute;
        left: -200px;
        top: -150px;
        z-index: 0;
        transform: rotate(45deg);
    }
    .af-page__ensto .af-article {
        width: calc(25% - 37.5px);
        margin-bottom: 30px;
    }
    .af-page__ensto .af-article-media {
        margin-bottom: 10px;
    }
    .af-page__ensto .af-article-date {
        font-size: 16px;
    }
    .af-page__ensto .af-article-title {
        font-size: 16px;
    }

    /* TIPS SETTINGS */
    .af-page__ensto .af-section__tips::after {
        content: "";
        display: block;
        width: 270px;
        height: 440px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right top;
        background-image: url("/upload/medialibrary/704/tips_decor.png");
        position: absolute;
        left: 0;
        top: -100px;
        z-index: 0;
    }
    .af-page__ensto .af-tips {
        width: 80%;
        min-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 70px 40px 40px;
        justify-content: space-evenly;
    }
    .af-page__ensto .af-tip {
        width: 220px;
        font-size: 14px;
    }
    .af-page__ensto .af-tip img {
        width: 120px;
        margin-bottom: 10px;
    }

    /* GALLERY SETTINGS */
    .af-page__ensto .af-section__gallery::after {
        content: "";
        display: block;
        width: 270px;
        height: 440px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right top;
        background-image: url("/upload/medialibrary/21a/gallery_decor.png");
        position: absolute;
        right: 0;
        bottom: 200px;
        z-index: 0;
    }
    .af-page__ensto .af-gallery {
        width: 80%;
        min-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 40px;
        position: relative;
    }
    .af-page__ensto .af-gallery-main .af-media {
        width: calc(33.33% - 26.66px);
        height: 15vw;
        margin-bottom: 40px;
    }
    .af-page__ensto .af-gallery-main .af-media:first-child {
        width: calc(66.66% - 80px);
        height: calc(30vw + 40px);
        position: absolute;
        left: 40px;
        top: 40px;
    }
    .af-page__ensto .af-gallery-main .af-media:nth-child(2),
    .af-page__ensto .af-gallery-main .af-media:nth-child(3) {
        margin-left: 66.66%;
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper {
        width: calc(50% - 5px);
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__left .af-media {
        height: 200px;
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__left .af-media:nth-child(2) {
        height: 410px;
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__right .af-media {
        height: 310px;
    }
    .af-page__ensto .af-gallery-pipes .af-gallery-wrapper__right .af-media:first-child {
        height: 620px;
    }
    .af-page__ensto .af-gallery.af-gallery-floor {
        display: flex;
        width: 1000px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__ensto .af-gallery.af-gallery-floor .af-gallery-wrapper__left {
        width: 40%;
    }
    .af-page__ensto .af-gallery.af-gallery-floor .af-gallery-wrapper__right {
        width: 60%;
    }
    .af-page__ensto .af-gallery.af-gallery-floor .af-gallery-wrapper__left .af-media {
        width: calc(100% - 10px);
        height: 200px;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-gallery.af-gallery-floor .af-gallery-wrapper__right .af-media {
        width: calc(50% - 10px);
        height: 200px;
        margin-bottom: 20px;
        float: left;
    }
    .af-page__ensto .af-gallery.af-gallery-floor .af-gallery-wrapper__right .af-media:first-child {
        height: 640px;
        margin-right: 20px;

    }

    /* ADVANATGES SETTINGS */
    .af-page__ensto .af-section__advantages {
        z-index: 1;
    }
    .af-page__ensto .af-advantages {
        width: 80%;
        min-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 40px;
        position: relative;
        height: 220px;
    }
    .af-page__ensto .af-advantage {
        width: 140px;
        font-size: 14px;
    }
    .af-page__ensto .af-advantages {
        display: block;
        position: relative;
    }
    .af-page__ensto .af-tooltip {
        display: none;
        width: 173px;
        height: auto;
        font-family: "Roboto";
        font-weight: normal;
        font-size: 10px;
        line-height: 1.5;
        color: #515151;
        padding: 10px 5px;
        box-sizing: border-box;
        background-color: #F5F5F5;
        box-shadow: 3px 0px 9px rgba(0, 0, 0, 0.11);
        position: absolute;
    }
    .af-page__ensto .af-tooltip.active {
        display: block;
    }
    .af-page__ensto .af-tooltip::before {
        content: "";
        display: block;
        border-color: #F5F5F5 transparent;
        border-style: solid;
        border-width: 0 20px 20px 0;
        position: absolute;
        left: 0;
        bottom: 100%;
    }
    .af-page__ensto.af-page__ensto-covectors .af-advantage {
        width: 120px;
    }
    .af-page__ensto.af-page__ensto-pipes .af-advantage {
        width: 105px;
    }
    .af-page__ensto .af-advantage img {
        height: 100px;
        margin-bottom: 10px;
    }

     /* PAPER SETTINGS */
     .af-page__ensto .af-paper {
        width: 80%;
        min-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 40px;
    }
    .af-page__ensto .af-paper-convectors .af-paper-information {
        width: 60%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .af-page__ensto .af-paper-convectors.af-paper-convectors__choose .af-paper-information {
        padding-right: 50px;
    }
    .af-page__ensto .af-paper-convectors.af-paper-convectors__choose .af-paper-title {
        margin-bottom: 40px;
    }
    .af-page__ensto .af-paper-convectors.af-paper-convectors__bluetooth .af-paper-information {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .af-page__ensto .af-paper-convectors .af-paper-about {
        width: calc(50% - 20px);
    }
    .af-page__ensto .af-paper-convectors.af-paper-convectors__bluetooth .af-paper-more {
        margin-left: calc(25% - 200px);
        margin-right: calc(25% - 200px);
    }
    .af-page__ensto .af-paper-convectors.af-paper-convectors__bluetooth .af-paper-information + .af-paper-media {
        top: 0;
        right: 0;
        position: absolute;
    }
    .af-page__ensto .af-paper-convectors.af-paper-convectors__bluetooth small {
        display: block;
        width: 50%;
        height: auto;
        font-family: "Roboto";
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 1.5;
        text-align: right;
        color: #515151;
        position: absolute;
        top: 100%;
        right: 0;
    }
    .af-page__ensto .af-paper-title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .af-page__ensto .af-paper-description,
    .af-page__ensto .af-paper-list {
        font-size: 14px;
        position: relative;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-description {
        display: block;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-list {
        line-height: 1;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-description ~ .af-paper-description {
        margin-top: 20px;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-list ~ .af-paper-list {
        margin-bottom: 20px;
    }
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-description ~ .af-paper-description,
    .af-page__ensto .af-paper-convectors__bluetooth .af-paper-list ~ .af-paper-list  {
        max-width: 80%;
    }
    .af-page__ensto .af-paper-list li {
        margin-bottom: 10px;
    }
    .af-page__ensto .af-paper-convectors .af-paper-media {
        width: 40%;
    }
    .af-page__ensto .af-paper-convectors.af-paper-convectors__bluetooth .af-paper-media {
        margin-top: 30px;
        width: 33.33%;
    }
    .af-page__ensto .af-paper-convectors.af-paper-convectors__bluetooth .af-paper-media {
        width: calc(50% - 40px);
    }
    .af-page__ensto .af-paper-more {
        width: 400px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .af-page__ensto .af-paper-more:hover {
        background-color: #6AAC3C;
    }
    .af-page__ensto .af-paper-description .finnmat-left {
        display: block;
        width: 499px;
        height: 371px;
        position: absolute;
        top: -80px;
        left: 100%;
    }
    .af-page__ensto .af-paper.af-paper-floor .af-paper-information {
        width: 1235px;
        max-width: calc(100% - 300px);
        margin-left: 150px;
    }
    .af-page__ensto .af-paper.af-paper-floor + .af-paper.af-paper-floor .af-paper-information {
        width: 880px;
        margin-left: 150px;
        margin-right: calc(100% - 880px);
    }
    .af-page__ensto .af-paper.af-paper-floor .af-paper-more {
        margin-left: 150px;
    }
    .af-page__ensto .af-papers.af-papers__pipes {
        width: 80%;
        min-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        background-size: 50% auto;
        background-repeat: no-repeat;
        background-position: right 60px bottom;
        background-image: url("/upload/medialibrary/eb5/slogan.svg");
    }
    .af-page__ensto .af-paper-pipes {
        min-width: 0;
        width: calc(33.33% - 20px);
        margin-right: 20px;
    }
    .af-page__ensto .af-paper-pipes .af-paper-description img {
        margin: 20px 0;
    }
    .af-page__ensto .af-paper-pipes .af-paper-subtitle {
        font-size: 14px;
    }
    .af-page__ensto .af-paper-pipes .af-paper-more + .af-paper-information {
        margin-top: 40px;
    }

    /* TECHONOLGIES SETTINGS */
    .af-page__ensto .af-techonolgies {
        width: 84%;
        min-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 40px;
    }
    .af-page__ensto .af-techonolgies-about {
        width: 1446px;
        max-width: 100%;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .af-page__ensto .af-techonolgies .af-product {
        padding: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .af-page__ensto .af-techonolgies .af-product-information,
    .af-page__ensto .af-techonolgies .af-product-description {
        display: block;
        width: calc(50% - 10px);
    }
    .af-page__ensto .af-techonolgies .af-product-image {
        height: 150px;
    }
    .af-page__ensto .af-techonolgies .af-product-image img {
        -o-object-position: left;
           object-position: left;
    }
    .af-page__ensto .af-techonolgies .af-product-title {
        height: 3.6em;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-techonolgies .af-product-prices {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .af-page__ensto .af-techonolgies .af-product-description {
        font-size: 14px;
        height: 21.8em;
        overflow: hidden;
    }
    .af-page__ensto .af-techonolgies .af-product-add2basket {
        width: 230px;
        max-width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .af-page__ensto .af-techonolgies .af-product-more {
        display: block;
        width: 180px;
        margin-left: calc(50% - 10px);
        font-size: 16px;
    }

    /* COMMON PAGE */
    .af-page__ensto-common .af-main-decoration {
        max-width: 600px;
        left: 950px;
    }
    .af-page__ensto-common .af-main-decoration img {
        height: 300px;
    }
    .af-section__main-common:before {
        content: "";
        display: block;
        width: 200px;
        height: 400px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right top;
        background-image: url("/upload/medialibrary/059/main_decor.png");
        position: absolute;
        left: 0;
        top: 20px;
        z-index: 0;
    }
    .af-page__ensto-common .af-main::after {
        content: "";
        display: block;
        width: 130px;
        height: 130px;
        transform: rotate(48deg);
        background-color: #008FDB;
        position: absolute;
        left: 1500px;
        top: 100px;
        z-index: 1;
    }

    /* CONVECTORS PAGE */
    .af-page__ensto-covectors .af-main-decoration {
        max-width: 740px;
        left: 860px;
    }
    .af-page__ensto-covectors .af-section__advantages::before {
        content: "";
        display: block;
        width: 200px;
        height: 500px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: left top;
        background-image: url("/upload/medialibrary/8a6/convectors_advantages_drcor.png");
        position: absolute;
        right: 0;
        bottom: -20px;
    }
    .af-page__ensto-covectors .af-section__paper::before {
        content: "";
        display: block;
        width: 130px;
        height: 400px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right top;
        background-image: url("/upload/medialibrary/d8f/coonvectors_paper_deor.png");
        position: absolute;
        left: 0;
        bottom: 80px;
    }
    .af-page__ensto-covectors .af-section__shop::before {
        content: "";
        display: block;
        width: 100px;
        height: 350px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: right top;
        background-image: url("/upload/medialibrary/884/coonvectors_shop_decor.png");
        position: absolute;
        left: 0;
        bottom: 100px;
        z-index: 0;
    }

    /* FLOOR PAGE */
    .af-page__ensto-pipes .af-main-decoration,
    .af-page__ensto-floor .af-main-decoration {
        right: 840px;
        left: initial;
    }
    .af-page__ensto-pipes .af-main-decoration {
        max-width: 760px;
    }
    .af-page__ensto-pipes .af-main-information,
    .af-page__ensto-floor .af-main-information {
        text-align: right;
    }
    .af-page__ensto-pipes .af-main-title,
    .af-page__ensto-floor .af-main-title {
        margin-left: calc(100% - 760px);
    }
    .af-page__ensto-pipes .af-main-title + .af-main-logotype,
    .af-page__ensto-floor .af-main-title + .af-main-logotype {
        margin-left: calc(100% - 408px);
    }
    .af-page__ensto-pipes .af-main-description,
    .af-page__ensto-floor .af-main-description {
        text-align: right;
        margin-left: calc(100% - 870px);
    }
    .af-page__ensto-floor .af-section__main::before {
        content: "";
        display: block;
        width: 180px;
        height: 180px;
        background-color: #008FDB;
        position: absolute;
        left: 130px;
        top: 180px;
        transform: rotate(42deg);
    }
    .af-page__ensto-floor .af-section__advantages::after {
        content: "";
        display: block;
        width: 250px;
        height: 470px;
        position: absolute;
        right: 0;
        bottom: -50px;
        background-size: auto 100%;
        background-position: left top;
        background-repeat: no-repeat;
        background-image: url("/upload/medialibrary/5c0/floor_main_decor.png");
    }
    .af-page__ensto-floor .af-section__paper::before {
        content: "";
        display: block;
        width: 225px;
        height: 225px;
        background-color: #B1E2FC;
        position: absolute;
        left: -150px;
        bottom: 0;
        transform: rotate(45deg);
    }
    .af-page .af-product-tags {
        display: block;
        width: calc(100% - 20px);
        height: auto;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .af-page .af-product-tags .af-commoncontent-container {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .af-page .af-product-tag,
    .af-page .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 .af-product-tag > a,
    .af-page .af-product-tags .af-commoncontent > a {
        display: flex;
        flex-flow: row nowrap;
        margin: 0;
        white-space: nowrap;
    }
    .af-page .af-product-tag:hover,
    .af-page .af-product-tags .af-commoncontent:hover {
        max-width: 300px;
    }

    /*HEADER - FOOTER*/
    header.af-header .af-header-container,
    footer.af-footer .af-footer-container {
        max-width: 80%;
    }
}
