@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.eot');
  src: url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Manrope-Bold.woff2') format('woff2'),
  url('../fonts/Manrope-Bold.woff') format('woff'),
  url('../fonts/Manrope-Bold.ttf') format('truetype'),
  url('../fonts/Manrope-Bold.svg#Manrope-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.eot');
  src: url('../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
  url('../fonts/Manrope-ExtraBold.woff') format('woff'),
  url('../fonts/Manrope-ExtraBold.ttf') format('truetype'),
  url('../fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.eot');
  src: url('../fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
  url('../fonts/Manrope-SemiBold.woff') format('woff'),
  url('../fonts/Manrope-SemiBold.ttf') format('truetype'),
  url('../fonts/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraLight.eot');
  src: url('../fonts/Manrope-ExtraLight.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Manrope-ExtraLight.woff2') format('woff2'),
  url('../fonts/Manrope-ExtraLight.woff') format('woff'),
  url('../fonts/Manrope-ExtraLight.ttf') format('truetype'),
  url('../fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.eot');
  src: url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Manrope-Light.woff2') format('woff2'),
  url('../fonts/Manrope-Light.woff') format('woff'),
  url('../fonts/Manrope-Light.ttf') format('truetype'),
  url('../fonts/Manrope-Light.svg#Manrope-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.eot');
  src: url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Manrope-Medium.woff2') format('woff2'),
  url('../fonts/Manrope-Medium.woff') format('woff'),
  url('../fonts/Manrope-Medium.ttf') format('truetype'),
  url('../fonts/Manrope-Medium.svg#Manrope-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.eot');
  src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Manrope-Regular.woff2') format('woff2'),
  url('../fonts/Manrope-Regular.woff') format('woff'),
  url('../fonts/Manrope-Regular.ttf') format('truetype'),
  url('../fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  caret-color: transparent;
}

.input-container,
.input-container *,
textarea {
  caret-color: auto !important;
}

html, body {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 16px;
  min-width: 320px;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

a {
  outline: none;
  text-decoration: none;
}

img {
  outline: none;
  max-width: 100%;
  border: none;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none !important;
}

textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder,
input[type="text"]:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

textarea:-moz-placeholder,
input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder,
input[type="text"]:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder,
input[type="text"]:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/*Setting*/
#width-display {
  position: fixed;
  left: 50%;
  top: -10px;
  margin: 5px;
  font-weight: bold;
  color: red;
  z-index: 99999999999999999999999999999999999999;
  font-size: 30px;
}

.line-vertical {
  position: fixed;
  top: 0;
  left: 3%;
  width: 3px;
  height: 100vh;
  background-color: red;
  cursor: ew-resize;
  user-select: none;
  z-index: 9999999999999999999999999999999999999;
}

.line-horizontal {
  position: fixed;
  left: 0;
  top: 2%;
  width: 100vw;
  height: 1px;
  background-color: red;
  cursor: ns-resize;
  user-select: none;
  z-index: 9999999999999999999999999999999999999;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.widthMain {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto;
}

.h2 {
  color: #141414;
  font: normal bold 36px 'Manrope', sans-serif;
  line-height: 120%;
}

.h3 {
  color: #141414;
  font: normal 600 24px 'Manrope', sans-serif;
}

.text_next {
  color: #141414;
  font: normal 500 16px 'Manrope', sans-serif;
  line-height: 130%;
  align-items: center;
  justify-content: center;
}

.text_next svg {
  margin-left: 5px;
}

.text_reg {
  color: #141414;
  font: normal normal 20px 'Manrope', sans-serif;
}

.text_14 {
  color: #141414;
  font: normal normal 14px 'Manrope', sans-serif;
}

.text_16 {
  color: #141414;
  font: normal normal 16px 'Manrope', sans-serif;
}

.text_16B {
  font: normal bold 16px 'Manrope', sans-serif;
}

.text_15 {
  color: #fff;
  font: normal 600 15px 'Manrope', sans-serif;
}

.text_20 {
  font: normal 600 20px 'Manrope', sans-serif;
  line-height: 130%;
}

.text_20M {
  font: normal 500 20px 'Manrope', sans-serif;
  line-height: 130%;
}

.text_20R {
  font: normal normal 20px 'Manrope', sans-serif;
  line-height: 130%;
}

.h1 {
  font: normal bold 48px 'Manrope', sans-serif;
}

.text_12 {
  font: normal normal 12px 'Manrope', sans-serif;
  color: #fff;
}

.text_14M {
  font: normal 500 14px 'Manrope', sans-serif;
  color: #fff;
}

.text_16M {
  font: normal 500 16px 'Manrope', sans-serif;
  color: #fff;
}

/*
Start header
###########*/
.headerTwo {
  background: #fff;
}

.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  /*transition: all, 0.5s;*/
}

.headerTop {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.header.fix {
  background: #fff;
}

.headerTop {
  background: #141414;
  justify-content: space-between;
}

.headerTop__sale {
  text-align: center;
  color: #ffffff;
  font: normal 500 16px 'Manrope', sans-serif;
  position: relative;
  left: -11%;
  margin: 0 auto;
  padding: 5px;
}

.headerTopLeft {
  max-width: 390px;
  width: 100%;
}

.headerTopRight {
  max-width: 200px;
  width: 100%;
  justify-content: space-between;
  margin-right: 60px;
}

.it .headerTopRight {
  max-width: 240px;
}

.headerTopRight li a {
  color: #ffffff;
  font: normal 600 18px 'Manrope', sans-serif;
  padding: 10px;
  display: block;
}

.headerTopRight li a.active {
  background: #ffffff;
  color: #000;
}

.headerTopIn {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.headerTop__btn {
  position: absolute;
  right: 0;
}

.custom-select {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.select-selected {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #ffffff;
  font: normal 500 14px 'Manrope', sans-serif;
}

.select-selected:before {
  content: url("../images/icon12.svg");
  margin: 4px 7px 0 0;
}

.select-selected.select-lang:before {
  content: url("../images/lang.svg");
  margin: 4px 7px 0 0;
}


.select-selected:after {
  content: url("../images/icon13.svg");
  margin: 4px 0 0 7px;
}

.select-itemsForm {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  background: #000;
  z-index: 1;
}

.select-itemsForm input {
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  height: 45px;
  width: 100%;
  color: #a1a1a1;
  font: normal 400 16px 'Manrope', sans-serif;
  padding-right: 25px;
}

.select-items {
  display: none;
  position: absolute;
  z-index: 2;
  width: 240px;
  background: #000;
  top: 40px;
}

.select-itemsIn__name {
  display: block;
  width: 100%;
  padding: 8px 13px;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #ffffff;
  font: normal 400 18px 'Manrope', sans-serif;
}

.select-itemsIn__name a {
  display: inline-block;
  color: #141414 !important;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.select-itemsIn__name a:hover {
  text-decoration: underline;
}

.select-itemsIn__name:hover span {
  border-bottom: 1px solid;
  margin-left: 10px;
}

.select-itemsForm input[type="text"]::-moz-placeholder {
  color: #A1A1A1;
  font: normal 400 16px 'Manrope', sans-serif;
}

.select-itemsForm input[type="text"]::-webkit-input-placeholder {
  color: #A1A1A1;
  font: normal 400 16px 'Manrope', sans-serif;
}

.select-itemsForm input[type="text"]:-ms-input-placeholder {
  color: #A1A1A1;
  font: normal 400 16px 'Manrope', sans-serif;
}

.headerTopIn .select-itemsIn {
  max-height: 200px;
  overflow: auto;
  padding-bottom: 5px;
}

.headerTopIn .select-itemsIn::-webkit-scrollbar-track {
  border-radius: 0;
  background: #808080;
}

.headerTopIn .select-itemsIn::-webkit-scrollbar {
  width: 4px;
  background: #808080;
}

.headerTopIn .select-itemsIn::-webkit-scrollbar-thumb {
  background-color: #ffffff;
}

#selected2 .select-selected:after {
  display: none;
}

#selected2 .select-selected:before {
  content: url("../images/icon8.svg");
}

.select-itemsIn__it:before,
.select-itemsIn__en:before,
.select-itemsIn__ru:before {
  content: url("../images/ru.svg ");
  margin: 5px 10px 0 0;
}

.select-itemsIn__en:before {
  content: url("../images/en.svg");
}

.select-itemsIn__it:before {
  content: url("../images/it.svg");
}

.headerMiddle {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 15px;
  align-items: center;
  position: relative;
}

.headerMiddleList {
  justify-content: space-between;
}

.headerMiddleList li {
  position: relative;
  margin-right: 25px;
}

.headerMiddleList li a:before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.35);
  position: absolute;
  left: -13px;
  top: 3px;
}

.headerTwo .headerMiddleList li a:before {
  background: rgba(0, 0, 0, 0.3) !important;
}

.headerMiddleList li:first-of-type a:before {
  display: none;
}

.headerMiddleList li a {
  text-transform: uppercase;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  border-bottom: 1px solid transparent;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.headerMiddleList li a:hover {
  font-weight: bold;
}

.headerMiddleList li a.active {
  font-weight: bold;
}

.headerMiddleRight {
  max-width: 380px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.headerMiddleRightLeft {
  justify-content: space-between;
  max-width: 185px;
  width: 100%;
}

.headerMiddleRight__phone {
  color: #ffffff;
  position: relative;
  justify-content: space-between;
}

.headerMiddleRight__phone svg {
  fill: #ffffff;
  margin-right: 7px;
}

.headerMiddleRight__phone:after {
  content: '';
  display: block;
  width: 1px;
  height: 21px;
  background: #fff;
  position: absolute;
  right: -21px;
}

.basketHeader__btn {
  align-items: center;
  margin-top: 4px;
  cursor: pointer;
  position: relative;
}

.headerMiddleRight__favorite {
  padding-top: 3px;
  position: relative;
  top: 3px;
}

#basketNum2,
#basketNum,
.favoritesNum {
  position: absolute;
  z-index: 1;
  background: #fff;
  color: #141414;
  border-radius: 100px;
  font-family: 'Magneto', sans-serif;
  font-style: normal;
  font-size: 9px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  margin-left: -2px !important;
}

.headerMiddleRight__text,
.basketHeader__btn span {
  color: #fff;
  font: normal 500 12px 'Manrope', sans-serif;
  position: absolute;
  margin-top: 47px;
  margin-left: -11px;
  opacity: 0;
  transition: all, 0.5s;
}

.hederMenuMobilTop__user .headerMiddleRight__text {
  margin-top: 28px;
  margin-left: -40px;
}

.headerMiddleRight__favorite .headerMiddleRight__text {
  margin-top: 27px;
  margin-left: -47px;
}

.headerMiddleRight__search_modif .headerMiddleRight__text {
  margin-top: 25px;
  margin-left: -27px;
}

/*.headerMiddleRight__search_modif:hover .headerMiddleRight__text,*/
/*.headerMiddleRight__favorite:hover .headerMiddleRight__text,*/
/*.hederMenuMobilTop__user:hover .headerMiddleRight__text,*/
/*.basketHeader__btn:hover span {*/
/*  color: #141414;*/
/*}*/

.headerMiddleRight__search_modif:hover .headerMiddleRight__text,
.headerMiddleRight__favorite:hover .headerMiddleRight__text,
.hederMenuMobilTop__user:hover .headerMiddleRight__text,
.basketHeader__btn:hover span {
  opacity: 1;
}

.headerMiddleRightProfile .select-selected {
  color: #000;
}

.headerMiddleRightProfileSelects__name {
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 0;
}

.headerMiddleRightProfileSelects__name span {
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
}

.headerMiddleRightProfileSelects__name:before {
  content: url("../images/icon11.svg");
}

.headerMiddleRightProfileSelectsIn {
  background: #000;
  width: 260px;
  padding: 20px 10px;
  position: absolute;
  top: 100px;
  right: 35px;
  display: none;
  z-index: 999;
}

.headerMiddleRightProfileSelectsIn__profil {
  color: #ffffff;
  font: normal 500 14px 'Manrope', sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-bottom: 10px;
  padding-left: 10px;
}

.headerMiddleRightProfileSelectsInList {
  margin-top: 10px;
}

.headerMiddleRightProfileSelectsInList li a {
  margin-bottom: 10px;
  display: block;
  margin-left: 10px;
}

.headerMiddleRightProfileSelectsInList li a span {
  color: rgba(255, 255, 255, .4);
  padding-bottom: 5px;
  font: normal 500 14px 'Manrope', sans-serif;
  border-bottom: 1px solid transparent;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.headerMiddleRightProfileSelectsInList li a:hover span {
  color: #fff;
  border-bottom: 1px solid;
}

.headerMiddleRightProfileSelectsIn__href {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, .3);
  padding-top: 10px;
}

.headerMiddleRightProfileSelectsIn__href span {
  color: rgba(255, 255, 255, .3);
  margin-left: 10px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.headerMiddleRightProfileSelectsIn__href:hover span {
  color: #fff;
  border-bottom: 1px solid;
}

.headerMiddleRightProfileSelectsInList__sale {
  color: #ffffff;
  background: rgba(244, 50, 73, 1);
  border-radius: 3px;
  padding: 3px;
  margin-left: 10px;
  font: normal 500 10px 'Manrope', sans-serif;
  margin-top: 3px;
}

.headerBottomMain {
  max-width: 100%;
  width: 100%;
  position: relative;
}

.headerBottom {
  max-width: 1860px;
  width: 100%;
  margin: 20px auto;
  justify-content: center;
}

.headerBottomMenuList > li {
  padding-right: 20px;
  padding-bottom: 0;
}

.headerBottomMenuList > li > a {
  color: #fff;
  font: normal 400 16px 'Manrope', sans-serif;
  border-bottom: 1px solid transparent;
  /*transition: all, 0.5s;*/
}

.headerBottomMenuList > li > a:hover {
  border-bottom: 1px solid #141414;
}

.headerBottomMenuList > li > a.headerBottomMenuList__sale {
  color: rgba(244, 50, 73, 1);
}

.headerBottomMenuList > li:hover > a {
  border-bottom: 1px solid #141414;
}

.headerBottomSearchForm__input {
  align-items: center;
  margin-right: 10px;
}

.headerBottomSearchForm__input input {
  border: none;
  border-bottom: 1px solid #000000;
  height: 30px;
  cursor: pointer;
}

.headerBottomSearchForm__input input[type="text"]::-moz-placeholder {
  color: rgba(20, 20, 20, 1);
  font: normal 400 16px 'Manrope', sans-serif;
}

.headerBottomSearchForm__input input[type="text"]::-webkit-input-placeholder {
  color: rgba(20, 20, 20, 1);
  font: normal 400 16px 'Manrope', sans-serif;
}

.headerBottomSearchForm__input input[type="text"]:-ms-input-placeholder {
  color: rgba(20, 20, 20, 1);
  font: normal 400 16px 'Manrope', sans-serif;
}

.headerBottomSearchForm__btn {
  border: none;
  background: url('../images/icon12.svg') no-repeat;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-right: 5px;
}

.headerBottomMenuListContentIn {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.headerBottomMenuListContentLeft {
  max-width: 610px;
  width: 100%;
  justify-content: space-between;
  margin-left: 180px;
}

.headerBottomMenuListContentLeftList {
  max-width: 210px;
  width: 100%;
}

.headerBottomMenuListContentLeftList li a {
  display: block;
  color: #141414;
  font: normal normal 16px 'Manrope', sans-serif;
  margin-bottom: 20px;
  /*transition: font-weight .3s;*/
}

.headerBottomMenuListContentLeftList li a:hover {
  font-weight: bold;
}

.headerBottomMenuListContentRight {
  max-width: 770px;
  width: 100%;
  justify-content: space-between;
  margin-right: 160px;
}

.headerBottomMenuListContentRight .sliderBlockMain {
  max-width: 380px;
}

.headerBottomMenuListContentRight .sliderBlockMain .slick-dots li {
  width: 23.92% !important;
}

.headerBottomMenuListContent {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  /*transition: visibility 0s, opacity 0.5s ease;*/
}

.headerBottomMenuList > li:hover > a + .headerBottomMenuListContent {
  visibility: visible;
  opacity: 1;
  /*transition: opacity 0.5s ease;*/
}

/*.headerBottomMenuList > li:not(:hover) > a + .headerBottomMenuListContent {*/
/*  transition: opacity 0.5s ease;*/
/*}*/

.select-itemsForm__clear {
  background: url('../images/icon14.svg') no-repeat center;
  width: 13px;
  height: 13px;
  position: absolute;
  border: none;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.headerMiddleRight__search {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
  top: 3px;
}

.headerMiddleRight__search svg {
  fill: #ffffff;
}

.headerMiddleRight .headerMiddleRight__search_modif {
  display: block;
  top: 8px;
  left: 0;
}

.hederMenuMobilTop__user {
  margin-top: 5px;
}

.headerTwo .headerMiddleRight__text,
.headerTwo .basketHeader__btn span,
.headerTwo .headerMiddleRight__phone,
.headerTwo .headerBottomMenuList > li > a,
.headerTwo .headerMiddleList li a,
.header.fix .headerMiddleRight__text,
.header.fix .basketHeader__btn span,
.header.fix .headerMiddleRight__phone,
.header.fix .headerBottomMenuList > li > a,
.header.fix .headerMiddleList li a {
  color: #141414;
}

.headerTwo .headerMiddleRight__search svg,
.headerTwo .headerMiddleRight__phone svg,
.headerTwo .headerMiddle__logo svg,
.headerTwo .basketHeader__btn svg,
.headerTwo .headerMiddleRight__favorite svg,
.headerTwo .hederMenuMobilTop__user svg,
.header.fix .headerMiddleRight__search svg,
.header.fix .headerMiddleRight__phone svg,
.header.fix .headerMiddle__logo svg,
.header.fix .basketHeader__btn svg,
.header.fix .headerMiddleRight__favorite svg,
.header.fix .hederMenuMobilTop__user svg {
  fill: #141414;
}

.headerTwo .headerMiddleRight__phone:after,
.header.fix .headerMiddleRight__phone:after {
  background: #141414;
}

.headerTwo #basketNum2,
.headerTwo #basketNum,
.headerTwo .favoritesNum,
.header.fix #basketNum2,
.header.fix #basketNum,
.header.fix .favoritesNum {
  background: #141414;
  color: #fff;
}

.headerBottomMenu {
  margin-right: -44px;
}

.headerMiddle__logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 160px;
  width: 100%;
}

.header.fix .headerMiddleList li a:before {
  background-color: #141414;
}

.basketBlockPopup {
  background-color: #fff;
  max-width: 530px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  transform: translate(0, -200%);
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.basketBlockPopup .basketBlockClosed {
  max-width: 120px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.basketBlockClosed .orderStatusBottom__href {
  background: none;
  padding: 0;
}

.basketBlockTop {
  justify-content: space-between;
}

.basketBlockPopup.active {
  transform: translate(0, 0);
}

.basketBlockTop {
  position: relative;
  padding: 20px;
}

.basketBlockTop__closed {
  position: absolute;
  top: 23px;
  right: 20px;
  background: url('../images/icon56.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}

.basketBlockTop__closed {
  top: 20px;
  right: 20px;
}

.basketBlockClosed .basketBlockTop__closed {
  top: 0;
  right: 0;
}

.basketBlockTop__basketText {
  color: #141414;
  font: normal bold 24px 'Manrope', sans-serif;
}

.basketBlockTop__basketText span {
  color: #808080;
  font: normal bold 24px 'Manrope', sans-serif;
}

.basketBlockTop__basketHref {
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  margin-left: 18px;
}

.basketBlockTop__basketItem {
  text-transform: uppercase;
  color: #808080;
  font: normal 500 14px 'Manrope', sans-serif;
  padding-left: 20px;
}

.basketBlockTop__basket {
  align-items: center;
}

.basketBlockBottom {
  max-width: 100%;
  width: 100%;
}

.basketBlockBottom .basketRightList {
  max-width: 93%;
  width: 100%;
  margin: 0 auto;
}

.basketBlockBottom__btn {
  cursor: pointer;
  border: none;
  max-width: 490px;
  width: 100%;
  background: rgba(20, 20, 20, 1);
  justify-content: center;
  align-items: center;
  font: normal 500 14px 'Manrope', sans-serif;
  margin: 10px auto 0;
  height: 50px;
  color: #ffffff;
  transition: background .5s;
}

.basketBlockBottom__btn:hover {
  background: rgb(47, 47, 47);
}

.basketBlockBottom__btn.disabled {
  background: rgb(128, 128, 128);
  color: rgb(255, 255, 255);
  margin: 0 auto;
}

.basketBlockBottomTotal {
  justify-content: space-between;
  margin: 0 auto;
  width: 93%;
  border-top: 1px solid rgb(245, 245, 245);
  padding-top: 20px;
}

.basketBlockPopup .basketBlockBottomTotal {
  padding-top: 23px;
}

.basketBlockBottomPrice__left,
.basketBlockBottomTotal__left {
  color: rgba(20, 20, 20);
  font: normal 500 14px 'Manrope', sans-serif;
  text-transform: uppercase;
  padding-left: 0;
}

.basketBlockBottomTotal__right {
  text-transform: uppercase;
  color: #141414;
  font: normal 700 20px 'Manrope', sans-serif;
  padding-right: 0;
}

.basketBlockPopup .basketRightList li:last-of-type {
  margin-bottom: 24px;
}

.basketBlockBottomPrice__left {
  color: rgba(128, 128, 128);
}

.basketBlockBottomPrice__right {
  padding-right: 20px;
}

.basketBlockBottomPrice {
  justify-content: space-between;
  padding-bottom: 10px;
  border-top: 1px solid rgb(245, 245, 245);
  padding-top: 15px;
}

.basketBlockBody {
  height: 550px;
  overflow: auto;
  border-top: 1px solid rgb(245, 245, 245);
}

.basketBlockBody::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.basketBlockBody::-webkit-scrollbar {
  width: 4px;
  background-color: #ffffff;
}

.basketBlockBody::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.basketBlockBodyItem {
  border-bottom: 1px solid rgb(245, 245, 245);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
  padding-top: 20px;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.basketBlockBodyItem:first-of-type {
  margin-top: 20px;
  padding-top: 0;
}

.basketBlockBodyItemLeft__href {
  width: 95px;
  display: block;
}

.basketBlockBodyItemLeft__href img {
  width: 95px;
  height: 130px;
  object-fit: cover;
}

.basketBlockBodyItemLeft {
  max-width: 350px;
  width: 100%;
}

.basketBlockBodyItemLeftRight__title {
  color: #141414;
  font: normal 500 16px 'Manrope', sans-serif;
  overflow: hidden;
  height: 50px;
  display: block;
}

.basketBlockBodyItemLeftRight {
  margin-left: 20px;
  width: 230px;
  height: 130px;
}

.basketBlockBodyItemLeftRight__article {
  color: rgb(121, 121, 121);
  font: normal 500 12px 'Manrope', sans-serif;
  display: block;
  padding-top: 5px;
}

.basketBlockBodyItemLeftRight__color {
  align-items: center;
  margin-top: 15px;
}

.basketBlockBodyItemLeftRightSize {
  margin-top: 60px;
  align-items: center;
  position: relative;
}

.basketBlockBodyItemLeftRightSize__size {
  color: #141414;
  font: normal 500 12px 'Manrope', sans-serif;
  text-transform: uppercase;
  padding-right: 10px;
}

.basketBlockBodyItemLeftRight .basket__number,
.basketBlock .basket__number {
  width: 75px;
  height: 31px;
  border: 1px solid rgb(188, 188, 188);
  border-radius: 3px;
  justify-content: center;
  padding: 5px;
}

.basketBlockBodyItemLeftRight .basket__number {
  border: 1px solid #F3F3F3;
  width: 58px;
}

.buyOneClickForm .basket__number input,
.basketBlockPopup .basket__number input {
  width: 20px;
  border: none;
  margin: 0 auto;
  text-align: center;
  font: normal 500 12px 'Manrope', sans-serif;
  color: #141414;
  position: relative;
  top: 0;
}

.buyOneClickForm .minus,
.basketBlockPopup .minus {
  color: rgb(188, 188, 188);
  font: normal 500 16px 'Manrope', sans-serif;
  cursor: pointer;
  position: relative;
  top: -2px;
}

.buyOneClickForm .plus,
.basketBlockPopup .plus {
  color: #000000;
  font: normal 500 16px 'Manrope', sans-serif;
  cursor: pointer;
  position: relative;
  top: -2px;
}

.basketBlockBodyItemRight__price {
  color: #141414;
  font: normal bold 16px 'Manrope', sans-serif;
}

.basketBlockBodyItemRight__sale {
  color: rgb(128, 128, 128);
  font: normal 400 16px 'Manrope', sans-serif;
  text-decoration: line-through;
}

.basketBlockBodyItemRightTop {
  flex-direction: column;
  align-items: flex-end;
}

.basketBlockBodyItemRight {
  width: 114px;
  justify-content: flex-end;
  position: relative;
  height: 136px;
}

.basketBlockBodyItemRightBottom {
  position: absolute;
  bottom: 0;
}

.basketBlockBody .itemsRightBlockBottom .sliderBlockSliderTopHeart {
  right: 20px;
}

.basketBlockBodyItemRightBottom .sliderBlockSliderTopHeart .checkmark.heart {
  background: url('../images/icon18.svg') no-repeat top center;
  width: 17px;
  height: 17px;
}

.basketBlockBodyItemRightBottom__name {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
}

.basketBlockBodyItemRightBottom .blockCheckbox {
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 0;
}

.basketBlockBodyItemRightBottom .blockCheckbox input:checked ~ .checkmark {
  background-size: contain;
}

.basketBlockBodyItemRightBottom__delete:before {
  content: url("../images/icon19.svg");
}

.basketBlockBodyItemRightBottom__delete {
  padding-left: 10px;
}

.basketBlockBodyItemRightBottom__delete span {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
  padding-left: 10px;
}

.bgClick.active {
  position: fixed;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.bgClick.active {
  z-index: 999999;
}

.hide {
  overflow: hidden;
}

.buyOneClickFormHeader {
  position: absolute;
  top: 70px;
  z-index: 999;
  right: 6px;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
  padding: 27px;
  border-radius: 8px;
  max-width: 354px;
  width: 100%;
}

.buyOneClickFormHeader .basketBlockBodyItem {
  padding-left: 0;
  padding-right: 0;
}

.buyOneClickFormHeader .basketBlockBodyItem:last-of-type {
  border-bottom: none;
}

.buyOneClickFormHeader .feedbackPopupThanks__btn {
  height: 42px;
  margin-top: 0;
}

.buyOneClickFormHeader .feedbackPopupThanks__btn:first-of-type {
  display: none;
}

.buyOneClickFormHeader .basketBlockBodyItemLeftRight__title {
  font-size: 13px;
  max-width: 140px;
}

.buyOneClickFormHeader .basketBlockBodyItemLeft__href img,
.buyOneClickFormHeader .basketBlockBodyItemLeft__href {
  width: 79px;
  height: 108px;
}

.buyOneClickFormHeader .basketBlockBodyItemLeftRight {
  width: 150px;
  height: 108px;
}

.buyOneClickFormHeader .basketBlockBodyItemLeftRightSize {
  margin-top: 43px;
}

.buyOneClickFormHeader .basketBlockBodyItemLeftRight__article {
  padding-top: 0;
}

.buyOneClickFormHeader .itemsLeftTextBottom__num {
  margin-left: 20px;
}

.buyOneClickFormHeader .basketBlockBodyItemLeft {
  position: relative;
}

.buyOneClickBlock {
  max-width: 1890px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 31px;
  z-index: 99999;
  left: -22px;
  right: 0;
}

/*
End header
###########*/

/*
Start top
#############*/
.topSlider {
  margin: 30px auto 0;
  max-width: 1920px;
  width: 100%;
}

.topSlider .swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 25% !important;
  background: rgba(0, 0, 0, .47) !important;
  opacity: 1 !important;
  height: 2px;
  flex-grow: 1;
}

.topSlider .swiper-pagination {
  bottom: 40px !important;
  display: flex !important;
  justify-content: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  left: 31% !important;
  right: auto;
  top: 0;
}

.topSlider .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, .47) !important;
}

.topSlider .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: white;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 5.3s linear;
}

.topSlider .swiper-pagination-bullet-active {
  position: relative;
}

.topSlider .swiper-pagination-bullet-active::before {
  animation: grow 5.3s linear infinite;
}

@keyframes grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.mySwiper.paused .swiper-pagination-bullet-active::before {
  display: none;
}

.topSliderContent {
  max-width: 100%;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  flex-direction: column;
}

.topSlider__title {
  color: #fff;
  text-transform: uppercase;
}

.topSlider__desc {
  color: #fff;
  font: normal 600 32px 'Manrope', sans-serif;
}

/*
End topSlider
############*/

/*
Start about brands
##################*/
.aboutBrandsTitle {
  justify-content: space-between;
  align-items: center;
}

.aboutBrands {
  padding-top: 50px;
}

.aboutBrandsContent {
  justify-content: space-between;
  margin-top: 24px;
}

.aboutBrandsLeft__text {
  margin-bottom: 23px;
}

.aboutBrandsLeft {
  max-width: 720px;
  width: 100%;
}

.aboutBrandsHideBlock {
  display: none;
}

/*
End about brands
################*/

/*
Start advantages
################*/
.advantages {
  padding-top: 111px;
}

.advantagesContent {
  margin-top: 28px;
  width: 100%;
}

.advantagesItem {
  max-width: 293px;
  width: 100%;
  margin-right: 177px;
}

.advantagesItem:last-of-type {
  margin-right: 0;
}

.advantagesItem img {
  width: 293px;
  object-fit: cover;
}

.advantagesItem__title {
  margin-top: 5px;
}

.advantagesItem__text {
  padding-top: 10px;
  max-width: 293px;
  width: 100%;
}

.aboutBrandsHideBlock .advantagesItem__text {
  padding-top: 0;
}

.advantages .aboutBrands__read {
  margin-top: 16px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: all, 0.5s;
}

.advantages .aboutBrands__read:hover {
  border-bottom: 1px solid;
}

.aboutBrands__read {
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  border-bottom: 1px solid transparent;
}

.aboutBrands__read:hover {
  border-bottom: 1px solid #141414;
}

/*
End advantages
##############*/

/*
Start mailing
#############*/
.mailing {
  background: url('../images/bg.png') no-repeat top center;
  background-size: cover;
  max-width: 1920px;
  width: 100%;
  margin: 105px auto 0;
  height: 330px;
  position: relative;
  top: 1px;
}

.mailingContent {
  padding-top: 70px;
}

.mailing__title {
  color: #fff;
}

.mailing__text {
  max-width: 388px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mailingForm {
  max-width: 450px;
  width: 100%;
  position: relative;
}

.mailingForm input {
  background: none;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 42px;
  width: 100%;
  padding-left: 20px;
  padding-right: 120px;
  color: #fff;
  font: normal normal 14px 'Manrope', sans-serif;
}

.mailingForm input::-moz-placeholder {
  color: #fff;
  font: normal normal 14px 'Manrope', sans-serif;
}

.mailingForm input::-webkit-input-placeholder {
  color: #fff;
  font: normal normal 14px 'Manrope', sans-serif;
}

.mailingForm input:-ms-input-placeholder {
  color: #fff;
  font: normal normal 14px 'Manrope', sans-serif;
}

.mailingForm__send {
  max-width: 156px;
  width: 100%;
  height: 42px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.mailingForm__send:hover {
  background: #EAEAEA;
}

.mailingText {
  color: #fff;
  font: normal normal 12px 'Manrope', sans-serif;
  margin-top: 12px;
}

.mailingText span {
  font-weight: 500;
}

/*
End mailing
############*/


/*
Start tabsContent
#################*/
.tabsBlock__title {
  text-align: center;
}

.tabsBlockContent {
  max-width: 100%;
  width: 100%;
}

.tabsBlockContent .etabs {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 25px;
}

#tab-container2 .etabs {
  margin-left: 60px;
}

.tabsBlockContent .etabs li {
  margin: 0 10px;
}

.tabsBlockContent .etabs li a {
  color: #141414;
  font: normal normal 16px 'Manrope', sans-serif;
  text-transform: uppercase;
  position: relative;
  width: 110px;
  justify-content: center;
  display: flex;
}

.tabsBlockContent .etabs li a.active {
  font-weight: bold;
}

.tabsBlockContent .etabs li a:before {
  content: '';
  display: block;
  height: 24px;
  background: rgba(0, 0, 0, .3);
  width: 1px;
  position: absolute;
  top: 0;
  right: -11px;
}

.tabsBlockContent .etabs li:last-of-type a:before {
  display: none;
}

.tabsBlockTop__block {
  max-width: 920px;
  width: 100%;
  position: relative;
}

.tabsBlockTop__block img {
  max-width: 920px;
  width: 100%;
  display: block;
  object-fit: cover;
}

.tabsBlockTop__href2,
.tabsBlockTop__href {
  color: #fff;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.tabsBlockBottom li a > span,
.tabsBlockTop__href2 span,
.tabsBlockTop__href span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}


.tabsBlockTop__href2:hover span,
.tabsBlockTop__href:hover span {
  border-bottom: 1px solid;
}

.tabsBlockTop__href svg {
  margin-left: 10px;
}

.tabsBlockTop {
  justify-content: space-between;
}

.tabsBlockTop__href2 {
  color: #141414;
}

.tabsBlockBottom {
  justify-content: space-between;
  margin-top: 20px;
}

.tabsBlockBottom li a {
  position: relative;
  display: block;
}

.tabsBlockBottom li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tabsBlockBottom li a > span {
  color: #141414;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

.tabsBlockBottom li a:hover > span span {
  border-bottom: 1px solid;
}

#tab-container2 .tabsBlockTop__href2 {
  justify-content: flex-end;
  margin-right: 36px;
}

#tab-container2 .tabsBlockBottom li a span {
  text-align: right;
  margin-right: 36px;
}

#tab-container2 .tabsBlockBottom li a span span {
  margin-right: 0;
}

#tab-container2 .etabs li:last-of-type a {
  justify-content: flex-start;
  padding-left: 10px;
}

/*
End tabsContent
###############*/

/*
Start itemsTab
#############*/
.itemsTab {
  padding-top: 0;
  justify-content: space-between;
}

.itemsTabBag__title {
  text-align: center;
}

.itemsTabBag {
  max-width: 920px;
  width: 100%;
}

.bagBlock {
  max-width: 100%;
  width: 100%;
  position: relative;
}

.bagBlock img {
  max-width: 920px;
  width: 100%;
  height: 872px;
  object-fit: cover;
}

#tab-container3 .tabsBlockTop__href {
  bottom: 70px;
}

#woomen4 .tabsBlockTop__href {
  color: #141414;
  /*bottom: 70px;*/
}

.footer .custom-select {
  padding-left: 0;
}

/*
End itemsTab
############*/

/*
Start footer
############*/
.footer {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  height: 383px;
  background: #1B1B1B;
  padding-top: 36px;
}

.footerMain {
  justify-content: space-between;
}

.footerBlock {
  max-width: 293px;
  width: 100%;
}

.footerBlock__title {
  text-transform: uppercase;
  color: #fff;
}

.footerBlockList {
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
}

.footerBlockList li a {
  color: #fff;
  font: normal normal 12px 'Manrope', sans-serif;
  margin-bottom: 11px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.footerBlockList li a:hover {
  border-bottom: 1px solid;
}

.footerBlock2 .footerBlockList li a {
  border-bottom: none;
}

.footerBlock2 .footerBlock2Contact .footerBlockList li a {
  border-bottom: 1px solid transparent;
}

.footerBlock2 .footerBlock2Contact .footerBlockList li a:hover {
  border-bottom: 1px solid;
}

.footerBlock2 .footerBlockList li a svg {
  transition: all, 0.5s;
  fill: #fff;
}

.footerBlock2 .footerBlockList li a:hover svg {
  fill: #808080;
}

.footerLogo__copyright {
  display: block;
}

.footerLogo {
  margin-top: 130px;
}

.footerLogo a img {
  margin-bottom: 22px;
}

.footerBlock2 .footerBlockList li {
  margin-bottom: 0;
  margin-right: 10px;
}

.footerBlock2 .footerBlockList {
  margin-top: 5px;
}

.footerBlock2__time {
  margin-top: 10px;
}

.footerBlock2Contact {
  margin-top: 30px;
}

.footerBlock2Contact .footerBlockList {
  margin-top: 20px;
}

.footerBlock__href {
  justify-content: center;
  align-items: center;
  max-width: 293px;
  width: 100%;
  height: 42px;
  background: #fff;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
  border: none;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.footerBlock__href:hover {
  background: #EAEAEA;
}

.footerBlockPay {
  margin-top: 35px;
}

.footerBlockPay img {
  margin-top: 15px;
}

.popupManagerFormInput textarea {
  resize: none;
  width: 100%;
  height: 129px;
  border: 1px solid #AEAEAE;
  color: #000;
  font: normal normal 12px 'Manrope', sans-serif;
  margin-top: 10px;
  padding: 10px;
}

.fancybox-close-small {
  padding: 0 !important;
  color: #AEAEAE !important;
  margin: 15px 15px 0 0 !important;
  opacity: 1 !important;
}

/*
End footer
##########*/


/*
None.
##########*/
.navMobilBlock,
.mobilNav,
.hederMenuMobil,
.headerMiddleMobil,
.footerTablets,
.aboutBrandsHref,
#tab-container2 .tabsBlockBottom li:nth-child(5),
#tab-container2 .tabsBlockBottom li:last-of-type,
.tabsBlockBottom li.tabsBlockBottomMobilWidth,
.tabsBlockBottom li.tabsBlockBottom__mobil,
.metismenuFooter {
  display: none;
}

/*
End none
########*/

/*
Start newsItems
###############*/
.newsItems {
  margin-top: 100px;
  position: relative;
  z-index: 9;
}

.newsItemsTop {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sliderBlockMain {
  max-width: 450px;
  width: 100%;
  margin-right: 0;
  position: relative;
  background-color: #fff;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.newsItems .slick-track {
  padding-bottom: 20px;
}

.sliderBlockSliderBottom__href {
  position: absolute;
  top: 540px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all, 0.5s;
  max-width: 95%;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: rgb(251, 251, 251);
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  height: 42px;
  transition: all, 0.5s;
}

.sliderBlockSliderBottom__href:hover {
  background: #EAEAEA;
}

.sliderBlockSliderTop:hover .sliderBlockSliderBottom__href {
  opacity: 1;
}

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

.sliderBlockSliderTop {
  position: absolute;
  top: 0;
  height: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.sliderMobil .slick-slide,
.sliderBlockSlider .slick-slide {
  position: relative;
}

.sliderMobil > div,
.sliderBlockSlider > div {
  display: none;
}

.sliderMobil > div:first-child,
.sliderBlockSlider > div:first-child {
  display: block;
}

.sliderMobil.slick-initialized > div,
.sliderBlockSlider.slick-initialized > div {
  display: block;
}

.sliderBlockSliderTopSale__newsItem,
.sliderBlockSliderTopSale__xit,
.sliderBlockSliderTopSale__news,
.sliderBlockSliderTopSale__sale,
.sliderBlockSliderTopSale__procent {
  background: #141414;
  color: #ffffff;
  font: normal 500 14px 'Manrope', sans-serif;
  padding: 5px;
  border-radius: 3px;
}

.sliderBlockSliderTopSale__sale {
  background-color: #F43249;
}

.sliderBlockSliderTopSale__newsItem {
  background-color: #EAD200;
  font: normal 500 14px 'Manrope', sans-serif;
  color: #141414;
}

.sliderBlockSliderTopSale__xit {
  background: #156064;
}

.sliderBlockSliderTopSale div {
  margin-right: 5px;
}

.sliderBlockSliderTopHeart {
  height: 30px;
  margin-top: 12px;
  position: absolute;
  top: 0;
  right: 47px;
}

.sliderBlockSliderTopSale {
  margin-top: 12px;
  margin-left: 12px;
}

.sliderBlockSliderTopHeart .checkmark.heart {
  background: url('../images/icon7.svg') no-repeat top center;
  width: 32px;
  height: 32px;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.sliderBlockSliderTopHeart .blockCheckbox .checkmark:after {
  display: none !important;
}

.sliderBlockSliderTopHeart .blockCheckbox input:checked ~ .checkmark {
  top: 0;
  background: url('../images/icon8.svg') no-repeat top center;
}

.sliderBlockSlider .slick-slide > a {
  display: block;
  width: 100%;
}

.sliderBlockSliderPrice {
  margin-top: -28px;
  padding: 0 12px 20px;
  height: 140px;
  background: white;
}

.sliderBlockSliderPrice h2 {
  line-height: 1em;
  position: relative;
}

.sliderBlockSliderPrice__title {
  position: relative;
  color: #000;
  font: normal 500 16px 'Manrope', sans-serif;
  height: 25px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 5px;
  transition: color .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  word-break: break-all;
}

.sliderBlockSliderPrice__title:after {
  content: url("../images/icon13.svg");
  position: absolute;
  top: -4px;
  right: 3px;
  z-index: 1;
}

.sliderBlockSliderPrice__un {
  text-decoration: line-through;
  color: #141414;
  font: normal 400 16px 'Manrope', sans-serif;
}

.sliderBlockSliderPriceList li {
  margin-right: 10px;
}

.sliderBlockSliderPrice__price {
  color: #000;
  font: normal 700 16px 'Manrope', sans-serif;
}

.blockCheckbox {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
}

.blockCheckbox input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.sliderMobil .slick-dots,
.mySwiper2Man .swiper-pagination,
.sliderBlockSlider .slick-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  display: flex;
}

.headerBottomMenuListContent .sliderBlockSlider .slick-dots {
  bottom: 5px;
}

.headerBottomMenuListContent .sliderBlockSliderPrice {
  margin-top: 0;
}

.sliderMobil .slick-dots li button,
.sliderBlockSlider .slick-dots li button {
  display: none;
}

.sliderMobil .slick-dots li,
.sliderBlockSlider .slick-dots li {
  margin-bottom: 3px !important;
}

.mySwiper2Man .swiper-pagination-bullet,
.slick-dots li {
  flex-grow: 1;
  max-width: 25%;
  border-radius: 0 !important;
  margin: 0 2px !important;
  height: 4px !important;
  background: #141414 !important;
  opacity: 0.1 !important;
  position: relative;
  top: 7px;
  cursor: pointer;
}

.mySwiper2Man .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #141414 !important;
  opacity: .5 !important;
}

.radioList {
  position: relative;
  margin-top: 10px;
  margin-left: 5px;
}

.sliderBottomHover__list .input-row.active {
  background-color: #000;
  color: #fff;
}

.popupBasketSize .sliderBottomHover__list .input-row.active {
  background-color: #000;
}

.sliderBottomHover__list .input-row {
  cursor: pointer;
}

.radioList li {
  margin-right: 25px;
}

.radioList li .input-row {
  margin: 0;
}

.radioList li .input-helper {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.radioList li .input-helper:before {
  content: '';
  display: block;
  position: absolute;
}

.radioList li .input-helper--radio {
  padding-left: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 13px;
  width: 13px;
  border-radius: 100px;
}

.radioList .blockCheckbox .checkmark:after,
.radioList .blockCheckbox .checkmark.selected {
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #4e4e4e;
  border-radius: 100px;
  margin: -5px 0 0 -5px;
}

.radioList .blockCheckbox input:checked ~ .checkmark:after {
  display: block;
}

.radioList .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

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

.blockCheckbox .checkmark:after,
.blockCheckbox .checkmark.selected {
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #4e4e4e;
  border-radius: 100px;
  margin: -4px 0 0 -4px;
}

.checkmark.black {
  background: black !important;
}

.checkmark.red {
  background: red !important;
}

.sliderBottomBlock {
  margin-top: 20px;
  align-items: center;
}

.sliderBottomBlockList {
  margin-left: 5px;
  margin-top: 5px;
}

.sliderBottomBlockList li:first-of-type span {
  color: #141414;
  font: normal 400 16px 'Manrope', sans-serif;
}

.sliderBottomBlockList li:last-of-type span {
  color: #808080;
  font: normal 400 16px 'Manrope', sans-serif;
}

.sliderBottomBlockList li:last-of-type:after {
  display: none;
}

.sliderBottomBlockList li:after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background: #808080;
  border-radius: 100px;
  margin: 0 5px;
}

.sliderBottomBlockList li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sliderBottomHover__list .input-row {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.sliderBottomHover__list .input-helper {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 6px;
  height: 31px;
}

.sliderBottomHover__list .input-helper--radio {
  width: auto;
  height: auto;
  padding: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  font: normal normal 16px 'Manrope', sans-serif;
}

.popupItem .sliderBottomHover__list .input-helper--radio {
  padding: 5px 7px;
}

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

.sliderBottomHover__list input[type="radio"]:checked + label {
  background: #141414;
  color: #fff;
}

.sliderBottomHover__list li {
  margin-right: 5px;
}

.sliderBottomHover .sliderBottomHover__btn {
  background: #141414;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 42px;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  margin-top: 15px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.sliderBottomHover .sliderBottomHover__btn:hover {
  background: #000;
}

.sliderBottomHoverList {
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  height: 32px;
  overflow: hidden;
  padding-top: 3px;
}

.sliderBottomHoverList li {
  margin-right: 6px;
  margin-bottom: 10px;
}

.sliderBottomHoverList li span {
  color: #000;
  font: normal 500 16px 'Manrope', sans-serif;
  line-height: 130%;
  border: 1px solid #CCCCCC;
  padding: 2px 4px;
  border-radius: 3px;
}

.sliderBottomHoverList .sliderBottomHoverList__num span {
  border: none;
  color: #808080;
  padding: 2px 2px;
}

.sliderBlockSliderTopSale__video {
  width: 35px;
  height: 29px;
  border-radius: 3px;
  background: url('../images/icon10.svg') no-repeat center;
  background-size: cover;
}


.slick-prev {
  width: 60px;
  height: 60px;
  background: #f0f1f5 url("../images/icon11.svg") no-repeat center;
  border: none;
  position: absolute;
  top: 240px;
  left: 0;
  z-index: 10;
  font-size: 0;
  cursor: pointer;
  transition: .5s;
  transform: rotate(180deg);
}

.slick-next {
  width: 60px;
  height: 60px;
  background: #f0f1f5 url("../images/icon11.svg") no-repeat center;
  position: absolute;
  top: 240px;
  z-index: 10;
  font-size: 0;
  cursor: pointer;
  border: none;
  transition: .5s;
  left: auto;
  right: 15px;
  transform: rotate(0);
}

.slick-prev:hover {
  background: #ffffff url("../images/icon11.svg") no-repeat center;
}

.slick-next:hover {
  background: #ffffff url("../images/icon11.svg") no-repeat center;
}

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

.sliderBlockSlider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.aboutBrandsTitle__href {
  position: relative;
  top: 4px;
  right: 13px;
}

.aboutBrandsTitle__href span {
  border-bottom: 1px solid transparent;
}

.aboutBrandsTitle__href:hover span {
  border-bottom: 1px solid #141414;
}

.marginTop {
  padding-top: 100px;
}

.saleItems {
  margin-top: 0;
  z-index: 5;
}

/*
End newsItems
#############*/

.popupManager {
  max-width: 412px !important;
  width: 100% !important;
  background: #fff !important;
  border-radius: 8px !important;
}

.popupManager__title {
  font: normal bold 24px 'Manrope', sans-serif;
  color: #141414;
  line-height: 130%;
}

.popupManagerForm__send {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  background: #141414;
  border-radius: 3px;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  margin-top: 17px;
}

.popupManagerFormInput {
  margin-top: 17px;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.popupManagerFormInput label {
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
}

.popupManagerFormInput input {
  width: 100%;
  height: 42px;
  border: 1px solid #AEAEAE;
  color: #000000;
  font: normal normal 12px 'Manrope', sans-serif;
  padding-left: 10px;
  margin-top: 10px;
}

.popupManagerFormInput input::-moz-placeholder {
  color: #000000;
  font: normal normal 12px 'Manrope', sans-serif;
}

.popupManagerFormInput input::-webkit-input-placeholder {
  color: #000000;
  font: normal normal 12px 'Manrope', sans-serif;
}

.popupManagerFormInput input:-ms-input-placeholder {
  color: #000000;
  font: normal normal 12px 'Manrope', sans-serif;
}

.navMobilContent {
  background-color: #fff;
  position: fixed;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding-top: 17px;
  transform: translate(-200%);
  transition: .5s;
}

.navMobilContent.active {
  transform: translate(0);
}

.navMobilTop {
  justify-content: space-between;
}

.navMobilTab {
  margin-top: 17px;
}

.navMobilTab .etabs {
  justify-content: flex-start;
}

.navMobilTab .etabs li a {
  text-transform: uppercase;
  color: #141414;
  font: normal normal 14px 'Manrope', sans-serif;
}

.navMobilTab .etabs li a.active {
  font-weight: bold;
}

.navMobilTab .etabs li {
  border-right: 1px solid #AEAEAE;
  margin-right: 25px;
}

.navMobilTab .etabs li a {
  margin-right: 25px;
}

.navMobilTab .etabs li:last-child {
  border-right: none;
}

.navMobilTabForm {
  position: relative;
  margin-top: 18px;
}

.navMobilTabForm input {
  height: 40px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #000000;
  padding-left: 35px;
  padding-right: 20px;
  color: #141414;
  font: normal normal 12px 'Inter', sans-serif;
}

.navMobilTabForm__btn {
  position: absolute;
  background: url('../images/icon29.svg') no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  top: 10px;
  left: 8px;
}

.navMobilTabForm input::-moz-placeholder {
  color: #141414;
  font: normal normal 12px 'Inter', sans-serif;
}

.navMobilTabForm input::-webkit-input-placeholder {
  color: #141414;
  font: normal normal 12px 'Inter', sans-serif;
}

.navMobilTabForm input:-ms-input-placeholder {
  color: #141414;
  font: normal normal 12px 'Inter', sans-serif;
}

.navMobilTabList {
  margin-top: 10px;
  width: 100%;
  overflow-x: scroll;
  height: 350px;
}

.navMobilTabList > li {
  width: 100%;
  border-bottom: 1px solid #AEAEAE;
  padding-bottom: 15px;
  padding-top: 15px;
}

.navMobilTabList > li:last-child {
  border-bottom: none;
}

.navMobilTabList2__back a,
.navMobilTabList > li > a {
  text-transform: uppercase;
  color: #141414;
  font: normal 500 17px 'Manrope', sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.navMobilTabList > li > a:after {
  content: '';
  display: block;
  background: url('../images/icon30.svg') no-repeat center;
  width: 12px;
  height: 12px;
}

.navMobilTabList2 {
  position: absolute;
  top: 0;
  height: 78%;
  background: #fff;
  max-width: 100%;
  width: 100%;
  left: 0;
  margin-top: 160px;
  padding: 0 10px;
  overflow-x: scroll;
  transform: translate(-200%);
  transition: transform .5s;
}

.navMobilTabList2.active {
  transform: translate(0);
}

.navMobilTabList2__back a:before {
  content: '';
  display: block;
  background: url('../images/icon30.svg') no-repeat center;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 6px;
  transform: rotate(180deg);
}

.navMobilTabList2 .navMobilTabList2__back a {
  padding-left: 15px;
}

.navMobilTabList2 li {
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 15px;
}

.navMobilTabList2 li a {
  color: #141414;
  font: normal normal 17px 'Manrope', sans-serif;
}

.header.active {
  background: #ffffff;
}

.basketHeader__btn svg,
.headerMiddleRight__favorite svg,
.hederMenuMobilTop__user svg,
.headerMiddle__logo svg {
  fill: #ffffff;
}

/*.header:hover .headerMiddleRight__phone,*/
/*.header:hover .headerMiddleList li a,*/
/*.header:hover .headerBottomMenuList > li > a,*/
.header.active .headerMiddleRight__phone,
.header.active .headerMiddleList li a,
.header.active .headerBottomMenuList > li > a {
  color: #141414;
}

/*.header:hover .basketHeader__btn svg,*/
/*.header:hover .headerMiddleRight__favorite svg,*/
/*.header:hover .hederMenuMobilTop__user svg,*/
/*.header:hover .headerMiddleRight__search svg,*/
/*.header:hover .headerMiddleRight__phone svg,*/
/*.header:hover .headerMiddle__logo svg,*/
.header.active .basketHeader__btn svg,
.header.active .headerMiddleRight__favorite svg,
.header.active .hederMenuMobilTop__user svg,
.header.active .headerMiddleRight__search svg,
.header.active .headerMiddleRight__phone svg,
.header.active .headerMiddle__logo svg {
  fill: #141414;
}

/*.header:hover .headerMiddleList li a:before,*/
.header.active .headerMiddleList li a:before {
  background: rgba(0, 0, 0, .3);
}

/*.header:hover #basketNum2,*/
/*.header:hover #basketNum,*/
/*.header:hover .favoritesNum,*/
.header.active #basketNum2,
.header.active #basketNum,
.header.active .favoritesNum {
  background: #141414;
  color: #fff;
}

.headerBottomMenuList__title {
  color: #414141;
  font: normal bold 24px 'Manrope', sans-serif;
}

.headerBottomMenuList__href {
  max-width: 100%;
  width: 100%;
  color: #141414;
  font: normal 500 16px 'Manrope', sans-serif;
  margin-top: 60px;
}

.headerBottomMenuList__href > span {
  display: flex;
}

.headerBottomMenuList__href > span:after {
  content: '';
  display: block;
  background: url('../images/icon31.svg') no-repeat center;
  width: 20px;
  height: 21px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.headerBottomMenuList__href > span span {
  border-bottom: 1px solid transparent;
}

.headerBottomMenuList__href:hover > span span {
  border-bottom: 1px solid #141414;
}

.menuListDown {
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
}

.menuListDown li {
  max-width: 200px;
  width: 100%;
  margin-bottom: 15px;
}

.menuListDown li a {
  color: #000;
  font: normal normal 16px 'Manrope', sans-serif;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.menuListDown li a:hover {
  border-bottom: 1px solid #141414;
}

#errorText {
  background: url('../images/icon32.png') no-repeat center;
  color: #141414;
  font: normal normal 12px 'Manrope', sans-serif;
  height: 40px;
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}

.popupThanks .popupManager__title {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.popupManager__text {
  text-align: center;
  width: 100%;
  margin: 20px auto 0;
}

.popupThanks__img {
  display: block;
  margin: 18px auto;
}

.popupThanks__href {
  max-width: 100%;
  width: 100%;
  background: #141414;
  height: 43px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 3px;
  font: normal normal 14px 'Manrope', sans-serif;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.popupThanks__href:hover {
  background: #141414;
}

.popupBasket .popupManager__title {
  max-width: 100%;
  width: 100%;
}

.popupBasketBlock {
  margin-top: 20px;
  margin-bottom: 25px;
}

.popupBasketBlock img {
  margin-right: 15px;
  width: 60px;
  height: 82px;
  object-fit: cover;
}

.popupBasketBlock .sliderBlockSliderPriceList {
  padding-top: 10px;
}

.popupColor {
  color: #141414;
  font: normal 500 12px 'Manrope', sans-serif;
  margin-top: 10px;
}

.popupColor.black:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 100%;
  margin-right: 5px;
}

.popupBasketSize__href {
  color: #141414;
  font: normal 500 12px 'Manrope', sans-serif;
  margin-top: 12px;
  display: block;
}

.popupBasket {
  max-width: 452px !important;
  width: 100% !important;
}

.popupBasketSize__href span {
  border-bottom: 1px solid #141414;
}

.popupBasketSize {
  margin-bottom: 22px;
}

.popupBasketSize .sliderBottomHover__list .input-helper--radio,
.popupBasketSize .sliderBottomHover__list .input-row {
  height: 47px;
  background: #F5F5F5;
  font-size: 20px;
  padding: 5px 6px;
}

.popupBasketSizeBlock__text {
  color: #141414;
  font: normal 500 12px 'Manrope', sans-serif;
  padding-top: 12px;
  padding-left: 15px;
}

.popupBasketSizeBlock {
  align-items: center;
}

.popupItem {
  max-width: 915px !important;
  width: 100% !important;
  padding: 27px !important;
}

.popupItemContent {
  justify-content: space-between;
}

.popupItemLeft {
  max-width: 411px;
  width: 100%;
}

.popupItemRight {
  max-width: 423px;
  width: 100%;
}

.popupItemRightArticle__text {
  color: #808080;
  font: normal normal 12px 'Manrope', sans-serif;
  margin-left: 25px;
  margin-top: 3px;
}

.popupItemRightArticle {
  margin-top: 10px;
  align-items: center;
}

.popupItemRightPrice {
  margin-top: 15px;
}

.popupItemRightPrice__text {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
}

.popupItemRightPrice__textnot {
  color: #808080;
  font: normal normal 20px 'Manrope', sans-serif;
  text-decoration: line-through;
  margin-left: 12px;
}

.popupItemRightPrice__textSale {
  background: #141414;
  border-radius: 3px;
  width: 45px;
  height: 28px;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}

.popupItemRightEconom {
  color: #000000;
  font: normal normal 14px 'Manrope', sans-serif;
  margin-top: 10px;
}

.popupItemRightEconom span {
  font-weight: 600;
}

.popupItemRight__img {
  margin-top: 10px;
}

.popupItemRight .sliderBottomHover__list .input-helper--radio, .popupItemRight .sliderBottomHover__list .input-row {
  width: auto;
  height: auto;
  background: none;
  font-size: 16px;
}

.popupItemRight .popupBasketSize {
  margin-top: 10px;
}

.popupItem .sliderBottomHoverList {
  margin-top: 18px;
}

.popupItem .popupBasketSize__href {
  margin-top: 3px;
}

.popupItemInfoList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.popupItemInfoList__first {
  color: #727272;
  max-width: 214px;
  width: 100%;
  font: normal normal 14px 'Manrope', sans-serif;
  line-height: 170%;
}

.popupItemInfoList__last {
  color: #141414;
  max-width: 203px;
  width: 100%;
  font: normal normal 14px 'Manrope', sans-serif;
  line-height: 170%;
  text-align: right;
}

.popupThanks__href2,
.popupItemBottom .popupThanks__href {
  max-width: 206px;
  width: 100%;
}

.popupItemBottom {
  margin-top: 20px;
}

.popupThanks__href2 {
  justify-content: center;
  align-items: center;
  border: 1px solid #141414;
  border-radius: 3px;
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  height: 43px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.popupThanks__href2:hover {
  background: #EAEAEA;
  border: 1px solid #EAEAEA;
}

.popupItemBottom {
  justify-content: space-between;
}

.sliderBlockSliderTopSale__video2 {
  background: url('../images/icon34.png') no-repeat center;
  width: 87px;
  height: 28px;
}

.popupItem .sliderBlockSlider .slick-slide > a {
  height: 548px;
}

.popupItem .sliderBlockSliderBottom__href {
  top: 496px;
}

.radio-container {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.radio-container input {
  display: none;
}

.radio-container label {
  cursor: pointer;
  transition: border 0.3s ease;
  display: flex;
  height: 82px;
  justify-content: center;
  align-items: center;
}

.radio-container label img {
  width: 57px;
  height: 76px;
  object-fit: cover;
}

.radio-container input:checked + label {
  border: 1px solid #141414;
}

.radioBlock {
  width: 63px;
  height: 82px;
}

.footer .select-items {
  display: none;
  position: absolute;
  z-index: 2;
  width: 240px;
  background: #000;
  top: -227px;
  height: 227px;
  overflow: scroll;
}

.footer .select-items::-webkit-scrollbar {
  width: 0;
}

.footer .select-itemsIn__name {
  padding: 6px 13px;
}

.footerRegion {
  color: #FFFFFF;
  font: normal normal 12px 'Manrope', sans-serif;
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}

.footerRegion:before {
  content: url('../images/icon12.svg');
  margin-right: 10px;
  margin-bottom: 15px;
}

.footer .select-selected:before {
  content: url("../images/icon36.svg");
}

.popupBlockBlack {
  max-width: 600px !important;
  width: 100% !important;
  background: #141414 !important;
  padding-bottom: 80px !important;
  position: relative;
  z-index: 100000000000000005366162204393472;
}

.popupBlock__title {
  color: #fff;
  font: normal bold 24px "Manrope", sans-serif;
  text-align: center;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

#city .popupBlock__title {
  margin-top: -20px;
}

.popupBlockBlack .input-container {
  margin: 20px auto 40px;
}

.popupBlockBlack .input-container input {
  width: 100%;
  padding-top: 0;
  border: none;
  font: normal 400 16px "Manrope", sans-serif;
  height: 40px;
  background: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.container-city {
  display: flex;
  flex-wrap: wrap;
}

.container-city .col-city {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.container-city .col-city div {
  color: #fff;
  margin-bottom: 5px;
  cursor: pointer;
}

.popupBlockBlack .fancybox-button svg {
  color: #fff !important;
}

#email-error {
  font-size: 13px;
  color: red;
}

/*
Start bread
#############*/
.bread {
  margin: 140px auto 0;
  padding-top: 60px;
  max-width: 1860px;
  width: 100%;
}

.bread li span,
.bread li a {
  color: rgba(20, 20, 20, 0.5);
  font: normal 500 14px 'Manrope', sans-serif;
}

.bread li {
  margin-right: 24px;
  display: flex;
}

.bread li:before {
  content: '';
  display: block;
  background: url('../images/icon37.svg') no-repeat center;
  width: 19px;
  height: 19px;
  position: absolute;
  margin-left: -21px;
}

.bread li:first-of-type:before {
  display: none;
}

/*
End bread
############*/

/*
Start topTitle
#############*/
.topTitle {
  justify-content: center;
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
}

.topTitle__title {
  color: #141414;
  font: normal 700 24px 'Manrope', sans-serif;
}

.topTitle__title span {
  color: #B9B9B9;
  font: normal 600 18px 'Manrope', sans-serif;
}

.topTitleList {
  margin-top: 20px;
  gap: 10px;
  justify-content: flex-start;
  max-width: 1890px;
  width: 100%;
}

.topTitleList li span {
  color: rgba(20, 20, 20, 0.8);
  background: rgba(217, 217, 217, 0.3);
  border-radius: 3px;
  padding: 5px 10px;
}

.mainLeft {
  max-width: 430px;
  width: 100%;
  transition: max-width 0.5s ease, opacity 0.5s ease;
  overflow: hidden;
}

.mainRight {
  max-width: 1390px;
  width: 100%;
  padding-top: 0;
  transition: max-width 0.5s ease;
}

.mainRight.active { /* когда .mainLeft скрыта */
  max-width: 100%; /* занимает всю ширину */
}

.mainRight.active {
  max-width: 100%;
}

.mainRight.active .sliderBlockMain {
  max-width: 24.19%;
}

.extra-info {
  margin-top: 10px;
}

/*
End topTitle
############*/

/*
Start mainContent
#############*/
.mainContent {
  max-width: 1860px;
  width: 100%;
  margin: 40px auto 144px;
}

.mainRightNav {
  max-width: 1860px;
  width: 100%;
  margin-top: 10px;
}

.mainRightNav__load {
  justify-content: center;
  align-items: center;
  max-width: 1860px;
  width: 100%;
  height: 43px;
  border: 1px solid #141414;
  color: #141414;
  border-radius: 3px;
}

.mainContentBlock {
  width: 100%;
  justify-content: space-between;
}

.mainRightNavIn__num {
  color: #808080;
}

.mainRightNavIn {
  margin-top: 24px;
  justify-content: space-between;
  align-items: center;
}

.mainRightNavInNav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #141414;
}

.mainRightNavInNav {
  align-items: center;
  justify-content: center;
}

.mainRightNavInNav li a.active {
  background: #F5F5F5;
}

.mainRightNavInNav__next {
  color: #141414;
}

.mainRightNavInNavBlock {
  align-items: center;
}

.mainRightContent .sliderBlockMain {
  margin-right: 0;
}

.mainRightContent .sliderBlockSliderPrice {
  margin-top: 0;
}

.mainRightContent .sliderBlockSlider .slick-dots {
  bottom: 5px;
}

.mainRightContent {
  gap: 50px 20px;
}

.mainTop__hide {
  color: rgba(20, 20, 20, 0.6);
  margin-top: 5px;
}

.mainTop__hide span {
  border-bottom: 1px solid rgba(20, 20, 20, 0.6);
}

.mainTop__hide:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/icon38.svg') no-repeat center;
  margin: 5px 0 0 5px;
}

.mainTop__hide.deActive:after {
  transform: rotate(178deg);
}

.mainTopRight {
  max-width: 1390px;
  width: 100%;
  justify-content: space-between;
}

.mainTopSelects {
  max-width: 200px;
  width: 100%;
}

.mainTopSelects .dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  padding-right: 5px;
}

.mainTopSelects .dropdown-toggle {
  padding: 0;
  width: 100%;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  font: normal 500 16px 'Manrope', sans-serif;
}

.mainTopSelects .dropdown-toggle:after {
  content: '';
  display: block;
  border: 1px solid #141414;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
}

.mainTopSelects .dropdown-toggle.active:after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.mainTopSelects .dropdown-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 14px 0 #0000001A;
  padding: 20px;
  z-index: 1000;
  width: 213px;
}

.address .mainTopSelects .dropdown-menu {
  width: 141px;
}

.mainTopSelects .dropdown-menu label {
  display: block;
  padding-left: 25px;
  cursor: pointer;
  font: normal 400 14px 'Manrope', sans-serif;
  color: #141414;
}

.mainTopSelects .dropdown-menu .radioList li:last-of-type,
.mainTopSelects .dropdown-menu .radioList li:last-of-type label {
  margin-bottom: 0;
}

.mainTop {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  min-height: 46px;
  margin-bottom: 20px;
}


.mainTopSelects .blockCheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}

.mainTopSelects .blockCheckbox input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.mainTopSelects .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  border-radius: 100px;
  border: 2px solid #BCBCBC;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainTopSelects .radioList {
  position: relative;
  padding-top: 0;
  margin-top: 0;
}

.mainTopSelects .radioList li {
  margin-bottom: 10px;
  margin-right: 0;
}

/*
End mainContent
############*/


/*
Start filter
###########*/
.filter {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.filterMenu {
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.filterMenu__clear {
  color: #9B9B9B;
  font: normal 300 16px 'Roboto', sans-serif;
  position: absolute;
  top: 5px;
  right: 0;
}

.filterMenuList {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
  padding-bottom: 20px;
}

.filterMenuList > li {
  max-width: 100%;
  width: 100%;
}

.filterMenuList > li > a {
  color: #141414;
  font: normal 500 17px 'Manrope', sans-serif;
  line-height: 130%;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.filterMenuList > li > a:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #141414;
  border-top: none;
  border-left: none;
  transform: rotate(-135deg);
  margin-top: 10px;
  margin-right: 6px;
}

.filterMenuList > li > a.active:after {
  transform: rotate(45deg);
  margin-top: 5px;
}

.filterMenuIn {
  margin-top: 0;
}

.filterMenuInList li a {
  padding: 1px 10px 0 10px;
  height: 28px;
  border-radius: 6px;
  background: #141414;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.filterMenuInList li a span {
  color: #fff;
  font: normal 400 12px 'Roboto', sans-serif;
  line-height: 130%;
}

.filterMenuInList__closed {
  width: 10px;
  height: 10px;
  display: block;
  margin-left: 5px;
  margin-top: -3px;
}

.filterMenuInList li {
  margin-right: 8px;
  margin-bottom: 8px;
}

.filterMenuListDownBlock {
  max-width: 100%;
  margin-top: 20px;
  background: #fff;
  display: block;
  z-index: 9;
}

.filterMenuListDown li {
  margin-bottom: 16px;
}

.filterMenuListDown li:last-of-type {
  margin-bottom: 0;
}

.filterMenuListDown__clear {
  color: #9B9B9B;
  font: normal 300 16px 'Roboto', sans-serif;
  display: block;
  width: 100%;
  margin-top: 32px;
}

.filterMenuListDown {
  list-style: none;
  padding: 0;
}

.filterMenuListDown .custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.filterMenuListDown .custom-checkbox input {
  display: none; /* Скрываем стандартный чекбокс */
}

.filterMenuListDown .checkmark {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  border: 1px solid rgba(20, 20, 20, 0.8);
  border-radius: 3px;
}

.filterMenuListDown .custom-checkbox input:checked + .checkmark {
  background: #E8E8E8;
}

.filterMenuListDown .custom-checkbox input:checked + .checkmark::before {
  content: "";
  color: black;
  background: url('../images/icon42.svg') no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.filterMenuInList li .idSpan {
  display: inline;
  text-transform: uppercase;
  margin-right: 10px;
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
}

.filterMenuInList li:first-of-type {
  display: flex;
  align-items: center;
}

.filterMenuInList li:first-of-type > span {
  margin-right: 10px;
}

#surface .custom-checkbox__value {
  width: 170px;
}

#surface .filterMenuListDown__clear {
  padding-left: 25px;
}

.mobilFilterOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Когда меню открыто — показать оверлей */
.mobilFilter.show ~ .mobilFilterOverlay {
  opacity: 1;
  visibility: visible;
}

.mobilFilter {
  background-color: #fff;
  height: 758px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: -758px; /* Скрыто внизу */
  left: 0;
  right: 0;
  z-index: 999999;
  display: block;
  transition: bottom 0.3s ease;
}

/* Когда меню открыто — поднять его вверх */
.mobilFilter.show {
  bottom: 0;
}

body.no-scroll {
  overflow: hidden; /* Отключаем скролл при открытом меню */
}

.mobilFilterBottom {
  background-color: white;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  padding: 11px 15px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #9B9B9B;
}

.mobilFilterBottom .brandsItems__more {
  margin-top: 0;
}

.mobilFilterBottom__reset {
  color: #9B9B9B;
  font: normal 300 12px 'Roboto', sans-serif;
}

.mobilFilterBody {
  height: 93%;
  background: #fff;
  max-width: 100%;
  width: 100%;
  overflow: scroll;
}

.mobilFilterBody::-webkit-scrollbar-track {
  border-radius: 0;
}

.mobilFilterBody::-webkit-scrollbar {
  width: 0;
}

.mobilFilterBody::-webkit-scrollbar-thumb {
  border-radius: 0;
}

.mobilFilterBodyContent {
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
  padding-top: 34px;
}

.mobilFilterBodySection__title {
  font-size: 16px;
  align-items: center;
}

.mobilFilterBodySection__title:before {
  content: '';
  display: block;
  width: 21px;
  height: 1px;
  background: #000;
  margin-right: 11px;
}

.buyMapPopUp__closed {
  background: url('../images/icon12.svg') no-repeat center;
  width: 24px;
  height: 24px;
  transform: rotate(0);
}

.mobilFilterBodySection .filterMenuListDown {
  margin-top: 16px;
}

.mobilFilterBodySection .filterMenuListDown li {
  margin-right: 16px;
  margin-bottom: 16px;
}

.mobilFilterBodySection {
  margin-bottom: 16px;
}

.mobilFilterBlock {
  max-width: 93%;
  width: 100%;
  margin: 56px auto 0;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.mobilFilterBlock__title {
  text-transform: uppercase;
  color: #000;
  font: normal normal 32px 'Times New Roman', serif;
}

.mobilFilterBlock__btn {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.mobilFilterBlock__btnNum {
  color: #2B2C34;
  font: normal 600 8px 'Roboto', sans-serif;
  padding: 1px 4px;
  border: 1px solid #2B2C34;
  border-radius: 3px;
  position: absolute;
  top: -7px;
  right: -14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobilFilterBlock__text {
  color: #2B2C34;
  font: normal 500 12px 'Roboto', sans-serif;
  justify-content: center;
  align-items: center;
}

.mobilFilterBlock__text:before {
  content: url("../images/icon13.svg");
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 6px;
}

.custom-checkbox__value {
  font: normal normal 14px 'Manrope', sans-serif;
  color: #141414;
}

.mobilFilteOpenBodySize .filterMenuListDown .custom-checkbox__value,
#sizeMenu .custom-checkbox__value {
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 36px;
  height: 36px;
  padding: 0 5px;
  background: #F5F5F5;
  border-radius: 3px;
}


#sizeMenu .filterMenuListDown .checkmark {
  width: auto;
  height: auto;
  border: none;
  background: #F5F5F5;
  margin-right: 0;
  padding: 18px;
}

.mobilFilteOpenBodySize .filterMenuListDown,
#sizeMenu .filterMenuListDown {
  gap: 10px 10px;
}

#sizeMenu .filterMenuListDown li {
  margin-bottom: 0;
}

.mobilFilteOpenBodySize .filterMenuListDown .custom-checkbox,
#sizeMenu .filterMenuListDown .custom-checkbox {
  position: relative;
}

#sizeMenu .filterMenuListDown .custom-checkbox input:checked + .checkmark::before {
  width: 36px;
  height: 36px;
  background: #141414;
  border-radius: 3px;
}

.mobilFilteOpenBodySize .filterMenuListDown .custom-checkbox .custom-checkbox__value.active,
#sizeMenu .filterMenuListDown .custom-checkbox .custom-checkbox__value.active {
  color: #fff;
  background: #000;
  border-radius: 3px;
}

.custom-checkbox__value.color:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin-right: 5px;
}

.custom-checkbox__value.color {
  align-items: center;
}

.custom-checkbox__value.black:before {
  background: #000;
}

.custom-checkbox__value.red:before {
  background: #F43249;
}

.custom-checkbox__value.grey:before {
  background: #C9C9C9;
}

.custom-checkbox__value.blue:before {
  background: #4753FF;
}

.custom-checkbox__value.violet:before {
  background: #B26AFF;
}

.hideBlock {
  display: none;
  margin-top: 15px;
}

.allBtn {
  margin-top: 20px;
  display: block;
}

.mainTopRightSel {
  max-width: 1100px;
  width: 100%;
  min-height: 10px;
}

.filterMenu:last-of-type .filterMenuList {
  border-bottom: none;
}

.filterBottom__restart,
.filterBottom__show {
  max-width: 100%;
  width: 100%;
  background: #141414;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 3px;
  height: 42px;
}

.filterBottom__restart {
  border: 1px solid #141414;
  color: #141414;
  background: none;
  margin-top: 20px;
}

.filterBottom {
  max-width: 100%;
  width: 100%;
}

.mobilFilteOpen .filterBottom {
  max-width: 95%;
  margin: 0 auto;
}

.mainLeft.active {
  max-width: 0;
  opacity: 0;
}

.mobilFilterCatalog {
  align-items: center;
  justify-content: space-between;
  display: none;
}

.mobilFilterCatalog:before {
  content: '';
  display: block;
  background: url('../images/icon43.svg') no-repeat center;
  width: 24px;
  height: 24px;
}

.mobilFilterCatalog__title {
  color: #141414;
  margin: 0 5px;
}

.mobilFilterCatalog__num {
  color: #fff;
  background: #141414;
  width: 15px;
  height: 15px;
  font: normal 500 9px 'Manrope', sans-serif;
  line-height: 130%;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.mainTopSelects .dropdown-toggle {
  font-size: 14px;
}

.mobilFilteOpen {
  position: fixed;
  top: 0;
  max-width: 100%;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  height: 100%;
  display: none;
}

.mobilFilteOpenTop {
  max-width: 95%;
  width: 100%;
  margin: 25px auto 0;
  align-items: center;
  position: relative;
}

.mobilFilteOpenTop__title {
  color: #000;
  font: normal 700 20px 'Manrope', sans-serif;
}

.mobilFilteOpenTop__clear {
  color: #141414;
  font: normal normal 14px 'Manrope', sans-serif;
  border-bottom: 1px solid;
  margin-left: 20px;
}

.mobilFilteOpenTop__closed {
  display: block;
  background: url('../images/icon44.svg') no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
}

.mobilFilteOpenBody {
  max-width: 95%;
  width: 100%;
  margin: 30px auto 0;
  height: 70%;
  overflow: scroll;
}

.mobilFilteOpenBody::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 0;
  height: 0;
}

.mobilFilteOpenBody::-webkit-scrollbar {
  width: 0;
}

.mobilFilteOpenBody::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.mobilFilteOpenBody .filterMenuListDown li {
  border-bottom: 0 solid rgba(20, 20, 20, 0);
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.mobilFilteOpenBody .filterMenuListDown li:first-of-type {
  padding-top: 0;
}

.mobilFilteOpenBody .filterMenuListDown li:last-of-type {
  border-bottom: none;
}

.mobilFilteOpenBody .mobilFilteOpenBodySize li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  padding-top: 0;
}

.mobilFilteOpenBody .filterMenuList {
  border-bottom: none;
}

.mobilFilteOpenBody .hideBlock {
  margin-top: 10px;
  border-top: 1px solid rgba(20, 20, 20, 0.15);
  padding-top: 20px;
}

.mobilFilteOpenBody .filterMenuListDownBlock {
  display: none;
}

.mobilFilteOpenBody .filterBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 95%;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  height: 120px;
}

.mobilFilteOpenBody .filterMenuList > li > a:after {
  transform: rotate(45deg);
  margin-top: 5px;
}

.mobilFilteOpenBody .filterMenuList > li > a.active:after {
  transform: rotate(223deg);
  margin-top: 9px;
}

.mobilFilteOpen.active {
  display: block;
}

html.hide,
body.hide {
  overflow: hidden;
}

.mobilFilteOpen .custom-checkbox__value {
  color: #141414;
  font: normal normal 16px 'Manrope', sans-serif;
}

.mobilFilteOpen .filterMenuListDown li {
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
  padding-bottom: 20px;
  padding-top: 20px;
}

.mobilFilteOpen .filterMenuListDown .checkmark {
  position: absolute;
  right: 0;
  left: auto;
  margin-right: 0;
}

.mobilFilteOpenBodySize .filterMenuListDown .checkmark {
  position: relative;
}

.mobilFilteOpen .mobilFilteOpenBodySize .filterMenuListDown li {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}

/*
End filter
##########*/

/*
Start rangeSlider
#############*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

/* Стили для отображения ₽ внутри input */
.input-wrapper {
  position: relative;
}

.input-wrapper input {
  padding-right: 20px;
  text-align: left;
  width: 100%;
  font: normal normal 14px 'Manrope', sans-serif;
  line-height: 160%;
  color: #141414;
  height: 32px;
  border: none;
  border-bottom: 1px solid #141414;
}

.filterMenuListDownBlockTop {
  justify-content: space-between;
}

.filterMenuListDownBlockTop__title {
  color: #808080;
  font: normal 500 12px 'Manrope', sans-serif;
  max-width: 45%;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}

.rangeSlider {
  justify-content: space-between;
}

.input-wrapper {
  max-width: 45%;
  width: 100%;
}

#slider-mobile-range,
#slider-range {
  max-width: 98%;
  width: 100%;
  height: 1px;
  margin: 20px auto 0 !important;
}

#slider-mobile-range {
  max-width: 100%;
}

#slider-mobile-range .ui-slider-handle:first-of-type {
  margin-left: 0.08em !important;
}

