@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800;900&display=swap");

a:link,
a:visited,
a:hover,
a:focus,
a:active,
div:active {
  -webkit-tap-highlight-color: transparent;
}

.slick-slider {
  position: relative;
}

.err {
  color: #fff;
  background: #c57b48;
  padding: 4px 10px;
  margin-top: 15px;
}

.pp {
  border: 1px solid #E1E1E1;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0 0px 35px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.jq-selectbox__dropdown ul {
  overflow: auto
}

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

.pp img {
  margin-right: 10px;
  margin-top: 6px;
}

.pp svg {
  position: relative;
  left: -15px;
  margin-right: 10px;
}

.pp h3 {
  margin-top: 0;
}

.pp p:first-child {
  margin-top: 0;
}

.collect .collect-block {
  text-align: center;
}

.collect .collect-block p {
  padding: 0 50px;
}

div#contact_form {
  width: 80%;
  margin: auto;
}

div#contact_form input,
div#contact_form textarea {
  margin-bottom: 20px;
}

div#contact_form .error_mes {
  color: #ee290a;
  margin-bottom: 5px;
}

.pp .flex>div {
  width: 90%;
}

.suc {
  color: #fff;
  background: green;
  padding: 4px 10px;
}

.slick-track {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.ui-tabs-panel {
  display: none
}

.slick-list {
  overflow: hidden;
  /* position: relative; */
}

.banner-slider {

  overflow: hidden;
}

.container.banners>div:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}

.container.banners>div:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.container.banners>div:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}


.banner-slider .slick-slide {
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* min-height: 465px; */
  background: #F1ECED;
}

.banner-slider .slick-slide:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  height: 80px;
  width: 100%;
  z-index: 0;
}

.banner-slider .slick-slide a {
  text-decoration: none;
}

.banner-slider .slick-slide a img {
  position: absolute;
  display: block;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 150%;
}

.banner-slider .slick-slide .banner-slider-title {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 100%;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  padding: 6px 21px 0 0;
}

.banner-slider .slick-slide .banner-slider-title a {
  color: #656362;
  text-decoration: none;
}

.banner-slider .slick-slide .banner-slider-title a span {
  font-size: 35px;
  color: #C57B48;
  display: block;
  margin: -6px 0 0 0;
}

.banner-slider .slick-slide .banner-slider-bottom {
  position: absolute;
  bottom: 0;
  right: 25px;
  z-index: 2;
  font-size: 53px;
  font-weight: 700;
  text-transform: uppercase;
}

.banner-slider .slick-slide .banner-slider-bottom a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.banner-slider .slick-slide .banner-slider-bottom a:hover {
  color: #000;
}

.banner-slider .slick-dots {
  bottom: 23px;
}

.banner-slider .slick-dots li button {
  width: 12px;
  height: 12px;
}

.slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 22px;
  left: 24px;
  z-index: 1;
}

.slick-dots li {
  margin: 0 12px 0 0;
}

/*.slick-dots li:last-child {*/
/*margin-right: 0; }*/
.slick-dots li button {
  display: block;
  border: 1px solid #C57B48;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #C57B48;
}

.slick-arrow {
  width: 43px;
  height: 52px;
  background: #fff0 url(/assets/images/icons/arrow.svg) center center no-repeat;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin: -26px 0 0 0;
  z-index: 1;
}

.slick-arrow.slick-prev {
  transform: rotate(180deg);
}

.slick-arrow.slick-next {
  right: 0;
}

.products.products-slider {
  padding: 0;
}

.products-slider {
  padding: 0;
  margin: 0 0 0 0;
}

.products-slider>.slick-list {
  overflow: inherit;
}

.products-slider>.slick-list>.slick-track>.slick-slide {
  opacity: 0;
  transition: 0.4s;
  width: 292.5px;
}

.products-slider>.slick-list>.slick-track>.slick-slide.product {
  margin: 0;
}

.products-slider>.slick-list>.slick-track>.slick-slide.slick-active {
  opacity: 1;
}

.products-slider>.slick-list>.slick-track>.slick-slide .product-title span {
  font-size: 13px;
}

.products-slider>.slick-list>.slick-track>.slick-slide .product-title a {
  margin: 0;
  font-size: 17px;
  line-height: 19px;
}

.products-slider>.slick-list>.slick-track>.slick-slide .product-img .product-img-for {
  margin: 0 0 6px 0;
}

.products-slider>.slick-list>.slick-track>.slick-slide .product-img .product-img-for .like {
  width: 25px;
  height: 22px;
}

.products-slider .slick-arrow.slick-next {
  right: 20px;
}

.products-slider .slick-arrow.slick-prev {
  left: 20px;
}

.products-slider .slick-arrow.slick-disabled {
  opacity: 0;
}


.container.popular {
  overflow: hidden;
}

/*
		.slick-track .product.slick-slide{
		display: none;
		}

		.slick-track .product.slick-slide.slick-active{
		display: block;
		}
		*/
body {
  margin: 0;
  padding: 0;
  font-family: 'Nunito';
  color: #656362;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

*:focus {
  outline: 0;
}

button {
  cursor: pointer;
  border: 0;
  font-family: 'Nunito';
}

.container {
  width: 1170px;
  margin: 0 auto;
}

input {
  font-family: 'Nunito';
}

header {
  padding: 20px 0 0 0;
}

header .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.fix {
  padding: 154px 0 0 0;
}

.fix header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  padding: 0;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
  padding-top: 10px;
}

.fix header .container {
  /* height: 95px; */
  height: 112px;
}


.fix header .container .logo {
  order: 1;
  font-size: 30px;
  position: relative;
  /* left: -37px; */
  left: 0;
}

/* .fix header .container .logo:after {
          content: "";
          width: 1px;
          height: 49px;
          background: #C4C4C4;
          position: absolute;
          right: -15px;
          top: 50%;
          margin: -24.5px 0 0 0; } */
.fix header .container .logo p {
  display: none;
}

.fix header .container .phones {
  display: none;
}

.fix header .container .bottom-menu {
  order: 2;
  width: auto;
  margin: 0;
  /* left: -18px; */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.fix header .container .bottom-menu ul li {
  margin: 0 8px 0 0;
}

.fix header .container .bottom-menu ul li:last-child {
  margin: 0;
}

.fix header .container .bottom-menu:after {
  display: block;
}

[onclick*="wishlist.add"] {
  display: none !important;
}

.fix header .container .main-menu {
  width: auto;
  /* order: 3; */
  order: 2;
  font-size: 0;
  position: relative;
  left: 5px;
}

.fix header .container .main-menu:after {
  content: "";
  width: 1px;
  height: 49px;
  background: #C4C4C4;
  position: absolute;
  left: -15px;
  top: 50%;
  margin: -24.5px 0 0 0;
}

.fix header .container .main-menu ul li {
  margin: 0 5px 0 0;
}

.fix header .container .main-menu ul li:last-child {
  margin: 0;
}

.fix header .container .cart-preview {
  top: 100%;
}

.logo {
  font-size: 45px;
}

.logo a {
  color: #C57B48;
  text-decoration: none;
}

.logo a b {
  font-weight: 700;
}

.logo p {
  margin: -6px 0 0 0;
  padding: 0;
  font-size: 12px;
}

.logo p a {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 700;
}

.phones {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 39px 0 30px;
  position: relative;
  border-right: 1px solid #C4C4C4;
  margin: 5px 24px 0 auto;
}

.phones:before {
  content: "";
  width: 18px;
  height: 19px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(/assets/images/icons/phones.svg) left center no-repeat;
}

.phones p {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
}

.phones p a {
  color: #656362;
  text-decoration: none;
  font-weight: 700;
}

.main-menu {
  font-size: 14px;
}

.main-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 0 0;
}

.main-menu ul li {
  margin: 0 32px 0 0;
}

.main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li.for-fix {
  display: none;
}

.main-menu ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.main-menu ul li a svg {
  fill: rgba(0, 0, 0, 0.5);
  margin: 0 6px 0 0;
}

.main-menu ul li a span {
  display: block;
  position: relative;
}

.main-menu ul li a span b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;
  right: 0px;
  color: #fff;
  font-size: 9px;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #C57B48;
  box-sizing: border-box;
}

.main-menu ul li:hover a,
.main-menu ul li.active a {
  color: #C57B48;
}

.main-menu ul li:hover a svg,
.main-menu ul li.active a svg {
  fill: #C57B48;
}

.bottom-menu {
  width: 100%;
  font-size: 16px;
  position: relative;
  margin: 18px 0 0 0;
}

.bottom-menu:after {
  content: "";
  width: 100vw;
  height: 1px;
  left: 50%;
  top: 0;
  position: absolute;
  margin: 0 0 0 -50vw;
  background: #818181;
  opacity: 0.1;
}

.bottom-menu>ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-menu>ul>li {
  position: unset;
}

.bottom-menu>ul>li>a {
  display: block;
  color: #656362;
  text-decoration: none;
  position: relative;
  padding: 13px 0 10px 0;
  text-transform: uppercase;
}

.bottom-menu>ul>li:hover>a,
.bottom-menu>ul>li.active>a {
  color: #C57B48;
}

.bottom-menu>ul>li:hover>a:after,
.bottom-menu>ul>li.active>a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #C57B48;
}

.bottom-menu>ul>li:hover .dropdown-menu {
  display: flex;
}

.bottom-menu>ul>li .dropdown-menu {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 107;
  background: #eae7e7;
  overflow: hidden;
  box-sizing: border-box;
  padding: 14px 27px 17px 30px;
}

.fix .bottom-menu>ul>li .dropdown-menu {
  width: 155%;
  left: -22.3%;
}

.bottom-menu>ul>li .dropdown-menu .dropdown-menu-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 70px;
}

.bottom-menu>ul>li .dropdown-menu .dropdown-menu-column .dropdown-menu-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px 0;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.bottom-menu>ul>li .dropdown-menu .dropdown-menu-column .dropdown-menu-title:hover {
  color: #C57B48;
}

.bottom-menu>ul>li .dropdown-menu .dropdown-menu-column ul {
  width: 100%;
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 15px 0;
}

.bottom-menu>ul>li .dropdown-menu .dropdown-menu-column ul li a {
  color: #656362;
  display: block;
  text-decoration: none;
}

.bottom-menu>ul>li .dropdown-menu .dropdown-menu-column ul li a:hover {
  color: #C57B48;
}

.bottom-menu>ul>li .dropdown-menu .dropdown-menu-column .btn {
  margin: auto 0 0 0;
  min-width: 113px;
  height: 33px;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #C57B48;
  background: none;
  color: #C57B48;
}

.bottom-menu>ul>li .dropdown-menu .dropdown-menu-column .btn:hover {
  background: #C57B48;
  color: #fff;
}

.bottom-menu>ul>li .dropdown-menu .dropdown-menu-preview {
  width: 300px;
  min-height: 195px;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
}

.bottom-menu>ul>li .dropdown-menu .dropdown-menu-preview img {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}

.header-banner {
  background: #C57B48;
  padding: 14px 0;
  margin: 0 0 13px 0;
}

.header-banner .container {
  display: flex;
  align-items: stretch;
}

.header-banner.fixed {
  display: block;
}

.fix .header-banner.active {
  /* position: fixed;
  left: 0;
  width: 100%;
  z-index: 999;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-name: slidebanner;
  animation-fill-mode: forwards; */
}

@keyframes slidebanner {
  0% {
    top: 0;
  }

  100% {
    top: 74px;
  }
}

.search-form {
  width: 100%;
}

.search-form form {
  display: block;
  position: relative;
}

.search-form form input {
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 0;
  font-family: 'Nunito';
  font-size: 18px;
}

.search-form form input::placeholder {
  color: #818181;
}

.search-form form button {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: none;
  border: 0;
}

.search-form form button:hover svg {
  fill: #C57B48;
}

.search-form form button svg {
  display: block;
  fill: #818181;
}

.search-form form button.search-but {
  right: 50px;
}

.search-form form button.clear-but {
  right: 10px;
}

.search-form form button.clear-but path {
  stroke: #818181;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 2;
}

.discount-banner {
  display: none;
  align-items: center;
  width: calc(50% - 15px);
  margin: 0 0 0 auto;
  background: url(/assets/images/discount-banner.png) bottom right no-repeat;
  color: #C57B48;
  box-sizing: border-box;
  padding: 0 0 0 26px;
  background-size: cover;
}

.discount-banner span {
  font-size: 30px;
  font-weight: 900;
  display: inline-block;
  margin: 0 20px 0 0;
}

.banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px 20px;
  margin-top: 37px;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner a {
  text-decoration: none;
}

.banner a img {
  position: absolute;
  max-width: none;
  top: 0;
  left: -50%;
  right: -50%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  z-index: -1;
}

.banner .banner-chost {
  position: relative;
  left: 57%;
  top: 17%;
  font-size: 23px;
  font-weight: 700;
  color: #656362;
}

.banner .banner-title-small {
  position: absolute;
  left: 57%;
  bottom: 100px;
  font-size: 23px;
  line-height: 27px;
  line-height: 1;
  font-weight: 700;
}

.banner .banner-title-small a {
  text-decoration: none;
  color: #656362;
}

.banner .banner-title-small a span {
  display: block;
  font-size: 25px;
  color: #C57B48;
  margin: 0;
  width: 30%;
}

.banner a.btn {
  min-width: 150px;
  font-size: 16px;
  position: absolute;
  bottom: 5%;
  right: 2%;
}

.banner .banner-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: absolute;
  top: 13%;
  left: 35%;
  width: 60%;
  box-sizing: border-box;
  padding: 0px 6px 13px 10px;
  font-weight: 700;
}

.banner .banner-bottom .banner-title {
  font-size: 39px;
  letter-spacing: -0.01em;
}

.banner .banner-bottom .banner-title a {
  text-decoration: none;
  color: #656362;
}

.banner .banner-bottom .banner-title a span {
  display: block;
  color: #C57B48;
  font-size: 23px;
  line-height: 30px;
  margin: -14px 0 0 0;
  text-transform: uppercase;
}

.banner .banner-bottom h2 {
  font-size: 45px;
  line-height: 50px;
  color: rgba(197, 90, 17, 0.3);
  margin-bottom: 0;
  margin-top: 0;
}

.banner .banner-bottom h3 {
  font-size: 23px;
  color: #656362;
  line-height: 23px;
  margin-top: 18px;
}

.banner .banner-bottom .btn {
  margin: 0 0 9px 0;
  min-width: 150px;
  height: 35px;
}

.toggle {
  cursor: pointer;
}

.popular-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}

.products {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}

.product {
  width: 23vw;
  box-sizing: border-box;
  position: relative;
  padding: 20px 20px;
  margin-right: calc(2vw - 19px);
}

.product:hover {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
}

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

.product .product-img {
  width: 100%;
  position: relative;
}

.product .product-img .product-img-for {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 100%;
  /*background: #EFEBEC;*/
  text-decoration: none;
  margin: 0 0 50px 0;
  z-index: 1;
}

.product .product-img .product-img-for .slick-slide {
  height: 331px;
  z-index: 0 !important;
  position: relative;
}

.product .product-img .product-img-for img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-height: 100%;
}

.product .product-img .product-img-for .like {
  position: absolute;
  z-index: 4;
  text-decoration: none;
  right: 17px;
  bottom: 17px;
  width: 40px;
  height: 35px;
  background: url(/assets/images/icons/like-hover.svg) no-repeat;
  background-size: 100% 100%;
}

.product .product-img .product-img-for .like:hover,
.product .product-img .product-img-for .like.active {
  background: url(/assets/images/icons/like-active.svg) no-repeat;
  background-size: 100% 100%;
}

.product .product-img .product-img-for:hover .slick-arrow {
  opacity: 1;
}

.product .product-img .product-img-for .slick-arrow {
  opacity: 0;
  transition: 0.5s;
}

.product .product-img .product-img-for .slick-arrow.slick-prev {
  left: 0;
}

.product .product-img .product-img-for .slick-arrow.slick-next {
  right: 0;
}

.product .product-img .product-img-for .slick-arrow.slick-disabled {
  opacity: 0;
}

.product .product-img .product-img-nav {
  position: relative;
  z-index: 1;
}

.product .product-img .product-img-nav.expand {
  width: 86%;
}

.product .product-img .product-img-nav .slick-list .slick-track {
  flex-wrap: nowrap;
  justify-content: center;
  width: auto !important;
  transform: translate(0) !important;
}

.product .product-img .product-img-nav.active .slick-list .slick-track {
  flex-wrap: wrap;
}

.product .product-img .product-img-nav.expand .slick-list .slick-track {
  display: inline-flex;
}

.product .product-img .product-img-nav .slick-list .slick-track .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: none;
  margin: 0 2px 13px 2px;
  cursor: pointer;
}

.product .product-img .expand+.more-colors svg {
  fill: #C57B48;
  margin: 0 0 0 10px;
}

.product .product-img .expand.active+.more-colors svg {
  transform: rotate(180deg);
}

.product .product-img .more-colors {
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 13%;
  height: 38px;
}

.product .product-title {
  text-align: center;
}

.product .product-title .title-full,
.product .product-title .title-mobile,
.product .product-title .title-mobile-narrow,
.product .product-title .title-main {
  display: none;
  min-height: 45px;
}

.product .product-title .title-full.active,
.product .product-title .title-main.active {
  display: block;
  width: 105%;
}

.product .product-title span {
  display: block;
  font-size: 20px;
  color: #B2B1B1;
}

.product .product-title a {
  display: block;
  text-decoration: none;
  color: #656362;
  font-size: 24px;
  margin: -8px 0 0 0;
}

.product .product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #C57B48;
  font-weight: 600;
  margin: 17px 0 6px 0;
}

.product .product-price b {
  display: block;
  margin: 0 14px 0 0;
  color: #B2B1B1;
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 400;
}

.product .product-btn {
  display: block;
  font-size: 13px;
  opacity: 0;
  transition: 0.3s;
}

.product .product-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B2B1B1;
  text-decoration: none;
}

.product .product-btn a svg {
  display: block;
  fill: #B2B1B1;
  margin: 0 7px 0 0;
  width: 15px;
  height: 15px;
}

.product .product-btn a:hover {
  color: #000;
}

.product .product-btn a:hover svg {
  fill: #000;
}

.product:hover .product-btn {
  opacity: 1;
}

.container.products .product {
  width: 277px;
  margin: 0 19px 20px 0;
  padding: 12px 12px;
}

.container.products .product:nth-child(4n) {
  margin-right: 0;
}

.container.products .product .product-title a {
  display: inline;
  font-size: 17px;
  line-height: 19px;
  margin: 0;
}

.container.products .product .product-title span {
  font-size: 13px;
}

.container.products .product .product-price {
  font-size: 17px;
}

.container.products .product .product-price span {
  font-size: 11px;
}

.container.products .product .product-img .product-img-for {
  margin: 0 0 7px 0;
}

.container.products .product .product-img .product-img-for .like {
  width: 25px;
  height: 22px;
}

.container.products .product .product-title .toggle,
.container .small-products .product .product-title .toggle {
  display: inline;
  font-size: 17px;
  color: inherit;
}

.container.products .product .title-full .toggle svg {
  fill: #C57B48;
  margin: 0 0 0 10px;
  transform: rotate(180deg);
}

.btn {
  min-width: 236px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
  background: #C57B48;
  font-size: 18px;
  font-weight: 700;
}

.btn.wh-bg {
  background: none;
  border: 0.5px solid #E1E1E1;
  color: #656362;
}

.btn.wh-bg.orange {
  color: #C57B48;
  border-color: #C57B48;
}

.btn.wh-bg:hover {
  color: #fff;
  background: #C57B48;
  border-color: #C57B48;
}

.btn:hover {
  color: #656362;
  border: 1px solid #E1E1E1;
  background: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
}

.popular {
  padding: 90px 0 0 0;
}

.popular .popular-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 19px 0;
}

.admissions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px 30px;
  padding: 0;
  margin: 96px 0 100px 0;
}

.admission {
  grid-column: span 3;
  background: url(/assets/images/admission.png) center center no-repeat;
  position: relative;
  padding: 26px 26px 26px 33px;
  display: flex;
  align-items: center;
  color: #656362;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
}

.admission.small {
  grid-column: span 1;
  height: 345px;
  box-sizing: border-box;
  padding: 0;
  align-items: flex-end;
}

.admission.small .admission-title {
  font-size: 30px;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 0 0 0;
  height: auto;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
}

.admission.small .admission-title a {
  display: block;
  color: #656362;
  text-decoration: none;
  padding: 7px 0 5px 9px;
  width: 100%;
  box-sizing: border-box;
}

.admission.small:hover .admission-title a {
  color: #000;
}

.admission>a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.admission .admission-description {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 15px 0 26px 43px;
}

.admission .admission-description .admission-title {
  display: block;
  text-transform: uppercase;
  font-size: 65px;
}

.admission .admission-description .admission-title a {
  color: #656362;
  text-decoration: none;
}

.admission .admission-description .admission-title a span {
  display: block;
  font-size: 78px;
  font-weight: 700;
}

