@charset "UTF-8";
.brands__name, .footer__text_link, .footer__text_link:hover, a {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear
}

.aside, .aside__categories_item, .aside__categories_list, .authorize_popup__right, .brands__item, .cabinet_page__pane .navigation_pane__item, .cabinet_page__pane .utility_pane__item, .cart, .cart_popup__bottom_total_price_block, .cart_popup__main_info, .categories_page__menu, .categories_page__menu_block_item, .checkout_container, .contacts__block, .contacts__form, .delivery__left, .discount_products__item, .fast_cart_left, .footer__logo_block, .header_phone_block, .hurtownia_kosmetyczna__list, .index__advantages, .index__ask, .item__comments, .item__comments_item_info, .item__opinion_rate_block, .item_right, .login__left, .login__right, .main_search_form__column, .main_search_form__text, .order_is_processed__descr, .order_is_processed__info, .order_is_processed__info_column, .order_is_processed__status, .order_is_processed__status_list, .products, .products__list.list, .recov__left, .recov__right, .reg__left, .reg__right, .sale_time, .sales_page__products_item, .subcategories_tile__item, body {
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal
}

.checkout__checkbox_label, .checkout__toggle_textarea:hover {
    text-decoration-style: dashed;
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline
}

.aside, .aside__categories_item, .aside__categories_list, .authorize_popup__right, .brands__item, .cabinet_page__pane .navigation_pane__item, .cabinet_page__pane .utility_pane__item, .cart, .cart_popup__bottom_total_price_block, .cart_popup__main_info, .categories_page__menu, .checkout_container, .contacts__block, .contacts__form, .delivery__left, .discount_products__item, .fast_cart_left, .footer__logo_block, .header_phone_block, .hurtownia_kosmetyczna__list, .index__advantages, .index__ask, .item__comments, .item__comments_item_info, .item__opinion_rate_block, .item_right, .login__left, .login__right, .main_search_form__column, .main_search_form__text, .order_is_processed__descr, .order_is_processed__info, .order_is_processed__info_column, .order_is_processed__status, .order_is_processed__status_list, .products, .products__list.list, .recov__left, .recov__right, .reg__left, .reg__right, .sale_time, .sales_page__products_item, .subcategories_tile__item, body {
    -webkit-box-orient: vertical
}

body, input, textarea {
    font-family: Roboto, Arial, sans-serif
}

form, table, td {
    margin: 0
}

.footer__text_link, a {
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.jq-radio, .jq-selectbox {
    vertical-align: middle;
    cursor: pointer
}

.jq-checkbox.disabled, .jq-radio.disabled {
    opacity: .5
}

.fancybox-inner, .jq-file__name {
    overflow: hidden
}

.mCSB_horizontal.mCSB_outside > .mCSB_container, html {
    min-height: 100%
}

.fancybox-nav, .slick-slider, a {
    -webkit-tap-highlight-color: transparent
}

.slick-track:after, .ui-helper-clearfix:after {
    clear: both
}

.slick-slide.dragging img, .ui-checkboxradio-disabled, .ui-state-disabled {
    pointer-events: none
}

.jq-file__name, .jq-selectbox__select-text, .ui-dialog .ui-dialog-title, .ui-selectmenu-text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.jq-selectbox__select, .login_block__popup_img, .main_search_form__status, .main_search_form__submit, .text_uppercase {
    text-transform: uppercase
}

@-webkit-keyframes loading {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-moz-keyframes loading {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-o-keyframes loading {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@keyframes loading {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-webkit-keyframes wide {
    0% {
        height: 200px
    }
    100% {
        height: 100%
    }
}

@-moz-keyframes wide {
    0% {
        height: 200px
    }
    100% {
        height: 100%
    }
}

@-o-keyframes wide {
    0% {
        height: 200px
    }
    100% {
        height: 100%
    }
}

@keyframes wide {
    0% {
        height: 200px
    }
    100% {
        height: 100%
    }
}

@-webkit-keyframes compressed {
    0% {
        height: 100%
    }
    100% {
        height: 200px
    }
}

@-moz-keyframes compressed {
    0% {
        height: 100%
    }
    100% {
        height: 200px
    }
}

@-o-keyframes compressed {
    0% {
        height: 100%
    }
    100% {
        height: 200px
    }
}

@keyframes compressed {
    0% {
        height: 100%
    }
    100% {
        height: 200px
    }
}

#bowlG, #bowl_ringG, .ball_holderG {
    height: 16px;
    position: absolute
}

#bowlG {
    top: 0;
    bottom: 0;
    right: 20px;
    width: 16px;
    margin: auto
}

#bowl_ringG {
    width: 16px;
    border: 1px solid #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.ball_holderG {
    width: 4px;
    left: 6px;
    top: 0;
    -webkit-animation-name: ball_moveG;
    -moz-animation-name: ball_moveG;
    -o-animation-name: ball_moveG;
    animation-name: ball_moveG;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear
}

.ballG {
    position: absolute;
    left: 0;
    top: -4px;
    width: 7px;
    height: 7px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

@-webkit-keyframes ball_moveG {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes ball_moveG {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes ball_moveG {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ball_moveG {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body {
    background-color: #fff;
    height: 100%;
    line-height: 1;
    position: relative;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-width: 0
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

input, textarea {
    color: #565e70;
    outline: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

li {
    list-style-type: none
}

a {
    color: #565e70;
    text-decoration: none;
    cursor: pointer
}

a, button, div, span {
    outline: 0 !important
}

button, input[type=button], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    outline: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.jq-file__name, .jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.clearfix:after {
    content: ".";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Medium/Roboto-Medium.eot);
    src: url(../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Medium/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto-Medium/Roboto-Medium.ttf) format("truetype"), url(../fonts/Roboto-Medium/Roboto-Medium.svg#Roboto-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Light/Roboto-Light.eot);
    src: url(../fonts/Roboto-Light/Roboto-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Light/Roboto-Light.woff) format("woff"), url(../fonts/Roboto-Light/Roboto-Light.ttf) format("truetype"), url(../fonts/Roboto-Light/Roboto-Light.svg#Roboto-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Bold/Roboto-Bold.eot);
    src: url(../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Bold/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold/Roboto-Bold.ttf) format("truetype"), url(../fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular/Roboto-Regular.eot);
    src: url(../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Regular/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular/Roboto-Regular.ttf) format("truetype"), url(../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Black/Roboto-Black.eot);
    src: url(../fonts/Roboto-Black/Roboto-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Black/Roboto-Black.woff) format("woff"), url(../fonts/Roboto-Black/Roboto-Black.ttf) format("truetype"), url(../fonts/Roboto-Black/Roboto-Black.svg#Roboto-Black) format("svg");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.eot);
    src: url(../fonts/icomoon/icomoon.eot?#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.woff) format("woff"), url(../fonts/icomoon/icomoon.ttf) format("truetype"), url(../fonts/icomoon/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

.jq-checkbox {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url(../img/filter-uncheck-icon.svg);
    background-repeat: no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center left;
    cursor: pointer
}

.filter_block__link.is_active:before, .jq-checkbox.checked {
    background-image: url(../img/filter-checked-icon.svg)
}

.jq-radio {
    width: 12px;
    height: 12px;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #f6f6f6;
    box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent
}

.jq-radio.checked .jq-radio__div {
    width: 6px;
    height: 6px;
    margin: 3px 0 0 3px;
    background: #666
}

.jq-file {
    width: 270px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em
}

.jq-file__browse, .jq-file__name {
    color: #333;
    font: 14px/30px Arial, sans-serif
}

.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0 80px 0 10px;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #f1f1f1;
    -moz-box-shadow: inset 1px 1px #f1f1f1;
    box-shadow: inset 1px 1px #f1f1f1;
    background: #fff
}

.focused .jq-file__name {
    border: 1px solid #5794bf
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x #f1f1f1;
    -webkit-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    text-shadow: 1px 1px #fff
}

.jq-file:hover .jq-file__browse {
    background-color: #e6e6e6;
    background-position: 0 -10px
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    -webkit-box-shadow: inset 1px 1px 3px #ddd;
    -moz-box-shadow: inset 1px 1px 3px #ddd;
    box-shadow: inset 1px 1px 3px #ddd
}

.jq-file.disabled .jq-file__name {
    color: #888
}

.jq-file.disabled, .jq-file.disabled .jq-file__browse {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-selectbox {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #9bbbd3
}

.jq-selectbox__select {
    position: relative;
    padding: 5px 20px 5px 10px;
    cursor: pointer;
    font-size: 11px;
    color: #9bbbd3
}

.jq-selectbox.focused .jq-selectbox__select, .jq-selectbox__select:active, .jq-selectbox__select:hover {
    background: #fff
}

.opened .jq-selectbox__select {
    border-color: #9d9d9d
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    white-space: nowrap
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.jq-selectbox__trigger-arrow:before {
    position: absolute;
    content: '\e914';
    top: 0;
    bottom: 0;
    right: 5px;
    width: 9px;
    height: 5px;
    margin: auto;
    font-family: icomoon, Arial, sans-serif;
    font-size: 5px;
    color: #9bbbd3
}

.jq-selectbox__dropdown {
    top: 100%;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    left: -1px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #9bbbd3;
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.jq-select-multiple, .jq-selectbox__search input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) 100% 50% no-repeat;
    -webkit-box-shadow: inset 1px 1px #f1f1f1;
    -moz-box-shadow: inset 1px 1px #f1f1f1;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    padding: 5px 20px 5px 10px;
    font-size: 11px;
    color: #9bbbd3
}

.jq-selectbox li.selected, .jq-selectbox li:hover {
    background-color: #fff;
    color: #565e70
}

.jq-selectbox li.disabled {
    color: #ccc;
    background: 0 0
}

.jq-selectbox li.disabled:hover {
    background: 0 0
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    background: 0 0;
    color: #231f20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, .1);
    background: #fff;
    color: #333;
    font: 14px/18px Arial, sans-serif;
    cursor: default
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #888
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none
}

.jq-select-multiple li:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff
}

.jq-select-multiple li.disabled {
    color: #aaa
}

.jq-select-multiple li.selected.disabled, .jq-select-multiple.disabled li.selected {
    background: #ccc;
    color: #fff
}

.jq-select-multiple li.optgroup {
    font-weight: 700
}

.jq-select-multiple li.option {
    padding-left: 25px
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.ui-icon, .ui-spinner, .ui-spinner-input {
    vertical-align: middle
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
    position: relative
}

.fancybox-skin {
    background: #fff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(../img/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close, .fancybox-nav, .fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer
}

#fancybox-loading div {
    width: 44px;
    height: 44px
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock body {
    overflow: visible !important;
    height: auto
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto, Arial, sans-serif;
    color: #fff;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(../img/fancybox_sprite@2x.png);
        -moz-background-size: 44px 152px;
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(../img/fancybox_loading@2x.gif);
        -moz-background-size: 24px 24px;
        background-size: 24px 24px
    }
}

.sign_up__img, .slide-image {
    -moz-background-size: cover
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.slide-image, .ui-datepicker .ui-icon, .ui-icon {
    background-repeat: no-repeat
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.slick-slider, .ui-button-icon-only {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.slider-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-color: rgba(255, 255, 255, .85);
    z-index: 2
}

.slick-list, .slick-track {
    position: relative;
    display: block;
    height: 100%
}

.slick-slider {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

/*.slick-slide img {
    display: block
}*/

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-arrow.slick-hidden, .ui-helper-hidden {
    display: none
}

.slide-image {
    min-height: 500px;
    height: 100%;
    width: 100%;
    background-size: cover
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: inline-block;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-autocomplete, .ui-menu .ui-menu {
    position: absolute
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-button, .ui-controlgroup {
    display: inline-block;
    vertical-align: middle
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: -webkit-calc(100% - 2.4em);
    width: -moz-calc(100% - 2.4em);
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    -webkit-box-shadow: inset 1px 1px 1px #ccc;
    -moz-box-shadow: inset 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    -webkit-border-radius: .12em;
    -moz-border-radius: .12em;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-slider-vertical .ui-slider-range-min, .ui-spinner-down {
    bottom: 0
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 2em .2em .4em
}

.ui-widget-content a, .ui-widget-header, .ui-widget-header a {
    color: #333
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-widget, .ui-widget .ui-widget {
    font-size: 1em
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    font-weight: 700
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    -moz-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.footer__text_link, .header_contacts_link, .login_block__hi_username, .main_search_form__all_results:hover, .main_search_form__link:hover {
    text-decoration: underline
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-success {
    border: 1px solid #05da1e;
    background: #b5ff93
}


.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.page_title, .title {
    font-size: 32px;
    color: #565e70
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url(../img/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(../img/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
    background-image: url(../img/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url(../img/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../img/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(../img/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .003;
    filter: Alpha(Opacity=.3)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    min-height: 100vh
}

main {
    padding-top: 20px;
    padding-bottom: 50px
}
.hide{
    display: none;
}
footer {
    margin-top: auto
}

.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px
}

.login_block__popup_icon img, .login_block__popup_img img, .main_search_form__img img {
    max-width: 100%;
    max-height: 100%
}

.input_wrapper, .white_divider {
    margin-top: 10px
}

.title {
    font-weight: 900
}

.page_title {
    font-weight: 900;
    letter-spacing: 1.1px;
}

.text {
    font-size: 13px;
    color: #a8abb1
}

.text_center {
    text-align: center
}

.noscroll {
    overflow: hidden
}

.white_divider {
    margin-bottom: 10px;
    height: 1px;
    background-color: #fff
}

.input_wrapper:first-of-type {
    margin-top: 0
}

.input_wrapper.error span {
    display: block;
    margin-top: 4px;
    text-align: right;
    color: #ec0723;
    letter-spacing: .4px;
    font-size: 11px
}

.input_wrapper.error input[type=password], .input_wrapper.error input[type=text] {
    border-color: #ec0723;
    color: #ec0723
}

.input_wrapper.disabled input[type=submit] {
    background-color: #cfd3d7;
    color: #fff
}

.input_wrapper label {
    font-weight: 500;
    font-size: 13px;
    color: #565e70
}

.input_wrapper textarea {
    display: block;
    width: 100%;
    height: 100px;
    resize: none;
    margin-top: 10px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #565e70;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 600;
    padding: 15px 25px
}

.input_wrapper textarea:focus {
    border-color: #565e70
}

.input_wrapper input[type=password], .input_wrapper input[type=text] {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    padding: 15px 25px;
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 600;
    color: #565e70;
    margin-top: 10px;
    border: 1px solid transparent;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.input_wrapper input[type=password]:focus, .input_wrapper input[type=text]:focus {
    border-color: #565e70
}

.input_wrapper input[type=password] {
    height: 48px;
    letter-spacing: 5px;
    font-size: 24px
}

.input_wrapper input[type=submit] {
    height: 48px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    background-color: #e26e38;
    border: none;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: #fff;
    padding: 15px
}

.login_block__popup_item, .main_search_form__input {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all
}

.input_wrapper input[type=submit]:hover {
    background-color: #ca541d
}

.input_wrapper span {
    display: none
}

.slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slick-dots li {
    display: -webkit-flex;
    display: flex;
    margin-right: 10px
}

.slick-dots li:last-of-type {
    margin-right: 0
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: rgba(134, 169, 238, .5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    font-size: 0;
    padding: 0
}

.slick-dots .slick-active button {
    background-color: #86a9ee
}

.loader:after {
    position: absolute;
    content: '';
    top: 25px;
    right: 70px;
    font-size: 3px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    -moz-animation: load5 1.1s infinite ease;
    -o-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes load5 {
    0%, 100% {
        -webkit-box-shadow: 0 -2.6em 0 0 #354051, 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .5), -1.8em -1.8em 0 0 rgba(53, 64, 81, .7);
        box-shadow: 0 -2.6em 0 0 #354051, 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .5), -1.8em -1.8em 0 0 rgba(53, 64, 81, .7)
    }
    12.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .7), 1.8em -1.8em 0 0 #354051, 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .5);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .7), 1.8em -1.8em 0 0 #354051, 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .5)
    }
    25% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .5), 1.8em -1.8em 0 0 rgba(53, 64, 81, .7), 2.5em 0 0 0 #354051, 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .5), 1.8em -1.8em 0 0 rgba(53, 64, 81, .7), 2.5em 0 0 0 #354051, 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    37.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .5), 2.5em 0 0 0 rgba(53, 64, 81, .7), 1.75em 1.75em 0 0 #354051, 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .5), 2.5em 0 0 0 rgba(53, 64, 81, .7), 1.75em 1.75em 0 0 #354051, 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    50% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .5), 1.75em 1.75em 0 0 rgba(53, 64, 81, .7), 0 2.5em 0 0 #354051, -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .5), 1.75em 1.75em 0 0 rgba(53, 64, 81, .7), 0 2.5em 0 0 #354051, -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    62.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .5), 0 2.5em 0 0 rgba(53, 64, 81, .7), -1.8em 1.8em 0 0 #354051, -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .5), 0 2.5em 0 0 rgba(53, 64, 81, .7), -1.8em 1.8em 0 0 #354051, -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    75% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .5), -1.8em 1.8em 0 0 rgba(53, 64, 81, .7), -2.6em 0 0 0 #354051, -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .5), -1.8em 1.8em 0 0 rgba(53, 64, 81, .7), -2.6em 0 0 0 #354051, -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    87.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .5), -2.6em 0 0 0 rgba(53, 64, 81, .7), -1.8em -1.8em 0 0 #354051;
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .5), -2.6em 0 0 0 rgba(53, 64, 81, .7), -1.8em -1.8em 0 0 #354051
    }
}

@-moz-keyframes load5 {
    0%, 100% {
        -moz-box-shadow: 0 -2.6em 0 0 #354051, 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .5), -1.8em -1.8em 0 0 rgba(53, 64, 81, .7);
        box-shadow: 0 -2.6em 0 0 #354051, 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .5), -1.8em -1.8em 0 0 rgba(53, 64, 81, .7)
    }
    12.5% {
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .7), 1.8em -1.8em 0 0 #354051, 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .5);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .7), 1.8em -1.8em 0 0 #354051, 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .5)
    }
    25% {
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .5), 1.8em -1.8em 0 0 rgba(53, 64, 81, .7), 2.5em 0 0 0 #354051, 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .5), 1.8em -1.8em 0 0 rgba(53, 64, 81, .7), 2.5em 0 0 0 #354051, 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    37.5% {
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .5), 2.5em 0 0 0 rgba(53, 64, 81, .7), 1.75em 1.75em 0 0 #354051, 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .5), 2.5em 0 0 0 rgba(53, 64, 81, .7), 1.75em 1.75em 0 0 #354051, 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    50% {
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .5), 1.75em 1.75em 0 0 rgba(53, 64, 81, .7), 0 2.5em 0 0 #354051, -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .5), 1.75em 1.75em 0 0 rgba(53, 64, 81, .7), 0 2.5em 0 0 #354051, -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    62.5% {
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .5), 0 2.5em 0 0 rgba(53, 64, 81, .7), -1.8em 1.8em 0 0 #354051, -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .5), 0 2.5em 0 0 rgba(53, 64, 81, .7), -1.8em 1.8em 0 0 #354051, -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    75% {
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .5), -1.8em 1.8em 0 0 rgba(53, 64, 81, .7), -2.6em 0 0 0 #354051, -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .5), -1.8em 1.8em 0 0 rgba(53, 64, 81, .7), -2.6em 0 0 0 #354051, -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    87.5% {
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .5), -2.6em 0 0 0 rgba(53, 64, 81, .7), -1.8em -1.8em 0 0 #354051;
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .5), -2.6em 0 0 0 rgba(53, 64, 81, .7), -1.8em -1.8em 0 0 #354051
    }
}

@-o-keyframes load5 {
    0%, 100% {
        box-shadow: 0 -2.6em 0 0 #354051, 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .5), -1.8em -1.8em 0 0 rgba(53, 64, 81, .7)
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .7), 1.8em -1.8em 0 0 #354051, 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .5)
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .5), 1.8em -1.8em 0 0 rgba(53, 64, 81, .7), 2.5em 0 0 0 #354051, 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .5), 2.5em 0 0 0 rgba(53, 64, 81, .7), 1.75em 1.75em 0 0 #354051, 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .5), 1.75em 1.75em 0 0 rgba(53, 64, 81, .7), 0 2.5em 0 0 #354051, -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .5), 0 2.5em 0 0 rgba(53, 64, 81, .7), -1.8em 1.8em 0 0 #354051, -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .5), -1.8em 1.8em 0 0 rgba(53, 64, 81, .7), -2.6em 0 0 0 #354051, -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .5), -2.6em 0 0 0 rgba(53, 64, 81, .7), -1.8em -1.8em 0 0 #354051
    }
}

@keyframes load5 {
    0%, 100% {
        -webkit-box-shadow: 0 -2.6em 0 0 #354051, 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .5), -1.8em -1.8em 0 0 rgba(53, 64, 81, .7);
        -moz-box-shadow: 0 -2.6em 0 0 #354051, 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .5), -1.8em -1.8em 0 0 rgba(53, 64, 81, .7);
        box-shadow: 0 -2.6em 0 0 #354051, 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .5), -1.8em -1.8em 0 0 rgba(53, 64, 81, .7)
    }
    12.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .7), 1.8em -1.8em 0 0 #354051, 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .5);
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .7), 1.8em -1.8em 0 0 #354051, 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .5);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .7), 1.8em -1.8em 0 0 #354051, 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .5)
    }
    25% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .5), 1.8em -1.8em 0 0 rgba(53, 64, 81, .7), 2.5em 0 0 0 #354051, 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .5), 1.8em -1.8em 0 0 rgba(53, 64, 81, .7), 2.5em 0 0 0 #354051, 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .5), 1.8em -1.8em 0 0 rgba(53, 64, 81, .7), 2.5em 0 0 0 #354051, 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    37.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .5), 2.5em 0 0 0 rgba(53, 64, 81, .7), 1.75em 1.75em 0 0 #354051, 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .5), 2.5em 0 0 0 rgba(53, 64, 81, .7), 1.75em 1.75em 0 0 #354051, 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .5), 2.5em 0 0 0 rgba(53, 64, 81, .7), 1.75em 1.75em 0 0 #354051, 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    50% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .5), 1.75em 1.75em 0 0 rgba(53, 64, 81, .7), 0 2.5em 0 0 #354051, -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .5), 1.75em 1.75em 0 0 rgba(53, 64, 81, .7), 0 2.5em 0 0 #354051, -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .5), 1.75em 1.75em 0 0 rgba(53, 64, 81, .7), 0 2.5em 0 0 #354051, -1.8em 1.8em 0 0 rgba(53, 64, 81, .2), -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    62.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .5), 0 2.5em 0 0 rgba(53, 64, 81, .7), -1.8em 1.8em 0 0 #354051, -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .5), 0 2.5em 0 0 rgba(53, 64, 81, .7), -1.8em 1.8em 0 0 #354051, -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .5), 0 2.5em 0 0 rgba(53, 64, 81, .7), -1.8em 1.8em 0 0 #354051, -2.6em 0 0 0 rgba(53, 64, 81, .2), -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    75% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .5), -1.8em 1.8em 0 0 rgba(53, 64, 81, .7), -2.6em 0 0 0 #354051, -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .5), -1.8em 1.8em 0 0 rgba(53, 64, 81, .7), -2.6em 0 0 0 #354051, -1.8em -1.8em 0 0 rgba(53, 64, 81, .2);
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .5), -1.8em 1.8em 0 0 rgba(53, 64, 81, .7), -2.6em 0 0 0 #354051, -1.8em -1.8em 0 0 rgba(53, 64, 81, .2)
    }
    87.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .5), -2.6em 0 0 0 rgba(53, 64, 81, .7), -1.8em -1.8em 0 0 #354051;
        -moz-box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .5), -2.6em 0 0 0 rgba(53, 64, 81, .7), -1.8em -1.8em 0 0 #354051;
        box-shadow: 0 -2.6em 0 0 rgba(53, 64, 81, .2), 1.8em -1.8em 0 0 rgba(53, 64, 81, .2), 2.5em 0 0 0 rgba(53, 64, 81, .2), 1.75em 1.75em 0 0 rgba(53, 64, 81, .2), 0 2.5em 0 0 rgba(53, 64, 81, .2), -1.8em 1.8em 0 0 rgba(53, 64, 81, .5), -2.6em 0 0 0 rgba(53, 64, 81, .7), -1.8em -1.8em 0 0 #354051
    }
}

.header_block__top_line {
    background-color: #565e70
}

.header_block__top_line_container {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_block__main {
    padding-top: 25px;
    padding-bottom: 30px
}

.header_block__main_container {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top_menu__list {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top_menu__item {
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px
}

.top_menu__item:last-of-type {
    margin-right: 0
}

.top_menu__link {
    color: #bbbfc6;
    font-size: 13px
}

.top_menu__link:hover {
    color: #fff
}

.login_block {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login_block__link {
    position: relative;
    color: #fff;
    padding-left: 25px;
    font-size: 13px
}

.login_block__link:before {
    position: absolute;
    content: '\e91a';
    top: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    line-height: 17px;
    margin: auto;
    font-family: icomoon
}

.login_block__hi {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    letter-spacing: -.2px;
    cursor: pointer
}

.login_block__hi_username {
    font-weight: 700;
    cursor: pointer
}

.login_block__hi_mini_img {
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 21px;
    text-align: center;
    background-color: #ff643e;
    overflow: hidden;
    font-weight: 900;
    font-size: 0;
    color: #fff;
    margin-left: 15px
}

.login_block__hi_mini_img:first-letter {
    font-size: 9.5px
}

.login_block__popup {
    position: absolute;
    z-index: 2;
    top: -webkit-calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: calc(100% + 15px);
    right: 0;
    width: 290px;
    height: 265px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 60.1px 1.9px rgba(0, 0, 1, .19);
    -moz-box-shadow: 0 0 60.1px 1.9px rgba(0, 0, 1, .19);
    box-shadow: 0 0 60.1px 1.9px rgba(0, 0, 1, .19)
}

.login_block__popup_img, .products__item_gift {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.login_block__popup_exit {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 11px;
    color: #9299a3;
    padding-right: 15px;
    cursor: pointer
}

.login_block__popup_exit:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 9px;
    margin: auto;
    background-image: url(../img/logout-icon.svg);
    background-repeat: no-repeat
}

.login_block__popup_img {
    float: left;
    display: block;
    line-height: 35px;
    text-align: center;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    background-color: #ff643e;
    color: #fff;
    font-size: 0;
    font-weight: 900;
    border-radius: 50%
}

.login_block__popup_img:first-letter {
    font-size: 15px
}

.login_block__popup_username {
    font-size: 16px;
    font-weight: 700;
    color: #565e70;
    margin-top: 4px
}

.login_block__popup_email {
    font-size: 11px;
    letter-spacing: .4px;
    color: #9299a3;
    margin-top: 4px
}

.login_block__popup_divider {
    height: 1px;
    background-color: #cedce2
}

.login_block__popup_list {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    padding: 0 10px
}

.login_block__popup_item {
    position: relative;
    width: 90px;
    height: 90px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: .3s all;
    padding: 15px 10px 5px;
    text-align: center;
    font-size: 11px;
    color: #565e70;
    line-height: 1.27
}

.empty_cart_link, .main_search_form__input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.login_block__popup_item:hover {
    background-color: #f7fcff;
    text-decoration: underline;
    color: #ff643e
}

.login_block__popup_icon {
    width: 35px;
    height: 35px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 5px
}

.header_logo_block {
    display: block;
    width: 200px;
    height: 40px
}

.main_search_form {
    position: relative;
    width: 100%;
    max-width: 660px
}

.main_search_form__input {
    border-radius: 2px;
    border: 1px solid #c6cbd1;
    padding: 10px;
    max-width: 660px;
    width: 100%;
    height: 37px;
    font-size: 13px;
    transition: .3s all
}

.main_search_form__input:focus {
    border-color: #2b3e50
}

.main_search_form__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 105px;
    height: 100%;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    background-color: #ff643e;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.main_search_form__submit:hover {
    background-color: #f24207
}

.main_search_form__wrapper {
    position: absolute;
    z-index: 3;
    display: none;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .25)
}

.main_search_form__mobile_back {
    display: none
}

.main_search_form__list {
    overflow: auto;
    background-color: #fff
}

.main_search_form__list .selected {
    background-color: #f8fbff
}

.main_search_form__item {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid #f3f6f9;
    padding: 10px
}

.main_search_form__item:hover {
    background-color: #f7fcff
}

.main_search_form__item_maybe {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding: 10px;
    background-color: #f7fcff
}

.main_search_form__text {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 35px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1px;
    color: #2b3e50
}

.main_search_form__maybe {
    margin-top: 3px;
    font-weight: 400
}

.main_search_form__img {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px
}

.main_search_form__img_maybe {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px
}

.header_phone_block, .main_search_form__column {
    -webkit-flex-direction: column
}

.main_search_form__img_maybe img {
    width: 25px;
    max-width: 100%;
    max-height: 100%
}

.main_search_form__link {
    min-width: 270px;
    width: 100%;
    max-width: 360px;
    margin-left: 15px
}

.main_search_form__column {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px
}

.main_search_form__status {
    color: rgba(53, 64, 81, .5);
    font-size: 11px
}

.main_search_form__price {
    display: inline-grid;
    min-width: 100px;
    color: #354051;
    font-weight: 900;
    font-size: 15px;
    margin-top: 5px
}

.main_search_form__all_results {
    display: block;
    background-color: #f7fcff;
    padding: 10px;
    text-align: right;
    color: #354051;
    font-weight: 700
}

.header_phone {
    position: relative;
    display: block;
    color: #2b3e50;
    font-weight: 900;
    font-size: 18px;
    padding-left: 30px
}

.header_phone:before {
    position: absolute;
    content: '\e918';
    top: 5px;
    left: 0;
    width: 19px;
    height: 20px;
    font-size: 18px;
    color: #2b3e50;
    line-height: 20px;
    margin: auto;
    font-family: icomoon
}

.cart__price:before, .empty_cart_link:before {
    content: '\e917';
    font-family: icomoon
}

.header_phone_block {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header_phone_text {
    border-bottom: 1px dashed #ff643e;
    font-size: 12px;
    margin-left: 30px;
    margin-top: 3px;
    color: #ff643e
}

.header_phone_text:hover {
    color: #f24207
}

.dostawa, .header_contacts_link {
    color: #989ca3;
    font-size: 13px
}

.header_contacts_link:hover {
    color: #565e70
}

.empty_cart_link {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #b9bfc6
}

.empty_cart_link:hover {
    background-color: #f24207
}

.empty_cart_link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 22px;
    height: 20px;
    font-size: 19px;
    color: #fff;
    margin: auto
}

.cart {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 55px
}

.cart__price span, .login_mobile, .mini_header .cart, .mini_header .empty_cart_link, .mini_header .header_block__top_line, .mini_header .main_search_form {
    display: none
}

.cart__price {
    position: relative;
    font-weight: 900;
    font-size: 15px;
    color: #2b3e50;
    margin-top: 5px
}

.cart__price:before {
    position: absolute;
    z-index: 2;
    top: 4px;
    right: -46px;
    width: 21px;
    height: 22px;
    font-size: 20px;
    line-height: 22px;
    color: #fff
}

.cart__price:after {
    position: absolute;
    z-index: 1;
    content: '';
    top: -5px;
    right: -55px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ff643e
}

.cart__text {
    max-width: 120px;
    max-height: 13px;
    overflow: hidden;
    font-size: 12px;
    color: #ff643e;
    border-bottom: 1px solid #ff643e;
    margin-top: 3px
}

.cart__text:hover {
    color: #f24207;
    border-color: #f24207
}

.mini_header .header_block__main_container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mini_header .header_logo_block {
    margin-right: 100px
}

@media screen and (max-width: 1200px) {
    .mini_header .header_logo_block {
        position: absolute;
        top: 60px;
        left: 15px;
        margin-right: 0
    }

    .mini_header .header_phone {
        top: 67px;
        right: 15px
    }
}

.footer {
    width: 100%;
    background-color: #fff
}

.footer__inner {
    border-top: 1px solid #cedce2;
    padding-top: 20px
}

.footer__reg_text {
    color: #505e70;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.5px
}

.footer__logo_block {
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__logo {
    max-width: 181px;
    overflow: hidden
}

.footer__logo img {
    min-height: 30px
}

.footer__main_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.footer__main_info_column {
    width: 15%;
    margin-bottom: 20px
}

.footer__text_link {
    display: block;
    color: #ff643e
}

.brands__name, .footer__text_link:hover {
    -moz-transition: all .3s linear
}

.footer__text_link:hover {
    text-decoration: none;
    cursor: pointer;
    color: #4a90e2;
    transition: all .3s linear
}

.footer__cookie_link, .full_size_menu__button_more:hover {
    text-decoration: underline
}

.footer__regulations {
    margin-top: 8px
}

.footer__delivery_logo {
    margin-top: 14px
}

.footer__showroom_link {
    margin-top: 8px
}

.footer__delivery_link {
    margin-top: 11px
}

.footer__payment_block__inner {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 160px;
    margin-top: 15px
}

.main_menu__icon img, .products__item_list_img img {
    max-width: 100%;
    max-height: 100%
}

.footer__payment_item, .footer__payment_polaka {
    margin-right: 8px
}

.footer__guaranty {
    margin-top: 15px;
    position: relative
}

.footer__social_links_block__inner {
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px
}

.footer__social_links {
    position: relative;
    color: #c2ced7;
    margin-right: 24px;
    width: 24px;
    height: 24px;
    font-size: 24px
}

.footer__cookie_text, .footer__cookie_title, .footer__underline p {
    font-size: 11px;
    letter-spacing: .4px
}

.footer__social_links:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: icomoon, Arial, sans-serif
}

.footer__underline p, .sub_title__footer {
    font-family: Roboto, Arial, sans-serif;
    text-transform: uppercase
}

.footer__work_schedule {
    margin-top: 10px
}

.footer__client_agreement a {
    color: #ff643e
}

.footer__underline {
    margin-top: 24px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 22px;
    background-color: #fff
}

.footer__underline p {
    font-weight: 400;
    color: #81888f
}

.footer__cookie {
    background-color: #f7fbff;
    padding-top: 15px;
    padding-bottom: 15px
}

.footer__cookie_title {
    text-transform: uppercase;
    text-align: center;
    color: #2b3e50
}

.footer__cookie_text {
    text-align: center;
    color: #9299a3;
    margin-top: 10px
}

.sub_title__footer {
    font-size: 12px;
    color: #2b3e50;
    line-height: 16px;
    font-weight: 700
}

@media only screen and (max-width: 992px) {


    .main_menu {
        border-top: 1px solid #d2dbe1;
        border-bottom: 1px solid #d2dbe1;
        background-color: #f8fbff;
    }
}

.main_menu__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -20px;
}

.main_menu__list_mob, .main_menu__list_mob_button {
    display: none
}

.main_menu__item {
    padding: 10px 18px
}

.main_menu__item:hover {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, .09);
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, .09)
}

.main_menu__item:hover .main_menu__icon:before, .main_menu__item:hover .main_menu__link {
    color: #f24207
}

.main_menu__item:hover .full_size_menu {
    -webkit-box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, .09);
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, .09)
}

.main_menu__link {
    position: relative;
    z-index: 1;
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #565e70;
    padding-left: 40px
}

.main_menu__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    width: 25px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.full_size_menu {
    display: none;
    position: absolute;
    z-index: 101;
    left: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 8px;
    padding-bottom: 30px;
    background-color: #fff;
}

.full_size_menu__left {
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border-right: 1px solid #f5f0f0
}

.full_size_menu__list_block {
    width: 360px;
    padding-left: 50px;
    padding-top: 30px;
}

.full_size_menu__list {
    margin-top: 25px
}

.full_size_menu__list_mob {
    display: none;
    padding-left: 30px;
    padding-top: 20px
}

.full_size_menu__title {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #565e70;
}

.full_size_menu__title:hover {
    color: #f24207
}

.full_size_menu__item {
    margin-top: 5px
}

.full_size_menu__item:first-of-type {
    margin-top: 0
}

.full_size_menu__item_mob {
    margin-top: 15px
}

.full_size_menu__link {
    font-size: 12px;
    color: #565e70;
    font-weight: 400;
    line-height: 16px
}

.full_size_menu__link:hover, .full_size_menu__link_mob:hover {
    color: #f24207
}

.full_size_menu__button_more {
    display: block;
    color: #abaeb3;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 20px
}

.full_size_menu__right {
    position: relative;
    display: block;
    background-color: #fff
}

.full_size_menu__slider {
    overflow: hidden
}

.full_size_menu__slider_item {
    float: left;
    padding: 30px 25px 25px
}

.full_size_menu__slider_view_button {
    color: #565e70;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: underline
}

.full_size_menu__slider_view_button:hover, .sign_up__login_button:hover {
    text-decoration: none
}

.aside__categories_sublink:hover, .breadcrumbs__link:hover, .cart_popup__link:hover, .discount_products__title_link:hover, .fast_cart__link:hover, .products__item_list_title:hover, .products__item_title:hover, .slider_products__title a:hover {
    text-decoration: underline
}

.full_size_menu__slider_img img {
    width: 100%
}

.full_size_menu__slider_link {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.full_size_menu__slider .slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: 30px;
    right: 30px
}

.aside, .aside__categories_list {
    -webkit-flex-direction: column
}

.aside__categories_item.is_not_empty:before, .breadcrumbs__item:before {
    content: '\e914';
    right: 10px;
    font-family: icomoon, Arial, sans-serif
}

.full_size_menu__slider .slick-dots li {
    position: relative;
    width: 8px;
    height: 8px;
    border: none;
    overflow: hidden;
    background-color: transparent;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.full_size_menu__slider .slick-dots li:last-of-type {
    margin-right: 0
}

.full_size_menu__slider .slick-dots li button {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    border: none;
    background-color: #86a9ee;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    -moz-transition: .2s all;
    transition: .2s all
}

.full_size_menu__slider .slick-dots .slick-active button {
    background-color: #dae5fa;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    -moz-transition: .2s all;
    transition: .2s all
}

.products__item_list, .products__item_list_buy_button {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all
}

.aside {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 270px
}

.aside__categories_list {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #9d9d9d
}

.aside__categories_item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.aside__categories_item.is_not_empty:before {
    position: absolute;
    top: 15px;
    width: 9px;
    height: 5px;
    font-size: 5px;
    color: #354051;
    line-height: 1
}

.aside__categories_link {
    display: inline-block;
    padding: 10px;
    line-height: 14px;
    font-size: 13px;
    color: #565e70
}

.aside__categories_link:hover {
    background-color: #f8fbff
}

.aside__categories_link:hover:before {
    color: #565e70
}

.aside__categories_sublist {
    display: none
}

.aside__categories_subitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.aside__categories_sublink {
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs__item {
    position: relative;
    padding-right: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.breadcrumbs__item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 7px;
    height: 4px;
    font-size: 4px;
    color: #9eb1bf;
    margin: auto;
    line-height: 1;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.breadcrumbs__item:last-of-type {
    padding-right: 0
}

.breadcrumbs__item:last-of-type:before {
    display: none
}

.breadcrumbs__item:last-of-type .breadcrumbs__link {
    pointer-events: none;
    color: #354051
}

.breadcrumbs__link {
    color: #9eb1bf;
    font-size: 13px
}

.products {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px
}

.products__title {
    position: relative
}

.products__title:before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #d0d9e0
}

.products__title span {
    background-color: #fff;
    padding-right: 20px;
    font-weight: 900;
    font-size: 16px;
    color: #565e70
}

.products__filters {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 23px;
    margin-top: 15px
}

.products__filters_left {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products__filters_left_wrapper {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.products__filters_left_check {
    position: relative;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 11px;
    color: #565e70;
    margin-right: 30px;
    cursor: pointer
}

.products__filters_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.products__filters_right_select {
    width: 150px;
    height: 23px;
    margin-bottom: 20px;
    color: #9bbbd3;
    border: 1px solid #9bbbd3;
    padding-left: 5px
}

.products__filters_right_select .jq-selectbox__select {
    padding-left: 5px
}

.products__filters_right_select:not(:last-of-type) {
    margin-right: 20px
}

.products__filters_right_list, .products__filters_right_tile {
    height: 19px;
    margin-right: 15px;
    cursor: pointer;
    margin-top: 2px;
    width: 20px
}

.products__filters_right_tile {
    position: relative
}

.products__filters_right_tile:before {
    position: absolute;
    content: '\e91e';
    top: 0;
    left: 0;
    font-size: 19px;
    font-family: icomoon, Arial, sans-serif;
    color: #9bbbd3
}

.products__filters_right_tile:hover:before {
    color: #78a3c3
}

.products__filters_right_tile.active:before {
    color: #417094
}

.products__filters_right_list {
    position: relative
}

.products__filters_right_list:before {
    position: absolute;
    content: '\e91d';
    top: 0;
    left: 0;
    font-size: 19px;
    font-family: icomoon, Arial, sans-serif;
    color: #9bbbd3
}

.products__item_bottom_line_item:before, .products__item_list_bottom_line_item:before {
    content: '';
    bottom: 0;
    background-repeat: no-repeat;
    background-image: url(../img/eye-icon.svg);
    -moz-background-size: 100% auto
}

.products__filters_right_list:hover:before {
    color: #78a3c3
}

.products__filters_right_list.active:before {
    color: #417094
}

.products__filters_toggler {
    display: none
}

.products__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 15px;
    width: 100%
}

.products__list5 > * {
    width: 290px
}

.products__list.list {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0
}

.products__item_list {
    width: 100%;
    height: 170px;
    margin: 0 0 20px;
    transition: .3s all
}

.products__item_list_center_block {
    width: 100%
}

.products__item_list_right_block {
    width: 270px;
    min-width: 270px;
    margin-left: 30px;
    margin-right: 10px
}

.products__item_list_wrapper {
    position: relative;
    display: flex;
    height: auto;
    padding: 10px;
    overflow: hidden;
    background-color: #fff
}

.products__item_list_wrapper:hover {
    z-index: 2;
    height: auto;
    overflow: visible;
    -webkit-box-shadow: -11.3px 6.5px 32px 0 rgba(0, 0, 0, .18);
    -moz-box-shadow: -11.3px 6.5px 32px 0 rgba(0, 0, 0, .18);
    box-shadow: -11.3px 6.5px 32px 0 rgba(0, 0, 0, .18)
}

.products__item_list_img {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 170px;
    min-width: 170px;
    height: 170px;
    margin-right: 30px
}

.products__item_gift img, .products__item_label img {
    max-width: 20px;
    max-height: 20px
}

.products__item_list_title {
    display: block;
    font-size: 16px;
    color: #565e70;
    margin-top: 20px
}

.products__item_list_text {
    font-size: 13px;
    color: #a8abb1;
    line-height: 1.54;
    margin-top: 25px
}

.products__item_list_discount_block {
    width: auto;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin-top: 20px
}

.products__item_list_bottom_line, .products__item_list_price_block {
    margin-top: 5px
}

.products__item_list_discount_item {
    width: 40px;
    height: 24px;
    background-color: #5f97d8;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 6px 4px;
    margin-right: 15px
}

.products__item_list_price_block {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px
}

.products__item_list_price_text {
    display: none
}

.products__item_list_bottom_line {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.products__item_gift, .products__item_list_bottom_line_item {
    -webkit-box-pack: center
}

.products__item_list_bottom_line .cart_popup__counter {
    margin-left: 0
}

.products__item_list_bottom_line_item {
    position: relative;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #565e70;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    border: 1px solid #cfd3d7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 10px 3px 30px
}

.products__item_list_bottom_line_item:before {
    position: absolute;
    top: 0;
    left: 5px;
    width: 16px;
    height: 10px;
    margin: auto;
    background-size: 100% auto
}

.products__item_list_actual_price {
    font-weight: 900;
    font-size: 24px;
    letter-spacing: .8px;
    color: #34485e
}

.products__item_list_buy_button {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: 15px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 12px;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    background-color: #f4511e;
    text-align: center;
    transition: .3s all
}

.products__item, .products__item_wrapper {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all
}

.products__item_list_buy_button:hover {
    background-color: #d53b0a
}

.products__item_list_buy_button.in_cart {
    background-color: #4caf50
}

.products__item_list_buy_button.in_cart:hover {
    background-color: #3d8b40
}

.products__item_list_buy_button.out_of_stock {
    background-color: #455a64
}

.products__item_list_buy_button.out_of_stock:hover {
    background-color: #303f46
}

.products__item_list_buy_button.without_price {
    margin-top: 0;
    background-color: #3f51b5
}

.products__item_list_buy_button.without_price:hover {
    background-color: #32408f
}

.products__item {
    position: relative;
    height: 410px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: .3s all
}

.products__item:hover {
    overflow: visible;
    z-index: 2
}

.products__item:hover .products__item_wrapper {
    z-index: 10
}

.products__item_wrapper {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    transition: .3s all
}

.products__item_gift, .products__item_label {
    top: 20px;
    width: 40px;
    -webkit-justify-content: center;
    display: flex
}

.products__item_wrapper:hover {
    -webkit-box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, .18);
    -moz-box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, .18);
    box-shadow: 1px 5px 30px 0 rgba(0, 0, 0, .18)
}

.products__item_gift {
    position: absolute;
    left: 20px;
    height: 40px;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 14px 26px 0 rgba(207, 211, 215, .64);
    -moz-box-shadow: 0 14px 26px 0 rgba(207, 211, 215, .64);
    box-shadow: 0 14px 26px 0 rgba(207, 211, 215, .64)
}

.products__item_label, .products__item_label span {
    height: 40px;
    -webkit-box-pack: center;
    position: absolute
}

.products__item_label {
    z-index: 3;
    right: 20px;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 14px 26px 0 rgba(207, 211, 215, .64);
    -moz-box-shadow: 0 14px 26px 0 rgba(207, 211, 215, .64);
    box-shadow: 0 14px 26px 0 rgba(207, 211, 215, .64)
}

.products__item_img img, .seo_text img {
    max-height: 100%;
    max-width: 100%
}

.products__item_label span {
    top: 0;
    left: 20px;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    width: 0;
    color: #e26e38;
    overflow: hidden;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    background-color: rgba(226, 110, 56, .1)
}

@media screen and (min-width: 736px) {
    .products__item_label:hover {
        right: 130px;
        background-color: #e26e38
    }

    .products__item_label:hover span {
        width: 140px
    }
}

.products__item_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 290px
}

.products__item_title {
    display: block;
    min-height: 31px;
    font-size: 14px;
    color: #565e70;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products__item_discount_block {
    position: absolute;
    top: 345px;
    left: 0;
    width: 100%;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

.products__item_discount_item {
    width: 40px;
    height: 24px;
    background-color: #5f97d8;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 6px 4px;
    margin-right: 10px
}

.products__item_was_price {
    font-weight: 500;
    font-size: 14px;
    color: #a8abb1;
    text-decoration: line-through;
    margin-right: 10px
}

.products__item_price_block {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8fbff;
    padding: 5px 10px;
    margin-top: 35px
}

.products__item_price_text {
    max-width: 100px;
    letter-spacing: .5px;
    font-size: 14px
}

.products__item_actual_price {
    font-weight: 900;
    font-size: 22px;
    letter-spacing: .8px;
    color: #34485e
}

.products__item_bottom_line {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 20px
}

.products__item_bottom_line .cart_popup__counter {
    margin-left: 0
}

.products__item_bottom_line_item {
    height: 30px;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #565e70;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    border: 1px solid #cfd3d7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 10px 3px 30px
}

.products__item_bottom_line_item:before {
    position: absolute;
    top: 0;
    left: 5px;
    width: 16px;
    height: 10px;
    margin: auto;
    background-size: 100% auto
}

.products__item_count_block {
    position: relative;
    padding-right: 15px
}

.products__item_count_number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    color: #a8abb1;
    border: 3px solid #f3f6f9
}

.products__item_count_minus, .products__item_count_plus {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    right: 0;
    cursor: pointer
}

.products__item_count_plus {
    top: 7px;
    border-width: 0 5px 6px;
    border-color: transparent transparent #565e70
}

.products__item_count_minus {
    bottom: 11px;
    border-width: 6px 5px 0;
    border-color: #565e70 transparent transparent
}

.products__item_buy_button {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 5px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 12px;
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    background-color: #f4511e;
    text-align: center;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.fast_cart, .seo_text .js-all-text {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.products__item_buy_button:hover {
    background-color: #d53b0a
}

.products__item_buy_button.in_cart {
    background-color: #4caf50
}

.products__item_buy_button.in_cart:hover {
    background-color: #3d8b40
}

.products__item_buy_button.out_of_stock {
    background-color: #455a64
}

.products__item_buy_button.out_of_stock:hover {
    background-color: #303f46
}

.products__item_buy_button.without_price {
    margin-top: 0;
    background-color: #3f51b5
}

.products__item_buy_button.without_price:hover {
    background-color: #32408f
}

.slider_container {
    position: relative;
    z-index: 2
}

.slider_container:hover {
    z-index: 3
}

.slider_products {
    margin-top: 30px
}

.slider_products .slick-list {
    z-index: 2;
    overflow: visible
}

.slider_products__list {
    position: relative;
    display: flex;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-bottom: 30px
}

.main_info, .seo_text.compact a {
    display: block
}

.slider_products__title {
    position: relative;
    color: #769bc5
}

.slider_products__title_dark {
    color: #565e70
}

.slider_products__title span {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    padding-right: 15px;
    background-color: #fff
}

.slider_products__title a {
    position: relative;
    color: #989da5;
    font-weight: 400;
    font-size: 18px;
    background-color: #fff;
    padding-right: 10px
}

.slider_products__title:before {
    position: absolute;
    z-index: 0;
    content: '';
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cedce2
}

.slider_products .products__item {
    min-width: 253px;
    height: 286px;
    margin: 10px
}

.seo_text img, .seo_text p, .seo_text ul {
    margin-bottom: 20px
}

.slider_products .products__item_img {
    height: 170px
}

.slider_products .slick-list:after, .slider_products .slick-list:before {
    position: absolute;
    width: 2500px;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    content: ''
}

.slider_products .products__item_title:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.slider_products .products__item_discount_block {
    top: 225px
}

.slider_products .slick-list:before {
    top: 0;
    left: -2500px
}

.slider_products .slick-list:after {
    top: 0;
    right: -2500px
}

.main_info, .main_info_block {
    width: 100%
}

.main_info {
    position: relative;
    padding: 15px 30px;
    color: #fff;
    text-align: center
}

.main_info.primary {
    background-color: #86a9ee
}

.main_info.success {
    background-color: #86eec3
}

.main_info.warning {
    background-color: #eed386
}

.main_info.danger {
    background-color: #ee8686
}

.seo_text {
    position: relative;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px
}

.seo_text .js-all-text, .seo_text:before {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0
}

.seo_text.compact {
    height: 350px
}

.seo_text.compact:before {
    height: 55px
}

.seo_text:before {
    content: '';
    width: 100%;
    height: 20px;
    background-color: #fff
}

.seo_text .js-all-text {
    display: none;
    width: 180px;
    background-color: #cfe8ff;
    border-radius: 2px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: #414b5e;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-weight: 900
}

.seo_text h2, .seo_text h3 {
    font-weight: 700;
    margin-bottom: 20px
}

.seo_text img {
    display: block
}

.seo_text h2 {
    font-size: 22px;
    color: #769bc5
}

.seo_text h3 {
    font-size: 18px;
    color: #6689bb
}

.seo_text p {
    font-size: 13px;
    color: #404b5e;
    line-height: 1.4
}

.seo_text ol li, .seo_text ol li:before, .seo_text ul li, .seo_text ul li:before {
    color: #a8abb1;
    font-size: 13px
}

.seo_text ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px
}

.seo_text ul li:before {
    position: absolute;
    content: '—';
    top: 0;
    left: 0
}

.seo_text ul li:last-of-type {
    margin-bottom: 0
}

.seo_text ol {
    counter-reset: seo-ol
}

.seo_text ol li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px
}

.seo_text ol li:before {
    position: absolute;
    counter-increment: seo-ol;
    content: counter(seo-ol) ".";
    top: 0;
    left: 0
}

.seo_text ol li:last-of-type {
    margin-bottom: 0
}

.seo_text.categories {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f6faff
}

.discount_products__item, .discount_products__list {
    position: relative;
    z-index: 1
}

.seo_text.categories h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1.1px;
    color: #565e70
}

.seo_text.categories p {
    opacity: .9;
    letter-spacing: .5px;
    line-height: 1;
    font-size: 14px;
    color: #565e70
}

.discount_products {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #86a9ee;
    overflow-x: auto
}

.discount_products__title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding-left: 30px;
    text-transform: uppercase
}