#slider-mobile-range .ui-slider-handle:last-of-type {
  margin-left: -.95em !important;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-widget.ui-widget-content:before {
  content: '';
  display: block;
  background-color: #141414;
  height: 1px;
  margin-top: 2px;
}

.ui-slider .ui-slider-handle:first-of-type {
  margin-left: -.08em !important;
}

.ui-slider-horizontal .ui-slider-range {
  background: #141414;
  top: 2px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  width: 13px !important;
  height: 13px !important;
  border: 1px solid #141414 !important;
  border-radius: 100px !important;
  background-color: #fff !important;
}

.ui-slider-horizontal .ui-slider-handle:last-of-type {
  margin-left: -10px !important;
}

.footerBlock__b2b {
  max-width: 100%;
  width: 100%;
  height: 42px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 20px;
  border-radius: 3px;
}


.popupItemLeft .sliderBlockSlider .slick-dots {
  bottom: 6px;
}

.popupItemLeft .sliderBlockMain:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.popupItem .sliderBlockMain {
  min-height: 500px;
}

/*
End rangeSlider
############*/

/*
Start mainCard
#############*/
.mainCard {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto;
}

.tabItem {
  max-width: 100%;
  width: 100%;
  margin-top: 77px;
}

.tabItem .etabs {
  max-width: 334px;
  width: 100%;
  gap: 25px;
  margin-bottom: 32px;
}