.admission .admission-description .admission-btn {
  display: block;
}

.admission .admission-description img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

.free-delivery {
  background: url(/assets/images/free-delivery.jpg) right center no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  align-items: center;
  z-index: 1;
  justify-content: space-between;
  padding: 0 30px 0 0;
  overflow: hidden;
  margin: 30px 0;
}

.free-delivery .left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.free-delivery .left img {
  display: block;
}

.free-delivery .free-delivery-title {
  font-size: 22px;
  color: #fff;
  padding: 20px 0 20px 129px;
}

.free-delivery .free-delivery-title span {
  font-weight: 700;
  font-size: 30px;
  display: block;
}

.free-delivery .delivery-boxes {
  position: absolute;
  top: -10px;
  right: 280px;
}

.free-delivery .delivery-boxes img {
  display: block;
}

.mail-form {
  background: url(/assets/images/mail-form-bg.jpg);
  position: relative;
  z-index: 106;
  display: flex;
  align-items: center;
  margin: 20px 0 -40px 0;
}

.mail-form>img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

.mail-form .mail-form-left {
  font-size: 22px;
  color: #C57B48;
  padding: 43px 0 40px 131px;
}

.mail-form .mail-form-left span {
  display: block;
  font-size: 30px;
  font-weight: 700;
}

.mail-form .btn {
  margin: 0 30px 0 auto;
  height: 50px;
}

#account-order table.table {
  text-align: left;
}

footer {
  background: #4B4A4A;
  margin: 99px 0 0 0;
  /* padding: 120px 0 0 0; */
  position: relative;
  z-index: 105;
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer .container>div {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

footer .group-column {
  display: flex;
  justify-content: space-around;
}

footer .footer-column:nth-child(1) .footer-content {
  max-width: 170px;
}

footer .footer-column:nth-child(1) p {
  margin: 0;
}

footer .footer-column:nth-child(1) img {
  margin: 9px 0 0 0;
}

footer .footer-column .footer-column-title {
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 15px 0;
}

footer .footer-column .footer-content {
  color: #ACACAC;
  font-size: 14px;
  line-height: 28px;

}

footer .footer-column ul {
  font-size: 14px;
}

footer .footer-column ul li a {
  color: #ACACAC;
  text-decoration: none;
}

footer .footer-column ul li a:hover {
  color: #fff;
}

footer .copyright {
  font-size: 14px;
  background: #303030;
  margin: 88px 0 0 0;
  padding: 12px 0 13px 0;
}

footer .copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

footer .copyright .container .copyright-left a {
  color: #ACACAC;
  text-decoration: none;
}

footer .copyright .container .copyright-left a:hover {
  color: #fff;
}

footer .copyright .container .copyright-middle a {
  color: #ACACAC;
  text-decoration: none;
}

footer .copyright .container .copyright-middle a:hover {
  color: #fff;
}

footer .copyright .container .copyright-right {
  color: #fff;
}

.footer-links {
  font-size: 14px;
  font-weight: 700;
  margin: -3px 0 0 0;
}

.footer-links a {
  text-decoration: none;
  color: #ACACAC;
  display: flex;
  align-items: center;
}

.footer-links a svg {
  fill: #ACACAC;
  stroke: #ACACAC;
  margin: 0 5px 0 0;
}

.footer-links a:hover {
  color: #fff;
}

.footer-links a:hover svg {
  fill: #fff;
  stroke: #fff;
}

.footer-links p {
  opacity: 0.5;
  margin: 0 0 0 13px;
  padding: 0 0 0 15px;
}

.up {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 100%;
  top: -30px;
  border-radius: 50%;
  background: #E7E7E7 url(/assets/images/icons/up.svg) center center no-repeat;
  margin: 0 0 0 90px;
}

.cart-preview {
  position: absolute;
  top: 13px;
  right: 0;
  width: 366px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 0;
  z-index: 107;
  display: none;
}

.cart-preview.active {
  display: block;
}

.cart-preview .cart-preview-title {
  width: 100%;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 31px 18px 17px 18px;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.cart-preview .cart-preview-title img {
  margin: 0 21px 0 0;
}

.cart-preview .cart-preview-title a {
  margin: 0 0 0 auto;
}

.cart-preview .cart-preview-title a svg {
  fill: rgba(0, 0, 0, 0.4);
}

.cart-preview .cart-preview-title a:hover svg {
  fill: #C57B48;
}

.cart-preview .cart-preview-content {
  overflow: auto;
  min-height: 0;
  max-height: 247px;
  position: relative;
  padding: 30px 19px 9px 19px;
  border-top: 1px solid rgba(196, 196, 196, 0.1);
  border-bottom: 1px solid rgba(196, 196, 196, 0.1);
}

.cart-preview-content::-webkit-scrollbar {
  width: 15px;
  height: 3px;
}

.cart-preview-content::-webkit-scrollbar-button {
  background: url(/assets/images/icons/scroll-button.svg) center center no-repeat;
  height: 15px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
}

.cart-preview-content::-webkit-scrollbar-button:end {
  background: url(/assets/images/icons/scroll-button-down.svg) center center no-repeat;
}

.cart-preview-content::-webkit-scrollbar-track-piece {
  background-color: #EFEBEC;
}

.cart-preview-content::-webkit-scrollbar-thumb {
  background-color: #C57B48;
}

.cart-preview-product {
  min-height: 114px;
  width: 100%;
  display: flex;
  margin: 0 0 21px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.1);
}

.cart-preview-product:last-child {
  border: 0;
  margin-bottom: 0;
}

.cart-preview-product .cart-preview-product-img {
  width: 65px;
  height: 84px;
  overflow: hidden;
  position: relative;
  background: #EFEBEC;
}

.cart-preview-product .cart-preview-product-img a {
  text-decoration: none;
}

.cart-preview-product .cart-preview-product-img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-preview-product .cart-preview-product-descr {
  flex-grow: 1;
  padding: 0 0 0 19px;
}

.cart-preview-product .cart-preview-product-descr .cart-preview-product-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.cart-preview-product .cart-preview-product-descr .cart-preview-product-title a {
  color: #656362;
  text-decoration: none;
}

.cart-preview-product .cart-preview-product-descr .cart-preview-product-size {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin: 5px 0 12px 0;
}

.cart-preview-product .cart-preview-product-descr .cart-preview-product-size input {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(196, 196, 196, 0.5);
  box-sizing: border-box;
  font-size: 14px;
  color: #656362;
  font-weight: 700;
  margin: 0 auto 0 0;
  padding: 0;
}

.cart-preview-product .cart-preview-product-descr .cart-preview-product-size>span {
  display: inline-block;
  min-width: 66px;
}

.cart-preview-product .cart-preview-product-descr .cart-preview-product-size>b {
  font-weight: normal;
}

.cart-preview-product .cart-preview-product-descr .cart-preview-product-size .cart-preview-product-price {
  font-weight: 700;
  color: #C57B48;
  margin: 0 0 0 30px;
}

.cart-preview-product .cart-preview-product-descr .cart-preview-product-color {
  display: flex;
  align-items: center;
}

.cart-preview-product .cart-preview-product-descr .cart-preview-product-color span {
  display: inline-block;
  min-width: 66px;
}

.cart-preview-product .cart-preview-product-descr .cart-preview-product-color>div {
  display: block;
  width: 20px;
  height: 20px;
}

.discount {
  background: #EFEBEC;
  padding: 0 18px 30px 18px;
}

.discount .discount-top {
  padding: 13px 0 0 0;
}

.discount .discount-top p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.discount .discount-top p span {
  font-weight: 700;
  width: 50%;
  text-align: right;
}

.discount .discount-bottom {
  background: #fff;
  position: relative;
  z-index: 1;
}

.discount .discount-bottom:before {
  content: "";
  width: calc(100% + 36px);
  height: calc(100% + 30px);
  position: absolute;
  top: 0;
  left: -18px;
  z-index: -1;
  background: #fff;
}

.discount .discount-bottom>p {
  padding: 8px 0 12px 0;
  text-align: center;
  margin: 0 0 0 0;
  font-size: 14px;
  line-height: 22px;
}

.discount .discount-bottom>p span {
  display: block;
  font-weight: 700;
}

.discount .discount-bottom .btn {
  font-weight: 600;
}

.discount .discount-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 18px 0;
}

.discount .discount-total span {
  font-weight: 700;
  color: #C57B48;
}

.discount .btn {
  width: 236px;
  display: flex;
  margin: 0 auto 17px auto;
}

.discount .btn:last-child {
  margin-bottom: 0;
}

.discount .btn:hover {
  color: #C57B48;
  background: #fff;
  border: 1px solid #C57B48;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.overlay.active {
  display: block;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1002;
}

.popup.product_popup {
  width: 75%
}

.popup.popup_favourites {
  width: 540px;
}

.popup.active {
  display: block;
}

.popup .popup-content {
  max-height: 90vh;
}

.popup .popup-content::-webkit-scrollbar {
  width: 15px;
  height: 3px;
}

.popup .popup-content::-webkit-scrollbar-button {
  background: url(/assets/images/icons/scroll-button.svg) center center no-repeat;
  height: 15px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
}

.popup .popup-content::-webkit-scrollbar-button:end {
  background: url(/assets/images/icons/scroll-button-down.svg) center center no-repeat;
}

.popup .popup-content::-webkit-scrollbar-track-piece {
  background-color: #EFEBEC;
}

.popup .popup-content::-webkit-scrollbar-thumb {
  background-color: #C57B48;
}

.popup .popup-content .popup-title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 35px 0 20px 0;
}

.popup .popup-content.small {
  width: 540px;
  padding: 0 30px;
  box-sizing: border-box;
}

.main-menu-btn {
  display: none;
}

.for-md {
  display: none;
}

body.hidden {
  overflow: hidden;
}

.product_popup-in {
  display: flex;
  padding: 35px 27px 48px 35px;
}

.product_popup-in .big-select .big-select-container.work .presence {
  opacity: 0;
}

.product_popup-in .product_popup-left {
  width: 49%;
}

.product_popup-in .product_popup-slider {
  display: none;
}

.product_popup-in .product_popup-slider.active {
  display: block;
  height: 100%;
}

.product_popup-in .slick-track,
.product_popup-in .slick-list {
  height: 100%;
}

#content {
  width: 100%;
}

.product_popup-in .product_popup-slider .slick-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 100%;
  background: #EFEBEC;
  position: relative;
}

.product_popup-in .product_popup-slider .slick-slide img {
  display: block;
  height: 100%;
  object-fit: scale-down;
  min-width: 100%;
}

.product_popup-in .product_popup-slider .slick-slide .like {
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: 18px;
  right: 26px;
}

.product_popup-in .product_popup-slider .slick-slide .like svg {
  display: block;
  fill: #C57B48;
}

.product_popup-in .product_popup-slider .slick-slide .like:hover svg {
  fill: #000;
}

.product_popup-in .product_popup-slider .slick-arrow {
  top: auto;
  bottom: 0;
  width: 38px;
  height: 60px;
  background: url(/assets/images/icons/popup-slider-arrow.svg) center center no-repeat;
}

.product_popup-in .product_popup-slider .slick-arrow:hover {
  border: 1px solid #C57B48;
  background: url(/assets/images/icons/popup-slider-arrow-hover.svg) center center no-repeat;
}

.product_popup-in .product_popup-slider .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}

.product_popup-in .product_popup-slider .slick-arrow.slick-next:hover {
  transform: rotate(0);
}

.product_popup-in .product_popup-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(0);
}

.product_popup-in .product_popup-slider .slick-arrow.slick-prev:hover {
  transform: rotate(180deg);
}

.product_popup-in .product_popup-slider .slick-dots {
  width: 70%;
  justify-content: center;
  left: 15%;
}

.product_popup-in .product_popup-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}

.product_popup-in .product_popup-in-right {
  width: 49%;
  margin: 0 0 0 auto;
}

.product_popup-in .product_popup-in-title {
  font-size: 35px;
  font-weight: 600;
  margin: 12px 0;
}

.product_popup-in .product_popup-in-title a {
  text-decoration: none;
  color: #656362;
}

.product_popup-in .product_popup-in-model p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.product_popup-in .product_popup-in-model p span {
  width: 135px;
  display: inline-block;
  color: #B2B1B1;
}

.product_popup-in .product_popup-in-price {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  font-size: 28px;
  padding: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
}

.product_popup-in .product_popup-in-price span {
  font-size: 22px;
  color: #B2B1B1;
  display: inline-block;
  position: relative;
}

.product_popup-in .product_popup-in-price span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #B2B1B1;
  top: 50%;
  margin: -0.5px 0 0 0;
  left: 0;
  position: absolute;
  display: block;
}

.product_popup-in .product_popup-in-price b {
  color: #E50E00;
  margin: 0 0 0 25px;
}

.breadcrumbs {
  display: flex;
  font-size: 14px;
  margin: 13px 0 36px 0;
  letter-spacing: -0.03em;
  flex-wrap: wrap;
}

.breadcrumbs a {
  display: block;
  color: #656362;
  text-decoration: none;
  margin: 0 15px 0 0;
  position: relative;
  white-space: nowrap;
}

.breadcrumbs a:hover {
  color: #C57B48;
}

.breadcrumbs a:last-child {
  margin-right: 0;
}

.breadcrumbs a:last-child:after {
  display: none;
}

.breadcrumbs a:after {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  margin: 0 0 0 5px;
}

.personal-cabinet,
.row {
  display: flex;
  flex-wrap: wrap;
}

.personal-cabinet h1,
.row h1 {
  width: 100%;
  margin: 0 0 26px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 30px;
}

.personal-cabinet-left,
#column-left {
  width: 294px;
  margin: 0 auto 0 0;
}

.personal-cabinet-left ul,
#column-left ul {
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.personal-cabinet-left ul li a,
#column-left ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #656362;
  height: 54px;
  box-sizing: border-box;
  padding: 0 0 0 21px;
  border-bottom: 1px solid #E1E1E1;
}

.personal-cabinet-left ul li a span,
#column-left ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
  margin: 0 17px 0 0;
}

.personal-cabinet-left ul li a span svg,
#column-left ul li a span svg {
  display: block;
  fill: #656362;
}

.personal-cabinet-left ul li:last-child a {
  border: 0;
}

.personal-cabinet-left ul li.active a,
.personal-cabinet-left ul li:hover a,
#column-left ul li:hover a,
#column-left ul li.active a {
  background: #C57B48;
  color: #fff;
}

.personal-cabinet-left ul li.active a svg,
.personal-cabinet-left ul li:hover a svg,
#column-left ul li.active a svg,
#column-left ul li:hover a svg {
  fill: #fff;
}

.personal-cabinet-right,
.personal-cabinet-left+#content {
  width: 787px;
  margin: 0 0 0 auto;
}

.personal-cabinet-right h2,
.personal-cabinet-left+#content h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  text-transform: uppercase;
  margin: -3px 0 18px 0;
  padding: 0;
}

.personal-cabinet-right h2 a,
.personal-cabinet-left+#content h2 a {
  color: #C57B48;
  font-size: 16px;
  text-decoration: none;
  margin: 0 0 0 auto;
  font-weight: 700;
  text-transform: initial;
}

.personal-cabinet-right h2 a:hover,
.personal-cabinet-left+#content h2 a:hover {
  color: #656362;
}

.personal-cabinet-right input,
.personal-cabinet-left+#content input {
  margin: 0 0 16px 0;
}

.personal-cabinet-right button,
.personal-cabinet-left+#content button {
  margin: 15px 0 0 0;
}

.personal-cabinet-right form,
.personal-cabinet-left+#content form {
  margin: 0 0 48px 0;
}

.personal-cabinet-right form:last-child,
.personal-cabinet-left+#content form:last-child {
  margin: 0;
}

.form-group {
  margin-top: 10px
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  height: 55px;
  padding: 0 20px 0 22px;
  border: 1px solid #E1E1E1;
  color: #656362;
  font-size: 18px;
  font-family: 'Nunito';
}

input:focus {
  border-color: #C57B48;
}

textarea {
  height: auto;
}

.alert-danger {
  color: red;
  margin-top: 10px;
}

.alert-success {
  color: green;
  margin-top: 10px;
}

.myProfile {
  max-width: 553px;
}

.myProfile label {
  display: block;
  font-size: 16px;
  color: #B2B1B1;
  margin: 0 0 3px 0;
}

.for-xs {
  display: none;
}

.MySubscribes {
  border: 1px solid #EFEBEC;
  margin: 22px 0 0 0;
}

.MySubscribes .MySubscribes-title {
  background: #EFEBEC;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 23px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
}

.MySubscribes .MySubscribes-content .radio {
  box-sizing: border-box;
  border-bottom: 1px solid #E1E1E1;
}

.MySubscribes .MySubscribes-content .radio label {
  display: flex;
  align-items: center;
  height: 53px;
  padding: 0 0 0 68px;
}

.MySubscribes .MySubscribes-content .radio label .triger {
  left: 24px;
}

.MySubscribes .MySubscribes-content .radio:last-child {
  border: 0;
}

.radio input[type="radio"] {
  display: none;
}

.radio input[type="radio"]:checked+label .triger:after,
.radio input[type="checkbox"]:checked+label .triger:after {
  content: "";
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #C57B48;
  position: absolute;
}

.radio label {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
}

.radio label .triger {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}

.MySubscribesBtns {
  margin: 50px 0 0 0;
}

.MySubscribesBtns a {
  margin: 0 26px 0 0;
}

.MySubscribesBtns a:last-child {
  margin: 0;
}

.sales {
  border: 1px solid #E1E1E1;
  margin: 0 0 53px 0;
}

.sales .sales-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 67px;
  padding: 10px 16px 10px 16px;
  box-sizing: border-box;
  background: #EFEBEC;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.sales .sales-top span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  box-sizing: border-box;
  background: #C57B48;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}

.sales .sales-content>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 67px;
  padding: 22px 19px 22px 16px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #E1E1E1;
}

.sales .sales-content>div:last-child {
  border: 0;
}

.sales .sales-content>div span {
  color: #C57B48;
  font-size: 15px;
  margin: 0 0 0 auto;
  font-weight: 700;
}

.salesProgress .salesProgressLine {
  background: rgba(197, 123, 72, 0.3);
  height: 7px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.salesProgress .salesProgressLine .Progress {
  height: 100%;
  position: absolute;
  top: 0;
  background: #C57B48;
  left: 0;
  border-radius: 5px;
}

.salesProgress .salesProgressLine .procent {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 -2.5px 0;
  z-index: 1;
}

.salesProgress .salesProgressLine .procent span {
  display: block;
  margin: 0 0 5px 0;
}

.salesProgress .salesProgressLine .procent:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
  background: #fff;
  z-index: 1;
  margin: 0 auto;
}

.salesProgress .salesProgressLine .procent:first-child:after {
  margin: 0;
}

.salesProgress .salesProgressLine .procent:last-child:after {
  margin: 0 0 0 auto;
}

.salesProgressDescription {
  font-size: 16px;
  margin: 33px 0 0 0;
  font-weight: 600;
}

.salesProgressDescription p {
  margin: 0 0 11px 0;
}

.salesProgressDescription p span {
  color: #C57B48;
}

.CartArea {
  margin: -9px 0 0 0;
}

.CartArea-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}

.CartArea-top h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 0 0;
}

.CartArea-top>a {
  color: #C57B48;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 9px 0 0 auto;
  font-size: 16px;
  font-weight: 700;
}

.CartArea-top>a svg {
  fill: #C57B48;
  margin: 0 5px 0 0;
}

.CartArea-top>a:hover {
  color: #656362;
}

.CartArea-top>a:hover svg {
  fill: #656362;
}

.CartTable {
  border: 1px solid #EFEBEC;
}

.CartTable .CartTableTop {
  display: flex;
  height: 54px;
  align-items: center;
  background: #EFEBEC;
  padding: 0 12px 0 20px;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
}

.CartTable .CartTableTop .td {
  white-space: nowrap;
  text-align: center;
}

.CartTable .CartTableTop .td:nth-child(1) {
  flex: 0 0 42%;
  text-align: left;
}

.CartTable .CartTableTop .td:nth-child(2) {
  flex: 0 0 18%;
}

.CartTable .CartTableTop .td:nth-child(3) {
  flex: 0 0 18%;
}

.CartTable .CartTableTop .td:nth-child(4) {
  flex: 0 0 9%;
}

.CartTable .CartTableTop .td:nth-child(5) {
  flex-grow: 1;
}

.CartTableProduct {
  display: flex;
  align-items: center;
  padding: 20px 12px 21px 20px;
  border-bottom: 1px solid #E1E1E1;
}

.CartTableProduct:last-child {
  border: 0;
}

.CartTableProduct .CartTableProductImg {
  flex: 0 0 76px;
  height: 95px;
  overflow: hidden;
  position: relative;
  background: #EFEBEC;
}

.CartTableProduct .ah {
  height: 111px;
}

.CartTableProduct .CartTableProductImg a img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  max-height: 90%;
}

