

/* Start:/_/dist/css/style.css?1784707857385760*/
@font-face {
  font-family: 'Manrope';
  src: url('/_/dist/css/../fonts/Manrope-Bold.eot');
  src: url('/_/dist/css/../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
  url('/_/dist/css/../fonts/Manrope-Bold.woff2') format('woff2'),
  url('/_/dist/css/../fonts/Manrope-Bold.woff') format('woff'),
  url('/_/dist/css/../fonts/Manrope-Bold.ttf') format('truetype'),
  url('/_/dist/css/../fonts/Manrope-Bold.svg#Manrope-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/_/dist/css/../fonts/Manrope-ExtraBold.eot');
  src: url('/_/dist/css/../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url('/_/dist/css/../fonts/Manrope-ExtraBold.woff2') format('woff2'),
  url('/_/dist/css/../fonts/Manrope-ExtraBold.woff') format('woff'),
  url('/_/dist/css/../fonts/Manrope-ExtraBold.ttf') format('truetype'),
  url('/_/dist/css/../fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/_/dist/css/../fonts/Manrope-SemiBold.eot');
  src: url('/_/dist/css/../fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('/_/dist/css/../fonts/Manrope-SemiBold.woff2') format('woff2'),
  url('/_/dist/css/../fonts/Manrope-SemiBold.woff') format('woff'),
  url('/_/dist/css/../fonts/Manrope-SemiBold.ttf') format('truetype'),
  url('/_/dist/css/../fonts/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/_/dist/css/../fonts/Manrope-ExtraLight.eot');
  src: url('/_/dist/css/../fonts/Manrope-ExtraLight.eot?#iefix') format('embedded-opentype'),
  url('/_/dist/css/../fonts/Manrope-ExtraLight.woff2') format('woff2'),
  url('/_/dist/css/../fonts/Manrope-ExtraLight.woff') format('woff'),
  url('/_/dist/css/../fonts/Manrope-ExtraLight.ttf') format('truetype'),
  url('/_/dist/css/../fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/_/dist/css/../fonts/Manrope-Light.eot');
  src: url('/_/dist/css/../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
  url('/_/dist/css/../fonts/Manrope-Light.woff2') format('woff2'),
  url('/_/dist/css/../fonts/Manrope-Light.woff') format('woff'),
  url('/_/dist/css/../fonts/Manrope-Light.ttf') format('truetype'),
  url('/_/dist/css/../fonts/Manrope-Light.svg#Manrope-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/_/dist/css/../fonts/Manrope-Medium.eot');
  src: url('/_/dist/css/../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
  url('/_/dist/css/../fonts/Manrope-Medium.woff2') format('woff2'),
  url('/_/dist/css/../fonts/Manrope-Medium.woff') format('woff'),
  url('/_/dist/css/../fonts/Manrope-Medium.ttf') format('truetype'),
  url('/_/dist/css/../fonts/Manrope-Medium.svg#Manrope-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/_/dist/css/../fonts/Manrope-Regular.eot');
  src: url('/_/dist/css/../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
  url('/_/dist/css/../fonts/Manrope-Regular.woff2') format('woff2'),
  url('/_/dist/css/../fonts/Manrope-Regular.woff') format('woff'),
  url('/_/dist/css/../fonts/Manrope-Regular.ttf') format('truetype'),
  url('/_/dist/css/../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 *,
.massechPopupForm input,
textarea,
.popupManagerFormInput input,
#email_subscribe{
  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;
}

/*
Start setting
#############*/

.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 32px '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("/_/dist/css/../images/icon12.svg");
  margin: 4px 7px 0 0;
}

.select-selected.select-lang:before {
  content: url("/_/dist/css/../images/lang.svg");
  margin: 4px 7px 0 0;
}


.select-selected:after {
  content: url("/_/dist/css/../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("/_/dist/css/../images/icon8.svg");
}

.select-itemsIn__it:before,
.select-itemsIn__en:before,
.select-itemsIn__ru:before {
  content: url("/_/dist/css/../images/ru.svg");
  margin: 5px 10px 0 0;
}

.select-itemsIn__en:before {
  content: url("/_/dist/css/../images/en.svg");
}

.select-itemsIn__it:before {
  content: url("/_/dist/css/../images/it.svg");
}

.headerMiddle {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 4px;
  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: 320px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.headerMiddleRightLeft {
  justify-content: space-between;
  max-width: 125px;
  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: 'Manrope', sans-serif;
  line-height: 0;
  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("/_/dist/css/../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: #C23B3A!important;
  font-weight: bold;
}

.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('/_/dist/css/../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: 130px;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.headerBottomMenuList > li:hover > a + .headerBottomMenuListContent {
  visibility: visible;
  opacity: 1;
}

.select-itemsForm__clear {
  background: url('/_/dist/css/../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: 10px auto 0px;
  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%;
  max-height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  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('/_/dist/css/../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: 42px;
  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 16px '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: auto;
  overflow: visible;
}

.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;
  padding-top: 20px;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.basketBlockBodyItem:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

.basketBlockPopup.active .basketBlockBodyItemLeft__href {
  width: 95px;
  height: 130px;
  display: block;
}

.basketBlockPopup.active .basketBlockBodyItemLeft__href img {
  width: 95px;
  height: 130px;
  object-fit: cover;
  border-radius: 0;
}

.basketBlockBodyItemLeft {
  max-width: 350px;
  width: 100%;
}

.basketBlockBodyItemLeftRight__title {
  color: #141414;
  font: normal 500 16px 'Manrope', sans-serif;
  overflow: hidden;
  max-height: 50px;
  display: block;
}

.basketBlockBodyItemLeftRight {
  margin-left: 20px;
  width: 230px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.basketBlockBodyItemLeftRight__article {
  color: rgb(121, 121, 121);
  font: normal 500 12px 'Manrope', sans-serif;
  display: block;
  padding-top: 0;
  margin-top: -30px;
}

.buyOneClick .basketBlockBodyItemLeftRight__article {
  margin-top: 5px;
}

.buyOneClick .basketBlockBodyItemLeftRightSize {
  bottom: 0;
}

.buyOneClick .itemsLeftTextBottom__color {
  bottom: 10px;
  position: relative;
}

.basketBlockBodyItemLeftRight__color {
  align-items: center;
  margin-top: 15px;
}

.basketBlockBodyItemLeftRightSize {
  margin-top: 0;
  align-items: center;
  /*position: absolute;*/
  width: 100%;
  /*bottom: 30px;*/
}

.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: 0;
}

.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 16px 'Manrope', sans-serif;
  color: #141414;
  position: relative;
  top: 0;
  height: 28px;
}

.buyOneClickForm .minus,
.basketBlockPopup .minus {
  color: rgb(188, 188, 188);
  font: normal 500 16px 'Manrope', sans-serif;
  cursor: pointer;
  position: relative;
  top: -2px;
  height: 31px;
  width: 17px;
  border: none;
  background: none;
}

.buyOneClickForm .plus,
.basketBlockPopup .plus {
  color: #000000;
  font: normal 500 16px 'Manrope', sans-serif;
  cursor: pointer;
  position: relative;
  top: -2px;
  height: 31px;
  width: 17px;
  border: none;
  background: none;
}

.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: 40px;
}

.basketBlockBodyItemRightBottom .sliderBlockSliderTopHeart .checkmark.heart {
  background: url('/_/dist/css/../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("/_/dist/css/../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;
  margin-bottom: 10px;
}

.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;
  margin-top: -20px;
}

.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-slide.swiper-slide-active img {
  transform: scale(1.1);
  transition: transform 3.3s linear;
}

.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 3.3s linear;
}

.topSlider .swiper-pagination-bullet-active {
  position: relative;
}

.topSlider .swiper-pagination-bullet-active::before {
  animation: grow 3.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: center;
  align-items: center;
}

.aboutBrands {
  margin-top: -60px;
}

.aboutBrandsContent {
  justify-content: space-between;
  margin-top: 26px;
}

.aboutBrandsLeft__text {
  margin-bottom: 23px;
}

.aboutBrandsLeft {
  max-width: 720px;
  width: 100%;
}
.aboutBrandsRight{
  max-width: calc(100% - 750px);
}

.aboutBrandsHideBlock {
  display: none;
}

/*
End about brands
################*/

/*
Start advantages
################*/
.advantages {
  padding-top: 100px;
}

.advantagesContent {
  margin-top: 26px;
  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: 15px;
  font-size: 20px;
}

.advantagesItem__text {
  padding-top: 12px;
  max-width: 293px;
  width: 100%;
}

.aboutBrandsHideBlock .advantagesItem__text {
  padding-top: 0;
}

.advantages .aboutBrands__read {
  margin-top: 16px;
  display: inline-block;
  border-bottom: 1px solid;
  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;
}

.aboutBrands__read:hover {
  border-bottom: 1px solid #141414;
}

/*
End advantages
##############*/

/*
Start mailing
#############*/
.mailing {
  background: url('/_/dist/css/../images/mailing_big.jpg') no-repeat top center;
  background-size: cover;
  max-width: 1920px;
  width: 100%;
  margin: 100px auto 0;
  padding-bottom: 40px;
  position: relative;
  top: 1px;
}

.mailingContent {
  padding-top: 70px;
}

.mailing__title {
  color: #000;
}

.mailing__text {
  max-width: 388px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mailing .mailing__text{
  color: #000;
}

.mailingForm {
  max-width: 450px;
  width: 100%;
  position: relative;
}

.mailingForm input[type=email] {
  background: none;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 42px;
  width: 100%;
  padding-left: 20px;
  padding-right: 120px;
  color: #000;
  font: normal normal 14px 'Manrope', sans-serif;
}

.mailingForm input[type=email]::-moz-placeholder {
  color: #000;
  font: normal normal 14px 'Manrope', sans-serif;
}

.mailingForm input[type=email]::-webkit-input-placeholder {
  color: #000;
  font: normal normal 14px 'Manrope', sans-serif;
}

.mailingForm input[type=email]:-ms-input-placeholder {
  color: #000;
  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: #000;
  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:nth-child(1){
  max-width: 200px;
}
.footerBlock:nth-child(2){
  max-width: 140px;
}
.footerBlock:nth-child(3){
  max-width: 200px;
}
.footerBlock:nth-child(4){
  max-width: 200px;
}


.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,
.footerMain1400 .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: 0;
  max-width: 180px;
  width: 100%;
}

.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 {
  position: relative;
  z-index: 9;
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}

.sliderBlockMain .sliderBottomHover__list {
  margin-top: 15px;
  transition: all, 0.5s;
}

.sliderBlockMain .sliderBottomHover__list {
  opacity: 0;
}

.sliderBlockMain .radioList {
  opacity: 0;
  transition: all, 0.5s;
  margin-top: 10px;
}

.sliderBlockMain:hover .radioList,
.sliderBlockMain:hover .sliderBottomHover__list {
  opacity: 1;
}

.newsItemsTop {
  align-items: center;
  justify-content: space-between;
  max-width: 1860px;
  width: 100%;
  margin: 100px auto 0;
}

.sliderBlockMain {
  max-width: 356px;
  width: 100%;
  margin-right: 0;
  position: relative;
  background-color: #fff;
}

.sliderBlockMain .sliderBottomSize {
  display: none;
}

.sliderBlockMain .sliderBottomSize.show {
  display: block;
}

.newsItems .slick-track {
  padding-bottom: 0;
}

.sliderBlockSliderBottom__href {
  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: 36px;
  transition: all, 0.5s;
  border-radius: 3px;
}

.sliderBlockSliderPriceTop {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}

.sliderBlock {
  position: relative;
  width: 100%;
}

.sliderBlockBtn {
  position: absolute;
  bottom: 15px;
  width: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: space-between;
  opacity: 0;
  transition: all, 0.5s;
}

.sliderBlockMain:hover .sliderBlockBtn {
  opacity: 1;
}

.sliderBlockBtn .sliderBlockSliderBottom__href {
  max-width: 48%;
}

.sliderBlockBtn .sliderBottomHover__btn {
  height: 36px;
  max-width: 48%;
  width: 100%;
  background: #141414;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font: normal 500 14px 'Manrope', sans-serif;
  border-radius: 3px;
}

.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;
  margin-bottom: 5px;
}

.sliderBlockSliderTopHeart {
  height: 30px;
  margin-top: 12px;
  position: absolute;
  top: 0;
  right: 5px;
}

.sliderBlockSliderTopSale {
  margin-top: 12px;
  margin-left: 12px;
  width: 85%;
}

.sliderBlockSliderTopHeart .checkmark.heart {
  background: url('/_/dist/css/../images/icon7.svg') no-repeat top center;
  width: 32px;
  height: 32px;
  border-radius: 0;
  display: block;
  position: absolute;

  top: 2px;
  right: -10px;
}

.sliderBlockSliderTopHeart .blockCheckbox .checkmark:after {
  display: none !important;
}

.sliderBlockSliderTopHeart .blockCheckbox input:checked ~ .checkmark {
  top: 0;
  background: url('/_/dist/css/../images/icon8.svg') no-repeat top center;
}

.sliderBlockSlider .slick-slide > a {
  display: block;
  width: 100%;
}

.sliderBlockSliderPrice {
  margin-top: -28px;
  padding: 0 12px 20px;
  height: auto;
  background: white;
}

.sliderBlockSliderPrice h2 {
  line-height: 1em;
  position: relative;
}

.sliderBlockSliderPrice__title {
  position: relative;
  color: #000;
  font: normal 500 16px 'Manrope', sans-serif;
  margin-bottom: 0;
  transition: color .5s;
  max-width: 175px;
  width: 100%;

  /* Свойства для ограничения в одну строку */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* Меняем flex на block */

  /*
  position: relative;
  color: #000;
  font: normal 500 16px 'Manrope', sans-serif;
  max-height: 45px;
  overflow: hidden;
  margin-bottom: 0;
  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;
  max-width: 175px;
  width: 100%;*/
}
.sliderBlockSliderPriceTop--single-price {
  flex-wrap: nowrap;
  align-items: center ;
}

.sliderBlockSliderPriceTop--single-price .sliderBlockSliderPrice__title {
  max-width: none;
  width: auto;
  flex: 1 1 0;
  min-width: 0;
  display: block;
}

.sliderBlockSliderPriceTop--single-price .sliderBlockSliderPriceList {
  flex: 0 0 auto;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: 10px;
}

.sliderBlockSliderPrice__title:after {
  content: url("/_/dist/css/../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 {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid transparent;
  box-sizing: content-box;
}

.blockCheckbox.active {
  border-color: #141414;
}

.blockCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.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: 0;
  margin-left: 5px;
}

.newsItems .radioList {
  margin-top: 5px;
  opacity: 1;
}

.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: 15px;
}

.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: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%; /* Чёткий круг */
  box-sizing: border-box;
}

.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.violet {
  background: #7F00FF !important;
}

.checkmark.white {
  background: #fff !important;
  border: 1px solid #141414;
}

.checkmark.red {
  background: red !important;
}

.sliderBottomBlock {
  margin-top: 20px;
  align-items: center;
}

.sliderBottomBlockList {
  margin-left: 5px;
  margin-top: 0;
}

.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: 7px 9px;
  height: 36px;
  background: #F5F5F5;
}

.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 {
  gap: 9px;
}

.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: 5px;
}

.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('/_/dist/css/../images/icon10.svg') no-repeat center;
  background-size: cover;
}


.slick-prev {
  width: 60px;
  height: 60px;
  background: #f0f1f5 url("/_/dist/css/../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("/_/dist/css/../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("/_/dist/css/../images/icon11.svg") no-repeat center;
}

.slick-next:hover {
  background: #ffffff url("/_/dist/css/../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;
  margin-top: 0 !important;
}

.saleItems {
  z-index: 5;
}

.mt0 {
  margin-top: -70px;
}

.newsItems .newsItemsTop {
  margin-bottom: 33px;
}

/*
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;
}
.navMobilTopPhoto{
  color: #141414;
  display: flex;
  align-items: center;
}
.navMobilTopPhoto svg{
  fill: #141414;
  margin-right: 10px;
}
.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('/_/dist/css/../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: 380px;
}

.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('/_/dist/css/../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('/_/dist/css/../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('/_/dist/css/../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;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 270px;
}

.menuListDown li {
  max-width: 200px;
  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('/_/dist/css/../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: 44px;
  min-width: 44px;
  background: #F5F5F5;
  font-size: 20px;
  padding: 0;
}

.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-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: 28px;
  min-width: 28px;
  font-size: 14px;
  padding: 2px 3px;
}

.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;
  font: normal normal 14px 'Manrope', sans-serif;
  line-height: 170%;
  background-color: #fff;
  z-index: 1;
  padding-right: 3px;
}

.popupItemInfoList__last {
  color: #141414;
  font: normal normal 14px 'Manrope', sans-serif;
  line-height: 170%;
  text-align: right;
  background: #fff;
  z-index: 1;
  padding-left: 3px;
}

.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('/_/dist/css/../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('/_/dist/css/../images/icon12.svg');
  margin-right: 10px;
  margin-bottom: 15px;
}

.footer .select-selected:before {
  content: url("/_/dist/css/../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;
  max-width: 100%;
}

.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
#############*/

.breadcrumbs-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding-bottom: 5px;
  /* Скрыть скроллбар по умолчанию */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.breadcrumbs-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.breadcrumbs-container:hover {
  scrollbar-width: thin; /* Firefox - показать при наведении */
}

.breadcrumbs-container:hover::-webkit-scrollbar {
  display: block; /* Chrome, Safari, Opera - показать при наведении */
}
.breadcrumbs{
  margin: 200px auto 0;
  max-width: 1860px;
}
.bread {
  display: flex;
}

.bread li span,
.bread li a,
.bread li h1{
  color: rgba(20, 20, 20, 0.5);
  font: normal 500 14px 'Manrope', sans-serif;
}
.bread li span{
  min-width: 20px;
  text-align: center;
}

.bread li {
  display: flex;
}


.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;
  text-align: 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: 356px;
  width: 100%;
  transition: max-width 0.5s ease, opacity 0.5s ease;
  overflow: hidden;
}

.mainRight {
  max-width: 1486px;
  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: 19.1%;
}

.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;
  margin-bottom: -30px;
}

.mainRightContent .sliderBlockMain:hover {
  z-index: 9;
}

.mainRightContent .sliderBlockSliderPrice {
  margin-top: 0;
}

.mainRightContent .sliderBlockSlider .slick-dots {
  bottom: 5px;
}

.mainRightContent {
  gap: 0 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('/_/dist/css/../images/icon38.svg') no-repeat center;
  margin: 5px 0 0 5px;
}

.mainTop__hide.deActive:after {
  transform: rotate(178deg);
}

.mainTopRight {
  max-width: 1484px;
  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;
  width: 100%;
}

.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;
  opacity: 1;
}

.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: 25px;
}

.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: 25px;

}

.mobilFilteOpen.active .filterMenuList {
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}

.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 {
  align-items: center;
}

.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;
  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('/_/dist/css/../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('/_/dist/css/../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("/_/dist/css/../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 15px;
}

#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: inline-block;
  border-bottom: 1px solid;
}

.mainTopRightSel {
  max-width: 1225px;
  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('/_/dist/css/../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('/_/dist/css/../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: 1px;
}

.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 30px;
}

.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: #141414;
  font: normal normal 14px 'Manrope', sans-serif;
  line-height: 170%;
  padding-right: 3px;
}
.tabItemBlockList li span:first-child{
  white-space: nowrap;
  margin-right: 10px;
}
.tabItemBlockList li span:last-of-type {
  color: #141414;
  padding-left: 5px;
  text-align: right;
}

.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%;
}

.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;
  position: relative;

}

.reviewsOther {
  background: rgba(220, 220, 220, 0.3);
  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: -25px;
  right: 30px;
  margin-right: 0;
}

.mainCard .cardRight .sliderBlockSliderTopHeart {
  right: 0;
}

.cardRightStar__title {
  color: #808080;
  font: normal normal 16px 'Manrope', sans-serif;
  line-height: 130%;
}

.cardRightStar {
  gap: 20px;
  align-items: center;
  margin-top: 23px;
}

.cardRightStar .sliderBottomBlock {
  margin-top: 0;
}

.cardRight .sliderBlockSliderPriceList {
  align-items: center;
}

.cardRight .sliderBlockSliderPrice__price {
  font-size: 30px;
  font-weight: normal;
}

.cardRight .sliderBlockSliderPrice__un {
  font-size: 16px;
  color: #808080;
  position: relative;
  top: 5px;
}


.cardRightPrice {
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  justify-content: space-between;
}

.cardRightPriceEconom__text {
  color: #808080;
  font: 400 normal 16px 'Manrope', sans-serif;

}

.cardRightPriceEconom__text span {
  color: #141414;
  font-weight: 500;
}

/*
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;
  justify-content: space-between;
}

.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 30px 'Manrope', sans-serif;
  line-height: 130%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.cardRightBottom {
  margin-top: 30px;
}

.cardRightBottom__href,
.cardRightBottom__hrefOneClick,
.cardRightBottom__href2.visible{
  height: 60px;
  background: #141414;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font: normal 500 20px 'Manrope', sans-serif;
  transition: all, 0.5s;
}

.cardRightBottom__hrefOneClick {
  background: #fff;
  color: #141414;
  border: 1px solid #141414;
}

.cardRightBottom__hrefOneClick.hide {
  display: none;
}

.cardRightBottom__hrefOneClick:hover {
  background: #EAEAEA;
  border: 1px solid #EAEAEA;
}


.cardRightBottom .cardRightBottom__href2.visible {
  display: flex;
  max-width: 100%;
  width: 100%;
}




.cardRightBottomDeliver__href {
  align-items: center;
  gap: 6px;
}

.cardRightBottomDeliver__href span {
  color: #141414;
  border-bottom: 1px solid #141414;
  font: normal 400 14px 'Manrope', sans-serif;
}

.cardRightBottomDeliver__href:before {
  content: '';
  display: block;
  background: url('/_/dist/css/../images/icon47.svg') no-repeat center;
  width: 17px;
  height: 16px;
}

.cardRightBottomDeliver__two {
  align-items: center;
  gap: 20px;
  margin-top: 16px;
}

.cardRightBottomDeliver__day {
  color: #808080;
}

.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: #808080;
  font-size: 20px;
}

.cardRightColor .selected-color {
  color: #141414;
  font-size: 20px;
}

.cardRightColor .cards {
  display: flex;
  gap: 10px;
}

.cardRightColor .card {
  border: 1px solid transparent;
  padding: 2px;
  cursor: pointer;
  transition: border 0.3s;
}

.cardRightColor .card.selected {
  border: 1px solid #000;
  border-radius: 2px;
}

.cardRightColor .card img {
  width: 50px;
  object-fit: cover;
  border-radius: 1px;
  display: block;
}

.cardRightColor input[type="radio"] {
  display: none;
}

.cardRightColor {
  margin-top: 30px;
}
.cardRightHr{
  border-top: 1px solid #808080;
  margin: 30px 0px;
}
.cardRightSize {
  margin-top: 30px;
}
/*
.cardRightSize .filterMenuListDownBlock {
  margin-top: 0;
}*/