.tabItem .etabs li a {
  color: rgba(20, 20, 20, 0.6);
  font: normal normal 16px 'Manrope', sans-serif;
}

.tabItem .etabs li a.active {
  color: rgba(20, 20, 20, 1);
  border-bottom: 1px solid;
}

.tabItemBlockContent {
  gap: 20px;
}

.tabItemBlockList {
  max-width: 100%;
  width: 100%;
  gap: 10px 20px;
}

.tabItemBlockList li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  max-width: 32%;
  width: 100%;
}


.tabItemBlockList li span {
  color: #727272;
  font: normal normal 14px 'Manrope', sans-serif;
  line-height: 170%;
}

.tabItemBlockList li span:last-of-type {
  color: #141414;
}

.tabItemBlockList__material {
  border-bottom: 1px dotted #141414;
  cursor: pointer;
}

.cardLeft {
  max-width: 1234px;
  width: 100%;
}

.mainCardBlock {
  display: flex;
  gap: 30px;
  margin-top: 32px;
}

.cardLeft {
  flex: 1 1 auto;
  max-width: 1234px;
}

.cardRight {
  max-width: 596px;
  width: 100%;
  height: 800px;
}

.cardRightWrapper {
  position: sticky;
  top: 162px;
  flex: 1 1 auto;
}

.tabItemBlockList li a {
  border-bottom: 1px solid;
  color: #141414;
  font: normal normal 14px 'Manrope', sans-serif;
}

.reviewsOther {
  background: #DCDCDC;
  height: 81px;
  max-width: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px 0 30px;
}

.reviewsOther__btn {
  justify-content: center;
  align-items: center;
  max-width: 190px;
  width: 100%;
  height: 42px;
  background: #141414;
  border-radius: 3px;
  color: #fff;
}

.cardRight .sliderBlockSliderTopHeart {
  position: absolute;
  top: 0;
  right: 30px;
  margin-right: 0;
  margin-top: 5px;
}

.cardRightStar__title {
  color: #808080;
  font: normal normal 13px 'Manrope', sans-serif;
}

.cardRightStar {
  gap: 20px;
  align-items: center;
  margin-top: 23px;
}

.cardRightStar .sliderBottomBlock {
  margin-top: 0;
}

.cardRight .sliderBlockSliderPriceList {
  align-items: center;
}

.cardRight .sliderBlockSliderPrice__price {
  font-size: 24px;
}

.cardRight .sliderBlockSliderPrice__un {
  font-size: 13px;
  color: #808080;
  position: relative;
  top: 2px;
}

.priceImg {
  margin-top: 27px;
}

.cardRightPrice {
  gap: 16px;
  align-items: center;
  margin-top: 22px;
}

.cardRightPriceEconom__text {
  color: #808080;
  font: normal normal 13px 'Manrope', sans-serif;
}

.cardRightPriceEconom__text span {
  font-weight: 600;
}

/*
End mainCard
############*/


/*
Start mightLike
#############*/
#mightLike {
  padding-top: 156px;
  margin-top: 0;
  padding-bottom: 121px;
}

.reviewsOther__text {
  align-items: center;
  gap: 20px;
}

.reviewsOther__star {
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.reviewsOtherList > li {
  padding-top: 28px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.13);
}

.reviewsOtherList__text {
  margin-bottom: 24px;
}

.reviewsOtherListTop {
  gap: 20px;
  align-items: center;
  margin-bottom: 16px;
}

.reviewsOtherListTopStar {
  align-items: center;
  gap: 6px;
}

.reviewsOtherListTopStar__num {
  color: #141414;
}

.reviewsOtherListTopStar img {
  height: 18px;
}

.reviewsOtherListGalary {
  gap: 12px;
  margin-bottom: 25px;
}

.reviewsOtherListGalary li img {
  width: 120px;
  height: 160px;
  object-fit: cover;
}

.tabItemBlock__text {
  color: #141414;
}

.tabItemBlockContent .sliderBottomHoverList li span {
  padding: 2px 8px;
}

/*
End mightLike
############*/

/*
Start cardContent
#############*/
.cardContent {
  max-width: 100%;
  width: 100%;
}

.cardBlock {
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}

.sliderBlockSliderTopSale__news {
  background-color: #fff;

}

.cardBlock:last-of-type {
  margin-bottom: 0;
}

.cardBlock__three {
  max-width: 397px;
  width: 100%;
  display: block;
  height: 529px;
}

.cardBlockVideo__video,
.cardBlockVideo,
.cardBlock__big {
  max-width: 606px;
  width: 100%;
  height: 809px;
  display: block;
}

.cardBlockVideo {
  position: relative;
}

.cardBlock .sliderBlockSliderTopSale,
.cardBlockVideo .sliderBlockSliderTopSale {
  position: absolute;
  top: 0;
  left: 0;
}

.cardBlockVideo__video {
  width: 100%;
  object-fit: cover;
}

.cardBlockVideo__play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: none;
  width: 59px;
  height: 59px;
  background: none;
}

.cardBlockVideo__play svg {
  fill: #878787;
}

.cardBlockVideo__play:hover svg {
  fill: #656565;
}

.cardBlockVideo__play.pause {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  background: transparent;
  height: 100%;
  position: absolute;
  background-color: red;
}

.cardBlock__big img,
.cardBlock__three img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cardRight__title {
  color: #141414;
  font: normal bold 24px 'Manrope', sans-serif;
  max-width: 375px;
  width: 100%;
}

.cardRightBottom {
  margin-top: 49px;
}

.cardRightBottom__href {
  height: 42px;
  background: #141414;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  transition: all, 0.5s;
}

.cardRightBottomDeliver {
  background: #DCDCDC;
  padding: 20px;
  height: 89px;
  border-radius: 3px;
  margin-top: 16px;
  gap: 124px;
}

.cardRightBottomDeliver__href {
  align-items: center;
  gap: 6px;
}

.cardRightBottomDeliver__href span {
  color: #141414;
  border-bottom: 1px solid #141414;
  font: normal 600 14px 'Manrope', sans-serif;
}

.cardRightBottomDeliver__href:before {
  content: '';
  display: block;
  background: url('../images/icon47.svg') no-repeat center;
  width: 17px;
  height: 16px;
}

.cardRightBottomDeliver__two {
  flex-direction: column;
}

.cardRightBottomDeliver__day {
  margin-top: 10px;
}

.headerBottomMenuListContentRight .tabsBlockTop__block {
  max-width: 100% !important;
  width: 100%;
}

.headerBottomMenuListContentRight .tabsBlockTop__block:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  /*
  background: RGBA(0, 0, 0, 10);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 95%);*/
}

/*
End cardContent
############*/

.mobilTabsContent {
  display: none;
}

.sliderMobil {
  position: relative;
  display: none !important;
}

.sliderMobil .sliderBlockSliderTopSale {
  position: absolute;
  top: 15px;
  left: 0;
}

.cardRightColor .color-label {
  margin-bottom: 12px;
  color: #141414;
}

.cardRightColor .selected-color {
  color: #141414;
}

.cardRightColor .cards {
  display: flex;
  gap: 3px;
}

.cardRightColor .card {
  border: 1px solid transparent;
  padding: 3px;
  cursor: pointer;
  transition: border 0.3s;
  height: 92px;
}

.cardRightColor .card.selected {
  border: 1px solid #141414;
}

.cardRightColor .card img {
  width: 64px;
  height: 85px;
  object-fit: cover;
}

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

.cardRightColor {
  margin-top: 40px;
}

.cardRightSize {
  margin-top: 33px;
}

.cardRightSize .filterMenuListDownBlock {
  margin-top: 0;
}

.cardRightSize #sizeMenu .filterMenuListDown {
  margin-top: 12px;
}

.mobilFilteOpenBodySize .filterMenuListDown .custom-checkbox__value,
.cardRightSize #sizeMenu .custom-checkbox__value {
  font-size: 20px;
  margin: 0 auto;
  transform: translateY(0%);
  text-align: center;
  height: 53px;
  padding: 0 15px;
}

.cardRightSize #sizeMenu .custom-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardRightSize #sizeMenu .filterMenuListDown .custom-checkbox input:checked + .checkmark::before {
  width: 53px;
  height: 53px;
  background: #141414;
}

.cardRightSize #sizeMenu .disabled {
  opacity: .3;
}

.cardRightSize #sizeMenu .disabled.active .checkmark {
  background: rgba(20, 20, 20, 0.7);
}

.cardRightSize #sizeMenu .disabled.active .custom-checkbox__value {
  color: rgba(255, 255, 255, 0.4);
}

.cardRightBottom .cardRightBottom__href.hide {
  display: none;
}

.cardRightBottom .cardRightBottom__href2 {
  display: none;
}

.cardRightBottom .cardRightBottom__href2.visible {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  max-width: 100%;
  width: 100%;
  background: rgba(20, 20, 20, 0.7);
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  border-radius: 3px;
}

.cardRightSize__btn {
  color: #141414;
  border-bottom: 1px solid;
  margin-top: 15px;
  display: inline-block;
}

.tabItemBlockList li.tabItemBlockList__mobil {
  display: none;
}

.tabItemBlockList__materialBlock {
  background: url('../images/icon48.png') no-repeat top center;
  padding: 11px;
  position: absolute;
  top: 18px;
  max-width: 310px;
  width: 100%;
  height: 110px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all, 0.5s;
  z-index: 9;
}

.tabItemBlockList li span.tabItemBlockList__materialBlockText {
  font: normal normal 12px 'Manrope', sans-serif;
  color: #141414;
  width: 229px;
  display: block;
  position: relative;
  left: 31px;
  top: 12px;
}

.tabItemBlockList__material:hover + .tabItemBlockList__materialBlock {
  visibility: visible;
  opacity: 1;
}

.sliderBottomHoverListMobil {
  display: none;
}

.popupCard {
  max-width: 915px !important;
  width: 100% !important;
  /*height: 693px !important;*/
  height: auto !important;
  background-color: #fff !important;
  border-radius: 8px;
  overflow: hidden !important;
}

/*
.mySwiper2Man {
  height: 493px;
}

.mySwiper2Man img {
  height: 100%;
}
*/
.popupCardLeft {
  max-width: 370px;
  width: 100%;
}

.popupCardRight {
  max-width: 399px;
  width: 100%;
}

.popupCardRight__name {
  color: #141414;
  margin-bottom: 16px;
}

.popupCardRight__text {
  color: #141414;
  margin-top: 16px;
}

.popupCardMain {
  justify-content: space-between;
}

.mySwiperNav {
  margin-top: 11px;
}

.mySwiperNav img {
  width: 100%;
  cursor: pointer;
  object-fit: cover;
}

.feedbackPopup {
  max-width: 412px !important;
  width: 100% !important;
  background-color: #fff !important;
  border-radius: 8px;
  padding: 39px !important;
}

.feedbackPopupBlock__title {
  color: #141414;
  font: normal bold 24px 'Manrope', sans-serif;
}

.star-rating {
  direction: rtl;
  display: inline-flex;
  font-size: 2rem;
  unicode-bidi: bidi-override;
  margin-top: 8px;
  margin-bottom: 7px;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: gold;
}

.feedbackPopupForm {

}

.feedbackPopupForm__title {
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
}

.feedbackPopupForm__textarea {
  padding: 10px;
  font: normal normal 14px 'Manrope', sans-serif;
  color: #141414;
  max-width: 100%;
  width: 100%;
  height: 129px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  margin-top: 10px;
  resize: none;
}

.feedbackPopupForm__send {
  background: #141414;
  height: 42px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  transition: all, 0.5s;
  margin-top: 18px;
}

.feedbackPopupFormImg__text {
  color: #141414;
}

.feedbackPopupFormImg {
  margin-top: 16px;
}

.upload {
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  max-width: 100%;
  width: 100%;
  height: 80px;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  align-items: center;
}

.upload:before {
  content: '';
  display: block;
  background: url('../images/icon49.svg') no-repeat center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
}

.upload label {
  cursor: pointer;
  color: #141414;
  font: normal 500 12px 'Manrope', sans-serif;
  margin-left: 32px;
}

.upload label span {
  color: rgba(20, 20, 20, 0.47);
  display: block;
}