.discount_products__title_dark, .discount_products__title_dark:before {
    color: #769bc5
}

.discount_products__title_link {
    font-weight: 400;
    color: #fff;
    margin-left: 5px;
    text-transform: none
}

.discount_products__list {
    display: flex;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-top: 15px;
    margin-left: -10px
}

.discount_products__item {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 377px;
    max-height: 420px;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px;
    padding-bottom: 15px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.brands_page__item, .cart_popup__item {
    -o-transition: .3s all;
    -moz-transition: .3s all
}

.discount_products__item:hover {
    -webkit-box-shadow: 13px 0 46px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 13px 0 46px 0 rgba(0, 0, 0, .25);
    box-shadow: 13px 0 46px 0 rgba(0, 0, 0, .25)
}

.discount_products__img {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.discount_products__img img {
    max-width: 100%;
    max-height: 100%
}

.discount_products__timer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 270px;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    margin-top: 15px;
    background-color: #ffe8c7;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.cart_popup__close, .cart_popup__close:after, .cart_popup__close:before, .discount_products__link:before, .discount_products__timer:before {
    position: absolute;
    content: ''
}

.discount_products__timer:before {
    top: 0;
    bottom: 0;
    left: 100%;
    width: 107px;
    height: 4px;
    margin: auto;
    background-color: #ffe8c7
}

.discount_products__timer_text {
    color: #505e70;
    font-size: 13px
}

.discount_products__timer_left {
    color: #ff643e;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 500
}

.discount_products__link {
    margin-top: 25px;
    color: #69f;
    font-weight: 700;
    font-size: 18px;
    padding-left: 20px
}

.discount_products__link:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.discount_products__descr {
    font-size: 15px;
    padding-left: 20px;
    margin-top: 15px;
    font-weight: 300;
    color: #565e70
}

.cart_popup {
    background: #f6faff
}

.cart_popup__close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.cart_popup__close:after, .cart_popup__close:before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    background-color: #565e70
}

.cart_popup__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cart_popup__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cart_popup__title {
    display: block;
    font-size: 22px;
    color: #565e70;
    font-weight: 700
}

.cart_popup__list_wrapper {
    max-height: 360px
}

.cart_popup__img img, .empty_cart_icon img, .fast_cart_img img {
    max-width: 100%;
    max-height: 100%
}

.cart_popup__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    background-color: #fff;
    margin-top: 20px;
    -webkit-box-shadow: 0 12px 32px 0 rgba(207, 211, 215, .2);
    -moz-box-shadow: 0 12px 32px 0 rgba(207, 211, 215, .2);
    box-shadow: 0 12px 32px 0 rgba(207, 211, 215, .2);
    -webkit-transition: .3s all;
    transition: .3s all
}

.cart_popup__item:first-of-type {
    margin-top: 0
}

.cart_popup__item:hover {
    -webkit-box-shadow: 0 12px 32px 0 rgba(207, 211, 215, .64);
    -moz-box-shadow: 0 12px 32px 0 rgba(207, 211, 215, .64);
    box-shadow: 0 12px 32px 0 rgba(207, 211, 215, .64)
}