.cardRightBottomBtn {
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
}

.cardRightBottomBtn a {
  max-width: 49%;
  width: 100%;
}

.cardRightSize .filterMenuListDownBlock .color-label {
  font-size: 20px;
}

.mobilFilteOpenBodySize .filterMenuListDown .custom-checkbox__value,
.cardRightSize #sizeMenu .custom-checkbox__value {
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
  transform: translateY(0%);
  text-align: center;
  height: 60px;
  width: 60px;
  padding: 0 15px;
  border: solid 1px #808080;
}

.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;
}


.tabItemBlockList li.tabItemBlockList__mobil {
  display: none;
}

.tabItemBlockList__materialBlock {
  background: url('/_/dist/css/../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('/_/dist/css/../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('/_/dist/css/../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 .error__text {
  font-size: 14px;
  justify-content: center;
  margin-bottom: 17px;
}
.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_inline{
  width: 100%;
  padding-top: 0;
  border: none;
  border-bottom: 1px solid #141414;
  font: normal normal 16px 'Manrope', sans-serif;
  color: #141414;
  height: 40px;
  border-radius: 0;
  padding-left: 0px;
  text-align: center;
}

.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;
}

.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;
}

.popupItemInfoList li,
.basketRightList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.basketRightList li .basketRightTotal__total {
  color: #141414;
  font: normal normal 16px 'Manrope', sans-serif;
  text-transform: uppercase;
  position: relative;
  top: 3px;
}

.basketRightList li .basketRightTotal__num {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
  background: #fff;
  z-index: 1;
}

.popupItemInfoList li:before,
.tabItemBlockList li:before,
.basketRightList li:before {
  position: absolute;
  top: 17px;
  content: '';
  width: 100%;
  border-bottom: 1px dotted;
}

.basketRightList li span {
  color: #141414;
  font: normal 500 16px 'Manrope', sans-serif;
  line-height: 130%;
  background: #fff;
  z-index: 1;
}

.basketRightList li span:first-of-type {
  padding-right: 3px;
}

.basketRightList li span:last-of-type {
  padding-left: 5px;
}

.tabItemBlockList li a,
.tabItemBlockList li span {
  background: #fff;
  z-index: 1;
}

.basketBlockBottom .basketRightList li:first-of-type span:first-of-type {
  position: relative;
}

.basketRightTotal__total {
  text-transform: uppercase;
  color: #141414;
  background: #fff;
  z-index: 1;
}

.basketRightTotal {
  margin-top: 15px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 16px;
}
.basketRightTotal:before{
  position: absolute;
  top: 17px;
  content: '';
  width: 100%;
  border-bottom: 1px dotted;
}

.basketRightTotal__num {
  font: normal bold 20px 'Manrope', sans-serif;
  color: #141414;
  background: #fff;
  z-index: 1;
  margin-top: -5px;
}

.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;
  border-radius: 0;
}

.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 26px 'Manrope', sans-serif;
}

.basketLeft_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin: 0 auto;
}
.itemsLeft__href {
  display: block;
  height: 130px;
}

.itemsLeft__href img {
  width: 95px;
  height: 130px;
  object-fit: cover;
}

.products {
  margin-top: 20px;
}

.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__beige.white {
  border: 1px solid #141414;
}

.itemsLeftTextBottom__red {
  background: red;
}

.itemsLeftTextBottom__black {
  background: black;
}

.products .basket__number {
  width: 66px;
  height: 30px;
  border: 1px solid #F3F3F3;
  border-radius: 2px;
  justify-content: center;
  padding: 0;
}

.basketBlockPopup .basket__number input,
.products .basket__number input {
  width: 19px;
  border: none;
  margin: 0 auto;
  text-align: center;
  font: normal 500 16px 'Manrope', sans-serif;
  color: #141414;
  position: relative;
  top: 0;
  height: 27px;
}

.basketBlockPopup .basket__number .minus,
.products .minus {
  color: rgb(188, 188, 188);
  font: normal 500 19px 'Manrope', sans-serif;
  cursor: pointer;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 18px;
  border: none;
  background: none;
}

.basketBlockPopup .basket__number .plus,
.products .plus {
  color: #000000;
  font: normal 500 19px 'Manrope', sans-serif;
  cursor: pointer;
  position: relative;
  top: 0;
  height: 28px;
  width: 18px;
  background: none;
  border: none;
}

.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 16px 'Manrope', sans-serif;
  color: #141414;
  padding-left: 0 !important;
  left: -9px !important;
}