.CartTableProduct .CartTableProductDesc {
  flex: 0 0 calc(42% - 76px);
  padding: 0 0 0 22px;
  box-sizing: border-box;
}

.CartTableProduct .CartTableProductDesc .CartTableProductTop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductDiscounts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductDiscounts div {
  display: flex;
  align-items: center;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  color: #C57B48;
  margin: 0 0 10px 0;
}

.CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductDiscounts div:last-child {
  margin-right: 0;
}

.CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductDiscounts div span {
  width: 32px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: normal;
  color: #fff;
  margin: 0 8px 0 0;
  padding: 0 3px;
}

.CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductDiscounts div span.big {
  background: #E60E00;
}

.CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductDiscounts div span.small {
  background: #C57B48;
}

.CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductTitle {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0 5px 0;
}

.CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductTitle span {
  font-size: 12px;
  color: #000;
  display: block;
}

.CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductTitle a {
  text-decoration: none;
  color: #656362;
}

.CartTableProduct .CartTableProductDesc .CartTableProductBottom {
  display: flex;
  align-items: center;
}

.CartTableProduct .CartTableProductDesc .CartTableProductBottom .CartTableProductColor {
  display: flex;
  align-items: center;
  margin: 0 27px 0 0;
}

.CartTableProduct .CartTableProductDesc .CartTableProductBottom .CartTableProductColor:last-child {
  margin: 0;
}

.CartTableProduct .CartTableProductDesc .CartTableProductBottom .CartTableProductColor span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px 0 0;
}

.CartTableProduct .CartTableProductPrice {
  flex: 0 0 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  box-sizing: border-box;
  align-self: stretch;
}

.CartTableProduct .CartTableProductPrice span {
  display: block;
  position: relative;
}

.CartTableProduct .CartTableProductPrice span:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  background: #656362;
}

.CartTableProduct .CartTableProductPrice b {
  margin: 0 0 0 9px;
  color: #E50E00;
}

.CartTableProduct .CartTableProductQuentity {
  box-sizing: border-box;
  align-self: stretch;
  flex: 0 0 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E1E1E1;
}

.CartTableProduct .CartTableProductLike {
  flex: 0 0 9%;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #E1E1E1;
  box-sizing: border-box;
}

.CartTableProduct .CartTableProductLike a {
  display: block;
  width: 19px;
  height: 16px;
  background: url(/assets/images/icons/like-default.svg) no-repeat;
  background-size: 100% 100%;
}

.CartTableProduct .CartTableProductLike a:hover {
  background: url(/assets/images/icons/like-hover.svg) no-repeat;
  background-size: 100% 100%;
}

.CartTableProduct .CartTableProductLike a.active {
  background: url(/assets/images/icons/like-active.svg) no-repeat;
  background-size: 100% 100%;
}

.CartTableProduct .CartTableProductTotal {
  font-size: 16px;
  font-weight: 700;
  color: #C57B48;
  position: relative;
  padding: 0 22px 0 0;
  text-align: center;
  flex-grow: 1;
}

.CartTableProduct .CartTableProductTotal a {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}

.CartTableProduct .CartTableProductTotal a svg,
.removeBtnCart svg {
  display: block;
  fill: rgba(0, 0, 0, 0.4);
}

.CartTableProduct .CartTableProductTotal a:hover svg,
.removeBtnCart:hover svg {
  fill: #C57B48;
}

.jq-selectbox {
  position: relative;
  background: #fff;
}

.jq-selectbox select {
  display: none;
}

.jq-selectbox .jq-selectbox__select {
  min-height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  padding: 0 31px 0 9px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #656362;
}

#shipping_address_address_id {
  min-height: 40px;
  align-items: center;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  padding: 0 31px 0 9px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #656362;
}

.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 9px;
  margin: -4px 0 0 0;
  background: url(/assets/images/icons/select-icon.svg) no-repeat;
}

.jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger {
  transform: rotate(180deg);
}

.jq-selectbox .jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  border: 1px solid #E1E1E1;
  border-top: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  z-index: 9;
  font-weight: 600;
  padding: 0 0;
}

.jq-selectbox .jq-selectbox__dropdown li {
  cursor: pointer;
  border-bottom: 1px solid #E1E1E1;
  padding: 5px 10px 5px 10px;
}

.jq-selectbox .jq-selectbox__dropdown li:last-child {
  border: 0;
}

.jq-selectbox.dropup .jq-selectbox__dropdown {
  border-top: 1px solid #E1E1E1;
  border-bottom: 0;
}

.ui-spinner {
  display: block;
  position: relative;
  width: 93px;
  border: 0.25px solid #E1E1E1;
  box-sizing: border-box;
}

.ui-spinner input {
  width: 100%;
  height: 27px;
  border: 0;
  font-size: 16px;
  color: #656362;
  padding: 0 0;
  text-align: center;
}

.ui-spinner .ui-spinner-button {
  position: absolute;
  width: 23px;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  background: #E1E1E1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
}

.ui-spinner .ui-spinner-button.ui-spinner-up {
  right: 0;
}

.ui-spinner .ui-spinner-button.ui-spinner-up:before {
  content: "+";
}

.ui-spinner .ui-spinner-button.ui-spinner-down {
  left: 0;
}

.ui-spinner .ui-spinner-button.ui-spinner-down:before {
  content: "-";
}

.CartBottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 24px 0 0 0;
}

.coupon {
  flex: 0 0 383px;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
  margin: 6px 0 0 0;
}

.coupon .coupon-top {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 22px 0 19px 14px;
}

.coupon .coupon-top span {
  flex: 0 0 33px;
  height: 33px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px 0 0;
}

.coupon .coupon-top span img {
  display: block;
}

.coupon .coupon-bottom {
  background: rgba(239, 235, 236, 0.3);
  border-top: 1px solid #E1E1E1;
  padding: 12px 14px 11px 14px;
}

.coupon .coupon-bottom form {
  display: flex;
}

.coupon .coupon-bottom form input {
  flex: 0 0 196px;
  height: 35px;
}

.coupon .coupon-bottom form button {
  background: #C57B48;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  min-width: 138px;
  margin: 0 0 0 auto;
}

.coupon .coupon-bottom form button:hover {
  border: 1px solid #E1E1E1;
  color: #C57B48;
  background: none;
}

.CartTotal {
  margin: 0 0 0 auto;
}

.CartTotal .CartTotalDesc {
  font-size: 14px;
}

.CartTotal .CartTotalDesc>div {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 0 7px 0;
}

.CartTotal .CartTotalDesc>div:first-child {
  margin: 0 0 20px 0;
}

.CartTotal .CartTotalDesc>div>div {
  flex: 0 0 174px;
  text-align: right;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: initial;
}

.CartTotal .CartTotalDesc>div>div .red {
  color: #E50E00;
}

.CartTotal .CartTotalDesc>div>div a {
  display: inline-block;
  color: #C57B48;
}

.CartTotal .CartTotalDesc>div>div a:hover {
  text-decoration: none;
}

.CartTotal .CartTotalDesc>div>div span {
  display: block;
}

.CartTotal .CartTotalBottom {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0 21px 0;
}

.CartTotal .CartTotalBottom>span {
  flex: 0 0 174px;
  text-align: right;
  color: #C57B48;
}

.CartTotal .CartTotalBtns a {
  margin-left: 28px;
}

.CartTotal .CartTotalBtns a:first-child {
  margin-left: 0;
}

.checkout {
  display: flex;
  flex-wrap: wrap;
}

.checkout>h1 {
  width: 100%;
  font-size: 30px;
  margin: 0 0 24px 0;
}

.checkout .checkout-left {
  width: 480px;
}

.checkout .checkout-left .checkout-left-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.checkout .checkout-left .checkout-left-title.second {
  margin-top: 39px;
}

.checkout .checkout-left label {
  display: block;
  margin: 0 0 4px 0;
  color: #B2B1B1;
}

.checkout .checkout-left input[type="text"] {
  margin: 0 0 15px 0;
}

.checkout .checkout-left .checkbox {
  margin: 22px 0 0 0;
}

.checkout .checkout-right {
  /* width: 383px; */
  width: 100%;
  margin: 0 0 0 auto;
}

.checkout .checkout-right .cart-preview {
  width: 100%;
  display: block;
  position: static;
  /* margin: 15px 0 0 0; */
}

.checkout .checkout-right .cart-preview .cart-preview-title {
  font-weight: 600;
}

.checkout .checkout-right .cart-preview .cart-preview-title a {
  font-size: 14px;
  color: #C57B48;
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
}

.checkout .checkout-right .cart-preview .cart-preview-title a svg {
  margin: 0 0 0 14px;
  fill: #C57B48;
}

.checkout .checkout-right .cart-preview .cart-preview-title a:hover {
  color: #656362;
}

.checkout .checkout-right .cart-preview .cart-preview-title a:hover svg {
  fill: #656362;
}

.checkout .checkout-right .cart-preview .cart-preview-content {
  max-height: 1026px;
}

/* .checkout .checkout-right .cart-preview .cart-preview-product .cart-preview-product-descr .cart-preview-product-size {
        flex-wrap: wrap; } */

.checkout .checkout-right .cart-preview .cart-preview-product .cart-preview-product-descr .cart-preview-product-size .cart-preview-product-price {
  width: 100%;
  /* margin: 5px 0 0 0;  */
}

.checkout .checkout-right .cart-preview .cart-preview-product .cart-preview-product-img {
  width: 100px;
  height: auto;
}

.checkout .checkout-right .cart-preview .cart-preview-product .cart-preview-product-img a img {
  transform: translate(-50%, 0);
  top: auto;
  left: 50%;
  bottom: 0;
}

.checkout .radio label .triger {
  left: 0;
}

.checkout .half {
  display: flex;
}

.checkout .half>div {
  width: 139px;
  margin: 0 32px 0 0;
}

.checkout .half>div:last-child {
  margin: 0;
}

.checkbox input {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  opacity: 0;
  top: 0;
  line-height: normal;
  margin: 0;
  position: absolute;
}

.checkbox input:checked+label:before {
  background: url(/assets/images/icons/check.svg) center center no-repeat;
}

.checkbox label {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 33px;
  box-sizing: border-box;
  display: block;
  position: relative;
  cursor: pointer;
}

.checkbox label:before {
  content: "";
  width: 19px;
  height: 19px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-size: 70% 70%;
}

.type-of-delivery {
  background: #EFEBEC;
  padding: 27px 0 30px 25px;
  margin: 33px 0 26px 0;
}

.type-of-delivery .type-of-delivery-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

.type-of-delivery .jq-selectbox {
  margin: 0 27px 0 41px;
}

.type-of-delivery .jq-selectbox .jq-selectbox__select {
  font-weight: 400;
  min-height: 55px;
}

.type-of-delivery .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
  width: 20px;
  height: 12px;
  background: url(/assets/images/icons/select-bi-tri.svg) no-repeat;
}

.type-of-delivery .radio {
  margin: 0 0 15px 0;
}

.checkout-bottom {
  border-top: 1px solid #EFEBEC;
  margin: 26px 0 0 0;
  padding: 24px 0 0 0;
}

.checkout-bottom .checkout-bottom-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}

.checkout-bottom .radio {
  margin: 0 0 13px 0;
}

.error {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.error .error-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: -7px 0 23px 0px;
}

.error>p {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 0 0 32px 0;
}

.error .btn {
  min-width: 150px;
  height: 35px;
}

.delivery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 0;
}

.delivery h1 {
  width: 100%;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 17px 0;
}

.delivery h2 {
  width: 100%;
  font-size: 30px;
  text-transform: uppercase;
  margin: 9px 0 13px 0;
}

.delivery .delivery-block {
  width: calc(50% - 16px);
  max-width: 540px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  position: relative;
  padding: 10px 20px 20px 0;
  margin: 0 0 20px 0;
}

.delivery .delivery-block .delivery-block-title {
  font-size: 16px;
  font-weight: 700;
  min-height: 43px;
  align-items: center;
  display: flex;
  padding-left: 71px;
}

.delivery .delivery-block .delivery-block-text {
  margin: 6px 0 0 0;
  font-size: 14px;
  line-height: 23px;
  padding: 0 0 0 21px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.delivery .delivery-block .delivery-block-text p {
  margin: 0;
  padding: 0 0 0 50px;
}

.delivery .delivery-block>img {
  position: absolute;
  top: 21px;
  left: 35px;
  transform: translate(-50%, 0);
}

.delivery .delivery-block.fluid {
  width: 100%;
  max-width: 100%;
}

.delivery .delivery-block.companies .delivery-block-text {
  height: 80%;
  display: flex !important;
}

.delivery-block-text img {
  margin-right: 25px;
  margin-bottom: 15px
}

.about-us h1 {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
}

.about-us-title {
  font-size: 16px;
  text-align: center;
}

.about-us-title span {
  font-size: 45px;
  font-weight: 900;
  color: #C57B48;
}

.about-us-title p {
  font-size: 24px;
  line-height: 1;
  color: #C57B48;
  font-weight: 600;
  margin: 7px 0 15px 0;
}

.about-us-description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 54px 0 0 0;
  padding: 53px 109px 0 30px;
}

.about-us-description:before {
  content: "";
  height: 1px;
  left: 221px;
  right: 221px;
  background: rgba(196, 196, 196, 0.5);
  position: absolute;
  top: 0;
}

.about-us-description .about-us-block {
  max-width: 385px;
  position: relative;
  padding: 0 0 0 73px;
  box-sizing: border-box;
}

.about-us-description .about-us-block:nth-child(2n) {
  max-width: 335px;
}

.about-us-description .about-us-block>img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.about-us-description .about-us-block .about-us-block-text {
  font-size: 14px;
  line-height: 20px;
}

.about-us-description .about-us-block .about-us-block-text span {
  font-weight: 500;
}

.about-us-description .about-us-block .about-us-block-content {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.about-us-description .about-us-block .about-us-block-content p {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 9px 0;
}

.about-us-description .about-us-block .about-us-block-content>a {
  width: 116px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  margin: 0 28px 20px 0;
  overflow: hidden;
}

.about-us-description .about-us-block .about-us-block-content>a:nth-of-type(2n) {
  margin-right: 0;
}

.about-us-description .about-us-block .about-us-block-content>a.fluid {
  width: 100%;
  margin-right: 0;
}

.about-us-description .about-us-block .about-us-block-content>a img {
  display: block;
}

.about-bottom {
  margin: 11px 0 0 0;
}

.about-bottom .about-bottom-img {
  width: 100%;
  position: relative;
  margin: 0 0 73px 0;
}

.about-bottom .about-bottom-img img {
  display: block;
}

.about-bottom .about-bottom-img .about-bottom-img-description {
  position: absolute;
  bottom: 35px;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 23px 15px 35px 43px;
  font-size: 11px;
  color: #A8A8A8;
  font-weight: 600;
}

.about-bottom .about-bottom-img .about-bottom-img-description div {
  color: #C57B48;
  font-size: 45px;
  margin: 0 0 -5px 0;
}

.about-bottom .about-bottom-img .about-bottom-img-description div span {
  font-weight: 800;
}

.about-bottom-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-bottom-content .about-bottom-block {
  width: calc(50% - 18px);
  display: flex;
  position: relative;
  padding: 0 0 0 100px;
  box-sizing: border-box;
  align-items: center;
  margin: 0 0 49px 0;
}

.about-bottom-content .about-bottom-block>img {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(0, -50%);
}

.about-bottom-content .about-bottom-block p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.about-bottom-content .about-bottom-block p b {
  font-weight: 600;
}

.about-bottom-content .about-bottom-block p span {
  display: block;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.about-bottom-content .about-bottom-block p a {
  color: #656362;
}

.about-bottom-content .about-bottom-block p a:hover {
  text-decoration: none;
}

.about-bottom-content .about-bottom-block.fluid {
  width: 100%;
  display: block;
}

.about-bottom-content .about-bottom-block.fluid>img {
  display: block;
  position: static;
  transform: translate(0);
  margin: 0 auto;
}

.about-bottom-content .about-bottom-block.fluid p {
  width: 100%;
  text-align: center;
}

.about-us-sale-title {
  text-align: center;
  color: #C57B48;
  font-size: 45px;
  margin: -21px 0 19px 0;
}

.about-us-sale-title span {
  font-weight: 800;
}

.about-us-sale {
  width: 100%;
  text-align: center;
  border-top: 1px solid #E1E1E1;
  padding: 31px 0 0 0;
}

.about-us-sale span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}

.about-us-sale .about-us-sale-text {
  margin: 7px auto 2px auto;
  font-size: 16px;
  line-height: 24px;
}

.about-us-sale-table {
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin: 31px 0 0 0;
}

.about-us-sale-table:after {
  content: "";
  width: 1px;
  top: 72px;
  left: 254px;
  bottom: 0;
  background: #E1E1E1;
  position: absolute;
}

.about-us-sale-table .about-us-sale-table-th {
  background: #E1E1E1;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  height: 67px;
}

.about-us-sale-table .about-us-sale-table-th span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  min-width: 33px;
  height: 33px;
  box-sizing: border-box;
  background: #C57B48;
  border-radius: 50%;
  margin: 0 18px 0 19px;
}

.about-us-sale-table .about-us-sale-table-th span img {
  display: block;
}

.about-us-sale-table .about-us-sale-table-tr {
  display: flex;
  padding: 0 0 0 5px;
}

.about-us-sale-table .about-us-sale-table-tr>div {
  border-bottom: 1px solid #E1E1E1;
  min-height: 32px;
  padding: 5px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-us-sale-table .about-us-sale-table-tr>div:nth-child(1) {
  flex: 0 0 246px;
  margin: 0 7px 0 0;
  font-weight: 700;
  color: #C57B48;
  justify-content: center;
}

.about-us-sale-table .about-us-sale-table-tr>div:nth-child(2) {
  flex-grow: 1;
  padding-left: 66px;
  font-style: italic;
}

.about-us-sale-table .about-us-sale-table-tr:last-child>div {
  border: 0;
}

.BasicProvisions {
  margin: 51px 0 0 0;
}

.BasicProvisions .BasicProvisions-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0 0 13px 0;
}

.BasicProvisions .BasicProvisions-title span {
  flex: 0 0 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C57B48;
  border-radius: 50%;
  margin: 0 14px 0 0;
}

.BasicProvisions .BasicProvisions-text {
  font-size: 14px;
  line-height: 24px;
}

.BasicProvisions .BasicProvisions-text p {
  margin: 0;
}

.BasicProvisions .BasicProvisions-text a {
  color: #C57B48;
  font-weight: 700;
  text-decoration: none;
}

.BasicProvisions .BasicProvisions-text a:hover {
  text-decoration: underline;
}

.thank {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.thank h1 {
  width: 100%;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-size: 30px;
}

.thank .thank-left {
  max-width: 348px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.thank .thank-left .thank-left-title {
  color: #C57B48;
  font-size: 45px;
  margin: -72px 0 0 0;
}

.thank .thank-left .thank-left-title span {
  font-weight: 800;
}

.thank .thank-left p {
  margin: -10px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}

.thank .thank-right {
  background: url(/assets/images/thank-right.png) no-repeat;
  background-size: cover;
  height: 693px;
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.thank .thank-right:before {
  content: "";
  width: 123px;
  height: 123px;
  background: url(/assets/images/icons/thank-phone.svg) no-repeat;
  position: absolute;
  bottom: 30px;
  right: 21px;
}

.thank .thank-right .thank-right-content {
  width: 100%;
  position: relative;
  z-index: 3;
}

.thank .thank-right .thank-right-content .thank-right-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 81px 0;
}

.thank .thank-right .thank-right-content .thank-right-title p {
  margin: 0 0 28px 0;
}

.thank .thank-right .thank-right-content .thank-right-title p:last-child {
  margin: 0;
}

.thank .thank-right .thank-right-content .btn {
  display: flex;
  width: 236px;
  height: 35px;
  margin: 0 auto 34px auto;
}

.thank .thank-right .thank-right-content .btn.wh-bg {
  color: #fff;
}

.thank .thank-right .thank-right-content .btn:hover {
  color: #fff;
}

.thank .child {
  position: relative;
  background: rgba(197, 90, 17, 0.15);
  width: 100%;
  height: 512px;
  margin: 25px 0 0 0;
}

.thank .child img {
  max-width: none;
  position: absolute;
  left: 84px;
  top: 50%;
  transform: translate(0, -44%);
}

.small-products {
  display: flex;
  flex-wrap: wrap;
}

.small-products .product {
  width: 234px;
  padding: 10px 10px;
  margin: 0 15px 15px 0;
}

.small-products .product:nth-child(3n) {
  margin-right: 0;
}

.small-products .product .product-img .product-img-for {
  margin: 0 0 4px 0;
}

.small-products .product .product-img .product-img-for .slick-slide {
  height: 294px;
}

.small-products .product .product-img .product-img-for .slick-slide .like {
  width: 25px;
  height: 22px;
  right: 9px;
  bottom: 9px;
}

.small-products .product .product-img .product-img-for .slick-arrow {
  width: 23px;
  height: 28px;
  background-size: 8px;
  top: 130px;
  margin: 0;
}

.small-products .product .product-img .product-img-nav .slick-list .slick-track .slick-slide {
  width: 20px;
  height: 20px;
}

.small-products .product .product-title span {
  font-size: 14px;
  margin: 3px 0 7px 0;
}

.small-products .product .product-title a {
  display: inline;
  font-size: 14px;
  line-height: 18px;
  min-height: 37px;
}

.small-products .product .product-price {
  font-size: 16px;
  margin: 5px 0 14px 0;
}

.small-products .product .product-price b {
  font-size: 12px;
}

.small-products .product .product-delete .btn {
  min-width: 100%;
}

.wrapper__product-image {
  position: relative;

}

.wrapper__product-image .product-left-bottom {
  background-color: #fff;
  width: auto;
  max-width: 78px;
  min-width: 55px;
  z-index: 999;
}

.wrapper__product-image .product-left-bottom span {
  padding: 5px;
}

.product-left-bottom {
  width: 51px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-left-bottom>span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 19px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 3px 0;
}

.product-left-bottom>span:last-child {
  margin: 0;
}

.product-left-bottom>span.big {
  background: #E50E00;
}

.product-left-bottom>span.normal {
  background: #E05F06;
}

.product-left-bottom>span.new {
  background: #04B400;
}

.product-left-bottom>span.future {
  color: #C57B48;
  background: #fff;
  text-align: center;
}

.active-border {
  border: 2px solid #C57B48 !important;
}

#account-order #content>table:nth-child(3)>tbody>tr>td:nth-child(1),
#account-order #content>table:nth-child(3)>thead>tr>td:nth-child(1) {
  display: none;
}

#account-order #content>div.table-responsive>table>tbody>tr>td:nth-child(5) {
  white-space: nowrap;
}