.cart_popup__item:hover .cart_popup__remove:after, .cart_popup__item:hover .cart_popup__remove:before {
    background-color: red
}

.cart_popup__img {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    height: 150px;
    padding: 5px
}

.cart_popup__bottom_total_price_block, .cart_popup__main_info {
    -webkit-flex-direction: column
}

.cart_popup__remove {
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-border-radius: 0 0 50% 0;
    -moz-border-radius: 0 0 50%;
    border-radius: 0 0 50%;
    cursor: pointer
}

.cart_popup__remove:after, .cart_popup__remove:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    margin: auto;
    background-color: #565e70;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.cart_popup__remove:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cart_popup__remove:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cart_popup__main_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    margin-left: 30px
}

.cart_popup__link {
    font-size: 16px
}

.cart_popup__price {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #565e70
}

.cart_popup__counter {
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px
}

.cart_popup__minus, .cart_popup__plus {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 27px;
    height: 30px;
    border: 1px solid #cfd3d7;
    font-size: 18px;
    cursor: pointer;
    color: #4a90e2;
    font-weight: 500
}

.cart_popup__count {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    border-top: 1px solid #cfd3d7;
    border-bottom: 1px solid #cfd3d7;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #565e70
}

.cart_popup__bottom {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    margin-left: -20px;
    margin-bottom: -20px;
    border: 1px solid rgba(207, 211, 215, .5);
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px)
}

.cart_popup__bottom_close {
    position: relative;
    width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    color: #565e70;
    padding-left: 30px;
    text-align: center
}

.cart_popup__bottom_close:before {
    position: absolute;
    content: '\e914';
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 7px;
    font-size: 8px;
    font-weight: 700;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-family: icomoon, Arial, sans-serif
}

.cart_popup__bottom_buy_button, .cart_popup__bottom_total_price_block {
    height: 40px
}

.cart_popup__bottom_close:hover {
    color: #2a2e36
}

.cart_popup__bottom_total_price {
    font-weight: 700;
    font-size: 16px;
    color: #e26e38;
    margin-top: 5px;
    letter-spacing: .5px
}

.cart_popup__bottom_total_price_block {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 25px
}

.cart_popup__bottom_total_price_title {
    color: #565e70;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    text-align: right
}

.cart_popup__bottom_buy_button {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
    padding: 3px;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #f96432;
    color: #fff;
    text-align: center
}

.cart_popup__bottom_buy_button:hover {
    background-color: #f14207
}

.cart_popup .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #565e70
}

.cart_popup .mCSB_scrollTools .mCSB_draggerRail, .fast_cart {
    background-color: #fff
}

.cart_popup .mCSB_inside > .mCSB_container {
    margin-right: 0
}

.fast_cart {
    border-radius: 2px
}

.fast_cart__container {
    display: flex
}

.fast_cart_left {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.empty_cart_icon, .fast_cart_img {
    display: flex;
    -webkit-box-pack: center
}

.fast_cart_img {
    width: 300px;
    height: 220px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.fast_cart_right {
    width: 100%;
    margin-top: 30px;
    background-color: #f6faff;
    padding: 60px;
    margin-right: -20px;
    margin-bottom: -20px
}

.fast_cart__vendor_code {
    font-size: 16px;
    font-weight: 700;
    color: #e26e38;
    margin-left: 5px
}

.fast_cart__vendor_code_block {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 15px;
    border: 1px solid #e26e38
}

.fast_cart__vendor_code_text {
    color: #e26e38;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.fast_cart__link {
    margin-top: 15px;
    font-weight: 500;
    font-size: 24px;
    color: #565e70
}

.fast_cart_info_block {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px
}

.fast_cart__availability {
    padding-left: 30px;
    letter-spacing: .5px;
    color: #4a90e2;
    font-weight: 600;
    font-size: 14px
}

.fast_cart__discount {
    letter-spacing: .5px;
    color: #a8abb1;
    font-weight: 500;
    font-size: 14px;
    text-decoration: line-through
}

.brands__link:hover, .brands__title a:hover, .filter_block__link:hover, .filter_block__link_selected:hover, .filter_block__reset_all:hover, .sign_up__login_button {
    text-decoration: underline
}

.fast_cart__price {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    letter-spacing: .8px;
    font-size: 24px;
    font-weight: 900;
    color: #34485e;
    margin-top: 20px
}

.fast_cart__info {
    display: flex;
    margin-top: 15px;
    min-height: 24px
}

.fast_cart__text {
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    color: #565e70;
    margin-bottom: 60px
}

.empty_cart_icon {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 55px
}

.empty_cart_icon_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    height: 110px;
    opacity: .5;
    margin: 70px auto 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.empty_cart_title {
    margin-top: 25px;
    text-align: center;
    letter-spacing: .8px;
    font-size: 24px;
    color: #565e70;
    margin-bottom: 90px
}

.filter_block {
    margin-top: 20px;
    border: 1px solid #d2dbe1
}

.filter_block__item {
    padding: 20px;
    border-bottom: 1px solid #d2dbe1
}

.filter_block__item:last-of-type {
    border-bottom: none
}

.filter_block__item_selected {
    padding: 20px;
    border-bottom: 1px solid #d2dbe1;
    background-color: #f8fbff;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    -moz-transition: height .5s;
    transition: height .5s
}

.filter_block__reset_all {
    position: relative;
    display: block;
    margin-top: 15px;
    color: #c2ced7;
    font-size: 11px;
    padding-left: 20px
}

.filter_block__reset_all:after, .filter_block__reset_all:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 1px;
    margin: auto;
    background-color: #c2ced7
}

.filter_block__reset_all:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.filter_block__reset_all:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.filter_block__title {
    font-weight: 900;
    color: #354051;
    text-transform: uppercase
}

.filter_block__list, .filter_block__list_selected {
    margin-top: 15px
}

.filter_block__link {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 15px;
    margin-top: 5px;
    padding-left: 25px;
    color: #354051
}

.filter_block__link:first-of-type {
    margin-top: 0
}

.filter_block__link:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #d0d9e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.filter_block__link_selected {
    position: relative;
    display: block;
    color: #354051;
    font-size: 13px;
    margin-top: 5px;
    padding-left: 25px
}

.filter_block__link_selected:first-of-type {
    margin-top: 0
}

.filter_block__link_selected:after, .filter_block__link_selected:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 13px;
    height: 1px;
    margin: auto;
    background-color: #c2ced7
}

.filter_block__link_selected:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.filter_block__link_selected:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.filter_block__link.is_active:before {
    border: none
}

.filter_block__expand {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    padding-right: 15px;
    color: #565e70
}

.filter_block__expand:before {
    position: absolute;
    content: '\e914';
    top: 0;
    bottom: 0;
    right: 0;
    width: 11px;
    height: 8px;
    margin: auto;
    font-family: icomoon, Arial, sans-serif;
    font-size: 6px;
    color: #565e70
}

.filter_block__expand:hover, .filter_block__expand:hover:before {
    color: #ff643e
}

.filter_block__slider_range {
    position: relative;
    min-height: 2px;
    margin-top: 25px;
    padding-left: 5px;
    padding-right: 5px
}

.index__advantages, .index__ask {
    min-height: 270px
}

.filter_block__slider_range:after, .filter_block__slider_range:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    width: 5px;
    height: 2px;
    background-color: #d2dbe1
}

.filter_block__slider_range:before {
    left: 0
}

.filter_block__slider_range:after {
    right: 0
}