.ms-drop ul > li.hide-radio label span:before {
  content: '';
  background: url('/_/dist/css/../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('/_/dist/css/../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('/_/dist/css/../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: 35px;
  width: 100%;
}

.itemsRightBlockBottom .sliderBlockSliderTopHeart {
  top: 0;
  margin-top: 0;
  right: 50px;
}

.itemsRightBlockBottom .sliderBlockSliderTopHeart .checkmark.heart {
  background: url('/_/dist/css/../images/icon54.svg') no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.itemsRightBlockBottom .sliderBlockSliderTopHeart .blockCheckbox input:checked ~ .checkmark {
  background-size: cover;
}

.itemsRightBlockBottom__delete {
  background: url('/_/dist/css/../images/icon55.svg') no-repeat center;
  background-size: contain;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 2px;
}

.items {
  margin-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
  max-width: calc(100% - 20px);
  width: 100%;
}

.items:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.basketBlockInfo {
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
}

.basketBlockInfo__title {
  color: #141414;
  font: normal bold 26px '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;
  border-radius: 0;
}

.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,
.basketBlockInfoForm .input-container label{
  font-size: 12px;
}
label.required:after{
  content: '*';
  color: red;
}


.basketBlockInfoMethod {
  margin-top: 50px;
}

.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__deliver_pvz{
  margin-bottom: 12px;
}
.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: 50px;
}

.basketMobileBottom {
  display: none;
}

.basketBlockInfoBuy__list li {
  margin-bottom: 40px;
  position: relative;
}


.payment-option {
  display: flex;
  flex-direction: column;
  gap: 10px;
  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%);
}

.option input[type="radio"]:checked + .custom-radio:before {
  content: '';
  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('/_/dist/css/../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('/_/dist/css/../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('/_/dist/css/../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{
  text-align: center;
}
.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,
.registerPopupFormBottomOrder__text{
  text-align: center;
  color: #808080;
  font: normal normal 12px 'Manrope', sans-serif;
  margin-top: 20px;
  padding: 0 33px;
}
.registerPopupFormBottomOrder__text{
  margin-top: 0px;
}
.registerPopupFormBottomEnter .registerPopupFormBottom__text,
.registerPopupFormBottomOrder__text {
  text-align: right;
  padding-right: 0;
}
.js-order-send-sms,
.js-auth-send-sms{
  cursor: pointer;
}

/*
End basket
##########*/

/*
Start address
#############*/

.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('/_/dist/css/../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: calc(50% - 205px);
  left: calc(50% - 146px);
  padding: 16px 20px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 770px) {
  .address .mapPopup {
    top: calc(50% - 260px);
  }
}

.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('/_/dist/css/../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('/_/dist/css/../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('/_/dist/css/../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 32px 'Manrope', sans-serif;
  color: #141414;
  line-height: 130%;
}

.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;
}

.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('/_/dist/css/../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;
  margin-top: 10px;
}

.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,.popupProp {
  display: none;
  background-color: #fff;
  max-width: 530px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transform: translate(0, -200%);
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  margin-top: 150px;
}
.popupSize.active,
.popupProp.active{
  display: block;
}

.popupSizeText.active,
.popupPropText.active{
  position: fixed;
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.popupSize.active,
.basketBlock.active,
.popupProp.active{
  transform: translate(0, 0);
}

.popupSize.active,
.popupProp.active{
  z-index: 1000;
}

.popupSizeTop,
.popupPropTop,
.basketBlockTop {
  position: relative;
  padding: 20px;
}

.popupSize__closed,
.popupProp__closed{
  position: absolute;
  top: 20px;
  right: 20px;
  background: url('/_/dist/css/../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;
}

.popupPropBody{
  margin-top: 10px;
  overflow: auto;
  /*height: 900px;*/
}
.popupSizeBody{
  margin-top: 10px;
}
.popupPropBody{
  padding: 0px 20px;
}

.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,
.popupPropText
{
  display: none;
}

.popupSizeText p {
  color: #ffffff;
  font: normal bold 20px 'Manrope', sans-serif;
  max-width: 840px;
  width: 100%;
  margin-left: 15%;
}

.popupSizeText.active,
.popupPropText.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 {
  font: normal 400 14px 'Manrope', sans-serif;
  padding-bottom: 5px;
}

.paymentDescList__text2 {
  color: rgb(128, 128, 128);
  font: normal 500 12px 'Manrope', sans-serif;
}

.pageStatis ul.paymentDescList {
  margin-left: 0px;
}

.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 a {
  color: #000;
  font: normal 400 14px 'Manrope', sans-serif;
}

.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: 190px;
  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;
}

.guaranteMetis li {
  list-style: none;
}

/*
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;
  margin-bottom: 10px;
  font: normal 400 16px 'Manrope', sans-serif;
}

.pageStatis ol {
  list-style: lower-alpha;
  margin-left: 30px;
  margin-top: 50px;
  margin-bottom: 10px;
}

/*
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(/_/dist/css/../images/icon42.svg) no-repeat center !important;
  border: 1px solid transparent !important;
}

.statusForm .blockCheckbox {
  margin-bottom: 0;
  width: 100%;
  justify-content: flex-end;
  border-radius: 0;
  padding-left: 0;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.statusForm .enterFormCheckbox .checkmark {
  top: -4px;
  margin-right: 10px;
}

/*
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('/_/dist/css/../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;
}

.statusForm .input-container input {
  border: 1px solid #141414;
  height: 50px;
}

.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('/_/dist/css/../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('/_/dist/css/../images/icon33.svg') no-repeat center;
}

.orderDeliver {
  position: relative;
  max-width: 1820px;
  width: 100%;
  margin: 0 auto 40px;
  overflow: hidden;
}

.orderDeliver__back {
  background: url('/_/dist/css/../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('/_/dist/css/../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('/_/dist/css/../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 li {
  list-style-type: none;
}

.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 {
  list-style: none;
}

.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;
  color: #141414;
}

/*
.topTitleList li {
  display: none;
}

#toggleMore {
  display: none;
}
*/
.topTitleListBtn {
  justify-content: center;
  margin-top: 10px;
}

.sliderMobilBlock,
.sliderMobilBlock.hide {
  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('/_/dist/css/../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;
  background-color: white;
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -80px;
  z-index: 9;
  padding: 0 10px 15px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
}

.sliderBlockMain:hover .sliderBottomHover {
  opacity: 1;
  visibility: visible;
  display: block;
}

.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 h2 {
  margin-bottom: 10px;
}

.pageStatis .menuMobil h2 {
  color: #141414;
  font: normal bold 16px 'Manrope', sans-serif;
  margin-bottom: 10px;
}

/*.newsItems .sliderBlockSliderBottom__href {*/
/*  opacity: 0;*/
/*  top: 495px;*/
/*}*/

.swiper .sliderBlockMain .slick-dots {
  bottom: 0;
}

.swiper .sliderBlockMain .sliderBlockSliderPrice {
  margin-top: 0;
  height: 85px;
}

.swiper .sliderBlockMain:hover .sliderBlockSliderPrice {
  height: auto;
}

.swiper .sliderBlockSlider {
  height: 550px;
}

.swiper .sliderBlockSlider .slick-slide img {
  height: 550px;
}

.swiper .slick-dots li {
  margin-bottom: 0 !important;
  top: 0;
}

.newsItems .swiper {
  max-width: 1880px;
  width: 100%;
  margin: 0 auto;
  height: 630px;
  padding: 0 10px;
}

.tabsBlock {
  margin-top: -107px;
}

.newsItems .swiper-button-next,
.newsItems .swiper-button-prev {
  top: 250px !important;
}

.newsItems .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #f0f1f5 url(/_/dist/css/../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: 10px;
  transform: rotate(0);
}

.newsItems .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #f0f1f5 url(/_/dist/css/../images/icon11.svg) no-repeat center;
  position: absolute;
  top: 240px;
  z-index: 10;
  font-size: 0;
  cursor: pointer;
  border: none;
  transition: .5s;
  left: 10px;
  right: auto;
  transform: rotate(180deg);
}

.newsItems .swiper-button-next:after,
.newsItems .swiper-button-prev:after {
  display: none;
}

/*
Start personal
#############*/
.personal {
  max-width: 915px;
  width: 100%;
  margin: 21px auto 50px;
}

.personal.hide {
  display: none;
}

.personal.visible {
  display: block;
  margin: 21px auto 97px;
}

.contents {
  position: relative;
}

.personalTop {
  justify-content: space-between;
  align-items: center;
  max-width: 915px;
  width: 100%;
  margin: 0 auto 30px;
}

.personal .tabs {
  max-width: 915px;
  width: 100%;
  margin: 0 auto 30px;
}

.personalTop__title {
  color: #141414;
  font: normal bold 50px 'Manrope', sans-serif;
}

.personalTop__href {
  text-transform: uppercase;
  color: #808080;
  font: normal 500 14px 'Manrope', sans-serif;
}

.personal .tab a {
  color: rgba(20, 20, 20, 0.6);
  font: normal 500 16px 'Manrope', sans-serif;
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  margin-bottom: 30px;
  margin-right: 30px;
}

.personal .tab.active a {
  color: rgba(20, 20, 20, 1);
  border-bottom: 1px solid;
}

.personal .sliderBlockContent {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto;
}

.orderNumber {
  position: relative;
  border: 1px solid #E9E9E9;
  padding: 20px;
  max-width: 915px;
  width: 100%;
  margin: 0 auto 20px;
  background: #FFFFFF;
  border-radius: 3px;
}

.content.active .orderNumber {
  display: block;
}

.orderNumber__title {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
}

.orderStatus {
  align-items: center;
  margin-top: 21px;
  justify-content: space-between;
}

.orderStatus__title {
  color: #000;
  font: normal bold 14px 'Manrope', sans-serif;
}

.orderStatus__ends {
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
}

.orderStatusLeft {
  gap: 12px;
  align-items: center;
}

.orderStatus__ends.process {
  color: #FFB40A;
}

.orderStatus__ends.completed {
  color: #3EB55D;
}

.orderStatus__ends.cancelled {
  color: #FF3D53;
}

.orderNumber__num {
  color: #141414;
  font: normal bold 16px 'Manrope', sans-serif;
  text-align: center;
  background: #F5F5F5;
  padding: 3px 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.orderStatusBtn {
  max-width: 100%;
  width: 100%;
}

.orderStatusBtn__href {
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  height: 54px;
  justify-content: center;
  align-items: center;
  color: #141414;
  font: normal bold 16px 'Manrope', sans-serif;
  background: #F5F5F5;
  margin-bottom: 20px;
}

.orderStatusBottom__href2,
.orderStatusBottom__href {
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  padding: 5px 15px;
  background: #F5F5F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.orderStatusBottom__status {
  align-items: center;
}

.orderStatusBottom {
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}

.popupBlock {
  background: #141414;
  padding: 20px;
  max-width: 600px;
  width: 100%;
  position: relative;
  display: none;
}

.popupBlock__title {
  color: #FFFFFF;
  font: normal bold 24px 'Manrope', sans-serif;
  text-align: center;
  margin-top: 70px;
}

.popupBlock__closed {
  position: absolute;
  top: 20px;
  right: 15px;
  background: url('/_/dist/css/../images/icon38.svg') no-repeat center;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.popupBlockBottom {
  max-width: 180px;
  width: 100%;
  justify-content: space-between;
  margin: 60px auto 40px;
}

.popupBlockBottom__no,
.popupBlockBottom__yes {
  cursor: pointer;
  background: #ff5268;
  color: #FFFFFF;
  width: 70px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font: normal 500 14px 'Manrope', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.popupBlockBottom__no {
  color: #000;
  background: #FFFFFF;
}

.popupVisible {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  background: rgb(0, 0, 0, .6);
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.popupBlock.active {
  display: block;
  position: fixed;
  top: 27%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999999999;
}

.orderNumber__closed {
  background: url('/_/dist/css/../images/icon39.svg') no-repeat center;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 20px;
}

.myDataSave__address,
.myDataSave__save,
.myDataRedact__redact {
  cursor: pointer;
  text-transform: uppercase;
  color: #FFFFFF;
  font: normal 500 14px 'Manrope', sans-serif;
  max-width: 100%;
  width: 100%;
  height: 50px;
  background: #141414;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.myData {
  position: relative;
  border: 1px solid rgb(245, 245, 245);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.myDataRedactList {
  justify-content: space-between;
}

.myDataRedactList li {
  max-width: 50%;
  width: 100%;
  margin-bottom: 40px;
}

.myDataRedactList__name {
  color: #808080;
  font: normal 500 12px 'Manrope', sans-serif;
}

.myDataRedactList__info {
  color: #141414;
  font: normal 400 16px 'Manrope', sans-serif;
}

.myDataRedactList li.myDataRedactList__password {
  max-width: 100%;
  width: 100%;
}

.myDataSave {
  display: none;
  background: #FFFFFF;
  max-width: 100%;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 20px 0;
}

.myDataSave.active {

}

.myDataSaveList > li {
  max-width: 48%;
  width: 100%;
  margin-bottom: 40px;
}

.myDataSaveList > li .input-container {
  margin: 0;
  max-width: 100%;
}

.myDataSaveList > li .input-container input {
  border-bottom: 1px solid #bcbcbc;
  color: #141414;
}

.myDataSaveList > li .input-container input:focus {
  border-bottom: 1px solid #000000;
}

.myDataSaveList > li .input-container input[type="text"]::-moz-placeholder {
  color: #141414;
}

.myDataSaveList > li .input-container input[type="text"]::-webkit-input-placeholder {
  color: #141414;
}

.myDataSaveList > li .input-container input[type="text"]:-ms-input-placeholder {
  color: #141414;
}

.myDataSaveList {
  justify-content: space-between;
  margin-top: 0;
}

.myDataSaveList > li.myDataSaveListWidth {
  max-width: 100%;
  width: 100%;
}

.myDataSaveList > li .select-selected:after,
.myDataSaveList > li .select-selected:before {
  display: none;
}

.myDataSaveList > li .select-selected {
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #141414;
  color: #141414;
  font: normal 400 16px 'Manrope', sans-serif;
  height: 40px;
}

.myDataSaveList > li .select-selected:after {
  content: "";
  display: block;
  border: 2px solid #141414;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 5px;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.myDataSaveList > li .custom-select {
  padding: 0;
  max-width: 100%;
  width: 100%;
  position: relative;
  top: -5px;
}

.pol {
  color: #808080;
  font: normal 500 12px 'Manrope', sans-serif;
  position: relative;
  top: -10px;
}

.myDataSaveList .select-items {
  z-index: 9;
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}

.myDataSaveList__calendar input {
  max-width: 100%;
  width: 100%;
  height: 33px;
  border: none;
  border-bottom: 1px solid #141414;
  color: #141414;
  font: normal 400 16px 'Manrope', sans-serif;
}

.myDataSaveList__calendar input[type="text"]::-moz-placeholder {
  color: #141414;
  font: normal normal 16px 'Manrope', sans-serif;
}

.myDataSaveList__calendar input[type="text"]::-webkit-input-placeholder {
  color: #141414;
  font: normal normal 16px 'Manrope', sans-serif;
}

.myDataSaveList__calendar input[type="text"]:-ms-input-placeholder {
  color: #141414;
  font: normal normal 16px 'Manrope', sans-serif;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  text-align: center !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: none;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
}

.myAddressBlock {
  border-top: 1px solid rgb(245, 245, 245);
  padding-top: 20px;
  justify-content: space-between;
}

.myAddressBlock:first-of-type {
  padding-top: 0;
  border-top: none;
}

.myAddressBlockLeft {
  max-width: 640px;
  width: 100%;
}

.myAddressBlockRight {
  max-width: 150px;
  width: 100%;
  justify-content: space-between;
}

.myAddressBlockLeft__title {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
  padding-bottom: 10px;
  height: 32px;
  overflow: hidden;
}

.myAddressBlockLeft__paragraf {
  color: #141414;
  font: normal 500 16px 'Manrope', sans-serif;
  height: 70px;
  overflow: hidden;
  margin-bottom: 10px;
}

.myAddressBlockAddInput__save,
.myAddressBlockRight li a {
  color: #141414;
  font: normal normal 14px 'Manrope', sans-serif;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.myAddressBlockAdd .input-container {
  max-width: 100%;
}

.myAddressBlockAdd textarea {
  border: none;
  max-width: 100%;
  width: 100%;
  resize: none;
  border-bottom: 1px solid #bcbcbc;
  height: 70px;
  font: normal 500 16px 'Manrope', sans-serif;
  margin-bottom: 10px;
  color: #202020;
}

.myAddressBlockAdd {
  display: none;
}

.myAddressBlockAdd textarea::-moz-placeholder {
  color: #bcbcbc;
  font: normal 500 16px 'Manrope', sans-serif;
}

.myAddressBlockAdd textarea::-webkit-input-placeholder {
  color: #bcbcbc;
  font: normal 500 16px 'Manrope', sans-serif;
}

.myAddressBlockAdd textarea:-ms-input-placeholder {
  color: #bcbcbc;
  font: normal 500 16px 'Manrope', sans-serif;
}

.myAddressBlockAddInput .input-container {
  max-width: 660px;
  width: 100%;
  margin: 0;
}

.myAddressBlockAddInput {
  justify-content: space-between;
  margin-bottom: 20px;
}

.myAddressBlockAddInput .input-container label {
  font: normal bold 20px 'Manrope', sans-serif;
  color: #bcbcbc;
}

.myAddressBlockAddInput .input-container input {
  height: 35px;
  border-bottom: 1px solid #bcbcbc;
}

.sale__title {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto 20px;
  color: #141414;
  font: normal bold 40px 'Manrope', sans-serif;
  display: block;
}

.orderNumberMobil {
  padding: 10px 15px 5px;
  background: #F5F5F5;
  position: relative;
  display: none;
  margin-bottom: 10px;
}

.orderNumberMobil .orderNumber__title {
  color: #141414;
  font: normal bold 16px 'Manrope', sans-serif;
  margin-bottom: 5px;
}

.orderNumberMobil__text {
  color: #141414;
  font: normal 400 13px 'Manrope', sans-serif;
  margin-bottom: 10px;
}

.orderNumberMobil__status {
  background: #FFFFFF;
  padding: 5px 10px;
  color: #141414;
  font: normal 500 10px 'Manrope', sans-serif;
  display: inline;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.personalEmpty {
  color: #141414;
  font: normal bold 50px 'Manrope', sans-serif;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  height: 400px;
  justify-content: center;
  align-items: center;
}

.sliderBlockTop,
.sliderBlockContentSale {
  max-width: 1860px;
  width: 100%;
  margin: 0 auto;
}

.sliderBlockContentSale {
  padding-top: 30px;
}

.sliderBlockContentSale .sliderBlockMain {
  max-width: 357px;
}

.sliderBlockContentSale .sliderBlockMain:nth-child(4n+4) {
  margin-right: 1%;
}

.sliderBlockContentSale .sliderBlockMain:nth-child(5n+5) {
  margin-right: 0;
}

.sliderBlockContentSale .sliderBlockMain .slick-dots li {
  width: 23.8% !important;
}

.sliderBlockContentSale .sliderBlockSlider .slick-slide > a {
  height: 460px;
}

.orderNumberTitle__price {
  color: #141414;
  font: normal 800 20px 'Manrope', sans-serif;
}

.orderNumberTitle {
  justify-content: space-between;
  margin-bottom: 32px;
}

.orderStatusRight {
  gap: 16px;
}

.orderStatusRight__text {
  color: #141414;
  font: normal normal 13px 'Manrope', sans-serif;
}

.refundBtn {
  border: 1px solid #141414;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  color: #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  width: 148px;
  height: 28px;
  position: absolute;
  bottom: 20px;
  right: 0;
  transition: all, 0.5s;
}

.refundBtn:hover {
  background: #141414;
  color: #ffffff;
}

.basketBlockBodyItemLeft__title {
  margin-left: 28px;
  color: #141414;
  max-width: 150px;
  width: 100%;
}

.basketBlockBodyItemLeft__art {
  color: #141414;
  width: 133px;
  word-break: break-all;
}

.basketBlockBodyItemColor {
  margin-left: 91px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
  width: 134px;
}

.basketBlockBodyItemColor__text {
  color: #141414;
  word-break: break-all;
  width: 110px;
}

.basketBlockBodyItemColor.black .basketBlockBodyItemColor__black {
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 100px;
  margin-top: 3px;
}

.basketBlockBodyItemSize__text {
  color: #141414;
}

.basketBlockBodyItemSize {
  max-width: 85px;
  width: 100%;
  margin-left: 33px;
  align-items: center;
  gap: 10px;
  margin-top: -5px;
}

.basketBlockBodyItemSize__num {
  color: #141414;
  width: 28px;
  height: 28px;
  background: #F5F5F5;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.basketBlockBodyItemLeft__price {
  color: #141414;
  width: 187px;
  text-align: right;
}

.basketBlockBodyItemLeft__price span{
  white-space: nowrap;
}
.basketBlockBodyItemLeft__price_discount{
  margin: 0px 6px;
  white-space: nowrap;
}


.orderNumber .basketBlockBodyItemLeft__price {
  width: 147px;
}

.personal .pageStatis {
  max-width: 915px;
  width: 100%;
  margin: 0 auto;
}

.personal .pageStatis p a {
  color: #141414;
  font: normal normal 16px 'Manrope', sans-serif;
  border-bottom: 1px solid;
}

.personal .pageStatis h3 {
  font: normal 600 16px 'Manrope', sans-serif;
  color: #141414;
  margin-bottom: 20px;
}

.personalRefund__title {
  color: #141414;
  font: normal 700 24px 'Manrope', sans-serif;
}

.personalRefund__closed {
  background: url('/_/dist/css/../images/icon71.svg') no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
}

.personalVisible {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.personal.visible .basketBlockBodyItem {
  padding: 0 0 20px 0;
  margin-top: 32px;
  border-bottom: 1px solid rgba(233, 233, 233, 1);
  margin-bottom: 20px;
}

.personal.visible .basketBlockBodyItemLeft__price {
  width: 147px;
}

.personal .basketBlockBodyItemLeft__href {
  height: 98px;
}

.basketBlockBodyItemNum {
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #141414;
  font: normal 600 14px 'Manrope', sans-serif;
  line-height: 130%;
}

.basketBlockBodyItemNum__date {
  color: #141414;
  font: normal 400 14px 'Manrope', sans-serif;
  line-height: 130%;
}

.stepPersonal {
  margin-top: 32px;
  max-width: 100%;
  width: 100%;
}

.stepPersonal__text {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
}

.stepPersonalBlock {
  margin-top: 15px;
}

.stepPersonalBlock__text {
  color: #141414;
  font: normal normal 13px 'Manrope', sans-serif;
  line-height: 140%;
}

.stepPersonalBlockSelect {
  margin: 20px 0;
}

.stepPersonalBlockSelectBtn__basketSave,
.stepPersonalBlockSelectBtn__next,
.stepPersonalBlockSelectBtn__basket,
.stepPersonalBlockSelectBtn__btn {
  justify-content: center;
  align-items: center;
  border: 1px solid #141414;
  font: normal 500 14px 'Manrope', sans-serif;
  border-radius: 3px;
  height: 42px;
  width: 143px;
  color: #141414;
  transition: all, 0.5s;
  cursor: pointer;
}

.stepPersonalBlockSelectBtn__btn:hover {
  background: #EAEAEA;
  border: 1px solid #EAEAEA;
}

.stepPersonalBlockSelectBtn {
  margin-top: 50px;
  gap: 15px;
}

.stepPersonalBlockSelectBtn .disabled,
.stepPersonalBlockSelectBtn__basket {
  background: rgba(20, 20, 20, 0.5);
  color: #ffffff;
  border: 1px solid transparent;
}

.stepPersonalBlockSelectBtn__basketSave,
.stepPersonalBlockSelectBtn__next,
.stepPersonalBlockSelectBtn__basket.active {
  background: rgba(20, 20, 20, 1);
  color: #fff;
}

.stepPersonalBlockList {
  gap: 17px;
  margin-top: 20px;
}

.stepPersonalBlockList li img {
  margin-top: 8px;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.stepPersonalBlockListFile {
  gap: 15px;
  margin-top: 34px;
}

.stepPersonalBlockListFile__block {
  width: 217px;
  height: 217px;
  align-items: center;
  justify-content: center;
  background: url('/_/dist/css/../images/icon73.png') no-repeat center;
  background-size: cover;
  position: relative;
}

.stepPersonalBlockListFile__block input {
  height: 217px;
  width: 217px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
}
.stepPersonalBlockListFileIn__title {
  color: #141414;
  text-align: center;
  margin-bottom: 12px;
}

.stepPersonalBlockListFileIn__text {
  color: #141414;
  text-align: center;
}

.stepPersonalBlockListFileIn {
  padding: 0 20px;
}

.stepPersonalBlockListFileIn:before {
  content: '';
  display: block;
  background: url('/_/dist/css/../images/icon74.svg') no-repeat center;
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
}

.stepPersonalBlockListFile__text {
  margin-bottom: 10px;
}

.stepPersonalCity__text {
  color: #000;
}

.stepPersonalCity {
  max-width: 100%;
  width: 100%;
  gap: 20px;
  margin-bottom: 15px;
}

.stepPersonalCity__href {
  border-bottom: 1px solid;
}

.stepPersonal .popupDeliverLeft__title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.stepPersonal .mapik {
  height: 491px;
  margin-top: -40px;
}

.stepPersonal .basketBlockInfoForm .input-container {
  max-width: 100%;
  margin-bottom: 31px;
}

.stepPersonalFifth .stepPersonalForm .basketBlockInfoFormSecond:nth-child(2) .input-container {
  margin-bottom: 50px;
}

.stepPersonal .popupDeliverLeft {
  max-width: 450px !important;
}

.stepPersonal .popupDeliverLeftBody {
  height: 305px;
  overflow-y: scroll;
}

.stepPersonal .popupDeliverLeftBody::-webkit-scrollbar-track {
  border-radius: 0;
  background: transparent;
}

.stepPersonal .popupDeliverLeftBody::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.stepPersonal .popupDeliverLeftBody::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.stepPersonal .option {
  margin-bottom: 0;
}

.stepPersonal .mapContent,
.stepPersonal .popupDeliverRight {
  height: auto;
}

.stepPersonal .basketBlockInfoForm .input-container {
  max-width: 295px;
}

.stepPersonal .basketBlockInfoFormSecond .input-container {
  max-width: 450px;
  width: 100%;
}

.stepPersonal .input-container input:focus + label,
.stepPersonal .input-container input:not(:placeholder-shown) + label,
.stepPersonal .basketBlockInfoForm .input-container input:focus + label,
.stepPersonal .basketBlockInfoForm .input-container input:not(:placeholder-shown) + label {
  font: normal normal 16px 'Manrope', sans-serif;
}

.stepPersonal .input-container input:focus + label.active,
.stepPersonal .input-container input:not(:placeholder-shown) + label.active {
  font-size: 12px;
}

.stepPersonalFourth .basketBlockInfoForm .input-container {
  margin-bottom: 50px;
  margin-top: 0;
}

.stepPersonalForm {
  margin-top: 25px;
}

.stepPersonalFourth .stepPersonalBlockSelectBtn {
  margin-top: 0;
}

.stepPersonalFifth .stepPersonalBlockSelectBtn {
  margin-top: 0;
}

.stepPersonalFinalStepTitle {
  gap: 20px;
  align-items: flex-end;
}

.stepPersonalFinalStepTitle__redac {
  color: #141414;
  border-bottom: 1px solid;
  position: relative;
  top: -3px;
}

.stepPersonalFinalStepBlock {
  font: normal 600 16px 'Manrope', sans-serif;
  color: #141414;
  margin-top: 15px;
}

.stepPersonalFinalStepBlock span {
  font: normal normal 16px 'Manrope', sans-serif;
}

.stepPersonalFinalStepSection {
  margin-top: 60px;
}

.stepPersonalFinalStepSectionList {
  gap: 15px;
  margin-top: 15px;
}

.stepPersonalFinalStepSectionList li span {
  margin-bottom: 12px;
  display: block;
  width: 100%;
}

.stepPersonalFinalStepSectionList li img {
  border-radius: 3px;
  width: 217px;
  height: 217px;
  object-fit: cover;
}

.stepPersonalFinalStepSection__bold {
  font: normal 600 16px 'Manrope', sans-serif;
}

.stepPersonalFinalStepSection__text {
  margin-top: 16px;
}

.stepPersonalFinalStepSection .mapContent {
  margin-top: 24px;
}

.stepPersonal .stepPersonalFinalStepSection .mapik {
  margin-top: 0;
}

.stepPersonalFinalStepSection:last-of-type {
  margin-top: 42px;
}

.orderNumber__titleRefund {
  font: normal 600 20px 'Manrope', sans-serif;
  color: #141414;
  line-height: 130%;
}

.orderStatusBottom {
  justify-content: flex-start;
  gap: 17px;
  margin-top: 20px;
}

.orderStatusLeftList {
  margin-left: 37px;
  gap: 30px;
  align-items: center;
}

.orderStatusLeftList li {
  display: flex;
  gap: 15px;
  align-items: center;
}

.orderStatusLeftList li span:first-of-type {
  color: #000000;
  font: normal bold 14px 'Manrope', sans-serif;
}

.orderStatusLeftList li span:last-of-type {
  color: #000000;
  font: normal normal 16px 'Manrope', sans-serif;
}

.howToReturn {
  max-width: 915px;
  width: 100%;
  margin: 60px auto 0;
}

.orderNumber:last-of-type {
  margin-bottom: 0;
}

.howToReturn__title {
  color: #141414;
  margin-bottom: 22px;
}

.howToReturnListBlock {
  justify-content: center;
  max-width: 294px;
  width: 100%;
  height: 177px;
  background: rgba(220, 220, 220, 0.3);
  border-radius: 3px;
}

.howToReturnListBlock div {
  color: #000;
  padding: 0 20px;
  text-align: center;
  height: 64px;
}

.howToReturnList {
  justify-content: space-between;
}

.howToReturnListBlock picture {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.howToReturnList li {
  position: relative;
}

.howToReturnList li:before {
  content: '';
  display: block;
  background: url('/_/dist/css/../images/icon78.png') no-repeat center;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 90px;
  right: -15px;
}

.howToReturnList li:last-of-type:before {
  display: none;
}

.mb126 {
  margin-bottom: 126px;
}

.basketBlockBodyItemOpacity .basketBlockBodyItemLeft__price,
.basketBlockBodyItemOpacity .basketBlockBodyItemSize,
.basketBlockBodyItemOpacity .basketBlockBodyItemColor,
.basketBlockBodyItemOpacity .basketBlockBodyItemLeft__art,
.basketBlockBodyItemOpacity .basketBlockBodyItemLeft__title,
.basketBlockBodyItemOpacity .basketBlockBodyItemLeft__href {
  opacity: .35;
}

.orderStatusLeftps {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.orderStatusLeftps .refundBtn {
  position: relative;
  bottom: 0;
}

.orderNumber .basketBlockBodyItem {
  padding: 20px 0;
}

.orderNumber .basketBlockBodyItem:first-of-type {
  border-top: 1px solid rgb(245, 245, 245);
  padding-top: 20px;
}

.personal .error__text {
  font: normal normal 16px 'Manrope', sans-serif;
  line-height: 130%;
}

.stepPersonalBlockListFileImg {
  position: relative;
}

.stepPersonalBlockListFileImg img {
  border-radius: 3px;
  width: 217px;
  height: 217px;
  object-fit: contain;
}

.stepPersonalBlockListFileImg__closed {
  width: 28px;
  height: 28px;
  background: url('/_/dist/css/../images/icon79.svg') no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.stepPersonalThird .basketBlockInfoForm .input-container {
  max-width: 100%;
}

.personalFinal .stepPersonalFifthSave .input-container,
.stepPersonalFifth .basketBlockInfoForm .input-container {
  max-width: 49%;
}

.popupReturn {
  max-width: 452px !important;
  width: 100% !important;
  background: #ffffff !important;
  border-radius: 8px !important;
}


.popupReturn__title {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
  text-align: center;
  width: 270px;
  margin: 0 auto;
}

.popupReturn__text {
  margin: 20px auto;
  max-width: 360px;
  width: 100%;
  font: normal normal 16px 'Manrope', sans-serif;
  text-align: center;
  color: #141414;
  line-height: 130%;
}

.popupReturn__text a {
  font: normal normal 16px 'Manrope', sans-serif;
  text-align: center;
  color: #141414;
  border-bottom: 1px solid;
}

.popupReturn__img {
  margin: 0 auto;
  width: 54px;
  display: block;
}

.popupReturn__href {
  max-width: 370px;
  width: 100%;
  margin: 20px auto 0;
  background: #141414;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  justify-content: center;
  align-items: center;
  height: 42px;
}

.stepPersonalFirstSaveText {
  display: none;
}

.stepPersonalFirstSaveText.visible {
  display: block;
}

.stepPersonalFirstSaveText p {
  color: #141414;
  font: normal normal 14px 'Manrope', sans-serif;
  line-height: 130%;
}

.stepPersonalBlockSelectBtn {
  align-items: center;
}

.stepPersonalFifthSave .stepPersonalBlockSelectBtn__next,
.stepPersonalBlockSelectBtn__nextSave {
  width: 199px;
}

.stepPersonalBlockSelectBtn .disabled {
  pointer-events: none;
}

.personalOne {
  margin: 23px auto 97px;
}

.personal .basketBlockBodyItem {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.personalSeconds {
  margin: 23px auto 205px;
}

.personalThird {
  margin: 23px auto 114px;
}

.personalFourth {
  margin: 23px auto 129px;
}

.stepPersonalFourth .basketBlockInfoFormSecond:last-of-type .input-container {
  margin-bottom: 32px;
}

.personalFifth {
  margin: 23px auto 121px;
}

.personalFinal {
  margin: 23px auto 116px;
}

.personalFinal .stepPersonalBlockSelectBtn {
  margin-top: 42px;
}

.personalSeconds2 {
  margin: 23px auto 133px;
}

.stepPersonalFifthSave .stepPersonalBlockSelectBtn {
  margin-top: 0;
}

.mb133 {
  margin: 23px auto 133px;
}

.personalNew .orderNumberTitle {
  margin-bottom: 20px;
}

.basket .text .title {
  font-size: 16px;
}

.basket .text .subtitle {
  font-size: 14px;
}

/*
End personal
############*/

/*
Start Start
###########*/
.items.basketBlockBodyItem {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 20px;
  padding-top: 0;
}

.items.basketBlockBodyItem .basketBlockBodyItemNum .itemsRightBlockBottom {
  bottom: 15px;
}

.items.basketBlockBodyItem .basketBlockBodyItemLeft__href img,
.items.basketBlockBodyItem .basketBlockBodyItemLeft__href {
  height: 98px;
  width: 72px;
}

.basketBlockBodyItemSelect {
  max-width: 160px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.basketBlockBodyItemNumber {
  max-width: 130px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.basketBlockBodyItemTop {
  align-items: flex-start;
  max-width: 93%;
  width: 100%;
}

.basketBlockBodyItemTop .basketBlockBodyItemLeft__price,
.basketBlockBodyItemTop .basketBlockBodyItemColor,
.basketBlockBodyItemTop .basketBlockBodyItemLeft__art,
.basketBlockBodyItemTop .basketBlockBodyItemLeft__title {
  padding-top: 5px;
}

.basketBlockBodyItemNumber .basketBlockBodyItemNum {
  right: 3px;
}

.basketBlockBodyItemLeftRightSize .ms-choice > span,
.items.basketBlockBodyItem .ms-parent span {
  font-size: 16px;
}

.basketBlockBodyItemLeftRightSize .ms-parent,
.items.basketBlockBodyItem .ms-parent {
  width: 60px !important;
}

.items.basketBlockBodyItem .basketBlockBodyItemLeft__price {
  position: absolute;
  right: 0;
}

.cardRightBottomDeliver__text a {
  font: normal normal 18px 'Manrope', sans-serif;
  color: #141414;
}
.cardRightBottomDeliver__text a:hover{
  text-decoration: underline!important;
}

.mainCardInfo {
  max-width: 100%;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.mainCardInfoItem {
  max-width: 398px;
  width: 100%;
  height: 217px;
  background: rgba(220, 220, 220, 0.3);
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

.mainCardInfoItem__title {
  color: #141414;
  font: normal bold 20px 'Manrope', sans-serif;
}

.mainCardInfoItem__text {
  color: #141414;
  font: normal normal 16px 'Manrope', sans-serif;
  max-width: 254px;
  width: 100%;
  margin: 12px auto 0;
  text-align: center;
}

.mainCardInfoItem picture {
  margin-top: 35px;
}


.radioList li {
  position: relative;
}

.sliderBottomHover__list .input-helper.active {
  background: #141414;
  border-radius: 3px;
  color: #ffffff;
}

.sliderBottomHoverMobil__btn {
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 100%;
  background-color: #141414;
  border-radius: 3px;
  color: #fff;
  font: normal 500 14px 'Manrope', sans-serif;
  display: none;
}


.newsItemsMain .newsItemsTop {
  justify-content: center;
}

.newsItemsMain .newsItems__title {
  font-size: 32px;
}

.newsItemsMainTwo {
  z-index: 8;
  /* Компенсация пустой высоты .newsItems .swiper, с запасом под заголовок «Акции» */
  margin-top: -70px;
}

.newsItems.newsItemsMainTwo {
  margin-top: -70px;
}

.newsItemsMainTwo .newsItemsTop {
  margin: 0 auto 33px;
  justify-content: center;
}

.aboutBrandsTitle__title {
  font-size: 32px;
}

.advantages__title {
  width: 100%;
  text-align: center;
}

.filterMenuList__num {
  background-color: #141414;
  border-radius: 100px;
  font: normal 500 14px 'Manrope', sans-serif;
  color: #fff;
  padding: 1px 7px;
  display: none;
  min-width: 22px;
  min-height: 22px;
}

.filterMenuList__num.active {
  display: flex;
}

.filterMenuList > li > a > span {
  display: flex;
  gap: 17px;
  align-items: center;
}

.radioList .blockCheckbox .checkmark.white:after,
.radioList .blockCheckbox .checkmark.white.selected {
  left: -1px;
  top: -1px;
}


.newsItemsCard {
  margin-top: 0;
  margin-bottom: 0;
  z-index: 998;
}

.newsItemsCard .newsItemsTop {
  margin: 0 auto 30px;
}

.popupManager.popupBasket .sliderBottomHover__list {
  margin-top: 0;
}

.popupItemRight .popupBasketSize .sliderBottomHover__list {
  margin-top: 15px;
}

.mainRight .mainRightNav {
  margin-top: 38px;
}

.lazyload {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.lazyloaded {
  opacity: 1;
}

/* Обёртка до загрузки */
.lazy-img-wrapper {
  position: relative;
  display: block;
  background-color: #eee;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 435px;
}

/* Анимация shimmer */
.lazy-img-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
  z-index: 1;
  pointer-events: none;
  max-width: 356px;
  width: 100%;
  height: 435px;
}

/* После начала загрузки — плавно скрываем анимацию */
.lazy-img-wrapper.loading-done::before {
  animation: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}

/* Картинка */
.lazy-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
  z-index: 2;
}

/* После загрузки */
.lazy-img-wrapper img.lazyloaded {
  opacity: 1;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}


.swiper .sliderBlockSlider,
.swiper .sliderBlockSlider .slick-slide img,
.newsItems .swiper .lazy-img-wrapper:before,
.newsItems .swiper .lazy-img-wrapper {
  height: 556px;
}

.buyOneClickForm {
  margin-top: 20px;
}

.guarante .metismenu .has-arrow {
  width: 100%;
  display: flex;
}

.cardRightStarBlock__eco {
  display: none;
}

/*
End Start
#########*/


/*
Start responsive
################*/
.swiper .sliderBlockSlider, .swiper .sliderBlockSlider .slick-slide img, .newsItems .swiper .lazy-img-wrapper:before, .newsItems .swiper .lazy-img-wrapper {
  height: 435px;
}
@media (min-width: 1925px) {
  .blockCheckbox {
    width: 1.5vh;
    height: 1.5vh;
  }

  .checkmark {
    width: 14px;
    height: 14px;
  }


}

@media (min-width: 2250px) {

  .blockCheckbox {
    width: 1.2vh;
    height: 1.2vh;
  }
}

@media (min-width: 2400px) {

  .newsItems .swiper {
    height: 620px;
  }
}

@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;
  }

  .newsItems .swiper-button-next, .newsItems .swiper-button-prev {
    top: 213px !important;
  }
}



@media (min-width: 3830px) {
  .radioList .blockCheckbox .checkmark:after,
  .radioList .blockCheckbox .checkmark.selected {
    margin: -.23em 0 0 -.15em;
  }

}

@media (max-width: 1920px) {
  .swiper .sliderBlockSlider,
  .swiper .sliderBlockSlider .slick-slide img,
  .newsItems .swiper .lazy-img-wrapper:before,
  .newsItems .swiper .lazy-img-wrapper,
  .lazy-img-wrapper{
    height: 24.8vw;
  }
}


/*Start max-width*/
@media (max-width: 1900px) {
  .breadcrumbs {
    width: 95%;
  }
  .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;
  }

  .mainCardInfoItem {
    max-width: 32.2%;
  }

  .cardRightWrapper {
    max-width: 30%;
    width: 100%;
  }

  .slick-next {
    right: 11px;
  }

  .mainTopRight {
    max-width: 1364px;
  }

  .mainTopRightSel {
    max-width: 1130px;
  }

  .tabsBlockTop__block {
    max-width: 49.2%;
  }

  .itemsTabBag {
    max-width: 49.5%;
  }

  .tabsBlockBottom li {
    max-width: 24%;
    width: 100%;
  }

  .newsItems .swiper,
  .newsItemsTop,
  .headerBottom,
  .addressTop,
  .basket,
  .headerTopIn,
  .headerMiddle,
  .widthMain {
    max-width: 95%;
  }

  .newsItemsTop {
    padding: 0 10px;
  }

  .aboutBrandsLeft {
    max-width: 39%;
  }

  .aboutBrandsRight {
    max-width: 60%;
    width: 100%;
  }


  .custom-select {
    padding-left: 0;
  }

  .mainRight .sliderBlockMain {
    max-width: 23.5%;
  }

  .mainRightContent {
    gap: 60px 2%;
  }


  .mainContent {
    max-width: 95%;
  }

  .mainLeft {
    max-width: 21%;
  }

  .mainRight {
    max-width: 76%;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 18.4%;
  }

  .basketLeft {
    max-width: 66%;
  }

  .personalFifth .basketBlockInfoForm {
    max-width: 100%;
  }

  .basketRight {
    max-width: 30%;
  }

  .basketBlockInfoMethodTabBlock {
    max-width: 93%;
  }

  .payment-option {
    max-width: 93%;
  }

  .itemsSend .sliderBlockMain {
    max-width: 19.2%;
  }

  .itemsSend .mainRightContent {
    gap: 60px 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;
  }

  .stepPersonalFourth .basketBlockInfoForm .input-container {
    max-width: 31%;
  }

  .stepPersonalFourth .basketBlockInfoForm {
    justify-content: space-between;
    max-width: 100%;
  }

  .stepPersonalFourth .basketBlockInfoFormSecond .input-container {
    max-width: 48%;
  }

  .personalFinal .basketBlockInfoForm {
    max-width: 100%;
  }

  .mainRightContent .sliderBlockMain {
    margin-bottom: -100px;
  }

  .mainRight .mainRightNav {
    margin-top: 105px;
  }
}

@media (max-width: 1830px) {
  .mainTopRight {
    max-width: 76%;
  }

  .mainTopRightSel {
    max-width: 81%;
  }

  .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;
  }

  .newsItems .swiper-button-next,
  .newsItems .swiper-button-prev {
    top: 185px !important;
  }

  .mainCardInfoItem {
    max-width: 32.1%;
  }
}
@media (max-width: 1800px) {
  .basketBlockBodyItemLeft__price{
    max-width: 160px;
  }
}
@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__btn {
    margin-right: 5px;
  }

  .buyOneClick .basketBlockInfoForm .input-container {
    max-width: 100% !important;
  }

  .one-time .sliderBlockMain {
    max-width: 403px;
  }

  .one-time .sliderBlockSliderBottom__href {
    top: 480px
  }

  .newsItems .swiper {
    height: 620px;
  }
  /*
   .newsItemsCard .swiper {
     height: 487px;
   }

   .swiper .sliderBlockSlider, .swiper .sliderBlockSlider .slick-slide img {
     height: 385px;
   }
   .swiper .sliderBlockSlider, .swiper .sliderBlockSlider .slick-slide img, .newsItems .swiper .lazy-img-wrapper:before, .newsItems .swiper .lazy-img-wrapper {
     height: 22vw;
   }*/



  .basket .basketBlockInfoForm {
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 1730px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 466px
  }

  .one-time .sliderBlockMain {
    max-width: 389px;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 420px;
  }

  .basketLeft {
    max-width: 68%;
  }
}
.footerBlock2-call{
  display: none;
}
@media (max-width: 1710px){
  .footerBlock-last{
      display: none;
  }
  .footerBlock2-call{
    margin-top: 30px;
    display: block;
  }
  .footerLogo {
    margin-top: 160px;
  }
  .footer{
    height:auto;
    padding-bottom: 20px;
  }
}
@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%;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 410px;
  }



  .basketLeft {
    max-width: 66%;
  }

  .basketBlockBodyItemTop {
    max-width: 92%;
  }

  .basketLeft .basketBlockBodyItemLeft__title {
    max-width: 16%;
  }

  .basketLeft .basketBlockBodyItemLeft__art {
    width: 18%;
  }

  .basketLeft .basketBlockBodyItemNumber {
    max-width: 13%;
  }

  .basketLeft .basketBlockBodyItemSelect {
    max-width: 10%;
  }

  .basketLeft .basketBlockBodyItemLeft__price {
    width: 11%;
    position: absolute;
    top: 0;
    right: 12px;
  }

  .items.basketBlockBodyItem .basketBlockBodyItemNum .itemsRightBlockBottom {
    right: 10px;
  }

  .basketBlockInfoForm {
    max-width: 100%;
    width: 100%;
  }

  .mainRight {
    max-width: 78%;
  }

  .mainRight .sliderBlockMain {
    max-width: 24%;
  }

  .mainRight .sliderBlockMain {
    max-width: 23.5%;
  }

  .mainTopRight {
    max-width: 78%;
  }

  .mainTopRightSel {
    max-width: 79%;
  }
  /*
  .swiper .sliderBlockSlider,
  .swiper .sliderBlockSlider .slick-slide img {
    height: 365px;
  }

  .swiper .sliderBlockSlider, .swiper .sliderBlockSlider .slick-slide img, .newsItems .swiper .lazy-img-wrapper:before, .newsItems .swiper .lazy-img-wrapper {
    height: 21vw;
  }*/

}

@media (max-width: 1670px) {
  .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;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 410px;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 400px;
  }

  .basketBlockBodyItemTop .basketBlockBodyItemNum {
    right: -8px;
  }

  .items.basketBlockBodyItem .basketBlockBodyItemLeft__price {
    right: 5px;
  }

  .mainCardInfoItem {
    max-width: 32%;
  }

  .tabsBlock {
    margin-top: -150px;
  }

  .newsItemsMainTwo {
    margin-top: -100px;
  }

  .newsItems.newsItemsMainTwo {
    margin-top: -100px;
  }
}

@media (max-width: 1605px) {
  .popupSizeText p {
    margin-left: 5%;
  }

  .tabItemBlockList {
    max-width: 99%;
  }

  .tabItemBlockList li {
    max-width: 31.5%;
  }

  .mainCardBlock {
    gap: 20px;
  }

  .cardLeft {
    max-width: 67%;
  }

  .cardRight {
    max-width: 31%;
  }

  .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;
  }

  .order {
    max-width: 96%;
  }

  .orderDeliver .orderLeft {
    margin-left: 0;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 410px;
  }

  .one-time .sliderBlockMain {
    max-width: 362px;
  }

  .one-time .sliderBottomHover {
    bottom: -121px;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 390px;
    font-size: 13px;
  }

  .sliderBlockBtn .sliderBottomHover__btn {
    font-size: 13px;
  }

  .mainLeft {
    max-width: 19%;
  }

  .mainRight {
    max-width: 79%;
  }

  .mainRight .sliderBlockSliderBottom__href {
    font-size: 12px;
  }

  .mainTopRight {
    max-width: 80%;
  }

  .items.basketBlockBodyItem .basketBlockBodyItemColor {
    margin-left: 35px;
  }

}

@media (max-width: 1570px) {
  .newsItems .sliderBlockSliderBottom__href {
    top: 370px;
  }

  .newsItemsTop .aboutBrandsTitle__href {
    right: 7px;
  }

  .mainCardInfoItem {
    max-width: 31.7%;
  }

  .newsItems .swiper-button-next,
  .newsItems .swiper-button-prev {
    top: 155px !important;
    width: 50px;
    height: 50px;
  }

  .cardRightWrapper {
    max-width: 31%;
  }

  .mainCard {
    margin: 0 auto 30px;
  }

  .newsItemsCard {
    margin-bottom: 0;
  }

  .mainRight {
    max-width: 80%;
  }

  .newsItemsCard .swiper {
    height: 560px;
  }
}

@media (max-width: 1560px) {
  .newsItems .sliderBlockSliderBottom__href {
    top: 368px;
  }

  .basketLeft .basketBlockBodyItemSelect {
    max-width: 11%;
  }
}

@media (max-width: 1580px) {
  .newsItems .sliderBlockSliderBottom__href {
    top: 377px;
  }
}

@media (max-width: 1530px) {
  .sliderBottomBlockList {
    margin-top: 0;
  }

  .cardRight {
    max-width: 33%;
  }

  .cardLeft {
    max-width: 65%;
  }

  .cardBlock {
    gap: 15px;
  }

  .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;
  }

  .mainLeft {
    max-width: 19.5%;
  }

  .mainRight {
    max-width: 78%;
  }

  .aboutBrandsTitle__href {
    right: 30px;
  }

  .newsItems .aboutBrandsTitle__href {
    right: 0;
  }

  .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('/_/dist/css/../images/mailing_big.jpg') no-repeat top center;
    background-size: cover;
  }

  .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 .sliderBlockSliderBottom__href {
    top: 395px;
  }

  .one-time .sliderBlockMain {
    max-width: 350px;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 360px;
  }

  .basketBlockBodyItemTop {
    max-width: 85%;
  }

  .cardRightWrapper {
    max-width: 33%;
  }

  .mainTopRight {
    max-width: 78%;
  }

  .tabsBlock {
    margin-top: -170px;
    z-index: 10;
    position: relative;
  }

  .newsItemsMainTwo {
    margin-top: -110px;
  }

  .newsItems.newsItemsMainTwo {
    margin-top: -110px;
  }
}

@media (max-width: 1495px) {
  .newsItems .sliderBlockSliderBottom__href {
    top: 353px;
  }

  .newsItems .swiper .sliderBottomHover {
    bottom: -107px;
    padding: 5px 10px 15px;
  }

  .sliderBlockSliderPriceList li {
    margin-right: 5px;
  }
}

@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;
  }

  .sliderBlockBtn .sliderBottomHover__btn,
  .newsItems .sliderBlockSliderBottom__href {
    font-size: 12px;
  }

  .sliderBlockSliderPriceList li {
    margin-right: 3px;
  }

  .sliderBlockSliderPrice__title {
    max-width: 117px;
    width: 100%;
  }

  .newsItemsTop {
    margin: 70px auto 0;
  }

  .newsItemsMain .newsItems__title {
    font-size: 36px;
  }
}

@media (max-width: 1440px) {
  .popupSizeText p {
    margin-left: 2%;
    max-width: 750px;
  }

  .cardBlock {
    margin-bottom: 20px;
  }

  .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%;
  }

  .cardBlock__three {
    height: 393px;
    max-width: 31.9%;
  }

  .tabItem {
    margin-top: 40px;
  }

  #mightLike {
    padding-top: 112px;
    padding-bottom: 86px;
  }



  .cardRight__title {
    max-width: 84%;
  }

  .cardRightBottom {
    margin-top: 30px;
  }


  #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;
  }

  .tabsBlock {
    margin-top: -194px;
  }

  .newsItemsMainTwo {
    margin-top: -120px;
  }

  .newsItems.newsItemsMainTwo {
    margin-top: -120px;
  }

  .basketLeft .basketBlockBodyItemLeft__title {
    margin-left: 20px;
  }

  .basketLeft .basketBlockBodyItemLeft__art {
    width: 21%;
  }

  .basketBlockBodyItemColor {
    margin-left: 25px;
  }

  .mainCardInfo {
    gap: 15px;
  }

  .mainCardInfoItem {
    max-width: 32%;
  }

  .cardRightBottomBtn a {
    max-width: 100%;
  }

  .cardRightBottomBtn {
    gap: 15px;
  }


  .orderNumberContent .basketBlockBodyItemLeft__art {
    width: 196px;
  }

  .cardRightWrapper {
    max-width: 32%;
  }

}

@media (max-width: 1417px) {
  .newsItems .swiper {
    height:630px;
  }

  .newsItemsCard .swiper {
    height: calc(29vw + 170px)
  }

  .newsItems .swiper-button-next, .newsItems .swiper-button-prev {
    top: 180px !important;
  }

  .mainRight .sliderBottomHover {
    bottom: -85px;
  }

  .cardRightPrice {
    justify-content: space-between;
  }

  .cardRightWrapper .sliderBlockSliderPriceList {
    max-width: 200px;
    justify-content: flex-start;
    height: auto;
  }

  .swiper .sliderBlockSlider, .swiper .sliderBlockSlider .slick-slide img, .newsItems .swiper .lazy-img-wrapper:before, .newsItems .swiper .lazy-img-wrapper {
    height: 29vw;
  }

  .tabsBlock {
    margin-top: -130px;
  }

  .newsItemsMainTwo {
    margin-top: -80px;
  }

  .newsItems.newsItemsMainTwo {
    margin-top: -80px;
  }
}
.footerMain1400{
  display: none;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .footerMain1400{
    display: flex;
    margin-top: 40px;
  }
  .footerMain1400 .footerBlock{
    max-width: 300px;
  }
  .footerBlock:nth-child(6){
    display: none;
  }
  .footerBlock:nth-child(1) .footerLogo{
    display: none;
  }
  .footerMain1400 .footerBlock:last-of-type{
    margin-top: 0px;
  }
  .footerMain1400 .footerBlockList li {
    margin-right: 10px;
  }

  .cardRight {
    max-width: 32.5%;
  }

  .cardLeft {
    max-width: 64.2%;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 350px;
  }

  .one-time .sliderBlockMain {
    max-width: 315px;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 320px;
  }

  .newsItems .sliderBlockSliderPrice {
    height: 127px;
  }

  .radioList .blockCheckbox .checkmark.white:after,
  .radioList .blockCheckbox .checkmark.white.selected {
    width: 17px;
    height: 17px;
  }

  .newsItems .swiper .sliderBlockSliderPrice__title {
    margin-top: 5px;
    max-height: 23px;
  }

  .newsItems .swiper .sliderBottomHover {
    bottom: -120px;
  }

  .sliderBlockSliderPriceList {
    /*
    max-width: 80px;
    width: 100%;
     */
    justify-content: flex-end;
    height: 23px;
  }

  .newsItems .swiper-button-next,
  .newsItems .swiper-button-prev {
    top: 180px !important;
  }

  .radioList .blockCheckbox .checkmark.white:after,
  .radioList .blockCheckbox .checkmark.white.selected {
    left: 0;
    top: 0;
  }


  .radioList li {
    margin-right: 10px;
  }
}

@media (max-width: 1340px) {
  .basketBlockBodyItemLeft__price span{
    display: block;
  }
  .basketBlockBodyItemLeft__price_discount {
    margin: 0px;
  }
  .basketBlockBodyItemLeft__discount-percent{
    margin-bottom: 3px;
  }

  .popupSizeText p {
    max-width: 600px;
    font-size: 16px;
  }

  .cardBlock__three {
    height: 320px;
    max-width: 31.9%;
  }


  #custom-popup-1 {
    margin-left: -43px;
  }

  #custom-popup-2 {
    margin-left: -149px;
  }

  #custom-popup-3 {
    left: 4px;
  }

  .itemsSend .sliderBlockSliderTopHeart {
    right: 5px;
  }

  .sliderBlockSliderTopSale {
    width: 77%;
    gap: 5px 0;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 330px;
  }

  .one-time .sliderBlockSliderBottom__href {
    top: 365px;
  }

  .one-time .sliderBlockMain {
    max-width: 300px;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 310px;
  }

  .sliderBlockBtn .sliderBottomHover__btn, .newsItems .sliderBlockSliderBottom__href {
    margin-bottom: 5px;
  }

  .sliderBlockBtn {
    bottom: 5px;
  }
}

