@charset 'utf-8';
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,main,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,hr,button,input,select,textarea{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}ol,ul{list-style:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0;vertical-align:top}strong{font-weight:700}small{font-size:80%}big{font-size:120%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}fieldset{border:1px solid silver}button,input,select,textarea{font-family:inherit;font-size:100%;line-height:normal;text-transform:none}textarea{overflow:auto;vertical-align:top}button,input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="search"]{-webkit-appearance:textfield;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}svg:not(:root){overflow:hidden}

a,button,img{-webkit-transition:all 300ms linear;transition:all 300ms linear}

img[afterload] {
  opacity: 0;
}

@media (min-width: 1024px) {
  a[href^="tel"] {
    cursor: default !important;
  }
}

/*
*******************************************************************************/

/*@font-face {
  font-family: 'AFuturaOrtoLtBold';
  src: url('../font/AFuturaOrtoLtBold.eot');
  src: url('../font/AFuturaOrtoLtBold.woff') format('woff'),
       url('../font/AFuturaOrtoLtBold.ttf')  format('truetype'),
       url('../font/AFuturaOrtoLtBold.svg')  format('svg');

  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: 'FuturaMTBold';
  src: url('../font/FuturaMTBold.eot');
  src: url('../font/FuturaMTBold.woff') format('woff'),
       url('../font/FuturaMTBold.ttf')  format('truetype'),
       url('../font/FuturaMTBold.svg')  format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'rub';
  src: url(../font/rouble.eot);
  src: url(../font/rouble.woff)    format('woff'),
       url(../font/rouble.ttf)     format('truetype'),
       url(../font/rouble.svg#rub) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
}

.card_title,
.page_title {
  padding: 0 0 30px;
  color: #000;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.card_title {
  text-align: left;
}
.rare_title {
  padding: 50px 0 30px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px
}
.rare_title a {
  color: #000;
  text-decoration: none;
}
.show_more_offers {
  padding: 20px 0 30px;
  text-align: center;
}
.show_more_offers button {
  display: inline-block;
  color: #554cc9;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  background: none;
  border-bottom: 1px dashed #554cc9;
}

table {
  width: 100%;
}

p,
ul {
  line-height: 1.5;
}
p {
  margin: 0 0 10px;
}

a {
  color: #554cc9;
}
a:hover {
  text-decoration: none;
}

b {
  font-weight: 600;
}
i {
  font-style: italic;
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

label {
  display: block;
  cursor: pointer;
}
input,
textarea {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #ddd;
  background: #fff;
}
textarea {
  min-height: 100px;
  padding: 5px 10px;
  resize: vertical;
}
input[type="radio"] {
  display: inline-block;
  width: auto;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  display: block;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
input[type="checkbox"] + span:before {
  content: '';
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px 10px 5px 0;
  background: url(../img/sprite.png) -100px -50px no-repeat;
}
input[type="checkbox"]:checked + span {
  color: #554cc9;
}
input[type="checkbox"]:checked + span:before {
  background-position: -150px -50px;
}

input::-webkit-input-placeholder {
  color: #444;
  font-size: 14px;
}
input:-moz-placeholder {
  color: #444;
  font-size: 14px;
}

button.buy.bought,
button.buy + .in_cart {
  display: none;
}
button.buy.bought + .in_cart {
  display: inline-block;
}

.rub:after {
  content: 'a';
  margin-left: 3px;
  font-size: 80%;
  font-weight: normal;
  font-family: 'rub';
  text-transform: none;
}

.clear {
  float: none;
  clear: both;
}
.clear:after,
.clear:before {
  content: '';
  display: block;
  float: none;
  clear: both;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
hr.clear {
  float: none;
  clear: both;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.file_link {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  text-decoration: none;
}
.file_link:before {
  content: '';
  display: block;
  width: 16px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sprite.png) -150px -200px no-repeat;
}
.file_link span {
  border-bottom: 1px solid #fff;
}
.file_link:hover span {
  border-bottom-color: #554cc9;
}

.label_country {
  height: 30px;
}
.label_country img {
  width: 18px;
  height: 11px;
  max-height: none;
}
.label_in_stock {
  color: #63c400;
  font-weight: 600;
  line-height: 30px;
}
.label_in_stock:before {
  content: '';
  float: left;
  display: block;
  width: 16px;
  height: 13px;
  margin: 8px 5px 0 0;
  background: url(../img/svg/icon-ok.svg) 0 0 no-repeat;
  background-size: contain;
}
.label_delivery_days {
  color: #525252;
  line-height: 30px;
}
.label_delivery_days:before {
  content: '';
  float: left;
  display: block;
  width: 14px;
  height: 14px;
  margin: 7px 3px 0 0;
  background: url(../img/sprite.png) -250px -100px no-repeat;
}
.label_delivery_days br {
  display: none;
}
.label_payment,
.label_free_delivery {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #554cc9;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 659px), (min-width: 1024px) and (max-width: 1279px) {
  .label_in_stock {
    order: 1;
  }
  .label_payment,
  .label_free_delivery {
    flex-grow: 1;
    min-width: 50%;
    justify-content: flex-end;
    text-align: right;
  }
  .label_free_delivery {
    order: 2;
  }
  .label_payment {
    order: 4;
  }
  .label_country {
    order: 3;
  }
}
.label_free_delivery:before {
  content: '';
  display: block;
  width: 17px;
  height: 12px;
  background: url(../img/svg/icon-car.svg) 0 0 no-repeat;
  background-size: contain;
}
.label_new,
.label_share {
  position: absolute;
  top: 50px;
  left: 15px;
  padding: 0 5px;
  line-height: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  background: #6043ad;
  text-transform: uppercase;
}
.label_share {
  background: #a500cc;
}

.offer_cost .actual {
  font-weight: 600;
}
.offer_cost .old {
  position: relative;
  display: inline-block;
  text-decoration: line-through;
  color: #555;
}
.offer_cost .old:after {
  text-decoration: none;
}
/*.offer_cost .old::before {
  content: '';
  display: block;
  width: 106%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -3%;
  background: #555;
}*/

.card_desc_toggle,
.more_toggle {
  color: #666;
  background: none;
}
.card_desc_toggle.active span:first-child,
.card_desc_toggle span:first-child + span,
.state_toggle.active span:first-child,
.state_toggle span:first-child + span,
.more_toggle.active span:first-child,
.more_toggle span:first-child + span {
  display: none;
}
.card_desc_toggle span:first-child,
.card_desc_toggle.active span:first-child + span,
.state_toggle span:first-child,
.state_toggle.active span:first-child + span,
.more_toggle span:first-child,
.more_toggle.active span:first-child + span {
  display: block;
}
.card_desc_toggle span,
.more_toggle span {
  float: left;
  white-space: nowrap;
  border-bottom: 1px dashed;
}
.card_desc_toggle:before,
.more_toggle:before {
  float: left;
  content: '►';
  margin: 1px 3px 0 0;
  font-size: 12px;
}
.card_desc_toggle.active:before,
.more_toggle.active:before {
  content: '▲';
}
.card_desc_toggle:after,
.more_toggle:after {
  content: '';
  width: 100%;
  height: 0;
  float: none;
  clear: both;
}

.trigger input[type="checkbox"] + span:before {
  display: none;
}
.trigger input[type="checkbox"]:checked + span,
.trigger input[type="checkbox"] + span + span {
  display: none;
}
.trigger input[type="checkbox"] + span,
.trigger input[type="checkbox"]:checked + span + span {
  display: block;
}

button.main {
  position: relative;
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: #6043ad;
}
button.main:disabled {
  cursor: default;
  background: #867aa7;
}

form .errors,
form .success {
  display: none;
  margin: 10px 0;
  padding: 8px 10px;
  border-radius: 3px;
}
form .errors {
  border: 1px solid #F75A27;
  color: #EC501D;
}
form .success {
  border: 1px solid #008000;
  color: #067506;
}

.paper {
  position: relative;
  padding: 30px 40px 40px;
  border: 1px solid #c3c3c3;
  background: #fafafa;
}
.paper:after {
  content: '';
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  left: -1px;
  bottom: -1px;
  background: url(../img/sprite.png) -250px -200px no-repeat;
}
.paper ul {
  margin: 20px 0;
  list-style-type: disc;
  list-style-position: inside;
}
.paper li + li {
  margin-top: 20px;
}

.fancybox-close-small:focus:after {
  outline: none !important;
}

#scrolltop {
  display: none;
  position: fixed;
  z-index: 1;
  right: 27px;
  bottom: 160px;
  width: 50px;
  height: 50px;
  opacity: 1;
  cursor: pointer;
  background: #6043ad;
  border-radius: 50%;
  transition: all 200ms linear;
}
#scrolltop:before {
  display: block;
  content: '';
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -15px;
  background: url(../img/sprite.png) -150px -250px no-repeat;
}
#scrolltop:hover {
  opacity: .8;
}

@media (min-width: 1024px) {
  #scrolltop {
    right: 70px;
    bottom: 140px;
  }
}

/*
*******************************************************************************/

.box {
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
}
.box:after,
.box:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  float: none;
  clear: both;
}
.box .box {
  padding: 0;
}

/*
*******************************************************************************/

