/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.product-card.product-list__item a {
    text-decoration: none;
}
.content_el a:hover .product-card__price-info {
    color: #2c2c2c;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

* {
  outline: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container::after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}

.container-text {
  max-width: 935px;
  margin: 0 auto;
}

.container-text::after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}

body {
  position: relative;
  min-width: 1230px;
  color: #2c2c2c;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

a {
  color: #2c2c2c;
}

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

h1,
.h1 {
  margin: 0;
  font-family: Marmelad;
  font-size: 36px;
  font-weight: 400;
}

h1--centered,
.h1--centered {
  text-align: center;
}

h2,
.h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

h2--centered,
.h2--centered {
  text-align: center;
}

h3,
.h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

h3--centered,
.h3--centered {
  text-align: center;
}

.btn {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 189px;
  padding: 8px 5px 9px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #f48b5b;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  background: none;
  background-color: #f48b5b;
  line-height: inherit;
}

.btn:hover {
  color: #fff;
    border: 1px solid #ce6743;
    background-color: #ce6743;
}

.btn--light {
  color: #2c2c2c;
  background: none;
}

.btn--light:hover {
  border: 1px solid #f48b5b;
  background-color: #f48b5b;
}

.btn--blue {
  border: 1px solid #508e99;
  background-color: #508e99;
}

.btn--blue:hover {
  border: 1px solid #2ba2b7;
  background-color: #2ba2b7;
}

.iconed-list {
  padding: 0;
}

.iconed-list li {
  position: relative;
  display: block;
  min-height: 38px;
  margin-bottom: 27px;
  padding-left: 45px;
}

.iconed-list__icon {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 34px;
}

.styled-form ::-webkit-input-placeholder {
  color: #c0c6ce;
}

.styled-form :-ms-input-placeholder {
  color: #c0c6ce;
}

.styled-form ::-ms-input-placeholder {
  color: #c0c6ce;
}

.styled-form ::placeholder {
  color: #c0c6ce;
}

.styled-form label {
  display: block;
  padding-left: 31px;
  text-align: left;
  color: #524c48;
}

.styled-form input[type=text],
.styled-form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 30px 13px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.styled-form input[type=text]:focus,
.styled-form textarea:focus {
  border: 1px solid #b5bdbf;
}

.styled-form input[type=text] {
  line-height: 1;
}

.styled-form .improper-value {
  border: 1px solid #ef2424 !important;
  -webkit-box-shadow: inset 0 0 10px rgba(215, 46, 46, 0.19) !important;
  box-shadow: inset 0 0 10px rgba(215, 46, 46, 0.19) !important;
}

.styled-form__row {
  margin-bottom: 30px;
}

.styled-form__row::after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}

.styled-form__col {
  float: left;
  width: 49%;
}

.styled-form__col + .styled-form__col {
  margin-left: 2%;
}

.bold {
  font-weight: 700;
}

.circle-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f7bfa6;
  background-repeat: no-repeat;
  background-position: center;
}

.header {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
}

.header__top {
  padding: 7px 0;
  font-size: 14px;
      background-repeat: no-repeat;
    background-position: left -14px, 0 0;
    background-image: url(../img/htop-flower.png), linear-gradient(180deg, #deeaeb 70px, #fcf9fc 50px, #fcf9fc 100%);
}

.header__top::after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}

.header__top-left {
  float: left;
}

.header__account {
  float: right;
  text-decoration: none;
}

.header__account:hover {
  color: #0c5b68;
}

.header__bottom {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 18px rgba(61, 61, 61, 0.16);
  box-shadow: 0 0 18px rgba(61, 61, 61, 0.16);
}

.header__logo {
  float: left;
  margin-right: 5px;
}

.header__menu {
  float: left;
}

.header__phone {
  float: left;
  margin: 10px 0;
  margin-right: 10px;
}
.header__phone a {
  clear: both;float: none;
  display: block;
}
.whatsapp {
    background: url(/img/whatsappIcon.png) no-repeat;
    padding: 10px 0px 10px 47px;
    background-position: -7px;
    background-size: 45px;
    text-decoration: none;
}

.header__cart {
  float: right;
  padding: 39px 0;
  width: 130px;
}

.logo {
  display: block;
  padding: 21px 0 19px;
  font-size: 14px;
  text-decoration: none;
}

.logo__image {
  color: #f58b5b;
  font-family: Marmelad;
  font-size: 35px;
}

.logo__slogan {
  display: block;
}

.main-menu__list {
  margin: 0;
  padding: 38px 0;
}

.main-menu__list::after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}

.main-menu__list li {
  position: relative;
  display: block;
  float: left;
  margin-right: 20px;
}

.main-menu__list li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #0c5b68;
}

.main-menu__list li:hover .main-menu__parent-icon {
  background-color: #f48b5b;
  background-image: url(../img/icon-menu-close.svg);
}

.main-menu__list li:hover > a {
  color: #f48b5b;
}

.main-menu__list li:hover ul {
  visibility: visible;
  opacity: 1;
}

.main-menu__list ul {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  width: 422px;
  margin: 0;
  margin-top: 10px;
  padding: 20px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f48b5b;
}

.main-menu__list ul::before {
  position: absolute;
  bottom: 100%;
  display: block;
  width: 100%;
  height: 10px;
  content: "";
}

.main-menu__list ul li {
  float: none;
  margin-right: 0;
}

.main-menu__list ul a {
  display: block;
  padding: 3px 40px;
  text-transform: none;
  color: #fff;
}

.main-menu__list ul a:hover {
  color: #2c2c2c;
  background-color: #f7bfa6;
}

.main-menu__parent-icon {
  margin-right: 10px;
  background-image: url(../img/icon-menu.svg);
}

.phone-link {
  text-decoration: none;
}

.phone-link:hover .phone-link__icon {
  background-color: #f48b5b;
}

.phone-link__icon {
  margin-right: 17px;
  background-image: url(../img/icon-phone.svg);
}

.cart {
  display: block;
  text-decoration: none;
}

.cart:hover {
  color: #2c2c2c;
}