@media (max-width: 1320px) {
  .basketBlockInfoMethodTabBlock__left {
    max-width: 66%;
  }

  .mainTopRightSel {
    max-width: 70%;
  }

  .slick-prev, .slick-next {
    display: none;
  }

  .headerTop__sale {
    left: -16%;
  }

  .bagBlock img {
    height: 600px;
  }


  .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);
  }

  .mainRightContent .sliderBlockMain {
    margin-bottom: -90px;
  }

  .mainRight .mainRightNav {
    margin-top: 95px;
  }

  .mainRightContent {
    gap: 0 2%;
  }
}

@media (max-width: 1290px) {
  .basketBlockInfoMethodTabBlock__left {
    max-width: 55%;
  }

  .tabItemBlockList li {
    max-width: 43.7%;
  }

  .basketBlockInfoMethodTabBlock__text {
    max-width: 95%;
    width: 100%;
  }


  .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%;
  }

  .mainRight .mainRightNav {
    margin-top: 93px;
  }

  .mainTopRightSel {
    max-width: 75%;
  }

  .topTitle {
    margin-top: 30px;
  }

  .breadcrumbs {
    margin-top:176px;
  }

  .cardBlock__three {
    max-width: 31.5%;
    height: 310px;
  }

  .cardRight {
    max-width: 35%;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 320px;
  }

  .one-time .sliderBlockMain {
    max-width: 285px;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 290px;
  }

  .sliderBottomHoverList li span {
    font-size: 13px;
  }
  .basketLeft .basketBlockBodyItemNumber{
    z-index: 9;
  }
  .items.basketBlockBodyItem .basketBlockBodyItemLeft__price {

    min-width: 110px;
  }

  .cardRight__title {
    max-width: 92%;
  }

  .mainCardInfoItem {
    max-width: 31.5%;
  }

  .mainCardInfoItem__title {
    text-align: center;
    font-size: 18px;
  }

  .cardRightWrapper {
    max-width: 35%;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 23.4%;
  }

  .mainRight .lazy-img-wrapper::before,
  .mainRight .lazy-img-wrapper {
    height: 31vw;
  }

  .mainRightContent {
    gap: 50px 2%;
  }
}

@media (max-width: 1260px) {
  .newsItems .sliderBlockSliderBottom__href {
    top: 290px;
  }

  .newsItems .newsItemsTop,
  .newsItems .swiper {
    padding: 0;
  }

  .newsItems .swiper {
    max-width: 1300px;
    width: 1300px;
    margin-left: 28px;
    height: 715px;
  }

  .newsItemsCard .swiper {
    height: 600px;
  }

  .tabsBlock {
    margin-top: -145px;
  }

  /* Специфичнее .newsItems { margin-top: 30px } ниже в этом же media — иначе отступ сбрасывается */
  .newsItems.newsItemsMainTwo {
    margin-top: -140px;
  }

  .newsItems .swiper-button-next,
  .newsItems .swiper-button-prev {
    display: none !important;
  }

  .newsItems {
    overflow: scroll;
    max-width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .sliderBlockBtn .sliderBottomHover__btn, .newsItems .sliderBlockSliderBottom__href {
    font-size: 13px;
    max-width: 48%;
  }

  .newsItems::-webkit-scrollbar-track {
    width: 0;
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .newsItems::-webkit-scrollbar {
    width: 0;
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .newsItems::-webkit-scrollbar-thumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /*
  .sliderBlockSliderPriceList {
    max-width: 130px;
  }*/

  .newsItems .newsItemsTop {
    margin-top: 50px;
  }

  .newsItems.newsItemsMainTwo .newsItemsTop {
    margin-top: 0;
  }

  .newsItemsCard,
  .newsItemsCard .newsItemsTop {
    margin-top: 0;
  }

  .mainCard {
    margin: 0 auto 30px;
  }

  .items.basketBlockBodyItem .basketBlockBodyItemColor {
    margin-left: 19px;
  }
  /*
  .items.basketBlockBodyItem .basketBlockBodyItemLeft__price {
    width: 70px;
  }*/

  .newsItemsMainTwo .newsItemsTop {
    margin-top: 0;
  }


  .itemsSend .sliderBlockMain {
    max-width: 24.2%;
  }

  .itemsSend .lazy-img-wrapper {
    height: 27.8vw;
  }

  .favorites .lazy-img-wrapper {
    height: 30.8vw;
  }

  .itemsSend .sliderBlockSliderTopHeart {
    right: 5px;
  }
  .swiper .sliderBlockSlider, .swiper .sliderBlockSlider .slick-slide img, .newsItems .swiper .lazy-img-wrapper:before, .newsItems .swiper .lazy-img-wrapper {
    height: 36vw;
  }
}

@media (max-width: 1220px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 300px;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 270px;
  }

  .basketBlockBodyItemColor__text {
    width: 90px;
  }

  .basketBlockBodyItemColor {
    width: 113px;
  }

  .basketLeft .basketBlockBodyItemLeft__title {
    margin-left: 10px;
  }

  .personal .basketBlockBodyItem .basketBlockBodyItemSize {
    margin-left: 56px;
  }
}

@media (max-width: 1190px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 290px;
  }

  .mainRight.active .sliderBlockMain .sliderBlockSliderPrice {
    padding: 0 3px 16px;
  }
  .swiper .sliderBlockSlider, .swiper .sliderBlockSlider .slick-slide img, .newsItems .swiper .lazy-img-wrapper:before, .newsItems .swiper .lazy-img-wrapper {
    height: 428px;
  }
}

@media (max-width: 1170px) {
  .basketBlockInfoMethodTabBlock__left {
    max-width: 59%;
  }


  .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;
  }
  .footerMain1400 .footerBlock {
    max-width: 300px !important;
  }


  .headerBottomMenuListContentLeft {
    max-width: 43%;
  }

  .marginTop {
    margin-top: 0;
  }

  .saleItems {
    margin-top: 0;
  }

  .aboutBrands {
    margin-top: -70px;
  }

  #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;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 259px;
  }

  .newsItems .swiper-button-next, .newsItems .swiper-button-prev {
    top: 140px !important;
    width: 45px;
    height: 45px;
  }

  .filterMenuList > li > a > span {
    font-size: 14px;
  }


  .itemsSend .sliderBlockSliderPriceList {
    max-width: 110px;
  }
}

@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;
  }

  .newsItems::-webkit-scrollbar-track {
    opacity: 0;
  }

  .newsItems::-webkit-scrollbar {
    opacity: 0;
  }

  .newsItems::-webkit-scrollbar-thumb {
    opacity: 0;
  }

  .newsItemsTop {
    max-width: 95%;
  }

  .mainRight .sliderBlockSliderPriceList {
    max-width: calc(100% - 120px);

  }

  .mainRight .sliderBlockSliderPrice__title {
    margin-top: 0;
  }

  .sliderBottomHover {
    bottom: -84px;
  }
}