.list-number {
  list-style-type: decimal;
}

.delivery-block-text {
  display: block !important;
}

#sizeChartModal table td {
  border: 1px solid #ccc;
  padding: 10px;
}

#sizeChartModal>div>div>div.modal-body>table>tbody>tr>td:nth-child(1),
#sizeChartModal>div>div>div.modal-body>table>tbody>tr>td:nth-child(2) {
  white-space: nowrap;
}

#sizeChartModal .chart-header {
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #e3e3e3;
}

#simplecheckout_payment>div.simplecheckout-block-content>div:nth-child(1) {
  margin-bottom: 10px;
}

.fix #bottom-menu ul li .dropdown-menu .dropdown-menu-column {
  margin-right: 50px;
}

.big-labels .product-left-bottom {
  width: auto;
  max-width: 78px;
  min-width: 55px;
}

.big-labels .product-left-bottom span {
  padding: 5px;
  font-size: 12px;
  margin: 0 0 5px 0;
}

.big-labels .product-left-bottom span:last-child {
  margin: 0;
}

.checkout-heading span a,
.form-group a {
  color: #656362;
}

.simplecheckout-block {
  position: relative;
}

#simple_login_header {
  position: absolute;
  top: -38px;
  right: 28%;
}

.navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}

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

.navigation ul li {
  border-left: 1px solid #E1E1E1;
}

.navigation ul li a,
.navigation ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #656463;
  width: 44px;
  height: 54px;
  color: #656362;
  text-decoration: none;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  box-sizing: border-box;
}

.navigation ul li a svg {
  fill: #656362;
}

.navigation ul li:last-child {
  border-right: 1px solid #E1E1E1;
}

.navigation ul li:hover a,
.navigation ul li.active span {
  background: #656362;
  color: #fff;
}

.navigation ul li:hover a svg,
.navigation ul li.active span svg {
  fill: #fff;
}

.popup-close-btn {
  position: absolute;
  top: 11px;
  right: 20px;
  cursor: pointer;
  z-index: 4;
}

.popup-close-btn svg {
  fill: rgba(0, 0, 0, 0.4);
}

.popup-close-btn:hover svg {
  fill: #000;
}

.popup_favourites-content {
  width: 322px;
  margin: 0 auto;
  position: relative;
}

.popup_favourites-content .cart-preview-product:last-of-type {
  border: 0;
  margin: 0 0 6px 0;
}

.popup_favourites-content .btn {
  width: 240px;
  display: flex;
  margin: 0 auto 30px auto;
}

.popup_favourites-content+.popup_favourites-content-complete {
  display: none;
}

.popup_favourites-content.active {
  display: none;
}

.popup_favourites-content.active+.popup_favourites-content-complete {
  display: block;
}

.btn.flex {
  display: flex;
  cursor: pointer;
  width: 240px;
  margin: 0 auto 30px auto;
}

.show_popup {
  cursor: pointer;
}

.checkIn form input {
  margin: 0 0 19px 0;
}

.checkIn form button {
  margin: 40px auto 0 auto;
}

.checkIn .checkIn-bottom {
  display: flex;
  padding: 20px 0 50px 0;
}

.checkIn .checkIn-bottom .checkIn-bottom-left {
  font-size: 18px;
  font-weight: 700;
}

.checkIn .checkIn-bottom .checkIn-bottom-left a {
  color: #C57B48;
}

.checkIn .checkIn-bottom .checkIn-bottom-left a:hover {
  text-decoration: none;
}

.checkIn .checkIn-bottom .checkIn-bottom-right {
  font-size: 18px;
  margin: 0 0 0 auto;
}

.checkIn .checkIn-bottom .checkIn-bottom-right a {
  color: #656362;
  text-decoration: underline;
}

.checkIn .checkIn-bottom .checkIn-bottom-right a:hover {
  text-decoration: none;
}

#enter.active {
  display: none;
}

#enter.active+#regist {
  display: block;
}

#enter_thanks #thanks {
  display: none;
}

#enter_thanks.active+#thanks {
  display: block;
}

#regist {
  display: none;
}

#regist .checkbox {
  position: relative;
  margin: 30px 0;
}

#regist .checkbox label>a {
  color: #656362;
  text-decoration: underline;
  font-size: 15px;
}

.catalog {
  margin: 0 0 70px 0;
}

.catalog .catalog-top {
  display: flex;
  align-items: center;
  flex-wrap: inherit;
  border-bottom: 1px solid rgba(129, 129, 129, 0.1);
  padding: 0 0 10px 0;
}

.catalog .catalog-top>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 10px 0;
}

.catalog .catalog-top h1 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
}

.catalog .catalog-top a {
  line-height: 24px;
  font-size: 14px;
  color: #656362;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 0 40px;
}

.catalog .catalog-top a:hover,
.catalog .catalog-top a.active {
  color: #C57B48;
}

.catalog .catalog-bottom {
  display: flex;
  align-items: center;
  padding: 19px 0 0 0;
  flex-wrap: wrap;
}

.catalog .catalog-bottom>button {
  width: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  box-sizing: border-box;
  border: 1px solid #656463;
  font-size: 12px;
  font-weight: 700;
  background: none;
  color: #656463;
  text-transform: uppercase;
  margin: 7px 0 0 0;
}

.catalog .catalog-bottom>button:hover {
  background: #656463;
  color: #fff;
}

.spec-select {
  position: relative;
  margin: 0 1px 0 0;
  width: 155px;
  flex-grow: 1;
}

.spec-select.choose .spec-select-container {
  white-space: nowrap;
  background: #EFEBEC;
  overflow: hidden;
  justify-content: flex-start;
}

.spec-select.choose .spec-select-container:after {
  display: none;
}

.spec-select.choose .spec-select-container .clear-select {
  margin: 0 0 0 0;
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #EFEBEC;
  position: absolute;
  top: 0;
  right: 0;
}

.spec-select.choose .spec-select-container .clear-select svg {
  fill: #656362;
}

.spec-select.choose .spec-select-container .clear-select:hover svg {
  opacity: 0.6;
}

.spec-select:not(.choose) .spec-select-container {
  text-transform: uppercase;
}

.option-description .disabled:not(.ocf-selected) {
  opacity: .3
}

.spec-select .spec-select-container {
  display: flex;
  align-items: center;
  padding: 0 7px 0 10px;
  border: 1px solid #EFEBEC;
  height: 30px;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
}

.spec-select .spec-select-container.active {
  background: #EFEBEC;
}

.spec-select .spec-select-container.active:after {
  transform: rotate(180deg);
}

.spec-select .spec-select-container.active+.spec-select-dropdown {
  display: block;
}

.spec-select .spec-select-container:after {
  content: "";
  width: 6px;
  height: 4px;
  background: url(/assets/images/icons/spec-select.svg) no-repeat;
  display: block;
  margin: 0 0 0 3px;
}

.spec-select .spec-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 106;
  background: #fff;
  font-size: 12px;
  padding: 0 0 10px 11px;
  display: none;
}

.spec-select .spec-select-dropdown ul li {
  margin: 0 0 5px 0;
}

.spec-select .spec-select-dropdown ul li:last-child {
  margin: 0;
}

.spec-select .spec-select-dropdown ul li a {
  color: #656362;
  text-decoration: none;
}

.spec-select .spec-select-dropdown ul li a:hover {
  color: #C57B48;
}

.spec-select .spec-select-dropdown .checkbox {
  margin: 0 0 9px 0;
}

.spec-select .spec-select-dropdown .checkbox label {
  font-weight: 400;
  display: flex;
  font-size: 12px;
}

.spec-select .spec-select-dropdown .checkbox label span {
  margin: 0 16px 0 auto;
}

.spec-select .spec-select-dropdown button {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  height: 20px;
  padding: 0 10px;
  background: #C57B48;
  color: #fff;
  margin: 3px 0 0 0;
}

.spec-select .spec-select-dropdown .spec-select-size {
  display: flex;
  width: calc(100% + 11px);
  margin: -10px 0 11px -11px;
  justify-content: space-between;
}

.spec-select .spec-select-dropdown .spec-select-size>div {
  border: 0.5px solid #BF7746;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C57B48;
  font-size: 12px;
  flex-grow: 1;
}

.spec-select .spec-select-dropdown .option-values-inner {
  overflow-y: auto;
  max-height: 210px;
  padding-top: 10px;
}

.size-from-to>div {
  display: flex;
  justify-content: space-between;
  margin: 0 10px 20px 0;
}

.size-from-to>div input {
  text-align: center;
  padding: 0;
  font-size: 12px;
  width: 46px;
  height: 20px;
}

.checkboxColors {
  margin: 0 0 15px 0;
}

.checkboxColors .checkbox {
  margin: 0 0 1px 0 !important;
}

.checkboxColors .checkbox label {
  padding: 0;
}

.checkboxColors .checkbox label:before {
  display: none;
}

.checkboxColors .checkbox label span {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  margin: auto 15px auto 0 !important;
}

.catalog-description {
  border-top: 1px solid rgba(129, 129, 129, 0.1);
  padding: 45px 0 0 0;
  margin: 51px 0 0 0;
}

.catalog-description h2 {
  font-size: 30px;
  margin: 0 0 11px 0;
}

.catalog-description p {
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 23px 0;
}

.catalog-description b {
  font-size: 18px;
  margin: 22px 0;
  display: block;
}

.card {
  display: flex;
  padding: 7px 0 0 50px;
  margin: -12px auto 92px auto;
  width: 1170px;
}

.card .card-left {
  width: 695px;
}

.card .card-left .sliders {
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
}

.card .card-left .sliders.active {
  display: flex;
}

.card .slider-for {
  /* width: 520px; */
  width: 610px;
  order: 2;
  margin: 0 0 0 auto;
  position: relative;
}

.card .slider-for .slick-slide {
  background: #EFEBEC;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 520px;
  height: 800px;
}

@media(max-width: 1140px) {
  .card .slider-for .slick-slide {
    height: auto;
  }

}

.card .slider-for .slick-slide img {
  display: block;
  max-height: 100%;
}

.card .slider-nav {
  width: 80px;
  order: 1;
  position: relative;
  z-index: 1;
}

.card .slider-nav .slick-track {
  display: block;
}

.card .slider-nav .slick-track .slick-slide {
  height: 101px;
  margin: 0 0 4px 0;
  background: #EFEBEC;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.card .slider-nav .slick-track .slick-slide.slick-current:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #C57B48;
  box-sizing: border-box;
}

.card .card-right {
  width: 455px;
  margin: 0 0 0 20px;
}

.card .card-right h1 {
  font-size: 24px;
  font-weight: 600;
  margin: 2px 0 -1px 0;
  margin-bottom: 25px;
}

.characteristics {
  margin-bottom: 25px;
}

.card .option {
  margin-bottom: 30px;
}

.card .option[master-option="32"] {
  margin-bottom: 15px;
}

.big-select .bsc_box {
  margin-bottom: 20px;
}

.card .card-left {
  width: 695px;
}


.characteristics {
  font-size: 16px;
}

.characteristics p {
  margin: 0 0 2px 0;
}

.characteristics p span {
  display: inline-block;
  min-width: 90px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  color: #B2B1B1;
}

.characteristics p:last-child {
  margin: 0;
}

.card-price {
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  font-weight: 600;
  font-size: 24px;
  align-items: center;
  display: flex;
  color: #656362;
  padding: 2px 0 0 0;
  margin: 5px 0 0 0;
}

.card-price .red {
  color: #E50E00;
}

.card-price b {
  font-size: 18px;
  font-weight: 400;
  color: #B2B1B1;
  margin: 0 36px 0 0;
  text-decoration: line-through;
}

.big-select-pre-title {
  font-size: 16px;
  font-weight: 700;
  margin: 14px 0 0 0;
}

.card-un-nav-title {
  font-size: 14px;
  font-weight: 700;
  margin: 4px 0 4px 0;
}

.card-un-nav,
.card-un-nav2 {
  display: flex;
}

.card-un-nav li,
.card-un-nav2 li {
  margin: 0 4px 0 0;
  padding: 1px;
}

.card-un-nav li a,
.card-un-nav2 li a,
.card-un-nav2 li label {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  display: block;
  /* width: 40px;
      height: 40px;
      box-sizing: border-box;
      display: block; 
      background-size: 80%!important; */
  background-position: center !important;
  cursor: pointer;

}

.big-select {
  position: relative;
}

.big-select .big-select-container {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border: 1px solid #E1E1E1;
  cursor: pointer;
  min-height: 44px;
}

.big-select .big-select-container.work:after {
  content: "";
  width: 20px;
  height: 12px;
  background: url(/assets/images/icons/big-select.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -6px 0 0 0;
}

.big-select .big-select-container.work .presence {
  display: none;
}

.big-select .big-select-container.active:after {
  transform: rotate(180deg);
  background: url(/assets/images/icons/big-select-hover.svg) no-repeat;
}

.big-select .big-select-container.active+.big-select-dropdown {
  display: block;
}

.big-select .big-select-container .big-select-container-left {
  border-right: 1px solid #E1E1E1;
  min-width: 63px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.big-select .big-select-container .big-select-container-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
}

.big-select .big-select-container .big-select-container-right .inform-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #C57B48;
  color: #C57B48;
  font-size: 12px;
  font-weight: 700;
  margin: 17px 0 19px 15px;
}

.big-select .big-select-container .big-select-container-right .inform-btn:hover {
  background: #C57B48;
  color: #fff;
}

.big-select .big-select-container .big-select-container-text {
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 180px;
  margin: 0 auto 0 13px;
  padding: 1.5px 0;
}

.big-select .big-select-container .big-select-container-text>div {
  width: 100%;
  display: flex;
  align-items: center;
}

.big-select .big-select-container .big-select-container-text>div>div:nth-child(2n) {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}

.big-select .big-select-container .presence {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  width: 110px;
  margin: 0 15px 0 auto;
  min-width: 0;
  justify-content: flex-end;
  text-align: right;
}

.big-select .big-select-container .presence span {
  display: block;
  width: 27px;
  height: 5px;
  margin: 0 0 0 3px;
}

.big-select .big-select-container .presence span:first-child {
  margin: 0;
}

.big-select .big-select-container .presence span.green {
  background: #0ADA05;
}

.big-select .big-select-container .presence span.orange {
  background: #F2F612;
}

.big-select .big-select-container .presence span.red {
  background: #F30000;
}

.big-select .big-select-container .presence b {
  width: 100%;
  display: block;
  width: 90px;
  font-weight: 400;
  margin: 5px 0 0 0;
}

.big-select .big-select-dropdown {
  box-sizing: border-box;
  position: absolute;
  top: 49%;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 1;
}

.big-select .big-select-dropdown .big-select-container {
  border-top: 0;
}

.big-select .big-select-dropdown .big-select-container.selected {
  border-color: #C57B48;
}

.big-select .big-select-dropdown .big-select-container.selected:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #C57B48;
}

.big-select .big-select-dropdown .big-select-container.selected .big-select-container-left {
  border-color: #C57B48;
  color: #C57B48;
}

.big-select .big-select-dropdown .big-select-container.selected .big-select-container-text {
  color: #C57B48;
}

.big-select .big-select-dropdown-content {
  max-height: 407px;
  overflow: auto;
}

.big-select .big-select-dropdown-content::-webkit-scrollbar {
  width: 15px;
  height: 3px;
}

.big-select .big-select-dropdown-content::-webkit-scrollbar-button {
  background: url(/assets/images/icons/scroll-button.svg) center center no-repeat;
  height: 15px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
}

.big-select .big-select-dropdown-content::-webkit-scrollbar-button:end {
  background: url(/assets/images/icons/scroll-button-down.svg) center center no-repeat;
}

.big-select .big-select-dropdown-content::-webkit-scrollbar-track-piece {
  background-color: #EFEBEC;
}

.big-select .big-select-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #C57B48;
}

.dr-size-btn {
  display: flex;
  width: 100%;
  height: 34px;
  background: #EFEBEC;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #C57B48;
}

.dr-size-btn img {
  margin: 0 7px 0 0;
}

.sizes-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #C57B48;
  margin: 10px 0 3px 0;
}

.sizes-btn img {
  display: block;
  margin: 0 4px 0 0;
  max-width: 15px;
}

.card-description .card-description-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 1px 0;
}

.card-description .card-description-text {
  font-size: 18px;
  line-height: 17px;
  width: 100%;
  padding-right: 30%;
}

.card-description .card-description-text .card-description-hidden {
  display: none;
}

.card-description.active .card-description-text .card-description-hidden {
  display: inline;
}

#product2 .card-quantity .ui-spinner,
#product2 .card-btns .card-btns-first,
#product2 .card-btns .card-btns-like {
  height: 40px !important;
}

.product_popup-in {
  padding: 25px
}

.card-description .more-details,
.size-сhart {
  display: flex;
  align-items: center;
  color: #C57B48;
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0 0 0;
}

.card-description .more-details svg {
  fill: #C57B48;
  margin: 0 0 0 10px;
}

.card-description .more-details:hover {
  color: #656362;
}

.card-description .more-details:hover svg {
  fill: #656362;
}

.card-description .more-details.active svg {
  transform: rotate(180deg);
}

.card-quantity {
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  margin: 3px 0 0 0;
}

.card-quantity .card-quantity-title {
  font-size: 16px;
  font-weight: 700;
  margin: 3px 0 6px 0;
}

.card-quantity .ui-spinner {
  width: 185px;
  height: 45px;
}

.card-quantity .ui-spinner input {
  height: 100%;
  font-weight: 700;
}

.card-quantity .ui-spinner .ui-spinner-button {
  width: 42px;
  font-weight: 700;
}

.card-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 8px 0 25px 0;
}

.card-btns .card-btns-first {
  flex-grow: 1;
  margin: 0 23px 0 0;
  height: 48px;
  font-size: 24px;
}

.card-btns .card-btns-fluid {
  width: 100%;
  height: 48px;
  font-size: 24px;
  margin: 14px 0 0 0;
}

.card-btns .card-btns-like {
  width: 65px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
}

.card-btns .card-btns-like svg {
  fill: #C57B48;
}

.card-btns .card-btns-like.active,
.card-btns .card-btns-like:hover {
  border-color: #C57B48;
  background: #C57B48;
}

.card-btns .card-btns-like.active svg,
.card-btns .card-btns-like:hover svg {
  fill: #fff;
}

.card-social {
  display: flex;
  align-items: center;
}

.card-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 31px;
  box-sizing: border-box;
  border: 1px solid #E1E1E1;
  margin: 0 6px 10px 0;
}

.card-social a svg {
  fill: #656362;
}

.card-social a:hover {
  background: #C57B48;
  border-color: #C57B48;
}

.card-social a:hover svg {
  fill: #fff;
}

.card-partners {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px 20px;
  margin: 15px 0 0 0;
}

.card-partners div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  text-decoration: none;
}

.card-partners div img {
  max-height: 90%;
}

.annex {
  margin: 0 0 70px 0;
}

.annex .annex-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 38px 0 41px 0;
}

.annex.bordered {
  border-top: 1px solid rgba(129, 129, 129, 0.1);
}

.annex-slider .slick-list {
  overflow: inherit;
}

.annex-slider .slick-list .product {
  width: 263px;
  margin: 0 20px 0 0;
  opacity: 0;
  transition: 0.5s;
}