.cart:hover .cart__icon {
  background-color: #f48b5b;
}

.cart__icon {
  margin-right: 17px;
  background-image: url(../img/icon-cart.svg);
}

.main-slider {
  overflow: hidden;
  padding-bottom: 110px;
}

.main-slider__slide {
  position: relative;
  min-height: 640px;
  padding-top: 140px;
}

.main-slider__slide-content {
  position: relative;
  z-index: 1;
  width: 570px;
  padding: 105px 0 0;
}

.main-slider__slide-header {
  text-transform: uppercase;
  font-family: Marmelad;
  font-size: 60px;
  line-height: 1.1;
}

.main-slider__slide-price {
  text-transform: uppercase;
  font-family: Marmelad;
  font-size: 30px;
}

.main-slider__slide-price span {
  color: #f58b5b;
  font-size: 59px;
}

.main-slider__slide-img {
  position: absolute;
  bottom: -107px;
  left: 50%;
  margin-left: -308px;
}

.main-slider__item-info {
  position: absolute;
  bottom: 446px;
  left: 50%;
  min-width: 303px;
  margin-left: 127px;
  padding-top: 11px;
  border-top: 1px dashed #f48b5b;
}

.main-slider__item-info::after {
  position: absolute;
  top: -8px;
  right: -43px;
  display: block;
  width: 17px;
  height: 17px;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f48b5b;
}

.main-slider__item-price {
  text-transform: uppercase;
  font-family: Marmelad;
  font-size: 19px;
}

.main-slider__item-price span {
  font-size: 13px;
}