@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: 48.3%;
  }

  .cardRight__title {
    max-width: 91%;
  }

  .mainTopRightSel {
    max-width: 70%;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 23.4%;
  }
  .breadcrumbs {
    margin-top: 160px;
  }

  .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%;
  }

  .one-time {
    width: 1300px;
  }

  .aboutBrandsTitle__href {
    right: 10px;
  }

  .aboutBrands .aboutBrandsTitle__href {
    right: 0;
  }

  .aboutBrands {
    margin-top: -140px;
  }

  .headerBottomMenuListContentLeft {
    max-width: 50%;
  }

  .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;
  }

  .newsItemsTop .aboutBrandsTitle__href {
    right: 0;
  }

  .mainCardInfoItem__title {
    font-size: 16px;
    padding: 0 10px;
  }

  .mainCardInfoItem__text {
    font-size: 14px;
    padding: 0 10px;
  }

  .mainCardInfo {
    gap: 10px;
  }

  .mainCardInfoItem {
    max-width: 32%;
  }

  .basketLeft {
    max-width: 69%;
  }

  .basket .basketLeft {
    max-width: 67%;
  }

  .items.basketBlockBodyItem {
    max-width: 98%;
  }

  .sliderBlockSliderTopSale__video {
    height: 25px;
    background-size: contain;
  }

  .filterMenuList__num {
    margin-right: 7px;
  }

  .mainContent {
    margin: 40px auto 100px;
  }

  .headerBottomMenuListContentRight {
    max-width: 43%;
  }

  .stepPersonal .basketBlockInfoForm .input-container {
    max-width: 283px;
  }

  .stepPersonal .basketBlockInfoFormSecond .input-container {
    max-width: 49% !important;
  }

  .itemsSend .sliderBlockSliderPriceList {
    max-width: 85px;
  }

  .itemsSend .sliderBlockSliderPrice__title {
    margin-top: 0;
  }
}

@media (max-width: 1030px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 240px;
  }

  .personalSeconds {
    margin: 23px auto 105px;
  }

  .mainRight.active .sliderBlockMain .sliderBlockSliderPrice {
    padding: 0 7px 20px;
  }
}

@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;
  }

  .basketRightList li span {
    font-size: 14px;
  }

  .basketBlockBodyItemTop .basketBlockBodyItemColor {
    margin-left: 3%;
  }

  .items.basketBlockBodyItem {
    max-width: 98%;
  }

  .basketLeft {
    max-width: 68%;
  }

  .basketLeft .basketBlockBodyItemLeft__title {
    max-width: 17%;
  }

  .basketLeft .basketBlockInfoForm {
    max-width: 98%;
  }

  .basket .basketLeft .basketBlockInfoForm {
    max-width: 95%;
  }

  .basketLeft .basketBlockBodyItemNumber {
    max-width: 15%;
  }

  .cardRightWrapper {
    max-width: 41%;
  }


  .mainLeft {
    max-width: 23.5%;
  }

  .mainRight {
    max-width: 74%;
  }

  .mainRight .sliderBlockMain {
    max-width: 48%;
  }

  .mainRightContent {
    gap: 0 2%;
  }

  .mainRight .sliderBlockSliderPriceList {
    max-width: max-content;
  }

  .basketLeft .basketBlockBodyItemSelect {
    max-width: 10%;
  }

  .mainRightContent .sliderBlockMain {
    margin-bottom: -47px;
    max-width: 48.8%;
  }

  .itemsSend .sliderBlockMain {
    max-width: 32.5%;
  }

  .itemsSend .lazy-img-wrapper {
    height: 40.8vw;
  }

  .itemsSend .mainRightContent {
    gap: 25px 1%;
  }

  .mainRight {
    max-width: 75%;
  }

  .mainTopRight {
    max-width: 75%;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 32%;
  }


  .mainRight .lazy-img-wrapper::before,
  .mainRight .lazy-img-wrapper {
    height: 44vw;
  }

  .mainRight .mainRightNav {
    margin-top: 53px;
  }

  .stepPersonalFourth .basketBlockInfoForm .input-container {
    max-width: 271px;
  }
}

@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: 49%
  }

  .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;
  }

  .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 {
    font-size: 12px;
  }

  .popupItemInfoList__first {
    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%;
  }

  .personal {
    max-width: 95%;
  }

  .personalTop__title {
    font-size: 40px;
  }

  .basketBlockBodyItemLeft__title {
    max-width: 17.3%;
  }

  .basketBlockBodyItemLeft__art {
    max-width: 16%;
  }

  .basketBlockBodyItemColor {
    margin-left: 10%;
  }

  .basketBlockBodyItemSize {
    margin-left: 11%;
  }

  .personal .basketBlockBodyItemLeft__price {
    width: 14%;
    position: absolute;
    right: 0;
  }

  .stepPersonalFinalStepSectionList li {
    max-width: 23.6%;
    width: 100%;
  }

  .stepPersonalFinalStepSectionList li img {
    width: 100%;
    height: 100%;
  }

  .stepPersonalFinalStepSectionList {
    gap: 1.8%;
  }

  .stepPersonalFourth .basketBlockInfoForm .input-container,
  .stepPersonalFinal .basketBlockInfoForm .input-container {
    max-width: 32%;
  }

  .stepPersonalFinal .basketBlockInfoFormSecond .input-container {
    max-width: 49%;
  }

  .howToReturnList li {
    max-width: 32%;
  }

  .mainCardInfoItem {
    max-width: 31.5%;
  }
}

@media (max-width: 950px) {
  .metismenuFooter {
    display: block;
  }
  .metismenuFooter {
    display: block;
  }

  .metismenuFooter > li > a {
    width: 100%;
    display: block;
    border-bottom: 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;
  }
  /*.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;
  }

  .metismenuFooter-contact .flex {
    justify-content: space-between;
    padding: 18px 0;
  }

  .metismenuFooter-contact a {
    color: #BCBCBC;
    font-size: 14px;
  }
  .footerMain1400,
  .footerMain{
    display: none;
  }
  .footer{
    padding-top: 0px;
  }
  .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;
  }


  .footerTabletsCenter .footerBlockList li a svg {
    fill: #ffffff;
  }

  .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: 0px;
  }

  .footerTabletsCenter .footerBlockList li a svg {
    fill: #808080;
  }

  .footerTabletsBottom {
    margin-top: 40px;
  }



  .footerTabletsTop__block:last-of-type {
    display: none;
  }

  .footerBlock__title {
    color: #BCBCBC;
    margin-bottom: 10px;
    font: normal 500 14px 'Manrope', sans-serif;
  }

  .footerBlock__href {
    margin-top: 10px;
    max-width: 100%;
  }

  .footerTabletsTop__block {
    max-width: 100%;
  }

  .footerTabletsTop {
    margin-top: 20px;
  }

  .footerTablets {
    margin-top: 0;
  }

}
@media (max-width: 940px) {
  .basketBlockInfoMethod {
    margin-top: 40px;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 370px;
  }

  .menuListDown li {
    max-width: 50%;
  }

  .menuListDown {
    height: auto;
    max-height: 420px;
  }

  .mainCardInfoItem__text {
    padding: 0 5px;
  }
}

@media (max-width: 900px) {
  /* Слайдер всё ещё 715px, карточки уже ниже — усиливаем подтяжку «Акций» */
  .newsItems.newsItemsMainTwo {
    margin-top: -170px;
  }

  .basket .basketLeft_flex{
    max-width: 95%;
  }
  .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 .sliderBlockSliderTopHeart {
    right: 5px;
  }

  .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%;
  }

  .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;
  }


  .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;
  }

  .basketBlockBodyItemTop {
    max-width: 90%;
  }

  .basketBlockBodyItemTop .basketBlockBodyItemLeft__art {
    max-width: 20%;
    width: 100%;
  }

  .basket .basketLeft .basketBlockInfoForm,
  .basket .basketLeft,
  .basket .products {
    max-width: 100%;
  }
}

@media (max-width: 890px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 349px;
  }

  .pageStatis h1 {
    font-size: 30px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0;
  }

  .pageStatis h2 {
    font-size: 18px;
  }

  .newsItems .swiper {
    margin-left: 10px;
  }

  .newsItemsTop {
    max-width: 98%;
  }

  .stepPersonal .popupDeliverLeft {
    max-width: 49% !important;
  }

  .mainCardInfoItem {
    max-width: 31.2%;
  }

  .mainCardInfo {
    gap: 10px;
  }

  .mainCardInfoItem__text {
    padding: 0;
  }

  .cardRight__title {
    font-size: 28px;
    max-height: 72px;
    overflow: hidden;
  }

  .arrangeListNum {
    max-width: 98%;
    width: 100%;
    margin: 40px auto 0;
  }
}

@media (max-width: 860px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 334px;
  }

  .orderStatusLeftList {
    margin-left: 10px;
    gap: 10px;
  }
}

@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: 185px;
    right: -30px;
  }

  .newsSlider .slick-prev.slick-arrow {
    top: 200px;
    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;
  }


  .cardBlockVideo, .cardBlock__big {
    max-width: 46.6%;
  }

  .cardBlock {
    gap: 10px;
    margin-bottom: 10px;
  }

  .mainRight.active .sliderBlockMain {
    max-width: 47%;
  }

  .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%;
  }

  .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;
  }

  .sliderBlockBtn .sliderBottomHover__btn, .newsItems .sliderBlockSliderBottom__href,
  .sliderBlockSliderBottom__href {
    font-size: 12px;
  }

  .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: 32.4%;
  }

  .itemsSend__title {
    font-size: 20px;
  }

  .itemsSend__btn {
    max-width: 198px;
  }
  /*
  .mainRight .sliderBlockSliderPriceList {
    max-width: 100%;
    justify-content: flex-start;
  }*/

  .mainLeft {
    max-width: 31.5%;
  }

  .mainRight {
    max-width: 66%;
  }

  .mainRight .sliderBlockSliderBottom__href {
    top: 331px;
  }

  .sliderBlockMain:hover,
  .sliderBottomHover,
  .slider .sliderBlockMain {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  }
  .newsItemsCard .swiper {
    height: 550px;
  }

  .one-time .sliderBlockSliderBottom__href {
    top: 323px;
  }

  .newsItems .sliderBlockSliderBottom__href {
    top: 320px;
  }

  .newsItems .sliderBottomHover {
    bottom: -136px;
  }

  .newsItems .swiper .sliderBottomHover {
    bottom: -126px;
  }

  .mainCardInfoItem__title {
    padding: 0;
  }

  .cardRightWrapper {
    max-width: 44%;
  }

  .personal .basketBlockBodyItem .basketBlockBodyItemSize {
    margin-left: 25px;
  }

  .mainTopRight {
    max-width: 68%;
  }

  .mainRight .mainRightNav {
    margin-top: 51px;
  }

  .arrangeListNum {
    max-width: 95%;
    width: 100%;
    margin: 40px auto 0;
  }

  .itemsSend .mainRightContent {
    margin: 45px auto 65px;
  }
}

@media (max-width: 795px) {
  .mainRight .sliderBlockSliderBottom__href {
    top: 310px;
  }

  .howToReturnListBlock {
    height: 180px;
  }

  .howToReturnListBlock div {
    padding: 0 10px;
  }

  .mainCardInfoItem {
    max-width: 48%;
  }
  .mainCardInfoItem:nth-child(3){
    margin: 0 auto;
  }

  .mainCardInfoItem__title {
    padding: 0 10px;
  }

  .cardRightWrapper {
    max-width: 43%;
  }

  .newsItems .swiper {
    margin-left: 20px;
  }
}

@media (max-width: 770px) {
  .newsItems.newsItemsMainTwo {
    margin-top: -190px;
  }

  .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;
  }



  .filterMenuInList li {
    margin-right: 5px;
  }

  .mainContent {
    margin: 40px auto 98px;
  }

  .mainRightNav {
    margin-top: 60px;
  }

  .mainRight .mainRightNav {
    margin-top: 48px;
  }


  .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;
  }

  .topSlider .swiper-pagination {
    left: 3% !important;
  }

  .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;
    border-radius: 0;
  }

  .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;
  }

  .popupDeliverBlock {
    margin-bottom: 80px;
  }


  .popupDeliver {
    padding: 37px 27px 20px !important;
  }

  .popupDeliverLeft__title {
    margin-bottom: 0px;
    margin-top: 31px;
  }

  .popupDeliverBlock .basketBlockInfoForm {
    margin-top: 15px;
  }

  .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;
  }

  .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);
  }

  .basketBlockBodyItemSize__text,
  .basketBlockBodyItemColor__text,
  .basketBlockBodyItemLeft__art,
  .basketBlockBodyItemLeft__title {
    font-size: 13px;
  }

  .basketBlockBodyItemLeft__title {
    max-width: 15%;
  }

  .basketBlockBodyItemLeft__art {
    max-width: 21%;
  }

  .basketBlockBodyItemColor {
    margin-left: 5%;
  }

  .basketBlockBodyItemSize {
    margin-left: 5%;
  }

  .stepPersonal .mapik {
    margin-top: 40px;
  }

  .stepPersonal .popupDeliverLeft {
    max-width: 100% !important;
  }

  .orderStatusLeftList {
    margin-left: 0;
    width: 100%;
  }

  .howToReturnListBlock div {
    font-size: 14px;
    padding: 0 25px;
  }

  .howToReturnList li {
    max-width: 31%;
  }

  .howToReturnList li:before {
    right: -20px;
  }

  .mb68 {
    margin-bottom: 68px;
  }

  .howToReturnListBlock picture {
    height: 50px;
    position: relative;
    top: 20px;
  }

  .basketBlockBodyItemTop {
    max-width: 85%;
  }

  .mainLeft {
    max-width: 28.5%;
  }

  .mainRight {
    max-width: 69%;
  }

  .mainTopRight {
    max-width: 71%;
  }

  .itemsSend .lazy-img-wrapper {
    height: 40.8vw;
  }

  .itemsSend .sliderBottomHover__list .input-helper {
    padding: 6px 7px;
  }
}

.inBasketMobil,
.inBasketMobil.hide {
  display: none;
}

@media (max-width: 730px) {
  .popupSize, .popupSize.active,
  .popupProp, .popupProp.active
  {
    z-index: 100000;
    margin-top: 0px;
  }
  .popupSizeText.active, .popupPropText.active{
    z-index: 99999;
  }
  .mainRight .sliderBlockSliderPrice__title{
    min-width: 100%;
  }
  .mainRight .lazy-img-wrapper::before,
  .mainRight .lazy-img-wrapper {
    height: 40vw;
  }

  .sliderBottomHover {
    bottom: -122px;
  }

  .inBasketMobil {
    box-shadow: 0 0 16px 0 #00000040;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 74px;
    height: 48px;
    width: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    display: flex;
  }

  .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: 36px;
    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 {
    font-size: 30px;
  }

  .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%;
  }
  .breadcrumbs{
    margin-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;
    flex-direction: column;
    background: #fff;
  }

  .mobilNavMenu {
    justify-content: space-between;
    align-items: center;
    height: 58px;
  }

  .mobilNav__gender {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 5px;
    background: #fff;
  }

  .mobilNav__genderLink {
    font: normal 400 13px 'Manrope', sans-serif;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    position: relative;
    padding-bottom: 6px;
    transition: color 0.25s ease;
  }

  .mobilNav__genderLink.active {
    color: #141414;
    font-weight: 500;
  }


  .mobilNav__genderLink:first-child::before {
    content: '';
    display: block;
    height: 22px;
    background: rgba(0, 0, 0, .3);
    width: 1px;
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    right: -11px;
  }

  .topSlider {
    margin-top: 95px;
  }

  .headerTopLeft {
    max-width: 360px;
  }

  .navMobilBlock {
    background-color: #fff;
    height: 74px;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    max-width: 100%;
    width: 100%;
    border-top: solid 1px #141414;
  }

  .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;
  }

  .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 {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 20px;
  }

  .basket {
    margin: 30px auto 77px;
  }

  .itemsLeftText__href {
    max-width: 230px;
    width: 100%;
  }

  .basketBlockInfo {
    margin-top: 40px;
  }

  .basketBlockInfo__title {
    font-weight: 600;
    font-size: 20px;
  }

  .basketBlockInfoForm {
    margin-top: 16px;
  }

  .basketBlockInfoForm .input-container input {
    font-size: 14px;
  }


  .basketBlockInfoMethodTabBlock {
    padding: 20px;
  }
  .basketLeft__title_text{
    visibility: hidden;
  }

  .payment-option {
    gap: 12px;
  }

  .basketBlockInfoForm .input-container {
    max-width: 48%;
    margin-bottom: 20px;
  }

  .basketBlockInfoForm .input-container:last-of-type {
    margin-bottom: 0;
    max-width: 100%;
  }

  .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 {
    font-size: 30px;
  }

  .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: -70px;
  }

  .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 p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .pageStatis ul {
    font-size: 14px;
    line-height: 22px;
  }

  .pageStatis h1 {
    margin-bottom: 30px;
  }

  .pageStatis ul.menuMobilSelectContent {
    list-style: none;
    margin-left: 0;
  }

  .newsItems .swiper .sliderBlockSliderTopHeart {
    right: 10px;
    margin-top: 8px;
  }

  .orderStatusMobil {
    margin-top: 0;
  }

  .basketBlockBottom .basketRightList {
    border-top: none;
  }

  .mainRight .sliderBottomHover__list,
  .mainRight .sliderBlockBtn {
    display: none;
  }

  .mainRight .sliderBottomHover {
    bottom: -66px;
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .mainRight .sliderBottomHover .radioList {
    opacity: 1;
  }

  .mainRight .sliderBottomHoverMobil__btn {
    display: flex;
  }

  .mainRight .radioList {
    margin-bottom: 31px;
    opacity: 1;
  }

  .mainRightContent {
    gap: 62px 15px;
  }

  .itemsSend .sliderBlockSliderPriceList {
    max-width: 70px;
  }

  .itemsSend .mainRightContent {
    gap: 0 1%;
  }
}

@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%;
  }

  .personalTop__title {
    font-size: 20px;
  }

  .basketBlockBodyItemLeft__title {
    margin-left: 10px;
  }

  .basketBlockBodyItemSize {
    margin-left: 3%;
  }

  .basketBlockBodyItemColor {
    margin-left: 3%;
  }

  .pageStatis p:last-of-type {
    margin-bottom: 0;
  }

  .personal .pageStatis h3 {
    margin-bottom: 12px;
  }

  .personal .pageStatis p {
    margin-bottom: 32px;
  }

  .itemsSend .sliderBlockMain {
    max-width: 49%;
  }

  .itemsSend .lazy-img-wrapper {
    height: 60vw;
  }
}

