@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

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


::-moz-selection {
  background: #3e50b4;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3e50b4;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: rgba(0,0,0,0.87);
}

:-moz-placeholder {
  color: rgba(0,0,0,0.87);
}

::-moz-placeholder {
  color: rgba(0,0,0,0.87);
}

:-ms-input-placeholder {
  color: rgba(0,0,0,0.87);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  min-width: 0; min-height:0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  box-sizing: border-box;
}

html {
  font-size: 17px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: rgba(0,0,0,0.87);
  background-color: #fff;
  -webkit-font-feature-settings: kern, liga, onum;
          font-feature-settings: kern, liga, onum;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  background-color: inherit;
}

blockquote {
  font-style: normal;
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #3e50b4;
  background-color: rgba(62,80,180,0.03);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: rgba(0,0,0,0.87);
  text-transform: none;
}

h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection {
  background: #3e50b4;
  color: #fff;
  text-shadow: none;
}

h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection {
  background: #3e50b4;
  color: #fff;
  text-shadow: none;
}
.main-title {
  text-align: center;
  display: flex;
  margin: 10px 0 30px;
  flex-direction: row;
}
.main-title h1 {
  display: inline-block;
  font-size: 35px;
  font-weight: 200;
  margin: 0;
  padding: 5px;
  color: #4d2240;
}
.main-title h1 strong {
  font-weight: 500;
}
.main-title .info {
font-size: 1.1em;
display: inline-block;
text-transform: uppercase;
background: #d74d9b;
margin: 0 auto;
color: #fff;
padding: 3px 7px;
}

template,
[hidden] {
display: none;
}

.font-thin {
font-weight: 100;
}

.font-light {
font-weight: 300;
}

.font-regular {
font-weight: 400;
}

.font-medium {
font-weight: 500;
}

.font-bold {
font-weight: 700;
}

.font-black {
font-weight: 900;
}

.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
-webkit-overflow-scrolling: touch;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}


body {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
color: #4d2240;
}

a {
color: #4d2140;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

.static {
max-width: 1684px;
padding: 0 30px;
margin: 0 auto;
}


.top-panel {
position: fixed;
left: 0;
top: 0;
right: 0;
background: #ffffff;
box-shadow: 0 4px 28px rgba(172, 114, 147, 0.5);
z-index: 1000;
}

.top-panel-inner {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
height: 85px;
}

.logo {
position: relative;
z-index: 100;
height: 75px;
}

.logo img {
width: 100px;
max-width: 100%;
}

.top-menu ul {
display: -ms-flexbox;
display: flex;
list-style: none;
padding: 0;
margin: 0;
}

.top-menu ul li {
padding: 0 25px;
}

.top-menu ul li a {
display: inline-block;
padding: 3px 25px 3px;
color: #4d2140;
font-size: 18px;
line-height: 1;
text-decoration: none;
}

.top-menu ul li a:hover, .top-menu ul li.active a {
color: #d74d9b;
background: url(../images/mt-h-bg.png) no-repeat 0 0;
}

.top__phone {
margin: 0 20px 0 20px;
color: #4d2240;
font-size: 17px;
line-height: 1;
background: url(../images/bot-phone-icon.png) no-repeat 0 center;
padding: 9px 0 10px 35px;
flex: 0 0 auto;
}

.top__phone a {
color: #4d2240;
text-decoration: none;
}

/* Cart ----------------------------------------------------------- */

.small-cart-wr {
  margin: 0 0 0 15px;
  cursor: pointer;
}

.small-cart {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin: 7px 0 0;
  text-decoration: none;
}

.small-cart-icon {
  position: relative;
  width: 48px;
  height: 53px;
  margin: 0 11px 0 0;
  background: url(../images/cart-icon.png) no-repeat 0 0;
  flex: 1 0 auto;
}

.smart-basket__min-count {
  position: relative;
 left:-20px;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  background: #d74d9b;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  border-radius: 8.5px;
}

.small-cart-sum {
  padding: 11px 0 0;
  color: #4c213f;
  font-size: 16px;
  border-bottom: 1px solid #4c213f;

}

.small-cart-sum .s1 {
  font-weight: 600;
}


/* Main slider */

.main-slider {
  padding: 85px 0 0;
  margin: 0 auto;
}

.owl-main-mobile {
  display: none;
}

.owl-main-item {
  display: -ms-flexbox;
  display: flex;
    -ms-flex-align: center;
    align-items: center;
-ms-flex-pack: center;
    justify-content: center;
  max-height: 600px;
}

.owl-carousel .owl-item img {
   width: auto;
}

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 33px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl-dot {
  margin: 0 5px;
  outline: none;
}

.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: #cbc8c9;
  border-radius: 50%; 
}

.owl-dot.active span {
  background: #4d2240;
}

/* Catalog wrap ---------------------------------------------- */

.category-catalog-wr {
  background: url(../images/main-bg1-repeat.png) repeat-y center 0;
  /*margin: 0 0 -314px;*/
}

.category-catalog-wr-inner {
 background: url(../images/main-bg1.jpg) repeat-y center 0;
}

.category-block {
  padding: 43px 0 0;
  margin: 0 0 212px;
}

.category-block h2 {
  text-align: center;
  margin: 0 0 40px;
  font-family: 'MarckScript-Regular';
  font-size: 54px;
  line-height: 1;
  font-weight: normal;
  color: #4d2240;
}

.category-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -24px 0 0;
}

.category-item {
  width: 532px;
  height: 585px;
  padding: 198px 110px 0 85px;
  background-position: center 0;
  background-repeat: no-repeat;
}

#category-item-1 {
  background-image: url(../images/cat1-bg.png);
}

#category-item-2 {
  background-image: url(../images/cat2-bg.png);
}