.top_info {
  color: #fff;
  text-align: center;
  background: #6043ad;
  /*font-family: 'AFuturaOrtoLtBold';*/
}
.top_info .box {
  position: relative;
  padding: 15px 30px;
}
.top_info_close {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 19px;
  background: url(../img/svg/icon-x.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.top_info_close:hover {
  opacity: .5;
}

/*
*******************************************************************************/

header.main {
  position: relative;
  z-index: 900;
}
header.main .logo a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #1b1720;
}
header.main .logo .name {
  font-family: 'FuturaMTBold';
  font-size: 42px;
  font-weight: bold;
}
header.main .logo .desc {
  background: #6043ad;
  font-size: 13px;
}

.head_contact_tel {
  color: #101f36;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -0.1em;
}

header.main .menu:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  float: none;
  clear: both;
}
header.main .menu .sale_link {
  color: #c40101 !important;
}
header.main .menu .sale,
header.main .menu .trigger {
  float: left;
  position: relative;
  display: block;
  padding: 1px 8px 0;
  line-height: 38px;
  color: #101f36;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  z-index: 15;
}
header.main .menu .trigger.active {
  background: #fff;
}
header.main .menu .trigger:before {
  content: '';
  float: left;
  display: block;
  width: 15px;
  height: 10px;
  margin: 15px 5px 0 0;
  background: url(../img/svg/icon-arrow1.svg) 0 0 no-repeat;
  background-size: contain;
}
header.main .menu .trigger.active:before {
  background: url(../img/svg/icon-arrow1i.svg) 0 0 no-repeat;
  background-size: contain;
}
header.main .menu .trigger_menu {
  display: none;
}
@media (min-width: 1280px) {
  header.main .menu .trigger_brands {
    display: block;
  }
  header.main .menu .trigger_menu {
    display: none;
  }
}
header.main .menu .substrate {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(9,0,33,.5);*/
  z-index: 14;
}
header.main .menu .popup {
  display: none;
  padding: 10px 0;
  z-index: 15;
  background: #fff;
}
header.main .menu .popup a, header.main .menu .popup span {
  display: block;
  padding: 8px 10px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

header.main .menu .popup span{
  color:#666
}

@media (min-width: 1024px) {
  header.main .menu .popup a:hover,
  header.main .menu .popup a.active {
    color: #fff !important;
    background: #6043ad;
  }
}
header.main .menu .popup .number {
  color: #afafaf;
  font-weight: 400;
}
header.main .menu .popup .number:before {
  content: '(';
}
header.main .menu .popup .number:after {
  content: ')';
}
header.main .search form {
  position: relative;
  z-index: 15;
}
header.main .search input {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 10px;
  border: 2px solid #000;
}
header.main .search form button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 35px;
  background: none;
}
header.main .search form button[type="reset"] {
  opacity: 0;
  visibility: hidden;
  right: 40px;
  width: 20px;
}
header.main .search input:focus + button[type="reset"] {
  opacity: 1;
  visibility: visible;
}
header.main .search form button[type="submit"]:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background: url(../img/svg/icon-search.svg) 0 0 no-repeat;
  background-size: contain;
}
.search_tips {
  display: none;
  position: absolute;
  top: 39px;
  right: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 660px) {
  .search_tips {
    left: auto;
    min-width: 400px;
  }
}
.search_tips > div {
  padding: 15px 0;
  background: #fff;
  border: 1px solid #bbb;
  overflow: auto;
  height: 400px;
}
.search_tips .header {
  margin: 0px 10px 10px;
  font-size: 22px;
  color: #444;
}
.search_tips ul {
  margin: 0 10px;
}
.search_tips li + li {
  margin-top: 15px;
}
.search_tips .img {
  /*display: table-cell;*/
  width: 50px;
  height: 40px;
  border: 1px solid #ddd;
  text-align: center;
}
.search_tips .img img {
  /*display: inline-block;*/
  max-width: 100%;
  max-height: 100%;
}
.search_tips a {
  /*display: table-cell;
  vertical-align: middle;
  padding-left: 20px;*/
  color: #333;
}
.search_tips .img a {
  padding-left: 0;
}
.search_tips p {
  padding: 0 10px;
}

.search_tips td:nth-child(2) {
  vertical-align: top;
  padding:0 0 20px 10px;
}
header.main .cart {}
header.main .cart a {
  float: left;
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  background: #573c9f;
  text-decoration: none;
}
header.main .cart .amount {
  float: left;
  padding: 0 10px 0 0;
  line-height: 35px;
  font-size: 22px;
  font-weight: 700;
}
header.main .cart a:before {
  content: '';
  float: left;
  display: block;
  width: 28px;
  height: 22px;
  margin: 6px 8px;
  background: url(../img/svg/icon-cart.svg) 0 0 no-repeat;
  background-size: contain;
}

#menu_brands a {
  text-transform: uppercase;
}

@media (min-width: 1280px) {
  header.main .menu .sale_link {
    display: none !important;
  }
}

/*
*******************************************************************************/

footer.main {
  position: relative;
  z-index: 2;
  margin: 50px 0 0;
  padding: 30px 0 20px;
  color: #95949a;
  line-height: 1.5;
  font-size: 13px;
  background: #1b1720;
}
footer.main a {
  color: #95949a;
  text-decoration: none;
}
footer.main a:hover {
  text-decoration: underline;
}

.footer_logo a {
  display: inline-block;
  line-height: 1.1;
}
.footer_logo a:hover {
  text-decoration: none !important;
}
.footer_logo .name {
  color: #fff !important;
  font-family: 'FuturaMTBold';
  font-weight: bold;
}

.footer_contact .tel {
  display: inline-block;
  line-height: 18px;
  color: #fff !important;
}

.tel_7 {
  position: relative;
}
.tel_7:before {
  content: '+';
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .tel_7:before,
  .footer_contact .tel {
    line-height: 30px;
  }
}

/*
*******************************************************************************/

.masonry_cell {
  position: relative;
  overflow: hidden;
}
.masonry_link {
  /*position: relative;*/
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  text-shadow: 0 0 3px rgba(0,0,0,.3);
}
.masonry_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1.3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.masonry_img {
  width: 100%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.masonry_link:hover .masonry_img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

/*
*******************************************************************************/

.brands_logo {
  margin: 50px 0 0;
  overflow: hidden;
}
.brands_logo_title {
  padding: 0 0 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.brands_logo_title_number {
  color: #554cc9;
}
.brands_logo_item {
  position: relative;
}
.brands_logo_item img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
*******************************************************************************/

.promo_slider {
  max-height: 330px;
  overflow: hidden;
  margin-top: 30px;
  background: #f2efea;
}
.promo_slider .slide {
  padding: 20px 0;
  color: #000;
  text-decoration: none;
}
.promo_slider .v1_text {
  font-weight: 600;
}
.promo_slider .slick-list {
  margin: 0;
}
.promo_slider .slick-arrow.prev {
  left: auto;
  right: 100%;
  margin-right: 10px;
}
.promo_slider .slick-arrow.next {
  right: auto;
  left: 100%;
  margin-left: 10px;
}

@media (min-width: 660px) {
  .promo_slider .slick-list {
    margin: 0 -15px;
  }
  .promo_slider .slide div {
    padding: 0 15px;
  }
  .promo_slider .slick-current div {}
}

/*
*******************************************************************************/

.breadcrumbs {
  margin: 0 0 20px;
  line-height: 30px;
}
.breadcrumbs .box:before {
  display: none;
}
.breadcrumbs span,
.breadcrumbs .link a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  text-decoration: none;
  vertical-align: middle;
}
.breadcrumbs .link a {
  display: block;
  color: #554cc9;
}
.breadcrumbs .link:first-child a {
  width: 14px;
  height: 14px;
  background: url(../img/sprite.png) -250px -50px no-repeat;
}
/*.breadcrumbs span + span {
  font-size: 13px;
}*/
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  color: #8a8a8a;
 }

/*
*******************************************************************************/

.filters {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.filters .bx-filter-section {
  line-height: 30px;
  border: 1px solid #ddd;
  border-bottom: none;
}
.filters_blocks {
  position: relative;
  padding: 10px 30px;
  background: #f5f5f6;
}
#filters_blocks_more {
  display: none;
}
.filters_block_title {
  font-weight: 600;
}
.filters_block.brands {
  background: none;
}
.filters_block.cost,
.filters_block.width {
  height: 10remp0px;
}
.filters_block .range input,
.filters_ranges input {
  float: left;
  width: 80px !important;
  height: 30px !important;
  text-align: center;
}
.filters_block .range .sep,
.filters_ranges .sep {
  float: left;
  display: block;
  width: 12px;
  height: 2px;
  margin: 14px 5px;
  background: #a3a3a4;
}
.filters_block .range .after,
.filters_ranges .after {
  float: left;
  display: block;
  margin: 0 0 0 5px;
}
.filters_reset {
  color: #9c9c9d;
  font-size: 13px;
  text-decoration: underline;
  background: none;
}
.filters_reset:hover {
  text-decoration: none;
}
.filters_toggle {
  color: #101f36;
  background: none;
}
.filters_toggle:hover {
  text-decoration: none;
}
.filters_toggle span {
  border-bottom: 1px dashed #101f36;
}
.filters_toggle:hover span {
  border-color: transparent;
}
.filters_toggle.active span:first-child,
.filters_toggle span:first-child + span {
  display: none;
}
.filters_toggle span:first-child,
.filters_toggle.active span:first-child + span {
  display: block;
}

.filters_kinds {
  padding: 10px 0;
}
.filters_kinds .kind {
  position: relative;
  border: 2px solid #fff;
}
.filters_kinds .kind.current {
  border-color: #6043ad;
}
.filters_kinds .kind a {
  color: #101f36;
  font-weight: 600;
  text-decoration: none;
}
.filters_kinds .kind_img {
  position: relative;
  height: 70px;
}
.filters_kinds .kind_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.filters_kinds .kind_text {
  height: 2.6em;
  line-height: 1.3;
  text-align: center;
}
.filters_kinds .kind_hint_toggle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
}
.filters_kinds .kind_hint {
  display: none;
  position: absolute;
}
.filters_kinds .kind_hint_toggle:hover + .kind_hint {
  display: block;
}
.filters_kinds .slick-list {
  padding: 0 !important;
}
.filters_kinds .slick-arrow.prev:before {
  left: auto;
  right: 0;
  margin-left: 0;
}
.filters_kinds .slick-arrow.next:before {
  left: 0;
  margin-left: 0;
}

.fixedbtn .filters_buttons {
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
  box-shadow: 0 0 15px rgba(0,0,0,.5);
}

/*
*******************************************************************************/