@media (max-width: 650px) {

  .sliderMobilBlock .sliderBlockSliderTopSale__video2 {
    width: 75px;
    height: 24px;
    background-size: cover;
  }
  .text__error {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }

  .mySwiper2Man {
    height: 315px;
  }

  .popupCard {
    height: 480px !important;
  }

  .mainCard .cardRight .sliderBlockSliderTopHeart {
    top: 0;
  }

  .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;
  }

  .tabsBlockContent .etabs li a {
    font-size: 14px;
  }

  .advantagesItem {
    margin-right: 20px;
  }

  .text_16 {
    font-size: 13px;
  }

  .mailing {
    background: #F2F2F0;
  }
  .email_subscribe{
    border: solid 1px #ffffff;
  }
  .mailing__text {
    max-width: 100%;
  }

  .mailingForm {
    max-width: 100%;
  }

  .mailingForm__send {
    position: relative;
    max-width: 100%;
    margin-top: 10px;
    background: #141414;
    color: #fff;
  }

  .mailingText {
    width: 280px;
  }

  .mailingContent {
    padding-top: 38px;
  }

  .mailingForm input[type=email] {
    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;
  }



  .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 {
    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: 20px;
  }

  .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: 20px;
  }

  .aboutBrands {
    margin-top: 20px;
    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: 16px;
  }

  .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: 15px;
    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: relative;
    font-size: 14px;
    top: 0;
  }

  .cardRightWrapper .cardRight {
    margin-top: 0;
  }

  .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;
  }

  .radioList .blockCheckbox .checkmark:after,
  .radioList .blockCheckbox .checkmark.selected {
    width: 17px;
    height: 17px;
  }

  .sliderBlockSliderPrice__title {
    padding-top: 7px;
    margin-bottom: 0;
  }

  .sliderBottomBlock {
    margin-top: 16px;
  }

  .sliderBlockSliderTopHeart {
    right: 25px;
  }

  .basket {
    max-width: 100%;
    margin: 10px auto 50px;
  }
  /*
  .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: 50px auto 0;
  }

  .basketBlockInfo__title {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }

  .basketBlockInfoBuy .basketBlockInfo__title {
    font-size: 20px;
  }

  .basketBlockInfoForm {
    max-width: 95%;
    width: 100%;
    margin: 16px auto 0;
  }

  .basketBlockInfoMethodTab .etabs {
    width: 100%;
    padding: 0 2.5%;
    text-align: center;
    gap: 0px;
  }
  .basketBlockInfoMethodTab .etabs li{
    width: 50%;
  }
  .basketBlockInfoMethodTab .etabs li a{
    display: block;
  }
  .basketBlockInfoBuy {
    max-width: 95%;
    width: 100%;
    margin: 40px auto 0;
  }

  .basketMobileBottom {
    max-width: 95%;
    width: 100%;
    margin: 0 auto 30px;
  }

  .basketBlockInfoBuy .basketBlockInfo__title {
    max-width: 100%;
  }

  .address__btn {
    height: 28px;
    max-width: 187px;
  }

  .addressTopLeft {
    align-items: center;
  }


  #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,.bread li h1 {
    font-size: 12px;
  }

  .mainCardBlock{
    margin-top: 15px;
  }
  .sliderMobilBlockSocial .sliderBlockSliderTopHeart {
    margin-top: 2px;
    right: 10px;
  }

  .sliderMobilBlock {
    display: block;
  }


  .sliderBlockMain .sliderBottomHoverList,
  .sliderBlockMain .sliderBottomHover__list {
    display: none;
  }

  .sliderBottomHover {
    bottom: 0;
    padding: 5px 10px 15px;
  }

  .sliderBottomHover .sliderBottomHover__btn {
    margin-top: 0;
  }

  .mainRight .sliderBottomHover {
    bottom: -85px;
  }

  .mainRight .sliderBlockSliderPriceTop {
    margin-top: 0;
  }


  .mainRight .radioList {
    margin-bottom: 0;
  }

  .mainRight .sliderBlockSliderPrice .radioList {
    padding: 0 10px;
  }

  .cardRightWrapper {
    max-width: 100%;
  }

  .one-time .sliderBlockMain {
    max-width: 220px;
  }

  .newsItems .swiper {
    max-width: 800px;
    width: 800px;
    height: 385px;
    margin-left: 4px;
  }

  .newsItems .swiper .sliderBlockMain {
    max-width: 100%;
  }

  .newsItems .sliderBottomHover {
    bottom: -7px;
  }

  .newsItems .sliderBlockSliderPrice__title {
    padding-top: 0;
  }

  .newsItems .sliderBottomHover:before {
    display: none;
  }

  .tabsBlock {
    margin-top: 20px;
  }

  .newsItemsMainTwo,
  .newsItems.newsItemsMainTwo {
    margin-top: 20px;
  }

  .newsItemsTop {
    margin: 62px auto 0;
  }

  .newsItems .newsItemsTop {
    margin: 0 auto 20px;
    justify-content: flex-start;
    max-width: 93%;
    width: 100%;
  }

  .newsItems .sliderBottomHover.show {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .newsItems .swiper .sliderBottomHover {
    bottom: -5px;
  }

  .mainRight .sliderBottomHover {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .orderNumberMobil .orderNumber__title,
  .orderNumberMobil {
    display: block;
  }

  .orderNumber {
    border: none;
    padding: 0;
    margin-top: 20px;
  }

  .orderNumberTitle {
    margin-bottom: 20px;
  }

  .personal .basketBlockBodyItemLeft__href,
  .personal .basketBlockBodyItemLeft__href img {
    width: 95px;
    height: 130px;
  }

  .orderStatus,
  .orderNumberTitle__price,
  .orderNumber__title {
    display: none;
  }

  .orderNumberMobil .orderNumberTitle__price {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
  }

  .orderNumberMobil .orderStatusLeft {
    position: absolute;
    bottom: 15px;
    right: 10px;
  }

  .orderNumber .basketBlockBodyItem:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 10px;
  }

  .orderNumber .basketBlockBodyItem:last-of-type {
    border-bottom: none;
  }

  .basketBlockBodyItemLeft__title {
    max-width: 60%;
    height: 20px;
    overflow: hidden;
  }

  .basketBlockBodyItemLeft__art {
    position: absolute;
    max-width: 60%;
    width: 100%;
    top: 25px;
    left: 104px;
  }

  .basketBlockBodyItemColor {
    position: absolute;
    top: 52px;
    left: 88px;
  }

  .basketBlockBodyItemSize {
    position: absolute;
    top: 108px;
    left: 90px;
  }

  .orderNumber .basketBlockBodyItem {
    padding: 0;
    margin-bottom: 20px;
    height: 144px;
  }

  .personal {
    margin: 23px auto 38px;
  }

  .personalTop__href {
    background: url(/_/dist/css/../images/icon81.svg) no-repeat center;
    width: 24px;
    height: 24px;
  }

  .personalTop__href span {
    display: none;
  }

  .personalRefund__title {
    font-size: 20px;
  }

  .stepPersonal__text {
    font-size: 16px;
  }

  .stepPersonalBlock > div {
    font-size: 16px;
  }

  .text .title {
    font-size: 16px;
  }


  .stepPersonalBlockSelectBtn {
    justify-content: space-between;
    gap: 0;
    margin-top: 38px;
  }

  .stepPersonalBlockSelectBtn__next, .stepPersonalBlockSelectBtn__basket, .stepPersonalBlockSelectBtn__btn {
    max-width: 49%;
    width: 100%;
  }

  .stepPersonalBlockList li img {
    width: 135px;
    height: 135px;
  }

  .stepPersonalBlockList li > div {
    font-size: 16px;
  }

  .stepPersonalBlockListFile__block input,
  .stepPersonalBlockListFileImg img,
  .stepPersonalBlockListFileImg,
  .stepPersonalBlockListFile__block {
    width: 135px;
    height: 135px;
  }

  .stepPersonalBlockListFileIn:before {
    width: 35px;
    height: 32px;
    background-size: contain;
    margin-bottom: 2px;
  }

  .stepPersonalBlockListFileIn__title {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .stepPersonalBlockListFile__text {
    font-size: 16px;
  }

  .stepPersonalBlockListFileIn__text {
    font-size: 12px;
  }

  .stepPersonalBlockListFileIn {
    padding: 0 10px;
  }

  .stepPersonalFifth .basketBlockInfoForm {
    max-width: 100%;
  }

  .stepPersonalFinalStepTitle__redac {
    font-size: 14px;
  }

  .stepPersonalFinalStepSectionList li span {
    font-size: 14px;
  }

  .popupReturn {
    position: absolute !important;
    bottom: 0 !important;
    left: 0;
    max-width: 100% !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .popupReturn__title {
    width: 100% !important;
  }

  .popupReturn__text a,
  .popupReturn__text {
    font-size: 15px;
  }

  .orderStatusLeftps {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
  }

  .orderStatusLeftps .refundBtn {
    position: absolute;
    right: 0;
  }

  .howToReturnListBlock div {
    padding: 0 15px;
  }

  .howToReturn__title {
    font-size: 20px;
  }

  .orderStatusMobil {
    display: block;
    margin-top: 0;
  }

  .personalOne {
    margin: 23px auto 32px;
  }

  .personal .basketBlockBodyItemLeft__href, .personal .basketBlockBodyItemLeft__href img {
    border-radius: 0;
  }

  .personal .basketBlockBodyItem {
    padding-bottom: 13px;
  }

  .personalSeconds {
    margin: 23px auto 32px;
  }

  .personalThird {
    margin: 23px auto 28px;
  }

  .personalFourth {
    margin: 23px auto 30px;
  }

  .stepPersonalFourth .basketBlockInfoForm .input-container {
    margin-bottom: 38px;
  }

  .stepPersonalFourth .basketBlockInfoFormSecond:last-of-type .input-container {
    margin-bottom: 0;
  }

  .personalFifth {
    margin: 23px auto 30px;
  }

  .stepPersonalFifthSave .basketBlockInfoFormSecond:nth-child(2) .input-container,
  .stepPersonalFifth .basketBlockInfoFormSecond:last-of-type .input-container {
    margin-bottom: 0;
  }

  .personalFinal {
    margin: 23px auto 55px;
  }

  .personalFinal .stepPersonalBlockSelectBtn__next {
    max-width: 100%;
  }

  .personalFinal .stepPersonalBlockSelectBtn {
    margin-top: 17px;
  }

  .personalSeconds2 {
    margin: 23px auto 32px;
  }

  .personalThird .mapik {
    height: 440px;
  }

  .stepPersonal .popupDeliverLeftBody {
    height: 334px;
  }

  .personalOneSave .stepPersonalBlockSelectBtn__basketSave {
    width: 100%;
  }

  .personalOneSave .stepPersonalFirstSaveText.visible {
    margin-top: 20px;
  }

  .stepPersonalBlockSelectBtn__nextSave span {
    display: none;
  }

  .personalSeconds2 .error__text:before {
    display: none;
  }

  .stepPersonalThirdSave .stepPersonalBlockSelectBtn {
    margin-top: 32px;
  }

  .stepPersonalFifthSave .stepPersonalBlockSelectBtn__next, .stepPersonalBlockSelectBtn__nextSave {
    max-width: 49%;
    width: 100%;
  }

  .personalFinal {
    margin: 23px auto 30px;
  }

  .stepPersonalBlockListFile,
  .stepPersonalBlockList {
    gap: 10px;
  }

  .orderNumber__titleRefund {
    font-size: 16px;
  }

  .stepPersonal .popupDeliverLeft__title {
    display: none;
  }

  .stepPersonalCity {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .stepPersonalFifth .stepPersonalForm .basketBlockInfoFormSecond:nth-child(2) .input-container {
    margin-bottom: 38px;
  }

  .stepPersonalFinal .stepPersonalBlockSelectBtn__next {
    max-width: 100%;
  }

  .stepPersonalFinal .basketBlockInfoForm {
    max-width: 100%;
  }

  .stepPersonalFinal .basketBlockInfoFormSecond .input-container {
    margin-bottom: 19px;
  }

  .stepPersonalFinalStepSection {
    margin-top: 50px;
  }

  .stepPersonalSecondsSave .error__text:before {
    display: none;
  }

  .stepPersonal .mapik {
    margin-top: 20px;
  }

  .personalNew .orderNumberTitle {
    display: none;
  }

  .personalNew .orderStatusLeftps {
    position: absolute;
    bottom: 20px;
    width: auto;
    margin-top: 0;
  }

  .personalNew2 .orderNumberTitle {
    margin-bottom: 20px;
  }

  .personalNew2 .orderStatusLeftList {
    flex-direction: column;
    align-items: flex-start;
  }

  .personalNew2 .orderStatusLeftList li span:first-of-type {
    font-weight: normal;
    width: 120px;
  }

  .personalNew2 .orderStatusLeftList li span:last-of-type {
    font-weight: 600;
  }

  .personalNew2 .orderStatusBottom .orderStatus__title {
    font-weight: normal;
    width: 120px;
  }

  .personalNew2 .orderStatusBottom .orderStatus__ends {
    font-weight: 600;
    width: 190px;
  }

  .personalNew2 .orderStatusBottom {
    margin-bottom: 30px;
  }

  .basketLeft .basketBlockBodyItemLeft__title {
    font-size: 16px;
    max-width: 100%;
    margin-left: 10px;
  }

  .basketBlockBodyItemTop .basketBlockBodyItemLeft__art {
    max-width: 50%;
    margin-top: 10px;
  }

  .items.basketBlockBodyItem .basketBlockBodyItemLeft__href,
  .items.basketBlockBodyItem .basketBlockBodyItemLeft__href img {
    width: 95px;
    height: 130px;
    border-radius: 0;
  }

  .basketBlockBodyItemTop {
    max-width: 60%;
    display: flex;
    flex-direction: column;
  }



  .basketLeft .basketBlockBodyItemSelect {
    margin-top: 73px;
    margin-left: 10px;
    max-width: 58px;
    width: 100%;
  }

  .basketLeft .basketBlockBodyItemNumber {
    max-width: 60px;
    position: absolute;
    bottom: 21px;
    margin-left: 80px;
  }

  .items.basketBlockBodyItem .basketBlockBodyItemLeft__title {
    height: 30px;
  }

  .items.basketBlockBodyItem .basketBlockBodyItemLeft__art {
    left: 106px;
    color: #808080;
  }

  .basketBlockBodyItemTop .basketBlockBodyItemColor {
    top: 63px;
    margin-left: 3%;
  }

  .basketBlockBodyItemTop .basketBlockBodyItemNum {
    bottom: 28px;
  }

  .itemsRightBlockBottom__delete {
    bottom: -16px;
  }

  .basketLeft .basketBlockInfoForm {
    max-width: 95%;
  }

  .basketBlockBodyItemTop .itemsRightBlockBottom .sliderBlockSliderTopHeart {
    right: 50px;
  }

  .basketBlockInfoMethodTabBlock {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0px;
  }

  .basketBlockInfoMethodTabBlock__rightChange {
    margin: 20px auto 0px;
    max-width: 95%;
  }
  .basketBlockInfoMethodTabBlock__text {
    margin-bottom: 20px;
    text-align: center;
  }
  .basketBlockInfoMethodTabBlock__right,
  .basketBlockInfoMethodTabBlock__right2{
    max-width: 95%;
    margin: 0 auto;
  }
  .basket .text .title{
    font-size: 14px;
    line-height: 18px;
  }
  .basket .text .subtitle {
    font-size: 12px;
  }

  .basketBlockInfoMethodTabBlock__top,
  .basketBlockInfoMethodTabBlockData{
    justify-content: center;
    align-items:center;
  }
  .basketBlockInfoMethodTabBlock__day{
    text-align: center;
  }



  .basket .basketBlockInfoMethodTabBlock__left {
    margin: 0 auto;
    min-width: 95%;
  }


  .basketBlockInfoMethodTabBlock__deliver {
    font-size: 16px;
    text-align: center;
  }

  .basketRightList {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .promoCode {
    margin-bottom: 68px;
  }

  .basketBlockPopup.active {
    max-width: 100%;
  }

  .basketBlockPopup.active .basketBlockBodyItem {
    justify-content: space-between;
  }

  .basketBlockPopup.active .itemsLeftTextBottom {
    max-width: 170px;
  }

  .basketBlockPopup.active .itemsLeftTextBottom__color {
    position: relative;
    top: -8px;
  }

  .basketBlockPopup.active .basketBlockBottom__btn {
    max-width: 95%;
  }

  .basketBlockPopup.active .basketBlockBottom .basketRightList {
    max-width: 95%;
  }

  .basketBlockPopup.active .itemsRightBlockBottom__delete {
    bottom: -19px;
  }

  .basketBlockPopup.active .basketBlockBodyItemLeftRightSize {
    bottom: 25px;
  }

  .basketBlockPopup.active .basketBlockBody .itemsRightBlockBottom .sliderBlockSliderTopHeart {
    right: 37px;
  }

  .basketBlockPopup.active .itemsRightBlockBottom {
    bottom: 23px;
  }

  .basketBlockPopup.active .basketBlockBodyItem {
    padding-left: 10px;
    padding-right: 10px;
  }

  .basketBlockPopup.active .basketBlockTop {
    padding: 20px 10px;
  }
  .promoCode__title{
    margin-bottom: 20px;
  }

  .tabItemBlockList {
    justify-content: space-between;
  }

  .mainCardInfo {
    display: none;
  }

  .mobilTabsContent .mainCardInfoItem {
    max-width: 100%;
    display: block;
    height: 150px;
  }

  .mobilTabsContent .mainCardInfo {
    display: flex;
    margin-top: 50px;
    gap: 19px;
  }

  .mobilTabsContent .mainCardInfoItem__title {
    font-size: 16px;
  }

  .mobilTabsContent .mainCardInfoItem picture {
    margin: 20px auto 0;
    width: 52px;
    display: block;
  }

  .mobilTabsContent .mainCardInfoItem__text {
    max-width: 100%;
  }

  .cardRight__title {
    font-size: 22px;
    max-height: 90px;
    max-width: 100%;
  }

  .cardRightColor .color-label,
  .cardRightColor .selected-color {
    font-size: 16px;
  }

  .cardRightSize,
  .cardRightColor {
    margin-top: 30px;
  }

  .cardRightSize .filterMenuListDownBlock .color-label {
    font-weight: 600;
    font-size: 16px;
  }


  .cardRightBottomBtn a {
    max-width: 48.5%;
  }



  .mobilTabsContent .tabItemBlockContent {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mobilTabsContent .tabItemBlockContent:nth-child(2) {
    margin-top: 74px;
  }

  .newsItems {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sliderBlockBtn .sliderBottomHover__btn {
    display: none;
  }

  .newsItemsTop {
    max-width: 94%;
  }

  .newsItems .swiper {
    margin-left: 20px;
  }

  .mobilTabsContent {
    margin-top: 40px;
  }



  .tabItemBlockList li {
    margin-bottom: 0;
  }
  /*
  .sliderBlockSliderPriceList,
  .newsItems .swiper .sliderBlockSliderPrice__title {
    max-width: 100%;
    width: 100%;
  }

  .sliderBlockSliderPriceList {
    justify-content: flex-start;
  }*/

  .newsItems .swiper .sliderBlockSliderPrice__title {
    max-height: 50px;
    margin-top: 0;
  }

  .radioList {
    opacity: 1;
    height: 30px;
    margin-top: 7px;
  }

  .mainTopSelects .radioList {
    height: auto;
  }

  .topSlider {
    margin-bottom: 60px;
  }

  .newsItems__title {
    font-size: 20px;
    font-weight: 600;
  }

  .sliderBottomHoverMobil__btn {
    display: flex !important;
    opacity: 1;
  }

  .swiper .sliderBlockMain:hover .sliderBlockSliderPrice {
    height: 115px;
  }

  .newsItemsMain .newsItems__title {
    font-size: 20px;
  }

  .personal .basketBlockBodyItem .basketBlockBodyItemSize {
    margin-left: 17px;
  }

  .buyOneClick .basketBlockBodyItemLeftRightSize {
    width: 200px;
  }

  .buyOneClick .itemsLeftTextBottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .buyOneClick .itemsLeftTextBottomBlock {
    position: relative;
  }

  .mainRight .mainRightNav {
    margin-top: 80px;
  }

  .cardRightPrice {
    font-size: 16px;
    line-height: 130%;
    gap: 0;
  }

  .basketBlockPopup .basket__number .plus, .products .plus {
    width: 15px;
  }

  .mainRightContent {
    gap: 82px 15px;
  }

  .swiper .sliderBlockSlider, .swiper .sliderBlockSlider .slick-slide img, .newsItems .swiper .lazy-img-wrapper:before, .newsItems .swiper .lazy-img-wrapper {
    height: 258px
  }

  .newsItems .swiper .sliderBlockSliderTopHeart {
    right: 5px;
    margin-top: 6px;
  }

  .newsItems .radioList {
    margin-left: 0;
  }

  .basket .products,
  .basket .basketLeft .basketBlockInfoForm {
    max-width: 95%;
  }

  .items.basketBlockBodyItem {
    max-width: 100%;
  }

  .itemsSend .mainRightContent {
    gap: 80px 2%;
  }

  .itemsSend .sliderBlockMain .radioList {
    opacity: 1;
    margin-top: 5px;
    margin-left: 5px;
    padding-left: 0;
  }

  .mainRight .sliderBlockSliderTopHeart {
    right: 0;
  }

  .newsItems .newsItemsTop {
    justify-content: space-between;
  }

  .radioList li {
    margin-right: 5px;
  }

  .itemsSend .sliderBlockSliderPriceList {
    justify-content: flex-end;
  }
}

@media (max-width: 595px) {
  .sliderBlockSliderTopSale .sliderBlockSliderTopSale__video {
    height: 18px;
    width: 22px;
  }
  .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;
  }

  .payment .menuMobil,
  .brands .menuMobil {
    max-width: 95%;
  }

  .lookBook .menuMobil {
    max-width: 95%;
  }

  .guaranteMetis > li {
    margin-bottom: 30px;
  }

  .mainRight .sliderBlockSliderTopSale {
    margin-top: 5px;
  }

  .sliderBlockSliderTopSale__newsItem, .sliderBlockSliderTopSale__xit, .sliderBlockSliderTopSale__news, .sliderBlockSliderTopSale__sale, .sliderBlockSliderTopSale__procent {
    padding: 2px 3px;
    text-transform: lowercase;
  }
  .sliderMobilBlock .sliderBlockSliderTopSale__video2 {
    width: 58px;
    height: 18px;
    background-size: cover;
  }

  .one-time .slick-prev,
  .one-time .slick-next {
    display: none !important;
  }

  .newsItemsTop {
    margin: 40px auto 0;
  }

  .personal .pageStatis h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .personal .pageStatis p {
    font-size: 14px;
  }

  .stepPersonalBlockList li {
    max-width: 22%;
    width: 100%;
  }

  .stepPersonalBlockList li img {
    width: 100%;
    height: 100%;
  }

  .personal .error__text,
  .stepPersonalBlockListFile__text,
  .stepPersonalBlockList li > div {
    font-size: 13px;
  }

  .howToReturnListBlock {
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .howToReturnListBlock picture {
    top: -20px;
  }

  .howToReturnList li {
    max-width: 600px;
    margin-bottom: 20px;
  }

  .howToReturnList {
    max-width: 100%;
    width: 100%;
    align-items: normal;
    flex-direction: column;
  }

  .howToReturnListBlock div {
    font-size: 16px;
  }

  .howToReturnList li:before {
    right: 0;
    left: 0;
    top: auto;
    bottom: -15px;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .personal .tab a {
    font-size: 12px;
    margin-right: 0;
    padding: 4px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #F5F5F5;
  }

  .personal .tab.active a {
    border-bottom: none;
    font-weight: normal;
    background: #141414;
    color: #FFFFFF;
  }

  .personal .tab {
    margin-right: 5px;
  }

  .personal .tabs {
    max-width: 500px;
    margin: 0 0 30px;
  }

  .personal .tab a {
    font-size: 14px;
    margin-right: 0;
  }

  .personal .tabs {
    gap: 0;
  }

  .stepPersonalBlockListFile__block input, .stepPersonalBlockListFileImg img, .stepPersonalBlockListFileImg, .stepPersonalBlockListFile__block {
    width: 130px;
    height: 130px;
  }

  .howToReturnList li:last-of-type {
    margin-bottom: 0;
  }

  .newsItems .swiper .sliderBlockMain {
    max-width: 194px;
  }

  .newsItems .swiper {
    max-width: 785px;
  }

  .newsItems .sliderBlockSliderPrice {
    height: auto;
    padding-bottom: 30px;
  }

  .sliderBottomHoverMobil__btn {
    margin-top: 0;
  }


  .sliderBottomHoverListMobil {
    max-width: 93%;
  }

  .radioList .blockCheckbox .checkmark.white:after,
  .radioList .blockCheckbox .checkmark.white.selected {
    width: 15px;
    height: 15px;
  }

  .mainRight .mainRightNav {
    margin-bottom: 50px;
  }

  .tag-wrap {
    margin: 75px auto;
    margin-bottom: 30px;
  }

  .arrangeListNum {
    max-width: 99%;
  }

  .stepPersonalFifth .basketBlockInfoFormSecond .input-container,
  .basketBlockInfoFormSecond .input-container,
  .stepPersonalFourth .basketBlockInfoForm .input-container, .stepPersonalFinal .basketBlockInfoForm .input-container {
    max-width: 100% !important;
  }

  .stepPersonalFourth .basketBlockInfoForm {
    margin: 0 auto;
  }

  .guaranteMetis {
    margin-bottom: 100px;
  }

  .contacts .contacts__title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 580px) {


  .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;
  }


  .mobilTabsContent {
    max-width: 100%;
    margin: 0 auto;
  }

  .mobilTabsContent .tabItemBlockContent:nth-of-type(2),
  .mobilTabsContent .tabItemBlockContent:first-of-type {
    max-width: 95%;
    width: 100%
  }

  .cardRightWrapper {
    max-width: 96%;
    margin: 0 auto;
  }

  .cardRight__title {
    max-width: 70%;
  }

  .mobilTabsContent .tabItemBlockContent:last-of-type .mobilTabs__title {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 16px;
  }

  .tabItemBlockList li span:last-of-type {
    padding: 0;
  }

  .newsItems .swiper {
    margin-left: 17px;
  }

  .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.3%;
  }

  .mainRight .sliderBlockSliderPrice .sliderBottomBlock,
  .mainRight .sliderBlockSliderPrice .radioList,
  .mainRight .sliderBlockSliderPrice .sliderBlockSliderPriceList, .mainRight .sliderBlockSliderPrice h2 {
    padding: 0 5px;
  }

  .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;
  }

  .addressTopLeft {
    max-width: 210px;
  }

  .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;
  }

  .basketBlockBodyItemTop .basketBlockBodyItemColor {
    margin-left: 4%;
  }

  .mainCard {
    margin-bottom: 30px;
    max-width: 98%;
  }

  .newsItems .sliderBlockSliderPrice {
    padding-bottom: 10px;
  }


  .mobilTabsContent .tabItemBlockContent {
    margin: 40px auto 0;
    max-width: 100% !important;
  }

  .radioList li {
    margin-right: 5px;
  }
}

