@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, button, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    font-family: 'Roboto' !important;
    border-radius: 0;
}
body .popup-window {
    font: unset;
}
.bx-core-dialog-overlay {
    width: 100% !important;
}
html, body {
    scrollbar-color: #a8a8a8 #d9d9d9;
    scrollbar-width: thin;
}
body {
    transition: opacity .3s ease;
}
body::-webkit-scrollbar {
    width: 8px;
    height: 0;
    background-color: #d9d9d9;
}
body::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #7a7a7a;
}
div.bx-component-opener {
    z-index: 1996 !important;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

sup {
    font-size: 70% !important;
    top: -5px;
    left: 2px;
    font-weight: 500;
}
.row::before, .row::after {
    display: none;
}

.fa-rub {
    font-size: smaller;
    margin-left: 5px;
}

html {
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

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

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

h1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: var(--main-txt);
}

h2 {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
input[type=text], input[type=submit], textarea{
    -webkit-appearance: none;
}
input[type=text] {
    transition: all .3s ease;
}
a {
    color: var(--main_font_color);
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

a:hover{
	color: var(--main_color);
  border-color: transparent;
}
input::-webkit-input-placeholder { transition: .3s;}
input:-moz-placeholder { transition: .3s;} /* FF 4-18 */
input::-moz-placeholder { transition: .3s;} /* FF 19+ */
input:-ms-input-placeholder { transition: .3s;} /* IE 10+ */

input:focus::-webkit-input-placeholder { color: transparent!important; }
input:focus:-moz-placeholder { color: transparent!important; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent!important; } /* FF 19+ */
input:focus:-ms-input-placeholder { color: transparent!important; } /* IE 10+ */

.customScroll {
    overflow: auto;
    scrollbar-color: var(--main-txt) var(--main_color);
    scrollbar-width: thin;
}
.customScroll::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: var(--main_color);
}
.customScroll::-webkit-scrollbar-thumb {
    background-color: var(--main-txt);
}

.slick-loading .slick-track {
    display: none;
}
.popover {
    border-color: #e8e8e8;
    border-radius: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.popover-content {
    font-size: 13px;
    text-transform: lowercase;
    padding: 10px 15px;
    transition: opacity .3s ease-in-out;
}

.popover.bottom > .arrow {
    top: -9px;
    margin-left: -9px;
    border-bottom-color: #e8e8e8;
}

.popover.bottom > .arrow:after {
    margin-left: -9px;
}

.popover > .arrow:after, .popover > .arrow {
    border-width: 9px;
}
.modal-backdrop {
    z-index: 1050;
}
.modal {
    z-index: 1100;
}
.modal-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 30px;
    box-shadow: none;
}
.modal-open .modal {
    opacity: 1;
}

.top-banner {
    width: 100%;
    text-align: center;
}
.top-banner img {
    max-width: 100%;
    display: block;
    object-fit: cover;
}

button, input {
    outline: none !important;
}

button {
    border: none;
    box-shadow: none;
}

.wrapper-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
}
.btn:focus, .btn.focus {
    box-shadow: none;
}

.noscroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.bx-no-touch .noscroll {
    padding-right: 8px;
}
.logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 26px;
    height: 100%;
}

.logo img {
    display: block;
    object-fit: contain;
    max-width: 233px;
    max-height: 100%;
}

.logo p {
    display: inline-block;
    vertical-align: middle;
    color: var(--main_color);
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}


.header {
    width: 100%;
    background-color: #fff;
}

.catalog_and_menu{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .top-catalog-menu-title {
    font-size: 13px;
    color: var(--main-txt);
    padding: 16px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    width: 140px;
}
.header .top-catalog-menu-title .line_hamburger{
  position: relative;
  width: 17px;
  transition: .3s;
}
.header .top-catalog-menu-title .line_hamburger span{
  width: 17px;
  position: absolute;
  height: 2px;
  background-color: var(--main-txt);
  left: 0;
  top: -2px;
  content: '';
  transition: .3s;
}
.header .top-catalog-menu-title .line_hamburger:before{
  width: 17px;
  position: absolute;
  height: 2px;
  background-color: var(--main-txt);
  left: 0;
  top: -6px;
  content: '';
  transition: .3s;
}
.header .top-catalog-menu-title .line_hamburger:after{
  width: 17px;
  position: absolute;
  height: 2px;
    background-color: var(--main-txt);
  left: 0;
  top: 2px;
  content: '';
  transition: .3s;
}

body.menu_active{
  position: static;
}

.top-catalog-menu-title:after {
    display: none;
}
.top-catalog-menu-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-transform: uppercase;
}
.top-catalog-menu-title img {
    margin-right: 10px;
    width: 18px;
    height: 10px;
}

.top-catalog-menu {
    position: static;
}

.top-nav-wrapper {
    padding-left: 0;
    position: static;
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.top-nav-wrapper .bx-context-toolbar-empty-area {
    display: none;
}
.sticky .top-nav-wrapper {
    display: none;
}

.header-bottom-row {
    position: relative;
}

.header.sticky .search_wrapper {
    border-top: solid 1px #ebebeb;
}

.header.sticky .cartline_wrapper {
    top: 100%;
    border-top: solid 1px #ebebeb;
}
.header.sticky .open-in .cartline_wrapper .wrapper-inner {
    padding-top: 25px;
}

.header.sticky .navigation ul li.navigation_item.hover .header__subnav,
.header.sticky .top-icon-box .icon-box_item.hover .header__subnav {
    height: 74px;
}

.header .navigation ul:before, .header .navigation ul:after {
    content: '';
    display: table;
    clear: both;
}

.header .navigation ul li.navigation_item {
    display: block;
    float: left;
    padding: 5px 20px;
}

.header .navigation ul li.navigation_item a.navigation-link {
    display: block;
    position: relative;
    color: var(--main_font_color);
    font-weight: 500;
    font-size: 14px;
}

.header .navigation ul li.navigation_item a.navigation-link:after,
.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link:after {
    display: block;
    content: "";
    height: 1px;
    width: 0;
    left: 50%;
    position: absolute;
    bottom: 1px;
    -webkit-transition: width .15s ease-out;
    transition: width .15s ease-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*.header .navigation ul li.navigation_item a.navigation-link:hover,*/
/*.header .navigation ul li.navigation_item a.current {*/
/*	color: var(--main_color);*/
/*}*/

.header .navigation ul li.navigation_item a.navigation-link:hover:after,
.header .navigation ul li.navigation_item a.current:after,
.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link:hover:after {
    width: 100%;
}

.header .navigation ul li.navigation_item a.navigation-link:active:after {
    width: 0;
}

.header .navigation a {
    color: var(--main-txt);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.header .header__subnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    padding-top: 30px;
    display: block;
    font-size: 14px;
    z-index: -1;
    height: 0;
    overflow: hidden;
    transition: .3s ease-in-out, .1s ease-out top, .1s ease-out padding;
}

.header .header__subnav:before {
    content: '';
    display: block;
    width: 100%;
    height: 61px;
    background-color: #f6f6f6;
    z-index: 0;
    left: 0;
    position: absolute;
}

.header .navigation ul li.navigation_item.hover .header__subnav,
.header .top-icon-box .icon-box_item.hover .header__subnav {
    z-index: 1000;
    height: 91px;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 6px 9px 0 rgba(217, 217, 217, 0.36);
    box-shadow: 0 6px 9px 0 rgba(217, 217, 217, 0.36);
}

.header .navigation ul li.navigation_item.hover .header__subnav.visible-inner {
    overflow: visible;
    height: 360px;
    transition: .3s ease-in-out;
    background-color: #fff;
}

.header .navigation ul li.navigation_item.hover a.navigation-link:after {
    width: 100%;
}

.header .header__subnav ul.subnav__list {
    display: block;
}

.header .header__subnav ul.subnav__list li.subnav__item {
    display: block;
    float: left;
}

.header .header__subnav ul.subnav__list li.subnav__item a.subnav__item-link {
    display: block;
    padding: 20px;
    font-weight: 500;
    position: relative;
}

.header .header__subnav ul.subnav__list li.subnav__item:first-child a.subnav__item-link {
    padding-left: 0;
}

.header .header__sublist {
    position: absolute;
    left: 0;
    padding-top: 25px;
    width: 100%;
    height: 260px;
    display: none;
    z-index: 1100;
    overflow: hidden;
}

.header .header__sublist .sublist_wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 59%;
    max-height: 235px;
}

.header .header__sublist .sublist_wrapper .title_box {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
}

.header .header__sublist .sublist_wrapper .sublist_box {
    display: inline-block;
    vertical-align: top;
}

.header .header__sublist .sublist_wrapper .sublist_box.menu {
    width: 74%;
}

.header .header__sublist .sublist_wrapper .sublist_box.brands {
    width: 25%;
}

.header .header__sublist ul.sublist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 205px;
}

.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.header .header__sublist ul.sublist li.sublist__item.alls a.sublist__item-link {
    text-decoration: underline;
}

.header .header__sublist ul.sublist li.sublist__item.alls a.sublist__item-link:hover {
    text-decoration: none;
}

.header .header__sublist .menu__banner {
    width: 40%;
    max-height: 235px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.header .header__sublist .menu__banner a.menu__banner-link {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 15px;
}

.header .header__sublist .menu__banner a.menu__banner-link img {
    display: inline-block;
    width: auto;
    height: 100%;
    max-height: 190px;
}

.header .top-icon-box {
    display: flex;
    justify-content: flex-end;
}
.header.sticky .top-icon-box {
    flex: 0 0 auto;
    width: auto;
}
.icon-box_item_line {
    border-left: solid 2px #D6D5D4;
    margin: 0 15px;
}

.header .icon-box_item {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-left: 30px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.header .icon-box_item p {

    margin-top: 4px;
    color: #fff;
}
.header .icon-box_item a:hover svg{
  fill: var(--main_color);
}
.header .top-icon-box .icon-box_link {
    display: block;
    text-align: center;
}
.header .icon-box_item a:hover .icon-item.basket-icon svg path{
  fill: var(--main_color_hover);
}
.header .icon-box_item .icon-txt {
    font-size: 14px;
    margin-left: 7px;
    text-align: center;
}
.header .icon-box_item .total-price, .catalog-basket .total-price {
    color: #4b7a14;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}
.catalog-basket .total-price {
    font-size: 16px;
}

.header .icon-box_item span, .catalog-basket .icon-box-link span {
    vertical-align: middle;
    font-size: 11px !important;
    color: var(--main-txt) !important;
}
.cartline_wrapper-wrp .cart-list-item span {
    font-size: 12px !important;
}
.catalog-basket .basket-link {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}
.cart-list-item-price .price span:last-child{
  margin-left: 5px;
}
.cart-list-item-price .price span:first-child i{
  position: relative;
  top: 2px;
}
.header .icon-box_item .icon-item, .catalog-basket .icon-item {
    position: relative;
    width: 26px;
    max-width: 26px;
    height: 26px;
    max-height: 26px;
}
.header .icon-box_item#basket_in .icon-item{
  align-items: center;
  justify-content: center;
}
.icon-box-link {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  line-height: 1;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.icon-box-link.basket-link img{
  margin-right: 10px;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
.basket-icon .goods_icon-counter{
  background-color: transparent;
}
.header .icon-box_item .search-icon {
    display: inline-block;
    vertical-align: middle;
}

.icon-box_item .icon-item:before, .icon-box_item .icon-item:after,
.search_wrapper .search__input button:before,
.product_item__ico a:before, .product_item__ico a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-box_item .icon-item:after, .product_item__ico a:after {
    z-index: 3;
}
.search_wrapper .search__input button:before {
    background-size: 20px;
    top: 0;
    right: 0;
}
.product_item__ico a:before, .product_item__ico a:after {
    -webkit-background-size: 21px;
    background-size: 21px;
    top: 0;
    right: 1px;
}

.icon-box_item .icon-item:after,
.icon-box_item.open-in .icon-item:before,
.search_wrapper .search__input button:active:before,
.product_item__ico a:after, .product_item__ico:hover a:before {
    opacity: 0;
}

.icon-box_item:hover .icon-item:after,
.icon-box_item.open-in .icon-item:after,
.icon-box_item .icon-item:before,
.search_wrapper .search__input button:active:after,
.product_item__ico:hover a:after, .product_item__ico a:before {
    opacity: 1;
}

.icon-box_item:hover p {
    color: var(--main_color);
}


.header .icon-box_item .search-icon:after {
    background-image: url("images/icons/search_icon_h.svg");
}
.header .top-icon-box .icon-box_item .favour-icon{
  position: relative;
}
.header .top-icon-box .icon-box_item .favour-icon:before {
    background-image: url("images/icons/favor.svg");
    background-size: 20px 20px;
    height: 24px;
}

.header .top-icon-box .icon-box_item .compare-icon:before {
    background-image: url("images/icons/chart.svg");
    background-size: 20px 20px;
    height: 24px;
}

.header .top-icon-box .icon-box_item .basket-icon:before {
    background-image: url("images/icons/basket_icon.svg");
    background-size: 24px 24px;
    height: 24px;
}

.header .top-icon-box .icon-box_item .favour-icon:after {
    background-image: url("images/icons/favor-hover.svg");
    background-size: 20px 20px;
    height: 24px;
}

.header .top-icon-box .icon-box_item .basket-icon:after {
    background-image: url("images/icons/basket_icon-hover.svg");
    background-size: 24px 24px;
    height: 24px;
}

.icon-box_item .compare-icon:after,
.product_item__ico.compare-icon a:after{
    background-image: url("images/icons/chart-hover.svg");
    background-size: 20px 20px;
    height: 24px;
}

.header .icon-box_item .fa-user-o {
    font-size: 20px;
}
.emarket-compare-list.btn-wrap.compare.btn-wrap-top{
  display: flex;
  min-width: 24px;
  min-height: 24px;
  justify-content: center;
}
.icon-box_item .goods_icon-counter {
  display: block;
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: -11px;
  top: -11px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  z-index: 10;
  pointer-events: none;
}

.catalog-basket .icon-box_item .goods_icon-counter {
  width: 22px;
  height: 18px;
  font-size: 12px;
  top: -8px;
}

.header .icon-box_item.open-in .search_wrapper {
    height: 200px;
}
.favorite-element-container .catalog-link:hover {
    color: var(--main-txt);
}
.favorite-element-container .catalog-link:active {
    color: var(--main-txt);
}
.header .go_to a.bg_none {
    background-color: #fff;
    color: #000;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.header #user {
    margin-right: 32px;
}
.header .top-icon-box #user {
    position: relative;
    display: none;
}

/* region form styles ----------------------------------------------------- */

.auth-form-box {
    max-width: 500px;
    margin-bottom: 80px;
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: rgba(255, 255, 255, 1);
    }


}



input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.auth-form-box .account-form .form__widget-box {
    display: block;
}

.auth-form-box .text_box {
    margin-bottom: 20px;
}

.account-form .form__widget-box .text-field, .form__widget_birthday input {
    width: 100%;
    height: 34px;
    border: 1px solid #dfdfdf;
    outline: none;
    font-size: 14px;
    color: var(--main-txt);
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .3s ease;
}
.main_content .alert {
    border-radius: 0;
}
.account-form .form__widget-label {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
}

.account-form .form__controls {
    margin-top: 50px;
}

.account-form .account-form__button, .account-form .btn-form__control, .order__info .btn-form__controls a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 4px 10px;
    font-weight: 300;
    cursor: pointer;
}

.account-form .btn-form__control {
    padding: 13px 15px;
    font-weight: 600;
    line-height: 1;
    min-width: 160px;
    border: 1px solid var(--main_color);
    margin-top: 10px;
    margin-right: 6px;
}
.account-form .btn-form__control:hover {
    border: 1px solid var(--main_color_hover);
}
.account-form .btn-form__control:hover:active {
    border: 1px solid var(--main_color_active);
}
.account-form .btn-green-border.btn-form__control:hover {
    border: 1px solid var(--main_color);
}
.account-form .btn-green-border.btn-form__control:hover:active {
    border: 1px solid var(--main_color_hover);
}
.order__info .btn-form__controls a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.account-form .btn-form__control input.cancel {
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    color: var(--main-txt);
    font-weight: 600;
}

.account-form .bx-authform-starrequired {
    color: #ff6150;
    font-size: 16px;
}

.account-form .bx-authform-required {
    margin-top: 0;
    padding-bottom: 0;
}

.account-form .login-link.reg-form-link {
    margin: 0;
    padding: 0;
}

.account-form .login-link {
    display: block;
    float: right;
    padding: 5px 0;
    font-weight: 300;
    font-size: 14px;
    margin: 10px 0;
    margin-bottom: 0px;
}

.account-form .login-link span {
    border-bottom: 1px solid var(--main_color);
}

.account-form .login-link.auth {
    float: left;
}

.account-form .login-link:hover span {
    border-bottom-color: transparent;
}

.form__checkbox input[type='checkbox'] {
    display: none;
}

.form__checkbox .form__checkbox-label {    display: inline;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}

@media (max-width: 1024px){
    .form__checkbox .form__checkbox-text{
        position: relative;
        top: 2px;
        left: -6px;
    }
}

.form__checkbox .form__checkbox-check {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border: solid 1px var(--main_color);
    margin-right: 8px;
    position: relative;
    top: -2px;
    font-weight: normal;
    cursor: pointer;
}

.form__checkbox .form__checkbox-text {
    cursor: pointer;
}

.form__checkbox input[type='checkbox'] + label .form__checkbox-check:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(images/icons/check-symbol.svg);
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0;
}