.help_call .box {
  position: relative;
  padding: 10px 30px;
  color: #fff;
  background: #6043ad;
  overflow: hidden;
}
.help_call a {
  color: #fff;
}
.help_call form img {
  max-height: none;
}
.help_call form input {
  color: #222;
}
.help_call_question {
  display: none;
}
.help_call_question_field {
  display: none;
}
.help_call_question_field {
  width: 100%;
  margin: 5px 0;
}
.help_call_question_label {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin: 7px 0;
  line-height: 20px;
  border-bottom: 1px dashed #fff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.help_call_question_label:hover {
  border-color: transparent;
}
.help_call form button {
  position: relative;
  height: 35px;
  margin: 10px 0 0;
  padding: 0 15px;
  line-height: 30px;
  color: #fff;
  background: #1b1720;
}
.help_call form small {
  float: none;
  clear: both;
  display: block;
  padding: 10px 0 0;
}

@media (min-width: 1600px) {
  .help_call .box {
    max-width: 1500px;
  }
}

/*
*******************************************************************************/

.cat_panel_before {
  position: relative;
  z-index: 10;
  padding: 15px 0;
  line-height: 30px;
}
.panel_title {
  color: #8a8a8a;
  vertical-align: middle;
}
.panel_total_number {
  font-weight: 600;
}

.panel_sort {
  position: relative;
  z-index: 1;
}
.panel_sort_toggle {
  font-weight: 600;
  background: none;
  text-align: left;
}
.panel_sort_toggle span {
  border-bottom: 1px dashed #8a8a8a;
}
.panel_sort_methods {
  position: absolute;
  top: 100%;
  right: 0;
  background: #6c52b1;
  border-radius: 3px;
}
.panel_sort_methods input {
  display: none;
}
.panel_sort_methods input + span {
  display: block;
  padding: 0 10px;
  color: #fff;
}
.panel_sort_methods input + span:hover,
.panel_sort_methods input:checked + span {
  background: #6043ad;
}

.panel_view {
  height: 30px;
}
.panel_view label {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 5px;
}
.panel_view input {
  display: none;
}
.panel_view input + span {
  display: block;
  width: 20px;
  height: 18px;
  background-image: url(../img/sprite.png);
}
.panel_view_table input + span {
  background-position: -50px -100px;
}
.panel_view_table input:checked + span {
  background-position: 0 -100px;
}
.panel_view_list input + span {
  background-position: -150px -100px;
}
.panel_view_list input:checked + span {
  background-position: -100px -100px;
}

.panel_pages {
  cursor: default;
  text-align: center;
}
.panel_pages a,
.panel_pages span {
  display: inline-block;
  min-width: 26px;
  margin: 0 1px;
  padding: 5px;
  border: 1px solid #ddd;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.panel_pages span.number {
  cursor: default;
  color: #fff;
  background: #6043ad;
  border-color: #6043ad;
}
.panel_pages span.arrow {
  cursor: default;
  color: #ddd;
}
.panel_pages a.all {
  color: #000;
  font-weight: 600;
  border-color: #fff;
}
@media (min-width: 1024px) {
  .cat_panel_after .panel_pages {
    margin-top: -70px !important;
  }
}