.filter_block__row {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.filter_block__row input[type=number], .paginator {
    -webkit-box-pack: center
}

.filter_block__row label {
    font-size: 13px;
    color: #354051;
    margin-right: 5px
}

.filter_block__row input[type=number] {
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
    height: 36px;
    padding: 5px;
    border: 3px solid #f3f6f9;
    -moz-appearance: textfield
}

.filter_block__row input[type=number]::-webkit-inner-spin-button, .filter_block__row input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.filter_block__row .dash {
    font-size: 13px;
    color: #c2ced7;
    margin-right: 5px;
    margin-left: 5px
}

.filter_block__apply {
    display: inline-block;
    margin-top: 20px;
    color: #565e70;
    font-size: 13px;
    font-weight: 900;
    padding-bottom: 3px;
    text-transform: uppercase;
    border-bottom: 1px dashed #565e70
}

.filter_block__apply:hover {
    color: #f24207;
    border-color: #f24207
}

.ui-corner-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ui-slider-horizontal {
    height: 2px
}

.ui-widget-header {
    background-color: #354051
}

.ui-widget.ui-widget-content {
    border: none;
    background-color: #d2dbe1
}

.ui-slider .ui-slider-handle {
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #354051;
    cursor: pointer
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.3em
}

.paginator {
    position: relative;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.paginator:before {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #f4f6f9
}

.index__slider .slick-arrow:before, .paginator__arrow:before {
    content: '\e914';
    left: 0;
    font-family: icomoon, Arial, sans-serif;
    top: 0
}

.paginator-block {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff
}

.paginator__arrow {
    position: relative;
    width: 30px;
    height: 30px
}

.paginator__arrow:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 7px;
    font-size: 7px;
    margin: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: rgba(218, 219, 220, .5)
}

.paginator__arrow:hover:before {
    color: #354051
}

.paginator__prev {
    margin-right: 15px
}

.paginator__next {
    margin-left: 15px
}

.paginator__next:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.paginator__item {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 13px;
    color: #354051;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.paginator__item:hover {
    background-color: #f3f6f9
}

.paginator__item.is_active {
    background-color: #d1dde8
}

.index__top_line {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index__slider, .index__slider_link {
    -webkit-box-align: center;
    overflow: hidden
}

.index__slider {
    position: relative;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1000px;
    max-height: 280px;
    border: 1px solid #e7edef;
    margin-top: 10px
}

.index__slider_link {
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index__slider_img {
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

.index__slider .slick-track {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index__slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 24px;
    font-size: 0;
    margin: auto;
    background-color: transparent;
    border: none;
    padding: 0
}

.index__slider .slick-arrow:before {
    position: absolute;
    width: 36px;
    height: 24px;
    font-size: 20px;
    color: rgba(134, 169, 238, .5)
}

.brands__slider_link:hover:before, .brands__title:before, .index__advantages_item:before, .sign_up__checkbox label:before, .subcategories_tile__link:before, .subcategories_tile__list.compressed:before {
    content: ''
}

.index__slider .slick-arrow:hover:before {
    color: #86a9ee
}

.index__advantages_title, .index__ask_title {
    color: #565e70;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-align: center
}

.index__slider .slick-prev {
    left: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.index__slider .slick-next {
    right: 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.item__info_block.item__half_block .index__advantages {
    width: 100%
}

.index__advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 270px;
    border: 1px solid #e7edef;
    margin-top: 10px
}

.index__advantages_title {
    font-size: 14px;
    background-color: #f7fbff;
    padding-top: 10px;
    padding-bottom: 10px
}

.index__advantages_item {
    position: relative;
    font-size: 15px;
    padding-left: 90px;
    margin-top: 40px
}

.index__advantages_item:first-of-type {
    margin-top: 25px
}

.index__advantages_item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 46px;
    height: 46px;
    background-color: #f3f8fc;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: auto 60%;
    background-size: auto 60%
}

.index__ask, .index__ask_title {
    margin-top: 10px
}

.index__advantages_item:nth-of-type(1):before {
    background-image: url(../img/advantage-icon-1.svg)
}

.index__advantages_item:nth-of-type(2):before {
    background-image: url(../img/advantage-icon-2.svg)
}

.index__advantages_item:nth-of-type(3):before {
    -moz-background-size: auto 70%;
    background-size: auto 70%;
    background-image: url(../img/advantage-icon-3.svg)
}

.index__advantages_item:nth-of-type(4):before {
    -moz-background-size: auto 70%;
    background-size: auto 70%;
    background-image: url(../img/advantage-icon-4.svg)
}

.index__ask {
    position: relative;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    border: 1px solid #e7edef
}

.index__ask_title {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 28px;
    max-height: 28px;
    overflow: hidden;
    font-size: 14px
}

.index__ask_img {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 73px;
    height: 73px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: auto
}

.index__ask_blue_bg {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 50px;
    border: 1px solid #c7e6ff;
    background-color: #b9e0ff
}

.index__ask_name {
    font-weight: 700;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #344050
}

.index__ask_position {
    margin-top: 7px;
    font-weight: 300;
    color: #525e70
}

.index__ask_call {
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #515e70;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px
}

.index__ask_phone {
    margin-top: 12px;
    font-weight: 900;
    font-size: 22px;
    color: #2398d8;
    margin-bottom: 10px
}

.brands {
    margin-top: 30px
}

.brands__name {
    position: absolute;
    bottom: -25px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #86a9ee;
    opacity: 0;
    transition: all .3s linear
}

.brands__title a, .brands__title span {
    position: relative;
    font-size: 18px;
    background-color: #fff
}

.brands__title {
    position: relative;
    color: #769bc5
}

.brands__title span {
    font-weight: 700;
    padding-right: 15px
}

.brands__title a {
    color: #989da5;
    font-weight: 400;
    padding-right: 10px
}

.brands__title:before {
    position: absolute;
    z-index: 0;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cedce2
}

.brands__list {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.brands__item {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 294px;
    margin: 10px
}

.brands__item_price_block {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7fbff;
    padding: 5px 10px;
    margin-top: 10px
}

.brands__item_actual_price {
    font-weight: 900;
    font-size: 24px;
    color: #565e70
}

.brands__img {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 170px
}

.brands__img img {
    max-width: 100%;
    max-height: 100%
}

.brands__link {
    margin-top: 10px;
    color: #565e70
}

.brands__slider {
    position: relative;
    margin-top: 30px;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.brands__slider_link {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 110px;
    padding: 10px;
    margin: auto auto 20px;
    border: 1px solid #cedce2
}

.brands__slider_link:hover:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(134, 169, 238, .9);
    background-repeat: no-repeat;
    background-image: url(../img/zoom-icon.svg);
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-position: center
}

.brands__slider_link:hover .brands__name {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.brands__slider_link img {
    max-width: 100%;
    max-height: 100%
}

.brands__slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: -20px;
    bottom: 0;
    width: 36px;
    height: 24px;
    font-size: 0;
    margin: auto;
    background-color: transparent;
    border: none;
    padding: 0
}

.brands__slider .slick-arrow:before {
    position: absolute;
    content: '\e914';
    top: 0;
    left: 0;
    width: 36px;
    height: 24px;
    font-family: icomoon, Arial, sans-serif;
    font-size: 20px;
    color: rgba(134, 169, 238, .5)
}

.brands__slider .slick-arrow:hover:before {
    color: #86a9ee
}

.brands__slider .slick-prev {
    left: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.brands__slider .slick-next {
    right: 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.brands_page__list {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 170px);
    width: -moz-calc(100% + 170px);
    width: calc(100% + 170px);
    margin-left: -85px
}

.brands_page__item {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border: 2px solid #d6d6d6;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin: 30px 85px
}

.call_back_form__img, .sign_up__img {
    margin-left: -20px;
    background-repeat: no-repeat
}

.brands_page__item:hover {
    border-color: #565e70
}

.brands_page__item:hover span {
    color: #ff643e
}

.brands_page__item img {
    max-width: 100%;
    max-height: 100%
}

.brands_page__item span {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 25px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 16px;
    font-weight: 700;
    color: #565e70;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.sign_up__wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.sign_up__img {
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    margin-top: 30px;
    background-image: url(../img/sign-up-img.jpg);
    background-size: cover
}

.sign_up__title {
    font-size: 32px;
    letter-spacing: 1.1px;
    color: #565e70;
    font-weight: 600
}

.sign_up__login_button {
    color: #4a90e2;
    font-weight: 600
}

.sign_up__login_block {
    text-align: center;
    font-size: 13px;
    margin-top: 25px;
    letter-spacing: 0;
    color: #565e70
}

.sign_up__checkbox {
    margin-top: 20px
}

.sign_up__checkbox input[type=checkbox] {
    position: absolute;
    left: -100px;
    z-index: -1
}

.sign_up__checkbox input[type=checkbox]:checked + label:after {
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    background-color: #ff643e
}

.sign_up__checkbox label {
    position: relative;
    padding-left: 25px;
    color: #565e70;
    cursor: pointer
}

.sign_up__checkbox label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #c6cbd1
}

.call_back_form__wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.call_back_form__img {
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    margin-top: 30px;
    background-image: url(../img/call_back_form_img.jpg);
    -moz-background-size: cover;
    background-size: cover
}

.authorize_popup__right {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 550px;
    margin-top: 30px;
    background-color: #f6faff;
    padding: 60px;
    margin-right: -20px;
    margin-bottom: -20px
}

.authorize_popup__bottom_buttons {
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 30px
}

.authorize_popup__bottom_buttons_item {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #565e70;
    text-decoration: underline
}

.authorize_popup__bottom_buttons_item:hover {
    text-decoration: none
}

.category_container {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.category__left_block {
    width: 270px
}

.category__right_block {
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
    padding-left: 20px
}

.category__main_block {
    margin-top: 30px
}

.subcategories_tile__list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    grid-gap: 20px;
    max-height: 100%;
    padding-bottom: 35px;
    -webkit-transition: max-height .3s linear;
    -o-transition: max-height .3s linear;
    -moz-transition: max-height .3s linear;
    transition: max-height .3s linear;
    overflow: hidden;
    margin-top: 20px
}

.item__comments_item_reply, .item__opinion_submit {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all
}

.subcategories_tile__list.compressed {
    max-height: 200px
}

.subcategories_tile__list.compressed:before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), to(white));
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0, #fff 100%);
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0, #fff 100%);
    background: -o-linear-gradient(top, rgba(30, 87, 153, 0) 0, #fff 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0, #fff 100%)
}

.subcategories_tile__item {
    position: relative;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.subcategories_tile__img {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px
}

.subcategories_tile__img img {
    max-width: 100%;
    max-height: 100%
}

.subcategories_tile__link {
    font-size: 11px
}

.subcategories_tile__link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.subcategories_tile__link:hover {
    color: #ff643e
}

.subcategories_tile__toggler {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    width: 270px;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    background-color: #ddecff;
    padding: 10px 25px;
    cursor: pointer
}

.subcategories_tile__toggler:before {
    position: absolute;
    content: '\e914';
    top: 0;
    bottom: 0;
    right: 10px;
    font-family: icomoon, Arial, sans-serif;
    width: 9px;
    height: 5px;
    line-height: 1;
    font-size: 5px;
    margin: auto;
    color: rgba(86, 94, 112, .5)
}

.subcategories_tile__toggler.opened:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.item_top_container__to_category:before, .order_is_processed__descr_back_button:before {
    font-family: icomoon, Arial, sans-serif;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.categories_page__menu {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px
}

.categories_page__menu_item {
    margin-top: 10px
}

.categories_page__menu_item:first-of-type {
    margin-top: 0
}

.categories_page__menu_link {
    letter-spacing: .5px;
    color: #4a90e2;
    line-height: 1.14
}

.categories_page__menu_link:hover {
    text-decoration: underline
}

.categories_page__menu_block {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-left: -10px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px)
}

.categories_page__menu_block_item {
    display: flex;
    -webkit-box-orient: vertical;
    /* -webkit-flex-direction: column; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    width: 280px;
    margin: 30px 10px 10px;
    align-items: center;
}

.categories_page__menu_block_title {
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 500;
    color: #565e70;
    line-height: 1.25
}

.policy__frame {
    border: 5px solid #e2e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px
}

.item__title {
    font-weight: 900;
    font-size: 36px;
    color: #565e70
}

.item_container {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item_top_container {
    display: none;
    margin-bottom: 20px
}

.item_top_container__to_category {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1px;
    color: #222f40
}

.item_top_container__to_category:before {
    position: absolute;
    content: '\e914';
    top: 0;
    bottom: 0;
    left: -3px;
    width: 20px;
    height: 12px;
    font-size: 11px;
    color: #222f40;
    margin: auto;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.item_top_container .item__vendor_code_mobile {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 22px;
    margin-left: auto;
    background-color: #f4f9ff
}

.item_left {
    display: flex;
    width: 680px;
    margin-top: 30px;
    overflow: hidden
}

.item__first_slider .slick-dots, .item__first_slider_img {
    -webkit-box-pack: center
}

.item__first_slider {
    position: relative;
    width: 610px;
    height: 600px
}

.item__first_slider_img {
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.item__first_slider_img img {
    max-width: 100%;
    max-height: 100%
}

.item__first_slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
}

.item__first_slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #dfe8fb;
    font-size: 0;
    padding: 0;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.item__first_slider .slick-dots li:not(:last-of-type) {
    margin-right: 10px
}

.item__first_slider .slick-dots li.slick-active button {
    background-color: #7697ed
}

.item__second_slider {
    position: relative;
    width: 70px;
    height: 600px;
    overflow: hidden
}

.item__second_slider_item {
    width: 70px;
    height: 70px;
    border: 1px solid #d2dbe1;
    margin-bottom: 10px;
    cursor: pointer
}

.item__second_slider_img {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.item__second_slider_img img {
    max-width: 100%;
    max-height: 100%
}

.item__second_slider .slick-arrow {
    position: relative;
    width: 70px;
    height: 50px;
    border: none;
    background-color: #fff;
    font-size: 0;
    padding: 0
}

.item__second_slider .slick-arrow:before {
    position: absolute;
    content: '\e914';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 23px;
    margin: auto;
    font-family: icomoon, Arial, sans-serif;
    font-size: 22px;
    color: #ced2d7
}

.item__second_slider .slick-arrow:hover:before {
    color: #565e70
}

.item__second_slider .slick-prev {
    top: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.item__second_slider .slick-next {
    bottom: 0;
    right: 0
}

.item_right {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-calc(100% - 570px);
    width: -moz-calc(100% - 570px);
    width: calc(100% - 680px);
    margin-top: 30px;
    padding-left: 80px
}

.item__availability, .item__manufacturer {
    font-size: 13px
}

.item__half_block {
    width: 45%;
    min-width: 330px
}

.item__half_block:nth-of-type(2n) {
    width: 50%
}

.item__availability {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item__availability_text {
    color: #95b2c0;
    margin-right: 5px
}

.item__availability_status {
    color: #99c095
}

.item__manufacturer {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

.item__manufacturer_vendor_code {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.item__manufacturer_text {
    color: #95b2c0;
    margin-right: 5px
}

.item__manufacturer_status {
    color: #99c095
}

.item__vendor_code {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 200px;
    font-size: 13px;
    padding: 5px 7px;
    background-color: #f6faff
}

.item__vendor_code_text {
    color: #505e70;
    margin-right: 5px
}

.item__vendor_code_number {
    color: #ff643e
}

.item__info_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 1600px) {
    .item__info_block {
        display: none
    }
    .product_name_landing {
        font-size: 34px!important;
    }
}

.item__buy_block {
    padding-top: 25px
}

.item__buy_block_text {
    font-size: 18px;
    color: #565e70
}

.item__buy_block_price {
    margin-top: 20px;
    font-weight: 900;
    font-size: 48px;
    color: #565e70
}

.item__buy_block_count_button_block, .item__buy_block_vendor_code {
    margin-top: 15px;
    display: flex
}

.item__buy_block_button {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 50px;
    font-weight: 900;
    background-color: #f96432;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px
}

.item__buy_block_button.in_cart {
    background-color: #4caf50
}

.item__buy_block_button.in_cart:hover {
    background-color: #3d8b40
}

.item__buy_block_count_block {
    position: relative;
    width: 70px;
    margin-right: 35px
}

.item__buy_block_count_number {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 18px;
    padding-left: 15px;
    color: #a8abb1;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 3px solid #f3f6f9;
    -moz-appearance: textfield
}

.item__buy_block_count_minus, .item__buy_block_count_plus {
    position: absolute;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    cursor: pointer;
    content: ''
}

.item__buy_block_count_number::-webkit-inner-spin-button, .item__buy_block_count_number::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.item__buy_block_count_plus {
    top: 12px;
    border-width: 0 7px 7px;
    border-color: transparent transparent #565e70
}

.item__buy_block_count_minus {
    bottom: 12px;
    border-width: 7px 7px 0;
    border-color: #565e70 transparent transparent
}

.item__buy_block_vendor_code {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 326px;
    font-size: 13px;
    padding: 5px 7px;
    text-transform: uppercase;
    background-color: #f6faff
}

.item__buy_block_vendor_code_text {
    color: #505e70;
    margin-right: 5px
}

.item__buy_block_vendor_code_number {
    color: #ff643e
}

.item__row {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item__row:nth-of-type(2) {
    margin-top: 30px
}

.item__online_link {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 42px;
    margin-top: 15px
}

.item__comments, .item__comments_item_info {
    -webkit-flex-direction: column
}

.item__online_link a {
    width: 155px
}

.item__online_link a img {
    max-width: 100%;
    max-height: 100%
}

.item__tabs {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-top: 30px
}

.item__comments, .item__tabs_content {
    padding-top: 20px
}

.item__tabs_wrapper {
    position: relative
}

.item__tabs_wrapper:before {
    position: absolute;
    content: '';
    top: 56px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eef0f1
}

.item__tabs_item {
    position: relative;
    display: block;
    float: left;
    font-weight: 700;
    font-size: 16px;
    color: #565e70;
    cursor: pointer;
    margin-right: 30px;
    padding-bottom: 10px
}

.item__tabs_item:last-of-type {
    margin-right: 0
}

.item__tabs_item.is_active:before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #565e70
}

.item__comments {
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.item__comments_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.item__comments_item:not(:last-of-type) {
    margin-bottom: 50px
}

.item__comments_item_first_letter {
    display: inline-block;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #ff643e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 0;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase
}

.item__opinion_input, .item__opinion_textarea {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #eff1f2;
    width: 100%
}

.item__comments_item_first_letter:first-letter {
    font-size: 32px
}

.item__comments_item_info {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 30px
}

.item__comments_item_title {
    font-size: 16px;
    font-weight: 700;
    color: #565e70
}

.item__comments_item_date {
    color: #9299a3;
    font-size: 11px;
    margin-top: 10px
}

.item__comments_item_rate {
    display: flex;
    margin-top: 10px
}

.item__comments_item_rate .item__opinion_stars_item {
    cursor: auto
}

.item__comments_item_text {
    font-size: 15px;
    line-height: 1.6;
    color: #565e70;
    margin-top: 20px
}

.item__comments_item_reply {
    font-size: 12px;
    color: #4a90e2;
    letter-spacing: .5px;
    margin-top: 20px;
    text-decoration: underline;
    transition: .3s all
}

.item__comments_item_reply:hover {
    text-decoration: none
}

.item__comments_second_item {
    margin-left: 80px
}

.item__opinion {
    max-width: 640px;
    margin-top: 30px
}

.item__opinion_title {
    font-size: 20px;
    font-weight: 500;
    color: #565e70;
    margin-bottom: 30px
}

.item__opinion_label {
    font-size: 12px;
    color: #565e70
}

.item__opinion_textarea {
    height: 150px;
    margin-top: 10px;
    resize: none;
    border-radius: 2px;
    border: 1px solid rgba(80, 94, 112, .2);
    padding: 13px 0 11px 20px
}

.item__opinion_textarea_block {
    margin-top: 25px
}

.item__opinion_input {
    max-width: 310px;
    min-width: 200px;
    margin-top: 10px;
    border-radius: 2px;
    border: 1px solid rgba(80, 94, 112, .2);
    padding: 13px 0 11px 40px;
    background-repeat: no-repeat;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    background-position: 16px center
}

.item__opinion_input_wrapper {
    width: 100%;
    margin-right: 15px
}

.item__opinion_input_wrapper:nth-of-type(2) {
    margin-right: 0
}

.item__opinion_input_block {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.item__opinion_input_name {
    background-image: url(../img/item-user-input-icon.svg)
}

.item__opinion_input_email {
    background-image: url(../img/item-email-input-icon.svg)
}

.item__opinion_rate_block {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
}

.item__opinion_rate_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.item__opinion_rate_text {
    font-size: 16px;
    color: #565e70
}

.item__opinion_rate_value {
    display: none
}

.item__opinion_stars {
    display: flex;
    margin-left: 20px;
    margin-right: 20px
}

.item__opinion_stars_item {
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    cursor: pointer
}

.item__opinion_stars_item:before {
    position: absolute;
    content: '\e915';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: icomoon, Arial, sans-serif;
    font-size: 15px;
    color: #eff1f2
}

.checkout__checkbox:checked + label:after, .info__item:before {
    content: '';
    position: absolute
}

.item__opinion_stars_item:last-of-type {
    margin-right: 0
}

.item__opinion_stars_item.filled:before {
    color: #ff643e
}

.item__opinion_captcha {
    margin-top: 10px
}

.item__opinion_captcha_block {
    margin-top: 20px
}

.item__opinion_submit {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    color: #fff;
    background-color: #ff643e;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 500;
    transition: .3s all
}

.checkout__buy_button, .checkout__cart_remove:before {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all
}

.info__img img, .item__images_item img {
    max-width: 100%;
    max-height: 100%
}

.item__opinion_submit:hover {
    background-color: #f24207
}

.item__opinion_submit_block {
    margin-top: 30px
}

.item__images {
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    margin-left: -24px
}

.item__images_item {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 275px;
    height: 275px;
    border: 1px solid #d2dbe1;
    margin: 24px
}

.item__parameters table {
    border: 1px solid #565e70
}

.item__parameters table td, .item__parameters table th {
    padding: 5px;
    font-size: 14px
}

.item__popup {
    background-color: #f6faff
}

.item__popup_container {
    display: flex;
    background-color: #fff
}

.item__popup_left {
    display: flex;
    width: 50%
}

.item__popup_right {
    position: relative;
    width: 50%
}

.item__popup .item__first_slider {
    width: 370px;
    height: 450px
}

.item__popup .item__second_slider {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 450px;
    margin-left: 10px
}

.item__popup .item__second_slider_item {
    margin-top: 7px;
    margin-bottom: 7px
}

.item__popup .item__buy_block_vendor_code {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    margin-top: 0
}

.info__container, .one_stock__container, .one_stock__img, .one_stock__timer {
    display: flex
}

.info__text {
    font-size: 15px;
    line-height: 1.6;
    color: #565e70
}

.info__text_bold {
    font-weight: 700
}

.info__list {
    margin-top: 25px
}

.info__item {
    position: relative;
    padding-left: 15px;
    margin-top: 10px
}

.info__item:first-of-type {
    margin-top: 0
}

.info__item:before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 1px;
    margin: auto;
    background-color: #4a90e2
}

.info__link {
    letter-spacing: .5px;
    color: #4a90e2;
    font-size: 15px;
    text-decoration: underline
}

.info__link:hover {
    text-decoration: none
}

.checkout__cart_link:hover, .contacts__left a:hover, .hurtownia_kosmetyczna__link:hover, .hurtownia_kosmetyczna__list_title:hover, .order_is_processed__info_link:hover, .sales_page__products_link:hover {
    text-decoration: underline
}

.info__left {
    padding-right: 10px
}

.info__left, .info__right {
    width: 50%
}

.one_stock__img {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
    margin-right: 30px
}

.one_stock__img img {
    max-width: 100%;
    max-height: 100%
}

.one_stock__subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #565e70
}

.one_stock__timer_block:not(:last-of-type), .one_stock__timer_divider {
    margin-right: 20px
}

.one_stock__timer_divider, .one_stock__timer_number {
    font-size: 36px;
    color: #565e70;
    text-align: center
}

.one_stock__timer_text {
    font-size: 15px;
    color: #565e70;
    text-align: center
}

.one_stock__period {
    font-size: 11px;
    color: #9299a3;
    letter-spacing: .4px
}

.one_stock__text {
    max-width: 600px;
    font-size: 15px;
    color: #565e70;
    line-height: 1.4
}

.checkout_stripe {
    height: 100px;
    background: #d0e6ff;
    background: -webkit-gradient(linear, left top, right top, from(#d0e6ff), to(#f7fbff));
    background: -webkit-linear-gradient(left, #d0e6ff 0, #f7fbff 100%);
    background: -moz-linear-gradient(left, #d0e6ff 0, #f7fbff 100%);
    background: -o-linear-gradient(left, #d0e6ff 0, #f7fbff 100%);
    background: linear-gradient(to right, #d0e6ff 0, #f7fbff 100%);
    border-top: 1px solid #cfe5ff;
    border-bottom: 1px solid #cfe5ff
}

.checkout_container {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.checkout__column {
    width: 100%;
    padding-right: 20px
}

.checkout__column:last-of-type {
    padding-right: 0
}

.checkout__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.checkout__selectbox {
    margin-top: 20px;
    width: 100%
}

.checkout__inputbox {
    width: 100%
}

.checkout__inputbox label {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    color: #2b3e50
}

.checkout__inputbox label span {
    font-size: 13px;
    color: #565e70
}

.checkout__inputbox input {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 17px;
    color: #2b3e50;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #a8aeb7
}

.checkout__select {
    display: block;
    margin-top: 10px;
    border: 2px solid #565e70;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    height: 44px
}

.checkout__select_label {
    font-weight: 400;
    font-size: 15px;
    color: #2b3e50
}

.checkout__select_label_bold {
    font-weight: 900;
    font-size: 15px;
    color: #2b3e50
}

.checkout__select.tiny_border {
    border-width: 1px
}

.checkout__select.tiny_border .jq-selectbox__select {
    padding: 13px 10px;
    font-size: 18px;
    text-transform: none
}

.checkout__select.tiny_border .jq-selectbox__dropdown {
    left: -1px;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    border-width: 1px
}

.checkout__select .jq-selectbox__select {
    padding: 12px 10px
}

.checkout__select .jq-selectbox__dropdown {
    left: -2px;
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    border: 2px solid #565e70
}

.checkout__select .jq-selectbox__select-text {
    font-size: 16px;
    font-weight: 500;
    color: #2b3e50
}

.checkout__select .jq-selectbox__trigger-arrow:before {
    color: #565e70
}

.checkout__select li {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    color: #2b3e50
}

.checkout__select li:hover {
    background-color: #dfe1e6
}

.checkout__select li.selected {
    background-color: #a5abba
}

.checkout__checkbox {
    position: absolute;
    display: none;
    top: -100px;
    left: -100px;
    width: 0;
    height: 0
}

.checkout__checkbox:checked + label:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    background-color: #769bc5
}

.checkout__checkbox_row {
    margin-top: 20px
}

.checkout__checkbox_label {
    position: relative;
    padding-left: 25px;
    color: #769bc5;
    -webkit-text-decoration-style: dashed;
    -moz-text-decoration-style: dashed;
    cursor: pointer
}

.checkout__checkbox_label:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #769bc5
}

.checkout__textareabox {
    width: 100%
}

.checkout__textareabox textarea {
    display: none;
    width: 100%;
    min-height: 150px;
    padding: 10px;
    font-size: 17px;
    color: #565e70;
    resize: none;
    margin-top: 5px
}

.checkout__toggle_textarea {
    display: block;
    margin-top: 20px;
    color: #769bc5;
    font-size: 16px
}

.checkout__grand_total_price_block, .checkout__total_price_block {
    -webkit-box-pack: end;
    margin-top: 20px
}

.checkout__toggle_textarea:hover {
    -webkit-text-decoration-style: dashed;
    -moz-text-decoration-style: dashed
}

.checkout__label_text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    color: #565e70;
    margin-right: 15px
}

.checkout__total_price {
    font-weight: 700;
    font-size: 16px;
    color: #2b3e50
}

.checkout__total_price_block {
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.checkout__grand_total_price {
    font-weight: 700;
    font-size: 22px;
    color: #ff643e;
    line-height: .8
}

.checkout__grand_total_price_block {
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.checkout__info {
    color: #fff;
    padding: 5px 15px;
    background-color: #86a9ee
}

.checkout__info_block {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 15px
}

.checkout__buy_button {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 350px;
    height: 46px;
    color: #fff;
    background-color: #ff643e;
    font-weight: 400;
    font-size: 18px;
    transition: .3s all;
    border: none
}

.checkout__buy_button:hover {
    background-color: #f24207
}

.checkout__buy_button_block {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 30px
}

.checkout__cart {
    margin-top: 25px
}

.checkout__cart table {
    width: 100%
}

.checkout__cart table th {
    background-color: #f6faff;
    padding-top: 12px;
    padding-bottom: 17px;
    text-transform: uppercase;
    color: #565e70;
    letter-spacing: .4px;
    font-size: 13px;
    font-weight: 700;
    text-align: left
}

.checkout__cart table th:first-of-type {
    padding-left: 10%
}

.checkout__cart_product {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px
}

.checkout__cart_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    max-height: 120px;
    margin-top: 25px;
    margin-bottom: 20px;
    margin-left: 15px
}

.contacts__block, .delivery__left {
    -webkit-flex-direction: column
}

.checkout__cart_img img {
    max-width: 100%;
    max-height: 100%
}

.checkout__cart_link {
    margin-left: 40px;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 16px;
    color: #565e70
}

.checkout__cart_price, .checkout__cart_total_price {
    letter-spacing: .5px;
    font-size: 16px;
    font-weight: 700;
    color: #565e70
}

.checkout__cart_price {
    padding-right: 20px
}

.checkout__cart .cart_popup__counter {
    margin-left: 0
}

.checkout__cart_total_price {
    display: inline-block;
    padding: 5px 15px;
    background-color: #f6faff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.checkout__cart_remove {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 25px;
    cursor: pointer
}

.checkout__cart_remove:before {
    position: absolute;
    content: '\e916';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: icomoon, Arial, sans-serif;
    font-size: 25px;
    color: #565e70;
    transition: .3s all
}

.checkout__cart_remove:hover:before {
    color: #d62626
}

.checkout__cart_bottom {
    width: 100%;
    margin: 0;
    border: none
}

.checkout__title {
    font-size: 32px;
    color: #769bc5;
    font-weight: 500;
    margin-top: 20px
}

.contacts__text, .delivery__item {
    margin-top: 10px
}

.checkout .error {
    border-color: red
}

.delivery__container {
    display: flex
}

.delivery__left {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding-right: 30px
}

.delivery__right {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%
}

.delivery__subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #565e70
}

.delivery__item, .delivery__text {
    font-size: 15px;
    color: #565e70;
    line-height: 1.4
}

.delivery__item {
    position: relative;
    padding-left: 10px
}

.delivery__item:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #565e70
}

.recov__img, .reg__img {
    top: 0;
    -moz-background-size: cover;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover
}

.delivery__advantages {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.delivery__advantages_item {
    width: 33%;
    margin-bottom: 20px
}

.delivery__advantages_img {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-left: 60px
}

.contacts__left, .contacts__right {
    width: 50%
}

.delivery__advantages_img img {
    max-width: 100%;
    max-height: 100%
}

.delivery__advantages_number {
    color: #e9eaeb;
    font-size: 30px;
    font-weight: 700
}

.contacts__info_text, .contacts__subtitle, .contacts__text, .delivery__advantages_text {
    font-size: 20px;
    color: #505e70;
    line-height: 1.6;
}

.delivery__advantages_text {
    max-width: 190px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.6
}

.contacts__container {
    display: flex
}

.contacts__block {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__form, .reg__left {
    -webkit-flex-direction: column
}

.contacts__subtitle {
    font-weight: 700
}

.contacts__form {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__submit {
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px
}

.contacts__map {
    width: 100%;
    height: 500px;
    background-color: #eee
}

.contacts__info_text {
    line-height: 1.6;
    padding-right: 10px
}

.contacts__info_img img {
    max-width: 100%;
    max-height: 480px;
}

.contacts input[type=text], .contacts textarea {
    display: block;
    border: 1px solid #c6cbd1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px
}

.recov__right, .reg__right {
    background-color: #f6faff;
    padding: 30px 73px
}

.contacts input[type=submit] {
    max-width: 350px
}

.reg__wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.reg__img {
    position: absolute;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    margin-top: 30px;
    margin-left: -20px;
    background-image: url(../img/reg-img.jpg)
}

.reg__container {
    display: flex;
    margin: 0 auto
}

.reg__left, .reg__right {
    -ms-flex-direction: column;
    width: 100%
}

.reg__left {
    display: flex;
    flex-direction: column
}

.recov__left, .reg__right {
    -webkit-flex-direction: column
}

.reg__right {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-right: -20px;
    margin-bottom: -20px
}

.recov__wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.recov__img {
    position: absolute;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    margin-top: 30px;
    margin-left: -20px;
    background-image: url(../img/recov-img.jpg)
}

.recov__container {
    display: flex;
    min-height: 500px;
    margin: 0 auto
}

.recov__left {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.login__left, .recov__right {
    -webkit-flex-direction: column
}

.recov__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    margin-right: -20px;
    margin-bottom: -20px
}

.login__tabs {
    text-align: center;
    border-bottom: 4px solid #f7fcff
}

.login__tabs_item {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    color: #565e70
}

.login__tabs_item.is_active {
    color: #ff643e
}

.login__tabs_item.is_active:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff643e
}

.login__tabs_item:not(:last-of-type) {
    margin-right: 50px
}

.login__wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.login__img {
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    margin-top: 30px;
    margin-left: -20px;
    background-image: url(../img/login-img.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover
}

.login__left, .login__right {
    width: 100%
}

.login__container {
    display: flex;
    min-height: 500px;
    margin: 0 auto
}

.login__left {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.login__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    background-color: #f6faff;
    padding: 30px 73px;
    margin-right: -20px;
    margin-bottom: -20px
}

.login__check {
    margin-top: 20px
}

.login__check input[type=checkbox] {
    display: none
}

.login__check input[type=checkbox]:checked + label:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 4px;
    width: 10px;
    height: 10px;
    margin: auto;
    background-color: #ff643e
}

.login__check label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #2b3e50;
    font-size: 15px
}

.login__check label:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #c6cbd1
}

.hurtownia_kosmetyczna__container {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hurtownia_kosmetyczna__list {
    position: relative;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    padding-left: 100px;
    padding-right: 10px;
    margin-bottom: 20px
}

.hurtownia_kosmetyczna__list_title {
    font-size: 16px;
    color: #565e70;
    font-weight: 700;
    line-height: 1.4
}

.hurtownia_kosmetyczna__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.hurtownia_kosmetyczna__img img {
    max-width: 100%;
    max-height: 100%
}

.hurtownia_kosmetyczna__link {
    font-size: 13px;
    color: #565e70;
    line-height: 1.4;
    margin-left: 10px;
    margin-top: 10px
}

.order_is_processed {
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.order_is_processed__status, .order_is_processed__status_list {
    -webkit-flex-direction: column
}

.order_is_processed__status {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 282px;
    background-color: #f7fbff;
    padding: 25px;
    margin-right: 50px
}

.order_is_processed__status_list {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px
}

.order_is_processed__status_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    color: #2b3e50;
    letter-spacing: .1px;
    margin-top: 20px
}

.order_is_processed__status_item:first-of-type {
    margin-top: 0
}

.order_is_processed__status_title {
    width: 90px;
    letter-spacing: .1px;
    color: #565e70;
    font-size: 13px;
    text-transform: uppercase
}

.order_is_processed__icon {
    width: 125px;
    height: 125px;
    margin: 0 auto
}

.order_is_processed__descr, .order_is_processed__descr_back_button {
    width: 100%
}

.order_is_processed__descr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 675px;
    margin-right: 10px
}

.order_is_processed__descr_title {
    font-size: 36px;
    font-weight: 900;
    color: #565e70
}

.order_is_processed__descr_text {
    font-size: 15px;
    color: #565e70;
    margin-top: 20px;
    line-height: 1.4
}

.order_is_processed__descr_note {
    font-size: 12px;
    color: #9299a3;
    letter-spacing: .5px;
    margin-top: 25px;
    line-height: 1.6
}

.order_is_processed__descr_back_button {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 310px;
    height: 46px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff643e;
    letter-spacing: 1.1px;
    text-align: center;
    padding-left: 20px;
    margin-top: 30px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.order_is_processed__descr_back_button:hover {
    background-color: #f24207
}

.order_is_processed__descr_back_button:before {
    position: absolute;
    content: '\e914';
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 16px;
    height: 8px;
    font-size: 8px;
    color: #fff;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.order_is_processed__info {
    width: 100%;
    max-width: 505px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(210, 219, 225, .5)
}

.order_is_processed__info_title {
    letter-spacing: .1px;
    font-size: 20px;
    font-weight: 500;
    color: #2b3e50
}

.order_is_processed__info_item {
    display: flex;
    margin-top: 20px
}

.order_is_processed__info_label {
    width: 75px;
    font-size: 15px;
    color: #565e70
}

.order_is_processed__info_text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1px;
    color: #2b3e50
}

.order_is_processed__info_divider {
    height: 1px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #cedce2
}

.order_is_processed__info_bottom_line, .sale_time {
    background-color: #f7fbff
}

.order_is_processed__info_img {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #cedce2;
    padding: 1px
}

.order_is_processed__info_img img {
    max-width: 100%;
    max-height: 100%
}

.order_is_processed__info_column {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 180px;
    margin-left: 15px
}

.order_is_processed__info_link {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .1px;
    color: #2b3e50;
    margin-bottom: 10px
}

.order_is_processed__info_price {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .1px;
    color: #ff643e;
    margin-left: auto;
    margin-top: auto
}

.order_is_processed__info_bottom_line_label {
    color: #565e70;
    font-weight: 700;
    font-size: 16px
}

.sale {
    font-family: Roboto, Arial, sans-serif;
    color: #505e70
}

.sale_content {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px
}

.sale_inner {
    width: 100%
}

.sale_info {
    max-width: 674px;
    padding-top: 31px;
    margin-right: 20px
}

.sale_info__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 21px
}

.sale_info__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2
}

.sale_time {
    max-width: 372px;
    height: 280px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px
}

.sale_time__img {
    background-image: url("/ext/nfTheme/views/template/img/time_discount.png");
    height: 55px;
    width: 55px;
    margin-bottom: 40px
}

.sale_time__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px
}

.sale_time__timer {
    font-weight: 400;
    font-size: 28px
}

.sale_time__timer span {
    color: #f96432;
    font-weight: 700
}

.sale_banner {
    max-width: 382px;
    height: 280px;
    position: relative;
    border: 1px solid #86a9ee;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sale_banner img, .sales_page__products_img img {
    max-width: 100%;
    max-height: 100%
}

.sale_banner__line, .sale_banner__line_bottom {
    position: absolute;
    background-repeat: no-repeat
}

.sale_banner__line {
    top: 28px;
    left: -11px;
    background-image: url(../img/sale-line.png);
    -moz-background-size: cover;
    background-size: cover;
    height: 80px;
    width: 213px;
    padding-top: 18px;
    padding-left: 20px
}

.sale_banner__line__text {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sale_banner__line__text span {
    font-size: 35px;
    font-weight: 900;
    margin-left: 10px
}

.sale_banner__line_bottom {
    bottom: -1px;
    right: -1px;
    height: 22px;
    width: 199px;
    background-image: url(../img/sale-line-bottom.png);
    -moz-background-size: cover;
    background-size: cover
}

.sales_page__products {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 20px
}

.sales_page__products_item {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 150px;
    height: 190px;
    margin: 25px 20px
}

.sales_page__products_img {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 150px
}

.sales_page__products_link {
    margin-top: 15px;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 16px;
    color: #565e70
}

.cabinet_page {
    padding-top: 240px;
    padding-bottom: 400px;
    border-top: 1px solid #e0e3e6
}

.cabinet_page__pane {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.cabinet_page__pane .navigation_pane__item, .cabinet_page__pane .utility_pane__item {
    max-width: 240px;
    margin: 0 15px 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6faff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.cabinet_page__pane .navigation_pane__item:hover, .cabinet_page__pane .utility_pane__item:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .1)
}

.cabinet_page__pane .navigation_pane__item__text, .cabinet_page__pane .utility_pane__item__text {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.25;
    color: #505e70
}

.navigation_pane__item {
    padding-top: 56px;
    padding-bottom: 32px
}

.navigation_pane__item:hover {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .1)
}

.navigation_pane__item__img {
    width: 40px;
    height: 40px;
    overflow: hidden
}

.navigation_pane__item__text {
    margin-top: 24px
}

.utility_pane__item {
    padding: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hidden {
    display: none
}

.block {
    display: block
}

.loading {
    position: relative
}

.loading:before {
    position: absolute;
    z-index: 1111;
    content: '';
    top: 0;
    left: 0;
    height: 2px;
    background-color: #565e70;
    -webkit-animation: loading 1s linear infinite;
    -moz-animation: loading 1s linear infinite;
    -o-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite
}

.close_pop_up {
    position: absolute;
    z-index: 1001;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer
}

.close_pop_up:before {
    position: absolute;
    content: '\e902';
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: icomoon, Arial, sans-serif;
    font-size: 15px;
    color: #000
}

.pop_bg, .pop_up {
    display: none;
    position: fixed;
    left: 0;
    right: 0
}

.pop_up {
    z-index: 1000;
    top: 45px;
    max-width: 800px;
    max-height: 90%;
    background-color: #fff;
    margin: auto
}

.pop_bg {
    z-index: 999;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5)
}

.columns5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5
}

.m0 {
    margin: 0
}

.m5 {
    margin: 5px
}

.m10 {
    margin: 10px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.p0 {
    padding: 0
}

.p5 {
    padding: 5px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.p30 {
    padding: 30px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pt30 {
    padding-top: 30px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl20 {
    padding-left: 20px
}

.pl30 {
    padding-left: 30px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr20 {
    padding-right: 20px
}

.pr30 {
    padding-right: 30px
}

.maxw1000 {
    max-width: 1000px
}

.maxw800 {
    max-width: 800px
}

.maxw600 {
    max-width: 600px
}

.maxw400 {
    max-width: 400px
}

.divider {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #d2dbe1
}

@media screen and (max-width: 1430px) {
    .index__advantages {
        display: none
    }

    .item__buy_block {
        padding-top: 0
    }

    .item__buy_block_price {
        font-size: 36px;
        margin-top: 10px
    }

    .item__vendor_code {
        margin-top: 10px
    }

    .item__manufacturer_vendor_code {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 10px
    }

    .item__row:nth-of-type(2) {
        margin-top: 20px
    }

    .item__half_block, .item__half_block:nth-of-type(2) {
        width: 100%
    }

    .item__half_block a:first-of-type {
        margin-right: 10px
    }

    .item__info_block, .item__online_link {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .item__info_block .index__advantages {
        margin-right: 20px
    }
}

@media screen and (max-width: 1400px) {
    .main_search_form__input {
        min-width: 250px
    }
}

@media screen and (max-width: 1380px) {
    .delivery__advantages_item {
        width: 50%
    }
}

@media screen and (max-width: 1371px) {
    .main_menu__list {
        margin-left: -10px
    }

    .main_menu__item {
        padding: 10px
    }

    .main_menu__link {
        font-size: 14px;
        padding-left: 40px
    }

    .hurtownia_kosmetyczna__list {
        width: 33%
    }
}

@media screen and (max-width: 1250px) {
    .index__ask {
        display: none
    }
}

@media screen and (max-width: 992px) {
    iframe[allowfullscreen=allowfullscreen]{
        width: 100%;
        height: auto;
    }
    .center__section{
        width: 100%!important;
        padding: 0px 20px;
    }
    .header_block__top_line, .header_phone_text {
        display: none
    }

    .cart__price span, .main_menu__list_mob_button {
        color: #ff643e;
        font-weight: 900;
        letter-spacing: .1px
    }

    .columns5 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }

    .order_is_processed {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order_is_processed__descr {
        margin-right: 0
    }

    .order_is_processed__descr_title {
        font-size: 24px
    }

    .header_logo_block {
        width: 137px;
        height: auto
    }

    .header_phone {
        position: absolute;
        top: 115px;
        right: 15px
    }

    .header_phone:before {
        top: 0;
        bottom: 0;
        margin: auto
    }

    .cart {
        padding-right: 0
    }

    .cart__price {
        width: 40px;
        height: 40px;
        margin-top: 0;
        font-size: 0
    }

    .cart__price:before {
        top: 9px;
        right: 10px
    }

    .cart__price:after {
        top: 0;
        right: 0
    }

    .cart__price span {
        position: absolute;
        z-index: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: -5px;
        right: 0;
        width: 13px;
        height: 13px;
        font-size: 10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: -2.6px 4.3px 8px 0 rgba(0, 0, 0, .4);
        -moz-box-shadow: -2.6px 4.3px 8px 0 rgba(0, 0, 0, .4);
        box-shadow: -2.6px 4.3px 8px 0 rgba(0, 0, 0, .4)
    }

    .cart__text, .main_menu__list {
        display: none
    }

    .main_search_form {
        max-width: 400px
    }

    .main_menu__list_mob {
        margin-top: 20px
    }

    .main_menu__list_mob_button {
        position: relative;
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 35px;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        -moz-transition: all .3s linear;
        transition: all .3s linear
    }

    .main_menu__list_mob_button:before {
        position: absolute;
        content: '\e91c';
        top: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto;
        font-size: 20px;
        font-family: icomoon;
        color: #565e70
    }

    .login_mobile:before, .main_menu__link:before {
        top: 0;
        right: 0;
        font-family: icomoon, Arial, sans-serif
    }

    .main_menu__item {
        margin-bottom: 20px
    }

    .main_menu__item:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-color: transparent
    }

    .main_menu__item:hover .main_menu__link {
        color: #565e70
    }

    .main_menu__link:before {
        position: absolute;
        content: '\e914';
        display: block;
        width: 10px;
        height: 6px;
        color: #ff643e;
        font-size: 5px
    }

    .main_menu__link.open:before {
        color: #6689bb;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .login_mobile {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        background-color: #565e70;
        margin-left: auto;
        margin-right: 15px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        cursor: pointer
    }

    .login_mobile:before {
        position: absolute;
        content: '\e91a';
        bottom: 0;
        left: 0;
        width: 15px;
        height: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        margin: auto;
        color: #fff
    }
}

@media screen and (max-width: 1100px) {
    .dostawa, .header_contacts_link {
        display: none
    }

    .hurtownia_kosmetyczna__list {
        width: 50%
    }
}

@media screen and (max-width: 1024px) {
    .columns5 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .title {
        font-size: 24px
    }

    .category__left_block {
        width: 100%
    }

    .category__right_block {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .products__item, .slider_products .products__item {
        height: auto
    }

    .products__item_wrapper {
        position: static
    }

    .products__filters_toggler {
        position: relative;
        width: 110px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: .2px;
        font-size: 11px;
        text-transform: uppercase;
        color: #7caecb;
        cursor: pointer;
        border: 1px solid #7caecb;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 5px 9px 5px 25px;
        height: 24px;
        margin-right: 10px
    }

    .products__filters_toggler:before {
        position: absolute;
        content: '\e91b';
        top: 0;
        bottom: 0;
        left: 5px;
        width: 12px;
        height: 12px;
        margin: auto;
        font-size: 12px;
        color: #565e70;
        font-family: icomoon, Arial, sans-serif
    }

    .contacts__left, .delivery__advantages_item, .delivery__left, .info__left, .info__right, .item__popup_left, .item__popup_right, .item_left, .item_right, .products__item, .products__list {
        width: 100%
    }

    .products__list {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        margin-left: 0
    }

    .products__list.list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .products__item_bottom_line, .products__item_discount_block, .products__item_price_text {
        display: none
    }

    .products__item {
        height: auto;
        margin: 0
    }

    .products__item_wrapper {
        padding: 5px
    }

    .products__item_wrapper:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .products__item_img {
        height: 148px
    }

    .products__item_title {
        min-height: 28px;
        height: 28px;
        overflow: hidden
    }

    .products__item_price_block {
        margin-top: 10px;
        padding: 5px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .products__item_actual_price {
        font-size: 20px
    }

    .filter_block {
        display: none;
        position: fixed;
        z-index: 1000;
        min-width: 250px;
        height: 100vh;
        background-color: #fff;
        top: 0;
        left: 0;
        margin-top: 0;
        overflow-y: auto;
        padding-bottom: 50px
    }

    .filter_block__row {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .item_left {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .item_right {
        padding-left: 0
    }

    .item__popup_container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sale_content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sale_content .sale_info {
        max-width: 100%;
        margin-right: 0
    }

    .sale_content .sale_banner, .sale_content .sale_time {
        max-width: 48%
    }

    .checkout__cart table tr {
        position: relative;
        display: block
    }

    .checkout__cart table th {
        display: none
    }

    .checkout__cart table td {
        display: block;
        margin-bottom: 20px
    }

    .checkout__cart_remove {
        position: absolute;
        top: 0;
        right: 0
    }

    .contacts__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts__right {
        width: 100%;
        margin-top: 30px
    }

    .contacts__map {
        height: 300px
    }

    .info__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .info__left {
        padding-right: 0;
        margin-bottom: 20px
    }

    .slider_products .slick-list {
        overflow: hidden
    }
}

@media screen and (max-width: 768px) {
    .columns5 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .defaultForm__wrap {
        width: 100%!important;
    }
    .defaultFormItem .mb15 {
        width: 100%!important;
    }
}

@media screen and (max-width: 767px) {
    .cart__buy_link, .header_block__top_line {
        display: none
    }

    .cart__link, .cart__link:before, .cart__title {
        color: #f24207
    }

    .page_404__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page_404__left {
        margin-right: 0
    }

    .page_404__title {
        font-size: 24px
    }

    .page_404__button {
        font-size: 14px
    }
}

@media screen and (min-width: 737px) {
    .desktop-hidden {
        visibility: hidden
    }

    .mobile-hidden {
        visibility: visible
    }
}

@media screen and (max-width: 736px) {
    .item__popup_left, .products__item_list_wrapper {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical
    }

    .cart_popup__bottom_total_price_block, .checkout__row, .item__popup_left, .products__item_list_wrapper {
        -webkit-box-direction: normal;
        -moz-box-direction: normal
    }

    .mobile-hidden {
        visibility: hidden
    }

    .desktop-hidden {
        visibility: visible
    }

    .columns5 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .x-scroll {
        overflow-x: auto
    }

    .header_logo_block {
        height: 35px;
        overflow: hidden
    }

    .header_logo_block img {
        height: 35px
    }

    .discount_products__item {
        width: 270px
    }

    .main_search_form {
        width: 300px;
        max-width: none;
        margin-right: 10px;
        margin-left: 5px
    }

    .main_search_form__link {
        min-width: auto
    }

    .checkout__buy_button, .main_search_form__input {
        min-width: 100%
    }

    .main_search_form.focus {
        position: fixed;
        z-index: 103;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 10px
    }

    .main_search_form.focus .main_search_form__submit {
        top: 10px;
        right: 10px
    }

    .main_search_form.focus .main_search_form__input {
        padding-left: 40px
    }

    .main_search_form.focus .main_search_form__mobile_back {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 30px;
        height: 37px;
        display: block
    }

    .main_search_form.focus .main_search_form__mobile_back:before {
        position: absolute;
        content: '\e914';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 27px;
        height: 15px;
        margin: auto;
        color: #ff643e;
        font-size: 15px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        font-family: icomoon, Arial, sans-serif
    }

    .main_search_form.focus .main_search_form__wrapper {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px)
    }

    .main_search_form.focus .main_search_form__link {
        font-size: 12px
    }

    .main_search_form__submit {
        width: 40px;
        height: 37px;
        right: 0;
        font-size: 0;
        background-image: url(../img/search-icon.svg);
        -moz-background-size: 20px 20px;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center
    }

    .item__first_slider, .products__filters_left, .products__filters_right {
        width: 100%
    }

    .products__item_list {
        height: auto
    }

    .products__item_list_img {
        margin-left: auto;
        margin-right: auto
    }

    .products__item_list_right_block {
        position: relative;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .products__item_list_discount_block {
        position: absolute;
        right: 0;
        top: 10px;
        margin-top: 0
    }

    .products__item_list_wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .products__item_list_wrapper:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .products__item_list_price_block {
        padding: 5px 0
    }

    .products__item_list_actual_price {
        font-size: 20px
    }

    .breadcrumbs__list, .index__advantages, .index__ask {
        display: none
    }

    .item {
        padding-top: 0
    }

    .item__title {
        font-size: 24px
    }

    .item_top_container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .item__buy_block_count_block, .item__buy_block_text, .item__buy_block_vendor_code, .item__info_block, .item__second_slider {
        display: none
    }

    .item__half_block a:first-of-type {
        margin-right: 0
    }

    .item__online_link {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0
    }

    .item__online_link a {
        width: 141px
    }

    .item__buy_block_price {
        margin-top: 0;
        font-size: 30px;
        text-align: center
    }

    .item__buy_block_button {
        width: 100%;
        max-width: 370px;
        font-weight: 400
    }

    .item__buy_block_count_button_block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .item__opinion_input_block, .item__opinion_input_wrapper {
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal
    }

    .item__opinion_input {
        margin-right: 0;
        margin-top: 10px
    }

    .item__opinion_input_block {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item__opinion_input_wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0
    }

    .cart_popup__bottom_close:before, .fast_cart_left, .item__availability, .item__popup_right .info__text, .item__vendor_code {
        display: none
    }

    .item__opinion_input_wrapper:not(:last-of-type) {
        margin-bottom: 20px
    }

    .item__opinion_textarea {
        padding-left: 20px
    }

    .item__popup_left {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item__popup_left .item__first_slider {
        width: auto;
        height: auto
    }

    .item__manufacturer {
        margin-right: 0
    }

    .item__manufacturer_vendor_code {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0
    }

    .item__tabs_item {
        margin-bottom: 5px
    }

    .sale_content .sale_info, .sale_content .sale_time {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .sale_content .sale_banner {
        max-width: 100%;
        margin-right: 0
    }

    .input_wrapper input[type=password], .input_wrapper input[type=text] {
        height: auto;
        padding: 10px
    }

    .authorize_popup__right, .fast_cart_right {
        padding: 20px;
        margin-bottom: 0
    }

    .authorize_popup {
        background-color: #f6faff
    }

    .authorize_popup__right {
        min-height: auto
    }

    .authorize_popup__bottom_buttons_item {
        font-size: 12px
    }

    .order_is_processed {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order_is_processed__descr_back_button {
        margin-left: auto;
        margin-right: auto
    }

    .order_is_processed__status {
        margin-right: 0
    }

    .hurtownia_kosmetyczna__list {
        width: 100%;
        padding-left: 60px
    }

    .hurtownia_kosmetyczna__img {
        width: 50px;
        height: 50px
    }

    .cart_popup__bottom_buy_button, .delivery__right {
        width: 100%
    }

    .delivery__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .delivery__left {
        padding-right: 0;
        margin-bottom: 20px
    }

    .cart_popup__bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cart_popup__bottom_close {
        width: 100%;
        border: 1px solid #565e70;
        padding: 10px;
        margin-bottom: 15px
    }

    .cart_popup__bottom_total_price {
        font-size: 24px;
        margin-left: 10px
    }

    .cart_popup__bottom_total_price_block {
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -moz-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: auto;
        margin-bottom: 10px
    }

    .cart_popup__counter {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .checkout__row {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .checkout__column {
        padding-right: 0
    }

    .checkout__cart table td:nth-of-type(2), .checkout__cart table td:nth-of-type(4) {
        text-align: right
    }

    .brands_page__list {
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -10px
    }

    .brands_page__item {
        margin: 30px 10px
    }

    .footer__payment_item, .one_stock__img {
        margin-right: 0
    }

    .footer__main_info {
        margin-left: -5px;
        display: grid;
        grid-gap: 0 5px;
        grid-template-columns: 50% 50%
    }

    .footer__guaranty_block, .footer__social_links_block .sub_title__footer {
        display: none
    }

    .footer__delivery_block {
        grid-column-start: 1
    }

    .footer__social_links_block {
        grid-column-start: 2;
        grid-row-start: 1
    }

    .footer__social_links_block__inner {
        margin-top: 0
    }

    .footer__worktime_block {
        grid-column-start: 1;
        grid-column-end: 3
    }

    .footer__main_info_column {
        margin-bottom: 0
    }

    .footer__text_link {
        font-size: 10px
    }

    .footer__payment_block__inner {
        display: grid;
        grid-gap: 5px;
        grid-template-columns: 1fr 1fr
    }

    .logo_block__links_wrapper {
        margin-top: 25px
    }

    .one_stock__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .one_stock__right_block {
        margin-top: 30px
    }

    .pop_up {
        top: 0;
        height: 100%;
        max-height: 100%;
        overflow-y: auto
    }
}

@media screen and (max-width: 600px) {
    .index__top_line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .checkout__cart_product {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .checkout__cart_img {
        margin-left: 0;
        margin-right: 10px
    }

    .checkout__cart_link {
        margin-left: 0
    }

    .item__comments_item_first_letter {
        width: 50px;
        min-width: 50px;
        max-width: 50px;
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        line-height: 50px
    }

    .item__comments_item_first_letter:first-letter {
        font-size: 24px
    }

    .item__comments_item_info {
        margin-left: 20px
    }

    .item__comments_second_item {
        margin-left: 40px
    }

    .main_search_form {
        width: auto
    }
}

@media screen and (max-width: 558px) {
    .footer__main_info_column {
        max-width: 100%;
        width: 100%;
        text-align: center
    }

    .footer__payment_item {
        width: auto
    }

    .cabinet_page__pane {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 500px) {
    .item__title {
        font-size: 18px
    }

    .item__first_slider {
        height: 300px
    }

    .item__half_block {
        min-width: auto
    }
}

.page_404__left {
    font-size: 120px;
    font-weight: 500;
    color: #ff643e;
    margin-right: 70px;
    margin-top: 20px
}

.page_404__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    margin: 15% auto
}

.page_404__title {
    font-size: 36px;
    font-weight: 900;
    color: #565e70
}

.page_404__descr {
    margin-top: 20px;
    line-height: 1.6;
    color: #565e70;
    font-size: 15px
}

.page_404__button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
    height: 46px;
    padding: 10px 10px 10px 25px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff643e;
    margin-top: 30px
}

.cart_popup__form input, .cart_popup__form input[type=submit], a.enter-code {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400
}

.page_404__button:hover {
    background-color: #f24207
}

@media screen and (max-width: 380px) {
    .main_search_form__input {
        width: 110px;
        min-width: 100%
    }
}

.active {
    display: block
}

.coupon {
    width: 24px;
    height: 15px;
    float: left
}

a.enter-code {
    letter-spacing: .5px;
    color: #565e6f;
    border-bottom: 1px dashed #565e6f;
    margin-bottom: 0;
    margin-left: 30px
}

.enter-code-link {
    margin-left: auto;
    margin-right: -40%;
    margin-top: 12px
}

.cart_popup__form {
    margin-left: auto;
    margin-right: auto;
    display: none
}

.cart_popup__form input {
    width: 197px;
    padding: 10px;
    height: 40px;
    border: 1px solid #c6cbd1
}

.cart_popup__form input[type=submit] {
    margin-left: 8px;
    color: #fff;
    background-color: #ff633d;
    border: none
}

@media screen and (max-width: 1920px) {
    .cart_popup__form {
        margin-left: auto;
        margin-right: -30%
    }
}

@media screen and (max-width: 1540px) {
    .cart_popup__form, .enter-code-link {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 1090px) {
    .cart_popup__form input {
        width: 100px;
        height: 40px;
        font-size: 12px;
        margin-left: auto;
        margin-right: auto
    }

    .cart_popup__form input[type=submit] {
        margin-left: 5px;
        font-size: 12px
    }

    .cart_popup__bottom_buy_button {
        width: 100%;
        font-size: 14px
    }

    .cart_popup__bottom_total_price {
        font-size: 12px
    }

    .cart_popup__bottom_close {
        width: 160px;
        padding-left: 0;
        font-size: 15px
    }
}

@media screen and (max-width: 736px) {
    .cart_popup__item.myblockprices {
        display: block
    }

    .cart_popup__img {
        float: left;
        height: 100px
    }

    input.cartqtyinput.cart-quantity {
        border: 1px solid #dbdee1;
        text-align: center
    }

    .cart_popup__counter {
        margin: 5px 0;
        font-size: 14px
    }

    span.cart_popup__minus.js_minus, span.cart_popup__plus.js_plus {
        font-size: 25px;
        width: 35px
    }

    .checkout__cart_bottom.cart_popup__bottom a {
        width: 100%
    }

    .cart_popup__form input {
        margin-left: -94px
    }

    .cart_popup__bottom_total_price_block {
        margin-right: 1px
    }

    .enter-code-link {
        margin: 0
    }
}

input.cartqtyinput.cart-quantity {
    border: 1px solid #cfd3d7;
    text-align: center;
    border-left: 0;
    border-right: 0;
    width: 60px;
    font-size: 15px
}

.discount {
    padding: 10px 0;
    color: #ff7657;
    font-size: 16px
}

.discount span {
    font-size: 18px;
    font-weight: 700
}

.products__item_count_block {
    margin-bottom: 15px
}

.cart_popup__count {
    width: 49px
}

@media screen and (max-width: 1440px) {
    .index__advantages {
        width: 245px
    }

    .index__slider {
        max-width: 950px
    }

    .profitablity-lending-blockinfo-conntent:after {
        right: 7%;
    }

    .profitablity-lending-blockinfo-eqal:after {
        right: 7%;
    }

    .profitablity-lending-blockinfo-back:after {
        right: 3%;
    }
}

@media screen and (max-width: 1366px) {
    .item__row {
        position: relative
    }

    .item__availability.item__half_block {
        position: absolute;
        bottom: 5px;
        left: 66%
    }

    .item__manufacturer {
        position: absolute;
        bottom: 5px;
        left: 34%
    }
}

@media screen and (max-width: 1280px) {
    .item__row {
        position: relative
    }

    .item__availability.item__half_block {
        position: absolute;
        bottom: 5px;
        left: 66%
    }

    .item__manufacturer {
        position: absolute;
        bottom: 5px;
        left: 34%
    }

    .profitablity-lending-blockinfo-conntent:after {
        display: none;
    }

    .profitablity-lending-blockinfo-back:after {
        display: none;
    }

    .profitablity-lending-blockinfo-eqal:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .item__row {
        position: relative
    }

    .item__availability.item__half_block {
        position: absolute;
        bottom: 5px;
        left: 80%
    }

    .item__manufacturer {
        position: absolute;
        bottom: 5px;
        left: 30%
    }
}

@media screen and (max-width: 414px) {
    .item__manufacturer {
        position: static;
        margin-left: -53%
    }

    .item__vendor_code {
        display: block;
        position: absolute;
        right: 12%;
        top: -15px
    }

    .item__row {
        position: relative
    }
}

a.filter_block__link_more {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 13px;
    display: inline-block;
    color: #354051;
    border-bottom: 1px dashed #565e70;
}

/*first_screen START*/

.product_wrapper {
    font-family: Roboto, sans-serif;
}

.leftRight {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leftRight__notimg {
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0 10px;
    flex-basis: calc(48% - 20px);
}

img.img_girl_bottom {
    max-width: 90%;
    padding-bottom: 35px;
    padding-top: 43px;
}

.img-right-fon {
    position: absolute;
    right: -151px;
    z-index: -1;
    width: 59%;
    top: 98px
}

.leftRight__img {
    flex-basis: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftRight__img img {
    max-width: 100%;

    overflow: hidden;
}

.img_wrapper__border {
    /* max-width: 700px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

.brand_img {
    position: absolute;
    right: 22px;
    bottom: 22px;
}

.brand_img img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.intro_title {
    font-size: 18px;
    font-weight: 300;
    color: #444444;
    letter-spacing: 5.4px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

.first_screen__text .product_name {
    color: #565e70;
    margin-bottom: 28px;
    line-height: 50px;
    font-family: Roboto;
    font-size: 43px;
    font-weight: 900;
}

.regular_text {
    font-size: 18px;
    font-weight: 200;
    line-height: 34px;
    color: #444444;
}

.first_screen__description {
    margin-bottom: 0;
}

.first_screen__buttons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.main_button_size {
    display: inline-block;
    padding: 15px 0px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    border: 1px solid #fff;
    border-radius: 2px;
    width: calc(240px - 60px);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.main_button_size:hover {
    text-decoration: none;
}

.before_addtocart_top {
    margin-bottom: 10px;
    border-color: #ff8865;
    color: #ff8865;
    transition: all .3s;
    margin-left: 11px;
}

.addtocart_top:hover {
    background-color: #ff8865;
    color: #fff;
    transition: all .3s;
}

.leftRight_buttons .inCart {
    display: inline-block;
    padding: 16px 30px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    border: 1px solid #ff8865;
    border-radius: 2px;
    width: calc(322px - 60px);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ff8865;
    transition: all .3s;
}

.more_info {
    width: 220px;
    margin-bottom: 10px;
    margin-right: 58px;
    background-color: #565e70;
    border-color: #565e70;
    color: #fff;
    transition: all .3s;
    /*    margin-left: 15px;*/
}

.more_info:hover {
    color: #fff;
    background-color: #4d5464;
    border-color: #4d5464;
    transition: all .3s;
}

.video_wrapper {
    max-width: 746px;
    border: 2px solid #fff;
    margin-bottom: 40px;
    width: 100%;
    box-shadow: none;
    transition: all .3s;
}

/*.video_wrapper:hover .video__shadow {*/
/*opacity: 0;*/
/*transition: all .5s;*/
/*}*/

/*.video_wrapper:hover {*/
/*box-shadow: 0 20px 40px #44444499;*/
/*transition: all .3s;*/
/*}*/

.video__shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: -50px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    transition: all .3s;
}

.hydrodermabrasion {
    margin-bottom: 50px;
}

.first_screen__img .service-image-left {
    /* width: 100%; */
    text-align: center;
}

.first_screen__img .k-grid {
    display: flex;
    justify-content: space-between;
}

.first_screen__img .productMiniPhoto ul {
    padding: 0 !important;
}

/*first_screen END*/

/*small_benefits_top START*/

.small_benefits_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 31px 0 35px 0;
    position: relative;
}

.small_benefits_top:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000px;
    right: -10000px;
    background-color: #5db188;
    opacity: 0.1;
    z-index: -1;
}

.benefit_item {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
    max-width: calc(16.66667% - 30px);
    width: 100%;
}

.benefit_item__img {
    width: 73px;
    height: 73px;
    border-radius: 73px;
    box-shadow: 0 7px 20px rgba(124, 155, 195, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: 26px;
}

.benefit_item__img img {
    max-width: 36px;
    color: #5DB188;
    fill: #5DB188;
}

.benefit_item__text {
    font-weight: 400;
    letter-spacing: 0.2px;
}

/*small_benefits_top END*/

/*product_description START*/

.left_img {
    justify-content: flex-start;
}

.right_img {
    justify-content: flex-end;
}

.title {
    font-weight: 500;
    font-size: 32px;
    color: #505e70;
    margin-bottom: 19px;
}

.own_list_style {
    color: #59b689;
}

.own_list_style li span {
    color: #444444;
}

.benefits_list_big {
    margin: 0;
}

.benefits_big p.regular_text {
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 30px;
}

.video_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.benefits_list {
    margin-bottom: 50px;
}

.less_accent_buttons {
    border-color: #59b689;
    color: #59b689;
    transition: all .3s;
}

.less_accent_buttons:hover {
    color: #fff;
    background-color: #59b689;
    transition: all .3s;
}

.benefits_button {
    width: initial;
}

.visit_chanel {
    width: initial;
}

/*product_description END*/

/*product_buy START*/

.price_wrapper {
    font-weight: 200;
    margin-bottom: 31px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.old_price {
    font-size: 25px;
    color: #ff8865;
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 21px;
}

.current_price {
    font-size: 36px;
    color: #444444;
    white-space: nowrap;
    font-weight: 700;
}

.addtocart_bottom {
    border-color: #ff8865;
    background-color: #ff8865;
    color: #fff;
    transition: all .3s;
}

.addtocart_bottom:hover {
    color: #fff;
    border-color: #d06444;
    background-color: #d06444;
    transition: all .3s;

}

.sale_percent {
    position: absolute;
    right: 20px;
    top: 0;
    max-width: 100px;
    max-height: 100px;
    background-image: url('../img/Saveupto.png');
    width: 100%;
    height: 100%;
}

.save_persent {
    position: absolute;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    top: 46px;
    left: 23px;
}

.product_buy{
    width: 100%;
}
.product_buy .title {
    margin-bottom: 25px;
}
.product_buy img{
    max-width: 100%;
    height: auto;
}

.product_name {
    font-weight: 500;
    font-size: 24px;
    color: #ff8865;
    margin-bottom: 19px;
}

.price_word {
    margin-top: 30px;
    margin-bottom: 13px;
    color: #ff8865;
}

/*product_buy END*/

/*small_benefits_bottom START*/

.small_benefits_bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 31px 0 35px 0;
    position: relative;
    flex-wrap: wrap;
}

.small_benefits_bottom:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000px;
    right: -10000px;
    background-color: #5db188;
    opacity: 0.1;
    z-index: -1;
}

.small_benefits_bottom .benefit_item {
    max-width: calc(25% - 30px);
}

/*small_benefits_bottom END*/

.maine_gov.relative .test:before {
    content: '';
    position: absolute;
    background-image: url('../img/baner1.jpg');
    left: 0;
    right: 0;
    bottom: 0;
}

.more_info_block {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
}

.more_info__button {
    margin-bottom: 20px;
    outline: none;
}

.more_info__button:hover {
    cursor: pointer;
}

/*Product info NEW END*/

#left_col .myGaleryWidth_left .uk-slideshow {
    min-height: initial;
}

#left_col .uk-slidenav-position {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

#left_col .uk-slidenav-position .uk-slidenav {
    display: none
}

#left_col > .uk-container {
    padding: 0;
    width: 100%;
    text-align: center;
}

#left_col > .uk-container > .uk-grid.indexBanner {
    margin: 0;
}

