/* Normalize.css
----------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}html,button,input,select,textarea{font-family:sans-serif;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}h2{font-size:1.5em;margin:0.83em 0;}h3{font-size:1.17em;margin:1em 0;}h4{font-size:1em;margin:1.33em 0;}h5{font-size:0.83em;margin:1.67em 0;}h6{font-size:0.75em;margin:2.33em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}blockquote{margin:1em 40px;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}p,pre{margin:1em 0;}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:'';content:none;}small{font-size:75%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}dl,menu,ol,ul{margin:1em 0;}dd{margin:0 0 0 40px;}menu,ol,ul{padding:0 0 0 40px;}nav ul,nav ol{list-style:none;list-style-image:none;}img{border:0;-ms-interpolation-mode:bicubic;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

*::-webkit-scrollbar {
  width: 10px;
  background-color: #aaa;
}

*::-webkit-scrollbar-thumb {
  background: #171717;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  display: block;
  min-width: 375px;
  font-weight: 400;
  margin: 0 auto;
  background: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  padding-top: 124px;
}

.overflow {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style-type: none;
}

textarea, input {
  font-family: inherit;
	resize: none;
}

textarea {
  resize: none;
}

a {
  transition: .4s all ease;
  text-decoration: none;
  color: inherit;
}

img, svg {
  max-width: 100%;
  display: block;
  height: auto;
}

b, strong {
  font-weight: 600;
}

.wrapper {
  position: relative;
  transition: .3s transform ease;
}

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

.bg-wrapper:before {
  content: '';
  width: 5px;
  height: 100%;
  left: 7%;
  background: #FAFAFA;
  position: absolute;
  top: 0;
}

.bg-wrapper:after {
  content: '';
  width: 5px;
  height: 100%;
  right: 7%;
  background: #FAFAFA;
  position: absolute;
  top: 0;
}

.bg-wrapper__bg--left {
  left: 7%;
  transform: translateX(30px);
  position: absolute;
  z-index: 1;
}

.bg-wrapper__bg--left img {
  transform: rotate(-180deg);
  transform-origin: 0 0;
  background: #fff;
}

.bg-wrapper__bg--right {
  right: 7%;
  transform: translateX(30px);
  position: absolute;
  z-index: 1;
}

.bg-wrapper__bg--right img {
  background: #fff;
}

.bg-wrapper__bg1 {
  top: 20%;
}

.bg-wrapper__bg2 {
  top: 20%;
}

.bg-wrapper__bg3 {
  bottom: 20%;
}

.bg-wrapper__bg4 {
  bottom: 20%;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col {
  padding: 0 15px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.header-top__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  position: relative;
  transition: .3s transform ease;
}

.header-top__col {
  display: flex;
  align-items: center;
}

.header-top__title {
  font-weight: bold;
  margin-right: 18px;
}

.header-top__lang {
  margin-right: 22px;
}

.header-top__list {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.header-top__list li {
  padding: 0 10px;
}

.header-top__list a:hover, .header-top__list li.current-menu-item a {
  text-shadow: 0px 0px 0px black;
  color: #000;
}

.hover-el {
  position: relative;
}

.hover-el__title {
  display: flex;
  align-items: center;
  fill: #000;
  cursor: pointer;
  user-select: none;
}

.hover-el__title svg {
  flex-shrink: 0;
}

.hover-el__title .phone {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.hover-el__title .arrow {
  height: 6px;
  width: 10px;
  margin-left: 10px;
}

.hover-el__list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  background: #fff;
  min-width: 100%;
  padding: 5px 0;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.hover-el__list .active {
  display: none;
}

.hover-el__list.active {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.hover-el__list a {
  display: block;
  padding: 5px 15px;
}

.social__list {
  display: flex;
  align-items: center;
  margin: 0 -7px;
}

.social li {
  padding: 0 7px;
  flex-shrink: 0;
}

.social a {
  display: block;
}

.social a:hover {
  opacity: .7;
}

.social a svg {
  width: 20px;
  height: 20px;
}

.header-bottom {
  background: #000;
  color: #fff;
}

.header-bottom__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 94px;
  position: relative;
  transition: .3s transform ease;
}

.header-bottom__catalog {
  display: flex;
  cursor: pointer;
  align-items: center;
  height: 100%;
}

.header-bottom__catalog.active .toggle-menu span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

.header-bottom__catalog.active .toggle-menu span:nth-child(2) {
  opacity: 0;
}

.header-bottom__catalog.active .toggle-menu span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  bottom: unset;
}

.header-bottom__title {
  font: bold 20px/1 "monospace", sans-serif;
  display: flex;
  align-items: center;
  margin-left: 16px;
}

.header-bottom__title:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #fff;
  flex-shrink: 0;
  margin-right: 9px;
}

.header-bottom__cart {
  text-align: right;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
}

.header-bottom__cart .header-bottom__title {
  margin-left: 0;
  margin-bottom: 7px;
}

.header-bottom__cart .header-bottom__title:before {
  content: none;
}

.header-bottom__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.toggle-menu {
  height: 23px;
  width: 32px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 3px;
  display: block;
  z-index: 1000;
}

.toggle-menu span {
  height: 2px;
  width: 100%;
  background: #fff;
  display: block;
  position: absolute;
  transition: .4s all ease;
  border-radius: 5px;
}

.toggle-menu span:nth-child(1) {
  top: 0;
}

.toggle-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.toggle-menu span:nth-child(3) {
  bottom: 0;
}

.catalog-menu {
  position: fixed;
  left: -400px;
  top: 0;
  max-width: 350px;
  width: 100%;
  background: #000;
  height: 100%;
  overflow-y: auto;
  z-index: 101;
  color: #fff;
  padding: 150px 0 50px;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease;
}

.catalog-menu.active {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.catalog-menu a {
  display: block;
  padding: 13px 30px;
  position: relative;
}

.catalog-menu a:hover:after {
  width: 21px;
}

.catalog-menu a:after {
  content: '';
  width: 0;
  transition: .3s width ease;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cart-icon {
  display: block;
  fill: #fff;
  position: relative;
  flex-shrink: 0;
  margin-left: 26px;
}

.cart-icon svg {
  width: 34px;
  height: 35px;
}

.cart-icon__count {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #EE0202;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: -8px;
  right: -12px;
}

.dots {
  display: flex;
  bottom: unset !important;
  left: unset !important;
}

.dots .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  display: block;
  opacity: 1;
  border-radius: 50%;
}

.dots .swiper-pagination-bullet:before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../img/dots-circle.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .3s all ease;
}

.dots .swiper-pagination-bullet-active {
  background: #000;
}

.dots .swiper-pagination-bullet-active:before {
  opacity: 1;
}

.banner {
  position: relative;
}

.banner__item {
  height: 710px;
  position: relative;
  background: #F0EFEF;
  display: flex;
}

.banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.banner__img {
  height: 100%;
}

.banner__img img {
  object-fit: contain;
  object-position: center top;
  width: 100%;
  height: 100%;
}

.banner__text {
  width: 50%;
}

.banner__title {
  font: 600 45px/1.07 "Playfair Display", sans-serif;
  text-transform: uppercase;
}

.banner__brand {
  font-weight: 100;
  font-size: 40px;
  text-transform: uppercase;
  margin: 35px 0 25px;
  position: relative;
}

.banner__brand .relative {
  position: relative;
  z-index: 1;
}

.banner__brand .absolute {
  position: absolute;
  font-weight: bold;
  top: 50%;
  transform: translate(-20%, -20%);
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
  left: -6px;
}

.banner__title2 {
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 44px;
}

.banner__bg1 {
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 1;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  font-size: 80px;
  z-index: 2;
  line-height: 1;
  text-transform: uppercase;
}

.banner__bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.banner .prev {
  left: 5%;
}

.banner .next {
  right: 5%;
}

.banner__dots {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 46px;
  z-index: 2;
  width: auto !important;
}

.banner__dots .swiper-pagination-bullet {
  margin: 11px 0 !important;
}

.banner__dots .swiper-pagination-bullet:before {
  transform: rotate(90deg) translate(-50%, -50%);
  transform-origin: 0 0;
}

.btn {
  width: 206px;
  height: 46px;
  background: #000;
  border-radius: 0 50px 50px 0;
  display: flex;
  align-items: center;
  font: bold 14px/1 "Playfair Display", sans-serif;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  border: 0;
}

.btn:hover:before {
  width: 40px;
}

.btn:hover:after {
  width: 40px;
}

.btn:before {
  content: '';
  width: 55px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s all ease;
}

.btn:after {
  content: '';
  width: 25px;
  height: 2px;
  background: #000;
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s all ease;
}

.btn2 {
  width: 220px;
  height: 46px;
  background: transparent;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font: bold 14px/1 "Playfair Display", sans-serif;
  padding: 0 30px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  border: 1px solid #000;
}

.btn2:hover:before {
  width: 40px;
}

.btn2:hover:after {
  width: 40px;
}

.btn2:before {
  content: '';
  width: 55px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s all ease;
}

.btn2:after {
  content: '';
  width: 25px;
  height: 2px;
  background: #000;
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s all ease;
}

.btn3 {
  width: 165px;
  height: 46px;
  background: transparent;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: bold 14px/1 "Playfair Display", sans-serif;
  padding: 0 20px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  border: 1px solid #000;
  text-align: center;
  transition: .3s all ease;
}

.btn3__instant-comm {
	width: min-content!important;
	white-space: nowrap!important;
	padding: 0 25px!important;
}

@media (max-width: 992px){
	.btn3__instant-comm {
		margin: 0 auto;
	}
}

.btn3:not(.btn3--buy):hover {
  background: #000;
  color: #fff;
}
.btn3--buy {
  cursor: text;
}
.btn3--buy svg {
  width: 25px;
  height: 10px;
  margin-left: 20px;
}

.btn3--white {
  border-color: #fff;
  color: #fff;
  width: 206px;
}

.btn3--white:hover {
  background: #fff;
  color: #000;
}

.btn3--black {
  border-color: #000;
  background: #000;
  color: #fff;
  width: 206px;
}

.btn3--black:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.btn3--callback {
	position: fixed;
    bottom: 20px;
    right: 30px;
    overflow: hidden;
	width: 60px;
    height: 60px;
	color: #000;
	background: #000;
    z-index: 100;
	fill: #fff;
	white-space: nowrap;
}

.btn3--callback:hover {
	width: 206px;
}
.btn3--callback:hover span {
	visibility: hidden;
}

.btn3__span-svg--callback {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
}

.arrow-slider {
  position: absolute;
  top: 50%;
  z-index: 8;
  fill: rgba(0, 0, 0, 0.2);
  transition: .3s fill ease;
  cursor: pointer;
  width: 60px;
  height: 45px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.arrow-slider:hover {
  fill: #000;
}

.arrow-slider:hover:before {
  width: 35px;
}

.arrow-slider:before {
  position: absolute;
  right: 0;
  top: 8px;
  content: '';
  width: 0;
  height: 35px;
  background: url(../img/arrow-circle.svg) center right/35px 35px no-repeat;
  transition: .3s all ease;
}

.arrow-slider svg {
  width: 47px;
  height: 15px;
}

.arrow-slider.next {
  transform: rotate(180deg);
}

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

.cart {
  background: #fff;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  max-width: 475px;
  overflow-y: auto;
  width: 100%;
  z-index: 1000;
  transition: .3s all ease;
  right: -500px;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart__delete svg {
  width: 12px;
  height: 12px;
}

.cart__delete {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  right: -10px;
}
.cart__delete:hover {
  fill: red;
}

.cart.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.cart__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 114px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 30px;
}

.cart__title-cart {
  font: bold 30px/1 "Playfair Display", serif;
  text-transform: uppercase;
}

.cart__close {
  width: 23px;
  height: 23px;
  cursor: pointer;
  transition: .3s all ease;
  flex-shrink: 0;
}

.cart__close:hover {
  transform: rotate(270deg);
}

.cart__close svg {
  transition: .3s all ease;
  width: 23px;
  height: 23px;
}

.cart__inner {
  padding: 0 30px;
}

.cart__item {
  padding: 40px 0;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.cart__item:last-child {
  border-bottom: 0;
}

.cart__img {
  width: 100px;
  height: 109px;
  flex-shrink: 0;
  margin-right: 25px;
}

.cart__img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.cart__title {
  font: bold 20px/1.36 "Playfair Display", sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: -7px;
}

.cart__title2 {
  font-size: 18px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.cart__title2:before {
  content: '';
  width: 17px;
  height: 1px;
  display: block;
  background: #000;
  flex-shrink: 0;
  margin-right: 7px;
}

.cart__count {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.cart__price {
  font-size: 20px;
  font-weight: bold;
  margin-left: 17px;
}

.count {
  display: flex;
  align-items: stretch;
  border-radius: 50px;
  border: 1px solid #000;
  overflow: hidden;
  height: 32px;
  width: 74px;
  flex-shrink: 0;
}

.count__plus, .count__minus {
  font-size: 14px;
  color: #808080;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  cursor: pointer;
  transition: .3s all ease;
  user-select: none;
}

.count__plus:hover, .count__minus:hover {
  background: #000;
  color: #fff;
}

.count__input {
  width: 26px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-shrink: 0;
}

.count__input input {
  border: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  -moz-appearance: textfield;
}

.count__input input::-webkit-outer-spin-button, .count__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-bottom {
  background: #FBFBFB;
  padding: 37px 0;
  display: none;
}

.cart-bottom__top {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}

.cart-bottom__title {
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
}

.cart-bottom__price {
  font-weight: bold;
  font-size: 40px;
}

.cart-bottom__wrapper {
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.cart-bottom__btn {
  width: 250px;
  padding: 0 30px;
  flex-shrink: 0;
}

.cart-bottom__desc {
  font-size: 14px;
  font-weight: 500;
  padding-left: 50px;
}

.cats .col {
  width: 33.3333%;
  margin-bottom: 30px;
}

.cats-item {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  min-height: 165px;
}

.cats-item:hover img {
  transform: scale(1.05);
}

.cats-item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: .3s transform ease;
}

.cats-item__title {
  height: 65px;
  width: 265px;
  background: #000;
  border-radius: 0 50px 50px 0;
  padding: 7px 20px;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 22px;
  left: -10px;
  display: flex;
  align-items: center;
}

.title-sec {
  text-align: center;
  font: 500 40px/1.07 "Playfair Display", sans-serif;
  text-transform: uppercase;
  padding: 44px 0;
  margin: 0;
}

.preims__wrapper {
  border-bottom: 5px solid #FAFAFA;
  padding-bottom: 40px;
}

.preims .col {
  width: 33.3333%;
}

.preims__item {
  display: flex;
  align-items: center;
}

.preims__icon {
  background: #F0EFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 19px;
  position: relative;
}

.preims__icon:before {
  content: '';
  width: 90px;
  height: 90px;
  background: url(../img/preims-bg.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preims__title {
  font-size: 22px;
  font-weight: bold;
}

.preims__desc {
  font-weight: 300;
  margin-top: 10px;
}

.for-you {
  padding-top: 20px;
  padding-bottom: 20px;
}

.for-you__wrapper {
  display: flex;
  align-items: stretch;
}

.for-you__col1 {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.for-you__col2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin: -15px 0;
}

.for-you__inner {
  height: 50%;
  padding: 15px 0;
}

.for-you-item1 {
  display: flex;
  height: 100%;
  align-items: center;
  background: #FAFAFA;
  min-height: 570px;
  overflow: hidden;
}

.for-you-item1__img {
  width: 50%;
  height: 100%;
}

.for-you-item1__img img {
  object-fit: cover;
  object-position: top right;
  width: 100%;
  height: 100%;
}

.for-you-item1__text {
  width: 50%;
  padding: 30px 50px 30px 40px;
}

.for-you-item1__title {
  font: bold 22px/1.45 "Playfair Display", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.for-you-item1__desc {
  line-height: 1.43;
  padding-bottom: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.for-you-item1__cat {
  font-weight: 300;
  font-size: 58px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.for-you-item2 {
  display: flex;
  align-items: center;
  background: #F2E5DD;
  height: 100%;
  overflow: hidden;
}

.for-you-item2__img {
  width: 120px;
  height: 100%;
  flex-shrink: 0;
  padding-top: 10px;
  margin-left: 15px;
}

.for-you-item2__img img {
  object-fit: contain;
  object-position: top right;
  width: 100%;
  height: 100%;
}

.for-you-item2__text {
  flex-grow: 1;
  padding: 30px 50px 30px 30px;
}

.for-you-item2__title {
  font: 400 18px/1.43 "Playfair Display", sans-serif;
  margin-bottom: 8px;
}

.for-you-item2__cat {
  font-weight: 300;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.for-you-item3 {
  display: flex;
  height: 100%;
  align-items: center;
  background: #DFE4E3;
  overflow: hidden;
}

.for-you-item3__img {
  width: 170px;
  height: 100%;
  flex-shrink: 0;
  margin-right: 30px;
}

.for-you-item3__img img {
  object-fit: contain;
  object-position: bottom left;
  width: 100%;
  height: 100%;
}

.for-you-item3__text {
  flex-grow: 1;
  padding: 30px 20px 30px 30px;
}

.for-you-item3__title {
  font: 400 18px/1.43 "Playfair Display", sans-serif;
  margin-bottom: 8px;
}

.for-you-item3__cat {
  font-weight: 300;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.holyday {
  padding-bottom: 80px;
  overflow: hidden;
}

.holyday__slider {
  position: relative;
}

.holyday .dots {
  justify-content: center;
  margin: 20px 0 25px;
}

.holyday .arrow-slider {
  margin-top: -90px;
}

.holyday .prev {
  left: -150px;
}

.holyday .next {
  right: -150px;
}

.holyday__btn {
  display: flex;
  justify-content: center;
}

.c-item__hover.active {
  transform: none;
  opacity: 1;
  visibility: visible;
}

.c-item__img {
  height: 390px;
  position: relative;
/*   background: #f5f5f5; */
}

