@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-700.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");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
    url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.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");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), 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");
}

/* SHOP */
.af-page .af-shop-filters {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.af-page .af-filter {
    display: flex;
    width: auto;
    justify-content: flex-start;
    align-items: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    color: #535353;
    margin: 0 10px 10px 0;
}
.af-page .af-filter select {
    display: block;
    max-width: 200px;
    height: 26px;
    font-family: "Roboto";
    font-style: normal;
    font-size: inherit;
    font-weight: 400;
    text-overflow: ellipsis;
    color: #535353;
    margin-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 26px 0 10px;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    background-color: #ffffff;
    background-image: url('../img/select-arrow.svg');
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.af-page .af-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 .af-filter [type="checkbox"] + .af-checkbox-mask {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    background-color: #ffffff;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
}
.af-page .af-filter [type="checkbox"]:checked + .af-checkbox-mask {
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/checkbox-mark.svg");
}

/* CAROUSEL */
.af-page .af-carousel {
    margin-left: auto;
    margin-right: auto;
}
.af-page .owl-carousel[data-empty]::before {
    content: attr(data-empty);
    display: inline-block;
    width: auto;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #535353;
    margin: 0 0 0 0;
}
.af-page .owl-carousel[data-empty] {
    height: auto;
}
.af-page .owl-theme .owl-nav.disabled,
.af-page .owl-theme [class*=owl-].disabled {
    display: none;
}
.af-page .owl-theme .owl-nav:not(.disabled) {
    display: flex;
    width: 100%;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.af-page .owl-theme .owl-nav[data-index][data-count]::before,
.af-page .owl-theme .owl-nav[data-index][data-count]::after {
    display: block;
    width: auto;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #979797;
}
.af-page .owl-theme .owl-nav[data-index][data-count]::before {
    order: 2;
    width: 1.4em;
    content: attr(data-index) "\00A0";
}
.af-page .owl-theme .owl-nav[data-index][data-count]::after {
    order: 3;
    content: "/\00A0" attr(data-count);
}
.af-page .owl-theme .owl-nav [class*=owl-].owl-prev,
.af-page .owl-theme .owl-nav [class*=owl-].owl-next {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 10px;
    border-radius: 100%;
    background-color: #009a80;
    background-size: 14px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/arrow-left.svg");
}
.af-page .owl-theme .owl-nav [class*=owl-].owl-prev.disabled,
.af-page .owl-theme .owl-nav [class*=owl-].owl-next.disabled {
    opacity: .6;
    pointer-events: none;
}
.af-page .owl-theme .owl-nav [class*=owl-].owl-prev {
    order: 1;
}
.af-page .owl-theme .owl-nav [class*=owl-].owl-next {
    order: 4;
    transform: rotate(180deg);
}
.af-page .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}
.af-page .owl-item,
.af-page .owl-stage .owl-item {
    padding: 1px;
    box-sizing: border-box;
}
.af-page .af-product {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px 10px 20px;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.af-page .af-product-image {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.af-page .af-product-image.JSProductImage::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 10px;
    border-radius: 100%;
    background-color: #009a80;
    background-size: 45% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/plus.svg");
}
.af-page .af-product-image picture,
.af-page .af-product-image img {
    display: block;
    width: 100%;
    height: 100%;
}
.af-page .af-product-image img {
    -o-object-fit: contain;
       object-fit: contain;
}
.af-page .af-product-title {
    display: block;
    width: 100%;
    height: 3.9em;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #535353;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    line-clamp: 3;
    -moz-line-clamp: 3;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
}
.af-page .af-product-availabilities {
    display: flex;
    width: 100%;
    height: auto;
    line-height: 1;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #535353;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin: 0 0 5px;
}
.af-page .af-product-availabilities > strong {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #535353;
    margin: 0 0 5px;
}
.af-page .af-product-availability {
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
}
.af-page .af-product-availability {
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 5px 5px 0;
}
.af-page .af-page-char {
    display: none;
}
.af-page .af-product-availability + .af-page-char {
    display: block;
    margin-right: 5px;
}
.af-page .af-product-availability__available strong {
    color: #00705D;
}
.af-page .af-product-availability__available-es strong {
    color: #535353;
}
.af-page .af-product-availability__available-res strong {
    color: #535353;
}
.af-page .af-product-availability__unavailable {
    color: #A8A8A8;
}
.af-page .af-product-availability strong {
    font-weight: 700;
}
.af-page .af-product-prices {
    display: flex;
    width: 100%;
    line-height: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: auto;
    margin-bottom: 10px;
}
.af-page .af-product-price {
    display: block;
    width: auto;
    font-size: 1em;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #535353;
}
.af-page .af-product-price__new {
    font-size: .9em;
    font-weight: 500;
    color: #EC001B;
    margin-right: 5px;
}
.af-page .af-product-price__old {
    font-size: .6em;
    text-decoration: line-through;
    color: #A8A8A8;
}
.af-page .af-product-buttons {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.af-page .af-product-link {
    display: flex;
    width: calc(100% - 50px);
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    font-variant: small-caps;
    color: #FFFFFF;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: auto;
    background-color: #009a80;
}
.af-page .af-product-add {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    letter-spacing: 0;
    color: transparent;
    margin-top: auto;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("../img/cart-icon.svg");
    position: relative;
}
.af-page .af-product-add::before,
.af-page .af-product-add::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center center;
    transform-style: preserve-3d;
}
.af-page .af-product-add::before {
    transition: 100ms ease 50ms;
    transform: scale3d(1, 1, 1);
    background-image: url("../img/cart-add.svg");
}
.af-page .af-product-add::after {
    transition: 100ms ease 0;
    transform: scale3d(0, 0, 1);
    background-image: url("../img/cart-added.svg");
}
.af-page .af-product-add.af-button__buy::before,
.af-page .af-product-add.active::before {
    transition: 100ms ease 0;
    transform: scale3d(0, 0, 1);
}
.af-page .af-product-add.af-button__buy::after,
.af-page .af-product-add.active::after {
    transition: 100ms ease 50ms;
    transform: scale3d(1, 1, 1);
}

@media (min-width: 0) and (max-width: 767px) {
    /* SHOP */
    .af-page .af-section__shop {
        padding-top: 60px;
    }
    .af-page .af-product-image {
        height: 30vw;
    }
}

@media (min-width: 0) and (max-width: 999px) {
    .af-page .af-section__shop {
        padding-left: 25px;
        padding-right: 25px;
    }
    .af-page .af-filter {
        font-size: 12px;
    }
    .af-page .owl-item .af-product {
        padding: 20px;
    }
    .af-page .af-product-prices {
        height: 26px;
        font-size: 26px;
    }
    .af-page .af-product-tags {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .af-page .af-section__shop {
        padding-top: 80px;
    }
    .af-page .af-filter {
        font-size: 14px;
    }
    .af-page .af-carousel {
        width: calc(100% - 90px);
    }
    .af-page .af-product-image {
        height: 30vw;
    }
}

@media screen and (min-width: 1000px) {
    
    .af-page .af-section__shop {
        padding-top: 100px;
    }
    .af-page .af-filter select,
    .af-page .af-filter [type="checkbox"] + .af-checkbox-mask {
        outline: 0;
        cursor: pointer;
    }
    .af-page .af-filter select:hover {
        border-color: #009a80;
    }
    .af-page .af-filter:hover [type="checkbox"] + .af-checkbox-mask {
        border-color: #009a80;
    }

    .af-page .af-carousel {
        width: 60%;
    }
    .af-page .owl-theme .owl-nav [class*=owl-].owl-prev,
    .af-page .owl-theme .owl-nav [class*=owl-].owl-next {
        transition: 100ms ease 30ms;
    }
    .af-page .owl-theme .owl-nav [class*=owl-].owl-prev:hover,
    .af-page .owl-theme .owl-nav [class*=owl-].owl-next:hover {
        background-color: #00705D;
    }
    .af-page .af-product-image {
        height: 150px;
    }
    .af-page .af-product-image.JSProductImage {
        cursor: pointer;
    }
    .af-page .af-product-image.JSProductImage::after {
        transition: 100ms ease 30ms;
    }
    .af-page .af-product-image.JSProductImage:hover::after {
        background-color: #00705D;
    }
    .af-page .af-product-title {
        transition: 100ms ease 30ms;
    }
    .af-page .af-product-title:hover {
        color: #009a80;
    }
    .af-page .af-product-prices {
        height: 22px;
        font-size: 22px;
    }
    .af-page .af-product-link {
        transition: 100ms ease 30ms;
    }
    .af-page .af-product-link:hover {
        background-color: #00705D;
    }
    .af-page .af-product-add {
        transition: 100ms ease 30ms;
    }
    .af-page .af-product-add:hover {
        -webkit-filter: brightness(.8) opacity(0.9);
                filter: brightness(.8) opacity(0.9);
    }
    .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;
    }
}