#left_col .uk-dotnav > * > * {
    background: rgba(169, 182, 199, 0.5);
}

#left_col .uk-dotnav > .uk-active > * {
    background: rgb(252, 176, 64);
}

#left_col .uk-dotnav {
    left: initial;
    background-color: transparent;
    bottom: -5px;
    padding: 0;
}

/*    blog   */

.viewContentInformation_blog .blog_section.border p b {
    color: #444;
    font-size: 20px;
    font-weight: 300;
}

.viewContentInformation_blog .blog_section.border p {
    margin: 0;
    padding: 10px 15px;
    background-color: #eef7f3;
}

.viewContentInformation_blog .blog_section.border {
    border: 1px solid #eef7f3;
}

.viewContentInformation_blog .blog_section.border ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.viewContentInformation_blog .blog_section.border ul li {
    margin-bottom: 6px;
}

.viewContentInformation_blog .blog_section.border ul li a {
    color: #444;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: .2px;
    position: relative;
    margin-left: 15px;
    display: inline-block;
}

/*.viewContentInformation_blog .blog_section.border ul li a:before {*/
/*content: '';*/
/*position: absolute;*/
/*width: 11px;*/
/*height: 11px;*/
/*border: 2px solid #8c8c8c;*/
/*border-radius: 3px;*/
/*left: -25px;*/
/*top: 2px;*/
/*}*/

.viewContentInformation_blog .blog_section.border ul li a:hover {
    color: #fcb040;
    text-decoration: none;
}

.viewContentInformation_blog .blog_section.border ul li a:hover:before {

    border-color: #fcb040;
}

/*.viewContentInformation_blog .blog_section.border ul li a:hover:after {*/
/*content: "\f00c";*/
/*font-family: FontAwesome;*/
/*position: absolute;*/
/*left: -22px;*/
/*font-size: 11px;*/
/*top: 0;*/
/*}*/

.viewContentInformation_blog ul.uk-pagination.morePage {
    background-color: #eef7f3;
    padding: 12px 0;
    margin: 20px 0 30px;
}

.viewContentInformation_blog .imb_marg {
    height: 305px;
    margin-bottom: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    line-height: 20;
}

.viewContentInformation_blog .regionePepleName {
    margin: 0 15px;
}

.viewContentInformation_blog .regionePepleName a {
    color: #444;
    display: inline-block;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.viewContentInformation_blog .newsBlockTableDecript {
    font-weight: 200;
    font-size: 16px;
    color: #737373;
    /*height: 80px;*/
    overflow: hidden;
    margin: 5px 15px 20px;
}

.viewContentInformation_blog .newsread.index_btn {
    display: inline-block;
    border: 1px solid #f7997c;
    color: #f7997c;
    padding: 7px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
    margin-left: 15px;
}

.viewContentInformation_blog .newsread.index_btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f7997c;
}

.viewContentInformation_blog .blog_section.pl {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding-bottom: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

.viewContentInformation_blog h1 {
    color: #ff8865;
    text-align: center;
    background-color: #fff8ee;
    padding: 2px 0 5px;
    margin: 0 0 30px !important;
    font-weight: 300;
    font-size: 30px;
}

.viewContentInformation_blog .breadcrumb {
    padding: 0;
    list-style: none;
}

.viewContentInformation_blog .breadcrumb li {
    font-weight: 200;
    display: inline-block;
}

.viewContentInformation_blog .breadcrumb a {
    color: #999;
    position: relative
}

.viewContentInformation_blog .breadcrumb a:after {
    content: "\e929";
    font-family: 'icomoon' !important;
    font-size: 5px;
    display: inline-block;
    transform: rotate(-90deg);
    margin-left: 5px;
    position: relative;
    bottom: 3px;
    color: #999;
}

.viewContentInformation_blog .breadcrumb a:hover {
    color: #fcb040;
    text-decoration: none;
}

.itemBlog img {
    max-height: 100%;
}

/*Rate START*/

.rate {
    margin-bottom: 20px;
}

.rate_art {
    margin-bottom: 20px;
}

.votes {
    margin: 0 10px;
}

.rate_art button {
    margin-right: 10px;
    background-color: #f79a7d;
    border: none;
    border-radius: 2px;
    color: #fff;
    outline: none;
    /*background-color: transparent;*/
    /*border: none;*/
    /*outline: none;*/
    /*border-bottom: 1px dashed;*/
    /*box-shadow: none;*/
}

.rate_art button:hover {
    cursor: pointer;
}

.rate_art button, .stars {
    display: inline-block;
}

.rate_art label.assessment {
    display: inline-block;
    margin: 0 2px 0 0;
    color: #a9abab;
}

.rate_art label.assessment:before {
    content: "\f005";
    font-family: FontAwesome;
}

/*Rate END*/

/*   END  blog   */

/*subscribe START*/

.subscribe {
    padding: 60px 0;
}

.subscribe__content_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscribe__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.subscribe__content_img {
    max-width: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe__title {
    max-width: 725px;
    font-size: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #444444;
    margin-bottom: 29px;
    margin-top: 0;
    line-height: 50px;
}

.subscribe__list {
    max-width: 725px;
    padding: 0 0 0 15px;
    color: #5db188;
    font-family: Roboto, sans-serif;
    font-weight: 200;
    font-size: 16px;
}

.subscribe__list li {
    margin-bottom: 20px;
}

.subscribe__list li span {
    color: #444444;
}

.above_subscribe_form {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #444444;
    font-size: 18px;
    letter-spacing: 1.08px;
    line-height: 1.1;
}

.subscribe__form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 760px;
    position: relative;
}

.form__input {
    background-color: #fff;
    max-width: 240px;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #d4e5f3;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #444444;
    line-height: 1;
    outline: none;
    padding-left: 5px;
}

.form__input::placeholder {
    color: #bbcdd8;
}

.subscribe_button {
    max-width: 240px;
    width: 100%;
    height: 44px;
    border-radius: 2px;
    background-color: #5db188;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    border: none;
    transition: all .3s;
}

.whoops {
    position: absolute;
    height: 46px;
    left: 0;
    bottom: -160px;
    background-color: #fff2ee;
    color: #e8704a;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 508px;
    opacity: 0;
}

.whoops p {
    margin: 0;
}

.subscribe_button:hover {
    cursor: pointer;
    background-color: #478D65;
    transition: all .3s;

}

.errorSubscribeEmail {
    background-color: #fff7f8 !important;
    border-color: #e08c9a !important;
    transition: all .3s;
}

.thanks_modal {
    padding: 35px 85px 60px 85px;
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 893px;
    width: 100%;
}

.modal_content_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.small_modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal_content_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.thanks_modal_title {
    font-size: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #444444;
    margin-bottom: 64px;
    line-height: 50px;
}

.thanks_logo {
    margin-top: 30px;
    margin-bottom: 58px;
    max-width: 153px;
    max-height: 35px;
}

.small_modal_close {
    border: none;
    height: 18px;
    width: 18px;
    color: #D7D9DC;
    padding: 0;
    outline: none;
}

.small_modal_close:hover {
    cursor: pointer;
}

.small_modal_close img {
    width: 100%;
    height: 100%;
}

.large_modal_close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #5db188;
    padding: 0 50px;
    height: 45px;
    max-width: 242px;
    width: 100%;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    transition: all .3s;
    outline: none;
}