.form__checkbox input[type='checkbox']:checked + label .form__checkbox-check:before {
    opacity: 1;
}

.bx-authform-description-container {
    color: grey;
    font-weight: lighter;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0;
}

/* endregion */

/* region favourite */

.bx-sbb-empty-cart-container {
    margin: 50px 0 60px;
}
.bx-sbb-empty-cart-container .small-text svg {
    vertical-align: top;
    margin-left: 10px;
}
.bx-sbb-empty-cart-text {
    font-size: 36px;
    text-align: center;
    color: #bababa;
    margin-bottom: 42px;
}
.bx-sbb-empty-cart-text .big-text {
    margin-bottom: 15px;
    line-height: 1.1;
}
.bx-sbb-empty-cart-text .small-text .fa {
    padding: 7px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 13px;
}

.bx-sbb-empty-cart-text .small-text {
    color: #aaa;
    font-size: 16px;
}

.bx-sbb-empty-cart-btn {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
}

.bx-sbb-empty-cart-desc .fa {
    font-size: 16px;
}

.favourite .bx-sbb-empty-cart-text {
    margin-bottom: 15px;
}

/* endregion */

/* region orders list */

.sale-order-list-item {
    margin-bottom: 20px;
}
.sale-order-list-inner-title-line-item {
    display: block;
    padding: 10px 15px;
    background-color: whitesmoke;
    color: #000;
    text-transform: uppercase;
}

.sale-order-list-button-container {
    margin: 20px 0 15px;
}

.sale-order-list-button-container .btn-green-gradient {
    padding: 6px 20px 5px;
    display: block;
}

.sale-order-list-inner-row-template .row {
    margin-left: 0;
    margin-right: 0;
}

.sale-order-payment-change-pp-list {
    margin-top: 15px;
}


.sale-order-detail h1 {
    width: 100%;
    margin-bottom: 30px;
}

.sale-order-list-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale-order-link {
    font-size: 14px;
}

.sale-order-list-cancel-link{
  color: var(--main_color);
}
.sale-order-list-cancel-link:hover {
    color: var(--main_color_hover);
}
.sale-order-list-cancel-link:active,
.sale-order-list-cancel-link:focus{
  color: var(--main_color_active);
}
.sale-order-list-cancel-link {
    border-bottom-color: var(--main_color);
}

.sale-order-link:hover {
    border-bottom-color: transparent;
}

.sale-order-detail-more-info-details-title {
    margin-bottom: 10px;
}

.sale-order-detail-more-links {
    margin-bottom: 20px;
}

.sale-order-detail-more-info-details-table {
    width: 100%;
    margin-bottom: 20px;
}

.sale-order-detail-prop-name, .sale-order-detail-prop-value {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
}

.sale-order-detail-prop-name {
    font-weight: bold;
}

.order__info .btn-form__controls, .sale-order-detail-section-title, .bx-order-cancel {
    margin: 15px 0;
}

.bx-order-cancel p {
    margin: 8px 0;
}

.bx-order-cancel textarea.form-control {
    resize: none;
    height: 250px;
    border-radius: 0;
    margin: 10px 0 20px;
}

textarea:focus, input[type=text]:focus, .form-control:focus, .ec-input-param:focus {
    box-shadow: none;
    outline: none;
}

/* endregion */

/* region account pay */

.sale-personal-account-wallet-list-container {
    background-color: #f5f5f5;
    color: #000;
}

.sale-personal-account-wallet-title {
    background-color: #e8e9e4;
    color: #000;
}

.sale-personal-account-wallet-currency-item {
    color: #555;
}

.sale-personal-account-wallet-container {
    max-width: 450px;
    margin-bottom: 60px;
}
.bx-sap {
    max-width: 450px;
}

.bx-sap .form-horizontal {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.bx-sap_wrapper .input-group {
    max-width: 200px;
    margin-left: 15px;
}

.sale-accountpay-pp-wrapper h3 {
    margin-bottom: 10px;
}

.sale-account-pay-btn-wrapper {
    margin-top: 30px;
}
.sale-account-pay-btn-wrapper a {
    padding: 11px 26px;
    display: inline-block;
}

.sale-accountpay-pp-company-graf-container {
    border-radius: 0;
}

/* endregion */

@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
.btn.with_border{
  position: relative;
}
.btn-primary, .api_button_primary, .popup-window-buttons .btn-buy, .btn-not-avaliable {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    border: none;
}

.api_button_primary {
    width: 150px;
}

.btn-green-border, .popup-window-buttons .btn-buy:first-child {
    font-weight: normal;
    font-size: 14px;
    background-color: transparent;
    padding: 10px 15px;
    position: relative;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.clear_basket.btn-green-border{
  display: flex;
  color: var(--main-txt);
  font-size: 14px;
    line-height: 1;
  padding: 14px 30px;
  background-color: #fff;
    transition: 0s;
    font-weight: bold;
}
.clear_basket.btn-green-border:focus {
    background-color: #fff;
    color: var(--main-txt);
}
.clear_basket.btn-green-border:hover {
    background-color: var(--main_color);
    color: var(--main-txt);
}
.clear_basket.btn-green-border:active {
  background-color: var(--main_color_hover);
    color: var(--main-txt);
}

.btn-green-border:hover, .popup-window-buttons .btn-buy:first-child:hover {
    color: var(--main_color_hover);
}

.btn-green-border:hover:before, .popup-window-buttons .btn-buy:first-child:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn-green-border:active, .popup-window-buttons .btn-buy:first-child:active {
    background: transparent;
    border-color: var(--main_color_active);
}

.link-green-border {
    display: inline-block;
    vertical-align: middle;
}

.link-green-border:hover {
    border-bottom-color: transparent;
}

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

.search_wrapper .wrapper-inner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}

.search_wrapper .search__input {
    width: 100%;
}

.search_wrapper .search__input input, .search-input-wrapper input[type='text'] {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    outline: none;
    color: #000;
    padding: 14px 40px 14px 12px;
    border: none;
}

.search-input-wrapper input[type='text'] {
    padding-top: 10px;
    font-size: 22px;
}

.search_wrapper .search__input input::-webkit-input-placeholder, .search-input-wrapper input[type='text']::-webkit-input-placeholder {
    color: #aaa;
}

.search_wrapper .search__input input:-ms-input-placeholder, .search-input-wrapper input[type='text']:-ms-input-placeholder {
    color: #aaa;
}

.search_wrapper .search__input input::-ms-input-placeholder, .search-input-wrapper input[type='text']::-ms-input-placeholder {
    color: #aaa;
}

.search_wrapper .search__input input::placeholder, .search-input-wrapper input[type='text']::placeholder {
    color: #aaa;
}

.search_wrapper .search__input button, .search-input-wrapper input[type='submit'] {
    position: absolute;
    top: 0;
    bottom: 1px;
    margin: auto;
    right: 0;
    width: 45px;
    height: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 0;
    box-shadow: none;
    background: none;
    color: var(--main-txt);
}

.search-input-wrapper input[type='submit'] {
    top: 1px;
    right: 1px;
}

#title-search {
    position: relative;
}
.header .hb-content.sticky .header-bottom-row {
    position: initial;
}
.input-wrapper {
    position: relative;
}

/* region new header */

.phone-svg {
    margin-top: 3px;
    margin-right: 10px;
    align-self: flex-start;
}