.upload input {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.uploadImg {
  gap: 6px;
  margin-top: 12px;
}

.uploadImg li {
  position: relative;
}

.uploadImg li img {
  width: 62px;
  /*height: 83px;
  object-fit: cover;*/
}

.uploadImg__closed {
  display: block;
  background: url('../images/icon50.svg') no-repeat center;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.feedbackPopupThanks {
  max-width: 412px !important;
  width: 100% !important;
  background-color: #fff !important;
  border-radius: 8px;
  padding: 38px !important;
}

.feedbackPopupThanks__title {
  text-align: center;
}

.feedbackPopupThanks__text {
  text-align: center;
  color: #141414;
  font: normal normal 15px 'Manrope', sans-serif;
  margin-top: 21px;
}

.feedbackPopupThanks__img {
  margin: 0 auto;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: 37px;
  margin-bottom: 20px;
}

.feedbackPopupThanks__btn {
  background-color: #141414;
  height: 42px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  transition: all, 0.5s;
  margin-top: 31px;
}

.popupAddBasketBtn .feedbackPopupThanks__btn {
  max-width: 100%;
  width: 100%;
}

.massechPopup {
  max-width: 412px !important;
  width: 100% !important;
  background-color: #fff !important;
  border-radius: 8px;
  padding: 40px !important;
}

.massechPopup__title {
  font: normal bold 24px 'Manrope', sans-serif;
  color: #141414;
  text-align: left;
  margin-bottom: 20px;
}

.massechPopupForm label {
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  margin-bottom: 10px;
  display: block;
}

.massechPopupForm input {
  max-width: 100%;
  width: 100%;
  height: 42px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  padding-left: 10px;
  color: #000;
  font: normal normal 12px 'Manrope', sans-serif;
  margin-bottom: 20px;
}

.massechPopupForm input::-moz-placeholder {
  color: #000;
  font: normal normal 12px 'Manrope', sans-serif;
}

.massechPopupForm input::-webkit-input-placeholder {
  color: #000;
  font: normal normal 12px 'Manrope', sans-serif;
}

.massechPopupForm input:-ms-input-placeholder {
  color: #000;
  font: normal normal 12px 'Manrope', sans-serif;
}

.massechPopup__img {
  margin: 21px auto 20px;
  display: block;
}

.massechPopup__text {
  width: 282px;
  font: normal normal 15px 'Manrope', sans-serif;
  color: #141414;
  text-align: center;
  margin: 20px auto 0;
}

/*
Start basket
############*/
.basket {
  max-width: 1859px;
  width: 100%;
  margin: 61px auto 110px;
}

.basketLeft {
  max-width: 1165px;
  width: 100%;
  border-right: 1px solid #E5E5E5;
}

.basketRight {
  max-width: 607px;
  width: 100%;
  position: sticky;
  top: 162px;
}

.basket__title {
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
  margin-bottom: 32px;
}

.basketRight__title {
  color: #141414;
  font: normal bold 24px 'Manrope', sans-serif;
}

.basketBlock {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}

.basketRightList {
  margin-top: 20px;
}

.basketRightList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.basketRightList li span {
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  line-height: 130%;
}

.basketBlockBottom .basketRightList li:first-of-type span:first-of-type {
  position: relative;
}

.basketBlockBottom .basketRightList li:first-of-type span:first-of-type:before {
  content: '';
  background: rgb(245, 245, 245);
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  top: -5px;
}


.basketRightList:after {
  content: '';
  display: block;
  max-width: 450px;
  width: 100%;
  height: 1px;
  background: #f5f5f5;
}

.basketRightTotal__total {
  text-transform: uppercase;
  color: #141414;
}

.basketRightTotal {
  margin-top: 15px;
  align-items: center;
  justify-content: space-between;
}

.basketRightTotal__num {
  font: normal bold 20px 'Manrope', sans-serif;
  color: #141414;
}

.basketRight__btn {
  color: #ffffff;
  font: normal 500 14px 'Manrope', sans-serif;
  background: #141414;
  height: 42px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  transition: all, 0.5s;
}

.basketRight__text {
  color: #808080;
  font: normal 500 12px 'Manrope', sans-serif;
  margin-top: 18px;
  line-height: 170%;
}

.promoCode {
  margin-top: 40px;
}

.promoCode__title {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
  line-height: 130%;
  margin-bottom: 30px;
}

.promoCode input {
  max-width: 100%;
  width: 100%;
  border: none;
  border-bottom: 1px solid #141414;
  margin-top: 0;
  height: 43px;
}

.promoCode input::-moz-placeholder {
  color: #808080;
  font: normal normal 16px 'Manrope', sans-serif;
}

.promoCode input::-webkit-input-placeholder {
  color: #808080;
  font: normal normal 16px 'Manrope', sans-serif;
}

.promoCode input:-ms-input-placeholder {
  color: #808080;
  font: normal normal 16px 'Manrope', sans-serif;
  line-height: 170%;
}

.basketLeft__title {
  color: #141414;
  font: normal bold 24px 'Manrope', sans-serif;
}

.itemsLeft__href {
  display: block;
  height: 130px;
}

.itemsLeft__href img {
  width: 95px;
  height: 130px;
  object-fit: cover;
}

.products {
  margin-top: 21px;
}

.itemsLeftText {
  flex-direction: column;
  margin-left: 20px;
  position: relative;
  height: 130px;
  max-width: 72%;
  width: 100%;
}

.itemsLeftText__article {
  font: normal 500 12px 'Manrope', sans-serif;
  color: #808080;
  margin-top: 12px;
}

.itemsLeftTextBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  max-width: 265px;
  width: 100%;
  justify-content: space-between;
}

.itemsLeftTextBottom__color {
  color: #141414;
  font: normal 500 12px 'Manrope', sans-serif;
  align-items: center;
}

.itemsLeftTextBottom__black,
.itemsLeftTextBottom__red,
.itemsLeftTextBottom__beige {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #B8AFAB;
  margin-right: 5px;
}

.itemsLeftTextBottom__red {
  background: red;
}

.itemsLeftTextBottom__black {
  background: black;
}

.products .basket__number {
  width: 58px;
  height: 30px;
  border: 1px solid #F3F3F3;
  border-radius: 2px;
  justify-content: center;
  padding: 5px;
}

.products .basket__number input {
  width: 20px;
  border: none;
  margin: 0 auto;
  text-align: center;
  font: normal 500 12px 'Manrope', sans-serif;
  color: #141414;
  position: relative;
  top: 0;
}

.products .minus {
  color: rgb(188, 188, 188);
  font: normal 500 16px 'Manrope', sans-serif;
  cursor: pointer;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.products .plus {
  color: #000000;
  font: normal 500 16px 'Manrope', sans-serif;
  cursor: pointer;
  position: relative;
  top: -2px;
}

.itemsLeftTextBottomBlock {
  max-width: 122px;
  width: 100%;
  justify-content: space-between;
}

.ms-parent {
  width: 53px !important;
}

.ms-parent .ms-choice {
  height: 30px !important;
  border: 1px solid #F3F3F3;
}

.ms-parent span {
  height: 30px !important;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font: normal 500 12px 'Manrope', sans-serif;
  color: #141414;
  padding-left: 0 !important;
  left: -9px !important;
}


.ms-drop ul > li.hide-radio label span:before {
  content: '';
  background: url('../images/icon69.svg') no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  margin: 0;
}

.ms-drop ul > li.hide-radio.selected label span:before {
  background: url('../images/icon70.svg') no-repeat center;
}

.ms-drop.bottom {
  border: 1px solid #F3F3F3 !important;
  box-shadow: 0 0 0 !important;
}

.ms-drop ul {
  overflow: hidden !important;
  border: 1px solid #F3F3F3 !important;
  margin-top: 2px !important;
}

.ms-drop ul > li.hide-radio.selected {
  background: none !important;
}

.ms-drop ul > li.hide-radio.selected span {
  color: #141414;
  width: 100%;
}

.ms-drop ul > li.hide-radio span {
  color: #141414;
  justify-content: space-evenly;
}

.ms-drop ul > li.hide-radio label {
  padding: 0 !important;
  text-align: right !important;
  display: flex;
  align-items: center;
}

.ms-drop ul li.selected span {
  color: #fff;
}

.ms-choice > div.icon-caret {
  border: none !important;
  background: url('../images/icon53.svg') no-repeat center !important;
  width: 10px !important;
  height: 6px !important;
}

.itemsLeft {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}

.itemsRightBlock__price {
  color: #141414;
  font: normal bold 16px 'Manrope', sans-serif;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
}

.itemsRightBlock__sale {
  color: #808080;
  font: normal normal 16px 'Manrope', sans-serif;
  text-decoration: line-through;
  text-align: right;
  width: 100%;
}

.itemsRightBlock {
  flex-direction: column;
  position: relative;
  height: 130px;
}

.itemsRightBlockBottom {
  position: absolute;
  bottom: 21px;
  width: 100%;
}

.itemsRightBlockBottom .sliderBlockSliderTopHeart {
  top: 0;
  margin-top: 0;
  right: 40px;
}

.itemsRightBlockBottom .sliderBlockSliderTopHeart .checkmark.heart {
  background: url('../images/icon54.svg') no-repeat center;
  width: 17px;
  height: 17px;
}

.itemsRightBlockBottom .sliderBlockSliderTopHeart .blockCheckbox input:checked ~ .checkmark {
  background-size: cover;
}

.itemsRightBlockBottom__delete {
  background: url('../images/icon55.svg') no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
}

.items {
  margin-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
  max-width: 1086px;
  width: 100%;
}

.items:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.basketBlockInfo {
  max-width: 100%;
  width: 100%;
  margin-top: 90px;
}

.basketBlockInfo__title {
  color: #141414;
  font: normal bold 24px 'Manrope', sans-serif;
}

.basketBlockInfoForm {
  justify-content: space-between;
  max-width: 1086px;
  width: 100%;
  margin-top: 20px;
}

.basketBlockInfoForm .input-container {
  position: relative;
  margin: 20px 0 0;
  max-width: 339px;
  width: 100%;
}

.basketBlockInfoForm .input-container input {
  width: 100%;
  padding-top: 0;
  border: none;
  border-bottom: 1px solid #141414;
  font: normal normal 16px 'Manrope', sans-serif;
  color: #141414;
  height: 40px;
}

.basketBlockInfoForm .input-container label {
  position: absolute;
  top: 0;
  left: 10px;
  color: #808080;
  font: normal normal 16px 'Manrope', sans-serif;
  pointer-events: none;
  transition: all 0.3s ease;
}

.basketBlockInfoForm .phoneMask label {
  top: -18px;
  left: 0;
}

.promoCode .input-container input:focus + label,
.promoCode .input-container input:not(:placeholder-shown) + label,
.basketBlockInfoForm .input-container input:focus + label,
.basketBlockInfoForm .input-container input:not(:placeholder-shown) + label {
  top: 10px;
  left: 0;
}

.promoCode .input-container input:focus + label.active,
.promoCode .input-container input:not(:placeholder-shown) + label.active,
.basketBlockInfoForm .input-container input:focus + label.active,
.basketBlockInfoForm .input-container input:not(:placeholder-shown) + label.active,
.basketBlockInfoForm .input-container label.active {
  top: -15px;
  left: 0px;
}

.promoCode .input-container input:not(:placeholder-shown) + label.active,
.promoCode .input-container input:focus + label.active,
.promoCode .input-container input:focus + label,
.basketBlockInfoForm .input-container input:not(:placeholder-shown) + label.active,
.basketBlockInfoForm .input-container input:focus + label.active,
.basketBlockInfoForm .input-container label.active,
.basketBlockInfoForm .input-container input:focus + label {
  font-size: 12px;
}

.basketBlockInfoMethod {
  margin-top: 101px;
}

.basketBlockInfoMethodTab {
  margin-top: 21px;
}

.basketBlockInfoMethodTab .etabs {
  gap: 25px;
}

.basketBlockInfoMethodTab .etabs li a {
  color: rgba(20, 20, 20, 0.6);
  font: normal normal 16px 'Manrope', sans-serif;
}

.basketBlockInfoMethodTab .etabs li a.active {
  color: #141414;
  border-bottom: 1px solid #141414;
}

.basketBlockInfoMethodTabBlock {
  background-color: rgba(220, 220, 220, 0.3);
  border-radius: 3px;
  max-width: 1076px;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 22px;
}

.basketBlockInfoMethodTabBlock__right2,
.basketBlockInfoMethodTabBlock__right {
  max-width: 198px;
  width: 100%;
  height: 42px;
  justify-content: center;
  align-items: center;
  background: #141414;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  border-radius: 3px;
}

.basketBlockInfoMethodTabBlock__right2 {
  max-width: 215px;
}

.basketBlockInfoMethodTabBlock__text {
  color: #000;
  margin-top: 13px;
}

.basketBlockInfoMethodTabBlock__deliver {
  font: normal 500 20px 'Manrope', sans-serif;
  color: #000;
}

.basketBlockInfoMethodTabBlock__free {
  background: #EFFFF6;
  padding: 8px 15px;
  border-radius: 2px;
  color: #27AE60;
  font: normal 500 12px 'Manrope', sans-serif;
  margin-left: 16px;
}

.basketBlockInfoBuy {
  margin-top: 90px;
}

.basketMobileBottom {
  display: none;
}

.basketBlockInfoBuy__list li {
  margin-bottom: 40px;
  position: relative;
}


.payment-option {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: sans-serif;
  margin-top: 20px;
  max-width: 1080px;
  width: 100%;
}

.option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 10px;
}

.option:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.payment-option .text__error {
  margin-top: 0;
}

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

.custom-radio {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
}

.option input[type="radio"]:checked + .custom-radio .custom-radioDisc {
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text .title {
  color: #141414;
  font: normal normal 14px 'Manrope', sans-serif;
  line-height: 170%;
}

.text .subtitle {
  color: #808080;
  font: normal 500 12px 'Manrope', sans-serif;
}

.popupDeliver {
  max-width: 915px !important;
  width: 100% !important;
  background: #fff !important;
  border-radius: 8px !important;
  padding: 37px 27px !important;
  height: 682px !important;
}

.popupDeliverLeft__title {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}

.popupDeliverLeft {
  max-width: 423px !important;
  width: 100%;
  position: relative;
  margin-top: 0;
}

.popupDeliverBlock {
  justify-content: space-between;
}

.popupDeliver .popupDeliverLeft .input-container {
  max-width: 100%;
  width: 100%;
  margin-bottom: 52px;
  margin-top: 0;
}

.popupDeliverLeft__btn {
  background: #141414;
  border-radius: 3px;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  height: 42px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 53px;
  transition: all, 0.5s;
}

.popupDeliver .popupDeliverLeft .input-container:last-of-type {
  margin-bottom: 0;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.popupDeliverRight {
  max-width: 406px;
  width: 100%;
  position: relative;
  height: 491px;
}

.mapContent {
  max-width: 100%;
  width: 100%;
  position: relative;
  height: 548px;

}

.mapik {
  max-width: 100%;
  width: 100%;
  height: 548px;
}


.modal {
  display: none;
}


.popupDeliverLeftList {
  gap: 10px;
  margin-bottom: 55px;
}

.popupDeliverLeftList li a {
  background: #F5F5F5;
  padding: 10px 11px;
  border-radius: 2px;
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  line-height: 130%;
}

.popupDeliverLeftList li {
  margin-bottom: 15px;
}

.popupPickup .popupDeliverLeft .input-container {
  margin-bottom: 31px;
}

.popupPickup .popupDeliverLeft .option {
  padding: 15px 0;
}

.popupPickup .popupDeliverLeft .option:first-of-type {
  padding-top: 0;
}

.popupPickup .popupDeliverLeft .popupDeliverLeft__btn {
  margin-top: 6px;
}

.popupPickup #mapPickup {
  height: 491px;
}

.popupPickup {
  height: 645px !important;
}

.popupPickup .popupDeliverLeftBody {
  height: 372px;
  overflow-y: scroll;
}

.popupPickup .popupDeliverLeftBody::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.popupPickup .popupDeliverLeftBody::-webkit-scrollbar {
  width: 0;
}

.popupPickup .popupDeliverLeftBody::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.option__textItem {
  position: absolute;
  right: 0;
  color: #808080;
  font: normal normal 14px 'Manrope', sans-serif;
}

.copy-container {
  font-family: Arial, sans-serif;
  margin: 20px;
}

.copy-container #copy-button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal 14px 'Manrope', sans-serif;
  color: #141414;
  width: 100%;
}

.copy-container .copy-icon {
  margin-left: 8px;
  background: url('../images/icon57.svg') no-repeat center;
  width: 16px;
  height: 16px;
}

.copy-container #copy-confirmation {
  margin-top: 15px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  font: normal normal 12px 'Manrope', sans-serif;
  color: #808080;
  justify-content: center;
}

.copy-container #copy-confirmation:before {
  content: "";
  display: block;
  background: url('../images/icon58.svg') no-repeat center;
  width: 19px;
  height: 13px;
  margin-right: 7px;
}

.copy-container .checkmark {
  color: green;
  margin-right: 8px;
}

.copy-container .hidden {
  display: none;
}

.basketBlockBodyItem__arror {
  color: #F43249;
  font: normal normal 12px 'Manrope', sans-serif;
  width: 100%;
  text-align: center;
  padding-left: 55px;
}

.basketBlockPopup__href {
  text-align: center;
  font: normal normal 14px 'Manrope', sans-serif;
  color: #141414;
  width: 100%;
  display: block;
  margin-top: 20px;
}

.basketBlockBottomSale {
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid rgb(245, 245, 245);
}

.basketBlockBottomSale__sale {
  text-transform: uppercase;
  color: #808080;
  font: normal 500 14px 'Manrope', sans-serif;
  padding-left: 20px;
}

.basketBlockBottomSale__price {
  color: #808080;
  font: normal 500 14px 'Manrope', sans-serif;
  padding-right: 20px;
}

.basketBlockBottomBlockSale .basketBlockBottomTotal {
  border-top: none;
}

.mainTopSelects .radioList .blockCheckbox input:checked ~ .checkmark:after {
  display: none;
}

.mainTopSelects .radioList .blockCheckbox input:checked + .checkmark .checkmark__block {
  background: #141414;
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 100px;
}

.registerPopup {
  position: fixed;
  top: 0;
  background: rgba(20, 20, 20, 1);
  max-width: 530px;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  padding: 40px 30px;
  left: auto;
  right: 0;
  transform: translate(0, -200%);
  background: #ffffff;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.registerPopupPassword {
  z-index: 999999999999;
  display: none;
}

.registerPopup__closed {
  z-index: 99999;
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
  background: url('../images/icon56.svg') no-repeat center;
  display: block;
  width: 15px;
  height: 15px;
}

.registerPopup.active {
  transform: translate(0);
}

.registerPopupPassword.active {
  display: block;
}

.registerPopup.active {
  transform: translate(0, 0);
}

.registerPopupForm__title {
  color: #141414;
  font: normal bold 24px 'Manrope', sans-serif;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.registerPopupForm__text {
  color: #141414;
}

.registerPopupForm .basketBlockInfoForm {
  margin-top: 45px;
}

.registerPopupForm .input-container {
  max-width: 100%;
}

.registerPopupForm .input-container.codeMask {
  margin-top: 55px;
}

.registerPopupFormBottom__btn {
  height: 42px;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  background: #141414;
  border-radius: 3px;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  transition: all, 0.5s;
}

.registerPopupFormBottom__text {
  text-align: center;
  color: #808080;
  font: normal normal 12px 'Manrope', sans-serif;
  margin-top: 20px;
  padding: 0 33px;
}

.registerPopupFormBottomEnter .registerPopupFormBottom__text {
  text-align: right;
  padding-right: 0;
}

/*
End basket
##########*/

/*
Start address
#############*/
.address {
  margin-top: 32px;
}

.addressTop {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto 24px;
  justify-content: space-between;
  align-items: center;
}

.addressTop .mainTopSelects .dropdown-menu {
  left: auto;
  right: 0;
}

.addressTopLeft {
  max-width: 790px;
  width: 100%;
  gap: 40px;
}

.address__btn {
  justify-content: center;
  align-items: center;
  border: 1px solid #141414;
  max-width: 187px;
  width: 100%;
  height: 42px;
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  border-radius: 3px;
  transition: all, 0.5s;
}

.addressTopLeft__title {
  color: #141414;
  font: normal bold 24px 'Manrope', sans-serif;
}

.addressForm {
  position: relative;
  max-width: 300px;
  width: 100%;
  margin-top: -5px;
}

.addressForm input {
  border: none;
  border-bottom: 1px solid #141414;
  height: 45px;
  padding-left: 30px;
}

.addressForm__search {
  background: url('../images/icon59.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
}

.popupPickup .mapContent .mapik {
  height: 491px;
}

.address .mapContent {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.address .mapPopup {
  max-width: 289px;
  width: 100%;
  min-height: 159px;
  background: #ffffff;
  position: absolute;
  z-index: 1;
  top: 196px;
  left: 550px;
  padding: 16px 20px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.address .mapPopup:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 5px) rotate(45deg);
  z-index: 1;
}

.address .mapPopup__title {
  text-transform: uppercase;
  padding-top: 0;
}

.address .mapPopupListBlock {
  width: 70px;
}

.address .mapPopupList {
  padding: 16px 32px 0;
}

.address .mapPopupListBlock2 {
  max-width: 150px;
  width: 100%;
}

.address .mapPopupListBlock2__href {
  color: rgba(57, 129, 204);
  display: block;
}

.address .mapPopupList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 10px;
}

.address .mapPopupListBlock {
  color: rgba(75, 85, 111);
}

.address .mapPopupListBlock__href {
  color: #000E32;
}

.address .mapPopupClosed {
  background: url('../images/icon14.svg') no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal {
  display: none;
}

#custom-popup-1 {
  top: 143px;
  margin-left: 257px;
}

#custom-popup-2 {
  margin-left: 255px;
  top: 115px;
}

#custom-popup-3 {
  top: 150px;
  left: 805px;
}

.mapPopup__title {
  color: #000;
  font: normal 500 16px 'Manrope', sans-serif;
}