@media (max-width: 540px) {
  .popupDeliver .mapContent {
    height: auto;
  }

  .popupDeliver .popupDeliverRight {
    height: auto;
  }

  .popupPickup .popupDeliverLeftBody {
    height: 232px;
  }

  .orderNumberTitle {
    margin-bottom: 20px;
  }

  .news2Article__item {
    max-width: 47%;
  }

  .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: 11px;
  }
  .select-selected{
    font-size: 13px;
  }

  .breadcrumbs {
    margin-top: 90px;
  }

  .mainTop {
    min-height: auto;
    margin-bottom: 15px;
  }

  .mainRightContent {
    gap: 20px 10px;
  }

  .mainRight .sliderBlockSliderPrice__title {
    max-width: 100%;
    min-width: auto;
  }

  .mainRight .mainRightContent {
    gap: 82px 10px;
  }

  .mainRight .sliderBottomHover:before {
    display: none;
  }

  .mainRight .sliderBlockSliderPrice .radioList {
    margin-top: 7px;
  }

  .mainRight .sliderBottomHover {
    padding: 5px 4px 15px;
  }

  .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: 30px;
  }

  .headerTop {
    padding-top: 0;
  }
  /*
  .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;
  }


  .basketRight__text {
    text-align: center;
    font-size: 12px;
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
  }

  .basketBlockInfoMethodTabBlock {
    flex-direction: column;
    height: auto;
    padding: 16px 0 20px;
  }



  .basketBlockInfoMethodTabBlock__right2,
  .basketBlockInfoMethodTabBlock__right {
    margin-top: 20px;
    max-width: 95%;
    margin: 0 auto;
  }


  .basketBlockInfoBuy .basketBlockInfo__title,
  .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;
  }

  .personal .tabs {
    width: 470px;
    margin: 0 0 10px;
  }

  .personal .pageStatis p {
    margin-bottom: 30px;
  }

  .mobilScroll {
    overflow: auto;
  }

  .personal .mobilScroll {
    overflow: auto;
    height: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .mobilScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 0;
    background-color: transparent;
  }

  .mobilScroll::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
  }

  .mobilScroll::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: transparent;
  }

  .stepPersonalBlockList li > div {
    font-size: 12px;
  }

  .stepPersonalFifth .basketBlockInfoForm .input-container,
  .stepPersonalFourth .basketBlockInfoFormSecond .input-container,
  .stepPersonalFourth .basketBlockInfoForm .input-container {
    max-width: 100%;
  }

  .basketBlockInfoForm {
    margin: 50px auto 0;
  }

  .stepPersonalFourth .stepPersonalForm {
    margin-bottom: 0px;
  }

  .stepPersonalFifth .basketBlockInfoForm {
    margin: 0 auto;
  }

  .stepPersonalFifth .basketBlockInfoFormSecond {
    margin-bottom: 0;
    margin-top: 35px;
  }

  .basketBlockInfoForm .input-container {
    margin-top: 10px;
  }

  .basketBlockBodyItemColor {
    left: 90px;
  }

  .basketBlockBodyItemSize {
    left: 92px;
  }

  .stepPersonalFinalStepSectionList li {
    max-width: 48%;
    margin-bottom: 20px;
  }

  .personalFourth {
    margin: 23px auto 20px;
  }

  .stepPersonalFourth .stepPersonalBlockSelectBtn {
    margin-top: 38px;
  }

  .stepPersonalFourth .basketBlockInfoFormSecond:last-of-type .input-container:last-of-type {
    margin-top: 50px;
  }

  .stepPersonalFifth .basketBlockInfoFormSecond:last-of-type .input-container:last-of-type {
    margin-top: 50px;
  }

  .personalFifth {
    margin-bottom: 20px;
  }

  .stepPersonalFifthSave .basketBlockInfoFormSecond:nth-child(2) .input-container {
    margin-bottom: 40px;
  }

  .stepPersonalThird .basketBlockInfoForm {
    margin: 16px auto 0;
  }

  .stepPersonalFourth .basketBlockInfoForm {
    margin: 0 auto;
  }

  .stepPersonalFourth .stepPersonalBlockSelectBtn {
    margin-top: 0;
  }

  .stepPersonalFinalStepSection {
    margin-top: 40px;
  }

  .stepPersonalFinalStepSection:nth-child(3) {
    margin-top: 20px;
  }

  .stepPersonalFinalStepSection__text {
    margin-top: 15px;
    font-size: 16px;
  }

  .stepPersonalFinalStepTitle {
    gap: 16px;
  }

  .stepPersonalFinal .basketBlockInfoFormSecond {
    margin: 0 auto 0;
  }

  .stepPersonalFinal .basketBlockInfoFormSecond .input-container {
    margin-bottom: 41px;
    margin-top: 0;
  }

  .stepPersonal .mapik {
    height: 506px;
  }

  .stepPersonalFinal .stepPersonalBlockText {
    font-size: 14px;
    margin-top: 20px;
  }

  .stepPersonalFinal .js-send-return {
    width: 100% !important;
  }

  .stepPersonalFinal .stepPersonalForm .basketBlockInfoFormSecond:nth-child(2) {
    margin-top: 40px;
  }

  .stepPersonalFinal .stepPersonalForm .basketBlockInfoFormSecond:nth-child(2) .input-container:last-of-type {
    margin-bottom: 20px;
  }

  .stepPersonalFinal .stepPersonalForm .basketBlockInfoFormSecond:nth-child(3) .input-container:last-of-type {
    margin-bottom: 0;
  }

  .stepPersonalFinal .basketBlockInfoForm {
    margin-top: 20px;
  }

  .stepPersonalFinal .stepPersonalFormStep5 .basketBlockInfoFormSecond:nth-child(2) {
    margin-top: 0;
  }

  .stepPersonalFormStep5 {
    margin-top: 35px;
  }

  .stepPersonalFinal .basketBlockInfoForm .input-container {
    max-width: 100%;
  }

  .personalNew .orderStatus__title {
    text-align: right;
  }

  .personalNew .orderStatusLeftps {
    width: 190px;
  }

  .personalNew .orderStatusLeftps .orderStatus__ends {
    width: 100%;
    text-align: right;
    padding-right: 10px;
  }

  .mobilTabsContent .mainCardInfoItem {
    height: 178px;
  }

  .mobilTabsContent .tabItemBlockContent:nth-of-type(2), .mobilTabsContent .tabItemBlockContent:first-of-type,
  .cardRightBottomBtn a {
    max-width: 100%;
    font-size: 18px;
    height: 50px;
  }

  .mobilFilteOpenBodySize .filterMenuListDown,
  #sizeMenu .filterMenuListDown{
    gap: 10px;
  }
  .cardRightSize #sizeMenu .custom-checkbox__value {
    font-size: 18px;
    height: 50px;
    width: 50px;
  }

  .cardRight__title {
    font-size: 20px;
    max-width: 290px;
  }



  .cardRight .sliderBlockSliderPrice__price {
    font-size: 20px;
  }

  .cardRight .sliderBlockSliderPrice__un{
    font-size: 14px;
    top: 0px;
    margin-left: 10px;
  }


  .cardRightStarBlock {
    justify-content: space-between;
    width: 100%;
  }

  .cardRightStarBlock__eco {
    display: block;
    color: #808080;
    font: normal normal 16px 'Manrope', sans-serif;
    line-height: 130%;
  }

  .cardRightPriceEconom__text span{
    font-weight: normal;
  }

  .cardRightStar {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cardRightColor .color-label {
    font-weight: 600;
  }

  /*
  .cardRightBottom__href span {
    display: none;
  }*/


  .mobilTabsContent .mainCardInfo {
    margin-top: 40px;
    gap: 15px;
  }

  .mobilTabsContent .mainCardInfoItem__text {
    font-size: 16px;
    padding: 0 30px;
  }

  .mobilTabsContent .mainCardInfoItem__title {
    font-size: 16px;
    font-weight: 600;
  }

  .personal .basketBlockBodyItemLeft__price {
    width: 35%;
  }

  .orderNumberMobil .orderNumber__title {
    max-width: 70%;
    width: 100%;
  }

  .orderNumberMobil .orderNumberTitle__price {
    max-width: 20%;
    width: 100%;
    text-align: right;
  }

  .buyOneClick .basketBlockInfoForm .input-container {
    max-width: 100% !important;
  }

  .cardRightWrapper .sliderBlockSliderTopHeart {
    display: none;
  }

  .mobilTabsContent .tabItemBlockContent:nth-child(2) {
    margin-top: 40px;
  }

  .tabItemBlockList li span:last-of-type {
    padding-left: 4px;
  }

  .mainRight .sliderBlockMain {
    max-width: 31.9%;
  }


  .mobilTabsContent .tabItemBlockContent:last-of-type .mobilTabs__title {
    max-width: 95%;
  }

  .itemsSend .sliderBlockSliderPriceList {
    max-width: 80px;
  }
}

@media (max-width: 500px) {
  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 74%;
  }

  .basketBlockBodyItemColor {
    left: 91px;
  }

  .basketBlockBodyItemLeft__title {
    max-width: 50%;
    height: 22px;
    overflow: hidden;
  }

  .basketBlockBodyItemSize {
    left: 95px;
  }

  .orderNumber .basketBlockBodyItem {
    height: 150px;
  }

  .basketBlockBodyItemNum {
    bottom: 15px;
  }

  .personal .pageStatis h3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 100%;
  }

  .personal .pageStatis h3 span {
    margin-right: 3px;
  }

  .stepPersonal .popupDeliverLeftBody {
    margin-top: 20px;
  }
}

@media (max-width: 490px) {
  .cardRight__title {
    padding-top: 0px;
  }
  .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%;
  }

  .cardRightStar .sliderBottomBlock {
    margin-left: 0;
  }

  .mainCard {
    max-width: 100%;
  }

  .cardRight__title {
    max-width: 100%;
    font-size: 20px;
  }

  .cardRightBottom__href {
    max-width: 95%;
    margin: 0 auto;
  }


  .cardRightPrice {
    margin: 15px auto;
  }

  .filterBottom__restart {
    margin-top: 12px;
  }

  .mainRightNavInNav li:last-of-type {
    display: none;
  }

  .mainRightContent {
    gap: 20px 15px;
  }


  .mainRight .sliderBlockMain {
    max-width: 47%;
  }

  #tab-container2 .etabs {
    margin-left: 0;
  }

  #tab-container2 .tabsBlockTop .tabsBlockTop__block:first-of-type {
    display: none;
  }

  .mailing {
    text-align: center;
  }

  .footer {
    padding-top: 0px;
  }

  .tabsBlockTop__blockDesc {
    display: none;
  }

  .itemsTabBag {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }

  /*
  #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%;
  }

  .marginTop {
    margin-top: 25px !important;
    padding-top: 0;
  }

  #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;
  }


  .sliderBlockMain {
    max-width: 135px;
  }

  .mainRight .mainRightContent {
    justify-content: flex-start;
    gap: 85px 5%;
  }

  .one-time {
    width: 580px;
  }

  .sliderBlockSliderTopSale {
    margin-left: 8px;
  }

  .sliderBlockSliderPrice__title {
    margin-top: 5px;
  }
  /*
  .sliderBlockSliderPriceList {
    margin-top: 5px;
  }*/

  .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: 16px;
  }

  .newsItemsMain {
    margin-top: 0;
    height: 440px;
  }

  .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 {
    font-size: 16px;
  }

  .mailingText {
    width: 100%;
  }


  .footerBlockPay {
    border-top: 1px solid #414141;
    padding-top: 20px;
  }

  .reviewsOther {
    height: 118px;
    transform: scale(1.04, 1);
  }

  .reviewsOther__btn {
    max-width: 97%;
    margin-left: 10px;
  }

  .reviewsOther__text {
    gap: 48px;
    margin-left: 10px;
  }

  .reviewsOtherList > li {
    padding-top: 25px;
  }

  .mobilTabs__title {
    margin-bottom: 16px;
  }

  .sliderMobil,
  .sliderMobil .slick-slide > a {
    height: auto;
  }

  .mainCard .mainCardBlock {
    margin-top: 16px;
  }

  .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: 12px;
  }

  .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;
  }

  .itemsLeftBlock {
    max-width: 355px;
  }

  .inBasketMobil {
    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;
  }

  .newsItems .swiper .sliderBlockMain {
    max-width: 95%;
  }

  .newsItems .swiper {
    max-width: 440px;
    width: 440px;
    margin: 0 auto;
    height: 400px;
    min-height: 400px;
    max-height: 490px;
  }

  .checkmark {
    width: 9px;
    height: 9px;
  }

  .blockCheckbox {
    width: 13px;
    height: 13px;
  }

  .swiper .sliderBlockMain .sliderBlockSliderPrice {
    margin-top: 4px;
  }

  .newsItems .swiper .sliderBlockMain {
    max-width: 100%;
  }

  .orderNumberMobil .orderStatusLeft {
    position: relative;
    bottom: 0;
    right: 0;
    padding-bottom: 10px;
  }

  .stepPersonalBlockListFile__block input, .stepPersonalBlockListFileImg img, .stepPersonalBlockListFileImg, .stepPersonalBlockListFile__block {
    width: 173px;
    height: 173px;
  }

  .stepPersonalBlockListFile__text {
    font-size: 16px;
  }

  .stepPersonalFinal .basketBlockInfoFormSecond .input-container,
  .stepPersonalFinal .basketBlockInfoForm .input-container {
    max-width: 100%;
    margin-bottom: 30px !important;
  }

  .stepPersonalFifth .basketBlockInfoForm .input-container {
    max-width: 100%;
    margin-bottom: 0 !important;
  }

  .popupReturn {
    padding: 40px 10px 20px !important;
  }

  .popupReturn__title {
    width: 190px !important;
  }

  .personalOne {
    margin: 23px auto 20px;
  }

  .stepPersonalBlockSelectBtn__next, .stepPersonalBlockSelectBtn__basket, .stepPersonalBlockSelectBtn__btn {
    max-width: 48%;
  }

  .stepPersonalBlockList li > div span {
    display: none;
  }

  .stepPersonalBlockList li > div {
    text-transform: capitalize;
  }

  .personalSeconds {
    margin: 20px auto 20px;
  }

  .personalThird {
    margin: 20px auto 25px;
  }

  .personalFinal .stepPersonalBlockSelectBtn {
    margin-top: 48px;
  }

  .personalFinal {
    margin: 20px auto 53px;
  }

  .personalSeconds2 {
    margin: 23px auto 20px;
  }

  .stepPersonalThird .stepPersonalBlockSelectBtn {
    margin-top: 20px;
  }

  .personalThird .mapik {
    margin-top: 25px;
  }

  .personalThird .custom-radio {
    width: 16px;
    height: 16px;
  }

  .personalThird .option {
    gap: 20px;
  }

  .personalThird .text .title {
    font-size: 14px;
  }

  .personalThird .popupDeliverLeftBody {
    height: 262px;
  }

  .personalThird .basketBlockInfoForm {
    margin: 20px auto 0;
  }

  .personalThird .stepPersonalCity {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .personalThird .popupDeliverLeft__title {
    display: none;
  }

  .personalOneSave .stepPersonalBlockSelectBtn__basketSave {
    margin-top: 74px;
  }

  .personalOneSave .stepPersonalFirstSaveText.visible {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -150px;
  }

  .stepPersonalThirdSave .stepPersonalBlockSelectBtn {
    margin-top: 20px;
  }

  .personal {
    margin: 20px auto;
  }

  .stepPersonalBlockSelectBtn {
    margin-top: 20px;
  }

  .stepPersonalFourth .basketBlockInfoFormSecond:nth-child(3) .input-container:last-of-type {
    margin-bottom: 20px;
  }

  .stepPersonalFifth .stepPersonalForm .basketBlockInfoFormSecond:nth-child(2) .input-container {
    margin-bottom: 20px;
  }

  .stepPersonalFifth .stepPersonalForm .basketBlockInfoFormSecond:nth-child(2) .input-container:last-of-type {
    margin-top: 25px;
  }

  /*.stepPersonalFinal .stepPersonalForm .basketBlockInfoFormSecond:nth-child(2) .input-container:last-of-type {*/
  /*  margin-bottom: 0 !important;*/
  /*}*/
  .personalOneSave .stepPersonalBlockSelectBtn {
    margin-top: 0;
  }

  .orderNumber:first-of-type {
    margin-top: 0;
  }

  .basketBlockBodyItemTop .basketBlockBodyItemColor {
    margin-left: 4%;
    top: 58px;
  }

  .items.basketBlockBodyItem {
    border-bottom: none;
    padding-bottom: 0;
  }


  .basketLeft .basketBlockInfoForm {
    margin: 30px auto 0;
  }

  .basketBlockInfoForm .input-container {
    max-width: 100%;
    margin-top: 30px;
  }

  .basketBlockInfoForm .input-container:first-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }

  .stepPersonalFourth .basketBlockInfoForm .input-container:first-of-type {
    margin-bottom: 38px;
  }

  .stepPersonalFinal .basketBlockInfoForm .input-container:last-of-type {
    margin-top: 0;
  }

  .stepPersonalFifth .basketBlockInfoFormSecond {
    margin-top: 30px;
  }

  .items.basketBlockBodyItem .basketBlockBodyItemLeft__art {
    font-size: 14px;
  }

  .items.basketBlockBodyItem .basketBlockBodyItemColor__text {
    font-size: 14px;
  }

  .basketBlockBodyItemTop .basketBlockBodyItemLeft__art {
    margin-top: 5px;
  }

  .basketLeft .basketBlockBodyItemNumber {
    bottom: 0;
  }

  .basketBlockBodyItemTop .basketBlockBodyItemNum {
    bottom: 8px;
  }

  .basketBlockPopup.active .basketBlockBodyItem {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .basketBlockPopup.active .itemsLeftTextBottom {
    bottom: -11px;
  }

  .basketBlockBody {
    height: auto;
  }

  .basketBlockTop {
    padding: 20px 10px;
  }

  .basketBlockPopup.active .itemsRightBlockBottom {
    bottom: 28px;
  }

  .sliderBlockSliderPriceTop {
    margin-top: 0;
  }

  .newsItems .swiper .sliderBlockSliderPrice__title {
    margin-top: 0;
  }

  .sliderBlockSliderPrice .sliderBottomBlock, .sliderBlockSliderPrice .radioList, .sliderBlockSliderPrice .sliderBlockSliderPriceList, .sliderBlockSliderPrice h2 {
    padding: 0 5px;
  }

  .aboutBrandsTitle__title,
  .advantages__title {
    text-align: left;
    width: 100%;
  }

  .aboutBrandsContent {
    margin-top: 20px;
  }

  .aboutBrandsLeft {
    margin-bottom: 0;
  }

  .advantages {
    padding-top: 40px;
  }



  .mainRight .lazy-img-wrapper::before,
  .mainRight .lazy-img-wrapper {
    height: 60vw;
  }

  .mainRight .sliderBlockSliderPrice__title {
    margin-top: 0;
    padding-top: 0;
  }

  .mainRight .sliderBlockSliderPrice .radioList {
    height: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 0;
  }

  .swiper .sliderBlockSlider, .swiper .sliderBlockSlider .slick-slide img, .newsItems .swiper .lazy-img-wrapper:before, .newsItems .swiper .lazy-img-wrapper {
    height: 260px
  }

  .radioList li {
    margin-right: 0;
  }

  .tabsBlock {
    margin-top: 20px;
  }

  .newsItemsMainTwo,
  .newsItems.newsItemsMainTwo {
    margin-top: 20px;
  }

  .newsItems .radioList {
    margin-left: 0;
    height: auto;
    min-height: 30px;
  }

  .topSlider {
    margin-bottom: 40px;
  }

  .stepPersonalFinal .basketBlockInfoForm:first-of-type .input-container:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .stepPersonalFinal .basketBlockInfoForm {
    margin-top: 0;
  }

  .stepPersonalFinal .stepPersonalForm .basketBlockInfoFormSecond:nth-child(2) {
    margin-top: 0;
  }

  .stepPersonalFinal .stepPersonalBlockSelectBtn {
    margin-top: -10px;
  }

  .stepPersonalFifth .stepPersonalBlockSelectBtn {
    margin-top: 20px;
  }

  .basket .basketBlockInfoForm .input-container:last-of-type {
    margin-top: 10px;
  }

  .aboutBrands {
    max-width: 93%;
  }

  .mobilFilteOpenBody .filterMenuListDown li:last-of-type {
    padding-bottom: 0;
  }

  .mainRight .sliderBlockSliderPriceList {
    padding-top: 0;
    margin-top: 0;
  }

  .mainRight .sliderBlockSliderTopHeart {
    right: 0;
  }

  .status {
    margin: 40px auto 70px;
  }

  .statusFormInput > input,
  .statusFormInput .input-container input,
  .statusFormInput .input-container,
  .statusFormInput > input,
  .statusForm__btn {
    max-width: 100%;
  }

  .statusFormBottom {
    margin-top: 35px;
  }

  .statusFormBottom__text {
    margin-top: 10px;
  }

  .brands__title {
    padding-bottom: 20px;
  }

  .sliderBottomHoverListMobil {
    height: auto;
    min-height: 32px;
    max-height: 100%;
  }

  .sliderBottomHoverListMobil li {
    margin-bottom: 8px;
  }
}

@media (max-width: 450px) {
  .newsItems .swiper {
    max-width: 93%;
  }
}

@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%;
  }

  .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: -10px;
  }

  .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;
  }

  .newsItemsTop {
    max-width: 100%;
  }

  .stepPersonalBlockList {
    gap: 12px;
  }

  .newsItems .newsItemsTop {
    max-width: 93%;
    justify-content: space-between;
  }
}

@media (max-width: 419px) {
  .cardRightSize #sizeMenu .filterMenuListDown.item_6,
  .cardRightSize #sizeMenu .filterMenuListDown.item_7{
    justify-content: space-between !important;
  }
  .cardRightSize #sizeMenu .filterMenuListDown.item_7 .custom-checkbox__value{
    font-size: 16px;
    height: 45px;
    width: 45px;
  }

  .basketBlockBodyItemColor {
    left: 95px;
  }

  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 69%;
  }

  .itemsLeftBlock {
    max-width: 250px;
  }

  .basketBlockBodyItemNum {
    bottom: 20px;
  }

  .swiper .sliderBlockSlider,
  .swiper .sliderBlockSlider .slick-slide img,
  .newsItems .swiper .lazy-img-wrapper:before,
  .newsItems .swiper .lazy-img-wrapper {
    height: 230px;
  }

  .newsItems .swiper {
    height: 364px;
    min-height: 364px;
    max-height: 490px;
  }

  .newsItemsMain {
    height: 405px;
  }
}

