/* navy: #3C7A76; */

:root {
    --okay-button-color: #c5530c;
    --okay-button-text: #fff;
    --okay-button-color-hover: #c5530c;
    --okay-button-text-hover: #fff;
    --okay-basic-company: #058d27;
    --okay-second-company: #212121;
    --okay-basic-company-text: #fff;
    --okay-second-company-text: #fff;
    --okay-bg: #f2f2f2;
    --okay-body-text: #222;
    --okay-body-heading: #222;
    --okay-boxed-color: #fff;
    --okay-boxed-text: #222;
    --okay-button-second-color: #222;
    --okay-button-second-text: #fff;
    --okay-shadow-color: 0 2px 5px rgba(0, 0, 0, .3);
    --okay-border-color: #dbdbdb;
}

html {
    height: 100%;
}

body {
    height: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    color: black;
    min-width: 320px;
    overflow-x: hidden;
}

.main {
    flex: 1 0 auto;
}

.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    font-weight: bold;
    font-family: inherit;
    color: black;
}

.h1 {
    font-size: 22px;
    margin: 0;
}

.h2 {
    font-size: 18px;
    margin: 0;
}

.h3 {
    font-size: 18px;
}

.h4 {
    font-size: 16px;
    color: #606060;
    margin: 0 0 5px;
}

.h5 {
    font-size: 14px;
    color: #606060;
    margin: 0 0 5px;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover,
a:active {
    text-decoration: none;
}

.container {
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.container-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}


.container-nav .header__left-container,
.container-nav .header__centre-container,
.container-nav .header__right-container {
    display: flex;
    align-items: center;
}

.wish_icon svg path {
    fill: #FFFFFF;
}

.container-body {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}


.hidden {
    display: none !important;
}

.center {
    text-align: center;
}


.nowrap {
    white-space: nowrap;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
}

.table th,
.table td {
    padding: 8px;
    vertical-align: top;
    border: 1px solid #e8e8e1;
}

.table_striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6f7;
}

.fit_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label_block {
    display: block;
    margin-bottom: 5px;
}

/* Form */
.form_group {
    position: relative;
    margin-bottom: 20px;
}

.form_input {
    height: 47px;
    width: 100%;
    background-color: #F1F2F4;
    border: none;
    border-radius: 3px;
    padding: 0 15px;
    font-size: 16px;
    color: #4F4F4F;
}


.type_WarehouseDoors {
    margin-top: 20px;
}

.type_WarehouseDoors .form_input {
    margin-bottom: 20px;
}


.form_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeaxnj t;
    cursor: pointer;
    margin-top: 5px;
}

.form_placeholder {
    transition: all 0.1s linear 0s;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    cursor: text;
    color: #4F4F4F;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.placeholder_focus:-webkit-autofill,
.placeholder_focus:-webkit-autofill:hover,
.placeholder_focus:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: inherit !important;
}

.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error ~ label ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder,
.placeholder_focus:-webkit-autofill ~ .form_placeholder,
.placeholder_focus:-webkit-autofill:focus ~ .form_placeholder,
.placeholder_focus:focus ~ .form_placeholder {
    font-size: 85%;
    background: rgb(255, 255, 255);
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: rgb(146, 146, 146);
}

.form_placeholder {
    pointer-events: none;
}

.form_textarea {
    display: block;
    width: 100%;
    border: none;
    padding: 15px;
    font-family: inherit;
    font-size: 16px;
    background: #F1F2F4;
    border-radius: 3px;
    resize: none;
}

.captcha {
    display: inline-block;
    vertical-align: top;
    margin: 0 17px 10px 0;
}

.form_captcha {
    display: inline-block;
    position: relative;
    margin: 0 0 0 17px;
    vertical-align: top;
}

.input_captcha {
    width: 130px;
    line-height: 38px;
    vertical-align: top;
    height: 40px;
}

.secret_number {
    border: 1px solid #e8e8e1;
    padding: 9px;
    border-radius: 2px;
    background: #f5f8f9;
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
    color: white;
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
}

/*.secret_number:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    bottom: -15px;
    left: 0;
    z-index: -1;
    background: linear-gradient(-45deg,
    rgba(72, 209, 204, 0) 2px, mediumturquoise 3px, rgba(72, 209, 204, 0) 3px ) repeat;
    background-size: 4px 4px;
}*/
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}

.message_error {
    clear: both;
    padding: 10px 20px;
    margin-bottom: 20px;
    color: #f00;
    background-color: #ffcaca;
    border: 1px dotted #ff4545;
}

.message_success {
    padding: 11px 23px;
    margin-bottom: 25px;
    color: #000;
    background-color: #F9CF00;
    text-transform: uppercase;
}

.error {
    color: #f00;
    display: block;
    font-size: 13px;
}

.header_bottom.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
}

#sm_logo {

    font-size: 0;
    margin-left: 25px;
    margin-top: -10px;
}

#sm_logo img {
    vertical-align: top;
}

.ya_map {
    width: 100%;
    min-height: 450px;
}

.promo_img {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 0;
    left: 0;
}

.dropdown {
    display: none;
}

.active.cat_switch::after,
.active .angle_icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block {
    background-color: #fff;
    margin-bottom: 25px;
}

.padding {
    padding: 20px 15px 25px;
}

header a,
.top_item,
.callback,
.search_button,
.button,
.slick-next::before,
.slick-prev::before,
.category_link,
.arrow_right,
.coupon_button,
.page_link,
.active.cat_switch::after,
.angle_icon {
    transition: all 0.2s ease;
}

/*Кнопки*/
.button,
.disable_button {
    position: relative;
    font-weight: normal;
    font-family: inherit;
    font-size: 12px;
    line-height: 36px;
    color: inherit;
    text-decoration: none;
    border-radius: 7px;
    border: 1px solid transparent;
    padding: 0 20px;
    height: 42px;
    display: inline-block;
}

.button {
    transition: all 0.5s ease;
    cursor: pointer;
    background: #F9CF00;
    font-size: 14px;
}

.button:hover {
    background-color: #FFFFFF;
    border: 1px solid #F9CF00;
}

.buy {
    width: 142px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 16px;
}

.buy svg path {
    fill: #000000;
}

.wish_products {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}

.comparison_button,
.wishlist_button {
    display: block;
    position: absolute;
    width: 22px;
    height: 20px;
}

.wishlist_button {
    top: 15px;
    right: 15px;
}

.comparison_button.selected {
    background-position: -34px 0;
}

.wishlist_button.selected svg path {
    fill: #EB5757;
}

/* Header */
header {
    background-color: #fff;
}

header a {
    text-decoration: none;
}

.top_nav {
    background: #1E1B16;
    height: 160px;
    transition: all 1s ease;
}

.menu_switch {
    position: relative;

    height: 38px;
    width: 49px;
    margin-left: -15px;
    border-right: 1px solid #e8e8e1;
    color: #b8b7b7;
    font-size: 0;
    cursor: pointer;
}

.menu_switch::before {
    content: "";
    width: 18px;
    height: 12px;
    position: absolute;
    top: 13px;
    left: 15px;
    background: url(../images/sprite.png) no-repeat -46px -304px;
}

.top_nav .informer.languages .lang_switch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top_nav .informer.languages .angle_icon {
    transform: rotate(0);
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
}

.top_nav .informer.languages .active .angle_icon {
    transform: rotate(180deg);
}

.openmenu .menu_switch::before {
    width: 14px;
    height: 14px;
    top: 12px;
    left: 17px;
    background-position: -48px -320px;
}

.menu_wrapper {
    display: flex;
    justify-content: space-between;
}

.nav-header-wrapper {
    width: 100%;
    height: 59px;
}

.menu_group_header {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 50%;
    max-width:60%; */
    margin-left: 30px;
    height: inherit;
}

.menu_list ul li a span {
    color: #686666;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.informers {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.informers li {
    margin: 0 19px;
    position: relative;

}

.informers li a {
    max-width: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.informers li a .wrapp {
    width: max-content;
    position: relative;
}

.informers li svg {
    height: 24px;
}

.informers li:last-child {
    margin-right: 0;
}

.informers li:first-child {
    margin-left: 0;
}


.informer_name,
.informer_counter {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}


.cur_switch,
.lang_switch {
    cursor: pointer;
}

.informer .dropdown {
    position: absolute;
    z-index: 2;
    background-color: #8B8B8A;
    border-radius: 3px;
    top: 25px;
    right: 0;
    width: 100%;
    min-width: 37px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    overflow: hidden;
}

.informer:hover svg path {
    fill: #F9CF00;
}

.informer .dropdown_item {
    display: block;
    padding: 5px 0;
    white-space: nowrap;
    text-align: center;
}

.informer .dropdown_item:hover {
    background-color: #e8e8e1;
}

.informer.languages {
    position: relative;
    margin-left: 36px;
}


.angle_icon {
    display: inline-block;
    vertical-align: middle;
}

.compare_icon {
    background-position: 0px 0px;
}

.logo {
    display: block;
    font-size: 0;
    text-align: center;
}

.header_toggler {
    display: none;
}


.cart_counter, .informer_counter {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #F9CF00;
    color: #000000;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    bottom: -5px;
    left: -10px;
}

.cart_total {
    display: block;
    font-weight: bold;
}

.contact-form-wrapper {
    display: flex;
    justify-content: space-between;
}

.contact-form-left,
.contact-form-right {
    display: flex;
    flex-flow: column;
    width: 48%;
}

.delivery_company:first-of-type {
    display: flex;
    width: 200px;
}


.delivery.paymentblock {
    margin-bottom: 0;
}

.form-btn-wrapper {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin-bottom: 40px;
}

.novaposhta_types_inputs {
    display: flex;
    margin-top: 20px;
}

.novaposhta_types_inputs label {
    width: 200px;
}

.times,
.phones {
    line-height: 21px;
    font-weight: bold;
    margin-top: 16px;
}

.times {
    font-size: 14px;
}

.phones {
    font-size: 17px;
}

.times_inner,
.phones_inner {
    position: relative;
    display: inline-block;
    padding-left: 45px;
}

.times_text {
    color: #686666;
    font-weight: normal;
}

.times_inner::before,
.phones_inner::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 5px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -44px;
}

.phones_inner::before {
    top: 7px;
    background: url(../images/sprite.png) no-repeat 0 -77px;
}

.callback {
    display: block;
    padding: 11px 12px;
    border: 2px solid #929faf;
    border-radius: 2px;
    line-height: 14px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 18px;
}

.callback:hover {
    border-color: #f2bd0b;
}

.account {
    padding-top: 11px;
    font-size: 13px;
    margin-top: 10px;
}

.account_link {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 30px;
}

.account_link::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    top: 4px;
    left: 0;
    background: url(../images/sprite.png) no-repeat 0 -145px;
}

.account_name {
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 97px;
    overflow: hidden;
}


.search {
    position: relative;
}

.search_input {
    width: 350px;
    height: 31px;
    border: none;
    border-bottom: 1px solid #F1F2F4;
    background: none;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 40px;
}

.search_button {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    color: white;
    font-size: 18px;
    vertical-align: center;
    border: none;
    /*outline: none;*/
    background: none;
    display: flex;
}

.categories {
    position: relative;
}

.categories_heading {
    line-height: 60px;
    padding-left: 10px;
    padding-right: 20px;
    color: #fff;
    background-color: #3C7A76;
    font-size: 0;
    cursor: pointer;
}

.menu_icon {
    vertical-align: middle;
}

.categories_heading span {
    font-size: 14px;
    margin-left: 15px;
    vertical-align: middle;
}

.categories_nav, .categories--wrapper {
    height: 100%;
}

.nav-header-socials {
    display: none;
}

.categories_nav .categories_menu {
    height: 100%;
    min-width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.categories_nav .subcategory {
    text-transform: none;
    font-size: 16px;
}

.category_item .categories--wrapper {
    background: transparent;
    position: absolute;
    left: -20px;
    top: 43px;
    padding-top: 3px;
    z-index: 5;
    transition: all 0.5s ease;
    overflow: hidden;
    opacity: 0;
    height: 0;
}

.subcategory {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 450px;
    border-radius: 0 0 7px 7px;
    color: black;
    background: #FFFFFF;
    overflow: hidden;
    min-height: 206px;
    border-bottom: 1px solid #e8e8e1;;
    border-left: 1px solid #e8e8e1;;
    border-right: 1px solid #e8e8e1;;
}


.subcategory .category_item {
    border-bottom: 1px solid #FEFEFF;
    background: #F1F2F4;
    display: flex;
    align-items: center;
    height: 40px;
    width: 234px;
    transition: all 0.5s ease;
}


.subcategory .category_item svg {
    margin: 0 15px;
}

.categories--wrapper .subcategory:hover .category--image__root {
    opacity: 0;
}

.subcategory .category_item .category--image,
.categories--wrapper .category--image__root {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 219px;
    height: 100%;
    top: 0;
    right: 0;
    background: white;
    padding: 16px 30px;
    opacity: 0;
    transition: all 0.5s ease;
}

.categories--wrapper .category--image__root {
    opacity: 1;
    z-index: 1;
}

@media screen and (min-width: 993px) {
    .categories_menu .category_item:hover .categories--wrapper {
        height: auto;
        opacity: 1;
    }
}

.categories_menu .category_item .category_link {
    position: relative;
    padding: 20px 0;
}

.categories_menu .category_item .category_link + .angle_icon {
    margin-top: -8px;
    margin-left: 4px;
    height: 17px;
    line-height: 17px;
}

.categories_menu .category_item.has_child:hover .angle_icon {
    margin-top: 0;
}

.category_item_all-link {
    display: none;
}

.categories_menu .category_item:hover .category_link:first-child:before,
.categories_menu .category_item .selected:first-child:before {
    display: block;
    width: calc(100% + 40px);
    height: inherit;
    border-bottom: 3px solid #F9CF00;
    position: absolute;
    content: '';
    bottom: -1px;
    left: -20px;
}

.subcategory .category_item:hover {
    background: white;
}

.subcategory .category_item:hover .category--image {
    opacity: 1;
    z-index: 2;
}

@media screen and (min-width: 993px) {
    .categories_menu .category_item.has_child:hover .angle_icon {
        transform: rotate(180deg);
    }
}

.category_item.has_child {
    position: relative;
}

.category_item:hover, .category_item .selected {
    color: #828282;
}

.has_child svg path {
    fill: #828282;
}

.cat_switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 31px;
}