.main-slider__slide-1 {
  background-color: #fcf9fc;
  background-image: url(../img/htop-flower.png), linear-gradient(180deg, #deeaeb 50px, #fcf9fc 50px, #fcf9fc 100%);
  background-repeat: no-repeat;
  background-position: left -14px, 0 0;
}

.main-slider__slide-2 {
  background-color: #fcf1e5;
  background-image: url(../img/htop2-flower.png), linear-gradient(180deg, #deeaeb 50px, #fcf1e5 50px, #fcf1e5 100%);
  background-repeat: no-repeat;
  background-position: -253px -5px, 0 0;
}

.main-slider__slide-2 .main-slider__slide-img {
  bottom: -85px;
  margin-left: -120px;
}

.main-slider__slide-2 .main-slider__slide-content {
  width: 640px;
}

.main-slider .slick-list {
  overflow: visible;
}

.main-slider .slick-dots {
  position: absolute;
  bottom: 74px;
  left: 50%;
  margin: 0;
  margin-left: -602px;
  padding: 0;
  font-size: 0;
}

.main-slider .slick-dots li {
  display: inline-block;
}

.main-slider .slick-dots button {
  margin-right: 10px;
  padding: 4px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none;
}

.main-slider .slick-dots button::before {
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f7bfa6;
}

.main-slider .slick-dots button:hover::before {
  background-color: #f48b5b;
}

.main-slider .slick-dots .slick-active button {
  border: 1px solid #f48b5b;
}

.main-catalog {
  margin-top: -38px;
  padding-bottom: 82px;
  text-align: center;
}

.main-catalog__items {
  margin-bottom: 117px;
  font-size: 0;
}

.main-catalog__item {
  position: relative;
  display: inline-block;
  width: 299px;
  min-height: 299px;
  margin-bottom: 5px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}
.main-catalog__item:last-of-type{
  margin-top: 32px;
}


.main-catalog__item:nth-of-type(2n) {
  top: 73px;
}

.main-catalog__item:hover::before {
  background-color: #ffe6db;
}

.main-catalog__item:hover .main-catalog__item-name {
  color: #f48b5b;
  background-color: transparent;
}

.main-catalog__item-name {
  position: absolute;
  z-index: 1;
  top: 45px;
  left: 171px;
  width: 127px;
  padding: 5px;
 /* background-color: #fff;*/
}

.main-catalog__item-img,
.main-catalog__item-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}

.main-catalog__item-img-hover {
  visibility: hidden;
  opacity: 0;
}

.main-catalog__item:hover .main-catalog__item-img-hover {
  visibility: visible;
  opacity: 1;
}

.main-catalog__item:hover .main-catalog__item-img {
  visibility: hidden;
  opacity: 0;
}

.main-advantages {
  position: relative;
  padding: 65px 0 56px;
  text-align: center;
  background-color: #f2f8f9;
}

.main-advantages::before,
.main-advantages::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.main-advantages::before {
  bottom: -35px;
  left: 0;
  width: 220px;
  height: 240px;
  background-image: url(../img/ma-bg-flo-left.png);
}

.main-advantages::after {
  top: -35px;
  right: 0;
  width: 179px;
  height: 240px;
  background-image: url(../img/ma-bg-flo-right.png);
}

.main-advantages__list {
  margin: 0;
  margin-top: 50px;
  padding: 0;
  text-align: left;
  font-size: 0;
}

.main-advantages__item {
  position: relative;
  display: inline-block;
  width: 330px;
  margin-bottom: 50px;
  padding-right: 59px;
  text-align: right;
  vertical-align: top;
  font-size: 16px;
}

.main-advantages__item:nth-of-type(2n) {
  margin-left: 420px;
  padding-right: 0;
  padding-left: 59px;
  text-align: left;
}

.main-advantages__item:nth-of-type(2n) .main-advantages__item-img {
  right: auto;
  left: 0;
}

.main-advantages__item-title {
  text-transform: uppercase;
}

.main-advantages__item-img {
  position: absolute;
  top: 5px;
  right: 0;
  width: 34px;
}

.main-advantages__img {
  position: absolute;
  bottom: -130px;
  left: 50%;
  margin-left: -214px;
  z-index: 1;
}

.main-content {
  position: relative;
  padding-top: 190px;
  padding-bottom: 55px;
  /* background-image: url(../img/mc-bg-flow.jpg), url(../img/mc-bg-girl.jpg), url(../img/mc-bg-1.png), url(../img/mc-bg-2.png); */
  background-image: url(../img/mc-bg-2.jpg), url(../img/mc-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom, center 40px;
  /*background-position: -255px bottom, 1050px bottom, 0px -247px, 1361px 60px;*/
}

.main-content::before {
  position: absolute;
  top: -30px;
  left: 50%;
  display: block;
  width: 254px;
  height: 254px;
  margin-left: -675px;
  content: "";
  background-image: url(../img/mcont-bg.png);
  background-repeat: no-repeat;
}

.product-card {
  position: relative;
  overflow: hidden;
  padding: 10px 10px 35px;
  text-align: center;
  border: 1px solid #cee0e1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.product-card__image-wrapper {
  display: block;
  overflow: hidden;
  height: 167px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.product-card__image {
  max-height: 100%;
      margin: 0 auto;
}

.product-card__btn {
  margin: 5px;
}

.product-card__name {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 17px;
}

.product-card__price-info {
  margin-bottom: 13px;
  font-size: 18px;
}

.product-card__price {
  color: #f48b5b;
  font-family: Marmelad;
  font-size: 25px;
}

/*.product-card__stock {
  margin-bottom: 15px;
}*/

.product-card__stock--in::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  content: "";
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #28ae6a;
}

.product-card__stock--out::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  content: "";
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ae283a;
}

.product-card--hit::before {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: -27px;
  display: block;
  width: 100px;
  padding: 3px 0px;
  content: "HIT";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  background-color: #cb3838;
}




.product-list {
  margin-left: -9px;
  margin-right: -10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-list__item {
  width: 260px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-left: 12px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.product-list__item:hover {
  -webkit-box-shadow: 0 0 18px rgba(61, 61, 61, 0.18);
  box-shadow: 0 0 18px rgba(61, 61, 61, 0.18);
}

.main-products__text {
  margin-bottom: 59px;
}

.tabset {
  position: relative;
  margin-bottom: 18px;
}

.tabset__list {
  padding-bottom: 9px;
  text-align: center;
  border-bottom: 1px solid #f48b5b;
  font-size: 0;
}

.tabset__list-item {
  display: inline-block;
  width: 296px;
  margin: 0 2.5px;
  padding: 19px 5px;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  background-color: #dbebec;
  font-size: 16px;
}

.tabset__list-item:hover {
  color: #fff;
  background-color: #6496a0;
}

.tabset__list-item--active {
  color: #fff;
  background-color: #f48b5b;
}

.tabset__content {
  display: none;
  width: 100%;
  padding: 32px 0;
}

.tabset__content--active {
  display: block;
  width: auto;
}

.product-slider {
  padding-bottom: 68px;
  clear: both;
}

.product-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0;
  width: 38px;
  height: 38px;
  background-color: #f7bfa6;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.product-slider .slick-arrow:hover {
  background-color: #f48b5b;
}

.product-slider .slick-prev {
  margin-left: -49px;
  background-image: url(../img/ps-prev.svg);
}

.product-slider .slick-next {
  margin-left: 10px;
  background-image: url(../img/ps-next.svg);
}

.what-we-do {
  margin-bottom: 23px;
}

.what-we-do::after {
  display: table;
  clear: both;
  height: 0;
  content: "";
}

.what-we-do__left-list {
  float: left;
  width: 50%;
  margin: 0;
}

.what-we-do__right-list {
  float: right;
  width: 42%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.what-we-do__right-list li {
  margin-bottom: 14px;
}

.main-consult {
  padding: 54px 0;
  background-color: #f6ebe6;
}

.footer {
  padding: 53px 0 64px;
  background-color: #f2f8f9;
}

.footer__col {
  float: left;
  width: 25%;
}

.footer__col--double {
  width: 50%;
}

.footer__logo {
  font-size: 15px;
}

.footer__catalog {
  padding-top: 13px;
}

.footer__catalog-item {
  display: inline-block;
  width: 40%;
  margin-bottom: 4px;
  padding: 0 5%;
  vertical-align: top;
  text-decoration: none;
  color: #0c5b68;
}

.footer__catalog-item:hover {
  color: #f48b5b;
}

.footer__contacts {
  max-width: 211px;
  margin: 0 auto;
  margin-right: 0;
  padding-top: 22px;
  text-align: center;
}

.footer__phone {
  display: inline-block;
  margin-bottom: 32px;
}

.footer__mail {
  color: #0c5b68;
}

.footer__mail:hover {
  text-decoration: none;
  color: #f48b5b;
}

.csscolumns .footer__catalog {
  -webkit-columns: 2;
  columns: 2;
}

.csscolumns .footer__catalog-item {
  display: block;
  width: auto;
}

.to-top-btn {
  position: fixed;
  z-index: 1;
  right: 90px;
  bottom: 200px;
  display: none;
  padding: 22px 18px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f7bfa6;
  font-size: 0;
}

.to-top-btn:hover {
  background-color: #f48b5b;
}

.consult-form {
  width: 692px;
  margin: 0 auto;
  text-align: center;
}

.consult-form__agreement {
  color: #676767;
}

.consult-form__agreement a {
  color: inherit;
}

.consult-form__btn {
  margin-top: 43px;
}

.success-icon {
  display: block;
  margin: 50px auto 25px;
}

.success-icon--left {
  margin-left: 0;
}

.product-card .title {
    min-height: 58px;
}

span.old_price {
    color: brown;
    /* font-style: italic; */
    text-decoration: line-through;
}
.breadcrumbs_wrap {
background-color: #f6f3f2;
    padding-top: 175px;
}

.wrap.inner .header__top {
    background-color: #deeaeb;
}

ul.breadcrumb li {
    float: left;
    list-style: none;
    padding-bottom: 7px;
    text-align: left;
    margin: 0px;
	    margin-right: 27px;
		    position: relative;
}

ul.breadcrumb {
    padding: 0px;
}

ul.breadcrumb a span {
    /* color: #2c2c2c; */
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #558790;
    text-decoration: underline;
    margin-left: 0px;
}

ul.breadcrumb span {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
   /* margin-left: 27px;*/
   
    position: relative;
}

ul.breadcrumb li:after {
    content: ".";
    position: absolute;
    color: #f7bfa6;
    font-size: 29px;
    left: -18px;
    margin-top: -16px;
}

ul.breadcrumb a span:before {
    display: none;
}

ul.breadcrumb a span:hover {
    text-decoration: none;
}

.wrap.inner h1 {
    padding: 20px 0px;
}

.zakaz_wrap {
    height: 243px;
    border-radius: 4px;
    width: 1120px;
    background-color: #f2f8f9;
    padding: 40px;
    position: relative;
}

.zakaz_wrap:before {
    content: "";
    background: url(/img/cup.png);
    width: 328px;
    height: 279px;
    position: absolute;
    right: 0;
}

.zakaz_wrap_h1 {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 40px;
}

.zakaz_item {
    float: left;
    width: auto;
    margin-right: 100px;
}

.zakaz_item p {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0px;
    margin: 0px;
}

.zakaz_item img {
    margin-bottom: 10px;
}

.zakaz_item p a {
    /* font-family: "Ubuntu - Bold"; */
    font-weight: 700;
    /* font-weight: bold; */
    text-decoration: none;
}

.clear {
    clear: both;
}

.zakaz_wrap_left {
    width: 49%;
    float: left;
    margin-top: 80px;
    border-right: 1px solid  #f7bfa6;
}

.zakaz_wrap_right {
    width: 40%;
    float: left;
    margin-top: 80px;
    padding-left: 70px;
}

.zakaz_wrap_left_h1 {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.zakaz_wrap_left_h1 {
    margin-bottom: 50px;
}

.zakaz_wrap_right img {
    margin-bottom: 30px;
}

p.opl_za img {

    display: block;
    float: left;
    margin-right: 20px;
}

p.opl_za.hid span {
    line-height: 48px;
}

p.opl_za span {
    display: block;
    /* float: left; */ */
    width: 100%;
}

p.opl_za {
    display: block;
    /* float: left; */
    margin-bottom: 25px;
    overflow: hidden;
}

.zakaz_wrap_bottom {
	    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 80px;
}
.zakaz_wrap_bottom a {
    width: 286px;
}

.kont_left {
    float: left;
    width: 540px;
    padding-right: 60px;
}

.kont_right {
    float: left;
    width: 50%;
}
.kont_yand {
    clear: both;
    /* float: right; */
    text-align: right;
    width: 100%;
    /* margin-left: 122px; */
    margin-top: 50px;
    margin-bottom: 50px;
}

.eslihelp {
    height: 22px;
    border-radius: 4px;
    background-color: #f2f8f9;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    margin-bottom: 50px;
}

.kontl2 {
    position: relative;
    margin-left: 40px;
	    margin-bottom: 26px;
}

.kontl2:before {
    content: "";
    background: url(/img/k2.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
}

.kontl1 {
    position: relative;
    margin-left: 40px;
	    margin-bottom: 26px;
}

p.kontl1:before {
    content: "";
    background: url(/img/k1.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
}

p.kontl3 {
    position: relative;
    margin-left: 40px;
	    margin-bottom: 26px;
}

p.kontl3:before {
    content: "";
    background: url(/img/k3.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
}

p.kontl4 {
    position: relative;
    margin-left: 40px;
	    margin-bottom: 26px;
}

p.kontl4:before {
    content: "";
    background: url(/img/k4.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
}

p.kontl2 a {
    /* font-family: "Ubuntu - Bold"; */
    font-weight: 700;
    text-decoration: none;
}

.col-md-6.office-auth-login-wrapper {
    float: left;
    width: 49%;
	    max-width: 490px;
		    background: url(/img/fon1.png) no-repeat;
    height: 495px;
    padding: 50px;
    margin-right: 20px;
}

.col-md-6.office-auth-register-wrapper {
    float: left;
    width: 49%;
	     max-width: 487px;
		    background: url(/img/fon2.png) no-repeat;
height: 785px;
    padding: 50px;
	box-shadow: none;
    border: none;
    border-radius: 0;
	padding-bottom: 30px;
}

div#office-auth-form h4 {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0px;
}
#office-auth-form .red {
    color: #2c2c2c !important;
}


div#office-auth-form .col-md-6.office-auth-login-wrapper input {
    width: 316px;
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: none !important;
    padding-left: 20px;
}
div#office-auth-form .col-md-6.office-auth-register-wrapper input {
    width: 316px;
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: none !important;
    padding-left: 20px;
}

div#office-auth-form .form-group label {
    padding-left: 20px;
	    margin-bottom: 5px;
    display: block;
}

div#office-auth-form small {
    color: #908986;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    max-width: 300px;
    display: block;
    margin-left: 20px;
}

p.help-block {
    padding-top: 10px;
    margin: 0px;
    margin-bottom: 13px;
}

ul#pagination-flickr li {
    width: 45px;
    height: 45px;
    border: 1px solid #c5dee3;
    border-radius: 50%;
    display: block;
    float: left;
    list-style: none;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
}

ul#pagination-flickr li a {
    text-align: center;
    text-decoration: none;
}