#category-item-3 {
  background-image: url(../images/cat3-bg.png);
}

.category-item-name {
  text-align: center;
  font-size: 40px;
  color: #43494b;
  margin: 0 0 42px;
}

.category-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-item-list li {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 27px;
  color: #43494b;
  font-size: 26px;
}

.category-item-list-name {
  width: 227px;
  padding: 0 15px 0 0;
}

/* Products list */

.products-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-item {
  width: 29%;
  max-width: 499px;
  margin: 0 2% 40px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 38px rgba(172, 114, 147, 0.71);
}

.products-item__name {
  padding: 24px 20px 0;
  margin: 0 0 2px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #4d2240;
  text-align: center;
  text-transform: uppercase;
}

.products-item__cat {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1;
  color: #4d2240;
  text-align: center;
}

.products-item__image-wr {
  position: relative;
}

.products-item__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 415px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  cursor: pointer;
}

.products-item__image .owl-item img {
  height: 415px;
  width: 100%;
}

.products-item__image img {
   width: 100%;
  object-fit: cover;
}
.products-item__image .products-item__image-caption {
  display: none;
}

.lg-sub-html {
  font-size: 15px;
  color: #fff;
  padding: 20px 30px;
  text-align: left;
}

.products-item__stock {
  position: absolute;
  left: -15px;
  top: 27px;
  background: #4d2240;
  height: 33px;
  padding: 0 7px 0 16px;
  font-size: 12px;
  line-height: 33px;
  color: #fff;
}

.products-item__stock:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #4d2240;
}

.products-item__discount {
  position: absolute;
  right: -37px;
  top: -46px;
  background: #d74d9b;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.53);
  width: 97px;
  height: 97px;
  padding: 32px 5px 0;
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.products-item__zoom {
  position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, .78) url(../images/zoom-icon.png) no-repeat center center;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.53);
    padding: 32px 5px 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-size: 40%;
}
.products-item__sert {
    position: absolute;
    right: -10px;
    top: 45px;
    background: url(../images/sert.png) no-repeat center center;
    width: 58px;
    height: 58px;
}
.products-item__garant {
    position: absolute;
    right: -10px;
    top: 110px;
    background: url(../images/garant.png) no-repeat center center;
    width: 58px;
    height: 58px;
}
.products-item__xb {
    position: absolute;
    left: -10px;
    bottom: -10px;
    background: url(../images/xb.png) no-repeat center center;
    width: 69px;
    height: 61px;
}
.products-item__options {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  background: rgba(255, 255, 255, .78);
  padding: 12px 5px 14px;
  font-size: 12px;
  line-height: 1;
}

.products-item__options-item {
  padding: 2px 0;
}

.products-item__options-item__name {
  padding: 0 5px 0 0;
}

.products-item__bottom {
  padding: 13px 18px 18px;
}
.products-item__bottom .top_b {
    display: flex;
    flex-wrap: wrap;
}
.products-item__bottom .top_b .for {
    display: flex;
    width: 50%;
    margin-bottom: 13px;
    align-items: center;
}
.products-item__bottom .top_b .for:first-child .icon {
    background: url(../images/ic1.png) no-repeat center center;
    background-size: 25px;
}
.products-item__bottom .top_b .for .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #d6549c;
    margin-right: 7px;
    flex-shrink: 0;
}
.products-item__bottom .top_b .for .text {
    font-size: 13px;
}
.products-item__bottom .top_b .for.first .text span {
    padding: 0;
    background: none;
    color: #333;
}
.products-item__bottom .top_b .for .text span {
    display: inline-block;
    background: #561d3f;
    color: #fff;
    padding: 2px 3px 3px;
    border-radius: 5px;
    line-height: 1;
}
.products-item__bottom .top_b .for .text b {
    font-size: 12px;
    display: block;
}
.products-item__bottom .top_b .for:nth-child(2) .icon {
    background: url(../images/ic3.png) no-repeat center center;
    background-size: 22px;
}
.products-item__bottom .top_b .for .icon i {
    position: absolute;
    font-style: normal;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #d5509a;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
    top: -5px;
    left: -5px;
}
.products-item__bottom .top_b .for:nth-child(3) .icon {
    background: url(../images/ic3.png) no-repeat center center;
    background-size: 21px 18px;
}
.products-item__bottom .top_b .for:nth-child(4) .icon {
    background: url(../images/ic4.png) no-repeat center center;
    background-size: 21px;
}
.bot_b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 9px;
}
.price_bl {
    margin-top: -6px;
}

.products-item__old-price {
  font-size: 18px;
  line-height: 1;
  color: #43494b;
  text-align: center;
  margin: 0 0 5px;
  text-decoration: line-through;
}

.products-item__price {
  color: #d74d9b;
  text-align: center;
  line-height: 1;
  margin: 0 0 14px;
}

.products-item__price .s1 {
  font-size: 28px;
  font-weight: 600;
}

.products-item__price .s2 {
  font-size: 30px;
}

.products-item__buy {
  position: relative;
  width: 50%;
  height: 44px;
  padding: 0;
  background-color: #d74d9b;
  border-radius: 15px;
  overflow: hidden;
  border: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: all 200ms;
}

.products-item__buy:hover {
  background: #cb4691;
}