.panel_tags {
  cursor: default;
  width:100%;
}
.panel_tags_col {
  float: left;
  width: 50%;
}
.panel_tags a,
.panel_tags label {
  display: inline-block;
  padding: 5px 10px 5px 0;
}
.panel_tags.bycols a {
  display: block;
  margin: 0 !important;
}
.panel_tags a,
.panel_tags input[type="checkbox"] + span {
  color: #554cc9;
}
.panel_tags a:hover,
.panel_tags input[type="checkbox"]:checked + span {
  color: #000;
}
.panel_tags input[type="checkbox"] + span:before {
  display: none;
}
@media (min-width: 660px) {
  .panel_tags_col {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .panel_tags_col {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .panel_tags_col {
    width: 25%;
  }
}

/*
*******************************************************************************/

.cat_panel_after h2 {
  margin: 0 0 10px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .cat_panel_after {
    margin-top: 70px;
  }
}

/*
*******************************************************************************/

.pre_footer_text {
  margin: 30px 0;
}
.pre_footer_text.cuted .full_text {
  height: 300px;
  overflow: hidden;
}
.pre_footer_text.cuted .box::after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.pre_footer_text h2 {
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}
.pre_footer_text h3 {
  font-weight: 600;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
}
.pre_footer_text ul {
  padding-left: 10px;
}
.pre_footer_text p,
.pre_footer_text li {
  margin: 0 0 10px;
  line-height: 21px;
}
.pre_footer_text li {
  margin-bottom: 5px;
}
.pre_footer_text li p {
  margin: 0;
}
.pre_footer_text li:before {
  content: '';
  float: left;
  display: block;
  width: 5px;
  height: 5px;
  margin: 9px 10px 2px 0;
  border-radius: 50%;
  background: #c3c3c3;
}
.full_text_toggle {
  display: none;
  position: absolute;
  top: 100%;
  left: 10px;
  margin: 10px 0 0;
  background: none;
}
.full_text_toggle span {
  color: #aaa;
  border-bottom: 1px dashed;
}
/*.pre_footer_text.cuted .full_text_toggle {
  display: block;
}*/

.video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .pre_footer_text_col {
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .pre_footer_text {
    padding: 50px 0 30px;
  }
  .pre_footer_text_table {
    display: table;
    width: 100%;
  }
  .pre_footer_text_col {
    display: table-cell;
    vertical-align: top;
  }
}

/*
*******************************************************************************/

.offer {
  padding: 10px;
  background: #fff;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.offer_name a {
  color: #000;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}
.offers {
  padding: 0 0 10px;
}
.offers .box {
  padding: 0;
}
.offers .offer_img a {
  display: block;
  display: flex;
  align-items: center;
  padding: 0;
  aspect-ratio: 1 / 1;
}
/*.offers .offer_img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}*/
.offer_buy button {
  height: 30px;
}
.offers.list .offer_buy button:disabled,
.offers.table .offer_buy button:disabled {
  display: none;
}
.offer_buy button + .in_cart {
  display: none;
  padding: 0 15px;
  color: #000;
  line-height: 30px;
  background: #eee;
  text-align: center;
  text-decoration: none;
}
.offer_buy button.bought + .in_cart {
  display: inline-block;
}
.offer_info .label_country {
  margin-top: 5px;
  line-height: 1;
}
.offers.table .offer_params {
  color: #686868;
}
.offers.table .offer_params b {
  color: #000;
}

.offer_callme {
  line-height: 30px;
}
.offer_callme a {
  padding: 0;
  line-height: 20px;
  border-bottom: 1px dashed;
  outline: none !important;
}
.offer_callme a:hover {
  border-color: #fff;
}

@media (min-width: 1600px) {
  .offers .box {
    max-width: 1500px;
  }
}

/*
*******************************************************************************/

.slider_offers .slick-list {
  /*height: 480px;*/
}
.slider_offers .slick-track {
  /*min-width: 10000px !important;*/
}
.slider_offers .offers .offer {
  margin: 0 !important;
}
.slider_offers .offers.table .slick-slide {
  border-left-width: 1px !important;
}

/*
*******************************************************************************/

body .offers._articles .offers_row {
  display: grid;
  gap: 20px;
}
body .offers._articles .offer,
body .offers._articles .offer:hover {
  float: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 10px !important;
  border: 1px solid #dcdcdc !important;
}

@media (min-width: 768px) {
  body .offers._articles .offers_row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1280px) {
  body .offers._articles .offers_row {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*
*******************************************************************************/

.hero_banner {
  position: relative;
}
.hero_banner .box {
  position: static;
}
.hero_banner img {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.hero_banner a {
  text-decoration: none;
}
.hero_banner_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/*
*******************************************************************************/

.card_gallery_stages .slick-list {
  margin: 0 0 10px;
}
.card_gallery_stages .slick-arrow {
  top: auto;
  bottom: 60px;
  width: 40px;
  height: 40px;
  background: #fff;
}
.card_gallery_stages .slick-arrow:before {
  width: 14px;
  height: 28px;
  background: url(../img/sprite.png) !important;
}
.card_gallery_stages .prev {
  left: 10px;
}
.card_gallery_stages .prev:before {
  margin: -14px 0 0 -9px !important;
  background-position: 0 -150px !important;
}
.card_gallery_stages .next {
  right: 10px;
}
.card_gallery_stages .next:before {
  margin: -14px 0 0 -5px !important;
  background-position: -50px -150px !important;
}

.card_gallery_thumbs .prev:before {
  left: 0;
  margin-left: 0;
}
.card_gallery_thumbs .next:before {
  left: auto;
  right: 0;
  margin-left: 0;
}
.card_gallery_thumb_img,
.card_gallery_thumb_video {
  margin: 5px;
  border: 2px solid #fff;
}
.card_gallery_thumb_img.slick-current,
.card_gallery_thumb_video.slick-current {
  border-color: #000;
}

.card_gallery_stages .slick-track {
  display: flex;
  align-items: center;
}
.card_gallery_thumb_video {
  position: relative;
  height: 73px;
}
.card_gallery_stage_video a {
  position: relative;
  aspect-ratio: 690/510;
}
.card_gallery_thumb_video::after,
.card_gallery_stage_video a::after {
  content: '';
  display: block;
  width: 100px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 80%;
  transform: translate(-50%, -50%);
  background: url(/img/video_icon.png) center center no-repeat;
  background-size: contain;
}

.card_labels {
  margin: 0 0 20px;
  background: #fff8ec;
}
.label_country {
  display: flex;
  align-items: center;
  gap: 4px;
}

.card_cheaper a {
  color: #554cc9;
  text-decoration: none;
}
.card_cheaper a span {
  line-height: 1.4;
  border-bottom: 1px dashed;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.card_buy button {
  height: 45px;
  padding: 0 20px;
  color: #fff;
  background: #6043ad;
  font-size: 16px;
  text-transform: uppercase;
}
.card_buy button:before {
  content: '';
  float: left;
  display: block;
  width: 28px;
  height: 22px;
  margin: 0 10px 0 0;
  background: url(../img/sprite.png) -250px 0 no-repeat;
}
.card_buy button:disabled {
  display: none;
}
.card_buy button + .in_cart {
  display: none;
  padding: 0 15px;
  color: #fff;
  line-height: 45px;
  background: #9d8dc7;
  text-align: center;
  text-decoration: none;
}
.card_buy button:disabled + .in_cart {
  display: inline-block;
}

.card_params table tr {
  border-bottom: 1px dotted #ddd;
}
.card_params table th,
.card_params table td {
  height: 30px;
  vertical-align: middle;
}
.card_params table th {
  color: #aaa;
  font-size: 13px;
  text-align: left;
}
.card_params table td {
  position: relative;
  font-weight: 600;
}
.card_params .more_toggle {
  margin: 10px 0;
}
.card_params .other_toggle {
  color: #554cc9;
  background: none;
  border-bottom: 1px dashed;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.card_params .other_toggle:after {
  content: '▼';
  margin: 0 0 0 3px;
  font-size: 12px;
}
.card_params .other_toggle.active:after {
  content: '▲';
}
.card_params .other_toggle + .list {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  right: 0;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.9);
  box-shadow: 0 2px 7px rgba(0,0,0,.2);
}
.card_params .other_toggle + .list a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
}
.card_params .other_toggle + .list a.current {
  cursor: default;
  color: #554cc9;
}
.card_params .other_toggle + .list a:hover {
  background: #ececee;
}
.card_params_limit {
  overflow-wrap: break-word;
}

.card_desc {
  margin: 0 0 20px;
}
.card_desc_text {
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 200ms linear;
}
.card_desc_text p {
  margin-bottom: 0;
}
.card_desc_text p + p {
  margin-top: 10px;
}
.card_desc_toggle {
  display: none;
}
.card_desc ul {
  list-style: square;
  margin-left: 22px;
}

/*
*******************************************************************************/

.other_offers {
  margin: 40px 0 0;
  background: #f6f6f7;
}
.other_offers .rare_title {
  padding: 30px 0;
}

.other_offers .tabs {
  margin: 20px 0;
}
.other_offers .tabs .tags {
  margin: 0 0 10px;
  text-align: center;
}
.other_offers .tabs .tag {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  color: #554cc9;
  font-weight: 600;
  background: none;
}
.other_offers .tabs .tag.active {
  color: #fff;
  background: #6043ad;
}
.other_offers .tabs .panes {
  position: relative;
  height: 480px;
}
.other_offers .tabs .pane {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
.other_offers .tabs .pane.active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

/*
*******************************************************************************/

.yousaw {
  padding: 0;
}
.yousaw .box {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.yousaw_meta {
  padding: 0 0 10px;
  line-height: 30px;
}
.yousaw_meta_title {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.yousaw_meta_ctrl {
  display: inline-block;
  margin: 0 0 0 20px;
  color: #554cc9;
  text-decoration: none;
}
.yousaw_meta_ctrl b {
  line-height: 14px;
  font-size: 16px;
}
.yousaw_items {
  position: absolute;
  top: 40px;
  left: 0;
  width: 1580px;
  height: 110px;
  overflow: hidden;
}
.yousaw_items a {
  float: left;
  display: block;
  padding: 0 0 20px;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.yousaw_items a .rub {
  line-height: 30px;
}

/*
*******************************************************************************/

.offer_kit {}
.offer_kit_title {
  padding: 10px 0 0;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.offer_kit_sub_title {
  padding: 0 0 20px;
  font-weight: 600;
}

.offer_kit .tabs {
  margin: 20px 0;
}
.offer_kit .tabs .tag {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  color: #554cc9;
  font-weight: 600;
  background: none;
}
.offer_kit .tabs .tag.active {
  color: #fff;
  background: #6043ad;
}
.offer_kit .tabs .panes {
  position: relative;
}
.offer_kit .tabs .pane {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 0;
}
.offer_kit .tabs .pane.active {
  z-index: 1;
}
.kit_slider_item {
  text-align: center;
}
.kit_offer {
  padding: 20px 20px 0;
  border: 1px solid #ddd;
}
.kit_offer_img img {
  margin: 0 auto 6px;
}
.kit_offer_name {
  height: 32px;
  overflow: hidden;
}
.kit_offer_name a {
  text-decoration: none;
}
.offer_kit .trigger {
  display: inline-block;
  margin: 10px auto 0;
  padding: 0 10px;
  color: #6d6971;
  font-size: 13px;
  border: 1px solid #ddd;
}
.offer_kit_total {
  padding: 20px;
  background: #f6f6f7;
}
.offer_kit_total hr {
  margin: 20px 0 10px;
  height: 1px;
  background: #b7b7b7;
}
.offer_kit_sum {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 30px;
  font-weight: 600;
}
.offer_kit_buy {
  float: right;
  display: inline-block;
  vertical-align: middle;
}

.offer_kit_checked_item {
  height: 70px;
  margin: 0 0 10px;
  overflow: hidden;
}
.offer_kit_checked_item.tpl {
  display: none;
}
.offer_kit_checked_del {
  position: relative;
  float: left;
  height: 70px;
}
.offer_kit_checked_del button {
  position: absolute;
  top: 23px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: url(../img/sprite.png) -100px -150px no-repeat;
}
.offer_kit_checked_img {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.offer_kit_checked_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}
.offer_kit_checked_name {
  float: left;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}
.offer_kit_checked_name a {
  text-decoration: none;
}
.offer_kit_checked_cost {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
}
.offer_kit_checked .empty {
  line-height: 20px;
  text-align: center;
}
.offer_kit_checked_item + .empty {
  display: none;
}

.offer_kit_buy button + .in_cart {
  padding: 0 15px;
  color: #000;
  line-height: 45px;
  background: #eee;
  text-align: center;
  text-decoration: none;
}

/*
*******************************************************************************/

.delivery_variant {
  margin: 0 0 40px;
  padding: 0 20px 20px;
  border: 1px solid #ddd;
}
.delivery_variant_header {
  position: relative;
  height: 75px;
  margin: -1px -21px 20px;
  padding: 0 20px;
  line-height: 1.3;
  font-size: 18px;
  text-transform: uppercase;
}
.delivery_variant_header:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 50px;
}
.delivery_variant_header br {
  display: none;
}
.delivery_variant_title {
  position: absolute;
  top: 50%;
  /*left: 70px;*/
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.delivery_variant_sub_title {
  padding: 10px 0 20px;
  font-size: 18px;
  font-weight: 600;
}
.delivery_variant table {
  margin: 20px 0;
}
.delivery_variant thead td {
  vertical-align: top;
  padding: 5px 0;
}
.delivery_variant tbody td {
  vertical-align: middle;
  padding: 5px 0;
  font-size: 18px;
  border-top: 1px solid #ddd;
}

.delivery_variant_header.pickup,
.delivery_variant_header.peter {
  background: #5b66b8;
}
/*.delivery_variant_header.peter:before {
  height: 36px;
  margin-top: -18px;
  background: url(../img/sprite.png) -150px -150px no-repeat;
}*/
.delivery_pickup_place {
  margin: 20px 0 0;
  border-top: 1px solid #9e9e9e;
}
.delivery_pickup_place .more_toggle {
  margin: 0 0 10px;
  color: #554cc9;
}
.delivery_pickup_place .more_toggle:before {
  content: '▼';
}
.delivery_pickup_place .more_toggle.active:before {
  content: '▲';
}
.delivery_pickup_map {
  display: none;
}

.delivery_variant_header.moscow {
  background: #a05bb8;
}
/*.delivery_variant_header.moscow:before {
  height: 36px;
  margin-top: -18px;
  background: url(../img/sprite.png) -200px -150px no-repeat;
}*/

.delivery_variant_header.regions {
  background: #755bb8;
}
/*.delivery_variant_header.regions:before {
  height: 32px;
  margin-top: -16px;
  background: url(../img/sprite.png) -250px -150px no-repeat;
}*/
.delivery_regions_city {
  position: relative;
  margin: 20px 0;
  padding: 0 20px;
}
.delivery_regions_city:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 13px;
  height: 19px;
  background: url(../img/sprite.png) -100px -200px no-repeat;
}

/*
*******************************************************************************/

.brands {
  padding-bottom: 20px;
  background: #e4e3e8;
}
.brands_filter {
  width: 240px;
  margin: 0 auto;
  padding: 20px 0;
}
.brands .select .header .title .choice {
  background: none;
}
.brands .select .header .toggle {
  border-left: 0;
}

.brands_items {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 10px;
}
.brands_item {
  width: calc(100vw - 20px);
  /*max-width: 500px;*/
  padding: 20px;
  background: #fff;
  border: 1px solid #dfdee2;
}
.brands_item_logo {
  position: relative;
  height: 50px;
  margin: 0 0 10px;
}
.brands_item_logo img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.brands_item_title {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.brands_item_title_cell {
  display: table-cell;
  height: 2em;
  line-height: 1;
  margin: 0;
  vertical-align: middle;
}
.brands_item_title_cell_inner {
  max-height: 2em;
  overflow: hidden;
}
.brands_item_title,
.brands_item_title a {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.brands_item_country {
  margin: 0 0 10px;
  padding: 10px 0;
}
.brands_item_desc {
  padding-bottom: 20px;
}
.brands_item_desc p {
  height: 7.5em;
  overflow: hidden;
}
.brands_item_desc_more {
  text-decoration: none;
}
.brands_item_pre_slider {
  margin: 0 -20px;
  overflow: hidden;
}
.brands_item_slide {
  position: relative;
}
.brands_item_slider .slick-list {
  margin: 0;
}
.brands_item_slide_caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  text-shadow:
    -1px -1px 0 #444,
     1px -1px 0 #444,
    -1px  1px 0 #444,
     1px  1px 0 #444;
}
.brands_item_slide_caption big {
  display: block;
  margin: 5px 0 0;
  font-size: 24px;
  text-transform: uppercase;
}
.brands_item_slider .slick-arrow {
  top: auto;
  right: 10px;
  bottom: 0;
  width: 30px;
  height: 60px;
  opacity: 1;
}
.brands_item_slider .slick-arrow.prev {
  left: auto;
  right: 40px;
  bottom: 0;
}
.brands_item_slider .slick-arrow:before {
  width: 14px;
  height: 28px;
  margin: -14px 0 0 0;
}
.brands_item_slider .slick-arrow.prev:before {
  left: 0;
  /*background-position: 0 -200px;*/
}
.brands_item_slider .slick-arrow.next:before {
  right: 0;
  /*background-position: -50px -200px;*/
}
.brands_item_all {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.brands_item_all_cell {
  display: table-cell;
  vertical-align: middle;
  height: 2em;
}
.brands_item_all_cell_inner {
  max-height: 2em;
  overflow: hidden;
}
.brands_item_all a {
  display: inline-block;
  color: #554cc9;
  line-height: 1;
  text-decoration: none;
}
.brands_item_all a:hover {
  text-decoration: underline;
}
.brands_item_all_brand {
  text-transform: uppercase;
}
.brands_item_all_count {
  color: #b1afb4;
}

@media (min-width: 660px) {
  .brands_filter {
    width: 500px;
  }
  .brands_filter form {
    text-align: center;
  }
  .brands_filter form:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
  }
  .brands_filter label {
    display: inline-block;
    width: 240px;
  }
  .brands_filter label + label {
    margin-left: 20px;
  }
  .brands_filter .select {
    text-align: left;
  }
  .brands_filter .select .option {
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .brands_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .brands_item {
    width: 480px;
  }
}

@media (min-width: 1280px) {
  .brands_items {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .brands_item {
    width: 380px;
  }
  .brands_item_pre_slider {
    height: 227px;
  }
  .brands_item_desc_more:hover {
    text-decoration: underline;
  }
  .brands_item_all a:hover {
    border-bottom-color: #554cc9;
  }
}

@media (min-width: 1600px) {
  .brands_items {
    gap: 30px;
  }
  .brands_item {
    width: 480px;
  }
  .brands_item_pre_slider {
    height: 287px;
  }
}

/*
*******************************************************************************/

.return_left {
  margin: 0 0 30px;
}

/*
*******************************************************************************/

.payment_items {
  margin: 0 -10px;
}
.payment_item {
  margin: 10px;
  padding: 15px;
  border: 1px solid #ddd;
}
.payment_pic {
  float: left;
  margin: 0 20px 0 0;
}
.payment_title {
  float: left;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.payment_text {
  padding: 10px 0 0 15px;
}
.payment_text ul {
  list-style-type: disc;
}
.payment_text p,
.payment_text li {
  margin: 10px 0;
}

.delivery_variant .payment_item {
  border: none;
  width: auto;
  margin: 0;
  padding: 0;
}

/*
*******************************************************************************/

.formed_order {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #ddd;
}
.formed_order_title {
  position: relative;
  padding: 10px 0 20px 40px;
  line-height: 1.4;
  font-weight: 600;
}
.formed_order_title:before {
  content: '';
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 13px;
  left: 0;
  background: url(../img/sprite.png) 0 -250px no-repeat;
}

.formed_payment th {
  width: 120px;
  text-align: left;
}
.formed_payment td {
  padding: 0 20px 0 0;
  color: #6043ad;
  font-weight: 700;
}
.formed_payment_ditales {
  position: relative;
  padding: 10px 0 20px 40px;
}
.formed_payment_ditales img {
  position: absolute;
  top: 12px;
  left: 0;
  max-width: 30px;
}
.formed_payment_ditales small {
  color: #6043ad;
  font-size: 13px;
}

.formed_customer table {
  margin: 0px 0 20px;
}
.formed_customer th {
  width: 80px;
  padding: 5px 0;
  text-align: left;
  vertical-align: middle;
}
.formed_customer td {
  padding: 5px 0;
  vertical-align: middle;
}

.formed_thanks {
  color: #6043ad;
  font-size: 20px;
  font-weight: 600;
}

.formed_offers {
  margin: 0 0 10px;
  padding: 10px;
  background: #f6f6f7;
  border: 1px solid #ddd;
}
.formed_offers_title {
  padding: 10px 0 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.formed_offers_items {
  max-height: 400px;
  overflow: auto;
}
.formed_offers_item {
  position: relative;
  margin: 0 0 10px 30px;
}
.formed_offers_num {
  position: absolute;
  top: 0;
  right: 100%;
  width: 30px;
  margin: 0 5px;
  color: #8a8a8a;
  line-height: 70px;
  font-size: 12px;
  text-align: right;
}
.formed_offers_pic {
  overflow: hidden;
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 5px 0 0;
  border: 1px solid #ddd;
}
.formed_offers_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.formed_offers_name a {
  display: block;
  height: 40px;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}
.formed_offers_cost_act {
  float: left;
  height: 30px;
  margin: 0 10px 0 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
}
.formed_offers_cost_old {
  float: left;
  position: relative;
  height: 30px;
  line-height: 32px;
  overflow: hidden;
  color: #574dcc;
  font-style: italic;
}
.formed_offers_cost_old:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #574dcc;
}
.formed_offers_total {
  margin: 20px 0 10px 30px;
  border-top: 1px solid #b7b7b7;
}
.formed_offers_total p {
  float: left;
  margin: 5px 0;
  color: #8a8a8a;
  font-weight: 600;
}
.formed_offers_total p + p {
  float: right;
}
.formed_offers_total_cost_act {
  float: right;
  clear: right;
  height: 26px;
  line-height: 26px;
  font-size: 26px;
  font-weight: 600;
}
.formed_offers_total_cost_old {
  position: relative;
  float: right;
  clear: right;
  color: #574dcc;
  height: 26px;
  line-height: 34px;
  font-style: italic;
}
.formed_offers_total_cost_old:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 30%;
  display: block;
  width: 100%;
  height: 1px;
  background: #574dcc;
}

/*
*******************************************************************************/

.ordering {
  margin: 0 0 10px;
  padding: 10px;
}

/*
*******************************************************************************/

.e404 {
  margin: 0 0 -50px;
  padding: 30px 0;
  background: #6043ad;
}
.e404_text {
  color: #fff;
}
.e404_text p {
  margin: 15px 0;
}
.e404_text a {
  color: #fff;
}
.e404_number {
  margin: 30px 0 0;
  color: #fff;
  font-size: 100px;
  font-weight: 600;
}

/*
*******************************************************************************/

.contacts .cities {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bdbdbd;
}
.contacts .cities .item {
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  background: #7761b3;
}
.contacts .cities a.item:hover {
  background: #6043ad;
}
.contacts .cities div.item {
  cursor: default;
  background: #6043ad;
}

.contacts_title {
  margin: 0 0 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.contacts_title.details {
  line-height: 38px;
}
.contacts_title.details:before {
  content: '';
  float: left;
  display: block;
  width: 30px;
  height: 37px;
  margin: 0 10px 1px 0;
  background: url(/img/sprite.png) -200px -200px no-repeat;
}
.contacts .more_toggle {
  margin: 20px 0 10px;
  color: #554cc9;
}
#contacts_map {
  height: 300px;
  margin: 0 0 30px;
}

.contacts_form {
  background: #fafafa;
  border: 1px solid #ddd;
}
.contacts_form_title {
  margin: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
}
.contacts_form input,
.contacts_form textarea {
  margin: 0 0 10px;
  border-color: #eee;
  background: #fff;
}
.contacts_form .select {
  margin-bottom: 10px;
}
.contacts_form .select .header {
  border-color: #eee;
}
.contacts_form .select .header .toggle {
  border: none;
}
.contacts_form .select .header .title .choice {
  background: none;
}

.head_contact_text {
  cursor: pointer;
  display: inline-block;
  color: #554cc9;
  border-bottom: 1px dashed #554cc9;
  transition: all 200ms linear;
  box-sizing: border-box;
}
.head_contact_text:hover {
  border-color: #fff;
}
.head_contact_time {
  position: relative;
  white-space: nowrap;
  color: #333;
  line-height: 21px;
  font-size: 12px;
}
.head_contact_time_popup {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  padding: 10px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #fff;
  border: 1px solid #444;
}
.head_contact_time_popup th {
  padding-right: 10px;
  text-align: left;
  text-transform: uppercase;
  vertical-align: middle;
}
.head_contact_time_popup td {
  vertical-align: middle;
}
.head_contact_time.hover .head_contact_time_popup {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

/*
*******************************************************************************/

.modal {
  display: none;
}
.modal label,
.modal input[name="city2"] {
  margin-bottom: 15px;
}
.modal button[type="submit"] {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #fff;
  background: #1b1720;
}

#modal_cheaper {
  width: 320px;
  padding: 40px;
  color: #fff;
  background: #6043ad;
}
#modal_cheaper .fancybox-close-small:after {
  color: #fff !important;
  background: none !important;
}
#modal_cheaper p {
  margin: 10px 0;
  line-height: 1.1;
}
#modal_cheaper table {
  border-bottom: 1px solid #ddd;
}
#modal_cheaper td {
  padding-bottom: 10px;
}
#modal_cheaper td.img {
  width: 50px;
}
#modal_cheaper td.title {
  padding-left: 10px;
  vertical-align: middle;
}
#modal_cheaper .select {
  color: #333;
}
#modal_cheaper .select .header .title .choice {
  background: none;
}
#modal_cheaper a {
  color: #fff;
}

#modal_callme {
  width: 320px;
}
#modal_callme td {
  vertical-align: middle;
}
#modal_callme .img {
  width: 70px;
  height: 60px;
}
#modal_callme .img img {
  max-width: 100%;
  max-height: 100%;
}
#modal_callme .title {
  padding-left: 20px;
}
#modal_callme .title a {
  color: #3a3a3a;
  line-height: 1.3;
}