.my-pagination {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

ul#pagination-flickr {
    margin: 0px;
    padding: 0px;
}

ul#pagination-flickr li.active {
    background: #c5dee3;
}

ul#pagination-flickr li.control {
    font-size: 0px;
    position: relative;
}

ul#pagination-flickr li.control:before {
    content: "";
    font-size: 20px;
    background-image: url(/img/strel2.svg);
    width: 6px;
    height: 11px;
    position: absolute;
    top: 17px;
    left: 20px;
}

ul#pagination-flickr li a {
    display: block;
}







#pagination-flickr li {
    width: 45px;
    height: 45px;
    border: 1px solid #c5dee3;
    border-radius: 50%;
    display: block;
    float: left;
    list-style: none;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
}

#pagination-flickr li a {
    text-align: center;
    text-decoration: none;
}

#pagination-flickr {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}


#pagination-flickr li.active {
    background: #c5dee3;
}

#pagination-flickr li.control {
    font-size: 0px;
    position: relative;
}

#pagination-flickr li.control:before {
    content: "";
    font-size: 20px;
    background-image: url(/img/strel2.svg);
    width: 6px;
    height: 11px;
    position: absolute;
    top: 17px;
    left: 20px;
}

#pagination-flickr li a {
    display: block;
}






.products-list.katalog .product-card.product-list__item {
    margin-left: 0px;
	    min-height: 453px;
}