.products-item__buy__text {
  padding: 0 0 2px;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.products-item__buy__icon {
	display:none;
  position: absolute;
  right: 0;
  top: 0;
  width: 68px;
  height: 68px;
  background: rgba(255, 255, 255, .1) url(../images/buy-icon.png) no-repeat center center;
}

/* Delivery -------------------------------------------------- */

.delivery-payment {
  background: #ffdbe6 url(../images/main-bg2.jpg) no-repeat center 0;
  padding: 8px 0 60px;
}

.delivery-payment-inner {
  padding: 43px 0 0;
}

.delivery-payment .title {
  text-align: center;
  margin: 0 0 67px;
  font-family: 'MarckScript-Regular';
  font-size: 54px;
  line-height: 1;
  font-weight: normal;
  color: #4d2240;
}

.delivery-payment-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.delivery-payment-item {
  width: 420px;
  padding: 0 10px;
}

.delivery-payment-item-image {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 0 20px;
}

.delivery-payment-item-image img {
  max-width: 100%;
}

.delivery-payment-item-text {
  font-size: 26px;
  text-align: center;
  color: #4d2240;
}

.delivery-payment-item-time {
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

/* Reviews -------------------------------------------------- */

.reviews-block {
  background: #ffe9f0;
  padding: 56px 0 76px;
}

.reviews-static {
  max-width: 1246px;
  margin: 0 auto;
  padding: 0 30px;
}

.reviews-block .title {
  text-align: center;
  margin: 0 0 58px;
  font-family: 'MarckScript-Regular';
  font-size: 54px;
  font-weight: normal;
  color: #4d2240;
}

.reviews-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews-item {
  padding: 0 25px;
}

.reviews-item-image {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 0 20px;
}

.reviews-block .reviews-item-image img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.reviews-item-name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #4d2240;
  margin: 0 0 18px;
}

.reviews-item-text {
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: 74px;
  width: 10px;
  height: 16px;
  background: url(../images/rev-arrow-left.png) no-repeat 0 0;
  font-size: 0;
  line-height: 0;
  outline: none;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  top: 74px;
  width: 10px;
  height: 16px;
  background: url(../images/rev-arrow-right.png) no-repeat 0 0;
  font-size: 0;
  line-height: 0;
  outline: none;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.4;
}

.bottom-order-wr {
  text-align: center;
  padding: 30px 30px 50px;
}

a.bottom-order-btn {
  display: inline-block;
  border: none;
  padding: 19px 45px;
  background: #d74d9b;
  border-radius: 16px;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: all 200ms;
  cursor: pointer;
  outline: none;
}

a.bottom-order-btn:hover {
  background: #c2468c;
}

/* Footer ----------------------------------------------------------------------------- */

.site-footer-contacts {
  background: #fff;
}

.site-footer-contacts-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.site-footer__phone {
  background: url(../images/bot-phone-icon.png) no-repeat 0 center;
  padding: 7px 0 11px 50px;
  margin: 0 20px;
  width: 380px;
  font-size: 18px;
  line-height: 1;
}

.site-footer__phone a {
  color: #4d2240;
  text-decoration: none;
}

.site-footer__address {
  background: url(../images/bot-address-icon.png) no-repeat 0 center;
  padding: 7px 0 11px 47px;
  margin: 0 20px;
  width: 476px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.remodal.address-modal {
  max-width: 600px;
  padding: 35px 50px;
}

.address-modal-inner {
  font-size: 19px;
}

.address-modal-btn-wr {
  margin: 30px 0 0;
}

.address-modal-btn {
  display: inline-block;
  padding: 19px 45px;
  background: #4d2240;
  border-radius: 16px;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 200ms;
}

.address-modal-btn:hover {
  background: #3d1b33;
}

.site-footer__tg {
  background: url(../images/bot-tg-icon.png) no-repeat 0 center;
  padding: 7px 0 11px 67px;
  margin: 0 20px;
  width: 270px;
  font-size: 18px;
  line-height: 1;
}

.site-footer__tg a {
  color: #4d2240;
  text-decoration: none;
}

.site-footer-soc {
  padding: 13px 0 11px;
  background: #ffcbdb;
}

.site-footer-soc-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer-soc-item {
  margin: 0 5px;
  font-size: 0;
  line-height: 0;
}

.site-footer-soc-item img {
  max-width: 100%;
}

.side-phone {
  width: 50px;
  height: 50px;
  background-color: #d74d9b;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-phone svg {
  fill: #fff;
  width: 22px;
  height: 23px;
}

.remodal.callback-modal {
  max-width: 550px;
}

.callback-modal h2 {
    color: #4d2240;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 35px;
    text-transform: uppercase;
}

/* Remodal ------------------------------------------------------------ */

.remodal-wrapper {
  padding: 25px;
}

.remodal {
  max-width: 1050px;
  padding: 30px 58px 52px;
  background: #ffd8e4 url(../images/popup-bg.jpg) no-repeat center 0;
  border-radius: 14px;
}

.remodal-close {
  position: absolute;
  left: auto;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #d74d9b url(../images/popup-close.png) no-repeat center center;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.23);
  border-radius: 50%;
}

.remodal-close:before {
  display: none;
}

.popup-cart .cart-tit {
  color: #4d2240;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.popup-cart .cart-info {
  font-size: 18px;
  margin: 0 0 10px;
}

.popup-cart h4 {
  color: #f00;
  margin: 0;
}

.popup-cart table {
  margin: 45px 0 0;
  width: 100%;
  font-size: 18px;
}

.popup-cart table thead {
  display: none;
}

.popup-cart .cart-td-photo {
  text-align: left;
  font-size: 0;
  line-height: 0;
  padding: 8px 0;
  width: 90px;
}

.popup-cart .cart-td-photo img {
  max-width: 100%;
}

.cart-td-name {
  color: #272727;
  text-align: left;
  padding: 0 15px 0 24px;
}

.cart-td-name h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.cart-td-name .cart-desc {
  font-size: 18px;
}

.cart-td-price .s1 {
  white-space: nowrap;
}

.cart-td-total .s1 {
  white-space: nowrap;
}

.cart-td-amount {
  padding: 0 15px;
}

.cart-td-delete {
  padding: 0 0 0 15px;
}

.cart-td-delete button {
  width: 13px;
  height: 13px;
  border: none;
  outline: none;
  cursor: pointer;
  background: url(../images/cart-remove.png) no-repeat center center; 
}

.cart-cost {
  text-align: right;
}

.cart-cost-sum {
  display: inline-block;
  text-align: right;
  border: 1px solid #fed0de;
  border-width: 1px 0;
  padding: 25px 12px 25px 170px;
  margin: 10px 0 0;
}

.cart-cost-sum .s1 {
  font-weight: 600;
}

.cart-cost-sum .s2 {
  font-weight: 600;
}

.popup-cart .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 44px 0 0;
}

.popup-cart .buttons .back {
  padding: 19px 45px;
  background: #4d2240;
  border-radius: 16px;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: all 200ms;
}

.popup-cart .buttons .back:hover {
  background: #3d1b33;
}

.popup-cart .buttons .submit {
  margin: 0 0 0 38px;
  padding: 19px 45px;
  background: #d74d9b;
  border-radius: 16px;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: all 200ms;
}

.popup-cart .buttons .submit:hover {
  background: #c2468c;
}

.popup-cart .popup-order {
  max-width: 550px;
  margin: 40px auto 0;
}

#order-modal {
  max-width: 550px;
}

