@charset "UTF-8";

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat/Montserrat-Regular.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat/Montserrat-Medium.ttf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat/Montserrat-Bold.ttf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    font-family: 'Montserrat', 'Helvetica', arial, sans-serif;
}
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_font_color);
}

h2 {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  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;
}

a {
    transition: all .3s;
    color: var(--main_font_color);
}

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

a:hover{
	color: var(--main_color_hover);
  border-color: transparent;
}
a:focus{
  color: var(--main_color_active);
}
a:active {
    color: var(--main_color_active);
}
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+ */

.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%;
    max-width: 1200px;
    margin: 0 auto;
}
.btn:focus, .btn.focus {
    box-shadow: none;
}

.noscroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding-right: 16px;
}
.bx-mac body.noscroll {
  padding-right: 0px;
}
.logo {
    position: relative;
    display: block;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    object-fit: contain;
    max-width: 118px;
}
@media (max-width: 900px){
  .logo img {
      max-width: 118px;
      width: 100%;
  }
}
.logo p {
    display: inline-block;
    vertical-align: middle;
    color: var(--main_color);
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.logo.mobile {
    display: none;
}

.header {
    width: 100%;
    background-color: #fff;
}
.catalog_and_menu{
    display: flex;
    align-items: center;
}
.header .top-catalog-menu-title {
    font-size: 12px;
    color: #fff;
    padding: 14px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-weight: bold;
    width: 146px;
}
.header .top-catalog-menu-title .line_hamburger{
  position: relative;
  width: 14px;
  margin-left: 19px;
  transition: .3s;
}
.header .top-catalog-menu-title .line_hamburger span{
  width: 14px;
  position: absolute;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: -1px;
  content: '';
  transition: .3s;
}
.header .top-catalog-menu-title .line_hamburger:before{
  width: 20px;
  position: absolute;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: -6px;
  content: '';
  transition: .3s;
}
.header .top-catalog-menu-title .line_hamburger:after{
  width: 20px;
  position: absolute;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -6px;
  content: '';
  transition: .3s;
}
body.menu_active .top-catalog-menu .line_hamburger span{
  opacity: 0;
}
body.menu_active .top-catalog-menu .line_hamburger:before{
  transform: rotate(45deg);
  top: -2px;
}
body.menu_active{
  position: static;
}
body.menu_active .top-catalog-menu .line_hamburger:after{
  transform: rotate(-45deg);
  bottom: 0;
}
.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:hover .top-catalog-menu-title .fa:before {
    content: "\f0c9";
} */

.top-catalog-menu {
    position: static;
    margin-left: 0px;
}

.top-nav-wrapper {
    position: static;
}
.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;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.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_font_color);
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
.header .header_bottom_menu .navigation a{
  font-weight: 500;
}

.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;
  cursor: pointer;
  margin-left: 12px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: .3s;
}
.header .icon-box_item:active{
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.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 {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.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: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
}
.header .icon-box_item#basket_in .icon-item{
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}
.icon-box-link.basket-link{
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  line-height: 1;
  transition: .3s;
  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, .search_wrapper .search__input button:after,
.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;
    transition: .3s ease-in-out;
}
.search_wrapper .search__input button:before, .search_wrapper .search__input button:after {
    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:hover .icon-item:before,
.icon-box_item.open-in .icon-item:before,
.search_wrapper .search__input button:active:before, .search_wrapper .search__input button:after,
.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, .search_wrapper .search__input button:before,
.product_item__ico:hover a:after, .product_item__ico a:before {
    opacity: 1;
}

.header .icon-box_item .search-icon:before, .search_wrapper .search__input button:before {
    background-image: url("images/icons/search_icon.svg");
}

.header .icon-box_item .search-icon:after, .search_wrapper .search__input button:after {
    background-image: url("images/icons/search_icon_h.svg");
}
.header .top-icon-box .icon-box_item .favour-icon{
  position: relative;
  top: 1px;
}
.header .top-icon-box .icon-box_item .favour-icon:before {
    background-image: url("images/icons/favour_icon.svg");
    background-size: 24px 24px;
    min-width: 24px;
    min-height: 24px;
}

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

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

.icon-box_item .compare-icon:after,
.product_item__ico.compare-icon a:after{
    background-image: url("images/icons/compare_h.svg");
    background-size: 24px 24px;
    min-width: 24px;
    min-height: 24px;
}
.header .icon-box_item .user-icon {
    background-image: url("images/icons/user_icon.svg");
    pointer-events: none;
}

.header .icon-box_item:hover .user-icon {
    background-image: url("images/icons/user_icon_in.svg");
}

.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;
}
.icon-box_item .goods_icon-counter {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: -13px;
  top: -13px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.icon-box_item .basket-link .goods_icon-counter {
  display: flex;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: -5px;
  top: -5px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.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, .favor-delete-btn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1;
    cursor: pointer;
    max-height: 36px;
    border-radius: 4px;
}

.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%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    color: var(--main_font_color);
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.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, .order__info .btn-form__controls a {
    height: 40px;
    width: 190px;
    padding: 0px;
    margin-right: 5px;
    border-radius: 25px;
    margin-bottom: 5px;
}

.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_color);
}
.account-form .btn-form__control:hover input.cancel {
    color: #fff;
    background-color: var(--main_color_hover);
    border-radius: 25px;
}
.account-form .btn-form__control:active input.cancel,
.account-form .btn-form__control:focus input.cancel{
  color: #fff;
  background-color: var(--main_color_active);
}
.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;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.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 {
    font-weight: normal;
}

.form__checkbox .form__checkbox-text {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
}

@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 #bdbdbd;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.form__checkbox input[type='checkbox'] + label .form__checkbox-check:before {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    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;
}

.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;
}
.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;
}

.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-list-status-restricted, .sale-order-list-status-alert, .sale-order-list-status-success {
    margin-left: 5px;
}

.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, .bx-sap {
    max-width: 450px;
    margin-bottom: 80px;
}

.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-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: normal;
    text-align: center;
    font-size: 14px;
    border: none;
    padding: 13px 70px;
    transition: .3s;
}

.btn-not-avaliable, .btn-not-avaliable:hover, .btn-not-avaliable:active {
    background-color: transparent;
    cursor: default;
    color: #fff;
}

.api_button_primary {
    width: 150px;
}P

.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_color);
  font-size: 14px;
  padding: 7px 15px;
  max-height: 36px;
  border-radius: 25px;
  background-color: #fff;
}
.clear_basket.btn-green-border:active,
.clear_basket.btn-green-border:focus{
  color: #fff;
  background-color: var(--main_color_active);
}
.btn-green-border:before, .popup-window-buttons .btn-buy:first-child:before {
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(1, 0.7, 1);
    transform: scale3d(1, 0.7, 1);
    -webkit-transition: ease-in-out transform 0.3s, ease-in-out opacity 0.3s;
    transition: ease-in-out transform 0.3s, ease-in-out opacity 0.3s;
}

.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%;
}

.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: 12px;
    font-weight: 300;
    outline: none;
    color: #000;
    padding: 10px 12px;
    padding-right: 40px;
    border-radius: 25px;
    border: solid 0.5px #BABABA;
    max-height: 40px;
}

.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;
    opacity: 1;
    transition: .3s ease-in-out;
    background: none;
}

.search_wrapper .search__input button:hover, .search-input-wrapper input[type='submit']:hover {
    opacity: 1;
}

.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 */

.header-top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
    transition: .3s ease;
}
.header-phone {
    text-align: right;
}
.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 {
  transition: ease-out .3s;
  font-size: 15px;
  line-height: 12px;
  color: var(--main_color);
  margin-bottom: 5px;
}
.header-bottom-row {
  padding: 10px 0;
  padding-top: 0px;
}

.header .header-bottom {
  height: 100%;
}
.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: 2;
  height: 182px;
}

body.menu_active .header{
  box-shadow: none;
}

.header.sticky .header-bottom-line {
    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;
  padding-right: 40px;
  border-radius: 3px;
  border: solid 1px #d6d5d5;
}

.main_content {
  min-height: calc(100vh - 304px);
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 60px;
}

.main_banner.col-12 {
  margin-top: 1px;
}
.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 .slick-prev {
  background-image: url("images/icons/banner-left-arrow_blck.svg");
  right: 105px;
}

.main_banner_slider .slick-next {
  background-image: url("images/icons/banner-right-arrow_blck.svg");
  right: 50px;
}

.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;
  border-radius: 6px;
  padding: 0;
  transition: .3s;
  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: 40px;
  padding-bottom: 20px;
}
.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, .main-receipts-list h2 {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  line-height: 29px;
  margin-bottom: 30px;
}
.product-item-detail-tabs-container {
  z-index: 1;
  position: relative;
  margin-bottom: 0px;
}
.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;
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-dots, .owl-nav.disabled + .owl-dots{
    margin: 20px auto 10px;
}
@media (min-width: 1024px){
    .main_banner .owl-dots,
    .main_banner .owl-nav.disabled + .owl-dots{
        bottom: 80px;
        display: block;
        left: 47px;
        text-align: left;
    }
}