.annex-slider .slick-list .product.slick-active {
  opacity: 1;
}

.annex-slider .slick-list .product .product-img .product-img-for .slick-slide {
  height: 331px;
}

.annex-slider .slick-list .product .product-img .product-img-for .slick-slide img {
  max-height: 100%;
}

.annex-slider .slick-list .product .product-btn {
  font-size: 14px;
}

.annex-slider .slick-list .product .product-btn svg {
  width: 14px;
}

.annex-slider .slick-arrow {
  transition: 0.5s;
}

.annex-slider .slick-arrow.slick-prev {
  left: -50px;
}

.annex-slider .slick-arrow.slick-next {
  right: -50px;
}

.annex-slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.annex-tab {
  padding: 26px 0 0 0;
}

.annex-tab .ui-tabs-nav {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.annex-tab .ui-tabs-nav li {
  margin: 0 36px 0 0;
}

.annex-tab .ui-tabs-nav li:last-child {
  margin: 0;
}

.annex-tab .ui-tabs-nav li a {
  display: block;
  color: #656362;
  text-decoration: none;
  opacity: 0.3;
  position: relative;
}

.annex-tab .ui-tabs-nav li:hover a {
  opacity: 1;
}

.annex-tab .ui-tabs-nav li.ui-state-active a {
  color: #C57B48;
  opacity: 1;
}

.annex-tab .ui-tabs-nav li.ui-state-active a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #C57B48;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cleared {
  display: inline-block;
  border: 0;
  background: none;
  font-size: 14px;
  font-family: 'Nunito';
  color: #656362;
  cursor: pointer;
  margin: 20px 0 15px 0;
}

.feedback {
  border: 1px solid #E1E1E1;
  width: 100%;
  box-sizing: border-box;
  padding: 23px 31px 33px 18px;
  margin: 0 0 20px 0;
}

.feedback .feedback-top {
  display: flex;
  align-items: center;
}

.feedback .feedback-top .feedback-img {
  flex: 0 0 33px;
  height: 33px;
  margin: 0 20px 0 0;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #E1E1E1;
  background: url(/assets/images/icons/feedback-img.svg) center center no-repeat;
}

.feedback .feedback-top .feedback-img a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feedback .feedback-top .feedback-name a {
  font-size: 14px;
  display: block;
  color: #000;
  text-decoration: none;
}

.feedback .feedback-top .feedback-name p {
  display: flex;
  align-items: center;
  margin: 0;
}

.feedback .feedback-top .feedback-name p span {
  margin: 0 0 0 10px;
}

.feedback .feedback-top .feedback-rating {
  margin: 5px 0 auto auto;
  display: flex;
  align-items: center;
}

.feedback .feedback-top .feedback-rating img {
  width: 12px;
  display: block;
  margin: 0 0 0 2px;
}

.feedback .feedback-text {
  font-size: 14px;
  line-height: 23px;
}

.for-small-pc {
  display: none;
}

.sizes {
  margin: 0 47px;
}

.sizes .sizes-title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 22px 0 10px 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sizes .sizes-title img {
  margin: 0 35px 0 0;
}

.sizes-preview {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.sizes-preview:before {
  content: "";
  width: 100%;
  height: 74px;
  z-index: -1;
  border: 1px solid rgba(196, 196, 196, 0.5);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.sizes-preview .sizes-preview-block {
  width: calc(33.33% - 7px);
  position: relative;
}

.sizes-preview .sizes-preview-block:before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: 8px;
  left: 100%;
  margin: 0 0 0 3.5px;
  background: rgba(196, 196, 196, 0.5);
}

.sizes-preview .sizes-preview-block:last-child:before {
  display: none;
}

.sizes-preview .sizes-preview-block-title {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  padding: 0 40px;
}

.sizes-preview .sizes-preview-block-img {
  background: #EFEBEC;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 375px;
}

.sizes-preview .sizes-preview-block-img img {
  display: block;
}

.sizes-table {
  display: flex;
  margin: 15px 0 15px 0
}

.sizes-table .sizes-th {
  width: 250px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 12px;
}

.sizes-table .sizes-th>div {
  height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(196, 196, 196, 0.5);
  border-top: 0;
  padding: 0 0 0 20px;
}

.sizes-table .sizes-th>div:first-child {
  height: 38px;
  background: #EFEBEC;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  font-size: 16px;
}

.sizes-table .sizes-td {
  flex-grow: 1;
}

.sizes-table .sizes-td .tr {
  display: flex;
}

.sizes-table .sizes-td .tr div {
  width: 8.33%;
  height: 38px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-bottom: 1px solid rgba(196, 196, 196, 0.5);
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.sizes-table .sizes-td .tr div:last-child {
  border-right: 1px solid rgba(196, 196, 196, 0.5);
}

.sizes-table .sizes-td .tr div:last-child:after {
  display: none;
}

.sizes-table .sizes-td .tr div:after {
  content: "";
  width: 1px;
  height: 40px;
  background: rgba(196, 196, 196, 0.5);
  position: absolute;
  top: 7px;
  bottom: 7px;
  right: 0;
}

.sizes-table .sizes-td .tr:first-child div {
  height: 38px;
  background: #EFEBEC;
  border-top: 1px solid rgba(196, 196, 196, 0.5);
  font-size: 16px;
  border-right: 1px solid rgba(196, 196, 196, 0.5);
}

.sizes-table .sizes-td .tr:first-child div:after {
  display: none;
}

.sizes-table .sizes-td .tr.empty div:after {
  display: none;
}

.popup#fav {
  width: 980px;
}

.fav {
  display: flex;
}

.fav .fav-left {
  width: 440px;
  min-width: 440px;
  box-sizing: border-box;
  border: 17px solid #fff;
  background: #EFEBEC url(/assets/images/fav-img.png) center bottom no-repeat;
  position: relative;
}

.fav .fav-left:after {
  content: "";
  display: block;
  width: 344px;
  height: 262px;
  background: url(/assets/images/fav.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 73px;
  z-index: 1;
}

.fav .fav-right {
  padding: 40px 35px 40px 25px;
}

.fav .fav-right .fav-right-title {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding: 0 0;
  margin: 0 0 0 0;
}

.fav .fav-right form {
  margin: 85px 0;
}

.fav .fav-right form .fav-form-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

.fav .fav-right form input {
  margin: 0 0 20px 0;
}

.fav .fav-right form button {
  margin: 30px auto 0 auto;
}

.fav .fav-right .fav-bottom {
  display: flex;
  font-size: 18px;
  justify-content: space-between;
}

.fav .fav-right .fav-bottom .fav-bottom-left {
  font-weight: 700;
  position: relative;
}

.fav .fav-right .fav-bottom .fav-bottom-left a {
  color: #C57B48;
  text-decoration: none;
}

.fav .fav-right .fav-bottom .fav-bottom-right a {
  color: #656362;
}

.fav .fav-right .fav-bottom .fav-bottom-right a:hover {
  text-decoration: none;
}

.fav .fav-right {
  flex-grow: 1;
}

.thanks {
  font-size: 22px;
  text-align: center;
}

.thanks .btn {
  margin: 30px auto 40px auto;
}

#buy4 .thanks {
  margin-bottom: 20px;
}

#buy4 h2 {
  font-size: 26px;
  text-align: center;
}

.popup#attention {
  width: 1030px;
}

.popup#attention .popup-close-btn svg {
  fill: white;
}

.attention {
  display: flex;
  position: relative;
}

.attention:after {
  content: "";
  width: 353px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/assets/images/attention.png) right center no-repeat;
}

.attention .attention-left {
  width: 480px;
  margin: 0 0 0 50px;
  padding: 35px 0 50px 0;
  position: relative;
  z-index: 2;
}

.attention .attention-left .att-logo {
  font-size: 45px;
  color: #C57B48;
}

.attention .attention-left .att-logo span {
  font-weight: 800;
}

.attention .attention-left .att-logo p {
  color: #656362;
  margin: -5px 0 0 0;
  font-size: 12px;
  opacity: 0.5;
}

.attention .attention-left .attention-title {
  font-size: 42px;
  color: #C57B48;
  font-weight: 700;
  text-transform: uppercase;
  margin: 33px 0 43px 0;
}

.attention .attention-left form .checkbox {
  position: relative;
  margin-top: 70px;
}

.attention .attention-left form input {
  margin: 0 0 30px 0;
}

.attention .attention-left .checkbox label {
  font-weight: 400;
}

.attention .attention-left .checkbox label a {
  color: #656362;
  text-decoration: none;
  font-weight: 700;
}

.attention .attention-img {
  position: absolute;
  bottom: 0;
  right: 150px;
  z-index: 1;
}

.attention .attention-img:after {
  content: "";
  width: 137px;
  height: 131px;
  position: absolute;
  top: 0;
  left: -30px;
  background: url(/assets/images/icons/att-letter.svg) no-repeat;
}

.attention .attention-img img {
  display: block;
}

.yk_aboutUs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 20px 0;
  margin: 43px 0 0 0;
}

.yk_aboutUs .yk_aboutUs-block {
  width: 50%;
  max-width: 540px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
}

.yk_aboutUs .yk_aboutUs-block.fluid {
  width: 100%;
  max-width: 100%;
}