.title_opis {
    color: #929292;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.title_art {
    display: none;
}
button.btn.btn-default.pull-right {
    margin-top: 15px;
}

.img {
    max-height: 167px;
    display: block;
}

.img img {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.katalog_bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.left_col {
    width: 285px;
    float: left;
    margin-right: 50px;
}

.right_col {
    width: 800px;
    float: left;
}

.right_col .product-card.product-list__item:nth-child(3n) {
    margin-right: 0px;
}

.right_col .product-card.product-list__item {
    width: 253px;
}

.inner_cat_menu {
    background: #f6ebe6;
     /* padding: 30px 30px 30px 20px;*/
    position: relative;
	    border-radius: 7px;
}
.inner_cat_menu ul li.first:hover {
    border-radius: 7px 7px 0px 0px;
}
.inner_cat_menu ul li.last:hover {
    border-radius: 0px 0px 7px 7px;
}

.inner_cat_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
	    z-index: 1;
    position: relative;
	    border-radius: 7px;
}
.inner_cat_menu:before {
    content: "";
    background: url(/img/fl_top.png) no-repeat;
    position: absolute;
width: 206px;
height: 140px;
    top: 0px;
    left: 0px;
	    z-index: 1;
}

.inner_cat_menu:after {
    content: "";
    background: url(/img/fl_bottom.png) no-repeat;
    position: absolute;
    /* width: 206px; */
    /* height: 140px; */
    bottom: -122px;
    left: 0px;
    width: 223px;
    height: 261px;
}

.inner_cat_menu ul li {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  /*  margin-bottom: 24px;*/
}

.inner_cat_menu ul li ul {
    display: none;
}

.inner_cat_menu ul li.last {
    margin-bottom: 0px;
	padding-bottom: 30px;
}

.inner_cat_menu ul li a {
    text-decoration: none;
}

.inner_cat_menu ul li {
    position: relative;
  /*  margin-left: 10px;*/
	    padding: 10px 30px 10px 30px;
}

.inner_cat_menu ul li:before {
    background: #f48b5b;
    content: "";
    /* font-size: 34px; */
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    left: 14px;
    top: 18px;
}
.inner_cat_menu ul li:hover:before { background: #306670;}
.inner_cat_menu ul li:hover a{color: #306670;}

div#msGallery img {
    /*width: 596px !important;
    height: 419px;*/
	    width: 100% !important;
    height: 100%;
    max-width: 590px;
}

div#msGallery {
    float: left;
}

div#msProduct {
    margin-top: 40px;
}

.kartochka_right {
    float: left;
	    width: 540px;
		    margin-bottom: 50px;
}

.kartochka_left {
    float: left;
    max-width: 600px;
    margin-right: 56px;
}

form.form-horizontal.ms2_form {
    width: 453px;
   min-height: 209px;
    border-radius: 4px;
    background-color: #e6eff0;
    padding: 20px 40px;
}
.wrap.inner .kartochka_right h1 {
    padding: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}
input#product_price {
    width: 181px;
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: none;
    padding-left: 20px;
	    margin-top: 10px;
    margin-bottom: 20px;
}
.form-group.opisanie {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 20px;
}

.tabset.karwrap .tabset__list {
    text-align: left;
}

.tabset.karwrap .tabset__list a {
    text-align: center;
}

.kartochka_right span.product-card__price {
    color: #2c2c2c;

}
ul.breadcrumb li:first-child:after {
    display: none;
}
form.form-horizontal.ms2_form.fillcart {
    width: 100%;
    background: #fff;
	    padding: 0px;
}

.block_newcart .col-md-6.block1 {
    width: 1100px;
    border-radius: 4px;
    background-color: #e6eff0;
    padding: 50px;
    display: block !important;
	margin-bottom: 20px;
    /* max-width: 1200px !important; */
}
.block_newcart .col-md-6.block1:after {
  content: "";
  display: block;
  clear: both;
}

.block_newcart .col-md-6.block1 h4 {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}


.block_newcart .col-md-6.block1 input {
    width: 316px;
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 0px;
    padding-left: 20px;
	    border: 1px solid #fff;
}

.block_newcart .col-md-6.block1 .form-group.input-parent {
    float: left;
    width: 33.33%;
}

.block_newcart .col-md-6.block1 textarea {
    width: 1049px;
    height: 85px;
    border-radius: 23px;
    background-color: #ffffff;
    border: none;
    padding-left: 20px;
	padding-top: 10px;
  max-width: 100%;
	
}

.block_newcart .col-md-6.block1 .form-group.input-parent.areatext {
    margin-top: 20px;
    width: 100%;
}

div#payments {
    width: 287px;
    height: 80px;
    border-radius: 4px;
    background-color: #e6eff0;
    padding: 40px 50px;
    /* padding-top: 40px; */
    margin-right: 20px;
    margin-bottom: 20px;
}

div#payments h4 {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 0px;
    padding-top: 0px;
    margin-top: 20px;
}

div#deliveries {
    width: 287px;
    height: 176px;
    border-radius: 4px;
    background-color: #e6eff0;
    padding: 40px 50px;
}

div#deliveries h4 {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 0px;
    padding-top: 0px;
    margin-top: 20px;
}
div#deliveries p {
  color: #9b9d9e;
  margin: 0 0 15px 0;
}


.block_adre_left {
    float: left;
}

.block_adre {
    float: left;
    width: 693px;
    height: 357px;
    border-radius: 4px;
    background-color: #e6eff0;
    padding: 40px 50px;
}

.block_adre h4 {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 0px;
    padding-top: 0px;
    margin-top: 20px;
}


.block_adre .form-group.input-parent {
    width: 50%;
    float: left;
	    margin-bottom: 14px;
}

.block_adre .form-group.input-parent input {
    width: 305px;
    height: 45px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 0px;
	    padding-left: 20px;
}
.block_adre .form-group.input-parent label {
    display: block;
    margin-left: 20px;
    margin-bottom: 7px;
}