.header-top-line {
    display: flex;
    padding: 17px 0;
    min-height: 97px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-phone {
    color: var(--top-menu-nav-txt);
    font-size: 14px;
}

.header-phone svg{
  margin-right: 10px;
  fill: var(--main_color);
  margin-top: -5px;
  min-width: 22px;
}
.header-phone a, .footer-phone a {
  font-size: 16px;
  color: var(--main_font_color);
  display: inline-block;
}
.footer-phone a {
  color: var(--main_color);
}
.footer_left_email span{
  font-weight: 500;
}
.footer_left_phone span{
  font-weight: 500;
  color: var(--main_font_color);
}
.header-phone a {
  font-size: 16px;
  line-height: 12px;
  color: var(--main_color);
  margin-bottom: 5px;
}
.header-bottom-row {
  display: flex;
  align-items: center;
    justify-content: start;
    max-width: 1300px;
    margin: 0;
    flex-wrap: nowrap;
}

.header .header-bottom {
  height: 100%;
    background: var(--main_color);
}
.header .hb-content {
  width: 100%;
}

.header .hb-content.sticky{
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.header {
  position: relative;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 910;
}



.header.sticky .ine {
    border: none;
}
.header .hb-content .logo {
    display: none;
}

.header .hb-content.sticky .logo {
    display: block;
}
.hb-content.sticky .icon-box_item .user-link .icon-txt {
    display: none !important;
}
.hb-content.sticky .top-icon-box .icon-box_item {
    margin: 0 5px;
}
.header.sticky .top-nav-wrapper, .header.sticky #search_in {
    width: auto;
}
.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container-advanced,
.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container-advanced,
.header.sticky .bx-nav-1-lvl:hover .bx-nav-2-lvl-container,
.header.sticky .top-nav-wrapper.hover-menu .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
    border-top: solid 1px #ebebeb;
}
.header .top-nav-wrapper .icon-box_item {
    display: none;
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
/* endregion */

.search-form input.form-control {
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  outline: none;
  color: #000;
  padding: 12px 10px 12px 12px;
  border: solid 1px #dfdfdf;
}

.main_banner_slider .bx-wrapper {
  margin-bottom: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main_banner_slider .bx-wrapper .bx-controls {
  width: 200px;
  float: right;
  position: relative;
}

.main_banner_slider .slick-arrow {
  position: absolute;
  width: 30px;
  height: 25px;
  top: initial;
  bottom: 50px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  font-size: 0;
  z-index: 100;
  opacity: .7;
  transition: .3s ease-out;
}

.main_banner_slider .slick-arrow:hover {
  opacity: 1;
}

.main_banner_slider ul.slick-dots li {
  display: block;
}

.main_banner_slider .slick-dots li button, .owl-carousel button.owl-dot span {
  display: block;
  background-color: #DBDBDB;
  width: 8px;
  height: 8px;
  position: relative;
  font-size: 0;
  padding: 0;
  transition: all .3s ease;
  margin: 3px 8px;
}
.owl-carousel button.owl-dot span {
  margin: 0px 4px;
}

.owl-carousel button.owl-dot.active span, .main_banner_slider .slick-dots li.slick-active button,
.main_banner_slider .slick-dots li button:after, .owl-carousel button.owl-dot:hover span {
  background: var(--main_color);
}

.owl-carousel button.owl-dot.active span, .main_banner_slider .slick-dots li.slick-active button{
  box-shadow: 0px 4px 4px rgba(248, 165, 18, 0.27);
  width: 9px;
  height: 9px;
}

.offers_box {
  padding-top: 60px;
}

.offers_box .offers_box_item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.offers_box .offers_box_item .row {
  flex-direction: column;
}

.offers_box .offers_box_item .img_box {
  width: 100px;
  height: 100px;
  margin: auto;
  background-size: 65px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
  border: solid 1px #e2e2e2;
  background-color: #fff;
}

.offers_box .offers_box_item .text_box {
  display: inline-block;
  width: calc(100% - 110px);
  font-size: 14px;
  color: #2d1c2e;
}

.offers_box .offers_box_item .text_box b {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 0 15px;
}

.banner-img-item {
  box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
  height: fit-content;
  width: 100%;
  overflow: hidden;
}

.banner-img-item img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 100%;
  object-fit: cover;
  transition: transform .3s ease-out;
  transform: scale(1.02);
}
.banner-img-item:hover img {
  transform: scale(1);
}

.main-receipts-list {
  padding-top: 30px;
}
.slider_wrapper{
    padding-top: 30px;
}
.new-slider_wrapper{
  padding-bottom: 68px;
}
@media (max-width: 900px){
  .slider_wrapper{
    padding-top: 30px;
  }
}
.main-receipts-list .btn-primary{
    color: #fff;
    background-color: var(--main_color);
}
.main-receipts-list .btn-primary:hover{
    box-shadow: none;
    background-color: var(--main_color_hover);
}

.slider_wrapper h2 {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: inline-block;
}
.slider_wrapper h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: var(--main_color);
}
.brands-header {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-receipts-list .btn-primary {
  display: block;
  padding-left: 50px;
  padding-right: 50px;
}

.tab_slider_box .tab_slider_nav a {
  color: #000;
  opacity: .7;
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.tab_slider_box .tab_slider_nav a.active {
    opacity: 1;
    pointer-events: none;
}

.tab_slider_box .tab_slider_nav a.active h2 {
    font-weight: 500;
}

.tab_slider_box .tabs_box {
    position: relative;
}

.tab_slider_box .tabs_box .tab_slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.tab_slider_box .tabs_box .tab_slider.active {
    position: relative;
    opacity: 1;
    z-index: 150;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.tab_slider_box .tabs_box .tab_slider .slider .owl-carousel {
    padding: 0;
}

/*  products items
    --------------------------------------------------------------------*/

/*region svg heart*/

.about_us .content_wrapper {
    font-size: 18px;
    line-height: 2;
    margin: 50px 0;
}

/* region new style popup-in-cart --------------------------------------------------------------------------*/
.popup-window-close-icon:after {
    width: 15px;
    height: 15px;
}
.popup-window-buttons .btn-buy {
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 36px;
    line-height: 1;
}
.popup-window-with-titlebar .popup-window-content {
    padding: 0;
}

.popup-window.popup-window-with-titlebar {
    padding: 0;
}

.popup-window-titlebar-text {
    color: var(--main-txt);
    font-size: 30px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    padding: 0;
    line-height: 1;
    margin-bottom: 34px;
    margin-top: 36px;
}

/* endregion */

.arelrating-color-green1 .info .info-bar {
    background-color: #79c471;
}

.product_card__attributes {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.product_card__attributes .product__attribute {
    line-height: 2;
}

.product_card__attributes .product__attribute .product__attr-label {
    color: #aaa;
}

.product_card__attributes .product__attribute .product__attr-value {
    font-weight: 300;
}

.product_card__attributes .product__attribute .product__attr-value a {
    text-decoration: underline;
    color: #000;
}

.product_card__attributes .product__attribute .product__attr-value a:hover {
    text-decoration: none;
}

.info-card {
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    color: #aaa;
    position: relative;
}

.info-card .tt-info-box {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.info-card .tt-info-box:hover {
    color: #fff;
}

.info-card .tt-info-box:before {
    content: '?';
    display: block;
    line-height: 1.2;
}

.product_order_block {
    padding: 15px 0;
}

.product_card__options {
    margin-bottom: 20px;
}

.clr {
    clear: both;
}

.show_btn {
    display: inline-block;
}

.hide_btn {
    display: none;
}

.product_card__descr {
    margin-bottom: 30px;
}

.product_card__descr .product__descr-label {
    font-size: 16px;
    font-weight: 500;
}

.product_card__descr .product__descr-value {
    width: 60%;
    padding: 10px 0;
}

.order_block-buy .product_item__price {
    display: inline-block;
    vertical-align: middle;
}

.order_block-buy .product_item__price .price {
    font-weight: 500;
}

.order_block-buy .btn_wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    margin: 0 25px;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.order_block-buy .btn_wrapper .product_add-btn {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    padding: 13px 0;
    color: #fff;
    font: inherit;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    display: block;
}

.order_block-buy .product_add-btn span {
    display: block;
    position: relative;
    z-index: 10;
}

.btn_mask {
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.btn_mask:hover {
    background-color: #a1787c;
}

.btn_mask:before {
    content: '';
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: scale3d(0.95, 0.8, 1);
    transform: scale3d(0.95, 0.8, 1);
    display: none;
}

.btn_mask:after {
    content: '';
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
}

.btn_mask:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.btn_mask:hover:after {
    -webkit-transform: scale3d(0.95, 0.8, 1);
    transform: scale3d(0.95, 0.8, 1);
}

.product_add-favour {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.sets {
    margin-bottom: 40px;
}

.sets__wrapper {
    padding: 30px 0;
    display: flex;
    align-items: start;
}

.set_container {
    display: flex;
    align-items: flex-start;
    margin-right: 15px;
}

.set_container .set_item {
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
    position: relative;
}

.set_container .set_item.main-item {
    padding-left: 0;
}

.set_container .set_item.main-item:after {
    display: none;
}

.set_container .set_item .set_plus {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.set_container .set_item .set_plus:after, .set_container .set_item .set_plus:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #bdbdbd;
}

.set_container .set_item .set_plus:after {
    transform: rotate(-90deg);
}

.set_container .set_image__wrap {
    position: relative;
    border: 1px solid #e8e8e8;
}

.set_container .set_image__wrap a {
    display: block;
    width: 173px;
    height: 210px;
}

.set_container .set_image__wrap a img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

.set_container .set_image__wrap span.number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    top: -13px;
    right: -15px;
}

.set_container .set_info {
    width: 175px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.set_container .set_name {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    font-size: 12px;
    font-weight: 500;
}

.set_container .set_item.main-item .set_name {
    width: 100%;
}

.set_container .set_name a {
    color: #000;
}

.set_container .set_name .name {
    overflow: hidden;
    display: block;
    height: 50px
}

.set_container .set_name .price {
    margin-top: 15px;
}

.set_container .set_name .price .current_price {
    display: block;
    font-weight: bold;
}

.set_container .set_name .price .old_price {
    font-size: 11px;
    color: #8f8f8f;
    position: relative;
}

.set_container label.set_check-in,
.set_container div.set_check-in {
    display: inline-block;
    width: 20px;
}

.set_container label.set_check-in {
    cursor: pointer;
}

.set_container div.set_check-in {
    display: none;
}

.set_container label.set_check-in span,
.set_container div.set_check-in span {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
}

.set_container label.set_check-in.active span:before,
.set_container div.set_check-in span:before {
    content: "\f00c";
    line-height: 1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    font-family: FontAwesome;
    top: -2px;
    left: 1px;
}

.set_container label.set_check-in input {
    display: none;
}

.set_result {
    height: 210px;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.set_result:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 15px;
    border-top: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
    top: 90px;
    left: -15px;
}

.set_result .result_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.set_result .result_sum {
    font-size: 24px;
    margin-bottom: 20px;
}

.set_result .result_sum span {
    font-size: 18px;
}

.set_result .result_sum .set-price {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.set_result .result_sum .old_price span:empty {
    display: none;
}

.set_result .set_to-cart,
.basket_empty .go_to-catalog a {
    width: 160px;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    overflow: hidden;
}
.btn-green-border.set_to-cart span {
    position: relative;
    z-index: 10;
}
.btn-green-border.set_to-cart:before {
    z-index: 1;
}

.set_result .set_to-cart {
    width: auto;
    min-width: 160px;
    padding: 10px 20px;
}

.kit, .btn-loader {
    display: none;
}
.btn-loader {
    font-size: 16px;
}

.comments .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    margin: 0;
}

.comments .title_box h2 {
    display: inline-block;
    border: 0;
    padding-bottom: 0;
}

.api_modal .api_modal_title {
    text-transform: uppercase;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text {
    padding-left: 25px;
    position: relative;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text:before, .api_form .api_controls label input[type=checkbox] + .api-rules-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.api_form .api_controls label input[type=checkbox] + .api-rules-text:before {
    border: solid 1px #bdbdbd;
}

.api_form .api_controls label input[type=checkbox]:checked + .api-rules-text:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 14px;
    top: -2px;
    left: 1px;
}

.api_form .api_controls label input[type=checkbox] {
    display: none;
}

.api_form .api_controls label {
    padding-left: 0;
}

.api_modal .api_modal_close {
    z-index: 100;
}

.api_modal .api_modal_header {
    padding: 15px 30px 15px 20px;
}

.section__list-wrapper {
    padding-bottom: 20px;
}
#categories .section__list-wrapper{
  padding-bottom: 0px;
}
.sorting_box {
    font-size: 14px;
    color: #bbb;
    text-align: right;
    padding: 0 !important;
}

.sorting_box span.title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sorting_box .sorting {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.sorting_box .sorting .sorting_item {
    display: inline;
    margin-left: 10px;
    font-weight: 300;
}
.sorting_box .sorting .sorting_item:first-child {
    margin-left: 0;
}

.sorting_box .sorting .sorting_item span {
    display: inline-block;
    vertical-align: top;
}
.sorting_box .sorting-title, .sorting_box .sorting .sorting_item a {
    color: #a9a9a9;
}
.sorting_box .sorting .sorting_item .fa {
    font-size: 12px;
    line-height: 18px;
}

.sorting_box .sorting .sorting_item a {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.sorting_box .sorting .sorting_item.active a {
    color: var(--main_font_color);
    font-weight: 500;
}
.sorting_box .sorting .sorting_item:hover a {
    color: var(--main_font_color);
}

.product_card_fast {
    text-align: right;
}

.fade-in-down-sm .product_card_fast {
    display: none;
}
.product_card_fast {
    justify-content: center;
    align-items: center;
    text-align: left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    display: none;
}

.product_card_fast .fast_view {
    display: none;
}

.product_card_fast.fast-in {
    display: flex;
    z-index: 1000;
    overflow: auto;
}

.product_card_fast .fast_wrapper {
    position: relative;
    z-index: 1040;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.product_card_fast .product_card_detail {
    background-color: #fff;
    padding: 30px;
}
.product_card_fast .product-detail-info-top{
    margin: 0;
}
.product_card_fast .product_card_detail .slider_in_fast {
    margin-top: 50px;
}

.product_card_fast .product-item-detail-content {
    padding-left: 20px;
    margin-left: -1px;
}

.product_card_fast .product-detail-descriptions .tab-content {
    line-height: 1.5;
}

.product_card_fast .product_opt {
    width: 100%;
}

.product_card_fast .go_to_card {
    text-align: center;
    padding-bottom: 30px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.product_card_fast .go_to_card a {
    display: inline;
    position: relative;
    border-bottom: 1px solid transparent;
    color: #aaa;
    font-size: 18px;
    font-weight: 300;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.product_card_fast .close-btn {
    top: 0;
    right: 0;
}

.close-btn, .popup-window-titlebar-close-icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: none;
    opacity: .5;
    position: absolute;
    top: 0;
    right: 0;
}
.favour-del.close-btn {
    right: unset;
    left: 0;
}
.cartline-wrapper .popup-window-titlebar-close-icon {
    position: relative;
}
.popup-window-titlebar-close-icon:hover {
    opacity: 0.8;
}
.popup-window-titlebar-close-icon:active {
    opacity: 1;
}
.popup-window.successful-add {
    width: 500px;
    max-width: calc(100% - 20px);
    padding: 20px;
}
.popup-window.successful-add .popup-window-buttons {
    padding: 0;
}
.popup-window.successful-add .btn {
    padding: 13px 22px !important;
    font-weight: 600;
    height: 42px;
    width: 200px;
}
.popup-window.successful-add img {
    margin-bottom: 10px;
}
.close-btn {
    opacity: .5;
}
.close-btn:hover {
    opacity: .8;
}
.close-btn:active {
    opacity: 1;
}

.close-btn:before, .close-btn:after, .popup-window-titlebar-close-icon:before, .popup-window-titlebar-close-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 13px;
    height: 2px;
    background-color: var(--main-txt);
}

.close-btn:before, .popup-window-titlebar-close-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-btn:after, .popup-window-titlebar-close-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup_mask, .popup_inner {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.popup_inner {
    z-index: 2000;
}

.footer {
  background-color: var(--main-txt);
  padding: 30px 0 0;
}
@media (max-width: 1366px){
  .footer {
    background-position: 0px -25px;
  }
}
@media (min-width: 1367px){
  .footer {
    background-position: 0px -100px;
  }
}
.footer_bottom_wrapper{
  background-color: var(--main-txt);
  border-top: 1px solid #2c2c2c;
    color: #86868F;
}
.krayt-link a {
    color: #86868F;
    font-weight: 400;
}
.krayt-link a:hover {
    color: var(--main_color)
}
.feedback-btn {
    background: none;
    font-size: 14px;
    padding: 7px 18px;
    transition: .3s ease-in-out;
}

.feedback-btn:hover {
    color: #fff;
}

.bottom-logo {
    margin-bottom: 40px;
}

.footer-item-text {
    font-size: 14px;
    line-height: 1.7;
    color: #313131;
}

.mail-subscribe-container {
    width: 100%;
    padding-top: 47px;
    padding-bottom: 47px;
    background-image: url(images/subscribe_bg.png);
    background-color: var(--add_color);
    background-size: cover;
    background-position: -100%;
}
@media (min-width: 1920px){
  .mail-subscribe-container{
    background-position: 70px -4px;
  }
}
.mail-subscribe {
    max-width: 1110px;
    width: 100%;
    margin: auto;
}
.mail-subscribe .subscribe-title {
    font-weight: 900;
    color: var(--main_font_color);
}
.mail-subscribe .subscribe-title h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #FFFFFF;
}

@media (max-width: 1024px){
  .mail-subscribe .subscribe-title h3{
    font-size: 25px;
  }
}

.mail-subscribe .subscribe-title p { font-size: 14px; }
.mail-subscribe .main-user-consent-request-announce {
    color: rgba(255, 255, 255, .7);
}
.subform-col{
  padding-right: 0px;
}

.top-menu ul.navigation {
    display: flex;
    align-items: center;
}

top-menu ul.navigation li a {
    font-size: 13px;
}

.top-menu ul.navigation li {
  font-size: 14px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 55px;
    position: relative;
}

.top-menu ul.navigation li::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--main-txt);
    transition: .3s all ease;
}

.top-menu ul.navigation li:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
    background: url("images/icons/stocks-svg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 13px;

}
.top-menu ul.navigation li:hover:before {
    width: 100%;
}
.top-menu ul.navigation li:first-child{
    font-size: 13px;
}

.top-menu ul.navigation li:last-child {
    margin-left: 185px;
}
.footer-item-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 24px;
  display: block;
  position: relative;
  z-index: 2;
}
.footer-item-title span{
  z-index: 2;
}
.footer-item-menu{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer-item-title span{
  position: relative;
}

.footer ul.navigation li {
    margin-bottom: 12px;
    line-height: 1.3;
}

.footer ul.navigation li a {
    font-size: 14px;
    color: #86868F;
    position: relative;
    display: inline-block;
    font-weight: 400;
}

.footer ul.navigation li a:after {
    display: block;
    height: 1px;
    width: 0;
    left: 50%;
    position: absolute;
    bottom: 1px;
    -webkit-transition: width .15s ease-out;
    transition: width .15s ease-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer ul.navigation li a:hover:after {
    width: 100%;
}

.footer .pays-box, .footer .pay-title {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
.footer .footer-item-pays {
    margin-top: 15px;
}
.footer .pay-title {
    margin-bottom: 5px;
    margin-right: 10px;
    display: block;
    font-weight: 500;
    color: var(--main_font_color);
}

.footer .pays-box .pay-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    height: 17px;
}
.footer .pays-box .pay-item:first-child {
    margin-left: 0;
}
.footer .pays-box .pay-item img {
    max-height: 17px;
}
.footer .footer-content{
  padding-bottom: 75px;
}

script {
    display: none !important;
}

h2.title_mob {
    display: none;
}

.sale-personal-section-row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
}

.sale-personal-section-index-block {
    opacity: .8;
    padding: 0;
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-size: cover;
    height: 87%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    background: var(--main_color);
}

.sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus,
.sale-personal-section-index-block-link:visited {
    text-decoration: none;
    display: block;
    padding: 25px 15px;
    color: #fff;
    width: 100%;
}

.sale-personal-section-index-block-link {
    color: #fff;
}

.sale-personal-section-index-block-ico {
    font-size: 64px;
}

.sale-personal-section-index-block-name {
    font-size: 16px;
    color: var(--main-txt);
    margin-bottom: 0px;
    text-align: center;
}
.sale-personal-section-index-block-name:after{
  content: none;
}
.sale-personal-section-index-block-name:before{
  content: none;
}
.sale-personal-section-account-sub-header {
    margin-top: 40px;
}

.sale-order-title {
    font-family: inherit;
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: bold;
}

.sale-order-detail-more-info-details .table-responsive {
    border: 0;
}

.orders-history-link a {
    margin-right: 15px;
}

.orders-history-link a:hover {
    border-bottom-color: transparent;
}

.orders-history-link {
    margin-bottom: 30px;
}

.bx_profile {
    max-width: 500px;
}

.bx_profile font.notetext {
    margin-bottom: 10px;
    display: block;
}

.bx_profile .main-profile-block-date-info {
    margin-bottom: 30px;
}
.account-form .form__widget {
  margin-bottom: 10px;
}
.account-form .form__controls{
  margin-top: 10px;
}

.account-form .form__widget-box {
}

.form__widget_birthday .form__widget-box {
    position: relative;
}

.form__widget_birthday .form__widget-box .calendar-icon {
    position: absolute;
    right: 10px;
    bottom: 7px;
    color: #616161;
    opacity: .7;
}

.form__widget_birthday .form__widget-box .calendar-icon:active {
    opacity: 1;
}

.form__widget_birthday .form__widget-input {
    position: relative;
    max-width: 200px;
}

.account-form .form__widget_fio .form__widget-label {
    display: block;
    margin: 0 0 5px 0;
}

.account-form .form__widget_gender input[type="radio"] {
    display: none;
}

.account-form ul.tabs_gender {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.account-form ul.tabs_gender li.tabs__item {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
}

.account-form ul.tabs_gender li.tabs__item label.tabs__item-btn {
    display: block;
    position: relative;
    padding: 7px 0;
    height: 34px;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid var(--main_color);
}

.account-form ul.tabs_gender li.tabs__item input[type="radio"]:checked + label {
    cursor: default;
}

.account-form ul.tabs_gender li.tabs__item label.tabs__item-btn:hover {
    background-color: var(--main_color);
}

.password-form {
    display: none;
}

.orders .order-item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 20px;
    font-size: 14px;
}

.orders .orders-item__about {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.orders .orders-item__id {
    width: 30%;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.orders .order-item__total-price {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-weight: 300;
}

.orders .order-item__order-date {
    width: 18%;
    display: inline-block;
    text-align: center;
}

.orders .orders-item__status {
    width: 30%;
    display: inline-block;
    text-align: right;
}

.orders .orders-item__status.status_ok,
.order__time.status_ok {
    color: #06c191;
}

.orders .orders-item__status.status_process,
.order__time.status_process {
    color: #999;
}

.orders .orders-item__status.status_cancel,
.order__time.status_cancel {
    color: #f45057;
}

.orders .track-items__item-image, .orders .track-items__more-items {
    border: 1px solid #aaa;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 45px;
    height: 65px;
}

.orders .track-items__more-items {
    font-size: 18px;
    text-align: center;
    line-height: 65px;
    margin: 0;
}

.orders .orders-item__goods {
    width: 50%;
    display: inline-block;
}

.orders a.order-item__link {
    float: right;
    color: #fff;
    display: block;
    padding: 5px 20px;
    margin-top: 34px;
}

.title_box {
    padding: 20px 0;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

.basket_wrapper .bx_ordercart .bx_sort_container {
    width: 15%;
    padding-right: 2%;
    float: left;
}

.basket_wrapper .bx_ordercart .bx_sort_container span {
    display: none;
    font-weight: 500;
    color: #000;
    margin-top: -40px;
}

.basket_wrapper .bx_ordercart .bx_sort_container a {
    text-shadow: none;
    box-shadow: none;
    margin-left: 0;
    border-radius: 0;
    width: 100%;
    font-weight: 300;
    background: none;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    padding: 0 10px;
    color: #000;
}

.basket_wrapper .bx_ordercart .bx_sort_container a:hover {
    background: none;
}

.basket_wrapper .bx_ordercart .bx_sort_container a.current, .basket_wrapper .bx_ordercart .bx_sort_container a.current:hover {
    color: #fff;
    cursor: default;
}

#basket_items_list, #basket_items_delayed, #basket_items_subscribed, #basket_items_not_available {
    margin-left: 15%;
    width: 85%;
    margin-top: 10px;
}

.basket_wrapper .bx_ordercart .bx_ordercart_order_table_container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}

.basket_wrapper .bx_ordercart .bx_ordercart_order_table_container table thead td {
    font-weight: 300;
}

#col_WEIGHT, .td.weight {
    display: none !important;
}

.basket_wrapper .bx_ordercart .bx_bt_button,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout,
.order_wrapper .bx-blue .btn.btn-default {
    text-shadow: none;
    margin-left: -5px;
    transition: .3s ease-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none !important;
}

.basket_wrapper .bx_ordercart .bx_bt_button:hover,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover,
.order_wrapper .bx-blue .btn.btn-default:hover {
    background: #a1787c;
}

.order_wrapper .bx-soa-section-title {
    font-family: inherit;
    font-weight: 300;
    text-transform: initial;
}

.order_wrapper a.bx-soa-info-shower {
    font-weight: 300;
}

.basket_empty {
    text-align: center;
    margin: 50px 0;
    width: 100%;
}

.basket_empty .errortext,
.lk__content-wrapper .errortext {
    font-size: 24px;
    color: #aaa;
}

.basket_empty .go_to-catalog a {
    display: inline-block;
    width: 200px;
    text-align: center;
    padding: 5px 0;
    margin-top: 15px;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price {
    display: none;
}

.contacts_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.contacts_content .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
}
.contact_title {
    font-weight: 500;
}

.contacts__adress, .contacts__form {
    flex-grow: 1;
}

.message-form__widget {
    margin-bottom: 10px;
}

.message-form__widget input {
    border: 1px solid #ddd;
    height: 41px;
    color: #000;
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
}

.message-form__widget textarea {
    border: 1px solid #ddd;
    outline: none;
    color: #000;
    width: 100%;
    height: 150px;
    padding: 6px 12px;
    font-size: 14px;
    resize: none;
    line-height: 1.42857143;
    border-radius: 3px;
}

.message-form__widget input::placeholder,
.message-form__widget input:-ms-input-placeholder,
.message-form__widget input:-moz-placeholder,
.message-form__widget input::-webkit-input-placeholder,
.message-form__widget textarea::placeholder,
.message-form__widget textarea:-moz-placeholder,
.message-form__widget textarea:-ms-input-placeholder,
.message-form__widget textarea::-webkit-input-placeholder {
    color: #aaa;
}

.message-form__controls {
    text-align: center;
}
.message-form__controls .message-submit {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.contacts__list .contacts_item {
    margin-bottom: 10px;
}

.contacts__list .contacts_item a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    position: relative;
}

.contacts__list .contacts_item a:after {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background-color: #aaa;
}

.contacts__list .contacts_phone a {
    font-weight: 900;
}

.contacts__list .contacts_item span {
    display: inline-block;
    vertical-align: middle;
    color: #aaa;
    font-weight: 300;
}

.contacts__list .contacts__adr .title {
    margin-top: 50px;
}

.contacts__list .contacts__adr span {
    color: #000;
    margin: 0;
    font-weight: 500;
}

.map_wrapper div.bx-yandex-map {
    width: 100% !important;
}

.delivery-pay_content {
    margin-bottom: 50px;
}

.delivery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.delivery-pay_content .content__image {
    position: relative;
    height: 0;
    padding-top: 40%;
    margin-top: -35px;
}

.delivery-pay_content .content__image .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.delivery__wrapper .content__text {
    padding-right: 30px;
}

.pay__wrapper .content__text {
    position: relative;
    margin-bottom: 30px;
}

.pay__wrapper h2 {
    font-size: 18px;
    text-transform: none;
    margin-bottom: 25px;
}

.delivery-pay_content .text__inner {
    line-height: 2;
}

.top__text {
    font-size: 18px;
}
.order {
    font-size: 14px
}

.order__title {
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
    text-transform: none;
}

.order__time {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}

.order__info {
    display: table;
    width: 100%
}

.order__info-row {
    display: table-row;
    width: 100%
}

.order__info-cell {
    display: table-cell;
    padding-bottom: 10px;
    width: 80%
}

.order__info-cell_title {
    padding-left: 0;
    width: 20%;
    font-weight: bold;
}

.order__orders {
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

.order__payments {
    margin-top: 20px;
    border-top: solid 1px #ddd;
    padding: 15px 0;
}

.order__price {
    font-size: 16px;
    font-weight: 500;
    display: table;
    width: 100%;
}

.order-list {
    border-top: solid 2px #000;
    font-size: 0;
}

.order-list__header {
    font-weight: 300;
    padding: 10px 20px;
    background: #f5f5f5;
}

.order-list__content {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.order-list__row {
    padding: 10px 0;
}

.order-list__count-column, .order-list__price-column, .order-list__title-column {
    vertical-align: top;
    display: inline-block;
    font-size: 14px
}

.order-list__count-column {
    text-align: center;
}

.order-list__price-column {
    text-align: right;
}

.order-list__title-column {
    width: 60%;
}

.order-list__count-column {
    width: 10%;
}

.order-list__price-column {
    width: 30%;
}

.order-item:after {
    content: '';
    clear: both;
    display: block
}

.order-item__img {
    width: 100px;
    height: 135px;
    float: left;
    overflow: hidden;
}

.order-item__img-pic {
    width: 100px;
    height: 135px;
}

.order-item__info {
    margin-left: 125px;
}

.order-item__returned, .order-item__size, .order-item__art, .order-item__title {
    margin-bottom: 5px;
}

.order-item__title {
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.order-item__price {
    margin-bottom: 5px;
}

.order-item__price_total {
    font-weight: 300;
}

.order__main-info {
    margin-bottom: 15px;
}

.order__widget_description {
    margin-top: 5px;
}

.order__price-total {
    vertical-align: middle;
}

.order__main-info + .order__info {
    border-top: solid 1px #ddd;
    padding-top: 15px;
}

.order-items__review, .review__btn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
}

.order-items__review span {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.rev__form_review {
    display: none;
    width: 500px;
    height: 410px;
    padding: 30px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2500;
}

.rev__node-left {
    float: left;
    width: 200px
}

.rev__node-body {
    margin-left: 224px;
}

.rev__node-rating {
    background-size: 90px 27px;
    background-position: -3px 0;
    height: 27px;
    width: 90px
}

.rev__write {
    margin: 0 auto;
    vertical-align: baseline
}

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

.rev__form_review .close-btn {
    right: -10px;
}

.rev__form-head {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.rev__form-body {
    padding: 0 32px 16px;
}

.rev__cancel {
    margin-right: 18px;
    margin-bottom: 20px;
    vertical-align: baseline;
}

.rev__form-foot {
    padding: 16px 32px;
    text-align: center;
}

.rev__form-foot .review__btn {
    margin: 0;
}

.rev__form-foot .button {
    position: relative;
    z-index: 10;
    background: none;
    border: none;
    font-family: inherit;
    color: #fff;
    font-weight: 300;
}

.rev__form-body-delete {
    line-height: 20px;
    padding-top: 26px;
    padding-bottom: 44px;
}

.rev__form-body-delete p {
    margin-top: 0;
    margin-bottom: 7px;
}

.rev__form-field {
    margin-bottom: 20px;
    text-align: left;
}

.rev__form-label {
    font-weight: 500;
    margin-bottom: 8px;
}

.rev__form-input_text {
    border: 1px solid #999;
    padding: 7px 12px;
    height: 32px
}

.rev__form-input_textarea {
    height: 110px;
    border: 1px solid #ddd;
    font-size: 13px;
    outline: 0;
    resize: none;
    padding: 5px 10px;
    width: 100%;
}

.news-list {
    word-wrap: break-word;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    position: relative;
}

.news-item {
    display: block;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:nth-child(4n) {
    margin-right: 0;
}

.news-picture__link {
    overflow: hidden;
    display: block;
    background-color: #000;
}

.news-picture__link .picture__wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 75%;
}

.news-picture__link .preview_picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s ease-out;
}

.news-item:hover .preview_picture {
    transform: scale(1.1);
}

.news-date-time {
    display: block;
    position: absolute;
    color: #fff;
    z-index: 10;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(172, 138, 141, .85);
}

.news-item__container {
    padding: 15px;
}

.news-item__container {
    text-align: center;
}

.news-title__link {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.news-title__link a {
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.news-item__descr {
    font-size: 14px;
    margin-bottom: 25px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.news-item__descr:after {
    display: block;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 53%, rgba(255, 255, 255, 1) 100%);
    height: 35px;
    width: 62px;
    right: 0;
    bottom: -8px;
}

a.news-item__btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 10px 30px;
}

a.news-item__btn span {
    position: relative;
    z-index: 10;
}

.news-detail__image-rel {
    height: 475px;
    margin-bottom: 25px;
    overflow: hidden;
}

.news-detail__image-abs {
    position: absolute;
    width: 100%;
    left: 0;
}

.news-detail__image-wrapper {
    display: block;
    position: relative;
    height: 475px;
}

.news-detail__image {
    width: 100%;
    height: 100%;
}

.news-detail__date {
    margin: 25px 0;
}

.news-detail__wrapper .lk__title-back {
    border: none;
    margin: 0;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    background: #ddd;
}

.order_wrapper .form-control {
    transition: .3s ease-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.order_wrapper .form-group .form-control:focus {
    box-shadow: none;
    background-color: transparent;
}

.order_wrapper .bx-soa-item-table {
    margin: 0;
}
.page_404 .number-img {
    background-image: url(images/404.png);
}

/* region preloader fast view -------------------------- */

.preloader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    visibility: visible;
    z-index: 1100;
}

.fast_elem_wrapper {
    position: relative;
    z-index: 15;
    width: 100%;
    max-width: 1300px;
    height: auto;
    margin-right: 8px;
}
.fast_elem_wrapper .timer-and-available {
    padding: 8px 20px 12px;
}
.lego {
  position: relative;
  height: 52px;
  width: 64px;
}
.lego .lego-bricks {
  display: flex;
}
.lego .lego-bricks .block {
  height: 14px;
  width: 16px;
  z-index: 2;
}
.lego .lego-bricks .block.one {
  animation: translate-lego 2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  fill: #C1272D;
}
.lego .lego-bricks .block.two {
  animation: translate-lego 2s cubic-bezier(0, 0.5, 0.5, 1) 0.15s infinite;
  fill: #FBB03B;
}
.lego .lego-bricks .block.three {
  animation: translate-lego 2s cubic-bezier(0, 0.5, 0.5, 1) 0.3s infinite;
  fill: #0071BC;
}
.lego .lego-bricks .block.four {
  animation: translate-lego 2s cubic-bezier(0, 0.5, 0.5, 1) 0.45s infinite;
  fill: #22B573;
}
@keyframes translate-lego {
  0%,
  80%,
  100% {
    transform: translateY(0);
  }
  15%,
  70% {
    transform: translateY(32px);
  }
}
.lego .lego-base {
  bottom: 0;
  fill: rgba(0, 0, 0, 0.2);
  height: 9px;
  position: absolute;
  width: 64px;
  z-index: 1;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
}

.mobile-fav, .mobile-menu-title {
    display: none;
}

/*-----------------------region M-E-D-I-A---Q-U-E-R-I-E-S-----------------------*/

@media screen and (max-width: 1366px) {
    .top-nav-banner-item .card-title {
        font-size: 16px;
    }

    .page_404 {
        padding-top: 0;
    }

    .page_404 .text_404 {
        padding: 20px 60px;
        padding-bottom: 0px;
    }

}

.api_modal .api_modal_loader .api_spinner {
    animation: loader 5s linear infinite;
}
@keyframes loader{
    100%{ -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}

/** initial setup **/
.nano {
    position : relative;
    width    : 100%;
    height   : 100%;
    overflow : hidden;
}
.nano > .nano-content {
    position      : absolute;
    overflow      : scroll;
    overflow-x    : hidden;
    top           : 0;
    right         : 0;
    bottom        : 0;
    left          : 0;
}
.nano > .nano-content:focus {
    outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
    display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}
.nano > .nano-pane {
    background : rgba(0,0,0,.25);
    position   : absolute;
    width      : 10px;
    right      : 0;
    top        : 0;
    bottom     : 0;
    visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity    : .01;
    -webkit-transition    : .3s;
    -moz-transition       : .3s;
    -o-transition         : .3s;
    transition            : .3s;
    -moz-border-radius    : 5px;
    -webkit-border-radius : 5px;
    border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0,0,0,.5);
    position              : relative;
    margin                : 0 1px;
    -moz-border-radius    : 3px;
    -webkit-border-radius : 3px;
    border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility : visible\9; /* Target only IE7 and IE8 with this hack */
    opacity    : 0.99;
}
.header-top-line .col-left{
    display: flex;
    align-items: center;
}
.header-top-line .col-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.address .address_title{
    line-height: 1;
}
.address .address_title span{
    font-weight: 400;
    line-height: 1;
    font-size: 12px;
}
.search_wrapper{
    min-width: 318px;
}

.top-search{
    margin-right: 26px;
}
.product-detail-preview{
    overflow: auto!important;
}
.btn{
    border-radius: 0;
}


.product-item-detail-gallery .product_card-flags{
	right: 0;
}
.product-detail-sku-container .product-item-scu-item-text-block{
	padding: 3px 12px;
  outline: 0;
  border-radius: 0px;
}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{
	outline-width: 0px;
}
.product-item-scu-item-text-block{
	outline: none;
}
.top-catalog-menu-title {
    position: relative;
}

.product_item_name_box .rating_item{
    display: flex;
    align-items: center;
    line-height: 1;
    margin: 10px 0 26px;
}
.product_item_name_box .rating_item .count_rating{
    font-size: 12px;
    color: #6c6c6c;
    margin-left: 6px;
    line-height: 12px;
    font-weight: 500;
    position: relative;
}

.title_box h1{
    font-weight: bold;
    font-size: 30px;
    color: var(--main-txt);
    margin-bottom: 30px;
}

.back_link .btn-primary{
  background-color: var(--main_color);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 30px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.back_link .btn-primary span {
    color: var(--main-txt);
    line-height: 12px;
}
.back_link .btn-primary svg {
    transition: all .3s ease;
}
.back_link .btn-primary:hover {
    background-color: var(--main_color_hover);
    box-shadow: none;
}
.back_link .btn-primary:hover svg {
    transform: translateX(-8px);
}
.back_link .btn-primary:hover:active {
    background-color: var(--main_color_active);
}
.embed-responsive-16by9::before{
    padding: 0 !important;
    height: 230px;
}
.fast_wrapper .main-button-container .btn-subscribe{
    display: none;
}

.fast_wrapper .button-quantity-col .row .col-auto{
    flex-direction: row-reverse;
    align-items: center;
}
.fast_wrapper .button-quantity-col .row .col-auto .quantity-block{
    margin-right: 15px;
}
.bx-nav-list .hidden-xs{
    flex-direction: row;
    align-items: center;
}
.social_network{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.social_network_item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
}
.social_network_item a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.social_network_item{
    margin-right: 8px;
}
.social_network_item a{
    background: #AEB1B8;
    border-radius: 4px;
}
.social_network_item a:hover{
    background: var(--main_color);
}

.next_product{
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 15px;
    display: flex;
}
.product__list{
    display: flex;
    flex-wrap: wrap;
}
.catalog_sort_row{
    margin-bottom: 20px;
    position: relative;
}
label{
    font-weight: normal;
}
.open-filter-wrp .btn-primary{
    color: #fff;
}
.open-filter-wrp .btn-primary:hover{
    color: #fff;
    background-color: var(--main_color_hover);
}
.open-filter-wrp .btn-primary:active,
.open-filter-wrp .btn-primary:focus{
    background-color: var(--main_color_active);
}

.btn-primary{
    color: #fff;
}
.header .top-icon-box{
    display: flex;
    align-items: center;
    position: relative;
    margin-left: auto;
}
.header .top-icon-box a{
    font-weight: 500;
}
.header .top-icon-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #292929;
}
.header-top-line .address{
    margin-top: 7px;
    opacity: 0;
}

.header .top-catalog-menu-title {
	background-color: var(--main_color);
}

.header .top-catalog-menu-title:hover {
    background-color: #F4B000;
}


.header .navigation ul li.navigation_item a.navigation-link:after,
.header .header__sublist ul.sublist li.sublist__item a.sublist__item-link:after {
	background-color: var(--main_color);
}

.header .navigation a:active {
	color: var(--main_color);
}
.header .navigation ul li.navigation_item.hover a.navigation-link {
	color: var(--main_color);
}

.header .header__sublist ul.sublist li.sublist__item.alls a.sublist__item-link {
	color: var(--main_color);
}
.header .icon-box_item.open-in .icon-txt {
	color: var(--main_color);
}
.icon-box_item .goods_icon-counter {
	background-color: var(--main_font_color);
    border: 1px solid black;
}
.header .go_to a.bg_none:hover {
	color: var(--main_color);
}

.account-form .login-link {
	color: var(--main_color);
}
.sale-order-link {
	border-bottom: 1px dashed var(--main_color);
	color: var(--main_color);
}
.sale-order-link:active,
.sale-order-link:focus{
  border-color: transparent
}
textarea:focus, input[type=password]:focus, input[type=text]:focus, .form-control:focus, .ec-input-param:focus {
	border-color: var(--focus_input_color)!important;
}
.sale-order-payment-change-pp-company:hover .sale-order-payment-change-pp-company-graf-container {
	border-color: var(--main_color);
}
.sale-accountpay-pp-company.bx-selected .sale-accountpay-pp-company-graf-container {
	border-color: var(--main_color);
}
.btn-primary, .api_button_primary, .popup-window-buttons .btn-buy {
	background-color: var(--main_color);
    color: var(--main-txt) !important;
}
.btn-not-avaliable .btn.disabled{
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 160px;
  height: 45px;
  line-height: unset;
text-transform: uppercase;
    background: #eaeaea;
}
.btn-green-border, .popup-window-buttons .btn-buy:first-child {
	border: 1px solid var(--main_color);
  color: var(--main-txt);
  cursor: pointer;
    transition: 0s;
}
.btn-green-border:focus,
.popup-window-buttons .btn-buy:first-child:focus{
    border: 1px solid var(--main_color);
    background-color: unset;
}
.btn-green-border:hover,
.popup-window-buttons .btn-buy:first-child:hover {
	background-color: var(--main_color);
  border-color: var(--main_color);
  color: var(--main-txt);
}
.btn-green-border:active,
.popup-window-buttons .btn-buy:first-child:active{
  border: 1px solid var(--main_color_hover);
  background-color: var(--main_color_hover);
}
.btn-green-border.main-user-consent-request-popup-button.main-user-consent-request-popup-button-rej {
    font-weight: 600;
    color: var(--main-txt) !important;
}
.btn{
  font-size: 14px;
}
.popup-window-buttons .btn-buy:first-child:active,
.popup-window-buttons .btn-buy:first-child:focus{
  border-color: var(--main_color_active);
  background-color: var(--main_color_active);
  color: #fff;
}
.link-green-border {
	color: var(--main_color);
  line-height: 15px;
  display: inline-block;
  font-weight: 500;
}
.link-green-border span{
  margin: 0 10px;
  font-size: 14px;
}
.link-green-border:hover span{
  animation: arrow_move 1s infinite;
}
.btn-primary:hover{
    background-color: var(--main_color_hover);
}
.link-green-border:hover i{
  fill: var(--main_color_hover);
  animation: arrow_move 1s infinite;
}
@keyframes arrow_move {
	0%{
		transform: translate(0px, 0);
	}
	50%{
		transform: translate(5px, 0);
	}
	100%{
		transform: translate(0px, 0);
	}
}
.header-phone a:hover{
	color: var(--main_color_hover);
}
.footer-phone a:hover{
  color: var(--main_color_active);
}
.header-phone a:active,
.header-phone a:focus {
  color: var(--main_color_active);
}
.owl-carousel .owl-nav button span {
	background: #fff;
}
.info-card .tt-info-box:hover {
	border-color: var(--main_color);
	background-color: var(--main_color);
}
.btn_mask {
	background-color: var(--main_color);
}
.btn_mask:active {
	background-color: var(--main_color);
}
.btn_mask:before {
	border: 1px solid var(--main_color);
}

.btn_mask:after {
	background: var(--main_color);
}
.btn_mask:hover:after {
	background-color: var(--main_color);
}
.set_container .set_image__wrap span.number {
	background-color: var(--main_color);
}
.set_container label.set_check-in.active span:before,
.set_container div.set_check-in span:before {
	color: var(--main_color);
}
.api_form .api_controls label input[type=checkbox]:checked + .api-rules-text:after {
	color: var(--main_color);
}
.product_card_fast .go_to_card a:hover {
	border-bottom-color: var(--main_color);
	color: var(--main_color);
}
.feedback-btn {
	border: solid 1px var(--main_color);
	color: var(--main_color);
}
.feedback-btn:hover {
	border: solid 1px var(--main_color_hover);
	background-color: var(--main_color_hover);
  color: #fff;
}
.feedback-btn:active,
.feedback-btn:focus {
  border: solid 1px var(--main_color_active);
	background-color: var(--main_color_active);
  color: #fff;
}
.footer ul.navigation li a:after {
	background-color: var(--main_color);
}

.footer ul.navigation li a:hover {
	color: var(--main_color);
}

.hamburger {
	color: var(--main_color_hover);
}

.hamburger .line, .hamburger .line:after, .hamburger .line:before {
	background-color: var(--main_color);
}
.orders-history-link a {
	color: var(--main_color);
	border-bottom: 1px solid var(--main_color);
}
.form__widget_birthday .form__widget-box .calendar-icon:active {
	color: var(--main_color);
}

.form__widget_birthday .form__widget-box a.calendar-icon-hover {
	color: var(--main_color);
}
.account-form ul.tabs_gender li.tabs__item input[type="radio"]:checked + label {
	background-color: var(--main_color);
}
.orders .orders-item__id:hover {
	color: var(--main_color);
}
.orders a.order-item__link {
	background-color: var(--main_color);
}
.basket_wrapper .bx_ordercart .bx_sort_container a:hover {
	border: 1px solid var(--main_color);
}

.basket_wrapper .bx_ordercart .bx_sort_container a.current, .basket_wrapper .bx_ordercart .bx_sort_container a.current:hover {
	background: var(--main_color);
	border: 1px solid var(--main_color);
}
.basket_wrapper .bx_ordercart .bx_bt_button,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout,
.order_wrapper .bx-blue .btn.btn-default {
	background: var(--main_color);
}
.basket_wrapper .bx_ordercart .bx_bt_button:active,
.basket_wrapper .bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:active,
.order_wrapper .bx-blue .btn.btn-default:active {
	background: var(--main_color);
}
.order_wrapper .bx-soa-section-title-count {
	border-color: var(--main_color);
}

.order_wrapper a.bx-soa-info-shower {
	color: var(--main_color);
}

.bx_ordercart .bx_ordercart_coupon input:focus {
	border-color: var(--main_color);
}
.message-form__widget input:focus, .message-form__widget textarea:focus {
	border-color: var(--main_color);
}
.order-item__img {
	border: 1px solid var(--main_color);
}
.order_wrapper .form-group .form-control:focus {
	border-color: var(--main_color);
}
.loader span:first-child {
	border-bottom: 5px solid var(--main_color);
}

.wrapper-select-block .select-block {
	/* размер и позиция */
	border: none;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.wrapper-select-block .select-block li.selected .product-item-scu-item {
	background-color: var(--main_color);
}
.wrapper-select-block{
  transition: all .3s;
}
.wrapper-select-block.active {
	border-color: transparent;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
h2{
	color: var(--main-txt);
}

.btn-primary:active:hover{
  background-color: var(--main_color_active);
  border-color: var(--main_color_active);
}


.main_content{
  position: relative;
}

.catalog_and_menu .navigation .navigation_item {
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 55px;

}

.catalog_and_menu .navigation .navigation_item:first-child {
    margin-left: 40px;
}

.catalog_and_menu .navigation .navigation_item:last-child {
 margin-left: 209px;
    position: relative;
}

.catalog_and_menu .navigation .navigation_item:last-child .navigation-link  {
    position: relative;
}

.catalog_and_menu .navigation .navigation_item:last-child .navigation-link::before{
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translate(0, -52%);
    content: '';
    background: url("images/icons/stocks-header.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 13px;
}
.header-top {
    max-width: 1300px;
    margin: 0 auto;
}
.catalog_and_menu .navigation .navigation_item::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--main-txt);
    transition: .3s all ease;
}

.catalog_and_menu .navigation .navigation_item:hover:before {
    width: 100%;
}

/* Топ меню */
.wrapper_top_menu{
  background-color: var(--top-menu-bg);
  border-bottom: 1px solid var(--top-menu-border);
}
.top_menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 17px;
    max-width: 1300px;
}
.top_menu_left{
  display: flex;
  align-items: center;
    width: 100%;
}
.top_menu-menu .navigation{
  display: flex;
    flex-wrap: wrap;
  align-items: center;
    color: #fff !important;
}
.top_menu-menu .navigation li{
  font-size: 12px;
  line-height: 15px;
  color: var(--main_font_color);
}
.top_menu-menu .navigation a {
    color: #fff;
    font-weight: normal;
    line-height: 20px !important;
}
.top_menu-menu .navigation a:hover {
    color: var(--main_color);
}
.top_menu-menu .navigation li{
  margin-right: 40px;
}
.top_menu-email{
  margin-right: 25px;
}
.top_menu-email .top_email a{
  font-size: 12px;
  line-height: 15px;
  color: var(--main_font_color);
  transition: .3s;
}
.top_menu-email .top_email:hover a{
  color: var(--main_color);
}

.auth-svg {
    margin-right: 13px;
}
.top_menu_right {
    margin-left: 100px;
}
.top_menu_right, .top_menu_right > div{
    display: flex;
}
.top_menu_right a{
    font-weight: 400;
}
.top_menu_right a{
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: var(--top-menu-nav-txt);
}
.top_menu_right a:first-child span{
  margin-right: 7px;
  padding-right: 9px;
}
.top_menu_right a:first-child svg{
  margin-right: 12px;
}
.top_menu_right a:hover{
  color: var(--main_color);
}

.top_menu_right a:first-child span {
    position: relative;
}

.top_menu_right a:first-child span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    transform: rotate(25deg);
}

.top_menu_right a:first-child span::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -25px;
    width: 17px;
    height: 18px;
    background: url("images/icons/enter.svg") no-repeat center;
    background-size: contain;
}
.top_menu_right a.logout:first-child span::before {
    background: url("images/icons/logout.svg") no-repeat center;
    background-size: contain;
}

.wrapper-header-top {
  background-color: var(--top-menu-bg);
}

.footer_item_contact{
  display: flex;
  flex-direction: column;
}
.footer_item_contact .footer_item_contact_subtitle {
    color: #86868F;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer_item_contact:not(:last-child){
  margin-bottom: 20px;
}
.footer_item_contact .footer_item_contact_icon{
  width: 22px;
  height: 100%;
  margin-right: 16px;
}
.footer_item_contact .footer_item_contact_title span{
  font-size: 15px;
  line-height: 20px;
    font-weight: 500;
}
.footer_item_contact .footer_item_contact_title a{
  font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.footer_item_contact_title a:hover {
    color: var(--main_color);
}

.krayt-footer-bottom {
    display: flex;
}

.footer_bottom_wrapper {
    display: flex;
}

.footer_item_contact_title.phone a{
  color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
}

.footer_item_contact_title.phone a:hover {
    color: var(--main_color);
}

.main_full_banner{
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 1024px){
  .main_full_banner img{
    max-height: 252px;
  }
}
@media (min-width: 1367px){
  .main_full_banner img{
    max-height: 351px;
  }
}
.main_full_banner a{
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main_full_banner img{
  width: 100%;
  transition: .5s;
  transform: scale(1);
  border-radius: 4px;
}
.main_full_banner a:hover img{
  transform: scale(1.03);
}

.wrapper-inner.wrapper-main{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.wrapper-inner.wrapper-main .wrapper-main_container{
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
    margin-bottom: 60px;
}

.main_content{
  background-image: none;
  background-repeat: repeat;
  background-size: 100%;
    padding-bottom: 60px;
}
.main_content.main_page {
    padding-bottom: 0;
}
.search-page .sorting_box{
  padding: 13px 0;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  margin-bottom: 20px;
}
.account-form .form__widget:nth-child(2){
  margin-bottom: 0px;
}
.popup-window-buttons{
  padding-top: 0px;
}
.popup-window-buttons .btn.btn-primary.btn-buy.btn-sm:first-child{
  padding: 10px 22px;
  color: var(--main_color);
}
.popup-window-buttons .btn.btn-primary.btn-buy.btn-sm:first-child:hover{
  color: #fff;
}
.slider-viewed.catalog-products-viewed-container .owl-stage-outer{
  padding-bottom: 0px;
}

.footer_item_contact_title{
  display: flex;
  flex-direction: column;
  text-align: left;
    color: #fff;
}
.bx-filter-popup-result.right .btn-primary{
  padding-left: 15px;
  padding-right: 15px;
}
.filter_minus line{
  stroke: var(--main_color);
}

.btn-primary.ajax_reload{
  padding: 10px 15px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_chose_city {
    margin-right: 46px;
    margin-bottom: 3px;
    display: flex;
    width: 147px;
    overflow: hidden;
    opacity: 0;
}
.block_chose_city .block_chose_city_icon{
  margin-right: 10px;
    margin-top: 3px;
}
.bx_pagination_bottom {
  margin-top: 20px;
}
.top .bx_pagination_bottom {
    margin-top: 0;
    margin-bottom: 20px;
}
.col-right .contacts {
    display: flex;
}
.header-top svg {
    vertical-align: top;
}

.header-phone_info p{
  color: #666666!important;
  text-align: left;
  line-height: 16px;
}
.popup-window-buttons .btn-buy:last-child{
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
}
.popup-window-buttons .btn-buy:last-child:hover{
  background-color: var(--main_color_hover);
  color: #fff;
}
.popup-window-buttons .btn-buy:last-child:active{
  background-color: var(--main_color_active);
  color:#fff;
}
.search-page .search_wrapper{
  min-width: 100%;
  max-width: 100%;
}
.header-phone #bx_incl_area_7{
  display: flex;
  align-items: center;
}

.btn:active, .btn.active{
  box-shadow: none!important;
}
.sale-order-detail-card .btn-green-border{
  padding: 9px 15px;
    font-weight: 600;
}
.bx-context-toolbar-empty-area {
    min-height: 12px;
    min-width: 12px;
}
.footer-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 50px;
}
.navigation-box.social {
    display: flex;
    flex-wrap: wrap;
}
.navigation-box.social a {
    display: block;
    margin-right: 12px;
    margin-bottom: 12px;
}

.navigation-box.social a:hover path {
    fill: var(--main_color);
}
.navigation-box.social a:hover rect {
    stroke: var(--main_color);
}
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    background-color: #FCFCFC;
}
.footer {
    margin-top: auto;
    position: relative;
    z-index: 0;
}
div.page_404 .number .embed-responsive {
    max-width: 1300px;
    margin: 80px 0 40px;
}
.main-user-consent-request-announce:before {
    background: none;
}
.main-user-consent-request-announce.checked:before {
    background: url(images/icons/check-symbol.svg) no-repeat center;
    background-size: contain;
}
.goods_icon-counter {
    font-weight: 600;
}
.search-page .search__input input {
    border: 1px solid #dfdfdf;
}
.catalog-section-descr {
    margin-top: 40px;
}
.product__list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, 310px);
}
.product__list.lines, .product__list.strip_lines {
    grid-template-columns: 1fr;
}
.product__list.lines {
    grid-gap: 10px;
}
.product__list.strip_lines {
    grid-gap: 0px;
}
.popup-window-close-icon {
    transition: 0s;
}
.main_banner_slider {
    overflow: hidden;
    margin-bottom: 40px;
}
.product-item-detail-slider-image a {
    position: static;
}
.mt2 {
    margin-top: 2px;
}
.swiper-wrapper {
    display: flex;
    height: 100%;
}
.swiper-slide {
    flex-shrink: 0;
    max-width: 100%;
}
.catalog-sb-area {
    height: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 130%;
    right: calc(100% - 33px);
    width: 352px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.17);
    background-color: #fff;
    z-index: 100;
}
.catalog-sb-area.active{
    height: auto;
    overflow: visible;
    padding: 20px 16px;
}
.buttons_share{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.catalog-sb-item{
    display: flex;
    min-width: 80px;
}
.catalog-sb-item.fb {
    margin-left: -15px;
}
.catalog-sb-item.fb + .catalog-sb-item.tw {
    margin-left: -13px;
}
.catalog-sb-item:not(:last-child){
    margin-right: 5px;
}
.button_vk_share{
    display: flex;
    height: 20px;
    font-size: 11px;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    background-color: #4c75a3;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}
.button_vk_share i{
    font-size: 14px;
    margin-right: 5px;
    color: #fff;
}
.button_vk_share a{
    color: #fff;
    position: relative;
    top: 0px;
}
.button_vk_share a:hover{
    color: #fff;
}
.button_vk_share:hover{
    background-color: #406289;
}

.catalog-sb-item+.vk a
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.sharing__corner{
    position: absolute;
    top: 5px;
    right: 20px;
    width: 20px;
    height: 20px;
}
.sharing__corner:before {
    content: "";
    width: 40px;
    height: 25px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #fff;
    z-index: 10;
}
.sharing__corner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.17);
    background-color: #fff;
    z-index: 5;
}
.sharing__link{
    width: 320px;
    height: 52px;
    border: 1px solid #eaeaea;
    padding: 0 16px;
    position: relative;
    z-index: 12;
}
.buttons_share + .sharing__link {
    margin-top: 14px;
}
.sharing__link-placeholder{
    font-size: 11px;
    line-height: 1;
    letter-spacing: normal;
    color: #83878d;
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sharing__link input{
    width: 100%;
    line-height: 1;
    color: #28282a;
    border: 0;
    margin: 0 0 5px;
    outline: none;
    font-size: 15px;
    padding: 0px;
}
.catalog-sb-item .fb-like{
    height: 20px;
}

.share-wrapper {
    position: relative;
}
.share:hover svg {
    fill: #8D8D8D;
}
.share:hover span {
    color: #8D8D8D;
}
.popup-window .popup-window-titlebar {
    height: auto;
}
.cartline-wrapper {
    width: 900px;
    padding: 0 30px;
    margin-bottom: 20px;
}
.cartline-wrapper .cartline-list {
    max-height: 45vh;
    padding-right: 10px;
}
.cartline-wrapper .cartline-list p {
    font-size: 20px;
    color: var(--main-txt);
    text-align: center;
    margin: 20px 0 80px 10px;
}
.cartline-list__item-img {
    width: 13%;
}
.cartline-list__item-name {
    width: 30%;
}
.cartline-list__item-name {
    padding-right: 30px;
    font-size: 12px;
    font-weight: 500;
    color: var(--main-txt);
}
.cartline-list__item-name a:hover {
    color: var(--main_color);
}
.cartline-list__item-price, .cartline-wrapper .basket-item-block-amount, .cartline-list__item-quantity {
    width: 19%;
}
.cartline-list__item-cost {
    width: 15%;
}
.cartline-list__item-img-link {
    display: block;
    width: 62px;
    height: 60px;
}
.cartline-list__item-img-img {
    display: block;
    width: 62px;
    height: 60px;
    object-fit: contain;
}
.cartline-list__list-item--header {
    font-size: 12px;
    font-weight: 500;
    color: var(--main-txt);
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.cartline-list__list-item {
    padding: 13px 0;
    border-bottom: 1px solid #dfdfdf;
}
.cartline-list__item-price span, .cartline-list__item-cost span, .cartline-list__final-cost span:last-child {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-txt);
}
.cartline-wrapper .basket-item-block-amount > div {
    display: inline-flex;
    border: 1px solid #dfdfdf;
}
.basket-item-amount-filed-block input {
    border: none;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: var(--main-txt);
    height: 34px;
    width: 36px;
    line-height: 34px;
    padding: 0;
}
.basket-item-amount-btn {
    width: 20px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #efefef;
}
.basket-item-amount-btn:hover {
    background: #e5e5e5
}
.basket-item-amount-btn:hover:active {
    background: #dfdfdf;
}
.basket-item-amount-filed-block, .cartline-list__item-cost {
    user-select: none;
}
.basket-item-amount-btn.disabled {
    background-color: #efefef !important;
    cursor: default !important;
}
.basket-item-amount-btn.disabled svg {
    opacity: 0.4;
}
.cartline-list__final-cost{
    margin-top: 10px;
    padding: 15px 0 15px 606px;
    background: #f1f1f1;
}
.cartline-list__final-cost span:first-child {
    font-size: 12px;
    font-weight: 500;
    color: var(--main-txt);
    margin-right: 26px;
}
.popup-window-buttons {
    padding: 0 30px 44px;
    text-align: end;
}
.popup-window-buttons .cartline-button {
    padding: 0;
    width: 212px;
    height: 44px;
    border: 1px solid var(--main_color);
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    box-shadow: none;
    transition: 0s;
    border-radius: 0;
    user-select: none;
    margin: 0;
}
.popup-window-buttons .cartline-button:last-child {
    margin-left: 12px;
}
.popup-window-buttons .cartline-button:hover {
    background-color: var(--main_color_hover);
    border: 1px solid var(--main_color_hover);
}
.popup-window-buttons .cartline-button:active {
    background-color: var(--main_color_active);
    border: 1px solid var(--main_color_active);
}
.popup-window-buttons .cartline-button:first-child {
    background-color: #fff;
}
.popup-window-buttons .cartline-button:first-child:hover {
    border: 1px solid var(--main_color);
    background-color: var(--main_color);
}
.popup-window-buttons .cartline-button:first-child:active {
    border: 1px solid var(--main_color_hover);
    background-color: var(--main_color_hover);
}
.favorite-element-container .favor-delete-btn, .favorite-element-container .catalog-link {
    background-color: var(--main_color);
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: var(--main-txt) !important;
    user-select: none;
    cursor: pointer;
    padding: 15px 15px;
}
.favorite-element-container .favor-delete-btn {
    display: inline-block;
}
.favorite-element-container .favor-delete-btn:hover,
.favorite-element-container .catalog-link:hover {
    background-color: var(--main_color_hover);
}
.favorite-element-container .favor-delete-btn:active:hover,
.favorite-element-container .catalog-link:active:hover {
    background-color: var(--main_color_active);
}
.favorite-element-container .limit_and_view {
    display: none;
}
.show-more-btn {
    width: 310px;
    margin: 20px auto -10px;
    background: #fff;
    color: var(--main-txt);
    font-size: 14px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}
.show-more-btn:hover {
    background: #f6f6f6;
}
.show-more-btn:hover:active {
    background: #f0f0f0;
}
.popup-window.basket-error {
    max-width: calc(100% - 20px);
    padding: 20px;
}
.popup-window.basket-error svg {
    display: block;
    margin: 0 auto 20px;
}
.popup-window.basket-error .popup-window-titlebar-text {
    margin: 22px 0 20px;
}
.popup-window.basket-error .popup-window-buttons{
    padding: 0;
    margin-top: 20px;
}
.popup-window.basket-error .btn-buy {
    font-weight: 600;
    background: var(--main_color);
    border-color: var(--main_color);
    padding: 12px 0 !important;
    width: 160px !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    height: auto;
}
.popup-window.basket-error .btn-buy:hover {
    background: var(--main_color_hover);
    border-color: var(--main_color_hover);
}
.popup-window.basket-error .btn-buy:hover:active {
    background: var(--main_color_active);
    border-color: var(--main_color_active);
}
.header-top .contacts {
    display: flex;
}
.top-search .search-title-button-sm {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-title-button {
    opacity: 0.7;
}
.search-title-button:hover {
    opacity: 1;
}
.navigation-container {
    display: none;
}
.burger-menu, .burger-btn {
    display: none;
}
.burger-mask {
    position: fixed;
    top: 0;
    z-index: 1500;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
}
.burger-mask.active {
    opacity: 1;
    pointer-events: auto;
}
.burger-btn {
    width: 20px;
    height: 16px;
    position: relative;
    cursor: pointer;
    transition: .3s ease;
}
.burger-btn.active {
    z-index: 2000;
}
.burger-btn span {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 7px;
    transition: .3s ease;
}
.burger-btn span:first-child {
    top: 0;
    transform-origin: left;
}
.burger-btn span:last-child {
    top: unset;
    bottom: 0;
    transform-origin: left;
}
.burger-btn.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}
.burger-btn.active span:first-child {
    transform: rotate(45deg);
}
.burger-btn.active span:last-child {
    transform: rotate(-45deg);
}
.burger-menu {
    width: 80%;
    height: 100%;
    max-width: 400px;
    overflow: hidden;
    position: fixed;
    z-index: 2000;
    top: 0;
    background: #fff;
    transform: translateX(-100%);
    transition: .3s ease;
}
.burger-menu-content-wrap {
    width: 100%;
    height: 100%;
    padding: 15px 10px 30px;
    overflow: auto;
    overflow-x: hidden;
}
.burger-menu.active {
    transform: translateX(0);
}

.burger-menu button {
    background: none;
    height: auto;
    width: auto;
    padding: 0 6px;
}
.burger-menu svg {
    transition: .3s ease;
}
.burger-menu .navigation a {
    font-size: 16px;
    line-height: 36px;
    display: block;
}

.burger-auth {
    display: flex;
    padding-bottom: 20px;
}
.burger-auth a {
    color: var(--main-txt);
    padding-right: 20px;
    font-weight: 500;
    font-size: 14px;
    align-items: flex-end;
    width: auto;
}
.burger-auth a:last-child {
    padding-left: 20px;
    padding-right: 0;
    align-items: flex-start;
    border-left: 1px solid #dfdfdf;
}
.burger-static-menu {
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid #dfdfdf;
}
.burger-other {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
    margin-top: 10px;
}
.burger-other .contacts {
    display: flex;
    align-items: flex-start;
}
.burger-other .contacts svg {
    display: block;
}
.burger-other .contacts a {
    font-size: 16px;
}
.burger-other .contacts p {
    color: var(--main-txt);
}
.burger-catalog-section-list .burger-catalog-section-list-btn {
    color: var(--main-txt);
    margin-bottom: 10px;
    padding: 5px 10px !important;
    background: #efefef !important;
    border: 1px solid #dfdfdf;
}
.main_banner {
    height: 600px;
}
.brands_container {
    position: relative;
    overflow: hidden;
}
.brands_wrapper.swiper-wrapper {
    display: grid;
}
.banner div{
    overflow: hidden;
    margin-bottom: 60px;
}
.banner picture {
    display: block;
}
.banner img {
    display: block;
    transition: .3s ease;
}
.banner:hover img {
    transform: scale(1.01);
}
.banner img.mobile {
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px 0 0;
}
.swiper-button-prev {
    padding: 0 0 0 2px;
}
.popup-window-overlay {
    background: #000 !important;
    opacity: 0.6 !important;
    width: 100% !important;
}
.scroll-up-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main_color);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 995;
    bottom: 50px;
    left: 50px;
    cursor: pointer;
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none;
}
.scroll-up-btn.active {
    opacity: 1;
    pointer-events: auto;
}
.scroll-up-btn:hover {
    background: var(--main_color_hover);
}
.scroll-up-btn:hover:active {
    background: var(--main_color_active);
}
.a-lazy-img {
    opacity: 0;
    transition: opacity .2s ease;
}
.bx-touch .fast_elem_wrapper {
    margin-right: 0;
}
.container.banner img {
    height: 150px;
    object-fit: cover;
}


.bx-touch .product_item_buy_box {
    opacity: 1;
    height: auto;
}
.bx-touch .product-item-container.selected .product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.bx-touch .product_item_tiles > .add-quick-view {
    opacity: 1;
    transform: unset;
}
.bx-touch .mini_tiles .product-item-container:not(.selected) .product-icon-action {
    opacity: 1;
    transform: unset;
}
.bx-touch .top-icon-box .bx-basket-fixed > a {
    pointer-events: none;
}

@media (max-width: 1350px) {
    .container.banner img {
        height: 110px;
    }
    .fast_elem_wrapper {
        max-width: 960px;
        max-height: 90vh;
        overflow: auto;
    }
    .header-top, .top_menu {
        max-width: 960px;
    }
    .header-top .contacts {
        max-width: 220px;
    }
    .header-top-line {
        flex-wrap: wrap;
    }
    .header .top-icon-box {
        margin-left: 0;
        order: 3;
    }
    .header .top-icon-box .icon-box_item:first-child {
        margin: 0px;
    }
    .top-icon-box::before {
        display: none;
    }
    .logo {
        margin-right: 20px;
    }
    .logo img {
        max-width: 190px;
    }
    .top-search {
        margin: 0;
        position: relative;
        z-index: 100;
        width: 52px;
        height: 46px;
        order: 2;
    }
    .top-search .search_wrapper {
        min-width: unset;
        width: 52px;
        position: absolute;
        right: 0;
        transition: .3s ease;
    }
    .top-search.show .search_wrapper {
        width: 280px;
    }
    .top-search input {
        opacity: 0;
        pointer-events: none;
    }
    .top-search.show input {
        opacity: 1;
        pointer-events: auto;
    }
    .top-search svg * {
        stroke: #fff
    }
    .top-search.show .search-title-button-sm svg:first-child {
        display: none;
    }
    .top-search.show .search-title-button-sm svg:last-child {
        display: block;
    }
    .top-search .search-title-button {
        display: none;
    }
    .top-search .search-title-button-sm {
        display: flex;
    }
    .top-search .search__input input {
        background: var(--top-menu-bg);
        color: #fff;
    }
    .top-search .search_wrapper::before {
        content: '';
        position: absolute;
        z-index: 10;
        height: 1px;
        width: calc(100% - 52px);
        left: 12px;
        bottom: 8px;
        background: #3c3c3c;
        opacity: 0;
        transition: .3s ease;
    }
    .top-search.show .search_wrapper::before {
        opacity: 1;
    }
    .main_banner {
        height: 450px;
    }
    .wrapper-inner.wrapper-main .wrapper-main_container {
        width: 960px;
    }
    .product__list.mini_tiles {
        grid-template-columns: repeat(4, 225px);
    }
    .product__list {
        grid-template-columns: repeat(auto-fill, 305px);
    }
    .footer-top {
        grid-column-gap: 50px;
    }
    .wrapper-inner {
        max-width: 960px;
    }
    .fast_elem_wrapper .timer-and-available .available-quantity-line_bg {
        width: 150px;
    }
}
@media (max-width: 992px) {
    .fast_elem_wrapper .timer-and-available .available-quantity-line_bg {
        width: 270px;
    }
    .container.banner img {
        height: 83px;
    }
    .cartline-wrapper {
        width: 720px;
    }
    .cartline-list__final-cost {
        padding: 15px 0 15px 458px;
    }
    .fast_elem_wrapper {
        max-width: 720px;
    }
    .catalog-sb-area {
        width: 310px;
        right: 0;
    }
    .sharing__link {
        width: 100%;
    }
    .sharing__corner {
        right: 80px;
    }
    .scroll-up-btn {
        bottom: 30px;
        left: 30px;
    }
    .burger-btn {
        display: flex;
    }
    .burger-menu {
        display: block;
    }
    .wrapper_top_menu, .header-bottom, .header-top .block_chose_city, .header-top .contacts {
        display: none;
    }
    .header-top {
        max-width: 720px;
    }
    .header-top-line {
        height: 80px;
        min-height: unset;
        padding: 10px 0;
    }
    .logo {
        margin-right: 0;
    }
    .header .icon-box_item {
        margin-left: 20px;
    }
    .main_banner {
        height: 330px;
    }
    .top-search {
        order: 4;
    }
    .top-icon-box, .logo {
        margin-left: 50px;
    }
    .wrapper-inner.wrapper-main .wrapper-main_container {
        width: 720px;
    }
    .block_stock a {
        height: 185px;
    }
    .prods-of-day .product-item {
        flex-direction: column;
        align-items: center;
    }
    .prods-of-day .product_item_img {
        width: 400px;
        margin: 35px 0px 20px 0px;
    }
    .prods-of-day .product-icon-action {
        margin: 0 0 14px 0;
    }
    .prods-of-day .swiper-button-prev, .prods-of-day .swiper-button-next {
        top: 45%;
    }
    .product_item_flags_and_block-title {
        left: 20px;
    }
    .product__list {
        grid-template-columns: repeat(auto-fill, 350px);
    }
    .product__list.mini_tiles {
        grid-template-columns: repeat(3, 226px);
    }
    .mini_tiles .selected {
        grid-column-start: 2;
        grid-column-end: 4;
    }
    .footer-top {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapper-inner {
        max-width: 720px;
    }
    .brands_wrapper.swiper-wrapper {
        display: flex;
        grid-gap: unset;
    }
    .brands_container {
        margin: 0 -10px;
        padding: 0 10px;
    }
    .brands_container::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 70px;
        background: linear-gradient(270deg, #FCFCFC 32.39%, rgba(252, 252, 252, 0) 106.25%);
    }
    .top-search {
        height: 100%;
    }
    .top-search .search__input input {
        height: 60px;
    }
    .top-search .search_wrapper::before {
        bottom: 8px;
    }
    .header .top-icon-box p {
        display: none;
    }
    .top-search.show .search_wrapper {
        width: 350px;
    }
    .header-top-line {
        justify-content: flex-start;
    }
    .top-search .search-title-button-sm, .top-search, .top-search .search_wrapper {
        width: 26px;
    }
    .top-search {
        margin-left: 20px;
        margin-bottom: 3px;
    }
    .header .top-icon-box {
        margin-left: auto;
    }
}
@media (max-width: 768px) {
    .fast_elem_wrapper .timer-and-available .available-quantity-line_bg {
        width: 220px;
    }
    .container.banner img {
        height: 62px;
    }
    .cartline-wrapper {
        width: 540px;
        padding: 0 15px;
    }
    .popup-window-titlebar-text {
        font-size: 26px;
        margin-bottom: 18px;
        margin-top: 20px;
    }
    .cartline-list__item-price span, .cartline-list__item-cost span, .cartline-list__final-cost span:last-child {
        font-size: 14px;
    }
    .cartline-list__item-img-link, .cartline-list__item-img-img {
        width: 100%;
        height: 100%;
    }
    .cartline-list__item-img {
        padding-right: 10px;
    }
    .cartline-list__final-cost {
        padding: 10px;
        text-align: end;
    }
    .cartline-list__item-img {
        width: 90px;
        height: 90px;
        padding: 0;
        margin-bottom: 10px;
    }
    .cartline-list__item-name, .cartline-list__item-price, .cartline-list__item-quantity,
    .basket-item-block-amount, .cartline-list__item-cost {
        width: auto !important;
        height: 60px;
        padding: 0;
    }
    .cartline-wrapper .cartline-list {
        display: flex;
        padding-top: 30px;
        max-height: 100vh;
        padding-right: 0;
        border-bottom: 1px solid #dfdfdf;
    }
    .cartline-list__list-item--header {
        display: none;
    }
    .cartline-list__list-item .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .cartline-list__list-item {
        padding: 0 15px;
        position: relative;
        width: 130px;
        flex-shrink: 0;
        border: none;
    }
    .cartline-list__list-item:nth-child(2) {
        margin-left: -10px;
    }
    .cartline-list__item-name .product-link {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        height: auto;
    }
    .cartline-list__close-button {
        position: absolute;
        top: -30px;
        left: 10px;
    }
    .popup-window-buttons {
        padding: 0 15px 24px;
        display: flex;
        justify-content: center;
    }
    .cartline-wrapper .cartline-list p {
        margin: 20px 0 60px;
        width: 100%;
    }
    .fast_elem_wrapper {
        max-width: 540px;
    }
    .product_card_fast .product_card_detail {
        padding: 20px;
    }
    .main_banner_slider .swiper-pagination-bullets {
        bottom: 10px;
    }
    .header-top {
        max-width: 540px;
    }
    .top-search.show .search_wrapper {
        width: 540px;
    }
    .header .icon-box_item {
        margin-left: 20px;
    }
    .main_banner {
        height: 250px;
    }
    .blocks_after_banner_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .prev-tabs ul {
        margin-right: 20px;
        margin-left: 20px;
    }
    .prev-filter-title_title {
        margin-left: 20px;
    }
    #prev_filter_filter .section__filter-wrapper {
        margin-left: 20px;
    }
    #prev_filter_filter .bx-filter-parameters-box {
        margin-right: 50px;
    }
    .prev-tabs ul {
        justify-content: space-between;
    }
    .prev-tabs ul li {
        width: calc(50% - 5px);
        margin-right: 0;
        margin-bottom: 10px;
    }
    .smart-filter-img {
        display: none;
    }
    .wrapper-inner.wrapper-main .wrapper-main_container {
        width: 540px;
    }
    .block_stock a {
        height: 140px;
    }
    .prods-of-day .product_item {
        padding: 20px;
    }
    .prods-of-day .timer-val {
        font-size: 32px;
    }
    .prod-of-day_timer {
        width: 180px;
    }
    .product__list.mini_tiles {
        grid-template-columns: repeat(2, 260px);
    }
    .mini_tiles .selected {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 4;
    }
    .product__list {
        grid-template-columns: 1fr;
    }
    .tiles .product_item_tiles {
        display: flex;
        align-items: center;
        padding-top: 40px;
    }
    .tiles .product_item_tiles .add-quick-view {
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    .tiles .product_item_tiles .product_item_img {
        margin-right: 30px;
    }
    .tiles .product_item_tiles .name {
        width: calc(100% - 50px);
    }
    .brands_wrapper .brand_item {
        height: 100px;
    }
    .wrapper-inner {
        max-width: 540px;
    }
}
@media (max-width: 576px) {
    #prev_filter_filter .bx-filter .bx-filter-parameters-box-container-block {
        width: 40%;
    }
    .popup-window.successful-add .btn:first-child {
        height: auto;
        padding: 13px 22px !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .fast_elem_wrapper .timer-and-available .available-quantity-line_bg {
        width: 270px;
    }
    .popup-window[id^="CatalogSubscribe"] .btn {
        width: 100%;
    }
    .container.banner img {
        height: 28vw;
    }
    .cartline-wrapper {
        width: calc(100vw - 20px);
    }
    .popup-window-buttons {
        flex-direction: column;
        align-items: center;
        padding: 0 15px 15px;
    }
    .popup-window[id^="CatalogSubscribe"] .popup-window-buttons .btn:last-child {
        margin: 10px 0 0;
    }
    .popup-window-buttons .popup-window-button:last-child {
        margin: 10px 0 0;
    }
    .popup-window-buttons .popup-window-button {
        width: 100%;
    }
    .basket-item-block-amount, .cartline-list__item-quantity {
        height: 36px;
    }
    .cartline-list__item-price, .cartline-list__item-cost {
        height: auto;
    }
    .cartline-list__item-cost {
        padding: 10px 0;
    }
    .cartline-list__item-price {
        padding: 0 0 10px;
    }
    .cartline-list__item-img-link {
        pointer-events: none;
    }
    .fast_elem_wrapper {
        width: 100%;
        padding: 0 10px;
    }
    .product_card_fast .product_card_detail {
        padding: 10px;
    }
    .product_card_fast .product-detail-info-top .product-icon-action > div + div {
        margin-left: 20px;
    }
    .product_card_fast .close-btn {
        right: 10px;
        background: #fff;
        opacity: 1;
        z-index: 10;
    }
    .top-search.show .search_wrapper {
        width: calc(100vw - 20px);
    }
    .banner img {
        display: none;
    }
    .banner img.mobile {
        display: block;
    }
    .header-top {
        padding: 0 10px;
        max-width: 100%;
    }
    .header-top-line {
        justify-content: space-between;
    }
    .logo {
        margin-left: 15px;
    }
    .main_banner, .main_banner img {
        height: 40vw;
    }
    .wrapper-inner.wrapper-main .wrapper-main_container {
        width: 100%;
    }
    .wrapper-inner {
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    .blocks_after_banner, .block_stock {
        margin: 0 -10px !important;
    }
    .container.banner div {
        margin: 0 -10px 60px !important;
    }
    .main_banner_slider {
        margin: 0 -10px 40px !important;
    }
    .block_stock {
        grid-template-columns: 1fr;
    }
    .block_stock a {
        height: auto;
        max-height: 260px;
    }
     #prev_filter_filter .bx-filter-parameters-box {
        width: 180px;
    }
    .prev-tabs ul li {
        width: 100%;
    }
    #prev_filter_filter .wrapper-buttons-filter {
        width: 100%;
        margin-right: 20px;
        justify-content: space-between;
    }
    #prev_filter_filter .wrapper-buttons-filter .btn-primary,
    #prev_filter_filter .wrapper-buttons-filter .btn-reset {
        width: calc(50% - 5px);
    }
    .bx-filter-parameters-box-container.with_btn .btn-primary .btn-filter-send,
    .bx-filter-parameters-box-container.with_btn .btn-reset button {
        width: 100%;
    }
    .timer-and-available {
        flex-direction: column;
    }
    .prods-of-day .swiper-button-next {
        right: 10px;
    }
    .prods-of-day .swiper-button-prev {
        left: 10px;
    }

    .prods-of-day .product-icon-action > div + div {
        margin-left: 14px;
    }

    .prod-of-day_timer {
        padding-bottom: 12px;
        margin-bottom: 8px;
        border-bottom: 1px solid #dfdfdf;
    }

    .prods-of-day .product-item-image-wrapper {
        padding-top: 300px;
    }

    .prods-of-day .product_item_img {
        width: 100%;
    }

    .prods-of-day .swiper-button-prev, .prods-of-day .swiper-button-next {
        top: 38%;
    }
    .product__list.mini_tiles {
        grid-template-columns: 1fr;
    }
    .timer-val_label {
        font-size: 9px !important;
    }
    .available-quantity-line_bg {
        margin-top: 5px;
    }
    .mini_tiles .selected {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .product_item_tiles_mini {
        display: flex;
        align-items: center;
        padding-top: 30px !important;
    }
    .product_item_tiles_mini .product_item_subtitle {
        margin-top: 0;
    }
    .product_item_tiles_mini .product-icon-action {
        left: 20px;
        bottom: 20px;
        flex-direction: row;
        height: auto !important;
        width: 110px;
    }
    .product-item-container.selected .product-icon-action {
        flex-direction: column;
    }
    .product_item_tiles_mini .product_card-flags {
        top: 0;
        left: 0;
        flex-direction: row;
    }

    .product_item_tiles_mini .product_card-flags .flag-item, .product_item_tiles_mini .product-item-label-ring {
        margin: 0 5px 0 0 ;
    }

    .product_item_img {
        width: 40%;
    }

    .product_item_tiles_mini .product_item_img {
        width: 100%;
        margin: 0 15px 15px 0;
    }

    .product_item_tiles_mini .product_item_name_box {
        width: 50%;
        flex-shrink: 0;
    }
    .mini_tiles .product-item-container.selected .product_item_buy_box {
        margin-top: 20px;
    }
    .mini_tiles .product-item-container.selected .product_item__cart {
        margin-bottom: 20px;
    }
    .selected .product_item_tiles_mini .product_item_name_box {
        width: 100%;
    }

    .product_item_tiles_mini .product_item_buy_box {
        width: 180px;
    }

    .mini_tiles .product-item-image-wrapper {
        padding-top: 150px;
    }
    .mini_tiles .product-item-container.selected .product_item_img {
        width: 100%;
    }
    .brands-header {
        margin-bottom: 45px;
        position: relative;
    }
    .brands-header .block_section_link {
        position: absolute;
        top: 150%;
    }
    .footer .footer-content {
        padding-bottom: 25px;
    }
    .footer-top {
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }
}
@media (max-width: 450px) {
    .logo img {
        max-width: 135px;
    }
    .blocks_after_banner_wrapper {
        grid-template-columns: 1fr;
    }
    #prev_filter_filter .bx-filter-parameters-box {
        width: 100%;
    }
    .prods-of-day .product_item {
        padding: 15px;
    }
    .prods-of-day .product_item__cart {
        flex-wrap: wrap;
    }
    .prods-of-day .price-block-col {
        width: 100%;
        margin-bottom: 15px;
    }
    .prods-of-day .product_item__price {
        align-items: flex-end;
        flex-direction: row;
    }
    .prods-of-day .product_item__price .old_price {
        order: 2;
        margin-left: 10px;
    }
    .product_item_tiles_mini .product_item_buy_box {
        width: 150px;
    }
    .mini_tiles .product-item-container.selected .product_item_buy_box {
        width: 100%;
    }
    .mini_tiles .product-item-container.selected .product_item__cart {
        flex-wrap: wrap;
    }
    .tiles .product_item_tiles {
        display: block;
        padding-top: 20px;
    }
    .tiles .product_item_tiles .product_item_img {
        width: 200px;
        margin: 0 auto;
    }
    .tiles .product_item_tiles .add-quick-view {
        position: static;
        margin-bottom: 10px;
    }
    .tiles .product_item_tiles .name {
        width: auto;
    }
    .product-item-container.selected .product-icon-action {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        flex-direction: row;
    }
    .product-item-container.selected .add_compare svg {
        margin-bottom: 1px;
    }
    .product-item-container.selected .product-icon-action div {
        margin-right: 10px;
    }
    .mini_tiles .product-item-container.selected .product-item-image-wrapper {
        padding-top: 270px;
    }
    .product-item {
        padding: 20px 15px;
    }
    .mini_tiles .product-item-image-wrapper {
        padding-top: 130px;
    }
}