@media (min-width: 1900px){
  .main_banner .owl-dots,
  .main_banner .owl-nav.disabled + .owl-dots{
    left: 0px;
  }
}

.owl-carousel .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-nav .disabled {
    opacity: 1;
}
.owl-carousel .owl-nav .owl-prev.disabled span, .owl-carousel .owl-nav .owl-prev.disabled:hover span,
.owl-carousel .owl-nav .owl-next.disabled span, .owl-carousel .owl-nav .owl-next.disabled:hover span {
    opacity: .4;
    cursor: default;
}
.owl-carousel .owl-nav .owl-next.disabled span:before,
.owl-carousel .owl-nav .owl-prev.disabled span:before{
  color: #ddd!important;
}
.owl-carousel .owl-nav button span {
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    height: 100%;
    position: relative;
    font-family: FontAwesome;
}
.owl-carousel .owl-nav button span:before {
    display: block;
    font-size: 22px;

}
.owl-carousel .owl-nav .owl-prev span:before {
    content: '\f104';
    color: var(--add_color)
}
.owl-carousel .owl-nav .owl-next span:before {
    content: '\f105';
    color: var(--add_color);
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-dot {
    opacity: .5;
    transition: .3s;
}

.owl-carousel .owl-nav .owl-prev span.disabled,
.owl-carousel .owl-nav .owl-next span.disabled,
.owl-carousel .owl-dot.disabled {
    opacity: .3!important;
    cursor: default;
    color: #ddd!important;
}

.owl-carousel .owl-nav .owl-prev:hover span,
.owl-carousel .owl-nav .owl-next:hover span,
.owl-carousel .owl-dot:hover {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-next:active{
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px){
  .owl-carousel .owl-nav button.owl-prev:active,
  .owl-carousel .owl-nav button.owl-next:active{
    box-shadow: none;
  }
}
.main_banner .owl-carousel .owl-dot:hover{
  box-shadow: none;
}
.main_banner .owl-carousel .owl-dot{
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 55px);
    margin: auto;
    width: 38px;
    height: 38px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.owl-carousel .owl-nav button.owl-prev.disabled:active,
.owl-carousel .owl-nav button.owl-next.disabled:active{
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.brands_wrapper .owl-carousel .owl-nav button.owl-prev,
.brands_wrapper .owl-carousel .owl-nav button.owl-next {
    top: calc(50% - 25px);
}

@media(min-width: 1024px){
  .brands_wrapper .owl-carousel .owl-nav button.owl-prev,
  .brands_wrapper .owl-carousel .owl-nav button.owl-next {
      top: -60px;
  }
  .brands_wrapper .owl-carousel .owl-nav button.owl-prev {
      left: auto;
      right: 45px;
  }
  .brands_wrapper .owl-carousel .owl-nav button.owl-next {
      right: 0px;
  }
}

@media screen and (max-width: 767.98px){
  .brands_wrapper .owl-carousel .owl-nav button.owl-prev,
  .brands_wrapper .owl-carousel .owl-nav button.owl-next {
      top: -42px;
  }
}
.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.slider-viewed .product-item-container {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1024px){
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    top: -65px;
  }
  .owl-carousel .owl-nav button.owl-prev{
    left: auto;
    right: 45px;
  }
  .owl-carousel .owl-nav button.owl-next {
      right: 0px;
  }
}

/*  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;
    border-radius: 25px;
}

.popup-window.popup-window-with-titlebar {
    padding: 25px;
    border-radius: 4px;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    color: var(--main_font_color);
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding-right: 0px;
    padding-left: 0px;
}

/* endregion */

.product_card__info {
    width: 50%;
    margin-left: 3%;
    font-size: 14px;
    position: relative;
}

.product_card__info .product_card-flags {
    top: -15px;
    right: 0;
    left: initial;
}

.product_card-flags {
    position: absolute;
    left: -5px;
}

.product_card-flags .flag-item {
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
  cursor: default;
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_card-flags .flag-item.gift span{
  color: #ED5756;
}
.product_card-flags .flag-item.special_offer {
    background-color: transparent;
    color: #FEC601;
}
.product_card-flags .flag-item.product_hit {
    background-color: transparent;
    color: #ED5756;
}
.product_card-flags .flag-item.without_gmo {
    border: solid 1px #9fb983;
    background-color: #ddedcb;
    color: var(--main_color);
}
.product_card-flags .flag-item.without_gmo span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}
.product_card-flags .flag-item.without_gmo .flag-icon {
    background-image: url('images/icons/leaf.svg');
    width: 13px;
    height: 13px;
    background-size: contain;
}
.product_card-flags .flag-item.new, .product_card-flags .flag-item.big {
    background-color: transparent;
    color: #C7D043;
}


.product_card-flags .flag-item.special_krayt {
    color: #fff;
    background-color: #FFD43D;
}
.product_card-flags .flag-item.hit_krayt {
    background-color: transparent;
    color: #fff;
    background-color: #3F88C5;
}
.product_card-flags .flag-item.new_krayt,
.product_card-flags .flag-item.big {
    color: #fff;
    background-color: #8AD350;
}
.product_card-flags .flag-item.krayt_gift{
  background-color: #FFD43D;
}

.arelrating-color-green1 .icon-star {
    background: url("images/icons/rating_sprite.png") no-repeat 0 0 transparent;
}

.arelrating-color-green1 .stars-empty {
    background: url("images/icons/rating_sprite.png") no-repeat 0 -14px;
}

.arelrating-color-green1 .stars-full {
    background: url("images/icons/rating_sprite.png") no-repeat 0 -28px;
}

.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;
    -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;
    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-right: 20px;
    padding-left: 20px;
}

.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product_card_fast .fast_view {
    display: none;
}

.product_card_fast.fast-in {
    z-index: 1100;
    visibility: visible;
    overflow: auto;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product_card_fast .fast_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_card_fast .product_card_detail {
    background-color: #fff;
    padding-top: 40px;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.product_card_fast .product-detail-info-top{
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
}
.product_card_fast .product_card_detail .slider_in_fast {
    margin-top: 50px;
}
.product_card_fast .product-item-detail-gallery {
    padding-right: 30px;
    padding-left: 0px;
}
.product_card_fast .product-item-detail-slider-container{
  border: 1px solid #EDEDED;
  border-radius: 10px;
}
.product_card_fast .product-item-detail-main-info{
  border: 1px solid #EDEDED;
}
.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 .go_to_card a:after {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: -15px;
}

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

.close-btn, .popup-window-titlebar-close-icon {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    background: none;
    opacity: .5;
    top: 0;
    right: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.favour-item.product-card:hover .close-btn{
  z-index: 9999;
}
.popup-window-titlebar-close-icon {
    opacity: .5;
}

.close-btn:hover, .popup-window-titlebar-close-icon:hover {
    opacity: .7;
}

.close-btn:active, .popup-window-titlebar-close-icon: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: 15px;
    height: 2px;
    background-color: #636363;
}

.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.45);
    z-index: 1099;
}

.popup_inner {
    z-index: 2000;
}

.footer {
  background-color: #F6F7FB;
  padding: 30px 0 15px;
  padding-bottom: 0px;
}
@media (max-width: 1366px){
  .footer {
    background-position: 0px -25px;
  }
}
@media (min-width: 1367px){
  .footer {
    background-position: 0px -100px;
  }
}
.footer_bottom_wrapper{
  background-color: #F6F7FB;
  border-top: 0.5px solid #CCCCCC;
}
.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 {
  font-size: 14px;
  padding: 0 15px;
}
.top-menu ul.navigation li:first-child{
  padding-right: 25px;
  padding-left: 0px;
}
.top-menu ul.navigation li + li{
  padding-right: 25px;
}
.footer-item-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--main_font_color);
  margin-bottom: 23px;
  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: 8px;
    line-height: 1.3;
}

.footer ul.navigation li a {
    font-size: 14px;
    color: var(--main_font_color);
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    position: relative;
    display: inline-block;
}

.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: 69px;
}
@media (max-width: 900px){
  .footer-bottom{
    margin-top: 15px;
  }
  .footer .footer-content{
    padding-bottom: 15px;
  }
}
/* region hamburger button */
.hamburger {
    width: 60px;
    height: 50px;
    text-align: center;
    position: relative;
    font-size: 11px;
}

.hamburger .line, .hamburger .line:after, .hamburger .line:before {
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    display: block;
    transition: .3s ease-in-out;
}

.hamburger .line:after, .hamburger .line:before {
    content: '';
}