.well {
    float: right;
    text-align: right;
    margin-top: 40px;
    margin-bottom: 20px;
}
#msOrder {
    margin-top: 0px !important;
}


td.remove button.remov {
    width: 30px;
    height: 30px;
    background: url(/img/del.svg);
    border: none !important;
}

tr.headtabl {

    border-radius: 20px 20px 0 0;
    background-color: #dbebec;
}

table.table.table-striped {
    border-spacing: 0px;
    width: 100%;
}

.table-responsive {
    display: block;
    border-radius: 20px 20px 0 0;

    overflow: hidden;
}

tr.headtabl td {
    padding: 19px 0px;
    line-height: normal !important;
}

table.table.table-striped td.image {
    padding: 0px;
    margin: 0px;
    text-align: left !important;
}

table.table.table-striped td.image img {
    border-radius: 5px;
    margin-top: 20px;
	    margin-bottom: 10px;
      max-width: 150px;
}

table.table.table-striped td {
    border-bottom: 1px solid #dbebec;
}

table.table.table-striped input.input-sm.form-control {
    border-radius: 23px;
    border: 1px solid #c5dee3;
    background-color: #ffffff;
    width: 105px;
    height: 45px;
    padding-left: 20px;
}


table.table.table-striped td.title {
    width: 350px;
}

table.table.table-striped td.image {
    width: 200px;
}


table.table.table-striped td.count {
    width: 200px;
}

table.table.table-striped td.weight {
    width: 170px;
}

table.table.table-striped td.price {
    width: 200px;
}

.form-group.input-parent.areatext {
    clear: both;
}

.order_succes {
    height: 348px;
    border-radius: 4px;
    background-color: #f2f8f9;
    padding: 66px;
	    text-align: center;
    margin-bottom: 50px;
}

.order_succes_total {
    color: #2c2c2c;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.order_succes_numder span {
    color: #f48b5b;
    font-weight: bold;
}

.order_succes_numder {
    margin-bottom: 30px;
}

.order_succes_text {
    margin-bottom: 30px;
}

.order_succes_total .product-card__price {
    font-size: 33px;
    color: #2c2c2c;
    font-weight: normal;
}

.full_desc {
    margin-bottom: 70px;
}

.additional_personal_link .link_profile {
    margin-bottom: 20px;
}

.additional_personal_link .link_history.active {
    margin-bottom: 20px;
}

.additional_personal_link .link_profile a {

    display: block;
    float: left;
    margin-left: 10px;
    margin-top: -4px;
}

.additional_personal_link .link_profile 
 svg {
    float: left;
}

.additional_personal_link .link_history.active {
    clear: both;
    padding-bottom: 20px;
    padding-top: 20px;
}


.additional_personal_link .link_history.active  a {

    display: block;
    float: left;
    margin-left: 10px;
    margin-top: -4px;
}

.additional_personal_link .link_history.active 
 svg {
    float: left;
}

.inner_cat_menu ul li:hover  ul {    display: block;
margin-right: 300px;
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: 9px;
      width: 285px;
    border-radius: 4px;
    background-color: #e6eff0;
   /* padding: 30px 30px 30px 20px;*/

}

.inner_cat_menu ul li:hover{
background-color: #e6eff0;}
.inner_cat_menu ul li:hover ul li:before {
    display: none;
}
.inner_cat_menu li.first{
    padding-top: 30px;
}

.inner_cat_menu ul li.first:before {
    top: 38px;
}

.inner_cat_menu ul li.myClass:after { content:"";
width: 5px;
height: 8px;
    position: absolute;
    border-radius: 50%;
    right: 14px;
    top: 18px;
	background-image: url(/img/m-str.svg);
}

.inner_cat_menu ul li.first.myClass:after {    top: 35px;}

.inner_cat_menu ul li ul li a {
    color: #2c2c2c !important;
}

.inner_cat_menu ul li ul li:hover a {
    color: #306670 !important;
}
/*div#modal_cart_inside {
    display: none;
}*/
/*div#modal_cart{
    display: none;
}*/
.fancybox-button svg {
    display: none;
}

button.fancybox-button.fancybox-close-small {
    position: absolute;
    top: 23px;
    right: 23px;
    bottom: auto;
    left: auto;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background-color: transparent !important;
    background-image: url(/img/ds-close.svg) !important;
    background-repeat: no-repeat !important;
}
div#modal_cart {
    width: 621px;
    height: 238px;
    border-radius: 4px;
    background-color: #e6eff0;
	    display: none;
      text-align: center;
}
div#modal_cart_inside .success-icon {
    margin: 0 auto;
    margin-bottom: 30px;
}

div#modal_cart_inside h2 {
    text-align: center;
}
div#modal_cart_inside p {text-align: center;}

div#tab-hits .product-list__item:before {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: -27px;
    display: block;
    width: 100px;
    padding: 3px 0px;
    content: "HIT";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    background-color: #cb3838;
}
.popular_product::before {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: -27px;
  display: block;
  width: 100px;
  padding: 3px 0px;
  content: "HIT";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  background-color: #cb3838;
}

div#tab-new .product-list__item:before {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: -27px;
    display: block;
    width: 100px;
    padding: 3px 0px;
    content: "NEW";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    background-color: #2ba2b7;
}
.new_product::before {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: -27px;
    display: block;
    width: 100px;
    padding: 3px 0px;
    content: "NEW";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    background-color: #2ba2b7;
}
div#tab-sale .product-list__item:before {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: -27px;
    display: block;
    width: 100px;
    padding: 3px 0px;
    content: "SALE";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    background-color: #ce6743;
}
.sale_product:before {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: -27px;
    display: block;
    width: 100px;
    padding: 3px 0px;
    content: "SALE";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    background-color: #ce6743;
}
.tabset.karwrap .zakaz_wrap_left {
    margin-top: 0px;
}

.tabset.karwrap .zakaz_wrap_right {
    margin-top: 0px;
}
span.old_price {
    margin-top: -13px;
    display: block;
}