.mapPopup__copy {
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.mapPopup__copy span {
  color: #000;
  font: normal normal 13px 'Manrope', sans-serif;
  width: 216px;
}

.mapPopup__copy:after {
  content: '';
  display: block;
  background: url('../images/icon60.svg') no-repeat center;
  width: 16px;
  height: 16px;
}

.mapPopup__href {
  border: 1px solid #141414;
  height: 28px;
  max-width: 257px;
  width: 100%;
  margin-top: 25px;
  justify-content: center;
  align-items: center;
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  border-radius: 3px;
  transition: all, 0.5s;
}

.basketBlockInfoForm .error input {
  border-bottom: 1px solid #FF5454;
}

.basketBlockInfoForm__errorText {
  color: #FF5454;
  font: normal 500 10px 'Manrope', sans-serif;
}

.basketBlockInfoForm .error label {
  color: #FF5454;
}

.error__text {
  color: #FF5454;
  font: normal 500 10px 'Manrope', sans-serif;
  margin-top: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.error__text:before {
  content: '';
  display: block;
  background: url('../images/icon61.svg') no-repeat center;
  width: 16px;
  height: 16px;
}

.basketBlockInfoMethodTab .error {
  outline: 1px solid #FF5454;
}

.text__error {
  color: #FF5454;
  font: normal 500 14px 'Manrope', sans-serif;
  margin-top: 9px;
}

/*
End address
############*/


.popupError {
  max-width: 450px !important;
  width: 100% !important;
  height: 424px !important;
  border-radius: 8px;
  padding-top: 60px !important;
}

.popupError__title {
  text-align: center;
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
}

.popupErrorBlock {
  max-width: 322px;
  width: 100%;
  margin: 0 auto;
}

.popupError__text {
  text-align: center;
  color: #141414;
  font: normal normal 15px 'Manrope', sans-serif;
  max-width: 266px;
  width: 100%;
  margin: 16px auto 0;
}

.popupErrorBlock__img {
  display: block;
  margin: 24px auto 25px;
  width: 55px;
  height: 55px;
}

.popupErrorBlock__btn2,
.popupErrorBlock__btn {
  height: 42px;
  max-width: 262px;
  width: 100%;
  background: #141414;
  border-radius: 3px;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.popupErrorBlock__btn2 {
  background: none;
  color: #141414;
  border: 1px solid #141414;
  margin-top: 16px;
}

/*
Start itemsSend
#############*/
.itemsSend {
  max-width: 1860px;
  width: 100%;
  margin: 47px auto 0;
}

.itemsSend__title {
  font: normal bold 36px 'Manrope', sans-serif;
  color: #141414;
  line-height: 120%;
}

.itemsSendTop {
  justify-content: space-between;
  align-items: center;
}

.itemsSend__btn {
  height: 42px;
  max-width: 239px;
  width: 100%;
  border-radius: 3px;
  background: #141414;
  justify-content: center;
  align-items: center;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  transition: all, 0.5s;
}

.itemsSend .mainRightContent {
  margin-bottom: 105px;
  margin-top: 32px;
}

.cardRightBottom__href3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  background: #ffffff;
  border: 1px solid #141414;
  border-radius: 3px;
  font: normal 500 14px 'Manrope', sans-serif;
  transition: all, 0.5s;
  color: #141414;
  margin-top: 18px;
  margin-bottom: 21px;
}

.buyOneClick {
  max-width: 412px !important;
  width: 100% !important;
  border-radius: 8px !important;
  padding: 40px !important;
}

.buyOneClick__title {
  color: #141414;
  font: normal bold 24px 'Manrope', sans-serif;
}

.buyOneClick .basketBlockBodyItem {
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: none;
}

.buyOneClick .basketBlockBodyItemLeftRight {
  width: 217px;
}

.buyOneClick .basketBlockBodyItemLeftRight__title {
  max-width: 130px;
  width: 100%;
  font: normal normal 13px 'Manrope', sans-serif;
}


.buyOneClick .basketBlockInfoForm .phoneMask {
  margin-top: 50px;
}

.buyOneClick__text {
  color: #808080;
  font: normal 500 12px 'Manrope', sans-serif;
  line-height: 170%;
  margin-top: 16px;
}

.buyOneClickPrice__price {
  color: #141414;
  text-align: right;
}

.buyOneClickPrice__sale {
  color: #808080;
  text-decoration: line-through;
  text-align: right;
}

.buyOneClickPrice {
  position: absolute;
  top: 0;
  right: 0;
}

.buyOneClick .basketBlockBodyItemLeft {
  position: relative;
}

/*
End itemsSend
############*/

/*
Start popupThanks
#################*/
.popupThanks {
  max-width: 412px !important;
  width: 100% !important;
  border-radius: 8px !important;
  padding: 40px !important;
}

.popupThanks__title {
  color: #141414;
  font: normal bold 24px 'Manrope', sans-serif;
}

.popupThanks__text {
  color: #141414;
  margin-top: 17px;
}

.buyOneClick .basketBlockInfoForm {
  margin-top: 0;
}

.popupThanks .basketBlockBodyItem {
  margin-top: 25px;
  padding-top: 0;
}

.itemsLeftTextBottom__num {
  background: #F5F5F5;
  color: #141414;
  font: normal 500 12px 'Manrope', sans-serif;
  padding: 6px 8px;
  border-radius: 3px;
  margin-left: 30px;
}

.popupThanks .itemsLeftTextBottom {
  justify-content: flex-start;
}

.popupThanks .feedbackPopupThanks__btn {
  margin-top: 0;
}

/*
End popupThanks
###############*/

/*
Start mainThanksBlock
#####################*/
.mainThanksBlock {
  max-width: 320px;
  width: 100%;
  margin: 185px auto 100px;
}

.mainThanksBlock__title {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
  text-align: center;
}

.mainThanksBlock__text {
  margin-top: 16px;
  max-width: 225px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mainThanksBlock__text a {
  border-bottom: 1px solid;
}

.mainThanksBlock__img {
  margin: 27px auto 16px;
  display: block;
}

.mainThanksBlock .feedbackPopupThanks__btn {
  max-width: 242px;
  margin: 0 auto;
}

.buyOneClickForm__title {
  max-width: 210px;
  width: 100%;
}

.buyOneClickFormTop__closed {
  background: url('../images/icon64.svg') no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
}

.buyOneClickFormHeader .itemsLeftTextBottom {
  justify-content: flex-start;
}

.feedbackPopupThanks__btn2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  border-radius: 3px;
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  transition: all, 0.5s;
  margin-top: 16px;
  border: 1px solid #141414;
}

/*
End mainThanksBlock
###################*/

/*
Start popupSize
#############*/
.popupSize {
  background-color: #fff;
  max-width: 530px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  transform: translate(0, -200%);
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.popupSizeText.active {
  position: fixed;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.popupSize.active,
.basketBlock.active {
  transform: translate(0, 0);
}

.popupSize.active {
  z-index: 99999999999;
}

.popupSizeTop,
.basketBlockTop {
  position: relative;
  padding: 20px;
}

.popupSize__closed {
  position: absolute;
  top: 23px;
  right: 20px;
  background: url('../images/icon66.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
}

.popupSize__basketText {
  color: rgba(20, 20, 20, 1);
  font: normal 500 14px 'Manrope', sans-serif;
  text-transform: uppercase;
}

.popupSizeBody {
  margin-top: 10px;
  overflow: auto;
  height: 900px;
}

.popupSizeTop {
  border-bottom: 1px solid rgb(245, 245, 245);
}

.popupSizeBodyList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-bottom: 1px solid rgb(245, 245, 245);
}

.popupSizeBodyList li span {
  color: #000;
  font: normal 500 14px 'Manrope', sans-serif;
  text-transform: uppercase;
  display: block;
  border-right: 1px solid rgb(245, 245, 245);
  padding: 10px 0;
}

.popupSizeBodyList li span.popupSizeBodyList__sm {
  width: 200px;
  text-align: center;
}

.popupSizeBodyList li span.popupSizeBodyList__ln {
  width: 15.5%;
  text-align: center;
}

.popupSizeBodyList li span.popupSizeBodyList__ln:last-of-type {
  border-right: none;
}

.popupSizeText {
  display: none;
}

.popupSizeText p {
  color: #ffffff;
  font: normal bold 20px 'Manrope', sans-serif;
  max-width: 840px;
  width: 100%;
  margin-left: 15%;
}

.popupSizeText.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.popupSizeBodyMobil {
  text-align: center;
  color: #141414;
  font: normal bold 13px 'Manrope', sans-serif;
  margin-top: 50px;
  padding: 0 30px;
  line-height: 22px;
  display: none;
}

.popupSizeBodySize {
  max-width: 90%;
  width: 100%;
  margin: 20px auto 0;
}

.popupSizeBody::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.popupSizeBody::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.popupSizeBody::-webkit-scrollbar-thumb {
  background-color: #555;
}

.popupSizeBodySize .headerBottomSearchFormLeftMobilFilterBlock__checkbox {
  width: 85px;
  height: 40px;
}

.popupSizeBodySizeTab .etabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.popupSizeBodySizeTab .etabs li {
  margin-right: 10px;
  margin-bottom: 20px;
}

.popupSizeBodySizeTab .etabs li:nth-child(5n+5) {
  margin-right: 0;
}

.popupSizeBodySizeTab .etabs li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  background: rgb(245, 245, 245);
  width: 85px;
  height: 40px;
  border-radius: 3px;
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
}

.popupSizeBodySizeTab .etabs li a.active {
  background: #141414;
  color: #ffffff;
}

.popupSizeBodySizeTabTables {
  justify-content: space-between;
  max-width: 280px;
  width: 100%;
  margin: 20px auto 0;
}

.popupSizeBodySizeTabTables li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 20px;
}

.popupSizeBodySizeTabTables li span {
  color: #000;
  font: normal 300 14px 'Manrope', sans-serif;
}

.popupSizeBodySizeTabTables li span:first-of-type {
  width: 180px;
}

.popupSizeBodySizeTabTables li span:last-of-type {
  width: 80px;
  text-align: center;
}

.popupSizeBodySizeTabFigure {
  margin-top: 40px;
}

.popupSizeBodySizeTabFigure__title {
  text-align: center;
  color: #000;
  font: normal 500 14px 'Manrope', sans-serif;
}

.popupSizeBodySizeTab__img {
  margin: 0 auto;
  display: block;
}

.popupSizeBodySizeTabTables2 li span:first-of-type {
  padding-left: 50px;
}

.popupSizeBodyMobil {
  text-align: center;
  color: #141414;
  font: normal bold 13px 'Manrope', sans-serif;
  margin-top: 50px;
  padding: 0 30px;
  line-height: 22px;
  display: none;
}

.mobilFilteOpenBodySize .filterMenuListDown .custom-checkbox__value {
  font: normal 500 14px 'Manrope', sans-serif;
  height: 36px;
  padding: 0 7px;
  min-height: auto !important;
}

/*
End popupSize
############*/

/*
Start payment
#############*/
.payment {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

.payment__title {
  text-align: center;
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
}

.paymentDesc {
  margin: 40px auto 0;
  max-width: 230px;
  width: 100%;
}

.paymentDesc__title {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
}

.paymentDescList {
  margin-top: 20px;
}

.paymentDescList__text {
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
  padding-bottom: 5px;
}

.paymentDescList__text2 {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
}

.paymentDescList li {
  border-bottom: 1px solid rgb(245, 245, 245);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.paymentDesc__desc2,
.paymentDesc__desc {
  color: #000;
  font: normal 400 14px 'Manrope', sans-serif;
  text-align: center;
  line-height: 24px;
  margin-top: 40px;
}

.paymentDesc__title2 {
  color: #000;
  font: normal bold 20px 'Manrope', sans-serif;
  text-align: center;
  margin: 20px 0;
}

.paymentDesc__desc2 {
  margin-top: 0;
}

.paymentImg {
  display: block;
  margin: 40px auto 100px;
  max-width: 230px;
  width: 100%;
}

.menuMobil {
  max-width: 95%;
  width: 100%;
  margin: 0 auto 20px;
}

.menuMobil__title {
  color: #141414;
  font: normal bold 16px 'Manrope', sans-serif;
  margin-bottom: 10px;
}

.menuMobilSelect {
  max-width: 100%;
  width: 100%;
  border: 1px solid #141414;
  height: 40px;
  color: #141414;
  font: normal bold 16px 'Manrope', sans-serif;
  padding: 10px;
  line-height: 1em;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.menuMobilSelect:before {
  content: "";
  display: block;
  border: 3px solid #141414;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  right: 10px;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.menuMobilSelectContent {
  border: 1px solid #141414;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin-top: 20px;
  position: absolute;
  width: 95%;
  background: #ffffff;
  display: none;
  z-index: 99999;
}

.menuMobilSelectContent li {
  margin-bottom: 20px;
}

.menuMobilSelectContent li:last-of-type {
  margin-bottom: 0;
}

.menuMobilSelectContent li a {
  width: 100%;
  display: block;
  text-align: center;
}

.menuMobilSelectContent li a span {
  color: rgb(128, 128, 128);
  font: normal bold 16px 'Manrope', sans-serif;
}

.menuMobilSelectContent li a:hover span {
  color: #141414;
  border-bottom: 1px solid;
}

.menuMobil {
  display: none;
}

/*
End payment
###########*/

/*
Start brands
############*/
.brands {
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 100px;
}

.brands__title {
  text-align: center;
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
  padding-bottom: 40px;
}

.brandsImg {
  display: block;
  margin: 0 auto;
}

.brandsIn {
  max-width: 840px;
  width: 100%;
  margin: 30px auto 0;
}

.brands__desc {
  color: #000;
  font: normal 400 16px 'Manrope', sans-serif;
  padding-bottom: 25px;
  line-height: 28px;
}

.brands__desc:last-of-type {
  padding-bottom: 0;
}

/*
End brands
##########*/

/*
Start news
##########*/
.news {
  max-width: 840px;
  width: 100%;
  margin: 30px auto 100px;
}

.brands__title {
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
}

.newsTopHref__href {
  display: block;
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}

.newsTopHref__desc {
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
}

.newsTopHrefBottom {
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}

.newsTopHrefBottom__date {
  color: rgb(128, 128, 128);
  font: normal 400 14px 'Manrope', sans-serif;
}

.newsTopHrefBottom__href {
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.newsTopHref {
  border-bottom: 1px solid rgb(245, 245, 245);
  padding-bottom: 25px;
}

.newsBlock {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgb(245, 245, 245);
  padding-bottom: 20px;
  margin-top: 20px;
}

.newsBlock__img img,
.newsBlock__img {
  max-width: 410px;
  width: 100%;
  height: 260px;
}

.newsBlock__img img {
  display: block;
  object-fit: cover;
}

.newsContent {
  margin-top: 20px;
}

.newsBlockRight {
  max-width: 410px;
  width: 100%;
}

.newsBlockRight__title {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
  line-height: 26px;
}

.newsBlockRight__desc {
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
  padding-top: 10px;
}

.newsBlockRight .newsTopHrefBottom {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  width: 100%;
}

.newsBlockRight {
  position: relative;
  height: 250px;
}

.news .catalogRight__load {
  margin-top: 50px;
}

.catalogRight__load {
  cursor: pointer;
  max-width: 1500px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #141414;
  color: #141414;
  font: normal 500 16px 'Manrope', sans-serif;
  height: 50px;
  margin-top: 20px;
  border-radius: 4px;
}

.news .catalogNav {
  margin-bottom: 100px;
}

.news2 {
  max-width: 840px;
  width: 100%;
  margin: 50px auto;
}

.news__title {
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
}

.news2Description p {
  color: #000;
  font: normal 400 16px 'Manrope', sans-serif;
  line-height: 28px;
  padding-bottom: 20px;
}

.news2Article__item {
  max-width: 265px;
  width: 100%;
  margin-right: 22px;
  margin-bottom: 20px;
}

.news2Article__item:nth-child(3n+3) {
  margin-right: 0;
}

.news2Article__href {
  max-width: 265px;
  width: 100%;
  height: 265px;
}

.news2Article__href img {
  height: 100%;
  object-fit: cover;
}

.news2Article__date {
  color: rgb(128, 128, 128);
  font: normal 400 14px 'Manrope', sans-serif;
  margin-top: 10px;
  margin-bottom: 5px;
}

.news2Article__title {
  color: #141414;
  font: normal bold 16px 'Manrope', sans-serif;
}

.news2Article__item h2 {
  line-height: 18px;
}

.news2Article__h2 {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
  margin-bottom: 20px;
  margin-top: 50px;
}

.newsSlider {
  max-width: 100%;
  width: 100%;
  margin: 40px 0 0;
}

.newsSlider .slick-prev.slick-arrow {
  text-indent: -9999999px;
  background: none;
  border: none;
  position: absolute;
  top: 200px;
  left: -50px;
  z-index: 9;
  width: 20px;
  height: 20px;
}

.newsSlider .slick-prev.slick-arrow:before {
  content: "";
  display: block;
  border: 3px solid #000000;
  border-right: none;
  border-top: none;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(225deg);
  cursor: pointer;
}

.newsSlider .slick-next.slick-arrow {
  text-indent: -9999999px;
  background: none;
  border: none;
  position: absolute;
  top: 200px;
  right: -50px;
  z-index: 9;
  width: 20px;
  height: 20px;
}

.newsSlider .slick-next.slick-arrow:before {
  content: "";
  display: block;
  border: 3px solid #000000;
  border-right: none;
  border-top: none;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(225deg);
  cursor: pointer;
  right: 0;
}

.newsSlider img {
  max-width: 100%;
  width: 100%;
  height: 415px;
  object-fit: cover;
}

.newsSlider__date {
  color: rgb(128, 128, 128);
  font: normal 400 14px 'Manrope', sans-serif;
  text-align: right;
  padding-top: 10px;
  margin-bottom: 20px;
}

/*
End news
########*/

/*
Start 404
#########*/
.error404 {
  max-width: 540px;
  width: 100%;
  margin: 250px auto 0;
}

.error404__title {
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
  text-align: center;
}

.error404__desc {
  text-align: center;
  color: #141414;
  font: normal 400 16px 'Manrope', sans-serif;
  margin-top: 20px;
}

.error404__btn {
  border: 1px solid #141414;
  width: 215px;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: #141414;
  font: normal 500 16px 'Manrope', sans-serif;
  margin: 50px auto 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*
End 404
#######*/

/*
Start guarante
#############*/
.guarante {
  max-width: 840px;
  width: 100%;
  margin: 45px auto 110px;
}

.guarante__title {
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
  text-align: center;
}

.guaranteMetis__title {
  width: 100%;
  color: #000;
  font: normal bold 24px 'Manrope', sans-serif;
  text-align: center;
  text-transform: none;
  display: block;
  border-bottom: 5px solid rgb(245, 245, 245);
  padding-bottom: 15px;
}

.guaranteMetis {
  margin-top: 80px;
  margin-bottom: 200px;
}

.guaranteMetis .has-arrow::after {
  color: #000;
  width: 15px !important;
  height: 15px !important;
  right: 8px !important;
  transform: rotate(133deg) !important;
  top: 47% !important;
}

.guaranteMetis .mm-active > .has-arrow::after {
  right: 8px !important;
  transform: rotate(226deg) !important;
  top: 37% !important;
}


.catalogMain .metismenu .has-arrow[aria-expanded=true]::after {
  top: 50% !important;
}

.guaranteMetisContent {
  margin-top: 40px;
}

.guaranteMetisContent__title {
  color: #000;
  font: normal bold 16px 'Manrope', sans-serif;
  text-align: center;
  padding-bottom: 10px;
}

.guaranteMetisContent__desc {
  color: #000;
  font: normal 400 16px 'Manrope', sans-serif;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.sezonne__title {
  color: #000;
  font: normal bold 16px 'Manrope', sans-serif;
  text-align: center;
  margin-bottom: 40px;
}

.sezonne p {
  color: #000;
  font: normal 400 16px 'Manrope', sans-serif;
  text-align: center;
  padding-bottom: 5px;
}

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

.guaranteMetis > li {
  margin-bottom: 60px;
}

/*
End guarante
############*/

/*
Start user
##########*/
.user .guarante__title {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.user__paragraf {
  color: #000;
  font: normal 400 16px 'Manrope', sans-serif;
  line-height: 27px;
}

.userContent {
  margin-top: 50px;
}

.pageStatis ul {
  list-style: disc;
  margin-left: 30px;
}

.pageStatis ol {
  list-style: lower-alpha;
  margin-left: 70px;
  margin-top: 50px;
}

/*
End user
########*/


/*
Start status
############*/
.status {
  max-width: 840px;
  width: 100%;
  margin: 40px auto 100px;
}

.status__title {
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
  text-align: center;
}

.status__desc {
  color: #000;
  font: normal normal 16px 'Manrope', sans-serif;
  margin-top: 40px;
}

.statusFormInput {
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  justify-content: space-between;
}

.statusFormInput input {
  max-width: 410px;
  width: 100%;
  height: 50px;
  border: 1px solid #141414;
  padding-left: 20px;
  color: rgb(128, 128, 128);
  font: normal 400 16px 'Manrope', sans-serif;
  padding-right: 20px;
}

.statusFormInput input[type="text"]::-moz-placeholder {
  color: rgb(128, 128, 128);
  font: normal 400 16px 'Manrope', sans-serif;
}

.statusFormInput input[type="text"]::-webkit-input-placeholder {
  color: rgb(128, 128, 128);
  font: normal 400 16px 'Manrope', sans-serif;
}

.statusFormInput input[type="text"]:-ms-input-placeholder {
  color: rgb(128, 128, 128);
  font: normal 400 16px 'Manrope', sans-serif;
}

.statusForm__btn {
  border-radius: 3px;
  cursor: pointer;
  border: none;
  max-width: 280px;
  width: 100%;
  height: 42px;
  background: #141414;
  justify-content: center;
  align-items: center;
  font: normal 500 14px 'Manrope', sans-serif;
  color: #ffffff;
  margin-top: 40px;
}

.statusFormInput .input-container {
  margin: 0;
  max-width: 410px;
  width: 100%;
  padding-left: 0;
}

.statusFormInput .flag-dropdown {
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.statusFormBottom__text {
  color: #000;
  font: normal 500 12px 'Manrope', sans-serif;
}

.statusFormBottom__text a {
  color: #000;
  font: normal 500 12px 'Manrope', sans-serif;
  border-bottom: 1px solid;
}

.statusFormBottom {
  margin-top: 30px;
}

.statusFormBottom .enterFormCheckbox {
  padding: 0;
  position: relative;
}

.contacts__title {
  text-align: center;
  width: 100%;
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
  margin-bottom: 30px;
  margin-top: 50px;
}

.orderText {
  color: #000;
  font: normal 400 16px 'Manrope', sans-serif;
  line-height: 28px;
}

.contacts__name {
  color: #000;
  font: normal bold 16px 'Manrope', sans-serif;
  margin-top: 30px;
  display: block;
  margin-bottom: 10px;
}

.contactsList {
  list-style: disc;
  margin-left: 20px;
}

.contactsList__info a,
.contactsList__info {
  color: #000;
  font: normal 400 16px 'Manrope', sans-serif;
  line-height: 28px;
}

.enterFormCheckbox__title a,
.enterFormCheckbox__title {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
}

.enterFormCheckbox__title {
  position: relative;
  top: -6px
}

.enterFormCheckbox__title a {
  border-bottom: 1px solid;
}

.statusForm .enterFormCheckbox .checkmark,
#register .enterFormCheckbox .checkmark {
  border: 1px solid #808080 !important;
  border-radius: 2px !important;
}

.statusForm .blockCheckbox input:checked ~ .checkmark, #register .blockCheckbox input:checked ~ .checkmark {
  background: #141414 url(../images/icon42.svg) no-repeat center !important;
  border: 1px solid transparent !important;
}

.statusForm .blockCheckbox {
  padding-left: 25px;
  margin-bottom: 0;
}

/*
End status
##########*/

/*
Start order
###########*/
.order {
  max-width: 1540px;
  width: 100%;
  margin: 20px auto 120px;
  align-items: stretch;
  justify-content: space-between;
}

.orderLeft {
  max-width: 710px;
  width: 100%;
}

.orderRight {
  max-width: 800px;
  width: 100%;
  border-left: 1px solid rgb(245, 245, 245);
  padding-left: 30px;
}

.orderDeliver .orderRight {
  max-width: 900px;
}

.orderLeft__title {
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
}

.orderRight .basketBlockBodyItem {
  padding-left: 0;
}

.orderRight .basketBlockBodyItem:first-of-type {
  margin-top: 50px;
}

.formOrder {
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
}

.formOrderTop {
  justify-content: space-between;
  border-bottom: 1px solid rgb(245, 245, 245);
  padding-bottom: 20px;
}

.formOrderTop__title {
  color: rgb(255, 84, 84);
  font: normal bold 20px 'Manrope', sans-serif;
}

.formOrderTop__href {
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
}

.formOrder__data {
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 4px solid rgb(255, 84, 84);
}

.formOrder__data:after {
  content: "";
  display: block;
  border: 2px solid rgb(188, 188, 188);
  border-top: none;
  border-left: none;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}

.formOrderPrice {
  margin-top: 40px;
}

.formOrderPriceTopList {
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid rgb(245, 245, 245);
}

.formOrderPriceTopList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 10px;
}

.formOrderPriceTopList li span {
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  line-height: 19px;
}

.formOrderPriceTotal {
  justify-content: space-between;
  margin-top: 23px;
}

.formOrderPriceTotal__title {
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  text-transform: uppercase;
}

.formOrderPriceTotal__price {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
}

.formOrderPriceError {
  color: rgb(255, 84, 84);
  font: normal 400 12px 'Manrope', sans-serif;
  margin-top: 10px;
}

.formOrderPrice__send {
  cursor: pointer;
  border: none;
  max-width: 100%;
  width: 100%;
  height: 50px;
  background: rgb(128, 128, 128);
  text-transform: uppercase;
  font: normal 500 14px 'Manrope', sans-serif;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: 12px;
}

.formOrderPriceTotal__desc {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
  display: block;
  margin-top: 15px;
}

.registerPopupPassword__closed,
.registerPopup__closed {
  z-index: 99999;
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
  background: url('../images/icon31.svg') no-repeat center;
  display: block;
  width: 15px;
  height: 15px;
}

.registerPopupTab {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
}

.registerPopupTab .etabs {
  justify-content: space-between;
  max-width: 85%;
  width: 100%;
  height: 50px;
  align-items: center;
}

.registerPopupTab .etabs li {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  max-width: 50%;
  width: 100%;
}

.registerPopupTab .etabs li a {
  text-transform: uppercase;
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  height: 50px;
}

.registerPopupTab .etabs li:first-of-type {

}

.registerPopupTab .etabs li:last-of-type {
  margin-right: 0;
  border-right: 1px solid rgb(245, 245, 245);
}

.registerPopupTab .etabs li.active {
  border-bottom: 1px solid #141414;
}

.enterForm__send {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  width: 100%;
  height: 50px;
  margin: 40px auto 0;
  background: #141414;
  text-transform: uppercase;
  color: #ffffff;
  font: normal 500 14px 'Manrope', sans-serif;
  cursor: pointer;
  border: none;
}

.enterForm {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid rgb(245, 245, 245);
  padding-top: 40px;
}

.enterForm__text {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
  text-align: center;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.input-container {
  position: relative;
  margin: 20px 0 40px;
  max-width: 90%;
  width: 100%;
  margin: 20px auto 40px;
}

.input-container input {
  width: 100%;
  padding-top: 0;
  border: none;
  border-bottom: 1px solid #141414;
  font: normal 400 16px 'Manrope', sans-serif;
  height: 40px;
}

.input-container label {
  position: absolute;
  top: 0;
  left: 10px;
  color: #999;
  pointer-events: none;
  transition: all 0.3s ease;
}

.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label {
  top: 10px;
  left: 0;
  color: rgb(128, 128, 128);
  font: normal 500 16px 'Manrope', sans-serif;
}

.input-container input:focus + label.active,
.input-container input:not(:placeholder-shown) + label.active {
  top: -15px;
  font-size: 12px;
}

.rememberPassword {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
  margin-top: 10px;
  display: inline-block;
  border-bottom: 1px solid;
}

.intl-tel-input .selected-flag {
  padding: 0 !important;
}

.input-container label.phone_maskLabel {
  left: 0;
  top: -20px;
  font-size: 12px;
}

.enterFormCheckbox__title a,
.enterFormCheckbox__title {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
}

.enterFormCheckbox .checkmark {
  border-radius: 2px;
  top: 6px;
  border: none;
}

.enterFormCheckbox input {
  opacity: 0;
}

.enterFormCheckbox .blockCheckbox input:checked ~ .checkmark:after {
  display: none;
}

.enterFormCheckbox {
  padding: 0 20px;
  margin-top: -20px;
}

.enterFormCheckbox__title a {
  border-bottom: 1px solid;
}

.input-container label.mistake {
  color: rgb(255, 84, 84) !important;
}

.input-container input.mistake {
  border-bottom: 1px solid rgb(255, 84, 84) !important;
}

.mistakeText {
  color: rgb(255, 84, 84) !important;
  font: normal 500 10px 'Manrope', sans-serif;
  padding-left: 10px;
  padding-top: 4px;
}

.formOrder__title {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
  border-bottom: 1px solid rgb(245, 245, 245);
  padding-bottom: 25px;
  display: block;
}

.formOrder__data_modif {
  border-bottom: 3px solid rgb(245, 245, 245);
}

.orderUser {
  margin-top: 25px;
}

.orderUser__title {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
  margin-bottom: 20px;
}

.orderUserName {
  border-top: 1px solid rgb(245, 245, 245);
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 5px solid rgb(245, 245, 245);
  position: relative;
}

.orderUserName__title {
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
}

.orderUserName__num {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
  margin-top: 10px;
}

.orderUserName__edit {
  background: url('../images/icon32.svg') no-repeat center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  cursor: pointer;
}

.orderUserName__edit_yes {
  background: url('../images/icon33.svg') no-repeat center;
}

.orderDeliver {
  position: relative;
  max-width: 1820px;
  width: 100%;
  margin: 0 auto 40px;
  overflow: hidden;
}

.orderDeliver__back {
  background: url('../images/icon67.svg') no-repeat center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  left: -135px;
}

.deliver__title {
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
}

.orderDeliverTab__title {
  color: #000;
  font: normal bold 20px 'Manrope', sans-serif;
  margin-top: 30px;
  padding-bottom: 10px;
}

.orderDeliverTab {
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
}

.orderDeliverTab .etabs li {
  margin-right: 20px;
}

.orderDeliverTab .etabs li a {
  color: #141414;
  font: normal bold 24px 'Manrope', sans-serif;
  background: rgb(245, 245, 245);
  height: 50px;
  max-width: 190px;
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.orderDeliverTab .etabs li.active a.active {
  background: #141414;
  color: #ffffff;
}

.orderDeliverTab .headerBottomSearchFormLeftMobilFilterBlock__checkbox {
  max-width: 100%;
  width: 100%;
  height: 45px;
}

.orderDeliverTab .headerBottomSearchFormLeftMobilFilterBlock__text span {
  width: 100%;
}

.orderDeliverTabCheckbox {
  justify-content: flex-start;
  margin-top: 10px;
  border-top: 1px solid rgb(245, 245, 245);
  border-bottom: 5px solid rgb(245, 245, 245);
  padding-top: 20px;
  padding-bottom: 15px;
}

.orderDeliverTabCheckbox .blockCheckbox {
  margin-right: 22px;
}

.orderDeliverTabCheckbox .blockCheckbox {
  height: 40px;
  padding: 5px 10px;
  background: rgb(245, 245, 245);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.orderDeliverTabCheckbox .blockCheckbox input:checked ~ .checkmark:after {
  display: none;
}

.orderDeliverTabCheckbox .blockCheckbox input:checked ~ .checkmark {
  background: #141414;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.blockCheckbox__title {
  z-index: 99999;
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  position: relative;
  top: 3px;
  left: -3px;
}

.orderDeliverTabCheckbox .blockCheckbox input:checked ~ .checkmark + .blockCheckbox__title {
  color: #ffffff;
}

.deliverFormBlock__title {
  color: #000;
  font: normal bold 20px 'Manrope', sans-serif;
  border-bottom: 1px solid rgb(245, 245, 245);
  padding-bottom: 20px;
}

.deliverFormBlock {
  margin-top: 25px;
}

.deliverFormBlockCity__city {
  color: #000;
  font: normal bold 18px 'Manrope', sans-serif;
}

.deliverFormBlockCity__redact {
  color: #141414;
  font: normal 500 12px 'Manrope', sans-serif;
  margin-left: 30px;
  border-bottom: 1px solid;
  cursor: pointer;
}

.deliverFormBlockCity {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.orderDeliver .orderLeft {
  max-width: 760px;
  margin-left: 100px;
}

.deliverForm .input-container {
  max-width: 100%;
}

.deliverFormBlockFormBottom {
  justify-content: space-between;
}

.deliverFormBlockFormBottom .input-container {
  max-width: 48%;
  width: 100%;
  margin: 20px 0;
}

.deliverFormBlockForm {
  border-bottom: 5px solid rgb(245, 245, 245);
}

.deliverFormBlockForm__btn {
  cursor: pointer;
  margin-top: 30px;
  height: 52px;
  background: #141414;
  color: #ffffff;
  font: normal 500 14px 'Manrope', sans-serif;
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  border: none;
  justify-content: center;
  align-items: center;
}

.pickupSearch {
  max-height: 350px;
  overflow: auto;
}

.pickupSearch::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: transparent;
}

.pickupSearch::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.pickupSearch::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.deliverForm .input-container.input-container__search {
  margin-bottom: 20px;
}

.pickupSearch__block {
  justify-content: space-between;
  border-bottom: 1px solid rgb(245, 245, 245);
  padding-top: 10px;
}

.pickupSearch__block:first-of-type {
  padding-top: 0;
}

.pickupSearch__text {
  color: rgb(128, 128, 128);
  font: normal 400 14px 'Manrope', sans-serif;
  padding-right: 10px;
}

.pickupSearchRadio__title {
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
  display: block;
  margin-bottom: 5px;
}

.pickupSearchRadio__text {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
}

.pickupSearch__block .checkmark {
  background: #ffffff;
  border: 2px solid rgb(128, 128, 128);
}

.pickupSearch__block .blockCheckbox .checkmark:after {
  display: none !important;
}

.pickupSearch__block .blockCheckbox input:checked ~ .checkmark {
  background: none;
  border: 2px solid #000000;
}

.pickupSearch__block input:checked ~ .checkmark:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: relative;
  margin: 2px 0 0 2px;
  top: 0;
  left: 0;
  background: #000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.pickupSearch__block .blockCheckbox input {
  display: none;
}

.pickupSearch__block .blockCheckbox .checkmark {
  top: 15px;
}

.formOrder__data_addressAddress {
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
  display: block;
}

.formOrder__data_addressTime {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
  display: block;
  margin-top: 5px;
}

.formOrder__data_address:after {
  position: relative;
  top: 0;
  right: -20px;
}

.formOrder__data_address:before {
  content: "";
  background: url('../images/icon35.svg') no-repeat center;
  display: block;
  width: 18px;
  height: 18px;
}

.formOrder__data_addressText {
  margin-left: 20px;
  width: 90%;
}

.formOrder__data_address {
  justify-content: flex-start;
  border-bottom: 5px solid rgb(245, 245, 245);
}

.termsDelivery {
  margin-top: 30px;
  border-bottom: 5px solid rgb(245, 245, 245);
  padding-bottom: 20px;
}

.termsDeliveryBlock:before {
  content: "";
  background: url('../images/icon36.svg') no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
}

.termsDeliveryBlock__text {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
}

.termsDeliveryBlockContent {
  max-width: 90%;
  width: 100%;
  margin-left: 20px;
}

.termsDeliveryBlock {
  margin-top: 20px;
}

.termsDeliveryBlock__text2 {
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
}

.termsDeliveryBlockFree {
  margin: 10px 0;
}

.termsDeliveryBlockFree__date {
  border: 1px solid rgba(0, 0, 0, .6);
  padding: 5px 10px;
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
}

.termsDeliveryBlockFree__free {
  background: rgb(239, 255, 246);
  color: rgb(39, 174, 96);
  font: normal 400 14px 'Manrope', sans-serif;
  padding: 5px 20px;
  margin-left: 10px;
}

.paymentContent {
  margin-top: 0;
  border-bottom: none;
}

.paymentContent li {
  border-bottom: 1px solid rgb(245, 245, 245);
  margin-bottom: 20px;
}

.paymentContent li:last-of-type {
  margin-bottom: 0;
}

.paymentBlock .formOrder__title {
  border-bottom: none;
}

.arrangeListNum {
  margin-top: 40px;
  font-weight: bold;
}

.arrangeListNum li span {
  color: #000;
  font: normal normal 16px 'Manrope', sans-serif;
}

.arrangeListNum li span span {
  font-weight: bold;
}

.arrangeListDisc {
  list-style: disc;
  margin-left: 20px;
  font-size: 10px;
  margin-bottom: 15px;
}

.arrangeListNum li img {
  margin-top: 10px;
  margin-bottom: 5px;
}

.refundContent {
  margin-top: 40px;
}

.refund__text {
  color: #000;
  font: normal normal 16px 'Manrope', sans-serif;
  margin-top: 20px;
  line-height: 27px;
}

.refundUl {
  list-style: disc;
  font-size: 10px;
  margin-left: 30px;
}

.refundUl li span {
  color: #000;
  font: normal normal 16px 'Manrope', sans-serif;
  line-height: 27px;
}

.refund__name {
  color: #000;
  font: normal bold 16px 'Manrope', sans-serif;
}

.refundUl li a {
  color: #000;
  font: normal normal 14px 'Manrope', sans-serif;
  border-bottom: 1px solid;
}

.programm__title {
  text-transform: uppercase;
  color: #000;
  font: normal bold 16px 'Manrope', sans-serif;
  margin-top: 20px;
}

.programmList {
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.programmList > li {
  max-width: 110px;
  width: 100%;
}

.programmList__title {
  text-transform: uppercase;
  color: #000;
  font: normal bold 20px 'Manrope', sans-serif;
  text-align: center;
}

.programmList__paragraf {
  text-align: center;
  color: #000;
  font: normal 400 16px 'Manrope', sans-serif;
  padding-top: 30px;
  line-height: 30px;
}

.programmList > li:last-of-type {
  max-width: 180px;
}

.programmList2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}

.programmList2 li {
  margin-bottom: 10px;
}

.programmList2 li span {
  color: #000;
  font: normal normal 16px 'Manrope', sans-serif;
}

.programmList > li.programmListCenter {
  max-width: 550px;
  width: 100%;
  text-align: center;
}

.programmListCenterIn li span {
  color: #000;
  font: normal normal 16px 'Manrope', sans-serif;
  display: block;
  text-align: center;
  width: 100%;
}

.programmListCenterIn {
  margin-top: 30px;
}

.programmListCenterIn li {
  margin-bottom: 10px;
}

.size {
  max-width: 840px;
  width: 100%;
  margin: 40px auto 0;
}

.size__title {
  text-align: center;
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
}

.size__paragraf {
  color: #000;
  font: normal 400 16px 'Manrope', sans-serif;
  line-height: 27px;
}

.size__paragraf b {
  color: #000;
  font: normal 700 16px 'Manrope', sans-serif;
}

.size__h4 {
  color: #000;
  font: normal bold 16px 'Manrope', sans-serif;
  margin: 20px 0;
}

.sizeImg {
  margin-top: 50px;
  margin-bottom: 100px;
}

/*
End order
#########*/

/*
Start size
#############*/
.table {
  max-width: 100%;
  width: 100%;
  margin: 50px 0;
}

.table li {
  justify-content: space-between;
}

.tableBody .tableHeader__one,
.table li.tableHeader {
  background: #717171 !important;
}

.tableBody span,
.tableBody .tableHeader__one,
.table li b {
  background: #717171;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  color: #FFFFFF;
  font: normal bold 14px 'Manrope', sans-serif;
  padding: 0 12px;
  border-bottom: 1px solid #888888;
  width: 10.88%;
  border-right: 1px solid #888888;
}

.tableBody .tableHeader__one,
.table li b.tableHeader__one {
  max-width: 200px;
  width: 100%;
  justify-content: flex-start;
  border-right: 1px solid #888888;
}

.tableBody .tableHeader__one {
  text-transform: uppercase;
}

.tableBody span {
  background: #dddddd;
  color: #656567;
}

.tableBody:nth-child(odd) span {
  background: #ececec;
}

.sizeTables {
  max-width: 100%;
  width: 840px;
  margin: 50px 0 30px;
}

.sizeTables li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.sizeTables li:nth-child(odd) {
  background: #F5F5F5;
}

.sizeTables li span {
  color: #141414;
  font: normal 500 15px 'Manrope', sans-serif;
  display: block;
  padding: 10px;
}

.sizeTables li .sizeTables__oxvat {
  width: 70px;
  display: block;
}

.sizeTables li span:last-of-type {
  margin-right: 4%;
}

.sizeTables li b {
  color: #141414;
  font: normal bold 15px 'Manrope', sans-serif;
  margin: 0 20px 0 47px;
  position: relative;
  left: 9px;
}

.sizeTables li .sizeTablesBody__talia,
.sizeTables li .sizeTablesBody__grud,
.sizeTables li .sizeTables__rus,
.sizeTables li .sizeTables__xs,
.sizeTables li .sizeTables__uk,
.sizeTables li .sizeTables__us,
.sizeTables li .sizeTables__it,
.sizeTables li .sizeTables__fr {
  position: relative;
  left: 59px;
}

.sizeTables li .sizeTables__it {
  left: 45px;
}

.sizeTables li .sizeTables__us {
  left: 36px;
}

.sizeTables li .sizeTables__uk {
  left: 30px;
}

.sizeTables li .sizeTables__xs {
  left: 30px;
}

.sizeTables .sizeTablesBody span {
  width: 90px;
  padding: 10px 0;
  text-align: center;
}

.sizeTables li .sizeTables__rus {
  left: 20px;
}

.sizeTables li .sizeTablesBody__grud {
  left: -15px;
}

.sizeTables li .sizeTablesBody__talia {
  left: 10px
}

.lookBookTab {
  margin-top: 40px;
}

.lookBookTab .etabs {
  max-width: 100%;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}

.lookBookTab .etabs li a {
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
}

.lookBookTab .etabs li:last-of-type a:before {
  content: "";
  height: 50px;
  width: 220px;
  display: block;
  position: absolute;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.752) 52.5%, rgba(255, 255, 255, 0.3) 100%);
  right: 0;
}

.lookBookTab .etabs li:first-of-type a:before {
  content: "";
  height: 55px;
  width: 220px;
  display: block;
  position: absolute;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.752) 52.5%, rgba(255, 255, 255, 0.3) 100%);
  right: auto;
  left: 0;
  transform: rotate(-180deg);
}

.lookBookTab .etabs li {
  margin-left: 30px;
  position: relative;
}

.lookBookTab .etabs li.active a:before {
  display: none;
}

.lookBookTab .etabs li.active:first-of-type {
  margin-left: 250px;
}

.lookBookTab .etabs li.active:last-of-type {
  margin-right: 180px;
}

.trends {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 100px;
}

.lookBookContent li {
  margin-right: 30px;
  margin-bottom: 30px;
}

.lookBookContent li:nth-child(4n+4) {
  margin-right: 0;
}

.lookBookContent li a {
  display: block;
  max-width: 440px;
  width: 100%;
  height: 660px;
}

.lookBookContent li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lookBookContent {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto 100px;
}

/*
End size
############*/

#toggleMore {
  background: transparent;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  font: normal 500 18px 'Manrope', sans-serif;
}

/*
.topTitleList li {
  display: none;
}

#toggleMore {
  display: none;
}
*/
.topTitleListBtn {
  justify-content: center;
  margin-top: 10px;
}

.sliderMobilBlock {
  display: none;
}

.itemsLeftBlock {
  max-width: 440px;
  width: 100%;
}

.slider .sliderBlockMain {
  margin-right: 15px;
}

.promoCodeEror input {
  border-bottom: 1px solid #FF5454;
  color: #FF5454;
}


.promoCodeEror label {
  color: #FF5454 !important;
}

.promoCode .input-container {
  max-width: 100%;
}

.popupDeliverLeftBody .option input:checked ~ .custom-radio .custom-radioBlock {
  display: block;
  background: #141414;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.promoCodeEror__text {
  color: #FF5454;
  font: normal 500 10px 'Manrope', sans-serif;
  margin-top: 5px;
}

.basketBlockInfoMethodTabBlock__rightChange {
  justify-content: center;
  align-items: center;
  max-width: 214px;
  width: 100%;
  height: 42px;
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  border: 1px solid #141414;
  border-radius: 2px;
}

.basketBlockInfoMethodTabBlock__day {
  font: normal 500 12px 'Manrope', sans-serif;
  color: rgba(20, 20, 20, 0.6);
  margin-top: 16px;
}

.basketBlockInfoMethodTabBlockData {
  align-items: center;
  margin-top: 12px;
}

.basketBlockInfoMethodTabBlockData__data {
  font: normal 500 14px 'Manrope', sans-serif;
  color: #141414;
}

.basketBlockInfoMethodTabBlockData__data b {
  font: normal 700 14px 'Manrope', sans-serif;
  color: #141414;
}

.promoCodeYes input {
  border-bottom: 1px solid #3EB55D;
  text-transform: uppercase;
  background: url('../images/icon68.svg') no-repeat right center;
}

.promoCodeYes label {
  color: #3EB55D !important;
}

.promoCodeYes__text {
  color: #3EB55D;
  font: normal 500 10px 'Manrope', sans-serif;
  margin-top: 5px;
}

.basketBlockInfoMethodTabBlock__left {
  max-width: 70%;
  width: 100%;
}

.sliderBottomHover {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: .5s;
  background-color: white;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -130px;
  z-index: 9;
  padding: 13px 10px 15px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
}

.sliderBlockMain .sliderBlockSliderPrice__title:after {
  display: none;
}

.sliderBlockMain:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
}

.sliderBlockMain:hover .sliderBottomHover.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.sliderBottomHover:before {
  content: '';
  display: block;
  background: white;
  width: 99%;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 2px;
}

.one-time:hover .slick-list {
  overflow: visible !important;
}

.one-time .slick-list .slick-slide {
  opacity: 0;
}

.one-time .slick-list .slick-slide.slick-active {
  opacity: 1;
}

.sliderBlockMain:hover .sliderBlockSliderBottom__href {
  opacity: 1;
}

.sliderBlockSlider .cardBlockVideo__video {
  height: 548px;
}

.sliderMobil .slick-dots .slick-active,
.sliderBlockSlider .slick-dots .slick-active {
  background: rgba(0, 0, 0, .6) !important;
  opacity: 1 !important;
}

body.sticky-bottom-reached {
  overflow-x: hidden;
}

.sliderBlockVideo__play {
  width: 90px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
  border: none;
  cursor: pointer;
}

.navMobilBlockList .js-basket-count {
  top: 6px !important;
}

.promoCode .input-container input {
  text-transform: uppercase;
}

.addressForm .input-container input {
  padding-left: 0;
}

.addressForm .input-container label {
  padding-left: 30px;
}

.addressForm .input-container .addressForm__search {
  left: -9px;
}

.addressForm .input-container {
  margin: 0 auto;
}

.pageStatis {
  max-width: 840px;
  width: 100%;
  margin: 45px auto 110px;
}

.pageStatis p {
  color: #000;
  font: normal 400 16px 'Manrope', sans-serif;
  line-height: 27px;
  margin-bottom: 20px;
}

.pageStatis h1 {
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
  text-align: center;
  padding: 0 120px 0;
  margin-bottom: 50px;
}

.pageStatis .menuMobil h2 {
  color: #141414;
  font: normal bold 16px 'Manrope', sans-serif;
  margin-bottom: 10px;
}

/*
Start responsive
################*/
@media (min-width: 1925px) {
  .checkmark {
    width: 16px;
    height: 16px;
  }

  .radioList .blockCheckbox .checkmark:after,
  .radioList .blockCheckbox .checkmark.selected {
    margin: -.15em 0 0 -.17em;
  }
}

@media (min-width: 2550px) {
  .radioList .blockCheckbox .checkmark:after,
  .radioList .blockCheckbox .checkmark.selected {
    margin: -.18em 0 0 -.17em;
  }
}

@media (min-width: 2850px) {
  .radioList .blockCheckbox .checkmark:after,
  .radioList .blockCheckbox .checkmark.selected {
    margin: -.18em 0 0 -.19em;
  }
}

@media (min-width: 3830px) {
  .radioList .blockCheckbox .checkmark:after,
  .radioList .blockCheckbox .checkmark.selected {
    margin: -.23em 0 0 -.15em;
  }
}

@media (max-width: 1900px) {
  .topTitleList,
  .lookBookContent {
    max-width: 96%;
    margin: 20px auto 0;
  }

  .lookBookContent li {
    margin-right: 1.4%;
    margin-bottom: 1.4%;
    max-width: 23.95%;
    width: 100%;
  }

  .lookBookContent li a {
    max-width: 100%;
    height: 60%;
  }

  .mainCard {
    max-width: 95%;
    width: 100%;
  }

  .cardLeft {
    max-width: 68%;
  }

  .cardBlockVideo,
  .cardBlock__big {
    max-width: 49%;
  }

  .cardBlock__three {
    max-width: 32.1%;
  }

  .cardRight__title {
    max-width: 90%;
  }

  .cardRight {
    max-width: 30%;
  }

  .cardRightWrapper .cardRight {
    max-width: 100%;
    height: auto;
  }

  .slick-next {
    right: 11px;
  }

  .mainTopRight {
    max-width: 1330px;
  }

  .tabsBlockTop__block {
    max-width: 49.2%;
  }

  .itemsTabBag {
    max-width: 49.5%;
  }

  .tabsBlockBottom li {
    max-width: 24%;
    width: 100%;
  }

  .headerBottom,
  .addressTop,
  .basket,
  .headerTopIn,
  .headerMiddle,
  .widthMain {
    max-width: 95%;
  }

  .aboutBrandsLeft {
    max-width: 39%;
  }

  .aboutBrandsRight {
    max-width: 60%;
    width: 100%;
  }

  .footerBlock {
    max-width: 16.6%;
  }

  .custom-select {
    padding-left: 0;
  }

  .mainRight .sliderBlockMain {
    max-width: 32%;
  }

  .bread {
    max-width: 95%;
  }

  .mainContent {
    max-width: 95%;
  }

  .mainLeft {
    max-width: 22%;
  }

  .mainRight {
    max-width: 75%;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 24%;
  }

  .basketLeft {
    max-width: 66%;
  }

  .basketBlockInfoForm,
  .items {
    max-width: 93%;
  }

  .basketRight {
    max-width: 30%;
  }

  .basketBlockInfoMethodTabBlock {
    max-width: 93%;
  }

  .payment-option {
    max-width: 93%;
  }

  .itemsSend .sliderBlockMain {
    max-width: 24.1%;
  }

  .itemsSend {
    max-width: 95%;
  }

  .buyOneClickFormHeader {
    right: 35px;
  }

  .map .iframe {
    width: 112%;
  }

  .orderDeliver__back {
    left: -93px;
  }

  .orderDeliver .orderLeft {
    max-width: 47%;
  }

  .orderDeliver .orderRight {
    max-width: 44%;
    margin-right: 1%;
    padding-left: 0;
  }

  .one-time .sliderBlockMain {
    max-width: 432px;
  }

  .one-time .sliderBlockSliderBottom__href {
    top: 503px;
  }
}

@media (max-width: 1830px) {
  .mainTopRight {
    max-width: 75%;
  }

  .mainTopRightSel {
    max-width: 83%;
  }

  .advantagesItem {
    margin-right: 10%;
  }

  #custom-popup-1 {
    margin-left: 205px;
  }

  #custom-popup-2 {
    margin-left: 93px;
  }

  #custom-popup-3 {
    left: 249px;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 483px
  }

  .one-time .sliderBlockMain {
    max-width: 420px;
  }
}