.popup-order h2 {
  color: #4d2240;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.order-frm-item {
  margin: 0 0 30px;
}

.order-frm-item label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.order-frm-title {
  min-width: 140px;
  color: #272727;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.order-frm-input {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.order-frm-input input {
  width: 100%;
  height: 50px;
  padding: 2px 24px 0;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12);
  border: none;
  font-size: 16px;
  line-height: 1;
  color: #000;
  outline: none;
}

.order-frm-input input::-webkit-input-placeholder {
  color: #ababab;
}

.order-frm-input input:-moz-placeholder {
  color: #ababab;
}

.order-frm-input input::-moz-placeholder {
  color: #ababab;
}

.order-frm-input input:-ms-input-placeholder {
  color: #ababab;
}

.order-frm-submit {
  margin: 50px 0 0;
}

.order-frm .order-frm-submit button, .order-frm .order-frm-submit input[type="submit"] {
  border: none;
  padding: 19px 45px;
  background: #d74d9b;
  border-radius: 16px;
  font-size: 26px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: all 200ms;
  cursor: pointer;
  outline: none;
}

.order-frm .order-frm-submit button:hover, .order-frm .order-frm-submit input[type="submit"]:hover {
  background: #c2468c;
}

/* timer */

/*** Block 1 ***/

.block1{
  background: #ef4778 url(../images/bl1-bg.jpg) no-repeat center 100%;
  z-index: 101;
  position: relative;
}

.block2 > .container {
  width: 100%;
}
.war-text{
  color: #ff70a6;
  text-transform: uppercase;
  font-size: 39px;
  text-align: center;
  padding: 10px 4px 11px 0px;
}
.akcia-text{
  font-size: 42px;
  text-align: center;
  width: 900px;
  margin: 0 auto;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}
.akcia-text span{
  font-size: 20px;
}

.container{
  width: 960px;
  margin: 0 auto;
}
.padStyle1 {
  padding: 30px 0px 0;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 70px;
  margin: 0;
}
.akcia-text {
  font-size: 42px;
  text-align: center;
  width: 900px;
  margin: 0 auto;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
}

.mytimer {
  width: 550px;
  margin: 0 auto;
}
.mytimer p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}

.time_circles > div {
  position: absolute;
  text-align: center;
}
.time_circles > div > h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.time_circles > div > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 300%;
  margin-top: 0.4em;
  font-weight: 400;
  color: #fbff00;
}
.el-timer2-wrapper {
  display: none;
  height: 55px;
  flex-grow: 1;
  min-width: 153px;
  margin-right: 7px;
  text-align: center;
}
.el-timer2-wrapper2 {
  display: inline-block;
  width: 150px;
}
.el-timer2 {
  height: 55px;
  position: relative;
}
.el-timer2 .time_circles > div > span {
  color: #4d2240;
}
.el-timer2 .time_circles > div > h4 {
  display: none;
}
.el-timer2 .time_circles > div > span {
  margin-top: 0.56em;
}
.el-timer2-wrapper .tit {
  background: rgba(215,78,155, 0.9);
  color: #fff;
  padding: 1px 5px;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  margin: -17px auto 0;
  position: relative;
}

.lg-outer .products-item__price {
  color: #fff;
}
.lg-outer .products-item__price .s1 {
  font-size: 30px;
}
.lg-outer .products-item__old-price {
  color: #daa4c2;
  text-align: left;
  font-size: 19px;
}
.lg-outer .products-item__buy {
  padding: 10px;
  height: auto;
  display: block;
}
.lg-outer .products-item__buy__text {
  font-size: 20px;
}
.lg-sub-html .info .price-col {
  padding-left: 30px;
}

/* Adaptive ----------------------------------------------------------------------------------- */