.large_modal_close:hover {
    cursor: pointer;
    background-color: #356F52;
    transition: all .3s;
    color: #fff;
    text-decoration: none;
}

#subscribe_thanks_modal {
    padding: 0 25px;
}

/*subscribe END*/

/*redirection START*/

.relinking_link {
    text-decoration: none;
    width: 100%;
}

.relinking_link:hover {
    text-decoration: none;
}

.relinking_blog_header {
    margin-bottom: 7px;
}

.article_body {
    border: 1px solid #ffe5c3;
}

.article_title_wrapper {
    padding: 14px 5px;
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to right, #f98e73, #fba162);
}

.article_title {
    font-size: 18px;
    font-family: HelveticaNeueCyr, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
    margin: 0;
    word-wrap: break-word;
    max-width: 100%;
}

.article_img {
    width: 100%;
}

.article_description_wrapper {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #ffe5c3;
}

.article_description {
    font-size: 14px;
    font-family: HelveticaNeueCyr, sans-serif;
    font-weight: 400;
    color: #444444;
    line-height: 18px;
    margin: 0;
}

.relinking_link:hover .article_description {
    text-decoration: none;
}

.article_img img {
    max-width: 100%;
}

.relinking_link:hover .article_title {
    text-decoration: underline;
    color: #fff;
}

.relinking_blog_prod_card {
    max-width: 1060px;
    margin-bottom: 40px;
}

.relinking_link__prod_card {
    display: flex;
    max-height: 118px;
    border: 1px solid #ffe5c3;
    background-color: #fff;
    justify-content: stretch;
}

.relinking_link__prod_card .relinking_blog_header {
    margin-bottom: 0;
}

.relinking_link__prod_card .relinking_blog_header img {
    height: 100%;
}

.relinking_link__prod_card .article_body {
    display: flex;
    border: none;
    max-height: 100%;
    width: 100%;
    max-width: 1285px;
}

.relinking_link__prod_card .article_img img {
    max-height: 100%;
}

.relinking_link__prod_card .article_title_wrapper {
    position: relative;
    z-index: 0;
    background: #fffaf3;
    max-width: 350px;
}

.triangle_bottom_left {
    bottom: 0;
}

.triangle_top_left {
    top: 0;
}

.triangles {
    position: absolute;
    left: -20px;
    max-width: 20px;
    max-height: 59px;
}

.relinking_link__prod_card .article_description_wrapper {
    position: relative;
    z-index: 0;
    border: none;
    background-color: #fff;
}

.article_title_wrapper .triangles {
    color: #fffaf3;
    fill: #fffaf3;
}

.article_description_wrapper .triangles polygon {
    color: #fff;
    fill: #fff;
}

.relinking_link__prod_card .article_title {
    font-size: 20px;
    color: rgba(245, 132, 99, 0.9);
}

.relinking_link__prod_card:hover .article_title {
    text-decoration: underline;
    color: rgba(245, 132, 99, 0.9);
}

.relinking_link__prod_card .article_description_wrapper {
    display: flex;
    align-items: center;
}

.relinking_link__prod_card:hover .article_description {
    text-decoration: none;
}

.button_read_wrapper {
    position: absolute;
    right: 0;
    bottom: 12px;
    padding: 7px 18px;
    background: linear-gradient(to right, #f98e73, #fba162);
    border-radius: 20px 0 0 20px;
}

.button_read_wrapper p {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 10px;
    line-height: 10px;
}

/*redirection END*/

.p_social {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.share {
    background-color: #e37043;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share img {
    width: 16px;
    height: 16px;
}

.p_social .social {
    width: 31px;
    height: 31px;
    position: relative;
    margin-right: 10px;
    border-radius: 2px;
}

.p_social .social img {
    border-radius: 2px;
}

#copyTarget {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.showMessBlogCopy {
    display: none;
    position: absolute;
    font-size: 12px;
    right: -30px;
    bottom: -15px;
    white-space: nowrap;
}

.showMessBlogCopy.show {
    display: block;
}

.brandsLi {
    text-align: center;
}

.containerIndexPage_mobile .uk-thumbnail.uk-overlay-hover {
    width: 100%;
}

.containerIndexPage_mobile .uk-thumbnail.uk-overlay-hover .uk-overlay {
    width: 100%;
}

button.nextButton.finishButtons[disabled] {
    background: #969392;
}

@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.donat {
    display: inline-block;
    border: 4px solid rgba(0, 0, 0, 0.25);
    border-left-color: blue;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    animation: donut-spin 1.2s linear infinite;
    padding: 0;
}

#language_modal .uk-modal-dialog {
    padding: 0;
}

.language_modal__header {
    padding: 21px 23px 21px 41px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.language_modal__title {
    font-size: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 200;
    color: #444444;
    letter-spacing: 0.9px;
    margin: 0;
}

.language_modal__body_text {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #73b193;
    margin-bottom: 12px;
    margin-top: 0;
}

.imgCenterLandingFull {
    height: auto !important;
    width: 100%;
}

.language_modal__body_phone {
    font-size: 24px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #73b193;
    margin: 0;
    transition: all .3s;
}

.language_modal__body_phone:hover {
    color: #73b193;
    transition: all .3s;
}

.language_modal__body {
    padding: 13px 41px 23px 41px;
    background-color: #f1f7f4;
}

.language_modal__close {
    background-image: url('../img/language_modal-close.png');
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    width: 18px;
    height: 18px;
    margin: 0;
    opacity: 1;
}

.language_modal__close:after {
    display: none;
}

.contactformProduct {
    padding-top: 20px;
    padding-bottom: 40px;
}

/*promo_code START*/

.promo_wrapper p {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #bbcdd8;
    letter-spacing: 0.6px;
    font-weight: 300;
    margin: 0;
    line-height: 15px;
}

.promo__text {
    transition: all .3s;
    margin-bottom: 15px !important;
    display: none;
}

.promo__text span {
    text-decoration: underline;
    margin-right: 5px;
}

.promo__text:hover {
    color: #ff9a62;
    cursor: pointer;
    transition: all .3s;
}

.promo_form__wrapper {
    margin-bottom: 20px;
    display: none;
}

.promo_form {
    display: flex;
    margin-top: 10px;
}

.promo_inp {
    box-sizing: border-box;
    max-width: 300px;
    width: 100%;
    height: 36px;
    margin-right: 9px;
    padding-left: 10px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: 0.56px;
    color: #444444;
    line-height: 36px;
    border: 1px solid #d4e5f3;
}

.promo_inp:focus {
    outline: none;
}

.send_promo {
    max-width: 177px;
    padding: 0 20px;
    width: 100%;
    background-color: #ffb14e;
    height: 36px;
    display: flex;
    border: none;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #fff;
}

.send_promo:hover {
    cursor: pointer;
    background-color: #C38340;
}

.send_promo:focus {
    outline: none;
}

.promo_error {
    display: none;
    box-sizing: border-box;
    background-color: #fff2ee;
    border: 1px solid #fbe3dc;
    text-align: center;
    padding: 10px 0;
    margin-top: 5px;
}

.promo_error p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    color: #e8704a;
    letter-spacing: 0.54px;
}

.promo_success p {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    color: #73b193;
    letter-spacing: 0.54px;
}

.promo_success p span {
    font-weight: 400;
}

.promo_success {
    display: none;
    box-sizing: border-box;
    background-color: #e3fff1;
    border: 1px solid #d7f7e7;
    text-align: center;
    padding: 10px 0;
    margin-top: 5px;
}

.entered_promo_wrapper {
    display: none;
}

.entered_promo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
}

.entered_promo p {
    color: #FF9A62;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.6px;
    font-weight: 400;
}

.your_discount span {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px;
}

.change_promo__change_button {
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #bbcdd8;
    color: #bbcdd8;
    transition: all .3s;
}

.change_promo__change_button:hover {
    cursor: pointer;
    color: #FF9A62;
    border-bottom: 1px solid #FF9A62;
    transition: all .3s;
}

.change_promo__current {
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 200;
    margin-right: 5px;
    color: #bbcdd8;
}

/*promo_code END*/

/*subscribe_modal START*/

.subscribe_modal {
    position: fixed;
    bottom: 10%;
    left: 0;
    transform: translate(-248px, 0);
    transition: all .8s ease-in-out;
    z-index: 2;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
    padding-right: 56px;
}

.subscribe_modal.show {
    transform: translate(0, 0);
}

.subscribe_modal__aside_block {
    background-color: #ffa54e;
    padding: 11px 42px;
    border-radius: 4px 4px 0 0;
    transform: rotate(90deg);
    position: absolute;
    top: 101px;
    right: -102px;
}

.subscribe_modal__aside_block:hover {
    cursor: pointer;
}

.aside_text {
    color: #fff;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    letter-spacing: 0.96px;
    line-height: 1.1;
    max-width: 175px;
    text-align: center;
    margin: 0;
}

.subscribe_modal__main_block {
    padding: 47px 0 21px 0;
    /*box-sizing: border-box;*/
}

.main_block__text_wrapper {
    padding: 0 39px 0 34px;
    max-width: 247px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 38px;
}

.subscribe__text_start {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #444444;
    font-weight: 500;
    width: 100%;
}

.subscribe__text_number {
    font-size: 38px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-top: 10px;
    color: #444444;
    width: 18%;
}

.subscribe__text_end {
    color: #444444;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    width: 82%;
}

.subscribe_button__bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    width: 100%;
}

.subscribe_button__upper {
    background-color: #fff9f1;
    height: 94px;
}

.subscribe_button__middle {
    background-color: #fff2e3;
    height: 79px;
}

.subscribe_button__lower {
    background-color: #ffeed9;
    height: 57px;
}

.subscribe__link_button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffb14e;
    background-image: linear-gradient(to top, rgba(255, 136, 106, 0.5) 0%, rgba(255, 177, 78, 0) 100%);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 5px 22px rgba(255, 121, 23, 0.21);
    -moz-box-shadow: inset 0 5px 22px rgba(255, 121, 23, 0.21);
    box-shadow: inset 0 5px 22px rgba(255, 121, 23, 0.21);
    color: #fff;
    padding: 14px 52px;
    transition: all 0.3s;
}

.subscribe__link_button:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    background-color: #d99c3d;
}

/*subscribe_modal END*/

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.messenger:not(:last-of-type) {
    margin-right: 60px;
}

.social:not(:last-of-type) {
    display: inline-block;
    margin-right: 20px;
}

.social img {
    max-height: 35px;
}

.yellow {
    color: #e29c33;
}

.yellow:hover {
    color: #e29c33;
}

.hello {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
}

.hello-wrapper {
    width: 100%;
}

.hello > div:first-of-type {
    padding-right: 20px;
}

.hello-list {
    padding-left: 0;
    list-style-type: none;
}

.hello-list li {
    position: relative;
    padding-left: 15px;
}

.hello-list li:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #e29c33;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.hello-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

.half {
    width: 50%;
}

.pr20 {
    padding-right: 20px;
}

.hello1 img {
    width: 100%;
    box-shadow: 0 22px 25px 0 rgba(0, 0, 0, .21);
}

.hello2 img {
    width: 100%;
    box-shadow: 0 22px 25px 0 rgba(0, 0, 0, .21);
}

.hello3 img {
    width: 100%;
    box-shadow: 0 22px 25px 0 rgba(0, 0, 0, .21);
}

.green-button {
    display: inline-block;
    color: #fff;
    background-color: #2dbaa6;
    padding: 15px;
    font-size: 18px;
}

.green-button:hover {
    color: #fff;
    text-decoration: none;
}

.fz16 {
    font-size: 16px;
}

.grey-bg {
    padding-top: 40px;
    background-color: #f1f1f1;
    padding-left: 0;
}

.text-uppercase {
    text-transform: uppercase;
}

.hello-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.hello-icons__item {
    width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.hello-icons__square {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75px;
    height: 75px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(247, 154, 125, .58);
    background-color: #f79a7d;
}

.hello-icons__square img {
    max-height: 67px;
}

.hello-icons__item:nth-of-type(1) img {
    margin-left: 5px;
}

.hello-icons__item:nth-of-type(2) img {
    margin-left: 7px;
}

.hello-icons__item:nth-of-type(3) img {
    margin-left: 9px;
}

.hello-icons__item:nth-of-type(4) img {
    margin-left: 6px;
}

.hello-icons__item:nth-of-type(5) img {
    margin-left: 15px;
}

.hello-icons__item:nth-of-type(6) img {
    margin-left: 12px;
}

.hello-icons__item:not(:last-of-type) {
    margin-right: 40px;
}

.hello-icons__text {
    margin-top: 10px;
    color: #2f3c4f;
    font-weight: 900;
    font-size: 16px;
}

.support {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 50px;
}

.support * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.support__form {
    width: 50%;
    padding-right: 25px;
}

.support__form input,
.support__form textarea {
    display: block;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    padding: 15px 12px;
    font-size: 14px;
    font-weight: 300;;
    border: solid 1px #eaeaea;
    resize: none;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.support__form input[type=submit] {
    background-color: #f8af2b;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    letter-spacing: 1.1px;
    font-family: Roboto, Arial, sans-serif;
    cursor: pointer;
}

.support__form div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.support__form div input:first-of-type {
    margin-right: 10px;
}

.support__info {
    width: 50%;
    padding-left: 25px;
}

.support__info div:not(:first-of-type) {
    margin-top: 30px;
}

.support__info h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.support__info a {
    display: block;
    color: #444;
    font-size: 13px;
    margin-top: 15px;
}

.index-slider .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-slider .slick-dots li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 9px;
    height: 9px;
    border: 1px solid #FCB040;
    background-color: #fff;
    border-radius: 50%;
}

.index-slider .slick-dots li:not(:last-of-type) {
    margin-right: 10px;
}

.index-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}

.index-slider .slick-dots li.slick-active {
    background-color: #FCB040;
    border-color: #FCB040;
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.articulProd__top {
    width: 120px;
}

.top__subtitle {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    margin-top: 15px;
    color: #ff8865;
    text-transform: uppercase;
}

.divider {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #eef7f3;
    margin-top: 50px;
    margin-bottom: 50px;
}

.divider:before,
.divider:after {
    position: absolute;
    content: '';
    top: 0;
    width: 3000px;
    height: 100%;
    background-color: #eef7f3;
}

.divider:before {
    right: 100%;
}

.divider:after {
    left: 100%;
}

.green-bg {
    position: relative;
    background-color: #eef7f3;
}

.green-bg:before,
.green-bg:after {
    position: absolute;
    content: '';
    top: 0;
    width: 3000px;
    height: 100%;
    background-color: #eef7f3;
}

.green-bg:before {
    right: 100%;
}

.green-bg:after {
    left: 100%;
}

.green-title {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.7px;
    color: #ff643e;
}

.new-regular-text {
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.61;
    letter-spacing: 0.4px;
    color: #2c2c2c;
}

.green-text {
    color: #ff643e;
}

.right-arrow-list {
    padding-left: 0;
    margin-top: 30px;
}

.right-arrow-list li {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #2c2c2c;
    padding-left: 30px;
    list-style-type: none;
}

.right-arrow-list li img {
    position: absolute;
    top: 11px;
    left: 0;
    width: 20px;
    height: 15px;
}

.benefits-list {
    padding-left: 0;
}

.benefits-list__item {
    position: relative;
    padding-left: 60px;
    list-style-type: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.4px;
    color: #2c2c2c;
}

.benefits-list__item:not(last-of-type) {
    margin-bottom: 30px;
}

.benefits-list__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin: auto;
}

.benefits-list__img img {
    max-width: 100%;
    max-height: 100%;
}

.orange-button {
    border-radius: 1px;
    background-color: #ff8865;
    border: 1px solid #ff8865;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.4px;
    color: #fff;
    transition: .3s all;
    text-transform: uppercase;
}

.orange-button:hover {
    background-color: #fff;
    color: #ff8865;
}

.questions-title {
    max-width: 350px;
    font-size: 52px;
    font-weight: 900;
    line-height: 1.25;
    margin-top: 40px;
    letter-spacing: 1.1px;
    color: #2c2c2c;
    text-transform: uppercase;
}

.subsubtitle {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.61;
    letter-spacing: 0.4px;
    color: #ff643e;
}

.effects-list {
    padding-left: 20px;
}

.effects-list__item {
    position: relative;
    list-style-type: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.61;
    letter-spacing: 0.4px;
    padding-left: 15px;
    color: #2c2c2c;
}

.effects-list__item:not(:last-of-type) {
    padding-bottom: 10px;
}

.effects-list__item:before {
    position: absolute;
    content: '';
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ff643e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.center-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.order-list {
    counter-reset: ten;
    padding-left: 0;
}

.order-list li {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.61;
    letter-spacing: 0.4px;
    padding-left: 35px;
    color: #2c2c2c;
    list-style-type: none;
}

.order-list li:before {
    position: absolute;
    left: 0;
    content: counter(ten) '.';
    counter-increment: ten;
    color: #ff8865;
}

.order-list li:not(:last-of-type) {
    margin-bottom: 5px;
    z-index: 1;
}

.clear-list {
    counter-reset: ten;
    padding-left: 0;
}

.clear-list li {
    position: relative;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 2.22;
    letter-spacing: 0.4px;
    padding-left: 35px;
    color: #2c2c2c;
    list-style-type: none;
}

.clear-list li:not(:last-of-type) {
    margin-bottom: 7px;
}

.grey-section {
    background-color: #eef7f3;
    display: flex;
    margin-top: 40px;
}

.h4__title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.67;
    letter-spacing: 5.5px;
    text-align: left;
    color: #2c2c2c;
}

.top__orange {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 900;
    font-style: normal;
    text-transform: none;
    line-height: 0.81;
    letter-spacing: normal;
    text-align: left;
    color: #ff8865;
}

.product__p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: left;
    color: #ff8865;
}

.price {
    display: inline-block;
}

.product__price__old {

}

.product__price {
    margin-left: 30px;
    font-size: 36px;
    color: #444444;
    font-family: Roboto, sans-serif;
    font-weight: 200;
}

.learn-more-button {
    padding-top: 50px;
    padding-bottom: 50px;
}

.green-bg-small {
    position: relative;
}

.green-bg-small:before {
    content: '';
    position: absolute;
    left: -220px;
    bottom: 39px;
    width: 190%;
    height: 495px;
    background-color: #eef7f3;
}

/*.leftRight__img img.img-left {*/
/*margin-right: 45px;*/
/*}*/

.top__subtitle.mb-small {
    margin-bottom: 0px;
}

img.img-lend4 {
    margin-right: 35px;
}

img.girls-left {
    margin-right: 35px;
}

.divider.divider-small {
    margin-top: -40px;
    z-index: 1;
}

.green-bg .leftRight,
.pink-bg .leftRight {
    padding-bottom: 0;
}

.pink-bg {
    position: relative;
    background-color: #f8efec;
}

.pink-bg:before,
.pink-bg:after {
    position: absolute;
    content: '';
    top: 0;
    width: 3000px;
    height: 100%;
    background-color: #f8efec;
}

.pink-bg:before {
    right: 100%;
}

.pink-bg:after {
    left: 100%;
}

a.communicate_whatsapp.communicate_catalog {
    margin-left: 60px;
    padding-bottom: 70px;
}

.leftRight__img.relative {
    width: 48%;
}

.top__subtitle.title.title-left {
    margin-left: 35px;
}

.img-lend1 {
    margin-left: 55px;
}

.new-regular-text {
    font-size: 20px;
}

em {
    color: #5db188;
}

.myvideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.myvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.revievs_comment {
    color: #ff8865;
}

.productInfoTab-top {
    width: 306px;
    position: relative;
    margin-top: -72px;
}

.md-img-hidden {
    display: none;
}

.my_SaleLabelFreeShip__new {
    position: absolute;
    top: 27px;
    z-index: 2;
    background-color: #31ae75;
    color: #fff;
    padding: 7px 5px;
    font-size: 13px;
    letter-spacing: .6px;
    line-height: 20px;
    left: 46px;
    height: 25px;
}

.my_SaleLabelFreeShip__new:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
    top: 3px;
}

.my_SaleLabelFreeShip__new:after {
    content: '';
    position: absolute;
    border-top: 10px solid #2c8d60;
    border-left: 8px solid transparent;
    top: 100%;
    left: 0;
}

span.my_SaleLabelFreeShip__newlistGrid {
    background-color: #30ad741f;
    color: #30ad74;
    padding: 5px 8px 6px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 0;
    font-size: 12px;
    line-height: 10px;
    height: 16px;
}

.my_SaleLabelFreeShip__newlistGrid:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-right: 7px;
    position: relative;
    top: 4px;
}

span.my_SaleLabelFreeShip__newlistCart {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 120px;
    font-size: 12px;
    background-color: #eef7f1;
    color: #30ad74;
    padding: 5px 5px;
    line-height: 10px;
    text-align: center;
    height: 16px;
}

.my_SaleLabelFreeShip__newlistCart:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
    top: 4px;
}

.my_SaleLabelFreeShip__newlistCartMekeorder:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
    top: 4px;
}

span.my_SaleLabelFreeShip__newlistCartMekeorder {
    font-size: 15px;
    background-color: #ffffff;
    color: #30ad74;
    line-height: 12px;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    top: 1px;
}

.orange-sircle {
    width: 130px;
    height: 130px;
}

.productInfoDiscount__new {
    position: absolute;
    top: 125px;
    left: 0;
    text-align: center;
}

.productInfoDiscount__new span {
    position: absolute;
    bottom: 30%;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
}

.productInfoDiscount__new span b {
    font-weight: 300;
    font-size: 26px;
}

.ratingParent .rating {
    color: #2d446f;
    font-weight: 700;
    padding-right: 5px;
    font-size: 17px;
}

.ratingParent .revievs_comment {
    color: #5db2ae;
    padding-left: 5px;
    font-size: 17px;
}

.ratingParent {
    margin-bottom: 11px;
    margin-top: 35px;
}

.my_SaleLabelFreeShip__new2 {
    position: absolute;
    top: 75px;
    z-index: 2;
    background-color: #31ae75;
    color: #fff;
    padding: 7px 5px;
    font-size: 13px;
    letter-spacing: .6px;
    line-height: 20px;
    left: 46px;
    height: 25px;
}

.my_SaleLabelFreeShip__new2:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
    top: 3px;
}

.my_SaleLabelFreeShip__new2:after {
    content: '';
    position: absolute;
    border-top: 10px solid #2c8d60;
    border-left: 8px solid transparent;
    top: 100%;
    left: 0;
}

span.my_SaleLabelFreeShip__new2listGrid {
    background-color: #30ad741f;
    color: #30ad74;
    padding: 5px 8px 6px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 0;
    font-size: 12px;
    line-height: 10px;
    height: 16px;
}

.my_SaleLabelFreeShip__new2listGrid:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-right: 7px;
    position: relative;
    top: 4px;
}

span.my_SaleLabelFreeShip__new2listCart {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 120px;
    font-size: 12px;
    background-color: #eef7f1;
    color: #30ad74;
    padding: 5px 5px;
    line-height: 10px;
    text-align: center;
    height: 16px;
}

.my_SaleLabelFreeShip__new2listCart:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
    top: 4px;
}

.my_SaleLabelFreeShip__new2listCartMekeorder:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
    top: 4px;
}

span.my_SaleLabelFreeShip__new2listCartMekeorder {
    font-size: 15px;
    background-color: #ffffff;
    color: #30ad74;
    line-height: 12px;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    top: 1px;
}

.button__center {
    justify-content: center;
}

.orange-sircle {
    width: 130px;
    height: 130px;
}

.productInfoDiscount__new2 {
    position: absolute;
    top: 218px;
    left: 0;
    text-align: center;
}

.productInfoDiscount__new2 span {
    position: absolute;
    bottom: 30%;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
}

.productInfoDiscount__new2 span b {
    font-weight: 300;
    font-size: 26px;
}

.my_SaleLabelFreeShip__new3 {
    position: absolute;
    top: 202px;
    z-index: 2;
    background-color: #31ae75;
    color: #fff;
    padding: 7px 5px;
    font-size: 13px;
    letter-spacing: .6px;
    line-height: 20px;
    left: 173px;
    height: 25px;
}

.my_SaleLabelFreeShip__new3:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
    top: 3px;
}

.my_SaleLabelFreeShip__new3:after {
    content: '';
    position: absolute;
    border-top: 10px solid #2c8d60;
    border-left: 8px solid transparent;
    top: 100%;
    left: 0;
}

span.my_SaleLabelFreeShip__new3listGrid {
    background-color: #30ad741f;
    color: #30ad74;
    padding: 5px 8px 6px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 0;
    font-size: 12px;
    line-height: 10px;
    height: 16px;
}

.my_SaleLabelFreeShip__new3listGrid:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-right: 7px;
    position: relative;
    top: 4px;
}

span.my_SaleLabelFreeShip__new3listCart {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 120px;
    font-size: 12px;
    background-color: #eef7f1;
    color: #30ad74;
    padding: 5px 5px;
    line-height: 10px;
    text-align: center;
    height: 16px;
}

.my_SaleLabelFreeShip__new3listCart:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
    top: 4px;
}

.my_SaleLabelFreeShip__new3listCartMekeorder:before {
    content: "\e935";
    font-family: 'icomoon' !important;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
    top: 4px;
}

span.my_SaleLabelFreeShip__new3listCartMekeorder {
    font-size: 15px;
    background-color: #ffffff;
    color: #30ad74;
    line-height: 12px;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    top: 1px;
}

.orange-sircle {
    width: 130px;
    height: 130px;
}

.productInfoDiscount__new3 {
    position: absolute;
    top: 200px;
    right: -10px;
    text-align: center;
}

.productInfoDiscount__new3 span {
    position: absolute;
    bottom: 30%;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
}

.productInfoDiscount__new3 span b {
    font-weight: 300;
    font-size: 26px;
}

/*.indexPageHiddenTextMobile.lending {*/
/*max-height: 0;*/
/*}*/

.indexPageHiddenTextMobile {
    max-height: 0;
}

/*TOP-UL*/
.phoneHeader li {
    list-style: none;
}

ul.top-ul {
    margin-top: 17px;
}

ul.top-ul li {
    padding-bottom: 10px;
}

ul.top-ul-address {
    margin-top: 4px;
}

.top-ul-address li {
    padding-bottom: 5px;
}

.phoneHeader .Showroom a {
    font-size: 16px;
}

.ourPhone .number_link {
    font-size: 16px;
}

/*FOOTER ADDRESS*/
#parentFooterDiv .Showroom a {
    color: #444444;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}