.yk_aboutUs .yk_aboutUs-block .yk_aboutUs-block-title {
  color: #656463;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.yk_aboutUs .yk_aboutUs-block .yk_aboutUs-content {
  border: 1px solid #E1E1E1;
  width: 100%;
  box-sizing: border-box;
  padding: 31px 0 31px 35px;
  font-size: 14px;
  line-height: 24px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.yk_aboutUs .yk_aboutUs-block .yk_aboutUs-content>img {
  margin: 0 50px 0 0;
}

.yk_aboutUs .yk_aboutUs-block .yk_aboutUs-content>img:last-child {
  margin: 0;
}

.yk_aboutUs .pp {
  padding: 15px 0 15px 15px
}

.yk_aboutUs .pp img {
  margin-right: 15px
}

.yk_aboutUs .pp .flex {
  align-items: center
}

.yk_aboutUs-icons {
  width: 100%;
  padding: 0 35px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.yk_aboutUs-icons .yk_aboutUs-icon-block {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  width: 16.66%;
}

.yk_aboutUs-icons .yk_aboutUs-icon-block .yk_aboutUs-icon {
  width: 65px;
  height: 62px;
  box-sizing: border-box;
  border: 2px solid #656463;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 9px auto;
}

.yk_delivery {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
}

.yk_delivery .yk_delivery-block {
  width: 50%;
  max-width: 540px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 0 20px 0;
}

#information-contact .yk_delivery .yk_delivery-block {
  margin-bottom: 30px;
}

.yk_delivery .yk_delivery-block .yk_delivery-title {
  font-size: 30px;
  color: #656463;
  font-weight: 700;
  margin: 0 0 25px 0;
  min-height: 41px;
  text-transform: uppercase;
}

.yk_delivery .yk_delivery-block .yk_delivery-content {
  width: 100%;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  padding: 20px 0;
  flex-grow: 1;
}

.yk_delivery .yk_delivery-block .yk_delivery-content .yk_delivery-content-title {
  position: relative;
  padding: 0 30px 0 79px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.yk_delivery .yk_delivery-block .yk_delivery-content .yk_delivery-content-title img,
.yk_delivery .yk_delivery-block .yk_delivery-content .yk_delivery-content-title svg {
  position: absolute;
  left: 19px;
  top: -50%;
  bottom: -50%;
  display: block;
  margin: auto 0;
}

.yk_delivery .yk_delivery-block .yk_delivery-content .yk_delivery-content-text {
  font-size: 14px;
  line-height: 24px;
  padding: 0 30px 0 79px;
}

.yk_delivery .yk_delivery-block .yk_delivery-content .yk_delivery-content-text p {
  margin: 0;
}

.fix .main-menu ul li.for-fix {
  display: block;
}

.fix .main-menu ul li.for-fix svg {
  max-width: 28px;
  max-height: 20px;
}

.card-rating img {
  width: 14px;
}

@media (max-width: 1919px) {
  .card {
    width: 1170px;
    margin: -12px auto 0 auto;
    padding: 0;
  }

  .card .card-right h1 {
    font-size: 24px;
  }

  .no-for-small-pc {
    display: block;
  }

  .for-small-pc {
    display: none;
  }

  .for-small-pc .card-social {
    margin: 20px 0 0 0;
  }

  .for-small-pc .card-partners {
    margin: 15px 0 0 0;
  }
}

@media (max-width: 1440px) {
  .product .product-title a {
    font-size: 18px;
    margin: 0;
  }
}

@media (max-width: 1139px) {
  .container {
    width: 690px;
  }

  .wrapper {
    padding: 100px 0 0 0;
  }

  header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 2px solid #E1E1E1;
    padding: 0;
  }

  header .container {
    height: 98px;
    box-sizing: border-box;
    position: static;
  }

  .main-menu-btn {
    width: 44px;
    height: 29px;
    position: relative;
    display: block;
    margin: 0 24px 0 0;
  }

  .main-menu-btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #808080;
    cursor: pointer;
    transition: 0.4s;
  }

  .main-menu-btn span:nth-child(1) {
    top: 0;
  }

  .main-menu-btn span:nth-child(2) {
    top: 12px;
  }

  .main-menu-btn span:nth-child(3) {
    bottom: 0;
  }

  .main-menu-btn p {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    margin: 0;
  }

  .main-menu-btn.active span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }

  .main-menu-btn.active span:nth-child(2) {
    display: none;
  }

  .main-menu-btn.active span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }

  .main-menu-btn.active div {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
  }

  .logo {
    font-size: 35px;
  }

  .logo p {
    display: none;
  }

  .main-menu ul li {
    margin: 0 0 0 12px;
  }

  .main-menu ul li:first-child {
    margin-left: 0;
  }

  .main-menu ul li a {
    font-size: 0;
  }

  .main-menu ul li a svg {
    width: 40px;
    height: auto;
  }

  .main-menu ul li a span b {
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 400;
  }

  .bottom-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    margin: 0;
    left: 0;
    z-index: 10;
    display: none;
    flex-wrap: wrap;
    height: calc(100vh - 100px);
    overflow: auto;
    box-sizing: border-box;
    background: #fff;
  }

  .bottom-menu.active {
    display: flex;
  }

  .bottom-menu:after {
    display: none;
  }

  .bottom-menu>ul {
    flex-wrap: wrap;
    width: 690px;
    margin: 0 auto;
    display: block;
  }

  .bottom-menu>ul>li {
    width: 100%;
  }

  .bottom-menu>ul>li:hover>a,
  .bottom-menu>ul>li.active>a {
    color: #C57B48;
  }

  .bottom-menu>ul>li:hover>a:after,
  .bottom-menu>ul>li.active>a:after {
    display: none;
  }

  .bottom-menu>ul>li>a {
    padding: 0;
    display: flex;
    align-items: center;
    height: 44px;
  }

  .bottom-menu>ul>li.toggle>a:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url(/assets/images/icons/main-menu-arrow.svg) no-repeat;
    display: block;
    margin: 0 0 0 auto;
    position: static;
  }

  .bottom-menu>ul>li.toggle.active>a:after {
    transform: rotate(180deg);
  }

  .bottom-menu>ul>li>.dropdown-menu {
    display: none;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    flex-wrap: wrap;
    align-items: stretch;
    padding-bottom: 1px;
  }

  .bottom-menu>ul>li>.dropdown-menu .dropdown-menu-column {
    width: 48%;
    margin: 0 0 20px 0;
  }

  .bottom-menu>ul>li>.dropdown-menu .dropdown-menu-preview {
    width: 48%;
    margin: 0 0 20px 0;
  }

  .bottom-menu>ul>li:hover .dropdown-menu {
    display: none;
  }

  .bottom-menu>ul>li.active a+.dropdown-menu {
    display: flex;
  }

  .bottom-menu>.for-md {
    width: 100%;
    overflow: hidden;
    margin: auto 0 0 0;
  }

  .bottom-menu::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .bottom-menu::-webkit-scrollbar-button {
    background-color: #666;
  }

  .bottom-menu::-webkit-scrollbar-track {
    background-color: #999;
  }

  .bottom-menu::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
  }

  .bottom-menu::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 3px;
  }

  .bottom-menu::-webkit-scrollbar-corner {
    background-color: #999;
  }

  .bottom-menu::-webkit-resizer {
    background-color: #666;
  }

  .for-md {
    display: block;
  }

  .no-for-md {
    display: none;
  }

  .phones {
    margin: 0 30px 0 auto;
    padding-top: 0;
  }

  .fast-menu {
    width: 690px;
    display: flex;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0 7px 0;
  }

  .fast-menu a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    height: 39px;
    position: relative;
  }

  .fast-menu a:before {
    content: "";
    width: 1px;
    height: 39px;
    top: 0;
    right: -45px;
    background: #787676;
    position: absolute;
  }

  .fast-menu a:last-child:before {
    display: none;
  }

  .fast-menu a img {
    display: block;
    margin: 0 9px 0 0;
  }

  .fast-menu:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -50vw;
    z-index: -1;
    background: #EFEBEC;
  }

  .header-banner {
    background: none;
    position: fixed;
    top: 98px;
    width: 100%;
    padding: 0;
    z-index: 10;
    display: none;
  }

  .header-banner.active {
    display: block;
  }

  .header-banner .container {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  }

  .header-banner .container .search-form {
    width: 100%;
  }

  .header-banner .container .search-form form button {
    display: none;
  }

  .header-banner .container .search-form form .search-form-close {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 21px;
    cursor: pointer;
  }

  .header-banner .container .search-form form .search-form-close svg {
    fill: rgba(0, 0, 0, 0.5);
  }

  .header-banner .container .search-form form .search-form-close:hover svg {
    fill: #C57B48;
  }

  .header-banner .container .discount-banner {
    display: none;
  }

  .banners {
    padding: 0;
    width: 690px;
    margin: 30px auto 0 auto;
    grid-template-columns: 390px 280px;
  }

  .banner-slider .slick-slide {
    /* min-height: 320px; */
  }

  .banner-slider .slick-slide:after {
    height: 55px;
  }

  .banner-slider .slick-slide .banner-slider-title {
    font-size: 25px;
    padding: 29px 30px 0 0;
  }

  .banner-slider .slick-slide .banner-slider-title a span {
    font-size: 30px;
    margin: -5px 0 0 0;
  }

  .banner-slider .slick-slide .banner-slider-bottom {
    font-size: 30px;
    bottom: 7px;
    right: 30px;
  }

  .banner-slider .slick-slide a img {
    max-width: none;
    height: 100%;
  }

  .banner-slider .slick-dots {
    bottom: 20px;
  }

  .banner .banner-chost {
    font-size: 20px;
    left: 105px;
    top: 9px;
    position: absolute;
  }

  .banner .banner-title-small {
    font-size: 18px;
    line-height: 1;
    bottom: auto;
    top: 36px;
  }

  .banner .banner-title-small a {
    bottom: 10px;
  }

  .banner .banner-title-small a span {
    font-size: 20px;
    line-height: 22px;
  }

  .banner .banner-title-small a br {
    display: none;
  }

  .banner a img {
    height: 100%;
  }

  .banner .banner-bottom {
    /*width: 100%;*/
    padding: 0 0 0 0;
    flex-wrap: wrap;
    padding: 0 9px 7px 11px;
  }

  .banner .banner-bottom .banner-title {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 18px 0;
  }

  .banner .banner-bottom .banner-title a span {
    font-size: 22px;
    margin: 0;
  }

  .banner .banner-bottom .btn {
    width: 100%;
  }

  .products {
    width: 690px;
    margin: 0 auto;
    justify-content: space-between;
  }

  .product {
    width: calc(50% - 15px);
    margin: 0 0 0 0;
    padding: 0 0 4px 0;
    position: relative;
    z-index: 1;
  }

  .product:hover {
    box-shadow: none;
    z-index: 2;
  }

  .product:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    padding: 10px 10px;
    top: -10px;
    left: -10px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
    background: #FFF;
  }

  .product .product-title {
    margin: -3px 0 11px 0;
  }

  .product .product-title a {
    font-size: 18px;
    margin: 7px 0 0 0;
  }

  .product .product-img .product-img-for {
    margin: 0 0 17px 0;
  }

  .product .product-img .product-img-for .slick-slide {
    min-height: 417px;
  }

  .product .product-img .product-img-nav .slick-list .slick-track .slick-slide {
    width: 25px;
    height: 25px;
  }

  .product .product-price {
    margin: 11px 0 0 0;
  }

  .show-more.for-md {
    width: 320px;
    height: 55px;
    display: flex;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #C57B48;
    color: #C57B48;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
  }

  .show-more.for-md svg {
    fill: #C57B48;
    margin: 0 0 0 13px;
  }

  .show-more.for-md:hover {
    color: #fff;
    background: #C57B48;
  }

  .show-more.for-md:hover svg {
    fill: #fff;
  }

  .show-more.for-md.active {
    display: none;
  }

  .admissions {
    margin: 48px 0 30px 0;
    grid-gap: 40px 30px;
  }

  .admission {
    padding: 20px 15px 20px 80px;
  }

  .admission .admission-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 11px 30px;
  }

  .admission .admission-description .admission-title {
    font-size: 25px;
  }

  .admission .admission-description .admission-title a span {
    font-size: 35px;
    margin: -3px 0 0 0;
  }

  .admission .admission-description>img {
    width: 100px;
    left: 10px;
    bottom: 0;
    top: auto;
    right: auto;
  }

  .admission.small {
    height: 207px;
  }

  .admission.small .admission-title {
    font-size: 22px;
  }

  .free-delivery {
    min-height: 123px;
    background-position: left center;
    margin: 30px 0 36px 0;
  }

  .free-delivery:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
  }

  .free-delivery .free-delivery-title {
    font-size: 16px;
    padding: 0 0 0 13px;
    position: relative;
    z-index: 1;
  }

  .free-delivery .free-delivery-title span {
    font-size: 25px;
  }

  .free-delivery .delivery-boxes {
    z-index: -1;
  }

  .free-delivery .delivery-boxes img {
    width: 100px;
  }

  .free-delivery .btn {
    min-width: 295px;
    position: relative;
    z-index: 1;
  }

  .mail-form {
    background: none;
    z-index: 0;
    margin: 0 0 -50px 0;
  }

  .mail-form:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: url(/assets/images/mail-form-bg.jpg) right center no-repeat;
    height: 100%;
    width: 100vw;
    left: 50%;
    margin: 0 0 0 -50vw;
  }

  .mail-form>img {
    transform: rotate(-130deg);
    left: 0;
    bottom: 0;
  }

  .mail-form .mail-form-left {
    padding: 15px 0 10px 0;
  }

  .mail-form .mail-form-left span {
    max-width: 320px;
  }

  .mail-form .btn {
    margin-top: 10px;
  }

  footer {
    position: relative;
    z-index: 1;
    margin: 50px 0 0 0;
    padding: 50px 0 0 0;
  }

  footer>.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }

  footer>.container>div {
    display: block;
  }

  footer .group-column {
    justify-content: flex-start;
  }

  footer .group-column .footer-column {
    margin: 0 0 19px 0;
  }

  footer .group-column .footer-column:last-child {
    margin: 0;
  }

  footer .footer-column .footer-column-title {
    margin: 0 0 15px 0;
  }

  footer .copyright {
    margin: 32px 0 0 0;
    padding: 0;
    line-height: 1;
  }

  footer .copyright .container {
    padding: 17px 0 18px 0;
  }

  footer .copyright .copyright-left {
    max-width: 200px;
  }

  footer .copyright .copyright-right {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin: 0 0 32px 0;
  }

  footer .copyright .copyright-middle {
    max-width: 200px;
  }

  .footer-links a {
    white-space: nowrap;
  }

  .popular {
    padding: 34px 0 0 0;
  }

  .popular .popular-title {
    font-size: 25px;
    margin: 0 0 11px 0;
  }

  .up {
    bottom: 100%;
    top: auto;
    margin: 0 0 21px 0;
    right: 0;
    left: auto;
  }

  .mobil-phones {
    width: 690px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 20px 0;
    line-height: 32px;
    display: flex;
    align-items: center;
  }

  .mobil-phones:before {
    content: "";
    width: 100vw;
    height: 100%;
    background: #808080 url(/assets/images/icons/mobil-phones.png) right 30px center no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -50vw;
    z-index: -1;
  }

  .mobil-phones div a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 0;
    display: block;
  }

  .mobil-phones div span {
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
  }

  .mobil-phones div:last-child {
    margin: 0 0 0 50px;
  }

  .cart-preview {
    right: calc(50vw - 360px);
  }

  .breadcrumbs {
    margin: 26px 0 27px 0;
    letter-spacing: 0;
  }

  .personal-cabinet h1,
  .row h1 {
    font-size: 25px;
    margin: 0 0 19px 0;
  }

  .personal-cabinet-left,
  #column-left {
    width: 210px;
  }

  .personal-cabinet-left ul li a,
  #column-left ul li a {
    padding: 0 0 0 11px;
  }

  .personal-cabinet-left ul li a span,
  #column-left ul li a span {
    margin: 0 15px 0 0;
  }

  .personal-cabinet-right,
  .personal-cabinet-left+#content {
    width: 450px;
  }

  .personal-cabinet-right button,
  .personal-cabinet-left+#content button {
    min-width: 336px;
  }

  .MySubscribesBtns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 34px 0 0 0;
  }

  .MySubscribesBtns a {
    min-width: 210px;
    margin: 0;
  }

  .sales {
    margin: 22px 0 73px 0;
  }

  .salesProgress .salesProgressLine {
    height: 10px;
  }

  .salesProgress .salesProgressLine .procent {
    margin: 0 0 -1px 0;
  }

  .salesProgress .salesProgressLine .procent span {
    padding: 0 0 15px 0;
  }

  .salesProgressDescription {
    margin: 30px 0 0 0;
  }

  .salesProgressDescription p {
    margin: 0 0 17px 0;
  }

  .CartArea {
    margin: 0;
  }

  .CartArea h1 {
    font-size: 25px;
  }

  .CartArea>a {
    margin: 0 0 0 auto;
  }

  .CartArea-top {
    margin: 0 0 11px 0;
  }

  .CartArea-top>a {
    margin-top: 0;
  }

  .CartTableProduct {
    padding: 13px 12px 11px 12px;
    position: relative;
  }

  .CartTableProduct .CartTableProductImg {
    height: auto;
    align-self: stretch;
    min-height: 107px;
  }

  .CartTableProduct .CartTableProductDesc {
    flex: auto;
    max-width: calc(53% - 70px);
    padding: 0 0 0 15px;
  }

  .CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductDiscounts div {
    font-size: 12px;
    line-height: 10px;
    margin: 0 0 5px 0;
  }

  .CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductDiscounts div span {
    width: 51px;
    height: 22px;
    font-size: 14px;
    align-items: flex-end;
  }

  .CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductTitle {
    margin: 0 0 3px 0;
  }

  .CartTableProduct .CartTableProductDesc .CartTableProductBottom .CartTableProductColor {
    margin: 0 10px 0 0;
  }

  .CartTableProduct .CartTableProductDesc .CartTableProductBottom .jq-selectbox .jq-selectbox__select {
    min-height: 30px;
    padding: 0 21px 0 5px;
  }

  .CartTableProduct .CartTableProductPrice {
    flex: auto;
    max-width: 11%;
    flex-wrap: wrap;
    white-space: nowrap;
    text-align: center;
  }

  .CartTableProduct .CartTableProductPrice span {
    margin: auto 0 0 0;
  }

  .CartTableProduct .CartTableProductPrice b {
    width: 100%;
    margin: 10px 0 auto 0;
  }

  .CartTableProduct .CartTableProductQuentity {
    flex: auto;
    max-width: 16%;
  }

  .CartTableProduct .CartTableProductLike {
    flex: auto;
  }

  .CartTableProduct .CartTableProductTotal {
    padding: 0 0 0 0;
    position: static;
  }

  .CartTableProduct .CartTableProductTotal a {
    top: 10px;
    transform: translate(0);
    right: 7px;
  }

  .CartTableProduct .CartTableProductTotal a svg {
    width: 10px;
  }

  .ui-spinner {
    width: 71px;
  }

  .coupon {
    flex: 0 0 329px;
  }

  .coupon .coupon-bottom form input {
    flex: 0 0 calc(55%);
  }

  .coupon .coupon-bottom form button {
    flex: 0 0 45%;
  }

  .CartTotal {
    flex: 0 0 263px;
  }

  .CartTotal .CartTotalDesc {
    white-space: nowrap;
  }

  .CartTotal .CartTotalDesc>div {
    flex-wrap: nowrap;
  }

  .CartTotal .CartTotalDesc>div>div {
    flex: 0 0 115px;
  }

  .CartTotal .CartTotalBtns a {
    min-width: 100%;
    margin: 0 0 26px 0;
  }

  .checkout>h1 {
    font-size: 25px;
    margin: 0 0 27px 0;
  }

  .checkout .checkout-left {
    width: 319px;
  }

  .checkout .checkout-left .checkout-left-title {
    margin: 0 0 10px 0;
  }

  .checkout .checkout-right {
    width: 330px;
  }

  /* .checkout .checkout-right .cart-preview {
      margin: 57px 0 0 0; } */
  .checkout .checkout-right .cart-preview .cart-preview-title {
    padding: 22px 15px 18px 12px;
  }

  .checkout .checkout-right .cart-preview .cart-preview-content {
    padding: 21px 0 9px 0;
  }

  .checkout .checkout-right .cart-preview .cart-preview-product .cart-preview-product-descr {
    padding: 0 0 0 11px;
  }

  .checkout .checkout-right .cart-preview .cart-preview-product .cart-preview-product-descr .cart-preview-product-size>b {
    margin: 0 30px 0 0;
  }

  .checkout .checkout-right .cart-preview .cart-preview-product .cart-preview-product-img {
    min-width: 100px;
  }

  .delivery h1 {
    font-size: 25px;
    margin: 4px 0 17px 0;
  }

  .delivery .delivery-block {
    padding: 10px 9px 15px 0;
    max-width: 320px;
    margin: 0 0 30px 0;
  }

  .delivery .delivery-block>img {
    top: 15px;
  }

  .delivery .delivery-block .delivery-block-title {
    padding: 0 0 0 67px;
    align-items: flex-start;
  }

  .delivery .delivery-block .delivery-block-text {
    margin: 0 0 0 0;
    padding: 0 0 0 18px;
  }

  .delivery .delivery-block .delivery-block-text p {
    padding: 0;
    margin: 0;
  }

  .delivery h2 {
    font-size: 25px;
    margin: 20px 0 13px 0;
  }

  .about-us h1 {
    margin: 31px 0 0 0;
    font-size: 25px;
  }

  .about-us .about-us-title {
    max-width: 480px;
    margin: 0 auto;
  }

  .about-us-description {
    margin: 29px 0 0px 0;
    align-items: flex-start;
    padding: 32px 0 0 0;
  }

  .about-us-description:before {
    left: 0;
    right: 0;
  }

  .about-us-description .about-us-block {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .about-us-description .about-us-block:nth-child(2n) {
    max-width: 270px;
  }

  .about-us-description .about-us-block>img {
    display: block;
    position: static;
    transform: translate(0);
  }

  .about-us-description .about-us-block .about-us-block-text {
    width: calc(100% - 80px);
    margin: 0 0 0 auto;
  }

  .about-us-description .about-us-block .about-us-block-content {
    margin: 33px 0 0 0;
  }

  .about-bottom {
    margin: 23px 0 0 0;
  }

  .about-bottom .about-bottom-img {
    height: 270px;
    overflow: hidden;
    margin: 0 0 38px 0;
  }

  .about-bottom .about-bottom-img .about-bottom-img-description {
    padding: 5px 0 7px 15px;
    bottom: 20px;
  }

  .about-bottom .about-bottom-img .about-bottom-img-description div {
    font-size: 30px;
  }

  .about-bottom-content .about-bottom-block {
    padding: 0 0 0 75px;
    margin: 0 0 26px 0;
  }

  .about-bottom-content .about-bottom-block>img {
    left: 0;
    margin: 0 0;
  }

  .about-bottom-content .about-bottom-block.fluid {
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
    padding: 0;
  }

  .about-bottom-content .about-bottom-block.fluid>img {
    margin: 0 20px 0 0;
  }

  .about-bottom-content .about-bottom-block.fluid p {
    max-width: 220px;
    text-align: left;
  }

  .about-us {
    display: flex;
    flex-wrap: wrap;
  }

  .about-us h1 {
    width: 100%;
    margin: 4px 0 0 0;
  }

  .about-us-sale-title {
    width: 100%;
    margin: 0px 0 11px 0;
  }

  .about-us-sale {
    padding: 23px 0 0 0;
  }

  .about-us-sale .about-us-sale-text {
    max-width: 523px;
  }

  .about-us-sale .about-us-sale-text br {
    display: none;
  }

  .about-us-sale-table {
    width: calc(50% - 15px);
  }

  .about-us-sale-table:after {
    left: 67px;
  }

  .about-us-sale-table .about-us-sale-table-th {
    font-size: 14px;
  }

  .about-us-sale-table .about-us-sale-table-th span {
    margin: 0 28px 0 19px;
  }

  .about-us-sale-table .about-us-sale-table-tr>div {
    padding: 8px 0;
    font-size: 14px;
  }

  .about-us-sale-table .about-us-sale-table-tr>div:nth-child(1) {
    flex: 0 0 54px;
    margin: 0 14px 0 0;
  }

  .about-us-sale-table .about-us-sale-table-tr>div:nth-child(2) {
    padding-left: 9px;
  }

  .BasicProvisions {
    width: calc(50% - 16px);
    margin: 32px 0 0 auto;
  }

  .BasicProvisions .BasicProvisions-text p {
    margin: 0 0 7px 0;
  }

  .thank h1 {
    font-size: 25px;
  }

  .thank .thank-left {
    max-width: 173px;
  }

  .thank .thank-left .thank-left-title {
    margin: 0;
    font-size: 35px;
  }

  .thank .thank-left p {
    margin: 0;
    font-size: 9px;
  }

  .thank .child {
    height: 380px;
  }

  .thank .child img {
    width: 376px;
    left: -65px;
  }

  .thank .thank-right {
    width: 517px;
    height: 513px;
  }

  .thank .thank-right .thank-right-content .thank-right-title {
    margin: 0 0 20px 0;
  }

  .thank .thank-right .thank-right-content .thank-right-title p:last-child {
    max-width: 420px;
    margin: 30px auto 0 auto;
  }

  .small-products .product {
    width: 225px;
    margin: 0 0 10px 0;
  }

  .small-products .product:nth-child(3n) {
    margin: 0 0 10px 0;
  }

  .small-products .product:nth-child(2n) {
    margin-right: 0;
  }

  .small-products .product:hover {
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
  }

  .small-products .product:hover:before {
    display: none;
  }

  .small-products .product .product-img .product-img-for .slick-slide {
    min-height: 283px;
  }

  .small-products .product .product-img .product-img-for .slick-arrow {
    min-width: 0;
  }

  .popup.popup_favourites {
    width: 300px;
  }

  .popup_favourites-content {
    width: auto;
    margin: 0 10px;
  }

  .catalog {
    margin: 0 0 23px 0;
  }

  .catalog .catalog-top h1 {
    font-size: 25px;
  }

  .catalog .catalog-top a {
    display: none;
  }

  .catalog .catalog-bottom {
    flex-wrap: wrap;
  }

  .catalog .catalog-bottom .spec-select {
    margin: 0 1px 14px 0;
    flex-grow: 0;
  }

  .catalog .catalog-bottom>button {
    align-self: flex-start;
    margin: 0;
  }

  .catalog-description {
    padding: 37px 0 0 0;
    margin: 40px 0 0 0;
  }

  .catalog-description h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 30px 0;
  }

  .catalog-description p {
    margin: 0 0 27px 0;
  }

  .card {
    width: 690px;
  }

  .card .card-left {
    width: 280px;
  }

  .card .card-left .sliders {
    display: none;
  }

  .card .card-left .sliders.active {
    display: block;
  }

  .card .card-left .slick-slide {
    /* height: 460px;  */
  }

  .card .slider-for {
    width: 100%;
  }

  .card .slider-nav {
    width: 100%;
  }

  .card .slider-nav .slick-track {
    display: flex;
  }

  .card .slider-nav .slick-track .slick-slide {
    display: flex;
    align-items: flex-end;
    width: 86px;
    height: 108px;
    margin: 10px 11px 0 0;
  }

  .card-partners {
    grid-template-columns: 1fr 1fr;
    grid-gap: 17px 26px;
  }

  .card-rating img {
    width: 16px;
  }

  .card {
    margin-top: -12px;
    margin-bottom: 42px;
  }

  .card .card-right {
    margin: 0 0 0 22px;
  }

  .card .card-right h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 5px 0 14px 0;
  }

  .card-un-nav-title {
    margin: 10px 0 14px 0;
  }

  .big-select-pre-title {
    margin: 17px 0 7px 0;
  }

  .big-select .big-select-container.work .presence {
    display: none;
  }

  .card-quantity .card-quantity-title {
    margin: 24px 0 12px 0;
  }

  .card-quantity .ui-spinner {
    width: 160px;
    height: 40px !important;
  }

  .card-quantity .ui-spinner .ui-spinner-button {
    width: 37px;
  }

  .sizes-btn {
    margin: 10px 0 10px 0;
  }

  .card-description .card-description-title {
    margin: 0 0 12px 0;
  }

  .card-btns {
    margin: 26px 0 0 0;
  }

  .card-btns .card-btns-first {
    height: 55px;
    font-size: 18px;
  }

  .card-btns .card-btns-like {
    height: 55px;
  }

  .card-btns .card-btns-fluid {
    height: 55px;
    font-size: 18px;
  }

  .for-small-pc .card-social {
    margin: 51px 0 0 0;
  }

  .for-small-pc .card-partners {
    margin: 20px 0 0 0;
  }

  .for-small-pc .card-partners a {
    height: 39px;
  }

  .for-small-pc .card-partners a img {
    max-height: 90%;
  }

  .annex {
    border-top: 1px solid rgba(129, 129, 129, 0.1);
    margin: 0;
  }

  .annex .annex-title {
    font-size: 25px;
    margin: 33px 0 0 0;
  }

  .annex-slider .slick-list .product {
    width: 330px;
    margin: 0 30px 0 0;
  }

  .annex-slider .slick-list .product .product-img .product-img-for .slick-slide {
    height: 417px;
  }

  .annex-slider .slick-list .product .product-img .product-img-nav {
    margin: 17px 0 0 0;
  }

  .annex-slider .slick-list .product .product-img .product-img-nav .slick-list .slick-track .slick-slide {
    width: 25px;
    height: 25px;
  }

  .annex-slider .slick-list .product .product-title span {
    font-size: 20px;
    margin: 12px 0 7px 0;
  }

  .annex-slider .slick-list .product .product-title a {
    font-size: 17px;
    line-height: normal;
  }

  .annex-slider .slick-list .product .product-price {
    font-size: 28px;
  }

  .annex-slider .slick-list .product .product-price b {
    font-size: 18px;
  }

  .feedback .feedback-top .feedback-name p {
    font-size: 12px;
  }

  .sizes {
    margin: 0 10px 20px;
  }

  .sizes .sizes-title {
    font-size: 20px;
    text-align: left;
    justify-content: flex-start;
    margin: 20px 0;
  }

  .sizes .sizes-title img {
    width: 22px;
  }

  .sizes-table .sizes-th {
    position: relative;
    min-width: 250px;
  }

  .sizes-table .sizes-th:after {
    content: "";
    width: 100%;
    top: 0;
    bottom: 15px;
    position: absolute;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
  }

  .sizes-table .sizes-td {
    overflow: auto;
  }

  .sizes-table .sizes-td .tr {
    min-width: 764px;
  }

  .sizes-table .sizes-td::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }

  .sizes-table .sizes-td::-webkit-scrollbar-button {
    background: url(/assets/images/icons/horiz-scroll-left.svg) center center no-repeat;
    height: 15px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
  }

  .sizes-table .sizes-td::-webkit-scrollbar-button:end {
    background: url(/assets/images/icons/horiz-scroll-right.svg) center center no-repeat;
  }

  .sizes-table .sizes-td::-webkit-scrollbar-track-piece {
    background-color: #EFEBEC;
  }

  .sizes-table .sizes-td::-webkit-scrollbar-thumb {
    background-color: #C57B48;
  }

  .sizes-preview {
    flex-wrap: wrap;
  }

  .sizes-preview .sizes-preview-block {
    display: flex;
    flex-wrap: wrap;
  }

  .sizes-preview .sizes-preview-block .sizes-preview-block-title {
    width: 100%;
    padding: 0;
    order: 2;
  }

  .sizes-preview .sizes-preview-block .sizes-preview-block-img {
    width: 100%;
    order: 1;
    text-align: center;
  }

  .sizes-preview .sizes-preview-block:nth-child(1) {
    width: 295px;
    order: 1;
  }

  .sizes-preview .sizes-preview-block:nth-child(2) {
    width: 100%;
    order: 3;
    margin-top: 30px;
  }

  .sizes-preview .sizes-preview-block:nth-child(3) {
    width: 295px;
    order: 2;
  }

  .sizes-preview .sizes-preview-block:before {
    display: none;
  }

  .sizes-preview:before {
    display: none;
  }

  .popup#fav {
    width: 690px;
  }

  .fav .fav-left {
    order: 2;
    width: 200px;
    min-width: 200px;
    border: 0;
  }

  .fav .fav-left:after {
    width: 297px;
    height: 192px;
    background: url(/assets/images/fav-md.svg) no-repeat;
    top: 31px;
    right: 95px;
  }

  .fav .fav-right {
    order: 1;
    position: relative;
    z-index: 2;
  }

  .fav .fav-right .fav-right-title {
    font-size: 16px;
    line-height: 20px;
  }

  .fav .fav-right form {
    margin: 40px 0;
  }

  .fav .fav-right .fav-bottom {
    width: 100%;
    flex-wrap: wrap;
  }

  .fav .fav-right .fav-bottom .fav-bottom-left {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .fav .fav-right .fav-bottom .fav-bottom-right {
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
  }

  .fav .fav-right .fav-bottom .fav-bottom-right a {
    margin: 0 0 0 20px;
  }

  .popup.product_popup {
    width: 690px;
  }

  .product_popup-in .product_popup-left {
    width: 287px;
  }

  .product_popup-in .product_popup-in-right {
    margin: 0 0 0 14px;
  }

  .product_popup-in .product_popup-in-right h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .product_popup-in .product_popup-in-right .card-btns .card-btns-first {
    min-width: 200px;
  }

  .product_popup-in .product_popup-slider {
    width: 287px;
  }

  .product_popup-in .product_popup-slider .slick-slide {
    min-height: 459px;
  }

  .product_popup-in .big-select .big-select-container .big-select-container-text {
    width: 180px;
  }

  .popup#attention {
    width: 700px;
  }

  .attention:after {
    width: 180px;
    background-position: -290px center;
    background-size: cover;
  }

  .attention .attention-left {
    width: 370px;
  }

  .attention .attention-img {
    height: 476px;
    right: 10px;
  }

  .attention .attention-img:after {
    top: -155px;
  }

  .attention .attention-img img {
    max-height: 100%;
  }

  .yk_aboutUs {
    padding: 35px 0 0 0;
  }

  .yk_aboutUs .yk_aboutUs-block {
    max-width: 330px;
  }

  .yk_aboutUs .yk_aboutUs-block .yk_aboutUs-block-title {
    font-size: 25px;
  }

  .yk_aboutUs .yk_aboutUs-block .yk_aboutUs-content {
    text-align: center;
    padding: 20px 20px 20px 20px;
  }

  .yk_aboutUs .yk_aboutUs-block .yk_aboutUs-content>img {
    margin: 0 20px 0 0;
  }

  .yk_aboutUs-icons {
    flex-wrap: wrap;
    margin: 0 0 -15px 0;
  }

  .yk_aboutUs-icons .yk_aboutUs-icon-block {
    width: 28%;
    margin: 0 0 15px 0;
    line-height: 17px;
  }

  .yk_delivery {
    margin: 35px 0 0 0;
  }

  .yk_delivery .yk_delivery-block {
    max-width: 330px;
    margin: 0 0 30px 0;
  }

  .yk_delivery .yk_delivery-block .yk_delivery-block-title {
    font-size: 25px;
    margin: 0 0 15px 0;
  }

  .yk_delivery .yk_delivery-block .yk_delivery-content {
    padding-bottom: 15px;
  }

  .yk_delivery .yk_delivery-block .yk_delivery-content .yk_delivery-content-title {
    padding: 0 15px 0 69px;
  }

  .yk_delivery .yk_delivery-block .yk_delivery-content .yk_delivery-content-text {
    padding-left: 9px;
  }

  .yk_delivery .yk_delivery-block .yk_delivery-content .yk_delivery-content-text p br {
    display: none;
  }

  .yk_delivery .yk_delivery-block .yk_delivery-content .yk_delivery-content-text .center {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .yk_delivery .yk_delivery-block .yk_delivery-content .yk_delivery-content-text .center br {
    display: none;
  }

  .yk_delivery .yk_delivery-block .yk_delivery-content .yk_delivery-content-text .center img {
    margin: 0 4px;
  }

  .yk_delivery .yk_delivery-block .yk_delivery-title {
    font-size: 25px;
    min-height: 25px;
    margin: 0 0 15px 0;
  }

  .products-slider {
    padding: 0;
  }

  .product .product-img .product-img-for img {
    max-height: 95%;
  }

  .main-menu ul li.for-fix {
    display: block;
  }

  .container.products .product {
    width: 47%;
    margin: 0 0 20px 0;
  }
}