.hamburger .line {
    margin: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.hamburger .line:before {
    top: -8px;
}

.hamburger .line:after {
    bottom: -8px;
}

.hamburger.is-active .line {
    background-color: transparent;
}

.hamburger.is-active .line:before {
    transform: rotate(-45deg);
    top: 0;
    background-color: var(--main_color);
}

.hamburger.is-active .line:after {
    transform: rotate(45deg);
    bottom: 0;
    background-color: var(--main_color);
}

/*---region custom bootstrap----*/
@media (min-width: 1025px) {
    .visible-lg {
        display: block !important;
    }
    .hidden-xs {
        display: flex !important;
        flex-direction: column;
    }

    .visible-xs {
        display: none !important;
    }

    .visible-xs-inline-block {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

script {
    display: none !important;
}
.btn_hamburger {
    display: none;
}

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;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background-size: cover;
    height: 87%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.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: #fff;
    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: 20px;
}

.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;
    margin-bottom: 5px;
}

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

.account-form ul.tabs_gender {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    border: 1px solid #aaa;
    border-radius: 3px;
}

.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;
    transition: .3s ease;
}

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

.account-form ul.tabs_gender li.tabs__item label.tabs__item-btn:hover {
    background-color: rgba(252, 175, 35, .5);
}

.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-select-popup .bx-filter-btn-color-icon, .bx-filter .bx-filter-btn-color-icon {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.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 {
    background-color: rgba(255,255,255,.9);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.fast_elem_wrapper {
    position: relative;
    z-index: 15;
    width: 100%;
    max-width: 1170px;
    height: auto;
}

.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;
    }

}

@media screen and (max-width: 1300px) {
    .catalog__filter ul#vertical-multilevel-menu li a, .catalog__filter ul#vertical-multilevel-menu li ul.section__list-sub li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .product_item__price .old_price {
        font-size: 11px;
    }
    .product_card_fast .product_card_detail {
        padding: 25px 40px;
    }
    .slider-viewed .product_item_title {
        height: 42px;
    }
    .product_card__gallery {
        width: 60%;
    }

    .product_opt,
    .product_card__descr .product__descr-value {
        width: 100%;
    }

    .product_card_fast .product_card__gallery {
        width: 65%;
    }

    .header .navigation ul li.navigation_item {
        padding: 5px 15px;
    }

    .footer ul.navigation li.navigation_item-title {
        padding: 0 15px;
    }

    .news-detail__image-rel, .news-detail__image-wrapper {
        height: 375px;
    }

    .page_404 .number {
        font-size: 190px;
    }
    .page_404 .title_404 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1140px) {
    .wrapper-inner {
        padding: 0 10px;
    }
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding-left: 10px;
        padding-right: 10px;
    }
    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .product-item-container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product_card_fast {
        width: 80%;
        right: -80%;
    }

    .product_card_fast .product_card__gallery {
        width: 70%;
    }

    .product_card_fast .gallery_wrapper, .product_card_fast .gallery_wrapper .gallery__slider-item {
        height: 550px;
    }

    .product_card_fast .gallery_wrapper .gallery__slider-item {
        padding-left: 120px;
    }

    .product_card_fast .gallery_wrapper .gallery__slider-thumb {
        width: 100px;
    }

    .product_card_fast .gallery_wrapper .gallery__slider-thumb.slick-slider a {
        height: 130px;
    }
    .product_card__gallery {
        width: 55%;
    }

    .product_card__info {
        width: 45%;
        margin: 0;
    }

    .page_404 {
        padding-top: 20px;
    }
    .product_card__gallery {
        width: 70%;
    }

    .product_item_images {
        display: none;
    }

    .catalog__list-wrapper .product_item_img:hover {
        box-shadow: none;
    }
}