span.callbackfooter.callbackfooter-next-address {
    /* margin-top: 190px; */
    display: block;
    margin-top: 17px;
}

a.more_info.main_button_size.description-one-btn {
    margin-right: 10px;
    margin-left: 0;
}

a.share__lending {
    margin-top: 3px;
}

a#procard_addtocart_button_79 {
    margin-left: 10px;
}

.artycul {
    background: #eaeaea;
    padding: 0 5px;
    margin: 0;
    color: #5d4a6f;
    width: 100%;
    height: 22px;
    line-height: 23px;
    margin-bottom: 30px;
}

.artycul_p {
    display: inherit;
    color: #f24207;
    padding-left: 7px;

}
.artycul_p b{
    margin-left: 5px;
}
.artycul_landing span{
    display: flex;
}

@media only screen and (max-width: 1600px) {
    .phoneHeader .Showroom a {
        font-size: 13px;
    }

    .ourPhone .number_link {
        font-size: 13px;
    }

    a#procard_addtocart_button_79 {
        margin-left: 10px;
        padding: 15px 0px;
    }

    a.more_info.main_button_size.description-one-btn {
        margin-right: 10px;
        /*margin-left: 11px;*/
        padding: 15px 0px;
    }
}

@media only screen and (max-width: 1300px) {
    /*.first_screen__buttons {*/
    /*flex-direction: column;*/
    /*}*/
    a#procard_addtocart_button_79 {
        margin-left: 10px;
        padding: 15px 30px;
    }

    a.more_info.main_button_size.description-one-btn {
        margin-right: 10px;
    }

    a.share__lending {
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 736px) {
    .phoneHeader .ourPhone {
        top: 88px;
    }

    .artycul {
        width: 120%;
    }

    .main_card_padding {
        padding-top: 0px;
    }

    .price_top-md {
        margin: auto;

    }

    strike {
        display: inherit;
    }
}

@media only screen and (max-width: 666px) {
    .parent_showR {
        display: block !important;
    }
}

.first_screen__img {
    position: relative;
}

.my_SaleLabelFreeShip__icon {
    position: absolute;
    top: 27px;
    z-index: 2;
    background-color: #31ae75;
    color: #fff;
    padding: 0px 5px;
    font-size: 13px;
    letter-spacing: .6px;
    /* line-height: 20px; */
    left: -8px;
    height: 25px;
}

.my_SaleLabelFreeShip__icon:before {
    content: "\e935";
    font-family: icomoon !important;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 7px;
    position: relative;
    top: 3px;
}

.my_SaleLabelFreeShip__icon:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 10px solid #2c8d60;
    border-left: 8px solid transparent;
}

.cena__brutto {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}

.old_price-main {
    margin-bottom: 20px;
    margin-top: 85px;
}

/*section.product_buy.grey-section.green-bg {*/
/*padding-bottom: 60px;*/
/*padding-top: 60px;*/
/*}*/
.breadcrumbs_card {
    margin-top: 20px;
}

.item__online_link_card a img {
    width: 150px;
}

.item__online_link_card {
    margin-top: 50px;
}

.before_addtocart_top {
    background-color: #ff8865;
    color: #fff;
}

.before_addtocart_top:hover {
    background-color: #f24207;;
}

html, body {
    overflow-x: hidden;
}

.small-bottom__margin {
    margin-top: 60px;
}
.raty__page__wrap{
    width: 60%;
    margin: auto;
}