@media only screen and (max-width: 1660px) {
  .products-item {
    width: 29%;
    margin: 0 2% 40px;
  }

  .products-item__image {
    height: 450px;
  }

  .products-item__options {
    padding: 9px 20px 9px;
    font-size: 12px;
  }

  .products-item__price .s1 {
    font-size: 28px;
  }

  .products-item__price .s2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1556px) {
  .category-item {
    width: 460px;
    background-size: 460px;
    padding: 170px 100px 0 70px;
  }

  .category-item-name {
    font-size: 30px;
    margin: 0 0 30px;
  }

  .category-item-list li {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .category-item-list-name {
    width: 180px;
  }
}

@media only screen and (max-width: 1370px) {
  .category-item {
    width: 380px;
    height: 420px;
    background-size: 380px;
    padding: 150px 80px 0 58px;
  }

  .category-item-name {
    font-size: 25px;
    margin: 0 0 25px;
  }

  .category-item-list li {
    font-size: 16px;
    margin: 0 0 15px;
  }

  .category-item-list-name {
    width: 160px;
  }
}

@media only screen and (max-width: 1300px) {
  .top-menu ul li {
    padding: 0;
  }

  .top-menu ul li a {
    padding-right: 10px;
  }

  .products-item__image {
    height: 400px;
  }

  .products-item__discount {
    right: -22px;
    top: -30px;
    width: 70px;
    height: 70px;
    padding: 23px 5px 0;
    font-size: 22px;
  }

  .products-item__zoom {
    /*width: 56px;
    height: 56px;
    background-size: 26px;*/
  }

  .products-item__options {
    left: 0;
    right: 0;
    font-size: 14px;
  }

  .products-item__buy {
    height: 44px;
  }

  .products-item__buy__text {
    font-size: 20px;
  }

  .products-item__buy__icon {
    width: 54px;
    height: 54px;
  }

  .delivery-payment-item {
    width: 33.33%;
  }

  .site-footer__phone {
    width: 280px;
    margin: 0;
  }

  .site-footer__address {
    width: 440px;
    margin: 0 0 0 20px;
  }
  .products-item__name {
    padding: 19px 15px 0;
    font-size: 22px;
  }
}

@media only screen and (max-width: 1110px) {
  .logo {
    width: 150px;
  }

  .category-item {
    width: 300px;
    height: 330px;
    background-size: 300px;
    padding: 110px 64px 0 45px;
  }

  .category-item-name {
    font-size: 22px;
    margin: 0 0 20px;
  }

  .category-item-list li {
    font-size: 14px;
    margin: 0 0 12px;
  }

  .category-item-list-name {
    width: 140px;
  }
}

@media only screen and (max-width: 1000px) {
  .top-panel-inner {
    height: auto;
  }

  .logo {
    margin: 0 20px 0 0;
  }

  .top-menu {
    padding: 10px 0;
   display: none;
  
  }

  .top-menu ul {
    display: block;
  }

  .top-menu ul li {
    padding: 5px 0;
  }

  .small-cart-wr {
    margin: 5px 5px 5px auto;
  }

  .block1 {
    display: none;
  }
  .el-timer2-wrapper {
    display: block;
  }

}

@media only screen and (max-width: 990px) {
  .category-block {
    margin: 0 0 100px;
  }

  .products-item {
    width: 46%;
    margin: 0 2% 40px;
  }

  .site-footer-contacts-inner {
  -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
      padding: 15px 0;
  }

  .site-footer__phone {
    margin: 10px 0;
    width: 400px;
  }

  .site-footer__address {
    margin: 10px 0;
    width: 400px;
  }

  .site-footer__tg {
    margin: 10px 0;
    width: 400px;
    padding-left: 47px;
  }
}

@media only screen and (max-width: 930px) {
  .category-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category-item {
    margin-bottom: 20px;
  }

  .delivery-payment-item-text {
    font-size: 20px;
    margin: 0 0 5px;
  }

  .remodal {
    padding: 30px;
  }

  .popup-cart .cart-td-photo {
    width: 50px;
  }

  .popup-cart .buttons .back {
    padding: 18px 24px 21px;
    font-size: 22px;
  }

  .popup-cart .buttons .submit {
    padding: 18px 24px 21px;
    font-size: 22px;
    margin: 0 0 0 20px;
  }

  .popup-order button, .popup-order input[type="submit"] {
    padding: 18px 24px 21px;
    font-size: 22px;
  }
  .main-title {
    margin: 0 0 30px;
  }
  .main-title h1 {
    font-size: 27px;
  }
  .main-title .info {
    font-size: 1em;
  }
  .main-title .info {
    font-size: .85em;
  }
}

@media only screen and (max-width: 640px) {
  .top-panel .static  {
    padding: 0 5px;
  }

  .top-panel-inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

  .logo {
    width: 120px;
    height: 70px;
  }

  .main-slider {
    padding-top: 70px;
  }

  .top-menu {
    order: 3;
    width: 100%;
   display:none;
  }

  .top-menu ul {
    display: -ms-flexbox;
    display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }

  .top-menu ul li {
    padding: 5px 20px 5px 0;
  }

  .top-menu ul li a {
    padding: 0;
  }

  .top-menu ul li a:hover {
    background: none;
  }

  .top__phone {
    margin: 5px;
    display: none;
  }

  .owl-main-desktop {
    display: none;
  }

  .owl-main-mobile {
    display: block;
  }

  .owl-dots {
    bottom: 15px;
  }

  .owl-dot span {
    width: 12px;
    height: 12px;
  }

  .products-list {
    max-width: 400px;
    margin: 0 auto;
  }

  .products-item {
    width: 100%;
    margin: 0 0 40px;
  }

/*  .products-item__discount {
    right: -13px;
    top: -22px;
    width: 56px;
    height: 56px;
    padding: 20px 5px 0;
    font-size: 18px;
  }*/

  .products-item__old-price {
    font-size: 18px;
  }

  .products-item__price .s1 {
    font-size: 24px;
  }

  .products-item__price .s2 {
    font-size: 20px;
  }

  .delivery-payment-item-text {
    font-size: 16px;
  }

  .delivery-payment-item-time {
    font-size: 13px;
  }

  .reviews-block {
    padding: 40px 0;
  }

  .site-footer__phone {
    width: 100%;
  }

  .site-footer__address {
    width: 100%;
  }

  .site-footer__tg {
    width: 100%;
  }

  .popup-cart table {
    font-size: 14px;
  }

  .cart-td-name {
    padding-left: 15px;
  }

  .cart-td-name h2 {
    font-size: 14px;
  }

  .cart-cost-sum {
    padding: 15px 12px 15px 30px;
    margin: 15px 0 0;
  }


  .popup-cart .buttons .back {
    padding: 14px 17px 15px;
    font-size: 15px;
  }

  .popup-cart .buttons .submit {
    padding: 14px 17px 15px;
    font-size: 15px;
  }

  .order-frm .order-frm-submit button, .order-frm .order-frm-submit input[type="submit"] {
    padding: 14px 20px 15px;
    font-size: 20px;
  }

  .popup-cart .cart-tit {
    margin: 0 0 10px;
  }

  .popup-cart table {
    margin: 15px 0 0;
  }

  .popup-cart .popup-order {
    margin-top: 20px;
  }

  .popup-cart .popup-order h2 {
    margin: 0 0 15px;
  }

  .popup-cart .order-frm-item {
    margin: 0 0 10px;
  }

  .popup-cart .order-frm-title {
    font-size: 14px;
  }

  .popup-cart .order-frm-input input {
    height: 35px;
    border-radius: 10px;
    font-size: 14px;
  }

  .popup-cart .order-frm-submit {
    margin: 20px 0 0;
  }

  .popup-cart .order-frm .order-frm-submit button, .popup-cart .order-frm .order-frm-submit input[type="submit"] {
    padding: 11px 20px;
    border-radius: 12px;
    font-size: 18px;
  }

  .small-cart {
    margin: 0;
  }

}

@media only screen and (max-width: 640px) {
  .delivery-payment h2 {
    margin: 0 0 40px;
  }

  .delivery-payment {
    padding: 20px 0 20px;
  }

  .delivery-payment-item {
    width: 50%;
    margin: 0 0 40px;
  }

  .popup-order h2 {
    margin: 0 0 25px;
  }

  .order-frm-item label {
    display: block;
  }

  .order-frm-item {
    margin: 0 0 15px;
  }

  .order-frm-title {
    padding: 0 12px;
    margin: 0 0 5px;
    font-size: 16px;
  }

  .order-frm-submit {
    margin: 30px 0 0;
  }
  .delivery-payment .title {
    margin: 0 0 30px;
    font-size: 45px;
  }
  .lg-sub-html {
    padding: 5px;
  }
  .lg-outer .products-item__old-price {
    font-size: 17px;
  }
  .lg-outer .products-item__price .s1 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 480px) {
  .top-panel .static {
    padding: 0;
  }
  
  .logo {
    width: 90px;
  }

  .remodal-wrapper {
    padding: 20px;
  }

  .remodal {
    padding: 15px;
  }

  .popup-cart .cart-tit, .popup-order .prod-title {
    font-size: 20px;
  }

  .popup-cart .cart-td-photo {
    width: 40px;
  }

  .popup-cart table {
    font-size: 13px;
  }

  .cart-td-name {
    padding: 0 10px;
  }

  .cart-td-name h2 {
    font-size: 13px;
  }

  .cart-td-amount {
    padding: 0 10px;
  }

  .cart-td-delete {
    padding: 0 0 0 10px;
  }

  .popup-cart .buttons {
  -ms-flex-direction: column;
      flex-direction: column;
  }

  .popup-cart .buttons {
    margin: 25px 0 0;
  }

  .popup-cart .buttons .submit {
    margin: 10px 0 0;
  }

  .lg-sub-html {
    font-size: 14px;
  }
  .top__phone {
    display: none;
  }
  .main-title h1 {
    font-size: 23px;
  }
  .main-title {
    padding-top: 0;
  }
  .delivery-payment-item-image img {
    max-width: 40%;
  }
  .delivery-payment-inner {
    padding-top: 20px;
  }
  .delivery-payment .title {
    font-size: 31px;
  }
  .reviews-block {
    padding: 20px 0;
  }
  .reviews-block .title {
    margin: 0 0 25px;
  }
  .reviews-static {
    padding: 0 10px;
  }
  .bottom-order-wr {
    padding: 20px 0 0;
  }
  a.bottom-order-btn {
    font-size: 19px;
  }
  .lg-outer .lg-sub-html table td {
    padding: 2px 5px;
  }
  .lg-outer .lg-sub-html table .info-td {
    display: block;
  }
  .lg-outer .lg-sub-html .info .price-col {
    display: flex;
  }
  .lg-outer .products-item__buy {
    width: auto;
    padding: 10px;
  }
  .lg-outer .prices {
    flex-grow: 1;
  }
  .lg-outer .products-item__price {
    text-align: left;
    margin: 0;
  }
  .lg-outer .products-item__buy__text {
    font-size: 18px;
  }

}

@media only screen and (max-width: 460px) {
 
  .delivery-payment-item {
    width: 100%;
  }
}

@media only screen and (max-width: 400px) {

  .static {
    padding: 0 20px;
  }
  .logo {
    margin-right: 7px;
  }
  .top__phone {
    font-size: 15px;
    background-size: 18px;
    padding-left: 25px;
  }
 
  .small-cart-icon {
    margin: 4px 5px 0 0;
  }

  .small-cart-sum {
    font-size: 14px;
  }

  .popup-cart table {
    font-size: 12px;
  }

  .cart-td-name h2 {
    font-size: 12px;
  }

  .cart-td-amount .s2 {
    display: none;
  }
  .main-title h1 {
    font-size: 19px;
  }
}


@media (min-width: 1000px) {
  .tmn {
    display: none;
  }
  .top-menu.tmn {
    display: block;
  }
}

@media (max-width: 1000px) {
  .top-menu.tmn {
    display: none;
  }
  .top-panel-inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tmn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 5px 0 10px;
  }
  .tmn {
    width: 100%;
  }
  .tmn ul li {
    flex-grow: 1;
    width: 25%;
    margin: 0 5px;
  }
  .tmn ul li a {
    display: block;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #d64f9b;
    text-transform: uppercase;
    font-weight: bold;
  }

  .tmn ul li.active a {
    border: 1px solid #ad397a;
    border-bottom: 1px solid #922b65;
    background: #d74d9b;
    box-shadow: inset 0 1px 3px rgb(132, 48, 95), 0 1px #bd4388, 0 0 1px #ad2471;
    pointer-events: none;
    color: #fff;
  }
  
}
.products-list {
    display: none;
  }
  .products-list.active {
    display: flex;
  }