@media (max-width: 390px) {
  .cardRightSize #sizeMenu .filterMenuListDown.item_7 .custom-checkbox__value{
    height: 40px;
    width: 40px;
  }
  .inBasketMobil__btn {
    max-width: 140px;
  }

  .mainRight .sliderBlockMain {
    max-width: 47%;
  }

  .tabsBlockBottom li a {
    height: 145px;
  }


  .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;
  }

  .basketBlockBodyItemNum {
    width: 100px;
    text-align: right;
    justify-content: flex-end;
  }


}

@media (max-width: 382px) {
  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 66%;
  }

  .stepPersonalBlockListFile {
    gap: 5px;
    justify-content: space-between;
  }

  .mailingContent {
    padding-top: 25px;
  }
}

@media (max-width: 370px) {
  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 64%;
  }

  .stepPersonalBlockListFile__block input, .stepPersonalBlockListFileImg img, .stepPersonalBlockListFileImg, .stepPersonalBlockListFile__block {
    width: 160px;
    height: 160px;
  }

  .personalNew2 .orderStatusLeftList li span:first-of-type {
    width: 100px;
  }

  .personalNew2 .orderStatusBottom {
    gap: 0;
  }

  .personalNew2 .orderStatusBottom .orderStatus__title {
    width: 118px;
  }

  .basketBlockPopup.active .basketBlockBodyItem {
    padding-left: 10px;
    padding-right: 10px;
  }

  .basketBlockPopup.active .basketBlockTop {
    padding: 20px 10px;
  }

  .orderNumberMobil .orderNumberTitle__price {
    max-width: 30%;
  }

  .itemsSend .sliderBlockSliderPriceList {
    max-width: 60px;
  }
}

@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;
  }

  .stepPersonalBlockListFile__block input, .stepPersonalBlockListFileImg img, .stepPersonalBlockListFileImg, .stepPersonalBlockListFile__block {
    width: 150px;
    height: 150px;
  }

  .basketBlockPopup.active .basketBlockBodyItemLeftRight {
    width: 105px;
  }

  .basketBlockPopup.active .basketBlockBodyItemLeftRight__title {
    max-height: 31px;
  }

  .itemsSend .sliderBlockSliderPriceList {
    max-width: 50px;
    padding: 0;
  }
}

@media (max-width: 329px) {
  .itemsLeftBlock {
    max-width: 230px;
  }

  .itemsLeftText {
    margin-left: 4px;
  }

  .itemsLeft__href img {
    width: 85px;
  }

  .buyOneClick .basketBlockBodyItemLeftRight {
    max-width: 60%;
  }

  .stepPersonalBlockListFile__block input, .stepPersonalBlockListFileImg img, .stepPersonalBlockListFileImg, .stepPersonalBlockListFile__block {
    width: 145px;
    height: 145px;
  }

  .personalNew2 .orderStatusBottom .orderStatus__title {
    width: 115px;
  }
}


/*Start height*/
@media (max-height: 970px) {
  .basketBlockPopup .basketBlockBottomTotal {
    padding-top: 10px;
  }

  .basketBlockPopup .basketRightList li:last-of-type {
    margin-bottom: 10px;
  }
}

@media (max-height: 940px) {
  .basketBlockTop {
    padding: 20px;
  }

  .basketBlockBodyItem {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .basketBlockBody {
    height: auto;
  }

  .buyOneClickForm .basketBlockBodyItem {
    padding-bottom: 20px;
  }

  .basketBlockBodyItemLeftRightSize {
    bottom: 20px;
  }
}

@media (max-height: 865px) {
  .basketBlockBody {
    height: auto;
  }
}

@media (max-height: 710px) {
  .basketBlockBody {
    height: auto;
  }

  .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;
}
.sliderBlockSliderTopSale__sale::before,
.sliderBlockSliderTopSale__procent::before{
  content: attr(data-text);
}
/* End */


/* Start:/_/dist/css/swipe.css?174945544718432*/
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/_/dist/css/metis.css?17494554471934*/
/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A collapsible jQuery menu plugin
* @version 3.0.6
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT
*/.metismenu .arrow{float:right;line-height:1.42857}*[dir=rtl] .metismenu .arrow{float:left}.metismenu .glyphicon.arrow:before{content:""}.metismenu .mm-active>a>.glyphicon.arrow:before{content:""}.metismenu .fa.arrow:before{content:""}.metismenu .mm-active>a>.fa.arrow:before{content:""}.metismenu .ion.arrow:before{content:""}.metismenu .mm-active>a>.ion.arrow:before{content:""}.metismenu .plus-times{float:right}*[dir=rtl] .metismenu .plus-times{float:left}.metismenu .fa.plus-times:before{content:""}.metismenu .mm-active>a>.fa.plus-times{transform:rotate(45deg)}.metismenu .plus-minus{float:right}*[dir=rtl] .metismenu .plus-minus{float:left}.metismenu .fa.plus-minus:before{content:""}.metismenu .mm-active>a>.fa.plus-minus:before{content:""}.metismenu .mm-collapse:not(.mm-show){display:none}.metismenu .mm-collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.metismenu .has-arrow{position:relative}.metismenu .has-arrow::after{position:absolute;content:"";width:.5em;height:.5em;border-width:1px 0 0 1px;border-style:solid;border-color:initial;right:1em;transform:rotate(-45deg) translate(0, -50%);transform-origin:top;top:50%;transition:all .3s ease-out}*[dir=rtl] .metismenu .has-arrow::after{right:auto;left:1em;transform:rotate(135deg) translate(0, -50%)}.metismenu .mm-active>.has-arrow::after,.metismenu .has-arrow[aria-expanded=true]::after{transform:rotate(-135deg) translate(0, -50%)}*[dir=rtl] .metismenu .mm-active>.has-arrow::after,*[dir=rtl] .metismenu .has-arrow[aria-expanded=true]::after{transform:rotate(225deg) translate(0, -50%)}/*# sourceMappingURL=metisMenu.min.css.map */
/* End */


/* Start:/_/dist/css/slick.css?17494554471639*/
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* End */


/* Start:/_/dist/css/fancybox.css?174427349012795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/_/dist/css/selects.css?17494554473515*/
/**
  * multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
  *
  * @version v1.5.0
  * @homepage http://multiple-select.wenzhixin.net.cn
  * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
  * @license MIT
  */

@charset "UTF-8";.ms-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:auto!important;top:auto!important}.ms-parent{display:inline-block;position:relative;vertical-align:middle}.ms-choice{display:block;width:100%;height:26px;padding:0;overflow:hidden;cursor:pointer;border:1px solid #aaa;text-align:left;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-color:#fff}.ms-choice.disabled{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.ms-choice>span{position:absolute;top:0;left:0;right:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;padding-left:8px}.ms-choice>span.placeholder{color:#999}.ms-choice>div.icon-close{position:absolute;top:0;right:16px;height:100%;width:16px}.ms-choice>div.icon-close:before{content:'Г—';color:#888;font-weight:bold;position:absolute;top:50%;margin-top:-14px}.ms-choice>div.icon-close:hover:before{color:#333}.ms-choice>div.icon-caret{position:absolute;width:0;height:0;top:50%;right:8px;margin-top:-2px;border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px}.ms-choice>div.icon-caret.open{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.ms-drop{width:auto;min-width:100%;overflow:hidden;display:none;margin-top:-1px;padding:0;position:absolute;z-index:1000;background:#fff;color:#000;border:1px solid #aaa;border-radius:4px}.ms-drop.bottom{top:100%;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.ms-drop.top{bottom:100%;box-shadow:0 -4px 5px rgba(0,0,0,0.15)}.ms-search{display:inline-block;margin:0;min-height:26px;padding:2px;position:relative;white-space:nowrap;width:100%;z-index:10000;box-sizing:border-box}.ms-search input{width:100%;height:auto!important;min-height:24px;padding:0 5px;margin:0;outline:0;font-family:sans-serif;border:1px solid #aaa;border-radius:5px;box-shadow:none}.ms-drop ul{overflow:auto;margin:0;padding:0}.ms-drop ul>li{list-style:none;display:list-item;background-image:none;position:static;padding:.25rem 8px}.ms-drop ul>li .disabled{font-weight:normal!important;opacity:.35;filter:Alpha(Opacity=35);cursor:default}.ms-drop ul>li.multiple{display:block;float:left}.ms-drop ul>li.group{clear:both}.ms-drop ul>li.multiple label{width:100%;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-drop ul>li label{position:relative;padding-left:1.25rem;margin-bottom:0;font-weight:normal;display:block;white-space:nowrap;cursor:pointer}.ms-drop ul>li label.optgroup{font-weight:bold}.ms-drop ul>li.hide-radio{padding:0}.ms-drop ul>li.hide-radio:focus,.ms-drop ul>li.hide-radio:hover{background-color:#f8f9fa}.ms-drop ul>li.hide-radio.selected{color:#fff;background-color:#007bff}.ms-drop ul>li.hide-radio label{margin-bottom:0;padding:5px 8px}.ms-drop ul>li.hide-radio input{display:none}.ms-drop ul>li.option-level-1 label{padding-left:28px}.ms-drop input[type="radio"],.ms-drop input[type="checkbox"]{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.ms-drop .ms-no-results{display:none}
/* End */


/* Start:/_/dist/css/nouislider.css?174945544736654*/
/*! jQuery UI - v1.13.0 - 2021-10-07
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

  /* We use html here because we need a greater specificity to make sure disabled
  works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/_/dist/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/_/dist/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/_/dist/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/_/dist/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/_/dist/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/_/dist/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("/_/dist/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  -ms-filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
/* End */


/* Start:/local/components/dev/header/templates/.default/style.css?17847051555666*/
/*
.topSlider img{
    max-width: none;
}*/

.basket-count {
    background-color: #000;
    color: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    font-size: 10px;
    min-width: 15px;
    min-height: 15px;
    display: flex;
    justify-content: center;
    top: 6px;
    margin-left: -15px;
}

/* Переключатель языка (только админ): флаги в выпадающем списке */
.headerLang {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.headerLang__btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border: 0;
    background: transparent;
    color: #fff;
    font: normal 600 13px/1 'Manrope', sans-serif;
    cursor: pointer;
}

.headerLang__btn:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    margin-left: 2px;
}

.headerLang.is-open .headerLang__btn:after {
    border-top: 0;
    border-bottom: 5px solid #fff;
}

.headerLang__flag {
    display: block;
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.headerLang__list {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    min-width: 100%;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.headerLang__link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: #fff;
    font: normal 600 13px/1 'Manrope', sans-serif;
    white-space: nowrap;
    text-decoration: none;
}

.headerLang__link:hover,
.headerLang__link.is-active {
    background: #fff;
    color: #000;
}

/* B2B сдвигаем влево, когда рядом есть переключатель */
.headerTopIn:has(.headerLang) .headerTop__btn {
    right: 88px;
}

@media (max-width: 768px) {
    .headerTopIn:has(.headerLang) .headerTop__btn {
        right: 78px;
    }

    .headerLang__btn,
    .headerLang__link {
        font-size: 12px;
    }
}








.header .search{
    display: inline-block;
    position: absolute;
    left: 18vw;
    width: 270px;
}
.header .search .search__btn svg{
    height: 22px;
    margin-top: 3px;
    color: #fff;
}
.fix.header .search .search__btn svg,
.headerTwo  .search .search__btn svg{
    color: #000;
}
.header .search__btn {
    float: left;
    cursor: default;
    pointer-events: none;

    display: inline-block;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    padding: 0;
    line-height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;

    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header .search__wrap {
    visibility: unset;
    opacity: 1;
    border: none;
    overflow: hidden;
    position: relative;
    top: unset;
    left: unset;
    width: calc(100% - 25px);
    right: unset;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: unset;
    margin: 0 auto;
}

.header .search__wrap .digi-instant-search {
    padding: 0;
    border-width: 0 0 1px 0;
    border-radius: 0;
    height: 2em;

    width: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 1.42857143;
    border-bottom: solid 1px #fff;
    color: #fff;
}
.header .search__wrap .digi-instant-search::placeholder {
    color: #fff;
}
.fix.header .search__wrap .digi-instant-search,
.headerTwo .search__wrap .digi-instant-search{
    border-bottom: solid 1px #000;
    color: #000;
}
.fix.header .search__wrap .digi-instant-search::placeholder,
.headerTwo .search__wrap .digi-instant-search::placeholder{
    color: #000;
}
/***************/


@media (max-width: 1210px) {
    .header .search {
        display: inline-block;
        position: absolute;
        left: 18vw;
        width: 220px;
    }
}
@media (max-width: 1090px) {
    .headerMiddle__logo {
        margin-left: calc(50% - 55px);
    }
    .header .search {
        left: calc(205px - -1vw);
        width: 170px;
    }
}
@media (max-width: 915px) {
    .header .search {
        width: 120px;
    }
}

@media (max-width:820px) {
    .header .search {
        left: calc(173px - -1vw);
    }
}
@media (max-width: 730px) {
    .header .search {
        left: calc(50% - 20vw);
        width: 50vw;
        margin-top: -8px;

    }
    .header .search__wrap .digi-instant-search::placeholder,
    .header .search__wrap .digi-instant-search,
    .header .search .search__btn svg{
        color: #000;
    }
    .header .search__wrap .digi-instant-search{
        border-bottom: solid 1px #000;
    }
}
@media (max-width: 430px) {
    .header .search {
        left: 140px;
        width: 50vw;

    }
}
@media (max-width: 390px) {
    .header .search {
        width: 45vw;
    }
}
/* End */


/* Start:/local/components/dev/modal.city/templates/.default/style.css?17623533011346*/
#city.fancybox-content {
    padding-bottom: 30px !important;
}
#city .popupBlock__title{
    margin-top: -20px;
}
#city .input-container{
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
}
.container-city{
    display: flex;
    flex-wrap: wrap;
}
.container-city .col-city div{
    color: #fff;
    margin-bottom: 5px;
}
.container-city .col-city {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media (max-width: 576px) {
    .container-city .col-city {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    #city .input-container{
        margin-bottom: 20px;
    }
    #city .popupBlock__title {
        margin-top: 3px;
    }
}


#city .autocomplete {
    position: relative;
}

#city .suggestions {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow: auto;
}

#city .suggestions div {
    padding: 10px;
    cursor: pointer;
    color: #fff;
    background-color: #141414;
}
#city .suggestions div:hover{
    color: #141414 ;
    background-color: #fff;
}
#city .item-city,
.js-item-city{
    cursor: pointer;
}
.item-active.js-item-city{
    text-decoration: underline;
}
/* End */


/* Start:/local/components/dev/basket/templates/top/style.css?1776287304342*/
.buyOneClickBlock{
    display: none;
}

.basketBlockBodyText {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    padding-top: 20px;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.js-basket.disabled{
    opacity: 0.3;
    pointer-events: none;
}

/* End */


/* Start:/local/components/dev/auth/templates/.default/style.css?17744173281269*/
.registerPopup:has(> .registerPopup__scroll) {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 0;
}

.registerPopup__scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.registerPopupForm .error_summary{
    color: red;
    font-size: 14px;
    margin-top: 10px;
}
.js-auth-send-code{
    cursor: pointer;
}

.js-auth-form-email,
.js-auth-box-email-send,
.js-auth-form-show-email{
    display: none;
}
.js-auth-form-show-email a,
.js-auth-form-show-phone a{
    color: #000;
    text-align: right;
    display: block;
    text-decoration: underline;
}
.js-auth-form-show-email a:hover,
.js-auth-form-show-phone a:hover{
    text-decoration: none;
}

/* Стили для блока предупреждения */
.warning-block {
    border: 1px solid #000;
    padding: 30px 20px;
    margin-top: 20px;
    background: #fff;
}

.warning-block__title {
    margin-bottom: 5px;
    font-size: 14px;
}

.warning-block__text {
    font-size: 14px;
    line-height: 1.4;
}
.registerPopupForm .js-auth-box-phone{
    width: 100%;
    max-width: 100%;
}
/* End */


/* Start:/local/components/dev/disclaimer/templates/.default/style.css?17569735892028*/
.disclaimer{
    background-color: #000;
    width: 100%;
    position: fixed;
    bottom: 0px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    z-index: 99999;
}
.disclaimer .container{
    max-width: 1980px;
    margin: 10px auto;
}
.disclaimer .disclaimer-content {
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.disclaimer .disclaimer-text{
    width: 70%;
}
.disclaimer .disclaimer-text p{
    display: inline;
}
.disclaimer .disclaimer-tools{
    align-self: center;
    display: flex;
    align-items: center;
}
.disclaimer .disclaimer-button {
    background: #ffffff;
    border: 1px solid #141414;
    border-radius: 3px;
    font-size: 14px;
    transition: all, 0.5s;
    color: #141414;
    padding: 10px 40px;
    cursor: pointer;
}
.disclaimer .disclaimer-button-link{
    font-size: 14px;
    color: #757575;
    margin-right: 30px;
    margin-left: 20px;
    text-decoration: underline;
}
@media (max-width: 768px) {
    .disclaimer-tools{
        flex-direction: column;
    }
    .disclaimer .disclaimer-button{
        order: 1;
        margin-bottom: 10px;
    }
    .disclaimer .disclaimer-button-link{
        order: 2;
        margin:0px;
    }
    .disclaimer .disclaimer-text{
        width: calc(100% - 150px);
    }
    .disclaimer .disclaimer-text p{
        display: block;
        margin-bottom: 10px;
    }
}
@media (max-width: 500px) {
    .disclaimer .disclaimer-text p {
        font-size: 10px;
    }
    .disclaimer .disclaimer-button{
        font-size: 12px;
        padding: 5px 11px;
    }
    .disclaimer .disclaimer-button-link{
        font-size: 12px;
    }
    .disclaimer .disclaimer-text {
        width: calc(100% - 80px);
    }
    .disclaimer .disclaimer-text p {
        margin-bottom: 0px;
    }
}
/* End */


/* Start:/local/templates/main/styles.css?17781489821655*/
.r-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: 'Arial', sans-serif;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  & th {
	background-color: #f8f8f8;
	color: #333;
	font-weight: 600;
	padding: 12px 15px;
	text-align: left;
	border-bottom: 2px solid #e0e0e0;
  }
  
  & td {
	padding: 12px 15px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: middle;
  }
  
  & tbody tr:nth-child(even) {
	background-color: #f9f9f9;
  }
  
  & tbody tr:hover {
	background-color: #f1f1f1;
  }
}

@media (max-width: 768px) {
  .r-table {
	
	& tr {
	  border: 1px solid #ddd;
	  margin-bottom: 10px;
	}
	
	& td {
	  border: none;
	}
  }
}

div:has(.r-table) { overflow-x: auto; }
/*
details {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 12px;
    padding: 8px 5px 12px;
    font-family: 'Arial', sans-serif;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.5;

	& summary {
		color: #1a1a1a;
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
		list-style: none;
		position: relative;
		padding: 4px 25px 4px 4px;
		transition: color 0.2s ease;
		outline: none;

		&::after {
			content: '+';
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			font-size: 18px;
			color: #777;
			transition: all 0.2s ease;
		}

		&:hover {
			color: #000;
		}
	}

	&[open] {
                font-size: large;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		padding: 8px;

		& summary {
			color: #000;
			margin-bottom: 8px;

			&::after {
				content: '-';
			}
		}
	}
}
 */
/* End */


/* Start:/local/templates/main/template_styles.css?17770271014024*/
#bx-panel{
    position: absolute !important;
    width: 100% !important;
}
#bx-panel.bx-panel-fixed{
    top: 155px!important;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.fancybox-container{
    z-index: 99999;
}
.bold{
    font-weight: bold!important;
}

@media (max-width: 730px) {
    .b24-widget-button-inner-container {
        position: absolute!important;
        top: -100px;
        left: -22px;
    }
}
/********************/
/* Элемент с нативным tooltip */
.styled-tooltip {
    position: relative;
    cursor: pointer;
}

/* Скрываем стандартный tooltip */
.styled-tooltip:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Наш кастомный tooltip (основная часть) */
.styled-tooltip:hover::after {
    content: attr(title); /* Берем текст из атрибута title */
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);

    /* Стилизация */
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .2);
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 10px;

    /* Анимация появления */
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

/* Стрелка tooltip */
.styled-tooltip:hover::before {
    transition: opacity 0.3s;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    top: 22px;
    left: 0px;
    transform: rotate(45deg);
    z-index: 100;
}
.styled-tooltip:hover::after,
.styled-tooltip:hover::before {
    opacity: 1;
}
/********************/
/**
 * Согласия и подписи к формам (чекбоксы, ссылки на документы, SmartCaptcha).
 * Блок: .formConsent
 */

.formConsent__item {
    margin-top: 18px;
    text-align: left;
}

.formConsent__item--error .formConsent__checkbox {
    border-color: #c62828;
}

.formConsent__label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font: normal normal 14px / 1.3 'Manrope', sans-serif;
}

.formConsent__checkbox {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    border: 1px solid #AEAEAE;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    box-sizing: border-box;
}

.formConsent__checkbox:checked {
    background: #141414;
    border-color: #141414;
}

.formConsent__checkbox:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.formConsent__checkbox:focus-visible {
    outline: 2px solid #141414;
    outline-offset: 2px;
}

.formConsent__text {
    color: #808080;
}

.formConsent__muted {
    color: #808080;
}

.formConsent__accent {
    color: #141414;
    text-decoration: none;
}

.formConsent__accent:hover {
    text-decoration: underline;
}

.formConsent__captcha {
    margin: 20px 0 0;
    padding: 0;
    font: normal normal 14px / 1.3 'Manrope', sans-serif;
    color: #9A9A9A;
    text-align: left;
}

.formConsent__captchaLink {
    color: #141414;
    text-decoration: none;
}

.formConsent__captchaLink:hover {
    text-decoration: underline;
}

/********************/
/* End */
/* /_/dist/css/style.css?1784707857385760 */
/* /_/dist/css/swipe.css?174945544718432 */
/* /_/dist/css/metis.css?17494554471934 */
/* /_/dist/css/slick.css?17494554471639 */
/* /_/dist/css/fancybox.css?174427349012795 */
/* /_/dist/css/selects.css?17494554473515 */
/* /_/dist/css/nouislider.css?174945544736654 */
/* /local/components/dev/header/templates/.default/style.css?17847051555666 */
/* /local/components/dev/modal.city/templates/.default/style.css?17623533011346 */
/* /local/components/dev/basket/templates/top/style.css?1776287304342 */
/* /local/components/dev/auth/templates/.default/style.css?17744173281269 */
/* /local/components/dev/disclaimer/templates/.default/style.css?17569735892028 */
/* /local/templates/main/styles.css?17781489821655 */
/* /local/templates/main/template_styles.css?17770271014024 */
