<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic" rel="stylesheet">
@keyframes header {
  1% {top: -140px;}
  /*2% {top: -140px;}*/
  100% {top: 0;}
}

img {
  height: auto;
}

html,
body {
}

body{
  font-family: 'lato';
  font-size: 14px;
  position: relative;
}

.background-hide {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.page-wrapper {
  background: #fff;
  position: relative;
  z-index: 10;
  transition: all .5s cubic-bezier(0.75, 0, 0.175, 1);
}

.page-inner {
  position: relative;
  z-index: 10;
}
.page-wrapper.transform_left {
  transform: rotateY(-45deg) translateX(270px);
}
.page-wrapper.transform_right {
  transform: rotateY(45deg) translateX(-270px);
}
a{
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
button, a {
  background: transparent;
  cursor: pointer;
}

.hide-desktop {
  display: none;
}

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

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.padding-zero {
  padding-left: 0;
  padding-right: 0;
}


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

.container-top {
	margin: 0 40px;
}

.fc:after,
.clr:after{
  clear: both;
  content:'';
  display: block;
}
.regular{
  font-weight: normal;
}
.semibold{
  font-weight: 600;
}
.bold{
  font-weight: bold;
}
.bolder{
  font-weight: bolder;
}
.in-top{
  display: inline-block;
  vertical-align: top;
}
font.Arial {
  font-family: 'Arial';
}
.in-middle{
  display: inline-block;
  vertical-align: middle;
}
.in-bottom{
  display: inline-block;
  vertical-align: bottom;
}
.module_title {
  font: 2.6rem/1em 'lato-heavy';
  margin: 0 0 1em;
}
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.orange,
.orange-hover:hover {
  color: #ff7200;
}
.shopcart-widget .orange,
.shopcart-widget .orange + a i {
  color: #ff7200 !important;
}
.transition,
.transition:hover{
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease;
}
.red {
  color: #f00;
}
.btn,
[type="text"]:not(.no_rest):not(.input-number),
[type="tel"],
[type="password"],
[type="email"],
textarea,
.fc .button,
.wide_set > .set-block .field-content a {
  background: transparent;
  border-radius: 0;
  border: 2px solid #000;
  box-shadow: inset 10px 0 0 #000 !important;
  display: inline-block;
  font-family: 'lato-bold';
  line-height: 45px;
  padding: 0 0 0 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all .5s ease;
  width: 290px;
  z-index: 1;
}
.btn * {
  margin: 0;
}
.btn:hover,
.fc .button:hover,
.wide_set > .set-block .field-content a:hover {
  box-shadow: inset 500px 0 0 #000 !important;
  color: #fff;
  padding: 0 10px 0 0;
}
[type="text"]:not(.no_rest):not(.input-number),
[type="tel"],
[type="password"],
[type="email"],
textarea {
  border: 2px solid #000 !important;
  box-shadow: inset 10px 0 0 #000 !important;
  font-family: 'lato';
  text-transform: none;
  width: 100%;
}
[action="/client_account/session"] [type="text"],
[action="/client_account/session"] [type="password"] {
  width: 100% !important;
}
textarea {
  padding: 10px !important;
  width: 100% !important;
}
.field-content {
  width: 100% !important;
}

.mobile_menu_show .fa-level-up {
	transform:unset !important;
      font-size: 15px;
    padding: 5px;
}

.table th,
.text-left-xl {
  white-space: nowrap;
  padding: 5px;
}

[type="text"]:not(.no_rest):not(.input-number):focus,
[type="text"]:not(.no_rest):not(.input-number):hover,
[type="tel"]:focus,
[type="tel"]:hover,
[type="password"]:focus,
[type="password"]:hover,
[type="email"]:focus,
[type="email"]:hover {
  border-color: #000;
  box-shadow: inset 700px 0 0 #000 !important;
  color: #fff;
  padding: 0 10px 0 0 !important;
}
textarea:hover {
  border-color: #000;
  color: #000;
  padding: 10px !important;
}
.co-button, .picker-button,
.co-button:hover, .picker-button:hover,
.co-button:focus, .picker-button:focus,
.co-button:active, .picker-button:active
{
background: #ff7200;
}
.btn.orange,
.fc .button,
.wide_set > .set-block .field-content a
{
  border-color: #ff7200;
  box-shadow: inset 10px 0 0 #ff7200 !important;
  color: #ff7200;
}
.set-title {
  font-size: 1rem;
  margin: 15px 0 5px;
  font-weight: bold;
}
.btn.orange:hover,
.fc .button:hover,
.wide_set > .set-block .field-content a:hover {
  border-color: #ff7200;
  box-shadow: inset 700px 0 0 #ff7200 !important;
  color: #fff;
}
.btn.orange-bg{
  background: #ff7200;
  border: 2px solid #ff7200;
  color: #fff;
}
.m50{
  margin-bottom: 50px;
}
.m150{
  margin-bottom: 150px;
}

/* top-toolbar */

.top-toolbar {
  background: #fff;
  line-height: 50px;
  margin: 0 0 0;
  transition: all .1s ease;
}
.header_move .top-toolbar {
  line-height: 30px;
  margin: 0;
}
.toolbar-phone {
  font-size: 18px;
  margin-right: 12px;
  line-height: 1.5em;
  color: #000;
}
.toolbar-recall{
  font-size: 11px;
  color: #000;
  text-transform: uppercase;
}
.shopcart-widget {
  margin-left: 30px;
}
.shopcart-widget .shopcart-counter {
  font-size: 14px;
}
.shopcart-widget .shopcart-link {
  font-family: 'lato-bold';
  font-size: 14px;
  color: #000;
}
.favorite-link,
.user-link,
.search-link i,
.phone-linck,
.shopcart-widget i {
  color: #000;
  font-size: 25px;
  margin-left: 30px;
  width: 21px;
}

.header_clon .favorite-link, .header_clon .user-link, .header_clon .search-link i, .header_clon .shopcart-widget i {
  color: #aaa;
}
.cart ~ div .notice {
  margin: 0 0 50px;
  font-size: 20px;
  text-transform: uppercase;
}
.user-link a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
/*.user-link img {
height: 21px;
width: 21px;
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
}*/
.user-link img.first {
  z-index: 5;
}
.user-link img.secon {
  z-index: 1;
  opacity: 0;
}
.user-link:hover .secon {
  z-index: 10;
  opacity: 1;
}
.search-link i {
  margin: 0 !important;
}
.shopcart-widget i {
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.favorite-link i {
  position: relative;
  top: 1px;
}
/*
.header_move .favorite-link,
.header_move .user-link,
.header_move .search-link i,
.header_move .phone-linck,
.header_move .shopcart-widget i {
font-size: 19px;
width: 17px;
}
*/

.search-results {
  padding: 0 0 50px;
}
.search-results form .input-field.search-input {
  display: table;
  margin: 0 auto;
  width: 500px;
}

/* header */
header {
  color: #fff;
  background: #000;
  padding: 0 0 0;
  margin: 0;
}
.header_clon {
  background: #000;
  color: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 6px 0;
}
.header_clon .header_clon {
  z-index: 0;
}

.head_m_logo {
  background: #000;
  position: relative;
}
.head_m_logo img {
  height: 25px;
  margin: 5px 0 0;
}

.header-logotype img {
  transition: all .3s ease;
}
.header_move .header-logotype img {
  width: 50%;
}

/*
.header-menu
*/

.header-menu .active > a {
  color: #ff7200;
}
.header-menu ul li {
  text-transform: uppercase;
  margin-right: 15px;
  position: relative;
}
.header-menu li.show > a {
  color: #ff7200;
}
.header-menu ul li:last-child{
  margin-right: 0;
}
.header-menu > ul > li {
  white-space: nowrap;
  padding: 8px 0;
  font-weight: 600;
}
.header-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  padding: 10px 20px 30px 20px;
  opacity: 0;
  transition: all .3s ease;
  visibility: hidden;
  z-index: 150;
}
.header-menu ul ul li {
  padding: 7px 0 7px 20px;
}
.header-menu ul ul li:last-of-type {
  padding-bottom: 0;
}
.header-menu ul ul ul {
  display: none;
}
.header-menu > ul > li:hover > ul {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.header-menu a {
  transition: all .1s ease;
}
.header-menu .fa {
  margin: 0 0 0 10px;
  cursor: pointer;
  font-size: 1.3em;
  transition: all .3s ease;
}
.header-menu li.show > .fa {
  transform: rotate(90deg);
}
.header_clon .shopcart-link {
  position: relative;
  top: 5px;
}
.header_clon .fa-shopping-cart {
  position: relative;
  top: 1px;
}

.search-link .search_widget {
  box-sizing: border-box;
  display: block;
  float: left;
  line-height: 0;
  margin: 0 -1px 0 0;
  position: relative;
  width: auto;
}
.search-link .search_widget-field {
  background: transparent;
  border: solid 0;
  box-shadow: none;
  box-sizing: border-box;
  color: transparent;
  cursor: pointer;
  line-height: 50px;
  position: relative;
  transition: all .3s ease;
  width: 20px;
  z-index: 2;
}
.header_move .search-link .search_widget-field {
  line-height: 30px;
}
.search-link .search_widget-field:focus {
  background: #2d2d2d;
  color: #fff;
  cursor: auto;
  padding-left: 40px;
  width: 200px;
}
.search-link .search_widget-submit {
  background: transparent;
  border: none;
  color: #aaa;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  z-index: 1;
}
.header_move .search-link .search_widget-submit {
  height: 30px;
}
.search-link .search_widget-field:focus + .search_widget-submit {
  margin-left: 10px;
  z-index: 3;
}
.search-link .search_widget-field:hover + .search_widget-submit .ion-ios-search-strong,
.search-link .search_widget-field:focus + .search_widget-submit .ion-ios-search-strong {
  color: #ff7200;
}

.header-burger-text {
  margin-right: 8px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
}

/*
breadcrumb
*/
.breadcrumb-wrapper {
  background: #000;
  line-height: 30px;
}
.breadcrumb-wrapper .breadcrumb {
  padding-left: 20px;
}
.breadcrumb-item {
  display: inline-block;
}
.breadcrumb-delimiter {
  margin: 0 1px;
}
.breadcrumb-link {
  color: #fff;
  font-size: .7rem;
  text-transform: uppercase;
}

/*
collection
*/
.collection {

}
.collection-order {
  border-bottom: solid 2px #000;
  line-height: 50px;
  margin: 0 0 20px;
}
.select-wrapper_title {
  color: #000;
}
.collection .left_side {
  float: left;
  width: 290px;
}
.collection .left_side + .products_block {
  float: right;
  width: calc(100% - 300px);
}
.collection .jqselect {
  padding: 0 0 0 10px;
}
.collection .jq-selectbox__select {
  color: #000;
  cursor: pointer;
  font-family: 'lato-semibold';
  padding: 0 30px 0 0;
  text-transform: uppercase;
  position: absolute;
}
.collection .jq-selectbox__select:after {
  background: url(select_bg.png);
  content: '';
  display: block;
  height: 18px;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  transform: rotate(-90deg);
  transition: all .3s ease;
  width: 18px;
}
.collection .jqselect.opened .jq-selectbox__select:after {
  top: 40%;
  transform: translateY(-50%) rotate(180deg);
}
.collection .jq-selectbox__dropdown {
  background: #fff;
  border: solid 2px #555555;
  bottom: auto !important;
  line-height: 1em;
  margin: 20px 0 0;
  opacity: 0;
  padding: 15px 12px;
  top: 100% !important;
  transition: all .3s ease;
  visibility: hidden;
}
.collection .jqselect.opened .jq-selectbox__dropdown {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.collection .jq-selectbox__dropdown li {
  cursor: pointer;
  padding: 5px 0;
  white-space: nowrap;
  color: #000;
}
.collection .jq-selectbox__dropdown li.disabled {
  cursor: default;
  opacity: .5;
}
.collection .jq-selectbox__dropdown li:hover,
.collection .jq-selectbox__dropdown li.selected {
  color: #000;
}
.collection .notice.notice-warning {
  margin: 100px 0 0;
}

/*
filters
*/
.filters-block {
  margin: 0 0 40px;
}
.filters-block .filter {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.filters-block .button-grey {
  background: transparent;
  border: solid 2px #000;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  padding: 0 35px 0 15px;
  position: relative;
  transition: all .3s ease;
}
.filters-block .filter.toggled .button-grey,
.filters-block .button-grey:hover {
  background: #000;
  color: #fff;
}
.filters_blocks .fa-angle-right {
  position: absolute;
  height: 20px;
  width: 20px;
  display: block;
  font-size: 24px;
  line-height: .83em;
  top: calc(50% - 10px);
  right: 10px;
  transition: transform .3s ease;
  transform: rotate(90deg);
  text-align: center;
}
.filters-block .filter.toggled .fa-angle-right,
.all-filter-open.active .fa-angle-right {
  transform: rotate(-90deg);
}
.filters-block .filter-items {
  background: #fff;
  border: solid 2px #555555;
  left: 0;
  margin: 20px 0 0;
  max-width: 300px;
  min-width: 150px;
  opacity: 0;
  padding: 10px 12px;
  position: absolute;
  top: 100%;
  transition: all .3s ease;
  visibility: hidden;
  z-index: 10;
  max-height: 304px;
  overflow: hidden;
}
.filters-block .filter.toggled .filter-items {
  margin: 5px 0 0;
  opacity: 1;
  visibility: visible;
}
.filters-block .items-list {
  max-height: 220px;
  overflow-x: visible;
  overflow-y: scroll;
}
.filters-block .irs.js-irs-0 {
  margin: 10px 0 0;
  width: 242px;
}
.filters-block .checkbox-field {
  display: none;
}
.filters-block .checkbox-label {
  background: url(checkbox-label_bg.png) top left no-repeat;
  color: #555;
  cursor: pointer;
  display: block;
  font: 14px/17px 'lato-semibold';
  margin: 5px 0;
  padding: 0 0 0 30px;
  transition: color .3s ease;
  white-space: nowrap;
}
.filters-block .checkbox-field:checked + .checkbox-label {
  background-position: bottom left;
}
.filters-block .checkbox-field:checked + .checkbox-label,
.filters-block .checkbox-label:hover {
  color: #000;
}
.filters-block .dropdown-block-control {
  margin: 10px 0 0;
}
.filters-block .button-primary {
  width: 100%;
  border-top: solid 2px #ccc;
  padding: 8px 0 0;
  text-transform: uppercase;
}
.filters-block .button-default {
  float: right;
}
.filter-clear {
  line-height: 35px;
  background: url(close_ornge_bg.png) center right no-repeat;
  padding: 0 20px 0 0;
}


.filters-block .filter .collection_list .active > .fa, .filters-block .filter .collection_list .show > .fa {
  transform: translate(-50%, -50%) rotate(90deg);
  top: calc(10px + .5rem);
  left: 0;
}

.filters-block .filter .collection_list  .fa {
  transform: translate(-50%, -50%) rotate(-90deg);
  top: 16px;
}
/*.filters-block .filter-clear .fa {
margin: 0 0 0 15px;
}*/


/*
left_side
*/
.left_side {
  padding: 50px 0 35px;
}
.left_side .page-header h1 {
  text-transform: uppercase;
  font: 1.5rem/1em 'lato-heavy';
}

/*
collection_list
*/
.collection_list .collection_list {
  margin: 30px 0 0;
}
.collection_list .collection_item {
  color: #666666;
  padding: 10px 0 10px 20px;
  position: relative;
  text-transform: uppercase;
  font-family: 'lato-semibold';
}
.collection_list .collection_item:hover > a,
.collection_list .collection_item:hover > .fa,
.collection_list .active > a,
.collection_list .active > .fa {
  color: #000;
}
.collection_list .fa {
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  left: 5px;
  position: absolute;
  text-align: center;
  top: calc(10px + .5rem);
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  width: 20px;
}
.collection_list .active > .fa,
.collection_list .show > .fa {
  transform: translate(-50%, -50%) rotate(90deg);
}
.collection_list .subcollection_list {
  display: none;
  text-transform: none;
}
.collection_list .subcollection_item {
  padding: 10px 0 10px 20px;
  position: relative;
}
.collection_list .subcollection_item:first-of-type {
  padding: 20px 0 10px 20px;
}

.product ~ .collection_list {
  height: 1px;
  overflow: hidden;
  width: 0;
}

/*
left_product_hit
*/
.left_product_hit {
  margin: 60px 0 0;
  overflow: hidden;
  position: relative;
}
.left_product_hit .product-item .discount_percent {
  display: none;
}
.left_product_hit .product-item {
  height: 565px;
  width: 230px;
}

/* promo-slider */

.promo-slider{
  position: relative;
}
.promo-slider .slide-inner img{
  height: 630px;
  left: 50%;
  position: relative;
  transform: translate(-50%,0);
}
.promo-slider .line-1{
  margin-bottom: 25px;
}
.promo-slider .line-1 span{
  font-size: 75px;
  font-family: 'lato-heavy';
  text-transform: uppercase;
  background: #fff;
}
.promo-slider .line-2{
  color: #fff;
  font-size: 75px;
  margin-bottom: 25px;
}
.promo-slider .line-3{
  color: #fff;
  font-size: 40px;
  margin-bottom: 60px;
}
.promo-slider .promo-outer{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 55px;
}
.promo-slider .promo-arrows{
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 44px;
  transform: translate(-50%, 0);
  max-width: 1360px;
  width: 100%;
  padding: 0 10px;
}
.promo-slider a.btn.orange {
  display: none;
  bottom: 135px;
  position: absolute;
  right: calc((50% - (1360px / 2)) + 10px);
}
.promo-slider-nav{
  cursor: pointer;
  width: 34px;
  line-height: 30px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #fff;
  font-size: 21px;
}
.promo-slider-nav.promo-slider-next{
  margin-left: 30px;
}
.reg-title{
  font-size: 40px;
}

/* product-item */
.product-item {
  overflow: hidden;
  position: relative;
}
.index-products {
  width: 100%;
}
.index-products.hits .tall .product-item,
.left_product_hit {
  padding: 30px 0 0;
}
.index-products.hits .cell-xl-6 .product-item{
  padding: 0 0 0 30px;
}
.index-products.hits .cell-xl-6 .product-item .first-part .product-img:after,
.index-products.hits .tall .product-item:after,
.left_product_hit .first-part .product-img:after {
  background: #972000;
  color: #fff;
  content: 'Hit';
  display: block;
  left: 0;
  line-height: 24px;
  padding: 0 15px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  width: 200%;
}
.index-products.hits .cell-xl-6 .product-item .first-part .product-img:after {
  left: calc(-200% + 30px);
  text-align: right;
  top: -30px;
  transform-origin: right bottom;
  transform: rotate(-90deg);
}
.index-products.news [class*="cell-"]:last-of-type .product-item .first-part .product-img:after {
  background: #000;
  color: #fff;
  content: 'new';
  display: block;
  left: -100%;
  line-height: 30px;
  padding: 0 15px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  top: -30px;
  transform-origin: right bottom;
  transform: rotate(-90deg);
  width: 200%;
}
.tall .product-item {
  height: 940px;
}
.tall ~ [class*="cell-"] {
  margin-top: -470px;
}
.product-item .first-part .product-img {
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  height: 460px;
}
.product-item .first-part .product-img a {
  display: block;
  height: 100%;
}
.product-item .first-part .product-img img {
  height: auto;
  position: relative;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}
.product-item .first-part .product-title {
  font-family: 'lato-bold';
  text-transform: uppercase;
  margin-bottom: 14px;
}
.product-item .first-part .old-price{
  font-size: 16px;
  text-decoration: line-through;
  color: #4d4d4d;
  margin-right: 10px;
}
.product-item .first-part .new-price{
  font-size: 16px;
  color: #ce5c00;
}

.product-item .first-part {
  height: 100%;
}
.product-item .second-part{
  background: transparent;
  height: 460px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s ease;
}
.product-item:hover .second-part {
  background: #fff;
}

.product-item .second-part .product-title {
  font: 1rem/1em 'lato-semibold';
  left: 0;
  position: relative;
  /*top: -150px;*/
  top: 0;
  transition: all .3s ease .1s;
  opacity: 0;
  display: inline-block;
}
.product-item .second-part .product_linck {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-item:hover .second-part .product-title {
  /*top: 0;*/
  opacity: 1;
}
.product-item .second-part .product_article {
  font: 14px/1em 'lato-semibold';
  margin: 0 0 15px;
}
.product-item .second-part .product-img {
  background: #fff;
  opacity: 0;
  position: relative;
  height: 100%;
  transition: all .3s ease;
}
.product-item:hover .second-part .product-img {
  opacity: 0.2;
}
.product-item .second-part .product-price {
  position: relative;
  line-height: 28px;
  /*left: -100%;*/
  left: 0;
  transition: .3s ease .2s;
  opacity: 0;
  display: inline-block;
}
.product-item:hover .second-part .product-price {
  /*left: 0;*/
  opacity: 1
}
.product-item .second-part .product-variants {
  display: inline-block;
}
.product-item .second-part .product-price .old-price {
  display: block;
  font-size: 14px;
  line-height: 1em;
  margin: 0 0 14px;
}
.product-item .second-part .product-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-item .second-part .product-content .row {
  height: 100%;
}
.product-item .second-part .product-buy {
  left: 0;
  /* left: 150%; */
  margin: 0px 0 0;
  position: relative;
  transition: all .3s ease .2s;
  width: 100%;
  opacity: 0;
  display: inline-block;
}
.product-item:hover .second-part .product-buy {
  opacity: 1;
}
.product-item .second-part .product-bottom {
  bottom: 15px;
  left: calc((100% - 245px) / 2);
  position: absolute;
  transition: all .3s ease .1s;
  width: 245px;
  opacity: 0;
}
.product-item:hover .second-part .product-bottom {
  /*bottom: 20px;*/
  opacity: 1;
}
.product-item .second-part .option-point {
  opacity: 0;
  perspective: 500px;
  /*transition: all .3s ease .3s;*/
  transition: all .3s ease;
}
.product-item .second-part .option-point label {
  display: inline-block;
  font-size: 10px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.product-item:hover .second-part .option-point {
  opacity: 1;
}
.product-item .second-part .product-bottom .fa {
  font-size: 22px;
  font-weight: bold;
}
.product-item .second-part .product-bottom .is-bigger {
  line-height: 22px;
}
.second-part .first_bg,
.second-part .second_bg {
  background-repeat: no-repeat;
  background-size: auto 200%;
  height: 50%;
  position: absolute;
  transition: all .3s ease;
  width: 100%;
  opacity: 0;

  height: 100%;
  object-fit: cover;
}
.second-part .first_bg {
  background-position: center 0;
  left: 0;
  top: 0;
}
/*.product-item:hover .first_bg {
left: 0;
top: 0;
}*/
.second-part .second_bg {
  background-position: center bottom;
  left: 0;
  top: 50%;
}
/*.product-item:hover .second_bg {
left: 0;
top: 50%;
}*/
.second-part:hover .first_bg,
.second-part:hover .second_bg {
  opacity: 1;
}


.product-item .discount_percent {
  background: #ff7200;
  color: #fff;
  font: 1rem/25px 'lato-bold';
  left: 1px;
  position: absolute;
  text-align: center;
  top: 13px;
  transform: rotate(-45deg);
  width: 50px;
}
.product-item .discount_percent:before,
.product-item .discount_percent:after {
  content: '';
  position: absolute;
  top: 0;
}
.product-item .discount_percent:before {
  border-right: 25px solid #ff7200;
  border-top: 25px solid transparent;
  left: -24px;
}
.product-item .discount_percent:after {
  border-left: 25px solid #ff7200;
  border-top: 25px solid transparent;
  right: -24px;
}

.search-results .search-button {
  display: none;
}

.item-counter .counter .fa-minus, .item-counter .counter .fa-plus {
  display: inline-block;
}

.page-content.editor .show-block {
  display: none;
}

.page-content.editor .map-block {
  display: none;
}

.option-span-point{
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  min-width: 35px;
  line-height: 31px;
  font-size: 12px;
  text-transform: uppercase;
  border: 2px solid #000;
  text-align: center;
  padding: 0 4px;
  margin: 0 5px 5px 0;
  /*transition: all .6s ease, color 0s;
  transform: rotateX(0deg);*/
}
input:checked + .option-span-point,
.option-span-point:hover,
.option-span-point.active {
  border: 2px solid #ff7200;
  color: #ff7200;
  /*transform: rotateX(360deg);*/
}

.product-item .second-part .option-span-point{
  margin: 0 5px 5px;
}
.loadItem{
  opacity: 0;
}
.product-item .second-part .product-buy .btn {
  padding: 0 30px;
  width: auto;
}
.product-item .second-part .add-to-favorite{
  float: left;
  margin-left: 35px;
}
.product-item .second-part .one-click{
  float: right;
  margin-right: 35px;
}
.product-item .second-part .one-click button{
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  border-bottom: 2px solid #555657;
}
.one-click button {
  font-family: 'lato-heavy';
}
.product-item .second-part .product-title{
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 0px;
}
.product-item .second-part .old-price{
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  color: #525252;
  text-decoration: line-through;
}
.product-item .second-part .new-price{
  display: block;
  font-size: 28px;
  margin: 0 0 35px;
}
.clearfix{
  clear: both;
}

/*
discount-slider
*/
.discount-slider .slide-image_1,
.discount-slider .slide-image_2 {
  width: calc(50% - 5px);
}
.discount-slider .slide-image_1 {
  float: left;
}
.slide-image_2 {
  float: right;
}
.discount-percent .slide-caption {
  background: #fff;
  bottom: 100px;
  left: 50%;
  padding: 50px 65px 10px 65px;
  position: absolute;
  transform: translate(-50%, 0);
}
.discount-percent .percent {
  background: #000;
  color: #fff;
  font: 10rem/.7em 'lato-bold';
  margin: 0 0 30px;
}
.discount-percent .percent-title {
  font-size: 1.2rem;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.discount-percent .btn.orange {
  font-family: 'lato-bold';
  left: 50%;
  margin: 29px 0 0;
  position: relative;
  transform: translate(-50%, 0);
}
/*.discount-slider .swiper-wrapper {
position: relative;
z-index: 20;
}*/
.discount-arrows {
  bottom: 40px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.discount-arrows .discount-slider-prev,
.discount-arrows .discount-slider-next,
.slider_button {
  background: none;
  border: solid 2px #000;
  font-size: 1.2rem;
  line-height: 30px;
  position: absolute;
  width: 34px;
  text-align: center;
}
.discount-arrows .discount-slider-prev {
  left: 18%;
}
.discount-arrows .discount-slider-next {
  right: 18%;
}
.discount-slide {
  padding-bottom: 100px;
}
.discount-slide a.btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}


/*
subscription form
*/
.subscription_form .img_block .b_image_text_img {
  width: 100%;
  height: auto;

}

.b_image_text {
  position: relative;
  padding: 110px 0;
}
.b_image_text .img_block {
  overflow: hidden;
  left: calc(50% - 50vw);
  position: absolute;
  top: 0;
  width: 79vw;
  z-index: 5;
  height: 100%;
}
.b_image_text .center_block {
  background: #fff;
}
.b_image_text .b_image_text_img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1000%;
}
.b_image_text > .row {
  position: relative;
  z-index: 10;
}
.b_image_text .form {
  background: #fff;
  padding: 45px;
}
.b_image_text .form_text {
  font-size: 1.1rem;
  line-height: 1.1em;
  margin: 0 0 25px;
}
.b_image_text #name {
  width: 290px;
}

/*
about shop
*/
.about_shop {
  min-height: 260px;
}
.about_shop_title {

}
.about_shop_text {
  line-height: 1.6em;
}
.about_shop_text strong {
  font-size: .9rem;
}
.about_shop_text a {
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}

/*
imdex map
*/
.map {
  position: relative;
  height: 100%;
}
.map #map {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(50vw + 12%);
  z-index: 5;
}
.map_block {
  background: #1c1b1c;
  color: #fff;
  height: 100%;
  padding: 50px 25px 0 25px;
  position: absolute;
  right: 0;
  width: 240px;
  z-index: 10;
}
.map_block_title {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}
.map_block_adres {
  line-height: 1.7em;
}
.map_bloc_additional_text {
  font-size: .7rem;
  line-height: 1.4em;
}

/*
instgram slider
*/
.instgram_item {
  background: #000;
  height: 286px;
  overflow: hidden;
}
.instgram_item img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.instgram_item.text_item {
  background: #ff7200;
  padding: 0 0 0 20px;
  width: 286px;
  position: absolute;
  top: 0;
  left: calc((50% - (1360px / 2)) + 10px);
  z-index: 5;
}
.instgram_item.text_item > * {
  color: #fff;
  font: 2rem/1.4em 'lato-heavy';
  margin: 0;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.instgram_blocks {
  position: relative;
}
.instagram_item_img {
  width: 100%;
}
.instgram_blocks .instgram_block {}

/*
footer
*/
footer {
  background: #fff;
}
footer a,
footer a .fa{
  transition: all .3s ease;
}
footer a:hover,
footer a:hover .fa {
  color: #ff7200;
}

/*
footer delivery text
*/
.footer_delivery_text {
 background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #E6E6E6;
}
.footer_delivery_text p {
  color: #030000;
  font: 1.5rem/55px 'lato-heavy';
  margin: 0;
  font-weight: 600;
}

/*
footer bloks
*/
.footer_blocks {
  align-items: stretch;
  color: #dddddd;
  min-height: 160px;
  padding: 10px 0 0;
}
.footer_blocks > div:not(.created-by):not(.social-menu-wrapper) {
  margin: 0 0 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
footer menu
*/
.footer-menu-wrapper {}
.footer_module_title {
  font: 1rem/1em 'lato-heavy';
  color: #000;
  margin: 0 0 20px;
}
.footer-menu.list {

}
.footer-menu .menu-item {
  margin: 0 0 20px;
  width: 100%;
}
.footer-menu a {
  color: #000;
}
.footer-menu .active a {
  color: #ff7200;
}

.footer-logotype img {
  height: 70%;
}

/*
social block
*/
.social-menu-wrapper_block {
  align-content: space-between;
  background: #151515;
  flex-flow: wrap;
  height: calc(100% - 10px);
  margin: 0 auto;
  padding: 40px 0;
  width: calc(100% - 60px);
}
.social-menu-wrapper_block > * {
  width: 100%;
}
.social-menu-wrapper .list,
.footer-contacts .in-mail {
  margin-bottom: 15px;
  margin-top: 15px;
}
.social-menu-wrapper .menu-item {
  margin: 0 12px;
}
.social-menu-wrapper .menu-item a {
  color: #fff;
  font-size: 1.3rem;
}

.social-menu-wrapper_block .footer_site_linck {
	color: #fff;
}

.social-menu-wrapper_block .footer_site_linck:hover {
	color: #ff7200;
}

/*
footer contacts
*/
.footer_blocks div.footer-contacts {
  padding-left: 150px;
  align-content: space-between;
  flex-flow: wrap;
}
.footer-contacts > * {
  width: 100%;
  color: #000;
}
.footer-contacts .in-mail {
  text-transform: uppercase;
  text-decoration: underline;
}
.footer-contacts .block_adres {
  line-height: 1.3em;
  margin: 0;
}

/*
created by
*/
.created-by {
  background: #151515;
  color: #666666;
  font-size: .8rem;
  line-height: 30px;
  margin: 0;
}
.created-by *:not(.container) {
  margin: 0;
}

/*
phone form popup
*/
.phone_form_popup {
  background: #fff;
  left: 50%;
  padding: 40px 25px 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
}
.phone_form_popup input {
  margin: 0 0 20px;
  width: 100%;
}
.phone_form_popup .submit {
  border: solid 2px;
  cursor: pointer;
  margin: 10px 0 0;
}
.mfp-close.submit {
  border: solid 0;
  left: 0;
  margin: 0;
  width: auto;
}

/*
mobile menu
*/
.wrapper_block {
  background: transparent;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.mobile_menu {
  overflow: auto;
  padding: 50px 0 0;
  position: fixed;
  top: 0;
  width: 70%;
  z-index: 5;
}
.mobile_menu .in-middle {
  position: relative;
  display: block;
  text-transform: inherit;
  padding: 0;
}
.mobile_menu .in-middle ul {
  padding: 0 0 0 20px;
}
.mobile_menu .in-middle {transition: left .5s cubic-bezier(0.75, 0, 0.175, 1), right .5s cubic-bezier(0.75, 0, 0.175, 1);}
.mobile_menu .in-middle:nth-of-type(2) {transition-delay: .1s;}
.mobile_menu .in-middle:nth-of-type(3) {transition-delay: .2s;}
.mobile_menu .in-middle:nth-of-type(4) {transition-delay: .3s;}
.mobile_menu .in-middle:nth-of-type(5) {transition-delay: .4s;}
.mobile_menu .in-middle:nth-of-type(6) {transition-delay: .5s;}
.mobile_menu .in-middle:nth-of-type(7) {transition-delay: .6s;}
.mobile_menu .in-middle:nth-of-type(8) {transition-delay: .7s;}
.mobile_menu .in-middle:nth-of-type(9) {transition-delay: .8s;}
.mobile_menu .in-middle:nth-of-type(10) {transition-delay: .8s;}
.mobile_menu .in-middle:nth-of-type(11) {transition-delay: 1s;}
.mobile_menu .in-middle:nth-of-type(12) {transition-delay: 1.1s;}
.mobile_menu .in-middle:nth-of-type(13) {transition-delay: 1.2s;}
.mobile_menu .in-middle:nth-of-type(14) {transition-delay: 1.3s;}
.mobile_menu .in-middle:nth-of-type(15) {transition-delay: 1.4s;}
.mobile_menu .in-middle:nth-of-type(16) {transition-delay: 1.5s;}
.mobile_menu .in-middle:nth-of-type(17) {transition-delay: 1.6s;}
.mobile_menu a {
  display: block;
  color: #fff;
  padding: 10px 30px;
}
.left_side .left_menu {
  background: #fff;
  position: relative;
  z-index: 99;
}

.collection_list.left_menu {
  opacity: 0;
}
.left_menu.mobile_menu {
  left: 0;
}
.right_menu.mobile_menu {
  right: 0;
}
.left_menu.mobile_menu .in-middle {
  left: -100%;
}
.right_menu.mobile_menu .in-middle {
  right: -100%;
  text-align: right;
}
.left_menu.mobile_menu.show .in-middle {
  left: 0;
}
.right_menu.mobile_menu.show .in-middle {
  right: 0;
}
.header-menu.right_menu .collection_item {
  text-align: left;
}


.mobile_menu .collection_item:hover > a,
.mobile_menu .collection_item:hover > .fa,
.mobile_menu .subcollection_item:hover > a,
.mobile_menu .subcollection_item:hover > .fa,
.mobile_menu .collection_item.active > a,
.mobile_menu .collection_item.active > .fa,
.mobile_menu .collection_item .active > a,
.mobile_menu .collection_item .active > .fa {
  color: #ff7200;
}
.mobile_menu li {
  position: relative;
}
.mobile_menu .fa {
  color: #fff;
  display: block;
  font-size: 1rem;
  left: 0;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
  transition: all .2s ease;
}
.mobile_menu .fa:before {
  position: relative;
}
.mobile_menu .show .fa {
  transform: rotate(90deg);
}
.mobile_menu .subcollection_list {
  display: none;
  text-transform: none;
}




.accordion-group { 
  margin: 0; 
  background: #fff;
  text-align: left;
  heigh: 100%;
}
.accordion-body {
  display: none;
  background: #FFF;
  margin: 0;  
}
.accordion-body > * > .accordion-body {
  background: #FFF;
  margin: 0;
}
.accordion-header {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  margin:  0;
  color: #000;
  padding: 15px 40px 15px 0;
  cursor: pointer;
  position: relative;
  display: block;
  border-bottom: 1px solid #000;
}

.accordion-lvl2 {
  padding-left: 35px;
}

.accordion-lvl3 {
  padding-left: 35px;
}

.block-links::after {
  content: "";
  right: 16px;
  font-family: Courier;
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #337AB7;
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid #000; 
  border-radius: 3px;
  top: 70%;
  transform: translateY(-60%);
}
.block-links.open {

}
.block-links.open::after {
  content: "";
  color: #FFF; 
  border: 10px solid transparent; /* Прозрачные границы */
  border-bottom: 10px solid #000; 
  border-radius: 3px;
  top: 40%;
  transform: translateY(-40%);   
}

/*
pagination
*/
.show_all_products {
  font-family: 'lato-heavy';
  text-decoration: underline;
  text-transform: uppercase;
}
.pagination-item {
  display: inline-block;
  margin: 0 0 0 10px;
}
.pagination-item.active span {
  text-decoration: underline;
}

/*
infoBlocks
*/

.bottom-block-content {
  width: 100%;
}
.infoBlocks {
  width: 100%;
  padding: 0 0 50px;
}
.infoBlock {
  display: inline-block;
  height: 223px;
  margin: 0 0 45px;
  max-width: 440px;
  min-width: 300px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  vertical-align: top;
  width: 80%;
}
.infoBlock a {
  display: block;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.infoBlock img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.infoBlock span {
  color: #fff;
  font: 40px/1em 'lato-heavy';
  padding: 15px 20px 15px 65px;
  position: relative;
  right: 0;
  text-transform: uppercase;
  top: calc(50% - .5em);
  transition: all .3s ease;
}
.infoBlock:first-of-type span {
  font-size: 80px;
  padding: 10px 20px 0 65px;
  right: 150px;
}
.infoBlock span .fa {
  border: solid 2px #fff;
  display: block;
  font-size: 42px;
  height: 40px;
  left: 0;
  line-height: 34px;
  padding: 0 0 0 3px;
  position: absolute;
  text-align: center;
  top: calc(50% - 21px);
  transition: all .3s ease;
  width: 40px;
}
.infoBlock:hover span {
  color: #ff7200;
}
.infoBlock:hover span .fa {
  border-color: #ff7200;
}
.infoBlock:first-of-type span .fa {
  border-color: #000;
  color: #000;
  left: calc(100% + 25px);
}
.infoBlock:first-of-type span:before {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: -200px;
  top: 0;
  transition: all .3s ease;
  width: 200px;
}

.infoBlocks_text {
  text-align: center;
  font-family: 'lato-semibold';
  padding: 0 20px;
  line-height: 1.3em;
}

.content_text_page {
  padding: 40px 0;
  word-break: break-word;
}

/*
product
*/
.product.container {
  padding-top: 45px;
  padding-bottom: 50px;
}
.product .product-gallery {
  min-height: 700px;
  margin: 0 0 55px;
}
.product .gallery-thumbs-wrapper {
  height: 590px;
  padding-bottom: 45px;
  padding-top: 45px;
  position: relative;
  position: relative;
  top: calc(50% - 295px);
}
.product .gallery-thumbs {
  height: 500px;
  overflow: hidden;
  text-align: center;
}
.product > .row,
.product .product-gallery > .row,
.product .slide-inner {
  height: 100%;
}
.product .swiper-slide {
  border: solid 2px transparent;
  transition: border .3s ease;
}
.product .swiper-slide.active {
  border-color: #939393;
}
.product .gallery-thumbs img {
  cursor: pointer;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
}
.product .gallery-main-wrapper,
.product .gallery-main-wrapper div:not(.product-labels) {
  height: 100%;
}
.product .gallery-main-wrapper .swiper-slide {
  text-align: center;
}
.product .gallery-main-wrapper .gallery-main-prev,
.product .gallery-main-wrapper .gallery-main-next {
  position: absolute;
  top: 0;
  font-size: 1.5rem;
  z-index: 50;
  left: -5px;
  height: 100%;
  width: 25px;
}
.product .gallery-main-wrapper .gallery-main-next {
  left: auto;
  right: -5px;
}
.product .gallery-main-wrapper .popup-gallery {
  text-align: center;
  /*display: block;
  height: 100%;*/
}
.product .gallery-main-wrapper img {
  /*position: relative;
  top: 50%;
  transform: translate(0, -50%);*/
}
.product .gallery-thumbs-prev,
.product .gallery-thumbs-next {
  background: url(product_gallery_button_bg.png);
  display: block;
  height: 14px;
  left: calc(50% - 12px);
  position: absolute;
  width: 24px;
  transition: opacity .5s ease;
}
.product .gallery-thumbs-prev:hover,
.product .gallery-thumbs-next:hover {
  opacity: .5;
}
.product .gallery-thumbs-prev {
  background-position: left top;
  top: 0;
}
.product .gallery-thumbs-next {
  background-position: left bottom;
  bottom: 0;
}

/*
product-caption
*/
.product-caption {
  padding: 0;
}

/*
product-article
*/
.product-article {
  margin: 0 0 39px;
}
.product-article p {
  font-size: 24px;
  margin: 0;
  color: #333;
}
.article-header .item-title {
  margin: 0 0 30px;
}
.article-inner .form-header h3 {
  margin: 50px 0 20px;
}
.article-inner .form-row {
  margin: 0 0 10px;
}
.article-inner .form-row textarea {
  height: 100px;
  resize: none;
}
.article-inner .captcha-row .input-field {
  float: left;
  width: calc(100% - 180px);
  margin: 0 20px 0 0;
}

/*
product-title
*/
.product-title {
  margin: 0 0 40px;
}
.product-title h1 {
  text-transform: uppercase;
  float: left;
  font-size: 24px;
  width: calc(100% - 25px);
  line-height: 1.3em;
}
.product-title .add-to-favorite {
  float: right;
  font-size: 1.5rem;
}

/*
product-prices
*/
.product-prices {
  margin: 0 0 40px;
}
.product-prices .old-price {
  color: #555555;
  display: inline-block;
  font-size: 1rem;
  margin: 0 10px 10px 0;
  text-decoration: line-through;
}
.product-prices .discount_percent {
  font: 1rem/1em 'lato-heavy';
}
.product-prices .js-product-price {
  font: 2rem/1em 'lato-heavy';
}

/*
product-characteristics
*/
.product-characteristics {
  margin: 0 0 40px;
}
.product-characteristics p {
  margin: 0 0 15px;
}
.product-characteristics .characteristics_name {
  color: #555;
}
.product-characteristics .characteristics_propertys {
  font-family: 'lato-semibold';
}

/*
option-selectors
*/
.product .option-selectors {
  padding: 0;
}
.product .option-point {
  margin: 0 0 40px;
}
.product .option-selector label,
.product .counter-wrapper .counter_title {
  display: inline-block;
  font-family: 'lato-semibold';
  margin: 0 0 20px;
  text-transform: uppercase;
}
/*.product .option-span-point {
border-color: #666666;
color: #666666;
}
.product.option-span-point:hover,
.product .option-span-point.active {
border-color: #000;
color: #000;
}*/

/*
counter-wrapper
*/
.counter {
  margin: 0 0 40px;
}
.counter .button {
  border: solid 2px #929292;
  color: #929292;
  line-height: 31px;
  position: relative;
  text-align: center;
  transition: all .3s ease;
  width: 35px;
  z-index: 5;
  font-size: 10px;
}
.counter .button:hover {
  border-color: #000;
  color: #000;
  z-index: 15;
}
.counter .button:active {
  font-size: 1.9rem;
}
.counter .input-number {
  border: solid 2px #000;
  font-family: 'lato-semibold';
  line-height: 31px;
  margin: 0 calc(-.33em - 2px);
  position: relative;
  text-align: center;
  width: 75px;
  z-index: 10;
}
.counter-wrapper_block {
  display: inline-block;
  text-align: left;
}

/*
product-delivery
*/
.product-delivery {
  margin: 0 0 30px;
}
.product-delivery [type="radio"] {
  display: none;
}
/*.product-delivery label {*/
.product-delivery .delivery_item {
  background: #000;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 50px;
  margin: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background .3s ease;
}
.product-delivery .delivery_item:nth-of-type(2n):before {
  color: #a5a5a5;
  content: '|';
  left: -2px;
  position: absolute;
  top: 0;
}
/*.product-delivery [type="radio"]:checked + label {
background: #d8d6d6;
}*/

.p_404,
.articles-list{
  padding-bottom: 40px;
}
.p-733070 {
  text-align: center;
}

/*
product-control
*/
.product-control {
  margin: 0 0 30px;
}
.product-control .buy {
  width: 100%;
  justify-content: space-between;
}
.product-control .buy > div:last-of-type {
  /*flex-basis: calc(54% - 10px);*/
  padding: 0 0 0 10px;
}
.product-control .buy > div:first-of-type {
  /*flex-basis: calc(36% - 10px);*/
  padding: 0 10px 0 0;
}
.product-control .button {
  padding: 0 30px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0;
}

/*
soc seti icon
*/
.product .ya-share2 .ya-share2__badge {
  background: #fafafa;
  background: -moz-linear-gradient(top,  #fafafa 0%, #f5f5f5 100%);
  background: -webkit-linear-gradient(top,  #fafafa 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom,  #fafafa 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5f5f5',GradientType=0 );
  border: solid 1px #adadad;
  color: #676767;
}
.product .ya-share2 .ya-share2__item_service_vkontakte .ya-share2__icon {background: url(vk_bg.png) center no-repeat;}
.product .ya-share2 .ya-share2__item_service_odnoklassniki .ya-share2__icon {background: url(ok_bg.png) center no-repeat;}
.product .ya-share2 .ya-share2__item_service_facebook .ya-share2__icon {background: url(facebook_bg.png) center no-repeat;}
.product .ya-share2 .ya-share2__item_service_twitter .ya-share2__icon {background: url(twitter_bg.png) center no-repeat;}
.product .ya-share2 .ya-share2__counter:before {background: #c5c2c2;}

/*
products tabs
*/
.product .tabs-menu {
  position: relative;
  z-index: 10;
}
.product .tabs-item {
  padding: 0;
}
.product .tabs-item a {
  color: #8d8d8d;
  font-size: 1rem;
  text-transform: uppercase;
}
.product .tabs-item.active a {
  font-weight: bold;
  color: #000;
}
.product .tabs-list {
  position: relative;
  z-index: 5;
  margin: 40px 0 0;
  min-height: 100px;
}
.product .tab-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: -20px 0 0;
  opacity: 0;
  z-index: 5;
  transition: all .3s ease;
  visibility: hidden;
  line-height: 1.5em;
}
.product .tab-block.active {
  opacity: 1;
  margin: 0;
  z-index: 10;
  visibility: visible;
}

/*
reviews
*/
.product .reviews-item {
  margin: 0 0 30px;
}
.author {
  float: left;
  margin: 0 10px 0 0;
}
.date span {
  font-size: .9em;
}
.product .reviews-item > p {
  margin-top: 0;
}
.product .notice-error {
  margin: 0 0 20px;
}
.product .notice-error p {
  color: #e3001b;
}
.product .notice-success {
  text-align: center;
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #008464;
}
.product .review-form {
  margin: 40px 0 0;
}
.product .form-row {
  margin: 0 0 10px;
}
.product .form-row textarea {
  border: solid 2px #000;
}
.product .form-row .button-primary {

}
.product .captcha-image {
  line-height: 0;
  position: relative;
}
.product .captcha-image a {
  display: inline-block;
  position: absolute;
  top: calc(50% - 16px);
  margin: 0 0 0 15px;
}
.product .captcha-image #review_captcha_image {
  height: 45px;
}
.product .star-rating input {
  display: none;
}
.product .star-rating label {
  font: 1rem;
  padding: 0 3px;
  cursor: pointer;
  transition: all .3s ease;
}
.product .star-rating input:checked + label {
  color: #ff7200;
}
.product .review-body p {
  margin-top: 0;
}

/*
related-products
*/
.related-products h2 {
  margin: 0 0 25px;
}
.related-product {
  margin: 0 0 20px;
  border: solid 2px transparent;
  transition: all .3s ease;
}
.related-product:hover {
  border-color: #ff7200;
}
.related-product.cell-xl-6 {
  height: 320px;
}
.related-product.cell-xl-3 {
  height: 160px;
}
.related-product a {
  display: block;
  position: relative;
  height: 100%;
  text-align: center;
  padding: 0;
}
.related-product a:after {
  box-shadow: inset 0 0 0 0 #ff7200;
  content: '';
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: transparent;
  transition: all .3s ease;
  top: 0;
  left: 0;
}
.related-product a:hover:after {
  background: rgba(255,255,255, .8)
}
.related-product .button-text {
  bottom: 4px;
  font-weight: bold;
  left: 0;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  transition: all .3s ease;
  width: 100%;
  z-index: 20;
}
.related-product a:hover .button-text {
  opacity: 1;
}
.related-product img {
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  max-height: 100%;
  z-index: 10;
  left: 50%;
}
.related-product .product_title {
  position: absolute;
  z-index: 15;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%) scale(.0);
  font-size: 1rem;
  opacity: 0;
  transition: all .3s cubic-bezier(0.25, 0.51, 0, 1.58);
  margin: 0;
}
.related-product:hover .product_title {
  transform: translate(0, -50%) scale(1);
  opacity: 1;
}

/*
similar-products
*/
.similar-products {
  margin-bottom: 40px;
}
.similar-products .block-header,
.slider_buttons {
  margin: 0 0 20px;
}
.slider_buttons {
  width: 100%;
}
.slider_button {
  position: relative;
}
.similar_button-prev {
  float: left;
}
.similar_button-next {
  float: right;
}

.swiper-button-disabled {
  cursor: default;
  opacity: .5
}
.slider_buttons i {
  position: relative;
  top: 2px;
}
.similar-products h2 {
  font: 40px/1em 'lato-heavy';
}

/*
product_bottom_blocks
*/
.product_bottom_blocks {
  margin-bottom: 80px;
}
.product_bottom_blocks .img_block {
  width: 55vw;
}
.product_bottom_blocks .b_image_text  {
  padding: 40px 0;
}
.product_bottom_blocks .b_image_text_title {
  font: 40px/1em 'lato-heavy';
  text-align: center;
  margin: 0 0 55px;
}
.product_bottom_blocks .block_text li {
  padding: 0 0 0 60px;
  position: relative;
  margin: 0 0 35px;
  line-height: 1.5em;
}
.product_bottom_blocks .block_text li:before {
  content: '+';
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  line-height: 15px;
  width: 15px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.11rem;
}

.page-header h1 {
  margin: 30px 0 20px;
}

/*
cart
*/
.page-header.cart h1 {
  margin: 50px 0;
  font-weight: normal;
}
.cart-header {
  border-bottom: solid 1px #000;
  color: #000;
  font-size: 12px;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.cart-item {
  padding: 20px 0;
  border-bottom: solid 1px #bfbfbf;
  position: relative;
}

.item-caption {
  padding-left: 10%;
}
.item-title {
  font-family: 'lato-heavy';
  font-size: 1.2rem;
  margin: 30px 0 30px;
  text-transform: uppercase;
}
.cart-list .item-title {
  margin-top: 10px;
}
.item-characteristics li {
  color: #000;
  margin: 0 0 10px;
}
.price-number,
.item-total span {
  font-family: 'lato-heavy';
  font-size: 1.2rem;
}

.item-counter {
  min-width: 135px;
}
.item-counter .counter {
  margin: -6px 0 0;
}
.item-counter .input-number {
  width: 50px;
  border-color: transparent;
}
.item-counter .button {
  border-color: transparent;
}
.item-remove {
  max-width: 80px;
}
.item-remove button {
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(close.png);
}

.open_discaunt_block {
  padding: 35px 0;
  border-bottom: solid 1px #bfbfbf;
}
.open_discaunt_block_linck {
  background: #000;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 40px;
}
.open_discaunt_block_linck .fa {
  margin: 0 0 0 5px;
  font-size: 19px;
}
.promo_block_popup {
  background: #fff;
  left: calc(50% - 160px);
  padding: 50px 10px 30px;
  position: absolute;
  transform: translate(0, -50%);
  width: 320px;
  z-index: 9999;
}
.promo_block_popup .button {
  width: 150px;
  display: table;
  margin: 15px auto 0;
}
.notice {
  display: block;
  margin: 20px 0 0;
  text-align: center;
}
.shopping-cart .notice {
  margin-bottom: 30px;
}
.notice.notice-error {
  color: #ff7200;
}

/*
cart-control
*/
.cart-control {
  margin: 60px 0 90px;
  line-height: 50px;
}
.cart-control .go_too_all {
  text-transform: uppercase;
  font-size: 18px;
}
.cart-control .go_too_all .fa {
  font-size: 23px;
  position: relative;
  top: 1px;
  margin: 0 5px 0 0;
}
.cart-control .cart_button > * {
  display: inline-block;
  vertical-align: top;
}
.cart-control .cart_button .btn {
  width: 200px;
}
.cart-control .total-summ {
  font: 35px/50px 'lato-heavy';
}
.cart-control .summ-caption {
  color: #000;
}
.cart-control .summ-number {

}

/*
catr_delivery
*/
.catr_delivery {
  position: relative;
  margin: 0 0 90px;
}
.cart_delivery_img_block {

}
.catr_delivery_img {
  width: 100%;
}
.cart_delivery_text_block {
  background: #fff;
  position: absolute;
  top: calc(50% - 40px);
  right: 0;
  line-height: 80px;
  padding: 0 15px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 22px;
}

.show_mess {
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #a9a6a6;
  display: none;
  left: 50%;
  line-height: 40px;
  padding: 0 20px;
  position: fixed;
  text-transform: uppercase;
  top: calc(50% - 20px);
  transform: translate(-50%, 0);
  z-index: 9999;
}
.show_mess.error {
  color: #f00;
}

/*
drawing up of an order
*/

.fc .set {
  margin: 0 auto;
  width: 480px;
}
.fc .error {
  color: #ff7200;
  line-height: 1.4em;
}
.fc .warning {
  color: #ff7200;
}
.fc .field-content,
.fc input:not(type="checkbox"):not(type="radio"),
.fc .textfield {
  width: 100% !important;
}
.fc h3 {
  margin: 40px 0 0;
}
.fc .field-label {
  margin: 10px 0 5px;
  font-size: .8rem;
  font-weight: bold;
}
.wide_set > .set-block .field-content a {
  margin-left: 40px;
}
#login .field .button {
  margin: 0;
}
.fc .co-input-wrapper small {
  display: none;
}
.fc [for="register"] + div {
  padding: 5px 0 0 20px;
}
.small {
  margin: 5px 0 0;
  padding-left: 20px;
  font-size: .7rem;
}
.small b,
.delivery_checkbox {
  margin: 5px 0 0;
  font-size: .8rem;
}
.delivery_checkbox {
  padding-left: 20px;
}
.small input,
.delivery_checkbox input {
  margin: 0 5px 0 0;
}
#order_form > h4 {
  margin: 30px 0;
  text-align: center;
}
.fc label {
  cursor: pointer;
}
/*.fc .set .radio_button + label:before {
background-image: url(checkbox-label_bg.png);
background-position: left top;
content: '';
display: inline-block;
height: 17px;
margin: 0 10px 0 0;
position: relative;
top: 3px;
width: 17px;
}
.fc .set .radio_button + label:before {
background-position: left bottom;
}*/


.set-sidebar {
  margin: 0 auto;
  display: table;
  width: 480px;
}
.set-list-item {
  clear: both;
  margin: 10px 0 0;
}
.set-list-item .description p {
  float: left;
  margin: 0 0 0 20px;
}
.set-meta {
  margin: 40px 0;
}
.set-meta .fl {
  clear: both;
  font-weight: bold;
  padding: 10px 0 0;
  margin: 0 0 5px;
}
.set-meta .fr {
  padding: 0 5px 0 20px;
  margin: 0;
}
.fc .button.big {
  margin: 20px 0 50px !important;
  width: 100%;
}

.set-block {
  margin: 0 0 50px;
}
.set-block .button {
  margin: 20px auto 40px;
  display: table;
}

/*
favorites
*/
.js-favorite-container {
  width: 100%;
  padding: 20px 0;
}
.favorites-item {
  position: relative;
  margin: 0 0 30px;
}
.favorites-img {
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
}
.favorites-img:after {
  background: rgba(255,255,255,.5);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  width: 100%;
  z-index: 10;
}
.favorites-item:hover .favorites-img:after {
  opacity: 1;
}
.favorites-remove {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 30;
}
.favorites-title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%) scale(0);
  text-transform: uppercase;
  padding: 0 20px;
  transition: all .3s cubic-bezier(0.1, 0.87, 0, 1.92) .2s;
  z-index: 20;
}
.favorites-item:hover .favorites-title {
  transform: translate(0, -50%) scale(1);
}
.favorites-price {
  font: 1.3rem/1em 'lato-heavy';
  margin: 20px 0 0;
  text-shadow: 1px 1px 1px #3c3c3c;
}

.userbar {
  padding: 20px 0 30px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

/*
blog-articles
*/
.blog-articles .article-preview {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #8d8d8d;
}
.blog-articles .article-preview:last-of-type {
  border: solid 0;
}
.blog-articles .article-title {
  text-transform: uppercase;
  margin: 0 0 15px;
}
.blog-articles .article-caption {
  position: relative;
  padding: 0 0 20px;
}
.blog-articles .button-primary {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.blog-articles .button-primary:after {
  content: '>';
  position: absolute;
  right: 10px;
  top: calc(50% - .5em);
  opacity: 0;
  transition: all .3s ease;
}
.blog-articles .button-primary:hover:after {
  right: -10px;
  opacity: 1;
}
.last-articles {
  padding-top: 60px;
}
.article .last-articles {
  padding-top: 20px;
}
.blog .list-item,
.article .list-item {
  padding: 5px 0 10px 5px;
}

.article-inner {
  word-wrap: break-word;
}
.article-inner .article-body {
  line-height: 1.5em;
}

.article {
  padding: 0 0 50px;
}
.article-header {
  line-height: 1.5em;
}
.article-header span {
  margin: 0 15px 0 0;
}
.article-header span i {
  margin: 0 5px 0 0;
}
.article-header b {
  font-weight: normal;
}

/*
irs
*/
.js-range-slider-wrapper {
  padding: 0 15px 20px;
}
.irs .irs-line {
  height: 2px;
  background: #000;
}
.irs-bar {
  background: #ff7200;
  height: 2px;
}
.irs-slider {
  background: #ff7200;
  height: 30px;
  transform: translate(0, -5px);
  width: 6px;
}
.irs-slider.from {
  box-shadow: -4px 0 #fff;
}
.irs-slider.to {
  box-shadow: 4px 0 #fff;
}
.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single {
  background: none;
  color: #000;
  font-size: 12px;
  padding: 0;
  top: auto;
}
.irs-min:after,
.irs-max:after,
.irs-from:after,
.irs-to:after,
.irs-single:after{
  content: '₽';
  margin: 0 0 0 3px;
}
.irs-from,
.irs-to {
  bottom: -25px;
}

.collection-limit .select-wrapper {
  float: right;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  overflow: hidden;
}

.page-content {
  line-height: 1.5em;
}
.pagination_block > * {
  padding: 0 !important;
}
/*
.products_block [class*=cell-],
.product-caption [class*=cell-] {
  padding: 0;
}

.menu_show i {
background: #fff;
display: block;
height: 3px;
position: absolute;
right: 10px;
top: 13px;
transition: background 0.3s ease;
width: 20px;
}
.menu_show i::before,
.menu_show i::after {
background-color: #fff;
content: "";
display: block;
height: 3px;
left: 0;
position: absolute;
transition-delay: 0.3s, 0;
transition-duration: 0.3s, 0.3s;
width: 100%;
}
.menu_show i::before {
top: -8px;
transition-property: top, transform;
}
.menu_show i::after {
bottom: -8px;
transition-property: bottom, transform;
}
.menu_show.active {
}
.menu_show.active i {
background: none;
}
.menu_show.active i::before {
top: 0;
transform: rotate(45deg);
}
.menu_show.active i::after {
bottom: 0;
transform: rotate(-45deg);
}
.menu_show.active i::before,
.menu_show.active i::after {
transition-delay: 0, 0.3s;
}*/

.menu_show.show_left {
  height: 25px;
  width: 30px;
  position: relative;
  font-size: 32px;
}

/*
mobile_menu_show 
*/
.mobile_menu_show {
  text-align: center;
  padding: 0;
}
.mobile_menu_show li {
  position: relative;
}
.mobile_menu_show > li {
  padding: 0;
  text-transform: uppercase;
  max-width: 100%;
}
.mobile_menu_show > li > a {
  background: rgba(255, 255, 255, 0.1);
  display: block;
  height: 30px;
  padding: 0 7px;
  margin-bottom: 5px;
  color: #000;
}
.mobile_menu_show > li:not(:first-of-type) .subcollection_list {
  left: auto;
  right: 0;
  top: 100%;
  background-color: #000;
}
.mobile_menu_show a {
  position: relative;
}
.mobile_menu_show i {
  /*padding: 7px 10px 8px 5px;
  cursor: pointer;
  position: absolute;
  width: calc(100% + 25px);
  left: 0;
  top: -1px;
  height: calc(100% + 1px);
  text-align: right;
  z-index: 10;
  line-height: 0;*/
  font-size: 20px;
  padding: 7px;
  transition: all .2s ease;
  transform: rotate(90deg);
}
.mobile_menu_show .show > a > i {
  transform: rotate(-90deg);
}
.mobile_menu_show ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  z-index: 999;
  white-space: nowrap;
  padding: 5px 15px;
  box-shadow: 0 0 1px #ccc;
  text-align: left
}

.stock {
  display: none;
  box-shadow: inset 0 10px 5px -5px #dcdcdc, inset 0 -10px 5px -5px #dcdcdc;
  position: relative;
  z-index: 10;
  background: #fff;
  line-height: 60px;
}
.stock .stock_text {
  text-align: center;
  margin: 0 15px;
  text-transform: uppercase;
}
.stock .container {
  position: relative;
}
.stock p {
  margin: 0;
}
.stock a {
  color: #ff7200;
}
.stock .close {
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(close.png);
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  cursor: pointer;
}

.header-menu > ul > li > i {
  display: none;
}

.brend_prod_show .products_block {
  padding: 80px 0 0;
}
.blrends_linck_block {
  text-align: center;
}
.blrends_linck_block a {
  text-transform: uppercase;
  padding: 5px;
  font: 1.5rem/1em 'lato-semibold';
  display: inline-block;
}
.brends_filter {
  margin: 0 auto 80px;
  width: 520px;
}
.brend_letter {
  clear: both;
  font-size: 2rem;
  margin: 50px 0 10px;
  display: block;
  border-bottom: solid 1px #ccc;
  padding: 0 0 10px;
}
.brend_item {
  width: 49%;
  display: inline-block;
  padding: 0 0 0 40px;
  margin: 0 0 5px;
  vertical-align: top;
}
.brend_item label {
  cursor: pointer;
}

.phone-linck{
  display: none;
}

.all-filter-open {
  position: relative;
  border-bottom: solid 1px #555;
  width: 100%;
  line-height: 30px;
  padding: 0 0 0 10px;
  display: none;
}
[name="google_conversion_frame"] {
  display: none;
}

.content ul {
  margin: 20px;
  list-style-position: outside;
  list-style-type: circle;
}

.content ol {
  margin: 20px;
  list-style-position: outside;
  list-style-type: decimal;
}

.content a {
  text-decoration: none;
  color: #999999;
}

.content a:hover {
  text-decoration: underline;
  color: #000000;
}

#quick_checkout_form .m-modal-heading {font-weight: bold;font-size: 18px;line-height: 21px; margin: 0 0 22px;}
#quick_checkout_form .m-input-label {font-size: 13px; line-height: 15px; margin-bottom: 7px;}
#quick_checkout_form [type="text"], #quick_checkout_form [type="tel"], #quick_checkout_form [type="password"], #quick_checkout_form [type="email"], #quick_checkout_form textarea {border: 2px solid #333333!important; background: #fff!important; box-shadow: none!important; color: #000; text-align: left; line-height: 41px; padding: 0 10px!important; margin-bottom: 12px;}
#quick_checkout_form .m-modal-button {background: #219653; border-radius: 0; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); padding: 17px 20px 15px; font: bold 13px/15px 'Roboto', Arial; width: 282px; text-transform: uppercase; letter-spacing: 1px;}
#quick_checkout_form .m-modal-button:hover {background: #000; color: #fff;}
#quick_checkout_form .m-input--checkbox input[type="checkbox"] {display: none;}
#quick_checkout_form .m-input--checkbox {font-size: 10px; line-height: 11px; text-align: center; color: #7A7777;}



/* Блок с категоирями на главной  */

.main-categories {
}

.main-categories .category {
	position: relative;
  	width: 49%;
 	height: 800px;
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
}

.main-categories .category a {
    display: inline-block;
	width: 100%;
  	height: 100%;
}

.main-categories .category:hover a {
  cursor: pointer;
  background-color: #000;
  opacity: 0.3;
}

/* Блок с брендами на главной  */

.main-brands {
}

.main-brands .reg-title , .index-products .reg-title span {
  display: inline-block;
  width: fit-content;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
  text-transform: uppercase;
}
.main-brands .items-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	width: 100%;
}

.main-brands .items-block .item a, .main-brands .item-main a {
	width: 100%;
  	height: 100%;
  	display: inline-block;
}

.main-brands .items-block .item:hover .item-link, .main-brands .item-main:hover .item-link {
  background-color: #000;
  opacity: 0.3;
} 


.main-brands .items-block .item {
  	position: relative;
	height: 600px;
  	width: 49%;
  	margin-bottom: 20px;
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
}

.main-brands .item-main {
  	position: relative;
  	height: 600px;
	width: 100%;
  	margin-bottom: 20px;
    background-repeat: no-repeat;
  	background-size: 100% 100%;
}


.main-brands .items-block .item .item-button {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 180px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #53040A;
  border: 1px solid #000000;
  box-sizing: border-box;
  text-transform: uppercase;
}

.main-brands .items-block .item .item-button a {
	padding: 5px 45px;
}

.main-brands .item-main .item-button a {
  padding: 17px 45px;
}

.main-brands .item-main .item-button  {
  max-width: 180px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #53040A;
  border: 1px solid #000000;
  box-sizing: border-box;
  text-transform: uppercase;
}

.main-brands .item-main:first-child .item-button {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
}

.main-brands .item-main:last-child .item-button {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Блок с навигацией */

.header-menu-desktop-block {
	padding: 13px 0; 
}

.header-menu-desktop-block .row.between-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* левая часть */

.header-menu-desktop-block .left-nav .custom-menu {
	text-align: left;
}

.header-menu-desktop-block .left-nav .custom-menu .in-middle {
  	border-right: 1px solid #000;
  	padding: 0 20px 0 0;
}

.header-menu-desktop-block .left-nav .custom-menu .in-middle:last-child {
	border-right: 0;
}

.header-menu-desktop-block .left-nav .custom-menu .in-middle a {
	margin-bottom: 0;
}

.header-menu-desktop-block .left-nav .custom-menu .in-middle a .in-middle {
	padding: 0;
}

.header-menu-desktop-block .left-nav .custom-menu {
	text-align: left;
}

.header-menu-desktop-block .left-nav .custom-menu .subcollection_list .in-middle {
	border: none;
}
.subcollection_list a {
	color: #fff;
}

.collection-inner .subcollection_list a {
	color: #000;
}

/* правая часть */

.header-menu-desktop-block .right-nav {
	text-align: end;
  	padding: 0;
}

.header-menu-desktop-block .right-nav .header-menu .in-middle {
  	border-right: 1px solid #000;
  	padding: 0 20px 0 0;
}

.header-menu-desktop-block .right-nav .header-menu .in-middle:last-child {
  	border-right: none;
  	padding-right: 0;
}

/* баннер в колекции */

.brends-top-block {
	margin-top: 40px;
  	margin-bottom: 20px;
}

.brends-top-block .brends-item {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  	border-bottom: 1px solid #000000;
  	margin-bottom: 20px;
  	padding-bottom: 50px;
}

.brends-top-block .brends-item .brends-item-text {
  	width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
 	margin-left: 30px;
}

.brends-top-block .brends-item img {
  	max-width: 390px;
    -o-object-fit: contain;  
    object-fit: contain;
}