.cat_switch::after {
    content: "";
    position: absolute;
    top: 11px;
    right: 15px;
    width: 16px;
    height: 8px;
    background: url(../images/sprite.png) no-repeat -23px -304px;
}

/* FOOTER */
footer {
    background: #1E1B16;
    min-height: 368px;
    color: #F1F2F4;
    line-height: 21px;
    padding-top: 19px;
}

.footer .line {
    height: 1px;
    background: #2E2601;
    margin: 0;
}

.footer--content_row {
    display: flex;
    justify-content: space-between;
    margin: 18px 0;

}

.footer--content_row a {
    text-decoration: none;
}

.footer--content_column {
    display: flex;
    flex-direction: column;
}

.footer--content_column .menu_list {
    margin: 0;
}

.footer--content_column .h3 {
    color: white;
    margin-bottom: 25px;
}

.foot_menu .foot_item,
.footer--content_column .menu_list .menu_item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.foot_menu .foot_item:last-child,
.footer--content_column .menu_list .menu_item:last-child {
    margin-bottom: 0;
}

.foot_menu.foot_social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: start;
}

.foot_menu .foot_item i {
    margin-right: 10px;
}

.foot_menu .foot_item:hover,
.footer--content_column .menu_list .menu_item:hover {
    color: #F9CF00;
}

.foot_menu .foot_item:hover svg path {
    fill: #F9CF00;
}

.payments_text {
    font-size: 14px;
    color: #0a0a28;
    display: block;
    margin: 0 0 10px;
}


#subscribe_container {
    margin-bottom: 18px;
}

.subscribe_promotext {
    margin-top: 8px;
    line-height: 1.3;
    font-size: 12px;
    color: #827f7f;
}

.subscribe_form {
    position: relative;
    width: 315px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-weight: bold;
    font-size: 12px;
}

.subscribe_input {
    width: 100%;
    height: 32px;
    padding: 0 125px 0 10px;
    background-color: #fff;
    border: none;
    color: #827f7f;
}

.subscribe_button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 115px;
    border: none;
    background-color: #e62e04;
    text-align: center;
    color: #fff;
}

/* Main page */


/*Banner*/
.main_center--banner {
    padding: 50px 0;
    height: 764px;
    background: #F1F2F4;
}

.banner--center {
    display: grid;
    grid-template:
    "vertical b" 325px
    "vertical c" 325px / 45% auto;
    grid-column-gap: 12px;
    grid-row-gap: 14px;
}

.banner--center .slide {
    /*width: 648px;*/
    height: 325px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

@media screen and (min-width: 993px) {
    .banner--center .slide:hover .banner--text {
        background: none;
    }
}


.banner--center .slide:first-child {
    grid-area: vertical;
    /*width: 540px;*/
    height: 664px;
}

.banner--center .banner--text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 64px;
    line-height: 100%;
    background: rgba(58, 58, 58, 0.74);
    transition: all 0.5s ease;
    color: #FFFFFF;
}

.banner--center .banner--text span {
    width: 80%;
    text-shadow: 0 3px 3px #828282;;
}

.banner--center .banner--image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: inherit;
    width: inherit;
}

.banner_main {
    width: 100%;
    height: 530px;
    overflow: hidden;
    margin-bottom: 80px;
}

.banner_main.slick-slider ul.slick-dots {
    right: 50%;
    margin-left: 25%;
}

.banner_main.slick-slider ul.slick-dots li button {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.banner_main.slick-slider ul.slick-dots li.slick-active button {
    background: #F9CF00;
}

.banner_main.slick-slider ul.slick-dots li {
    margin: 0 25px 0 0;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 0.5s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.11);
    z-index: 5;
}

.slick-slider .slick-disabled {
    opacity: 0;
}

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    border-color: #7C7C7C;
}

.slick-slider .slick-next:hover,
.slick-slider .slick-prev:hover {
    background: rgba(255, 255, 255, 0.8);
}

.main_products.slick-slider .slick-next {
    right: -40px;
}

.main_products.slick-slider .slick-prev {
    left: -40px;
}

.banner_main.slick-slider .slick-prev {
    left: 15px;
}

.banner_main.slick-slider .slick-next {
    right: 15px;
}

.banner_main.slick-slider ul.slick-dots li:last-child {
    margin-right: 0;
}

.banner_main div {
    position: relative;
    height: inherit;
}

.banner_main .banner--image {
    width: 100%;
    height: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 7px;
}

.banner_main .banner--text {
    width: 505px;
    height: 164px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 50px;
    top: 50px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_main .banner--text span {
    color: #FFFFFF;
}

.banner_main .banner--text span.name {
    font-weight: bold;
    font-size: 50px;
    line-height: 101%;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.banner_main .banner--text span.annotation {
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 130%;
    font-variant: small-caps;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

section .section--header {
    height: 80px;
}

section .section--body {
    margin-top: 35px;
    margin-bottom: 35px;
    min-height: auto;
    display: flex;
}

section .section--body > div {
    width: 50%;
}

.section--body .image {
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 604px;
}

.section--body .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section--body .text h1 {
    font-size: 36px;
}

.tabs--block {
    margin-bottom: 60px;
}

.tabs--block .tabs--menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.tabs--menu div {
    margin: 0 45px;
}

.tabs--menu div:first-child {
    margin-left: 0;
}

.tabs--menu div:last-child {
    margin-right: 0;
}

.tabs--menu div {
    text-transform: uppercase;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: block;
    position: relative;
}

.tabs--menu .active {
    color: #828282;
    position: relative;
}


.tabs--block .tabs--buttons {
    position: relative;
}

.tabs--buttons ul::-webkit-scrollbar {
    width: 0;
}

.tabs--block .tabs--buttons ul {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: scroll hidden;
    scrollbar-width: none;
}


.tabs--buttons:after,
.tabs--buttons:before {
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 3;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    content: '';
    transition: opacity 1s ease;
    opacity: 0;

}

.tabs--buttons:after {
    top: 0;
    right: 0;
    background: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0));
}

.tabs--buttons.after:after, .tabs--buttons.before:before {
    opacity: 1;
}

.tabs--buttons:before {
    top: 0;
    left: 0;
    background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0));
}


.tabs--buttons li {
    border: 1px solid #828282;
    box-sizing: border-box;
    border-radius: 40px;
    list-style-type: none;
    padding: 10px 35px;
    margin: 1px 10px;
    transition: all 0.5s ease;
    cursor: pointer;
    position: relative;
}

.tabs--buttons li:hover, .tabs--buttons li.active {
    box-shadow: 0 0 1px 1px #828282;
}


.tabs--buttons li:active:after {
    border: 1px solid transparent;
}


.tabs--menu div.active::before {
    display: block;
    width: calc(100% + 40px);
    height: inherit;
    border-bottom: 3px solid #F9CF00;
    position: absolute;
    content: '';
    bottom: -21px;
    left: -20px;
    z-index: 2;
}

@media screen and (min-width: 992px) {
    .tabs--menu .tabs--menu__item:hover:before {
        display: block;
        width: calc(100% + 40px);
        height: inherit;
        border-bottom: 3px solid #F9CF00;
        position: absolute;
        content: '';
        bottom: -21px;
        left: -20px;
        z-index: 2;
    }
}

.line {
    height: 3px;
    width: 100%;
    background: #F1F2F4;
}

.banners {
    font-size: 0;
    margin-bottom: 40px;
}

.look_all {
    font-size: 12px;
    color: #606060;
    text-align: center;
}

.main_text {
    padding-top: 12px;
    color: #606060;
    opacity: .7;
}

/* Blog */
.news {
    position: relative;
}

.blog_item {
    border-bottom: 1px solid #e8e8e1;
    box-shadow: inset -1px 0 0 #e8e8e1;
    background-color: #fff;
    margin-bottom: 0;
}

.news_content,
.blog_content {
    padding: 25px 23px 30px;
    color: #606060;
}

.news_image,
.blog_image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    background-color: #f5f6f7;
    background-image: url(../images/post_img.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.news_img,
.blog_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}

.blog_annotation,
.news_annotation {
    opacity: .7;
    max-height: 105px;
    overflow: hidden;
}

.news_date,
.blog_date {
    margin: 12px 0 5px;
    opacity: .7;
}

/* Brands */
.all_brands {
    position: relative;
}

.brands {
    box-shadow: inset 0px -1px 0 #e8e8e1;
}

.all_brands_link,
.brand_link {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    padding: 30px 25px;
}

.all_brands_link {
    border-left: 1px solid #e8e8e1;
}

.slick-current .all_brands_link {
    border-left: none;
}

.brand_item {
    border-bottom: 1px solid #e8e8e1;
    border-right: 1px solid #e8e8e1;
}