@media (max-width: 375px) {
  .tmn ul li a {
    padding: 5px;
    font-size: 11px;
    font-weight: normal;
  }
  .tmn ul li {
    flex-grow: 1;
    width: auto;
    margin: 0 2px;
  }
}

.popup-order .cart-tit {
  color: #4d2240;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
}

/* new */

.main-slider-block .inner {

}
.main-slider-block #products_ajax {

}
.main-slider-block .products-item {
  width: 100%;
  margin: 0;
  margin: auto;
  max-width: 99%;
  display: flex;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(172, 114, 147, 0.71);
  justify-content: space-between;
}

@media only screen and (max-width: 1660px){
  .main-slider-block .products-item {
    width: 100%;
    margin: 0;
    margin: auto;
    max-width: 90%;
    display: flex;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(172, 114, 147, 0.71);
    justify-content: space-between;
  }
}

.main-slider-block .products-item__options {
  position: static;
  background: none;

}
.main-slider-block .products-item__name, .products-item__cat {
  text-align: center;
}
.main-slider-block #products_ajax {
  position: relative;
}
.main-slider-block .owl-carousel .owl-nav button.owl-next {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.846px' height='451.847px' viewBox='0 0 451.846 451.847' style='enable-background:new 0 0 451.846 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23561d3f' d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744 L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284 c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");

  background-size: 36px;
  top: 44%;
  width: 30px;
  height: 36px;
}