/*
*******************************************************************************/

.bx-filter label {
  position: relative;
}
.bx-filter.bx-blue .bx-filter-section {
  border-bottom: 1px solid #ddd;
}
.bx-filter-title,
.bx-filter-popup-result {
}
.bx-filter .bx-ui-slider-track {
  height: 3px;
}
.bx-filter-parameters-box {
  margin-bottom: 10px;
}
.bx-filter.bx-blue .bx-filter-section {
  background: #f5f5f6;
}
.bx-filter .bx-filter-param-label {
  padding: 0;
  display: table;
  width: 100%;
}
.offersGrid .bx-filter .bx-filter-param-label {
  display: block;
}
.bx-filter .bx-filter-input-checkbox {
  display: table-cell;
  vertical-align: middle;
  height: 20px;
}
.bx-filter .bx-filter-parameters-box-title span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border: none !important;
}
.bx-filter .bx-filter-input-checkbox input + span {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 20px;
}
.bx-filter .bx-filter-input-checkbox input + span:before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.bx-filter-button-box input {
  float: right;
  width: auto;
}
.bx-filter.bx-blue .btn-themes {
  background: #6043ad;
  border: none;
  border-radius: 0;
}
.bx-filter.bx-blue .btn-themes:hover {
  background: #7155bc;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
  background: #7155bc;
}
.bx-filter.bx-blue .bx-ui-slider-handle {
  top: -8px;
  width: 10px;
  height: 19px;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 659px) {
  .bx-filter.bx-blue .bx-ui-slider-handle:after {
    content: '';
    display: block;
    width: 40px;
    height: 29px;
    position: absolute;
    top: -5px;
    left: -10px;
  }
}
.bx-filter.bx-blue .bx-ui-slider-handle.left {
  margin-left: -10px;
  background: #7155bc;
}
.bx-filter.bx-blue .bx-ui-slider-handle.right {
  margin-right: -10px;
  background: #7155bc;
}
.bx-filter .bx-ui-slider-range {
  z-index: 100;
}
.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
  background: #bebebe;
}
.bx-filter .bx-ui-slider-part {
  height: 15px;
}