.text_categoria {
    text-align: justify;
}
.text_categoria .inner_cat {
  display: block;
  padding: 10px 15px;
  margin: 10px 0px;
  border: 1px solid #ce6743;
  text-align: center;
  border-radius: 10px;
}
.text_categoria .inner_cat li {
  display: inline-block;
  margin: 3px 10px;
}
.text_categoria .inner_cat li.active a {
  color: #ce6743;
}

.tabset.karwrap {
    margin-top: 30px;
}

.product-card__stock.product-card__stock--in {
    margin-bottom: 15px;
}
.img_center img {
    width: 200px;
    margin: 0 15px;
}
.img_center {
    text-align: center;
}
.title_opis p {
    padding: 0px;
    margin: 0px;
}
div#office-auth-form input {
    border: 1px solid #b5bdbf !important;
	    width: 316px;
    height: 45px;
    border-radius: 23px;
    padding-left: 20px;
}
form#office-profile-form {
    width: 100%;
    float: left;
    text-align: left;
}

form#office-profile-form input {
    border: 1px solid #b5bdbf !important;
    width: 316px;
    height: 45px;
    border-radius: 23px;
    padding-left: 20px;
}
.link_history {
    clear: both;
    margin-top: 30px;
    padding-top: 20px;
}
.col-md-6.block1 label {
    margin-left: 20px;
    margin-bottom: 7px;
	    display: block;

}
.main-catalog .container {
    padding: 0px;
}
.inner_cat_menu li.active a {
    color: #6496a0;
}

.inner_cat_menu ul  li.active:before {
    background: #306670;
}
.tabset.karwrap .tabset__list-item {
    width: 286px;
}
.tabset.karwrap .tabset__content {
    padding-top: 20px;
}

form.form-horizontal.ms2_form button.btn.product-card__btn.js-addcart {
    margin-right: 20px;
}

#msCart  td.count {
    text-align: left;
}

#msCart td.weight {
    text-align: left;
}

#msCart td.price {
    text-align: left;
}
#msCart td.price .product-card__price-info span {
    font-size: 18px;
    color: #2c2c2c;
}

.tabset.karwrap div#content1 p {
    line-height: 40px;
}
/*div#tab-hits .img img {
    display: block;
    position: relative;
      width: 200px;
    max-height: 167px;
    margin: 0 auto;
}*/
#content1 table {
  float: none!important;
  clear: both;
  width: 600px;
}
#content1 table tr td {
  width: 50%!important;
  background: #dbebec!important;
}
.inner_cat_menu ul li ul li.first {
    padding-top: 10px;
}
.inner_cat_menu ul li ul li.last {
    padding-bottom: 10px;
}

.inner_cat_menu ul li:hover ul:before {
    content: "";
    width: 11px;
    height: 100%;
    position: absolute;
    left: -9px;
    top: 0;
    bottom: 0;
}
.header__about {
  float: right;display: block;margin: 0 15px;
}
.header__news {
  float: right;display: block;margin: 0 15px;
}
.work_time {
 font-size: 17px;
color: #f48b5b;
font-weight: 500; 
}
.dropdown-menu-sort {
  margin: 0px;
  padding: 10px 0px;
}
.dropdown-menu-sort li {
  display: inline-block;
  margin-right: 5px;
  color: #969696;
}
.dropdown-menu-sort li a {
  text-decoration: none;
  color: #4A4A4A;
}
.dropdown-menu-sort li a.active {
  color: #f48b5b;
}
.box-filter {
  float: left;
  text-align: left;
  width: 50%;
}
.set-count {
  float: right;
  text-align: right;
  width: 50%;
}
.set-count ul {
  margin: 0px;
  padding: 10px 0px;
}
.set-count li {
  display: inline-block;
  margin-right: 5px;
  color: #969696;
}
.set-count li a {
  text-decoration: none;
  color: #4A4A4A;
}
.set-count li a.active {
  color: #f48b5b;
}
#mse2_mfilter #mse2_sort a {
  margin-right: 10px;
}
#mse2_mfilter #mse2_sort a.active {
  color: #f48b5b;
}
#mse2_mfilter #mse2_sort {
  float: left;
}
#mse2_mfilter .count_product {
  float: right;
}
#mse2_mfilter .block_sort:after {
  display: block;
  content: "";
  clear: both;
}
#mse2_mfilter .block_sort {
  margin-bottom: 20px;
  margin-top: 20px;
}
#mse2_mfilter .left_col #mse2_filters .col-md-6 {
  width: 50%;
  float: left;
}
#mse2_mfilter .left_col #mse2_filters button {
  width: 45%;
  min-width: 100px;
  box-sizing: border-box;
}

.category_page .right_col .container {
  max-width: 100%;
}
.link_sales {
    position: absolute;
    bottom: 10px;
    left: 0%;
    font-weight: bold;
}
.link_sales a {
  color: red;
}
.blockTitle {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main-menu__list li .red-text {
  color: red;
}

.header__bottom > div {
  position: relative;
}


.count_block {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.button_group {
  float: right;
  width: 50%;
  box-sizing: border-box;
  margin-top: -45px;
}
.button_group button {
  margin-bottom: 30px;
}

.searchFormHeader {
  position: absolute;
  bottom: 10px;
  right: 160px;
  width: 340px;
  border: 1px solid #f48b5b;
  border-radius: 23px;
  padding:10px;
  width: 340px;
}
.searchFormHeader input#search {
  border: none;
  background: none;
  width: 100%;
}
.searchFormHeader input[type="submit"] {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background: url(/images/search_icon.png) no-repeat;
  border: none;
  text-indent: -10000000000px;
  background-position: center;
}
.buttons_share {
  clear: both;
}

#deliveries .checkbox {
    margin-bottom: 5px;
    line-height: 20px;
}
.block_adre {
    width: 580px;
    height: 100%;
}
@media (min-width:1200px ){
.block_adre {
    width: 680px;
    
}
}
.block_adre .form-group.input-parent input {
    width: 250px;
}
div#payments {
    width: 400px;
    height: auto;
}
div#deliveries {
    width: 400px;
    height: auto;
}
.header__callme {
  display: block;
  float: left;
  min-width: 169px;
  margin: 29px 0;
}
.footer__callme {
  margin-bottom: 30px;
}