.main-slider-block .owl-carousel .owl-nav button.owl-prev {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.846px' height='451.847px' viewBox='0 0 451.846 451.847' style='enable-background:new 0 0 451.846 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23561d3f' d='M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744 L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284 c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");

  background-size: 36px;
  top: 44%;
  width: 30px;
  height: 36px;
  transform: rotate(-180deg);
}


.main-slider-block .owl-stage-outer {
    margin: 20px 0;
}
.main-slider-block .owl-item {
  padding: 0 20px;
}
.main-slider-block .products-item__bottom .top_b .for {
  width: 50%;
}
.main-slider-block .products-item__bottom {
  padding: 0;
  width: 50%;
}
.main-slider-block .products-item__image-wr {
  position: relative;
  width: 48%;
}
/*.main-slider-block .products-item__discount {
    right: auto;
    top: -30px;
    width: 70px;
    height: 30px;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 9px;
    display: flex;
    line-height: 28px;
    left: -13px;
    top: -13px;
    box-shadow: none;
}*/
.main-slider-block .owl-carousel .owl-item img {
  border-radius: 8px;
}
.main-slider-block .products-item__discount {
  top: -13px;
  right: -13px;
}
.main-slider-block .products-item__zoom {
  position: absolute;
  right: -5px;
  top: auto;
  bottom: -5px;
  width: 52px;
  height: 52px;
  padding: 32px 5px 0;
  cursor: pointer;
  background-size: 20px;
}
.main-slider-block .products-item__sert {
  top: 85px;
}
.main-slider-block .products-item__garant {
  top: 150px;
}
.main-slider-block .products-item__stock {
  border-radius: 6px;
}
.main-slider-block .info {
  font-size: 23px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.main-slider-block .info ul {
  padding: 6px 0 0;
  margin: 0;
  list-style: none;
}
.main-slider-block .info ul li{
  font-size: 15px;
  font-weight: normal;
  padding: 0 0 3px;
}
.main-slider-block h1 {
  font-size: 24px;
  border-top: 1px solid #ddd;
  padding: 5px 0 0;
}
.main-slider-block .products-item__stock {
  top: 36px;
}
.main-slider-block .products-item__stock.in {}
.main-slider-block .products-item__stock.in {
  top: 0;
  background: #d74d9b;
  font-weight: bold;
}
.main-slider-block .products-item__stock.in:after {
  border-color: transparent transparent transparent #d74d9b;
}

.about-us {
    background: #fff;
    border-radius: 12px;
   /* box-shadow: 0 4px 10px rgba(172, 114, 147, 0.71);*/
    margin: 0 2.5%;
    line-height: 1.7;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 20px 25px 30px;
    font-style: italic;
}
.about-us .title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 0;
    font-style: normal;
}
.about-us .text {
    font-size: 14px;
}

@media (max-width: 1300px) {
  .main-slider-block .products-item__image {
    height: 100%;
  }

  .main-slider-block .products-item__sert {
    top: 65px;
  }
  .main-slider-block .products-item__garant {
    top: 130px;
  }
}