.c-item__img img {
  object-fit: contain;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.c-item__link {
  display: block;
  padding-top: 15px;
}

.c-item__cat {
  font: bold 16px/1.33 "Playfair Display", sans-serif;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 9px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.c-item__title {
  font-size: 23px;
  line-height: 1.33;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.c-item__price s {
  font-weight: 300;
  margin-right: 17px;
}

.c-item__price b {
  font-size: 24px;
  font-weight: bold;
}

.c-item__hover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  color: #fff;
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-15px);
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease;
}

.c-item__desc {
  line-height: 1.43;
}
.c-item__desc p {
  margin: 0;
}

.c-item__desc:after {
  content: '';
  height: 1px;
  width: 118px;
  background: #fff;
  display: block;
  position: relative;
  margin-top: 22px;
}

.c-item__item {
  margin-top: 20px;
}

.c-item__subtitle {
  font: bold 14px/1.33 "Playfair Display", sans-serif;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.c-item__sizes {
  font-size: 18px;
  margin: 0 -4px;
}

.c-item__sizes li {
  display: inline-block;
  padding: 0 4px;
}

.c-item__colors {
  font-size: 14px;
}

.c-item__colors li {
  display: inline-block;
}

.c-item__colors li:after {
  content: '';
  height: 22px;
  width: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.c-item__colors li:last-child:after {
  content: none;
}

.c-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.c-item__comm{
	margin-top: 40px;
}

.c-item__instant-comm{
	display: flex;
  	align-items: center;
  	justify-content: space-around;
  	margin-top: 20px;
}

.c-item__comm-icon{
	width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #bebdbd4a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    flex-shrink: 0;
    cursor: pointer;
    transition: .3s background ease;
	margin: 0 auto;
}
.c-item__instant-comm a {
	text-align: center;
}
.c-item__instant-comm a:hover .c-item__comm-icon {
  background: #000;
  color: #fff;
}

.c-item__comm-icon i {
  font-size: 25px;
  transition: .3s fill ease;
}

.icon__telegram{
	color: #4ca7e5;
}

.c-item__instant-comm a:hover .icon__telegram {
  background: #4ca7e5;
  color: #fff;
}

.icon__viber{
	color: #675da9;
}

.c-item__instant-comm a:hover .icon__viber {
  background: #675da9;
  color: #fff;
}

.c-item .btn3 {
  border-color: #fff;
  flex-grow: 1;
  fill: #fff;
}

.c-item .btn3:not(.btn3--buy):hover {
  background: #fff;
  color: #000;
}

.c-item__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #000;
  margin-left: 20px;
  flex-shrink: 0;
  cursor: pointer;
  transition: .3s background ease;
}

.c-item__icon:hover {
  background: #000;
  fill: #fff;
}

.c-item__icon svg {
  width: 24px;
  height: 25px;
  transition: .3s fill ease;
}

.c-item .color input:checked + .color__title,
.c-item .size input:checked + .size__title {
  color: #fff;
  border-color: #fff;
}
.c-item .color,
.c-item .size {
  font-size: 14px;
}
.c-item .single__list li:after {
  background: rgba(225,225,225, .2);
  margin: 0 10px;
}

.footer {
  background: #000;
  color: #fff;
  padding: 76px 0 72px;
  position: relative;
}

.footer__wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 23px;
}

.footer__copyright {
  margin-bottom: 14px;
}

.footer__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.38;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer__list {
  line-height: 1.81;
}

.footer__list a:hover {
  opacity: .6;
}

.footer__list--info {
  fill: #fff;
}

.footer__list--info li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer__list--info span {
  width: 16px;
  height: 18px;
  margin-right: 13px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__list--info svg {
  max-width: 100%;
  max-height: 100%;
}

.footer .social a {
  fill: #fff;
  opacity: .7;
}

.footer .social a:hover {
  opacity: 1;
}

.footer__email {
  text-decoration: underline;
}

.footer .btn3 {
  margin-top: 22px;
}

.copyright__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright__list {
  font-size: 14px;
  font-weight: 300;
}

.copyright__list li {
  display: inline-block;
}

.copyright__list li:after {
  content: '';
  height: 21px;
  width: 1px;
  background: #000;
  margin: 0 7px;
  display: inline-block;
  vertical-align: middle;
}

.copyright__list li:last-child:after {
  content: none;
}

.copyright__list a:hover {
  opacity: .6;
}

.copyright__title {
  font-size: 14px;
  font-weight: 500;
}

.copyright__pay {
  display: flex;
  align-items: center;
  margin: 0 -7px;
}

.copyright__pay li {
  padding: 0 7px;
}

.catalog .title-sec {
  padding-bottom: 0;
}

.breadcrumbs {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 13px;
}

.breadcrumbs li:after {
  content: '/';
  font-weight: 300;
  margin: 0 5px;
  flex-shrink: 0;
}

.breadcrumbs li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs a {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

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

[data-target] {
  user-select: none;
}

.filter {
  position: relative;
  margin-top: 30px;
}

.filter__wrapper {
  max-width: 830px;
  margin: 0 auto;
  width: 100%;
}

.filter .col {
  width: 33.3333%;
}

.filter__item {
  position: relative;
}

.filter__title {
  border: 1px solid #CECECE;
  height: 45px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 16px 0 19px;
  border-radius: 50px;
  cursor: pointer;
  font: 400 18px/1 "Playfair Display", sans-serif;
  transition: .3s all ease;
}

.filter__title.active {
  border: 1px solid #000;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.filter__title.active:after {
  width: 85%;
}

.filter__title.active svg {
  transform: rotate(180deg);
}

.filter__title:after {
  content: '';
  width: 0;
  position: absolute;
  background: #CECECE;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: .3s all ease;
}

.filter__title svg {
  width: 14px;
  height: 8px;
  flex-shrink: 0;
}

.filter__title span {
  font: 500 14px/1 'Fira Sans', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  margin-right: auto;
  margin-left: 10px;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
}

.filter__title span b {
  max-width: 50px;
  display: block;
  margin: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter__menu {
  position: absolute;
  transform: translateY(-15px);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease;
  background: #fff;
  width: 100%;
  border: 1px solid #000;
  border-top: 0;
  padding: 0 20px 0px;
  border-radius: 0 0 20px 20px;
  z-index: 10;
}

.filter__menu.active {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.filter__price {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.filter__price-title {
  flex-shrink: 0;
  margin-right: 15px;
}

.filter__price-input {
  flex-grow: 1;
}

.filter__price-input input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.filter__price-input input:focus {
  border-color: #000;
}

.filter__price-val {
  margin-left: 15px;
  flex-shrink: 0;
}

.filter__reset {
  width: 78px;
  height: 31px;
  background: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
  border: 0;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
  transition: .3s all ease;
  cursor: pointer;
}

.filter__reset:hover {
  background: transparent;
  color: #000;
}

.check {
  position: relative;
  display: block;
  cursor: pointer;
  margin: 10px 0;
}

.check input {
  display: none;
}

.check input:checked + .check__title {
  font-weight: 400;
}

.check input:checked + .check__title:before {
  border-color: #000;
}

.check input:checked + .check__title:after {
  opacity: 1;
}

.check__title {
  display: flex;
  align-items: baseline;
  font-weight: 300;
}

.check__title:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #cecece;
  margin-right: 12px;
  flex-shrink: 0;
}

.check__title:after {
  content: '';
  width: 13px;
  height: 10px;
  background: url(../img/check.svg) center/contain no-repeat;
  position: absolute;
  left: 2px;
  top: 0px;
  opacity: 0;
  transition: .3s opacity ease;
}

.products {
  padding-top: 40px;
}

.products .col {
  width: 33.333%;
  margin-bottom: 25px;
}

.bg-about {
  position: relative;
  overflow: hidden;
}
.about {
  background: #F0EFEF;
}

.about__wrapper {
  display: flex;
  align-items: center;
  height: 265px;
  justify-content: center;
  position: relative;
}

.about__bg1 {
  left: -150px;
  position: absolute;
  bottom: 0;
}

.about__bg2 {
  right: -150px;
  position: absolute;
  bottom: 0;
}

.about .title-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  padding: 0;
  transform: translateX(60px);
}

.about .title-sec img {
  margin: 0 20px;
  flex-shrink: 0;
}

.about-desc {
  padding-top: 70px;
}

.about-desc__item {
  width: 68%;
  position: relative;
  margin-left: auto;
  margin-bottom: 70px;
}

.about-desc__item:nth-child(2n) {
  margin-left: 0;
}

.about-desc__item:nth-child(2n) .about-desc__title {
  left: 100%;
  right: unset;
  margin-left: -120px;
  text-align: right;
}

.about-desc__item:nth-child(2n) .about-desc__title:before {
  right: unset;
  left: 100%;
  margin-right: 0;
  margin-left: 40px;
}

.about-desc__item:nth-child(2n) .about-desc__bl {
  text-align: right;
  padding-left: 40px;
  justify-content: flex-end;
  padding-right: 210px;
}

.about-desc__item:nth-child(2n) .about-desc__sub-title:after {
  margin-left: auto;
}

.about-desc__item:nth-child(2n) .about-desc__desc {
  max-width: 700px;
}

.about-desc__title {
  background: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.07;
  text-transform: uppercase;
  height: 220px;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: 100%;
  margin-right: -120px;
}

.about-desc__title:before {
  content: '';
  width: 9999px;
  height: 1px;
  background: #000;
  right: 100%;
  margin-right: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about-desc__bl {
  color: #fff;
  position: relative;
  min-height: 400px;
  padding: 40px 40px 40px 210px;
  display: flex;
  align-items: center;
  background: center/cover;
}

.about-desc__bl:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about-desc__inner {
  position: relative;
  z-index: 1;
}

.about-desc__sub-title {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

.about-desc__sub-title:after {
  content: '';
  width: 228px;
  height: 1px;
  background: #fff;
  margin: 16px 0;
  display: block;
}

.about-desc__desc {
  font-weight: 500;
  line-height: 1.67;
  max-width: 600px;
}

.payment__wrapper {
  display: flex;
}

.payment__bl {
  padding: 70px 30px;
  position: relative;
  width: 50%;
}

.payment__bl:first-child {
  background: #F0EFEF;
}

.payment__bl:first-child:before {
  right: 100%;
  height: 100%;
  content: '';
  width: 9999px;
  background: #F0EFEF;
  position: absolute;
  top: 0;
}
.payment__bl:first-child:after {
  content: '';
  width: 5px;
  background: #FAFAFA;
  position: absolute;
  top: 0;
  left: -230px;
  height: 9999px;
}

.payment__bl:last-child {
  background: #FBFBFB;
}

.payment__bl:last-child:before {
  left: 100%;
  height: 100%;
  content: '';
  width: 9999px;
  background: #FBFBFB;
  position: absolute;
  top: 0;
}

.payment__title {
  padding: 0;
  text-align: left;
  margin-bottom: 17px;
}

.payment__tabs-wrapper {
  display: none;
}

.payment__tabs-wrapper.active {
  display: block;
}

.payment__tabs {
  display: flex;
  align-items: center;
  margin: 0 -11px;
}

.payment__tabs li {
  padding: 0 11px;
  flex-grow: 1;
}

.payment__tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  height: 46px;
  width: 100%;
  font: 400 14px/1 "Playfair Display", sans-serif;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.payment__tabs a.active {
  color: #000;
  border: 1px solid #000;
  font-weight: bold;
}

.payment__desc {
  line-height: 1.67;
  font-weight: 300;
}

.payment__desc p {
  margin: 15px 0;
}

.payment__desc strong {
  font-weight: 500;
}

.payment__desc h1, .payment__desc h2, .payment__desc h3, .payment__desc h4, .payment__desc h5, .payment__desc h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-transform: uppercase;
  margin: 25px 0 11px;
}

.payment__desc ul {
  font-weight: 500;
  padding-left: 18px;
}

.payment__desc ul li {
  list-style-type: disc;
}

.return {
  padding: 70px 0;
  position: relative;
}

.return__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.single .breadcrumbs {
  margin-top: 17px;
}

.single__wrapper {
  margin-top: 45px;
}

.single__col {
  width: 50%;
  margin-bottom: 40px;
}

.single__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  width: 100%;
}

.single__top-col {
  flex-shrink: 5;
}

.single__top-col2 {
  flex-shrink: 0;
  margin-left: 20px;
}

.single__rating {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}

.single__rating div {
  font-size: 18px;
  font-weight: 500;
  color: #FFB600;
  display: flex;
  align-items: center;
}

.single__rating svg {
  width: 27px;
  height: 26px;
  margin-left: 8px;
  flex-shrink: 0;
}

.single__rating span {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
  line-height: 1.11;
}

.single__title {
  font: bold 30px/1.07 "Playfair Display", sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.single__cat {
  font-size: 30px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.single__cat:before {
  width: 21px;
  flex-shrink: 0;
  height: 1px;
  background: #000;
  content: '';
  display: block;
  margin-right: 15px;
}

.single__articul {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.11;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
  text-align: right;
}

.single__articul b {
  font-weight: 300;
  color: #000;
}

.single__point {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.single__point:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.single__t {
  font: bold 16px/1.33 "Playfair Display", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.single__desc {
  font-weight: 300;
  line-height: 1.43;
}

.single__desc p {
  margin: 0;
}

.single__list {
  display: flex;
}

.single__list li {
  display: flex;
}

.single__list li:after {
  content: '';
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 21px;
  margin: 0 16px;
  display: block;
}

.single__list li:last-child:after {
  content: none;
}

.single__list li b {
  margin-right: 7px;
}

.single__sizes {
  display: none;
  margin: 0 -5px;
  flex-wrap: wrap;
}

.single__sizes.active {
  display: flex;
}

.single__sizes li {
  padding: 5px 0;
}

.size {
  display: block;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  padding: 0 5px;
}

.size.disabled {
  cursor: no-drop;
  display: none;
}
.size.disabled .size__title {
  color: red;
}
.size.disabled .plashka {
  position: absolute;
  top: 100%;
  left: 50%;
  font-size: 12px;
  transform: translateX(-50%);
  white-space: nowrap;
  background: #fff;
  padding: 5px 10px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease;
  z-index: 10;
  color: #000;
}
.size.disabled:hover .plashka {
  opacity: 1;
  visibility: visible;
}

.modal-not-size {
  display: none;
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: red;
  color: #fff;
  white-space: nowrap;
  z-index: 10;
  padding: 15px 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
}

.size input {
  display: none;
}

.size input:checked + .size__title {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.single .size__title {
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid transparent;
}

.color {
  display: block;
  font-size: 18px;
  cursor: pointer;
}

.color input {
  display: none;
}

.color input:checked + .color__title {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.single .color__title {
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid transparent;
}

.single__price {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 24px;
}
.single__price s {
  color: rgba(0,0,0, .5);
  font-size: 35px;
}

.single__pay {
  display: flex;
  padding-top: 30px;
  justify-content: center;
}

.single__pay .row {
  margin: 0 -10px;
}

.single__pay .col {
  padding: 0 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px){
	.single__pay .col {
		margin-bottom: 30px;
	}
	.single__pay .col:last-child{
		margin-bottom: 0px;
	}
}

.single .count {
  height: 46px;
  width: 102px;
	margin: auto;
}

.single .count__plus, .single .count__minus {
  width: 32px;
  font-size: 20px;
}

.single .count__input {
  width: 38px;
  font-size: 20px;
}

.single__cart {
/*   width: 46px; */
  height: 46px;
  fill: #fff;
  background: #000;
/*   border-radius: 50%; */
 	border-radius: 50px;
	padding: 0 25px;
	color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  transition: .3s all ease;
	text-transform: uppercase;
	font: bold 14px/1 "Playfair Display", sans-serif;
	margin: auto;
}

.single__cart:hover {
  background: red;
}

.single__cart svg {
  width: 24px;
  height: 24px;
}

.single .btn3 {
  width: 236px;
  height: 46px;
}

.single__tabs {
  border: 1px solid #000;
  display: flex;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.single__tabs li {
  flex-basis: 0;
  flex-grow: 1;
}

.single__tabs a {
  display: flex;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: bold 16px/1.33 "Playfair Display", sans-serif;
  text-transform: uppercase;
}

.single__tabs a.active {
  background: #000;
  color: #fff;
}

.single__tabs-wrapper {
  background: #FBFBFB;
  padding: 5px 30px 15px;
  line-height: 1.4;
  font-weight: 300;
  display: none;
}

.single__tabs-wrapper.active {
  display: block;
}

.single__tabs-wrapper strong {
  display: flex;
  align-items: center;
}

.single__tabs-wrapper strong + br {
  display: none;
}

.single__tabs-wrapper strong:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  background: #000;
  flex-shrink: 0;
}

.gallery {
  position: relative;
  display: none;
}
.gallery.active {
  display: block;
}

.gallery-top {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 50;
  width: 88px;
  left: 20px;
  padding: 65px 0;
}

.gallery-top .swiper-container {
  height: 100%;
}

.gallery-top__item {
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
}

.gallery-top__item:hover:before, .gallery-top__item:hover:after, .gallery-top__item.swiper-slide-thumb-active:before, .gallery-top__item.swiper-slide-thumb-active:after {
  opacity: 1;
}

.gallery-top__item:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: .3s all ease;
  position: absolute;
  z-index: 1;
}

.gallery-top__item:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 18px;
  z-index: 2;
  opacity: 0;
  transition: .3s all ease;
  background: url("../img/view.svg") center/contain no-repeat;
}

.gallery-top__item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.arrow-gallery {
  position: absolute;
  width: 28px;
  height: 15px;
  fill: #fff;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  opacity: .5;
  cursor: pointer;
  transition: .3s all ease;
  user-select: none;
}

.arrow-gallery:hover {
  opacity: 1;
}

.arrow-gallery.prev {
  top: 37px;
}

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

.arrow-gallery.next {
  bottom: 37px;
}

.arrow-gallery svg {
  width: 28px;
  height: 15px;
}

.gallery-bottom {
/*   background: #f5f5f5; */
}
.gallery-bottom__item {
  height: 592px;
}

.gallery-bottom__item img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.reviews__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.reviews__arrows {
  display: flex;
  align-items: center;
  grid-template: 0 -7px;
}

.reviews__item {
  background: #FBFBFB;
  padding: 25px 35px;
  margin: 0 0 15px 0;
}

.reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews__title {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.reviews .reviews-arrow {
  cursor: pointer;
  margin: 0 7px;
  opacity: .3;
  transition: .3s all ease;
  user-select: none;
}

.reviews .reviews-arrow:hover {
  opacity: 1;
}

.reviews .reviews-arrow svg {
  width: 16px;
  height: 9px;
}

.reviews .reviews-arrow.prev {
  transform: rotate(90deg);
}

.reviews .reviews-arrow.next {
  transform: rotate(-90deg);
}

.reviews__rating {
  display: flex;
}

.reviews__rating a {
  width: 18px;
  height: 16px;
  display: block;
}

.reviews__rating a.fa-star {
  background: url("../img/star.svg") center/contain no-repeat;
}

.reviews__rating a.fa-star-o {
  background: url("../img/star-none.svg") center/contain no-repeat;
}

.reviews__desc {
  font-weight: 300;
  line-height: 1.43;
  margin: 14px 0;
}

.reviews__date {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3);
}

.reviews__link {
	font-size: 11px;
    display: inline-block;
    font-weight: bold;
    opacity: .7;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.reviews__link:hover{
	opacity: 1;
}

.reviews__date svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  margin-right: 9px;
}

.reviews__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.up {
  cursor: pointer;
  position: absolute;
  z-index: 50;
  right: 7%;
  top: -26px;
  width: 53px;
  transform: translateX(25px);
}

.up:hover .up__icon {
  background: #000;
  fill: #fff;
}

.up__icon {
  width: 53px;
  height: 53px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  transition: .3s all ease;
}

.up__icon svg {
  width: 28px;
  height: 15px;
  transform: rotate(180deg);
}

.up__title {
  font: bold 22px/1.45 "Playfair Display", sans-serif;
  text-transform: uppercase;
}

.up__title:before {
  height: 57px;
  width: 1px;
  display: block;
  background: #fff;
  margin: 0 auto;
  content: '';
}

.up__title span {
  transform: rotate(-90deg) translateX(-100%);
  display: block;
}

.contacts {
  position: relative;
}

.contacts__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: right center/cover;
}

.contacts .breadcrumbs {
  margin-top: 20px;
}

.contacts__wrapper {
  height: 580px;
  position: relative;
}

.contacts__bl {
  max-width: 350px;
  background: #000;
  padding: 28px 43px 20px;
  color: #fff;
  position: relative;
}

.contacts__icon {
  position: absolute;
  fill: rgba(255, 255, 255, 0.2);
  bottom: -20px;
  right: -20px;
}

.contacts__icon svg {
  width: 155px;
  height: 155px;
}

.contacts__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.contacts-form {
  background: right center/cover;
  padding: 65px 0;
}

.contacts-form__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contacts-form .title-sec {
  text-align: left;
  padding: 0 0 16px;
}

.contacts-form__col {
  color: #fff;
  padding-right: 95px;
  width: 55%;
}

.contacts-form__desc {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.contacts-form__desc:before {
  content: '';
  width: 21px;
  height: 1px;
  background: #fff;
  flex-shrink: 0;
  display: block;
  margin-right: 15px;
}

.contacts-form__col2 {
  width: 45%;
}

.contacts-form__col2 .row {
  justify-content: center;
}

.contacts-form__col2 .col {
  width: 50%;
  margin-bottom: 30px;
}

.contacts-form__col2 .col:last-child {
  margin-bottom: 0;
}

.input {
  height: 46px;
  border-radius: 50px;
  background: #fff;
  font: 400 14px/1 "Playfair Display", sans-serif;
  border: 1px solid #fff;
  padding: 0 23px;
  width: 100%;
  text-transform: uppercase;
  transition: .1s all ease;
}
textarea.input {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}

.input.error-input {
  border: 2px solid red !important;
}

.input:focus {
  border-color: #000;
}

.checkout {
  padding-bottom: 70px;
}

.checkout__wrapper {
  display: flex;
  align-items: stretch;
}

.checkout__info {
  width: 55%;
  background: #F0EFEF;
  position: relative;
  padding: 33px 64px 33px 0;
}

.checkout__info:before {
  content: '';
  right: 100%;
  top: 0;
  width: 9999px;
  height: 100%;
  position: absolute;
  background: #F0EFEF;
}

.checkout__bl {
  margin-bottom: 25px;
}

.checkout__bl .col {
  width: 50%;
	 position: relative;
}

.checkout__bl .col:last-child {
  margin-bottom: 0;
}

.checkout__title {
  font: bold 30px/1 "Playfair Display", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.checkout__subtitle {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 300;
}

.checkout__dostavka {
  display: none;
}

.checkout__dostavka.active {
  display: block;
}

.checkout__row-check {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 11px;
}

.checkout__check {
  display: block;
  cursor: pointer;
  margin: 5px 20px 5px 0;
}

.checkout__check input {
  display: none;
}

.checkout__check input:checked + .checkout__check-title {
  opacity: 1 !important;
  font-weight: bold !important;
}

.checkout__check input:checked + .checkout__check-title span:before {
  opacity: 1;
}

.checkout__check span {
  width: 15px;
  height: 15px;
  display: block;
  flex-shrink: 0;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: .3s all ease;
  margin-right: 10px;
}

.checkout__check span:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #000;
  display: block;
  border-radius: 50%;
  opacity: 0;
  transition: .3s all ease;
}

.checkout__check-title {
  display: flex;
  align-items: center;
  font: 400 14px/1 "Playfair Display", serif;
  text-transform: uppercase;
  opacity: .5;
}

/* .checkout .select {
  margin: 0 0 20px;
} */
/*----*/
.checkout .select {
  border: 2px solid transparent;
  border-radius: 50px;
}
.j-select-dostavka, .j-select-region{
  margin: 0 0 20px;
}
/*----*/

.checkout__cart {
  width: 45%;
  overflow: hidden;
  background: #FBFBFB;
  display: flex;
  flex-direction: column;
}

.checkout__cart-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 30px;
  height: 93px;
  border-bottom: 1px solid #F0EFEF;
}

.checkout__cart-top .checkout__title {
  margin-bottom: 0;
}

.checkout__btn-top {
  border-radius: 50px 0 0 50px;
  width: 260px;
  margin-right: -2px;
  border-color: rgba(0, 0, 0, 0.2);
}

.dostavka-info {
  display: none;
}
.dostavka-info.active {
  display: block;
}

.cart__count {
  flex-wrap: wrap;
  margin-top: 7px;
}

.cart__list {
  display: flex;
  width: 100%;
  margin-bottom: 8px;
}

.cart__list li {
  color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}

.cart__list li:after {
  content: '';
  width: 1px;
  height: 24px;
  display: block;
  background: #000;
  margin: 0 8px;
}

.cart__list li:last-child:after {
  content: none;
}

.cart__list b {
  font-size: 18px;
  font-weight: 400;
}

.checkout__cart-wrapper {
  position: relative;
}

.checkout__cart-wrapper:after {
  content: '';
  height: 150px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(357.06deg, #FFFFFF -3.87%, rgba(255, 255, 255, 0) 64.99%);
}

.checkout .cart__inner {
  overflow-y: auto;
  height: 451px;
  position: relative;
}

.checkout .cart__inner::-webkit-scrollbar {
  width: 5px;
  background-color: #F0EFEF;
}

.checkout .cart__inner::-webkit-scrollbar-thumb {
  background: #171717;
}

.checkout__cart-bottom {
  background: #000;
  color: #fff;
  padding: 26px 0 26px 30px;
  position: relative;
}

.checkout__cart-bottom:before {
  content: '';
  width: 320px;
  height: 128px;
  background: url(../img/logo.svg) center/contain no-repeat;
  position: absolute;
  opacity: .2;
  left: -40px;
  top: 0;
}

.checkout__cart-bottom .row {
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.checkout__price-title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
}

.checkout__price {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

.checkout__btn-bottom {
  background: #fff;
  border-radius: 30px 0 0 30px;
  color: #000;
  justify-content: center;
  text-align: center;
}

.checkout__btn-bottom:before {
  right: 100%;
  width: 15px;
}

.checkout__btn-bottom:after {
  left: 0;
  width: 15px;
}

.checkout__btn-bottom:hover:before, .checkout__btn-bottom:hover:after {
  width: 22px;
}

.select {
  position: relative;
}

.select .current {
  height: 46px;
  border-radius: 50px;
  background: #fff;
  font: 400 14px/1 "Playfair Display", sans-serif;
  border: 1px solid #fff;
  padding: 0 23px;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: .3s all ease;
}

.select .current:after {
  content: '';
  width: 10px;
  height: 6px;
  background: url(../img/arrow.svg) center/contain no-repeat;
}

/*  */
.dostavka-np .current{
	color: #777777;
  overflow: hidden;
}

.error-input+.input-check{
	border-color: red;
}
/*  */

.select .list {
   position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease;
  transform: translateY(20px);
  font: 400 12px/1 "Playfair Display", sans-serif;
  text-transform: uppercase;
 
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 100;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

.list__cities, .list__branch{
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease;
  transform: translateY(20px);
  font: 400 12px/1 "Playfair Display", sans-serif;
  text-transform: uppercase;
 
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 100;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

@media (max-width: 1200px){
	.list__cities, .list__branch {
		left: 7px;
  		right: 7px;
	}
}

#city:focus, #branch:focus {
  border-color: #fff;
}

.list__cities li, .list__branch li{
  padding: 10px;
  cursor: pointer;
  color: #777777;
}

.list__cities li:hover, .list__branch li:hover{
  color: #000;
}

.input.open{
  border-radius: 20px 20px 0 0;
}

.open+.list__cities, .open+.list__branch{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: .3s all ease;
}

.list__cities::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
  }
  
.list__cities::-webkit-scrollbar-thumb {
	background: #aaa;
  }

.select .list::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
  }
  
.select .list::-webkit-scrollbar-thumb {
	background: #aaa;
}

.spinner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
}

.spinner__active{
  opacity: 1;
  visibility: visible;
}
  

.select .list li {
  padding: 10px 23px;
  cursor: pointer;
}

.select .list li.selected {
  font-weight: bold;
}

.select.open .current {
  border-radius: 20px 20px 0 0;
}

.select.open .list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ok {
  padding: 100px 0;
}

.ok .title-sec {
  padding: 0;
  margin-bottom: 30px;
}

.ok__wrapper {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}


.ok__inner {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.ok__inner.active .btn3 {
  display: block;
}
.ok__inner.active input {
  border: 1px solid #000;
  padding: 5px;
}
.ok__person {
  background: #F0EFEF;
  padding: 22px 25px;
  margin-right: 14px;
  flex-shrink: 0;
}

.ok__person .btn3 {
  display: none;
  margin-top: 10px !important;
}

.ok__name {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}

.ok__name input {
  border: 1px solid transparent;
  color: #000;
}

.ok__phone {
  font-size: 20px;
  font-weight: 500;
}

.ok__phone input {
  border: 1px solid transparent;
  color: #000;
  font-weight: 500;
}

.ok__desc {
  font-size: 14px;
  line-height: 1.67;
}

.ok__edit {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 17px;
  cursor: pointer;
}

.ok__edit:hover span {
  border-color: transparent;
}

.ok__edit svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  margin-right: 10px;
}

.ok__edit span {
  border-bottom: 1px solid #000;
  transition: .3s all ease;
}

.ok p {
  text-align: center;
  line-height: 1.7;
  font-weight: 300;
}

.ok .btn3 {
  max-width: 260px;
  width: 100%;
  margin: 30px auto 0;
}

.modal {
  display: none;
  max-width: 500px !important;
  width: 100%;
}
.modal .reviews__rating {
  justify-content: center;
  margin-bottom: 15px;
}
.modal .reviews__rating a {
  width: 35px;
  height: 30px;
  transition: none;
}
.modal .title-sec {
  padding: 0;
  margin-bottom: 20px;
  font-size: 30px;
}
.modal .input {
  margin-bottom: 15px;
}
.modal .btn3 {
  width: 200px;
  margin: 0 auto;
}
.modal .input {
  border-color: rgba(0, 0, 0, 0.1)
}
.modal .input:focus {
  border-color: #000;
}
.modal .checkout__bl {
  margin-top: 20px;
}
.modal .checkout__subtitle {
  margin-bottom: 6px;
}
.modal .confirm__check {
  background: #f1f1f1;
  color: #000;
}

.modal .btn3:hover {
  background: #fff;
  color: #000;
}

.dont-have-post {
  text-align: center;
  font-size: 20px;
  width: 100%;
  min-height: 200px;
}

.load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000;
  background: url('../img/load.gif') center no-repeat, rgba(225,225,225, .6);
  display: none;
}

.wow {
  visibility: hidden;
}

.page {
  padding-bottom: 60px;
}
.page__desc {
  line-height: 1.7;
}

.pagination {
  width: 100%;
  padding: 0 15px;
}
.nav-links {
  display: flex;
  justify-content: center;
  width: 100%;
}
.nav-links > * {
  width: 23px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  border: 1px solid #CECECE;
  border-radius: 10px;
  margin: 0 9px;
}
.nav-links > *:hover,
.nav-links > *.current {
  background: #000;
  color: #fff;
  fill: #fff;
  border-color: #000;
}
.nav-links .prev svg {
  transform: rotate(90deg);
}
.nav-links .next svg {
  transform: rotate(-90deg);
}
.nav-links svg {
  height: 6px;
  width: 10px;
}
.confirm__title {
  font-size: 14px;
  margin-bottom: 5px;
}
.confirm__check {
  background: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
}
.confirm {
  margin: 15px 0;
}
.confirm__check-title {
  position: relative;
}
.confirm input.error-input + .check__title {
  color: red;
}
.confirm input.error-input + .check__title:before {
  border-color: red;
}
.confirm__check-title a {
  border-bottom: 1px solid #000;
  transition: none;
  margin-left: 10px;
}
.confirm__check-title a:hover {
  border-color: transparent;
}
@media all and (max-width: 1600px) {
  .banner__bg1 {
    display: none;
  }
  .banner .arrow-slider {
    top: unset;
    transform: none;
    bottom: 22px;
  }
  .banner .arrow-slider.prev {
    left: 30px;
  }
  .banner .arrow-slider.next {
    left: 100px;
    right: unset;
    transform: rotate(180deg);
    bottom: 15px;
  }
  .banner__item {
    height: 600px;
  }
  .bg-wrapper:before, .bg-wrapper:after {
    content: none;
  }
  .bg-wrapper__bg--left {
    display: none;
  }
  .bg-wrapper__bg--right {
    display: none;
  }
  .up {
    right: 40px;
  }
}

@media all and (max-width: 1200px) {
  .row {
    margin: 0 -7px;
  }
  .col {
    padding: 0 7px;
  }
  .banner .dots {
    right: 20px;
  }
  .for-you__col2 {
    margin: -7px 0;
  }
  .for-you__inner {
    padding: 7px 0;
  }
  .for-you-item2__cat {
    font-size: 30px;
  }
  .c-item .btn3 {
    padding: 0 15px;
  }
  .filter__reset {
    position: relative;
    top: unset;
    transform: none;
    margin: 10px auto 0;
  }
  .up {
    display: none;
  }
  .about-desc__title {
    font-size: 50px;
    height: 180px;
    margin-right: -60px;
  }
  .about-desc__bl {
    padding-left: 110px;
  }
  .about-desc__item:nth-child(2n) .about-desc__bl {
    padding-right: 110px;
  }
  .about-desc__item:nth-child(2n) .about-desc__title {
    margin-left: -60px;
  }
  .contacts__wrapper {
    height: 500px;
  }
  .contacts__map {
    background: right -200px center/cover;
  }
  .contacts-form__col {
    padding-right: 30px;
  }
  .ok {
    padding: 60px 0;
  }
}

@media all and (max-width: 992px) {
  .header-top__title {
    display: none;
  }
  .banner__title {
    font-size: 55px;
  }
  .banner__brand {
    font-size: 45px;
    margin: 30px 0 20px;
  }
  .banner__title2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .preims .col {
    width: 100%;
  }
  .preims__item {
    margin: 15px 0;
  }
  .for-you__col1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .for-you__col2 {
    width: 102%;
    flex-direction: row;
    margin: 0 -7px;
  }
  .for-you__inner {
    height: 100%;
    padding: 0 7px;
    width: 50%;
  }
  .footer__wrapper {
    flex-wrap: wrap;
  }
 
  .copyright {
    padding: 15px 0 5px;
  }
  .copyright__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .copyright__title {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
  }
  .products .col {
    width: 50%;
  }
  .single__pay .row {
    margin: 0 -5px;
  }
  .single__pay .col {
    padding: 0 5px;
  }
  .single .btn3 {
    width: 192px;
    padding: 0;
  }
  .about__bg1, .about__bg2 {
    display: none;
  }
  .about .title-sec img {
    width: 200px;
  }
  .about-desc__title {
    font-size: 40px;
  }
  .payment__wrapper {
    flex-wrap: wrap;
  }
  .payment__bl {
    width: 100%;
  }
  .contacts__map {
    background: right -300px top 50px/cover;
  }
  .contacts-form__col {
    width: 50%;
  }
  .contacts-form__col2 {
    width: 50%;
  }
  .contacts-form__col2 .col {
    margin-bottom: 15px;
  }
  .checkout__wrapper {
    flex-wrap: wrap;
  }
  .checkout__info {
    width: 100%;
    padding: 30px;
  }
  .checkout__info:before {
    content: none;
  }
  .checkout__cart {
    width: 100%;
  }
  .checkout__cart .cart__inner {
    height: auto;
  }
}

@media all and (max-width: 767px) {
  .gallery-top {
    left: 10px;
    width: 75px;
  }
  body {
    padding-top: 90px;
  }
  .header-top__col:first-child {
    display: none;
  }
	.menu-item:first-child{
	 display: none;
	}
	
	.header-top__list li {
		padding: 0 5px;
	}

  .header-top__list {
    position: relative;
    left: 0;
    transform: none;
    top: 0;
    margin: 0 -10px;
  }
  .header-top__lang {
    margin-right: 15px;
  }
  .header-bottom__wrapper {
    height: 60px;
  }
  .header-bottom__title, .header-bottom__count {
    display: none;
  }
  .header-bottom__logo {
    width: 80px;
  }
  .catalog-menu {
    padding-top: 100px;
    max-width: 300px;
  }
  .catalog-menu a {
    padding: 13px 15px;
  }
  .cart__top {
    height: 60px;
    padding: 0 15px;
  }
  .cart__title-cart {
    font-size: 20px;
  }
  .cart__item {
    padding: 25px 0;
  }
  .cart__inner {
    padding: 0 15px;
  }
  .cart__img {
    width: 90px;
    height: 90px;
    margin-right: 15px;
  }
  .cart-bottom {
    padding: 20px 0;
  }
  .cart-bottom__top {
    padding: 0 15px;
  }
  .cart-bottom__wrapper {
    padding-right: 0;
  }
  .cart-bottom__title {
    font-size: 20px;
  }
  .cart-bottom__price {
    font-size: 30px;
  }
  .cart-bottom__btn {
    padding: 0 15px;
    width: 220px;
  }
  .cart-bottom__desc {
    padding-left: 30px;
  }
  .social__list {
    margin: 0 -2px;
  }
  .social__list li {
    padding: 0 2px;
  }
  .banner__item {
    height: 450px;
  }
  .banner__img, .banner__bg2 {
    display: none;
  }
  .banner__text {
    width: 100%;
  }
  .banner__title {
    font-size: 40px;
  }
  .banner__brand {
    font-size: 30px;
  }
  .banner__title2 {
    font-size: 25px;
  }
  .title-sec {
    font-size: 30px;
    padding: 44px 0 30px;
  }
  .cats .col {
    width: 50%;
  }
  .cats-item__title {
    font-size: 16px;
    width: 100%;
    bottom: 10px;
  }
  .for-you {
    padding-bottom: 0;
  }
  .for-you__wrapper {
    align-items: flex-start;
  }
  .for-you__col2 {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .for-you__inner {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .for-you-item1 {
    min-height: auto;
    align-items: stretch;
  }
  .for-you-item1__img {
    height: auto;
    width: 40%;
  }
  .for-you-item1__text {
    width: 60%;
    padding: 30px 15px;
  }
  .for-you-item1__title {
    font-size: 20px;
  }
  .for-you-item1__cat {
    font-size: 35px;
  }
  .for-you-item1 .btn2 {
    width: 180px;
    padding: 0 20px;
  }
  .for-you-item2 {
    min-height: auto;
  }
  .for-you-item2__text {
    padding: 30px 15px;
  }
  .for-you-item2__cat {
    font-size: 25px;
  }
  .for-you-item3 {
    min-height: auto;
  }
  .for-you-item3__text {
    padding: 30px 15px;
  }
  .for-you-item3__cat {
    font-size: 25px;
  }
  .holyday {
    padding-bottom: 60px;
  }
  .holyday .next {
    right: -15px;
    margin-top: -120px;
  }
  .holyday .prev {
    left: -15px;
    margin-top: -120px;
  }
  .footer {
    padding: 60px 0 10px;
  }
  .footer__col {
    margin-bottom: 50px;
    width: 100%;
  }
  .filter .col {
    width: 100%;
    margin-bottom: 10px;
  }
  .filter__reset {
    margin-top: 0;
  }
  .products .col {
    width: 100%;
  }
  .single__wrapper {
    margin-top: 20px;
  }
  .single__col {
    width: 100%;
    margin-bottom: 30px;
  }
  .single__list {
    flex-wrap: wrap;
  }
  .single__list li {
    margin-bottom: 5px;
  }
  .single .single__list li:after {
    
  }
  .single__title {
    font-size: 20px;
  }
  .single__cat {
    font-size: 20px;
  }
  .single__price {
    font-size: 40px;
  }
  .single__price s {
    font-size: 25px;
  }
  .single__pay {
    padding-top: 20px;
  }
  .single__pay .row {
    justify-content: space-between;
    width: auto;
  }
  .single__pay .col {
    flex-grow: 1;
  }
  .single .btn3 {
    width: 160px;
  }
  .single__tabs-wrapper {
    padding: 5px 15px;
  }
  .gallery-bottom__item {
    height: 400px;
  }
  .reviews__item {
    padding: 20px 15px;
  }
  .about .title-sec {
    flex-wrap: wrap;
    transform: none;
  }
  .about .title-sec span {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }
  .about-desc {
    padding-top: 40px;
  }
  .about-desc__item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .about-desc__title {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    transform: none !important;
    top: 0;
    right: 0;
    left: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
    height: auto;
    justify-content: center;
  }
  .about-desc__bl {
    padding: 40px 15px !important;
    width: 100%;
    text-align: left !important;
  }
  .about-desc__sub-title:after {
    margin-left: 0 !important;
  }
  .about-desc__desc {
    text-align: left;
  }
  .payment {
    padding: 0;
  }
  .payment__bl {
    padding: 0 15px;
  }
  .payment__bl:before, .payment__bl:after {
    content: none !important;
  }
  .payment__title {
    padding: 30px 0 0px;
  }
  .payment__tabs {
    margin: 0 -3px;
  }
  .payment__tabs li {
    padding: 0 3px;
  }
  .return {
    padding: 20px 0 50px;
  }
  .contacts__wrapper {
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .contacts__map {
    height: 400px;
    position: relative;
    background: right -200px center/cover;
    order: 1;
  }
  .contacts__bl {
    margin: 0 auto;
  }
  .contacts-form {
    background: center/cover;
    padding: 50px 0;
  }
  .contacts-form__wrapper {
    flex-wrap: wrap;
  }
  .contacts-form__col {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .contacts-form .title-sec {
    text-align: center;
  }
  .contacts-form__col2 {
    width: 100%;
  }
  .contacts-form__col2 .col {
    width: 100%;
  }
  .contacts-form .btn3 {
    margin: 0 auto;
  }
  .checkout__info {
    padding: 20px 15px 5px;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .checkout__title {
    margin-bottom: 15px;
  }
  .checkout__cart {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .checkout__cart-top {
    padding-left: 15px;
  }
  .checkout__btn-top {
    width: 150px;
  }
  .checkout__cart-wrapper:after {
    content: none;
  }
  .checkout__cart-bottom {
    padding: 20px 0 20px 15px;
  }
  .checkout__btn-bottom {
    width: 180px;
    padding-right: 15px;
  }
  .checkout__price {
    font-size: 30px;
  }
  .ok__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ok__desc {
    margin-top: 20px;
    text-align: center;
  }
  .ok__edit {
    justify-content: center;
  }
}

/*loupe*/
.img-magnifier-container {
	position: relative;
  }
  
.img-magnifier-glass {
	position: absolute;
	border: 3px solid#00000052;
	border-radius: 50%;
	cursor: none;
	/*Установите размер стекла лупы:*/
	width: 200px;
	height: 200px;
	z-index: 999;
}