@media (max-width: 1770px) {
  #tab-container2 .tabsBlockBottom li a span {
    margin-right: 10px;
  }

  .advantagesItem {
    max-width: 20.5%;
    margin-right: 6%;
  }

  .headerTop__sale {
    left: -12%;
  }

  .headerBottomMenuListContentLeft {
    margin-left: 80px;
  }

  .headerBottomMenuListContentRight {
    margin-right: 80px;
  }

  .basketBlockInfoForm .input-container {
    max-width: 32%;
  }

  .itemsSend .sliderBlockMain {
    max-width: 24%;
  }

  .itemsSend__btn {
    margin-right: 5px;
  }

  .buyOneClick .basketBlockInfoForm .input-container {
    max-width: 100% !important;
  }

  .one-time .sliderBlockMain {
    max-width: 403px;
  }

  .one-time .sliderBlockSliderBottom__href {
    top: 480px
  }
}

@media (max-width: 1730px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 466px
  }

  .one-time .sliderBlockMain {
    max-width: 389px;
  }
}

@media (max-width: 1695px) {
  .orderDeliver {
    max-width: 93%;
  }

  .cardBlock__three {
    max-width: 32%;
  }

  #custom-popup-1 {
    margin-left: 139px;
  }

  #custom-popup-2 {
    margin-left: 32px;
  }

  #custom-popup-3 {
    left: 185px;
  }

  .orderDeliver .orderLeft {
    max-width: 48%;
    margin-left: 50px;
  }

  .orderRight {
    max-width: 45%;
  }

  .cardRightWrapper {
    max-width: 30%;
    width: 100%;
  }
}

@media (max-width: 1670px) {
  .cardRightBottomDeliver {
    gap: 70px;
  }

  .cardBlockVideo__video, .cardBlockVideo, .cardBlock__big {
    height: 700px;
  }

  .cardBlock__three {
    max-width: 32%;
    height: 430px;
  }

  .slick-next {
    right: 8px;
  }

  .mainTopRightSel {
    max-width: 79%;
  }

  .bagBlock img {
    height: 800px;
  }

  .topSlider .swiper-pagination {
    left: 29% !important;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 440px;
  }

  .one-time .sliderBlockMain {
    max-width: 374px;
  }

  .one-time .sliderBlockSliderBottom__href {
    top: 460px;
  }
}

@media (max-width: 1605px) {
  .popupSizeText p {
    margin-left: 5%;
  }

  .tabItemBlockList {
    max-width: 99%;
  }

  .tabItemBlockList li {
    max-width: 31.5%;
  }

  .cardRightBottomDeliver {
    gap: 40px;
  }

  .mainCardBlock {
    gap: 20px;
  }

  .cardLeft {
    max-width: 67%;
  }

  .cardRight {
    max-width: 31%;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 23.9%;
  }

  .cardBlockVideo, .cardBlock__big {
    max-width: 48.5%;
  }

  .cardBlock__three {
    max-width: 31.7%;
  }

  .topSlider .swiper-pagination {
    left: 28% !important;
  }

  .slick-prev,
  .slick-next {
    top: 190px;
  }

  .sliderBlockSliderBottom__href {
    top: 427px;
  }

  .headerBottomMenuListContentLeft {
    margin-left: 50px;
  }

  .headerBottomMenuListContentRight {
    margin-right: 50px;
  }

  #custom-popup-1 {
    margin-left: 94px;
  }

  #custom-popup-2 {
    margin-left: -13px;
  }

  #custom-popup-3 {
    left: 140px;
  }

  .itemsSend .sliderBlockMain {
    max-width: 23.9%;
  }

  .order {
    max-width: 96%;
  }

  .orderDeliver .orderLeft {
    margin-left: 0;
  }

  .sliderBottomHover {
    bottom: -128px;
  }

  .mainRight .sliderBottomHover {
    bottom: -129px;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 410px;
  }

  .one-time .sliderBlockMain {
    max-width: 362px;
  }

  .one-time .sliderBottomHover {
    bottom: -121px;
  }

  .sliderBlockMain:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media (max-width: 1530px) {
  .sliderBottomBlockList {
    margin-top: 5px;
  }

  .cardRight {
    max-width: 33%;
  }

  .cardLeft {
    max-width: 65%;
  }

  .cardBlock {
    gap: 15px;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 24.1%;
  }

  .mainTopRightSel {
    max-width: 78%;
  }

  .bagBlock img {
    height: 750px;
  }

  .headerBottomMenuListContentLeft {
    max-width: 39%;
  }

  .menuListDown li {
    max-width: 33%;
  }

  .topSlider .swiper-pagination {
    left: 27% !important;
  }

  .sliderBottomBlock {
    margin-top: 20px;
  }

  .mainRightContent {
    gap: 40px 15px;
  }

  .mainRight .sliderBlockMain {
    max-width: 32.3%;
  }

  .newsItems {
    margin-top: 90px;
  }

  .aboutBrandsTitle__href {
    right: 30px;
  }

  .headerTop__sale {
    left: -13%;
  }

  #tab-container2 .tabsBlockBottom li a span {
    padding-right: 0;
  }

  .mySwiper,
  .topSliderContent {
    height: 557px;
  }

  .mySwiper img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .topSlider .swiper-pagination {
    bottom: 30px !important;
  }

  .bagBlock img {
    height: 647px;
  }

  /*#woomen4 .tabsBlockTop__href,*/
  #tab-container3 .tabsBlockTop__href {
    bottom: 59px;
  }

  .slick-next {
    right: 11px;
  }

  .tabsBlockBottom li a span {
    bottom: 20px;
  }

  .mailing {
    background: url('../images/bg2.png') no-repeat top center;
    background-size: cover;
  }

  .footerBlock:first-of-type {
    max-width: 15%;
  }

  .footerBlock:nth-child(2) {
    margin-left: -7.5%;
    max-width: 11%;
  }

  .footerBlock:nth-child(3) {
    max-width: 16%;
  }

  .footerBlock:nth-child(4) {
    max-width: 14%;
  }

  .footerBlock2 {
    max-width: 18%;
  }

  .footerBlock:last-of-type {
    max-width: 218px;
  }

  .footerMain {
    justify-content: space-between;
  }

  .sliderBottomHoverList li {
    margin-bottom: 10px;
  }

  .headerBottomMenuListContentLeft {
    max-width: 38%;
    margin-left: 30px;
  }

  .headerBottomMenuListContentRight {
    margin-right: 30px;
    max-width: 50%;
  }

  .headerBottomMenuListContentRight .sliderBlockMain {
    max-width: 48%;
  }

  .topSlider .swiper-pagination {
    left: 25% !important;
  }

  .sliderBottomHover .sliderBottomHover__btn {
    margin-top: 0;
  }

  .saleItems {
    margin-top: 0;
  }

  #custom-popup-1 {
    margin-left: 35px;
  }

  #custom-popup-2 {
    margin-left: -72px;
  }

  #custom-popup-3 {
    left: 82px;
  }

  .buyOneClickFormHeader {
    right: 27px;
  }

  .mainRight .sliderBottomHover {
    bottom: -113px;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 395px;
  }

  .one-time .sliderBlockMain {
    max-width: 350px;
  }
}

@media (max-width: 1470px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 380px;
  }

  .one-time .sliderBlockSliderBottom__href {
    top: 400px;
  }

  .one-time .sliderBlockMain {
    max-width: 328px;
  }

  .one-time .sliderBottomHover {
    bottom: -117px;
  }
}

@media (max-width: 1440px) {
  .popupSizeText p {
    margin-left: 2%;
    max-width: 750px;
  }

  .cardBlock {
    margin-bottom: 15px;
  }

  .cardRightColor {
    margin-top: 30px;
  }

  .tabItemBlockList li {
    max-width: 45%;
  }

  .tabItemBlockList {
    gap: 10px 80px;
  }

  .cardLeft {
    max-width: 65.2%;
  }

  .mainCardBlock {
    gap: 30px;
  }

  .cardBlockVideo__video, .cardBlockVideo, .cardBlock__big {
    height: 600px;
  }

  .cardBlockVideo,
  .cardBlock__big {
    max-width: 48.9%;
  }

  .cardBlock {
    gap: 0 15px;
  }

  .cardRight {
    max-width: 32.5%;
  }

  .mainRight .sliderBlockMain {
    max-width: 31.9%;
  }

  .cardBlock__three {
    height: 393px;
    max-width: 31.9%;
  }

  .tabItem {
    margin-top: 40px;
  }

  #mightLike {
    padding-top: 112px;
    padding-bottom: 86px;
  }

  .cardRightColor .card img {
    width: 70px;
    height: 91px;
  }

  .cardRightColor .card {
    height: 101px;
  }

  .cardRightBottomDeliver__href {
    width: 190px;
  }

  .cardRight__title {
    max-width: 84%;
  }

  .cardRightBottomDeliver {
    gap: 20px;
  }

  .cardRightBottom {
    margin-top: 30px;
  }

  .footerBlock:nth-child(2) {
    margin-left: -10%;
  }

  .footerBlock:last-of-type {
    max-width: 219px;
  }

  .footerBlock:nth-child(3) {
    max-width: 186px;
  }

  .footerBlock:nth-child(4) {
    max-width: 173px;
  }

  .footerBlock:nth-child(5) {
    max-width: 225px;
  }

  #custom-popup-1 {
    margin-left: 15px;
  }

  #custom-popup-2 {
    margin-left: -93px;
  }

  #custom-popup-3 {
    left: 62px;
  }

  .itemsSend .sliderBlockSlider .slick-slide > a {
    height: 445px;
  }

  .itemsSend .sliderBlockSliderBottom__href {
    top: 390px;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 360px;
  }

  .one-time .sliderBlockSliderBottom__href {
    top: 377px;
  }
}

@media (max-width: 1400px) {
  .cardRightBottomDeliver {
    gap: 13px;
    height: auto;
  }

  .cardRight {
    max-width: 32.5%;
  }

  .cardLeft {
    max-width: 64.2%;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 350px;
  }

  .one-time .sliderBlockMain {
    max-width: 315px;
  }
}

@media (max-width: 1340px) {
  .popupSizeText p {
    max-width: 600px;
    font-size: 16px;
  }

  .cardBlock__three {
    height: 320px;
    max-width: 31.9%;
  }

  .cardRightBottomDeliver {
    height: auto;
  }

  #custom-popup-1 {
    margin-left: -43px;
  }

  #custom-popup-2 {
    margin-left: -149px;
  }

  #custom-popup-3 {
    left: 4px;
  }

  .itemsSend .sliderBlockSliderTopHeart {
    right: 35px;
  }

  .sliderBlockSliderTopSale {
    width: 77%;
    gap: 5px 0;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 330px;
  }

  .one-time .sliderBlockSliderBottom__href {
    top: 365px;
  }

  .one-time .sliderBlockMain {
    max-width: 300px;
  }
}

@media (max-width: 1320px) {
  .basketBlockInfoMethodTabBlock__left {
    max-width: 66%;
  }

  .mainTopRightSel {
    max-width: 70%;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 24%;
  }

  .slick-prev, .slick-next {
    display: none;
  }

  .headerTop__sale {
    left: -16%;
  }

  .bagBlock img {
    height: 600px;
  }

  .footerBlock:first-of-type {
    max-width: 17%;
  }

  .footerBlock:nth-child(4) {
    max-width: 16%;
  }

  .footerBlock2 {
    max-width: 21%;
  }

  .sliderBlockSliderBottom__href {
    top: 325px;
  }

  .topSlider .swiper-pagination {
    left: 22% !important;
  }

  #tab-container2 .tabsBlockBottom li a span {
    font-size: 16px;
  }

  .newsSlider .slick-next.slick-arrow,
  .newsSlider .slick-prev.slick-arrow {
    display: block !important;
  }

  .tabItemBlockList li {
    max-width: 44%;
  }

  .one-time .sliderBlockSliderBottom__href {
    top: 325px;
  }

  .one-time .sliderBottomHover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media (max-width: 1290px) {
  .basketBlockInfoMethodTabBlock__left {
    max-width: 55%;
  }

  .tabItemBlockList li {
    max-width: 43.7%;
  }

  .basketBlockInfoMethodTabBlock__text {
    max-width: 95%;
    width: 100%;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 23.9%;
  }

  .cardRightBottomDeliver {
    gap: 15px;
  }

  .cardBlockVideo, .cardBlock__big {
    max-width: 48.2%;
  }

  .cardBlockVideo__video, .cardBlockVideo, .cardBlock__big {
    height: 520px;
  }

  .cardLeft {
    max-width: 62%;
  }

  .cardRight {
    max-width: 34%;
  }

  .mainRight .sliderBlockMain {
    max-width: 32.1%;
  }

  .mainTopRightSel {
    max-width: 75%;
  }

  .topTitle {
    margin-top: 30px;
  }

  .bread {
    margin: 115px auto 0;
  }

  .cardBlock__three {
    max-width: 31.5%;
    height: 310px;
  }

  .cardRight {
    max-width: 35%;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 320px;
  }

  .one-time .sliderBlockMain {
    max-width: 285px;
  }
}

@media (max-width: 1220px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 300px;
  }
}

@media (max-width: 1190px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 290px;
  }
}

@media (max-width: 1170px) {
  .basketBlockInfoMethodTabBlock__left {
    max-width: 59%;
  }

  .cardRightBottomDeliver {
    padding: 20px 10px;
  }

  .mainTopRightSel {
    max-width: 70%;
  }

  .ui-slider-horizontal .ui-slider-handle:last-of-type {
    margin-left: -13px !important;
  }

  .mainRight .sliderBlockMain {
    max-width: 32%;
  }

  #tab-container2 .tabsBlockBottom li:nth-child(2) a span,
  #tab-container2 .tabsBlockBottom li:nth-child(4) a span {
    color: #fff;
  }

  .headerTop__sale {
    left: -18%;
  }

  .headerMiddleRight {
    margin-right: 0;
  }

  .topSlider .swiper-pagination {
    left: 18% !important;
  }

  .scrollWidth {
    overflow-x: scroll;
  }

  .newsItemsContent.scrollWidth {
    overflow-x: visible;
  }

  .one-time .sliderBlockMain {
    max-width: 251px;
  }

  .advantagesContent {
    width: 1188px;
  }

  .scrollWidth::-webkit-scrollbar {
    width: 0;
  }

  .scrollWidth::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .0);
  }

  .advantagesItem {
    margin-right: 3%;
    max-width: 270px;
  }

  #tab-container2 .tabsBlockBottom li a span {
    text-align: center;
  }

  .footer {
    height: auto;
    padding-bottom: 20px;
  }

  .footerBlock {
    max-width: 20% !important;
  }

  .footerBlock2 {
    max-width: 22% !important;
  }

  .footerBlock:last-of-type {
    max-width: 220px !important;
    margin-top: 20px;
  }

  .footerBlock__href {
    max-width: 217px;
  }

  .headerBottomMenuListContentLeft {
    max-width: 43%;
  }

  .tabsBlock {
    margin-top: 0;
  }

  .marginTop {
    margin-top: 0;
  }

  .saleItems {
    margin-top: 0;
  }

  .aboutBrands {
    margin-top: -70px;
  }

  .sliderBlockSliderTopHeart {
    right: 40px;
  }

  #custom-popup-1 {
    margin-left: -167px;
  }

  #custom-popup-2 {
    margin-left: -275px;
  }

  #custom-popup-3 {
    left: 4px;
  }

  .buyOneClickFormHeader {
    right: 24px;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 287px;
  }
}

@media (max-width: 1130px) {
  .cardRightWrapper {
    max-width: 35%;
  }

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

  .popupSizeBodySizeTab .etabs li a {
    width: 75px;
  }

  .popupSizeBodySizeTab .etabs li:nth-child(5n+5) {
    margin-right: 10px;
  }

  .popupSize {
    max-width: 400px;
    right: -3px;
    top: 2px;
  }

  .popupSizeBodyList li span.popupSizeBodyList__sm {
    width: 38%;
    text-transform: none;
  }

  .popupSizeBodyList li span {
    font-size: 12px;
    padding: 8px 0;
  }

  .popupSize__basketText {
    font-size: 12px;
    text-transform: none;
  }
}

@media (max-width: 1100px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 276px;
  }
}

@media (max-width: 1090px) {
  .orderText {
    font-size: 12px;
    line-height: 20px;
  }

  .contactsList__info a, .contactsList__info {
    font-size: 12px;
    line-height: 20px;
  }

  .news2 {
    max-width: 80%;
  }

  .news__title {
    font-size: 30px;
  }

  .news2Article__item {
    max-width: 31%;
  }

  .itemsSend .sliderBlockSlider .slick-slide > a {
    height: 400px;
  }

  .cardBlock__three {
    height: 220px;
  }

  .cardLeft {
    max-width: 57%;
  }

  .cardRight {
    max-width: 39%;
  }

  .cardBlockVideo__video, .cardBlockVideo, .cardBlock__big {
    height: 390px;
  }

  .cardBlockVideo, .cardBlock__big {
    max-width: 47.3%;
  }

  .cardRight__title {
    max-width: 91%;
  }

  .mainTopRightSel {
    max-width: 70%;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 23.6%;
  }

  .bread {
    margin: 100px auto 0;
  }

  .mainRight .sliderBlockMain {
    max-width: 31.8%
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 263px;
  }

  .aboutBrandsTitle__href {
    right: 48px;
  }

  .topSlider .swiper-pagination {
    left: 13% !important;
  }

  .headerTop__sale {
    left: -22%;
  }

  .headerBottomMenu {
    margin-right: 0;
  }

  .bagBlock img {
    height: 500px;
  }

  .aboutBrandsRight {
    max-width: 50%;
  }

  .aboutBrandsLeft {
    max-width: 49%;
  }

  .footerBlock2 {
    max-width: 25% !important;
  }

  .newsItems.widthMain,
  .newsItemsContent.scrollWidth {
    max-width: 100%;
  }

  .newsItems.widthMain {
    margin-left: 25px;
    overflow: hidden;
    max-width: 98%;
    width: 100%;
  }

  .newsItemsTop {
    max-width: 100%;
  }

  .one-time {
    width: 1300px;
  }

  .aboutBrandsTitle__href {
    right: 10px;
  }

  .aboutBrands .aboutBrandsTitle__href {
    right: 0;
  }

  .aboutBrands {
    margin-top: -40px;
  }

  .advantages {
    padding-top: 90px;
  }

  .sliderBlockSliderTopSale__newsItem,
  .sliderBlockSliderTopSale__xit,
  .sliderBlockSliderTopSale__news,
  .sliderBlockSliderTopSale__sale,
  .sliderBlockSliderTopSale__procent {
    font-size: 10px;
  }

  .sliderBlockSliderPrice__title {
    margin-top: 10px;
  }

  .itemsSend .sliderBlockMain {
    max-width: 23.7%;
  }

  .itemsSend .sliderBlockSliderBottom__href {
    top: 345px;
  }

  .itemsSend__title {
    font-size: 30px;
  }

  .itemsSend .sliderBlockSliderTopSale__video {
    height: 23px;
  }

  .itemsSend .sliderBlockSliderTopHeart {
    margin-top: 10px;
  }

  .popupSizeText p {
    max-width: 500px;
  }

  .tabItemBlockList {
    gap: 10px 20px;
  }

  .tabItemBlockList li {
    max-width: 46.7%;
  }

  .headerMiddle__logo {
    margin-left: 35%;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 250px;
  }

  .cardRightWrapper {
    max-width: 39%;
  }

  .one-time .sliderBlockMain {
    max-width: 246px;
  }
}

@media (max-width: 1030px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 240px;
  }
}

@media (max-width: 1010px) {
  .cardBlock__three {
    max-width: 31.4%;
  }

  .mainCardBlock {
    gap: 15px;
  }

  .cardRight {
    max-width: 40%;
  }

  .cardBlockVideo, .cardBlock__big {
    max-width: 48.3%;
  }

  #custom-popup-1 {
    margin-left: -206px;
  }

  #custom-popup-2 {
    margin-left: -314px;
  }

  #custom-popup-3 {
    left: 4px;
  }

  .buyOneClickFormHeader {
    right: 18px;
  }
}

@media (max-width: 980px) {
  .brandsImg {
    height: 300px;
    object-fit: cover;
  }

  .brands {
    margin-bottom: 60px;
  }

  .brandsIn {
    max-width: 90%;
  }

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

  .popupSizeText p {
    max-width: 400px;
    font-size: 14px;
  }

  .basketBlockInfoMethodTabBlock__left {
    max-width: 52%;
  }

  .sliderBlockSliderTopSale__newsItem,
  .sliderBlockSliderTopSale__xit,
  .sliderBlockSliderTopSale__news,
  .sliderBlockSliderTopSale__sale,
  .sliderBlockSliderTopSale__procent {
    font-size: 9px;
  }

  .sliderBlockSliderTopSale .sliderBlockSliderTopSale__video {
    width: 31px;
    height: 23px;
  }

  .cardBlockVideo__play {
    width: 49px;
    height: 49px;
  }

  .mainCard .sliderBlockSliderTopSale {
    margin-top: 8px;
    margin-left: 8px;
  }

  .cardBlockVideo__video, .cardBlockVideo, .cardBlock__big {
    height: 300px;
  }

  .cardBlockVideo, .cardBlock__big {
    max-width: 47.6%;
  }

  .cardLeft {
    max-width: 54%;
  }

  .cardBlock__three {
    height: 170px;
    max-width: 30.7%;
  }

  .cardRight {
    max-width: 44%;
  }

  .mainRight .sliderBlockMain {
    max-width: 48%
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 390px;
    height: 35px;
  }

  .sliderBlockSliderTopSale__newsItem,
  .sliderBlockSliderTopSale__xit,
  .sliderBlockSliderTopSale__news,
  .sliderBlockSliderTopSale__sale,
  .sliderBlockSliderTopSale__procent {
    font-size: 11px;
  }

  .sliderBlockSliderTopSale__video {
    height: 25px;
  }

  .mainRight .sliderBlockSliderPrice__title {
    margin-top: 0;
  }

  .newsItems.widthMain {
    max-width: 96%;
  }

  .aboutBrandsTitle__href {
    right: 30px;
  }

  .mySwiper, .topSliderContent {
    height: 500px;
  }

  .headerMiddleList li a {
    font-size: 12px;
  }

  .headerMiddleList {
    max-width: 215px;
  }

  .headerMiddleRightLeft {
    max-width: 150px;
  }

  .headerMiddleRight {
    max-width: 305px;
    margin-right: 0;
  }

  .headerMiddleRight__phone:after {
    right: -9px;
  }

  .headerTop__sale {
    left: -22%;
  }

  .headerBottomMenuList > li > a {
    font-size: 14px;
  }

  .headerMiddleRight__phone {
    font-size: 14px;
  }

  .aboutBrands .aboutBrandsTitle__href {
    right: 13px;
  }

  .mainTopRightSel {
    max-width: 65%;
  }

  .tabItemBlockList {
    max-width: 100%;
  }

  .tabItemBlockContent {
    gap: 0;
  }

  .cardRightSize #sizeMenu .checkmark {
    width: 43px;
    height: 43px;
  }

  .cardRightSize #sizeMenu .custom-checkbox__value {
    font-size: 16px;
  }

  .popupCard {
    max-width: 95% !important;
  }

  .popupCardRight {
    max-width: 48%;
  }

  .popupCardLeft {
    max-width: 45%;
  }

  .popupDeliver {
    max-width: 95% !important;
  }

  .popupDeliverLeft {
    max-width: 50% !important;
  }

  .popupDeliverRight {
    max-width: 46% !important;
  }

  .popupDeliverLeftList li a {
    font-size: 12px;
  }

  .addressForm {
    max-width: 250px;
  }

  .addressTopLeft {
    max-width: 745px;
  }

  .itemsSend .sliderBlockSlider .slick-slide > a {
    height: 300px;
  }

  .itemsSend .sliderBlockSliderBottom__href {
    top: 245px;
  }

  .sliderBottomHoverList li span {
    font-size: 14px;
  }

  .popupItem {
    max-width: 96% !important;
  }

  .popupItemLeft {
    max-width: 49%;
  }

  .popupItemRight {
    max-width: 49%;
  }

  .popupThanks__href2, .popupItemBottom .popupThanks__href {
    max-width: 49%;
  }

  .popupItemInfoList__last {
    max-width: 50%;
    font-size: 12px;
  }

  .popupItemInfoList__first {
    max-width: 50%;
    font-size: 12px;
  }

  .sliderBottomHoverList li span {
    font-size: 12px;
    padding: 2px 6px;
  }

  .size__paragraf {
    font-size: 14px;
    line-height: 22px;
  }

  .size__h4 {
    font-size: 14px;
  }

  .size__title {
    font-size: 30px;
  }

  .lookBookTab .etabs li a {
    font-size: 30px;
  }

  .table li b {
    width: 9%;
  }

  .tableBody span {
    width: 10.8%;
  }

  .tableBody .tableHeader__one, .table li b.tableHeader__one {
    max-width: 24.4%;
  }

  .sizeTables .sizeTablesBody span {
    width: 80px;
  }

  .sizeTables li .sizeTablesBody__grud {
    left: -7px;
  }

  .size {
    max-width: 95%;
  }

  .lookBookTab .etabs li.active:first-of-type {
    margin-left: 50px;
  }

  .lookBookTab .etabs li a {
    font-size: 30px;
  }

  .lookBookTab .etabs li:first-of-type a:before,
  .lookBookTab .etabs li:last-of-type a:before {
    width: 140px;
  }

  .cardRightWrapper {
    max-width: 43%;
  }
}

@media (max-width: 940px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 370px;
  }
}

@media (max-width: 900px) {
  .pageStatis,
  .status,
  .guarante {
    max-width: 95%;
  }

  .arrange {
    max-width: 840px;
  }

  .statusFormInput > input,
  .statusFormInput .input-container {
    max-width: 48%;
  }

  .guaranteMetis__title {
    font-size: 18px;
    padding-right: 35px;
  }

  .guarante__title {
    font-size: 30px;
  }

  .guaranteMetis .has-arrow::after {
    width: 10px !important;
    height: 10px !important;
  }

  .guaranteMetisContent__title {
    font-size: 13px;
  }

  .guaranteMetisContent__desc {
    font-size: 13px;
    line-height: 22px;
  }

  .guaranteMetis {
    margin-top: 40px;
  }

  .news {
    max-width: 95%;
  }

  .newsBlock__img {
    max-width: 48%;
  }

  .newsBlockRight h2 {
    line-height: 1em;
  }

  .newsBlockRight__desc {
    font-size: 13px;
  }

  .newsBlock__img img {
    height: 200px;
  }

  .newsBlockRight {
    height: 200px;
    max-width: 48%;
  }

  .newsBlock {
    height: 230px;
  }

  .newsBlockRight__title {
    font-size: 16px;
  }

  .itemsSend .sliderBlockMain {
    max-width: 23.5%;
  }

  .mainCard .sliderBlockSliderTopSale {
    max-width: 150px;
    width: 100%;
  }

  .mainCard .sliderBlockSliderTopSale div {
    margin-bottom: 5px;
  }

  .headerTop__sale {
    left: -30%;
  }

  .bagBlock img {
    height: 450px;
  }

  .tabsBlockBottom {
    margin-top: 10px;
  }

  .tabsBlockBottom li a span {
    bottom: 15px;
  }

  .aboutBrandsRight,
  .aboutBrandsLeft {
    max-width: 100%;
  }

  .aboutBrandsLeft {
    margin-bottom: 36px;
  }

  .footerBlock {
    max-width: 26% !important;
  }

  .footerBlock2 {
    max-width: 30% !important;
    margin-top: 20px;
  }

  .menuListDown li {
    max-width: 50%;
  }

  .headerBottomMenuListContentLeft {
    max-width: 40%;
  }

  .footerBlock__b2b {
    max-width: 217px;
  }

  .basketRight {
    display: none;
  }

  .basketLeft {
    max-width: 100%;
    border-right: none;
  }

  .basketBlockInfoForm, .items {
    max-width: 100%;
  }

  .basketMobileBottom .basketRight,
  .basketMobileBottom {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .promoCode__title {
    font-weight: 600;
    font-size: 20px;
  }

  .promoCode input {
    margin-top: 14px;
  }

  .basketMobileBottom .basketRight {
    margin-top: 50px;
  }

  .basketBlockInfoBuy {
    margin-top: 50px;
  }

  .basketBlockInfoMethodTabBlock {
    max-width: 100%;
  }

  .addressForm {
    position: absolute;
    top: 50px;
    max-width: 95%;
    width: 100%;
  }

  .addressForm .input-container {
    max-width: 100%;
    margin-top: 10px;
  }

  .address {
    position: relative;
  }

  .addressMap {
    margin-top: 80px;
  }

  .addressForm input {
    max-width: 100%;
    width: 100%;
  }

  .addressTopLeft {
    max-width: 460px;
  }

  #custom-popup-1 {
    margin-left: -267px;
  }

  #custom-popup-2 {
    margin-left: -376px;
  }

  #custom-popup-3 {
    left: 4px;
  }

  .payment__title {
    font-size: 30px;
  }

  .paymentDesc__desc2, .paymentDesc__desc {
    padding: 0 20px;
  }

  .refund__text, .programmList__paragraf, .programmList2 li span, .programmListCenterIn li span {
    font-size: 14px;
  }

  .refund__text {
    line-height: 24px;
  }

  .programmList > li {
    max-width: 15%;
  }

  .programmList > li.programmListCenter {
    max-width: 56%;
  }

  .programmList > li:last-of-type {
    max-width: 29%;
  }

  .contacts .orderLeft {
    max-width: 100%;
    margin-left: 0;
  }

  .contacts .orderRight {
    margin-top: 20px;
    max-width: 100%;
  }

  .contacts .map .iframe {
    height: 490px;
  }

  .sliderBottomHoverList li span {
    padding: 3px 4px;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 350px;
  }
}