@media (max-width: 1025px) {
  .main-slider-block .info {
    font-size: 23px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }

}
@media (max-width: 400px) {
  .tmn.fx {
    margin: 0 -20px;
    width: auto;
  }
  .tmn.fx.active {
    margin: 0;
  }

  .ul {
    display: none;
  }
  .main-slider-block .info {
    font-size: 23px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd;
  }

  .main-slider-block .products-item__sert {
    top: 65px;
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  .main-slider-block .products-item__garant {
    top: 118px;
    width: 45px;
    height: 45px;
    background-size: 45px;
  }
  .main-slider-block .products-item__zoom {
    right: -15px;
    bottom: -24px;
    width: 35px;
    height: 35px;
    background-size: 15px;
  }
}
@media (min-width: 770px) {
  .main-slider-block .info.mob {
    display: none;
  }
}

@media (max-width: 769px) {
  .main-slider-block .info {
    margin-top: 15px;
  }
  .main-slider-block .info.mob {
    font-size: 23px;
    display: block;
  }
  .main-slider-block .products-item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-slider-block .products-item__bottom {
    padding: 0;
    width: 100%;
  }
  .main-slider-block .products-item__image-wr {
    position: relative;
    width: 100%;
  }
  /*
  .main-slider-block .info span {
    display: none;
  }
  */
  .main-slider-block .info.mob {
    margin-bottom: 10px;
  }
  .main-slider-block .info ul li {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
  }
  .main-slider-block .info ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #561d3f;
    border-radius: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .main-slider-block .info ul {
    padding: 6px 0 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .main-slider-block .owl-item {
    padding: 0;
  }
  .main-slider-block .products-list {
    max-width: 100%;
    margin: 0 auto;
  }
  .main-slider-block .owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }
  .main-slider-block .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .main-slider-block h1 {
    padding-top: 10px;
  }
}
@media (max-width: 620px) {
  .main-slider-block .info.mob {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .main-slider-block .products-item {
    width: 100%;
    margin: auto;
    max-width: 100%;
    display: flex;
    padding: 20px;
    box-shadow: none;
    justify-content: space-between;
  }
  .main-slider-block .info.mob {
    font-size: 15px;
    display: block;
  }
  .main-slider-block .products-item__stock {
    position: absolute;
    left: -15px;
    height: 23px;
    padding: 0 7px 0 16px;
    font-size: 12px;
    line-height: 23px;
    color: #fff;
  }
  .main-slider-block .products-item__stock:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
  }
  .main-slider-block .owl-carousel .owl-nav button.owl-next {
    background-repeat: no-repeat;
    top: 44%;
    width: 30px;
    right: -15px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    background-size: 17px;
    background-position: 70% 50%;
    box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.5);
  }
  .main-slider-block .owl-carousel .owl-nav button.owl-prev {
    background-repeat: no-repeat;
    top: 44%;
    width: 30px;
    left: -15px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    background-size: 17px;
    background-position: 70% 50%;
    box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.5);
  }
  .main-slider-block .info ul li {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
  }
  .main-slider-block .products-item__stock {
    top: 26px;
  }
}

.tmn.fx {
  visibility: hidden;
}
.tmn.fx.active {
  visibility: visible;
}

.tmn.fx ul {
  padding-top: 10px;
}
.tmn.fx {
  padding: 0 2%;
}

@media only screen and (max-width: 1000px)
{
  .main-title {
    margin: 0 0 0px;
    padding: 0px 0 0;
  }
  .products-list.active {
    margin-top: 0;
  }
}

@media (max-width: 481px) {
  .about-us {
    line-height: 1.5;
    margin: 10px 0 0;
  }
}
@media (max-width: 400px) {
  .tmn.fx {
    padding: 0;
  }
  .tmn.fx ul li a {
    text-transform: none;
  }
}

#products_ajax h2 {
  margin: 10px 0 20px;
  width: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #561d3f;
  text-transform: none;
}

.menu-title {
  text-align: center;
    margin-top: 10px;
}


.tmn.fx ul li a {
  background: #fff;
}

.tmn.fx ul li.active a {
  background: #d74d9b;
}

.sizes-bottom {
  margin: 25px 0 0;
}
.sizes {
  display: inline-block;
}
.sizes a {
  display: inline-block;
  background-color: #d74d9b;
  border-radius: 8px;
  cursor: pointer;
  padding: 4px 15px;
  color: #fff;
  text-decoration: none;
  margin: 3px 3px 0 0;
}
.sizes a:hover {
  background: #cb4691;
  text-decoration: none;
}

.sizes-top {
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
  font-size: 16px;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.products-item__slider.owl-carousel {
  z-index: auto;
}
.products-item__slider.owl-carousel .owl-nav > button {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: none;
}
.products-item__slider.owl-carousel .owl-nav > button span {
  font-size: 0;
}
.products-item__slider.owl-carousel .owl-nav > button:before {
  font-family: 'slick';
  content: '←';
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.products-item__slider.owl-carousel .owl-nav > button.owl-next {
  left: auto;
  right: 20px;
  transform: rotate(180deg);
}
.products-item__slider.owl-carousel .owl-dots {
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  .products-item__image .owl-item img {
    height: 325px;
  }
}
@media only screen and (max-width: 1024px) {
  .products-item__image .owl-item img {
    height: 280px;
  }
}
@media only screen and (max-width: 990px) {
  .products-item__image .owl-item img {
    height: calc(calc(92vw - 60px) / 2);
  }
}
@media only screen and (max-width: 860px) {
  .products-item__slider.owl-carousel .owl-nav {
    display: none !important;
  }
  .products-item__slider.owl-carousel .owl-dots {
    display: block !important;
  }
}

@media only screen and (max-width: 769px) {
  .sizes-bottom {
    display: none;
  }
  .sizes-top {
    display: flex;
  }
}

@media only screen and (max-width: 640px) {
  .products-item__image .owl-item img {
    height: 400px;
  }
}

@media only screen and (max-width: 460px) {
  .sizes-top {
    font-size: 14px;
  }
  .products-item__image .owl-item img {
    height: calc(100vw - 60px);
  }
}
@media only screen and (max-width: 400px) {
  .sizes-top {
    padding-top: 5px;
  }
}