@media screen and (max-width: 1024px) {
    .title_box {
        padding-top: 0;
    }

    .product-detail-info-top .product-item-label-ring.product-item-label-right {
        bottom: 10px;
        right: 10px;
        left: auto;
    }
    .offers_box .offers_box_item .text_box {
        width: 100%;
    }
    .row-cell-left .embed-responsive {
        height: auto;
    }
    .row-cell-left .embed-responsive:before {
        padding-top: 75%;
    }
    .row-cell-left, .row-cell-right, .row-cell-left .receipt-item-row .receipt-item-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cell-right {
        padding-left: 15px !important;
    }
    .row-cell-left .receipt-item-text, .row-cell-right .receipt-item-text {
        height: 110px;
        max-height: initial;
    }
    .main-receipts-list .row-cell-right, .main-receipts-list .row-cell-left {
        padding: 5px !important;
    }
    .row-cell-right .receipt-item-content {
        padding: 20px 20px 65px;
    }
    .row-cell-right .receipt-list-item:nth-child(1) .receipt-item-col:nth-child(1) {
        order: 1;
    }
    .main-receipts-list .receipt-item-title {
        font-size: 14px;
        max-height: 34px;
    }
    .main-receipts-list .receipt-list {
        margin-left: 0;
        margin-right: 0;
    }

    .header .wrapper-inner, .footer .wrapper-inner {
        max-width: 100%;
    }
    .header-bottom-line.wrapper-inner {
        padding: 0 5px;
        position: relative;
    }

    .top-nav-wrapper  nav ul li.more {
        display: none;
    }

    .header .hb-content {
        height: 0 !important;
    }
    .bx-nav-1-lvl > a span {
        line-height: normal !important;
    }

    /* region mobile menu */
    .header .icon-box_item.open-in .search_wrapper {
        height: 185px;
    }

    .icon-box_item_line {
        display: none;
    }

    .header-bottom-line {
        border: 0;
    }
    .icon-box_item .goods_icon-counter {
        font-size: 12px;
        font-weight: normal;
        width: 23px;
        height: 23px;
        right: -13px;
    }

    .search-link {
        font-size: 20px;
    }
    .title-search-result:first-child{
      height: 0!important;
    }
    .title-search-result {
        margin-top: -5px;
        z-index: 1200;
    }
    .icon-box-link.search-link{
      width: 23px;
      height: 22px;
      position: absolute;
      right: auto;
      top: 1px;
      margin-right: 0;
      margin-left: auto;
      left: -28px;
    }
    .header .top-icon-box {
        order: 4;
        margin-top: 6px;
    }
    .header .search_wrapper {
        position: absolute;
        width: auto;
        right: -15px;
        left: -15px;
        top: calc(100% + 30px);
        background-color: #fff;
        z-index: 900;
        -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .13);
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .13);
        height: 0;
        display: block;
        overflow: hidden;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
    }
    .header .search_wrapper #title-search {
        padding: 15px 20px;
    }
    #search_in.open-in .search_wrapper {
        height: auto;
    }

    .header-top-line, .header.sticky .header-top-line {
        padding: 15px 0;
    }

    .header {
        box-shadow: inset 0 0 0 1px #ddd;
        width: 100%;
        background-color: #fff;
        height: 85px;
    }
    .header .header-top, .top-banner {
        display: none;
    }
    .header .top-icon-box #user {
        font-size: 0;
        margin-right: 1rem;
    }
    .header .icon-box_item .fa-user-o {
        font-size: 24px;
        line-height: 26px;
    }

    .header.fixed {
        position: sticky;
        top: 0;
        z-index: 950;
    }

    body {
        transition: all .5s ease;
        transition-delay: .1s;
    }
    body.menu-in header {z-index: 1050;}
    body.menu-in {
        transform: translate(45%);
        position: fixed;
    }
    body .popup_mask {
        content: '';
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: .45s ease-in-out;
    }
    body.menu-in .popup_mask {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
    body.menu-in .hamburger {
        z-index: 1050;
    }

    .top-nav-wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: 1050;
        overflow: hidden;
        width: 45%;
        transform: translate(-100%);
        padding: 0 !important;
    }

    .top-nav-wrapper-overflow {
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch;
        height: 100%;
    }

    .top-nav-wrapper .hamburger {
        position: absolute;
        top: 25px;
        left: 20px;
        z-index: 10;
    }

    .top-nav-wrapper .bx-nav-1-lvl {
        padding: 2px 4px;
        border-bottom: solid 1px #ebebeb;
    }

    .bx-nav-1-lvl > a, .bx-nav-1-lvl-link, .bx-nav-2-lvl-link {
        display: block;
        padding-left: 2;
    }
    .bx-nav-parent .bx-nav-1-lvl-link, .parent-column .bx-nav-2-lvl-link {
        width: calc(100% - 40px);
    }

    .mobile-menu-title {
        display: block;
        position: relative;
    }

    .bx-nav-1-lvl-link-text, .header.sticky .mobile-menu-title .bx-nav-1-lvl-link-text, .bx-nav-1-lvl-link .bx-nav-link-text {
        padding: 10px;
        font-weight: normal;
        width: calc(100% - 35px);
    }
    .bx-nav-list{
        padding: 0;
    }

    .header .top-nav-wrapper .icon-box_item {
        padding: 15px;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .top-nav-wrapper .icon-box_item a {
        display: flex;
        width: 50%;
        padding: 9px 0 11px;
        color: #fff;
        text-align: center;
    }


    .top-nav-wrapper .icon-box_item a:first-child {
        margin-right: 15px;
    }

    .top-nav-wrapper .icon-box_item a:second-child {
        margin-top: 15px;
    }

    .top-nav-wrapper .icon-box_item .icon-box-link .fa {
        display: none;
    }

    .top-nav-wrapper .icon-box_item .icon-box-link .icon-txt {
        font-size: 16px;
        margin-left: 0;
    }

    .top-nav-wrapper .icon-box_item * {
        display: inline-block;
        vertical-align: middle;
    }

    .header-top-line .icon-box_item .visible-xs-inline-block {
        display: none !important;
    }

    .top-catalog-menu {
        display: block;
        position: relative;
        margin-left: 3px;
        border-bottom: 1px solid #d3d3d3;
    }
    .bx-top-nav-wrapper {
        position: relative;
        padding-top: 0;
        z-index: 10;
        height: auto;
        max-height: max-content;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }
    .header .top-catalog-menu-title, .bx-top-nav-banner-wrapper, .top-nav-banner-item {
        display: none;
    }
    .bx-top-nav-box {
        box-shadow: none;
        border: none;
        display: block;
    }
    .bx-top-nav-menu {
        width: 100%;
    }
    .top-catalog-menu-title {position: relative;}
    .bx-top-nav {
        border-top: 1px solid #ebebeb;
    }

    .bx-nav-2-lvl-container, .bx-nav-2-lvl-container-advanced, .bx-nav-2-lvl-container.banner-in,
    .bx-nav-3-lvl-container, .bx-nav-3-lvl-container-advanced, .bx-nav-3-lvl-container.banner-in {
        z-index: 10;
        opacity: 1;
        visibility: visible;
        position: relative;
        box-shadow: none;
        width: 100%;
        left: auto;
        display: block;
    }

    .bx-nav-catinfo, .parent-column > a.bx-nav-2-lvl-link {
        display: none;
    }

    .header .mobile-menu-title .open_list {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(0deg);
        transition: .3s ease-in-out;
        background: none;
        border: none;
        z-index: 100;
        font-size: 18px;
        padding: 0;
        line-height: 20px;
    }
    .bx-nav-3-lvl-link span {
        padding: 0;
    }
    .bx-nav-2-lvl-link span {
        padding: 8px 0;
    }

    .header .parent-column .mobile-menu-title .open_list:before {
        content: "\f107";
        width: 15px;
        height: 18px;
        background-color: transparent;
    }

    .header .parent-column .mobile-menu-title .open_list.active:before {
        transform: rotate(180deg);
    }

    .header .parent-column .mobile-menu-title .open_list.active {
        transform: none;
    }

    .header .parent-column .mobile-menu-title .open_list:after, .bx-top-nav-container:after, .bx-nav-3-lvl-container:after {
        display: none;
    }

    .bx-nav-2-lvl-container .wrapper-inner {
        height: auto;
        padding: 0;
        margin: 0;
        border: none;
        display: block;
    }

    .bx-nav-list-2-lvl, .bx-nav-list-2-lvl.banner-in {
        margin-top: 5px;
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #ebebeb;
    }

    .bx-nav-2-lvl.parent-column {
        display: block;
        padding: 0 !important;
    }
    .top-nav-wrapper .navigation-container {
        padding: 0 15px 15px;
    }

    .bx-nav-2-lvl-link {
        padding: 0 20px;
    }
    .bx-nav-2-lvl-link:last-child {
        border-bottom: 0;
    }

    .bx-nav-list-3-lvl {
        padding: 10px 0;
        border-bottom: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        box-shadow: inset 0 0 5px rgba(200, 200, 200, 0.5);
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .bx-nav-2-lvl.parent-column:last-child .bx-nav-list-3-lvl {
        border-bottom: none;
        padding-bottom: 0;
    }

    .bx-nav-2-lvl-link-text {
        font-weight: normal;
    }

    .bx-nav-3-lvl-link {
        padding: 7px 20px;
    }

    .bx-nav-1-lvl.bx-nav-parent:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text, .bx-nav-1-lvl:hover > .bx-nav-1-lvl-link .bx-nav-1-lvl-link-text {
        background-color: transparent;
    }

    .top-catalog-menu-title, .catalog__filter .title {
        position: relative;
        padding: 5px 0;
    }

    .header .open_list.active, .catalog__filter .open_list.active {
        transform: rotate(180deg);
    }

    .header .mobile-menu-title .mini-plus:before, .header .mobile-menu-title .mini-plus:after {
        width: 13px;
    }

    .header .open_list:after, .catalog__filter .open_list:after {
        transform: rotate(90deg);
    }

    .header .navigation a, .top-catalog-menu-title a {
        padding: 10px 0;
        font-size: 12px;
        text-transform: uppercase;
        display: inline-block;
        font-weight: 500;
    }

    /*endregion*/
    /* region catalog */
    .catalog-section-list-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .catalog-section-list-item-wrapper {
        width: 100%;
    }

    /*endregion*/
    /* region NEW*/

    .sale-order-payment-change-pp-company {
        width: 25%;
    }
    .main-slider .product_item {
        padding: 10px;
    }

    .bx_pagination_bottom .bx_pagination_page li, .bx_pagination_bottom .bx_pagination_page .nav-text {
        line-height: 33px;
    }

    .bx_pagination_bottom .bx_pagination_page li {
        font-size: 12px;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text {
        font-size: 11px;
        padding: 0;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text a {
        padding: 0 10px;
    }

    /*endregion*/
    .header .top-icon-box .icon-box_item .icon-txt, .header-phone, #search_in .icon-txt {
        display: none;
    }

    .noscroll {
        padding: 0;
    }

    .brand_box .brand_nav ul li.brand_nav_item {
        width: 31%;
        margin-right: 1%;
        margin-left: 1%;
    }
    .header .top-icon-box .icon-box_item a.icon-box-link.mobile {
        display: block;
    }

    .header .top-icon-box .icon-box_item a.icon-box-link.desktop {
        display: none;
    }

    .btn_hamburger {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 27px;
        padding: 12px 0;
    }

    .btn_hamburger span {
        display: block;
        position: relative;
        width: 100%;
        height: 3px;
        background-color: #000;
        -webkit-transition: background-color 0 0.3s;
        transition: background-color 0 0.3s;
    }

    .btn_hamburger span:before, .btn_hamburger span:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #000;
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }

    .btn_hamburger span:before {
        top: 8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform;
    }

    .btn_hamburger span:after {
        bottom: 8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform;
    }

    .btn_hamburger.active span {
        background-color: transparent;
    }

    .btn_hamburger.active span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }

    .btn_hamburger.active span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }

    .header .hb-content .logo {
        display: block;
        margin: auto;
        padding-left: 0;
        position: relative;
        left: -15px;
    }

    .header .navigation ul li.navigation_item {
        display: block;
        width: 100%;
    }

    .header .navigation ul li.navigation_item a.navigation-link {
        padding: 5px 0;
    }

    .header .navigation ul li.navigation_item a.navigation-link:after {
        display: none;
    }

    .header .nav_wrapper {
        position: relative;
        padding: 10px;
    }

    .header.sticky .navigation {
        top: 61px;
        height: calc(100% - 61px);
    }

    .header.menu-in .navigation {
        left: 0;
    }

    .header .header__subnav {
        display: none !important;
    }

    .header .top-icon-box .icon-box_item .header__subnav {
        display: block !important;
        padding: 0;
        top: 70px;
    }

    .header .top-icon-box .icon-box_item.hover .header__subnav {
        height: 61px;
    }

    .header.sticky .top-icon-box .icon-box_item .header__subnav {
        top: 60px;
    }

    .favour_wrapper {
        display: none !important;
    }

    .noscroll .main_content {
        padding-right: 0;
    }

    .product_card__content {
        display: block;
        padding-top: 0;
    }

    .product_card__gallery {
        width: 100%;
        padding-bottom: 30px;
    }

    .product_card__info {
        width: 100%;
        margin-left: 0;
    }

    .product_card__info .product_card-flags {
        right: 20px;
        top: 10px;
    }

    .gallery__slider-main {
        display: none !important;
    }

    .gallery_wrapper .gallery__slider-thumb {
        width: 100%;
    }

    .gallery_wrapper .owl-carousel .owl-stage-outer {
        height: 100%;
    }

    .gallery_wrapper .gallery__slider-thumb a.active img, .gallery_wrapper .gallery__slider-thumb a:hover img {
        border: none;
        opacity: 1;
    }

    .gallery_wrapper .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        background: transparent;
        border-radius: 50%;
        position: relative;
    }

    .gallery_wrapper .owl-dots .owl-dot.active, .gallery_wrapper .owl-dots .owl-dot:hover {
        background: transparent;
    }

    .gallery_wrapper .owl-dots .owl-dot.active span:before, .gallery_wrapper .owl-dots .owl-dot:hover span:before {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .gallery_wrapper .gallery__slider-item {
        padding: 0;
    }

    .comment_item__body {
        width: 79%;
    }

    .owl-carousel {
        padding: 10px 0 0;
        margin-bottom: 20px;
    }
    .slider .owl-carousel {
        margin-bottom: 0;}

    .product_item-link {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .hidden_list {
        display: block;
    }

    .account-form .form__widget_fio .account-form__widget {
        margin-bottom: 10px;
    }

    .gallery_wrapper {
        height: 550px;
    }

    .gallery_wrapper .owl-item a {
        height: 550px;
    }

    .gallery_wrapper .gallery__slider-thumb a img {
        border: none;
    }

    .cartline_wrapper {
        display: none;
    }

    .basket_wrapper .bx_ordercart .bx_sort_container, #basket_items_list, #basket_items_delayed, #basket_items_subscribed, #basket_items_not_available {
        width: 100%;
        padding: 0;
        float: none;
    }

    #basket_items_list, #basket_items_delayed, #basket_items_subscribed, #basket_items_not_available {
        margin-left: 0;
    }

    .basket_wrappe_price {
        display: none;
    }

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

    .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
        padding: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price .old_price,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price .current_price {
        display: block;
        border-bottom: 1px solid #ddd !important;
        width: auto;
        position: relative;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
    }

    .mobile_price .old_price:before {
        content: 'Цена';
    }

    .mobile_price .current_price:before {
        content: 'Цена со скидкой';
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td,
    .mobile_price .old_price, .mobile_price .current_price {
        position: relative;
        min-height: 25px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom div,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price .old_price span,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price .current_price span {
        position: absolute;
        background-color: #fff;
        right: 0;
        bottom: -3px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom.discount,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom.sum {
        border-bottom: 1px solid #ddd !important;
        padding: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.price .mobile_price .current_price {
        font-size: 16px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.quantity span {
        display: none;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.quantity {
        text-align: right;
        padding: 25px 0 15px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.quantity .centered {
        display: inline-block;
        position: relative;
        width: 155px !important;
    }

    .basket_quantity_control a {
        border: 1px solid #ddd;
        width: 45px;
        height: 45px;
        line-height: 41px;
        font-size: 25px !important;
        background-color: #f5f5f5;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom .basket_quantity_control {
        margin: 0 auto;
        width: 100%;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.item,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.control,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.price {
        font-weight: 500;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.custom.sum {
        font-size: 20px;
        font-weight: 900;
    }

    #basket_items_delayed table tbody td.quantity,
    #basket_items_delayed table tbody td.custom.sum {
        display: none;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.control {
        margin: 25px 0 10px;
        position: relative;
        height: 20px;
        padding: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
        position: absolute;
        top: 0;
        font-size: 14px;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.control a.add_cart,
    .bx_ordercart .bx_ordercart_order_table_container tbody td.control a.save {
        left: 0;
    }

    .bx_ordercart .bx_ordercart_order_table_container tbody td.control a.delete {
        right: 0;
    }

    #basket_items_delayed tbody td.item_title {
        margin-bottom: 0;
    }

    #basket_items_delayed tbody td.custom.discount,
    #basket_items_delayed tbody td.price .mobile_price .current_price {
        display: none;
    }

    #basket_items_delayed tbody td.price {
        max-width: 250px;
        margin-left: 120px;
    }

    .delivery__wrapper, .pay__wrapper {
        flex-direction: column;
    }

    .delivery-pay_content .content__text, .delivery-pay_content .content__image {
        width: 100%;
        padding-right: 0;
    }

    .delivery-pay_content .content__image {
        width: 50%;
        margin: auto;
    }

    .top__text {
        position: relative;
        right: 0;
        top: -10px;
    }

    .news-list {
        max-width: 768px;
        margin: auto;
    }

    .news-item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

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

    .news-item__container {
        background-color: #f6f6f6;
    }

    .news-title__link, .news-item__descr {
        margin: 0;
    }

    a.news-item__btn, .news-item__descr:after {
        display: none;
    }

    .page_404 {
        padding-top: 20px;
    }

    .page_404 .number {
        font-size: 170px;
    }

    .page_404 .title_404 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .order_wrapper .sale_order_full_table {
        width: 70%;
    }
}

@media screen and (max-width: 991.98px) {
    .mail-subscribe {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    .mail-subscribe .subscribe-title h3 {
        margin-bottom: 5px;
    }
    .mail-subscribe .subscribe-title h3 br{
      display: none;
    }
    .mail-subscribe .bx-subscribe {
        margin-top: 15px;
    }
    .mail-subscribe .subform-row {
        justify-content: center;
    }
    .contacts__adress {
        margin: 0;
        margin-bottom: 35px;
    }
    .message-form__wrapper {
        justify-content: center;
    }
    .contacts__form .title {
        text-align: center;
    }
    .contacts__form {
        margin: auto;
    }
    .contacts__adress, .contacts__form {
        text-align: center;
    }

    .mail-subscribe-container{
        background-image: none;
    }

}

@media screen and (max-width: 768px) {
    .offers_box .offers_box_item .text_box {font-size: 12px;}
    .offers_box .offers_box_item .text_box b {margin: 15px 0 5px;}

    .top-nav-wrapper {
        width: calc(100% - 100px);
    }
    body.menu-in {
        transform: translate(calc(100% - 100px));
    }

    .sorting_box {
        text-align: left;
    }

    .sorting_box .sorting .sorting_item {
        margin-left: 0;
        margin-right: 10px;
    }

    .tab_slider {
        padding: 30px 0 0;
    }

    .sales_container a.sales_link .text_box {
        height: 20%;
    }

    .brands_box .text_box, .brand_box .text_box {
        margin-right: 0;
        width: 100%;
    }

    .order_block-buy .product_item__price .price {
        font-size: 30px;
    }

    .comment_item__left, .comment_item__body {
        width: 100%;
        display: block;
    }

    .comment_item__body {
        margin-top: 15px;
    }

    .brand-products .title_box {
        margin: 0;
    }
    .order__actions {
        padding-bottom: 45px;
    }

    .orders .orders-item__goods {
        width: 100%;
    }

    .search_wrapper .wrapper-inner {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .header .icon-box_item.open-in .search_wrapper {
        height: 124px;
    }

    .search_wrapper .search__input button {
        -webkit-background-size: 20px;
        background-size: 20px;
    }

    .orders a.order-item__link {
        margin-top: 15px;
    }

    .contacts_content {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .contacts__list .contacts_item span {
        display: block;
        margin: 0;
    }

    .contacts__list .contacts_item a:after {
        display: none;
    }

    .contacts__list .contacts__adr .title {
        margin-bottom: 10px;
    }

    .order__info-cell_title {
        width: 30%;
    }

    .news-detail__image-rel, .news-detail__image-wrapper {
        height: 275px;
    }

    .page_404 .title_404 {
        font-size: 20px;
        text-align: center;
    }

    .order_wrapper .sale_order_full_table {
        width: 90%;
    }

    .order_wrapper .message_ok {
        font-size: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .slider {
        margin-right: -5px;
        margin-left: -5px;
    }
    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next,
    .slider-viewed .owl-carousel .owl-nav button.owl-prev, .slider-viewed .owl-carousel .owl-nav button.owl-next,
    .product_card_detail .special_offer .owl-nav button.owl-prev, .product_card_detail .special_offer .owl-nav button.owl-next {
        box-shadow: none;
        background-color: transparent;
        width: 30px;
        height: 30px;
        top: -30px;
    }

    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span,
    .slider-viewed .owl-carousel .owl-nav button.owl-prev span, .slider-viewed .owl-carousel .owl-nav button.owl-next span,
    .product_card_detail .special_offer .owl-nav button.owl-prev span, .product_card_detail .special_offer .owl-nav button.owl-next span {
        background: none;
        padding: 4px 0;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .product_card_detail .special_offer .owl-nav button.owl-prev {
        left: auto;
        right: 30px;
    }
    .owl-carousel .owl-nav button.owl-next,
    .product_card_detail .special_offer .owl-nav button.owl-next {
        left: auto;
        right: 0;
    }
    .product_card_detail .special_offer .owl-nav button.owl-prev span:before, .product_card_detail .special_offer .owl-nav button.owl-next span:before {
        font-size: 22px;
    }

}

@media screen and (max-width: 575.98px) {
    .favorite-element-container .title_box .sorting {
        margin-top: 10px;
    }
    .offers_box .offers_box_item {margin-bottom: 20px;}
    .offers_box {padding-top: 30px;}

    .row-cell-left .embed-responsive, .row-cell-right .embed-responsive {height: auto;}
    .row-cell-left .embed-responsive:before, .row-cell-right .embed-responsive:before {padding-top: 50%;}

    .main-user-consent-request-popup-header {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
    }
    .main-user-consent-request-popup-textarea-block {
        margin-bottom: 10px;
    }
    .bx-subscribe .bx-input-group .bx-form-control {width: 100%;}
    .top-nav-wrapper .icon-box_item .icon-box-link .icon-txt {font-size: 14px;}
    .page_404 .text_404 {padding: 20px;}
    .btn-subscribe {font-size: 18px;}

    /* region NEW */
    .bx_pagination_bottom .bx_pg_section.bx_pg_show_col {
        display: inline-block;
    }

    .bx_pagination_bottom .bx_pg_section {
        text-align: center;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text span {
        display: none;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text {
        width: 35px;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text .fa {
        margin: 0;
    }
    .bx_pagination_bottom .fa{
      top: 0;
    }
    .bx_pagination_bottom .bx_pagination_page ul {
        padding: 0;
    }

    .sale-order-detail-payment-options-shipment-image-container, .sale-order-detail-payment-options-methods-image-container {
        margin-bottom: 10px;
        width: 100%;
        float: none;
    }

    .sale-order-detail-payment-options-methods-shipment-list, .sale-order-detail-payment-options-methods-info {
        float: none;
        width: 100%;
    }

    .sale-order-detail-payment-options-methods-information-block {
        margin: 0;
    }

    .sale-order-detail-payment-options-methods-image-element, .sale-order-detail-payment-options-shipment-image-element {
        background-position: 0;
    }

    .sale-order-payment-change-pp-company {
        width: 33.333333%;
        float: left;
    }

    .sale-order-list-status-restricted, .sale-order-list-status-alert, .sale-order-list-status-success {
        margin-left: 0;
    }

    .sale-order-list-payment-title-element {
        margin-right: 5px;
    }

    .sale-order-payment-change-payment-title {
        margin-bottom: 10px;
    }

    .sale-order-list-payment-price {
        margin-top: 10px;
    }

    .sale-order-list-link {
        flex-direction: column;
    }

    .sale-order-list-link a {
        display: block;
        margin: 5px 0;
    }

    .title-search-result .bx_img_element, .title-search-result .bx_image {
        width: 45px;
        height: 45px;
    }

    .bx_item_element {
        font-size: 12px;
    }

    .api_modal .api_modal_title {
        font-size: 16px;
    }
    .api_modal .api_modal_close {
        top: 10px;
    }

    .api_form .api_label, .api-reviews-form .api-star-rating-label {
        font-size: 14px;
    }

    .api-reviews-form .api-star-rating i {
        background: url(/bitrix/images/api.reviews/flat/green1/sprite.png) no-repeat 0 -15px;
        width: 22px;
        height: 21px;
    }

    .api-reviews-form .api-star-rating i.active {
        background: url(/bitrix/images/api.reviews/flat/green1/sprite.png) no-repeat 0 -36px;
    }
    .product_card__title h1 {
        line-height: 1.3;
    }

    .set_container .set_name {
        flex-direction: column;
    }

    .set_container .set_image__wrap a {
        width: 60px;
    }

    .set_container .set_info {
        width: calc(100% - 75px);
    }

    .set_container .set_name .name, .set_container .set_name a {
        width: 100%;
    }

    .set_container .set_name .price {
        width: 100%;
        text-align: right;
        padding-left: 0;
        margin-top: 10px;
    }

    .set_container label.set_check-in, .set_container div.set_check-in {
        bottom: auto;
        top: 15px;
    }
    #search_in {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header .logo p {
        font-size: 16px;
    }
    .header .top-icon-box #user {
        display: none;
    }
    .header-bottom-row {
        padding: 5px 0;
        justify-content: space-between;
    }
    .header {
        height: 60px;
    }
    .tab_slider h2, .brands_box h2, h1 {
        font-size: 30px;
    }

    .slider .owl-nav button span, .slider_in_fast .owl-nav button span, .brands_wrapper .owl-nav button span {
        width: 35px;
        height: 35px;
        background-size: 15px;
    }

    .slider .owl-nav button.owl-prev, .brands_wrapper .owl-nav button.owl-prev {
        margin-right: 5px;
    }
    .offers_box {
        justify-content: center;
    }

    .tab_slider {
        padding: 20px 0 0;
    }

    .main_banner_image {
        margin: 30px 0;
    }

    /* endregion */
    .logo {
        margin-right: 10px;
    }
    .logo img{
      max-width: 105px;
    }
    .footer .network-box {
        width: 40%;
    }
}

@media screen and (max-width: 480px) {
    .top-nav-wrapper {
        width: calc(100% - 60px);
    }
    body.menu-in {
        transform: translate(calc(100% - 60px));
    }
}

@media screen and (max-width: 400px) {
.bx_pagination_bottom .bx_pagination_page li.bx_active span{
  border-color: var(--main_color);
}
    #search_in{
        padding-left: 0px;
        padding-right: 0px;
    }
    .hamburger {
        width: 30px;}
    .hamburger .line, .hamburger .line:after, .hamburger .line:before {
        height: 2px;
        width: 25px;
    }
    .hamburger .line:before {
        top: -6px;}
    .hamburger .line:after {
        bottom: -6px;}
    .icon-box_item .goods_icon-counter {
        font-size: 10px;
        width: 19px;
        line-height: 16px;
        height: 19px;
        right: -8px;
        top: -12px;
    }
    .header .top-nav-wrapper .icon-box_item {
        padding: 10px;
    }
    .top-nav-wrapper .icon-box_item a:first-child {
        margin-right: 10px;
    }
    .top-nav-wrapper .icon-box_item a {
        padding: 4px 0 6px;
    }
    .bx-nav-list {
        font-size: 14px;
    }
    .page_404 .number {
        font-size: 115px;
    }

    .popup-window-buttons .btn-buy:first-child {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .popup-window.popup-window-with-titlebar {
        width: 100%;
    }

    .bx_pagination_bottom .bx_pagination_page .nav-text {
        width: 30px;
        height: 30px;
    }
    .bx_pagination_bottom .bx_pagination_page li {
        border: none;
        width: auto;
        height: auto;
        line-height: normal;
        margin: 0 1px;
    }
    .bx_pagination_bottom .bx_pagination_page li a, .bx_pagination_bottom .bx_pagination_page li span {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px 8px 3px;
        width: 30px;
        height: 30px;
        border: 1px solid #696969;
    }

    .order__info-cell_title {
        width: 50%;
    }

    .order__info .btn-form__controls a, .sale-order-detail-payment-options-methods-button-container button {
        width: 100%;
        padding: 10px 20px;
        height: auto;
        margin: 5px 0;
        text-align: center;
    }

    .sale-order-payment-change-pp-company {
        width: 50%;
    }

    .search_wrapper .search__input input {
        font-size: 12px;
        border-radius: 0px;
    }

    .search-input-wrapper input[type='text'] {
        font-size: 14px;
    }

    .search-input-wrapper input[type='submit'] {
        -webkit-background-size: 17px;
        background-size: 17px;
    }

    .api_modal .api_modal_header {
        text-align: left;
    }

    .api_modal .api_modal_title {
        font-size: 14px;
    }

    .api-reviews-form .api-star-rating, .api-reviews-form .api-star-rating-label {
        width: 100%;
        text-align: center;
    }

    .product_item {
        padding: 10px;
    }

    .product_item_wrapper_img {
        height: 150px;
        line-height: 150px;
    }

    .product_item_wrapper_img .product_item_img-bg {
        max-height: 106px;
    }

    .product_item_title .name a, .product_item_title .brand a {
        font-size: 12px;
    }

    .product_item__price .old_price {
        font-size: 11px;
        text-align: center;
    }

    .product_card-flags .flag-item {
      font-size: 10px;
      line-height: 15px;
    }
    .product_card-flags .flag-item{
      width: 30px;
      height: 30px;
    }
    .tab_slider h2, .product_card_wrapper h2 {
        width: calc(100% - 80px);
    }

    h1, .tab_slider h2, .brands_box h2 {
        font-size: 22px;
    }

    .offers_box .offers_box_item {
        max-width: 100%;
        width: 100%;
    }

    .offers_box .offers_box_item .text_box {
        width: calc(100% - 80px);
    }
}

.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;
}
@media (max-width: 1024px){
    .header_bottom_menu{
        display: none;
    }
}
@media (min-width: 1024px){
    .header-bottom-row{
        justify-content: space-between;
    }
}
.header-top-line .col-left{
    display: flex;
    align-items: center;
}
.address .address_title{
    line-height: 1;
}
.address .address_title span{
    font-weight: 400;
    line-height: 1;
    font-size: 12px;
}
.search_wrapper{
    min-width: 318px;
}
@media (min-width: 1366px){
  .search_wrapper{
    min-width: 318px;
    max-width: 318px;
  }
}
.top-search{
    padding-left: 20px;
}
.product-detail-preview{
    overflow: auto!important;
}
.btn{
    border-radius: 0;
}
@media (max-width: 900px){
    .header .icon-box_item span {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo.bottom-logo{
        margin-left: auto;
        margin-right: auto;
    }
    .catalog__content .row{
      margin-left: -10px;
      margin-right: -10px;
    }
    .row{
        margin-left: 0px;
        margin-right: 0px;
    }
    .product-detail-info-top.row{
      margin-left: 0px;
      margin-right: 0px;
    }
    .bx-catalog-element .row{
      margin-left: 0px;
      margin-right: 0px;
    }
}

.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;
}
.product_item_buy_box > div{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start!important;
}
.top-catalog-menu-title:hover{
    color: #fff!important;
}

@media (max-width: 900px){
    .product-item-container .product_item__cart{
        visibility: visible;
        left: 0;
        transform: translateY(0px);
        opacity: 1;
    }
    .product_item_buy_box .product-item-quantity-block{
        margin-right: 0px;
        padding-bottom: 0px;
    }
}

.product_item_name_box .rating_item{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
    margin-bottom: 5px;
}
.product_item_name_box .rating_item .count_rating{
    font-size: 14px;
    color: #272727;
    margin-left: 6px;
    line-height: 17px;
    font-weight: 500;
    position: relative;
    top: 2px;
}

@media (min-width: 1025px){
    .header .icon-box_item .icon-txt{
        display: none;
    }
}

@media (max-width: 1024px){
    .product-item-detail-gallery .product_card-flags{
      left: 15px;
      right: auto;
    }
}
@media (max-width: 900px){
    .header-bottom-row{
        justify-content: space-between;
    }
    .header .icon-box_item{
        margin-left: 0px;
        box-shadow: none;
    }
}

.title_box h1{
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: var(--main_font_color);
    margin-bottom: 20px;
}

.back_link .btn-primary .fa{
    display: none;
}
.back_link .btn-primary{
  background-color: var(--main_color);
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  width: 215px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 25px;
}

.back_link .btn-primary:hover{
    background-color: var(--main_color_hover);
    box-shadow: none;
}
.back_link .btn-primary:active{
    background-color: var(--main_color_active);
}
.embed-responsive-16by9::before{
    padding-top: 240px;
}
.page_404 .embed-responsive-16by9::before{
  padding-top: 436px;
}
.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);
}
@media (max-width: 900px){
    .social_network{
        justify-content: center;
    }
}
.next_product{
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 15px;
    display: flex;
}
.product__list{
    margin-left: -5px!important;
    margin-right: -5px!important;
}
.catalog_sort_row{
    margin-bottom: 20px;
    border-radius: 10px;
}
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;
}

.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:focus{
    color: #fff;
    background-color: var(--main_color_active);
}

.header .top-icon-box{
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.header-top-line .address{
    margin-top: 7px;
    opacity: 0;
}

@media (max-width: 900px){
  .header .top-icon-box{
    padding-right: 0px;
    padding-left: 0px;
  }
  .header .icon-box_item a svg{
    display: none;
  }
  .menu-in .header{
    background-color: transparent;
    box-shadow: none;
  }
  .hamburger.is-active .line:before{
    background-color: #fff;
  }
  .hamburger.is-active .line:after{
    background-color: #fff;
  }
  .top-nav-wrapper .icon-box_item a{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 10px 0;
  }
  .sorting-title,
  .sorting-list{
    padding: 0px;
  }
}

.header .top-catalog-menu-title {
	background-color: var(--main_color);
}
.header .top-catalog-menu:hover .top-catalog-menu-title{
  background-color: var(--main_color_hover);
}
.header .top-catalog-menu .top-catalog-menu-title:hover{
  background-color: var(--main_color_hover);
}
/* .header .top-catalog-menu .top-catalog-menu-title:active,
.header .top-catalog-menu .top-catalog-menu-title:focus{
  background-color: var(--main_color_active);
} */

body.menu_active .button_open_menu{
	background-color: var(--main_color_active)!important;
}
.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:hover {
	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);
}
.header .go_to a.bg_none:hover {
	color: var(--main_color);
}
.account-form .form__widget-box input:focus {
	border-color: var(--focus_input_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=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, .btn-not-avaliable {
	background-color: var(--main_color);
  border-radius: 25px;
}
.btn-not-avaliable .btn.disabled{
  padding: 8px 12px 8px 12px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 160px;
  height: 40px;
  line-height: 1;
  transition: .3s;
  top: 0;
  border: 1px solid #8B8B8B!important;
}
.btn-green-border, .popup-window-buttons .btn-buy:first-child {
	border: 1px solid var(--main_color);
  color: var(--main_color);
  cursor: pointer;
  border-radius: 25px;
}
.btn-green-border:hover,
.popup-window-buttons .btn-buy:first-child:hover {
	background-color: var(--main_color_hover);
  border-color: var(--main_color_hover);
  color: #fff;
}
.btn-green-border:active,
.popup-window-buttons .btn-buy:first-child:active{
  border: 1px solid var(--main_color_active);
  background-color: var(--main_color_active);
  color: #fff;
}
.btn-green-border:focus,
.popup-window-buttons .btn-buy:first-child:focus{
  border: 1px solid var(--main_color_active);
  background-color: var(--main_color_active);
  color: #fff;
}
.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;
}
.link-green-border i{
  position: relative;
  top: 1;
  transition: .3s;
}
.btn-primary:hover{
    color: #fff;
    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);
}

.hamburger .line, .hamburger .line:after, .hamburger .line:before {
	background-color: var(--main_color);
}
.sale-personal-section-index-block {
	background: 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);
}

@media screen and (max-width: 1024px){
	.open-in .search-link {
		color: var(--main_color);
	}
	.top-nav-wrapper .icon-box_item a {
		background-color: var(--main_color);
    border-radius: 25px;
	}
	.gallery_wrapper .owl-dots .owl-dot span {
		border: 1px solid var(--main_color);
	}
	.gallery_wrapper .owl-dots .owl-dot.active span:before, .gallery_wrapper .owl-dots .owl-dot:hover span:before {
		background: 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: rgba(252, 175, 35, .3);
}
.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_font_color);
}
@media (min-width: 1024px){
  .sort-line .sort-col:last-child{
    opacity: 0;
  }
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus{
  background-color: var(--main_color_active);
  border-color: var(--main_color_active);
}
@media (max-width: 900px){
  .clear_basket.btn-green-border{
    justify-content: center;
  }
}

.main_content{
  position: relative;
}

/* Топ меню */
.wrapper_top_menu{
  background-color: #fff;
  border-bottom: 0.5px solid #F0F0F0;
}
.top_menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.top_menu_left{
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_menu-menu .navigation{
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_menu-menu .navigation li{
  font-size: 12px;
  line-height: 15px;
  color: var(--main_font_color);
}
.top_menu-menu .navigation li + li{
  margin-left: 25px;
}
.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);
}
.top_menu_right{
  display: flex;
  align-items: center;
}
.top_menu_right a{
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  color: var(--main_font_color);
}
.top_menu_right a:first-child span{
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid var(--main_color);
}
.top_menu_right a:first-child svg{
  margin-right: 12px;
}
.top_menu_right a:hover{
  color: var(--main_color_hover);
}

.footer_item_contact{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 180px;
}
.footer_item_contact:not(:last-child){
  margin-bottom: 15px;
}
.footer_item_contact .footer_item_contact_icon{
  width: 22px;
  height: 100%;
  margin-right: 16px;
}
.footer_item_contact .footer_item_contact_title span{
  font-size: 12px;
  line-height: 20px;
}
.footer_item_contact .footer_item_contact_title a{
  font-size: 12px;
  line-height: 14px;
}
.footer_item_contact_title.phone a{
  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);
}
@media (max-width: 1024px){
  .wrapper_top_menu{
    display: none;
  }
  .icon-box-link.basket-link{
    width: 24px;
    height: 24px;
    padding: 0px;
    border-radius: 50%;
    background-color: transparent;
  }
  .icon-item.basket-icon .basket_name{
    display: none;
  }
  .icon-item.basket-icon svg{
    display: block!important;
    margin-right: 0px;
    fill: var(--main_color);
    width: 24px;
    height: 24px;
    position: relative;
  }
  .icon-box-link.basket-link:before{
    content: none;
  }
  .icon-box_item .basket-link .goods_icon-counter{
    position: absolute;
    background-color: var(--main_font_color);
    font-size: 10px;
    width: 19px;
    line-height: 15px;
    height: 19px;
    right: -14px;
    top: -12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-link{
    position: relative;
    fill: var(--main_color);
  }
  .search-link circle{
    stroke: var(--main_color);
  }
  .search-link path{
    stroke: var(--main_color);
  }
  .search_wrapper form{
    position: relative;
  }
  .search_wrapper{
    min-width: 100%;
  }
  .product_item_buy_box .btn-block-col .product_item__cart{
    margin-right: 0px;
  }
  .blocks_after_banner .row{
    justify-content: center;
  }
  .icon-box-link.basket-link{
    background-color: transparent;
  }
  .icon-box-link.basket-link:hover{
    background-color: transparent;
  }
  .icon-box-link.basket-link:active,
  .icon-box-link.basket-link:focus{
    background-color: transparent;
  }
  .header .icon-box_item a:hover .icon-item.basket-icon svg{
    fill: var(--main_color_hover);
  }
  .footer_item_contact{
    justify-content: center;
  }
  .product_item_table .catalog__content .product_item_buy_box .row{
    margin-right: 15px!important;
  }
  .catalog__content .product_item_buy_box .row{
    margin-right: 15px!important;
  }
}
.wrapper-inner.wrapper-main{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.wrapper-inner.wrapper-main .wrapper-main_container{
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 900px){
  .main_full_banner a img{
    object-fit: cover;
    width: 100%;
    min-height: 200px;
    object-position: 51%;
  }
}

.main_content{
  background-image: none;
  background-repeat: repeat;
  background-size: 100%;
}

@media (max-width: 575.98px) {
  .header-bottom-row{
    padding-top: 5px;
  }
  .main_content{
    background-image: none;
    background-color: #F6F7FB;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom-row{
    padding-top: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-bottom-row{
    padding-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-bottom-row{
    padding-top: 15px;
  }
}

@media (max-width: 1024px){
  .product_item_name_box .rating_item{
    display: none;
  }
}

.search-page .sorting_box{
  padding: 13px 0;
  background-color: #fff;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.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;
}
.popup-window-content > div > p{
  margin-top: 20px;
}
.slider-viewed.catalog-products-viewed-container .owl-stage-outer{
  padding-bottom: 0px;
}

@media (min-width: 1024px){
  .header .header_bottom_menu .navigation a.selected{
    color: var(--main_color_active);
  }
  .header .navigation a.selected{
    color: var(--main_color_active);
  }
  .main_content{
    background-color: #F6F7FB;
    background-image: url(images/main_content_bg.png);
  }
  .header_bottom_menu .navigation .navigation_item a{
    text-transform: uppercase;
  }
}
@media (max-width: 1024px){
  .product-item-info-container.product-item-hidden{
    padding-left: 5px;
  }
  .catalog__list-content .product_item.product-item .product_item_buy_box{
    left: 6px;
  }
  .basket_top_btn{
		margin-bottom: 5px;
	}
  .account-form .login-link{
    margin-top: 20px;
  }
  .product-detail-info-top.row{
    margin-bottom: 65px;
  }
  .slider-viewed.catalog-products-viewed-container .owl-stage-outer{
    padding-bottom: 10px;
  }
}
.ymaps-2-1-77-balloon__content .btn.btn-sm.btn-primary{
  color: #fff!important;
}
.slider.slider-gifts{
  margin-left: 0!important;
}
@media (max-width: 1024px){
  .favour__list .price-unit{
    position: relative!important;
  }
}

/* Статичные приемущества */


@media (min-width: 1024px){
  .wrapper-inner.wrapper-main .wrapper-main_container{
    z-index: 2;
  }
  .main_banner_slider .owl-carousel{
    z-index: 0;
  }
}
.col-right .header-phone{
  display: flex;
  align-items: center;
  max-width: 166px;
  width: 166px;
  min-width: 166px;
}
.col-right .header-phone a{

}
.header-phone_info{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.header-top{
  position: relative;
}
@media (min-width: 1024px){
  .catalog__list{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .product__list .product-item-container{
    margin-bottom: 40px;
  }
  .search-page .product__list .product-item-container{
    margin-bottom: 10px;
  }
  .search-page{
    margin-bottom: 50px;
  }
  .catalog__list-content{
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalog__filter{
    padding-left: 0px;
  }
}
.footer_item_contact_title{
  display: flex;
  flex-direction: column;
  text-align: left;
}
.bx-filter-popup-result.right .btn-primary{
  padding-left: 15px;
  padding-right: 15px;
}
.filter_minus line{
  stroke: var(--main_color);
}

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

.block_chose_city{
  padding: 12px 15px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  /*margin-left: 30px;*/
  margin-left: 10px;
  opacity: 0;
  height: 40px;
  border-radius: 43px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  max-width: 211px;
}
.block_chose_city .block_chose_city_icon{
  margin-right: 17px;
}
.catalog__list .bx_pagination_bottom{
  margin-bottom: 30px;
  margin-top: 0px;
}
@media (max-width: 900px){
  .blocks_after_banner_wrapper .col-xl-4:nth-child(1) .block_after_banner:after{
    content: none;
  }
  .blocks_after_banner_wrapper .col-xl-4:nth-child(2) .block_after_banner:after{
    content: none;
  }
  .blocks_after_banner_wrapper .col-xl-4{
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px){
  .product_item.product-item .product_item_name_box{
    min-height: 100%;
  }
  .btn-primary, .api_button_primary, .popup-window-buttons .btn-buy, .btn-not-avaliable{
    padding: 13px 10px;
  }
  .product-item-detail-main-info{
    padding: 10px 10px;
  }
  .rating_and_article{
    padding-left: 0px;
  }
  .product-item-detail-main-info .col-auto{
    padding-right: 0px;
  }
  .anybtn .main-button-container{
    padding-left: 15px;
  }
  .ec_comments_new_buttons .btn-primary{
    padding: 7px 10px;
  }
  .promo-list-item-img-wrapper.embed-responsive-16by9:before{
    padding-top: 150px;
  }
}
.main_banner_after_banner{
  margin-bottom: 35px;
}
.menu_active .line_hamburger{
  top: 1px;
}
.menu_active .header:before{
  position: absolute;
  width: 100%;
  height: 12px;
  content: '';
  bottom: 0px;
  left: 0;
  box-shadow: 6px 10px 16px rgba(39, 39, 39, 0.1);
  z-index: 9999;
}
.header-phone_info p{
  color: #666666!important;
  text-align: left;
  line-height: 16px;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
  .header .icon-box_item .icon-txt{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .header .icon-box_item{
    box-shadow: none;
    margin-left: 0px;
  }
  .header-bottom-row .top-catalog-menu{
    display: block!important;
  }
  .top_menu-menu{
    display: none;
  }
}
.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;
}

@media (min-width: 1024px){
  .brand-products .product__list .product-item-container{
    margin-bottom: 20px;
  }
  .brand-products .product__list{
    margin-bottom: 0px;
  }
  .brand-products .bx_pagination_bottom{
    margin-top: 0px;
  }
}
@media (max-width: 768px){
  .footer-item .navigation-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .blocks_after_banner.wrapper-main_container{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .blocks_after_banner.wrapper-main_container .container{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .block_after_banner{
    max-width: 100%;
    justify-content: center;
  }
  .block_stock:nth-child(2) a:first-child{
    margin-bottom: 0px;
  }
  .account-form .btn-form__control, .order__info .btn-form__controls a{
    width: 170px;
  }
  .wrapper_slider_brends .wrapper-inner{
    display: flex;
    flex-direction: column;
  }
  .wrapper_slider_brends .wrapper-inner h2{
    margin-bottom: 40px;
  }
  .product-item-container:after,
  .bx-catalog-element .product-detail-byu-container .quantity-block:after{
    margin: 7px!important;
    margin-bottom: 0px!important;
    height: 91%;
    border-radius: 10px;
  }
  .product-item-container:after,
  .product-item-container:before,
  .bx-catalog-element .product-detail-byu-container .quantity-block:after,
  .bx-catalog-element .product-detail-byu-container .quantity-block:before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .bx-touch .product-item-container{
    position: relative;
  }
  .main_banner_after_banner{
    margin-bottom: 0px;
  }
  .prev_filter_wrapper{
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
  .icon-box-link.search-link{
    right: 140px;
  }
}
.btn:active, .btn.active{
  box-shadow: none!important;
}

.order_wrapper{
  margin-bottom: 70px;
}
.sale-order-detail-card .btn-green-border{
  padding: 8.5px 15px;
}
.brand-products{
	margin-bottom: 0px;
}
@media (max-width: 768px){
  .favor-delete-btn.btn-green-border{
    margin-top: 30px;
  }
  .product__list .product-card .product-item-container .product-item-image-wrapper{
    padding-top: 110px;
  }
  .emodal_form{
    width: 95%;
  }
  .brands_container{
    margin-bottom: 30px;
  }
  .btn-subscribe{
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .new-slider_wrapper{
    padding-bottom: 20px;
  }
  .section_news{
    padding-top: 44px;
  }
}
.main_content.main_page{
  padding-bottom: 0px;
}