.avc {
  position: absolute;
  left: 30px;
  bottom: 5px;
}

.avc+.avc {
  margin-left: 22%;
}

@media (max-width: 767px) {
  .avc {
    position: unset;
  }

  #simple_login_header {
    right: 55%;
  }

  .container {
    width: auto;
    margin: 0 15px;
  }

  .wrapper {
    padding: 69px 0 0 0;
  }

  .bottom-menu>ul {
    width: auto;
    margin: 0 15px;
  }

  .bottom-menu .fast-menu {
    width: auto;
    margin: 0 15px;
  }

  .bottom-menu .mobil-phones {
    width: auto;
    margin: 0 15px;
  }

  header {
    border-bottom: 1px solid #E1E1E1;
  }

  header .container {
    height: 68px;
  }

  .phones {
    display: none;
  }

  .main-menu-btn {
    width: 30px;
    height: 20px;
    margin: 0 15px 0 0;
  }

  .main-menu-btn span {
    height: 3px;
  }

  .main-menu-btn span:nth-child(2) {
    top: 8px;
  }

  .logo {
    font-size: 20px;
    margin: 0 auto 0 0;
  }

  .logo b {
    font-size: 22px;
  }

  .main-menu ul li a svg {
    margin: 0;
    width: 26px;
    height: auto;
  }

  .banners {
    width: auto;
    margin: 20px 15px 0 15px;
    display: block;
  }

  .banners .banner {
    min-height: 140px;
    margin: 20px 0 20px 0;
  }

  .banners .banner:last-child {
    min-height: 220px;
    margin-bottom: 0;
  }

  .banners .banner .banner-chost {
    left: 110px;
  }

  .banners .banner .banner-title-small {
    left: 110px;
  }

  .banner-slider .slick-slide {
    /* min-height: 310px; */
  }

  .banner-slider .slick-slide .banner-slider-title {
    padding: 32px 14px 0 0;
  }

  .banner-slider .slick-slide .banner-slider-bottom {
    right: 15px;
  }

  .banner-slider .slick-slide a img {
    object-fit: cover;
    object-position: left center;
    width: 100%;
    transform: none;
    top: 0;
    left: -50%;
    right: -50%;
    margin: 0 auto;
  }

  .products {
    width: auto;
    margin: 0 15px;
    padding: 0;
  }

  .products .product {
    width: 100%;
  }

  .products.double .product {
    width: calc(50% - 10px);
  }

  .products.double .product .product-img .product-img-for .slick-slide {
    height: 183px;
    min-height: 183px;
  }

  .products.double .product .product-img .product-img-for .like {
    width: 24px;
    height: 20px;
    top: 10px;
    right: 5px;
    bottom: auto;
    left: auto;
  }

  .products.double .product .product-img .product-img-nav {
    /*display: none; */
  }

  .products.double .product .product-price {
    font-size: 20px;
  }

  .products.double .product .product-price b {
    font-size: 14px;
  }

  .products.double .product .product-left-bottom {
    min-width: 54px;
  }

  .products.double .product .product-left-bottom>span {
    font-size: 14px;
    padding: 1px 0;
    margin: 0 0 3px 0;
  }

  .products.double .product .product-left-bottom>span:last-child {
    margin: 0;
  }

  .products.double .product .product-title {
    text-align: left;
  }

  .products.double .product .product-title span {
    display: none;
  }

  .products.double .product .product-title a {
    font-size: 14px;
  }

  .products.double .product .product-btn {
    display: none;
    font-size: 14px;
  }

  .products.double .product .product-btn svg {
    width: 18px;
  }

  .products .product .product-title .title-main {
    display: none !important;
  }

  .products .product .product-title .title-mobile {
    .products width: 105%;
  }

  .products .product .product-title .title-mobile.active {
    display: block;
  }

  /*.products-slider .product:nth-child(3) ~ .product {*/
  /*display: none; }*/
  .products-slider .product.active:nth-child(3)~.product {
    display: block;
  }

  .product .product-img .product-img-for .slick-slide {
    height: 50vw;
    min-height: 200px;
    max-height: 300px;
  }

  .product .product-img .product-img-for img {
    max-width: 90%;
  }

  .product .product-btn .cp {
    display: none;
  }

  .admission {
    padding: 15px 12px 8px 8px;
  }

  .admission .admission-description {
    flex-wrap: wrap;
    padding: 10px 0 5px 5px;
    position: relative;
    z-index: 1;
  }

  .admission .admission-description .admission-title {
    margin: 0 0 10px 0;
  }

  .admission .admission-description .admission-title a span {
    font-size: 33px;
  }

  .admission .admission-description .admission-btn {
    width: calc(100% - 5px);
  }

  .admission .admission-description .admission-btn .btn {
    min-width: 100%;
  }

  .admission .admission-description>img {
    z-index: -1;
    left: auto;
    right: 0;
    bottom: -8px;
    height: 110%;
    width: auto;
  }

  .admission.small {
    grid-column: span 3;
    height: calc(100vw - 30px);
  }

  .free-delivery {
    display: flex;
    flex-wrap: wrap;
    padding: 0 13px 14px 13px;
    margin: 40px 0;
  }

  .free-delivery .btn {
    min-width: 100%;
  }

  .free-delivery .free-delivery-title {
    padding: 20px 0 9px 0;
  }

  .free-delivery .free-delivery-title span {
    font-size: 21px;
  }

  .free-delivery .delivery-boxes {
    right: 25px;
  }

  .free-delivery .left {
    top: 10px;
    left: -20px;
    transform: translate(0);
  }

  .mail-form {
    flex-wrap: wrap;
    margin: 20px 0 -50px 0;
  }

  .mail-form:before {
    background-size: cover;
  }

  .mail-form .mail-form-left {
    font-size: 20px;
    text-align: center;
  }

  .mail-form .mail-form-left span {
    font-size: 35px;
  }

  .mail-form .btn {
    min-width: 100%;
    margin: 0 0 18px 0;
  }

  footer {
    padding: 0;
  }

  footer>.container {
    display: block;
    margin: 0;
  }

  footer .group-column .footer-column {
    margin: 0;
  }

  footer .footer-column:nth-child(1) .footer-content {
    max-width: 100%;
  }

  footer .footer-column .footer-column-title {
    padding: 0 15px 0 15px;
    margin: 0;
    height: 55px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  footer .footer-column .footer-column-title:after {
    content: "";
    width: 12px;
    height: 9px;
    background: url(/assets/images/icons/footer-span.svg) no-repeat;
    margin: 0 0 0 auto;
  }

  footer .footer-column .footer-column-title.active:after {
    transform: rotate(180deg);
  }

  footer .footer-column .footer-column-title.active+.footer-content {
    display: block;
  }

  footer .footer-column .footer-content {
    background: #2E2D2D;
    padding: 11px 15px 15px 15px;
    display: none;
    margin: 0;
  }

  footer .copyright {
    margin: 83px 0 0 0;
  }

  .bottom-menu {
    height: calc(100vh - 68px);
  }

  .bottom-menu>ul {
    width: 100%;
  }

  .bottom-menu>ul>li>.dropdown-menu {
    padding: 14px 15px 17px 15px;
  }

  .bottom-menu>ul>li>.dropdown-menu .dropdown-menu-column {
    width: 100%;
  }

  .bottom-menu .fast-menu {
    flex-wrap: wrap;
    padding: 15px 0;
  }

  .bottom-menu .fast-menu a {
    height: 28px;
    position: relative;
    width: 100%;
    padding: 0 0 0 35px;
    font-size: 14px;
  }

  .bottom-menu .fast-menu a img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }

  .bottom-menu .fast-menu a:before {
    display: none;
  }

  .bottom-menu .mobil-phones {
    flex-wrap: wrap;
    line-height: 20px;
    font-display: 14px;
  }

  .bottom-menu .mobil-phones div br {
    display: none;
  }

  .bottom-menu .mobil-phones div:last-child {
    margin: 0;
  }

  .header-banner {
    top: 68px;
  }

  .cart-preview {
    width: 100%;
    height: calc(100vh - 68px);
    overflow: auto;
    top: 100%;
    right: 0;
  }

  .for-xs {
    display: block;
  }

  .personal-cabinet-btn {
    display: flex;
    align-items: center;
    height: 55px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #E1E1E1;
    background: #C57B48;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 0 0;
  }

  .personal-cabinet-btn:after {
    content: "";
    background: url(/assets/images/icons/pcbtn.svg) no-repeat;
    width: 12px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 14px;
  }

  .personal-cabinet-btn.active:after {
    transform: rotate(180deg);
  }

  .personal-cabinet-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 18px 0 0;
  }

  .personal-cabinet-btn span svg {
    display: block;
    fill: #fff;
  }

  .personal-cabinet-left,
  #column-left {
    width: 100%;
    position: relative;
    margin: 0;
  }

  .personal-cabinet-left ul,
  #column-left ul {
    display: none;
    background: #fff;
    z-index: 9;
  }

  .personal-cabinet-left ul.active,
  #column-left ul.active {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }

  .personal-cabinet-left ul li a,
  #column-left ul li a {
    padding-left: 21px;
  }

  .personal-cabinet-left ul li.active,
  #column-left ul li.active {
    display: none;
  }

  .personal-cabinet-right,
  .personal-cabinet-left+#content {
    width: 100%;
    margin: 25px 0 0 0;
  }

  .personal-cabinet-right button,
  .personal-cabinet-left+#content button {
    min-width: 100%;
  }

  .breadcrumbs {
    letter-spacing: -0.03em;
  }

  .MySubscribesBtns {
    margin: 20px 0 0 0;
  }

  .MySubscribesBtns a {
    min-width: 100%;
    margin: 0 0 10px 0;
  }

  .CartTable .CartTableTop {
    display: none;
  }

  .CartTableProduct {
    flex-wrap: wrap;
    padding: 27px 12px 15px 12px;
  }

  .CartTableProduct .CartTableProductImg {
    //  position: absolute;
    //  top: 27px;
    position: relative;
    top: -6px;

    left: 12px;
    min-height: 95px;
    width: 76px;
  }

  .CartTableProduct .CartTableProductDesc {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  .CartTableProduct .CartTableProductDesc .CartTableProductTop {
    /*min-height: 95px;*/
    /*padding: 0 0 0 96px;*/
  }

  .CartTableProduct .CartTableProductDesc .CartTableProductTop .CartTableProductDiscounts div {
    width: 100%;
    margin: 0 0 3px 0;
  }

  .CartTableProduct .CartTableProductDesc .CartTableProductBottom {
    justify-content: space-between;
  }

  .CartTableProduct .CartTableProductDesc .CartTableProductBottom .CartTableProductColor {
    margin: 13px 0;
    max-width: 50%;
  }

  .CartTableProduct .CartTableProductLike {
    position: absolute;
    border: 0;
    top: 26px;
    right: 38px;
    flex-grow: 1;
  }

  .CartTableProduct .CartTableProductPrice {
    width: 33.33%;
    max-width: 100%;
    border: 0;
    flex-grow: 1;
  }

  .CartTableProduct .CartTableProductPrice b {
    font-size: 24px;
  }

  .CartTableProduct .CartTableProductTotal {
    width: 33.33%;
    flex-grow: 1;
  }

  .CartTableProduct .CartTableProductTotal a {
    top: 26px;
    right: 12px;
  }

  .CartTableProduct .CartTableProductTotal a svg {
    width: 14px;
  }

  .CartTableProduct .CartTableProductQuentity {
    max-width: 100%;
    width: 33.33%;
    border: 0;
    flex-grow: 1;
  }

  .CartArea-top>a {
    font-size: 14px;
  }

  .coupon {
    flex: 0 0 100%;
  }

  .coupon .coupon-bottom form button {
    min-width: 0;
  }

  .CartTotal {
    flex: 0 0 100%;
    margin: 25px 0 0 0;
  }

  .CartTotal .CartTotalDesc>div>div {
    flex: 0 0 50%;
  }

  .jq-selectbox .jq-selectbox__select {
    display: none;
  }

  .jq-selectbox select {
    min-height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    padding: 0 10px 0 3px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #656362;
  }

  .checkout {
    position: relative;
    padding: 0 0 150px 0;
  }

  .checkout .discount .discount-bottom {
    padding-top: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #EFEBEC;
  }

  .checkout .discount .discount-bottom .btn {
    min-width: 100%;
  }

  .checkout>h1 {
    order: -1;
  }

  .checkout .checkout-left {
    width: 100%;
    order: 2;
  }

  .checkout .checkout-right {
    width: 100%;
    order: 1;
    margin: 0 0 40px 0;
  }

  .checkout .checkout-right .cart-preview {
    margin: 0;
    height: auto;
    box-shadow: none;
  }

  .checkout .checkout-right .cart-preview .cart-preview-content {
    max-height: 551px;
  }

  .checkout .cart-preview-product {
    padding: 0 0 22px 13px;
    box-sizing: border-box;
  }

  .checkout .cart-preview-product .cart-preview-product-descr .cart-preview-product-color {
    margin: 4px 0;
  }

  .checkout .half {
    justify-content: space-between;
  }

  .checkout .half>div {
    width: calc(50% - 15px);
    margin: 0;
  }

  .type-of-delivery {
    padding: 24px 0 22px 11px;
  }

  .type-of-delivery .jq-selectbox select {
    font-weight: 400;
    width: 100%;
  }

  .delivery .delivery-block {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }

  .delivery .delivery-block .delivery-block-title {
    align-items: center;
  }

  .about-us h1 {
    margin: -12px 0 12px 0;
  }

  .about-us .about-us-title {
    text-align: left;
  }

  .about-us .about-us-title p {
    margin: 16px 0 18px 0;
  }

  .about-us-description {
    padding: 17px 0 0 0;
  }

  .about-us-description .about-us-block {
    max-width: 100%;
  }

  .about-us-description .about-us-block:nth-child(2n) {
    max-width: 100%;
  }

  .about-us-description .about-us-block .about-us-block-text {
    width: calc(100% - 75px);
  }

  .about-us-description .about-us-block .about-us-block-content {
    margin: 16px 0 0 0;
  }

  .about-us-description .about-us-block .about-us-block-content>a {
    width: calc(50% - 17px);
    margin-right: 0;
  }

  .about-us-description .about-us-block .about-us-block-content>a:nth-of-type(2n) {
    margin-left: auto;
  }

  .about-bottom {
    margin: 1px 0 0 0;
  }

  .about-bottom .about-bottom-img {
    height: 185px;
  }

  .about-bottom .about-bottom-img .about-bottom-img-description {
    bottom: 9px;
  }

  .about-bottom-content .about-bottom-block {
    width: 100%;
  }

  .about-us-sale-title {
    margin: 0 0 20px 0;
    text-align: left;
  }

  .about-us-sale {
    padding: 26px 0 0 0;
  }

  .about-us-sale span {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  .about-us-sale .about-us-sale-text {
    font-size: 14px;
    margin: 11px auto 2px auto;
    text-align: left;
  }

  .about-us-sale-table {
    width: 100%;
    margin: 22px 0 0 0;
  }

  .BasicProvisions {
    width: 100%;
  }

  .thank .thank-left {
    display: none;
  }

  .thank .thank-right {
    height: 325px;
  }

  .thank .thank-right .thank-right-content .thank-right-title {
    font-size: 20px;
  }

  .thank .thank-right .thank-right-content .thank-right-title p:last-child {
    margin: 14px 0 0 0;
  }

  .thank .thank-right .thank-right-content .btn {
    margin: 0 auto -8px auto;
  }

  .small-products .product {
    width: 100%;
    padding: 0;
    margin: 58px 0 0 0;
  }

  .small-products .product:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(196, 196, 196, 0.5);
    position: absolute;
    top: -28px;
    left: 0;
  }

  .small-products .product:nth-child(2n),
  .small-products .product:nth-child(3n) {
    margin: 58px 0 0 0;
  }

  .small-products .product:first-child {
    margin: 0;
  }

  .small-products .product:first-child:after {
    display: none;
  }

  .small-products .product .product-img .product-img-for .slick-slide {
    min-height: 405px;
  }

  .small-products .product .product-img .product-img-for .slick-slide img {
    max-height: 100%;
  }

  .small-products .product .product-img .product-img-for .slick-arrow {
    top: 190px;
  }

  .navigation ul li a,
  .navigation ul li span {
    width: 40px;
    height: 48px;
  }

  .popup .popup-content {
    padding: 0 10px;
  }

  .popup .popup-content.small {
    width: 300px;
  }

  .checkIn form button {
    min-width: 100%;
  }

  .checkIn .checkIn-bottom {
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0 30px 0;
  }

  .checkIn .checkIn-bottom .checkIn-bottom-left {
    font-size: 16px;
    margin: 0 auto 15px auto;
  }

  .checkIn .checkIn-bottom .checkIn-bottom-right {
    font-size: 16px;
  }

  .catalog-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .catalog-btns .jq-selectbox {
    width: calc(50% - 10px);
  }

  .catalog-btns .jq-selectbox select {
    display: flex;
    align-items: center;
    height: 35px;
    width: 100%;
    font-size: 16px;
    color: #C57B48;
    border: 1px solid #C57B48;
    box-sizing: border-box;
    font-size: 16px;
  }

  .catalog-btns a.btn.wh-bg {
    min-width: 0;
    color: #C57B48;
    border-color: #C57B48;
    width: calc(50% - 10px);
    font-size: 16px;
    padding: 0;
  }

  .catalog-btns a.btn.wh-bg svg {
    display: block;
    margin: 0 0 0 7px;
    fill: #C57B48;
  }

  .catalog-btns a.btn.wh-bg:hover,
  .catalog-btns a.btn.wh-bg.active {
    color: #fff;
    background: #C57B48;
  }

  .catalog-btns a.btn.wh-bg:hover svg,
  .catalog-btns a.btn.wh-bg.active svg {
    fill: #fff;
  }

  .catalog {
    position: relative;
    margin-bottom: 0;
  }

  .catalog .catalog-top {
    border: 0;
  }

  .catalog .catalog-bottom {
    width: 100%;
    top: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    display: none;
  }

  .catalog .catalog-bottom.active {
    display: block;
  }

  .catalog .catalog-bottom>button {
    width: 100%;
  }

  .catalog .spec-select {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .catalog .spec-select .spec-select-dropdown {
    position: relative;
  }

  .no-for-mob {
    display: none;
  }

  .catalog-description h2 {
    font-size: 23px;
  }

  .card {
    flex-wrap: wrap;
    width: auto;
    margin: 0 15px 0 15px;
    position: relative;
  }

  .card .card-left {
    display: none;
  }

  .card .card-left .slick-slide {
    height: 417px;
  }

  .card .slider-nav .slick-track .slick-slide {
    width: 67px;
    height: 84px;
  }

  .card .card-right {
    width: 100%;
    margin: 0 0 0 0;
  }

  .card .card-right h1 {
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
  }

  .card .card-right .characteristics {
    margin: 25px 0 0 0;
  }

  .card .card-right .characteristics p span {
    min-width: 100px;
  }

  .for-small-pc {
    display: none;
  }

  .no-for-small-pc {
    display: block;
  }

  .mobil-for {
    margin: 0 0 20px 0;
  }

  .mobil-for .slick-slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #EFEBEC;
  }

  .mobil-for .slick-slide img {
    max-height: 100%;
  }

  .mobil-nav {
    position: relative;
    padding: 0 0 24px 0;
  }

  .mobil-nav .slick-slide {
    width: 65px;
    height: 84px;
    margin: 0 20px 0 0;
    background: #EFEBEC;
    position: relative;
  }

  .mobil-nav .slick-slide.slick-current:after {
    content: "";
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #C57B48;
  }

  .mobil-nav .slick-dots {
    position: absolute;
    left: 0;
    bottom: -15px;
    justify-content: center;
    width: 100%;
    min-height: 35px;
    flex-wrap: wrap;
  }

  .mobil-nav .slick-dots li button {
    background: #fff;
  }

  .mobil-nav .slick-dots li.slick-active button {
    background: #C57B48;
  }

  .big-select .big-select-container .big-select-container-text {
    width: 180px;
  }

  .big-select .big-select-container.work:after {
    width: 2px;
    height: 2px;
    background-size: 30% 30%;
    background-position: center;
    right: -4px;
    top: 8px;
    padding: 22px 35px;
  }

  .card-description .card-description-title {
    margin: 0 0 5px 0;
  }

  .card-btns {
    position: relative;
  }

  .card-btns .card-btns-first {
    margin: 0 80px 0 0;
    min-width: 0;
  }

  .card-btns .card-btns-like {
    position: absolute;
    top: 0;
    right: 0;
  }

  .card-social {
    margin: 25px 0 0 0;
  }

  .card-partners {
    margin: 15px 0 0 0;
  }

  .annex {
    border: 0;
  }

  .annex .annex-title {
    margin: 25px 0 20px 0;
  }

  .annex-slider .slick-list {
    overflow: hidden;
  }

  .annex-slider .slick-list .product {
    overflow: hidden;
    width: calc(100vw - 30px);
    margin: 0;
  }

  .annex-slider .slick-list .product:hover {
    box-shadow: none;
  }

  .annex-slider .slick-dots {
    left: 0;
    width: 100%;
    justify-content: center;
  }

  .annex-tab .ui-tabs-nav {
    font-size: 25px;
    justify-content: space-between;
  }

  .annex-tab .ui-tabs-nav li {
    margin: 0;
  }

  .annex-tab .ui-tabs-nav li a {
    font-weight: 800;
  }

  .feedback {
    padding: 20px 12px 15px 13px;
  }

  .feedback .feedback-top .feedback-rating {
    display: none;
  }

  .feedback .feedback-text {
    color: #000;
    margin: 15px 0 0 0;
  }

  .feedbacks .btn {
    min-width: 100%;
  }

  .popup#sizes {
    left: 0;
    top: 3%;
    width: 100%;
    margin: 0;
    transform: translate(0);
  }

  .sizes-table .sizes-th {
    min-width: 160px;
  }

  .sizes-preview .sizes-preview-block .sizes-preview-block-img {
    height: 150px;
  }

  .sizes-preview .sizes-preview-block .sizes-preview-block-img img {
    max-height: 100%;
  }

  .sizes-preview .sizes-preview-block .sizes-preview-block-title {
    font-size: 14px;
    line-height: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .sizes-preview .sizes-preview-block:nth-child(3) {
    width: calc(50% - 15px);
  }

  .sizes-preview .sizes-preview-block:nth-child(3) img {
    margin: 0 0 0 auto;
  }

  .sizes-preview .sizes-preview-block:nth-child(1) {
    width: calc(50% - 15px);
  }

  .sizes-preview .sizes-preview-block:nth-child(1) img {
    max-height: 90%;
  }

  .sizes-preview .sizes-preview-block:nth-child(2) {
    margin-top: 10px;
  }

  .sizes-preview .sizes-preview-block:nth-child(2) .sizes-preview-block-title {
    height: auto;
    width: 130px;
    margin: 0 auto;
    text-align: center;
  }

  .popup#fav {
    width: auto;
    transform: translate(0, -50%);
    top: 50%;
    left: 15px;
    right: 15px;
  }

  .popup#fav .popup-content {
    padding: 0 0 0 10px;
  }

  .fav {
    position: relative;
    overflow: hidden;
  }

  .fav .fav-left {
    position: absolute;
    z-index: -1;
    right: -10px;
    top: 0;
    bottom: 0;
  }

  .fav .fav-left:before {
    content: "";
    width: 100%;
    height: 150%;
    position: absolute;
    z-index: -1;
    top: -25%;
    right: 75px;
    background: #fff;
    transform: rotate(-9deg);
  }

  .fav .fav-left:after {
    width: 177px;
    height: 122px;
    background-size: 100% 100%;
    top: 0;
    right: 25px;
  }

  .fav .fav-right {
    padding: 0 50px 0 10px;
    position: relative;
  }

  .fav .fav-right .fav-right-title {
    width: 188px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    justify-content: flex-start;
    margin: 30px 0 0 0;
  }

  .fav .fav-right form {
    margin: 0 0 30px 0;
  }

  .fav .fav-right form .fav-form-title {
    font-size: 20px;
    text-align: left;
    justify-content: flex-start;
  }

  .fav .fav-right form button {
    min-width: 100%;
  }

  .fav .fav-right .fav-bottom {
    padding: 0 0 30px 0;
  }

  .fav .fav-right .fav-bottom .fav-bottom-right {
    font-size: 13px;
  }

  .popup.product_popup {
    width: 300px;
  }

  .product_popup-in {
    padding: 15px 0 15px 0;
    flex-wrap: wrap;
  }

  .product_popup-in .product_popup-left {
    width: 100%;
  }

  .product_popup-in .product_popup-right {
    width: 100%;
  }

  .product_popup-in .product_popup-in-right {
    width: 100%;
    margin: 0;
  }

  .product_popup-in .product_popup-in-right .card-btns .card-btns-first {
    min-width: 185px;
    font-size: 15px;
  }

  .product_popup-in .product_popup-in-right .big-select .big-select-container .big-select-container-left {
    width: 42px;
    min-width: 42px;
  }

  .product_popup-in .product_popup-in-right h1 {
    font-size: 18px;
    line-height: normal;
  }

  .product_popup-in .product_popup-slider {
    width: 100%;
    padding: 0 0 60px 0;
  }

  .product_popup-in .product_popup-slider .slick-slide {
    min-height: 280px;
    height: 280px;
  }

  .popup#attention {
    width: calc(100vw - 20px);
  }

  .popup#attention .popup-content {
    padding: 0;
  }

  .attention {
    overflow: hidden;
  }

  .attention:after {
    width: 100px;
    right: 0;
    z-index: -1;
    background-position: -204px center;
  }

  .attention:before {
    content: "";
    width: 100px;
    height: 150%;
    position: absolute;
    right: 45px;
    top: -25%;
    background: #fff;
    transform: rotate(-7.9deg);
  }

  .attention .attention-left {
    margin: 0;
    padding: 10px 10px 15px 10px;
  }

  .attention .attention-left .attention-title {
    font-size: 20px;
  }

  .attention .attention-left form {
    margin: 0 0 20px 0;
  }

  .attention .attention-img {
    display: none;
  }

  .yk_aboutUs .yk_aboutUs-block {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }

  .yk_aboutUs .yk_aboutUs-block .yk_aboutUs-content {
    justify-content: space-between;
  }

  .yk_aboutUs .yk_aboutUs-block .yk_aboutUs-content>img {
    margin: 0;
  }

  .yk_aboutUs-icons {
    padding: 0;
  }

  .yk_aboutUs-icons .yk_aboutUs-icon-block {
    width: 50%;
  }

  .yk_delivery .yk_delivery-block {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .yk_delivery .yk_delivery-block .yk_delivery-title {
    min-height: 0;
  }

  .main-menu ul {
    padding: 0;
  }

  #cartad .btn.flex {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    width: 46% !important;
    min-width: 46% !important;
  }

  .bottom-menu>ul>li .dropdown-menu {
    background: #fff;
  }

  .bottom-menu>ul>li>.dropdown-menu .dropdown-menu-column {
    margin: 0;
  }

  .bottom-menu>ul>li .dropdown-menu .dropdown-menu-column .dropdown-menu-title {
    font-size: 17px;
  }

  .bottom-menu>ul>li .dropdown-menu .dropdown-menu-column ul {
    padding-left: 15px;
    font-size: 17px;
  }

  .banner .banner-bottom h2 {
    font-size: 35px;
    line-height: 60px;
  }
}