@media (max-width: 890px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 349px;
  }

  .pageStatis h1 {
    font-size: 30px;
    max-width: 390px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0;
  }


}

@media (max-width: 860px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 334px;
  }
}

@media (max-width: 840px) {
  .tag-wrap .scroll {
    overflow: scroll;
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
  }

  .tag-wrap .scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .tag-wrap .scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
  }


  .tag-wrap .topTitleList {
    width: 900px;
    max-width: 900px;
    padding-left: 10px;
  }

  .lookBookContent li {
    max-width: 32.4%;
  }

  .lookBookContent li:nth-child(4n+4) {
    margin-right: 1.4%;
  }

  .lookBookContent li:nth-child(3n+3) {
    margin-right: 0;
  }

  .news__title {
    font-size: 25px;
  }

  .news2Article__item {
    max-width: 31%;
    margin-right: 3%;
  }

  .news2Article__item h2 {
    line-height: 0;
  }

  .news2Article__title {
    font-size: 13px;
  }

  .news2Article__date {
    font-size: 12px;
  }

  .news2Article__href {
    display: block;
    height: auto;
  }

  .news2Article__h2 {
    margin-top: 20px;
  }

  .newsSlider .slick-next.slick-arrow {
    top: 135px;
    right: -30px;
  }

  .newsSlider .slick-prev.slick-arrow {
    top: 145px;
    left: -39px;
  }

  .news2Description p {
    line-height: 20px;
    font-size: 14px;
  }

  .popupSizeBodyMobil {
    display: block;
    margin-bottom: 20px;
  }

  .popupSizeText p {
    display: none;
  }

  .mySwiper2Man {
    height: 430px;
  }

  .popupCard {
    height: 625px !important;
  }

  .cardRightBottomDeliver__text {
    font-size: 14px;
  }

  .cardBlockVideo, .cardBlock__big {
    max-width: 46.6%;
  }

  .cardBlock {
    gap: 10px;
    margin-bottom: 10px;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 23.4%;
  }

  .filter .input-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .filter .input-wrapper:nth-of-type(2) {
    margin-bottom: 0;
  }

  .filter .filterMenuListDownBlockTop__title:last-of-type {
    position: absolute;
    top: 110px;
  }

  .filterMenuList > li > a {
    font-size: 14px;
  }

  .mainLeft .custom-checkbox__value {
    font-size: 12px;
  }

  .mainTopRightSel {
    max-width: 59%;
  }

  .newsItemsTop {
    max-width: 97%;
  }

  .text_reg {
    font-size: 16px;
  }

  .aboutBrandsLeft__text {
    margin-bottom: 18px;
  }

  .mySwiper, .topSliderContent {
    height: 480px;
  }

  .bagBlock img {
    height: 400px;
  }

  .footerBlock:last-of-type {
    max-width: 230px !important;
  }

  .one-time {
    width: 1100px;
  }

  .slick-prev {
    width: 40px;
    height: 40px;
  }

  .sliderBlockSliderBottom__href {
    top: 280px;
  }

  /*.sliderBottomHover .sliderBottomHoverList,*/
  /*.sliderBottomHover .sliderBottomHover__list {*/
  /*  display: none;*/
  /*}*/
  .sliderBlockMain .sliderBottomHover.show {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  .topSlider .swiper-pagination {
    left: 7% !important;
  }

  .aboutBrandsTitle__href {
    right: 0;
  }

  .sliderBottomHover .sliderBottomHover__btn {
    margin-top: 10px;
  }

  .mobilTabs__title {
    color: #141414;
    font: normal 600 16px 'Manrope', sans-serif;
    margin-bottom: 21px;
  }

  .mobilTabsBlock {
    justify-content: space-between;
  }

  .mobilTabsBlock__btn {
    color: #141414;
    border-bottom: 1px solid;
    margin-top: 12px;
  }

  .tabItemBlockContent .reviewsOtherList {
    max-width: 100%;
    width: 100%;
  }

  .cardBlockVideo, .cardBlock__big {
    max-width: 47.4%;
  }

  .cardRight {
    max-width: 43%;
  }

  .itemsSend .sliderBlockMain {
    max-width: 31.5%;
  }

  .itemsSend__title {
    font-size: 20px;
  }

  .itemsSend__btn {
    max-width: 198px;
  }

  .sliderBottomHover {
    bottom: -163px;
  }

  .mainRight .sliderBottomHover {
    bottom: -128px;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 331px;
  }

  .sliderBottomHover,
  .slider .sliderBlockMain {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  }

  .one-time .sliderBlockSliderBottom__href {
    top: 323px;
  }
}

@media (max-width: 795px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 310px;
  }
}

@media (max-width: 770px) {
  .arrangeListNum li span {
    font-size: 13px;
  }

  .arrangeListNum {
    margin-top: 0;
  }

  .arrange .menuMobilSelectContent {
    width: 93% !important;
  }

  .cardBlockVideo__video,
  .cardBlockVideo,
  .cardBlock__big {
    height: 240px;
  }

  .cardBlock__three {
    height: 150px;
  }

  .cardRightBottomDeliver {
    height: auto;
    padding: 10px;
  }

  .cardRightBottomDeliver__text {
    font-size: 16px;
  }

  .filterMenuInList li {
    margin-right: 5px;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 23.1%;
  }

  .mainContent {
    margin: 40px auto 98px;
  }

  .mainRightNav {
    margin-top: 60px;
  }

  .mainRight .sliderBlockSliderTopHeart {
    margin-right: 0;
  }

  .mainRight .sliderBlockSliderTopSale {
    margin-left: 5px;
  }

  .headerMiddle__logo svg,
  .headerMiddle__logo {
    max-width: 100px;
    width: 100%;
  }

  .headerTop__sale {
    left: -29%;
    font-size: 14px;
  }

  .mySwiper, .topSliderContent {
    height: 460px;
  }

  .bagBlock img {
    height: 350px;
  }

  /*#woomen4 .tabsBlockTop__href,*/
  #tab-container3 .tabsBlockTop__href {
    bottom: 49px;
  }

  .footerBlock2 {
    max-width: 45% !important;
  }

  .sliderBottomBlock {
    margin-top: 20px;
  }

  .sliderBottomHover__btn {
    margin-top: 10px;
  }

  .topSlider .swiper-pagination {
    left: 3% !important;
  }

  .tabsBlock {
    margin-top: 10px;
  }

  .newsItems {
    margin-top: 60px;
  }

  .marginTop {
    padding-top: 60px;
  }

  .aboutBrands {
    margin-top: 0;
    padding-top: 20px;
  }

  .advantages {
    padding-top: 60px;
  }

  .aboutBrandsTitle__href {
    right: 15px;
  }

  .headerTop {
    height: 40px;
  }

  .input-container input {
    font-size: 13px;
    height: 30px;
  }

  .popupDeliver {
    max-width: 100% !important;
    height: 100% !important;
    margin-top: 10px !important;
    border-radius: 0 !important;
  }

  .popupDeliverBlockPlanshet {
    justify-content: space-between;
  }

  .popupDeliverLeft {
    max-width: 100% !important;
  }

  .popupDeliver .popupDeliverLeft .input-container {
    max-width: 48% !important;
    margin-bottom: 34px;
  }

  .popupDeliverLeft__btn {
    position: absolute;
    bottom: -500px;
  }

  .popupDeliver .popupDeliverLeft__btn {
    bottom: -610px;
  }

  .popupDeliver {
    padding: 37px 27px 30px !important;
    height: 880px !important;
  }

  .popupDeliverLeft__title {
    margin-bottom: 10px;
  }

  .popupDeliverLeftList {
    margin-bottom: 16px;
  }

  .popupPickup #mapi2,
  .ymaps-2-1-79-map,
  .mapik,
  .popupDeliverRight {
    max-width: 100% !important;
    height: 440px;
  }

  .mapContent .mapik,
  .mapContent {
    max-width: 100% !important;
    height: auto;
  }

  .popupDeliver .popupDeliverLeft__btn {
    z-index: 9;
  }

  .popupPickup .popupDeliverLeftBody {
    height: 310px;
  }

  .popupPickup .popupDeliverLeft .option {
    padding: 10px 0;
  }

  .popupPickup .popupDeliverLeft .popupDeliverLeft__btn {
    position: relative;
    bottom: -20px;
  }

  .popupPickup .popupDeliverRight {
    margin-top: 50px;
  }

  #custom-popup-1 {
    margin-left: -327px;
  }

  #custom-popup-2 {
    margin-left: -437px;
  }

  #custom-popup-3 {
    left: 4px;
  }

  .popupItem .sliderBlockSlider .slick-slide > a,
  .popupItem .sliderBlockMain {
    height: 450px;
    min-height: 450px;
  }

  .popupItemRight {
    max-width: 49%;
  }

  .sliderBlockSlider .cardBlockVideo__video {
    height: 450px;
  }

  .popupItem .sliderBlockSliderTopHeart {
    right: 43px;
  }

  .popupItem {
    max-width: 100% !important;
    padding: 27px 16px !important;
  }

  .statusFormInput > input,
  .statusFormInput .input-container input {
    height: 50px;
  }

  .popupDeliverRight {
    height: 615px;
  }

  .popupPickup .popupDeliverRight {
    height: 450px;
  }

  .headerMiddle__logo {
    margin-left: 37%;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 290px;
  }

  .headerBottomMenuListContent {
    top: 133px;
  }

  .addressForm .input-container .addressForm__search {
    top: 0;
  }

  .sliderBlockMain:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media (max-width: 730px) {
  .sliderBottomHover {
    bottom: -122px;
  }

  .inBasketMobil {
    box-shadow: 0 0 16px 0 #00000040;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 64px;
    height: 64px;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #D9D9D9;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
  }

  .inBasketMobilPrice__price {
    color: #141414;
    font: normal 700 18px 'Manrope', sans-serif;
  }

  .inBasketMobilPrice__item,
  .inBasketMobilPrice__sale {
    color: #808080;
    font: normal 400 13px 'Manrope', sans-serif;
    margin-left: 10px;
    text-decoration: line-through;
  }

  .inBasketMobilPrice__item {
    text-decoration: none;
  }

  .inBasketMobilPrice {
    align-items: center;
  }

  .inBasketMobil__btn {
    max-width: 162px;
    width: 100%;
    height: 42px;
    background: #141414;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font: normal 500 14px 'Manrope', sans-serif;
  }

  .lookBook {
    margin-top: 40px;
  }

  .headerTop {
    padding-top: 5px;
  }

  .refundUl li span, .refund__text {
    font-size: 13px;
    line-height: 20px;
  }

  .statusFormInput {
    flex-direction: column;
    align-items: center;
  }

  .statusFormInput > input {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .status__desc {
    font-size: 13px;
    margin-top: 20px;
  }

  .statusFormInput {
    margin-top: 20px;
  }

  .statusFormInput .input-container {
    max-width: 300px;
  }

  .statusFormBottom__text a,
  .enterFormCheckbox__title a,
  .enterFormCheckbox__title,
  .statusFormBottom__text {
    font-size: 10px;
  }

  .status__title {
    display: none;
  }

  .status .menuMobil {
    max-width: 100%;
  }

  .guarante .menuMobilSelectContent {
    width: 85.5%;
  }

  .guarante__title {
    display: none;
  }

  .news .menuMobil {
    max-width: 100%;
  }

  .newsTopHref__href {
    font-size: 16px;
    margin-top: 10px;
  }

  .newsBlockRight h2 {
    line-height: 0;
  }

  .newsBlockRight__title {
    line-height: 20px;
  }

  .newsTopHrefBottom__date,
  .newsTopHrefBottom__href,
  .newsTopHref__desc {
    font-size: 13px;
  }

  .brands__title,
  .payment__title {
    display: none;
  }

  .pageStatis .menuMobil,
  .guarante .menuMobil {
    max-width: 100%;
    display: block;
  }

  .mySwiper2Man {
    height: 360px;
  }

  .popupCard {
    height: 540px !important;
  }

  .cardRight__title {
    font-size: 22px;
  }

  .mobilTabsContent .tabItemBlockContent {
    margin-top: 60px;
  }

  .mainTopRightSel,
  .mainTop__hide,
  .filter,
  .headerBottom,
  .headerMiddle {
    display: none;
  }

  .mainRight {
    max-width: 100%;
  }

  .bread {
    margin: 0 auto;
    padding-top: 115px;
  }

  .topSlider .swiper-pagination {
    left: 0 !important;
  }

  .headerTop__saleDesc {
    display: none;
  }

  .headerMiddleMobil {
    position: relative;
    top: -3px;
    max-width: 35px;
    width: 100%;
    border: none;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .headerMiddleRight__favorite {
    margin-top: -3px;
  }

  .headerMiddleMobil span {
    width: 25px;
    display: block;
    background: #000;
    height: 2px;
    margin-bottom: 6px;
  }

  .select-itemsIn__name span {
    font-size: 14px;
  }

  .select-itemsIn__name {
    padding: 8px 13px 0;
  }

  .headerMiddleRightProfile {
    position: relative;
    top: -2px;
  }

  .mobilNav {
    display: flex;
    background: #fff;
    height: 58px;
    justify-content: space-between;
    align-items: center;
  }

  .mobilNavMenu {
    justify-content: space-between;
    align-items: center;
  }

  .topSlider {
    margin-top: 95px;
  }

  .headerTopLeft {
    max-width: 360px;
  }

  .navMobilBlock {
    background-color: #fff;
    height: 74px;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    max-width: 100%;
    width: 100%;
  }

  .navMobilBlockList {
    height: 64px;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
  }

  .navMobilBlockList li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
  }

  .navMobilBlockList li {
    margin-right: 10px;
  }

  .newsItems.widthMain {
    margin-left: 15px;
  }

  .navMobilBlockList li a span {
    color: #141414;
    font: normal normal 12px 'Inter', sans-serif;
  }

  .navMobilBlockList li a img {
    margin-top: -9px;
    margin-bottom: 5px;
  }

  .navMobilBlockList li a {
    width: 28px;
    height: 28px;
  }

  .footer {
    padding-bottom: 100px;
  }

  .aboutBrandsTitle__href {
    right: 0;
  }

  .aboutBrands {
    margin-top: 0;
  }

  .mainRight .sliderBlockMain {
    max-width: 31.8%;
  }

  .mainRight .sliderBlockSliderTopHeart {
    margin-right: 5px;
  }

  .mainTopRight {
    max-width: 100%;
    justify-content: space-between;
  }

  .topTitle__title {
    font-size: 20px;
  }

  .topTitle__title span {
    font-size: 14px;
  }

  .mainTop {
    margin-bottom: 0;
  }

  .mobilFilterCatalog {
    display: flex;
  }

  .mainRightContent {
    gap: 30px 15px;
  }

  .mainTopSelects .dropdown-menu {
    padding: 20px 10px;
  }

  .mainTopSelects .dropdown-menu label {
    font-size: 12px;
    padding-left: 25px;
  }

  .tabItem .etabs li a {
    font-size: 14px;
  }

  .sliderBlockSliderTopHeart {
    right: 30px;
  }

  .basket__title {
    font-size: 24px;
    margin-bottom: 27px;
  }

  .products {
    margin-top: 0;
  }

  .basketLeft__title {
    max-width: 95%;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 20px;
  }

  .basket {
    margin: 30px auto 77px;
  }

  .itemsLeftText__href {
    max-width: 230px;
    width: 100%;
  }

  .basketBlockInfo {
    margin-top: 67px;
  }

  .basketBlockInfo__title {
    font-weight: 600;
    font-size: 20px;
  }

  .basketBlockInfoForm {
    margin-top: 16px;
  }

  .basketBlockInfoForm .input-container input {
    font-size: 14px;
  }

  .basketBlockInfoMethod {
    margin-top: 68px;
  }

  .basketBlockInfoMethodTabBlock {
    padding: 18px;
  }

  .basketBlockInfoForm .input-container {
    max-width: 48%;
    margin-bottom: 20px;
  }

  .basketBlockInfoForm .input-container:last-of-type {
    margin-bottom: 0;
  }

  .promoCode input {
    max-width: 100%;
  }

  .promoCode {
    margin-bottom: 68px;
  }

  .basketRightList {
    margin-top: 0;
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    padding-bottom: 24px;
    margin-bottom: 15px;
    padding-top: 15px;
  }

  .basketRightList li:last-of-type {
    margin-bottom: 0;
  }

  .basketRight__btn {
    margin-top: 32px;
  }

  .basketRight__text {
    margin-top: 16px;
  }

  .basketLeft__title {
    font-weight: 600;
    font-size: 20px;
  }

  .addBasket .buyOneClickBlock {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .addBasket .buyOneClickFormHeader {
    position: relative;
    top: 0;
    box-shadow: none;
    right: 0;
    padding: 0;
    max-width: 100%;
    background: none;
  }

  .addBasket .basketBlockBodyItemLeft {
    max-width: 100%;
  }

  .addBasket .buyOneClickFormHeader .basketBlockBodyItemLeftRight {
    width: 60%;
  }

  .addBasket .buyOneClickFormHeader .basketBlockBodyItemLeftRight__title {
    max-width: 100%;
    font-size: 16px;
  }

  .addBasket {
    padding: 30px !important;
    max-width: 100% !important;
    width: 100% !important;
    bottom: 0 !important;
    position: fixed !important;
    left: 0 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .user .menuMobil {
    max-width: 100%;
  }

  .user__paragraf {
    font-size: 13px;
    line-height: 22px;
  }

  .user .menuMobilSelectContent {
    width: 90%;
  }

  .status .menuMobilSelectContent {
    width: 90%;
  }

  .arrange {
    max-width: 95%;
    width: 100%;
  }

  .menuMobilSelectContent {
    width: 95% !important;
  }

  .contacts .contacts__title {
    display: none;
  }

  .contacts .menuMobil {
    max-width: 99%;
    margin-top: 30px;
  }

  .contacts .menuMobilSelectContent {
    width: 99% !important;
  }

  .popupAddBasket {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 20px !important;
  }

  .popupAddBasket .basketBlockBodyItem {
    padding: 0 !important;
  }

  .popupAddBasket .itemsLeftTextBottom {
    justify-content: flex-start;
  }

  .popupAddBasket .basketBlockBodyItem:first-of-type {
    border-bottom: none;
  }

  .popupAddBasketBtn {
    justify-content: space-between;
    margin-top: 20px;
  }

  .popupAddBasketBtn a {
    max-width: 48%;
    width: 100%;
    margin-top: 20px;
  }

  .popupAddBasketBtn .feedbackPopupThanks__btn:first-of-type {
    background: none;
    color: #141414;
    border: 1px solid #141414;
    border-radius: 3px;
    padding: 10px 15px;
    display: flex;
  }

  .popupAddBasketBtn .feedbackPopupThanks__btn {
    max-width: 47%;
    width: 100%;
  }

  .buyOneClickFormHeader .buyOneClickForm__title {
    font-size: 24px;
    max-width: 100%;
  }

  .buyOneClickFormHeader .basketBlockBodyItemLeftRight__title {
    font-size: 16px;
  }

  .buyOneClickBlock {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
  }

  .buyOneClickFormHeader {
    max-width: 100%;
    width: 100%;
    right: 0;
    position: relative;
    top: 0;
  }

  .buyOneClickFormHeader .buyOneClickForm .basketBlockBodyItem {
    padding-bottom: 10px;
  }

  .buyOneClickFormHeader .basketBlockBodyItemLeft {
    max-width: 100%;
  }

  .buyOneClickFormHeader .basketBlockBodyItemLeftRight {
    width: 60%;
  }

  .buyOneClickFormHeader .basketBlockBodyItemLeftRight__title {
    max-width: 100%;
  }

  .buyOneClickBlockFon {
    display: block;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 270px;
  }

  .one-time .sliderBlockSliderTopHeart {
    right: 40px;
  }

  .pageStatis h1 {
    display: none;
  }

  .pageStatis p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .pageStatis p {
    font-size: 13px;
    line-height: 22px;
  }

  .pageStatis h1 {
    display: none;
  }

  .pageStatis ul.menuMobilSelectContent {
    list-style: none;
    margin-left: 0;
  }
}

@media (max-width: 689px) {
  .brandsImg {
    height: 220px;
  }

  .mainRight .sliderBlockMain {
    max-width: 31.5%;
  }

  .cardRight__title {
    font-size: 20px;
  }

  .popupItemLeft {
    max-width: 60%;
  }

  .popupItemRight {
    max-width: 43%;
  }

  .popupItem .sliderBlockSliderTopHeart {
    right: 38px;
  }

  .popupManager__title {
    font-size: 20px;
  }

  .status.arrange .menuMobilSelectContent,
  .guarante .menuMobilSelectContent,
  .size .menuMobilSelectContent,
  .status.refund .menuMobilSelectContent {
    width: 90%;
  }

  .refund__name {
    font-size: 14px;
  }

  .refundContent b {
    font-size: 13px;
  }

  .refundUl li span,
  .refund__text {
    font-size: 13px;
    line-height: 20px;
  }

  .programmList {
    display: none;
  }

  .size__title {
    display: none;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 205px;
  }

  .popupItemLeft {
    max-width: 57%;
  }
}

@media (max-width: 650px) {
  .text__error {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }

  .mySwiper2Man {
    height: 315px;
  }

  .popupCard {
    height: 480px !important;
  }

  .cardRight .sliderBlockSliderTopHeart {
    display: none;
  }

  .popupBlock__title {
    font-size: 20px;
  }

  .aboutBrandsLeft__text {
    margin-bottom: 18px;
  }

  .h1 {
    font-size: 32px;
  }

  .h2 {
    font-size: 20px;
  }

  .h3 {
    font-size: 16px;
  }

  .text_20M,
  .text_20R,
  .text_20 {
    font-size: 14px;
  }

  h1 {
    font-size: 38px;
  }

  .text_reg {
    font-size: 14px;
  }

  .text_14,
  .text_next {
    font-size: 12px;
  }

  .topSlider__desc {
    font-size: 16px;
  }

  .bagBlock img {
    height: 296px;
  }

  .tabsBlockContent .etabs li a:before {
    top: -2px;
  }

  /*
  #woomen4 .tabsBlockTop__href,
  #tab-container3 .tabsBlockTop__href {
    bottom: 20px;
  }*/
  .tabsBlockContent .etabs li a {
    font-size: 14px;
  }

  /*
  .tabsBlockTop__href2,
  .tabsBlockTop__href {
    bottom: 18px;
  }*/
  .advantagesItem {
    margin-right: 20px;
  }

  .text_16 {
    font-size: 13px;
  }

  .mailing {
    background: url('../images/bg3.jpg') no-repeat top center;
  }

  .mailing__text {
    max-width: 280px;
  }

  .mailingForm {
    max-width: 300px;
  }

  .mailingForm__send {
    position: relative;
    max-width: 100%;
    margin-top: 10px;
  }

  .mailingText {
    width: 280px;
  }

  .mailingContent {
    padding-top: 38px;
  }

  .mailingForm input {
    padding-left: 14px;
    padding-right: 14px;
  }

  .footerBlock:nth-child(2) {
    margin-left: 0;
  }

  .footerBlock {
    max-width: 50% !important;
  }

  .footerLogo {
    display: none;
  }

  .footerBlock:last-of-type,
  .footerBlock2 {
    display: none;
  }

  .footerTablets {
    display: block;
    border-top: 1px solid #414141;
    margin-top: 20px;
  }

  .footerBlock__href {
    font-size: 16px;
  }

  .footerTabletsTop {
    margin-top: 24px;
    justify-content: space-between;
  }

  .footerTabletsTop__block {
    max-width: 50%;
    width: 100%;
  }

  .footerTabletsTop__block .footerBlock2Contact {
    margin-top: 0;
  }

  .footerTabletsCenter {
    border-top: 1px solid #414141;
    border-bottom: 1px solid #414141;
    margin-top: 20px;
    padding-top: 20px;
    justify-content: space-between;
  }

  .footerTabletsCenter .footerBlockList {
    max-width: 150px;
    justify-content: space-between;
    margin-top: 0;
  }

  .footerTabletsBottom .footerLogo {
    display: block;
    margin-top: 26px;
    margin-bottom: 20px;
  }

  .footerTabletsBottom .footerLogo__copyright {
    margin-top: 0;
  }

  .footer {
    padding-bottom: 70px;
  }

  .footerTabletsCenter .footerBlockList li a svg {
    fill: #ffffff;
  }

  .sliderBlockMain {
    max-width: 194px;
  }

  .one-time {
    width: 820px;
  }

  .sliderBlockSliderTopSale__newsItem,
  .sliderBlockSliderTopSale__xit,
  .sliderBlockSliderTopSale__news,
  .sliderBlockSliderTopSale__sale,
  .sliderBlockSliderTopSale__procent {
    font-size: 10px;
  }

  .sliderBlockSliderTopHeart .blockCheckbox input:checked ~ .checkmark,
  .sliderBlockSliderTopHeart .checkmark.heart {
    width: 24px;
    height: 24px;
    background-size: contain;
  }

  .basket .sliderBlockSliderTopHeart .blockCheckbox input:checked ~ .checkmark,
  .basket .sliderBlockSliderTopHeart .checkmark.heart {
    width: 17px;
    height: 17px;
  }

  .sliderBlockSliderTopSale__video {
    display: none;
  }

  .sliderBlockSliderTopSale {
    margin-top: 0;
    margin-left: 10px;
  }

  .sliderBlockSliderTopHeart {
    margin-top: 10px;
  }

  .sliderBlockSliderPrice__title {
    font-size: 12px;
    margin-top: 5px;
    height: auto;
  }

  .sliderBottomHover .sliderBottomHover__btn {
    height: 28px;
    font-weight: 500;
    margin-top: 10px;
  }

  .sliderBlockSliderBottom__href {
    display: none;
  }

  .sliderBlockSliderPrice__un,
  .sliderBlockSliderPrice__price {
    font-size: 12px;
  }

  .sliderBlockSliderPrice h2 {
    line-height: 20px;
  }

  .topSlider .swiper-pagination {
    bottom: 0 !important;
  }

  .swiper-pagination {
    text-align: left !important;
  }

  .topSlider .swiper-pagination-bullet {
    width: 23.4% !important;
  }

  .headerTop__sale {
    margin: 0;
    left: 0;
    padding-right: 0;
  }

  .headerTopLeft {
    max-width: 250px;
  }

  .newsItems {
    margin-top: 60px;
  }

  .newsItemsTop {
    margin-bottom: 20px;
  }

  .newsItemsContent {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .marginTop {
    padding-top: 40px;
  }

  .aboutBrandsTitle__href {
    right: 0;
  }

  #tab-container2 .etabs {
    margin-left: 0;
  }

  .saleItems {
    margin-top: 50px;
  }

  .aboutBrands {
    margin-top: 0;
    padding-top: 0;
  }

  .sliderBlockSliderPrice {
    margin-top: -20px;
  }

  .mailing {
    margin: 0 auto;
  }

  .advantagesContent {
    width: 1145px;
    margin-bottom: 60px;
  }

  .sliderBottomBlockList li:first-of-type span,
  .sliderBottomBlockList li:last-of-type span {
    font-size: 12px;
  }

  .newsItems.widthMain {
    margin-left: 0;
    padding-left: 10px;
    max-width: 100%;
  }

  .mailingForm__send {
    border-radius: 3px !important;
  }

  .footerBlockPay {
    margin-top: 25px;
  }

  .footerBlock2Contact .footerBlockList {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .reviewsOtherList__text,
  .reviewsOtherListTop__text,
  .mobilTabsBlock__text {
    font-size: 14px;
  }

  .reviewsOther__title {
    font-size: 16px;
  }

  .sliderMobil {
    display: block !important;
    margin-top: 30px;
    height: 640px;
  }

  .mobilTabsContent {
    display: block;
    margin-top: 60px;
  }

  .cardLeft {
    display: none;
  }

  .cardRight {
    max-width: 100%;
    margin-top: 20px;
  }

  .sliderMobil,
  .sliderMobil .slick-slide > a {
    height: auto;
  }

  .sliderMobil .slick-dots {
    bottom: 5px;
  }

  .cardRightStar__title {
    position: absolute;
    top: -10px;
  }

  .cardRightSize,
  .cardRightColor {
    margin-top: 40px;
  }

  .cardRightSize #sizeMenu .checkmark {
    width: 53px;
    height: 53px;
  }

  .cardRightSize #sizeMenu .custom-checkbox__value {
    font-size: 20px;
  }

  #mightLike {
    padding-top: 60px;
    padding-bottom: 0;
    margin-top: 0;
  }

  .sliderMobil .sliderBlockSliderTopHeart {
    position: absolute;
    z-index: 999;
    right: 6px;
    top: 6px;
    width: 40px;
    height: 40px;
  }

  .sliderBottomHoverListMobil {
    display: flex;
    max-width: 95%;
    width: 100%;
    margin: 0 auto 60px;
  }

  .sliderBlockSliderPrice {
    padding: 0 0;
  }

  .sliderBlockSliderPrice .sliderBottomBlock,
  .sliderBlockSliderPrice .radioList,
  .sliderBlockSliderPrice .sliderBlockSliderPriceList,
  .sliderBlockSliderPrice h2 {
    padding: 0 12px;
  }

  .sliderBottomHoverList li a {
    color: rgba(20, 20, 20, .48);
    font: normal 500 12px 'Manrope', sans-serif;
  }

  .sliderBottomHoverList li span {
    font-size: 12px;
  }

  .sliderBottomHoverList li {
    margin-bottom: 0;
  }

  .popupCardRight__text,
  .popupCardRight__name {
    font-size: 14px;
  }

  .checkmark {
    height: 11px;
    width: 11px;
  }

  .radioList .blockCheckbox .checkmark:after,
  .radioList .blockCheckbox .checkmark.selected {
    width: 17px;
    height: 17px;
  }

  .sliderBlockSliderPrice__title {
    padding-top: 7px;
    margin-bottom: 0;
  }

  .radioList {
    margin-top: 7px;
  }

  .sliderBottomBlock {
    margin-top: 16px;
  }

  .sliderBlockSliderTopHeart {
    right: 25px;
  }

  .basket {
    max-width: 100%;
  }

  .basket__title {
    max-width: 95%;
    width: 100%;
    margin: 0 auto 27px;
  }

  .products {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }

  .basketBlockInfo {
    max-width: 100%;
    width: 100%;
    margin: 67px auto 0;
  }

  .basketBlockInfo__title {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }

  .basketBlockInfoBuy .basketBlockInfo__title {
    font-size: 24px;
  }

  .basketBlockInfoForm {
    max-width: 95%;
    width: 100%;
    margin: 16px auto 0;
  }

  .basketBlockInfoMethodTab .etabs {
    max-width: 95%;
    margin: 0 auto;
  }

  .basketBlockInfoBuy {
    max-width: 95%;
    width: 100%;
    margin: 50px auto 0;
  }

  .basketMobileBottom {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }

  .basketBlockInfoBuy .basketBlockInfo__title {
    max-width: 100%;
  }

  .address__btn {
    height: 28px;
    max-width: 187px;
  }

  .addressTopLeft {
    align-items: center;
  }

  .addressMap {
    margin-top: 90px;
  }

  #custom-popup-1 {
    margin-left: -403px;
  }

  #custom-popup-2 {
    margin-left: -508px;
  }

  #custom-popup-3 {
    left: 4px;
  }

  .itemsSend .sliderBlockSlider .slick-slide > a {
    height: 258px;
  }

  .itemsSend .sliderBlockSliderTopSale {
    margin-top: 10px;
  }

  .itemsSend {
    margin-top: 37px;
  }

  .itemsSend .mainRightContent {
    margin-bottom: 70px;
  }

  .buyOneClick {
    position: absolute !important;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-width: 100% !important;
    width: 100% !important;
  }

  .buyOneClick .basketBlockBodyItemLeft {
    max-width: 100%;
  }

  .buyOneClick .basketBlockBodyItemLeftRight__title {
    font-size: 16px;
    max-width: 225px;
    width: 100%;
  }

  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 77%;
    width: 100%;
  }

  .buyOneClick .itemsLeftTextBottom {
    max-width: 100%;
  }

  .buyOneClick .itemsLeftTextBottomBlock {
    position: absolute;
    right: 0;
  }

  .buyOneClick .basketBlockInfoForm {
    max-width: 100%;
  }

  .buyOneClick .basketBlockInfoForm .input-container {
    max-width: 47% !important;
  }

  .buyOneClick .basketBlockInfoForm .phoneMask {
    margin-top: 20px;
  }

  .popupItem .sliderBlockMain {
    max-width: 95%;
  }

  .sliderMobilBlock {
    position: relative;
  }

  .sliderMobilBlockSocial {
    position: absolute;
    z-index: 9;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }

  .bread li span, .bread li a {
    font-size: 12px;
  }

  .sliderMobilBlockSocial .sliderBlockSliderTopHeart {
    margin-top: 2px;
    right: 35px;
  }

  .sliderMobilBlock {
    display: block;
  }

  .cardRightBottomDeliver {
    gap: 110px;
    height: 89px;
  }

  .sliderBlockMain .sliderBottomHoverList,
  .sliderBlockMain .sliderBottomHover__list {
    display: none;
  }

  .sliderBottomHover {
    bottom: 0;
    padding: 5px 10px 15px;
  }

  .sliderBottomHover .sliderBottomHover__btn {
    margin-top: 0;
  }

  .mainRight .sliderBottomHover {
    bottom: 0;
  }

  .cardRightWrapper {
    max-width: 100%;
  }

  .one-time .sliderBlockMain {
    max-width: 220px;
  }
}