.bx-filter .radio + .radio,
.bx-filter .checkbox + .checkbox {
  margin-top: 0;
}

/* включить вертикальное выравнивание чекбоксов по центру */

/*.bx-filter .bx-filter-input-checkbox {
  height: 34px;
  padding: 0;
}
.bx-filter .bx-filter-input-checkbox input + span:before {
  top: 50%;
  transform: translateY(-50%);
}*/

.bx-filter .bx-filter-popup-result {
  display: none !important;
  height: 35px;
  position: absolute;
  border: 1px solid #bea0b8;
  line-height: 35px;
  background: #fff;
}
.bx-filter .bx-filter-popup-result .arrow {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 13px;
  height: 12px;
  margin-top: -6px;
  background: url(../img/other/filters_popup_arrow.png) 0 0 no-repeat;
}
.bx-filter .bx-filter-popup-result a {
  position: absolute;
  top: -1px;
  left: 100%;
  display: block;
  margin-left: -1px;
  padding: 0 10px;
  line-height: 37px;
  color: #fff;
  background: #000;
}

/* корзина
*******************************************************************************/

.bx_ordercart .bx_sort_container a,
.bx_ordercart .bx_sort_container a.current {
  padding: 0;
  color: #000;
  background: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bx_ordercart .bx_sort_container a.current {
  font-weight: 600;
}

.bx_ordercart .bx_ordercart_order_table_container {
  border: none;
  border-radius: 0;
}
.bx_ordercart .bx_ordercart_order_table_container table td.margin {
  display: none;
}
.bx_ordercart .bx_ordercart_order_table_container table thead td {
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  background: #6043ad;
}
.bx_ordercart .bx_ordercart_order_table_container table td {
  padding: 10px;
}
.bx_ordercart .bx_ordercart_order_table_container table td input {
  max-width: 100% !important;
}
#basket_quantity_control {
  padding-top: 2px !important;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td {
  width: auto !important;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control {
  text-align: right;
}
.bx_ordercart .bx_ordercart_order_pay {
  padding: 0;
}
.bx_ordercart .bx_ordercart_order_sum tr td {
  padding: 0 0 10px;
  font-size: 16px;
}
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout,
.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover {
  background: #6043ad;
  border-radius: 0;
  font-weight: 500;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
  color: #554cc9;
}

/* оформление заказа
*******************************************************************************/

div.order-info {
  vertical-align: top;
}
div.order-info-block {
  border-radius: 0;
}
div.order-info-name {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  background: #6043ad;
  border-radius: 0;
}
div.order-info-login-text {
  height: 48px;
  line-height: 24px;
  margin-bottom: 20px;
}
div.order-info {
  padding: 0;
}
.order-field-label {
  margin-top: 12px;
  font-size: 15px;
}
.order-field-input {
  border-radius: 0;
  font-size: 15px;
}
.order-field-input:focus {
  /*padding-top: 15px;
  padding-bottom: 6px;
  border-width: 1px;*/
}
.order-btn-login,
.order-btn-login:hover,
.order-btn-submit,
.order-btn-submit:hover {
  background: #6043ad;
  border-radius: 0;
  font-weight: 500;
}
.bx-sls .quick-location-tag {
  line-height: 25px;
  color: #554cc9;
}
.bx-sls .bx-ui-sls-container {
  height: 34px;
}
.order-info-basket div.order-info-content {
  padding: 0;
}
div.order-basket {
  display: none !important;
}
div.order-basket-content {
  border: none;
}
div.order-info-commend {
  border: none;
  border-radius: 0;
}
.order-info-accept a,
.order-info-accept a:visited {
  color: #554cc9;
}

.order-basket.fixed div.order-basket-fly {
  width: 480px;
}
.order-basket.fixed div.order-basket-container {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  div.order-info-login,
  div.order-info-person {
    float: none !important;
    width: 100% !important;
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  div.order-basket {
    display: table-cell !important;
    width: 480px;
  }
  div.order-info-name {
    font-size: 16px;
  }
  div.order-info {
    padding-right: 20px;
  }
  div.order-info-content {
    padding-left: 50px;
    padding-right: 50px;
  }
  div.order-info-login,
  div.order-info-person {
    width: 46%;
  }
  div.order-info-content {
    margin-top: 20px;
  }
}

@media (min-width: 1280px) {
  div.order-info {
    padding-right: 40px;
  }
  div.order-basket,
  .order-basket.fixed div.order-basket-fly {
    width: 340px;
  }
  .order-basket.fixed div.order-basket-container {
    max-width: 1180px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  div.order-basket,
  .order-basket.fixed div.order-basket-fly {
    width: 480px;
  }
  .order-basket.fixed div.order-basket-wrap,
  .order-basket.fixed div.order-basket-container {
    max-width: 1500px;
    margin: 0 auto;
  }
}

/* заказа оформлен
*******************************************************************************/

.order-info-success-text h2 {
  color: #6043ad;
}

/* Фильтры
*******************************************************************************/

.slide_hide .filters_block_title {
  cursor: pointer;
}
.slide_hide .filters_block_title:before {
  content: '►';
  margin: 0 5px 0 0;
  font-size: 13px;
}
.slide_hide.active .filters_block_title:before {
  content: '▼';
}
.slide_hide {
  overflow: hidden;
  height: 30px;
}
.slide_hide.active {
  height: auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  width: 6px;
  background: #5f42ae;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background: #fff;
  border: 1px solid #e3e3e3;
}

@media (min-width: 1280px) {
  .filters label:hover input[type="checkbox"] + span {
    color: #554cc9;
  }
}

@media (max-width: 799px) {
  div.b24-widget-button-position-bottom-right {
    right: 20px;
    bottom: 70px;
  }
}

/* Опт
*******************************************************************************/

.wholesale h2 {
  margin-bottom: 20px;
  font-size: 30px;
}
.wholesale h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
.wholesale > .columns {
  display: table;
  width: 100%;
}
.wholesale > .columns > .column {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.wholesale > .columns > .left {
  padding-right: 30px;
  padding-bottom: 50px;
}
.wholesale > .columns > .right {
  padding-left: 30px;
}

.wholesale .buyer_info label {
  margin-bottom: 10px;
}
.wholesale .buyer_info label > span {
  display: block;
  margin-bottom: 3px;
}
.wholesale .buyer_info textarea {
  height: 250px;
}
.wholesale .buyer_info button {
  float: left;
}
.wholesale .buyer_info button.reset {
  margin: 0 0 0 10px;
  line-height: 40px;
  color: #9c9c9d;
  font-size: 13px;
  text-decoration: underline;
  background: none;
}
.wholesale .buyer_info button.reset:hover {
  text-decoration: none;
}

.wholesale .advantages .row {
  display: table;
  width: 100%;
  margin: 20px 0;
}
.wholesale .advantages .item {
  display: table-cell;
  vertical-align: middle;
  height: 77px;
  padding: 0 20px 0 90px;
}
.wholesale .advantages .item + .item {
  width: 50%;
}

.wholesale p {
  color: #222;
}
.wholesale p.big {
  font-size: 18px;
}

.wholesale .select .header .title .choice {
  background: none;
}

@media (max-width: 600px) {
  .wholesale .advantages .row {
    display: block;
  }
  .wholesale .advantages .item {
    display: table;
    width: 100%;
    padding-right: 0;
  }
  .wholesale .advantages .item + .item {
    width: 100%;
    margin-top: 20px;
  }
  .wholesale .advantages .item div {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 1024px) {
  .wholesale > .columns {
    display: block;
  }
  .wholesale > .columns > .column {
    display: block;
    width: 100%;
  }
  .wholesale > .columns > .left {
    padding-right: 0;
  }
  .wholesale > .columns > .right {
    padding-left: 0;
  }
  .wholesale .advantages {
    margin-bottom: 50px;
  }
}

/*
*******************************************************************************/

.page_title.collect .label_country {
  float: left;
  margin-top: 15px;
  padding: 7px 0;
  color: #919191;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.page_title.collect .label_country img {
  margin-top: 2px;
}
.page_title.collect .pic {
  float: right;
  height: 30px;
  margin-top: 15px;
}

.collection_filters {
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
}
.collection_filters .box {
  padding: 0;
}
.collection_filters form {
  padding: 15px 20px;
  background: #e4e3e8;
}
.collection_filters .select {
  margin: 10px 0;
}

@media (min-width: 1024px) {
  .page_title.collect {
    padding-bottom: 0;
    text-align: left;
  }
  .page_title.collect .box {
    padding-bottom: 30px;<?= var; ?>
    border-bottom: 1px solid #ddd;
  }
  .page_title.collect h1 {
    float: left;
  }
  .page_title.collect .label_country {
    margin-top: 0;
    margin-left: 20px;
  }
  .page_title.collect .pic {
    margin-top: 0;
  }
  .collection_filters {
    text-align: center;
  }
  .collection_filters .select {
    display: inline-block;
    width: 240px;
    text-align: left;
  }
}

/* Договор-оферта
*******************************************************************************/

.tabs.city > .tags {
  margin: 20px 0;
}
.tabs.city > .tags > .tag {
  display: inline-block;
  padding: 0 6px;
  background: #fff;
  line-height: 36px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #000;
  text-decoration: none;
}
.tabs.city > .tags > .tag.active {
  color: #fff;
  background: #000;
  cursor: default;
}

/* Поиск
*******************************************************************************/

.search_panel {
  margin: 0 0 20px 0;
}
.search_panel .box {
  padding: 0;
}
.search_panel_inner {
  padding: 30px 0;
  background: #f5f5f6;
}
.search_panel_inner form {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding-right: 120px;
  padding-left: 10px;
}
.search_panel_inner input {
  display: block;
  width: 100%;
  height: 34px;
  border: none;
}
.search_panel_inner button {
  position: absolute;
  top: 0;
  right: 10px;
  width: 100px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background: #000;
  text-align: center;
}
.search_panel_inner button:hover {
  background: #333;
}

/* О нас
*******************************************************************************/

.about_items {
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.about_items li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
}
.about_items li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: url(/img/sprite.png) -200px -250px no-repeat;
}

.about_image {
  padding-top: 40px;
  margin-bottom: -50px;
}

@media (min-width: 1024px) {
  .about_inner {
    display: table;
    width: 100%;
  }
  .about_main {
    display: table-cell;
    vertical-align: top;
    width: 65%;
    padding-right: 5%;
  }
  .about_image {
    position: relative;
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 35%;
    padding: 0;
    margin: 0;
  }
  .about_image img {
    position: absolute;
    top: 0;
    right: 0;
    max-height: none;
  }
}

@media (min-width: 1280px) {
  .about_main {
    padding-top: 40px;
  }
  .about_items {}
  .about_items ul {
    display: table;
    width: 100%;
    margin-bottom: 40px;
  }
  .about_items li {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding-right: 50px;
  }
}

@media (min-width: 1600px) {
  .about_items ul {
    margin-bottom: 50px;
  }
  .about_items li {
    padding-right: 80px;
  }
}

/* Установка и сборка (старая версия)
*******************************************************************************/

/*.installation {}
.installation img {
  display: block;
  margin: 10px auto;
}

.installation_1 {
  margin-bottom: 20px;
}

.installation_2 {
  margin-bottom: 20px;
}

.installation_3 th {
  padding: 10px;
  color: #fff;
  background: #573c9f;
}
.installation_3 tr + tr + tr {
  border-top: 1px dotted #bbb;
}
.installation_3 tr:nth-child(2n+1) {
  background: #f2f2f2;
}
.installation_3 td {
  padding: 10px;
}
.installation_3 td + td {
  border-left: 1px dotted #bbb;
}

@media (max-width: 659px) {
  .installation_3 td:first-child {
    display: none;
  }
  .installation_3 td:first-child + td {
    border: none;
  }
}

@media (min-width: 1024px) {
  .installation_1:after,
  .installation_2:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
  }
  .installation_1 > div {
    width: 33.33%;
    float: left;
  }
  .installation_1 > div:first-child {
    padding-right: 10px;
  }
  .installation_1 > div:first-child + div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .installation_1 > div:first-child + div + div {
    padding-left: 10px;
  }
  .installation_2 > div {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .installation_2 > div + div {
    padding-left: 10px;
    padding-right: 0;
  }
  .installation_2 img {
    margin: 0 10px 0 0;
    float: left;
  }
  .installation_2 > div:first-child img {
    margin-top: -6px;
  }
  .installation_3 th {
    padding: 20px;
  }
  .installation_3 td {
    padding: 15px;
  }
}*/

/* Установка и сборка (новая версия)
*******************************************************************************/

.install_promo {
  position: relative;
  overflow: hidden;
}
.install_promo img {
  max-width: none;
  height: 280px;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
.install_promo_caption {
  padding: 10px;
  line-height: 1.4;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  background: #674fa8;
}

@media (min-width: 660px) {
  .install_promo img {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}

@media (min-width: 660px) {
  .install_promo img {
    max-width: 100%;
    height: auto;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 1024px) {
  .install_promo_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: none;
    width: 60%;
    padding: 0;
    text-align: left;
  }
  .install_promo_caption span {
    float: left;
    clear: right;
    display: block;
    font-size: 26px;
    padding: 0 15px;
    background: #674fa8;
  }
  .install_promo_caption span:first-child {
    padding-top: 5px;
  }
  .install_promo_caption span + span {
    padding-bottom: 5px;
  }
}

@media (min-width: 1280px) {
  .install_promo_caption span {
    font-size: 36px;
  }
}

.install_bullets li {
  text-align: center;
}
.install_bullets li .img {
  position: relative;
  height: 120px;
}
.install_bullets li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.install_bullets li .txt {
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .install_bullets li {
    float: left;
    display: block;
    width: 50%;
    padding: 0 20px;
  }
  .install_bullets li .txt {
    height: 6em;
  }
}

@media (min-width: 1280px) {
  .install_bullets li {
    width: 33.33%;
  }
  .install_bullets li .txt {
    height: 9em;
  }
}

.install_accent {
  margin: 50px 0;
  line-height: 1.4;
  color: #573c9f;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1024px) {
  .install_accent {
    margin: 80px 0;
  }
}

@media (min-width: 1024px) {
  .install_accent {
    margin: 50px 0 80px;
  }
}

.install_price_header {
  margin-top: 50px;
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #573c9f;
}
.install_price tbody tr {
  border-top: 1px dotted #bbb;
}
.install_price tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
.install_price td {
  padding: 10px;
}
.install_price td + td {
  border-left: 1px dotted #bbb;
}

@media (max-width: 659px) {
  .install_price td:first-child {
    display: none;
  }
  .install_price td:first-child + td {
    border: none;
  }
}

@media (min-width: 1024px) {
  .install_price_header {
    padding: 20px;
  }
  .install_price td {
    padding: 15px;
  }
}

.install_order_trigger {
  margin: 20px auto;
  padding: 10px 30px;
  display: block;
  width: 100%;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  background: #6043ad;
}
.install_order_trigger:hover {
  background: #7155bc;
}

@media (min-width: 660px) {
  .install_order_trigger {
    width: auto;
    font-size: 16px;
  }
}

/*
*******************************************************************************/

div.bx-blue .btn.btn-default {
  background: #6043ad;
  border: none;
}
div.bx-blue .btn.btn-default:hover {
  background: #7155bc;
}

.bx-core-window .adm-workarea input[type="button"] {
  display: inline-block !important;
  background-image: none !important;
  background-color: #6043ad !important;
  border-radius: 0;
  border: none !important;
  text-shadow: none !important;
  color: #fff !important;
  box-shadow: none !important;
  margin: 5px 0;
  width: auto !important;
}
.bx-core-window .adm-workarea input[type="button"] + input[type="button"] {
  margin-left: 10px;
}
.bx-core-window .adm-workarea input[type="button"]:hover {
  background-image: none !important;
  background-color: #7155bc !important;
  color: #fff !important;
}

@media (max-width: 659px) {
  .basket-items-list {
    padding: 0;
  }
  .basket-items-list-wrapper-compact .basket-item-block-image {
    padding: 0 5px;
  }
  .basket-items-list-wrapper-compact .basket-item-image {
    max-width: 100%;
  }
  .basket-item-image-link {
    display: block;
  }
  .basket-item-block-info {
  }
}

/*
*******************************************************************************/

.advantages_slider {
  margin: 40px 0 0;
}
.advantages_slider .owl-carousel {
  padding: 0 40px;
  box-sizing: border-box;
}
.advantages_slide_img {
  position: relative;
  height: 95px;
  padding-bottom: 15px;
}
.advantages_slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
  max-height: 80px;
}
.advantages_slide_text {
  padding: 0 20px;
  line-height: 1.2;
  color: #554cc9;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.someSlider .owl-nav div,
.advantages_slider .owl-nav div {
  position: absolute;
  top: 50px;
  left: 0;
  width: 36px;
  height: 36px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  border: 1px solid #dcdcdc;
}
.someSlider .owl-nav div {
  top: 50%;
  transform: translateY(-50%);
}
.someSlider .owl-nav div.disabled,
.advantages_slider .owl-nav div.disabled {
  cursor: default;
  opacity: .5;
}
.someSlider .owl-nav div:before,
.advantages_slider .owl-nav div:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 11px;
  height: 18px;
  margin-top: -9px;
  margin-left: -5px;
  background: url(/img/svg/icon-arrow2.svg) 50% 0 no-repeat;
  background-size: contain;
}
.someSlider .owl-nav div.owl-next,
.advantages_slider .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.someSlider .owl-nav div.owl-next:before,
.advantages_slider .owl-nav div.owl-next:before {
  background: url(/img/svg/icon-arrow2i.svg) 50% 0 no-repeat;
  background-size: contain;
}


/*
*******************************************************************************/

.sale-order-detail-general-head,
.sale-order-list-title-container,
.sale-order-detail-about-order-inner-container-repeat-button,
.sale-order-detail-about-order-inner-container-repeat-button:hover,
.order_formed .left .total_cost,
.order_formed .offers_list thead {
  background: #6043ad !important;
}
.sale-order-list-title,
.order_formed .left .total_cost,
.order_formed .offers_list thead {
  color: #fff !important;
}
.sale-order-detail-general {
  border-color: #6043ad;
}
.sale-order-list-container {
  margin-top: 20px;
}
.sale-order-list-title {
  margin: 10px 0;
}
.order_formed .offers_list thead td:before {
  display: none !important;
}
.order_formed .total_cost {
  float: none !important;
  display: inline-block !important;
}
.order_formed .meta_message {
  color: #000 !important;
  font-weight: 400 !important;
}
.order_formed .meta_message .order_id {
  font-weight: 600 !important;
}

.topline {
  position: relative;
  height: 52px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: #6043ad /*url(/img/salyut.png) 50% 50% no-repeat*/;
}
.topline .mob {
  display: table;
  width: 100%;
  height: 52px;
  padding: 0 50px 0 20px;
}
.topline .mob div {
  display: table-cell;
  vertical-align: middle;
}
.topline_modal_open {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.topline_modal_open:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 20px;
  display: block;
  width: 29px;
  height: 29px;
  /*background: url(/img/salyut_q.png) 0 0;*/
}
.topline .pc {
  display: none;
}
.topline .pc div {
  height: 24px;
  margin: 0 10px;
  line-height: 24px;
  display: inline-block;
}
.topline .pc span,
#topline_modal span {
  display: inline-block;
  padding: 0 10px;
  background: #6043ad;
  color: #fff;
  font-weight: 500;
}
.fancybox-container .fancybox-close-small {
  top: 10px;
  right: 10px;
  width: 17px;
  height: 17px;
  background: url(/img/salyut_c.png) 0 0;
}
.fancybox-container .fancybox-close-small::after {
  display: none;
}
.fancybox-container #topline_modal {
  width: 320px !important;
  height: 539px !important;
  padding: 50px 20px;
  color: #fff;
  background: url(/img/salyut_m.png) 0 -1px;
}
.fancybox-container #topline_modal div {
  margin: 15px 0;
  line-height: 24px;
}
.fancybox-container #topline_modal .topline_modal_title {
  font-size: 20px;
  margin-bottom: 40px;
}/*
@media (min-width: 1280px) {
  .topline {
    background-position: 50% 0;
  }
  .topline .mob {
    display: none;
  }
  .topline .pc {
    display: block !important;
    padding: 14px 0;
  }
}*/

/*
*******************************************************************************/

/*.menu._v2,
.menu._v3 {
  position: static !important;
}*/

.menu_catalogue_item {}
.menu_catalogue_title {
  display: flex;
  align-items: center;
}
.menu_catalogue_title a {}
.menu_catalogue_title svg {
  flex: 0 0 7px;
  width: 7px;
  height: 12px;
  transition: all 300ms linear;
}
.menu_catalogue_item.active .menu_catalogue_title svg {
  transform: rotate(90deg);
}
.menu_catalogue_children {}
.menu_catalogue_children a {
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .menu_catalogue_children {
/*    display: none;*/
    padding: 0 0 0 20px;
  }
}

@media (min-width: 768px) {
  .menu_catalogue,
  .menu_brands,
  .menu_menu {
    width: 100% !important;
    margin-top: 4px !important;
  }
  .menu_catalogue_row,
  .menu_brands_row,
  .menu_menu_row {
    display: flex;
    flex-wrap: wrap;
  }
  .menu_catalogue_row {
    gap: 20px 0;
  }
  .menu_catalogue_item {}
  .menu_catalogue_item .menu_catalogue_title svg {
    display: none !important;
  }
  .menu_brands_item {
    flex: 0 0 33.33%;
  }
  .menu_menu_item {
    flex: 0 0 25%;
  }
}

@media (min-width: 1024px) {
  .menu_catalogue_item {
    flex: 0 0 25%;
  }
}

@media (min-width: 1280px) {
  .menu_catalogue_item {
    flex: 0 0 20%;
  }
  .menu_brands_item {
    flex: 0 0 20%;
  }
}

/*
*******************************************************************************/

.menu._v3 .menu_catalogue_main {
  overflow: auto;
}
.menu._v3 .menu_catalogue_side a {
  position: relative;
}
.menu._v3 .menu_catalogue_side a svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin-top: -2px;
  opacity: .2;
}
.menu._v3 .menu_catalogue_side a:hover path {
  fill: #fff;
}

@media (max-width: 1023px) {
  .menu._v3 .menu_catalogue_side {
    display: none;
  }
  .menu._v3 .menu_catalogue_row {
    display: none;
    padding-left: 20px;
  }
  .menu._v3 .menu_catalogue_catTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  .menu._v3 .menu_catalogue_catTitle > a {
    padding: 0 !important;
  }
  .menu._v3 .menu_catalogue_catTitle svg {
    transition: all 300ms linear;
    opacity: 0.4;
  }
  .menu._v3 .menu_catalogue_catTitle.active svg {
    transform: rotate(90deg);
  }
}

@media (min-width: 1024px) {
  .menu._v3 .menu_catalogue_main_inner {
    display: none;
  }
  .menu._v3 .menu_catalogue_main_inner.shown {
    display: block;
  }
  .menu._v3 .menu_catalogue_main {
    padding: 10px 0 0 10px;
  }
  .menu._v3 .menu_catalogue .box {
    display: flex;
    justify-content: flex-start;
  }
  .menu._v3 .menu_catalogue .box::before,
  .menu._v3 .menu_catalogue .box::after {
    display: none;
  }
  .menu._v3 .menu_catalogue_side {
    flex: 0 0 260px;
  }
  .menu._v3 .menu_catalogue_catTitle {
    font-size: 20px;
    font-weight: 600;
  }
  .menu._v3 .menu_catalogue_catTitle svg {
    display: none !important;
  }
  .menu._v3 .menu_catalogue_row {
    display: block !important;
    column-count: 3;
    margin-top: 10px;
  }
  .menu._v3 .menu_catalogue_item {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}

@media (min-width: 1280px) {
  .menu._v3 .menu_catalogue_row {
    column-count: 4;
  }
}

/*
*******************************************************************************/

header.main .menu._v4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
header.main .menu._v4:after {
  display: none;
}
header.main .menu._v4 .logo {
  opacity: 0;
  height: 42px;
  margin: 0 auto 0 0;
  transition: all 300ms linear;
}
header.main.scrolled .menu._v4 .logo {
  opacity: 1;
}
header.main .menu._v4 .logo a {
  width: auto;
}
header.main .menu._v4 .name {
  padding: 7px;
}
header.main .menu._v4 .menu_tel {
  display: block;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
header.main .menu._v4 .trigger {
  width: 28px;
  height: 42px;
}
.menu._v4 .menu_catalogue_main {
  overflow: auto;
}
.menu._v4 .menu_catalogue_side a {
  position: relative;
}
.menu._v4 .menu_catalogue_side a svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin-top: -2px;
  opacity: .2;
}
.menu._v4 .menu_catalogue_side a:hover path {
  fill: #fff;
}
header.main .menu._v4 .search form {
  position: absolute;
  inset: 0;
  opacity: 0;
  color: #000;
  visibility: hidden;
  transition: all 300ms linear;
}
header.main .menu._v4 .search form input[type="text"] {
  height: 36px;
  margin-top: 3px;
  border: none;
}
header.main .menu._v4 .search form button {
  height: 36px;
  top: 3px;
}
header.main .menu._v4 .search form .search_tips {
  top: 42px;
}
header.main .menu._v4 .search form.shown {
  opacity: 1;
  visibility: visible;
}
header.main .menu._v4 .menu_searchToggle {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

@media (max-width: 1023px) {
  .menu._v4 .menu_catalogue_side {
    display: none;
  }
  .menu._v4 .menu_catalogue_row {
    display: none;
    padding-left: 20px;
  }
  .menu._v4 .menu_catalogue_catTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  .menu._v4 .menu_catalogue_catTitle > a {
    padding: 0 !important;
  }
  .menu._v4 .menu_catalogue_catTitle svg {
    transition: all 300ms linear;
    opacity: 0.4;
  }
  .menu._v4 .menu_catalogue_catTitle.active svg {
    transform: rotate(90deg);
  }
}

@media (max-width: 659px) {
  header.main:has(.menu._v4) .cart,
  header.main:has(.menu._v4) > .box .search {
    display: none;
  }
}

@media (min-width: 1024px) {
  .menu._v4 .menu_catalogue_main_inner {
    display: none;
  }
  .menu._v4 .menu_catalogue_main_inner.shown {
    display: block;
  }
  .menu._v4 .menu_catalogue_main {
    padding: 10px 0 0 10px;
  }
  .menu._v4 .menu_catalogue .box {
    display: flex;
    justify-content: flex-start;
  }
  .menu._v4 .menu_catalogue .box::before,
  .menu._v4 .menu_catalogue .box::after {
    display: none;
  }
  .menu._v4 .menu_catalogue_side {
    flex: 0 0 260px;
  }
  .menu._v4 .menu_catalogue_catTitle {
    font-size: 20px;
    font-weight: 600;
  }
  .menu._v4 .menu_catalogue_catTitle svg {
    display: none !important;
  }
  .menu._v4 .menu_catalogue_row {
    display: block !important;
    column-count: 3;
    margin-top: 10px;
  }
  .menu._v4 .menu_catalogue_item {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}

@media (min-width: 1280px) {
  .menu._v4 .menu_catalogue_row {
    column-count: 4;
  }
}

/*
*******************************************************************************/

.mobBottom {
  position: fixed;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  z-index: 502;
}
.mobBottom a {
  text-decoration: none;
}
.mobBottom._4 {
  grid-template-columns: repeat(4, auto);
}
.mobBottom._5 {
  grid-template-columns: repeat(5, auto);
}
.mobBottom_item {
  display: grid;
  gap: 5px;
  justify-items: center;
}
.mobBottom_item_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  /*background: #f9f9f9;*/
  border-radius: 5px;
  position: relative;
}
.mobBottom_item_icon ._cart_number {
  position: absolute;
  top: -5px;
  right: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background: #ff9138;
  transition: all 300ms linear;
  opacity: 0;
  visibility: hidden;
}
.mobBottom_item_icon ._cart_number.not_empty {
  opacity: 1;
  visibility: visible;
}
.mobBottom_item_icon svg {
  max-width: 100%;
  max-height: 100%;
}
.mobBottom_item_text {
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1023px) {
  body {
    padding-bottom: 67px;
  }
}

@media (min-width: 1024px) {
  .mobBottom {
    display: none;
  }
}

/*
*******************************************************************************/