@charset "UTF-8";
/* FONT SourceSansPro */
/*images*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
/* media breakpoint mixin */
/* Single property transition mixin */
/*--------- font-face ---------*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  min-width: 320px;

}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

html, body {
  height: 100%;
}

audio,
video {
  display: block;
}

section {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

img {
  max-width: 100%;
  display: block;
  border-style: none;
}

input,
textarea,
select {
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  width: 100%;
}

input[type="search"],
input[type="text"],
input[type="file"],
input[type="password"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  outline: none;
}

input[type="email"] {
  box-shadow: none;
  -webkit-box-shadow: none;
}

input[type="image"] {
  padding: 0;
  border: none;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button {
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  margin: 0;
}

div {
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

iframe {
  border: none;
}

input::-ms-clear {
  display: none;
}

.btn--full-reset {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.text-clip {
  white-space: nowrap;
  /* Отменяем перенос текста */
  overflow: hidden;
  /* Обрезаем содержимое */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.grid {
  display: grid;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-cover-center__mod {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.txt-uppercase {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.disable {
  pointer-events: none !important;
}

.hand {
  cursor: pointer !important;
}

.input__container {
  position: relative;
  margin-bottom: 20px;
}

.input__container input, .input__container textarea {
  display: block;
  width: 100%;
  height: 36px;
  border: 1px solid #acacac;
  background: #fff;
  padding: 6px 8px;
  font-size: 16px;
  -webkit-transition: border-color .1s;
  -o-transition: border-color .1s;
  transition: border-color .1s;
  font-family: Arial,Helvetica,sans-serif;
}

.input__container textarea {
  height: 125px;
}

.input__container.error input, .input__container.error textarea {
  border-color: #e93f11;
}

.input__container.pass .text-error {
  display: none;
}

.input__container .text-error {
  display: none;
}

.input__container.error .text-error {
  display: block;
}

.input__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input__rating label {
  margin-right: 20px;
}

.text-error {
  color: #e93f11;
}

.rating {
  width: 180px;
  text-align: center;
  position: relative;
}

.rating input {
  display: none;
}

.rating > label {
  float: right;
  display: inline-block;
  padding: 0;
  margin: 0 4px 0 0;
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: #000;
  background-image: url("../images/star.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
  color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/star-check.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.radio__container {
  position: relative;
}

.radio__container input {
  position: absolute;
  width: 0;
  top: 0;
  visibility: hidden;
}

.radio__container input:checked + label:before {
  border-width: 6px;
}

.radio__container label {
  display: block;
  padding-left: 30px;
}

.radio__container label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #2EA380;
}

.radio__container.mr-20 {
  margin-right: 20px;
}

.checkbox__container.error label {
  color: #e93f11;
}

.checkbox__container input {
  position: absolute;
  width: 0;
  top: 0;
  visibility: hidden;
}

.checkbox__container input:checked + label:before {
  background-color: #2EA380;
}

.checkbox__container label {
  display: block;
  padding-left: 30px;
}

.checkbox__container label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #2EA380;
}

.checkbox__container label:after {
  color: #fff;
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #2EA380;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 20px;
}

html {
  -webkit-text-size-adjust: 100%;
}

.overflow {
  overflow: hidden;
}

.container {
  max-width: 1440px;
  width: 100% !important;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 1000px) {
  .container {
    padding: 0 15px;
  }
}

a {
  color: #2EA380;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: rgba(46, 163, 128, 0.7);
}

.content img {
  display: block;
  margin: 0 auto 46px;
}

.content h1 {
  margin-bottom: 20px;
}

.content h2 {
  margin-bottom: 16px;
}

.content h4, .content h3 {
  margin-bottom: 17px;
}

.content h6, .content h5 {
  margin-bottom: 14px;
}

.content ol,
.content ul {
  margin-bottom: 15px;
}

.content li {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.content ul li {
  position: relative;
  padding-left: 18px;
}

.content ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 1px;
  background-color: #000;
}

.content a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.content a:hover {
  color: #2EA380;
}

.content ol {
  counter-reset: myCounter;
}

.content ol li {
  position: relative;
  padding-left: 20px;
}

.content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ". ";
  position: absolute;
  top: 0;
  left: 0;
}

.content table {
  border: 1px solid #eee;
  width: 100%;
}

.content table tr td {
  padding: 8px 10px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.content table tr td:last-child {
  border-right: none;
}

.content table tr:last-child td {
  border-bottom: none;
}

.content p {
  margin-bottom: 15px;
}

.mb-15 {
  margin-bottom: 15px!important;
}

blockquote {
  border-left: 8px solid #121314;
  background-color: #F3F4FF;
  padding: 16px 24px 16px 22px;
  margin: 0 0 24px;
}

*:focus {
  outline: none !important;
}

.section_padding {
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .section_padding {
    padding: 15px 0;
  }
}

h1, h2, h3, h4, h4, h6, .h1-title, .h2-title, .h3-title, .h4-title, .h5-title, .h6-title {
  display: block;
}

h1, .h1-title {
  font-size: 32px;
  font-size: calc(20px + (32 - 20) * ((100vw - 480px) / (1280 - 480)));
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 18px;
}

@media (max-width: 480px) {
  h1, .h1-title {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  h1, .h1-title {
    font-size: 32px;
  }
}

h2, .h2-title {
  font-size: 20px;
  font-size: calc(18px + (20 - 18) * ((100vw - 480px) / (1280 - 480)));
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  h2, .h2-title {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  h2, .h2-title {
    font-size: 20px;
  }
}

h3, .h3-title {
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * ((100vw - 480px) / (1280 - 480)));
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 480px) {
  h3, .h3-title {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  h3, .h3-title {
    font-size: 16px;
  }
}

h4, .h4-title {
  font-size: 24px;
  font-size: calc(20px + (24 - 20) * ((100vw - 480px) / (1920 - 480)));
  line-height: 26px;
}

@media (max-width: 480px) {
  h4, .h4-title {
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  h4, .h4-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  h4, .h4-title {
    line-height: 28px;
  }
}

h5, .h5-title {
  font-size: 20px;
  font-size: calc(16px + (20 - 16) * ((100vw - 480px) / (1920 - 480)));
  line-height: 22px;
}

@media (max-width: 480px) {
  h5, .h5-title {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  h5, .h5-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  h5, .h5-title {
    line-height: 24px;
  }
}

h6, .h6-title {
  font-size: 16px;
  font-size: calc(14px + (16 - 14) * ((100vw - 480px) / (1920 - 480)));
  line-height: 20px;
}

@media (max-width: 480px) {
  h6, .h6-title {
    font-size: 14px;
  }
}

@media (min-width: 1920px) {
  h6, .h6-title {
    font-size: 16px;
  }
}

.subtitle-large__mod {
  font-size: 16px;
  line-height: 1.3;
}

.subtitle-medium__mod {
  font-size: 14px;
  line-height: 16px;
}

.subtitle-small__mod {
  font-size: 13px;
  line-height: 16px;
}

.subtitle-large__mod,
.subtitle-medium__mod,
.subtitle-small__mod {
  display: block;
  font-family: 'Montserrat-Medium',sans-serif;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main {
  padding-bottom: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media only screen and (max-width: 1000px) {
  .main {
    padding-top: 78px;
  }
}

.alert-red {
  font-size: 16px;
  font-weight: bold;
  color: #e93f11;
  margin-top: 20px;
}

.home-btns-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.home-btns-set .btn__catalog, .home-btns-set .btn__fast {
  max-width: 250px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 500px) {
  .home-btns-set .btn__catalog, .home-btns-set .btn__fast {
    max-width: 100%;
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background-color: transparent;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slick-arrow .icon {
  font-size: 38px;
  color: #000;
}

.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.slick-prev {
  left: -26px;
}

.slick-next {
  right: -26px;
}

.category-slider .slick-dots {
  margin-top: 30px;
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}

.category-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.category-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.02);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1000px) {
  .category-slider .slick-slide {
    margin: 0 7px;
  }
}

@media only screen and (max-width: 767px) {
  .category-slider .slick-dots {
    margin-top: 15px;
  }
  .category-slider .product__item {
    max-width: 240px;
  }
}

.products-slider {
  margin: 0 22px;
}

.products-slider .slick-slide {
  margin: 0 7px;
}

.products-slider .slick-dots {
  margin-top: 30px;
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}

.products-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.products-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.02);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1000px) {
  .products-slider {
    margin: 0;
  }
  .products-slider .slick-list {
    overflow: visible;
  }
}

.notification {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 99;
  right: 15px;
  top: 140px;
  position: fixed;
  border: 1px solid #2EA380;
  display: flex;
}
.notification .icon {
  color: #2EA380;
  font-size: 19px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .notification {
    top:90px;
    right: 5px;
  }
  .products-slider .product__item {
    max-width: 240px;
  }
}





.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.pagination li {
  margin: 0 2px;
}
.pagination  li > * {
  display: inline-block;
  padding: 4px 7px;
  font-size: 14px;
  border-radius: 4px;
}

.pagination .active > * {
  background-color: #2EA380;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .products-slider .slick-list {
    overflow: hidden;
    margin: 0 -7px;
  }
  .products-slider .btn__buy {
    padding: 12px 9px;
    font-size: 13px;
  }
  .products-slider .product__info {
    padding: 10px 10px 0;
  }
  .products-slider .product__counter span {
    display: none;
  }
  .products-slider .product__counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products-slider .product__price {
    font-size: 13px;
  }
  .products-slider .product__price .old-price {
    font-size: 11px;
  }
  .products-slider .product__bottom {
    margin: 10px -10px 0;
    padding-left: 10px;
  }
}

.border-top {
  border-top: 1px solid #eee;
}

.mob {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .mob {
    display: block !important;
  }
}

@media only screen and (max-width: 1000px) {
  .desk {
    display: none !important;
  }
}

.no-adaptive {
  min-width: 1440px;
}

.no-border {
  border: none !important;
}

.js_product .h2-title {
	border-bottom: 1px solid #1f9471;
	max-width:700px;
}


.noscript {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
  color: #8e1f1f;
  background-color: #efafaf;
  text-align: center;
  z-index: 77777;
}

.noscript a {
  margin-left: 3px;
  margin-right: 3px;
  color: #630303;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .noscript a:hover {
    text-decoration: none;
  }
}

.category__item {
  position: relative;
  text-align: center;
  padding: 0 10px;
}

.category__img {
  display: block;
  height: 110px;
}

.category__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category__title {
  padding-top: 16px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.category__title:hover {
  color: #1f9471;
}

.counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counter input {
  height: 30px;
  width: 56px;
  text-align: center;
  border: 1px solid #2EA380;
  border-radius: 4px;
  background-color: #fff;
}

.counter .button-count {
  background-color: transparent;
  padding: 0 4px;
}

.product__item {
  position: relative;
  border: 1px solid #eee;
}

.product__view {
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.product__labels {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__img {
  display: block;
  height: 220px;
  margin: 0 auto;
}

.product__img img {
  margin: 0 auto;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .product__img {
    height: 140px;
  }
}

.product__info {
  padding: 15px 15px 0;
}

.product__name {
  display: block;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.product__name:hover {
  color: rgba(46, 163, 128, 0.7);
}

.product__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
}

.product__feature div:last-child {
  font-weight: bold;
}

.product__counter {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.product__counter span {
  color: #444;
  font-weight: 100;
  opacity: 0.7;
}

.product__bottom {
  border-top: 1px solid #eee;
  margin: 15px -15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
}

.product__price {
  font-size: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__price .old-price {
  font-size: 12px;
  color: #e93f11;
  text-decoration: line-through;
}

.label {
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  margin-bottom: 3px;
  border-radius: 0 3px 3px 0;
}

.label_red {
  background-color: #e93f11;
}

.label_blue {
  background-color: #3da5ca;
}

.label_yellow {
	  background-color: #a08e3b;
}

.label_green {
  background-color: #2ea380;
}

@media only screen and (max-width: 480px) {
  .product__item .btn__buy {
    padding: 12px 9px;
    font-size: 13px;
  }
  .product__item .product__info {
    padding: 10px 10px 0;
  }
  .product__item .product__counter span {
    display: none;
  }
  .product__item .product__counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__item .product__price {
    font-size: 13px;
  }
  .product__item .product__price .old-price {
    font-size: 11px;
  }
  .product__item .product__bottom {
    margin: 10px -10px 0;
    padding-right: 10px;
  }
}

.review__block {
  position: relative;
  padding-left: 50px;
}

.review__block time {
  font-size: 12px;
  color: #7d7d7d;
  font-weight: normal;
}

.review__block .icon {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #000;
  border-radius: 5px;
  width: 38px;
  font-size: 29px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review__title {
  font-weight: 700;
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 5px;
}

.ps {
  color: #ACACAC;
  font-style: italic;
  font-size: 12px;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: currentColor;
  line-height: 1em;
}

@font-face {
  font-family: "Icons";
  src: url("../fonts/Icons.eot");
  src: url("../fonts/Icons.eot?#iefix") format("eot"), url("../fonts/Icons.woff") format("woff"), url("../fonts/Icons.ttf") format("truetype"), url("../fonts/Icons.svg#Icons") format("svg");
}

.icon-bookmark:before,
.icon-heart:before {
  font-family: "Icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icon-bookmark:before {
  content: '\E001';
}


.icon-heart:before {
  content: '\E002';
}

.wrapper:not(.no-adaptive) header {
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2EA380;
    color: #fff;
    padding: 8px 0;
  }
}

.wrapper:not(.no-adaptive) .btn__search {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .btn__search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: transparent;
    color: #fff;
    padding: 5px;
    font-size: 18px;
  }
}

.wrapper:not(.no-adaptive) .btn__burger {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .btn__burger {
    display: inline-block;
    width: 32px;
    background-color: transparent;
  }
  .wrapper:not(.no-adaptive) .btn__burger span {
    display: block;
    height: 2px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 4px;
  }
  .wrapper:not(.no-adaptive) .btn__burger span:last-child {
    margin-bottom: 0;
  }
}

.wrapper:not(.no-adaptive) .header__first-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
}

.wrapper:not(.no-adaptive) .header__first-line .header__logo {
  display: block;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .header__first-line .header__logo {
    display: none;
  }
}

.wrapper:not(.no-adaptive) .header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	position: relative;
}

.wrapper:not(.no-adaptive) .header__second-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 12px;
}

.wrapper:not(.no-adaptive) .header__second-line .header__logo {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .header__second-line {
    padding: 0;
  }
  .wrapper:not(.no-adaptive) .header__second-line .header__logo {
    display: block;
  }
}

.wrapper:not(.no-adaptive) .header__logo {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  display: block;
  max-width: 200px;
  letter-spacing: 3px;
  font-size: 12px;
  line-height: 1;
}

.wrapper:not(.no-adaptive) .header__logo span {
  letter-spacing: 0.5px;
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .header__logo {
    font-size: 12px;
    color: #fff;
  }
  .wrapper:not(.no-adaptive) .header__logo span {
    font-size: 26px;
    margin-bottom: 2px;
  }
}

.wrapper:not(.no-adaptive) .header__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.wrapper:not(.no-adaptive) .header__phones a {
  color: #000;
}

.wrapper:not(.no-adaptive) .header__phones a:hover {
  color: rgba(46, 163, 128, 0.7);
}

.wrapper:not(.no-adaptive) .header__search {
  position: relative;
}

.wrapper:not(.no-adaptive) .header__search input {
  width: 100%;
  height: 36px;
  padding: 0 36px 0 12px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #D0D0D0;
  color: #000;
  display: block;
}

.wrapper:not(.no-adaptive) .header__search input::-webkit-input-placeholder {
  opacity: 0.6;
  font-family: Arial,Helvetica,sans-serif;
}

.wrapper:not(.no-adaptive) .header__search input:-moz-placeholder {
  opacity: 0.6;
  font-family: Arial,Helvetica,sans-serif;
}

.wrapper:not(.no-adaptive) .header__search input::-moz-placeholder {
  opacity: 0.6;
  font-family: Arial,Helvetica,sans-serif;
}

.wrapper:not(.no-adaptive) .header__search input:-ms-input-placeholder {
  opacity: 0.6;
  font-family: Arial,Helvetica,sans-serif;
}

.wrapper:not(.no-adaptive) .header__search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  border: 0;
  padding: 0;
  background-color: transparent;
  z-index: 1;
  color: #2EA380;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper:not(.no-adaptive) .header__search button:disabled {
  opacity: 0.4;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .header__search {
    position: fixed;
    left: 0;
    width: 100%;
    top: 58px;
    background-color: #fff;
    height: calc(100vh - 58px);
    padding: 15px;
    display: none;
  }
  .wrapper:not(.no-adaptive) .header__search button {
    bottom: auto;
    right: 16px;
    top: 15px;
    height: 30px;
  }
}

.wrapper:not(.no-adaptive) .header__column {
  padding: 0 20px;
}

.wrapper:not(.no-adaptive) .header__column.middle-column {
  -webkit-box-flex: 9999;
      -ms-flex: 9999 9999 auto;
          flex: 9999 9999 auto;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .header__column.middle-column {
    padding: 0;
    position: absolute;
  }
}

.wrapper:not(.no-adaptive) .header__column.right-column {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0;
}

.wrapper:not(.no-adaptive) .header__basket {
  cursor: pointer;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .header__first-line {
    display: none;
  }
  .wrapper:not(.no-adaptive) .header__phones {
    display: none;
  }
}

.wrapper:not(.no-adaptive) .site-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper:not(.no-adaptive) .site-nav__item {
  margin-right: 49px;
}
@media only screen and (max-width: 1366px) {
  .wrapper:not(.no-adaptive) .site-nav__item {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1280px) {
  .wrapper:not(.no-adaptive) .site-nav__item {
    margin-right: 28px;
  }
}

.wrapper:not(.no-adaptive) .site-nav__link {
  font-size: 12px;
  color: #2EA380;
}

 .site-nav__link.mark {
  color: #fff!important;
  background-color: red;
  padding: 8px 10px;
  white-space:nowrap;
  border-radius: 4px;
  font-weight: bold;
  width: 259px;
  font-size: 17px!important;
  flex: 1;
  text-align: center;
}
.middle-column .site-nav__link.mark {
	margin-right: 20px;
}

 .site-nav__link.mark:hover {
  opacity: 0.7;
}

.wrapper:not(.no-adaptive) .header-action__item {
  margin-left: 12px;
}

.wrapper:not(.no-adaptive) .header-action__item a {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper:not(.no-adaptive) .header-action__item a .icon {
  margin-right: 5px;
  font-size: 14px;
}

.wrapper:not(.no-adaptive) .phone__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  margin-right: 12px;
}

.wrapper:not(.no-adaptive) .phone__item .icon {
  color: #2EA380;
  margin-right: 5px;
}

.wrapper:not(.no-adaptive) .timetable {
  position: relative;
  padding-left: 24px;
}

.wrapper:not(.no-adaptive) .timetable .icon {
  color: #2EA380;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}

.wrapper:not(.no-adaptive) .timetable__title {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.wrapper:not(.no-adaptive) .timetable__text p {
  margin-bottom: 2px;
}

.wrapper:not(.no-adaptive) .timetable__text strong {
  display: inline-block;
  min-width: 63px;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .timetable {
    display: none;
  }
}

.wrapper:not(.no-adaptive) .basket__icon {
  position: relative;
}

.wrapper:not(.no-adaptive) .basket__icon .icon {
  font-size: 34px;
}

.wrapper:not(.no-adaptive) .basket__icon .count {
  position: absolute;
  background-color: #2EA380;
  line-height: 1.3;
  top: 8px;
  left: -3px;
  padding: 1px 4px;
  border-radius: 15px;
  color: #fff;
  font-size: 10px;
  z-index: 2;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .basket__icon .count {
    background-color: #fff;
    color: #000;
  }
}

.wrapper:not(.no-adaptive) .basket__content {
  margin-left: 12px;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
}

.wrapper:not(.no-adaptive) .basket__content span {
  padding-top: 4px;
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .basket__content {
    display: none;
  }
}

.wrapper:not(.no-adaptive) .catalog__container {
  width: 280px;
  position: relative;
  margin-top: auto;
  z-index: 100;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 11;
  margin-bottom: 30px;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav.active {
  display: block;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}

@media only screen and (min-width: 1000px) {
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .nav__item:hover .nav__link {
    background-color: #1f9471;
  }
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .nav__item:hover > .subnav {
    display: block;
  }
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .nav__link {
  background-color: #2EA380;
  color: #fff;
  height: 100%;
  padding: 10px 12px 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15;
  font-weight: 700;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .nav__link:hover {
  background-color: #1f9471;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(120, 120, 150, 0.5);
          box-shadow: 0 5px 25px rgba(120, 120, 150, 0.5);
  display: none;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__header {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #2EA380;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__header .back-icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: #000;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 16px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__title .icon {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__list {
  min-width: 280px;
}

@media only screen and (min-width: 1000px) {
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__item.has-submenu:hover > .subnav {
    display: block;
    height: 100%;
  }
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__item.has-submenu:hover > .subnav__link {
    background-color: #f5f5f5;
  }
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__link,.wrapper:not(.no-adaptive) .nav .site-nav__link {
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 10px 20px;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__link:hover {
  color: rgba(46, 163, 128, 0.7);
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav .subnav {
  left: 100%;
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
  background-color: #f5f5f5;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav.vertical-catalog {
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
  z-index: 11;
  background-color: #2EA380;
  margin-bottom: 0;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav.vertical-catalog .nav {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav.vertical-catalog .nav__link {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav.vertical-catalog .nav__item {
  border-bottom: 1px solid #139a72;
}

.wrapper:not(.no-adaptive) .catalog__container .catalog-nav.vertical-catalog .nav__item .subnav {
  left: 100%;
  top: 0;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    height: 100vh;
    z-index: 100;
    width: 305px;
    background-color: #fff !important;
    border-right: 1px solid #2EA380;
    overflow: auto;
    display: none;
  }
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav.active {
    display: none;
  }
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .nav {
    padding-top: 15px;
  }
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .nav__link {
    background-color: #fff;
    color: #000;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .nav__item {
    width: 100%;
    border-bottom: none !important;
  }
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .nav__item.has-submenu > .nav__link:after {
    content: '';
    height: 24px;
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url(../images/right-black.svg);
    width: 24px;
    background-position: center;
    background-size: cover;
  }
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    height: 100vh;
    z-index: 20;
    width: 305px;
    background-color: #fff !important;
    border-right: 1px solid #2EA380;
  }
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__item.has-submenu > .subnav__link {
    position: relative;
  }
  .wrapper:not(.no-adaptive) .catalog__container .catalog-nav .subnav__item.has-submenu > .subnav__link:after {
    content: '';
    height: 24px;
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url(../images/right-black.svg);
    width: 24px;
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .catalog__container {
    position: absolute;
  }
  .wrapper:not(.no-adaptive) .catalog__container > .btn__catalog {
    display: none;
  }
}

.wrapper:not(.no-adaptive) .left-mob-path {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1000px) {
  .wrapper:not(.no-adaptive) .left-mob-path {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
  }
}

.wrapper:not(.no-adaptive) .left-mob-path .btn__burger {
  margin-right: 20px;
}

.wrapper:not(.no-adaptive) .personal-menu {
  position: relative;
  z-index: 10;
}

.wrapper:not(.no-adaptive) .personal-menu__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2EA380;
}

.wrapper:not(.no-adaptive) .personal-menu__title .icon-arrow {
  font-size: 12px;
  margin-left: 5px;
}

.wrapper:not(.no-adaptive) .personal-menu__dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  min-width: 100%;
  top: calc(100% + 5px);
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 35px rgba(0, 0, 0, 0.3);
}

.wrapper:not(.no-adaptive) .personal-menu__item {
  padding: 5px 10px;
}

.wrapper:not(.no-adaptive) .personal-menu__item.exit {
  border-top: 1px solid #eee;
}

.wrapper:not(.no-adaptive) .personal-menu__link {
  color: #000;
  white-space: nowrap;
  font-size: 14px;
}

.wrapper:not(.no-adaptive) .mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none;
}

.wrapper:not(.no-adaptive) .mob-menu .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.wrapper:not(.no-adaptive) .mob-menu__container {
  background-color: #fff;
  position: relative;
  z-index: 2;
  height: 100vh;
  overflow: auto;
  width: 300px;
}

.wrapper:not(.no-adaptive) .mob-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.wrapper:not(.no-adaptive) .mob-menu__header .close-menu {
  color: #000;
  height: 42px;
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #eee;
  margin-right: 15px;
}

.wrapper:not(.no-adaptive) .mob-menu .btn__catalog {
  width: calc(100% - 30px);
  max-width: inherit;
  margin: 0 15px 20px;
}
.wrapper:not(.no-adaptive) .mob-menu .btn__fast {
  width: calc(100% - 30px);
  max-width: inherit;
  margin: 0 15px 20px;
  display: block;
}

.wrapper:not(.no-adaptive) .mob-menu .btn__catalog img {
  margin-right: 10px;
}

.wrapper:not(.no-adaptive) .mob-menu .timetable {
  display: block;
  margin: 0 15px;
  color: #000;
}

.wrapper:not(.no-adaptive) .mob-menu .site-nav__list {
  display: block;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px;
  margin-bottom: 20px;
}

.wrapper:not(.no-adaptive) .mob-menu .site-nav__item {
  margin-bottom: 8px;
}

.wrapper:not(.no-adaptive) .mob-menu .site-nav__item:last-child {
  margin-bottom: 0;
}

.wrapper:not(.no-adaptive) .mob-menu .site-nav__link {
  color: #000;
}

.wrapper:not(.no-adaptive) .mob-menu .header__phones {
  display: block;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.wrapper:not(.no-adaptive) .mob-menu .header__phones .phone__item {
  margin-bottom: 10px;
}

header {
  position: relative;
}

.btn__search {
  display: none;
}

.btn__burger {
  display: none;
}

.header__first-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__second-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.header__second-line .header__logo {
  display: none;
}

.header__logo {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  display: block;
  max-width: 200px;
  letter-spacing: 3px;
  font-size: 12px;
  line-height: 1;
}

.header__logo span {
  letter-spacing: 0.5px;
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0px;
}

.header__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.header__phones a {
  color: #000;
}

.header__phones a:hover {
  color: rgba(46, 163, 128, 0.7);
}

.header__search {
  position: relative;
  flex: 1;
}

.header__search input {
  width: 100%;
  height: 36px;
  padding: 0 36px 0 12px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #D0D0D0;
  color: #000;
  display: block;
}

.header__search input::-webkit-input-placeholder {
  opacity: 0.6;
  font-family: Arial,Helvetica,sans-serif;
}

.header__search input:-moz-placeholder {
  opacity: 0.6;
  font-family: Arial,Helvetica,sans-serif;
}

.header__search input::-moz-placeholder {
  opacity: 0.6;
  font-family: Arial,Helvetica,sans-serif;
}

.header__search input:-ms-input-placeholder {
  opacity: 0.6;
  font-family: Arial,Helvetica,sans-serif;
}

.header__search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  border: 0;
  padding: 0;
  background-color: transparent;
  z-index: 1;
  color: #2EA380;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__search button:disabled {
  opacity: 0.4;
}

.header__column {
  padding: 0 20px;
}

.header__column.middle-column {
  -webkit-box-flex: 9999;
      -ms-flex: 9999 9999 auto;
          flex: 9999 9999 auto;
}

.header__column.right-column {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__basket {
  cursor: pointer;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-nav__item {
  margin-right: 15px;
}

.site-nav__link {
  font-size: 12px;
  color: #2EA380;
}

.header-action__item {
  margin-left: 12px;
}

.header-action__item a {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-action__item a .icon {
  margin-right: 5px;
  font-size: 14px;
}

.phone__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  margin-right: 12px;
}

.phone__item .icon {
  color: #2EA380;
  margin-right: 5px;
}

.timetable {
  position: relative;
  padding-left: 24px;
}

.timetable .icon {
  color: #2EA380;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}

.timetable__title {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.timetable__text p {
  margin-bottom: 2px;
}

.timetable__text strong {
  display: inline-block;
  min-width: 63px;
}

.basket__icon {
  position: relative;
}

.basket__icon .icon {
  font-size: 34px;
}

.basket__icon .count {
  position: absolute;
  background-color: #2EA380;
  line-height: 1.3;
  top: 8px;
  left: -3px;
  padding: 1px 4px;
  border-radius: 15px;
  color: #fff;
  font-size: 10px;
  z-index: 2;
}

.basket__content {
  margin-left: 12px;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
}

.basket__content span {
  padding-top: 4px;
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}

.catalog__container {
  width: 320px;
  position: relative;
  margin-top: auto;
  z-index: 100;
}

.catalog__container .catalog-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog__container .catalog-nav .nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}

@media only screen and (min-width: 1000px) {
  .catalog__container .catalog-nav .nav__item:hover .nav__link {
    background-color: #1f9471;
  }
  .catalog__container .catalog-nav .nav__item:hover > .subnav {
    display: block;
  }
}

.catalog__container .catalog-nav .nav__link {
  background-color: #2EA380;
  color: #fff;
  height: 100%;
  padding: 10px 12px 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15;
  font-weight: 700;
}

.catalog__container .catalog-nav .nav__link:hover {
  background-color: #1f9471;
}

.catalog__container .catalog-nav .subnav {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 25px rgba(120, 120, 150, 0.5);
          box-shadow: 0 5px 25px rgba(120, 120, 150, 0.5);
  display: none;
}

.catalog__container .catalog-nav .subnav__header {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #2EA380;
}

.catalog__container .catalog-nav .subnav__header .back-icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: #000;
}

.catalog__container .catalog-nav .subnav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 16px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.catalog__container .catalog-nav .subnav__title .icon {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.catalog__container .catalog-nav .subnav__list {
  min-width: 280px;
}

@media only screen and (min-width: 1000px) {
  .catalog__container .catalog-nav .subnav__item.has-submenu:hover > .subnav {
    display: block;
  }
  .catalog__container .catalog-nav .subnav__item.has-submenu:hover > .subnav__link {
    background-color: #f5f5f5;
  }
}

.catalog__container .catalog-nav .subnav__link {
  font-size: 15px;
  font-weight: bold;
  display: block;
  color: #000;
  padding: 10px 20px;
}

.catalog__container .catalog-nav .subnav__link:hover {
  color: rgba(46, 163, 128, 0.7);
}

.catalog__container .catalog-nav .subnav .subnav {
  left: 100%;
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
  background-color: #f5f5f5;
}

.catalog__container .catalog-nav.vertical-catalog {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 11;
  top: calc(100% + 15px);
  background-color: #2EA380;
  margin-bottom: 0;
}

.catalog__container .catalog-nav.vertical-catalog.active {
  display: block;
}

.catalog__container .catalog-nav.vertical-catalog .nav {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.catalog__container .catalog-nav.vertical-catalog .nav__link {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.catalog__container .catalog-nav.vertical-catalog .nav__item {
  border-bottom: 1px solid #139a72;
}

.catalog__container .catalog-nav.vertical-catalog .nav__item .subnav {
  left: 100%;
  top: 0;
}

.left-mob-path {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left-mob-path .btn__burger {
  margin-right: 20px;
}

.personal-menu {
  position: relative;
  z-index: 10;
}

.personal-menu__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2EA380;
}

.personal-menu__title .icon-arrow {
  font-size: 12px;
  margin-left: 5px;
}

.personal-menu__dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  min-width: 100%;
  top: calc(100% + 5px);
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 35px rgba(0, 0, 0, 0.3);
}

.personal-menu__item {
  padding: 5px 10px;
}

.personal-menu__item.exit {
  border-top: 1px solid #eee;
}

.personal-menu__link {
  color: #000;
  white-space: nowrap;
  font-size: 14px;
}

.mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none;
}

.mob-menu .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.mob-menu__container {
  background-color: #fff;
  position: relative;
  z-index: 2;
  height: 100vh;
  overflow: auto;
  width: 300px;
}

.mob-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.mob-menu__header .close-menu {
  color: #000;
  height: 42px;
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #eee;
  margin-right: 15px;
}

.mob-menu .btn__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #2EA380;
  line-height: 23px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 15px 20px;
  width: calc(100% - 30px);
  border: 1px solid #2EA380;
  border-radius: 5px;
  background-color: transparent;
}

.mob-menu .btn__catalog img {
  margin-right: 10px;
}

.mob-menu .timetable {
  display: block;
  margin: 0 15px;
  color: #000;
}

.mob-menu .site-nav__list {
  display: block;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px;
  margin-bottom: 20px;
}

.mob-menu .site-nav__item {
  margin-bottom: 8px;
}

.mob-menu .site-nav__item:last-child {
  margin-bottom: 0;
}

.mob-menu .site-nav__link {
  color: #000;
}

.mob-menu .header__phones {
  display: block;
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.mob-menu .header__phones .phone__item {
  margin-bottom: 10px;
}

.btn__catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #2EA380;
  line-height: 23px;
  font-weight: bold;
  padding: 5px 10px;
  max-width: 322px;
  width: 100%;
  border: 1px solid #2EA380;
  border-radius: 5px;
  background-color: transparent;
}

.btn__catalog img {
  margin-right: 10px;
}

.btn__catalog.js-:hover {
  background-color: #49ba4914;
}

.btn__catalog:focus {
  border: 1px solid #2EA380;
}

.top-line {
  background-color: #2EA380;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.top-line .container {
  position: relative;
  text-align: center;
  padding: 5px 40px;
}

.top-line .container button {
  position: absolute;
  right: 0;
  width: 40px;
  background-color: transparent;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  font-size: 28px;
}

footer {
  background-color: #2EA380;
  color: #fff;
  padding: 40px 0 20px;
}

footer p {
  margin-bottom: 8px;
}

footer p a {
  color: #fff;
  text-decoration: underline;
}

footer p a:hover {
  color: #fff;
  opacity: 0.7;
}

.footer__logo {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: inline-block;
  letter-spacing: 3px;
}

.footer__logo span {
  letter-spacing: 0.5px;
  display: block;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
  .footer__logo {
    font-size: 12px;
    color: #fff;
  }
  .footer__logo span {
    font-size: 26px;
    margin-bottom: 2px;
  }
}

.footer__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

.footer__item {
  margin-bottom: 8px;
}

.footer__link {
  font-size: 14px;
  color: #fff;
}

.footer__link:hover {
  color: #fff;
  opacity: 0.7;
}

@media only screen and (max-width: 1000px) {
  .footer__title {
    font-size: 20px;
  }
  .footer__nav {
    margin-bottom: 25px;
  }
}

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.social__item {
  margin-right: 20px;
}

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  background-color: #1f9471;
}

.social__link .icon {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.social__link.facebook {
  background-color: #3b5998;
}

.social__link.inst {
  background-color: #ff5268;
}

.social__link:hover .icon {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (max-width: 1000px) {
  .social__list {
    margin: 20px 0 30px;
  }
  .social__link {
    width: 32px;
    height: 32px;
    font-size: 22px;
  }
}

.copyright {
  border-top: 1px solid #fff;
  padding: 20px 20px 0;
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-bottom: 10px;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ACACAC;
  margin-right: 8px;
}

.breadcrumbs__link {
  color: #ACACAC;
}

.breadcrumbs a:hover {
  color: #1f9471;
}

.btn__buy {
  padding: 15px 20px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  background-color: #2EA380;
}

.btn__buy:not(.disabled):hover {
  background-color: #1f9471;
}
.btn__buy.disabled {
  background-color: #b8b8b8;
  cursor: not-allowed;
  pointer-events: none !important;
}

.btn__buy.active {
  background-color: rgba(46, 163, 128, 0.7);
}

.btn__fast {
  max-width: 322px;
  padding: 15px 20px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  background-color: red;
  width: 100%;
  border-radius: 5px;
}

.modal {
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.75);
          box-shadow: 0 5px 35px rgba(0, 0, 0, 0.75);
  position: relative;
  padding: 30px;
  border-radius: 0;
  background: #fff;
  max-width: 790px;
  width: 100%;
}

.modal .fancybox-close-small {
  padding: 0;
  top: 2px;
  right: 2px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
}

.modal .fancybox-close-small:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .modal {
    padding: 15px;
  }
}

.cart {
  width: 100%;
}

.cart tr {
  position: relative;
}

.cart tr .btn__delete {
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background-color: transparent;
  color: #b2b2b2;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
	.cart tr .btn__delete {
		left: auto;
		right:0;
		font-size: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.cart tr .btn__delete:hover {
  color: #000;
}

.cart tr th {
  color: #898989;
  font-size: 11px;
  border-bottom: 1px solid #eee;
  padding: 0 15px 15px;
}

.cart tr th:last-child {
  margin-right: 0;
}

.cart tr td {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.cart tr td .counter {
  width: 104px;
}

.cart tr td:last-child {
  text-align: right;
  border-right: 1px solid #eee;
}

.cart tr td:first-child {
  border-left: 1px solid #eee;
}

.cart tr:hover .btn__delete {
  opacity: 1;
}

.cart__img {
  text-align: center;
}

.cart__img img {
  max-width: 58px;
  width: 100%;
  margin: 0 auto;
}

.cart__title {
  padding-right: 50px;
}

.cart__title a {
  color: #000;
  display: block;
  margin-bottom: 8px;
}

.cart__cost {
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
}

.cart__bottom {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eee;
  padding: 15px;
}

.cart__bottom .btn__buy {
  font-weight: 400;
  padding: 12px 25px;
  font-size: 16px;
}

.cart__total {
  text-align: right;
  width: 100%;
  font-size: 12px;
  margin-bottom: 12px;
}

.cart__total span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding-left: 15px;
  min-width: 80px;
}

@media only screen and (max-width: 767px) {
  .cart {
    overflow: auto;
  }
  .cart__title {
    padding-right: 0;
  }
  .cart__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart__bottom .btn__back {
    margin-bottom: 20px;
  }
  .cart__img img {
    max-width: 58px;
  }
  .cart thead tr {
    display: none;
  }
  .cart tr {
    border: 1px solid #eee;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }
  .cart tr td:not(.total) {
    padding: 0;
    border: none !important;
    width: 50%;
  }
  .cart tr td:not(.total):first-child {
    width: 80px;
    margin-right: 12px;
    margin-bottom: 15px;
  }
  .cart tr td:not(.total):nth-child(2) {
    margin-bottom: 15px;
    width: calc(100% - 102px);
  }
}

.btn__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-color: transparent;
  color: #000;
  line-height: 38px;
  font-size: 18px;
}

.btn__back .icon {
  margin-right: 10px;
}

.btn__back:hover {
  color: #1f9471;
}

@media only screen and (max-width: 767px) {
  .btn__back {
    font-size: 16px;
    line-height: 32px;
  }
}

.select2-container {
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single {
  height: 36px;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 16px;
  font-family: Arial,Helvetica,sans-serif;
  color: #000;
  opacity: 0.6;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.modal-auth {
  max-width: 570px;
}

.auth__form {
  border: 1px solid #eee;
  display: none;
  padding: 40px 37px 30px;
}

.auth__form .input__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.auth__form .input__container input {
  width: calc(100% - 100px);
}

.auth__form .input__container label {
  width: 90px;
  margin-right: 10px;
  text-align: right;
}

.auth__form .input__container .text-error {
  padding-left: 100px;
}

.auth__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.auth__item:first-child {
  border-left: 1px solid #eee;
}

.auth__link {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  line-height: 47px;
  padding: 7px 25px;
  position: relative;
}

.auth__link.is-active {
  border-bottom: none;
}

.auth__link.is-active:after {
  content: '';
  bottom: -2px;
  height: 3px;
  background-color: #fff;
  left: 0;
  right: 0;
  position: absolute;
}

.bts__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bts__set a {
  color: #000;
}

.bts__set .btn__buy {
  padding: 10px 20px;
  margin-right: 20px;
  font-size: 18px;
}

#gdpr-cookie-message {
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: 395px;
  width: 100%;
  border: 1px solid #2EA380;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  #gdpr-cookie-message {
    max-width: 100%;
    width: calc(100% - 30px);
    bottom: 15px;
    right: 15px;
    left: 15px;
    margin-left: 0;
  }
}

#gdpr-cookie-message h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.4px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
  color: var(--red);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
  font-size: 15px;
  line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #2EA380;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-accept {
  background: #2EA380;
  border-radius: 26px;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border: none;
  padding: 5px 25px;
  text-transform: uppercase;
  cursor: pointer;
}

#gdpr-cookie-accept:hover {
  background-color: #1f9471;
}

button#gdpr-cookie-advanced {
  display: none;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

.home-main__banner {
  position: relative;
  max-width: calc(100% - 300px);
  margin-left: auto;
}

@media only screen and (max-width: 1000px) {
  .home-main__banner {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

.home-main__banner .slick-arrow {
  position: absolute;
  top: 0;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  bottom: 0;
  z-index: 10;
  background-color: transparent;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0;
}

.home-main__banner .slick-arrow .icon {
  font-size: 38px;
  color: #fff;
}

.home-main__banner .slick-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.15);
}

.home-main__banner .slick-prev {
  left: 0;
}

.home-main__banner .slick-next {
  right: 0;
}

.home-main__banner .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-main__banner .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}

.home-main__banner .slick-dots li.slick-active button {
  background-color: #fff;
}

.home-main__banner .slick-dots li button {
  padding: 0;
  font-size: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.02);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.5);
}

.home-main__slide {
  height: 515px;
  position: relative;
}

.home-main__slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.home-main__slide a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1000px) {
  .home-main__slide {
    height: auto;
  }
  .home-main__slide:after {
    content: '';
    display: block;
    padding-top: 52%;
  }
  .home-main__slide a {
    position: absolute;
  }
}

.benefits__container {
  padding: 20px;
  border-radius: 0;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (max-width: 767px) {
  .benefits__container {
    padding: 25px 15px;
  }
}

.benefit__item {
  margin: 0 15px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  .benefit__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 20px;
  }
  .benefit__item:last-child {
    margin-bottom: 0;
  }
}

.benefit__img {
  height: 80px;
  overflow: hidden;
  margin-bottom: 14px;
}

@media only screen and (max-width: 800px) {
  .benefit__img {
    margin-right: 20px;
    margin-bottom: 0;
    height: 60px;
  }
}

.benefit__img img {
  margin: 0 auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review__item {
  padding: 20px;
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.review__avatar {
  min-width: 32px;
  max-width: 32px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
}

.review__avatar img {
  width: 100%;
}

.review__info .h3-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__info .h3-title .stars {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFB623;
  font-size: 10px;
}

.review__info .h3-title .stars i {
  margin: 0 2px;
}

.review__info time {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1;
  color: #888;
}

.filter {
  border: 1px solid #FAFAFA;
  border-radius: 0;
  padding: 16px;
  background: #FAFAFA;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1000px) {
  .filter {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .no-adaptive .filter {
    display: block;
  }
}

.no-adaptive .btn__filter {
  display: none;
}

.catalog__list .catalog__list {
  padding-left: 20px;
  display: none;
}

.catalog__link {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 16px;
  color: #000;
}

.catalog__link.active {
  background-color: #2EA380;
  color: #fff;
}

.catalog__link:not(.active):hover {
  color: #2EA380;
}

.catalog__item {
  position: relative;
  margin-bottom: 5px;
}

.catalog__item.has-submenu .catalog__link {
  max-width: calc(100% - 30px);
}

.catalog__item .btn__accordion {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
}

.catalog__item .btn__accordion:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 12px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #2EA380;
}

.catalog__item .btn__accordion:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 12px;
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
      -ms-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
  background-color: #2EA380;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.catalog__item .btn__accordion.active:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.btn__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FAFAFA;
  background: #FAFAFA;
  border-radius: 5px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1000px) {
  .btn__filter {
    display: none;
  }
}

.btn__filter .icon {
  margin-right: 10px;
}

.viewed-products-slider .slick-list {
  margin: 0 -14px;
}

.viewed-products-slider .slick-slide {
  margin: 0 7px;
}

.viewed-products-slider .product__item {
  width: 270px;
}

@media only screen and (max-width: 1000px) {
  .viewed-products-slider {
    margin: 0 22px;
  }
  .viewed-products-slider .slick-list {
    margin: 0;
  }
  .viewed-products-slider .slick-slide {
    margin: 0 7px;
  }
}

@media only screen and (max-width: 767px) {
  .viewed-products-slider .product__item {
    max-width: 240px;
  }
}

.products-catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .products-catalog {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media only screen and (max-width: 520px) {
  .products-catalog {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
  }
}

.empty-content {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pdf__item {
  margin-bottom: 8px;
}

.pdf__link {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.pdf__link:hover {
  color: #1f9471;
}

.rating__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating__score {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #2EA380;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-right: 8px;
}

.rating__score:hover {
  color: #fff;
}

.rating__score img {
  margin-left: 2px;
  width: 16px;
}

@media only screen and (max-width: 767px) {
  .rating__score {
    padding: 2px 7px;
  }
  .rating__score img {
    width: 9px;
  }
}

.rating__reviews {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

.rating a:hover {
  color: #1f9471;
}

.border-box {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0;
  border: 1px solid #eee;
}

.border-box .h3-title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .border-box {
    padding: 15px;
  }
}

.sticky-container {
  position: relative;
  padding-bottom: 20px;
}

.sticky-container .sticky-section {
  position: sticky;
  top: 20px;
}

.product-page__gallery {
  position: relative;
  margin-bottom: 40px;
}

.product-page__gallery > a {
  display: block;
  margin: 0 auto;
  max-width: 390px;
}

@media only screen and (max-width: 767px) {
  .product-page__gallery > a {
    max-width: 280px;
  }
}

.product-page__title {
  font-weight: 400;
  line-height: 1.2;
}

.product-page__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.product-page__additional .rating__block {
  margin-left: 20px;
}

.product-page__price {
  font-size: 30px;
  margin-bottom: 30px;
	margin-top:12px;
}

.product-page__price .old-price {
  color: #e93f11;
  text-decoration: line-through;
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
}

.product-page__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-page__bottom .counter {
  margin-right: 30px;
}

.product-page__bottom .btn__buy {
  padding: 12px 25px;
  font-size: 16px;
}

.info-block {
  margin-bottom: 30px;
}

.info-block .h3-title {
  margin-bottom: 15px;
}

.info-block:last-child {
  margin-bottom: 0;
}

.product-heading__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.product-heading__tab {
  margin-right: 20px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.product-heading__tab.is-active {
  color: #2EA380;
}

.product-heading__tab.is-active:after {
  content: '';
  top: -20px;
  height: 1px;
  background-color: #2EA380;
  left: 0;
  width: 100%;
  position: absolute;
}

.comment__form {
  margin-top: 20px;
}

.comment__form .btn__buy {
  padding: 12px 25px;
  font-size: 16px;
}

.simple-checkout {
  margin-bottom: 30px;
}

.simple-checkout__cover {
  max-height: 321px;
  overflow: auto;
}

.simple-checkout .cart .btn__delete {
  position: static;
  opacity: 1;
}

.simple-checkout .cart .cart__cost {
  text-align: center;
}

.simple-checkout .cart .counter {
  margin: 0 auto;
}

.simple-checkout .total {
  padding: 15px;
  border: 1px solid #eee;
  border-top: 0;
}

@media only screen and (max-width: 767px) {
  .simple-checkout .cart tr td:not(.total) {
    width: 33%;
  }
  .simple-checkout .cart tr td:not(.total):nth-child(2) {
    width: calc(100% - 102px);
  }
  .simple-checkout .cart tr td:not(.total):first-child {
    width: 80px;
  }
  .simple-checkout .cart tr td:not(.total):before {
    content: attr(data-title);
    display: block;
    padding: 0 7px;
    line-height: normal;
    font-size: 12px;
  }
  .simple-checkout .cart tr .btn__delete {
    position: absolute;
    top: 50%;
    right: -5px;
    left: auto;
  }
  .simple-checkout .total {
    padding: 0;
    border: none;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1000px) {
	.middle-column .site-nav__link.mark {
		display:none;
}
  .order-mob-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-mob-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-mob-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.personal-nav__link {
  padding: 2px 6px;
  display: inline-block;
  font-size: 17px;
  color: #000;
  border-radius: 4px;
}

.personal-nav__link:not(.active):hover {
  color: #2EA380;
}

.personal-nav__link.active {
  background-color: #2EA380;
  color: #fff;
}

.personal-nav__item {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1000px) {
  .personal-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .personal-nav__item {
    margin: 0 10px;
  }
}

.personal-info .input__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.personal-info .input__container input {
  width: calc(100% - 140px);
}

.personal-info .input__container label {
  width: 130px;
  margin-right: 10px;
  text-align: left;
}

.personal-info .input__container .text-error {
  padding-left: 140px;
}

.personal__bottom {
  padding-left: 140px;
}

.orders-table table {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
}

.orders-table table tr td {
  padding: 14px 18px 18px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.orders-table table tr td:last-child {
  text-align: right;
}

.orders-table table tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .orders-table table {
    display: block;
    border: none;
  }
  .orders-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #eee;
  }
  .orders-table table tr td {
    padding: 8px 18px;
    border: none;
  }
}

.order__number {
  margin-right: 8px;
  font-size: 16px;
  color: #000;
}

.order__number:hover {
  color: #2EA380;
}

.order__time {
  margin-top: 6px;
  color: #ACACAC;
  font-size: 12px;
}

.order__total {
  border: 1px solid #eee;
  margin-top: 15px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  border-radius: 5px;
}

@media only screen and (max-width: 1000px) {
  .order__total {
    margin-top: 0;
  }
}

.status {
  display: inline-block;
  padding: 3px 4px 2px;
  font-size: 11px;
  border-radius: 2px;
  line-height: 1;
  color: #fff;
}

.status_blue {
  background-color: #1e7ccc;
}

.status_red {
  background-color: #e93f11;
}

.status_green {
  background-color: #2EA380;
}

.order-info table {
  width: 100%;
}

.order-info table tr td {
  padding: 8px 0;
  font-size: 16px;
}

.order-info table tr td:first-child {
  color: #b8b8b8;
}

.order-info .cart__img {
  max-width: 120px;
}

.order-info .cart {
  border-top: 1px solid #eee;
  margin-top: 34px;
}

.order-info .cart tr td {
  padding: 8px 15px;
}

.order-info .cart tr td:last-child {
  text-align: left;
}

.order-info .h2-title {
  color: #000;
}

@media only screen and (max-width: 1000px) {
  .order-info table tr td {
    font-size: 14px;
  }
  .order-info .cart {
    border: none;
  }
  .order-info .cart tr {
    padding: 0;
  }
  .order-info .cart tr td {
    margin-bottom: 0 !important;
  }
  .order-info .cart tr:first-child td:first-child {
    width: 100%;
    margin-bottom: 0;
  }
  .order-info .delivery {
    font-size: 12px;
    white-space: nowrap;
  }
  .order-info .total-order-item {
    width: 100% !important;
  }
}

.table-cover {
  width: 700px;
  /*height: 300px;*/
  /*overflow: auto;*/
  margin-bottom: 45px;
}

.js_product {
  max-height: 650px;
  overflow: auto;
}

.price-list {
  width: 100%;
  border-spacing: 0;
}

.price-list tr th {
  text-align: left;
  border-bottom: 1px solid #1f9471;
		position: relative;
}

.price-list tr td {
  padding: 5px;
  border-bottom: 1px solid #1f9471;
	position: relative;
}



.price-list__img {
  width: 40px;
  height: 60px;
  display: block;
  overflow: hidden;
}

.price-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.price-list__name {
  position: relative;
  max-width: 280px;
  min-width: 200px;
}

.price-list__name img {
  position: absolute;
  top: calc(100%);
  width: 60px;
  height: 90px;
  z-index: 2;
  display: none;
}

.price-list__name a {
  color: #000;
}

.price-list__name:hover img {
  display: block;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-thumb {
  background-color: #2EA380;
}
*::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #f9f9fd;
}
footer .to-top {
  position: fixed;
  right: 20px;
  display: none;
  bottom: 20px;
  transform: translateY(-100%);
}
.product-total-column{
	min-width: 124px
}
.to-top-wrap{
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  background-color: #1f9471;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1024px) {
  footer .to-top {
    display: none;
  }
}
.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  background-color: #1f9471;
}
.product__stub{
  text-align: center;
  color: red;
}
.requarements{
	font-size: 12px;
	color: #777777;
	margin-top:4px;
}
.button-password{
	position:absolute;
	right: 10px;
    top: 11px;
}