@media (max-width: 595px) {
  .basketBlockInfoMethodTabBlock__deliver {
    font-size: 16px;
  }

  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 77%;
  }

  .table, .sizeTables {
    max-width: 650px;
    width: 650px;
  }

  .tablesScroll {
    overflow-x: scroll;
    max-width: 100%;
    width: 100%;
  }

  .size {
    margin-bottom: 50px;
  }

  .menuMobil {
    max-width: 100%;
    display: block;
  }

  .lookBook .menuMobil {
    max-width: 95%;
  }

  .guaranteMetis > li {
    margin-bottom: 30px;
  }

  .mainRight .sliderBlockSliderTopSale {
    margin-top: 10px;
  }

  .sliderBlockSliderTopSale__newsItem, .sliderBlockSliderTopSale__xit, .sliderBlockSliderTopSale__news, .sliderBlockSliderTopSale__sale, .sliderBlockSliderTopSale__procent {
    padding: 2px;
    text-transform: lowercase;
  }

  .one-time .slick-prev,
  .one-time .slick-next {
    display: none !important;
  }
}

@media (max-width: 580px) {
  .basketBlockInfoMethodTabBlock__left {
    max-width: 56%;
  }

  .tabItemBlockList li {
    max-width: 100%;
  }

  .error404 {
    margin: 200px auto;
  }

  .popupCard {
    padding: 40px 20px !important;
    height: 423px !important;
  }

  .mySwiper2Man {
    height: 278px;
  }

  .reviewsOther__title {
    font-size: 14px;
  }

  .reviewsOther {
    padding: 0 15px;
  }

  .cardRightBottomDeliver {
    gap: 45px;
    margin-top: 30px;
  }

  .mobilTabsContent {
    max-width: 100%;
    margin: 0 auto;
  }

  .mobilTabsContent .tabItemBlockContent {
    margin: 40px auto 0;
  }

  .mobilTabsContent .tabItemBlockContent:nth-of-type(2),
  .mobilTabsContent .tabItemBlockContent:first-of-type {
    max-width: 95%;
    width: 100%
  }

  .mobilTabsContent .tabItemBlockContent:last-of-type .mobilTabs__title {
    max-width: 95%;
    width: 100%;
    margin: 0 auto 16px;
  }

  .tabItemBlockContent .reviewsOtherList {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }

  .reviewsOther {
    padding: 0 11px;
  }

  .reviewsOther__text {
    gap: 5px;
  }

  .reviewsOther__btn {
    max-width: 180px;
  }

  .topTitle__title {
    font-size: 20px;
  }

  .topTitle__title span {
    display: none;
  }

  .mainRight .sliderBlockMain {
    max-width: 31.1%;
  }

  .bagBlock img {
    height: 250px;
  }

  .tabsBlockContent .etabs li {
    margin: 0;
  }

  .tabsBlockContent .etabs li a:before {
    right: -1px;
  }

  .aboutBrands {
    margin-top: 0;
    padding-top: 10px;
  }

  .container-city .col-city {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .popupBlockBlack {
    max-width: 90% !important;
    padding: 20px 15px !important;
  }

  #city .popupBlock__title {
    margin-top: 3px;
  }

  #city .input-container {
    margin-bottom: 20px;
  }

  .fancybox-close-small {
    margin: 15px 10px 0 0 !important;
  }

  .popupBlockBlack .input-container input::-moz-placeholder {
    font-size: 13px;
  }

  .popupBlockBlack .input-container input::-webkit-input-placeholder {
    font-size: 13px;
  }

  .popupBlockBlack .input-container input:-ms-input-placeholder {
    font-size: 13px;
  }

  .popupBlockBlack .input-container input {
    font-size: 13px;
    height: 30px;
  }

  .topTitleList li span {
    font-size: 13px;
  }

  .addressTopLeft__title {
    font-size: 20px;
  }

  .address__btn {
    position: absolute;
    max-width: 95%;
    width: 100%;
    height: 42px;
    background-color: #fff;
    top: 120px;
  }

  .addressMap {
    margin-top: 155px;
  }

  .address {
    margin-top: 21px;
  }

  .addressTopLeft {
    max-width: 210px;
  }

  .itemsSend .sliderBlockMain {
    max-width: 31%;
  }

  .itemsSend__title {
    max-width: 300px;
    width: 100%;
  }

  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 75%;
  }

  .addBasket .buyOneClickFormHeader .basketBlockBodyItemLeftRight__title {
    font-size: 13px;
    max-width: 170px;
  }

  .popupItemContent {
    overflow: scroll;
    height: 800px;
  }

  .popupItemRight,
  .popupItemLeft {
    max-width: 100%;
  }

  .popupItem .sliderBlockMain {
    max-width: 95%;
    margin-top: 25px;
    height: auto;
    min-height: auto;
  }

  .popupItem .sliderBlockSlider .slick-slide > a,
  .popupItem .sliderBlockMain,
  .popupItem .sliderBlockSlider .cardBlockVideo__video {
    height: 630px;
    min-height: auto;
  }

  .popupItemRight {
    margin-top: 20px;
  }

  .popupItemContent::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;
  }

  .popupItemContent::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }

  .popupItemContent::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

  .lookBookTab .etabs li.active:first-of-type {
    margin-left: 0;
  }

  .lookBookTab .etabs li:first-of-type a:before, .lookBookTab .etabs li:last-of-type a:before {
    width: 130px;
  }

  .lookBookTab .etabs li a {
    font-size: 24px;
  }

  .lookBookTab .etabs {
    margin: 0 auto 30px;
  }

  .lookBookTab .etabs li:first-of-type a:before, .lookBookTab .etabs li:last-of-type a:before {
    height: 40px;
  }

  .lookBookTab .etabs li.active:last-of-type {
    margin-right: 0;
  }

  .lookBookTab .etabs li:first-of-type {
    margin-left: 0;
  }

  .lookBookTab {
    margin-top: 20px;
  }

  .lookBookTab .etabs li.active:first-of-type {
    margin-left: 0;
  }

  .lookBookTab .etabs li:first-of-type a:before, .lookBookTab .etabs li:last-of-type a:before {
    width: 130px;
  }

  .lookBookTab .etabs li a {
    font-size: 24px;
  }

  .lookBookTab .etabs {
    margin: 0 auto 30px;
  }

  .lookBookTab .etabs li:first-of-type a:before, .lookBookTab .etabs li:last-of-type a:before {
    height: 40px;
  }

  .lookBookTab .etabs li.active:last-of-type {
    margin-right: 0;
  }

  .lookBookTab .etabs li:first-of-type {
    margin-left: 0;
  }

  .lookBookContent {
    justify-content: space-between;
  }

  .lookBookContent li {
    max-width: 48.4%;
    margin-right: 0 !important;
    margin-bottom: 3%;
  }

  .itemsLeftBlock {
    max-width: 415px;
  }
}

@media (max-width: 540px) {
  .basketBlockInfoMethodTabBlock__rightChange {
    margin-top: 20px;
    max-width: 95%;
  }

  .news2Article__item {
    max-width: 47%;
  }

  .brands__desc {
    font-size: 13px;
    line-height: 20px;
  }

  .brandsImg {
    height: 110px;
  }

  .paymentDesc__desc2, .paymentDesc__desc {
    font-size: 12px;
    line-height: 20px;
  }

  .advantagesContent {
    margin-bottom: 30px;
  }

  .mainRightNav {
    margin-bottom: 76px;
    margin-top: 40px;
  }

  .mainRightNavIn__num {
    display: none;
  }

  .mainRightNavInNavBlock {
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }

  .mainContent {
    margin: 14px auto 0;
  }

  .metismenuIn {
    padding-bottom: 10px;
  }

  .headerTop__btn {
    font-size: 12px;
  }

  .bread {
    padding-top: 105px;
  }


  .mainTop {
    min-height: auto;
    margin-bottom: 15px;
  }

  .mainRightContent {
    gap: 20px 10px;
  }

  .topTitle {
    margin-top: 20px;
  }

  .topTitleList {
    margin-top: 16px;
  }

  .aboutBrandsRight {
    display: none;
  }

  .tabsBlockContent .etabs li {
    margin: 0;
  }

  .mySwiper, .topSliderContent {
    height: 453px;
  }

  .tabsBlockContent .etabs li a:before {
    right: -1px;
  }

  .aboutBrandsHref {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #141414;
    max-width: 100%;
    width: 100%;
    color: #fff;
    font: normal normal 14px 'Manrope', sans-serif;
    border-radius: 3px;
    height: 43px;
  }

  .aboutBrandsLeft {
    margin-bottom: 17px;
  }

  .headerTop__sale {
    display: none;
  }

  .headerTopIn,
  .headerTop {
    height: 39px;
  }

  .sliderBottomHoverList li:nth-child(5) {
    display: none;
  }

  .basket__title {
    margin: 0 auto 24px;
  }

  .itemsLeftText__href {
    font-size: 13px;
  }

  .itemsLeftText__article {
    font-size: 10px;
  }

  .itemsRightBlock__sale,
  .itemsRightBlock__price {
    font-size: 14px;
  }

  .basketBlockInfo {
    margin: 50px auto 0;
  }

  .basketBlockInfoForm .input-container label {
    font-size: 14px;
  }

  .basketRight__text {
    text-align: center;
    font-size: 10px;
  }

  .basketBlockInfoMethodTabBlock {
    flex-direction: column;
    height: auto;
    padding: 16px 0 20px;
  }

  .basketBlockInfoMethodTabBlock__left {
    max-width: 95%;
    width: 100%;
  }

  .basketBlockInfoMethodTabBlock__right2,
  .basketBlockInfoMethodTabBlock__right {
    margin-top: 20px;
    max-width: 95%;
  }

  .basketBlockInfoMethodTabBlock__top {
    justify-content: space-between;
  }

  .basketBlockInfoBuy .basketBlockInfo__title {
    font-size: 20px;
  }

  .payment-option {
    margin-top: 16px;
  }

  .promoCode {
    margin-bottom: 50px;
  }

  .basketRightList {
    border-top: none;
    padding-top: 0;
  }

  #custom-popup-1 {
    margin-left: -442px;
  }

  #custom-popup-2 {
    margin-left: -550px;
  }

  #custom-popup-3 {
    left: 4px;
  }

  .itemsSend__title {
    max-width: 100%;
    font-size: 16px;
  }

  .itemsSend {
    margin-top: 20px;
  }

  .itemsSend__btn {
    max-width: 97.5%;
    margin-top: 25px;
  }

  .itemsSend .mainRightContent {
    margin-top: 25px;
  }

  .buyOneClick {
    padding: 30px 20px !important;
  }

  .popupSize {
    max-width: 100%;
  }

  .error404__title {
    font-size: 20px;
  }

  .error404__desc {
    font-size: 13px;
    padding: 0 20px;
  }

  .error404__btn {
    background: #141414;
    color: #ffffff;
    height: 50px;
    font-size: 12px;
  }

  .size__paragraf {
    font-size: 13px;
    line-height: 20px;
  }

  .size__paragraf b {
    font-size: 13px;
  }

  .itemsLeftBlock {
    max-width: 360px;
  }

  .itemsLeftText {
    max-width: 67%;
  }

  .basketBlockBodyItemLeftRight {
    width: 170px;
  }

  .basketBlockBodyItemLeftRight__title {
    font-size: 14px;
  }

  .basketBlockBodyItemLeft {
    max-width: 290px;
  }

  .basketBlockClosed .basketBlockTop__closed {
    top: 5px;
  }

  .basketBlockTop__basketText span,
  .basketBlockTop__basketText {
    font-size: 20px;
  }

  .basketBlockPopup .basketBlockClosed {
    max-width: 40px;
  }

  .basketBlockBodyItemRight {
    width: 95px;
  }
}

@media (max-width: 500px) {
  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 74%;
  }
}

@media (max-width: 490px) {
  .popupCard {
    max-width: 100% !important;
    height: 836px !important;
  }

  .headerTop {
    padding-top: 0;
  }

  .popupCardRight {
    margin-bottom: 20px;
  }

  .popupCardLeft {
    max-width: 100%;
  }

  .mySwiper2Man img {
    width: 100%;
  }

  .mySwiper2Man {
    height: 500px;
  }

  .popupCardMain {
    flex-direction: column-reverse;
  }

  .popupCardRight {
    max-width: 100%;
  }

  .sliderBottomHoverList li:nth-child(4) {
    display: none;
  }

  .cardRightStar .sliderBottomBlock {
    margin-left: 15px;
  }

  .cardRightStar__title {
    position: absolute;
    top: 0;
    left: 10px;
  }

  .cardRight__title {
    padding-top: 20px;
  }

  .mainCard {
    max-width: 100%;
  }

  .cardRight__title {
    max-width: 95%;
    margin: 0 auto;
    font-size: 20px;
  }

  .priceImg {
    max-width: 95%;
    margin: 27px auto 0;
  }

  .cardRightBottom__href {
    max-width: 95%;
    margin: 0 auto;
  }

  .cardRightBottomDeliver {
    gap: 22px 0;
    height: 101px;
  }

  .cardRightBottomDeliver__two {
    flex-direction: row;
  }

  .cardRightBottomDeliver__day {
    margin-top: 0;
    font-size: 14px;
    margin-left: 15px;
  }

  .cardRightBottomDeliver__text {
    max-width: 100%;
    width: 100%;
  }

  .cardRightPrice {
    max-width: 95%;
    margin: 22px auto 0;
  }

  .filterBottom__restart {
    margin-top: 12px;
  }

  .mainRightNavInNav li:last-of-type {
    display: none;
  }

  .mainRightContent {
    gap: 20px 15px;
  }

  .bread li:before {
    margin-top: -2px;
  }

  .bread li span, .bread li a {
    font-size: 12px;
  }

  .mainRight .sliderBlockMain {
    max-width: 47%;
  }

  .radioList {
    margin-top: -10px;
  }

  #tab-container2 .etabs {
    margin-left: 0;
  }

  #tab-container2 .tabsBlockTop .tabsBlockTop__block:first-of-type {
    display: none;
  }

  .mailing {
    background: url('../images/bg4.jpg') no-repeat top center;
    height: 797px;
    background-size: cover;
  }

  .tabsBlockTop__blockDesc {
    display: none;
  }

  .itemsTabBag {
    max-width: 100%;
    margin-bottom: 25px;
  }

  /*
  #woomen4 .tabsBlockTop__href {
    bottom: 18px;
  }
  */
  #tab-container3 .tabsBlockTop__href {
    bottom: 18px;
  }

  .popupBasket .popupManager__title {
    max-width: 85%;
  }

  .bagBlock img {
    height: 300px;
  }

  .tabsBlockTop__blockDesc {
    display: none;
  }

  .tabsBlockTop__block,
  .tabsBlockTop__block img {
    max-width: 100%;
    height: 300px;
  }

  .tabsBlockBottom li {
    max-width: 49%;
    margin-bottom: 10px;
  }

  #tab-container2 .tabsBlockBottom li {
    max-width: 48.5%;
  }

  #tab-container2 .tabsBlockBottom li:nth-child(3) {
    order: 1;
    position: absolute;
    bottom: 155px;
    right: 0;
  }

  #tab-container2 .tabsBlockBottom {
    position: relative;
  }

  .tabsBlockBottom li a {
    height: 180px;
  }

  .tabsBlockBottom li.tabsBlockBottom__desc {
    display: none;
  }

  .tabsBlockBottom li.tabsBlockBottom__mobil {
    display: block;
  }

  .tabsBlockBottom li.tabsBlockBottomMobilWidth {
    max-width: 100%;
    display: block;
  }

  #tab-container2 .tabsBlockBottom li:last-of-type {
    display: block;
    max-width: 100%;
  }

  #tab-container2 .tabsBlockBottom li:last-of-type span {
    color: #141414;
    text-align: right;
    padding-right: 30px;
  }

  #tab-container2 .tabsBlockBottom li:nth-child(5) {
    display: block;
  }

  .footerTabletsBottom .footerLogo {
    text-align: center;
  }

  .footerTabletsCenter {
    border-bottom: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footerTabletsCenter .footerBlockList {
    max-width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #414141;
    margin-bottom: 20px;
  }

  .footerTabletsCenter .footerBlockList li {
    margin: 0 10px;
  }

  .footerTabletsCenter .footerBlockList li a svg {
    fill: #808080;
  }

  .footerTabletsBottom {
    margin-top: 40px;
  }

  .footerMain {
    display: none;
  }

  .metismenuFooter {
    display: block;
  }

  .metismenuFooter > li > a {
    width: 100%;
    display: block;
    border-top: 1px solid #414141;
    padding: 20px 0;
  }

  .metismenuFooter > li:last-of-type > a {
    border-bottom: none;
    padding-bottom: 20px;
  }

  .metismenuFooter > li > a span {
    text-transform: uppercase;
    color: #BCBCBC;
    font: normal 500 14px 'Manrope', sans-serif;
  }

  .metismenuFooter .has-arrow::after {
    color: #BCBCBC;
  }

  .metismenuFooter .has-arrow::after {
    transform: rotate(135deg) translate(0, -50%) !important;
  }

  .metismenuFooter .mm-active > .has-arrow::after,
  .metismenuFooter .has-arrow[aria-expanded=true]::after {
    transform: rotate(225deg) translate(0, -50%) !important;
  }

  .footerTabletsTop__block:last-of-type {
    display: none;
  }

  .footerBlock__title {
    color: #BCBCBC;
    font-weight: 500;
  }

  .footerBlock__href {
    margin-top: 10px;
    max-width: 100%;
  }

  .footerTabletsTop__block {
    max-width: 100%;
  }

  .footerTabletsTop {
    margin-top: 20px;
  }

  .footerTablets {
    margin-top: 0;
  }

  /*.metismenuFooter li:last-of-type .metismenuIn {*/
  /*  padding-bottom: 20px;*/
  /*}*/
  .metismenuFooter .metismenuIn li a {
    font-size: 15px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: normal;
    display: block;
  }

  .metismenuFooter .mm-active > a {
    border-bottom: none;
  }

  .sliderBlockMain {
    max-width: 135px;
  }

  .mainRightContent {
    justify-content: space-around;
  }

  .one-time {
    width: 580px;
  }

  .sliderBlockSliderTopSale {
    margin-left: 8px;
  }

  .sliderBlockSliderPrice__title {
    margin-top: 5px;
  }

  .sliderBlockSliderPriceList {
    margin-top: -4px;
  }

  .mainRight .sliderBlockSliderPrice {
    margin-top: 5px;
  }

  .sliderBlockSliderBottom__href {
    top: 141px;
  }

  .sliderBottomBlockList li:first-of-type span,
  .sliderBottomBlockList li:last-of-type span {
    font-size: 12px;
  }

  .newsItems {
    margin-top: 30px;
  }

  .navMobilBlockList li {
    padding-top: 10px;
  }

  .navMobilBlockList li a img {
    width: 20px;
    height: 20px;
  }

  .saleItems.newsItems.widthMain {
    margin-top: 0;
  }

  .popupError,
  .popupManager {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding: 13px 10px !important;
  }

  .popupError {
    height: 393px !important;
    padding: 24px !important;
  }

  .popupError__title {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }

  .popupErrorBlock__btn2,
  .popupErrorBlock__btn {
    max-width: 300px;
    width: 100%;
  }

  .fancybox-close-small {
    margin: 10px 5px 0 0 !important;
  }

  .popupManager__title {
    font-size: 20px;
  }

  #tab-container2 .tabsBlockBottom li a {
    height: 145px;
  }

  .mailingForm {
    max-width: 100%;
  }

  .mailing__text {
    max-width: 70%;
  }

  .footerBlock__b2b {
    max-width: 100%;
  }

  .footerBlockPay {
    border-top: 1px solid #414141;
    padding-top: 20px;
  }

  .reviewsOther {
    height: 118px;
  }

  .reviewsOther__btn {
    max-width: 100%;
  }

  .reviewsOther__text {
    gap: 48px;
  }

  .reviewsOtherList > li {
    padding-top: 25px;
  }

  .mobilTabs__title {
    margin-bottom: 16px;
  }

  .sliderMobil,
  .sliderMobil .slick-slide > a {
    height: auto;
  }

  .mainCard .mainCardBlock {
    margin-top: 16px;
  }

  .mainCard .cardRight__title {
    padding-top: 12px;
  }

  .cardRightSize,
  .cardRightColor {
    max-width: 95%;
    margin: 40px auto 0;
  }

  .buyOneClick,
  .popupCard,
  .feedbackPopupThanks,
  .feedbackPopup {
    position: absolute !important;
    bottom: 0;
    left: 0;
    border-radius: 0 !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 10px !important;
  }

  .feedbackPopupBlock__title {
    font-size: 20px;
    width: 300px;
  }

  .feedbackPopup {
    padding: 10px !important;
  }

  .radioList {
    margin-top: 7px;
  }

  .popupDeliver .popupDeliverLeft .input-container {
    max-width: 100% !important;
  }

  .popupDeliver .popupDeliverLeft .input-container:last-of-type {
    margin-bottom: 27px;
  }

  .popupDeliver {
    padding: 10px !important;
  }

  .text .title {
    font-size: 12px;
  }

  .option__textItem {
    font-size: 10px;
  }

  .itemsSend .sliderBlockSlider .slick-slide > a {
    height: 193px;
  }

  .sliderBlockSliderPrice__title {
    margin-top: 0;
  }

  .mainRightContent {
    gap: 20px 10px;
  }

  .itemsSend__btn {
    margin-right: 8px;
  }

  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 73%;
  }

  .buyOneClick {
    padding: 30px 10px !important;
  }

  .buyOneClickPrice__sale,
  .buyOneClickPrice__price {
    font-size: 14px;
  }

  .cardRightBottom__href3 {
    max-width: 95%;
    margin: 18px auto 0;
  }

  .itemsLeftBlock {
    max-width: 355px;
  }

  .inBasketMobil {
    bottom: 57px;
    padding: 0 10px;
  }

  .buyOneClickFormHeader {
    padding: 10px;
  }

  .buyOneClickFormHeader .buyOneClickForm__title {
    font-size: 20px;
  }

  .buyOneClickFormHeader .basketBlockBodyItemLeftRight__title {
    font-size: 13px;
  }

  .buyOneClickFormHeader .basketBlockBodyItemLeftRight {
    width: 40%;
  }

  .popupAddBasketBtn .feedbackPopupThanks__btn {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .popupAddBasketBtn .feedbackPopupThanks__btn:last-of-type {
    margin-bottom: 0;
  }

  .buyOneClickFormTop__closed {
    top: 15px;
    right: 10px;
  }

  .navMobilBlockList .js-basket-count {
    top: 12px !important;
    min-width: 12px;
    min-height: 12px;
    margin-left: 15px;
  }

  .one-time .sliderBlockMain {
    max-width: 210px;
  }
}

@media (max-width: 445px) {
  .news__title {
    font-size: 20px;
  }

  .slick-slide > img {
    height: 200px;
  }

  .newsSlider .slick-next.slick-arrow {
    top: 90px;
    right: -15px;
  }

  .newsSlider .slick-prev.slick-arrow {
    top: 102px;
    left: -26px;
  }

  .newsSlider {
    margin: 20px auto;
  }

  .news2Article__item {
    max-width: 100%;
  }

  .news2Article__href {
    max-width: 100%;
  }

  .news2Article__href img {
    width: 100%;
    display: block;
  }

  .news2 {
    max-width: 85%;
    margin-top: 30px;
  }

  .newsBlock__img {
    max-width: 100%;
    height: auto;
  }

  .newsBlockRight {
    max-width: 100%;
    margin-top: 20px;
    height: 130px;
  }

  .newsBlock {
    height: auto;
  }

  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 72%;
  }

  .popupThanks__title {
    font-size: 18px;
  }

  .popupThanks__text {
    font-size: 13px;
  }

  .itemsLeftBlock {
    max-width: 330px;
  }

  .itemsLeftText {
    max-width: 63%;
  }

  .basketBlockBodyItemLeftRight {
    width: 145px;
  }

  .basketBlockBodyItemLeft {
    max-width: 260px;
  }

  .basketBlockBodyItemRight {
    width: 80px;
  }
}

@media (max-width: 430px) {
  .tabsBlockBottom li {
    max-width: 48.6%;
  }

  .mailing {
    height: 703px;
  }

  .navMobilTab .etabs li {
    max-width: 29%;
  }

  .scroll {
    overflow: scroll;
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
  }

  .scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
  }

  .mySwiper2Man {
    height: 400px;
  }

  .popupCard {
    height: 700px !important;
    position: absolute !important;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 20px 20px !important;
  }

  .itemsLeftText {
    max-width: 131px;
    width: 100%;
  }

  .itemsLeftTextBottom__color {
    position: relative;
    top: -10px;
  }

  .popupAddBasket .itemsLeftTextBottom__color {
    top: 0;
  }

  .popupAddBasketBtn a {
    max-width: 100%;
    margin-top: 16px;
  }

  .itemsLeftText__article {
    margin-top: 8px;
  }

  .itemsLeftText__href {
    line-height: 160%;
  }

  .basketBlockInfoForm .input-container {
    max-width: 100%;
  }

  #custom-popup-1 {
    margin-left: -508px;
  }

  #custom-popup-2 {
    margin-left: -550px;
  }

  #custom-popup-3 {
    left: 4px;
  }

  .itemsSend .sliderBlockMain {
    max-width: 47.6%;
  }

  .itemsSend__btn {
    max-width: 98.5%;
  }

  .buyOneClick .itemsLeftTextBottom .itemsLeftTextBottom__color {
    top: 0;
  }

  .buyOneClick__title {
    font-size: 20px;
  }

  .buyOneClick .basketBlockBodyItemLeftRight__title {
    font-size: 13px;
    max-width: 130px;
  }

  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 71%;
  }

  .buyOneClick .basketBlockInfoForm .input-container {
    max-width: 100% !important;
  }

  .buyOneClick .basketBlockInfoForm {
    margin: 0 auto;
  }

  .buyOneClick .basketBlockInfoForm .input-container:first-of-type {
    margin-top: 0;
  }

  .buyOneClick .basketBlockInfoForm .input-container:last-of-type {
    margin-top: 0;
  }

  .buyOneClickFormHeader .itemsLeftTextBottom {
    align-items: center;
  }

  .buyOneClickFormHeader .itemsLeftTextBottom .itemsLeftTextBottom__color {
    top: 0;
  }

  .addBasket {
    padding: 30px 10px !important;
  }

  .basketBlockPopup .itemsLeftTextBottom__color {
    top: -6px;
  }
}

@media (max-width: 419px) {
  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 69%;
  }

  .itemsLeftBlock {
    max-width: 250px;
  }
}

@media (max-width: 390px) {
  .inBasketMobil__btn {
    max-width: 140px;
  }

  .mainRight .sliderBlockMain {
    max-width: 47%;
  }

  .tabsBlockBottom li a {
    height: 145px;
  }

  .mailing {
    height: 645px;
  }

  .navMobilTab .etabs li {
    max-width: 30%;
  }

  #tab-container2 .tabsBlockBottom li:nth-child(3) {
    bottom: 155px;
  }

  .itemsSend__btn {
    margin-right: 5px;
  }

  .popupError {
    padding: 24px 10px !important;
  }

  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 68%;
  }

  .basketBlockPopup .basketBlockBodyItemLeft {
    max-width: 240px;
  }

  .basketBlockPopup .basketBlockBodyItemLeftRight {
    margin-left: 10px;
    width: 130px;
  }

  .basketBlockPopup .basketBlockBodyItemLeftRight__title {
    font-size: 12px;
  }

  .basketBlockPopup .basketBlockBodyItemRight {
    width: 70px;
  }

  .basketBlockPopup .basketBlockBodyItemRight__price {
    font-size: 13px;
  }

  .basketBlockPopup .basketRightList li span {
    font-size: 12px;
  }

  .basketBlockPopup .basketBlockBodyItemRight__sale {
    font-size: 14px;
  }
}

@media (max-width: 382px) {
  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 66%;
  }
}

@media (max-width: 360px) {
  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 64%;
  }
}

@media (max-width: 350px) {
  .itemsLeftBlock {
    max-width: 230px;
  }

  .navMobilBlockList li a span {
    font-size: 10px;
  }

  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 62%;
  }

  .itemsLeft__href img {
    width: 85px;
  }

  .itemsLeftText {
    margin-left: 10px;
  }

  .basketBlockPopup .basketBlockBodyItemLeft {
    max-width: 215px;
  }

  .basketBlockPopup .basketBlockBodyItemLeft__href {
    width: 75px;
  }

  .basketBlockPopup .basketBlockBodyItemRight {
    width: 60px;
  }

  .basketBlockPopup .basketBlockTop__basketText span,
  .basketBlockPopup .basketBlockTop__basketText {
    font-size: 15px;
  }

  .basketBlockTop__basketHref {
    font-size: 12px;
  }
}

@media (max-width: 329px) {
  .itemsLeftBlock {
    max-width: 230px;
  }

  .itemsLeftText {
    margin-left: 4px;
  }

  .itemsLeft__href img {
    width: 85px;
  }

  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 60%;
  }
}

@media (max-width: 760px) and (max-height: 860px) {
  .popupDeliver {
    padding-bottom: 100px !important;
  }
}

@media (max-height: 970px) {
  .basketBlockPopup .basketBlockBottomTotal {
    padding-top: 10px;
  }

  .basketBlockPopup .basketRightList li:last-of-type {
    margin-bottom: 10px;
  }
}

@media (max-height: 940px) {
  .basketBlockTop {
    padding: 10px 20px;
  }

  .basketBlockBodyItem {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .basketBlockBody {
    height: 491px;
  }

  .buyOneClickForm .basketBlockBodyItem {
    padding-bottom: 20px;
  }
}

@media (max-height: 865px) {
  .basketBlockBody {
    height: 335px;
  }
}

@media (max-height: 710px) {
  .basketBlockBody {
    height: 177px;
  }

  .navMobilTabList2 {
    height: 72%;
  }
}

@media (max-height: 570px) {
  .navMobilTabList2 {
    height: 65%;
  }
}

@media (max-height: 470px) {
  .navMobilTabList2 {
    height: 62%;
  }
}

.error_msg {
  display: none;
  color: red;
  font-size: 14px;
}