@media screen and (max-width: 1555px) {
    .img-right-fon {
        position: absolute;
        right: -151px;
        z-index: -1;
        width: 59%;
        top: 13px;
    }

    /*    .leftRight__img img {
            max-width: 85%;
        }*/

    .product_wrapper {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1350px) {
    .img-right-fon {
        display: none;
    }

    .order-list {
        counter-reset: ten;
        padding-left: 0;
        margin-bottom: 35px;
    }

    img.img_girl_bottom {
        max-width: 90%;
        padding-top: 115px;
    }
}

@media only screen and (max-width: 950px) {
    .leftRight__notimg.mobile_lending_img {
        order: 1;
    }

    .left_img_patient.photo_gradient_order {
        order: 2;
    }

    .leftRight {
        flex-direction: column;
    }

    .leftRight__img.relative {
        width: 100%;
        order: 2;
        margin-top: 10px;
    }
    .leftRight__notimg {
        order: 1;
    }
    .leftRight__img {
        flex-basis: 100%;

    }

    .top__subtitle {
        font-size: 24px;
        font-weight: 900;
        line-height: 1.25;
        letter-spacing: 0.5px;
        margin-bottom: 0px;
        color: #ff8865;
        text-transform: uppercase;
    }

    .leftRight__notimg p {
        font-size: 14px;
    }

    .leftRight__notimg h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .mob_v {
        display: block !important;
    }

    .deck_v {
        display: none;
    }

    .price_top-md {
        margin: auto;
    }

    .img-lend1 {
        margin-left: 25px;
    }

    .orange-button {
        margin: auto;
    }

    .more_info {
        margin: auto;
        margin-bottom: 10px;
    }

    .order-list {
        margin-bottom: 75px;
    }

    .leftRight__notimg {
        margin-top: 15px;
    }

    .leftRight__notimg p {
        margin-bottom: 15px;
    }

    .leftRight__notimg {
        display: flex;
        text-align: left;
        justify-content: center;
        flex-direction: column;
        position: relative;
        padding: 0 10px;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 431px) {
    .before_addtocart_top {
        margin-left: 0px;
    }

    .first_screen__buttons {
        flex-direction: column;
    }

    .first_screen__text .product_name {
        color: #565e70;
        margin-bottom: 28px;
        line-height: 32px;
        font-family: Roboto;
        font-size: 22px;
        font-weight: 900;
    }

    .leftRight__notimg h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .top__subtitle.title.title-left {
        margin-left: 0px;
    }

}

/*@media screen and (max-width: 331px) {*/
/*.header_phone {*/
/*top: 150px;*/
/*}*/
/*}*/

@media screen and (max-width: 1200px) {
    .footer__main_info_column {
        width: 33%;
    }
}

@media screen and (max-width: 737px) {
    .footer__main_info_column {
        width: 100%;
    }
}

.mob_v {
    display: none;
    margin-top: 10px;
}

.zw_m {
    margin: 25px;
}

h3.top__subtitle.mb-small {
    margin-top: 30px;
}

.fix_h3 {
    text-transform: inherit;
    color: #696969;
}

.fix_order-list {
    margin-bottom: 45px;
}

.searchlisteven td {
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.61;
    letter-spacing: 0.4px;
    color: #2c2c2c;
}

.searchlistodd td {
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.61;
    letter-spacing: 0.4px;
    color: #2c2c2c;
}

a.filter_block__link_more {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 13px;
    display: inline-block;
    color: #354051;
    border-bottom: 1px dashed #565e70;
}

a.filter_block__link:hover {
    text-decoration: none;
}

a.filter_block__reset_all:hover {
    text-decoration: none;
}

a.filter_block__link_selected:hover {
    text-decoration: none;
}

.category__left_block {
    position: relative;
}

.userChoiceFilter {
    position: absolute;
    top: 215px;
    z-index: 22;
    border: none;
    right: -142px;
    color: #fff;
    padding: 9px 14px;
    background-color: #ff643e;

}

.userChoiceFilter:before {
    content: '';
    width: 41px;
    height: 29px;
    top: 0px;
    position: absolute;
    left: -41px;
    border: 16.5px solid transparent;
    border-right: 17px solid #ff643e;
}

.checkout__checkbox_row.myClass {
    position: relative;
    /*left: -645px;*/
    top: 13px;
}

span.titleGroup {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #2b3e50;
}

.checkout__column.carttitlespan {
    /* margin-bottom: 0px; */
    margin-top: 19px;
}

.checkout__checkbox_label {
    line-height: 1.6em;
}

.myClass label.checkout__checkbox_label {
    color: #2b3e50;
    line-height: 1.52;
    letter-spacing: normal;
    text-decoration: none;
}

.checkout__checkbox_row.makeOrderFirmButton {
    margin-left: 9px;
    margin-bottom: 17px;
}

.makeOrderFirmButton label.checkout__checkbox_label:before {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    top: -5px;
    left: -11px;
    content: "+";
    color: #000;
    line-height: 25px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.makeOrderFirmButton label.checkout__checkbox_label.active-tub:before {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    top: -5px;
    left: -11px;
    content: "-";
!important;
    color: #000;
    line-height: 25px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;

}

.makeOrderFirmButton a.copyFields {
    color: #769bc5;
    margin-left: 22px;
    /* text-transform: uppercase; */
    /* text-decoration: underline; */
    /* text-decoration-style: dashed; */
    font-size: 15px;
    /* padding-bottom: 96px; */
    border-bottom: 1px dashed #769bc5;
}

.makeOrderFirmButton span {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
}

.carttitlespan span {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
}

.checkout__column.block_2 {
    margin-top: 37px;
}

.checkout__column.other-tub {
    margin-top: 68px;
    margin-bottom: 50px;
}

.checkout__checkbox_label:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #769bc5;
}

.seo_text p img {
    height: auto !important;
}

/*  START MENU IN FOOOTER*/
@media only screen and (max-width: 736px) {

    .benefitsRow .benefit_item {
        max-width: calc(50% - 30px);
    }

    .benefitsRow  {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .header_block__top_line {
        position: absolute;
        left: 0;
        bottom: 610px;
        right: 0px;
        padding: 20px 20px;
        color: #24394f;
        z-index: 7;
    }

    .cart__buy_link, .header_block__top_line {
        display: block;
    }

    main {
        position: relative;
    }

    footer {
        padding-top: 170px;
    }

    .top_menu__item {
        margin-right: 0px !important;
        padding-top: 10px;
        padding-bottom: 10px;
        flex-basis: 50%;
    }

    .top_menu__list {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .raty__page__wrap{
        width: 90%;
    }

}

@media only screen and (max-width: 480px) {

    .benefitsRow {
        flex-direction: column;
        align-items: center;
    }

    .benefitsRow .benefit_item {
        max-width: calc(80% - 30px);
    }


    .text__60{
        width: 100%!important;
    }
    .img__60{
        width: 100%!important;
    }
    .header_block__top_line {
        bottom: 643px;

    }
    .green-title {
        font-size: 20px;
    }
    .new-regular-text {
        font-size: 16px;
    }
    .right-arrow-list {
        margin-top: 25px;
    }
    .right-arrow-list li {
        font-size: 16px;
    }
    .top__subtitle {
        font-size: 20px;
    }
    .order-list li {
        font-size: 16px;
    }
    .order-list {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 360px) {
    .header_block__top_line {
        bottom: 655px;
    }

    footer {
        padding-top: 200px;
    }

    .sub_title__footer {
        margin-top: 10px;
    }
}

/*  END MENU IN FOOOTER*/
.footer__work_schedule {
    margin-bottom: 20px;
}

.footer__reg_text a:hover {
    text-decoration: underline;
}

/*********************************************************************************/
/*************************          BLACK FRIDAY          ************************/
/*********************************************************************************/
.banner_friday_page {
    width: 100%;
    margin-top: -19px;
}

.container_friday {
    width: 80%;
    margin: 0 auto;
}

.discount_friday_h2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 27px;
    font-size: 36px;
    color: #565e70
}

.discount_friday_h3 {
    text-align: center;
    color: #ff8865;
    margin-bottom: 43px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.4;
}

.discount_friday_span {
    background-color: #ffc401;
    padding: 14px 23px;
    text-transform: uppercase;
    color: #070707;
}

.discount_friday_span_inner {
    text-align: center;
    color: #070707;
}

.coupon_friday {
    font-weight: 600;
    padding-left: 2px;
}

.discount_friday_p {
    margin-top: 50px;
    text-align: center;
    font-weight: 700;
    color: #444444;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 43px;
}

.video_blackfriday {
    margin: auto;
    display: block;
}

.advantages_block_friday_item {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.advantages_block_friday_item p {
    line-height: 1.5;
}

.coupon_span {
    color: #ff8865;
}

img.img_blackfriday {
    width: 85px;
}

.fat_blackfriday {
    font-weight: 500;
}

.attention_blackfriday_inner {
    margin-top: 53px;
}

.attention_blackfriday {
    border: 1px solid #f55050;
    text-align: center;
    padding: 30px 0px;
    width: 80%;
    margin: auto;
}

.zloz_blackfriday {
    text-align: center;
    margin-top: 75px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 37px;

}

.discount_blackfriday_p_bottom {
    text-align: center;
    color: #ff8865;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    word-spacing: 5px;
}

.nie_blackfriday {
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    color: #565e70;
    font-weight: 600;

}

.cameback_friday {
    text-align: center;
    background-color: #ff8865;
    padding: 18px 90px;
    color: #fff;
    width: 30%;
    margin: auto;
    display: block;
}

.gif_friday {
    margin: auto;
    display: block;
    margin-bottom: 65px;

}

.cameback_friday:hover {
    background-color: #ff643e;
}

.baner_landing .slick-list.draggable {
    height: auto !important;
}

/*BUTTONS LENDING*/
.first_screen__buttons.leftRight_buttons.first_screen__buttons_md_top a.item__buy_block_button.in_cart {
    display: inline-block;
    padding: 15px 0px;
    font-size: 14px;
    height: 47px;
    font-weight: 700;
    letter-spacing: 1.4px;
    border: 1px solid #fff;
    border-radius: 2px;
    width: calc(240px - 60px);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.first_screen__buttons.leftRight_buttons.first_screen__buttons_md_top a.products__item_buy_button.out_of_stock {
    padding: 15px;
    height: 46px;
    margin: 0;
    font-size: 14px;
}

.first_screen__buttons.leftRight_buttons.first_screen__buttons_md_top .item__buy_block_count_button_block.pr30 {
    margin: 0;
}

section.product_buy.grey-section.green-bg {
    padding-bottom: 35px;
}

.first_screen__buttons.leftRight_buttons.first_screen__buttons_md_top .item__buy_block_button {
    height: 46px;
    margin-right: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 493px) {
    .first_screen__buttons.leftRight_buttons.first_screen__buttons_md_top a.more_info.main_button_size.description-one-btn {
        width: 100%;

    }

    .first_screen__buttons.leftRight_buttons.first_screen__buttons_md_top .item__buy_block_count_button_block.pr30 {
        margin: 0;
        padding-right: 0;
        width: 100%;
    }

    .first_screen__buttons.leftRight_buttons.first_screen__buttons_md_top a.products__item_buy_button.out_of_stock {
        padding: 15px;
        height: 46px;
        margin: 0;
        font-size: 14px;
    }

    .first_screen__buttons.leftRight_buttons.first_screen__buttons_md_top a.item__buy_block_button.in_cart {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .cameback_friday {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .discount_friday_h2 {
        font-size: 26px;
    }

    .discount_friday_h3 {
        font-size: 14px;
    }

    .nie_blackfriday {
        font-size: 26px;
    }

    .svg__FDA_CE {
        width: 100px;
    }

}

@media screen and (max-width: 736px) {
    .banner_friday_page {
        margin-top: -4px;
        height: 100px;
    }

    .gif_friday {
        margin: auto;
        display: block;
        margin-bottom: 65px;
        width: 80%;

    }

    .advantages_block_friday_item {
        width: 95%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto;
        font-size: 12px;
        margin-top: 14px;
    }

    img.img_blackfriday {
        width: 77px;
    }

    .container_friday {
        width: 100%;
        margin: 0 auto;
        margin-bottom: -50px;
    }
}

@media screen and (max-width: 480px) {
    .discount_friday_h2 {
        font-size: 20px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .discount_friday_h3 {
        font-size: 12px;
    }

    .discount_friday_p {
        font-size: 20px;
    }

    .discount_blackfriday_p_bottom {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .nie_blackfriday {
        font-size: 20px;
    }

    .attention_blackfriday {
        line-height: 1.4;
        word-spacing: 4px;
    }

    .zloz_blackfriday {
        margin-top: 45px;
    }

    .cameback_friday {
        text-align: center;
        background-color: #ff8865;
        padding: 18px 75px;
        color: #fff;
        width: 80%;
        white-space: nowrap;
        margin: auto;
        display: block;
    }
}

@media screen and (max-width: 425px) {
    .uk-modal-dialog.uk-modal-dialog-lightbox.modal-double-sale-box {
        width: 350px;
    }

    .uk-modal-dialog.uk-modal-dialog-lightbox.modal-double-sale-box img {
        width: 350px;
    }

    .baner_landing_line {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .uk-modal-dialog.uk-modal-dialog-lightbox.modal-double-sale-box {
        width: 320px;
    }

    .uk-modal-dialog.uk-modal-dialog-lightbox.modal-double-sale-box img {
        width: 320px;
    }
}

@media screen and (max-width: 320px) {
    .uk-modal-dialog.uk-modal-dialog-lightbox.modal-double-sale-box {
        width: 290px;
    }

    .uk-modal-dialog.uk-modal-dialog-lightbox.modal-double-sale-box img {
        width: 290px;
    }
}

/************************* COUPON **************************/
.name_and_coupon {
    display: flex;
    flex-direction: column;
}

.coupon_not p {
    padding-left: 39px;
    padding-top: 20px;
    color: #C0C0C0;
}

@media only screen and (max-width: 600px) {
    .coupon_not p {
        padding-left: 0px;
        padding-top: 20px;

    }
}

/************************* END COUPON **************************/
.topbanner_blackfriday img {
    width: 100%;
    /*    margin-bottom: -3px;*/
}

/******************************* LASTHERO ********************************/
.lasthero {
    background-image: url("../img/bg_lasthero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #fff;
}

.coneiner-lasthero {
    margin: 0 auto;
    width: 70%;
}

.menu_etn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
}

.menu_etn p {
    display: inline-block;
}

/*.change_lang span{*/
/*position: relative;*/
/*}*/
.change_lang span {
    padding: 0px 7px;
}

.blue_span {
    color: #3aafbe;
}

.orange_span {
    color: #ff9e00;
}

.btn-orange {
    border-radius: 25px;
    background-color: #ff9e00;
    color: #fff;
    display: block;
    padding: 15px 30px;
}

.btn-orange p {
    text-transform: uppercase;
}

.coneiner-lasthero a {
    color: #fff;
}

.time_price {
    width: 55%;
    padding-top: 25px;
    margin: auto;
    text-align: center;
}

.time_price_take {
    font-size: 23px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.big_time {
    display: flex;
}

.big_time p {
    font-size: 100px;
    font-weight: 700;
    flex-basis: 33%;
}

.big_time span {
    display: block;
    width: 33%;
    margin: auto;
    font-size: 17px;
}

.time_h_m_s {
    display: flex;
    justify-content: space-around;
}

.your_bet {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.your_bet p {
    font-size: 20px;
    padding-bottom: 18px;
}

.price_etn {
    display: flex;
    margin: auto;
    margin-top: 20px;
    flex-wrap: wrap;
}

.price_etn_item {
    flex-basis: 25%;
}

.time_etn {
    display: block;
    margin-top: 20px;
}

.your_bet a {
    margin-top: 20px;
}

.active_etn {
    background-color: #40d2e1;
    padding: 10px;
    border-radius: 8px;
}

.bet_button {
    width: 35%;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
    letter-spacing: 1px;
}

.your_bank {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 25px;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}

.bank_time {
    padding-left: 10px;
    font-weight: 600;
}

.win_etn {
    margin-top: 20px;
    border: 2px solid #40d2e1;
    padding: 30px 0px;
    border-radius: 5px;
}

.win_etn p {
    font-size: 22px;
    padding-bottom: 10px;
}

.price_win {
    font-size: 60px;
}

.price_win_etn {
    font-size: 50px;
    margin-left: 20px;
    font-weight: 200;
}

.faq_etn {
    margin-top: 20px;
}

.faq_etn_p {
    font-size: 26px;
}

.accordion {
    width: 80%;
    margin: 14px auto 20px;

}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #443658;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #453857;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #b63b4d;
}

.accordion li.open i {
    color: #453857;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {
    display: block;
}

/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    font-size: 14px;
    border: 1px solid #443658;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.submenu li {
    padding: 20px;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #b63b4d;
    color: #FFF;
}

.submenu_li p {
    display: inline;
}

.submenu_li span {
    padding-left: 20px;
}

.accordion p {
    display: inline;
    padding-left: 20px;
}

.submenu_li_etn {
    padding: 10px 0px;
}

.baner_landing:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    /*    box-shadow: 0px 6px 8px 0 rgba(126, 86, 134, 0.19);*/
    z-index: -1;
}

.baner_landing_line {
    position: relative;
}

.slider-reviews .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 24px;
    font-size: 0;
    margin: auto;
    background-color: transparent;
    border: none;
    padding: 0;
}

.slider-reviews .slick-arrow:before {
    position: absolute;
    width: 36px;
    height: 24px;
    font-size: 20px;
    color: rgba(134, 169, 238, .5);
}

.slider-reviews .slick-arrow:before, .paginator__arrow:before {
    content: '\e914';
    left: 0;
    font-family: icomoon, Arial, sans-serif;
    top: 0;
}

.slider-reviews {
    position: relative;
    height: 400px;
    padding: 25px;
}

.slider-reviews .slick-next {
    right: 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.slider-reviews .slick-prev {
    left: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lending-coment-new {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.lending-coment-photo {
    flex-basis: 100%;
    flex-wrap: wrap;
}

.tegular_text_small {
    font-size: 16px;
    line-height: 29px;
    color: #444444;
    font-weight: 200;
}

.lending-coment-photo {
    flex-basis: 100%;
    flex-wrap: wrap;
}

.tegular_text_extrasmall {
    font-size: 14px;
    line-height: 29px;
}

.img-left-h3 {
    display: flex;
    align-items: center;
}

.img-left-h3 img {
    width: 83px;
}

h3.title-right-img {
    font-size: 24px;
    line-height: 86.8px;
    font-weight: 600;
}

.benefitItem {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
    max-width: calc(16.66667% - 30px);
    width: 100%;
    margin-top: 35px;
}

.small_benefits_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 31px 0 35px 0;
    position: relative;
}

.imgCenterLanding {
    width: 75%;
    margin: auto;
}

.background_yelows {
    background-color: #eef7f3;
    align-items: flex-start;
}

.background_yelows:before, .background_yelows:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: -1;
    background-color: #eef7f3;
}

.relative {
    position: relative;
}

.photo_gradient.relative {
    width: 90%;
}

.photo_gradient img {
    max-width: 100%;
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48%;
    background: linear-gradient(to top, transparent, #212121);
    border-radius: 7px;
}

.upper_absolute {
    position: absolute;
    top: 47px;
    left: 34px;
    font-size: 24px;
    line-height: 34px;
    text-align: left;
    color: #ffffff;
}

.absolute_inna {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    height: 48%;
    background: linear-gradient(to bottom, transparent, #212121);
    border-radius: 7px;
}

.upper_absolute_inna {
    position: absolute;
    bottom: 20px;
    left: 34px;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
}

.result__block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.result__block h2 {
    flex-basis: 100%;
    text-align: center;
}

.benefits_list_patiens_img {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benefits_list_patiens_img img {
    width: 57px;
}

hr.benefits_list_patiens_hr {
    width: 90%;
    border-top: 1px solid #e8e5f2;
}

hr.benefits_list_patiens_hr_right {
    margin-right: 10%;
    width: 80%;
    border-top: 1px solid #e8e5f2;
}

.profitablity-lending-block {
    position: relative;
    margin-top: 50px;
}

.profitablity-lending-background {
    background: #ebf1fe;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 31px 0 35px 0;
    position: relative;
}

.profitablity-lending-background:before, .profitablity-lending-background:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: -1;
    background-color: #ebf1fe;
}

.profitablity-lending-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.profitablity-lending-title {
    text-align: center;

}

.profitablity-lending-sectioninfo {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3%;
}

.img__center__lending.center_img {
    width: 75%;
    margin: auto;
}

.profitablity-lending-blockinfo-conntent:after {
    position: absolute;
    content: '+';
    top: 35%;
    font-size: 64px;
}

.profitablity-lending-blockinfo-eqal:after {
    position: absolute;
    content: '=';
    top: 33%;
    font-size: 64px;
}

.profitablity-lending-blockinfo-back:after {
    position: absolute;
    content: '→';
    top: 33%;
    font-size: 64px;
}

.item-1-4 {
    width: 25%;
    text-align: center;

}

.baner_landing_line {
    margin-bottom: 60px;
}

.baner_landing_line:before, .baner_landing_line:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    box-shadow: 0px 6px 8px 0 rgba(249, 100, 50, 0.19);
    z-index: -1;
}

.lending-coment-photo-facebook {
    position: absolute;
    width: 35px;
    height: 35px;
    padding: 3px;
    top: 0;
    right: 42%;
    background: #3b5998;
    border-radius: 50%;
}

.lending-coment-photo-img {
    width: 25px;
}

section.profitablitySection {
    padding-top: 50px;
}

h3.title-right-img {
    font-size: 24px;
    line-height: 86.8px;
    font-weight: 600;
    margin: 0 0 0 32px;
    color: #444444;
}

.benefits_list li {
    position: relative;
    list-style-type: none;
    font-size: 18px;
    font-weight: 200;
    line-height: 36px;
    letter-spacing: 0.4px;
    padding-left: 30px;
    color: #2c2c2c;
}

.benefits_list li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 23px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url("..//img/zemitsSisleyNew/check-6.svg");
}

.benefits_patients_practic {
    padding: 32px 0;
}

h4.preList {
    font-size: 18px;
    line-height: 26px;
    color: #5d94c0;
    margin-top: 28px;
    margin-bottom: 10px;
}

.effects-list__item_black {
    position: relative;
    list-style-type: none;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    letter-spacing: 0.4px;
    padding-left: 15px;
    color: #2c2c2c;
}

.effects-list__item_black:before {
    position: absolute;
    content: '';
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #444444;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.order-list-new {
    counter-reset: ten;
    padding-left: 20px;
}

.order-list-new li:before {
    position: absolute;
    left: 0;
    content: counter(ten) '.';
    counter-increment: ten;
    color: #444444;
}

.order-list-new li {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.61;
    letter-spacing: 0.4px;
    padding-left: 20px;
    color: #2c2c2c;
    list-style-type: none;
}

.item-1-1 {
    width: 100%;
    text-align: center;
}

.item-1-1 > .title-h3 {
    margin-top: 0px;
}

h3.title-h3 {
    margin-top: 32px;
    font-size: 24px;
    margin-bottom: 22px;
    color: #565e70;
}

.benefit_item__img img {
    max-width: 36px;
    color: #7e5686;
    fill: #7e5686;
}

img.check-1 {
    width: 15px;
    top: -15px;
    right: 1px;
    position: absolute;
}

@media screen and (max-width: 1350px) {
    .active_etn {
        white-space: nowrap;
    }

    .big_time p {
        font-size: 63px;
    }

    .big_time span {
        font-size: 14px;
    }

    .main_menu__link {
        font-size: 12px;
    }

    .top_menu__link {
        font-size: 10px;
    }

    .top_menu__item {
        margin-right: 15px;
    }

    .main_search_form__input {
        font-size: 10px;
    }

    .main_search_form__submit {
        font-size: 12px;
    }
}

@media screen and (max-width: 1020px) {
    .active_etn {
        white-space: nowrap;
    }

    .big_time p {
        font-size: 63px;
    }

    .big_time span {
        font-size: 14px;
    }

    .price_etn_item {
        flex-basis: 50%;
        margin-top: 10px;
    }

    .time_etn {
        margin-bottom: 7px;
    }

}

@media screen and (max-width: 960px) {
    .time_price {
        width: 75%;
    }

    .price_etn_item {
        flex-basis: 50%;
        margin-top: 10px;
    }

}

@media screen and (max-width: 868px) {
    .item-1-4 {
        width: 50%;
    }

    @media screen and (max-width: 868px) {
        .time_price {
            width: 75%;
        }

        .menu_etn {
            flex-direction: column;
        }

        .menu_etn_item {
            padding-top: 8px;
        }

    }

    @media screen and (max-width: 620px) {
        .big_time p {
            font-size: 49px;
        }

        .big_time span {
            width: 100%;
        }

    }

    @media screen and (max-width: 480px) {

        .price_etn_item {
            flex-basis: 100%;
            margin-top: 10px;
        }

        .bet_button {
            width: 68%;
        }

        .big_time p {
            font-size: 32px;
        }

        .big_time span {
            font-size: 9px;
        }

        .benefitItem {
            max-width: 50%;
        }
    }

    .benefitItem {
        max-width: 50%;
    }

}

.artycul_p {
    padding-left: 0px;
}

.map_btn_link {
    margin: 0 5px;
    padding: 12px 5px;
    border: 1px solid #f24207;
    text-transform: uppercase;
    font-size: 10px;
    transition: all 1s;
}

.map_btn_link:hover {
    color: #fff;
    background-color: #ff643e;
    border-radius: 5px;
}

.platformaratalna {
    padding-right: 10px;
}

/*.item__online_link_top{*/
/*padding: 42px;*/
/*}*/
.item__online_link_top img {
    width: 179px;
}

@media screen and (max-width: 1400px) {
    .main_search_form {
        max-width: 500px;
    }
}

@media screen and (max-width: 1270px) {
    .main_search_form {
        max-width: 400px;
    }
}

@media screen and (max-width: 564px) {
    .map_btn_link {
        display: none;
    }
}

@media screen and (max-width: 493px) {
    .item__online_link_top img {
        margin-top: 10px;
    }
}

input.checkout__input[name=shortcomments] {
    height: 100px;
}

/*@media screen and (max-width: 1200px) {
    .header_phone {
        top: 157px;
    }

}*/

@media screen and (max-width: 1400px) {
    .discount_products__item {
        width: 239px;
    }

    .groupsales_rabat img {
        width: 470px !important;
    }

}

@media screen and (max-width: 805px) {
    .map_btn_link {
        display: none;
    }

    /*.header_phone {
        top: 146px;
    }*/
    .groupsales_rabat img {
        width: 100% !important;
        padding-bottom: 25px;
    }

}

/*

@media screen and (max-width: 620px) {
    .header_phone {
        top: 141px;
    }

}

@media screen and (max-width: 520px) {
    .header_phone {
        top: 130px;
    }

}
*/

@media screen and (max-width: 527px) {
    .index .discount_products__title {
        text-align: center;
    }

    .index .discount_products__list {
        justify-content: center;
    }

    .discount_slider_product {
        top: 20px;
        left: 8px;
    }

}

@media screen and (max-width: 380px) {
    .main_search_form__input {
        width: 85px;
    }

    /* .header_phone {
         top: 128px;
     }*/

}

.groupsales_rabat img {
    width: 600px;

}

.discount_slider_product {
    position: absolute;
    top: 50px;
    left: 50px;
    text-transform: uppercase;
    background-color: #f96432;
    padding: 10px 20px;
    font-size: 17px;
    border-radius: 20px;
    color: #fff;
}

@media screen and (max-width: 527px) {
    .discount_slider_product {
        top: 20px;
        left: 8px;
    }
}

.svg__FDA_CE {
    width: 125px;
    margin-top: 35px;
    margin-left: 5px;
}

h3.top__subtitle.title__suport__expert {
    text-align: center;
    font-size: 30px;
}

a.mt30.more_info.main_button_size.button__suport__expert {
    margin-left: auto;
    margin-right: auto;
}

.dangerYellow {
    background: #ffbc33;
    margin: 15px 0;
    border-radius: 5px;
    padding: 0 10px;
}

.dangerYellow img {
    float: left;
    margin: 5px 5px;
}

.dangerYellow span {
    color: #ffffff;
}

.dangerYellow a {
    line-height: 32px;
}


/*MODAL*/
div#modal-double-sale {
    overflow-y: visible !important;
}

.uk-modal.uk-open {
    opacity: 1;
}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.uk-open .uk-modal-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 50px auto;
    width: 500px;
    max-width: 100%;
    max-width: calc(100% - 20px);
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s linear, transform 0.3s ease-out;
}

.uk-close:after {
    display: inline-block;
    content: "x";
    color: #000;
    vertical-align: text-bottom;
    height: 20px;
}

.uk-modal-dialog-lightbox > .uk-close:first-child {
    position: absolute;
    top: -12px;
    right: -12px;
    margin: 0;
    float: none;
}

.uk-modal-dialog > .uk-close:first-child {
    margin: -10px -10px 0 0;
    float: right;
    background-color: #fff;
}

.uk-close-alt {
    padding: 2px;
    border-radius: 50%;
    background: #eeeeee;
    opacity: 1;
}

.uk-close {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background: transparent;
    display: inline-block;
    box-sizing: content-box;
    width: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.3;
}


.h2_title {
    font-size: 24px;
    color: #444444;
    margin-bottom: 23px;
    font-weight: 800;
}

.ol_purple {
    padding-left: 18px;
}

.ol_purple li {
    counter-increment: li;
    list-style: none;
    margin-bottom: 20px;
}

.ol_purple b {
    font-size: 18px;
}

.ol_purple li::before {
    content: counter(li) ".";
    color: #ff643e;
    display: inline-block;
    width: 20px;
    margin-left: -1em;
    font-weight: 700;
}

.block_paragraph_simpl {
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    word-spacing: 4px;
    font-weight: 300;
}

.small_benefits_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 31px 0 35px 0;
    position: relative;
}

.small_benefits_top:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000px;
    right: -10000px;
    background-color: #ff8769;
    opacity: 0.1;
    z-index: -1;
}

.title_benefis {
    flex-basis: 100%;
    text-align: center;
}

.title_benefis h3.title-h3 {
    color: #ff643e;
}

.title-h3 {
    font-size: 24px;
    line-height: 86.8px;
    margin-top: 0;
}

.benefit_item {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    flex-direction: column;
    align-items: center;
    max-width: calc(16.66667% - 30px);
    width: 100%;
}

.benefit_item_hover .benefit_item__img {
    transition: all 0.5s;
}

.benefit_item_hover .benefit_item__img:hover {
    box-shadow: 0 7px 60px #7e568699;
    cursor: pointer;
}

.benefit_item__img img {
    max-width: 36px;
    color: #ff643e;
    fill: #ff643e;
}

.relative {
    position: relative;
}

.benefit_item__text {
    font-weight: 400;
    letter-spacing: 0.2px;
}

.img__center__lending.center_img {
    width: 75%;
    margin: auto;
}

.bold_margin_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 32px;
    color: #444444;
}

.bold_margin {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 30px;
    color: #444444;
}

.purple_ul {
    padding-left: 12px;
}

.purple_ul li {
    position: relative;
    list-style: none;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    word-spacing: 5px;
}

.purple_ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ff643e;
    top: 5px;
    left: -16px;
}

.resultat_procedure {
    width: 50%;
    margin: auto;
}

.resultat_procedure img {
    max-width: 100%;
}

.center_text {
    text-align: center;
}

.benefits_patients_practic {
    position: relative;
}

.background_yelows_t:before, .background_yelows_t:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: -100%;
    z-index: -1;
    background-color: #fffdf1;
}

.benefits_list_lineHeight {
    line-height: 45px;
}

.img-left-h3_margin_bottom {
    margin-bottom: 20px;
}

.benefits_list_patiens_box {
    display: flex;
    flex-wrap: wrap;
}

.benefits_list_patiens_img {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benefits_list_patiens_img img {
    width: 57px;
}

hr.benefits_list_patiens_hr {
    width: 90%;
    border-top: 1px solid #e8e5f2;
}

.upper_absolute_black {
    position: absolute;
    top: 47px;
    padding: 11px 24px;
    font-size: 24px;
    background-color: #000;
    line-height: 34px;
    color: #ffffff;
}

.upper_absolute_black_inna {
    position: absolute;
    bottom: 20px;
    padding: 11px 24px;
    font-size: 24px;
    background-color: #000;
    line-height: 34px;
    color: #ffffff;
}

.photo_gradient {
    width: 90%;
}

.photo_gradient img {
    max-width: 100%;
}

.result__block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.img__center__lending img {
    max-width: 100%;
}

.benefits_section {
    margin: 40px 0px;
}

.two_banner_product {
    margin-bottom: 40px;
}

.block_landing_info_product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.info_product_landing {
    margin-right: 15px;
    margin-bottom: 10px;
}

.artycul_landing {
    background: #eaeaea;
    padding: 10px;
    margin: 0;
    color: #5d4a6f;
    font-size: 20px;
    height: 40px;
}

.fba_landing {
    width: 115px !important;
}

.block_price_articul_landing {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.product_name_landing {
    color: #565e70;
    font-family: Roboto;
    font-size: 43px;
    font-weight: 900;
}

.block_payback {
    display: flex;
    justify-content: center;
}

.block_payback .profitablity-lending-blockinfo {
    margin-right: 70px;
}

.plus_profit {
    position: relative;
}

.plus_profit:after, .plus_profit:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    top: 50%;
    right: -38px;
    background-color: #444444;
}

.plus_profit:before {
    transform: rotate(90deg);
}

.equally_profit {
    position: relative;
}

.equally_profit:after, .equally_profit:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    top: 50%;
    right: -38px;
    background-color: #444444;
}

.equally_profit:before {
    top: 53%;
}

.slick__next {
    position: absolute;
    cursor: pointer;
    left: 100%;
    width: 26px;
    height: 53px;
    top: 46%;
    z-index: 1;
    transform: rotate(180deg);
    z-index: 3;
}

.slick__next::after, .slick__next::before {
    position: absolute;
    content: '';
    width: 30px;
    top: 39px;
    border-radius: 4px;
    height: 6px;
    background-color: #b8caec;
    z-index: 3;
}

.slick__next::before {
    transform: rotate(45deg);
}

.slick__next::after {
    transform: rotate(137deg);
    top: 21px;
}


.slick__prev {
    position: absolute;
    cursor: pointer;
    right: 100%;
    width: 26px;
    height: 49px;
    top: 46%;
    z-index: 3;
}

.slick__prev::after, .slick__prev::before {
    position: absolute;
    content: '';
    width: 30px;
    top: 30px;
    border-radius: 4px;
    height: 6px;
    background-color: #b8caec;
    z-index: 3;
}

.slick__prev::before {
    transform: rotate(45deg);
}

.slick__prev::after {
    transform: rotate(134deg);
    top: 12px;
}

@media only screen and (max-width: 1650px) {
    .slick__next {
        left: auto;
        right: -7px;
    }

    .slick__prev {
        right: auto;
        left: -7px;
    }
}

@media only screen and (max-width: 1400px) {
    .product_name_landing {
        color: #565e70;
        font-family: Roboto;
        font-size: 24px!important;
        font-weight: 900;
    }
}

@media only screen and (max-width: 976px) {
    .benefit_item {
        max-width: calc(33.333% - 30px);
        margin-bottom: 30px;
    }

    .img__center__lending.center_img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 950px) {
    .button_landing_product {
        min-width: 49%;
    }

    .info_product_landing {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 736px) {
    .button_landing_product {
        min-width: 100%;
    }

    .button_landing_product {
        margin-bottom: 20px;
    }

    .product_name_landing {
        font-size: 20px;
    }

    .artycul_landing {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .benefit_item {
        max-width: calc(50% - 30px);
    }

    .info_product_landing {
        width: 100%;
    }
}

.mainMenuLink {
    width: 225px;
    border-right: 1px solid #fff;
    height: 66px;
    background-image: linear-gradient(to top, #d2dbe1, #d7e0e7, #dbe5ec, #e0e9f2, #e5eef8);
    text-align: center;
}

.mainMenuLink .main_menu__link {
    display: table-cell;
    height: 47px;
    vertical-align: middle;
    padding-left: 0;
    text-align: center;
    width: 224px;
}

.mainMenuList {
    margin: 0;
}

img.main_menu__iconNew {
    width: 100px;
}

img.main_menu__iconNew:hover {
    filter: hue-rotate(90deg);
}

a.full_size_menu__title {
    text-align: left;
}

a.full_size_menu__link {
    text-align: left;
}

li.full_size_menu__item {
    text-align: left;
}

span.main_menu__list_mob_buttonNew {
    display: block;
    font-size: 12px;
    color: #2d3e51;
    font-weight: 500;
    padding: 25px 0 23px 42px;
}

.main_menu__list_mob_buttonNew:before {
    position: absolute;
    content: '';
    background-image: url(../img/ic-copy-2.svg);
    width: 15px;
    height: 15px;
    left: 20px;
    transform: rotate(180deg);
}

a.main_menu__linkNew {
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
    line-height: 53px;
    background-image: linear-gradient(to right top, #e5eef8, #e0e9f2, #dbe5ec, #d7e0e7, #d2dbe1);
}

li.main_menu__itemNew {
    text-align: center;
}

nav.main_menu__list_mob.backgroundMenu.js_main_menu__list_mob {
    background: #fff;
}

ul.full_size_menu__list_mobNew {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 20px 10px 6px rgba(45, 45, 84, .25);
    position: relative;
    top: -14px;
    padding-top: 18px;
}

.full_size_menu__list_mobNew {
    display: none;
}

.topMenuMobile .main_menu__item__top {
    margin-top: 5px;
    color: #a8abb1;
    font-size: 13px;
    text-align: center;
}

a.main_menu__link__topNew {
    font-size: 14px;
    border-right: none;
    background: #f0f0f0;
    color: #404040;
    padding: 0 45px;
    display: block;
    height: 43px;
    line-height: 42px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.full_size_menu__list_mobNew .full_size_menu__item_mob {
    line-height: 13px;
    padding: 15px;
    text-align: left;
    margin-top: 0;
}

.backgroundMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    background: #eef1f5;
    z-index: 999;
    text-align: left;
    padding: 20px 0;
    box-shadow: 0 25px 25px -18px rgba(81, 81, 81, .4);
    margin: 0;
}

a.main_menu__linkNew.main_menu__iconNewMobile {
    display: flex;
    justify-content: center;
    height: 53px;
}

.full_size_menu__list_block {
    display: flex;
}

img.main_menu__icon_category {
    width: 30px;
    max-height: 30px;
    margin-right: 30px;
}

img.main_menu__iconSubcategory {
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    margin-right: 25px;
}

.empty_cart_icon span:before {
    content: '\e917';
    font-family: icomoon;
    font-size: 50px;
    color: #b9bfc6;
}

.contacts__container.mt30 .contacts__left {
    width: 100%;
}

.partnerstwo__subtitle {
    font-size: 20px;
    line-height: 22.8px;
    color: #505e70;
}

.formPartnerstwo {
    width: 40%;
}

.formPartnerstwo input {
    width: 100%;
    max-width: 736px;
    height: 40px;
}

li.partnerstwoList {
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
}

.partnerstwoList:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #505e70;
    left: 7px;
    top: 9.5px;
}

.listLink .partnerstwoList a {
    color: #4a90e2;
}

.listLink .partnerstwoList:before {
    /* background-color: #4a90e2; */
}

.formPartnerstwo label {
    color: #2b3e50;
    font-size: 15px;
}

button.btnPartnerstwo {
    font-size: 18px;
    width: 100%;
    height: 40px;
    color: #ffffff;
    background-color: #9ac051;
    transition: all .5s;
}

.notification {
    padding: 25px;
}

.errorEmail {
    border-color: red !important;
}

.listLink .partnerstwoList {
    /* color: #4a90e2; */
    /* text-decoration: underline; */
}

.partnerstwoList a {
    color: #4a90e2;
}

.partnerstwoList a:hover {
    text-decoration: underline;
}


.list-number li {
    list-style-type: decimal;
    list-style-position: inside;
}

.list-number {
    padding-left: 25px;
}

.list-number li {
    list-style-type: decimal;
    list-style-position: inside;
}

.list-number {
    padding-left: 25px;
    font-size: 15px;
    line-height: 1.6;
    color: #505e70;
}

.contacts__text a {
    color: #4a90e2;
}


section.zakupRaty {
    background-color: #eef7f3;
}

.zakupRaty .leftRight {
    align-items: flex-start;
    padding: 57px 0 0;
    justify-content: space-between;
}

.video_block_adaptiv {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.video_block_adaptiv iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zakupRaty .video_block {
    width: 50%;
}

.ratyZero .video_block_adaptiv iframe {
    max-width: 650px;
    max-height: 360px;
}

p.new-regular-text.semi_strong {
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.4px;
    color: #444444;
    margin-bottom: 20px;
    margin-top: 15px;
}

.ratyZero .text_block {
    max-width: 40%;
}

.zakupRaty .contacts__subtitle {
    font-size: 20px;
}

.listBigNummer span.nummer {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.72px;
    color: #769BC5;
    margin-right: 15px;
}

.listBigNummer span {
    font-size: 16px;
    display: inline-block;
    color: #444444;
    vertical-align: middle;
    height: 36px;
}

.zakupForm form.uk-form {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zakupForm .container {
    display: flex;
    justify-content: center;
    padding: 90px 0 20px;
    flex-direction: column;
    align-items: center;
}

.zakupForm label {
    display: inline-block;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    line-height: 0.53;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}

.zakupForm input {
    display: block;
    height: 42px;
    border: solid 1px #151515;
    width: 100%;
    padding: 5px 27px;
    font-size: 16px;
}

.zakupForm .half {
    width: 47%;
}

.zakupForm .checkBoxLabel {
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.26px;
}

.width100 {
    width: 100%;
}

.zakupTitle {
    font-size: 32px;
    font-weight: bold;
    line-height: 2.31;
    letter-spacing: 0.64px;
    color: #769bc5;
}

.buttonZemits a {
    max-width: 368px;
    width: 100%;
    height: 44px;
    border: solid 1px #565e70;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btnPartnerstwo:hover {
    background: #ff643e;
}

.text-center {
    text-align: center;
}

section.zakupRaty.zakumMargin {
    padding: 15px;
}

.buttonZemits a:hover {
    background: #565e70;
    color: #fff;
}

.checkBoxLabel input[type=checkbox]:not(:disabled), .uk-form input[type=radio]:not(:disabled) {
    cursor: pointer;
}

.checkBoxLabel input[type=checkbox], .uk-form input[type=radio] {
    display: inline-block;
    height: 13px;
    width: 13px;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: 0 0;
}

.checkBoxLabel input[type=checkbox], .uk-form input[type=radio] {
    padding: 0;
}

.checkBoxLabel input, .uk-form select, .uk-form textarea {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    color: inherit;
}

.checkBoxLabel input[type=checkbox]:checked:before, .checkBoxLabel input[type=checkbox]:indeterminate:before {
    content: "✔";
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 11px;
    color: #ff643e;
}

.checkBoxLabel input[type=checkbox]:before, .checkBoxLabel input[type=radio]:before {
    display: block;
}

.checkBoxLabel input[type="checkbox"] {
    margin-right: 5px;
}

@media only screen and (max-width: 992px) {
    .sub_title__footer{
        margin-top: 10px;
    }
    .header_block__top_line{
        display: none!important;
    }
    footer {
        padding-top: initial!important;
    }
    .zakupTitle{
        margin-bottom: 10px;
    }
    .blog__item__content {
        height: auto!important;
    }
    .blog__description h2 {
        padding-bottom: 10px!important;
        padding-top: 10px!important;
    }
    .formPartnerstwo {
        width: 90% !important;
        margin: auto;
    }

    .zakupRaty .video_block {
        width: 100%;
    }

    .ratyZero .text_block {
        max-width: 100%;
    }

    .zakupForm form.uk-form {
        width: 95%;
    }

    .zakupRaty .leftRight {
        padding: 50px 0;
    }

    .zakupForm .container {
        padding: 20px 0;
    }

    .zakupTitle {
        line-height: 1.2;
        font-size: 25px;
    }

    .zakupForm label {
        line-height: 1;
    }

    .zakupForm .half {
        width: 100%;
    }
}

label.checkBoxLabel a {
    border-bottom: 1px #565e70 dashed;
    line-height: 26px;
}
p.listBigNummer {
    font-size: 17px;
}

.text__center__block{
    width: 80%;
    margin: auto;
    text-align: center;
}

.table_specifications {
    border-collapse: collapse;
    width: 100%;
    margin: 50px 0px;
}
.table_specifications tr {
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}
.table_specifications td {
    border-spacing: 10px;
    padding: 10px;
    color: #8a8484;
    width: 50%;
}
.table_specifications td:nth-child(2n) {
    border: 1px solid #ccc;
    border-right: none;
}
.defaultForm__wrap{
    margin: auto;
    width: 60%;
}
.defaultForm{
    width: 100%;
    margin-bottom: 40px;
}
.defaultForm label {
    display: flex;
    color: #2b3e50;
    font-size: 15px;
    margin-bottom: 5px;
}
.defaultForm input {
    width: 100%;
    height: 40px;
    display: block;
    border: 1px solid #c6cbd1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px;
}
.defaultFormItem{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.defaultFormItem .mb15{
    width: 47%;

}
.text__60{
    text-align: center;
    width: 60%;
    margin: auto;
    margin-bottom: 20px;
}
.img__60{
    width: 50%;
    margin: auto;
}

.center__section{
    margin: auto;
    width: 50%;
}

.checkout__selectbox .jq-selectbox__dropdown{
    width: 100%!important;
}

.mobile__vision{
    display: none;
}
.overflow{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, .54);
}
.text__uppercase{
    text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
    .main_menu{
        display: none;
    }
    .header_block__main{
        padding: 10px 15px!important;
        background-color: #515E71;
    }
    .backgroundMenu {
        background-color: #7e5686;
    }
    .new__header__mobile {
        padding: 0 15px!important;
    }
    .new__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2px 0;
    }
    .burger {
        width: 20px;
        height: 16px;
        position: relative;
        cursor: pointer;
    }
    .burger .top, .burger .mid, .burger .bot {
        height: 4px;
        background: #fefefe;
        position: absolute;
        width: 20px;
        left: 0;
        border-radius: 5px;
        transition: all 300ms;
    }
    .burger .top {
        margin: 0;
        top: 0;
    }
    .burger .mid {
        top: 6px;
    }
    .burger .bot {
        top: 13px;
    }
    .header_phone {
        position: relative!important;
        top: auto!important;
        right: auto!important;
        font-size: 0!important;
    }
    .header_logo_block{
        display: none;
    }
    .mobile__vision{
        display: block;
    }
    .mobile__vision.hidden{
        display: block;
    }
    .header_phone:before{
        content: ''!important;
        background: url("/ext/nfTheme/views/template/img/phone__white.svg") no-repeat;
        width: 18px!important;
        height: 18px!important;
    }
    .main_search_form  {
        display: flex;
        flex-grow: 1;
        width: 100%;
        margin: 0 20px;
    }
    .header_block__main_container{
        flex-wrap: nowrap!important;
        -webkit-flex-wrap: nowrap!important;
        -ms-flex-wrap: nowrap!important;
        padding: 0!important;
    }
    .main_search_form__submit{
        background: url("/ext/nfTheme/views/template/img/search__white.svg") no-repeat!important;
        background-color: transparent!important;
        background-position: 15px!important;
    }
    .main_search_form__input{
        border: 1px solid #C4C4C4!important;
        border-radius: 0!important;
    }
    .empty_cart_link{
        background-color: transparent!important;
    }
    .index__slider .slick-list{
        height: 100%!important;
    }
    .cart__price:before, .empty_cart_link:before{
        content: ''!important;
        background: url("/ext/nfTheme/views/template/img/cart__white.svg") no-repeat!important;
    }
    .cart__price:after {
        background-color: transparent!important;
    }
    .main_search_form.focus{
        margin: 0!important;
        max-width: 100%!important;
    }
    .pop_up {
        z-index: 999999;
    }


    .open__mobile__menu{
        display: flex;
        flex-direction: column;
        transform: translateX(-150%);
        transition: all 0.3s;
        position: fixed;
        height: 100vh;
        left: 0;
        top: 0;
        width: 85%;
        background-color: #fff;
        z-index: 999998;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
    .open__active {
        transform: translateX(0);
        display: flex;
    }
    .mobile__menu__content {
        flex: 1 0 auto;
    }
    .mobile__menu__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile__menu__header {
        padding: 18px 16px;
        background-color: #515E71;
    }
    .mobile__menu__header__right {
        display: flex;
        align-items: center;
    }
    .mobile__menu__header__info {
        margin-right: 14px;
    }
    .mobile__menu__header__info a {
        margin-right: 12px;
    }
    .close__menu__no {
        transform: rotate(360deg);
    }
    .close__menu {
        position: relative;
        width: 22px;
        height: 22px;
        transition: all 1s;
    }
    .close__menu:after, .close__menu:before {
        position: absolute;
        content: '';
        width: 22px;
        height: 1px;
        background-color: #fff;
        bottom: 13px;
        border-radius: 5px;
    }
    .close__menu:before {
        transform: rotate(-45deg);
    }
    .close__menu:after {
        transform: rotate(45deg);
    }
    .mobile__menu__body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .list__menu__mobile {
        padding-left: 0;
        list-style-type: none;
    }
    .item__menu__mobile {
        padding: 15px 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .item__menu__mobile__wrap {
        display: flex;
        align-items: center;
    }
    .item__menu__mobile__img {
        max-width: 21px;
        min-width: 21px;
        margin-right: 21px;
        text-align: center;
    }
    .item__menu__mobile__name {
        color: #121212;
        margin: 0;
    }
    .item__menu__mobile__arrow {
        position: relative;
        width: 20px;
        height: 20px;
    }
    .item__menu__mobile__arrow:after, .item__menu__mobile__arrow:before {
        position: absolute;
        content: '';
        width: 13px;
        top: 9px;
        height: 2px;
        background-color: #8c959e;
        border-radius: 20px;
        transition: all 0.2s;
    }
    .item__menu__mobile__arrow:before {
        transform: rotate(45deg);
        left: 0px;
    }
    .item__menu__mobile__arrow:after {
        transform: rotate(-45deg);
        right: -1px;
    }
    .item__menu__mobile__open {
        display: none;
        margin-top: 13px;
        margin-left: 69px;
        margin-bottom: 23px;
        padding-right: 20px;
    }
    .item__menu__mobile__open__list {
        margin-bottom: 20px;
    }
    .item__menu__mobile__open__name {
        color: #121212;
    }
    .new__sile {
        margin-left: 10px;
        padding: 0 6px;
        line-height: 14px;
        position: relative;
        top: 0;
        font-size: 8px;
        text-transform: uppercase;
        color: #fff;
        background-color: #7E5686;
        border-radius: 4px;
    }
    .item__menu__mobile__line {
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }
    .header_phone_block{
        display: none;
    }


}


.descriptionLanding p {
    font-size: 20px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.61;
    letter-spacing: 0.4px;
    color: #2c2c2c;
}
.descriptionLanding h1, .descriptionLanding h2, .descriptionLanding h3, .descriptionLanding h4  {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.7px;
    color: #ff643e;
}

.mt0 {
    margin-top: 0;
}


.benefitsRow {
    display: flex;
    justify-content: center;
}

.small_benefits_bottom {
    margin-top: 50px;
}

.descriptionLanding ul li {
    position: relative;
    list-style-type: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.61;
    letter-spacing: 0.4px;
    padding-left: 15px;
    color: #2c2c2c;
}

.descriptionLanding ul li:not(:last-of-type) {
    padding-bottom: 10px;
}

.descriptionLanding .top__subtitle {
    text-align: center;
}

.descriptionLanding ul li::before {
    position: absolute;
    content: '';
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ff643e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.descriptionLanding ol li {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.61;
    letter-spacing: 0.4px;
    padding-left: 35px;
    color: #2c2c2c;
    list-style-type: none;
}

.descriptionLanding ol li::before {
    position: absolute;
    left: 0;
    content: counter(ten) '.';
    counter-increment: ten;
    color: #ff8865;
}


.descriptionLanding ol li:not(:last-of-type) {
    margin-bottom: 5px;
    z-index: 1;
}

.descriptionLanding ol {
    counter-reset: ten;
    padding-left: 0;
}