.header__mob{
  display: none;
}

.main-menu__mob{
  display: none;
}



@media (max-width: 800px){

.product-slider{
max-width: 800px;
}
  .header{
    position: fixed;
  }
  .katalog_bottom{
    position: relative;
  }
  .text_categoria .inner_cat ul{
    margin: 0;
    padding: 0;
  }
  marquee{
    display: none;
  }
  .header__mob{
    display: grid;
    grid-template-columns: 1fr 50px;
    grid-gap: 16px;
    padding: 8px;
  }
  .header__mob-menu-img{
    display: block;
    width: 100%;
  }
  .header__top{
    display: none;
  }
  .header__bottom{
    display: none;
  }
  body{
    width: 100%;
    min-width: initial;
  }
  .main-menu__mob{
    padding-top: 32px;
    background-color: white;
  }
  .main-menu__mob.active{
    display: block;
    position: absolute;
    z-index: 100;
    top: 50px;

  }
  .main-menu__mob-list div{
    padding-left: 16px;
  }
  .main-menu__mob-list a{
    display: block;
    width: 100%;
    padding: 8px 8px;
    border-bottom: 1px solid #555;
    text-decoration: none;
  }
  .main-menu__mob-list{
    display: grid;
    grid-template-columns: 1fr;

    background-color: white;
    height: 100%;
  }
  .breadcrumbs_wrap{
    padding-top: 0px;
  }
  .main-slider__slide-img{
    display: block;
    width: 100%;
    bottom: initial!important;
    left: initial!important;
    margin-left: initial!important;
    position: relative!important;
  }
  .main-slider__slide-content p{
    max-width: 90%!important;
  }
  .main-slider__slide-content{
    width: 100%!important;
    padding: 8px!important;
  }
  .main-slider__slide-header{
    font-size: 24px;
    width: 100%;
  }
  .main-slider__slide-price{
    font-size: 24px;
  }
  .main-slider__item-info{
    display: block;
    padding: 8px;
    position: relative;
    bottom: initial!important;
    left: initial!important;
    margin-left: initial!important;
  }
  .main-slider .container{
    width: 100%!important;
    padding: 0px!important;
  }
  .main-slider__slide{
    padding-top: initial!important;
    min-height: initial!important;
  }

  .main-catalog__items{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4px;
  }
  .main-catalog__item{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-gap: 8px;
    max-height: 100px;
    min-height: 100px;
  }
  .main-catalog__item-name{
    position: relative!important;
    top: initial;
    left: initial;
    width: 100%;

    padding: 16px;
    font-size: 20px;
  }
  .main-catalog__item-img, .main-catalog__item-img-hover{
    position: relative;
    display: block;

  }
  .main-catalog__item-img-hover{
    display: none!important;
  }
  .container{
    width: 100% !important;
  }
  .main-catalog__item:nth-of-type(2n){
    top: initial!important;
  }
  .main-advantages::before{
    display: none;
  }
  .main-advantages::after{
    display: none;
  }
  .main-advantages__item{
    width: 100%;
  }
  .main-advantages__img{
    display: none;
  }
  .main-advantages__item:nth-of-type(2n){
    margin: initial!important;
    padding-left: initial!important;
  }
  .main-advantages__item-img{
    position: relative;
    display: none;
  }
  .main-advantages__item{
    display: grid;
    grid-template-columns: 1fr ;
    grid-gap: 8px;
    padding-right: initial;
    max-width: 90%;
  }
  .what-we-do{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .consult-form{
    width: 100%;
  }
  .styled-form__row{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .styled-form__col{
    float: initial;
    width: 100%;
  }
  .footer .container{
    display: grid!important;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .footer__col{
    width: 100%;
  }
  .footer__col--double{
    width: 100%;
  }
  .csscolumns .footer__catalog{columns: 1;}

  .right_col{
    width: 100%;
    float: initial;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .right_col .product-card.product-list__item{
    width: 100%;
  }
  *{
    box-sizing: border-box;
  }
  .product-list__item{
    width: 100%;
  }
  .what-we-do__left-list, .what-we-do__right-list{
    width: 100%;
  }

  form.form-horizontal.ms2_form{
    width: 100%;
  }
  .button_group{
    float: initial;
    width: 100%;
    margin-top: 0px;
  }
  .count_block{
    float: initial;
    width: 100%;
  }
  .tabset.karwrap .tabset__content>div{
    width: 100%;
  }
  .tabset.karwrap .tabset__content.active{
    display: grid;
    grid-template-columns: 1fr;

  }
  #dsotziv-form{
    padding: 8px!important;
  }
  .kartochka_right{
    width: 100%;
  }
  .block_newcart .col-md-6.block1{
    display: grid!important;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .block_adre{
    width: 100%;
    height: auto;
    display: grid!important;
    grid-template-columns: 1fr;
  }
  .block_adre .form-group.input-parent{
    width: 100%;
  }
  .block_newcart .col-md-6.block1 textarea{
    width: 100%;
  }

  .zakaz_wrap{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 8px;
    height: auto;
  }
  .zakaz_wrap:before{
    display: none;
  }
  .zakaz_item{
    margin-right: initial;
  }
  .zakaz_wrap_left, .zakaz_wrap_right{
    width: 100%;
    float: initial;
    padding: 8px;
  }
  .list_akcii{
    display: grid!important;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }

  .kont_right img{
    display: block;
    width: 100%;
  }
  .kont_left{
    width: 100%;
  }
  .kont_right{
    width: 100%;
  }
  .to-top-btn {
    right: 20px;
    bottom: 110px;
  }
}


@media (max-width: 700px){

.product-slider{
max-width: 600px;
}}

@media (max-width: 600px){

.product-slider{
max-width: 500px;
}}

@media (max-width: 500px){

.product-slider{
max-width: 400px;
}}

@media (max-width: 400px){

.product-slider{
max-width: 300px;
}}