.brand_image,
.brand_name {
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

.brand_image {
    margin-bottom: 20px;
}

.brand_img {
    vertical-align: middle;
    max-height: 100%;
}

.brand .brand_item:hover,
.all_brands_link:hover {
    box-shadow: inset 0 0 0 1px #ccccc6;
}

/* Product preview */
.main_products {
    display: block;
    width: 100%;
    margin-top: 40px;
    transition: all 1s ease;
    height: max-content;
    position: relative;
    z-index: 1;
}

.fn_tab_sub_cat + .tabs--content .main_products {
    z-index: 3;
}

.main_products .slick-list,
.product_recommended-slider .slick-list {
    /* margin-bottom: -185px;
    padding-bottom: 185px;
    z-index: 1; */
    position: relative;
    overflow: unset;
    display: inline-block;
    width: 100%;
}

.main_products_slider .slick-list {
    z-index: 2;
}

.main_products .slick-list.draggable:before,
.main_products .slick-list.draggable:after,
.product_recommended-slider .slick-list.draggable:before,
.product_recommended-slider .slick-list.draggable:after {
    content: '';
    position: absolute;
    top: 0;
    background: #fff;
    width: 500%;
    height: 100%;
    z-index: 1;
}

.product_recommended-slider .slick-list.draggable:before,
.main_products .slick-list.draggable:before {
    left: -500%;
}

.product_recommended-slider .slick-list.draggable:after,
.main_products .slick-list.draggable:after {
    right: -500%;
}

@media screen and (min-width: 993px) {
    .preview:hover {
        position: absolute;
        height: 597px;
        z-index: 3;
        background: #FFFFFF;
        border: 2px solid #DADADA;
        box-sizing: border-box;
        border-radius: 7px;
    }


    .preview:hover .block-hover {
        display: block;
    }
}

.products_item {
    position: relative;
    margin-bottom: 0;
    background-color: #fff;
    width: 300px;
    height: 414px;
}

.product_discount {
    position: absolute;
    width: 48px;
    height: 31px;
    background: #F95300;
    border-radius: 8px;
    color: #FFFFFF;
    top: 15px;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.product_name {
    display: block;
    height: 42px;
    overflow: hidden;
    margin: 10px 15px 20px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #828282;
}

.preview_image {
    display: block;
    position: relative;
    height: 300px;
    line-height: 200px;
    text-align: center;
    padding: 10px;
}

.preview_img {
    vertical-align: middle;
    max-height: 100%;
}

.preview {
    border: 2px solid transparent;
    width: 100%;
    height: 414px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
}

.preview .block-hover {
    display: none;
}

.preview .price_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 10px;
}

.preview_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.preview .price {
    font-size: 16px;
    margin: 0 14px;
}

.red-price {
    color: #EB5757;
}

.old_price {
    font-size: 13px;
    color: #828282;
    text-decoration: line-through;
}

.remove_link {
    /*display: block;*/
    /*margin: -15px 0 15px;*/
    /*font-size: 13px;*/
    /*text-decoration: none;*/
    /*text-align: center;*/
    display: block;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 2%;
}

.remove_link .remove_icon {
    margin-top: -2px;
    color: #e62e04;
}

.remove_link span {
    text-decoration: underline;
}

.remove_link:hover span {
    text-decoration: none;
}


/* Cart */
.purchase {
    width: 100%;
    margin-bottom: 40px;
}

.purchase th,
.purchase td {
    vertical-align: middle;
    text-align: center;
}

.purchase th {
    padding: 12px 8px;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    background-color: #fcfcfc;
}

.purchase td {
    border-top: 1px solid #e8e8e1;
    border-bottom: 1px solid #e8e8e1;
    padding: 8px;
    background-color: #fff;
}

.purchase_remove,
.purchase_image {
    font-size: 0;
}

.purchase_remove a {
    text-decoration: none;
}

.purchase_preorder,
.purchase_remove a:hover {
    color: #e62e04;
}

.remove_icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.remove_icon svg path {
    fill: #EB5757;
}

.amount {
    width: 133px;
    height: 42px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #DADADA;
    border-radius: 7px;
}

.product_details .amount {
    padding: 0 12px;
}

.product_details .amount span {
    display: inherit;
}

.plus,
.minus {
    cursor: pointer;
}


.plus:hover,
.minus:hover {
    color: #030303;
}

.input_amount {
    display: block;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0;
    height: 34px;
    width: 65px;
}

.purchase_total td {
    font-weight: bold;
    font-size: 16px;
    border-bottom: none;
}

.purchase_total {
    font-weight: bold;
    font-size: 16px;
}

.purchase_total .total_sum {
    color: #3C7A76;
    font-size: 18px;
}

.purchase_name {
    font-weight: bold;
    font-size: 13px;
    color: #3C7A76;
    text-decoration: none;
}

.purchase_name:hover {
    text-decoration: underline
}

.purchase .coupon,
.purchase .purchase_total {
    padding: 10px;
}

.input_coupon {
    vertical-align: top;
    width: 165px;
    height: 34px;
    padding: 0 8px;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    font-size: 13px;
    font-family: inherit;
}

.coupon_button {
    height: 34px;
    padding: 0 25px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.coupon_button:hover {
    background: #d4a507;
}

.coupon .message_error {
    margin: 0 0 10px;
    width: 285px;
}

.delivery {
    font-size: 13px;
}

.delivery_method,
.payment_method {
    padding-bottom: 20px;
}

.delivery_companies {
    display: flex;
    padding-left: 10px;
}

.delivery_item {
    margin-bottom: 15px;
    margin-right: 80px;
}

.delivery_description {
    margin-left: 25px;
    display: none;
}

.active + .delivery_description {
    display: block;
}

.input_delivery {

    margin: 3px 0 0;
}

.delivery_item img {
    vertical-align: middle;
    margin-right: 4px;
}

/* .delivery .delivery_name{
    display: block;
} */

.delivery_companies .delivery_company_text {
    padding-left: 10px;
    margin-top: -3px;
}

.delivery_item .delivery_name {
    padding-left: 25px;
}

.novaposhta_types_inputs .delivery_label .delivery_name {
    padding-left: 10px;
}


.delivery_label {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 500;
    cursor: pointer;
}

.delivery_label.mt-1 {
    margin-top: 1em;
}

.cart_info_2 {
    width: 60%;
}

.delivery .select2-container--default .select2-selection--single,
.form-input-wrapper {
    height: 44px;
    background-color: #fff;
    border: 1px solid #e8e8e1;
    border-radius: 2px;
    padding: 0 15px;
    width: 100%;
    font-family: inherit;
    font-size: 12px;
    box-shadow: none;
    margin-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
}

.delivery_self {
    display: none;
}

.cart-input {
    border: none;
    height: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.privat_cart_number {
    display: none;
}

.active.delivery_label {
    font-weight: bold;
}

.order_details {
    width: 100%;
}

.order_details td {
    padding: 15px 15px;
}

.order_notify {
    background-color: #fff;
    border: 2px solid rgb(56, 192, 243);
    margin-bottom: 25px;
    padding: 18px 20px 18px;
}

.order_heading {
    color: rgb(10, 10, 40);
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    font-family: inherit;
    margin-bottom: 10px;
}

.order_thank {
    color: rgb(10, 10, 40);
    font-size: 18px;
    line-height: 1.2;
    font-family: inherit;
    margin-top: 10px;
}

.order_tag {
    color: #fff;
    line-height: inherit;
    padding: 0px 8px;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    background-color: rgb(56, 192, 243);
}

.order_heading_promo {
    color: rgb(10, 10, 40);
    font-size: 16px;
    line-height: 1.3;
}

.method_name {
    font-weight: bold;
    font-size: 16px;
}

.method_form {
    margin: 15px 0;
}

.method_description {
    margin-bottom: 15px;
}

.feedback_form {
    background-color: #f5f6f7;
    border: 1px solid #e8e8e1;
}

.feedback_inner {
    padding-top: 25px;
}

/* Pagination */
.pagination--wrapper {
    margin-top: 40px;
}

.pagination {
    list-style: none;
    text-align: center;
    background: #fff;
    padding: 0;
    margin: 0;
}

.page_item {
    display: inline-block;
    margin-right: 2px;
}

.page_link {
    display: block;
    padding: 3px 7px;
    min-width: 30px;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    background-color: #fff;
    color: #303030;
}

.active .page_link {
    color: #fff;
    background-color: black;
    border-color: black;
}

.page_link:hover {
    background-color: #F1F2F4;
    border-color: #F1F2F4;
    color: black;
}

/* Product Page */
.product_heading {
    font-size: 36px;
    color: black;
    line-height: 130%;
    font-weight: 500;
}

.product_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_images {
    max-width: 688px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}


.product_delivery-payment {
    max-width: 50%;
    width: 100%;
    padding: 10px 45px 10px 0;
    position: relative;
    background-color: #F1F2F4;
    border-radius: 0 7px 7px 0;
}

.product_footer {
    margin-bottom: 60px;
}

.product_delivery-payment:before {
    background-color: #F1F2F4;
    content: '';
    height: 100%;
    width: 100vw;
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
}

.product_delivery-payment .line {
    margin: 20px 0;
    height: 1px;
    background-color: #DADADA;
}

.product_delivery-payment .accordion__item {
    margin: 0 20px;
}

.product_delivery-payment .accordion__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.product_delivery-payment .accordion__content {
    margin: 15px 0 0 0;
    padding: 0 20px 0;

}

.product_delivery-payment .accordion__content li {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px;
}

.product_delivery-payment .accordion__content li:last-child {
    margin-bottom: 0;
}

.product_delivery-payment .accordion__title .accordion__icon {
    position: relative;
    height: 16px;
    width: 16px;
}

.product_delivery-payment .accordion__title .accordion__icon:before {
    position: absolute;
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background-color: black;
    top: 50%;
    transform: translateY(-50%);
}

.product_delivery-payment .accordion__title .accordion__icon:after {
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    width: 2px;
    background-color: black;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: all 0.5s;
}

.product_delivery-payment .accordion__title.active .accordion__icon:after {
    opacity: 0;
}

.product-images_side-slider .images_item {
    border-radius: 7px;
    border: 1px solid transparent;
    transition: all 1s;
    cursor: pointer;
    overflow: hidden;
}


.product-images_side-slider .slick-current.images_item,
.product-images_side-slider .images_item:hover {
    border: 1px solid black;
}

.product_images .product-images_side-slider {
    max-width: 90px;
    width: 100%;
    max-height: 450px;
    height: 100%;
}

.product_images .product-images_side-slider .images_item {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.product_images .product-images_main-slider {
    max-width: 438px;
    max-height: 438px;
    width: 100%;
    height: 100%;
}

.product-images_main-slider .slick-prev,
.product-images_main-slider .slick-next {
    border: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    width: 30px;
    height: 30px
}

.product-images_main-slider .slick-prev:hover:before,
.product-images_main-slider .slick-next:hover:before {
    border-color: black;
}

.product-images_main-slider .slick-prev {
    left: -60px;
}

.product-images_main-slider .slick-next {
    right: -60px;
}


.product_footer > .line {
    position: absolute;
    left: 0;
}

.product_brand_block {
    font-size: 13px;
    margin-right: 25px;
}

.product_image {
    position: relative;
}

.product_img {
    position: relative;
    max-height: 100%;
}

.product_details {
    max-width: 462px;
    width: 100%;
}

.in_stock {
    font-size: 14px;
    color: #00980F;
}

.product_details-row {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product_details-row.line {
    height: 1px;
}

.product_details-row .price {
    font-size: 24px;
    margin-right: 20px;
}

.product_details-row .sku {
    font-size: 14px;
}

.product_details-row .old_price {
    font-size: 14px;
}

.product_details-row .prices--block {
    display: flex;
    align-items: center;
}

.product_details-row .h3 {
    margin-bottom: 20px;
}

.product_details-row .product_variant-sizes,
.product_details-row .product_variant-colors {
    padding: 0;
    margin: 0;
    min-height: auto;
}

.product_details-row .size-table {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.product_details-row .size-table i {
    margin-right: 10px;
    height: 15px;
}

.product_details-row .product_wish {
    border: 1px solid #DADADA;
    border-radius: 7px;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
}

.product_details-row .product_wish:hover {
    background-color: #F1F2F4;
}

.product_details-row .product_wish.selected svg path {
    fill: #EB5757;
}

.product_details-row .product_variant-sizes label:first-of-type,
.product_details-row .product_variant-colors label:first-of-type {
    margin-left: 0;
}

.product_compare::before {
    background-image: url(../images/compare.png);
}

.product_compare.selected::before {
    background-image: url(../images/sprite.png);
    background-position: -34px 0;
}

.details_label {
    font-size: 13px;
    margin-right: 14px;
    display: inline-block;
}


.quontity_label {
    margin-top: 34px;
}

.info_delivery,
.info_payment {
    margin-top: 25px;
}

.product .variant_select,
.products_item .variant_select {
    width: 100%;
    height: 39px;
    line-height: 35px;
    padding: 0 35px 0 15px;
    border: 2px solid #e1e8ed;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/select_arrow.png);
    background-position: right 12px center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 5px;
}

.variant_select::-ms-expand {
    display: none;
}

.info_delivery,
.info_payment {
    border: 1px solid #e1e8ed;
    padding: 20px 18px 14px;
    font-size: 14px;
    position: relative;
}

.info_delivery::before,
.info_payment::before {
    content: "";
    position: absolute;
    bottom: 12px;
}

.info_delivery::before {
    width: 48px;
    height: 64px;
    right: 32px;
    /* background: url(../images/sprite.png) no-repeat 1px -178px; */
    background: url(../images/truck.svg);
    background-size: 48px 64px;
    background-repeat: no-repeat;
    transform: scale(2);
}

.info_payment::before {
    width: 64px;
    height: 58px;
    right: 10px;
    background: url(../images/sprite.png) no-repeat 0px -243px;
}

.info_delivery .h5,
.info_payment .h5 {
    color: #030303;
    margin-bottom: 15px;
}

.info_delivery p,
.info_payment p {
    margin-bottom: 7px;
    opacity: .7;
}

.product_share {
    margin: 20px 0 25px;
}

.share_text {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.product_share > div {
    display: inline-block;
    vertical-align: middle;
}

.product .pager {
    padding: 0;
}

.product_footer .tab_navigation {
    margin-top: 60px;
    margin-bottom: 18px;
}

.tab_navigation {
    display: flex;
}

.tab_navigation a {
    display: block;
    text-decoration: none;
    margin: 0 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: black;
}

.tab_navigation a.selected {
    color: #828282;
}

.tab_navigation a.selected:before {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    left: -20px;
    bottom: -21px;
    z-index: 1;
    height: 3px;
    background-color: #F9CF00;
}

.tab_container {
    margin-top: 50px;
}


.tab_container .tab .features li {
    display: flex;
}

.tab_container .tab .features li .features_name {
    max-width: 350px;
    font-weight: 500;
}

.tab {
    display: none;
}

.product_description {
    color: #4F4F4F;
    line-height: 1.65;
}

.features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.features li {
    padding: 0;
    margin-bottom: 7px;
    overflow: hidden;
    background-color: #fff;
}

.features_name,
.features_value {
    display: block;
}

.product_features-all, .product_comments-all {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
}

.product_features-all span:first-child,
.product_comments-all span:first-child {
    border-bottom: 1px dashed #F9CF00;
}

.feature-all_icon, .comments-all_icon {
    position: relative;
    width: 17px;
    height: 17px;
    margin-left: 15px;
}


.feature-all_icon:before, .comments-all_icon:before {
    content: '';
    position: absolute;
    width: 100%;
    border: 1px solid #828282;
    top: 50%;
    transform: translateY(-50%);
}

.feature-all_icon:after, .comments-all_icon:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 40%;
    border-bottom: 2px solid #828282;
    border-right: 2px solid #828282;
    top: 30%;
    right: 0;
    transform: rotate(-45deg);
}


.features_value {
    width: 50%;
    line-height: 130%;
    color: #828282;
    padding-left: 15px;
}

.features_name {
    width: 50%;
    position: relative;
}

.features_name span {
    position: relative;
    padding-right: 15px;
    z-index: 1;
    background-color: #fff;
}

.features_name::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #F1F2F4;
}

/* Comments */
.comments-list-wrapp {
    width: 100%;
}

.product_comments--wrapper {
    display: flex;
    justify-content: space-between;
}

.comments-list {
    max-width: 608px;
    width: 100%;
    font-size: 14px;
}

.comment_item {
    margin-bottom: 20px;
}

.comment_item:not('admin_note'):last-child {
    margin-bottom: 0;
}

.comments-form {
    max-width: 543px;
    width: 100%;
    height: max-content;
    padding: 30px 30px 30px 40px;
}


.comment_header {
    display: flex;
    justify-content: space-between;
    padding: 18px 25px;
    border-bottom: 1px solid #DADADA;
}

.comments-form, .comment_item {
    border: 1px solid #DADADA;
    border-radius: 3px;
}

.comments-form .h3 {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
}

.admin_note {
    border-left: 3px solid #F9CF00;
    margin-left: 25px;
    margin-right: 25px;
}


.comment_content {
    padding: 20px 25px;
    color: #4F4F4F;
}

.no_comments {
    border-left: 3px solid #3C7A76;
    padding: 10px;
    background: rgb(248, 248, 248)
}

.product_recommended {
    margin-top: 60px;
    margin-bottom: 60px;
}

.product_recommended .h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
}

/* Post */
.post_date {
    opacity: .7;
    margin-bottom: 10px;
}

.post_share {
    margin: 20px 0;
}

.pager {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
    overflow: hidden;
}

.pager li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pager li:nth-child(even) {
    text-align: right;
}

.pager a,
.pager a:hover span {
    text-decoration: none;
}

.pager a span {
    text-decoration: underline;
}

.change_pass {
    margin-bottom: 10px;
}

.change_pass span {
    cursor: pointer;
    border-bottom: 1px dotted;
}

.change_pass span:hover {
    border-color: transparent;
}

.password_remind {

    margin-top: 6px;
    font-size: 13px;
}

/* Filters */
.sidebar {
    max-width: 279px;
    height: max-content;
    flex-grow: 1;
    border: 1px solid #F1F2F4;
    border-radius: 7px;
    padding: 20px 15px;
}

.sidebar_nav {
    display: none;
}

.sidebar .line {
    margin-bottom: 25px;
    height: 1px;
}

.sidebar .line:last-child {
    display: none;
}

.sidebar .h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-left: 5px;
}

.sidebar .catalog_menu .catalog_item .catalog_link {
    font-size: inherit;
    padding-bottom: 15px;
    transition: all 1s;
}

.sidebar .catalog_menu .catalog_item:last-of-type .catalog_link {
    padding: 0;
}

.sidebar .catalog_menu .catalog_item .catalog_link:hover {
    color: #828282;
}

.sidebar .filters,
.sidebar .filter_group {
    margin-bottom: 25px;
    margin-left: 5px;
}

/*filter price*/
.sidebar .ui-slider {
    height: 5px;
    border: none;
    border-radius: 5px;
    background-color: #DADBDD;
    margin: 25px 10px 33px;
}

.ui-slider .ui-slider-range {
    background-color: #F9CF00;
}

.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    top: -8px;
    box-shadow: none;
    border: none;
    background-color: #F9CF00;
}

.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover {
    background-color: #F9CF00;
}

.sidebar .price_range {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar .price_range span {
    font-size: 13px;
}

.sidebar .price_range span:first-of-type {
    color: #999999;
}

.max_input,
.min_input {
    max-width: 75px;
    height: 30px;
    border: 1px solid #DADADA;
    border-radius: 3px;
    text-align: center;
}


.selected_filter_boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.selected_filter_box {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding-right: 10px;*/
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.selected_filter_item {
    border: 1px solid #3C7A76;
    border-radius: 3px;
    margin: 0 0px 10px 0;
    max-width: 100%;
}

.filter_reset {
    font-size: 13px;
    color: #F9CF00;
    font-weight: 500;
    overflow: hidden;
    display: inline-block;
    border: none;
    background: no-repeat;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}

.selected_filter_box .s_filter_link {
    border: none;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 12px;
    padding: 2px 8px 1px;
    cursor: pointer;
    color: #575757;
}

.selected_filter_box .s_filter_link span {
    margin-right: 5px;
    cursor: pointer;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 20px);
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
}

.selected_filter_box .s_filter_link svg {
    width: 16px;
    height: 16px;
    color: #999;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
}

.selected_filter_box .selected_filter_item:hover .s_filter_link svg {
    color: #fff;
}

.selected_filter_box .selected_filter_item:hover {
    background: #3C7A76;
}

.selected_filter_box .selected_filter_item:hover .s_filter_link {
    color: #fff;
}

.filters_heading {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    padding: 9px 15px;
    cursor: pointer;
}

.filters_heading .angle_icon {
    position: absolute;
    right: 20px;
    top: 18px;
}

.filter_item {
    line-height: 24px;
    padding: 7px 0;
}

.catalog_item {
    padding: 0;
}

.feature-value_color {
    min-width: 24px;
    height: 21px;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    cursor: pointer;
    transition: all 1s ease;
    margin: 5px;
}

.filter_link {
    display: flex;
    align-items: center;
    /*font-size: 14px;*/
    min-height: 24px;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    background: no-repeat;
    border: none;
}

.filter_link > * {
    margin-right: 20px;
}

.filter_link span:first-of-type {
    margin-right: 10px;
}

.catalog_link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    position: relative;
    padding-left: 0px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;

}

.catalog_link.sub_cat::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 1px;
    background-image: url(../images/select_arrow.png);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    max-width: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.filter_indicator {
    min-width: 25px;
    height: 25px;
    border: 1px solid #e8e8e1;
    border-radius: 1px;
}


.checked .filter_indicator {
    border-color: #F9CF00;
    position: relative;
}

.checked .filter_indicator:before {
    content: '';
    width: 7px;
    height: 14px;
    position: absolute;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
    transform: rotate(45deg) translate(-50%, -50%);
}

.max_price {
    text-align: right;
}


/* Browsed products */
.browsed {
    padding-top: 10px;
    padding-bottom: 15px;
}

.browsed_item {
    line-height: 50px;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.browsed_item img {
    vertical-align: middle;
}

/* Product Rating */
.rating_starOff {
    display: inline-block;
    vertical-align: top;
}

.rating_starOff,
.rating_starOn {
    width: 90px;
    height: 18px;
    background: url(../images/rating.png) repeat-x left top;
}

.rating_starOn {
    display: block;
    background-position: left bottom;
}

.rating_text {
    vertical-align: middle;
    line-height: 18px;
    display: inline-block;
}

/* BREADCRUMBS */
.breadcrumbs {
    padding: 0;
    margin: 25px 0;
    list-style: none;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: max-content;
}

.breadcrumbs li span {
    color: #828282;
}

.breadcrumbs li + li:before {
    padding: 0 15px;
    content: "\23BB";

}

/* Scroll to top */
.to_top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99;
    display: none;
    background-color: #b8b7b7;
    background-image: url(../images/up-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.to_top:hover {
    background-color: #38c0f3;
}

/* POPUP WINDOW */
.popup {
    width: 320px;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}

.popup_heading {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

/* Comparison_page */
.comparison_page {
    padding-bottom: 40px;
}

.comparison_left {

    width: 30%;
}

.comparison_products {

    width: 70%;
    position: relative;
    margin: 0;
    border-left: 1px solid #e8e8e1;
}

.comparison_item {
    border-right: 1px solid #e8e8e1;
}

.cell {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
}

.comparison_item .cell,
.comparison_item .cprs_rating {
    text-align: center;
}

.cprs_rating {
    padding: 10px 15px;
    border-bottom: 1px solid #e8e8e1;
    border-top: 1px solid #e8e8e1;
}

.cell:nth-child(odd) {
    background: #efefef;
}

.compare_controls {
    position: relative;
}

.compare_show {
    position: absolute;
    left: 0px;
    bottom: 25px;
}

.compare_show a {
    display: inline-block;
    padding: 6px 11px;
    text-decoration: none;
    margin: 0 5px 5px 15px;
}

.compare_show a:hover,
.compare_show .active {
    background: #fff;
    border: 1px solid #e8e8e1;
    padding: 5px 10px;
    color: #030303;
}

.compare_show a span {
    border-bottom: 1px dashed;
}

.compare_show a:hover span,
.compare_show .active span {
    border-color: transparent;
}

.preorder_label {
    padding: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    background: #f2bd0b;
    border: none;
    border-radius: 2px;
}

.callback_form .captcha {
    display: block;
    margin: 0 0px 20px 0;
}

.callback_form .captcha .secret_number {
    width: 95px;
}

.callback_form .captcha .form_captcha {
    width: calc(100% - 117px);
}

.callback_form .button {
    display: block;
    width: 100%;
}

.order_notify_v2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #fff;
    padding: 20px 0px;
}

.order_notify_v2 .o_notify_v2_head {
    vertical-align: middle;
    margin-bottom: 20px;
}

.order_notify_v2 svg {
    width: 44px;
    height: 44px;
    color: #74B636;
    margin-right: 12px;
    vertical-align: middle;
}

.order_notify_v2 .o_notify_v2_heading {
    font-size: 32px;
    font-weight: 600;
    vertical-align: middle;
}

.o_notify_v2_content {
    margin-bottom: 25px;
}

.o_notify_v2_content .o_notify_v2_content_inner {
    max-width: 660px;
    display: inline-block;
}

.o_notify_v2_order_id .o_notify_v2_order_id_box {
    display: inline-block;
    border: 2px solid #FFC007;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 10px;
    line-height: 1.2;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #414141;
}

.o_notify_v2_order_id .o_notify_v2_order_id_box .o_notify_v2_order_id_bold {
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    margin-top: 3px;
    display: block;
    color: #000;
}

/* main menu */
/* .menu_group_header{
    
} */

.menu_list_1 {
    padding-left: 0px;
    list-style: none;
}

.menu_list_2,
.menu_list_3,
.menu_list_4 {
    padding-left: 15px;
    list-style: none;
}

.menu_list {
    margin: 5px 0px 0px 0px;
}

.menu_item {
    margin-bottom: 5px;
}

/* menu 404 */

menu_group_404 .menu_list {
    margin: 0px;
    padding-left: 15px;
}

.menu_404 {
    margin-top: 30px;
}

.menu_404 .text_404 {
    margin: 0 0 40px;
}

.menu_404 .text_404 {
    font-weight: 500;
    font-family: inherit;
    color: rgb(89, 89, 89);
    font-size: 18px;
    line-height: 1.3;
}

.menu_group_404 .menu_list {
    padding: 0px;
    list-style: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-right: -20px;
    margin-left: -20px;
}

.menu_group_404 .menu_list_2 {
    display: none !important;
}

.menu_group_404 .menu_list .menu_item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-bottom: 20px;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.menu_group_404 .menu_list .menu_link {
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: #00C1F5;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: none;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
}

.menu_group_404 .menu_list .menu_link:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(4, 73, 92);
}

/* menu footer */

.product_variant-sizes {
    min-height: 76px;
}

.product_variant-sizes, .product_variant-colors {
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 10px;
    width: 100%;
}

.product_variant-sizes label {
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 7px;
    width: 54px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    transition: all 1s ease;
    cursor: pointer;
}

.product_variant-colors label {
    width: 32px;
    height: 28px;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    cursor: pointer;
    transition: all 1s ease;
    margin: 5px;
}

.product_variant-colors label b, .feature-value_color b {
    display: block;
    height: 100%;
    width: 100%;
}

.product_variant-sizes input[type='radio']:checked + label, .product_variant-sizes label:hover {
    background: #F1F2F4;
    border: none;
}

.product_variant-colors input[type='radio']:checked + label, .product_variant-colors label:hover {
    border-color: black;
}

/*Catalog page*/
.products_container--wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.description--block {
    margin-top: 80px;
}

.products_container {
    max-width: 900px;
    flex-grow: 1;
}

.products_container h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
}

.products_container > .products {
    margin-top: 19px;
    padding-top: 6px;
    border-top: 1px solid #F1F2F4;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.products_container--wrapper .line {
    height: 1px;
}

.products_filter-toggler {
    display: none;
}

.sort {
    display: flex;
    justify-content: left;
    align-items: center;
}

.sort > * {
    margin-right: 15px;
}

.sort_title {
    padding-right: 5px;
}

.sort_link {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 7px;
    cursor: pointer;
    min-width: 117px;
    padding: 9px 15px;
    text-align: center;
    font-size: 16px;
}

.sort_link.active_up,
.sort_link.active_down {
    border-color: #F9CF00;
}


@media screen and (max-width: 1280px) {
    .banner--center .banner--text {
        font-size: 48px;
    }

    .main_products.slick-slider .slick-next {
        right: 0;
    }

    .main_products.slick-slider .slick-prev {
        left: 0;
    }
}

@media screen and (max-width: 1100px) {
    .categories_nav .subcategory {
        width: 410px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .informers li a {
        width: 8vw;
    }

    .tabs--menu div {
        margin: 0 6%;
    }

    .banner--center {
        display: block;
        grid-column-gap: inherit;
    }

    .banner--center .slide {
        width: 100%;
        min-height: 145px;
        height: auto;
        margin-bottom: 20px;
    }

    .banner--center .banner--text {
        display: block;
        padding: 15px 25px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .banner--center .slide:last-child {
        margin-bottom: 0;
    }

    .banner--center .slide:first-child .banner--text {
        font-size: 36px;
        line-height: 44px;
        background: transparent;
        padding: 50px 25px;
        display: block;
    }

    .banner--center .slide:first-child {
        min-height: 356px;
        height: auto;
    }

    .banner--center .banner--text {
        font-size: 28px;
        line-height: 34px;
    }

    .main_center--banner {
        height: auto;
    }

    .banner--center .banner--image {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .banner--center .banner--text span {
        display: block;
    }

    .main_center--banner {
        padding: 30px 0;
    }

    section .section--header {
        height: 40px;
    }

    section .section--body {
        margin-top: 30px;
        margin-bottom: 30px;
        display: block;
    }

    section .section--body > div {
        width: 100%;
    }

    .section--body .text h1 {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
    }

    section .section--body .description {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #4F4F4F;
    }

    .section--body .image {
        margin-top: 20px;
        height: 286px;
    }

    .line {
        height: 2px;
    }

    footer {
        padding-top: 20px;
        min-height: auto;
    }

    .footer--content_row {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .footer--content_column .h3 {
        margin-bottom: 0;
        position: relative;
    }

    .footer--content_column.fn_footer_column .h3::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 12px;
        border-top: 1px solid #FFFFFF;
        border-left: 1px solid #FFFFFF;
        position: absolute;
        top: 50%;
        right: 0;
        transform: rotate(225deg);
        margin-top: -10px;
        transition: all 0.3s;
    }

    .footer--content_column.fn_footer_column {
        padding: 0;
    }

    .footer--content_column.fn_footer_column .h3 {
        padding: 15px 0;
    }

    .footer--content_column {
        padding: 15px 0;
        border-bottom: 1px solid #2E2601;
    }

    .footer--content_column:first-child {
        padding-top: 0;
    }

    .fn_footer_column .foot_menu {
        display: none;
    }

    .fn_footer_column.active .foot_menu {
        display: block;
    }

    .footer--content_column.fn_footer_column.active .h3::after {
        transform: rotate(45deg);
        margin-top: -5px;
    }

    .foot_menu.foot_social {
        margin-top: 10px;
        justify-content: flex-start;
    }

    .foot_menu {
        padding-top: 5px;
        padding-bottom: 20px;

    }

    .foot_menu .foot_item svg {
        width: 32px;
        height: 32px;
    }

    .foot_menu .foot_item {
        margin-right: 20px;
    }

    .foot_menu .foot_item:last-child {
        margin-right: 0;
    }

    .footer--content_column.n-border {
        border: none;
        padding: 0;
        margin: 0;
        font-size: 16px;
        text-align: center;
    }

    .footer--content_column.n-border:first-child {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .footer--content_column.n-border:last-child {
        margin-bottom: 20px;
    }

    .foot_menu.foot_social {
        margin-top: 20px;
        padding-bottom: 5px;
    }

    .foot_menu.foot_social .foot_item {
        margin-bottom: 0;
    }

    .foot_menu .foot_item i {
        margin-right: 15px;
    }

    .foot_menu .foot_item i svg {
        width: 18px;
        height: auto;
    }

    .footer--content_column.order-2 {
        order: 2;
    }

    .footer--content_column.order-1 {
        order: 1;
    }

    .footer--content_column.order-0 {
        order: 0;
    }

    .footer--content_column.order-3 {
        order: 3;
    }

    .container-nav {
        flex-wrap: wrap;
        padding-top: 13px;
        padding-bottom: 0;
        justify-content: flex-start;
    }

    .container-nav.container {
        overflow: visible;
    }

    .top_nav {
        height: auto;
    }

    .container-nav .header__centre-container {
        width: 100%;
        order: 6;
        padding: 7px 15px;
        background: #828282;
        margin-left: -15px;
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-top: 12px;
    }

    .container-nav .header__centre-container .search {
        width: 100%;
    }

    .search_input {
        width: 100%;
        height: 35px;
        background: #FFFEFE;
        border-radius: 40px;
        padding-left: 53px;
        font-size: 15px;
        color: #1E1B16;
        border: none;
    }

    .search_input::placeholder {
        /*font-size: 16px;*/
        color: #1E1B16;
        opacity: 1;
    }

    .container-nav .header__centre-container .search_button {
        height: 100%;
        margin-left: 20px;
        width: 18px;
        padding: 0;
        line-height: 42px;
        display: block;
    }

    .container-nav .header__centre-container .search_button svg {
        width: 18px;
        height: 18px;
    }

    .container-nav .header__centre-container .search_button svg path {
        fill: #1E1B16;
    }

    .top_nav .logo {
        width: 111px;
        height: 23px;
    }

    .top_nav .informer.languages {
        display: none;
    }

    .informers li svg {
        width: 18px;
        height: 18px;
    }

    .top_nav .informers li {
        margin: 0 12px;
    }

    .top_nav .informers li:first-child {
        margin-left: 0;
    }

    .top_nav .informers li:last-child {
        margin-right: 0;
    }

    .top_nav .cart_counter, .top_nav .informer_counter {
        font-size: 11px;
        font-weight: 400;
        line-height: 20px;
        height: 19px;
        width: 19px;
        bottom: -3px;
    }

    .header_toggler {
        padding: 0;
        border: none;
        background: transparent;
        margin-right: 26px;
        display: block;
        height: 20px;
        width: 22px;
        position: relative;
    }

    .header_toggler span {
        display: block;
        width: 100%;
        height: 1px;
        border-radius: 4px;
        background-color: #fff;
        margin-bottom: 4px;
        transition: all 0.2s;
    }

    .header_toggler span:last-child {
        background-color: #F9CF00;
        width: 13px;
    }

    .header_toggler:focus {
        outline: none;
    }

    .header__right-container {
        margin-left: auto;
    }

    .nav-header-wrapper {
        height: auto;
        padding-top: 12px;
        display: none;
    }

    .categories_nav .categories_menu {
        display: block;
    }

    .categories_nav .category_item {
        position: relative;
        height: auto;
        width: 100%;
    }

    .categories_nav .category_item .angle_icon {
        position: absolute;
        right: 6px;
        top: 8px;
        transform: rotate(-90deg);
    }

    .categories_menu .category_item .category_link + .angle_icon {
        margin-top: 0;
        margin-left: 0;
        height: auto;
        line-height: normal;
    }

    .categories_menu .category_item .category_link {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #F1F2F4;
        font-weight: 500;
        font-size: 16px;
        display: block;
        line-height: normal;
    }

    .categories_menu .category_item:last-child .category_link {
        border-bottom: none;
    }

    .category_item .categories--wrapper {
        position: static;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 7px;
        padding-bottom: 0;
        display: none;
    }

    .subcategory .category_item .category--image {
        display: none;
    }

    .categories_nav .subcategory {
        width: 100%;
        min-height: auto;
        border: none;
        border-radius: 0;
    }

    .categories_menu .category_item:hover .category_link:first-child:before, .categories_menu .category_item .selected:first-child:before {
        display: none;
    }

    .categories_nav .category_item.active .categories--wrapper {
        height: auto;
        opacity: 1;
        display: block;
    }

    .categories_nav .category_item.active .angle_icon {
        transform: rotate(-180deg);
        top: 12px;
    }

    .categories_menu .category_item.active .category_link {
        border-color: transparent;
    }

    .category_item:hover, .category_item .selected {
        color: #000;
    }

    .categories_nav .category_item.active .category_item_all-link {
        display: block;
    }

    .category_item_all-link {
        background: #F1F2F4;
        padding: 9px;
        text-align: center;
        text-transform: none;
        font-weight: 500;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        margin-bottom: 10px;
        font-size: 14px;
    }

    .header .line {
        display: none;
    }

    .nav-header-socials {
        display: block;
        margin-top: 30px;
    }

    .nav-header-socials .h3 {
        margin-bottom: 20px;
        color: #000000;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
    }

    .nav-header-socials .social_item {
        display: flex;
        margin-right: 30px;
    }

    .nav-header-socials .social_item i {
        margin-right: 20px;
    }

    .nav-header-socials .social_item svg {
        width: 32px;
        height: 32px;
    }

    .nav-header-socials .social_item svg path {
        fill: #000000;
    }

    .top_nav .informer.languages .informer_name {
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        font-weight: 400;
    }

    .top_nav .informer.languages .angle_icon {
        transform: rotate(0);
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 7px;
    }

    .top_nav .informer.languages .angle_icon svg path {
        fill: #828282;
    }

    .top_nav .informer.languages .lang_switch {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .top_nav .informer.languages .active .angle_icon {
        transform: rotate(180deg);
    }

    .header.active {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        padding-bottom: 30px;
        overflow: auto;
    }

    .header.active .header__centre-container, .header.active .header__logo, .header.active .header__right-container {
        display: none;
    }

    .header.active .top_nav .informer.languages {
        display: block;
    }

    .header.active .top_nav {
        background: #F1F2F4;
        border-bottom: 1px solid #F9CF00;
    }

    .header.active .container-nav {
        padding-bottom: 14px;
        padding-top: 14px;
    }

    .header.active .header__left-container {
        margin-left: auto;
    }

    .header.active .header_toggler span {
        background-color: #000000;
        margin-bottom: 0;
    }

    .header.active .header_toggler span:nth-child(3), .header.active .header_toggler span:last-child {
        display: none;
    }

    .header.active .header_toggler span:nth-child(1) {
        transform: rotate(45deg);
        margin-bottom: -1px;
    }

    .header.active .header_toggler span:nth-child(2) {
        transform: rotate(-45deg);
    }

    .header.active .nav-header-wrapper {
        display: block;
    }
}


/** ORDER SECTION **/
.order-section {
    padding-bottom: 80px;
}

.order_title {
    margin-bottom: 28px;
}

.order_title h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    margin: 0;
}

.order_wrapp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.order_personal {
    width: 59%;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    padding: 17px 25px 30px 25px;
}

.order_request_heading {
    margin-bottom: 25px;
    color: #222222;
    font-size: 20px;
    line-height: 29px;
}

.order_request_nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: -1px;
}

.order_request_nav button {
    height: 37px;
    padding: 5px 15px;
    font-size: 16px;
    background: #E1E1E1;
    border: none;
    cursor: pointer;
    position: relative;
    border: 1px solid #DADADA;
}

.order_request_nav button::before {
    content: '';
    display: block;
    width: 100.4%;
    position: absolute;
    height: 3px;
    background-color: #F9CF00;
    top: -3px;
    left: 0;
    border-radius: 3px 3px 0px 0px;
    opacity: 0;
    transition: all 0.2s;
}

.order_request_nav button:focus {
    outline: none;
}

.order_request_nav button.is-active {
    background: #FFFFFF;
    border-top: none;
    border-bottom: none;
}

.order_request_nav button.is-active::before {
    opacity: 1;
}

.order_request_nav button:first-child {
    border-left: 1px solid #DADADA;
    border-radius: 3px 0 0 0;
}

.order_request_nav button:first-child.is-active {
    border-right: none;
    border-radius: 0;
}

.order_request_nav button:first-child.is-active::before {
    left: auto;
    right: 0;
}

.order_request_nav button:last-child {
    border-radius: 0px 4px 0px 0px;
}

.order_request_nav button:last-child.is-active {
    border-right: 1px solid #DADADA;
    border-radius: 0;
    /*border-left: none;*/
    border-left: 1px solid #DADADA;
}

.order_request_container {
    border-radius: 0px 5px 5px 5px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #DADADA;
    padding: 31px 15px 15px 15px;
}

.tabs-content-item {
    display: none;
}

.tabs-content-item.is-active {
    display: block;
}

.order_form.extended {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.order_form_heading {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.order-section .form-group {
    width: 49%;
    margin-bottom: 20px;
    line-height: normal;
    position: relative;
}

.order-section .form-group.full {
    width: 100%;
}

.order-section .form-group:last-child {
    margin-bottom: 0;
}

.order-section .form-group input {
    border: 1px solid #DADADA;
    border-radius: 4px;
    height: 40px;
    padding: 5px 15px;
    font-size: 14px;
    color: #000;
    transition: all 0.2s;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

.order-section .form-group .form_placeholder {
    color: #4F4F4F;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.order-section .form-group input::placeholder {
    color: #4F4F4F;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.order-section .form-group input:focus::placeholder {
    color: transparent;
}

.order-section .form-group textarea {
    border: 1px solid #DADADA;
    border-radius: 4px;
    height: 81px;
    resize: none;
    padding: 13px 15px;
    font-size: 14px;
    color: #000;
    transition: all 0.2s;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

.order-section .form-group textarea::placeholder {
    color: #4F4F4F;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.order-section .form-group textarea:focus::placeholder {
    color: transparent;
}

.order_form_submit {
    height: 42px;
    padding: 5px 16px;
    display: block;
    width: max-content;
    font-size: 14px;
    background: #F9CF00;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 30px;
}

.order_form_submit:focus {
    outline: none;
}

.order_form_submit:hover {
    background: #ecc714;
}

.order_form .order_form_submit {
    margin-bottom: 15px;
}


.order-section .order_details {
    width: 39.9%;
    border: 1px solid #DADADA;
    border-radius: 3px;
    padding: 15px;
    position: sticky;
    top: 25px;
    right: 0;
}

.order_details_heading {
    margin-bottom: 15px;
    color: #222222;
    font-size: 20px;
    line-height: 29px;
}

.order_products {
    margin-bottom: 15px;
}

.order_product {
    border-bottom: 1px solid #F1F2F4;
    padding-bottom: 15px;
    position: relative;
    padding-top: 5px;
    margin-bottom: 20px;
}

.order_product:last-child {
    margin-bottom: 0;
}

.order_product .remove {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #DADADA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.order_product .remove:focus {
    outline: none;
}

.order_product .remove svg path {
    transition: all 0.2s;
    fill: #EB5757;
}

.order_product .remove:hover svg path {
    fill: rgb(159, 7, 7);
}

.order_product_params {
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 50px;
}

.order_product_preview {
    width: 110px;
    height: 85px;
    border: 1px solid #DADADA;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 10px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.order_product_preview img {
    max-width: 100%;
    max-height: 100%;
}

.order_product_descr {
    font-size: 16px;
    line-height: 19px;
}

.order_product_descr a {
    text-decoration: none;
    display: block;
}

.order_product_descr p, .order_product_descr a {
    margin-bottom: 10px;
}

.order_product_descr p:last-child, .order_product_descr p:last-child {
    margin-bottom: 0;
}

.order_product_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.order_product_info_heading {
    margin-bottom: 12px;
    color: #828282;
    font-size: 12px;
    line-height: 17px;
}

.order_product_info_price {
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
}

.order_product_price.summ .order_product_info_price {
    color: #828282;
}

.order_product_count .order_product_info_heading {
    margin-bottom: 8px;
}

.order_details_total_item {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order_details_total_item .label {
    font-size: 16px;
    line-height: 29px;
}

.order_details_total_item .value {
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
}

.order_details_total_item:last-child {
    margin-bottom: 0;
}

.order_details_total_item.result {
    margin-top: 10px;
}

.order_details_total_item.result .label {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

.order_details_total_item.result .value {
    color: #828282;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}

.order_request_additional {
    margin-top: 30px;
}

.order_request_additional_list {
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F2F4;
    margin-bottom: 30px;
}

.order_request_additional_list:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.order_request_additional_heading {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.order_request_check {
    margin-bottom: 15px;
}

.order_request_check:last-child {
    margin-bottom: 0;
}

.order_request_check input {
    display: none;
}

.order_request_check label {
    font-weight: 500;
    font-size: 14px;
    line-height: 29px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.order_request_check label span {
    font-weight: 400;
}

.order_request_check label::before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: transparent;
    border: 1px solid #DADADA;
    border-radius: 3px;
    margin-right: 13px;
    flex-shrink: 0;
    transition: all 0.2s;
}

.order_request_check label::after {
    content: '';
    width: 7px;
    height: 14px;
    position: absolute;
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    top: calc(50% - 1px);
    left: calc(50% - 5px);
    transform: rotate(45deg) translate(-50%, -50%);
    left: 7px;
    top: 50%;
    transition: all 0.2s;
    opacity: 0;
    margin-top: -2px;
}

.order_request_check input:checked + label::before {
    border-color: #F9CF00;
}

.order_request_check input:checked + label::after {
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .order_product_descr {
        font-size: 13px;
        line-height: 17px;
    }

    .order_product_descr p, .order_product_descr a {
        margin-bottom: 4px;
    }

    .order_product_preview {
        width: 85px;
        height: 75px;
    }

    .order_details_total_item.result .label {
        font-size: 22px;
    }

    .order_details_total_item.result .value {
        font-size: 22px;
    }
}

@media screen and (max-width: 992px) {
    .order_title h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .order_title {
        margin-bottom: 15px;
    }

    .order_wrapp {
        flex-direction: column;
    }

    .order_personal {
        width: 100%;
        order: 1;
    }

    .order-section .order_details {
        width: 100%;
        position: static;
        margin-bottom: 30px;
        padding: 15px 10px;
    }

    .order_product {
        padding-top: 0;
    }

    .order_product_preview {
        width: 91px;
        height: 70px;
        margin-right: 5px;
    }

    .order_product_descr p, .order_product_descr a {
        margin-bottom: 3px;
    }

    .order_product_descr p:last-child {
        margin-bottom: 0;
    }

    .order_product_descr {
        line-height: 15px;
    }

    .order_product .remove {
        width: 20px;
        height: 20px;
        padding: 0;
    }

    .order_product .remove svg {
        width: 9px;
    }

    .order_product_params {
        padding-right: 23px;
    }

    .order_product_params {
        margin-bottom: 15px;
    }

    .order_product_price.price {
        display: none;
    }

    .order_product_price.summ .order_product_info_heading {
        margin-bottom: 5px;
        text-align: right;
    }

    .order_product_price.summ .order_product_info_price {
        color: #000000;
        font-size: 16px;
        line-height: 34px;
    }

    .order_product_count .order_product_info_heading {
        margin-bottom: 5px;
    }

    .order_product_info {
        align-items: center;
    }

    .order_product {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .order_details_total_item .label {
        font-size: 14px;
        line-height: 29px;
    }

    .order_details_total_item .value {
        font-size: 14px;
        line-height: 34px;
    }

    .order_details_total_item.result .label {
        font-size: 18px;
        line-height: 29px
    }

    .order_details_total_item.result .value {
        font-size: 18px;
        line-height: 29px;
    }

    .order_details_total_item {
        margin-bottom: 4px;
    }

    .order_details_total_item.result {
        margin-top: 8px;
    }

    .order_personal {
        padding: 15px 10px;
    }

    .order_request_heading {
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 29px;
    }

    .order_request_nav button {
        font-size: 13px;
        padding: 5px 11px;
    }

    .order_request_container {
        padding: 21px 15px 20px;
    }

    .order-section .form-group {
        width: 100%;
        margin-bottom: 15px;
    }

    .order-section .order_form.extended .form-group {
        margin-bottom: 10px;
    }

    .order-section .order_form.extended .form-group:last-child {
        margin-bottom: 0;
    }

    .order_form .order_form_submit {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .order-section {
        padding-bottom: 30px;
    }

    .order_request_additional {
        margin-top: 20px;
    }

    .order_request_additional_heading {
        margin-bottom: 15px;
    }

    .order_request_check label {
        font-size: 14px;
        line-height: 16px;
    }

    .order_request_additional_list {
        margin-bottom: 20px;
    }

    .order_form_submit {
        width: 89.6%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 5px;
    }
}


/** GUARANTEES SECTION **/
.guarantees-section {
    border-top: 3px solid #F1F2F4;
    padding: 60px 0 70px;
}

.guarantees_list .slick-track {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.guarantees_list .slick-track:before, .slick-track:after {
    display: none !important;
}

.guarantees_item {
    box-sizing: border-box;
}

@media screen and (min-width: 993px) {
    .guarantees_item {
        width: 19% !important;
    }
}

.guarantees_item_icon {
    text-align: center;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.guarantees_item_icon img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

.guarantees_item_descr {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #4F4F4F;
}

@media screen and (max-width: 1200px) {
    .guarantees_item_descr {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 992px) {
    .guarantees-section {
        border-top: 2px solid #F1F2F4;
        padding: 33px 0 30px;
    }

    .guarantees_item_icon {
        height: 60px;
        width: 60px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .guarantees_item_descr {
        font-size: 16px;
        line-height: 18px;
    }

    .guarantees_list.slick-slider .slick-prev, .guarantees_list.slick-slider .slick-next {
        display: none !important;
    }

    .guarantees_list {
        padding-bottom: 28px;
    }

    .guarantees_item {
        padding: 0 10px;
    }

    .guarantees_list .slick-dots {
        bottom: 0;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .guarantees_list .slick-dots li button {
        opacity: 1;
        background: #F1F2F4;
        width: 8px;
        height: 8px;
    }

    .guarantees_list .slick-dots li.slick-active button {
        background: #F9CF00;
    }
}


/** INFORM SECTION **/
.inform-section {
    padding-bottom: 80px;
}

.inform_title {
    margin-bottom: 30px;
}

.inform_title h1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    margin: 0;
}

.inform_content {
    color: #4F4F4F;
    font-size: 18px;
    line-height: 23px;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.inform_content .heading, .inform_content strong {
    color: #000000;
    margin: 30px 0 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.inform_content p {
    margin-bottom: 25px;
}

.inform_content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .inform_content .heading, .inform_content strong {
        font-size: 22px;
        line-height: 30px;
    }

    .inform_content {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 992px) {
    .inform-section {
        padding-bottom: 30px;
    }

    .inform_title h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .inform_title {
        margin-bottom: 20px;
    }

    .inform_content {
        font-size: 14px;
        line-height: 17px;
    }

    .inform_content .heading, .inform_content strong {
        margin: 20px 0 15px;
        font-size: 18px;
        line-height: 21px;
    }

    .inform_content p {
        margin-bottom: 15px;
    }

    .inform_content p:last-child {
        margin-bottom: 0;
    }
}


/** BREADCRUMBS **/
.breadcrumbs li + li:before {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #000000;
    padding: 0;
    display: inline-block;
    margin: 0 14px;
    vertical-align: middle;
}

.breadcrumbs li:first-child a {
    display: block;
    margin-bottom: -3px;
}

@media screen and (max-width: 992px) {
    .breadcrumbs {
        margin: 15px 0;
        border-bottom: 1px solid #F1F2F4;
        padding-bottom: 12px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        /*width: calc(100% + 30px);*/
        /*min-width: calc(100% + 30px);*/
        overflow-x: auto;
        scrollbar-width: none;
    }

    .breadcrumbs::-webkit-scrollbar {
        display: none;
    }

}


/** PRODUCT PAGE **/

@media screen and (max-width: 1200px) {
    .product_heading {
        font-size: 32px;
    }

    .product_description {
        font-size: 16px;
    }

    .product_details {
        max-width: 365px;
    }

    .product_images {
        max-width: 507px;
    }

    .product_images .product-images_main-slider {
        max-width: 320px;
        max-height: 320px;
    }

    .product-images_main-slider .slick-prev {
        left: -22px;
    }

    .product-images_main-slider .slick-prev {
        left: -30px;
    }

    .product-images_main-slider .slick-next {
        right: -30px;
    }

    .features {
        font-size: 16px;
    }

    .product_recommended .h2 {
        font-size: 32px;
    }

    .comments-form {
        max-width: 420px;
    }

    .comments-list {
        max-width: 500px;
    }
}

@media screen and (max-width: 992px) {
    .product_heading {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #F1F2F4;
    }

    .product_images .product-images_side-slider {
        display: none;
    }

    .product_images .product-images_main-slider {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: auto;
    }

    .product_images {
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid #F1F2F4;
    }

    .product_details {
        max-width: 100%;
        width: 100%;
    }

    .product_details .available span {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .product_details .product_rating {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .product_details-row .prices--block {
        flex-direction: column;
        align-items: flex-start;
    }

    .product_details-row .price {
        margin-right: 0;
        order: 1;
        font-weight: 500;
        line-height: normal;
    }

    .product_details-row .old_price {
        order: 0;
        color: #000000;
        margin-bottom: 9px;
    }

    .product_details-price {
        align-items: flex-end;
    }

    .product_details-row:last-child {
        margin-bottom: 30px;
    }

    .product_details-row.line {
        display: none;
    }

    .product_images .product-images_main-slider .images_item img {
        width: 100%;
        height: auto;
        max-height: 250px;
        max-width: 250px;
    }

    .product_images .product-images_main-slider .images_item {
        text-align: center;
    }

    .product_images .product-images_main-slider .slick-list {
        margin-bottom: 3px;
    }

    .slick-next::before, .slick-prev::before {
        width: 16px;
        height: 16px;
    }

    .product-images_main-slider .slick-prev, .product-images_main-slider .slick-next {
        width: 16px;
        height: 16px;
    }

    .product-images_main-slider .slick-next {
        right: 0;
    }

    .product-images_main-slider .slick-prev {
        left: -10px;
    }

    .product_delivery-payment {
        max-width: 100%;
        padding: 20px 0px 20px 0;
        border-radius: 0;
        border: 1px solid #DADADA;
    }

    .product_footer {
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .product_delivery-payment .accordion__item {
        margin: 0 15px;
    }

    .product_delivery-payment .line:first-child, .product_delivery-payment .line:last-child {
        display: none;
    }

    .product_delivery-payment:after {
        background-color: #F1F2F4;
        content: '';
        height: 100%;
        width: 100vw;
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
    }

    .container {
        overflow: hidden;
        width: 100%;
    }

    .product_details-row .h3 {
        margin-bottom: 15px;
        font-weight: 500;
    }

    .product_variant-sizes label {
        margin: 0;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .product_variant-sizes label:last-child {
        margin-right: 0;
    }

    .product_variant-colors label {
        margin: 0;
        margin-right: 10px;
    }

    .product_variant-colors label:last-child {
        margin-right: 0;
    }

    .product_details-other {
        display: flex;
        flex-direction: column;
    }

    .product_details-other .product_details-row:first-child {
        order: 1;
    }

    .product_details-other .product_details-row:last-child {
        order: 0;
    }

    .product_details-row .size-table {
        font-weight: 500;
        margin-top: 15px;
    }

    .product_details-row .amount {
        order: 0;
    }

    .product_details-row .product_wish {
        order: 1;
    }

    .product_details-row .product_buttons {
        order: 2;
    }

    .product_delivery-payment .accordion__content {
        margin: 20px 0 0 0;
    }

    .product_delivery-payment .accordion__title .accordion__icon:before {
        height: 1px;
        border-radius: 4px;
    }

    .product_delivery-payment .accordion__title .accordion__icon:after {
        width: 1px;
    }

    .product_footer .tab_navigation {
        margin-top: 40px;
        justify-content: center;
    }

    .tab_container {
        margin-top: 40px;
        padding: 0 15px;
    }

    .tab_navigation a {
        font-size: 14px;
        margin: 0 8px;
    }

    .product_description {
        font-size: 14px;
    }

    .tab_container .tab .features li {
        display: block;
        margin-bottom: 15px;
    }

    .tab_container .tab .features li .features_name {
        width: 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .features_name::before {
        display: none;
    }

    .features_value {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
    }

    .product-price-row {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .product_buttons {
        width: 100%;
        margin-top: 25px;
        display: flex;
        justify-content: start;
    }

    .product_buttons .buy {
        width: 100%;
        max-width: 260px;
        justify-content: center;
        font-size: 14px;
    }

    .product_buttons .buy svg {
        margin-right: 10px;
    }

    .product_details-row .amount {
        margin-right: 30px;
    }

    .product_recommended {
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative;
    }

    .product_recommended::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 2px;
        display: block;
        background-color: #fff;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .product_recommended .h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }

    .breadcrumbs li a {
        text-decoration: none;
    }

    .breadcrumbs li a span {
        color: #000000;
    }

    .preview_image {
        height: 125px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .product_recommended-slider img {
        max-width: 100%;
        height: auto;
    }

    .preview {
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
        border-left: 1px solid #F1F2F4;
        height: 100%;
    }

    .comparison_button, .wishlist_button {
        width: 17px;
        height: 16px;
    }

    .comparison_button, .wishlist_button svg {
        width: 100%;
        height: auto;
    }

    .wishlist_button {
        right: 10px;
        top: 10px;
    }

    .product_discount {
        top: 6px;
        left: 10px;
        width: 33px;
        height: 22px;
        border-radius: 5px;
        font-size: 9px;
        line-height: 22px;
    }

    .product_name {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        height: auto;
        font-size: 13px;
        line-height: 17px;
    }

    .preview .price_container {
        margin-bottom: 0;
        display: block;
        margin-top: auto;
    }

    .preview .old_price {
        text-align: center;
        font-size: 13px;
        line-height: 15px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .preview .price {
        margin: 0;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
    }

    .product_recommended-slider.slick-slider .slick-next, .product_recommended-slider.slick-slider .slick-prev {
        display: none;
    }

    .products_item {
        height: auto;
    }

    .preview .fn_transfer {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .preview:hover {
        position: static;
    }

    .preview .product_variant-sizes label {
        margin-bottom: 5px;
    }

    .preview .product_variant-sizes {
        margin-top: 8px;
    }

    .slick-dots {
        bottom: 0;
        right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .slick-dots li button {
        opacity: 1;
        background: #F1F2F4;
        width: 8px;
        height: 8px;
    }

    .slick-dots li.slick-active button {
        background: #F9CF00;
    }

    .product-images_main-slider .slick-prev:hover:before, .product-images_main-slider .slick-next:hover:before {
        border-color: #7C7C7C;
    }

    .product_recommended-slider .slick-track {
        display: flex;
        align-items: stretch;
        padding-bottom: 12px;
    }

    .product_comments--wrapper {
        display: block;
    }

    .comments-list {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .comment_header {
        padding: 10px 15px 4px 15px;
        display: block;
    }

    .comment_header span {
        display: block;
        margin-bottom: 5px;
    }

    .comment_header span:last-child {
        margin-bottom: 0;
    }

    .comment_author {
        font-size: 14px;
        line-height: 18px;
    }

    .comment_date {
        font-size: 12px;
        line-height: 16px;
        color: #4F4F4F;
    }

    .comment_content {
        padding: 16px 15px;
    }

    .admin_note {
        margin-left: 15px;
        margin-right: 15px;
    }

    .fn_product_comments_all.product_comments-all {
        display: none;
    }

    .comment_item.comment-hide {
        display: block !important;
    }

    .comments-form {
        max-width: 100%;
        width: 100%;
        padding: 20px 15px;
    }

    .comments-form .h3 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 23px;
    }

    .comments-form .form_input {
        height: 44px;
        font-size: 14px;
    }

    .comments-form .form_input::placeholder {
        font-size: 14px;
    }

    .comments-form .form_placeholder {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
    }

    .comments-form .form_group {
        margin-bottom: 18px;
    }

    .comments-form .form_textarea {
        height: 91px;
    }

    .comments-form .button {
        width: 100%;
        text-align: center;
    }

    .tab_navigation a.selected:before {
        border-bottom: 2px solid #F9CF00;
        bottom: -20px;
    }

    .product_footer {
        margin-bottom: 30px;
    }
}

/** HOME **/
@media screen and (max-width: 1200px) {
    .banner_main .banner--text span.name {
        font-size: 40px;
    }

    .banner_main .banner--text span.annotation {
        font-size: 30px;
    }
}

@media screen and (max-width: 992px) {
    .main_products_slider .slick-track {
        display: flex;
        align-items: stretch;
        padding-bottom: 12px;
    }

    .products_new_deliveries .slick-track {
        display: flex;
        align-items: stretch;
        padding-bottom: 12px;
    }

    .products_new_deliveries.main_products {
        margin-top: 20px;
    }

    .main_products {
        position: relative;
        margin-top: 0;
    }

    .main_products::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 2px;
        display: block;
        background-color: #fff;
        left: 0;
        top: 0;
        z-index: 3;
    }

    .tabs--block .tabs--buttons ul {
        padding: 1px 0;
    }

    .tabs--block .tabs--buttons li:first-child {
        margin-left: 14px;
    }

    .tabs--block .tabs--buttons li {
        border: 1px solid #828282;
        padding: 10px 20px;
        margin: 0 7px;
        font-size: 14px;
    }


    .tabs--buttons:after, .tabs--buttons:before {
        display: none;
    }

    .container.tabs--buttons {
        padding-left: 0;
        padding-right: 0;
    }

    .tabs--block .tabs--buttons ul {
        margin-top: 25px;
    }

    .container.tabs--menu {
        overflow: visible;
    }

    .tabs--menu div.active::before {
        border-bottom: 2px solid #F9CF00;
        bottom: -20px;
    }

    .tabs--menu div {
        font-size: 14px;
        line-height: 17px;
    }

    .tabs--block {
        margin-bottom: 40px;
    }

    .banner_main {
        margin-bottom: 35px;
        height: 155px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .banner_main .banner--image {
        border-radius: 0;
    }

    .banner_main.slick-slider .slick-next, .banner_main.slick-slider .slick-prev {
        width: 30px;
        height: 30px;
    }

    .banner_main.slick-slider .slick-next:hover, .banner_main.slick-slider .slick-prev:hover {
        opacity: 1;
        background: #fff;
    }

    .banner_main .slick-next::before, .banner_main .slick-prev::before {
        width: 10px;
        height: 10px;
    }

    .banner_main .banner--text {
        max-width: 60%;
        height: auto;
        top: 15px;
        right: 25px;
        display: block;
        padding: 8px 10px;
        width: auto;
    }

    .banner_main .banner--text span.name {
        font-size: 16px;
        font-weight: 500;
        display: block;
        margin-bottom: 5px;
    }

    .banner_main .banner--text span.annotation {
        font-size: 12px;
        line-height: normal;
        display: block;
    }

    .banner_main .slick-prev::before {
        margin-left: 6px;
    }

    .banner_main .slick-next::before {
        margin-left: -6px;
    }

    .banner_main .slick-prev, .banner_main .slick-next {
        top: 60%;
    }

    .to_top {
        width: 32px;
        height: 32px;
        background-size: 13px;
        bottom: 20px;
    }

    .to_top:hover {
        background-color: #b8b7b7;
    }
}

/* CATALOG */
@media screen and (max-width: 1200px) {
    .products_container h1 {
        font-size: 32px;
    }

    .products_container {
        max-width: 700px;
    }

    .sidebar {
        max-width: 244px;
        padding: 20px 10px;
    }

    .sidebar .h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .sidebar .catalog_menu .catalog_item .catalog_link {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .sidebar .max_input, .min_input {
        font-size: 14px;
    }

    .sidebar .filter_indicator {
        margin-right: 12px;
    }

    .sidebar .filter_link {
        padding-left: 0;
        font-size: 15px;
    }

    .products_container .products_item {
        width: 33%;
        height: auto;
    }

    .products_container .products_item .preview_image {
        height: 200px;
    }

    .products_container .products_item .preview {
        height: auto;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 992px) {
    .products_container {
        width: 100%;
        max-width: 100%;
    }

    .products_container h1 {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
    }

    .fn_products_sort .sort {
        flex-wrap: wrap;
        align-items: center;
    }

    .fn_products_sort .sort .sort_title {
        padding: 0;
        margin-right: 9px;
        font-size: 16px;
        line-height: 19px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .fn_products_sort .sort .sort_link {
        min-width: auto;
        padding: 5px 7px;
        min-width: 90px;
        font-size: 14px;
        margin: 0 3px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fn_products_sort .sort .sort_link span {
        color: black;
    }

    .fn_products_sort .sort > * {
        margin-right: 0;
    }

    .fn_products_sort {
        margin-bottom: 10px;
    }

    .products_filter-toggler {
        display: block;
        width: 100%;
        height: 42px;
        border: none;
        padding: 0;
        border-radius: 7px;
        background: #F9CF00;
        margin-bottom: 20px;
        text-align: center;
        line-height: 42px;
    }

    .products_filter-toggler svg {
        margin-right: 8px;
    }

    .products_filter-toggler span {
        color: #000000;
        font-size: 14px;
        font-weight: normal;
    }

    .products_container > .products {
        padding-top: 0;
        border: none;
        justify-content: space-between;
        align-items: stretch;
        position: relative;
    }

    .products_container .products_item {
        width: 50%;
    }

    .products_container .products_item .preview {
        border: none;
        padding-bottom: 15px;
        height: 100%;
        border-bottom: 1px solid #F1F2F4;
        border-left: 1px solid #F1F2F4;
    }

    .products_container > .products::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        background-color: #fff;
        height: 100%;
        z-index: 2;
        display: block;
    }

    .products_container .products_item .preview_image {
        height: 125px;
    }

    .products_container--wrapper .line {
        display: none;
    }

    .products_container--wrapper {
        margin-bottom: 30px;
    }

    .pagination--wrapper {
        margin-top: 20px;
    }

    .pagination--wrapper .page_link {
        border-radius: 3px;
        min-width: 35px;
        min-height: 35px;
        line-height: 33px;
        padding: 0;
        font-size: 14px;
        font-weight: normal;
    }

    .pagination--wrapper .page_link.text_link {
        font-size: 15px;
    }

    .pagination--wrapper .page_link.text_link span span {
        display: none;
    }

    .products_container--wrapper + .description--block {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .products_container--wrapper + .description--block p {
        font-size: 14px;
        font-weight: normal;
        line-height: 17px;
        color: #4F4F4F;
    }

    .products_container--wrapper .sidebar {
        position: fixed;
        right: 0;
        top: 0;
        width: 87%;
        max-width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: 99;
        border-radius: 0;
        overflow: auto;
        padding: 0;
        margin-top: -2px;
        margin-right: -2px;
        display: none;
        border: none;
    }

    .products_container--wrapper .sidebar.active {
        display: block;
    }

    .products_container--wrapper .sidebar .filters, .products_container--wrapper .sidebar .filter_group {
        margin-left: 0;
        margin-bottom: 0;
    }

    .products_container--wrapper .sidebar .catalog_nav.filters {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #F1F2F4;
    }

    .products_container--wrapper .sidebar::before {
        content: '';
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: block;
        opacity: 0;
    }

    .products_container--wrapper .sidebar .h2 {
        margin-left: 0;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 21px;
        font-weight: normal;
    }

    .products_container--wrapper .sidebar .catalog_menu .catalog_item .catalog_link {
        padding-bottom: 0;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 16px;
    }

    .products_container--wrapper .sidebar .catalog_menu .catalog_item:last-child .catalog_link {
        margin-bottom: 0;
    }

    /*.products_container--wrapper .filters_heading {*/
    /*    display: none;*/
    /*}*/
    .products_container--wrapper .sidebar .price_range {
        justify-content: flex-start;
    }

    .sidebar .max_input, .min_input {
        margin-right: 10px !important;
        font-size: 16px;
    }

    .sidebar .price_range span:first-of-type {
        margin-right: 10px !important;
    }

    .sidebar .filters .filter_group {
        margin-bottom: 20px;
        border-bottom: 1px solid #F1F2F4;
        padding-bottom: 20px;
    }

    .sidebar .filter_indicator {
        border-radius: 3px;
        margin-right: 14px !important;
    }

    .sidebar .filter_link {
        font-size: 16px;
    }

    .sidebar .feature-value_color {
        margin: 0;
        margin-right: 10px !important;
    }

    .sidebar .filter_link > * {
        margin-right: 0;
    }

    .sidebar .tablet-hidden {
        display: block;
    }

    .sidebar .filters:last-child {
        padding-bottom: 0;
    }

    .sidebar_container {
        padding: 0 15px;
        position: relative;
        background-color: #fff;
        z-index: 10;
        transition: 0.3s;
        transform: translateX(102%);
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        overflow: auto;
        width: 87%;
        border: 2px solid #F1F2F4;
    }

    .products_container--wrapper .sidebar.active .sidebar_container {
        transform: translateX(0);
        animation: filterShow 0.4s;
        animation-delay: 0.1s;
        animation-fill-mode: both;
    }

    @keyframes filterShow {
        0% {
            transform: translateX(102%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes filterBg {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .products_container--wrapper .sidebar.active::before {
        animation: filterBg 0.3s;
        animation-fill-mode: both;
    }

    .sidebar_nav {
        display: flex;
        background: #F1F2F4;
        padding: 15px 20px;
        justify-content: space-between;
        align-items: center;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        border-bottom: 1px solid #F9CF00;
        margin-bottom: 15px;
    }

    .sidebar_nav button {
        padding: 0;
        margin: 0;
        border: none;
        width: 20px;
    }

    .sidebar_nav button svg {
        max-width: 100%;
        height: auto;
    }

    .sidebar_nav button:focus {
        outline: none;
    }

}


/* Временно для теста */
@media screen and (max-width: 992px) {
    .top_admin_bookmark {
        display: none !important;
    }
}

/*Covarage syle*/

.cart_page .purchase__item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.cart_page .purchase__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    border: 1px solid #dbdbdb;
    padding: 3px;
    border-radius: 4px;
    min-height: 75px;
    overflow: hidden;
}

.cart_page .purchase__image img {
    display: block;
}

.cart_page .purchase__image svg {
    width: 40px;
    height: 40px;
}

.cart_page .purchase__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 10px;
    position: relative;
}

.cart_page .purchase__name {
    margin-bottom: 10px;
    padding-right: 30px;
}

.cart_page .purchase__name .purchase__name_link {
    color: var(--okay-body-text);
    line-height: 1.2;
    font-size: 14px;
    transition: .3s;
    display: block;
    position: relative;
    font-weight: 500;
    text-decoration: none;
}

.cart_page .purchase__name i {
    font-style: italic;
    font-size: 13px;
    display: block;
    line-height: 1;
    font-weight: 500;
    color: rgb(122, 122, 122);
    margin-top: 5px;
}

.cart_page .purchase__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart_page .purchase__group_title {
    font-size: 11px;
    font-weight: 400;
    color: rgb(128, 128, 128);
    margin-bottom: 5px;
}

.cart_page .purchase__group_content {
    min-height: 25px;
}

.cart_page .purchase__price {
    color: var(--okay-body-text);
    font-size: 16px;
    font-weight: 600;
    padding-right: 15px;
}

.cart_page .purchase__price .currency {
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -10px;
}

.cart_page .purchase__price_total {
    color: var(--okay-basic-company);
    font-size: 16px;
    font-weight: 600;
}

.cart_page .purchase__price_total .currency {
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -10px;
}

.cart_page .purchase__amount {
    padding-right: 15px;
}

.cart_page .purchase__amount .amount {
    height: 25px;
    max-width: 80px;
}

.cart_page .purchase__amount .amount__plus, .cart_page .purchase__amount .amount__minus {
    font-size: 20px;
    height: 26px;
    width: 25px;
}

.cart_page .purchase__amount .amount__input {
    font-size: 14px;
    height: 25px;
    padding: 0;
    width: calc(100% - 50px);
}

.cart_page .purchase__remove {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    color: red;
    border: 1px solid;
    border-radius: 50%;
}

.cart_page .purchase__remove svg {
    width: 14px;
}

.cart_page .purchase_detail {
    margin: 15px 0 0;
}

.cart_page .purchase_detail__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart_page .purchase_detail__column_name {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.cart_page .purchase_detail__name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--okay-body-text);
    text-align: left;
}

.cart_page .purchase_detail__name--total {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--okay-basic-company);
}

.cart_page .purchase_detail__price {
    color: var(--okay-body-text);
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart_page .purchase_detail__price .currency {
    font-size: 11px;
    font-weight: 600;
    position: relative;
    top: -10px;
}

.cart_page .purchase_detail__price i {
    background: rgb(246, 80, 80);
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    border-radius: 4px;
    line-height: 1;
    display: inline-block;
}

.cart_page .purchase_detail__price--total {
    color: var(--okay-basic-company);
    font-size: 24px;
}

.cart_page .purchase_detail_popup_total {
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.cart_page .purchase_detail__price--total .currency {
    font-size: 14px;
    top: -10px;
}

.cart_page .block__popup_cart {
    width: 500px;
    max-width: 100%;
}


.cart_page .payment_method__item, .delivery__item {
    margin-bottom: 20px;
}

.cart_page .delivery__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.cart_page .delivery__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    text-align: center;
    padding-left: 3px;
}

.cart_page .delivery__image img {
    display: block;
    margin: 0 auto;
    max-height: 30px;
}

.cart_page .delivery__name {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 80px);
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 5px;
    color: var(--okay-body-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.cart_page .delivery__label .checkbox__icon {
    top: calc(50% - 11px);
}

.cart_page .delivery__name_price {
    color: var(--okay-body-text);
    font-style: italic;
    font-weight: 600;
    white-space: nowrap;
}

.cart_page .delivery__description {
    display: none;
    margin: 10px 0 0 35px;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    background: #f8f8f8;
    border-left: 4px solid #c2c2c2;
    color: #6f6f6f;
    line-height: 1.3;
}

.cart_page .order_boxeded {
    max-width: 100%;
}

.cart_page table.order_details {
    min-width: auto;
}

.cart_page .order_purchase_count {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    width: 30px;
    top: -3px;
    left: 0;
    text-align: center;
}

.cart_page .order_payment__description {
    margin: 15px 0;
    padding: 10px 10px;
    border-left: 4px solid rgb(188, 188, 188);
    background: rgb(247, 247, 247);
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: rgb(74, 74, 74);
    line-height: 1.3;
}

.cart_page .order_payment__title {
    color: #222;
    line-height: 1.2;
    font-size: 14px;
    position: relative;
    font-weight: 500;
}

.cart_page .order_payment__name {
    font-weight: 600;
    font-size: 15px;
    margin-left: 10px;
}

.cart_page .order_payment__form {
    margin: 5px 0;
}

.cart_page .order_payment__button {
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: var(--okay-button-color);
    border: none;
    background: transparent;
    text-decoration: underline;
}

.cart_page .order_payment__button:hover, .order_payment__button:focus {
    color: var(--okay-button-color);
    text-decoration: none;
}

.cart_page .order_payment__checkout .button {
    display: block;
    color: var(--okay-button-text);
    background-color: var(--okay-button-color);
    border: 1px solid;
    border-color: var(--okay-button-color);
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    padding: 0 20px;
    font-size: 12px;
    font-family: inherit;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.cart_page .order_payment__checkout .button:hover {
    opacity: .8;
}

.cart_page .delivery__description p {
    margin-bottom: 0;
}

.cart_page .checkbox.active + .delivery__description {
    display: block;
}

.cart_page .block--boxed {
    position: relative;
    background-color: var(--okay-boxed-color);
    padding: 18px;
}

.cart_page .block--border {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.cart_page .block__inner {
    max-width: 100%;
    width: 100%;
}

.cart_page .block__header {
    position: relative;
    margin-bottom: 10px;
}

.cart_page .block__header--boxed {
    background-color: var(--okay-boxed-color);
    position: relative;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.cart_page .block__header--border {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.cart_page .block__heading {
    margin-bottom: 0;
}

.cart_page .button--blick {
    position: relative;
    overflow: hidden;
}

.cart_page .button--blick:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.cart_page .form {
    position: relative;
}

.cart_page .form--boxed {
    position: relative;
    background-color: var(--okay-boxed-color);
    padding: 20px;
    border-radius: 0 5px 5px 5px;
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border: 1px solid #dbdbdb;
}

.cart_page .form__header {
    text-align: center;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart_page .form__header::after {
    content: "";
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 55%;
    right: 0;
    display: block;
    width: 100%;
}

.cart_page .form__title {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    user-select: none;
    padding: 0 15px 0 15px;
    color: var(--okay-body-text);
    background: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    z-index: 2;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart_page .form__title svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.cart_page .form__group {
    position: relative;
    margin-bottom: 20px;
}

.cart_page .form__input {
    height: 40px;
    display: block;
    width: 100%;
}

.cart_page .form__placeholder {
    font-family: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(122, 122, 122);
    font-size: 12px;
    font-weight: 500;
    transition: all 0.1s linear 0s;
    line-height: 1;
    pointer-events: none;
    display: table;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    cursor: text;
}

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

.cart_page .form__footer #uLogin, .form__footer .form__button, .form__footer .captcha {
    margin-bottom: 10px;
}

.cart_page .form__footer {
    margin-bottom: -10px;
}

.cart_page .form__button {
    display: block;
    color: var(--okay-button-second-text);
    background-color: #FF970D;
    border: 1px solid;
    border-color: #FF970D;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    padding: 0 20px;
    font-size: 12px;
    font-family: inherit;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.cart_page .container-fluid, .container-less, .container {
    /*padding-left: 7px;*/
    /*padding-right: 7px;*/
    margin: 0 auto;
    width: 100%;
}

.cart_page .container {
    max-width: 1366px;
}

.cart_page .f_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
}

.cart_page .no_gutters {
    margin-right: 0;
    margin-left: 0;
}

.cart_page .no_gutters > .col, .no_gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.cart_page .f_col-1, .f_col-2, .f_col-3, .f_col-4, .f_col-5, .f_col-6, .f_col-7, .f_col-8, .f_col-9, .f_col-10, .f_col-11, .f_col-12, .f_col, .f_col-sm-1, .f_col-sm-2, .f_col-sm-3, .f_col-sm-4, .f_col-sm-5, .f_col-sm-6, .f_col-sm-7, .f_col-sm-8, .f_col-sm-9, .f_col-sm-10, .f_col-sm-11, .f_col-sm-12, .f_col-sm, .f_col-md-1, .f_col-md-2, .f_col-md-3, .f_col-md-4, .f_col-md-5, .f_col-md-6, .f_col-md-7, .f_col-md-8, .f_col-md-9, .f_col-md-10, .f_col-md-11, .f_col-md-12, .f_col-md, .f_col-lg-1, .f_col-lg-2, .f_col-lg-3, .f_col-lg-4, .f_col-lg-5, .f_col-lg-6, .f_col-lg-7, .f_col-lg-8, .f_col-lg-9, .f_col-lg-10, .f_col-lg-11, .f_col-lg-12, .f_col-lg, .f_col-xl-1, .f_col-xl-2, .f_col-xl-3, .f_col-xl-4, .f_col-xl-5, .f_col-xl-6, .f_col-xl-7, .f_col-xl-8, .f_col-xl-9, .f_col-xl-10, .f_col-xl-11, .f_col-xl-12, .f_col-xl, .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-25, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-85, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
}

.cart_page .f_col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.cart_page .f_col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.cart_page .f_col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.cart_page .f_col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.cart_page .f_col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.cart_page .f_col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.cart_page .f_col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cart_page .f_col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.cart_page .f_col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.cart_page .f_col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.cart_page .d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart_page .d-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.cart_page .d-md-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart_page .d-lg-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart_page .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart_page .flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart_page .flex-nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.cart_page .justify-content-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart_page .justify-content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart_page .justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart_page .align-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart_page .align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart_page .align-content-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cart_page .justify-content-md-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart_page .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.cart_page .choice-left, .choice-right {
    display: block;
    padding: 7px 18px;
    border-bottom: 1px solid transparent;
    background-color: #fff;
    cursor: pointer;
    border-radius: 2px 2px 0 0;
}

.cart_page .no-active-choice {
    background-color: #dbdbdb;
    color: rgb(122, 122, 122);
}

.cart_page .active-choice {
    background-color: #f4f4f4;
    border-top: 2px solid #f9cf00;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    color: black;
}

.cart_page .choice-block {
    width: fit-content;
    display: flex;
}

.cart_page .delivery__name {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 80px);
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
    padding-left: 5px;
    color: var(--okay-body-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.cart_page .checkbox {
    display: flex;
    align-items: center;
    min-height: 22px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    cursor: pointer;
    color: inherit;
    border-radius: 3px;
}

.cart_page .checkbox__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.cart_page .checkbox__icon {
    border: 1px solid #dbdbdb;
    display: block;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    border-radius: 3px;
}

.cart_page .checkbox.active .checkbox__icon {
    border-color: #F9CF00;
}

.cart_page .checkbox.active .checkbox__mark, .cart_page .checkbox__input:checked + * .checkbox__mark {
    stroke: #000;
    stroke-width: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-miterlimit: 10;
    opacity: 1;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

.cart_page .checkbox__input:focus + .checkbox__icon,
.cart_page .checkbox__input:hover + .checkbox__icon {
    border-color: #F9CF00;
}

.cart_page .checkbox__input:disabled + * .checkbox__mark {
    border-color: #dbdbdb;
}

.cart_page input, .cart_page textarea, .cart_page .form__textarea, .cart_page .form__input {
    display: inline-block;
    color: var(--okay-body-text);
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    overflow: visible;
    resize: none;
    text-transform: none;
    font-family: inherit;
    line-height: 1;
    position: relative;
    border-radius: 4px;
    padding: 5px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

.cart_page .form__textarea {
    display: block;
    width: 100%;
    padding: 15px;
    resize: vertical;
}

.cart_page .amount {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid;
    border-color: rgb(127, 127, 127);
    opacity: .7;
    height: 34px;
    color: var(--okay-body-text);
    font-size: 14px;
    font-weight: 400;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    max-width: 100px;
    overflow: hidden;
}

.cart_page .amount__input {
    border: 0 none;
    display: block;
    width: calc(100% - 60px);
    text-align: center;
    font-weight: 500;
    line-height: 1;
    padding: 5px 0;
    font-size: 15px;
    height: 34px;
}

.cart_page .amount__plus, .cart_page .amount__minus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    font-size: 20px;
    height: 34px;
}

.fn_loader, .fn_loader_tabs {
    min-height: 100%;
    width: 100%;
    position: absolute;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: white;
}


.fn_loader img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.product_size_wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #DADADA;
    z-index: 11;
    max-height: 100%;
    overflow: auto;
}

.size-table_title {
    font-size: 20px;
    font-weight: bolder;
    line-height: 19px;
    color: black;
    margin-bottom: 20px;
}

.size-table {
    font-size: 14px;
    width: 100%;
}

.size-table_row:first-child {
    height: 64px;
    color: #444c51;
    font-size: 16px;
    font-weight: bolder;
}

.size-table_row:nth-child(2n) {
    background: #fff;
}

.size-table_cell {
    text-align: center;
    padding: 10px;
    width: 200px;
}

.size-table_row {
    background: #f2f2f2;
    color: #292a2f;
}

.bg_body:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000063;
    z-index: 1;
    transition: 0.5s;
}


.autocomplete-suggestion div,
.autocomplete-suggestions span,
.autocomplete-suggestions a {
    line-height: 100%;
    text-decoration: none;
    padding: 15px 10px;
    flex: 1;
}

.autocomplete-suggestions a {
    font-size: 16px;
    flex: 3;
}

.autocomplete-suggestions span {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

.autocomplete-suggestion {
    border-bottom: solid 1px #eee;
    display: flex;
    align-items: center;
    min-height: 70px;
}

.transfer_class {
    z-index: 1000;
}

.top_nav.top_nav_fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 80px;
}

.footer--content_column.n-border.created_by {
    flex-direction: row;
}

.footer--content_column.n-border.created_by span:first-child {
    margin-right: 5px;
}

.novaposhta_delivery .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px;
}

.novaposhta_types_inputs .novaposhta_type_input::before {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
}

.novaposhta_types_inputs .novaposhta_type_input.active::before {
    border: 1px solid #F9CF00;
}

.novaposhta_types_inputs .novaposhta_type_input.active::after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    background-color: #F9CF00;
    z-index: 2;
    top: 3px;
    left: 3px;
}

.novaposhta_types_inputs .novaposhta_type_input input {
    opacity: 0;
}

.novaposhta_types_inputs label {
    position: relative;
}

.register {
    display: block;
}

.register form {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.register form > * {
    max-width: 450px;
    width: 100%;
}