@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

.remodal,
html {
  -webkit-text-size-adjust: 100%;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

html {
  line-height: 1.15;
}

body {
  margin: 0;
  overflow: hidden;
}

h1 {
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

.remodal,
.slick-slider,
legend {
  box-sizing: border-box;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  /*font-weight: bolder;*/
  font-family: OpenSans-Bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

.remodal,
.remodal-wrapper,
[data-remodal-id],
[hidden],
template {
  display: none;
}

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
b u {
  font-family: OpenSans-Bold;
}
.headHerr{
  background-position: center center;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
  background: rgba(43, 46, 56, 0.9);
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  padding: 10px 10px 0;
}

.remodal-cancel,
.remodal-close,
.remodal-confirm {
  overflow: visible;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-menu,
.hidden-menu {
  -webkit-backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: 0;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-close,
.remodal-close:before {
  position: absolute;
  display: block;
  width: 35px;
  top: 0;
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  height: 35px;
  margin: 0;
  padding: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #95979c;
  background: 0 0;
}

.remodal-close:focus,
.remodal-close:hover {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  left: 0;
  content: "\00d7";
  text-align: center;
}

.remodal-cancel,
.remodal-confirm {
  font: inherit;
  display: inline-block;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

body,
html {
  overflow-x: hidden;
}
.inMob {
  display: none;
}
.basket__allitem,
.cartinfo__top,
.insta__img,
.main__slider2,
.slick-list {
  overflow: hidden;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:focus,
.remodal-confirm:hover {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:focus,
.remodal-cancel:hover {
  background: #ef5350;
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.slick-slider {
  -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;
}

body,
input {
  -webkit-box-sizing: border-box;
}

.slick-list {
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -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 {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-loading .slick-list {
  background: url(../../bower_components/slick/ajax-loader.gif) center center no-repeat #fff;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../../bower_components/slick/fonts/slick.eot);
  src: url(../../bower_components/slick/fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(../../bower_components/slick/fonts/slick.woff) format("woff"),
    url(../../bower_components/slick/fonts/slick.ttf) format("truetype"),
    url(../../bower_components/slick/fonts/slick.svg#slick) format("svg");
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.header__flex,
.header__flex--item--cat:hover .menuCat {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

input,
textarea {
  padding-left: 15px;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
}

body,
p {
  font-size: 16px;
}

.header__flex--item--menu,
body,
header {
  position: relative;
}

.headLog__hov:after,
.insta__over--cap:after,
.main__slider--item--inactive:after,
.main__slider2:after,
.menuCat:after {
  content: "";
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

a,
h1,
h2 {
  color: #181818;
}

p,
strong {
  color: #3e3e3e;
}

@font-face {
  font-family: PlayfairDisplay;
  src: url(../fonts/PlayfairDisplay-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: 500;
}

@font-face {
  font-family: OpenSans-Light;
  src: url(../fonts/OpenSans-Light.ttf);
  font-weight: 300;
}

body {
  font-family: OpenSans-Light;
  box-sizing: border-box;
}

h1,
h2,
h3 {
  font-family: PlayfairDisplay;
}

input {
  box-sizing: border-box;
  outline: 0;
}

.menuCat,
textarea {
  -webkit-box-sizing: border-box;
}

textarea {
  padding-top: 15px;
  box-sizing: border-box;
}

header {
  margin-top: 17px;
  width: 100%;
  z-index: 9999;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.1);
  box-shadow: 0 1px 3px rgba(40, 40, 40, 0.1);
  background: #fff;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #ed4568;
}

p {
  font-weight: 300;
  line-height: 22px;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

h3,
h4 {
  font-size: 18px;
  color: #181818;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.headBas__hov span,
.hidden-menu select,
h4,
h5,
h6,
strong {
  font-family: OpenSans-Bold;
}

.massen--btn a,
h5,
h6,
strong {
  font-size: 16px;
}

h5 {
  color: #181818;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

h6 {
  color: #181818;
  font-weight: 700;
  line-height: 28px;
}

ul {
  padding-left: 25px;
}

strong {
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.16px;
}

.block_none_absolute {
  position: fixed;
  width: 22px;
  height: 13px;
  left: 172px !important;
  top: 38px !important;
  bottom: 0;

  z-index: 6;
  cursor: pointer;
  right: 0;
}

.lclear {
  clear: both;
}

.lcontainer {
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
}

.header__flex {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__flex--item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header__flex--item--logo {
  width: 100%;
  max-width: 64px;
  height: 55px;
}

.header__flex--item--logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__flex--item--cat {
  margin-left: 214px;
  position: relative;
}

.header__flex--item--cat a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 11px;
  height: 6px;
  margin-left: 5px;
}

.header__flex--item--cat:hover img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__flex--item--cat:hover .menuCat {
  display: flex;
}

.header__flex--item--link {
  width: 100%;
  max-width: 177px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__flex--item--link a {
  margin-right: -6px;
}

.header__flex--item--link a:last-child,
.massen a {
  margin-right: 0;
}

.menuCat {
  position: absolute;
  width: 805px;
  height: auto;
  top: 48px;
  left: -150px;
  box-sizing: border-box;
  display: none;
}

.menuCat:after {
  position: absolute;
  top: -30px;
  width: 100%;
  background: red;
  height: 50px;
  opacity: 0;
}

.menuCat__item:nth-child(2) {
  background-color: #f6f6f6;
}

.menuCat__item {
  width: 33%;
  padding: 30px;
  background: #fff;
}

.menuCat__item--cat ul {
  padding-left: 0;
  list-style: none;
}

.menuCat__item--cat ul li {
  margin-bottom: 30px;
}

.menuCat__item--cat ul li.active {
  font-family: OpenSans-Bold;
  background: url(../img/arrowheadsub.png) 200px 6px no-repeat;
}

.headLupa {
  background: url(../img/lupa.svg) 0 no-repeat;
  padding: 10px;
  position: relative;
  cursor: pointer;
  background-position: center;
}

.headLupa:hover {
  background: url(../img/lupa.svg) 0 no-repeat;
  background-position: center;
}

.headLupa__hov {
  position: absolute;
  top: 0;
  width: 350px;
  right: -70px;
}

.headBas__hov,
.headTel__hov {
  top: 35px;
  -webkit-box-shadow: 0 0 8px -4px;
}

.headBas__hov,
.headLog__hov,
.headTel__hov {
  right: -80px;
  text-align: center;
}

.headLupa__hov.active {
  z-index: 1;
}

.headLupa__hov form input {
  border: 1px solid #e7e7e7;
  background-color: #fff;
  height: 43px;
  outline: 0;
  padding-left: 15px;
}

.headLupa__hov form input[type="button"] {
  width: 16px;
  height: 16px;
  opacity: 0;
}

.headSearch {
  width: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.headSearch.active {
  width: 350px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 1;
}

.headTel,.headTel2 {
  background: url(../img/tel.svg) 0 no-repeat;
  background-position: center;
  padding: 10px;
  position: relative;
  margin: 0 10px;
}
.headTel2{
    margin-left: 50px;
}

@media(max-width:420px){
    .headTel2{
        margin-left: 34px;
    }
}

.headTel2 .headTel__hov {
    z-index: 9999;
    right: auto;
    left: 0;
}

.headTel:hover ,.headTel2:hover {
  background: url(../img/tel.svg) 0 no-repeat;
  background-position: center;
}

.headTel:hover .headTel__hov,.headTel2:hover .headTel__hov {
  display: block;
}

.headTel__hov {
  position: absolute;
  width: 265px;
  height: 140px;
  background: #fff;
  box-shadow: 0 0 8px -4px;
  border: 1px solid black;
  display: none;
}

.massen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: center;
  padding-top: 18px;
}
.massen a {
	 margin: 0 4px;
}

.massen--btn {
  padding-top: 30px;
}

.massen--btn a {
  padding: 16px 31px;
  background-color: #f76d8a;
  color: #fff;
  font-weight: 300;
  border: 1px solid transparent;
}

.headBas,
.headHer {
  padding: 10px;
  position: relative;
}

.massen--btn a:hover {
  background: 0 0;
  border: 1px solid #181818;
  color: #181818;
}

.headHer {
  background: url(../img/her.svg) 0 no-repeat;
  background-position: center;
  margin-right: 0 !important;
}

.headHer:hover {
  background: url(../img/her.svg) 0 no-repeat;
  background-position: center;
}

div.headBas a.headBas {
  background: url(../img/cart.svg) 0 no-repeat;
}

.headBas__hov,
.headLog__hov,
.sold,
.textMenu {
  position: absolute;
}

div.headBas {
  margin-right: 10px;
}

div.headBas a.headBas:hover {
  background: url(../img/cart.svg) 0 no-repeat;
}

.headBas:hover .headBas__hov {
  display: block;
}

.headBas__hov {
  width: 350px;
  border: 1px solid black;
  padding: 0 15px;
  height: 53px;
  line-height: 53px;
  background: #fff;
  box-shadow: 0 0 8px -4px;
  display: none;
  font-size: 14px;
}

.sold {
  display: inline-block;
  background: #181818;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  text-align: center;
  line-height: 20px;
}

.headLog,
.headLog:hover .headLog__hov {
  display: block;
}

.headLog {
  background: url(../img/user.svg) 0 no-repeat;
  width: 1px;
  height: 19px;
  padding: 10px;
}

.headLog:hover {
  background: url(../img/user.svg) 0 no-repeat;
}

.headLog__hov {
  top: 35px;
  width: 219px;
  height: 53px;
  line-height: 53px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px -4px;
  box-shadow: 0 0 8px -4px;
  display: none;
  border: 1px solid black;
  right: 0;
}

/*
.headLog__hov:after {
  position: absolute;
  top: -7px;
  right: 0;
  background: url(../img/arrhov.png) no-repeat;
  width: 14px;
  height: 7px;
  left: 0;
  margin: 0 auto;
}
*/
.headLog__hov a {
  margin-right: 0;
  font-size: 14px;
}

.valutUa {
  margin: 50px 0;
  display: inline-block;
}

.textMenu {
  top: -2px;
  left: 35px;
}

.textMenu:hover {
  color: #f76d8a;
}

.hidden-menu {
  display: block;
  position: fixed;
  list-style: none;
  padding: 140px 10px 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
  background-color: #fff;
  height: 100%;
  top: 0;
  left: -30%;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  z-index: 2;
  -webkit-transform: translateZ(0);
}

.hidden-menu li {
  padding-left: 30%;
  margin-bottom: 30px;
}

.hidden-menu-ticker {
  display: none;
}

.btn-menu {
  color: #000;
  position: absolute;
  top: 3px;
  left: 0;
  cursor: pointer;
  -webkit-transition: left 0.23s;
  transition: left 0.23s;
  z-index: 3;
  width: 22px;
  -webkit-transform: translateZ(0);
}

.btn-menu span,
.headLog {
  position: relative;
}

.btn-menu span {
  display: block;
  height: 1px;
  background-color: #000;
  margin: 5px 0 0;
  -webkit-transition: all 0.1s linear 0.23s;
  transition: all 0.1s linear 0.23s;
}

/* .btn-menu span:nth-child(2) {
  width: 15px;
} */

.btn-menu span.first {
  margin-top: 0;
}

.hidden-menu-ticker:checked~.btn-menu,
.hidden-menu-ticker:checked~.hidden-menu {
  left: 0;
}

.hidden-menu-ticker:checked~.btn-menu span.first {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.cartinfo__size{
  margin-bottom: 20px;
}
.cartinfo__size--cap{
  margin-right: 10px;
}
.hidden-menu-ticker:checked~.btn-menu span.second {
  opacity: 0;
}

.hidden-menu-ticker:checked~.btn-menu span.third {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -9px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.hidden-menu select {
  margin-left: 5px;
  outline: 0;
  background: 0 0;
  border: 0;
  font-weight: 700;
}

.headInsta {
  margin-right: 45px;
}

.headLog--hov {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 53px;
  background: #fff;
  display: none;
  line-height: 53px;
}

.headLog:hover .headLog--hov {
  display: block;
}

.remodal-close {
  left: auto;
  right: 0;
}

.pop {
  width: 450px;
  height: auto;
}

.pop__reg--cap {
  color: #3d3d3d;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  letter-spacing: 0.24px;
  font-family: PlayfairDisplay;
}

.main__slider .slick-dots li.slick-active button,
.pop__reg--form--soc {
  font-family: OpenSans-Bold;
}

.pop__reg--subcap {
  color: #181818;
  font-size: 14px;
  font-weight: 300;
}

.pop__reg--subcap a {
  color: #f76d8a;
  font-size: 14px;
  font-weight: 300;
}

.pop__reg--subcap a:hover {
  color: #181818;
}

.pop__reg--form {
  margin-top: 30px;
}

.pop__reg--form form {
  width: 100%;
}

.pop__reg--form form label {
  display: block;
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 5px;
}

.pop__reg--form form input {
  width: 100%;
  display: block;
  border: 1px solid #8e8e8e;
  background: 0 0;
  height: 43px;
  outline: 0;
  margin-bottom: 15px;
  padding-left: 15px;
}

.pop__reg--form--rem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 40px;
}

.pop__reg--form--rem input[type="checkbox"] {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #8e8e8e;
  background: 0 0 !important;
  position: relative;
  top: 3px;
  margin-bottom: 0;
  margin-right: 8px;
}

.pop__reg--form--rem a {
  position: relative;
  top: 3px;
}

.pop__reg--form input[type="button"] {
  background-color: #f76d8a;
  width: 194px;
  height: 48px;
  line-height: 46px;
  color: #fff;
  margin: 0 auto;
  border: 1px solid transparent;
  padding-left: 0;
  cursor: pointer;
}

.socpopformface,
.socpopforminsta {
  height: 18px;
  display: inline-block;
}

.pop__reg--form input[type="button"]:hover {
  background-color: transparent;
  border: 1px solid #181818;
  color: #181818;
}

.pop__reg--form--soc {
  margin-top: 30px;
  color: #181818;
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.14px;
}

.pop__reg--form--soc a {
  margin-left: 20px;
}

.socpopformface {
  width: 9px;
  background: url(../img/face.png) no-repeat;
}

.socpopformface:hover {
  background: url(../img/face-h.png) no-repeat;
}

.socpopforminsta {
  width: 18px;
  background: url(../img/insta.png) no-repeat;
}

.socpopforminsta:hover {
  background: url(../img/insta-h.png) no-repeat;
}

.pop__reg--subcapspan {
  max-width: 280px;
  display: inline-block;
  margin: 0 auto;
}

.sebInput {
  margin-top: 40px !important;
  display: inline-block;
}

.wolrdMenu {
  height: 0 !important;
  display: inline-block !important;
  margin: 0 !important;
  background: 0 0 !important;
}

.block_mainSlider {
  position: relative;
  margin-top: 0;
}

.main__slider__wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main__slider2 {
  display: inline-block;
  width: 25%;
  position: relative;
}

.main__slider2:after {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.main__slider {
  display: inline-block;
  height: 80vh;
  width: 75%;
}

.main__slider .slick-dots {
  bottom: -25px !important;
  text-align: right;
  position: relative;
  right: -250px;
}

.msArr-left,
.msArr-right {
  bottom: -45px;
  z-index: 2;
  cursor: pointer;
  outline: 0;
}

.main__slider .slick-dots li button:before,
.main__slider .slick-dots li.slick-active button:before {
  display: none !important;
}

.main__slider .slick-dots li button {
  color: #181818;
  font-size: 14px;
  font-weight: 300;
}

.main__slider .msArr-right {
  right: -300px;
}

.main__slider .msArr-left {
  right: -100px !important;
}

.main__slider--item {
  height: 80vh;
  overflow: hidden;
}

.main__slider--item--active {
  background-size: cover !important;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  background-position: 100% !important;
}

.main__slider--item--active a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 14px 25px;
  background-color: #f76d8a;
  position: absolute;
  top: 50%;
  left: 60%;
  border: 1px solid transparent;
}

.main__slider--item--active a img {
  display: inline-block;
  margin-left: 20px;
}

.main__slider--item--active a:hover {
  background: #ed4568;
}

.main__slider--item--inactive {
  background-size: cover !important;
  height: 100%;
  float: right;
  position: relative;
  background-position: 50% 50% !important;
}

.main__slider--item--inactive:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.msArr-left,
.msArr-left:hover,
.msArr-right,
.msArr-right:hover {
  width: 32px;
  height: 13px;
  border: none;
}

.msArr-left {
  position: absolute;
  right: 300px !important;
  background: url(../img/sliarr.png) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.msArr-left:hover {
  background: url(../img/sliarr-h.png) no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.msArr-right {
  position: absolute;
  right: 100px;
  background: url(../img/sliarr.png) no-repeat;
}

.msArr-right:hover {
  background: url(../img/sliarr-h.png) no-repeat;
}

.soclinkContent {
  position: relative;
  max-width: 500px;
  position: relative;
    top: -20px;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-top: 30px;
}

.soclinkContentinst {
  margin-right: 40px;
  display: inline-block;
}

.main__slider .slick-dots li button:focus,
.slick-dots li button:hover {
  color: #f76d8a;
}

.insta__img {
  width: 100%;
  height: 310px;
  margin: 0 !important;
  cursor: pointer;
}

.insta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.insta__img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.insta__slider--wrap {
  position: relative;
  margin-top: 120px;
}

.insta__slider--wrap--left,
.insta__slider--wrap--right {
  height: 310px;
  background: #fff;
  position: absolute;
  z-index: 1;
}

.insta__slider--wrap--left {
  width: 316px;
  top: 0;
  left: 0;
  padding-left: 144px;
}

.insta__slider--wrap--right {
  width: 314px;
  bottom: 3px;
  right: 0;
  padding-right: 144px;
}

.insta__slider .msArr-left,
.insta__slider .msArr-right {
  bottom: 145px;
}

.insta__slider .msArr-left {
  right: 300px !important;
}

.insta__over--cap {
  color: #181818;
  font-family: PlayfairDisplay;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  max-width: 255px;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
}

.insta__over--cap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 40px;
  background: #181818;
}

.insta__over--cyf {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.insta__over--cyf span {
  display: block;
  color: #282828;
  font-size: 18px;
  font-family: OpenSans-Bold;
}

.copyright__wrap,
.footer__main {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
}

.insta__over--main {
  max-width: 255px;
  margin: 25px auto 60px;
}

.insta__over--main img {
  margin-right: 12px;
  position: relative;
  top: 4px;
}

.insta__slider .slick-dots li.slick-active button:before {
  font-size: 40px;
}

.insta__slider .slick-dots li button:before {
  font-size: 30px;
}

.insta__slider .slick-dots {
  bottom: -30px;
}

footer {
  background: #181818;
  padding: 40px 0 0;
}

.footer__logo {
  text-align: center;
}

.footer__logo img {
  width: 64px;
  height: 55px;
}

.footer__main {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.footer__main--item .selmiobmail,
.footer__main--item .selvalmob {
  margin-bottom: 55px;
}

.cat1.cat .productlabel {
  background-color: #9927c9;
  position: relative;
  line-height: 10px;
  top: inherit;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
}

.cat1.cat .productlabel.label-sale {
  background: #f05e5e;
}



.footer__main--item .selvalmob select {
  margin-left: 10px;
  background: #181818;
  border: none;
  color: #fff;
  font-weight: 700;
  font-family: OpenSans-Bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0px 30px 0px 0px;
  color: white;
  font-size: 16px;
  background-image: url("http://mrvls.com/clients/mrvls/2018/kartotek/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 7px);
  background-size: 20px;
}

.footer__main--item ul {
  padding-left: 0;
}

.footer__main--item ul li {
  list-style: none;
  color: #fff;
  line-height: 40px;
}

.footer__main--item ul li a {
  color: #fff;
}

.footer__main--item ul li a:hover {
  color: #f76d8a;
}

.footer__main--item--cap {
  color: #fff;
  font-family: OpenSans-Bold;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 28px;
}

.footer__main--item--text {
  width: 252px;
  height: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 20px;
}

.footer__main--item--form {
  position: relative;
}

.footer__main--item--form form input {
  width: 370px;
  height: 44px;
  border: 1px solid #8e8e8e;
  outline: 0;
  background: 0 0;
  color: #fff;
  padding-left: 15px;
}

.footer__main--item--form form .inputBtn {
  width: 110px;
  height: 36px;
  background-color: #f76d8a;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 4px;
  right: 4px;
}

.footer__main--item--form form .inputBtn:hover {
  background: #ed4568;
}

.footer__copyright {
  margin-top: 30px;
  padding: 22px 0 28px;
  background: #fff;
}

.copyright__wrap {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright__wrap--item,
.copyright__wrap--item a {
  color: #181818;
  font-size: 14px;
  font-weight: 300;
}

.copyright__wrap--item a:hover {
  color: #f76d8a;
}

.copyright__wrap--item img {
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.main__info {
  margin-top: 30px;
}

.info__flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.look,
.top {
  -webkit-box-align: center;
}

.info__flex--item {
  width: 490px;
  height: 490px;
  position: relative;
}

.info__flex--item:hover .info__flex--over {
  display: block;
}

.info__flex--over {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.info__flex--over .stnR {
  position: absolute;
  top: 44%;
  left: 28%;
}

.stnR {
  background-color: #f76d8a;
  padding: 15px 30px;
  color: #fff;
}

.stnR:hover {
  color: #fff;
  background: #ed4568;
}

.info__text--cap:after,
.top__cart--cap:after {
  height: 1px;
  background: #181818;
  left: 0;
  content: "";
}

.stnR img {
  margin-left: 20px;
}

.info__text {
  position: absolute;
  top: 44%;
  right: 25px;
}

.info__text--cap {
  color: #181818;
  font-family: PlayfairDisplay;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}

.top__cart--cap,
.top__cont--cap {
  color: #181818;
  font-family: PlayfairDisplay;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.info__text--cap:after {
  position: absolute;
  bottom: -15px;
  width: 40px;
  right: 0;
  margin: 0 auto;
}

.info__text--text {
  margin-top: 30px;
  text-align: center;
  color: #000;
  font-weight: 700;
}

.top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 120px;
}

.top__cart {
  width: 50%;
}

.top__cart--cap {
  padding-left: 90px;
  position: relative;
  margin-bottom: 55px;
}

.top__cart--cap:after {
  position: absolute;
  top: 18px;
  width: 70px;
}

.top__slider .msArr-left {
  right: auto;
  left: 0;
}

.top__slider .msArr-right {
  right: 0;
}

.top__cont {
  width: 50%;
  height: 630px;
  position: relative;
  margin-left: 60px;
  padding-left: 70px;
}

.top__cont--cap {
  margin-top: 195px;
}

.top__cont--sub {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 300;
  margin-top: 15px;
  font-family: OpenSans-Regular;
  text-transform: none;
}

.cart__product--name,
.cart__product--oldPrice,
.top__slider .slick-dots li.slick-active button {
  font-family: OpenSans-Bold;
}

.top__cont--link {
  margin-top: 160px;
}

.cart__product {
  width: 270px;
  position: relative;
}

.cart__product:hover .cart__product--focus {
  display: block;
}

.cart__product--img {
  width: 100%;
  height: 377px;
}

.cart__product--img img {
  width: 100%;
  height: 100%;
}

.cart__product--name {
  color: #181818;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  max-width: 195px;
  margin-top: 15px;
}

.cart__product--size {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 15px;
}

.cart__product--price {
  margin-top: 15px;
  color: #181818;
  font-size: 14px;
  line-height: 22px;
}

.cart__product--price span {
  font-family: OpenSans-Bold;
  font-size: 18px;
  margin-right: 5px;
}

.cart__product--oldPrice {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 22px;
  display: inline-block;
  margin-left: 8px;
  text-decoration: line-through;
}

.cart__product--focus {
  width: 100%;
  height: 377px;
  /*background: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  display: block;
}

.productlabel {
  position: absolute;
  padding: 7px 15px;
  top: 20px;
  color: #fff;
  font-size: 12px;
  display: none;
}

.label-top {
  background: #26bc4f;
}

.label-sale {
  background: #f05e5e;
}

.label-new {
  background-color: #9927c9;
}

.product__focus--heart {
  width: 33px;
  height: 33px;
  background: #fff;
  position: absolute;
  top: 5px;
  right: 12px;
}

.product__focus--heart .headHer {
  top: 8px;
  left: 7px;
}
.cart__product:hover .product__focus--link {
	display: block;
}
.product__focus--link {
  position: absolute;
  top: 40%;
  display: none;
  text-align: center;
  left: 28%;
}

.stnW {
  padding: 11px 35px;
  background: #fff;
  color: #000;
}

.stnW:hover {
  background: #f76d8a;
  color: #fff;
}

.top__slider--item {
  outline: 0;
}

.top__slider .slick-dots li button {
  color: #181818;
  font-size: 14px;
  font-weight: 300;
}

.top__slider .slick-dots li button:before {
  display: none;
}

.cert__flex,
.look {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.cert__cap,
.look__text--cap {
  font-family: PlayfairDisplay;
  text-transform: uppercase;
}

.top__slider .slick-dots {
  bottom: -35px;
}

.top__slider .slick-dots li button:hover {
  color: #f76d8a;
}

.look {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.look__slider {
  width: 50%;
}

.look__slider--item {
  height: 800px;
}

.look__slider--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.look__slider .msArr-left,
.look__slider .msArr-right {
  bottom: auto;
  top: 50%;
  width: 60px;
  height: 40px;
  background: #fff;
}

.look__slider .msArr-left:hover,
.look__slider .msArr-right:hover {
  background: #f76d8a;
}

.look__slider .msArr-left:hover img:first-child,
.look__slider .msArr-right:hover img:first-child {
  display: none;
}

.look__slider .msArr-left:hover img:last-child,
.look__slider .msArr-right:hover img:last-child {
  display: block;
}

.look__slider .msArr-left img:last-child,
.look__slider .msArr-right img:last-child {
  display: none;
  left: 10px;
}

.look__slider .msArr-left {
  left: 0;
  right: auto;
}

.look__slider .msArr-left img {
  position: relative;
  top: 0;
}

.look__slider .msArr-right {
  right: 0;
}

.look__slider .msArr-right img {
  position: relative;
  top: 0;
}

.look__text {
  width: 50%;
  padding-left: 140px;
}

.look__text--cap {
  color: #181818;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

.look__text--text,
.stnP {
  font-size: 16px;
  font-weight: 300;
}

.rewiev__main--cap,
.rewiev__main--item {
  margin-bottom: 55px;
}

.look__text--cap:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 40px;
  height: 1px;
  content: "";
  background: #181818;
}

.look__text--text {
  color: #3e3e3e;
  line-height: 28px;
  max-width: 350px;
}

.look__text--link {
  margin-top: 55px;
}

.stnAll {
  position: relative;
  background: url(../img/sliarr.png) 125px no-repeat;
  padding-right: 80px;
}

.stnAll:hover {
  background: url(../img/pingarr.png) 125px no-repeat;
}

.cert__wrap {
  position: relative;
  margin-top: 120px;
}

.cert__rightBg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25%;
  background: #f6f6f6;
}

.cert__cap,
.cert__flex--item {
  position: relative;
}

.cert__flex {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 120px 100px;
}

.stnP {
  color: #fff;
  background-color: #f76d8a;
  padding: 14px 70px;
}

.stnP:hover {
  background-color: #ed4568;
  color: #fff;
}

.cert__cap {
  color: #181818;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.breadcrumbs a:last-child,
.mob-cat,
.rewiev__name {
  font-family: OpenSans-Bold;
}

.about__main--text,
.cert__text {
  color: #3e3e3e;
  font-weight: 300;
  font-size: 16px;
}

.cert__cap:after {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #181818;
  content: "";
}

.cert__text {
  margin-top: 50px;
  max-width: 400px;
  line-height: 28px;
}

.about__main--link,
.cert__link {
  margin-top: 55px;
}

.cert__flex--text {
  padding-left: 60px;
}

.about__rev {
  position: relative;
}

.about__rev--over {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-color: #f6f6f6;
}

.about__main,
.rewiev__main {
  width: 50%;
  position: relative;
}

.about__rev__flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__main {
  padding: 80px 80px 0 0;
}

.about__main--text {
  max-width: 500px;
  line-height: 28px;
}

.rewiev__main {
  padding: 80px 0 15px 130px;
}

.rewiev__main--cap {
  margin-top: 0;
}

.rewiev__name {
  position: relative;
  color: #181818;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
}

.rewiev__name:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #181818;
  content: "";
}

.rewiev__date {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.rewiev__text {
  margin-top: 40px;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.rewiev__text a {
  color: #f76d8a;
}

.rewiev__text a:hover {
  color: #ed4568;
}
.breadcrumbs{
  padding-top: 15px;
}
.breadcrumbs,
.page {
  margin-bottom: 30px;
}

.rewiev__link {
  margin-top: 88px;
}

.mob-cat {
  color: #181818;
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  display: none;
}

.mob-cat:after {
  position: absolute;
  top: 18px;
  right: 18px;
  background: url(../img/arrowhead.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 16px;
  content: "";
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mob-cat.active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mob-cat__menu {
  position: absolute;
  top: 0;
  right: -700px;
  background: #fff;
  width: 100%;
  height: auto;
  padding-top: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}

.thum__slider .arr__left,
.thum__slider .arr__right {
  background: 0 0;
  border: 0;
  left: 20px;
  cursor: pointer;
  outline: 0;
}

.mob-cat__menu ul {
  padding-left: 0;
  list-style: none;
}

.mob-cat__menu.active {
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.breadcrumbs a {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  margin-right: 22px;
  display: inline-block;
}

.breadcrumbs a:after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "/";
}

.breadcrumbs a:last-child {
  color: #181818;
}

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

.cartInfo,
.cart__slider__wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.page {
  margin-top: 30px;
}

.cartInfo {
  display: flex;
}

.cartInfo__slider {
  width: 560px !important;
}

.cartInfo__slider--item {
  width: 385px;
  height: 700px;
}

.cartInfo__slider--item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thum__slider--item {
  width: 80px !important;
  height: 114px;
  margin-bottom: 30px;
}

.thum__slider--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cart__slider__wrap {
  display: flex;
  width: 50%;
}

.cartinfo__term,
.cartinfo__val {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.thum__slider {
  margin-top: 60px;
  width: 100px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.cartInfo__slider {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.thum__slider .arr__left {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: -55px;
  position: absolute;
}

.thum__slider .arr__right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  bottom: 10px;
}

.cartInfo__info {
  width: 50%;
  margin-left: 60px;
  position: relative;
  padding-left: 20px;
}

.cartInfo__info:after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 70px;
  background: #181818;
  content: "";
}

.cartinfo__yesno {
  float: right;
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.cartinfo__code,
.cartinfo__num {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.cartinfo__num {
  color: #181818;
}

.cartinfo__code {
  color: #989898;
}

.cartinfo__cap {
  color: #181818;
  font-family: PlayfairDisplay;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  max-width: 450px;
}

.cartinfo__price,
.cartinfo__val--inp input {
  font-family: OpenSans-Bold;
  font-weight: 700;
  color: #282828;
}

.cartinfo__val--plus {
  width: 13px;
  height: 13px;
  background: url(../img/plus.png) no-repeat;
  cursor: pointer;
}

.cartinfo__val--plus:hover {
  background: url(../img/plus-h.png) no-repeat;
}

.cartinfo__val--minus {
  width: 13px;
  height: 13px;
  position: relative;
  top: 6px;
  background: url(../img/minus.png) no-repeat;
  cursor: pointer;
}

.cartinfo__val--minus:hover {
  background: url(../img/minus-h.png) no-repeat;
}

.cartinfo__val {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cartinfo__val--inp input {
  background: 0 0;
  border: none;
  outline: 0;
  width: 70px;
  text-align: center;
  padding-left: 0;
  font-size: 16px;
}

.cartinfo__term {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.cartinfo__color,
.cartinfo__table {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.cartinfo__price {
  font-size: 24px;
  line-height: 22px;
  margin-right: 10px;
}

.cartinfo__oldprice,
.cartinfo__price span {
  font-family: OpenSans-Regular;
  font-size: 18px;
  line-height: 22px;
}

.cartinfo__price span {
  color: #282828;
  font-weight: 300;
}

.cartinfo__oldprice {
  color: #8e8e8e;
  text-decoration: line-through;
  margin-right: 40px;
}

.cartinfo__size {
  max-width: 500px;
  margin-top: 50px;
  position: relative;
}

.cartinfo__size--error {
  position: absolute;
  top: 130px;
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  width: 158px;
  height: 53px;
  background-color: #fff;
  text-align: center;
  z-index: 1;
  line-height: 53px;
  -webkit-box-shadow: 0 1px 3px rgba(40, 40, 40, 0.1);
  box-shadow: 0 1px 3px rgba(40, 40, 40, 0.1);
}

.cartinfo__size--cap {
  color: #181818;
  font-family: OpenSans-Bold;
  font-size: 14px;
  font-weight: 700;
  float: left;
  vertical-align: top;
}

.cartinfo__size--sub,
.cartinfo__table--item {
  color: #181818;
  font-weight: 300;
  font-size: 14px;
}
.cartinfo__size--sub a {
  text-decoration: underline;
}
.cartinfo__size--sub {
  vertical-align: top;
}

.cartinfo__table {
  max-width: 500px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cartinfo__table--item {
  width: 81px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e7e7e7;
  cursor: pointer;
}

.cartinfo__table--item:hover {
  background: #f76d8a;
  color: #fff;
}

.cartinfo__table--item.active {
  background: #181818;
  color: #fff;
}

.cartinfo__color__cap {
  color: #181818;
  font-family: OpenSans-Bold;
  font-size: 14px;
  font-weight: 700;
  margin-top: 34px;
}

.addBas,
.addHeart {
  font-size: 16px;
  font-weight: 300;
  width: 190px;
  height: 45px;
  text-align: center;
  cursor: pointer;
}

.cartinfo__color {
  display: flex;
  margin-top: 20px;
}

.cartinfo__color--item {
  margin-right: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 3px 3px 0;
}

.cartinfo__color--item.active {
  border: 1px solid #181818;
  padding: 3px 3px 0;
}

.cartinfo__color--item:hover {
  border: 1px solid #999;
  padding: 3px 3px 0;
}

.cartinfo__link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

.added,
.cart__tabs__content {
  display: none;
}

.addBas {
  color: #fff;
  background-color: #f76d8a;
  border: none;
}

.addBas:hover {
  background-color: #ed4568;
}

.addBas.active {
  background: #23da29;
  color: #fff;
  border: 1px solid transparent;
}
.addBas.active:hover {
  background: #23da29;
  color: #fff;
  border: 1px solid transparent;
}
.addHeart {
  color: #181818;
  border: 1px solid #181818;
  background-color: #fff;
  margin-left: 30px;
}
.breadcrumbs__mob{
  padding-top: 5px;
}
.breadcrumbs__mob,
.cart__tabs__caption li {
  font-weight: 700;
  font-family: OpenSans-Bold;
}

.addHeart:hover {
  background: #9927c9;
  color: #fff;
  border: 1px solid transparent;
}

.added img {
  margin-right: 10px;
  width: 19px !important;
  height: 12px !important;
}

button {
  outline: 0;
}

.breadcrumbs__mob {
  display: none;
  color: #181818;
  font-size: 12px;
}

.breadcrumbs__mob img {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 20px;
  height: 11px;
  position: relative;
  top: 2px;
}

.cart__content {
  margin-top: 50px;
}

.cart__tabs__content.active {
  display: block;
}

.cart__tabs__caption {
  padding-left: 0;
  border-bottom: 1px solid #e7e7e7;
}

.cart__tabs__caption li {
  display: inline-block;
  list-style: none;
  color: #8e8e8e;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-right: 50px;
  cursor: pointer;
}

.cart__tabs__caption li.active {
  color: #181818;
  border-bottom: 4px solid #181818;
}

.cart__tabs--text {
  max-width: 80%;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 40px;
}

.cart__rewiev {
  padding-bottom: 55px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
}

.cart__rewiev--flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.cart__rewiev--form {
  width: 25%;
}

.cart__rewiev--item {
  width: 70%;
}

.cart__rewiev--cap {
  margin-bottom: 40px;
  color: #181818;
  font-size: 18px;
  font-weight: 700;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
}

.cart__rewiev--form form label {
  display: block;
  margin-bottom: 8px;
  color: #181818;
  font-size: 14px;
  font-weight: 300;
}

.cart__rewiev--form form input {
  outline: 0;
  width: 100%;
  background: 0 0;
  border: 1px solid #181818;
  height: 40px;
}

.cart__rewiev--form form textarea {
  outline: 0;
  width: 100%;
  background: 0 0;
  border: 1px solid #181818;
  height: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cart__rewiev--form form input[type="button"] {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  width: 190px;
  height: 45px;
  background-color: #f76d8a;
  text-align: center;
  border: 0;
  padding-left: 0;
  cursor: pointer;
}

.cart__rewiev--form form input[type="button"]:hover {
  background: #ed4568;
  border: 0;
}

.catalog__sort--list,
.sort--price {
  border-bottom: 1px solid #e7e7e7;
}

.revFormItem {
  margin-bottom: 25px;
}

.more__rewiev a {
  color: #f76d8a;
}

.more__rewiev a:hover {
  color: #ed4568;
}

.more__rewiev a img {
  margin-left: 10px;
}

.more__rewiev.active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cart__more {
  margin: 120px 0 150px;
  padding-top: 70px;
  position: relative;
}

.cart__more--over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #f6f6f6;
}

.more__slider .slick-dots li button:before {
  color: transparent;
}

.more__slider .cart__product {
  margin: 0 auto;
}

.more__slider .slick-dots li button {
  font-size: 14px;
  color: #181818;
}

.more__slider .slick-dots li.slick-active button:before {
  display: none;
}

.more__slider .slick-dots {
  bottom: -65px;
  width: max-content;
  left: 50%;
  transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  -o-transform: translate(-50%,0%);
}

.more__slider .slick-dots li.slick-active button {
  font-size: 14px;
  color: #181818;
  font-family: OpenSans-Bold;
}

.more__slider .msArr-left {
  right: auto !important;
  bottom: 3px;
  left: -38px;
}

.more__slider .msArr-right {
  right: -38px;
  bottom: 3px;
}

.cart__more--cap {
  left: 60px;
  position: relative;
}

.catalog__banner {
  width: 100%;
  height: 380px;
  position: relative;
  padding-left: 200px;
  padding-top: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.catalog__banner--cap {
  color: #181818;
  font-family: PlayfairDisplay;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.catalog__sort--cap,
.catalog__sort--list ul li.active {
  font-family: OpenSans-Bold;
}

.catalog__banner--cap:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #181818;
  content: "";
}

.catalog__banner--text {
  margin-top: 40px;
}

.catalog__content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.catalog__sort {
  width: 270px;
  height: 100%;
  border: 1px solid #e7e7e7;
  padding: 30px 20px;
}

.catalog__sort--cap {
  color: #181818;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.catalog__sort--list ul {
  padding-left: 0;
  list-style: none;
}

.catalog__sort--list ul li a {
  margin-bottom: 15px;
  display: inline-block;
}

.catalog__sort--price,
.sort__price--content .cartinfo__color {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.catalog__sort--list ul li.active span {
  font-family: OpenSans-Regular;
}

.catalog__sort--list ul li span {
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 300;
}

.catalog__sort--list .sub__list,
.catalog__sort--list .sub__list__sec {
  padding-left: 15px;
}

.catalog__sort--price {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.sort__price--cap {
  color: #181818;
  font-family: OpenSans-Bold;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.sort__price--cap span {
  font-family: OpenSans-Light;
  font-weight: 300;
  text-transform: none;
}

.sort__price--open {
  cursor: pointer;
  font-size: 30px;
  position: relative;
  top: -7px;
}

.sort__price--open:hover {
  color: #f76d8a;
}

.prod__sort--cap,
.sort__price--content label {
  color: #181818;
  text-transform: uppercase;
  vertical-align: center;
}

.sort__price--open.active .sort__price--open--plus {
  display: none;
}

.sort__price--open .sort__price--open--plus,
.sort__price--open.active .sort__price--open--minus {
  display: block;
}

.sort__price--open .sort__price--open--minus {
  display: none;
}

.sort__price--content {
  display: block;
}

.sort--price {
  padding-bottom: 30px;
}

.sort__price--content input {
  height: 30px;
  width: 80px;
  margin-left: 10px;
  text-align: center;
  padding-left: 0;
  outline: 0;
}

.sort__price--content label[for="to"] {
  margin-left: 38px;
}

.sort__price--content .cartinfo__color {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sort__price--content .cartinfo__color div:nth-child(6n + 6) {
  margin-right: 0;
}

.sort__price--content .cartinfo__color--item {
  margin-right: 22px;
  margin-bottom: 10px;
}

.sort__price--content input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: center;
}

.sort__price--content label {
  font-size: 14px;
  font-weight: 300;
}

.sort__chek {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.prod__sort--cap,
.prod__sort--val,
.sort__text--cap,
.sort__text--new,
.sort__text--price,
.sort__text--top {
  display: inline-block;
}

.sort__chek--item {
  width: 50%;
  margin-bottom: 20px;
  position: relative;
}

.sort__chek--item input,
.sort__chek--item label {
  cursor: pointer;
}

.sort__chek--item label {
  position: absolute;
  top: 1px;
  left: 35px;
}

#slider-range {
  margin-top: 30px;
  height: 5px;
  background-color: #e7e7e7;
  border: 0;
}

.ui-slider-horizontal .ui-slider-range {
  background-color: #f76d8a;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background-color: #f76d8a !important;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #f76d8a !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px !important;
  outline: 0;
}

.reset__filter {
  text-align: center;
  margin-top: 30px;
}

.reset__filter img {
  margin-right: 10px;
}

.prod__sort {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}

.prod__sort--cap {
  font-family: PlayfairDisplay;
  font-size: 24px;
  font-weight: 700;
}

.prod__sort--val {
  margin-left: 15px;
  vertical-align: center;
}

.prod__sort--val span {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 300;
}

.prod__sort--page {
  vertical-align: bottom;
  position: absolute;
  top: 8px;
  right: 0;
}

.prod__sort--page span {
  color: #181818;
  font-size: 14px;
  font-weight: 300;
}

.catalog__prod {
  margin-left: 30px;
  width: 78%;
}

.sort__text {
  position: relative;
  margin-top: 15px;
}

.sort__text--cap {
  color: #181818;
  font-family: OpenSans-Bold;
  font-size: 14px;
  font-weight: 700;
}

.pagination__item a,
.pagination__val span {
  color: #181818;
  font-weight: 300;
  font-size: 14px;
}

.sort__text--new {
  font-size: 14px;
  margin-left: 40px;
}

.sort__text--new a.active img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 5s;
  transition: 5s;
}

.sort__text--new img {
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sort__text--new:hover img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sort__text--price {
  font-size: 14px;
  margin-left: 40px;
}

.sort__text--price a.active img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 5s;
  transition: 5s;
}

.sort__text--price img {
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sort__text--price:hover img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sort__text--top {
  font-size: 14px;
  margin-left: 40px;
}

.sort__text--top a.active img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 5s;
  transition: 5s;
}

.sort__text--top img {
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sort__text--top:hover img {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sort__text--showmore {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}

.sort__grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 48px;
}

.sort__grid--item {
  margin-bottom: 25px;
}

.pagination {
  margin-top: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination__show {
  font-size: 14px;
}

.pagination__item .msArr-left {
  position: relative;
  top: 2px;
  left: 0;
}

.pagination__item .msArr-right {
  position: relative;
  top: 2px;
  right: 0;
}

.pagination__item a {
  margin: 0 15px;
  display: inline-block;
}

.cat__seo--cap,
.pagination__item a.active {
  font-weight: 700;
  font-family: OpenSans-Bold;
}

.pagination__item a:hover {
  color: #f76d8a;
}

.pagination__item a.active {
  color: #181818;
  font-size: 14px;
}

.cat__seo__text {
  margin: 120px 0 100px;
  max-width: 80%;
}

.cat__seo--cap {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 28px;
}

.main__sort__mob,
.main__sort__mob img,
.sort__text--mob {
  display: none;
}

.main__sort__mob img.active {
  display: block;
}

.main__sort__mob__list {
  position: absolute;
  width: 100%;
  height: auto;
  top: 40px;
  display: none;
  background: #fff;
  z-index: 1;
}

.main__sort__mob__list.active {
  display: block;
}

.personal__tabs__content {
  display: none;
}

.personal__tabs__content.active {
  display: block;
}

.personal__heading,
.personal__tabs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.personal__exit {
  font-size: 14px;
}

.personal__exit a {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 300;
}

.personal__exit a:hover {
  color: #f76d8a;
}

.personal__link ul li,
.personal__link ul li.active {
  color: #181818;
  font-size: 16px;
  text-transform: uppercase;
}

.personal__exit a img {
  margin-right: 7px;
  position: relative;
  top: 1px;
}

.personal__heading {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.personal__heading .top__cart--cap {
  margin-bottom: 0;
}

.personal__tabs {
  display: flex;
}

.personal__info {
  padding-left: 80px;
  width: 79%;
}

.personal__link {
  padding-top: 45px;
  padding-left: 40px;
  background: #f6f6f6;
  width: 270px;
  height: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.personal__link ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.personal__link ul li {
  font-weight: 300;
  margin-bottom: 36px;
  padding: 2px 0 2px 30px;
  cursor: pointer;
}

.personal__link ul li.active {
  font-family: OpenSans-Bold;
  font-weight: 700;
}

.email:hover,
.iz:hover,
.ld:hover,
.mz:hover {
  color: #f76d8a;
}

.ld {
  background: url(../img/ld.png) no-repeat;
}

.ld.active,
.ld:hover {
  background: url(../img/ld-h.png) no-repeat;
}

.mz {
  background: url(../img/mz.png) no-repeat;
}

.mz.active,
.mz:hover {
  background: url(../img/mz-h.png) no-repeat;
}

.iz {
  background: url(../img/iz.png) no-repeat;
}

.iz.active,
.iz:hover {
  background: url(../img/iz-h.png) no-repeat;
}

.email {
  background: url(../img/email.png) 0 4px no-repeat;
}

.email.active,
.email:hover {
  background: url(../img/email-h.png) 0 4px no-repeat;
}

.personal__data {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personal__data--cap {
  color: #181818;
  font-family: PlayfairDisplay;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.18px;
  margin-bottom: 30px;
}

.personal__data label {
  display: block;
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.close__iz,
.personal__mail--cap {
  font-size: 18px;
  font-weight: 700;
  font-family: OpenSans-Bold;
}

.personal__data input {
  margin-bottom: 30px;
  width: 307px;
  height: 40px;
  border: 1px solid #8e8e8e;
  outline: 0;
}

.personal__data input[type="button"] {
  color: #fff;
  text-align: center;
  width: 190px;
  height: 45px;
  background-color: #f76d8a;
  cursor: pointer;
  border: 0;
  padding-left: 0;
}

.personal__data input[type="button"]:hover {
  background-color: #ed4568;
}

.personal__data--right {
  margin-left: 80px;
}

.close__iz {
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}

.close__iz:hover {
  color: #ed4568;
}

.sort__grid .close__iz {
  display: block !important;
}

.personal__mail--cap {
  color: #181818;
  line-height: 22px;
  letter-spacing: 0.18px;
  margin-bottom: 50px;
}

.personal__mail--form label {
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  line-height: 46px;
  display: block;
  margin-bottom: 10px;
}

.personal__mail--form input[type="email"] {
  width: 307px;
  height: 40px;
  border: 1px solid #8e8e8e;
  margin-bottom: 30px;
  display: block;
}

.personal__mail--form span {
  width: 100%;
  max-width: 500px;
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.personal__mail--form input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.personal__mail--form input[type="button"] {
  color: #fff;
  text-align: center;
  width: 190px;
  height: 45px;
  background-color: #f76d8a;
  cursor: pointer;
  border: 0;
  padding-left: 0;
  display: block;
  margin-top: 50px;
}

.personal__mail--form input[type="button"]:hover {
  background-color: #ed4568;
}

.my__item--heading:nth-child(2n + 2),
.my__one--right {
  background: #f6f6f6;
}

.my__item--heading {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.my__heading {
  width: 100px;
  text-align: left;
  padding: 12px 0;
}

.my__heading span {
  color: #181818;
  font-family: OpenSans-Bold;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.my--item--cap {
  color: #181818;
  font-family: OpenSans-Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.64px;
}

.my__item--mob {
  display: none;
}

.my__item--mob--item span,
.my__item--stat {
  display: inline-block;
  width: 100px;
}

.my__item--mob--cap {
  margin-top: 40px;
  background: #f6f6f6;
  padding: 12px 10px;
}

.my__item--mob--cap a {
  color: #181818;
  font-size: 14px;
}

.my__item--mob--cap span {
  font-family: OpenSans-Bold;
  font-size: 14px;
}

.my__item--mob--item {
  color: #959595;
  font-size: 14px;
  font-weight: 300;
  line-height: 48px;
}

.my__item--stat {
  color: #282828;
  font-family: OpenSans-Bold;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
}

.my__item--stat span {
  display: inline;
  font-weight: 300;
  font-family: OpenSans-Regular !important;
}

.my__item--mob--item div {
  padding-left: 10px;
}

.my__one--flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my__one--left {
  width: 50%;
}

.my__one--left--cap {
  font-size: 14px;
}

.my__one--left--cap img {
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 3px;
}

.my__one--detal {
  margin-top: 80px;
}

.my__one--detal--cap {
  color: #3d3d3d;
  font-family: OpenSans-Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  margin-bottom: 40px;
}

.my__one--detal--cap span {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 300;
  font-family: OpenSans-Regular;
  line-height: 45px;
  letter-spacing: 0.56px;
}

.my__one--info {
  font-size: 14px;
}

.my__one--info span {
  width: 150px;
  display: inline-block;
}

.has__item,
.has__item--val {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.my__one--info .my__item--stat {
  vertical-align: top;
  width: 200px;
  line-height: 22px;
}

.my__one--info .my_item_info {
  margin-bottom: 20px;
}

.my__one--right {
  width: 50%;
  padding: 0 20px;
}

.my__one--right--cap {
  color: #181818;
  font-family: PlayfairDisplay;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin: 30px 0;
  text-align: center;
}

.has__item {
  display: flex;
  background: #fff;
  padding: 15px;
  margin-bottom: 25px;
}

.has__item--cap,
.has__item--price {
  color: #181818;
  font-family: OpenSans-Bold;
  font-weight: 700;
  margin-bottom: 20px;
}

.has__item--img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.has__item--img img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.has__item--cap {
  font-size: 12px;
  line-height: 19.03px;
  text-transform: uppercase;
}

.has__item--price {
  font-size: 16px;
  line-height: 17.44px;
}

.has__item--price span {
  font-family: OpenSans-Regular;
  font-weight: 300;
}

.has__item--val {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 300;
  line-height: 19.03px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog__grid--linkdate,
.html404 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.has__item--val span {
  font-family: OpenSans-Bold;
  font-weight: 700;
  color: #181818;
}

.has__item--val--item {
  margin-right: 30px;
}

.has__item--val--item span img {
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
}

.pagination__item {
  margin: 0 auto;
}

.search__form input[type="text"],
.search__form select {
  border: 1px solid #8e8e8e;
  background-color: #fff;
  margin-right: 30px;
  font-size: 14px;
  height: 40px;
}

.search__form input[type="text"] {
  width: 350px;
  outline: 0;
}

.search__form select {
  width: 220px;
}

.search__form input[type="button"] {
  width: 100px;
  height: 40px;
  background-color: #f76d8a;
  text-align: center;
  padding-left: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
}

.search__form input[type="button"]:hover {
  background-color: #ed4568;
}

.html404 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 120px;
}

.html404__img {
  width: 400px;
  height: 550px;
}

.html404__img img {
  width: 100%;
  height: 100%;
}

.html404__text--cap {
  color: #181818;
  font-family: PlayfairDisplay;
  font-size: 211px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.html404__text--sub,
.html404__text--text {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 28px;
}

.html404__text--sub {
  font-family: OpenSans-Bold;
  font-weight: 700;
  letter-spacing: 0.16px;
  margin-bottom: 30px;
}

.blog__grid--cap,
.thanks__cap {
  font-family: PlayfairDisplay;
  text-transform: uppercase;
}

.html404__text--text {
  font-weight: 300;
  max-width: 400px;
  margin-bottom: 50px;
}

.thanks {
  padding: 150px;
  background: #f6f6f6;
  margin: 50px auto 120px;
  max-width: 770px;
}

.single__blog--text ul li:before,
.thanks__cap:after {
  background: #181818;
  content: "";
}

.thanks__cap {
  color: #181818;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}

.blog__text,
.thanks__text {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.thanks__cap:after {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 1px;
}

.thanks__text {
  max-width: 330px;
  margin: 0 auto;
}

.blog__text {
  max-width: 75%;
  letter-spacing: 0.16px;
}

.blog {
  margin-bottom: 120px;
}

.blog__grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
}

.blog__grid--item {
  width: 370px;
  margin-bottom: 30px;
}

.blog__grid--cap,
.blog__grid--img,
.blog__grid--text {
  margin-bottom: 20px;
}

.blog__grid--img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__grid--cap {
  color: #161616;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.18px;
}

.blog__grid--text {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.14px;
}

.blog__grid--linkdate {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.discount__cont--flex,
.single__another--cap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.blog__grid--link a {
  color: #f76d8a;
  font-size: 14px;
  font-weight: 300;
}

.blog__grid--link a:hover {
  color: #ed4568;
}

.blog__grid--date,
.single__blog--date {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 300;
}

.blog__grid--link a img {
  margin-left: 15px;
  position: relative;
  top: 2px;
}

.singleblog {
  margin-bottom: 0;
}

.single__blog {
  margin-bottom: 120px;
}

.single__blog--cont {
  padding: 0 180px;
}

.single__blog--img {
  height: 400px;
}

.single__blog--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single__blog--cap {
  margin-top: 30px;
}

.single__blog--date {
  margin-top: 20px;
}

.single__blog--text {
  margin-top: 50px;
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.16px;
}

.single__blog--text ul li {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
  line-height: 22px;
}

.single__blog--text ul li:before {
  position: absolute;
  top: 10px;
  left: -25px;
  width: 16px;
  height: 1px;
}

.single__blog--text img {
  width: 100%;
}

.single__blog--link {
  margin-top: 50px;
}

.single__blog--link img {
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: 1px;
}

.single__blog--link a {
  color: #f76d8a;
}

.single__blog--link a:hover {
  color: #ed4568;
}

.discount__cont--sub,
.discount__cont--text {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 28px;
}

.single__another {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 120px;
}

.single__another--cap {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single__another--cap .top__cart--cap {
  margin-bottom: 0;
}

.single__another--cap img {
  margin-left: 15px;
  position: relative;
  top: 2px;
}

.single__another--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  margin-top: 70px;
  justify-items: center;
}

.lookbook__grid,
.singlelook__grid {
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
}

.discount__cont--sub {
  font-family: OpenSans-Bold;
  font-weight: 700;
  margin-bottom: 40px;
}

.discount__cont--text {
  font-weight: 300;
  max-width: 75%;
}

.discount__cont--flex {
  margin-top: 80px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.discount__item {
  text-align: center;
  margin-bottom: 25px;
}

.discount__item--per {
  margin: 0 auto 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background-color: #f76d8a;
  color: #fff;
  font-family: OpenSans-Bold;
  font-size: 24px;
  font-weight: 700;
}

.contact__sub,
.discount__item--text,
.partner__sub {
  line-height: 28px;
}

.discount__item--per span {
  font-family: OpenSans-Light;
  font-weight: 300;
}

.discount__item--text span {
  font-weight: 700;
  font-family: OpenSans-Bold;
}

.discount {
  margin-bottom: 120px;
}

.contact__flex--right .contact__cap,
.contact__sub {
  margin-bottom: 30px;
}

.contact__flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
}

.contact__flex--left,
.contact__flex--right {
  width: 50%;
}

.contact__form input,
.contact__form textarea {
  width: 307px;
  border: 1px solid #8e8e8e;
  outline: 0;
}

.contact__cap {
  color: #181818;
  font-family: PlayfairDisplay;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.about__text--cap,
.contact__sub,
.partner__sub {
  font-family: OpenSans-Bold;
}

.contact__sub {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 700;
  margin-top: 60px;
}

.contact__tel a {
  margin-right: 10px;
}

.contact__mail img {
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.contact__form label {
  display: block;
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  line-height: 46px;
}

.contact__form input {
  height: 40px;
  margin-bottom: 10px;
}

.contact__form textarea {
  height: 125px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.contact__form input[type="button"] {
  padding-left: 0;
  width: 190px;
  height: 45px;
  background-color: #f76d8a;
  text-align: center;
  border: 0;
  display: block;
  color: #fff;
  cursor: pointer;
}

.about__img img,
.about__img2 img {
  height: 100%;
  max-width: 470px;
  max-height: 645px;
}

.contact__form input[type="button"]:hover {
  background: #ed4568;
}

.about__flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__item {
  width: 50%;
}

.about__img {
  text-align: right;
}

.about__img img {
  width: 100%;
}

.about__text--cap {
  color: #181818;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.about__img2 {
  text-align: left;
}

.about__img2 img {
  width: 100%;
}

.about__rewiev {
  margin: 120px 0;
}

.partner__sub {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  margin-bottom: 30px;
}

.partner {
  margin-bottom: 120px;
}

.partner__form {
  width: 100%;
  max-width: 675px;
  margin: 77px auto 0;
}

.partner__form input[type="button"] {
  padding-left: 0;
  width: 190px;
  height: 45px;
  background-color: #f76d8a;
  text-align: center;
  border: 0;
  display: block;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}

.partner__form--cap,
.partner__form--sub {
  color: #3e3e3e;
  font-weight: 700;
  line-height: 28px;
}

.partner__form input[type="button"]:hover {
  background: #ed4568;
}

.partner__form--cap {
  font-family: PlayfairDisplay;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 60px;
  text-align: center;
}

.partner__form--sub {
  font-family: OpenSans-Bold;
  font-size: 14px;
  letter-spacing: 0.16px;
  margin-bottom: 30px;
}

.partner__form--top div {
  display: inline-block;
}

.partner__form--top label {
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-right: 15px;
  display: inline-block;
}

.partner__form--top input {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  position: relative;
  top: 3px;
  display: inline-block;
}

.partner__form--flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
}

.partner__form--flex label {
  display: block;
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  line-height: 46px;
}

.cert__form--cap,
.sertificate__cap {
  font-weight: 700;
  font-family: OpenSans-Bold;
}

.partner__form--flex input {
  width: 307px;
  height: 40px;
  border: 1px solid #8e8e8e;
  outline: 0;
}

.partner__form--flex textarea {
  padding: 15px;
  width: 307px;
  height: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.sertificate {
  margin-bottom: 120px;
}

.sertificate__cap {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.16px;
}

.sertificate .cert__text {
  margin-top: 30px;
}

.cert__form__flex {
  padding-left: 0;
}

.cert__form {
  margin-top: 40px;
}

.cert__form--cap {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #181818;
  font-size: 14px;
  line-height: 22px;
}

.cert__form label {
  display: block;
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  line-height: 46px;
}

.cert__form input {
  width: 307px;
  height: 40px;
  border: 1px solid #8e8e8e;
}

.cert__form--down input[type="radio"] {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  display: inline-block;
}

.cert__form--down label {
  display: inline-block;
  margin-right: 30px;
  font-family: OpenSans-Bold;
  font-weight: 700;
}

.cert__form--down label span {
  font-family: OpenSans-Light;
  font-weight: 300;
}

.sertificate-pay .cert__flex {
  padding-top: 0;
}

.downRadio {
  display: inline-block;
}

.basket__cap,
.payandship__flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}

.payandship__flex {
  display: flex;
}

.payandship {
  margin-bottom: 120px;
}

.payandship__left {
  width: 50%;
}

.payandship__right {
  width: 50%;
  padding-left: 150px;
}

.payandship__cap {
  color: #181818;
  font-family: PlayfairDisplay;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.payandship__sub {
  color: #3e3e3e;
  font-family: OpenSans-Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin: 30px 0;
}

.payandship__sub span,
.payandship__text {
  color: #3e3e3e;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.payandship__sub span {
  font-family: OpenSans-Light;
}

.look__cap,
.lookbook__banner--text--cap,
.singlelook__cap {
  font-family: PlayfairDisplay;
  text-transform: uppercase;
}

.payandship__list ul {
  list-style: none;
}

.payandship__list ul li {
  margin-bottom: 15px;
  position: relative;
}

.payandship__list ul li:before {
  position: absolute;
  top: 10px;
  left: -25px;
  width: 20px;
  height: 1px;
  background: #181818;
  content: "";
}

.lookbook__banner {
  position: relative;
  height: 730px;
}

.lookbook__banner--over {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.lookbook__banner--text {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 350px;
  margin: 0 auto;
  text-align: center;
}

.lookbook__banner--text--cap {
  position: relative;
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 50px;
}

.lookbook__banner--text--cap:after {
  position: absolute;
  width: 25px;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  content: "";
}

.lookbook__banner--text--text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.lookbook__banner--link {
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  bottom: 30px;
}

.lookbook__banner--link img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lookbook__grid {
  position: relative;
  margin: 60px 0;
  display: grid;
  grid-template-rows: 370px;
}

.lookbook__grid--item {
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  height: auto;
  width: 370px;
}

.lookbook__grid--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lookbook__grid--item--over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.look__cap:after,
.singlelook__cap:after {
  bottom: -25px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  text-align: center;
}

.lookbook__grid--item:hover .lookbook__grid--item--over {
  display: block;
}

.look__cap {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 100px;
  position: relative;
  text-align: center;
}

.look__cap:after {
  position: absolute;
  margin: 0 auto;
  width: 40px;
  background: #fff;
}

.look__date {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}

.look__link {
  margin-top: 50px;
  text-align: center;
}

.look__link img {
  width: 22px;
}

.seaMore {
  text-align: center;
  margin-bottom: 120px;
}

.singlelook__cap {
  position: relative;
  color: #181818;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.singlelook__cap:after {
  position: absolute;
  margin: 0 auto;
  width: 40px;
  background: #181818;
}

.singlelook__date {
  color: #181818;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
}

.basket__price,
.basket__title {
  font-family: OpenSans-Bold;
  font-weight: 700;
  color: #282828;
}

.singlelook__grid {
  margin-bottom: 120px;
  margin-top: 50px;
  display: grid;
}

.singlelook__grid a {
  display: inline-block;
  width: 370px;
  height: 640px;
}

.singlelook__grid a img {
  width: 100%;
  height: 100%;
}

.basket__cap {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket__btn .stnP {
  padding: 14px 35px;
}

.basket__content {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.basket__item {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket__img {
  width: 80px;
  height: 110px;
}

.basket__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.basket__capandsize {
  position: relative;
}

.basket__title {
  font-size: 14px;
  line-height: 20px;
  max-width: 200px;
  height: 96px;
}

.basket__price {
  font-size: 18px;
}

.basket__price span {
  color: #282828;
  font-size: 14px;
  font-weight: 300;
  font-family: OpenSans-Light;
}

.basket__fullPrice {
  color: #282828;
  font-family: OpenSans-Bold;
  font-size: 18px;
  font-weight: 700;
}

.basket__allitem--text,
.basket__fullPrice span {
  font-family: OpenSans-Light;
  font-size: 14px;
  font-weight: 300;
  color: #282828;
}

.basket__result {
  max-width: 400px;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 120px;
}

.basket__result .basket__btn {
  text-align: right;
  margin-top: 70px;
}

.basket__allitem {
  margin-bottom: 30px;
}

.basket__allitem--text {
  float: left;
}

.basket__allitem--val {
  float: right;
  color: #282828;
  font-family: OpenSans-Bold;
  font-size: 18px;
  font-weight: 700;
}

.basket__allitem--val span {
  color: #282828;
  font-size: 14px;
  font-weight: 300;
  font-family: OpenSans-Light;
}

.basket__fin {
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.basket__fin .basket__allitem--text {
  color: #282828;
  font-family: OpenSans-Bold;
  font-size: 16px;
  font-weight: 700;
}

.menuCat__item .menuCat__item {
  height: 0;
  padding: 0;
}

.catalog__sort--list li.active a {
  font-family: OpenSans-Bold;
}

.catalog__sort--list li.active ul li a {
  font-family: OpenSans-Light;
}

@media screen and (max-width: 1600px) {
  .lookbook__banner {
    height: 530px;
  }

  .personal__info {
    width: 75%;
  }

  .sort__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 8px;
  }

  .catalog__prod {
    margin-left: 30px;
    width: 71%;
  }

  .catalog__banner {
    width: 100%;
    height: 280px;
    padding-left: 200px;
    padding-top: 80px;
  }

  .cert__flex {
    padding: 40px 0;
  }

  .look__slider--item {
    height: 647px;
  }

  .info__flex--over .stnR {
    left: 22%;
  }

  .info__flex--item {
    width: 370px;
    height: 370px;
  }

  .lcontainer {
    max-width: 1170px;
  }

  .hidden-menu li {
    padding-left: 23%;
  }

  .msArr-left,
  .msArr-right {
    position: absolute;
    bottom: -35px;
  }

  .main__slider .slick-dots {
    bottom: -15px !important;
  }

  .insta__slider--wrap--left {
    padding-left: 50px;
    width: 357px;
  }

  .insta__slider--wrap--right {
    padding-right: 50px;
    width: 355px;
  }

  .insta__slider .msArr-left {
    right: 272px !important;
  }

  .about__rev--over {
    width: 50%;
  }

  .cartInfo__slider {
    width: 400px !important;
  }

  .cartInfo__slider--item {
    height: 537px;
  }
}

@media screen and (max-width: 1200px) {
  .top__slider .slick-dots li button:hover {
    color: #181818;
  }

  .about__text--cap {
    margin: 30px 0;
  }

  .about__cont {
    margin-top: 30px;
  }

  .about__item {
    font-size: 14px;
    width: 100%;
  }

  .about__img,
  .about__img2 {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .about__text,
  .about__text2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
  }

  .about__main--link a,
  .my__one--left--cap {
    font-size: 12px;
  }

  .about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cartInfo,
  .my__one--flex {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .about__rewiev {
    margin: 60px 0;
  }

  .single__blog--img {
    height: auto;
  }

  .search__form {
    margin-top: 25px;
  }

  .search__form input[type="text"],
  .search__form select {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .search__form input[type="button"] {
    display: block;
    width: 100%;
  }

  .catalog__sort,
  .footer__main--item:nth-child(2),
  .footer__main--item:nth-child(3),
  .insta__slider--wrap--right,
  .main__slider--item--inactive,
  .main__slider2,
  .soclinkContent,
  .thum__slider,
  .top__cont {
    display: none;
  }

  .my__one--info span {
    width: 125px;
  }

  .cart__slider__wrap,
  .catalog__prod,
  .my__one--left,
  .thum__slider {
    width: 100%;
  }

  .my__one--detal {
    margin-top: 20px;
  }

  .my__one--right {
    padding: 0;
    width: 100%;
  }

  .about__main,
  .rewiev__main {
    padding-bottom: 40px;
  }

  .has__item--val--item {
    margin-right: 15px;
  }

  .has__item--cap,
  .has__item--price {
    margin-bottom: 10px;
  }

  .rewiev__main--item,
  .top__cart--cap {
    margin-bottom: 20px;
  }

  .my__one {
    margin-top: 50px;
  }

  .about__main--link,
  .cart__slider__wrap {
    margin-top: 30px;
  }

  .my__one--flex {
    flex-direction: column;
  }

  .catalog__prod {
    margin-left: 0;
  }

  .sort__grid {
    grid-template-columns: repeat(auto-fit, minmax(270px, 3fr));
    justify-items: center;
  }

  .cat__seo__text {
    max-width: 100%;
  }

  .cartInfo__slider,
  .thum__slider--item {
    width: 100% !important;
  }

  .thum__slider--item {
    height: auto;
    max-height: 700px;
  }

  .cartInfo {
    flex-direction: column;
  }

  .main__slider {
    width: 100%;
  }

  .about__main--text {
    font-size: 14px;
  }

  .rewiev__link a,
  .rewiev__text a {
    font-size: 12px;
  }

  .rewiev__link {
    margin-top: 40px;
  }

  .rewiev__name {
    font-size: 14px;
  }

  .rewiev__date {
    font-size: 12px;
  }

  .rewiev__text {
    font-size: 14px;
  }

  .rewiev__main--cap {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
  }

  .about__rev__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__main {
    padding-right: 0;
    padding-top: 40px;
    margin-bottom: 50px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about__rev--over {
    width: 100%;
    bottom: 0;
    top: auto;
    height: 50%;
  }

  .rewiev__main {
    padding-left: 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .cert__text {
    margin-top: 30px;
    font-size: 14px;
  }

  .cert__cap:after {
    bottom: -15px;
  }

  .cert__flex--item {
    padding-top: 30px;
  }

  .cert__flex--item img {
    width: 100%;
    height: 100%;
  }

  .cert__rightBg {
    height: 50%;
    width: 50%;
  }

  .cert__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .cert__flex--text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0;
  }

  .info__flex--item {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
  }

  .insta__slider--wrap--left,
  .insta__slider--wrap--right {
    position: relative;
  }

  .lcontainer {
    max-width: 1070px;
  }

  .main__slider--item--active {
    width: 100%;
    background-position: 50% !important;
  }

  .main__slider .slick-dots {
    right: auto;
    text-align: center;
  }

  .msArr-right {
    right: 10px !important;
  }

  .msArr-left {
    left: 10px !important;
  }

  .main__slider {
    height: 100%;
  }

  .main__slider--item--active a {
    padding: 14px 20px;
    left: 24%;
    top: 70%;
  }

  .personal__info,
  .personal__link {
    padding-left: 0;
    width: 100%;
  }

  .msArr-left,
  .msArr-right {
    bottom: -10px;
  }

  .footer__main {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .top__cart {
    width: 100%;
  }

  .top__slider .msArr-left,
  .top__slider .msArr-right {
    bottom: -31px;
  }

  .personal__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .personal__link {
    height: auto;
  }

  .personal__link ul li {
    max-width: 150px;
    margin: 0 auto 25px;
  }

  .personal__data {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }

  .thanks {
    padding: 55px;
    margin-bottom: 60px;
  }

  .blog__grid {
    justify-items: center;
  }

  .single__blog {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .single__blog--cont {
    padding: 0;
  }

  .top__cart--cap {
    font-size: 18px;
  }

  .single__blog--text {
    margin-top: 20px;
    font-size: 14px;
  }

  .single__blog--text p {
    font-size: 14px;
  }

  .contact__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__flex--left {
    width: 100%;
  }

  .contact__flex--right {
    width: 100%;
    margin-top: 50px;
  }

  .contact__sub {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .sertificate {
    margin-bottom: 60px;
  }

  .sertificate .cert__link {
    text-align: center;
  }

  .lookbook__grid {
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .lookbook__grid--item img {
    width: 100%;
  }
}

@media screen and (max-width: 1290px) {
  .textMenu {
    display: none;
  }

  .mob-cat2 {
    display: block;
  }

  .header__flex--item--cat {
    margin-left: 95px;
  }

  .btn-menu {
    left: 25px !important;
  }

  .about__main--link,
  .cert__link {
    margin-bottom: 25px;
  }

  .headLog__hov {
    left: -143px;
  }

  .sertif__slider .msArr-left,
  .sertif__slider .msArr-right {
    bottom: 25px;
  }

  .headBas__hov {
    left: -325px;
    z-index: 33;
  }

  .lcontainer {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .headLog__hov {
    left: -200px;
    z-index: 4;
  }

  .menuCat {
    left: 0;
  }

  .cat {
    margin-top: 20px;
  }

  .mfilter-free-button {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .inDesk {
    display: none;
  }
  .inMob {
    display: block;
  }
  .basket__fullPrice,
  .cart__rewiev--cap,
  .html404,
  .seaMore,
  .thanks__text {
    text-align: center;
  }

  .basket__img img {
    width: 80px;
    height: 110px;
  }

  .basket__btn {
    display: none;
  }

  .basket__result .basket__btn {
    display: block;
    text-align: center;
  }

  .basket__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .basket__result {
    margin: 50px auto 60px;
  }

  .basket__capandsize,
  .basket__img {
    width: 50%;
  }

  .basket__price {
    width: 50%;
    display: none;
  }

  .basket__title {
    height: 70px;
    font-size: 14px;
  }

  .basket__val {
    margin-top: 25px;
  }

  .basket__val .cartinfo__val {
    margin-top: 0;
  }

  .basket__fullPrice {
    width: 50%;
    margin-top: 25px;
  }

  .basket__close {
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .headHer,
  .headLupa__hov,
  .header__flex--item--logo,
  .personal__link ul li.active,
  .single__blog--link a,
  .stnR img {
    position: relative;
  }

  .singlelook__cap {
    margin-top: 30px;
    font-size: 24px;
  }

  .singlelook__date {
    font-size: 14px;
  }

  .singlelook__grid {
    margin-bottom: 60px;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .singlelook__grid a {
    width: 100%;
    height: auto;
  }

  .seaMore {
    margin-bottom: 60px;
  }

  .lookbook__grid--item {
    margin-bottom: 0;
  }

  .look__cap {
    margin-top: 80px;
  }

  .look__link img {
    display: none;
  }

  .lookbook__banner {
    margin-top: 30px;
    height: 250px;
  }

  .lookbook__banner--text {
    top: 15%;
    width: 100%;
  }

  .lookbook__banner--text--cap {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .lookbook__banner--text--text,
  .payandship__list ul li,
  .payandship__text {
    font-size: 14px;
  }

  .lookbook__banner--text--cap:after {
    bottom: -15px;
  }

  .payandship__cap {
    margin: 30px 0;
  }

  .payandship__sub {
    margin: 10px 0;
  }

  .payandship__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .html404,
  .partner__form--flex {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .payandship__left {
    width: 100%;
  }

  .payandship__right {
    padding-left: 0;
    width: 100%;
  }

  .payandship {
    margin-bottom: 60px;
  }

  .sertificate .cert__form,
  .sertificate .cert__text {
    margin-top: 0;
  }

  .downRadio {
    display: block;
  }

  .cert__form input {
    width: 100%;
  }

  .partner__form--cap {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .partner__form--flex {
    margin-top: 0;
    flex-direction: column;
  }

  .partner__form--top {
    margin-top: 30px;
  }

  .partner__form--top div {
    display: block;
    margin-bottom: 15px;
  }

  .partner__form--flex label {
    font-size: 12px;
  }

  .partner__form--sub {
    margin-bottom: 0;
    margin-top: 30px;
  }

  .partner__form--flex input,
  .partner__form--flex textarea {
    width: 100%;
  }

  .partner__form--left,
  .partner__form--right {
    width: 100%;
  }

  .partner__form {
    margin: 60px auto 0;
  }

  .partner .blog__text {
    width: 100%;
    max-width: 100%;
  }

  .contact__cap {
    margin-bottom: 10px !important;
  }

  .contact__flex {
    margin-top: 50px;
  }

  .contact__form input,
  .contact__form textarea {
    width: 100%;
  }

  .single__blog--link {
    margin-top: 20px;
  }

  .single__blog--link a {
    font-size: 12px;
    top: 3px;
  }

  .thanks {
    margin-top: 30px;
    padding: 30px;
  }

  .thanks__cap {
    font-size: 18px;
  }

  .thanks__text {
    max-width: 100%;
    font-size: 14px;
  }

  .html404 {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .html404__img {
    display: none;
  }

  .html404__text {
    width: 100%;
  }

  .html404__text--text {
    margin: 50px auto;
    font-size: 14px;
  }

  .html404__text--cap {
    font-size: 170px;
  }

  .html404__text--sub {
    font-size: 14px;
  }

  .personal__mail--cap {
    margin-bottom: 20px;
  }

  .personal__link ul li:last-child {
    margin-bottom: 0;
  }

  .personal__link {
    padding: 15px 0;
  }

  .personal__info {
    padding-left: 0;
  }

  .personal__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .personal__data input {
    width: 100%;
  }

  .personal__data--left,
  .personal__data--right {
    margin-left: 0;
  }

  .catalog__banner {
    padding-left: 15px;
    padding-top: 50px;
    margin-top: 15px;
  }

  .insta__slider--wrap--left,
  .look__text {
    padding-left: 0;
  }

  .catalog__banner--cap {
    font-size: 30px;
  }

  .catalog__banner--text {
    max-width: 185px;
  }

  .cart__more--cap {
    left: 0;
  }

  .cart__tabs__caption {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .cart__tabs__caption li {
    margin-right: 0;
  }

  .cart__rewiev {
    padding-bottom: 20px;
    border: 0;
  }

  .cart__rewiev--form form input[type="button"] {
    margin: 0 auto;
    display: block;
  }

  .breadcrumbs,
  .cartInfo__info:after {
    display: none;
  }

  .cart__tabs--text {
    max-width: 100%;
  }

  .cart__rewiev--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cart__rewiev--item {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .cart__rewiev--form {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
  }

  .addBas,
  .addHeart {
    width: 160px;
    font-size: 14px;
  }

  .look__text--cap,
  .top {
    margin-bottom: 30px;
  }

  .cartinfo__size--error {
    top: 185px;
  }

  .addHeart {
    margin-left: 0;
    margin-top: 20px;
  }

  .cartinfo__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cartinfo__table {
    margin-top: 15px;
  }

  .cartinfo__table--item {
    width: 24.3%;
  }

  .cartinfo__price {
    font-size: 22px;
    margin: 0px;
  }
.mob_appentPrice{
  display: none;
}

  .cartinfo__oldprice {
    font-size: 16px;
  }

  .cartinfo__term {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cartinfo__val {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }

  .info__flex,
  .look {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }

  .page,
  .thum__slider {
    margin-top: 20px;
  }

  .thum__slider .slick-dots li button:before {
    font-size: 25px;
  }

  .thum__slider .slick-dots {
    bottom: 0;
  }

  .cartInfo__info {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
  }

  .cartinfo__cap {
    font-size: 22px;
  }

  .breadcrumbs__mob {
    display: block;
  }

  .thum__slider--item {
    width: 100% !important;
    height: 480px;
    max-width: 480px;
  }

  .headTel {
    right: 20px;
  }

  .headBas {
    right: 10px;
  }

  .headLupa {
    right: -5px;
  }

  header {
    padding-bottom: 0;
  }

  .menuCat__item {
    display: none;
  }

  .mob-cat,
  .mob-cat__menu {
    display: block;
  }

  .header__flex .headHer,
  .header__flex--item--cat:hover .menuCat:hover {
    display: none;
  }

  .main__slider--item--active a img {
    position: relative;
    top: 2px;
  }

  .stnR img {
    top: 4px;
  }

  .insta__slider .slick-dots li.slick-active button:before {
    font-size: 18px;
  }

  .insta__slider .slick-dots li button:before {
    font-size: 14px;
  }

  .cert__wrap {
    margin-top: 60px;
  }

  .insta__slider--wrap {
    margin-top: 0;
  }

  .look__text--link {
    margin-top: 30px;
  }

  .look__text--link a {
    font-size: 12px;
    background: url(../img/sliarr.png) 100px no-repeat;
  }

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

  .look__text--cap:after {
    bottom: -15px;
  }

  .look__text--cap {
    font-size: 24px;
    margin-top: 30px;
  }

  .look__slider .msArr-left {
    left: 0 !important;
  }

  .look__slider .msArr-right {
    right: 0 !important;
  }

  .look__slider--item {
    height: 325px;
  }

  .look {
    flex-direction: column;
  }

  .look__slider {
    width: 100%;
    height: 325px;
  }

  .look__text {
    width: 100%;
  }

  .info__flex {
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright__wrap,
  .footer__main {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .headLog {
    right: -20px;
  }

  .copyright__wrap {
    flex-direction: column;
  }

  .copyright__wrap--item {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .copyright__wrap--item a {
    font-size: 12px;
  }

  .copyright__wrap--item:last-child {
    margin-bottom: 0;
  }

  .footer__main--item--form form input {
    width: 100%;
  }

  .footer__main--item--first {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__main--item--last {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .discount__cont--sub,
  .footer__main--item .selmiobmail,
  .footer__main--item .selvalmob,
  .hidden-menu li,
  .mob-icon {
    margin-bottom: 20px;
  }

  .footer__main--item--cap {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .footer__main,
  .footer__main a {
    font-size: 14px;
  }

  .footer__main {
    flex-direction: column;
  }

  .wolrdMenu {
    display: none !important;
  }

  .header__flex--item--logo img {
    width: 47px;
    height: 40px;
  }



  .catmobapp {
    display: none;
  }

  .header__flex--item--link {
    width: auto;
    padding: 20px;
  }

  .header__flex--item--cat {
    margin-left: 60px;
  }

  .header__flex--item--menu {
    left: 20px;
    top: 10px;
  }

  .hidden-menu {
    overflow-y: scroll;
    width: 100%;
    padding: 75px 10px 10px;
    left: -100%;
  }

  .hidden-menu li {
    padding-left: 10px;
  }

  .mob-icon {
    text-align: right;
  }

  .headTel {
    display: inline-block;
    padding: 0;
  }

  .headHer {
    right: 30px;
    top: -3px;
  }

  .headTel__hov {
    z-index: 1;
    right: 0;
  }

  .pop {
    width: 305px;
    padding: 15px;
  }

  .pop__reg--cap {
    font-size: 18px;
  }

  .headLog__hov {
    right: 0;
    border: 1px solid black;
  }

  .headBas__hov {
    right: 0;
    height: auto;
    width: 150px;
    left: -158px;
    border: 1px solid black;
    z-index: 2;
    line-height: 25px;
  }

  .headLupa__hov {
    top: -20px;
    width: 200px;
    right: 50%;
  }

  .headSearch.active,
  .headSearch.active input {
    width: 200px;
  }

  .hidden-menu-ticker:checked~.btn-menu span.third {
    top: -10px;
  }

  .mob-icon {
    display: none;
  }

  .hidden-menu-ticker:checked~.btn-menu span.first {
    top: 6px;
  }

  .btn-menu {
    left: -20px;
  }

  .selmiobtel,
  .selvalmob {
    padding-left: 0 !important;
    text-align: center;
  }

  .headSocial {
    text-align: center;
  }

  .personal__mail {
    margin-top: 25px;
  }

  .contact__cont,
  .discount__cont {
    margin-top: 30px;
  }

  .single__another--cap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .discount__cont--flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .discount__item {
    width: 50%;
  }

  .discount__cont--text {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {

.big_slider .item{
    -webkit-background-size: cover;
    background-size: cover;
}

  .blog__grid--item,
  .lookbook__grid--item {
    width: 100%;
  }

  .pagination,
  .personal__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .pagination__item,
  .pagination__show {
    text-align: center;
  }

  .lookbook__grid--item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .cart__product--focus,
  .cart__product--img {
    height: auto;
  }

  .single__another--grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 2fr));
  }

  .single__another--cap .top__cart--cap {
    margin-bottom: 25px;
  }

  .single__another--cap a {
    font-size: 12px;
  }

  .blog {
    margin-bottom: 60px;
  }

  .blog__grid {
    margin-top: 35px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .blog__cont {
    margin-top: 30px;
  }

  .blog__text {
    font-size: 14px;
  }

  .my__item--mob {
    display: block;
  }

  .my__item,
  .pagination__val {
    display: none;
  }

  .personal__heading .top__cart--cap {
    margin-bottom: 30px;
  }

  .top__cart--cap {
    padding-left: 55px;
  }

  .top__cart--cap:after {
    width: 40px;
    top: 15px;
  }

  .personal__heading {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
  }

  .cat__seo__text {
    margin: 60px 0 100px;
  }

  .pagination {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }

  .pagination__show {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }

  .prod__sort {
    border: 0;
  }

  .main__sort__mob {
    display: inline-block;
    font-size: 14px;
    border-right: 1px solid #e7e7e7;
    padding: 10px;
    display: none;
  }

  .main__sort__mob__list .catalog__sort {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sort__text--mob {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
  .header__flex--item--link #currencys1 {
    display: none;
  }
  .sort__text--mob select {
    background: 0 0;
    border: 0;
    font-size: 14px;
    outline: 0;
    max-width: 240px;
    height: 40px;
  }

  .insta__over--cap,
  .insta__over--main {
    text-align: center;
    max-width: 100%;
  }

  .sort__text {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e7e7e7;
    margin-top: 0;
    position: relative;
  }

  .insta__over--cap:after,
  .insta__slider--wrap--right,
  .prod__sort--page,
  .prod__sort--val span span,
  .product__focus--heart,
  .sort__text--new,
  .sort__text--price,
  .sort__text--showmore,
  .sort__text--top {
    display: none;
  }

  .prod__sort--cap {
    font-size: 18px;
  }

  .prod__sort--val {
    margin-left: 5px;
  }

  .sort__grid {
    grid-template-columns: repeat(auto-fit, minmax(145px, 2fr));
  }

  .product__focus--link {
    left: 20px;
  }

  .product__focus--link .stnW {
    padding: 10px 20px;
    font-size: 12px;
  }

  .top {
    margin-top: 60px;
  }

  .top__cart--cap {
    font-size: 24px;
  }

  .cart__product--price span {
    font-size: 16px;
  }

  .cart__product--name {
    font-size: 12px;
  }

  .cart__product {
    width: 180px;
    margin: 0 auto;
  }

  .info__flex--item,
  .insta__slider--wrap--left,
  .insta__slider--wrap--right {
    width: 100%;
  }

  .info__text--cap {
    font-size: 21px;
  }

  .info__text--text {
    font-size: 14px;
  }

  .main__info {
    margin-top: 20px;
  }

  .lcontainer {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .insta__img {
    height: 160px;
  }

  .insta__over--main {
    margin: 30px auto;
  }

  .insta__slider--wrap--left {
    height: 250px;
  }
}

@media screen and (max-width: 320px) {
  .sort__text--mob select {
    max-width: 120px;
  }
}

.cartinfo__table--item label {
  font-family: OpenSans-Bold;
}

.cartinfo__table--item {
  width: 98px;
}

.cat2.active {
  left: 0;
  top: -20px;
  background: #fff;
  height: 100vh;
}

.cat3.active {
  left: 100%;
  top: -20px;
  background: #fff;
  height: 100vh;
  border-right: 0;
}

.mob-cat2 {
  display: none;
}

.headLog,
.headTel {
  cursor: pointer;
}

.basket__item .basket__close {
  position: relative;
  right: 20px;
}

header {
  position: fixed;
  margin-top: 0;
  padding-top: 10px;
}

.stnP,
.stnR {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.stnP:hover {
  background: #f76d8a;
  color: #fff;
  border: 1px solid transparent;
}

.stnR:hover {
  background: #f76d8a;
  color: #fff;
  border: 1px solid transparent;
}

.stnR img {
  display: none;
}

.page {
  margin-top: 100px;
}

.bx-wrapper {
  margin-top: 90px;
}

.single__blog--text {
  overflow: hidden;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 1 !important;
}

.revFormItem input[type="file"] {
  border: 0;
  padding-left: 0;
}

.catmobapp {
  font-family: OpenSans-Bold;
  font-weight: 700;
}

.cat {
  height: auto;
  width: 250px;
}

.menuCat {
  position: relative;
}

.menuCat ul li {
  list-style: none;
  padding-right: 25px;
  display: flex;
  font-family: 'OpenSans-Bold';
}

.cat li {
  font-weight: 100;
}

.cat1,
.cat2 {
  z-index: 99999;
}

.cat2,
.cat3 {
  display: none;
  height: inherit;
}

.cat1 li.active:hover .cat2 {
  display: block;
  margin: 0px;
  height: 100%;
}
.cat1 li:nth-child(5):hover .cat2 {
	top: -144px;
}
.cat1 li:nth-child(6):hover .cat2 {
	top: -190px;
}
.cat1 li:nth-child(7):hover .cat2 {
    top: -238px;
}
.cat1 li:nth-child(8):hover .cat2 {
    top: -286px;
}
.cat1 li:nth-child(9):hover .cat2 {
    top: -334px;
}
.cat1 li:nth-child(10):hover .cat2 {
    top: -382px;
}
.cat1 li:nth-child(11):hover .cat2 {
    top: -430px;
}
.cat1 li:nth-child(12):hover .cat2 {
    top: -478px;
}
.cat1 li:nth-child(13):hover .cat2 {
    top: -526px;
}
.cat2 li.active:hover .cat3 {
  display: block;
}

.cat2 {
  position: absolute;
  left: 100%;
  top: 0;
  min-height: 580px;
}

.cat3 {
  position: absolute;
  left: 100%;
  top: 0;
  border-right: 1px solid #e1e1e1;
}
.menuCat.none{
  display: none!important;
}
.menuCat {
  line-height: 48px;
  background: #fff;
  border-right: none;
}

.catmobapp {
  font-weight: 700;
  margin-left: 10px;
}

.cat li {
  position: relative;
}

.cat li.active:after {
  position: absolute;
  top: 21px;
  right: 25px;
  width: 6px;
  height: 10px;
  content: "";
  background: url(/style/img/arrowheadsub.png) no-repeat;
}

.cat li.active {
  font-family: OpenSans-Bold;
  font-weight: 900;
}

.cat .inactive {
  font-family: OpenSans-Light;
  white-space: nowrap;
}

.cat3 li {
  font-family: OpenSans-Light;
}

.l_catalog_item_heading {
  font-weight: 700;
  font-family: OpenSans-Bold;
}

@media screen and (max-width: 1920px) {
  .info__flex--over .stnR {
    left: 36%;
  }
}

@media screen and (max-width: 1919px) {
  .header__flex--item--logo {
    left: -70px;
  }
  .checkout__flex__left {
    max-width: 650px;
  }

  .info__flex--over .stnR {
    left: 31%;
  }

  .sertif__slider .msArr-left,
  .sertif__slider .msArr-right {
    bottom: 30px !important;
  }
}

@media screen and (max-width: 1024px) {
  .selvalmob {
    display: block !important;
  }

  .selvalmob #currencys1 {
    position: relative;
    right: 0;
    top: 0;
  }
  .header__flex--item--logo {
    left: 0px;
  }
  .hidden-menu {
    left: -40%;
  }

  .header__flex--item--logo img {
    width: 85px !important;
    height: 75px !important;
  }

  .cert__link {
    text-align: center !important;
  }

  .checkout__flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center !important;
    -ms-align-items: center;
    align-items: center;
  }

  .checkout__flex__left {
    order: 2;
    width: 100% !important;
  }

  .checkout__flex__right {
    order: 1;
    width: 100%;
    margin-bottom: 25px;
  }
}

.tabs_btn_ofer {
  margin-bottom: 100px;
  text-align: center;
  display: none;
}

.tabs_btn_ofer a {
  text-decoration: underline;
}

.tabs_btn_form {
  text-align: center;
  margin: 60px 0 25px 0;
}

.tabs_btn_form input[type="button"] {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 12px 50px;
  background: #f76d8a;
  border: 1px solid transparent;
  margin: 0 auto;
  cursor: pointer;
}

.tabs_btn_form input[type="button"]:hover {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
}

.check__form select {
  width: 307px;
  height: 40px;
  border: 1px solid #8e8e8e;
  background-color: #fff;
}

.check__item__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 307px;
}

.check__item__item input {
  width: 100% !important;
  max-width: 145px;
}

.check__check input {
  margin-right: 15px;
}

.check__check {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 40px;
  font-size: 14px;
}

.check__form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.check__form label {
  display: block;
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  line-height: 46px;
}

.check__form input {
  width: 307px;
  height: 40px;
  border: 1px solid #8e8e8e;
  background-color: #fff;
}

.check__item {
  max-width: 307px;
}

.check__heading {
  margin-top: 45px;
  margin-bottom: 33px;
  color: #181818;
  font-family: PlayfairDisplay;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

.checkout__flex__left {
  width: 70%;
  max-width: 700px;
}

.line_class {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

.tabs__caption {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.tabs__caption li {
  color: #8e8e8e;
  font-family: OpenSans-Bold;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: transparent;
  margin-right: 60px;
  cursor: pointer;
}

.tabs__caption li.active {
  color: #181818;
  font-family: OpenSans-Bold;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 3px solid #000;
  margin-right: 60px;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.total__block div span {
  color: #181818;
  font-size: 14px;
  font-weight: 300 !important;
  line-height: 22px;
}

.total__block div {
  font-family: OpenSans-Bold;
  color: #181818;
  font-size: 16px;
  line-height: 22px;
}

.total__block {
  margin: 30px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.total_cost_price span {
  color: #181818;
  font-size: 14px;
  font-family: OpenSans-Bold;
  line-height: 22px;
}

.total_cost_price {
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.total_cost_text {
  color: #181818;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.checkout__flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.checkout__flex__right {
  width: 450px;
}

.checkout__flex__right .my__one--right {
  width: 450px;
  padding: 1px 30px;
  box-sizing: border-box;
}

.total_cost {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;

}
.total_cost:nth-child(2) {
  display: none;
}
.pay__block {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}

.footer__main--item--form form .inputBtn {
  background: #fff;
  color: #000;
}

.footer__main--item--form form .inputBtn:hover {
  color: #fff;
  background: #f76d8a;
}

.addBas {
  background-color: #f76d8a;
  color: #fff;
  border: 1px solid transparent;
}

.addBas:hover {
  color: #fff;
  background: #f76d8a;
  border: 1px solid transparent;
}

.arrowDown {
  text-align: center;
  position: relative;
  top: 0;
  z-index: 9;
}

.arrowDown a {
  color: #fff;
}

.arrowDown a img {
  -webkit-animation: pulsing 2s infinite;
  animation: pulsing 2s infinite;
}

@-webkit-keyframes pulsing {
  0% {
    transform: translateY(-18px);
  }

  50% {
    transform: translateY(-18px);
  }

  100% {
    transform: translateX(-18px);
  }
}

@keyframes pulsing {
  20% {
    transform: translateY(-18px);
  }

  50% {
    -transform: translateY(-18px);
  }

  80% {
    -transform: translateX(-18px);
  }
}

.wolrdMenu {
  font-family: OpenSans-Bold;
  font-size: 16px;
}

.hidden-menu {
  font-family: OpenSans-Bold;
}

.selvalmob {
  color: #000;
}

select {
  font-weight: 500 !important;
  font-family: OpenSans-Regular !important;
}

.mob-cat2 {
  font-weight: 500 !important;
  font-family: OpenSans-Regular !important;
}

@media screen and (max-width: 1919px) {
/*  .common-home .bx-wrapper {
    max-width: 1170px !important;
    margin: 128px auto 60px !important;
  }*/

  .btn-menu {
    left: 130px !important;
  }

  .block_none_absolute {
    left: 130px !important;
  }

  .textMenu {
    top: -3px;
  }

  .header__flex--item--logo {
    position: relative;
  }
}

@media screen and (max-width: 1400px) {
  .block_none_absolute {
    left: 40px !important;
    top: 42px !important;
  }

  .btn-menu {
    left: 40px !important;
    top: 42px !important;
  }
}

@media screen and (max-width: 1024px) {
  .inMob {
    position: relative;
    top: 10px;
  }
  .pop {
    width: 100% !important;
  }
  .btn-menu {
    left: 15px !important;
  }

  .block_none_absolute {
    left: 15px !important;
  }

  .cat1 li.active:hover .cat2 {
    margin-top: 0;
  }

  .cat2 li.active:hover .cat3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .btn-menu {
    left: 15px !important;
  }

  .header__flex--item--logo {
    position: relative;
    left: 0 !important;
  }

  .checkout__flex__right .my__one--right {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 1px 10px !important;
  }

  .checkout__flex__right {
    width: 100%;
  }

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

  .check__form input {
    width: 100% !important;
  }

  .check__form select {
    width: 100% !important;
  }

  .check__item__item {
    width: 100%;
  }

  .check__item__item input {
    width: 100% !important;
    max-width: 125px;
  }

  .tabs__caption li {
    margin-right: 15px !important;
    font-size: 12px !important;
  }

  .tabs__caption {
    text-align: center;
  }

  .check__heading {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .arrowDown {
    display: none;
  }
  .headHer {
    display: block !important;
    position: relative;
    top: 2px;
  }

  .cat3 {
    left: 0 !important;
    background: #fff;
    z-index: 1;
    margin-top: 40px;
  }

  .cat3 a {
    color: #f76d8a;
    font-weight: 700;
  }

  .cat li.active:after {
    top: 8px !important;
  }

  .header__flex--item--cat {
    margin-left: 60px;
  }

  .headBas__hov {
    left: auto;
  }

  .headLog__hov {
    left: auto;
    z-index: 9;
  }

  .single__blog--text p img {
    width: 100%;
  }

  .sertif__slider--item .cert__flex {
    margin-bottom: 50px;
  }

  .sertif__slider .msArr-left,
  .sertif__slider .msArr-right {
    bottom: 10px;
  }

  .insta__slider .slick-dots li {
    width: 16px;
  }

  .common-home .bx-wrapper {
    margin: 130px auto 60px !important;
  }
  .cartinfo__size--cap {
    margin-right: 10px;
  }
  .cartinfo__table {
    max-width: 210px;
    margin: 15px auto 0;
  }

  .cartinfo__term {
    display: none;
  }

  .mob_appentPrice .cartinfo__term {
    display: block !important;
    text-align: center;
  }
}

.mob_appentPrice .cartinfo__term {
  display: none;
  text-align: center;
}

.cartinfo__table--item.active {
  background: #f76d8a !important;
}

.cartinfo__table--item {
  margin: 1px;
  margin-left: 10px;
  width: 120px;
  border: 2px solid #000;
}

.cert__link {
  text-align: center;
}

.cert__text {
  margin: 50px auto 0;
}

.cartinfo__table--item:hover {
  border: 2px solid #f76d8a;
}

.cartinfo__table--item.active {
  border: 2px solid #f76d8a;
}

.cartinfo__code,
.cartinfo__num {
  display: none !important;
}

.img_cat_new {
  width: 65px !important;
  height: 30px !important;
  transform: rotate(360deg) !important;
  margin-left: 0 !important;
}

.img_cat_sale {
  width: 75px !important;
  height: 50px !important;
  transform: rotate(360deg) !important;
  margin-left: 0 !important;
}

.header__flex--item--logo {
  max-width: 110px;
  height: 80px;
}

.l_catalog_heading {
  text-align: center;
  cursor: pointer;
  font-family: OpenSans-Bold;
  font-weight: 700;
  padding: 10px 0;
  z-index: 1;
  position: relative;
  background: #9927c9;
  color: #fff;
}
.l_catalog_heading:after {
  position: absolute;
  top: 18px;
  right: 10px;
  background: url(/image/arrheadmobcat.png) no-repeat;
  content: "";
  width: 10px;
  height: 6px;
  background-size: contain;
  z-index: 7;
  transform: rotate(180deg);
}

.l_catalog_heading.active:after {
  transform: rotate(0deg);
  top: 18px;
}
.new_tovar_img embed svg path{
  stroke-width: 10px!important;
}
.bx-wrapper .bx-pager{
  display: none;
}
.l_catalog_menu {
  display: none;
  border: 2px solid #000;
  margin-top: -2px;
  line-height: 22px;
}

.l_catalog_menu.active {
  display: block;
  padding: 15px 10px;
}

.l_catalog_item_sub a {
  display: block;
}

.l_catalog_item_sub {
  display: none;
  cursor: pointer;
  padding-left: 15px;
}

.l_catalog_item_sub.active {
  display: block;
}

.l_catalog_item_sub2 {
  padding-left: 15px;
  /*display: none;*/
  cursor: pointer;
}

.l_catalog_item_sub2.active {
  display: block;
}

.l_catalog {
  display: none;
}

.l_catalog_item_sub_head span {
  display: block;
}

.l_catalog_item_heading {
  margin: 10px 0;
  position: relative;
}

.l_catalog_item_heading:after {
  position: absolute;
  top: 16px;
  right: 0px;
  background: url(/style/img/arrowhead.png) no-repeat;
  content: "";
  width: 10px;
  height: 6px;
  background-size: contain;
  z-index: 7;
}

.l_catalog_item_heading.active:after {
  transform: rotate(180deg);
  top: 12px;
}

.sub_name_2 {
  margin: 10px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .hidden-menu {
    width: 40%;
  }
}

@media screen and (max-width: 800px) {
  .headHerr{
    left: -25px;
  }
  div.headBas {
    margin-right: -34px;
  }

  .header__flex--item--link a {
    margin-left: -10px;
  }

  .header__flex--item--logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hidden-menu {
    width: 100%;
    left: -100%;
  }
}

.openms{
    display: none;
    position: absolute;
    top: 2px;
    left: 115px;
    background-image: url(/style/img/lupa.svg);
    cursor: pointer;
    width: 18px;
    height: 18px;
}
.openms:hover{
    background-image: url(/style/img/lupa.svg);
}

.owl-wrapper-outer{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important``;
    box-shadow: none !important;
}
@media screen and (max-width: 826px) {
    .msearch{display: none;}
    .openms{
        display: block;
    }
  .cart__product--size{
    display: none;
  }
  .cart__product--price{
    margin-top: 5px!important;
  }
  @media screen and (max-height: 844px) {
    .l_catalog_menu.active {
      overflow-y: scroll;
      max-height: 300px;
    }
  }
}

@media screen and (max-height: 768px) {
    .owl-wrapper-outer{
        border: none !important;
    }
}

@media screen and (max-width: 420px) {
    .openms{
        left: 62px;
    }
}

.l_catalog_menu.active>div:nth-child(1) .l_catalog_item_heading::after {
  content: none;
}

.l_catalog_menu.active>div:nth-child(5) .l_catalog_item_heading::after {
  content: none;
}

.l_catalog_menu.active>div:nth-child(2)>div:last-child>div:nth-child(1) .none_arrow a {
  font-weight: 900;
}

.l_catalog_menu.active>div:nth-child(2)>div:last-child>div:nth-child(n + 2) .none_arrow::after {
  content: none;
}

.l_catalog_menu.active>div:nth-child(3)>div:last-child>div:nth-child(n + 1) .none_arrow::after {
  content: none;
}

.l_catalog_menu.active>div:nth-child(4)>div:last-child>div:nth-child(n + 1) .none_arrow::after {
  content: none;
}

.sub_name_2:after {
  position: absolute;
  top: 16px;
  right: 65px;
  background: url(/style/img/arrowhead.png) no-repeat;
  content: "";
  width: 15px;
  height: 15px;
  background-size: contain;
  z-index: 7;
  top: 50% !important;
  transform: translate(0%, -50%);
  background-position: center center !important;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}

.sub_name_2.active:after {
  top: 50% !important;
  transform: translate(0%, -50%) rotate(-180deg);
  background-position: center center !important;
  -webkit-transform: translate(0%, -50%) rotate(-180deg);
  -moz-transform: translate(0%, -50%) rotate(-180deg);
  -ms-transform: translate(0%, -50%) rotate(-180deg);
  -o-transform: translate(0%, -50%) rotate(-180deg);
}

.l_catalog_item_sub2 a {
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .l_catalog {
    display: block;
  }

  .page {
    margin-top: 130px;
  }

  .headBas__hov {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .cartInfo__info {
    width: 100%;
    margin-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-align-items: center;
    align-items: center;
  }
  .catalog .catalog__banner {
    background-position: 87% !important;
  }
  .soclinkContent, .headSocial {
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .ifActiveUser {
    left: -107px !important;
  }
}
@media screen and (max-width: 480px) {
  .cartinfo__term {
    display: block;
  }
  .cartinfo__price {
    margin-bottom: 15px;
  }
  .cartinfo__link--add {
    margin-right: 10px;
  }
  .cartinfo__link {
    margin-top: 30px;
  }
  .cartinfo__val {
    width: auto !important;
    margin-top: 0;
  }
  .mob_appentPrice .cartinfo__term {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
  }
  .cartinfo__term {
    margin-top: 20px;
  }
  .cartinfo__link {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    -o-flex-direction: row !important;
    flex-direction: row !important;
    justify-content: space-around;
  }
  .cartinfo__table {
    justify-content: center;
  }
  .cartinfo__table--item {
    margin-left: 0;
  }
  .cartinfo__link .addHeart {
    margin-top: 0;
  }
  .addBas, .addHeart {
    width: 130px !important;
  }
  .regsy.popupregister {
    margin-left: 0;
  }
}
a.catmobapp.active {
  color: #ed4568 !important;
}

a.catmobapp.black {
  color: black !important;
}

a.catmobapp.black img {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;

}
.labelParent {
  font-weight: 700;
  font-family: OpenSans-Bold;
  margin-right: 10px;
}
.labelChild {
  display: inline-block;
  width: 80px;
  height: 24px;
  line-height: 24px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.59);
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.headSocial {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.headSocial a {
  text-align: center;
}
.headSocial a div:nth-child(1) {
  margin-bottom: 5px;
}
.soclinkContent {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.soclinkContent a {
  text-align: center;
}
.soclinkContent a div:nth-child(1) {
  margin-bottom: 5px;
}
.btn-menu span {
  height: 3px;
}
#reviewabouthome img {
  width: 100%;
}
.cart__product--size {
  margin-top: 0;
}
.cart__product--price {
  margin-top: 0;
}
.header__flex--item {
	position: relative;
}
.arrMainSlider {
	position: relative;
    top: -115px;
    text-align: center;
    transform: rotate(90deg);
}
.massen img {
	width: 20px;
	height: 20px;
}

header #currencys1 {
  border: none;
  position: absolute;
  right: -65px;
  top: 8px;
  outline: none;
}
.check__item.row-shipping_address_field20 {
  position: relative;
 /* top: -45px;*/
}
.selvalmob {
  display: none;
}
.sort_table_size {
  width: 120px;
  height: 40px;
  border: 1px solid #000;
  font-family: OpenSans-Bold;
  font-weight: 700 !important;
  color: #000;
  font-size: 12px;
}
.sort_table_size {
  /*display: none;*/
}
.new_bas_plah_val {
  text-align: center;
  font-size: 14px;
}
.new_bas_plah_val span {
  font-family: OpenSans-Bold;
  color: #000;
}
.new_bas_plah_btn {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.new_bas_plah_btn a {
  width: 190px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #f76d8a;
  display: inline-block;
}
.new_bas_plah_wrap {
  height: 150px;
  overflow-y: scroll;
}
.new_bas_plah_wrap::-webkit-scrollbar {
  width: 0;
}
.new_bas_plah_item_close .remodal-close{
  width: auto;
  height: auto;
}
.new_bas_plah_item_close .remodal-close:before {
  text-align: left;
  line-height: 0px;
  top: 10px;
  right: 15px;
}
.new_bas_item_price {
  margin-top: 15px;
}
.new_bas_plah_item_info span {
  font-family: OpenSans-Bold;
  color: #000000;
}
.new_bas_item_name {
  font-size: 14px;
  font-family: OpenSans-Bold;
  color: #000;
  margin-bottom: 15px;
}
.new_bas_item_color {
  width: 50%;
  display: flex;
  align-items: center;
}
.new_bas_item_color img {
  margin-left: 5px;
}
.new_bas_item_size {
  width: 50%;
}
.new_bas_plah_item {
  display: flex;
  font-size: 14px;
  margin-bottom: 15px;
}
.new_bas_plah_item_info {
  display: flex;
  flex-wrap: wrap;
  width: 175px;
}
.new_bas_plah_item_close {
  position: absolute;
  top: 14px;
  right: 30px;
  z-index: 1;
}
.new_bas_plah {
  width: 370px;
  height: 250px;
  background: #fff;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.15);
  border: 1px solid #000000;
  position: absolute;
  right: 150px;
  top: 120px;
  padding: 15px;
  z-index: 1;
}
.new_bas_plah_item_img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.new_bas_plah_item_img img {
  width: 100%;
}
.about__main, .rewiev__main {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .new_bas_plah {
    right: 0;
    top: 80px;
    width: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
  }
  .about__main, .rewiev__main {
    width: 100%;
  }
  .rewiev__main .slick-prev {
    left: 0;
    z-index: 1;
  }
  .rewiev__main .slick-next {
    right: 0;
    z-index: 1;
  }
}
header #currencys1 {
  position: relative;
  top: 0;
  right: 0;
}
.selvalmob {
 display: block; 
}
@media screen and (max-width: 480px) {
  .catalog__sort--cap{
    display: none;
  }
  .catalog__sort--list{
    display: none;
  }
  .sort__text--cap{
    display: none;
  }
  .mfilter-free-container {
    top: -5px;
  }
  .cartinfo__size--sub {
    display: none;
  }
  .cartinfo__size--cap {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .block_none_absolute {
    height: 25px;
  }
  .product__focus--link {
    display: none !important;
  }
}
.new_bas_plah{
  display: none;
}
.info__text {
  display: none !important;
}
.catalog__banner--cap,
.catalog__banner--text {
  display: none !important;
}
.look__slider .msArr-left {
  transform: rotate(90deg);
  background: transparent;
}
.look__slider .msArr-right {
  transform: rotate(-90deg);
  background: transparent;
}
.look__slider .msArr-left:hover, .look__slider .msArr-right:hover {
  background: transparent !important;
}

@media screen and (max-width: 480px) {
/*  .stnP, .stnR {
    background: transparent;
    color: transparent;
    border: none;
  }*/
  .main__info .info__flex .info__flex--over {
    background: transparent !important;
    display: none !important;
  }
  .cartinfo__size--sub {
    display: block;
  }
  .l_catalog_menu {
    height: 100vh !important;
    max-height: 350px !important;
    overflow: scroll !important;
  }
  .l_catalog_item_heading a {
    pointer-events: none;
  }
  .breadcrumbs__mob a {
    font-size: 14px;
  }
  .breadcrumbs__mob {
    padding-top: 20px;
  }
  .cart__slider__wrap {
    margin-top: 15px !important;
  }
  .cart__product--name {
    font-size: 14px;
  }
  .breadcrumbs__mob a:hover {
    color: #000;
  }
  body.overflow {
    position: fixed;
    z-index: -1;
  }
}
.info__flex a {
  outline: none;
}
.card_arr_left {
  position: absolute;
  top: 50%;
  background: transparent;
  border: 0;
  z-index: 1;
  transform: rotate(90deg);
}
.card_arr_right {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  background: transparent;
  border: 0;
  z-index: 1;
  transform: rotate(-90deg);
}

@media only screen and (max-width: 500px) {
.mob-none {display: none;}
.mob-buy {display: block; border: 1px solid #111; margin: 10px 0; width: 96%; margin-left: auto; margin-right: auto; padding: 10px 0; border-radius: 3px;}
.heart-mob {top: 2px; right: 8px; position: absolute;}
.pheadHer {top: 10px; left: -8px;}
}

@media only screen and (min-width: 500px) {
.desk-none {display: none;}
}


.simple-content fieldset {border: none;}
.simple-content input[type=text], .simple-content input[type=password], .simple-content input[type=email], .simple-content input[type=tel], .simple-content input[type=phone], .simple-content input[type=date], .simple-content input[type=time], .simple-content select, .simple-content textarea {height: 32px;}
#simplecheckout_cart .form-control {width: auto; height: 30px; border-radius: 4px; border: 1px solid;}
.simplecheckout-cart-total {font-size: 14px;}
.simplecheckout label, .simpleregister label {font-size: 14px; line-height: 26px;}
h1 {
    padding-left: 60px !important;
}

.breadcrumb {
    margin-top: 100px;
    display: flex;
    border: none;
    list-style: none;
        padding-left: 40px;
    font-size: 14px;
}
.breadcrumb > li:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 0px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #767676;
    border-bottom: 1px solid #767676;
    -webkit-transform: rotate(
-45deg
);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
}








@media screen and (max-width: 376px) {
.vniz-cat {padding-bottom: 54px;}
}

@media (min-width: 376px) and (max-width: 481px) {
.info__flex--item {width: 380px; height: 380px;}
}