.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge {
  background-color: transparent !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url('/image/vk1.svg') !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url('/image/ok1.svg') !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url('/image/fc1.svg') !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url('/image/tw1.svg') !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon:hover {
  background-image: url('/image/vk.svg') !important;
  opacity: 1 !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon:hover {
  background-image: url('/image/ok.svg') !important;
  opacity: 1 !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon:hover {
  background-image: url('/image/fc.svg') !important;
  opacity: 1 !important;
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon:hover {
  background-image: url('/image/tw.svg') !important;
  opacity: 1 !important;
}

.cp {
  cursor: pointer
}

.text-danger {
  color: red;
}

.personal-cabinet-left+#content .btn {
  min-width: unset
}

.table-responsive+.row {
  margin: 15px 0;
}

.text-right {
  text-align: right
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table thead>tr>td,
.table tbody>tr>td {
  vertical-align: middle;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table thead td {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin-bottom: 15px;
}

[id^="account-"] .radio input[type="radio"] {
  display: inline-block;
  margin-bottom: 0 !important;
  margin-right: 8px !important;
}

[id^="account-"] .radio label {
  padding: 0;
}

input.btn {
  border: none;
  cursor: pointer;
}

.input-group {
  display: flex;
  align-items: inherit;
}

.input-group-btn button {
  margin: 0 !important;
  height: calc(100% - 16px)
}

#cartad .btn.flex {
  width: 43%;
  min-width: 43%;
}

#cartad .popup-title {
  font-size: 16px;
}

.d-none {
  display: none
}

.mr-1 {
  margin-right: 3px;
}

.star-container.flex {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  #product2 h1 {
    font-size: 22px;
    margin: 0;
  }
}

.product_popup .card-btns-like {
  display: none;
}

#sizes {
  overflow: auto;
}

.simplecheckout-methods-description {
  padding: 5px 0 !important;
}

.simplecheckout-methods-description .select2 {
  width: 100% !important;
}

.simplecheckout-step {
  position: relative;
}

#simplecheckout_button_confirm {
  display: none;
}

#simplecheckout_button_confirm.btn_sent_order {
  display: block;
  margin: 0 auto !important;
  text-align: center;
  padding: 5px;
}

@media(min-width: 1025px) {
  .checkout-right.fixedScroll {
    position: fixed;
    top: 145px;
    z-index: 9;
    width: 532px;
    max-width: 533px;

  }

  .checkout-right.fixedScrollBottom {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    width: 532px;
    max-width: 533px;
  }
}


@media(max-width: 1140px) {

  .checkout-right.fixedScroll,
  .checkout-right.fixedScrollBottom {
    max-width: 313px;
  }
}

@media(max-width: 1025px) {

  .checkout-right.fixedScroll,
  .checkout-right.fixedScrollBottom {
    max-width: 100%;
  }
}


/* .zoomContainer {
  z-index: 1000 !important;
} */

.hideModelSimple {
  display: none;
}


.slider-nav .slick-slide {
  cursor: pointer;
}

.discount-total span:not(:last-child) {
  display: none;
}

.cart-preview-product-title p {
  margin: 0;
  margin-top: 3px;
}

.cart-preview-product-size {
  margin-bottom: 3px;
}

.text-after {
  display: inline;
}

.text-after.active {
  display: none;
}

.hide_image__product {
  position: absolute;
  z-index: 100;
  top: 0;
  height: 331px;
  width: 100%;
}

.hide_image__product img {
  position: absolute;
  bottom: 0;
  max-height: 100%;
}

.hide_image__product.hidden_img {
  display: none;
  pointer-events: none;
}

.hide_image__product .like {
  position: absolute;
  z-index: 104;
  text-decoration: none;
  right: 17px;
  bottom: 17px;
  width: 25px;
  height: 22px;
  background: url(/assets/images/icons/like-hover.svg) no-repeat;
  background-size: 100% 100%;
}

.hide_image__product .like.active,
.hide_image__product .like:hover {
  background: url(/assets/images/icons/like-active.svg) no-repeat;
  background-size: 100% 100%;
}

@media(max-width: 1139px) {
  .hide_image__product {
    height: 417px;
  }

  .hide_image__product img {
    height: 95%;
    width: 100%;
  }

  .banner .banner-bottom h2 {
    font-size: 33px;
    line-height: 13px;
  }
}

@media(max-width: 768px) {
  .hide_image__product {
    /*display: none;*/
    /*pointer-events: none;*/
    height: 184px;
  }

  .hide_image__product img {
    width: 41%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .banner-slider .slick-slide {
    /* min-height: 310px; */
  }
}

@media(max-width: 669px) {
  .hide_image__product img {
    width: 47%;
  }
}

@media(max-width: 569px) {
  .hide_image__product img {
    width: 55%;
  }
}

@media(max-width: 460px) {
  .hide_image__product img {
    width: 83%;
  }
}

@media(max-width: 390px) {
  .hide_image__product img {
    width: 94%;
  }

  .products.double .product .product-price {
    font-size: 18px;
    width: 107%;
  }

  .banner-slider .slick-slide {
    /* min-height: 270px; */
  }

  .simple-content .checkout-heading {
    font-size: 16px;
  }

  .checkout-heading span {
    float: none !important;
  }
}

@media(max-width: 350px) {
  .product .product-title .title-mobile {
    display: none !important;
  }

  .product .product-title .title-mobile-narrow {
    width: 105%;
  }

  .product .product-title .title-mobile-narrow.active {
    display: block;
  }

  .products.double .product .product-price {
    font-size: 14px;
    width: 108%;
  }
}

@media(max-width: 320px) {
  .hide_image__product img {
    width: 100%;
    height: 80%;
  }

  .products.double .product .product-price {
    font-size: 12px;
  }

  .banner-slider .slick-slide {
    /* min-height: 215px; */
  }
}

.product .product-img .product-img-nav .slick-list .slick-track .slick-slide {
  background-size: cover !important;
}

.product .product-img .product-img-nav .slick-list .slick-track .slick-slide.slick-current {
  border: 1px solid #C57B48;
}

.card-un-nav2 li,
.nav_item__product {
  position: relative;
}

.card-un-nav2 li.active {
  border: 1px solid #C57B48;
}

.card-un-nav2 li:hover span,
.nav_item__product:hover span {
  display: inline-block;
}

.card-un-nav2 li>span,
.nav_item__product>span {
  bottom: -26px;
  left: 0px;
  position: absolute;
  color: #000;
  background: #fff;
  display: none;
  padding: 4px 10px;
  font-size: 11px;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  white-space: nowrap;
}

.product .product-price {
  text-transform: lowercase;
}










a.bbtn.btn-primary.ll_open_map {
  color: #fff;
  display: flex;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  min-width: 236px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 15px;
  text-decoration: none;
  background: #C57B48;
  font-size: 18px;
  font-weight: 700;
}

a.bbtn.btn-primary.ll_open_map:hover {
  color: #C57B48;
  border: 1px solid #C57B48;
  display: flex;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  min-width: 236px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 15px;
  text-decoration: none;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
}



.discount-top img {
  margin-right: 10px;
}



a.btn.btn-primary.ll_open_map {
  color: #fff;
  display: flex;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

a.btn.btn-primary.ll_open_map:hover {
  color: #c57b48;
}

select.ll_change_point {
  max-width: 100%;
  width: 100%;
}


.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}






.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  #sizeChartModal .modal-dialog {
    width: 750px;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

#content>div.table-responsive>table>tfoot>tr:nth-child(1)>td:nth-child(3),
#content>div.table-responsive>table>tfoot>tr:nth-child(4)>td:nth-child(3) {
  white-space: nowrap;
}

.sizes_block {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.sizes_block img {
  margin-right: 5px;
}

.size-chart-button {
  color: #C57B48;
  text-decoration: none;
  font-weight: 700;
  margin-left: 10px;
  vertical-align: middle;
  background: none;
}

.size-chart-image {
  vertical-align: bottom;
  margin-top: 8px;
}

#avail_form .checkbox {
  position: relative;
  margin: 30px 0;
}

#avail_form button[type="submit"] {
  margin-top: 25px;
  padding: 25px 15px;
}

#bottom-menu .toggle:has([href="https://korrigrup.ru/aksessuary/"]) {
  display: none;
}

#product .presence {
  display: none;
}

.banner-slider .slick-slide a img {
  width: 100% !important;
  display: block;
  position: static;
  transform: none;
  max-height: 450px;
}

.banner-slider .slick-slide {
  width: 100% !important;
}

.banner-slider .slick-track {
  /* width: 100% !important; */
}

.banner-slider:not(.slick-initialized)>div:not(:first-child) {
  display: none;
}

.banner-slider .slick-slide a {
  width: 100% !important;
  display: block;
}

.banners {
  display: block !important;
}

.logo {
  margin-right: auto;
}

.card-right.options>[data-target="#sizeChartModal"],
.card-right.options>[src="/assets/images/icons/shirt.svg"] {
  display: none;
}

.main-menu ul li:hover a .tka-svg path,
.main-menu ul li.active a .tka-svg path {
  fill: #C57B48 !important;
}

.fix .no-for-md .tka-svg {
  margin-left: 10px;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo__text {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  max-width: 201px;
  text-align: center;
  cursor: default;
  text-transform: uppercase;
}

#product-product+#product .characteristics p {
  margin-top: 7px;
}

@media (max-width: 1100px) {
  .logo {
    margin: 0 auto;
  }
}

footer .copyright .container .copyright-right {
  text-align: right;
  margin-left: auto;
  justify-content: flex-end;
}

footer .container>.copyright-middle {
  justify-content: center;
}

.fix header .container .main-menu ul li {
  min-width: 34px;
}

.main-menu ul li a {
  justify-content: center;
}

.card-description-hidden {
  display: inline !important;
}

.toggle.more-details {
  display: none !important;
}

.fix .main-menu ul li a svg {
  margin: 0;
}

@media (max-width: 500px) {
  header .container {
    height: 55px;
  }

  .logo {
    width: 105px;
  }

  .logo a {
    flex-direction: column;
  }

  .logo__text {
    display: none;
  }

  .fix header .container {
    height: 55px;
  }
}

.custom-sizechart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.custom-sizechart-modal.overlay-hidden {
  opacity: 0;
  pointer-events: none;
}

.custom-sizechart-modal:not(.overlay-hidden) {
  opacity: 1;
  pointer-events: auto;
}

.custom-sizechart-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.custom-sizechart-modal__window {
  position: relative;
  background: #fff;
  max-width: 750px;
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.custom-sizechart-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .catalog-btns .jq-selectbox {
    width: 100%;
  }
}