@font-face {
  font-family: "Intro Alt";
  src: local("Intro Light Alt"), local("Intro-Light-Alt"), url("../fonts/Intro-Light-Alt.woff2") format("woff2"), url("../fonts/Intro-Light-Alt.woff") format("woff"), url("../fonts/Intro-Light-Alt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Intro";
  src: local("Intro Regular"), local("Intro-Regular"), url("../fonts/Intro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Intro-Regular.woff") format("woff"), url("../fonts/Intro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Intro";
  src: local("Intro Light"), local("Intro-Light"), url("../fonts/Intro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Intro-Light.woff") format("woff"), url("../fonts/Intro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: local("Gotham Pro Light"), local("Gotham-Pro-Light"), url("../fonts/GothamPro-Light.woff2") format("woff2"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Pro";
  src: local("Gotham Pro"), local("Gotham-Pro"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: local("Proxima Nova Bold"), local("Proxima-Nova-Bold"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font: 16px/30px "Gotham Pro", sans-serif;
  font-weight: 400;
  color: #000;
  min-width: 360px;
  background: #fff;
  font-display: swap;
}

.rootWrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rootWrap header,
.rootWrap main,
.rootWrap footer {
  display: table-row;
  height: 1px;
}
.rootWrap main {
  height: 100%;
}

.centerWrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.centerWrap.t2 {
  max-width: 1660px;
}

.centerWrapMax {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}

.row {
  background: #fff;
}
.row.m50 {
  margin-top: 50px;
}

.row-b {
  background: #020201;
}

.row-g {
  padding: 50px 0;
  background: #f6f6f6;
}
.row-g.m30 {
  margin: 30px 0;
}

.row-c {
  width: 100%;
  height: 700px;
  position: relative;
}
.row-c .individual-image {
  position: absolute;
  height: 700px;
  width: 70vw;
  left: 0;
  top: 0;
  background-size: cover;
}
.row-c.m50 {
  margin-top: 50px;
}
.row-c > div > div {
  position: relative;
  height: 700px;
}
.row-c .long-text {
  max-width: 440px;
  display: table;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 90px;
}
.row-c .long-text.left {
  left: unset;
  margin-left: 0;
  right: 50%;
  margin-right: 100px;
}
.row-c .long-text > div {
  display: table-cell;
  vertical-align: middle;
}
.row-c .long-text-prefix {
  font-size: 12px;
  line-height: 1;
  font-family: "Proxima Nova", serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 30px;
  letter-spacing: 1px;
}
.row-c .long-text-prefix a {
  color: #000;
  text-decoration: none;
}
.row-c .long-text-title {
  font-size: 36px;
  line-height: 1;
  font-family: "Intro", serif;
  font-weight: 400;
}
.row-c .long-text-title a {
  color: #000;
  text-decoration: none;
}
.row-c .long-text-desc {
  color: #000;
  max-width: 340px;
  margin: 20px auto 0;
}

.footerTopMargin {
  height: 40px;
}

.pretitle {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.title {
  font-size: 36px;
  line-height: 40px;
  font-family: "Intro", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 0.05em;
}

.login {
  float: left;
  margin-top: 1px;
  white-space: nowrap;
}
.login a {
  color: #ffffff;
  position: relative;
  text-decoration: none;
  padding-left: 30px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.login a:hover {
  color: #ef283b;
}
.login a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 12px;
  background: url(../images/login.png) 0 0 no-repeat;
  left: 0;
  top: 4px;
}

.lang-select {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.lang-select:after {
  position: absolute;
  content: "";
  right: -10px;
  top: 15px;
  border: 3px solid transparent;
  border-top: 3px solid #999;
  cursor: pointer;
}

.map {
  height: 400px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

/*header*/
.desctop-header {
  background: url(../images/decor_header.png) 50% 0 no-repeat;
  height: 120px;
}

.header_scroll .header-top {
  height: 40px;
}
.header_scroll .logo.big {
  display: none;
}
.header_scroll .logo.small {
  display: block;
}
.header_scroll .header-bottom {
  height: 40px;
}
.header_scroll .menu a, .header_scroll .menu span {
  margin: 0;
}
.header_scroll .header-fixed {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 10;
  min-width: 320px;
}

.header-top {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.ht-l:after,
.ht-r:after {
  clear: both;
  content: "";
  display: table;
}

.ht-l {
  display: flex;
  align-items: center;
}
.ht-l > div {
  margin-right: 30px;
}
.ht-l > div.menu-btn {
  margin-right: 10px;
  width: 27px;
  cursor: pointer;
}
.ht-l > div.menu-btn:before {
  width: 22px;
  height: 8px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.ht-l > div.menu-btn:after {
  background: #000;
  width: 13px;
  top: 21px;
  margin: 0 0 0 -8px;
}

.menu-text {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.h-cart {
  margin-left: 25px;
  display: block;
  float: left;
  font-size: 12px;
  color: #6f0824;
  font-weight: 300;
}
.h-cart i {
  margin-right: 7px;
}

.h-icon {
  float: left;
  height: 30px;
  width: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
}
.h-icon:hover {
  opacity: 0.6;
}
.h-icon + .h-icon {
  margin-left: 25px;
}
.h-icon.h-icon-lk {
  background-image: url(../images/profile.svg);
}
.h-icon.h-icon-lk-active {
  background-image: url(../images/profile_active.svg);
}
.h-icon.h-icon-search {
  background-image: url(../images/zoom.svg);
}
.h-icon.h-icon-phone {
  background-image: url(../images/Phone.svg);
}
.h-icon.h-icon-favorite {
  background-image: url(../images/heart.svg);
}
.h-icon.h-icon-favorite-active {
  background-image: url(../images/heart_active.svg);
}
.h-icon.h-icon-cart {
  background-image: url(../images/cart.svg);
}
.h-icon.h-icon-cart-active {
  background-image: url(../images/cart_active.svg);
}

.h-lk-name {
  float: left;
  margin-right: 25px;
  margin-left: 10px;
  font-size: 14px;
  color: #999;
  text-decoration: none;
}
.h-lk-name:hover {
  color: #999;
}

.logo {
  line-height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}
.logo.big {
  display: block;
}
.logo.big img {
  vertical-align: top;
  width: 200px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.logo.small {
  display: none;
}
.logo.small img {
  vertical-align: top;
  width: 146px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.header-bottom {
  height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Intro Alt";
  font-weight: 300;
  font-size: 13px;
  height: 40px;
}
.menu a,
.menu span {
  color: #000;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.menu a:hover {
  border-bottom: solid 1px #6f0824;
}
.menu div.have-child:hover .drop_menu {
  z-index: 10;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}
.menu div.active a,
.menu div.active span {
  color: #6f0824;
}

.drop_menu {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 10;
  max-height: 0;
  overflow: hidden;
}
.drop_menu-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  min-height: 340px;
}
.drop_menu-wrap > div {
  flex-basis: 20%;
}
.drop_menu-wrap > div > a,
.drop_menu-wrap > div > span {
  padding-top: 20px;
  font-family: "Intro";
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  border: none !important;
  color: #000 !important;
}
.drop_menu-wrap > div > a:hover,
.drop_menu-wrap > div > span:hover {
  text-decoration: underline;
}
.drop_menu-wrap > div > div {
  padding-bottom: 20px;
}
.drop_menu-wrap > div > div a,
.drop_menu-wrap > div > div span {
  font-family: "Gotham Pro";
  font-size: 14px;
  font-weight: 300;
  text-transform: none !important;
  border: none !important;
  color: #000 !important;
}
.drop_menu-wrap > div > div a:hover,
.drop_menu-wrap > div > div span:hover {
  text-decoration: underline;
}
.drop_menu-img {
  position: relative;
}
.drop_menu-img > div {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/menu.png") 0 0 no-repeat;
  background-size: cover;
  width: 360px;
  height: 340px;
  padding: 0 !important;
}
.drop_menu-child {
  padding-left: 20px;
}

.mobile-header {
  display: none;
  height: 48px;
}
.mobile-header .cart-b {
  right: 20px;
}
.mobile-header .h-cart {
  margin-left: 10px;
}
.mobile-header .h-icon {
  width: 30px;
}
.mobile-header .h-icon + .h-icon {
  margin-left: 10px;
}
.mobile-header .logo img {
  width: 146px;
}
.mobile-header-col {
  display: flex;
  justify-content: space-between;
  height: 48px;
  align-items: center;
  position: relative;
  padding: 0 10px;
}
.mobile-header-bottom {
  display: none;
}
.mobile-header-bottom.view {
  display: block;
}
.mobile-header-bottom .header-search {
  width: 100%;
  border: 0;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-header-bottom .header-search input {
  width: 100%;
  border: 0;
  padding: 10px 50px 11px 19px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-header-bottom .header-search button {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/zoom.svg) 50% 50% no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  border: 0;
}
.menu-btn {
  float: left;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 10px;
}
.menu-btn:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 1px;
  background: #999999;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
}
.menu-btn:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
}

/*header*/
.lang-select a,
.lang-select span {
  text-decoration: none;
  font-size: 14px;
  color: #999;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
}
.lang-select a + *,
.lang-select span + * {
  margin-left: 20px;
}
.lang-select a + span,
.lang-select span + span {
  color: #000;
}

.js-min_cart_drop {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  z-index: 10;
}
.js-min_cart_drop.not_visible {
  opacity: 0;
  visibility: hidden;
}

.main-slider-elements {
  position: absolute;
  width: 1920px;
  height: 840px;
  left: 50%;
  top: 50%;
  margin: -420px 0 0 -960px;
  z-index: -2;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  transition: all 3s ease;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.main-slider-image {
  position: absolute;
  left: 50%;
  width: 840px;
  margin-left: -700px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translateX(-50px) translateY(0) translateZ(0);
  -moz-transform: translateX(-50px) translateY(0) translateZ(0);
  -ms-transform: translateX(-50px) translateY(0) translateZ(0);
  -o-transform: translateX(-50px) translateY(0) translateZ(0);
  transform: translateX(-50px) translateY(0) translateZ(0);
  -webkit-transition: all 1.5s linear;
  -moz-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
.main-slider-image img {
  vertical-align: top;
}
.main-slider-image-mobile {
  display: none;
}

.pdf-btn {
  background: #4e080f;
  text-align: center;
  padding: 20px;
}

.header {
  position: relative;
  z-index: 3;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.header-bottom {
  height: 40px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #fefefe;
}
.header-bottom:after {
  clear: both;
  content: "";
  display: table;
}
.header-bottom .main-menu {
  display: table;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  position: relative;
}
.header-bottom .main-menu > div {
  display: table-cell;
  vertical-align: top;
  width: 1px;
  white-space: nowrap;
}
.header-bottom .main-menu > div:hover .drop_menu {
  opacity: 1;
  visibility: visible;
  top: 60px;
}
.header-bottom .main-menu > div a,
.header-bottom .main-menu > div span {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 20px 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-bottom .main-menu > div a:hover,
.header-bottom .main-menu > div span {
  color: #ef283b;
}
.header-bottom .main-menu > span {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.header-bottom .main-menu > span span {
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 4px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 27px;
  border: solid 1px rgba(255, 255, 255, 0.3);
  display: none !important;
}

.header_phone {
  font-size: 14px;
}
.header_phone a {
  color: #999;
  text-decoration: none;
}

.cart-btn {
  float: right;
  width: 60px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 59px;
  position: relative;
  margin-top: 16px;
}
.cart-btn a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cart.png) 12px 50% no-repeat;
}
.cart-btn a span {
  position: absolute;
  color: #ffffff;
  font-family: "Noto Serif", serif;
  font-size: 8px;
  width: 20px;
  height: 20px;
  background: #cd0e20;
  right: 0;
  top: 50%;
  margin-top: -11px;
  line-height: 20px;
  text-align: center;
  border-radius: 20px;
}

.search-form {
  height: 100px;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background: #fff;
  border: solid 1px #999;
  z-index: 10;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  visibility: hidden;
  opacity: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.search-form.noborder {
  border: none;
  max-width: unset;
}
.search-form > div {
  position: relative;
}
.search-form.view {
  opacity: 1;
  visibility: visible;
}
.search-form.results {
  position: relative;
  top: 0px;
  margin-bottom: 20px;
  z-index: 0;
}
.search-form input {
  height: 40px;
  padding: 0 20px;
  border: 0;
  border-bottom: solid 1px #000;
  background: transparent;
  font-size: 24px;
}
.search-form button {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 0;
  top: 0;
  z-index: 2;
  border: 0;
  background: url(../images/zoom.svg) 50% 50% no-repeat;
  background-size: 24px;
  text-indent: -9999px;
}

.insta-b {
  padding: 50px 20px 0;
}
.insta-b-title {
  text-align: center;
  margin-bottom: 30px;
}
.insta-b-title div {
  font-size: 36px;
  line-height: 40px;
  font-family: "Intro", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.insta-b-title a {
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px #7f0505;
  padding-bottom: 10px;
}
.insta-b-title a:hover {
  border-bottom: solid 1px transparent;
}
.insta-b-list {
  margin: 1rem auto 3rem;
  max-width: 1200px;
}
.insta-b-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  overflow: hidden;
  position: relative;
}
.insta-b-item:nth-child(even) {
  margin-top: 2rem;
}
.insta-b-item:before {
  content: "";
  float: left;
  padding-top: 100%;
}
.insta-b-item > * {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.insta-b-item > *:hover span {
  opacity: 1;
}
.insta-b-item > * span {
  position: absolute;
  width: 25%;
  height: 25%;
  background: #6f0824;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1px;
  fill: #fff;
}
.insta-b-item > * span svg {
  width: 30%;
  height: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
}

.out {
  position: relative;
  padding-right: 15px !important;
}
.out:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 8px;
  background: url(../images/out.png) 0 0 no-repeat;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.balloon:after {
  clear: both;
  content: "";
  display: table;
}
.balloon-img {
  float: left;
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin-right: 40px;
}
.balloon-img img {
  vertical-align: top;
  width: auto;
  height: 140px;
}
.balloon-text {
  overflow: hidden;
  padding-top: 34px;
}
.balloon-text div {
  font-size: 16px;
  font-family: "Noto Serif";
  margin-bottom: 1px;
}
.balloon-text span {
  display: block;
  font-size: 14px;
  margin-bottom: 11px;
}
.balloon-text a {
  text-transform: uppercase;
  font-size: 10px;
}

.bread-crumbs-wrap {
  position: relative;
  color: #000000;
  font-size: 14px;
  padding: 11px 0 10px;
}
.bread-crumbs-wrap a {
  text-decoration: none;
  color: #666;
}
.bread-crumbs-wrap a:hover {
  color: #999;
}
.bread-crumbs-wrap span {
  color: #999;
}
.bread-crumbs-wrap:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
}
.bread-crumbs-wrap .bread-crumbs {
  text-align: center;
}
.bread-crumbs-wrap .bread-crumbs > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 25px;
}
.bread-crumbs-wrap .bread-crumbs > div + div {
  margin-left: 27px;
}
.bread-crumbs-wrap .bread-crumbs > div + div:after {
  position: absolute;
  content: "";
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  top: 12px;
  left: -30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.h1-b {
  position: relative;
  text-align: center;
  padding: 23px 0 25px;
}
.h1-b:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: rgba(255, 255, 255, 0.4);
}

.time {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  line-height: 20px;
}

.cnt-b {
  max-width: 880px;
  margin: 0 auto;
}
.cnt-b.t2 {
  max-width: 1100px;
}
.cnt-b > img,
.cnt-b > p > img {
  max-width: 100%;
  height: auto;
}

.footer-middle {
  text-align: center;
}

.footer-bottom {
  padding: 13px 0 16px;
  border-top: solid 1px #eaeaea;
}
.footer-bottom:after {
  clear: both;
  content: "";
  display: table;
}
.footer-bottom-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .ms img {
  height: 22px;
}
.footer-bottom .offer {
  color: #000;
  margin: 0;
}
.footer-bottom .offer a {
  text-decoration: none;
}
.footer-bottom .offer a:hover {
  text-decoration: underline;
}
.cat-end-slider-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cat-end-slider-wrap .item:hover {
  border-bottom: solid 1px #650405;
}
.cat-end-slider-wrap .item:hover .item-control {
  display: none;
}
.cat-end-slider-wrap .slick-prev,
.cat-end-slider-wrap .slick-next {
  top: 100%;
  margin-top: 20px;
}
.cat-end-slider-wrap .slick-prev {
  left: auto;
  right: calc(50% + 20px);
}
.cat-end-slider-wrap .slick-next {
  right: auto;
  left: calc(50% + 20px);
}
.cat-end-slider-wrap .slick-prev:hover,
.cat-end-slider-wrap .slick-next:hover {
  background: #650405;
  border-color: #650405;
}
.cat-end-slider-wrap .slick-prev:hover:after,
.cat-end-slider-wrap .slick-next:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.cat-end-param-title {
  white-space: nowrap;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.footer-top > div {
  flex-shrink: 1;
  flex-basis: 20%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
}

.footer-phone {
  margin-bottom: 10px;
}
.footer-phone a {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
.footer-phone-title {
  font-size: 14px;
  color: #666666;
}

.footer-menu {
  margin-right: 40px;
  line-height: 20px;
}
.footer-menu div + div {
  margin-top: 10px;
}
.footer-menu div a,
.footer-menu div span {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.footer-menu div a:hover {
  text-decoration: underline;
}
.footer-menu div.active a,
.footer-menu div.active span {
  color: #000;
}
.footer-menu div.footer-menu-title a,
.footer-menu div.footer-menu-title span {
  font-family: "Proxima Nova";
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}

.dn {
  display: none;
}

.pag {
  text-align: center;
  margin-top: 10px;
}
.pag a,
.pag span,
.pag b {
  margin: 10px;
  border: solid 1px #eee;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.pag span {
  background: #650405;
  border: solid 1px #650405;
  color: #fff;
}
.pag a:hover {
  border: solid 1px #650405;
}

.page-button {
  text-align: center;
  margin-top: 10px;
}

.buy-item {
  display: inline-block;
  vertical-align: top;
  width: 440px;
  position: relative;
  margin: 0 30px 30px 0;
}
.buy-item:hover .buy-item-img img {
  opacity: 0.2;
}
.buy-item:hover .buy-item-text * {
  color: #ef283b;
}
.buy-item-img {
  height: 270px;
}
.buy-item-img img {
  vertical-align: top;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.buy-item-title {
  font-family: "Noto Serif";
  font-size: 18px;
}
.buy-item-title a {
  color: #ffffff;
  text-decoration: none;
}
.buy-item-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.buy-item-city {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 3px;
}
.buy-item-text {
  background: #090909;
  padding: 22px 40px 25px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  line-height: 20px;
}
.buy-item-text * {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.reward-list .reward-item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 40px);
  position: relative;
  margin: 20px;
}
.reward-list .reward-item:hover .reward-item-title a {
  text-decoration: underline;
}
.reward-list .reward-item:hover .reward-item-img img {
  opacity: 0.2;
}
.reward-list .reward-item-img {
  text-align: center;
}
.reward-list .reward-item-img img {
  vertical-align: top;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  max-width: 100%;
  height: auto !important;
}
.reward-list .reward-item-title {
  text-align: center;
  padding: 14px 20px 15px;
  line-height: 20px;
}
.reward-list .reward-item-title a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.reward-list .reward-item-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about-b {
  height: 390px;
  position: relative;
  margin-top: 40px;
  z-index: 1;
}
.about-b:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #b01d2c;
  z-index: -1;
}
.about-b + .about-b {
  margin-top: 60px;
}
.about-b-img {
  float: left;
  width: calc(50% - 20px);
  height: 430px;
  position: relative;
  top: -20px;
  margin-left: 20px;
}
.about-b-img img {
  vertical-align: top;
}
.about-b-text {
  display: table;
  float: left;
  width: calc(50% - 20px);
  height: 100%;
  font-size: 16px;
}
.about-b-text .btn {
  margin-top: 30px;
  width: 180px;
}
.about-b-text > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 110px;
}
.about-b-title {
  font-size: 36px;
  line-height: 40px;
  font-family: "Playfair Display";
  margin-bottom: 24px;
}

.btn {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #650405;
  background: #650405;
  text-transform: uppercase;
  padding: 10px 29px 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  line-height: 30px;
  border-radius: 0 !important;
}
.btn:hover {
  background: transparent;
  color: #650405;
}
.btn.t2 {
  background: transparent;
  color: #650405;
}
.btn.t2:hover {
  background: #650405;
  color: #fff;
}
.btn.t22 {
  background: transparent;
  color: #650405;
}
.btn.t22:hover {
  background: transparent;
  color: #650405;
}
.btn.t3 {
  border: solid 1px #6f0824;
  background: #6f0824;
  color: #fff;
}
.btn.t3:hover {
  background: transparent;
  color: #6f0824;
}
.btn.t4 {
  border: solid 1px #650405;
  background: #650405;
  color: #fff;
}
.btn.t4:hover {
  background: transparent;
  color: #650405;
}
.btn.t5 {
  background: transparent;
  color: #6f0824;
  border: solid 1px #6f0824;
}
.btn.t5:hover {
  background: #6f0824;
  color: #fff;
}
.btn.t6, .btn.t7 {
  font-size: 16px;
  font-family: "Gotham Pro";
  font-weight: normal;
  text-transform: none;
}
.btn.t6 {
  background: transparent;
  color: #000;
  border: solid 1px #dedede;
}
.btn.t6:hover {
  border: solid 1px #6f0824;
}
.btn.t7 {
  border: solid 1px #6f0824;
  background: #6f0824;
  color: #fff;
  cursor: default;
}
.btn.t8 {
  background: transparent;
  color: #000;
}
.btn.t8:hover {
  background: #000;
  color: #fff;
}
.btn.t44 {
  background: transparent;
  color: #000;
}
.btn.t44:hover {
  background: transparent;
  color: #000;
}
.btn.t9 {
  display: block;
  width: 140px;
  margin: 0 auto;
}
.btn.t10 {
  display: block;
  width: 170px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding: 10px 16px;
}
.btn.t10:after {
  content: none;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  height: 10px;
  width: 20px;
  background: url("../images/rarrow.svg") 50% 50%/contain no-repeat;
}

.modal form > button {
  margin: 10px;
}

.main-slider-wrap {
  height: 39.5833333333vw;
  position: relative;
}
.main-slider-wrap .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.main-slider-wrap .main-slider {
  height: 39.5833333333vw;
}
.main-slider-wrap .main-slider > div {
  height: 39.5833333333vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.main-slider-wrap .main-slider > div.active .main-slider-text {
  -webkit-transform: translateX(0) translateY(0) translateZ(0);
  -moz-transform: translateX(0) translateY(0) translateZ(0);
  -ms-transform: translateX(0) translateY(0) translateZ(0);
  -o-transform: translateX(0) translateY(0) translateZ(0);
  transform: translateX(0) translateY(0) translateZ(0);
  opacity: 1;
}
.main-slider-wrap .main-slider > div.active .main-slider-image {
  -webkit-transform: translateX(0) translateY(0) translateZ(0);
  -moz-transform: translateX(0) translateY(0) translateZ(0);
  -ms-transform: translateX(0) translateY(0) translateZ(0);
  -o-transform: translateX(0) translateY(0) translateZ(0);
  transform: translateX(0) translateY(0) translateZ(0);
  opacity: 1;
}
.main-slider-wrap .main-slider > div.active .main-slider-elements {
  -ms-transform: scale(1);
  transform: scale(1);
}
.main-slider-wrap .main-slider-video {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.main-slider-wrap .main-slider-text {
  position: absolute;
  display: table;
  width: 370px;
  top: 60px;
  height: 32.2321428571vw;
  text-align: center;
  color: #ffffff;
  right: 50%;
  margin-right: 160px;
  font-size: 16px;
  -webkit-transform: translateX(50px) translateY(0) translateZ(0);
  -moz-transform: translateX(50px) translateY(0) translateZ(0);
  -ms-transform: translateX(50px) translateY(0) translateZ(0);
  -o-transform: translateX(50px) translateY(0) translateZ(0);
  transform: translateX(50px) translateY(0) translateZ(0);
  opacity: 0;
  -webkit-transition: all 1.5s linear;
  -moz-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
.main-slider-wrap .main-slider-text.right {
  left: 50%;
  margin-left: 160px;
}
.main-slider-wrap .main-slider-text > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.main-slider-wrap .main-slider-title {
  font-size: 42px;
  line-height: 1;
  font-family: "Intro", serif;
  margin-bottom: 33px;
  font-weight: 300;
}
.main-slider-wrap .main-slider-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-slider-wrap .main-slider a {
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  border-bottom: solid 1px #6f0824;
  text-decoration: none;
  padding-bottom: 10px;
}
.main-slider-wrap .main-slider a:hover {
  border-bottom: solid 1px rgba(111, 8, 36, 0);
}

.catalogs {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.catalogs-item {
  display: flex;
  flex: 1 1 20%;
  height: 240px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.catalogs-item:hover .catalogs-item-img {
  -webkit-transform: translateX(0) translateY(0) translateZ(0);
  -moz-transform: translateX(0) translateY(0) translateZ(0);
  -ms-transform: translateX(0) translateY(0) translateZ(0);
  -o-transform: translateX(0) translateY(0) translateZ(0);
  transform: translateX(0) translateY(0) translateZ(0);
}
.catalogs-item:after {
  position: absolute;
  content: "";
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 29px;
  height: 29px;
  border-radius: 30px;
  left: 40px;
  bottom: 50px;
  border: solid 1px rgba(255, 255, 255, 0.1);
}
.catalogs-item:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 51px;
  bottom: 62px;
}
.catalogs-item.ci1 {
  background-image: url(../images/ci1.jpg);
}
.catalogs-item.ci2 {
  background-image: url(../images/ci2.jpg);
}
.catalogs-item.ci3 {
  background-image: url(../images/ci3.jpg);
}
.catalogs-item.ci3 .catalogs-item-title a {
  color: #666666;
}
.catalogs-item.ci3:after {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.catalogs-item.ci3:before {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.catalogs-item.ci4 {
  background-image: url(../images/ci4.jpg);
}
.catalogs-item.ci4:after {
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.catalogs-item-img {
  position: absolute;
  width: 240px;
  height: 240px;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: -1;
  -webkit-transform: translateX(50px) translateY(0) translateZ(0);
  -moz-transform: translateX(50px) translateY(0) translateZ(0);
  -ms-transform: translateX(50px) translateY(0) translateZ(0);
  -o-transform: translateX(50px) translateY(0) translateZ(0);
  transform: translateX(50px) translateY(0) translateZ(0);
}
.catalogs-item-img img {
  vertical-align: top;
}
.catalogs-item-title {
  margin: 54px 30px 0 40px;
  line-height: 20px;
  max-width: 140px;
}
.catalogs-item-title a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Noto Serif", serif;
  font-size: 16px;
}
.catalogs-item-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.main-p-col {
  display: flex;
  margin: 40px 0;
  flex-wrap: wrap;
}
.main-p-col > div {
  flex-basis: 33.3333%;
}
.main-p-col.t2 > div {
  flex-basis: 50%;
  margin: 0;
}
.main-p-col.t2 > div .part {
  margin: 0;
  height: 100%;
}
.main-p-col.t2 > div .part-content {
  padding: 0 20px;
}
.main-p-col.t2 > div .part .part-img {
  height: 100%;
}
.main-p-col.t2 > div .part .part-img:before {
  /*content: unset;*/
}
.main-p-col.t4 > div {
  flex-basis: 25%;
  margin: 10px 0;
}

.collection-b {
  width: 440px;
  height: 530px;
  background: url(../images/collections.jpg) 1px 26px no-repeat;
  position: relative;
  margin-top: 64px;
  float: right;
}
.collection-b-title {
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-family: "Playfair Display", serif;
}
.collection-b-btn {
  display: block;
  width: 260px;
  text-align: center;
  padding: 9px 0;
  color: #ffffff;
  text-decoration: none;
  background: #b01d2c;
  border: solid 1px #b01d2c;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: absolute;
  left: 90px;
  top: 406px;
  font-size: 11px;
  text-transform: uppercase;
}
.collection-b-btn:hover {
  background: transparent;
}

.main-p-cat-item {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 300px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.main-p-cat-item:hover:after {
  opacity: 1;
}
.main-p-cat-item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*background: url(../images/main-p-cat-item.png) 12px -24px no-repeat;*/
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}
.main-p-cat-item:nth-child(even) {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.main-p-cat-item:nth-child(3), .main-p-cat-item:nth-child(4) {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.main-p-cat-item-img {
  display: table;
  margin: 50px auto 0;
  width: 120px;
  height: 120px;
}
.main-p-cat-item-img > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.main-p-cat-item-img > div img {
  vertical-align: top;
}
.main-p-cat-item-part {
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
  opacity: 0.5;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.main-p-cat-item-title {
  font-family: "Noto Serif";
  position: relative;
  z-index: 1;
}
.main-p-cat-item-title a {
  color: #ffffff;
  text-decoration: none;
}
.main-p-cat-item-title a:after {
  position: absolute;
  content: "";
  width: 1000px;
  height: 1000px;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin-top: -500px;
  margin-left: -500px;
}
.main-p-cat-item-text {
  position: absolute;
  text-align: center;
  font-size: 18px;
  width: 160px;
  bottom: 47px;
  left: 50%;
  margin-left: -80px;
  line-height: 20px;
}

.premium-cat {
  height: 352px;
  border: solid 1px #b01d2c;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.premium-cat-img {
  width: 730px;
  height: 437px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.premium-cat-img img {
  vertical-align: top;
}
.premium-cat-text {
  position: absolute;
  left: 730px;
  top: 53px;
  width: 400px;
  font-size: 16px;
}
.premium-cat-title {
  font-size: 60px;
  line-height: 60px;
  font-family: "Playfair Display", serif;
  margin-bottom: 24px;
}
.premium-cat .btn {
  margin-top: 40px;
  width: 180px;
}

.main-p-text {
  max-width: 880px;
  margin: 85px auto 0;
}
.main-p-text h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 50px;
}

.lk-title {
  font-size: 24px;
  line-height: 40px;
  display: block;
  width: 100%;
}

.lk-address {
  padding: 10px 30px 10px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
  max-width: 100%;
  width: 860px;
  position: relative;
  box-sizing: border-box;
}
.lk-address + .lk-address {
  border-top: none;
}
.lk-address > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lk-address .lk-del {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  right: 0;
  top: 50%;
}
.lk-address .lk-del:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  right: 10px;
  margin-top: -7px;
  top: 50%;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lk-address .lk-del:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  right: 10px;
  margin-top: -7px;
  top: 50%;
  background: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-list-title {
  margin-bottom: 30px;
  text-align: center;
}
.news-list-title.m50 {
  margin-top: 50px;
}
.news-list-title div {
  font-size: 36px;
  line-height: 40px;
  font-family: "Intro", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.news-list-title a {
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #7f0505;
  padding-bottom: 10px;
}
.news-list-title a:hover {
  border-bottom: solid 1px transparent;
}
.news-list-title a + a {
  margin-left: 20px;
}
.news-list-title a.t2 {
  border-bottom: solid 1px #eaeaea;
}
.news-list-title a.t2:hover {
  border-bottom: solid 1px transparent;
}
.news-list-title a.t2.active {
  border-bottom: solid 1px #650405;
  color: #650405;
  cursor: default;
}

.news-item-text .video {
  max-width: 880px;
}

.main-p {
  position: relative;
  z-index: 1;
}
.main-p .subscribe {
  margin-top: 0;
}

.main-p-col .part-img::before {
  padding-top: 100%;
}

.cat-slide {
  height: calc(100vh - 150px); /*840px;*/
  position: relative;
  z-index: 1;
  background: #f9f8f8;
}
.cat-slide:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.cat-slide:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.cat-slide-wrap {
  position: relative;
}
.cat-slide-text {
  position: absolute;
  left: 50%;
  margin-left: -510px;
  color: #ffffff;
  top: 230px;
  font-size: 16px;
  width: 440px;
  z-index: 3;
}
.cat-slide-text span {
  margin-left: 45px;
  display: block;
}
.cat-slide-text a {
  text-decoration: none;
}
.cat-slide-text a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.cat-slide-text2 {
  margin-top: 40px;
  text-align: center;
}
.cat-slide-text2 .cat-slide-title {
  text-align: center;
  margin-bottom: 14px;
}
.cat-slide-text2 .cat-slide-pretitle {
  font-family: "Gotham Pro";
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5px;
}
.cat-slide-text2 > span {
  color: #999;
}
.cat-slide-title {
  margin-bottom: 34px;
  text-align: left;
}
.cat-slide-pretitle {
  margin-bottom: 20px;
  text-align: left;
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.cat-slide-img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: calc(100vh - 150px);
  right: 0;
  top: 0;
}
.cat-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*object-position: right center;*/
  object-position: center center;
}
.cat-slide .bread-crumbs-wrap {
  z-index: 3;
}
.cat-slide .bread-crumbs-wrap .bread-crumbs > div + div::after {
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
.cat-slide .bread-crumbs-wrap a, .cat-slide .bread-crumbs-wrap span {
  color: #000;
}

.centerWrap2 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.parts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.parts > div {
  flex-shrink: 1;
  flex-basis: 50%;
  padding: 30px 0;
  overflow: hidden;
}
.parts > div.pw1 {
  /*flex-basis: 56%;*/
}
.parts > div.pw2 {
  /* flex-basis: 44%;*/
}
.parts > div.pw3 {
  flex-basis: 100%;
}
.parts > div.pw3 .part {
  position: relative;
}
.parts > div.pw3 .part-img {
  display: none;
}
.parts > div.pw3 .part-img.t2 {
  display: block;
  height: 700px;
}
.parts > div.pw3 .part-img-long {
  overflow: hidden;
  position: relative;
  /*background-position: 0 50%;*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 700px;
  background-color: #f9f8f8;
}
.parts > div.pw3 .part-img-long.left {
  /*background-position: 100% 50%;*/
}
.parts > div.pw3 .part .long-text {
  max-width: 440px;
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  margin-left: 100px;
  align-items: center;
}
.parts > div.pw3 .part .long-text.left {
  /*left: unset;*/
  margin-left: -540px;
  /*right: 50%;
  margin-right: 100px;*/
}
.parts > div.pw3 .part .long-text-prefix {
  font-size: 12px;
  line-height: 1;
  font-family: "Proxima Nova", serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.parts > div.pw3 .part .long-text-prefix a {
  color: #fff;
  text-decoration: none;
}
.parts > div.pw3 .part .long-text-title {
  font-size: 36px;
  line-height: 1;
  font-family: "Intro", serif;
  font-weight: 300;
}
.parts > div.pw3 .part .long-text-title a {
  color: #ffffff;
  text-decoration: none;
}
.parts > div.pw3 .part .long-text-desc {
  color: #fff;
  max-width: 340px;
  margin: 20px auto 0;
}
.parts > div.pw3 .part-text {
  display: none;
}
.parts > div.pw3 .part-text.t2 {
  display: block;
}

.part {
  margin: 0 30px;
}
.part-a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.part.t3 {
  margin: 0 10px;
}
.part.t2 .part-text-btn {
  opacity: 0;
  visibility: hidden;
}
.part.t2:hover .part-text-btn {
  opacity: 1;
  visibility: visible;
}
.part.t4 {
  margin: 0 10px;
  height: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.part.t4:hover .part-text-title a {
  text-decoration: underline;
}
.part.t4 .part-img {
  position: relative;
  background-size: 100% 100%;
  background-color: #f6f6f6;
}
.part.t4 .part-img a {
  z-index: 3;
}
.part.t4 .part-text {
  padding: 10px;
}
.part-img {
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.part-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part-img.t3 {
  background-size: contain;
}
.part-img.t4 {
  background-color: #f9f8f8;
}
.part-img:before {
  float: left;
  content: "";
  padding-top: 75%;
}
.part-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.part-text {
  /*background: #fff;*/
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 30px 10px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.part-text-discount {
  position: absolute;
  background: #000;
  color: #ffffff;
  text-align: center;
  width: 80px;
  margin-left: -40px;
  left: 50%;
  top: -30px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}
.part-text-type {
  font-family: "Gotham Pro";
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  color: #999;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
}
.part-text-title {
  font-family: "Intro";
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.part-text-title a {
  color: #000000;
  text-decoration: none;
}
.part-text-title a:hover {
  text-decoration: underline;
}
.part-text-btn {
  margin-top: 20px;
}

.cnt-col {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cnt-col-l {
  display: table-cell;
  vertical-align: top;
  width: 330px;
}
.cnt-col-l.t2 {
  width: 270px;
}
.cnt-col-r {
  display: table-cell;
  vertical-align: top;
}
.cnt-col-r .main-p-text {
  margin-top: 100px;
}

.filter-block {
  position: relative;
  top: -80px;
  line-height: 1px;
}

.filter-b {
  display: flex;
  justify-content: space-between;
  padding: 19px 5px 0;
  border-top: solid 1px #e5e5e5;
  position: relative;
  z-index: 3;
}
.filter-b-mobile {
  display: none;
}
.filter-b-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.filter-b-item.open {
  z-index: 3;
}
.filter-b-item.open .filter-b-item-drop {
  display: block;
}
.filter-b-item-title {
  position: relative;
  z-index: 3;
}
.filter-b-item-title span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-right: 18px;
  cursor: pointer;
}
.filter-b-item-title span:hover {
  text-decoration: underline;
}
.filter-b-item-title span sup {
  color: #9d9d9d;
  font-size: 12px;
  margin: 0 2px 0 4px;
}
.filter-b-item-title span:after {
  position: absolute;
  content: "";
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  width: 5px;
  height: 5px;
  right: 4px;
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-b-item-drop {
  position: absolute;
  z-index: 1;
  left: -30px;
  top: -20px;
  background: #ffffff;
  width: 400px;
  border: solid 1px #d6d6d6;
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 59px;
}
.filter-b-item-drop.right {
  left: auto;
  right: -30px;
  width: 260px;
}
.filter-b-item-drop.right .scroll-wrapper > .scroll-content {
  max-height: 230px;
}
.filter-b-item-drop-bottom {
  margin: 0 -1px -1px;
  white-space: nowrap;
}
.filter-b-item-drop-bottom a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.filter-b-item-drop-cnt {
  padding: 0 0 0 29px;
}
.filter-b-item-drop-cnt a.active {
  color: #888;
}
.filter-b-item-sort-list {
  padding: 10px 29px 30px 0;
}
.filter-b-item-sort-list > div + div {
  margin-top: 10px;
}
.filter-b-item-sort-list > div a {
  color: #444444;
  text-decoration: none;
  font-size: 14px;
}
.filter-b-item-list {
  width: 100%;
}
.filter-b-item-list > div:last-child {
  padding-bottom: 20px;
}
.filter-b-item-list a {
  text-decoration: none;
}
.filter-b-item-list a:hover {
  text-decoration: underline;
}
.filter-b-item-list label {
  display: block;
  line-height: 20px;
  margin: 20px 0;
  padding-right: 30px;
}
.filter-b-item-list label:after {
  clear: both;
  content: "";
  display: table;
}
.filter-b-item-list label:first-child {
  margin-top: 0;
}
.filter-b-item-list label:last-child {
  margin-bottom: 10px;
}
.filter-b-item-list label .check {
  float: left;
  margin-right: 20px;
}
.filter-b-item-list label .check-title {
  font-size: 14px;
  overflow: hidden;
}
.filter-b-item-list label a {
  font-size: 14px;
}
.filter-b > div:last-child {
  padding-left: 150px;
}

.filter-c {
  text-align: center;
}
.filter-c a, .filter-c span {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: solid 1px #eee;
  padding: 7px 19px;
  margin-right: 10px;
  margin-top: 10px;
  line-height: 1;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
}
.filter-c a:active, .filter-c a a:hover, .filter-c span:active, .filter-c span a:hover {
  outline: 0;
  text-decoration: none;
}
.filter-c a.active, .filter-c span.active {
  position: relative;
  padding-right: 34px;
}
.filter-c a.active:after, .filter-c a.active:before, .filter-c span.active:after, .filter-c span.active:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #000;
  top: 50%;
  right: 11px;
  margin: -7px 0 0 -1px;
}
.filter-c a.active:after, .filter-c span.active:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter-c a.active:before, .filter-c span.active:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.filter-c a.reset, .filter-c span.reset {
  border: none;
  text-decoration: underline;
  color: #999;
}
.filter-c a.reset:hover, .filter-c span.reset:hover {
  text-decoration: none;
}

.size-guide {
  font-size: 14px;
}

.cat-end-more {
  position: relative;
  margin-top: -30px;
  margin-bottom: 40px;
}
.cat-end-more .cat {
  margin: 0 !important;
}

.cat-end-acc-wrap {
  margin-top: 30px;
}
.cat-end-acc-wrap.t2 {
  margin-top: 0;
}
.cat-end-acc-wrap.t2 .cat-end-acc-title span {
  font-family: unset;
  font-size: unset;
  text-transform: none;
  color: #650405;
}
.cat-end-acc-wrap.t2 .cat-end-acc-title span:before, .cat-end-acc-wrap.t2 .cat-end-acc-title span:after {
  content: unset;
}
.cat-end-acc-wrap .cat-end-acc.open .cat-end-acc-cnt {
  display: block;
}
.cat-end-acc-wrap .cat-end-acc.open .cat-end-acc-title span:after {
  display: none;
}
.cat-end-acc-wrap .cat-end-acc + .cat-end-acc {
  margin-top: 10px;
}
.cat-end-acc-wrap .cat-end-acc-title span {
  display: block;
  vertical-align: top;
  position: relative;
  padding-right: 28px;
  font-family: "Intro";
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.cat-end-acc-wrap .cat-end-acc-title span:hover {
  text-decoration: underline;
}
.cat-end-acc-wrap .cat-end-acc-title span:after, .cat-end-acc-wrap .cat-end-acc-title span:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  right: 0;
  top: 9px;
  background: #000;
}
.cat-end-acc-wrap .cat-end-acc-title span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cat-end-acc-wrap .cat-end-acc-cnt {
  display: none;
  padding: 0 0 10px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 15px;
}
.cat-end-acc-wrap .cat-end-acc-cnt p {
  margin: 0;
}
.cat-end-acc-wrap .cat-end-acc-cnt > *:first-child {
  margin-top: 0 !important;
}
.cat-end-acc-wrap .cat-end-acc-cnt > *:last-child {
  margin-bottom: 0 !important;
}

.cat {
  margin: 20px 0;
}
.cat-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 330px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  line-height: 20px;
  position: relative;
  z-index: 1;
}
.cat-item:hover:after {
  opacity: 0.2;
}
.cat-item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*background: url(../images/cat-item.png) 10px 0 no-repeat;*/
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.cat-item-img {
  max-width: 170px;
  margin: 49px auto 0;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.cat-item-img:before {
  content: "";
  float: left;
  padding-top: 100%;
}
.cat-item-img > div {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.cat-item-img > div a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cat-item-img > div img {
  vertical-align: top;
}
.cat-item-type {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 26px;
}
.cat-item-type a {
  color: #777777;
  text-decoration: none;
}
.cat-item-type a:hover {
  color: #ef283b;
}
.cat-item-price {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Serif";
  margin-top: 7px;
}

.items {
  /*display: flex;
  flex-wrap: wrap;*/
  margin: 0 -10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.items.t2 {
  grid-template-columns: 1fr 1fr;
}
.items.t2 .item-img {
  height: 600px;
}
.items.t2 .item-img img {
  max-height: 600px;
}
.items.t3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.items > div {
  /*flex-shrink: 1;
  flex-basis: 25%;*/
  padding: 10px 0;
}
.items > div.span2 {
  grid-column: span 2;
  grid-row: span 2;
}
.items > div.span2 > div {
  height: 100%;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.items > div.span2 > div > div {
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.items > div.span2 > div > div a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.item {
  border: solid 1px #dcdcdc;
  margin: 0 10px;
  padding: 30px 10px;
  height: calc(100% - 60px);
  position: relative;
}
.item:hover {
  border-color: #650405;
  border-bottom: none;
  z-index: 2;
}
.item:hover .item-control {
  display: block;
}
.item:hover .item-title a {
  text-decoration: underline;
}
.item-del {
  position: absolute;
  background: #fff;
  padding: 0 10px;
  top: 0;
  right: 0;
  z-index: 5;
}
.item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.item-img img {
  vertical-align: top;
  max-width: 100%;
  max-height: 200px;
}
.item-title {
  max-width: 220px;
  margin: 15px auto 0;
  text-align: center;
  line-height: 25px;
  max-height: 75px;
  overflow-y: hidden;
}
.item-title a {
  color: #333333;
  text-decoration: none;
}
.item-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item-price {
  font-family: "Intro", sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.05em;
  max-width: 220px;
  margin: 10px auto 0;
  text-align: center;
}
.item-price span {
  font-family: "Proxima Nova", sans-serif;
}
.item-price span.empty-price {
  font-size: 16px;
}
.item .btn {
  font-family: "Proxima Nova";
  font-size: 12px;
  font-weight: bold;
  margin: 20px auto 0;
  width: 100%;
  max-width: 220px;
  position: relative;
  z-index: 2;
  display: block;
}
.item .btn.cb2, .item .btn.cb1 {
  width: 100% !important;
}
.item .btn.cb2 {
  display: none !important;
}
.item-control {
  position: absolute;
  right: -1px;
  border: solid 1px #650405;
  border-top: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 20px;
  width: calc(100% + 2px);
  left: -1px;
  display: none;
  background: #ffffff;
  font-size: 12px;
  line-height: 1.25;
  font-weight: normal;
}
.item-control span {
  color: #666;
}
.item-control > div {
  max-width: 220px;
  margin: 10px auto;
}

.gems .item:hover {
  border-color: #650405;
}
.gems .pag span {
  background: #650405;
  border: solid 1px #650405;
}
.gems .pag a:hover {
  border: solid 1px #650405;
}

.wedding .item:hover {
  border-color: #650405;
}
.wedding .item:hover .item-control {
  border-color: #650405;
}
.wedding .item .btn {
  border: solid 1px #650405;
  background: #650405;
  color: #fff;
}
.wedding .item .btn:hover {
  background: transparent;
  color: #650405;
}
.wedding .pag span {
  background: #650405;
  border: solid 1px #650405;
}
.wedding .pag a:hover {
  border: solid 1px #650405;
}

.royal .item:hover {
  border-color: #6f0824;
}
.royal .pag span {
  background: #6f0824;
  border: solid 1px #6f0824;
}
.royal .pag a:hover {
  border: solid 1px #6f0824;
}
.royal-history {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.royal-history > div {
  flex-basis: 35%;
}
.royal-history > div img {
  max-width: 100%;
}
.royal-history.left > div:first-child {
  flex-basis: 60%;
}
.royal-history.right > div:last-child {
  flex-basis: 60%;
}
.royal-history.long > div {
  flex-basis: 100%;
}
.royal-history.long > div:last-child {
  max-width: 460px;
}
.royal-history-title {
  font-size: 36px;
  line-height: 1;
  font-family: "Intro", serif;
  font-weight: 400;
}
.royal-history-title.t2 {
  text-align: center;
}
.royal-history-desc {
  color: #000;
  max-width: 340px;
  margin: 20px auto 0;
}

.soc {
  margin-top: 20px;
}
.soc a {
  display: inline-flex;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: solid 1px #eaeaea;
  border-radius: 2px;
  margin: 10px 10px 0 0;
  align-items: center;
  justify-content: center;
  color: #000;
}
.soc a.mobile {
  display: none;
}
.soc a img,
.soc a svg {
  vertical-align: top;
  width: 18px;
  height: 18px;
}
.soc a:hover {
  border-color: #6f0824;
  background: #6f0824;
  color: #fff;
}

.logos {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.logos > div img {
  width: 100%;
  height: auto;
  max-width: 120px;
}

.chchat {
  position: fixed;
  right: 0;
  bottom: 220px;
  background: #18C139 url(../images/chat.svg) 50% 50%/30px no-repeat;
  width: 50px;
  height: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  animation: pulse 2s infinite;
}
.chchat:hover {
  /*opacity: .8;*/
}
.chchat.open {
  background-image: url(../images/cross.svg);
  background-size: 24px;
}
.chchat.open .chchat-select {
  display: flex;
}
.chchat-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chchat-select {
  position: absolute;
  right: calc(100% + 20px);
  bottom: 0;
  background-color: #fff;
  border-radius: 5px;
  display: none;
  align-items: center;
  padding: 10px;
  box-shadow: 0 0 20px rgba(41, 47, 61, 0.3);
}
.chchat-select:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 100%;
  right: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}
.chchat-select > a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 10px;
}
.chchat-select > a:last-child {
  margin-right: 0;
}
.chchat-select-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.chchat-select-close.open {
  display: block;
}
.chchat-select-whatsapp {
  display: block;
  background: #25d366 url("../images/whatsapp_w.svg") 50% 50% no-repeat;
  background-size: 20px;
}
.chchat-select-telegram {
  display: block;
  background: #0088cc url("../images/telegram.svg") 50% 50% no-repeat;
  background-size: 20px;
}
.chchat-select-viber {
  background: #7360f2 url(../images/viber.svg) 50% 50% no-repeat;
  background-size: 20px;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(24, 193, 57, 0.4);
    box-shadow: 0 0 0 0 rgba(24, 193, 57, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(24, 193, 57, 0);
    box-shadow: 0 0 0 15px rgba(24, 193, 57, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(24, 193, 57, 0);
    box-shadow: 0 0 0 0 rgba(24, 193, 57, 0);
  }
}
.sidebar {
  margin: 10px 40px 0;
}

.sidebar-title {
  color: #e52a3d;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: 40px;
}

.sidebar-menu {
  font-family: "Noto Serif";
  font-size: 14px;
  padding-left: 40px;
  padding-bottom: 30px;
}
.sidebar-menu div + div {
  margin-top: 10px;
}
.sidebar-menu a,
.sidebar-menu span {
  color: #000;
  text-decoration: none;
  position: relative;
}
.sidebar-menu a.active,
.sidebar-menu span {
  padding-left: 20px;
}
.sidebar-menu a.active:before,
.sidebar-menu span:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -3px;
  top: 50%;
  margin-top: -3px;
}
.sidebar-menu a:hover,
.sidebar-menu span {
  color: #a4525e;
}

.sidebar-filter {
  line-height: 20px;
  color: #000;
  padding-left: 40px;
}
.sidebar-filter label {
  display: block;
}
.sidebar-filter label:after {
  clear: both;
  content: "";
  display: table;
}
.sidebar-filter label + label {
  margin-top: 20px;
}
.sidebar-filter label:hover .check i {
  border-color: #000;
}
.sidebar-filter label .check {
  float: left;
  margin-right: 16px;
  margin-top: 3px;
}

.check-title {
  overflow: hidden;
  margin-left: 30px;
}

.check {
  width: 14px;
  height: 14px;
  float: left;
  margin-top: 5px;
}
.check input {
  display: none;
}
.check input:checked + i:after {
  content: "";
}
.check.checked i:after {
  content: "";
}
.check i {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #dedede;
}
.check i:after {
  position: absolute;
  width: 6px;
  height: 9px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 6px;
  top: 3px;
}

.sidebar-filter-btn {
  margin: 24px 0 0 40px;
}
.sidebar-filter-btn .btn {
  width: 180px;
  margin-top: 10px;
}

.cat-end-col {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cat-end-col-l {
  display: table-cell;
  vertical-align: top;
  padding-top: 30px;
}
.cat-end-col-r {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
  padding-left: 45px;
}
.cat-end-col-r.magnifique a {
  color: #650405;
}
.cat-end-col-r.magnifique a.btn {
  color: #fff;
}
.cat-end-col-r.magnifique a.btn:hover {
  color: #650405;
}

.cat-end-img {
  display: table;
  width: 440px;
  height: 440px;
}
.cat-end-img div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cat-end-img div img {
  vertical-align: top;
}

.cat-end-col-table {
  display: table;
  table-layout: fixed;
}

.cat-end-col-inner {
  display: table-row;
  font-weight: 300;
}
.cat-end-col-inner.articul {
  font-size: 12px;
  color: #999;
}
.cat-end-col-inner > div {
  display: table-cell;
  vertical-align: middle;
  /*width: 170px;*/
  padding-right: 20px;
}
.cat-end-col-inner > div.vtop {
  vertical-align: top;
}
.cat-end-col-inner.t2 > div {
  vertical-align: middle;
}

.offer {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
  line-height: 20px;
  margin-bottom: 5px;
}

.cat-end-price-wrap {
  position: relative;
  margin: 10px 0;
}
.cat-end-price-wrap .btn + .btn {
  margin-left: 20px;
}

.cat-end-price {
  font-family: "Proxima Nova", Serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0.05em;
  color: #333;
  white-space: nowrap;
}
.cat-end-price.request {
  font-size: 20px;
}
.cat-end-price span {
  font-size: 18px;
}

.control-input {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #dedede;
  width: 140px;
  height: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.control-input input {
  height: 48px;
  width: 60px;
  text-align: center;
  color: #000;
  border: 0;
  display: inline-block;
  vertical-align: top;
  background: transparent;
}
.control-input span {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 48px;
  position: relative;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  cursor: pointer;
}
.control-input span.control-input-down:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
}
.control-input span.control-input-up:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
}
.control-input span.control-input-up:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cat-end-btn {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border: solid 2px #c2112b;
  background: url(../images/cart.png) 50% 50% no-repeat #c2112b;
  margin-left: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.cat-end-btn:hover {
  background-color: transparent;
}

.wsnw {
  white-space: nowrap;
}

.share-open:before,
.c-icon-phone,
.favorite-add,
.favorite-added {
  height: 50px;
  width: 50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 24px;
  background-size: 24px;
  margin-left: 10px;
  display: inline-block;
}

.favorite-add {
  background-image: url(../images/heart.svg);
}

.favorite-added {
  background-image: url(../images/heartbf.svg);
}

.c-icon-phone {
  display: none;
  background-image: url(../images/Phone.svg);
}

.share-open {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  line-height: 50px;
  color: #000 !important;
}
.share-open:hover {
  text-decoration: none;
}
.share-open:before {
  content: "";
  position: absolute;
  width: 25px;
  left: 0;
  margin: 0;
  top: calc(50% - 25px);
  background-image: url(../images/share.svg);
}
.share-wrap {
  position: relative;
}
.share-popover {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 225px;
  padding: 25px;
  background: #fff;
  border: solid 1px #dedede;
}
.share-popover-close {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  right: 0;
  box-sizing: border-box;
  top: 0;
}
.share-popover-close:after, .share-popover-close:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #000;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -3px;
}
.share-popover-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.share-popover-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.share-popover li {
  padding-left: 5px;
}
.share-popover li:before {
  content: none;
}

.pdf-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf-buttons > button {
  margin: 10px;
  display: block;
}

.cart {
  width: 100%;
  line-height: 20px;
}
.cart tr + tr + tr td {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.cart-img {
  width: 170px;
  height: 170px;
  display: table;
}
.cart-img > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cart-img > div img {
  vertical-align: top;
  width: 170px;
}
.cart-title {
  padding-right: 50px;
}
.cart-title a {
  color: #333;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.cart-title a:hover {
  text-decoration: underline;
}
.cart-article {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 28px;
  margin-top: 1px;
}
.cart-del {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.cart-del:after, .cart-del:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
}
.cart-del:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-del:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cart-del:hover:after, .cart-del:hover:before {
  background: #82191a;
}
.cart-price {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  letter-spacing: 1px;
}
.cart .cat-end-col-inner {
  font-size: 12px;
  line-height: 1.25;
}
.cart .cat-end-col-inner + .cat-end-col-inner {
  margin-top: 10px;
}
.cart .cat-end-col-inner div {
  width: 120px;
}
.cart .cat-end-col-inner div + div {
  width: auto;
}
.cart th {
  font-family: "Intro";
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
  color: #666666;
  padding-top: 14px;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
}
.cart th.c1 {
  padding-left: 40px;
}
.cart td {
  padding: 30px 0 35px;
}
.cart .c1 {
  width: 190px;
  padding-right: 30px;
}
.cart .c3,
.cart .c5 {
  width: 170px;
}
.cart .c3 .cat-end-param-title,
.cart .c5 .cat-end-param-title {
  display: none;
}
.cart .c4 {
  width: 140px;
  padding-right: 30px;
}
.cart .c4 .cat-end-param-title {
  display: none;
}
.cart .c6 {
  width: 50px;
  padding-right: 20px;
}
.cart-total {
  text-align: right;
  font-weight: normal;
  padding: 20px 40px 25px 0 !important;
}
.cart-total span {
  margin-left: 30px;
}
.cart-total span b {
  font-size: 24px;
  font-family: "Proxima Nova";
  font-weight: bold;
  letter-spacing: 2px;
}

.cart-bottom {
  padding: 60px 0 80px;
  margin-bottom: -40px;
  position: relative;
}
.cart-bottom-col {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  margin: 20px 0 50px;
}
.cart-bottom-col-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Intro";
  text-align: center;
}
.cart-bottom-col-l {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
.cart-bottom-col-r {
  display: table-cell;
  vertical-align: top;
}

.cart-form {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 100px 30px;
}
.cart-form .btn {
  display: block;
  margin: 30px auto 0;
  padding-left: 45px;
  padding-right: 45px;
}
.cart-form .btn.t3:hover {
  color: #6f0824;
}
.cart-form-col {
  margin: 14px 0;
}
.cart-form-col label {
  width: 250px;
}
.cart-form-col label + label {
  margin-left: 10px;
}
.cart-form-title {
  text-align: center;
  overflow: hidden;
  font-size: 30px;
  line-height: 1;
  font-family: "Playfair Display", serif;
  position: absolute;
  left: 0;
  top: -18px;
  width: 100%;
}
.cart-form-title span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.cart-form-title span:after, .cart-form-title span:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #980c20;
  width: 1000px;
  top: 50%;
  margin-top: 3px;
  left: -1010px;
}
.cart-form-title span:after {
  left: auto;
  right: -1010px;
}

.register-btn {
  width: 100%;
}
.register-btn .btn {
  width: auto !important;
}
.register-btn.c2 {
  text-align: center;
}

.info {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
}

.auth-form {
  max-width: 760px;
  margin: 0 auto;
}
.auth-form.lk {
  margin: 0;
}
.auth-form .btn {
  width: 100%;
}

form > div {
  display: inline-block;
  width: 50%;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form > div.form-divider {
  width: 100%;
  padding: 0;
  display: block;
}
form > div.w100 {
  width: 100%;
  display: block;
}
form > label {
  padding: 0 10px;
}

label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label.inline {
  width: auto;
}
label > span {
  display: block;
  margin-bottom: 6px;
}
label > span i {
  color: #ff3131;
  font-style: normal;
}

input,
textarea {
  border: solid 1px #dedede;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 19px 14px;
  background: transparent;
  color: #333;
}

textarea {
  height: 100px;
  resize: none;
}

.buy-info {
  margin-bottom: 30px;
  margin-top: 8px;
}
.buy-info table td {
  vertical-align: top;
  padding-right: 30px;
}

.buy-img img {
  vertical-align: top;
}

.size-available {
  font-weight: 400;
  margin-top: 10px;
}

.cb1 {
  /*margin-left: 20px;*/
}

.cb2 {
  display: none;
  margin-left: 20px;
  margin-top: 0 !important;
  width: auto !important;
  padding: 10px 29px 8px !important;
}

.js-forCart .cb1 {
  display: none;
}
.js-forCart .cb2 {
  display: inline-block !important;
}

.label_action {
  background: #c2112b;
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  border-radius: 20px;
  padding: 0 10px;
}

.cat-item .label_action {
  position: absolute;
  right: 20px;
  top: 20px;
}

.cat-item-old_price {
  text-align: center;
  color: #c2112b;
  font-size: 14px;
  margin-top: 2px;
}
.cat-item-old_price span {
  text-decoration: line-through;
}

.restore {
  text-decoration: underline;
}
.restore:hover {
  text-decoration: none;
}

.modal {
  background: #fff;
  padding: 30px 70px 40px;
  width: 1000px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal.w480 {
  width: 480px;
  padding: 30px 60px 40px;
}
.modal label + label {
  margin-top: 14px;
}
.modal-title {
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  font-family: "Intro";
  font-weight: 300;
  margin-bottom: 25px;
}
.modal-title.t2 {
  font-weight: 400;
}
.modal-btn {
  margin-top: 20px;
  width: 100%;
}
.modal-btn .btn {
  width: 200px;
  padding: 16px 0 17px;
}
.modal-btn .btn + .btn {
  margin-left: 20px;
}
.modal-btn100 {
  margin-top: 20px;
  width: 100%;
}
.modal-btn100 .btn {
  width: 100%;
  padding: 16px 0 17px;
}

.modal-reset-pass {
  color: #ff8c98;
  margin-top: 10px;
}
.modal-reset-pass a {
  color: #000;
}

.reg-type {
  margin-bottom: 30px;
}
.reg-type.t2 {
  margin-bottom: 0;
  width: 100%;
}
.reg-type label {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 !important;
  line-height: 20px;
}
.reg-type label:after {
  clear: both;
  content: "";
  display: table;
}
.reg-type label + label {
  margin-left: 45px !important;
}
.reg-type-title {
  overflow: hidden;
}

.radio {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 19px;
  margin-top: 5px;
}
.radio input {
  display: none;
}
.radio input:checked + i:after {
  content: "";
}
.radio i {
  background: #fff;
  display: block;
  border-radius: 20px;
  border: solid 1px #dedede;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
}
.radio i:after {
  position: absolute;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
}

.newaddr {
  display: none;
}

.m-btn {
  margin: 30px auto 0;
  display: table;
}

.modal-sert {
  width: 720px;
  position: relative;
  z-index: 1;
}

.modal-slider-btn {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.modal-slider-btn a {
  display: block;
  width: 50px;
  height: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #b01d2c;
  top: 50%;
  margin-top: -25px;
  position: absolute;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.modal-slider-btn a:hover {
  background: #b01d2c;
}
.modal-slider-btn a:after {
  position: absolute;
  content: "";
  border-left: solid 1px #fff;
  border-top: solid 1px #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
}
.modal-slider-btn-l {
  left: -50px;
}
.modal-slider-btn-l:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -3px;
}
.modal-slider-btn-r {
  right: -50px;
}
.modal-slider-btn-r:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-left: -8px;
}

.modal-cat {
  width: 1000px;
  position: relative;
  z-index: 1;
  padding: 0;
}
.modal-cat-col {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 100%;
}
.modal-cat-col-l {
  width: 470px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #131313;
  background: -moz-linear-gradient(top, #131313 0%, #55020f 100%);
  background: -webkit-linear-gradient(top, #131313 0%, #55020f 100%);
  background: linear-gradient(to bottom, #131313 0%, #55020f 100%);
}
.modal-cat-col-l img {
  vertical-align: middle;
}
.modal-cat-col-r {
  width: 530px;
  display: table-cell;
  vertical-align: top;
}
.modal-cat-col-r .btn {
  margin-top: 30px;
  width: 180px;
  padding-left: 0;
  padding-right: 0;
}
.modal-cat-col-r .cat-end-price-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal-cat-col-r .cat-end-price-wrap:after {
  display: none;
}
.modal-cat-col-r > div {
  padding: 35px 70px 30px;
}
.modal-cat-col-r > div + div {
  border-top: solid 1px #ad2135;
}

.modal-cat-title {
  font-size: 36px;
  line-height: 40px;
  font-family: "Playfair Display", serif;
  margin-bottom: 24px;
}

.cart-modal-wrap .baron-wrapper {
  height: 300px;
}
.cart-modal-wrap .modal2-btns {
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.cart-modal-wrap .modal2-btns a {
  display: block;
}
.cart-modal-wrap .cart-modal-text {
  margin: 20px 40px 10px;
}
.cart-modal-wrap .cart-modal-price {
  float: left;
  font-size: 14px;
  font-family: "Noto Serif";
  margin: 10px 0 0 30px;
}
.cart-modal-wrap .cart-modal-price b {
  font-weight: normal;
  font-size: 18px;
  margin-left: 6px;
}
.cart-modal-wrap .cart-modal-item {
  display: table;
  width: calc(100% - 60px);
  position: relative;
}
.cart-modal-wrap .cart-modal-item + .cart-modal-item {
  border-top: solid 1px #ddd;
}
.cart-modal-wrap .cart-modal-item > div {
  display: table-cell;
  vertical-align: middle;
  padding: 19px 0 10px;
}
.cart-modal-wrap .cart-modal-item .cmi1 {
  width: 120px;
}
.cart-modal-wrap .cart-modal-item .cmi2 {
  line-height: 20px;
}
.cart-modal-wrap .cart-modal-item .cmi3 {
  width: 140px;
}
.cart-modal-wrap .cart-modal-item .cmi-img {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
}
.cart-modal-wrap .cart-modal-item .cmi-img > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cart-modal-wrap .cart-modal-item .cmi-img > div img {
  vertical-align: top;
}
.cart-modal-wrap .cart-modal-item .cmi-title a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.cart-modal-wrap .cart-modal-item .cmi-title a:hover {
  color: #999;
}
.cart-modal-wrap .cart-modal-item .cmi-article {
  color: #b4b4b4;
  font-size: 10px;
  text-transform: uppercase;
}
.cart-modal-wrap .cart-modal-item .cmi-price {
  font-size: 18px;
  margin-top: 18px;
}
.cart-modal-wrap .cart-modal-item .cmi-del {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -50px;
  top: 25px;
  cursor: pointer;
}
.cart-modal-wrap .cart-modal-item .cmi-del:after, .cart-modal-wrap .cart-modal-item .cmi-del:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  top: 50%;
  background-color: #999;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-modal-wrap .cart-modal-item .cmi-del:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.link_select_models {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 170px;
}
.link_select_models:hover span {
  border-bottom: dotted 1px transparent;
}
.link_select_models span {
  display: block;
  vertical-align: baseline;
  line-height: 14px;
  white-space: nowrap;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: dotted 1px;
  margin-top: 7px;
}

.select {
  border: solid 1px #dedede;
  width: 140px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 40px;
  cursor: pointer;
  z-index: 3;
}
.select-current {
  color: #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 0 0 20px;
  position: relative;
  height: 38px;
}
.select-current span {
  display: block;
  font-size: 14px;
  margin-right: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-current:after {
  position: absolute;
  content: "";
  border-left: solid 1px #dedede;
  width: 38px;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.select-current:before {
  position: absolute;
  content: "";
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  right: 16px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 2;
}
.select-list {
  display: none;
  border: solid 1px #980c20;
  background: #630311;
  position: absolute;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  width: 140px;
  top: 49px;
}
.select-list label {
  display: block;
  padding: 7px 20px;
  margin: 0 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.select-list label:hover {
  background: #980c20;
}
.select-list label + label {
  border-top: solid 1px #980c20;
}
.select-list label input {
  display: none;
}

.old_v {
  padding: 4px 0 6px;
}
.old_v:after {
  clear: both;
  content: "";
  display: table;
}
.old_v .old_v-link {
  color: #fff;
  font-size: 14px;
  display: table;
  margin: 0 auto;
  white-space: nowrap;
}

.mob_v a {
  color: #ffffff;
}

.location-select {
  float: left;
}

.p404 {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  height: 550px;
}
.p404:after {
  position: absolute;
  content: "";
  height: 600px;
  width: 2000px;
  z-index: -1;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -1000px;
  background: url(../images/p404.png) 50% 50% no-repeat;
}
.p404 > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.p404-title {
  font-size: 70px;
  line-height: 1;
  font-family: "Playfair Display", serif;
}
.p404-desc {
  margin-top: 43px;
  font-size: 16px;
}

.price-filter {
  padding: 10px 20px 0 0;
}
.price-filter .price-input {
  margin-bottom: 39px;
}
.price-filter .price-input > div {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
.price-filter .price-input > div > div {
  font-size: 14px;
}
.price-filter .price-input > div + div {
  margin-left: 20px;
}
.price-filter .price-input input {
  width: 100%;
}

.acc {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  margin-left: 40px;
}
.acc.open-imp .acc-content {
  display: block !important;
}
.acc.open .acc-top span:after {
  border-bottom: solid 4px #fff;
  border-top: 0;
  top: 12px;
}
.acc.open .acc-content {
  display: block;
}
.acc-top {
  color: #e52a3d;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px 0 19px;
  cursor: pointer;
}
.acc-top span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.acc-top span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: solid 4px #fff;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  top: 13px;
  right: -32px;
}
.acc-content {
  display: none;
  padding: 15px 0;
}
.acc .sidebar-filter {
  padding: 0;
}

.more {
  font-size: 12px;
  color: #d12537;
  border-bottom: dotted 1px;
  display: inline-block;
  vertical-align: top;
  line-height: 11px;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
}
.more:hover {
  border-bottom: dotted 1px transparent;
}

.big_img_item {
  /*display: table;*/
  width: 440px;
  height: 440px;
  margin: 10px auto 0;
  position: relative;
}
.big_img_item img {
  vertical-align: top;
  max-width: 440px;
  max-height: 440px;
  height: auto;
  width: auto;
}

.js-big_img_item {
  display: none;
}

.cat-end-img_prev {
  margin-top: 40px;
}
.cat-end-img_prev > div {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  margin: 5px;
}
.cat-end-img_prev > div > div {
  display: table;
  width: 80px;
  height: 80px;
}
.cat-end-img_prev > div > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cat-end-img_prev > div > div > div img {
  vertical-align: top;
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
}

.scrollbar-inner-wrap {
  width: 100%;
}
.scrollbar-inner-wrap .baron-wrapper {
  height: 200px !important;
}

.mss-wrap .baron-wrapper {
  height: 480px !important;
}

.mss a {
  display: block;
  color: #000;
  padding: 5px 20px 4px;
  font-size: 14px;
  text-decoration: none;
}
.mss a:hover {
  text-decoration: underline;
}

.location-select {
  position: relative;
}
.location-select-current {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #999;
}
.location-select-current:after {
  position: absolute;
  content: "";
  right: -10px;
  top: 15px;
  border: 3px solid transparent;
  border-top: 3px solid #999;
}
.location-select-drop {
  position: absolute;
  display: none;
  z-index: 2;
  border: solid 1px #d7d7d7;
  background: #fff;
  top: 27px;
  left: -20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 160px;
  padding: 9px 0;
}
.location-select-drop div a {
  color: #0065ae;
  font-size: 16px;
  display: block;
  padding: 8px 16px 9px;
  line-height: 12px;
}
.location-select-drop div a span {
  display: inline-block;
  vertical-align: top;
  border-bottom: dotted 1px;
}
.location-select-drop div a:hover {
  background: #ddf0ff;
}
.location-select-drop div a:hover span {
  border-bottom: dotted 1px transparent;
}
.location-select-drop.open {
  display: block;
}

.header-mob {
  display: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 4px 0 5px;
}
.header-mob:after {
  clear: both;
  content: "";
  display: table;
}
.header-mob .location-select {
  margin-left: 0;
  margin-top: 0;
}
.header-mob .header_phone {
  margin-right: 0;
  margin-top: 0;
  font-size: 18px;
}

.filter-btn {
  margin-bottom: 30px;
  width: 100%;
}

.fixed {
  overflow: hidden;
}
.fixed body {
  overflow: hidden;
}

.mobile-main-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 500px;
  height: 100%;
  z-index: 12;
  background: #fff;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateX(-100%) translateY(0) translateZ(0);
  -moz-transform: translateX(-100%) translateY(0) translateZ(0);
  -ms-transform: translateX(-100%) translateY(0) translateZ(0);
  -o-transform: translateX(-100%) translateY(0) translateZ(0);
  transform: translateX(-100%) translateY(0) translateZ(0);
}
.mobile-main-menu-scroll {
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.mobile-main-menu-scroll .back {
  position: absolute;
  font-size: 14px;
  left: 25px;
  top: 15px;
  width: 50px;
  text-decoration: none;
  cursor: pointer;
}
.mobile-main-menu-scroll .back:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  left: -10px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-main-menu-scroll .lk {
  position: absolute;
  font-size: 14px;
  left: 25px;
  top: 15px;
  width: 170px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
.mobile-main-menu-scroll .lk a + a {
  margin-left: 10px;
  color: #999;
}
.mobile-main-menu-scroll .lk a + a:hover {
  opacity: 0.6;
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0) translateY(0) translateZ(0);
  -moz-transform: translateX(0) translateY(0) translateZ(0);
  -ms-transform: translateX(0) translateY(0) translateZ(0);
  -o-transform: translateX(0) translateY(0) translateZ(0);
  transform: translateX(0) translateY(0) translateZ(0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.mobile-main-menu-title {
  height: 60px;
}
.mobile-main-menu-list {
  border-top: solid 1px #ebebeb;
}
.mobile-main-menu-list .mml1 {
  text-transform: uppercase;
}
.mobile-main-menu-list .mml1.active a,
.mobile-main-menu-list .mml1.active span {
  color: #6f0824;
}
.mobile-main-menu-list .mml1 > a,
.mobile-main-menu-list .mml1 > span {
  font-size: 13px;
  text-transform: uppercase;
  padding: 13px 30px 7px;
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
}
.mobile-main-menu-list .mml1 > a > span,
.mobile-main-menu-list .mml1 > span > span {
  position: relative;
}
.mobile-main-menu-list .mml1 > a.have-child:after,
.mobile-main-menu-list .mml1 > span.have-child:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  right: 22px;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-main-menu-list .mml1 .selected-filters {
  font-size: 12px;
  line-height: 1.2;
  text-transform: none;
  padding: 0 30px 7px;
  margin-top: -7px;
  color: #000;
}
.mobile-main-menu-list .mml2 {
  display: none;
  padding-bottom: 20px;
}
.mobile-main-menu-list .mml2 a,
.mobile-main-menu-list .mml2 span {
  padding: 5px 20px 5px 50px;
  display: block;
  position: relative;
}
.mobile-main-menu-list .mml2 a:after,
.mobile-main-menu-list .mml2 span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #af3749;
  left: 30px;
  top: 14px;
}
.mobile-main-menu-list .mml2 span {
  color: #bf5566;
}
.mobile-main-menu-list .mml3 > a {
  position: relative;
  padding: 13px 60px 7px;
  font-size: 14px;
  display: block;
}
.mobile-main-menu-list .mml3 > a:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 19px;
  width: 15px;
  height: 15px;
  background: url("../images/Phone.svg");
}

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
}
.modal-close.t2 {
  height: 60px;
}
.modal-close:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  left: 50%;
  margin-top: -7px;
  top: 50%;
  background: #999;
  margin-left: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  left: 50%;
  margin-top: -7px;
  top: 50%;
  background: #999;
  margin-left: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cat-end-img_prev {
  text-align: center;
  display: none;
}

.slick-slider .slick-list {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.cart-mobile {
  line-height: 20px;
  display: none;
  width: 100%;
}
.cart-mobile:after {
  clear: both;
  content: "";
  display: table;
}
.cart-mobile-item {
  padding: 20px 0;
  border-bottom: solid 1px #7c0718;
  position: relative;
}
.cart-mobile-item:after {
  clear: both;
  content: "";
  display: table;
}
.cart-mobile .cart-del {
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
  height: 40px;
}
.cart-mobile-l {
  float: left;
  width: 30%;
  margin-right: 20px;
  height: 1px;
  text-align: center;
  min-height: 170px;
}
.cart-mobile-l a {
  display: block;
}
.cart-mobile-l img {
  display: block;
  max-width: 100%;
}
.cart-mobile-r {
  overflow: hidden;
}
.cart-mobile-size {
  margin-bottom: 5px;
}
.cart-mobile-size > div {
  display: inline-block;
  vertical-align: baseline;
}
.cart-mobile-size > div + div {
  margin-left: 8px;
}
.cart-mobile-count {
  white-space: nowrap;
  margin-bottom: 10px;
}
.cart-mobile-count > div {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
}
.cart-mobile-count > div + div {
  margin-left: 8px;
  padding-top: 0;
}
.cart-mobile .control-input {
  height: 30px;
  width: 120px;
}
.cart-mobile .control-input input {
  width: 54px;
  padding: 0;
  height: 30px;
}
.cart-mobile .control-input span {
  height: 30px;
  width: 30px;
}

.mobile_none_popup {
  display: none;
}

.mobile-main-menu .filter-wrap {
  display: block;
  margin-top: 60px;
  margin-bottom: 70px;
}
.mobile-main-menu .acc-top {
  color: #000;
}
.mobile-main-menu .more {
  color: #000;
}
.mobile-main-menu .acc-content .sidebar-filter {
  margin-left: 0;
}
.mobile-main-menu .check i {
  border-color: #000 !important;
}
.mobile-main-menu .check i:after {
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
.mobile-main-menu .sidebar-filter {
  margin-left: 20px;
  padding-left: 0;
  margin-right: 20px;
}
.mobile-main-menu .sidebar-title {
  margin-left: 20px;
  color: #000;
  margin-right: 20px;
}
.mobile-main-menu-links {
  padding: 10px 30px;
  border-top: solid 1px #ebebeb;
}
.mobile-main-menu-links a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  text-decoration: none;
  margin-right: 20px;
}
.mobile-main-menu-links a:hover {
  text-decoration: underline;
}

.mobile-main-menu-btns {
  white-space: nowrap;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  background: #650405;
}
.mobile-main-menu-btns > div {
  flex: 1 1 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  text-align: center;
}
.mobile-main-menu-btns > div a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
}
.mobile-main-menu-btns > div + div {
  border-right: 0;
}

.mobile_button {
  display: none;
}

.mss-wrap {
  width: 480px;
  height: 480px;
  margin: 0 0 -40px -60px;
}
.mss-wrap .popup_map {
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-b {
  height: 700px;
  position: relative;
  color: #ffffff;
  margin: 0 auto;
  z-index: 1;
  background: #020201;
}
.video-b-text {
  max-width: 440px;
  display: table;
  width: 100%;
  height: 100%;
  float: right;
}
.video-b-text > div {
  display: table-cell;
  vertical-align: middle;
}
.video-b-prefix {
  font-size: 12px;
  line-height: 1;
  font-family: "Proxima Nova", serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 30px;
  letter-spacing: 0.1em;
}
.video-b-prefix a {
  color: #fff;
  text-decoration: none;
}
.video-b-title {
  font-size: 36px;
  line-height: 1;
  font-family: "Intro", serif;
}
.video-b-title a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.video-b-desc {
  max-width: 340px;
  margin: 20px auto 0;
}
.video-b-bg {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: -1;
  max-width: 875px;
  height: 700px;
  left: 0;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: calc(100% - 460px);
}
.video-b-bg img {
  display: none;
}

.other {
  margin-bottom: 15px;
}
.other-title {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.other .select {
  width: 380px;
}
.other-items {
  display: flex;
  flex-wrap: wrap;
}
.other-items > div a {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  border: solid 1px #dedede;
  padding: 5px 10px;
  margin: 5px;
  display: block;
}
.other-items > div a:hover {
  border-color: #6f0824;
}

.cities_cols {
  margin-top: 55px;
  padding-left: 110px;
  padding-right: 110px;
}
.cities_cols > div {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-right: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cities_cols > div > div + div {
  margin-top: 46px;
}
.cities_cols > div > div span {
  font-size: 30px;
  font-family: "Intro";
}
.cities_cols > div > div div {
  font-size: 14px;
}
.cities_cols > div > div div a {
  color: #000;
  text-decoration: none;
}
.cities_cols > div > div div a:hover {
  text-decoration: underline;
}

.city-select {
  position: relative;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.city-select:after {
  position: absolute;
  content: "";
  right: -10px;
  top: 15px;
  border: 3px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 3px;
  border-top: 3px solid #000;
}

.shops-wrap .shops-top {
  color: #000;
  padding: 20px 0;
  text-align: center;
}
.shops-wrap .shops-top-title {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-right: 23px;
  padding-top: 2px;
  position: relative;
}
.shops-wrap .shops-top-title span {
  position: relative;
}
.shops-wrap .shops-top-title span:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 12px;
  left: -25px;
  top: 2px;
  background: url("../images/pin2.svg") 50% 50% no-repeat;
}
.shops-wrap .shops-top .select {
  width: 380px !important;
  display: inline-block;
  vertical-align: top;
}
.shops-wrap .shops-bottom {
  height: 520px;
}
.shops-wrap .shops-bottom .buy-map {
  height: 520px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.shops_cols {
  padding-bottom: 20px;
}
.shops_cols > div {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  margin-top: 30px;
}
.shops_cols > div .shop-title {
  line-height: 20px;
}
.shops_cols > div .shop-title a {
  color: #000;
  text-decoration: none;
  font-family: "Intro";
  font-size: 18px;
}
.shops_cols > div .shop-title a:hover {
  text-decoration: underline;
}
.shops_cols > div .shop-addr {
  font-size: 16px;
  margin-top: 10px;
}

.shops-end {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
}
.shops-end .shops-l {
  display: table-cell;
  vertical-align: top;
  width: 280px;
  padding-right: 50px;
  padding-top: 30px;
}
.shops-end .shops-l .shop-addr .tel {
  text-decoration: none;
  color: #000;
}
.shops-end .shops-l .shop-addr div {
  font-family: "Proxima Nova";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.shops-end .shops-l .shop-addr + .shop-addr {
  margin-top: 20px;
}
.shops-end .shops-r {
  display: table-cell;
  vertical-align: top;
}
.shops-end .shops-r .buy-map {
  height: 400px;
}

.shop_img {
  text-align: center;
}
.shop_img div {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  width: calc(25% - 20px);
}
.shop_img div img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

.custom-slider-controls {
  position: relative;
}

.custom-slider-controls button {
  position: absolute;
  top: -230px;
  outline: 0;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 14px;
  border: solid 1px rgba(30, 52, 91, 0.2);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
  color: #650405;
  transition: background-color 0.3s ease;
}

.custom-slider-controls button:hover {
  background-color: #650405;
  color: #fff;
}

#customPrevBtn {
  left: 0;
  margin-left: -10px;
}

#customNextBtn {
  right: 0;
  margin-right: -10px;
}

@media (max-width: 579px) {
  .custom-slider-controls {
    display: none;
  }
}
.subscribe {
  height: 400px;
  background: #f6f6f6;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.subscribe-content {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  background: #f6f6f6;
  padding: 40px 100px;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
.subscribe-content:before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: calc(50vw - 50%);
  height: 100%;
  background: url(../images/mail_left.png) 100% 50%/cover no-repeat;
  z-index: -1;
}
.subscribe-content:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: calc(50vw - 50%);
  height: 100%;
  background: url(../images/mail_right.png) 0 50%/cover no-repeat;
  z-index: -1;
}
.subscribe-prefix {
  font-family: "Proxima Nova", sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #888888;
  letter-spacing: 0.1em;
}
.subscribe-title {
  font-family: "Intro", sans-serif;
  font-weight: 400;
  font-size: 30px;
  padding-bottom: 30px;
}
.subscribe-text {
  padding-bottom: 30px;
}

.vacancies {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.vacancies .vacancy {
  border: solid 1px rgba(101, 4, 5, 0.3);
  padding: 15px 30px;
  height: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vacancies .vacancy .btn {
  padding: 3px 29px 3px;
  border-radius: 3px !important;
}
.vacancies .vacancy .btn + .btn {
  margin-left: 20px;
}
.vacancies .vacancy-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.vacancies .vacancy-title {
  /*font-size: 24px;*/
}
.vacancies .vacancy-title h3 {
  margin-top: 0;
}
.vacancies .vacancy-text {
  line-height: 1.25;
  font-size: 14px;
  font-weight: 300;
}
.vacancies .vacancy-text h4 {
  color: #650405;
}
.vacancies .vacancy-text p {
  margin: 5px 0;
}
.vacancies .vacancy-text ul li {
  padding-left: 20px;
}
.vacancies .vacancy-text ul li + li {
  margin-top: 7px;
}

.vacancy-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.vacancy-top h3 {
  margin: 0;
}

.vacancy-bottom .btn {
  margin: 0 auto;
  display: block;
  width: 156px;
}

.vacancy-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.fileUpload .moxie-shim {
  bottom: 0 !important;
  top: auto !important;
}

.fileUploadList {
  margin-bottom: 20px;
}
.fileUploadList span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 30px;
}
.fileUploadList span .delFile {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 10px;
  text-decoration: none;
  text-indent: -9999px;
}
.fileUploadList span .delFile:before, .fileUploadList span .delFile:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  background: #dc2c0b;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -1px;
}
.fileUploadList span .delFile:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fileUploadList span .delFile:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fileUploadButton {
  width: auto;
  color: #650405;
  padding-left: 24px;
  position: relative;
}
.fileUploadButton:before, .fileUploadButton:after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  background-color: #650405;
}
.fileUploadButton:after {
  transform: rotate(90deg);
}

.file-type {
  display: inline-block;
  margin-left: 20px;
}

.article-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 20px;
}
.article-wrap > div {
  flex-shrink: 1;
  flex-basis: 33.3333333333%;
  overflow: hidden;
  padding: 20px 0;
  /*&:first-child
  {
    flex-basis: 40%;

    .article{
      &-title {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        padding: 30px 45px;
        color:#fff;
        text-shadow: 0px 0px 5px #000;
        a{
          color:#fff;
        }
      }

      &-img{
        &:before
        {
          content: '';
          float: left;
          padding-top: 80%;
        }
      }
    }
  }
   */
}
.article-wrap.news > div {
  flex-basis: 33.3333%;
}
.article-wrap.news > div:first-child {
  flex-basis: 33.3333%;
}
.article-wrap .article-big {
  margin: 0 25px;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  line-height: 30px;
}
.article-wrap .article-big:hover .article-big-title a {
  text-decoration: underline;
}
.article-wrap .article-big:before {
  content: "";
  float: left;
  padding-top: 75%;
}
.article-wrap .article-big:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.article-wrap .article-big-title {
  padding: 32px 50px;
}
.article-wrap .article-big-title a {
  font-family: "Intro";
  font-weight: 300;
  font-size: 24px;
  text-decoration: none;
  color: #ffffff;
}
.article-wrap .article-big-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.article-wrap .article-big-title time {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  color: #fff;
}
.article-wrap .article {
  margin: 0 25px;
  position: relative;
}
.article-wrap .article:hover .article-img span {
  /*opacity: 1;*/
}
.article-wrap .article-img {
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.article-wrap .article-img.t2 {
  background-size: contain;
  background-position-x: 0;
}
.article-wrap .article-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/zoom.png) 50% 50% no-repeat rgba(253, 253, 253, 0.8);
  opacity: 0;
}
.article-wrap .article-img:before {
  content: "";
  float: left;
  padding-top: 66.6666%;
}
.article-wrap .article-announce {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  line-height: 1.35;
  margin-top: 5px;
}
.article-wrap .article-title {
  line-height: 22px;
  margin-top: 18px;
  font-weight: 600;
}
.article-wrap .article-title.t2 a {
  font-weight: 400;
  font-family: "Gotham Pro", sans-serif;
}
.article-wrap .article-title a {
  font-family: "Intro", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.article-wrap .article-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.article-wrap .article-title a:hover {
  text-decoration: underline;
}
.article-wrap .article-title time {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

.new-sliders > div.inactive {
  height: 0px;
  overflow-y: hidden;
}

.errorText {
  color: red;
}

.lk-menu a,
.lk-menu span {
  display: block;
  padding: 10px 0 10px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.lk-menu a:hover {
  text-decoration: underline;
}
.lk-menu a.active,
.lk-menu span {
  font-weight: normal;
  color: #6f0824;
}
.lk-menu div {
  -webkit-background-size: 17px;
  background-size: 17px;
  background-position: 0 15px;
  background-repeat: no-repeat;
}
.lk-menu .lk-m1 {
  background-image: url(../images/lk_icon.svg);
}
.lk-menu .lk-m2 {
  background-image: url(../images/pin_icon.svg);
}
.lk-menu .lk-m3 {
  background-image: url(../images/mail_icon.svg);
}
.lk-menu .lk-m4 {
  background-image: url(../images/cart_icon.svg);
}
.lk-menu .lk-m5 {
  background-image: url(../images/exit_icon.svg);
}
.lk-menu .lk-m6 {
  background-image: url(../images/heart_icon.svg);
}

.contactus {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: -1px;
  border-right: solid 1px #ededed;
  border-top: solid 1px #ededed;
}
.contactus > div {
  flex-shrink: 1;
  flex-basis: 33.3333%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-left: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  padding: 50px 0;
}
.contactus-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.contactus-icon img {
  width: 25px;
}
.contactus-title {
  max-width: 300px;
  margin: 30px auto 0;
  text-align: center;
}
.contactus-link {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.contactus-link a {
  font-family: "Proxima Nova";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #650405;
}
.contactus-link a.phone {
  text-decoration: none;
}

.big_img_item .slick-slide > div {
  height: 440px;
  display: flex;
  align-items: center;
}
.big_img_item .slick-slide > div > div > div {
  display: flex;
  justify-content: center;
}

.ce-img-wrap {
  display: flex;
  width: 100%;
}

.ce-img-slider > div > div {
  display: flex;
  justify-content: center;
}

.ce-img-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  min-width: 360px;
  height: 50px;
  margin-left: -50vw;
}
.ce-img-navigation > a {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url("../images/rarrow_b.svg") 50% 50%/22px no-repeat rgba(255, 255, 255, 0.8666666667);
  box-shadow: 0 0 10px rgba(39, 39, 39, 0.15);
}
.ce-img-navigation > a:first-child {
  left: 20px;
  transform: rotate(180deg);
}
.ce-img-navigation > a:last-child {
  right: 20px;
}

.ce-img-thumb {
  flex-basis: 104px;
}
.ce-img-thumb .slick-list {
  padding: 0 !important;
}
.ce-img-thumb img {
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
}
.ce-img-thumb .slick-slide > div {
  width: 102px;
  height: 102px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  border: solid 1px transparent;
  align-items: center;
  justify-content: center;
  margin: 0px 0;
  cursor: pointer;
}
.ce-img-thumb .slick-slide > div > div > div {
  display: flex;
  justify-content: center;
}
.ce-img-thumb .slick-slide > div:hover {
  opacity: 0.2;
}
.ce-img-thumb .slick-slide.slick-current > div {
  border: solid 1px #650405;
  cursor: default;
}
.ce-img-thumb .slick-slide:focus {
  outline: none;
}

.vid {
  position: relative;
}
.vid:before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url("../images/play-solid.svg") 50% 50%/16px no-repeat;
  opacity: 70%;
}

.dot-flashing {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #6f0824;
  color: #6f0824;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: 0.5s;
  margin: 40px auto;
}
.dot-flashing:before, .dot-flashing:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing:before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #6f0824;
  color: #6f0824;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing:after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #6f0824;
  color: #6f0824;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #fff;
  }
  50%, 100% {
    background-color: #6f0824;
  }
}
.hide_desktop {
  display: none !important;
}

.cookies-agree {
  display: block;
  width: 100%;
  max-height: 0;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: #ffffff;
  color: #333;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.cookies-agree.show {
  max-height: 200px;
  padding: 40px 0;
}
.cookies-agree-block {
  position: relative;
  min-width: 320px;
}
.cookies-agree-flex {
  display: flex;
}
.cookies-agree-text {
  display: flex;
  align-items: center;
}
.cookies-agree-text > div + div {
  margin-left: 30px;
}
.cookies-agree-text b {
  display: block;
}

ul.iti__country-list li::before {
  position: absolute;
  content: none;
}

@media screen and (max-width: 1200px) {
  .ht-l .location-select {
    display: none;
  }
  .cat-slide {
    height: 525px;
  }
  .cat-slide-img {
    /*width: 1200px;*/
    height: 525px;
  }
  .cat-slide-img img {
    /*height: 525px;*/
  }
  .cat-slide-img.t2 {
    width: 100vw;
    height: auto;
    padding-top: 56.25%;
  }
  .cat-slide-text {
    top: 150px;
  }
  .row-c {
    background-position-x: 50%;
  }
  .row-c .long-text {
    padding: 60px;
  }
  .parts > div.pw3 .part .long-text {
    margin-left: 0;
  }
  .parts > div.pw3 .part .long-text.left {
    margin-left: -440px;
  }
  .article-wrap {
    margin: 0 -10px;
  }
  .article-wrap .article {
    margin: 0 10px;
  }
  .article-wrap > div {
    padding: 10px 0;
  }
  .catalogs-item {
    flex: 0 1 33.3333%;
  }
}
@media screen and (max-width: 1100px) {
  .chchat {
    right: 20px;
    bottom: 100px;
    border-radius: 50px;
  }
  .modal {
    width: 680px;
    padding: 30px 30px 40px;
  }
  .big_img_item {
    width: 360px;
    height: 360px;
  }
  .big_img_item img {
    max-width: 360px;
    max-height: 360px;
  }
  .big_img_item .slick-slide > div {
    height: 360px;
  }
  .ce-img-thumb .slick-slide > div {
    width: 82px;
    height: 82px;
    margin: 10px;
  }
  .ce-img-thumb .slick-slide > div img {
    max-width: 60px;
    max-height: 60px;
  }
  .cat-slide-text {
    margin-left: -460px;
  }
  .main-p-col.t4 > div {
    flex-basis: 33.3333%;
  }
  .row-c .long-text {
    padding: 40px;
  }
  .main-slider-wrap .main-slider-text {
    margin-right: 60px;
  }
  .main-slider-wrap .main-slider-text.right {
    margin-left: 60px;
  }
  .cat-item {
    width: 50%;
  }
  .cart-form {
    width: 610px;
    padding: 44px 49px 30px;
  }
  .cart-bottom-col-l {
    width: 610px;
  }
  .cart-bottom-col-r {
    padding-left: 40px;
  }
  .reward-list .reward-item {
    width: calc(33.3333% - 20px);
    margin: 10px;
  }
  .cat-end-col-r {
    width: 440px;
    padding-right: 0;
  }
  .modal-cat-col-r > div {
    padding: 25px 20px 20px;
  }
  .modal-cat-col-r {
    width: 440px;
  }
  .modal-cat-col-l {
    width: 440px;
  }
  .modal-cat {
    width: 880px;
  }
}
@media screen and (max-width: 1000px) {
  .vacancies {
    grid-gap: 20px;
  }
  .big_img_item {
    width: 440px;
    height: 440px;
  }
  .big_img_item img {
    max-width: 440px;
    max-height: 440px;
  }
  .big_img_item .slick-slide > div {
    height: 440px;
  }
  .ce-img-thumb .slick-slide > div {
    width: 122px;
    height: 122px;
    margin: 20px;
  }
  .ce-img-thumb .slick-slide > div img {
    max-width: 80px;
    max-height: 80px;
  }
  .contactus > div {
    flex-basis: 50%;
  }
  .parts > div.pw3 .part-img-long {
    height: 530px;
  }
  .parts > div.pw3 .part .long-text {
    left: calc(50% - 80px);
  }
  .parts > div.pw3 .part .long-text.left {
    margin-left: -280px;
  }
  .item:hover {
    border-bottom: solid 1px #650405;
  }
  .item-control {
    display: none !important;
  }
  .main-slider-wrap .main-slider-text {
    margin-right: 0;
  }
  .main-slider-wrap .main-slider-text.right {
    margin-left: 0;
  }
  /*.article-wrap > div
  {
    flex-basis: 25%;

    &:first-child
    {
      flex-basis: 50%;
    }
  }*/
  .mobile-header {
    display: block;
  }
  .desctop-header {
    display: none;
  }
  .parts {
    margin: 0 -20px;
  }
  .parts > div.pw1, .parts > div.pw2 {
    flex-basis: 50%;
  }
  .part {
    margin: 0 20px;
  }
  .part-text {
    width: 80%;
  }
  .part-text-type {
    font-size: 14px;
    line-height: 14px;
  }
  .part-text-title {
    font-size: 20px;
  }
  .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .items.t3 {
    grid-template-columns: 1fr 1fr;
  }
  .items > div {
    /*flex-basis: 33.3333%;*/
  }
  .items > div.span2 {
    display: none;
  }
  .shop_img div {
    width: calc(33.3333% - 20px);
  }
  .shops_cols,
  .cities_cols {
    padding-left: 0;
    padding-right: 0;
  }
  .shops_cols > div {
    width: 33.3333%;
  }
  .mobile_none_popup {
    display: block;
  }
  .video-b-bg {
    right: 0;
  }
  .about-b-text > div {
    padding: 0 50px;
  }
  .js-fastOrder {
    display: none;
  }
  .cart-total span {
    white-space: nowrap;
  }
  table.cart {
    display: none;
  }
  .cart-mobile {
    display: table;
  }
  .cart-total {
    padding: 20px 0 !important;
  }
  .main-slider-wrap .main-slider-text {
    margin-left: 0;
  }
  .cart-bottom-col {
    width: 100%;
  }
  .cart-bottom {
    padding: 40px 0;
  }
  .cart-form {
    width: 100%;
  }
  .cart-form-col label {
    width: calc(50% - 5px);
  }
  .cart-bottom-col-r {
    display: table-caption;
    width: 100%;
    padding: 0 0 40px 0;
  }
  .cart-bottom-col-r p {
    margin: 10px 0;
  }
  .cart-bottom-col-l {
    display: block;
    width: 100%;
  }
  .cat-end-col-l {
    display: block;
  }
  .cat-end-col-r {
    display: block;
    width: 100%;
    padding: 0;
  }
  .cat-slide-text {
    margin-left: -360px;
  }
  .sidebar-menu {
    padding-left: 20px;
  }
  .sidebar-title {
    margin-left: 20px;
  }
  .sidebar-filter {
    padding-left: 20px;
  }
  .acc {
    margin-left: 20px;
  }
  .sidebar {
    margin-left: 20px;
    margin-right: 20px;
  }
  .cnt-col-l {
    width: 250px;
  }
  .header-bottom .main-menu > div a,
  .header-bottom .main-menu > div span {
    font-size: 12px;
  }
  .location-select {
    margin-left: 30px;
  }
  .header_phone {
    margin-right: 30px;
  }
  .footer-col > div {
    flex: 1 1 33.3333%;
  }
  .footer-col > div:nth-child(4):after {
    display: none;
  }
  .footer-bottom-col {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom-col > * + * {
    margin-top: 10px !important;
  }
  .modal-cat {
    width: 440px;
    height: auto;
  }
  .modal-cat-col-l {
    display: block;
  }
  .modal-cat-col-r {
    display: block;
  }
}
@media screen and (min-width: 801px) {
  .filter-btn {
    display: none !important;
  }
  .cat-slide-img-mobile {
    display: none;
  }
  .main-slider-wrap .main-slider .main-slider-text {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .cookies-agree-text {
    flex-wrap: wrap;
  }
  .cookies-agree-text > div + div {
    margin-left: 0;
    margin-top: 20px;
  }
  .main-slider-wrap .main-slider-link {
    top: auto;
    bottom: 170px;
    height: 60px;
    z-index: 10;
    border: none !important;
  }
  .cat-slide-img-desktop {
    display: none;
  }
  .vacancies {
    grid-template-columns: 1fr;
  }
  .vacancy-form > div {
    width: 100%;
  }
  .main-slider-image {
    display: none;
  }
  .main-slider-image-mobile {
    display: block;
  }
  .c-icon-phone {
    display: inline-block;
  }
  .mobile-main-menu {
    width: 100%;
    min-width: 320px;
  }
  .items.t2 {
    margin: 0;
    grid-template-columns: 1fr;
  }
  .ce-img-thumb .slick-slide > div {
    width: 82px;
    height: 82px;
    margin: 10px;
  }
  .ce-img-thumb .slick-slide > div img {
    max-width: 60px;
    max-height: 60px;
  }
  .video-js {
    height: 350px !important;
  }
  .cat-slide {
    height: auto;
    background: #fff;
  }
  .cat-slide-wrap {
    height: auto;
  }
  .cat-slide-img {
    /*width: 800px;*/
    height: 350px;
    background-color: #f9f8f8;
  }
  .cat-slide-img.t2 {
    height: 350px;
    background-color: #f9f8f8;
    padding-top: 0;
  }
  .cat-slide-img img {
    /*height: 350px;*/
  }
  .cat-slide-text {
    position: static;
    width: 100%;
    margin: 330px 0 20px 0 !important;
  }
  .cat-slide-text span {
    color: #000 !important;
    text-align: center;
    margin-left: 0;
  }
  .cat-slide-title {
    margin-bottom: 10px;
    color: #000 !important;
    text-align: center;
  }
  .cat-slide-pretitle {
    line-height: 1;
    margin-bottom: 5px;
    color: #999 !important;
    text-align: center;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: unset;
  }
  .lk-title {
    font-size: 20px;
    line-height: 24px;
  }
  .insta-b-item {
    width: 50%;
  }
  .insta-b-item + .insta-b-item + .insta-b-item {
    display: none;
  }
  .row-c {
    margin-bottom: 500px;
    background-position-x: 20%;
  }
  .row-c > div > div::after {
    content: unset;
  }
  .row-c .individual-image {
    width: 100%;
  }
  .row-c .long-text {
    top: 90%;
    right: calc(50% - 260px);
  }
  .filter-b > div {
    display: none;
  }
  .filter-b > div:last-child, .filter-b > div:first-child {
    display: block;
    padding-left: 0;
  }
  .filter-c a {
    display: none;
  }
  .filter-c a.reset {
    display: inline-block;
  }
  .article-wrap {
    /*.article-big::before{
      padding-top: 66.6666%;
    }
    */
  }
  .article-wrap > div {
    flex-basis: 50%;
    /*
      &:first-child {
        flex-basis: 100%;
      }*/
  }
  .article-wrap.news > div {
    flex-basis: 50%;
  }
  .article-wrap.news > div:first-child {
    flex-basis: 50%;
  }
  .footer-top > div {
    flex-basis: 50%;
  }
  .parts > div {
    flex-basis: 100% !important;
    padding: 15px 0;
  }
  .parts > div.pw3 .part-img {
    display: block;
  }
  .parts > div.pw3 .part-img.t2 {
    height: auto;
  }
  .parts > div.pw3 .part-img-long {
    display: none;
  }
  .parts > div.pw3 .part .long-text {
    display: none;
  }
  .parts > div.pw3 .part-text {
    display: block;
  }
  .items3 > div {
    flex-basis: 50%;
  }
  .items {
    grid-template-columns: 1fr 1fr;
  }
  .items > div {
    /*flex-basis: 50%;*/
  }
  .shop_img div {
    width: calc(50% - 20px);
  }
  .shops-end .shops-r .buy-map {
    height: 400px;
  }
  .shops_cols > div {
    width: 50%;
  }
  .shops-end .shops-l {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .shops-end .shops-r {
    display: block;
  }
  .mss-wrap {
    margin-left: -30px;
  }
  .shops-wrap .shops-top {
    padding-left: 20px;
  }
  .shops-wrap .shops-top .select {
    width: 360px !important;
  }
  .cities_cols {
    display: none;
  }
  .video-b-text {
    max-width: 100%;
  }
  .about-b {
    height: auto;
    margin-top: 20px !important;
    position: relative;
  }
  .about-b-img {
    bottom: auto;
    float: none;
    margin-right: 20px;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
    height: 300px;
    top: 20px;
    position: absolute;
    left: 0;
  }
  .about-b-text {
    width: 100%;
    float: none;
    height: auto;
    text-align: center;
    padding-top: 340px;
  }
  .about-b-text div:empty {
    display: none;
  }
  .about-b-text > div {
    padding: 40px;
  }
  .about-b-title {
    font-size: 24px;
    line-height: 30px;
  }
  .hide_mobile {
    display: none !important;
  }
  .hide_desktop {
    display: block !important;
  }
  .soc > a.mobile {
    display: inline-flex;
  }
  .mobile_button {
    display: block;
  }
  .js-select_shop {
    display: none;
  }
  .modal-window {
    margin: 80px 10px 40px !important;
  }
  .modal-btn .btn {
    width: 200px;
  }
  .modal {
    width: 480px !important;
    padding: 30px 30px 40px !important;
  }
  .modal .js-forms-block {
    margin-bottom: 0 !important;
  }
  .modal-window-close {
    right: 0 !important;
  }
  .cart-form {
    padding: 30px 29px 30px;
  }
  .cart-form .btn {
    margin: 30px 30px 0 0;
  }
  .main-slider-image {
    margin-left: -500px;
  }
  .search-btn .search-form {
    top: 3px;
    left: 0;
    width: calc(100vw - 85px);
  }
  .reward-list .reward-item {
    width: calc(50% - 20px);
  }
  .cat-slide-text {
    margin-left: -260px;
  }
  .catalogs-item {
    flex: 0 1 50%;
  }
  .menu-btn {
    display: block;
  }
  .main-p-col > div {
    flex-basis: 50%;
  }
  .main-p-col.t4 > div {
    flex-basis: 50%;
  }
  .main-p-col .part-text {
    width: 100%;
    padding: 10px;
  }
  .cnt-col-l {
    display: block;
    width: 100%;
  }
  .cnt-col-r {
    display: block;
  }
  .filter-wrap {
    display: none;
  }
  .sidebar-title {
    margin-left: 0;
  }
  .sidebar-menu {
    padding-left: 0;
  }
  .cat {
    margin-top: 0;
  }
  .sidebar {
    margin: 0;
  }
  .collection-b {
    margin: 0 auto;
    float: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -220px;
  }
  .footer-col > div {
    flex: 1 1 50%;
  }
  .footer-col > div:nth-child(4):after {
    display: block;
  }
  .footer-col > div:nth-child(3):after {
    display: none;
  }
  .footer-col > div:nth-child(5):after {
    display: none;
  }
  .news-list .news-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
  .news-list .news-item-text {
    margin: 40px auto;
    max-width: 260px;
  }
  .news-list .news-item-title {
    font-size: 18px;
  }
  .main-slider-wrap {
    height: calc(100vw + 127px);
    min-width: 360px;
  }
  .main-slider-wrap .main-slider > div {
    height: calc(100vw + 127px);
    padding-bottom: 127px;
    background-origin: content-box;
    box-sizing: border-box;
  }
  .main-slider-wrap .main-slider {
    height: calc(100vw + 127px);
  }
  .main-slider-image {
    height: calc(100vw + 127px);
  }
  .main-slider-wrap .main-slider-text {
    top: unset;
    bottom: 0;
    height: auto;
    width: 100%;
    left: 0 !important;
    right: unset !important;
    z-index: 51;
    background-color: #fff;
    padding-top: 30px;
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -moz-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0) translateZ(0);
    -o-transform: translateX(0) translateY(0) translateZ(0);
    transform: translateX(0) translateY(0) translateZ(0);
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    transition: all 0s linear;
    opacity: 1;
    padding-bottom: 13px;
  }
  .main-slider-wrap .main-slider-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 13px;
    color: #000 !important;
  }
  .main-slider-wrap .main-slider a {
    color: #000 !important;
  }
  .header-bottom {
    display: none;
  }
  .header-mob {
    display: block;
  }
  .header-top {
    overflow: hidden;
  }
  .header-top .location-select,
  .header-top .header_phone {
    display: none;
  }
  .old_v .old_v-link {
    display: none;
  }
  .header-top .logo {
    width: 100px;
    margin-left: -50px;
    top: -20px;
  }
  .header-top .logo .l1 {
    display: none;
  }
  .header-top .logo .l2 {
    display: block;
  }
  .header-top {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    height: 49px;
  }
  .search-btn {
    height: 49px;
    width: 38px;
    margin-top: 0;
    margin-left: 0;
  }
  .cart-btn {
    height: 49px;
    margin-top: 0;
    width: 47px;
  }
  .cart-btn a {
    background-position: 0 50%;
  }
  .cat {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .video-b-text {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    height: auto;
    display: block;
    margin: 20px auto;
    max-width: 340px;
    padding-bottom: 40px;
    float: none;
  }
  .video-b {
    height: auto !important;
  }
  .video-b-bg {
    width: 100%;
    max-width: 100%;
    position: static;
    margin-top: 30px;
    height: auto;
    padding: 40px 0 20px;
  }
  .video-b-bg video {
    display: none;
  }
  .video-b-bg img {
    display: table;
    margin: 0 auto;
    width: auto;
    max-width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .subscribe-content {
    padding: 40px 20px;
  }
  .ce-img-navigation a {
    display: block;
  }
  .size-guide {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    line-height: 1.25;
  }
  .blog-items {
    padding-bottom: 50px;
  }
  .cat-end-more {
    margin-bottom: 100px;
  }
  .cart-modal-wrap .modal2-btns {
    grid-template-columns: 1fr;
  }
  .cart-modal-wrap {
    width: 260px;
  }
  .cart-modal-wrap .baron-wrapper {
    height: 200px;
  }
  .cart-modal-wrap .cart-modal-item .cmi1 {
    width: 60px;
  }
  .cart-modal-wrap .cart-modal-item .cmi2 {
    line-height: 16px;
    font-size: 12px;
  }
  .cart-modal-wrap .cart-modal-item .cmi-del {
    top: unset;
    bottom: 0;
  }
  .cart-modal-wrap .cart-modal-item .cmi-price {
    font-size: 15px;
    margin-top: 8px;
  }
  .cart-modal-wrap .cart-modal-item .cmi-img {
    width: 50px;
    height: 50px;
  }
  .cart-modal-wrap .cart-modal-item .cmi-img img {
    width: 50px;
    height: auto;
  }
  .row-c .long-text {
    max-width: 360px;
    right: calc(50% - 220px);
  }
  .items.t2 .item-img {
    height: 300px;
  }
  .items.t2 .item-img img {
    max-height: 300px;
  }
  .search-form {
    padding: 0;
    padding-bottom: 20px;
    height: auto;
  }
  .search-form input {
    font-size: 20px;
  }
  .search-form button {
    height: 40px;
    width: 40px;
  }
  .ce-img-wrap {
    display: flex;
    flex-direction: column;
  }
  .ce-img-thumb {
    display: none !important;
  }
  .cat-end-img_prev {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contactus > div {
    flex-basis: 100%;
  }
  .shop_img div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .shops_cols > div {
    width: 100%;
  }
  .bread-crumbs-wrap .bread-crumbs {
    text-align: left;
  }
  .shops-wrap .shops-top {
    padding-right: 20px;
  }
  .shops-wrap .shops-top-title {
    display: block;
    margin-bottom: 5px;
  }
  .shops-wrap .shops-top .select {
    display: block;
    width: 100% !important;
  }
  .other .select {
    width: 280px;
  }
  .bread-crumbs-wrap .bread-crumbs > div {
    margin-right: 15px;
  }
  .bread-crumbs-wrap .bread-crumbs > div + div {
    margin-left: 17px;
  }
  .bread-crumbs-wrap .bread-crumbs > div + div:after {
    left: -17px;
  }
  .modal-cat {
    width: 300px;
  }
  .video-b-title {
    font-size: 36px;
  }
  .about-b-text > div {
    padding: 20px;
  }
  .about-b-title {
    margin-bottom: 0;
  }
  .cat-end-price-wrap {
    margin-top: 0;
  }
  .cat-end-price-wrap .cat-end-col-inner {
    width: 100%;
  }
  .cat-end-price-wrap .cat-end-col-inner > div {
    /*display: block;*/
  }
  .mss-wrap {
    width: 300px;
    height: 300px;
    margin: 0 0 -20px -20px;
  }
  .modal {
    width: 300px !important;
    padding: 20px !important;
  }
  .modal-title {
    font-size: 24px;
    line-height: 30px;
  }
  .modal-btn {
    margin-top: 10px;
  }
  .modal-btn .btn {
    margin: 10px 0 0 !important;
    width: 100%;
    padding: 11px 0 12px;
  }
  .cart-form {
    padding: 30px 0;
  }
  .cart-form .btn {
    display: table;
    margin: 20px auto 0;
    text-align: center;
    width: 220px;
  }
  .cart-form form > div {
    width: 100%;
  }
  .auth-form form > div {
    width: 100%;
  }
  .cart-form-col label {
    width: 100%;
  }
  .cart-form-col label + label {
    margin: 10px 0 0;
  }
  .cart-form-title {
    font-size: 24px;
  }
  .js-forms-block {
    margin-bottom: 10px;
  }
  .big_img_item {
    width: 300px;
    height: unset;
  }
  .big_img_item_wrap {
    height: 0;
    position: relative;
  }
  .big_img_item_wrap.active {
    height: 300px;
  }
  .big_img_item .ce-img-slider > div > div {
    display: block;
    width: 300px;
  }
  .big_img_item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    object-fit: contain;
  }
  .cat-end-col-inner > div {
    width: auto;
  }
  .cat-end-col-inner > div + div {
    padding: 0;
  }
  .cat-end-col-inner > div:nth-child(3) {
    display: table-row;
  }
  .cat-end-col-inner + .cat-end-col-inner {
    margin-top: 10px;
  }
  .reward-list .reward-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .modal-cat-col-l {
    width: 100%;
  }
  .modal-cat-col-r {
    width: 100%;
  }
  .cat {
    margin-right: -20px;
    margin-left: -20px;
  }
  .cat-slide-text2 .cat-slide-pretitle {
    font-size: 11px;
  }
  .catalogs-item {
    flex: 1 1 100%;
    height: 90px;
  }
  .catalogs-item-title {
    margin: 34px 0 0 30px;
    max-width: 100%;
  }
  .catalogs-item:before, .catalogs-item:after {
    display: none;
  }
  .main-p-cat {
    margin: 0 -20px;
  }
  .news-list-title div {
    font-size: 24px;
    line-height: 30px;
  }
  .footer-col > div {
    flex: 1 1 100%;
    border-bottom: 0;
    padding: 20px 0;
  }
  .footer-col > div:after {
    display: none !important;
  }
  .footer-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    padding: 19px 0 20px;
    margin-top: 15px;
  }
  .catalogs-item-img {
    width: 90px;
    height: 90px;
    text-align: center;
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -moz-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0) translateZ(0);
    -o-transform: translateX(0) translateY(0) translateZ(0);
    transform: translateX(0) translateY(0) translateZ(0);
  }
  .catalogs-item-img img {
    max-width: 100%;
  }
  .cat-item-img {
    margin-top: 29px;
  }
  .cat-item-img > div {
    padding: 0 !important;
  }
  .cart-modal-wrap .cart-modal-item {
    display: block;
    width: 250px;
  }
  .cart-modal-wrap .cart-modal-item .cmi3 {
    display: block;
    width: auto;
    padding-left: 20px;
  }
  .cart-modal-wrap .cart-modal-item .cmi-del {
    right: 0;
  }
  .cart-modal-wrap .cart-modal-text {
    margin: 20px 20px 10px;
  }
  .cart-modal-wrap .cart-modal-price {
    margin-left: 0;
  }
  .cart-modal-wrap .cart-modal-top .btn {
    width: 250px;
    float: none;
    padding: 10px 0 8px;
  }
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .mss-wrap .baron-wrapper {
    height: 300px !important;
  }
}
@media screen and (max-width: 480px) {
  .cookies-agree {
    font-size: 12px;
  }
  .row-c .individual-image {
    position: static;
  }
  .pdf-buttons {
    flex-wrap: wrap;
  }
  .pdf-buttons > button {
    margin: 10px 0;
    flex-basis: 100%;
  }
  .vacancy-top > div {
    flex-basis: 100%;
    text-align: center;
  }
  .vacancy-top > div h3 {
    margin-bottom: 20px;
  }
  .vacancies .vacancy {
    padding: 15px;
  }
  .menu-btn {
    margin-right: 5px;
  }
  .mobile-header .h-cart {
    margin-left: 5px;
  }
  .mobile-header .h-icon + .h-icon {
    margin-left: 5px;
  }
  .cat-end-price-wrap .btn {
    width: 100%;
    display: block;
    margin: 20px auto 0;
    max-width: 280px;
  }
  .cat-end-price-wrap .btn.cb2 {
    display: none;
  }
  .cat-end-price-wrap .btn + .btn {
    margin: 20px auto 0;
  }
  .insta-b-item {
    width: 100%;
  }
  .insta-b-item + .insta-b-item {
    display: none;
  }
  .row-c {
    margin-bottom: 0;
    height: auto;
  }
  .row-c .individual-image {
    height: 300px;
    position: relative;
  }
  .row-c > div > div {
    height: auto;
  }
  .row-c .long-text {
    position: static;
    padding: 40px 0;
    right: auto;
    text-align: center;
    max-width: unset;
    width: 100%;
  }
  .row-c .long-text-title {
    font-size: 24px;
  }
  .main-p-col.t2 > div .part {
    height: auto;
  }
  .main-p-col.t2 > div .part .part-img {
    height: auto;
  }
  .main-p-col.t2 > div .part .part-img:before {
    content: "";
  }
  .main-p-col > div {
    flex-basis: 100% !important;
  }
  .main-p-col > div .part {
    margin: 0;
  }
  /*.article-wrap {
    >div:first-child .article-title {
      padding: 30px;
    }
  }*/
  .footer-menu {
    margin-right: 0;
  }
  .footer-menu > div {
    display: none;
  }
  .footer-menu > div.footer-menu-title {
    display: block;
  }
  .footer-menu > div.footer-menu-title > a,
  .footer-menu > div.footer-menu-title > span {
    position: relative;
  }
  .footer-menu > div.footer-menu-title > a:after,
  .footer-menu > div.footer-menu-title > span:after {
    position: absolute;
    content: "";
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    right: -18px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-menu > div.footer-menu-title.open > a:after,
  .footer-menu > div.footer-menu-title.open > span:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-right: solid 2px #676767;
    border-bottom: solid 2px #676767;
    top: 6px;
  }
  .footer-menu > div.footer-menu-title.open ~ div {
    display: block;
  }
  .footer-top > div {
    flex-basis: 100%;
    padding-top: 20px;
  }
  .items {
    grid-template-columns: 1fr;
  }
  .items > div {
    /*flex-basis: 100%;*/
  }
  .part-text {
    padding: 20px 10px 0;
    width: 100%;
  }
  .part-text-type {
    padding-bottom: 10px;
  }
  .part-img:before {
    padding-top: 100%;
  }
  .article-wrap > div {
    flex-basis: 100%;
  }
  .article-wrap.news > div {
    flex-basis: 100%;
  }
  .article-wrap.news > div:first-child {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 380px) {
  .vacancies .vacancy .btn {
    padding: 3px 15px 3px;
  }
  .row-c .long-text {
    right: 0;
  }
}
@media screen and (max-width: 359px) {
  .centerWrap, .centerWrap2 {
    padding: 0 10px;
  }
  .mobile-header .h-icon.h-icon-phone {
    display: none;
  }
  .ce-img-navigation {
    position: absolute;
    left: -30px;
    margin-left: 0;
  }
}
.consent-block{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 15px;
}
.consent-block input{
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
}
/*# sourceMappingURL=style.css.map */
 