* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input, textarea {
  font-family: "Gilroy Regular", Arial, sans-serif; }

body {
  background-color: #fff;
  font-family: "Gilroy Regular", Arial, sans-serif;
  color: #3A3A3A;
  font-weight: 400;
  overflow-x: hidden; }

.mainContainer {
  max-width: 1264px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.btn-green {
  background-color: #00AD79;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Gilroy Bold", Arial, sans-serif;
  letter-spacing: 0.1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .btn-green:focus {
    outline: none; }
  .btn-green:hover {
    background-color: #116048;
    color: #fff; }

a.btn-green {
  display: inline-block; }

.header__top-container {
  background-color: #2C2C2C;
  font-family: "Gilroy Regular", Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17); }

.header__top-container__nav li:nth-child(n + 6):nth-child(-n + 10) {
  display: none;
}          

.header__top-container__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0; }

.header__top-container__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .header__top-container__nav li a {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 0 12px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .header__top-container__nav li a:hover {
      text-decoration: underline; }
  .header__top-container__nav li .active-message {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FF0000;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px; }
  .header__top-container__info li a .product-count{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FF0000;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 18px; 
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
  }

.header__top-container__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .header__top-container__info li {
    position: relative; }
    .header__top-container__info li a {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      padding: 0 20px; }
      .header__top-container__info li a img, .header__top-container__info li a svg {
        margin-right: 9px;
        max-width: 20px;
        height: auto;
        vertical-align: middle; }
    .header__top-container__info li:after {
      content: '';
      height: 23px;
      width: 1px;
      display: block;
      background-color: rgba(255, 255, 255, 0.3);
      position: absolute;
      right: 0;
      top: 0; }
    .header__top-container__info li:first-child a {
      padding-left: 0; }
    .header__top-container__info li.header__top-container__language {
      position: static; }
      .header__top-container__info li.header__top-container__language:after {
        display: none; }
      .header__top-container__info li.header__top-container__language a {
        text-transform: uppercase;
        padding: 0 12px;
        padding-right: 0; }

.header__main-container {
  background-color: #00AD79;
  background-image: url(/catalog/view/theme/default/img/NY.png);
  background-size: cover; }

.header__main-container__wrapp {
  padding-top: 17px;
  padding-bottom: 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.header__main-container__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.header__main-container__logo {
  padding-top: 10px;
  margin-right: 30px; }
  .header__main-container__logo img, .header__main-container__logo svg {
    max-width: 220px;
    height: auto; } 
.header__mob__logo img,svg{
  max-width: 151px;
}
.header__main-container__consultation {
  font-family: "Gilroy Medium", Arial, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 11px; }
  .header__main-container__consultation a {
    color: #000;
    border-bottom: 1px solid #000; }

.header__main-container__contacts__links a {
  width: 100%;
  display: block;
  margin-bottom: 3px;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .header__main-container__contacts__links a:hover {
    text-decoration: underline; }

.header__main-container__search {
  width: 59%; }

.header__main-container__search__heading {
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  margin-bottom: 9px; }

.header__main-container__search-block {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 57px; }

.header__main-container__search-block__filter {
  width: 25%; 
  padding-left: 16px;
  height: 100%; }
.header__main-container__search-block__filter select{
  height: 100%;
  background: transparent;
  border: none;
  font-size: 14px;
  width: 100%;
  color: #3F3F3F;
  font-family: "Gilroy Regular", Arial, sans-serif;
  -webkit-appearance: none;
    -moz-appearance: none;
  background-image: url("../img/select-down-icon.svg");
  background-repeat: no-repeat;
  background-position: 95% 52%;
  padding-right: 23px;
}
.header__main-container__search-block__filter select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.header__main-container__search-block__filter select:focus{
  outline: none;
}
  .header__main-container__search-block__filter .select_list {
    border: none;
    border-radius: 0;
    position: relative; }
    .header__main-container__search-block__filter .select_list:after {
      content: '';
      position: absolute;
      right: 9px;
      top: 27px;
      border: 5px solid transparent;
      border-top: 8px solid #DADADA; }
  .header__main-container__search-block__filter .select.active .select_list {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
    .header__main-container__search-block__filter .select.active .select_list:after {
      border-bottom: 8px solid #DADADA;
      border-top: 0; }
    .header__main-container__search-block__filter .select.active .select_list .select_option {
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .header__main-container__search-block__filter .select.active .select_list .select_option:hover {
        background-color: #116048;
        color: #fff; }
      .header__main-container__search-block__filter .select.active .select_list .select_option.disabled:hover {
        background-color: #fff;
        color: #000; }
  .header__main-container__search-block__filter .select_option.selected {
    padding: 20px 20px 19px 14px; }
  .header__main-container__search-block__filter .select_option.disabled {
    color: #000;
    font-size: 14px;
    opacity: 0.8; }

.header__main-container__search-block__filter-heading {
  height: 100%;
  width: 100%;
  padding: 20px 10px 18px 16px;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  cursor: pointer; }
  .header__main-container__search-block__filter-heading:after {
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -2px;
    border: 5px solid transparent;
    border-top: 8px solid #DADADA; }

.header__main-container__search-block__input {
  width: 56%;
  height: 100%;
  position: relative; }
  .header__main-container__search-block__input:before {
    content: '';
    width: 1px;
    height: 28px;
    position: absolute;
    background-color: #DFDFDF;
    display: block;
    position: absolute;
    top: 15px;
    left: 0; }
  .header__main-container__search-block__input input {
    height: 100%;
    width: 100%;
    border: none;
    padding-left: 15px;
    font-family: "Gilroy Medium", Arial, sans-serif; }
    .header__main-container__search-block__input input::-webkit-input-placeholder {
      color: transparent;
      font-family: "Gilroy Medium", Arial, sans-serif; }
    .header__main-container__search-block__input input::-moz-placeholder {
      color: transparent;
      font-family: "Gilroy Medium", Arial, sans-serif; }
    .header__main-container__search-block__input input:-ms-input-placeholder {
      color: transparent;
      font-family: "Gilroy Medium", Arial, sans-serif; }
    .header__main-container__search-block__input input::-ms-input-placeholder {
      color: transparent;
      font-family: "Gilroy Medium", Arial, sans-serif; }
    .header__main-container__search-block__input input::placeholder {
      color: transparent;
      font-family: "Gilroy Medium", Arial, sans-serif; }

.header__main-container__search-block__btn {
  background-color: #2C2C2C;
  color: #fff;
  font-size: 16px;
  border: none;
  height: 100%;
  width: 22%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .header__main-container__search-block__btn:focus {
    outline: none; }
  .header__main-container__search-block__btn img {
    margin-right: 17px; }
  .header__main-container__search-block__btn:hover {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07); }

.header__mob {
  display: none; }

.nav-catalog {
  margin-top: -41px;
  position: relative; }

.nav-catalog__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #116048;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }

.nav-catalog__toggle {
  width: 79px;
  height: 66px;
  text-align: center;
  border: none;
  background-color: transparent; }
  .nav-catalog__toggle span {
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
    width: 22px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .nav-catalog__toggle span:last-child {
      margin-bottom: 0; }
  .nav-catalog__toggle:hover span {
    width: 35px; }

.nav-catalog__menu {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%; }
  .nav-catalog__menu a, .nav-catalog__menu button {
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    border: none;
    padding-top: 13px;
    text-align: center; }
    .nav-catalog__menu a span, .nav-catalog__menu button span {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: inline-block;
      background-color: #094A37;
      text-align: center;
      line-height: 38px;
      margin-bottom: 1px;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .nav-catalog__menu a span img, .nav-catalog__menu button span img {
        max-width: 100%;
        height: auto; }
    .nav-catalog__menu a p, .nav-catalog__menu button p {
      font-size: 18px;
      line-height: 27px;
      color: #fff;
      font-family: "Gilroy Medium", Arial, sans-serif;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      width: max-content;
      margin: 0 auto;
      padding-bottom: 9px;
      margin-bottom: -1px;
      border-bottom: 3px solid transparent;
      transition: all 0.2s; }
  .nav-catalog__menu .nav-catalog__menu__item.tab.active button p{
    border-color: #fff;
  }


.nav-catalog__menu__item {
  position: relative; }
  .nav-catalog__menu__item:before {
    content: '';
    height: 60%;
    width: 1px;
    display: block;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 22%;
    left: 0; }
  .nav-catalog__menu__item:hover a span {
    background-color: #00AD79; }
  .nav-catalog__menu__item:hover a p {
    text-decoration: underline; }

.nav-catalog__all {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 0px;
  overflow: hidden; }

.nav-catalog.show .nav-catalog__all {
  height: auto; }

@-webkit-keyframes show_nav_list {
  0% {
    height: 0px; }
  100% {
    height: 600px; } }

@keyframes show_nav_list {
  0% {
    height: 0px; }
  100% {
    height: 600px; } }

.nav-catalog__all__wrapp {
  background-color: #00AD79;
  padding: 20px 10px 10px 10px;
  width: 100%; }

.nav-catalog__heading {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  margin-bottom: 18px; }

.nav-catalog__all__list {
  background-color: #FFFFFF;
  padding: 18px 22px 15px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .nav-catalog__all__list li {
    width: 30%;
    margin-bottom: 19.5px;
    margin-right: 5%; }
    .nav-catalog__all__list li:nth-child(3n) {
      margin-right: 0; }
    .nav-catalog__all__list li a {
      -webkit-background-size: 20px;
      background-size: 20px;
      padding-left: 35px;
      width: 100%;
      display: block;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      background-image: url("../img/nav-catalog_all_it.svg");
      background-repeat: no-repeat;
      background-position: left top;
      color: #000000;
      font-size: 16px;
      line-height: 24px;
      font-family: "Gilroy Semi-Bold", Arial, sans-serif;
      transition: all 0.2s; }
      .nav-catalog__all__list li a:after {
        float: right;
        margin-top: 5px;
        content: '';
        width: 10px;
        height: 10px;
        border: none;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        background-color: transparent;
        display: inline-block;
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
      .nav-catalog__all__list li a:hover {
        text-decoration: underline;
      }

.nav-catalog__all__list li a.udilishcha{
  background-image: url("../img/nav-icons/udilishcha.png");
}
.nav-catalog__all__list li a.katushki{
  background-image: url("../img/nav-icons/katushki.png");
}
.nav-catalog__all__list li a.kryuchki{
 background-image: url("../img/nav-icons/kryuchki.png");
}
.nav-catalog__all__list li a.shnury{
 background-image: url("../img/nav-icons/shnury.png");
}
.nav-catalog__all__list li a.leska{
 background-image: url("../img/nav-icons/leska2.png");
}
.nav-catalog__all__list li a.montazh{
 background-image: url("../img/nav-icons/montazh.png");
}
.nav-catalog__all__list li a.prikormki{
 background-image: url("../img/nav-icons/prikormki.png");
}
.nav-catalog__all__list li a.sadki{
 background-image: url("../img/nav-icons/sadki.png");
}
.nav-catalog__all__list li a.vedra{
 background-image: url("../img/nav-icons/sadok.png");
}
.nav-catalog__all__list li a.poplavki{
 background-image: url("../img/nav-icons/poplavok.png");
}
.nav-catalog__all__list li a.spinningovye_udilishcha{
 background-image: url("../img/nav-icons/spinningovye_udilishcha.png");
}
.nav-catalog__all__list li a.buckets{
 background-image: url("../img/nav-icons/buckets.png");
}
.nav-catalog__all__list li a.udilishchaspin{
 background-image: url("../img/nav-icons/udilishchaspin.png");
}
.nav-catalog__all__list li a.kryuchkispin{
 background-image: url("../img/nav-icons/kryuchkispin.png");
}
.nav-catalog__all__list li a.primankisilikon{
 background-image: url("../img/nav-icons/primankisilikon.png");
}
.nav-catalog__all__list li a.povodki{
 background-image: url("../img/nav-icons/povodki.png");
}
.nav-catalog__all__list li a.mandula{
 background-image: url("../img/nav-icons/mandula.png");
}
.nav-catalog__all__list li a.vertlyugi{
 background-image: url("../img/nav-icons/vertlyugi.png");
}
.nav-catalog__all__list li a.voblery{
 background-image: url("../img/nav-icons/voblery.png");
}
.nav-catalog__all__list li a.kresla{
 background-image: url("../img/nav-icons/kresla.png");
}
.nav-catalog__all__list li a.kormushki{
 background-image: url("../img/nav-icons/kormushki.png");
}
.nav-catalog__all__list li a.vershinky{
 background-image: url("../img/nav-icons/vershinky.png");
}
.nav-catalog__all__list li a.povodochnicy{
 background-image: url("../img/nav-icons/povodochnicy.png");
}
.nav-catalog__all__list li a.podstavki{
 background-image: url("../img/nav-icons/podstavki.png");
}
.nav-catalog__all__list li a.trenogi{
 background-image: url("../img/nav-icons/trenogi.png");
}
.nav-catalog__all__list li a.podsaki{
 background-image: url("../img/nav-icons/podsaki.png");
}
.nav-catalog__all__list li a.tubusy{
 background-image: url("../img/nav-icons/tubusy.png");
}
.nav-catalog__all__list li a.likvidy{
 background-image: url("../img/nav-icons/likvidy.png");
}
.nav-catalog__all__list li a.pvamaterialy{
 background-image: url("../img/nav-icons/pvamaterialy.png");
}
.nav-catalog__all__list li a.elektrsignal{
 background-image: url("../img/nav-icons/elektrsignal.png");
}
.nav-catalog__all__list li a.termosy{
 background-image: url("../img/nav-icons/termosy.png");
}
.nav-catalog__all__list li a.posuda{
 background-image: url("../img/nav-icons/posuda.png");
}
.nav-catalog__all__list li a.gotovyeosnastki{
 background-image: url("../img/nav-icons/gotovyeosnastki.png");
}
.nav-catalog__all__list li a.nasadki{
 background-image: url("../img/nav-icons/nasadki.png");
}
.nav-catalog__all__list li a.bojly{
 background-image: url("../img/nav-icons/bojly.png");
}
.nav-catalog__all__list li a.ledkory{
 background-image: url("../img/nav-icons/ledkory.png");
}
.nav-catalog__all__list li a.gruzila{
 background-image: url("../img/nav-icons/gruzila.png");
}
.nav-catalog__all__list li a.transportirovka{
 background-image: url("../img/nav-icons/transportirovka.png");
}
.nav-catalog__all__list li a.odejda{
 background-image: url("../img/nav-icons/odejda.png");
}
.nav-catalog__all__list li a.raskladushki{
 background-image: url("../img/nav-icons/raskladushki.png");
}
.nav-catalog__all__list li a.palatki{
 background-image: url("../img/nav-icons/palatki.png");
}
.nav-catalog__all__list li a.fonari{
 background-image: url("../img/nav-icons/fonari.png");
}

.banner-slider__nav button {
  background-color: transparent;
  border: none; }

.banner-slider__nav .swiper-button-next, .banner-slider__nav .swiper-button-prev {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #fff !important; }

.banner-slider__nav .swiper-button-next:after, .banner-slider__nav .swiper-button-prev:after {
  font-size: 37px; }

.banner-slider {
  padding-bottom: 32px; }
  .banner-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 3px solid #FFFFFF;
    background-color: transparent;
    opacity: 1; }
    .banner-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #00AD79; }

.banner-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px; }

.banner-slider .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 21px; }

.banner-slider__wrapp {
  overflow: hidden;
  position: relative; }

.banner-slider__item {
  width: 100%;
  min-height: 800px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative; }
  .banner-slider__item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.banner-slider__item__content {
  padding: 80px 60px 55px 100px;
  position: relative; }

.banner-slider__item__heading {
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase; }

.banner-slider__item__descr {
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  font-family: "Gilroy Medium", Arial, sans-serif; }

.banner-slider__item__list {
  margin-top: 60px; }
  .banner-slider__item__list li {
    margin-bottom: 25px;
    font-size: 18px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    line-height: 27px;
    color: #fff; }

.banner-slider__item__list__item-img {
  width: 43px;
  text-align: left;
  display: inline-block;
  vertical-align: text-bottom; }
  .banner-slider__item__list__item-img img {
    max-width: 100%;
    height: auto; }

.banner-slider__notification {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 10;
  position: relative;
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  float: right;
  margin-top: -30px;
  margin-right: 10px;
  display: block; }

.banner-slider__notification__message {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #FF0000;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 14px;
  font-size: 12px;
  position: absolute;
  top: 10%;
  right: -10%; }

.top-offers {
  margin-top: 45px;
  padding-bottom: 45px;
  overflow: hidden; }

.top-offers__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 35px; }

.top-offers__loadmore {
  margin: 0 auto;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-family: "Gilroy Medium", Arial, sans-serif;
  text-decoration: underline;
  border: none;
  display: none; }
  .top-offers__loadmore img {
    margin-left: 8px; }

.top-offers__nav__heading {
  color: #000;
  font-size: 22px;
  line-height: 27px;
  font-family: "Gilroy Bold", Arial, sans-serif; }

.top-offers__nav__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.top-offers__nav__links {
  margin-right: 60px; }
  .top-offers__nav__links li {
    display: inline-block;
    margin-right: 6px;
    color: #000;
    font-size: 14px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    padding: 8px 19px;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    cursor: pointer; }
    .top-offers__nav__links li:hover {
      opacity: 1; }
    .top-offers__nav__links li:last-child {
      margin-right: 0; }
    .top-offers__nav__links li a {
      color: #000;
      font-size: 14px;
      font-family: "Gilroy Medium", Arial, sans-serif;
      padding: 8px 19px;
      opacity: 1;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      display: inline-block; }
      .top-offers__nav__links li a:hover {
        opacity: 1; }
    .top-offers__nav__links li.mixitup-control-active {
      background-color: #00AD79;
      opacity: 1; }

.top-offers__nav__toggle {
  display: block;
  width: 19px;
  height: 19px;
  border: none;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  background-color: transparent;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .top-offers__nav__toggle:focus {
    outline: none; }
  .top-offers__nav__toggle.next {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .top-offers__nav__toggle.prev {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: 35px; }
  .top-offers__nav__toggle:hover {
    border-color: #116048; }

.top-offers__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 24px;
  padding: 0 30px; }

.catalog-card {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: relative;
  margin-bottom: 36px; }
  .catalog-card:hover {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07); }
  .catalog-card.sale-card:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

  .catalog-card-tab {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 13%);
    background-color: #fff;
    position: relative;
    margin: 20px 5px;
  }
  .catalog-card-tab:hover {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07); }
  .catalog-card-tab.sale-card:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }          

.catalog-card__img {
  width: 100%;
  height: 232px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .catalog-card__img img {
    max-width: 100%;
    height: auto; }

.catalog-card__content {
  padding: 5px 18px 18px 18px; }

.catalog-card__rating {
  margin-bottom: 10px; }

.catalog-card__rating__icons {
  display: inline-block;
  margin-right: 16px; }
  .catalog-card__rating__icons svg {
    margin-right: 5px; }
    .catalog-card__rating__icons svg:last-child {
      margin-right: 0; }
  .catalog-card__rating__icons[data-value="5"] svg:nth-child(-n+5) path {
    fill: #FFC700; }
  .catalog-card__rating__icons[data-value="4"] svg:nth-child(-n+4) path {
    fill: #FFC700; }
  .catalog-card__rating__icons[data-value="3"] svg:nth-child(-n+3) path {
    fill: #FFC700; }
  .catalog-card__rating__icons[data-value="2"] svg:nth-child(-n+2) path {
    fill: #FFC700; }
  .catalog-card__rating__icons[data-value="1"] svg:nth-child(-n+1) path {
    fill: #FFC700; }

.catalog-card__rating__link {
  font-size: 12px;
  display: inline-block;
  font-family: "Gilroy Regular", Arial, sans-serif;
  line-height: 14px;
  color: #000;
  text-decoration: underline; }

.catalog-card__name {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
  color: #000;
  font-family: "Gilroy Medium", Arial, sans-serif;
  display: block; }

.catalog-card__status {
  margin-bottom: 12px;
  color: #868686;
  font-size: 12px;
  line-height: 14px;
  font-family: "Gilroy Light", Arial, sans-serif; }

.catalog-card__price span {
  display: inline-block;
  font-family: "Gilroy Bold", Arial, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
  vertical-align: baseline; }
  .catalog-card__price span.price-old {
    margin-left: 38px;
    color: #D73400;
    font-size: 14px;
    line-height: 17px;
    text-decoration: line-through; }

.catalog-card.sale-card {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #00AD79;
  padding: 10px; }

.sale-card__content {
  width: 100%;
  height: 100%;
  border: 1px solid #FFFFFF;
  padding: 55px 10px 30px 10px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sale-card__content__text b {
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  display: block;
  margin-bottom: 4px;
  color: #fff; }

.sale-card__content__text p {
  color: #000000;
  font-family: "Gilroy Medium", Arial, sans-serif;
  font-size: 25px;
  line-height: 30px; }

.sale-card__content__percent {
  font-family: "Gilroy Bold", Arial, sans-serif;
  font-size: 75px;
  color: #fff;
  text-shadow: 7px 0px 1px #852608;
  margin-bottom: 20px; }

.sale-card__content__hint {
  font-family: "Gilroy Medium", Arial, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline; }

.catalog-card__label {
  position: absolute;
  top: 0;
  right: 15px;
  text-transform: uppercase;
  background-color: #a9a6a6;
  padding: 9px 10px;
  color: #FFFFFF;
  font-size: 11px;
  font-family: "Gilroy Medium", Arial, sans-serif;
  letter-spacing: 0.5px; }
  .catalog-card__label.sale {
    background-color: #D73400; }
  .catalog-card__label.new {
    background-color: #00AD79; }
  .catalog-card__label.top {
    background-color: #F09000; }

.mailing-banner {
  padding-top: 77px;
  padding-bottom: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 97, 37, 0.5)), color-stop(57%, rgba(255, 255, 255, 0))), url("/image/catalog/banner/home/mailing-banner-new.webp");
  background: -o-linear-gradient(top, rgba(4, 97, 37, 0.5) 0%, rgba(255, 255, 255, 0) 57%), url("/image/catalog/banner/home/mailing-banner-new.webp");
  background: linear-gradient(180deg, rgba(4, 97, 37, 0.5) 0%, rgba(255, 255, 255, 0) 57%), url("/image/catalog/banner/home/mailing-banner-new.webp");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.mailing-banner__content {
  background-color: rgba(0, 0, 0, 0.3);
  border: 10px solid #00AD79;
  padding: 32px 120px 45px 46px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.mailing-banner__content__heading {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 40px; }

.mailing-banner__content__descr {
  font-size: 22px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  color: #fff;
  line-height: 33px;
  margin-bottom: 45px; }

.mailing-banner__content__link {
  display: block;
  font-family: "Gilroy Medium", Arial, sans-serif; }
  .mailing-banner__content__link img {
    display: inline-block;
    margin-right: 17px; }
  .mailing-banner__content__link span {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-decoration: underline; }

.about-block {
  padding-top: 90px;
  padding-bottom: 85px; }

.about-block__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.about-block__heading {
  font-size: 30px;
  line-height: 37px;
  color: #000;
  margin-bottom: 50px;
  font-family: "Gilroy Bold", Arial, sans-serif; }

.about-block__content {
  width: 59.5%; }

.about-block__descr {
  width: 100%;
  max-height: 285px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-family: "Gilroy Medium", Arial, sans-serif;
  position: relative;
  overflow: hidden; }
  .about-block__descr b {
    display: block;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    margin-bottom: 20px; }
  .about-block__descr p {
    margin-bottom: 20px; }
    .about-block__descr p:last-child {
      margin-bottom: 0; }
  .about-block__descr .scroll-emul_block {
    overflow-y: hidden; }
  .about-block__descr .scroll-emul_container {
    padding-left: 30px; }
  .about-block__descr .scroll-emul_line {
    background-color: #DBDBDB;
    width: 4px; }
  .about-block__descr .scroll-emul_line_item {
    background-color: #00AD79;
    width: 2px;
    left: 1px;
    top: 2px; }

.about-block__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 32%; }

.about-block__info__card {
  padding: 29px 15px 23px 15px;
  width: 47%;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .about-block__info__card svg path {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    fill: #00AD79; }
  .about-block__info__card p {
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    margin-top: 22px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .about-block__info__card:hover {
    background-color: #00AD79; }
    .about-block__info__card:hover p {
      color: #fff; }
    .about-block__info__card:hover svg path {
      fill: #fff; }

.scroll-emul_block {
  overflow-y: auto; }

.scroll-emul_container {
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden; }

.scroll-emul_content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.scroll-emul_content::-webkit-scrollbar {
  width: 0px;
  background: transparent; }

.scroll-emul_line {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 10;
  width: 6px;
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: transparent;
  border-radius: 2px; }

.scroll-emul_line_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #E9E9E9;
  border-radius: 2px; }

.reviews button {
  background-color: transparent;
  border: none; }

.reviews .swiper-button-next, .reviews .swiper-button-prev {
  color: #fff !important;
  background-color: #00AD79;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .reviews .swiper-button-next:hover, .reviews .swiper-button-prev:hover {
    background-color: #116048; }

.reviews .swiper-button-next:after, .reviews .swiper-button-prev:after {
  font-size: 24px; }

.reviews__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .reviews__heading h2 {
    font-size: 30px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    color: #0E0E0E;
    line-height: 37px; }
  .reviews__heading a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: #000000;
    font-family: "Gilroy Bold", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px; }

.reviews__wrapp {
  padding-top: 65px;
  padding-bottom: 95px;
  overflow: hidden;
  position: relative; }

.reviews__item {
  width: 85%;
  border: 10px solid #00AD79;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 24px 75px 30px 75px;
  position: relative;
  margin: 0 auto; }

.reviews__item__avatar {
  margin: 0 auto;
  margin-bottom: 16px;
  width: 149px;
  height: 149px;
  border-radius: 50%;
  overflow: hidden; }
  .reviews__item__avatar img {
    max-width: 100%;
    height: auto; }

.reviews__item__name {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 23px; }

.reviews__item__descr {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000; }
  .reviews__item__descr p {
    margin-bottom: 20px; }
    .reviews__item__descr p:last-child {
      margin-bottom: 0; }

.reviews__item__blockquate-icon {
  color: #00AD79;
  position: absolute;
  top: 0;
  left: 2%;
  font-size: 176px;
  line-height: 202px;
  font-family: Times, Arial, sans-serif;
  font-weight: bold; }

.reviews .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 3px solid #00AD79;
  background-color: transparent;
  opacity: 1; }
  .reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #00AD79; }

.reviews .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px; }

.reviews .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 21px; }

.contact-us {
  padding-top: 410px;
  padding-bottom: 65px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

.contact-us__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px; }

.contact-us__text {
  width: 48%; }
  .contact-us__text h2 {
    font-size: 30px;
    line-height: 37px;
    color: #000;
    margin-bottom: 25px;
    font-family: "Gilroy Bold", Arial, sans-serif; }
  .contact-us__text p {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 20px; }
    .contact-us__text p:last-child {
      margin-bottom: 0; }

.contact-us__form {
  width: 49%;
  margin-top: 50px; }
  .contact-us__form form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .contact-us__form form input {
      width: 48%;
      margin-bottom: 20px;
      background-color: transparent;
      height: 40px;
      border: none;
      border-bottom: 1px solid #000000;
      font-size: 16px;
      color: #000;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      font-family: "Gilroy Regular", Arial, sans-serif; }
      .contact-us__form form input:focus {
        outline: none;
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
      .contact-us__form form input::-webkit-input-placeholder {
        font-size: 16px;
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
      .contact-us__form form input::-moz-placeholder {
        font-size: 16px;
        font-family: "Gilroy Regular", Arial, sans-serif;
        opacity: 1;
        color: #000; }
      .contact-us__form form input:-ms-input-placeholder {
        font-size: 16px;
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
      .contact-us__form form input::-ms-input-placeholder {
        font-size: 16px;
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
      .contact-us__form form input::placeholder {
        font-size: 16px;
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
    .contact-us__form form textarea {
      width: 100%;
      margin-bottom: 27px;
      border: none;
      border-bottom: 1px solid #000000;
      font-size: 16px;
      color: #000;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      height: 70px;
      padding-top: 10px;
      background-color: transparent;
      resize: none;
      font-family: "Gilroy Regular", Arial, sans-serif; }
      .contact-us__form form textarea::-webkit-input-placeholder {
        font-size: 16px;
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
      .contact-us__form form textarea::-moz-placeholder {
        opacity: 1;
        font-family: "Gilroy Regular", Arial, sans-serif;
        font-size: 16px;
        color: #000; }
      .contact-us__form form textarea:-ms-input-placeholder {
        font-size: 16px;
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
      .contact-us__form form textarea::-ms-input-placeholder {
        font-size: 16px;
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
      .contact-us__form form textarea::placeholder {
        font-size: 16px;
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
      .contact-us__form form textarea:focus {
        outline: none;
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
    .contact-us__form form button {
      padding: 5px 58px;
      height: 44px; }

.contact-us__socials__heading {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 20px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.contact-us__socials a {
  margin-right: 23px;
  display: inline-block; }
  .contact-us__socials a:last-child {
    margin-right: 0; }
  .contact-us__socials a:focus {
    outline: none; }

footer {
  background-color: #00AD79; }

.footer__wrapp {
  padding-top: 13px;
  padding-bottom: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
        align-content: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.footer__socials {
  width: 10.7%;
height: auto;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
        flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
        justify-content: flex-end;
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
        align-content: flex-end;
padding-bottom: 5%; 
  }

.footer__logo {
  width: 100%;
  margin-bottom: 22px;
  display: block; }
  .footer__logo img, .footer__logo svg {
    max-width: 100%;
    width: 130px; 
    height: auto; }

.footer__socials__list li {
  display: inline-block;
  margin-right: 12px; }
  .footer__socials__list li:last-child {
    margin-right: 0; }

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: stretch;
  width: 44%;
  padding-top: 40px; }

.footer__nav__item__heading {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 24px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.footer__nav__item__list li {
  margin-bottom: 15px;
  display: inline-block; }
  .footer__nav__item__list li a, .footer__nav__item__list li span {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-size: 14px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .footer__nav__item__list li a:hover {
      text-decoration: underline; }

.footer__nav__contacts {
  width: 19%;
  margin-left: auto;
  padding-top: 40px;
  padding-right: 2%; }
  .footer__nav__contacts .footer__nav__item__list {
    display: block; }
    .footer__nav__contacts .footer__nav__item__list li {
      width: 100%; }

.footer__nav__item {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 5%;
  width: 49%; }
  .footer__nav__item.contacts {
    padding-left: 0; }
    .footer__nav__item.contacts .footer__nav__item__list {
      display: block; }
      .footer__nav__item.contacts .footer__nav__item__list li {
        width: 100%; }
  .footer__nav__item:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.2); }

.footer__nav__item__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .footer__nav__item__list li {
    width: 49%; }
    .footer__nav__item__list li a, .footer__nav__item__list li span {
      width: 100%;
      text-align: left; }
      .footer__nav__item__list li a .active-message {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #FF0000;
        color: #fff;
        text-align: center;
        display: inline-block;
        line-height: 14px;
        font-size: 11px;
        margin-left: 6px; }

.footer__back-call {
  width: 18.8%;
  padding-top: 40px;
  padding-left: 3%; }

.footer__back-call__form {
  width: 100%;
  margin-top: 40px; }
  .footer__back-call__form input {
    width: 100%;
    display: block;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 21px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    opacity: 1;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.2s;
    font-family: "Gilroy Regular", Arial, sans-serif; }
    .footer__back-call__form input::-webkit-input-placeholder {
      color: #fff;
      font-size: 14px; }
    .footer__back-call__form input::-moz-placeholder {
      color: #fff;
      font-family: "Gilroy Regular", Arial, sans-serif;
      opacity: 1;
      font-size: 14px; }
    .footer__back-call__form input:-ms-input-placeholder {
      color: #fff;
      font-family: "Gilroy Regular", Arial, sans-serif;
      font-size: 14px; }
    .footer__back-call__form input::-ms-input-placeholder {
      color: #fff;
      font-family: "Gilroy Regular", Arial, sans-serif;
      font-size: 14px; }
    .footer__back-call__form input::placeholder {
      color: #fff;
      font-family: "Gilroy Regular", Arial, sans-serif;
      font-size: 14px; }
    .footer__back-call__form input:focus {
      outline: none;
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .footer__back-call__form button {
    width: 100%;
    border: none;
    display: block;
    padding: 5px 10px;
    height: 34px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .footer__back-call__form button:focus {
      outline: none; }
    .footer__back-call__form button:hover {
      background-color: #116048;
      color: #fff; }

.footer__about {
  padding-top: 20px;
  padding-bottom: 13px;
  background-color: #116048; }
  .footer__about p {
    color: #fff;
    font-size: 14px;
    line-height: 21px; }
.footer__about__wrapp{
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer__about__payment{
  margin-left: 15%;
}
.footer__about__payment img{
  margin-left: 20px;
  max-width: 90px;
  max-height: 32px;
}
.footer__about__payment img:first-child{
  max-height: 18px;
}
.footer__about__payment img:nth-child(2){
  height: 32px;
}

.nav-catalog__toggle__mob {
  display: none; }

.hidden {
  display: none !important; }

.select {
  width: 100%;
  position: relative;
  color: #1C2833;
  font-size: 14px;
  line-height: 18px; }

.select_option {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
  width: 100%;
  padding: 11px 16px 12px;
  background-color: #ffffff;
  cursor: pointer; }

.select_option.selected {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding: 11px 30px 12px 16px; }

.select_option.disabled {
  color: #8D8D8D; }

.select_option.disabled:not(.selected) {
  display: none; }

.select_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 1px solid #E1E1E2;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.select.active .select_list {
  max-height: 400px;
  overflow: auto;
  height: auto !important; }

.select_search {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  padding: 8px; }

.select_search input {
  width: 100%;
  padding: 11px 8px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: none;
  border-radius: 2px;
  border: 1px solid #E1E1E2; }

.select_search_result {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
  color: #8D8D8D; }

.catalog {
  padding-top: 37px;
  padding-bottom: 80px; }

.catalog__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.catalog__filter {
  width: 22.3%;
  margin-right: 25px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog__filter__heading {
  color: #000;
  font-size: 22px;
  line-height: 27px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  margin-bottom: 40px; }

.catalog__filter__wrapp {
  padding: 28px 28px 45px 28px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  width: 100%; }

.catalog__content {
  width: 76.5%; }

.catalog__heading {
  color: #000;
  font-size: 22px;
  line-height: 27px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  margin-bottom: 40px; }

.catalog__panel {
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 25px 20px 5px 20px;
  margin-bottom: 29px; }

.catalog__panel__list {
  width: 100%; 
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .catalog__panel__list li {
    width: 32.2%;
    margin-bottom: 23px;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    margin-right: 1.7%; }
    .catalog__panel__list li:nth-child(3n+3) {
      margin-right: 0; }
    .catalog__panel__list li::before {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #00AD79;
      border-radius: 50%;
      content: '';
      margin-right: 12px; }
  .catalog__panel__list li a{
    color: #000;
  }

.catalog__info {
  margin-bottom: 22px; }

.catalog-panels-wrp{
        width: 100%;
        max-width: 926px; 
        padding-left: 75px;
        padding-right: 75px;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); */
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
        position: relative;
        padding-top: 15px;
        padding-bottom: 30px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .catalog__panels {
        width: 100%;
        padding: 0 !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        /*padding-left: 75px;
        padding-right: 75px;*/
    }
    /*.catalog__panel__slider{
        overflow: hidden;
    }*/
    .catalog__panel__slider{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .catalog__panel__slider span{
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #00AD79;
        border-radius: 50%;
        margin-right: 12px;
    }
    .catalog__panel__item{
        min-height: 40px;
        color: #000;
        font-size: 14px;
        line-height: 17px;
        font-family: "Gilroy Bold", Arial, sans-serif;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }
    .catalog__panel__item a{
        color: #000;
    }
    .catalog__panel__btn{
        width: 28px;
        height: 28px;
        border-radius: 50%;
        text-align: center;
        background: #00AD79;
        position: absolute;
        top: 35%;
        border: none;
        padding: 0;
    }
    .catalog__panel__btn.swiper-button-disabled{
        background: #EAEAEA;
    }
    .catalog__panel__btn.prev{
        left: 21px;
    }
    .catalog__panel__btn.next{
        right: 21px;
    } 
    .catalog__panel__pagination{
        width: 100%;
        left: 0;
        bottom: 9px;
    }
    .catalog__panel__pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px;
        opacity: 1;
        background: transparent;
        border: 2px solid #D1CBCB;
    }
    .catalog__panel__pagination .swiper-pagination-bullet-active{
        background: transparent;
        border-color: #00AD79;
    }

.catalog__panel__pagination .swiper-pagination-bullet:only-child {
    visibility: hidden;
}

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

.catalog__details li {
  margin-right: 40px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  display: inline-block; }
  .catalog__details li:last-child {
    margin-right: 0; }
  .catalog__details li:first-child {
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .catalog__details li span {
    vertical-align: baseline; }

.catalog__sorting__heading {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  display: inline-block; }

.catalog__sorting span {
  font-size: 14px;
  line-height: 21px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.catalog__issue {
  margin-bottom: 35px; }

.catalog__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .catalog__list .catalog-card {
    width: 31%;
    margin-left: 1.2%;
    margin-right: 1.1%;
    margin-bottom: 31px; }

.catalog__list__loadmore {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  background-color: transparent;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  border: none; }
  .catalog__list__loadmore:focus {
    outline: none; }

.catalog__descr {
  /*max-height: 170px;*/
  font-size: 16px;
  line-height: 19px;
  color: #000;
  position: relative;
  overflow: hidden;
  height: 100%!important;}
  .catalog__descr p {
    margin-bottom: 14px; }
  .catalog__descr ul{
    list-style: disc;
    padding-left: 25px;
  }
  .catalog__descr ul li{
    margin-bottom: 10px;
    font-size: 15px;
  }
  .catalog__descr h2{
    font-weight: 600;
    margin-bottom: 7px;
  }
  .catalog__descr b {
    display: block;
    margin-bottom: 20px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .catalog__descr .scroll-emul_container {
    padding-left: 30px;
    padding-top: 10px; }
  .catalog__descr .scroll-emul_line {
    background-color: #DBDBDB;
    width: 4px; }
  .catalog__descr .scroll-emul_line_item {
    background-color: #00AD79;
    width: 2px;
    left: 1px;
    top: 2px; }

.catalog__filter__manufacturers .form-group {
  display: block;
  margin-bottom: 1px;
  font-size: 18px;
  line-height: 21px;
  color: #fff; }
  .catalog__filter__manufacturers .form-group:last-child {
    margin-bottom: 0; }

.catalog__filter__manufacturers .collapse{
  display: none !important;
}
.catalog__filter__manufacturers .collapse hr{
  display: none !important;
}
.catalog__filter__manufacturers .collapse.in{
  display: block !important;
}
.catalog__filter__manufacturers .collapse-value a{
  background-color: #00AD79;
  border: none;
  color: #fff;
  width: 100%;
  padding: 4px 0;
  border-radius: 3px;
  font-size: 15px;
  margin-top: 6px;
  text-decoration: none;
  transition: all 0.2s;
  display: block;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.catalog__filter__manufacturers .collapse-value a:hover{
  background-color: #116048;
  text-decoration: none;
  color: #fff;
}
.catalog__filter__manufacturers .collapse.in + .collapse-value .btn.btn-block{
  display: none !important;
}


.catalog__filter__manufacturers .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer; }

.catalog__filter__manufacturers .form-group label {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 26px; }
  .catalog__filter__manufacturers .form-group label span {
    vertical-align: middle; }
  .catalog__filter__manufacturers .form-group label .icon-check {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #A8A8A8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-right: 13px; }

.catalog__filter__manufacturers .form-group input:checked + .icon-check {
  background-color: #116048;
  border-color: #116048;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto; }

.catalog__filter__manufacturers .form-group label.ocf-selected .text {
  font-family: "Gilroy Bold", Arial, sans-serif;
  line-height: 27px; }

.catalog__filter__manufacturers__heading {
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 11px; }

.catalog__sorting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .catalog__sorting .select::after {
    content: '';
    width: 9px;
    height: 9px;
    border: none;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    right: 0;
    top: 10%;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .catalog__sorting .select.active::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .catalog__sorting .select.active .select_list {
    -webkit-box-shadow: 0px 23px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 23px 20px rgba(0, 0, 0, 0.1); }
  .catalog__sorting .select_list {
    border: none; }
  .catalog__sorting .select_option.selected {
    padding: 0;
    padding-left: 14px;
    padding-right: 16px; }
    .catalog__sorting .select_option.selected:hover {
      color: #000000;
      background-color: transparent; }
  .catalog__sorting .select_option {
    color: #000000;
    font-size: 14px;
    line-height: 21px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .catalog__sorting .select_option:hover {
      color: #fff;
      background-color: #116048; }

.catalog-card__lead {
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border: 10px solid #00AD79;
  padding: 27px 25px 27px 27px;
  margin-bottom: 35px; }

.catalog-card__lead__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.catalog-card__lead__content {
  width: 75.2%; }

.catalog-card__lead__heading {
  color: #000000;
  font-size: 30px;
  line-height: 37px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 25px; }

.catalog-card__lead__descr {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 25px; }

.catalog-card__lead__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .catalog-card__lead__form input {
    width: 46%;
    margin-bottom: 36px;
    height: 35px;
    border: none;
    border-bottom: 1px solid #000000;
    font-family: "Gilroy Regular", Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .catalog-card__lead__form input::-webkit-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000000; }
    .catalog-card__lead__form input::-moz-placeholder {
      opacity: 1;
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000000; }
    .catalog-card__lead__form input:-ms-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000000; }
    .catalog-card__lead__form input::-ms-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000000; }
    .catalog-card__lead__form input::placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000000; }
    .catalog-card__lead__form input:focus {
      outline: none;
      border-color: #00AD79; }
  .catalog-card__lead__form button {
    width: 46%;
    height: 56px;
    font-family: "Gilroy Medium", Arial, sans-serif; }

.catalog-card__lead__socials {
  width: 46%; }

.catalog-card__lead__socials__heading {
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  margin-bottom: 8px; }

.catalog-card__lead__socials__list {
  width: 100%; }
  .catalog-card__lead__socials__list li {
    margin-right: 25px;
    display: inline-block; }
    .catalog-card__lead__socials__list li:last-child {
      margin-right: 0; }
    .catalog-card__lead__socials__list li a:focus {
      outline: none; }

.catalog__filter__manufacturers {
  margin-bottom: 25px; }

.catalog__filter__range__item__heading {
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 16px; }
  .catalog__filter__range__item__heading span {
    vertical-align: baseline; }

.catalog__filter__range__item {
  margin-bottom: 33px; }
  .catalog__filter__range__item:last-child {
    margin-bottom: 0; }
  .catalog__filter__range__item .noUi-target {
    height: 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background: #000000;
    box-shadow: none;
    border: none; }
  .catalog__filter__range__item .noUi-handle {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: none;
    background: #00AD79;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .catalog__filter__range__item .noUi-handle::before {
      display: none; }
    .catalog__filter__range__item .noUi-handle::after {
      display: none; }
    .catalog__filter__range__item .noUi-handle:hover {
      background: #116048; }
  .catalog__filter__range__item .noUi-connect {
    background: #00AD79; }
  .catalog__filter__range__item .noUi-horizontal .noUi-handle {
    top: -9px; }

.catalog__filter__ranges {
  padding-right: 10px; }

.catalog__filter-burger {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background: #00AD79;
  border-radius: 50%;
  border: none;
  padding: 0;
  display: none; }
  .catalog__filter-burger span {
    display: block;
    height: auto;
    line-height: 0; }
  .catalog__filter-burger:focus {
    outline: none; }

.catalog__filter__closebtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  border: none;
  background-color: transparent;
  display: none; }
  .catalog__filter__closebtn:before, .catalog__filter__closebtn:after {
    position: absolute;
    content: '';
    height: 1px;
    width: inherit;
    background: #000000;
    left: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
  .catalog__filter__closebtn::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .catalog__filter__closebtn::after {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .catalog__filter__closebtn:focus {
    outline: none; }

.product {
  padding-top: 30px;
  padding-bottom: 0; }

.product__wrapp {
  margin-bottom: 45px;
  height: 570px;
  min-height: 570px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: baseline;
  -webkit-justify-content: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  resize: both; }

.product__gallery {
  width: 49%;
  height: 100%;
  margin-right: 2%; }

.product__box {
  width: 49%;
  height: auto; }
.product__box__full {
    width: 100%;
    height: auto; }  

.product__breadcrumbs {
  margin-bottom: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }
  .product__breadcrumbs li {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 17px; }
    .product__breadcrumbs li::after {
      content: '>';
      display: inline-block;
      margin-left: 4px;
      vertical-align: middle; }
    .product__breadcrumbs li:last-child::after {
      display: none; }
  .product__breadcrumbs li a{
    color: #000;
  }

.product__name {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 8px; }
  .product__name h1 {
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 20px; }

.product__rating {
  margin-bottom: 11px; }
  .product__rating a {
    text-decoration: underline;
    color: #000;
    vertical-align: baseline; }

.product__vendorcode {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.product__status {
  font-family: "Gilroy Light", Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin-bottom: 8px; }

.product__brand {
  color: #121212;
  font-size: 14px;
  line-height: 16px;
  font-family: "Gilroy Light", Arial, sans-serif;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .product__brand span {
    vertical-align: baseline; }
  .product__brand span a{
    vertical-align: baseline;
    color: #121212; 
  }

.product__details__main {
  margin-bottom: 55px; }

.product__details__order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
  margin-top: 50px; }

.product__btns button {
  display: block;
  margin-bottom: 14px; }
  .product__btns button:last-child {
    margin-bottom: 0; }

.product__add-basket {
  min-width: 224px;
  padding: 5px 35px;
  height: 60px; }

.product__add-basket_cat {
  min-width: 100%;
  padding: 5px 20px;
  margin-top: 15px;
  height: 45px;}

.product__add-favorites {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  padding: 0;
  border: none; }
  .product__add-favorites span {
    vertical-align: baseline;
    color: #000000;
    text-decoration: underline;
    font-size: 15px;
    line-height: 22px; }
  .product__add-favorites svg, .product__add-favorites img {
    margin-right: 9px;
    vertical-align: text-bottom; }

.product__value {
  margin-right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.product__price__old {
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #D73400;
  margin-bottom: 11px;
  font-family: "Gilroy Bold", Arial, sans-serif; }
  .product__price__old span {
    vertical-align: baseline; }

.product__price__actual {
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  font-family: "Gilroy Bold", Arial, sans-serif; }
  .product__price__actual span {
    vertical-align: baseline; }

.product__counter {
  height: 54px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin-right: 24px; }

.product__counter__btn {
  display: inline-block;
  padding: 0;
  height: 101%;
  width: 15px;
  text-align: center;
  background-color: #D8D8D8;
  border: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .product__counter__btn:focus {
    outline: none; }
  .product__counter__btn:hover {
    background-color: #b9b9b9; }

.product__counter__value {
  display: inline-block;
  width: 50px;
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
input.product__counter__value{
  height: 100%;
  border: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  border-radius: 0;
}
input.product__counter__value::-webkit-outer-spin-button,
input.product__counter__value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product__price {
  padding-top: 5px; }

.instock {
  color: #00AD79; }

.notavailable {
  color: #D73400; }

.expected {
  color: #7d7d7d; }

.product__modification__heading {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 30px; }

.product__modification__list {
  padding-right: 30px;
  max-height: 145px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .product__modification__list .scroll-emul_container {
    padding-left: 30px; }
  .product__modification__list .scroll-emul_line {
    background-color: #DBDBDB;
    width: 4px; }
  .product__modification__list .scroll-emul_line_item {
    background-color: #00AD79;
    width: 2px;
    left: 1px; }
  .product__modification__list .form-group {
    display: block;
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 21px;
    color: #fff; }
    .product__modification__list .form-group:last-child {
      margin-bottom: 0; }
  .product__modification__list .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
  .product__modification__list .form-group label, .product__modification__list .form-group a {
    position: relative;
    cursor: pointer;
    width: 100%;
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 17px; }
    .product__modification__list .form-group label span, .product__modification__list .form-group a span {
      vertical-align: middle;
      display: inline-block;
      max-width: 80%; }
    .product__modification__list .form-group label b, .product__modification__list .form-group a b {
      float: right;
      font-family: "Gilroy Bold", Arial, sans-serif;
      display: inline-block;
      vertical-align: baseline; }
    .product__modification__list .form-group label:before, .product__modification__list .form-group a:before {
      content: '';
      -webkit-appearance: none;
      background: #fff;
      border: 1px solid #A8A8A8;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 12px;
      height: 12px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      margin-right: 12px; }
  .product__modification__list .form-group a:before {
    display: none; }
  .product__modification__list .form-group input:checked + label:before {
    background-color: #116048;
    border-color: #116048;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto; }

.product__info__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.product__descr {
  width: 66%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 21px 33px 50px 33px; }

.product__descr__nav {
  text-align: center;
  margin-bottom: 23px; }
  .product__descr__nav button {
    background-color: transparent;
    height: 39px;
    border: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 5px 27px;
    font-size: 14px;
    color: #000000;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
    .product__descr__nav button:focus {
      outline: none; }
    .product__descr__nav button.active, .product__descr__nav button:hover {
      background-color: #00AD79; }

.product__descr__text {
  color: #000;
  font-size: 16px;
  line-height: 19px; }
  .product__descr__text p {
    margin-bottom: 22px; }
    .product__descr__text p:last-child {
      margin-bottom: 0; }
.product__descr__text ul{
  list-style: disc;
  padding-left: 20px;
}
.product__descr__text ul li{
  margin-bottom: 8px;
}

.product__advantages {
  width: 32%; }
.product__advantages__wide {
    width: 100%;
 }  

.product__advantages__list {
  margin-bottom: 33px; }
.product__advantages__list__wide {
    margin-bottom: 33px;
    display: flex;
    justify-content: space-between; }  
  .product__advantages__list li {
    width: 100%;
    display: block;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    min-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    padding: 5px 26px 5px 26px;
    margin-bottom: 17px; }
  .product__advantages__list__wide li {
      width: 33%;
      display: block;
      -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
      min-height: 70px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000000;
      font-size: 14px;
      line-height: 17px;
      font-family: "Gilroy Bold", Arial, sans-serif;
      padding: 5px 26px 5px 26px;
      margin-bottom: 17px; }  
    .product__advantages__list li:last-child {
      margin-bottom: 0; } 
    .product__advantages__list li img, .product__advantages__list li svg {
      margin-right: 35px; }
    .product__advantages__list__wide li img, .product__advantages__list__wide li svg {
      margin-right: 35px; }  

.product__advantages__contacts__wide {
  display: flex;
  margin-bottom: 50px;
}

.product__advantages__contacts__wide .product__advantages__contacts__heading {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin-bottom: 15px;
  margin-right: 30px; }

.product__advantages__contacts__heading {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin-bottom: 15px; }

.product__advantages__contacts__list li {
  margin-bottom: 6px; }
  .product__advantages__contacts__list li a {
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    font-family: "Gilroy Bold", Arial, sans-serif; }

.tab-content {
  /*display: none;*/ }
  .tab-content.active {
    display: block;
    -webkit-animation: show_tab_content .4s;
            animation: show_tab_content .4s; }

@-webkit-keyframes show_tab_content {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show_tab_content {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.product__params-content__item {
  margin-bottom: 15px; }
  .product__params-content__item ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
    color: #000000; }

.product__params-content__heading {
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 22px; }

.product__params-content__item__heading {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 17px;
  font-family: "Gilroy Bold", Arial, sans-serif; }

.product__reviews-content__item {
  margin-bottom: 32px; }
  .product__reviews-content__item:last-child {
    margin-bottom: 0; }

.product__reviews-content__item__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px; }

.product__reviews-content__item__name {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Gilroy Bold", Arial, sans-serif; }

.product__reviews-content__item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px; }

.product__reviews-content__item__date {
  font-size: 16px;
  line-height: 19px;
  color: #000000; }

.product__reviews-content__item__assessment {
  font-size: 16px;
  line-height: 19px;
  color: #000000; }

.product__reviews-content__item__text {
  font-size: 16px;
  line-height: 19px;
  color: #000000; }

.product__reviews-content__form {
  margin-top: 40px; }
  .product__reviews-content__form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .product__reviews-content__form form input {
      width: 50%;
      border: none;
      border-bottom: 1px solid #000000;
      height: 56px;
      font-size: 14px;
      color: #000000;
      font-family: "Gilroy Regular", Arial, sans-serif; }
      .product__reviews-content__form form input:focus {
        outline: none; }
      .product__reviews-content__form form input::-webkit-input-placeholder {
        color: #000000;
        font-family: "Gilroy Regular", Arial, sans-serif;
        font-size: 14px; }
      .product__reviews-content__form form input::-moz-placeholder {
        font-family: "Gilroy Regular", Arial, sans-serif;
        opacity: 1;
        color: #000000;
        font-size: 14px; }
      .product__reviews-content__form form input:-ms-input-placeholder {
        color: #000000;
        font-family: "Gilroy Regular", Arial, sans-serif;
        font-size: 14px; }
      .product__reviews-content__form form input::-ms-input-placeholder {
        color: #000000;
        font-family: "Gilroy Regular", Arial, sans-serif;
        font-size: 14px; }
      .product__reviews-content__form form input::placeholder {
        color: #000000;
        font-family: "Gilroy Regular", Arial, sans-serif;
        font-size: 14px; }
    .product__reviews-content__form form textarea {
      width: 100%;
      border: none;
      border-bottom: 1px solid #000000;
      resize: none;
      font-size: 14px;
      color: #000000;
      line-height: 21px;
      font-family: "Gilroy Regular", Arial, sans-serif;
      height: 70px;
      margin-top: 20px;
      margin-bottom: 35px; }
      .product__reviews-content__form form textarea:focus {
        outline: none; }
      .product__reviews-content__form form textarea::-webkit-input-placeholder {
        color: #000000;
        font-family: "Gilroy Regular", Arial, sans-serif;
        font-size: 14px; }
      .product__reviews-content__form form textarea::-moz-placeholder {
        opacity: 1;
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000000;
        font-size: 14px; }
      .product__reviews-content__form form textarea:-ms-input-placeholder {
        color: #000000;
        font-family: "Gilroy Regular", Arial, sans-serif;
        font-size: 14px; }
      .product__reviews-content__form form textarea::-ms-input-placeholder {
        color: #000000;
        font-family: "Gilroy Regular", Arial, sans-serif;
        font-size: 14px; }
      .product__reviews-content__form form textarea::placeholder {
        color: #000000;
        font-family: "Gilroy Regular", Arial, sans-serif;
        font-size: 14px; }
    .product__reviews-content__form form button {
      height: 56px;
      padding: 5px 76px;
      font-family: "Gilroy Medium", Arial, sans-serif; }

.reviews-content__form__rating__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .reviews-content__form__rating__list input[type="radio"] {
    display: none; }
  .reviews-content__form__rating__list label {
    margin-left: 10px;
    cursor: pointer; }
    .reviews-content__form__rating__list label:last-child {
      margin-left: 0; }
  .reviews-content__form__rating__list label:hover svg path, .reviews-content__form__rating__list label:hover ~ label svg path {
    fill: #FFC700; }
  .reviews-content__form__rating__list input[type="radio"]:checked ~ label svg path {
    fill: #FFC700; }

.reviews-content__form__rating__descr {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-top: 4px; }

.product__reviews-content__login__descr {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 25px; }

.product__reviews-content__login__btn {
  padding: 19px 90px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Gilroy Medium", Arial, sans-serif; }

.product__reviews-content__form__heading {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 20px; }

.product__reviews__sucess {
  padding: 40px 30px;
  text-align: center; }
  .product__reviews__sucess svg {
    margin-bottom: 30px; }
  .product__reviews__sucess p {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.similar__gds {
  padding-bottom: 70px; }

.similar__gds__heading {
  color: #000000;
  font-size: 22px;
  font-size: 22px;
  line-height: 26px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 50px; }

.similar__gds__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 24px; }

.product-page .order-notification {
  margin-bottom: -30px; }

.order-notification {
  width: 100%;
  margin-top: 20px;
  display: none; }
  .order-notification.show {
    display: block;
    -webkit-animation: show_notification 1s;
            animation: show_notification 1s; }

.order-notification__wrapp {
  background-color: #D6FFF3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 7px 7px 20px;
  margin-bottom: 15px; }

.order-notification__text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  max-width: 70%; }
  .order-notification__text img, .order-notification__text svg {
    margin-right: 16px; }

.order-notification__link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-right: 45px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.order-notification__close {
  background-color: #B7EFDE;
  border: none;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  width: 49px;
  height: 49px;
  vertical-align: inherit;
  position: relative; }
  .order-notification__close:focus {
    outline: none; }
  .order-notification__close:before, .order-notification__close:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 60%;
    background: #000000;
    left: 11px;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in; }
  .order-notification__close::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .order-notification__close::after {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .order-notification__close:hover {
    background-color: #116048; }
    .order-notification__close:hover:before, .order-notification__close:hover:after {
      background: #fff; }

@-webkit-keyframes show_notification {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show_notification {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.error-notification {
  width: 100%;
  margin-top: 20px;
  display: none; }
  .error-notification.show {
    display: block;
    -webkit-animation: show_notification 1s;
            animation: show_notification 1s; }

.error-notification__wrapp {
  background-color: #b71717;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 7px 7px 7px 20px; }

.error-notification__text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: "Gilroy Medium", Arial, sans-serif;
  max-width: 92%; }
  .error-notification__text img, .error-notification__text svg {
    margin-right: 16px;
    max-width: 50px;
    height: auto; }

.product__gallery {
  height: auto;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }
  .product__gallery .swiper-button-next, .product__gallery .swiper-button-prev {
    top: 55%;
    color: #000; }
  .product__gallery .swiper-button-next:after, .product__gallery .swiper-button-prev:after {
    font-size: 30px; }

.product__gallery-main__item {
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 400px;
  overflow: hidden; }
  .product__gallery-main__item img, .product__gallery-main__item svg {
    max-width: auto;
    height: 100%; }

.product__gallery-thumbs__item {
  background-color: #E5E5E5;
  text-align: center;
  height: 100%;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  overflow: hidden; }
  .product__gallery-thumbs__item img {
    max-width: auto;
    height: 100%; }

.product__gallery-main {
  height: 400px;
  margin-bottom: 30px; }
  .product__gallery-main .swiper-pagination {
    display: none; }

.product__gallery-main .catalog-card__label{
  right: 30px;
  z-index: 2;
}

.product__gallery-thumbs {
  height: 85px;
  margin-left: 30px; }

.shipping {
  padding-top: 34px;
  padding-bottom: 65px; }

.shipping__orders {
  margin-bottom: 50px; }

.shipping__orders__heading {
  color: #000000;
  font-size: 22px;
  line-height: 33px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  margin-bottom: 30px; }

.shipping__order__card {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  position: relative; }
  .shipping__order__card:last-child {
    margin-bottom: 0; }

.shipping__order__card__wrapp {
  padding: 0 75px 0 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 145px; }

.shipping__order__card__img {
  width: 23.2%;
  padding-right: 50px;
  position: relative;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .shipping__order__card__img img {
    max-width: auto;
    height: 85%;
    max-height: 140px; }
  .shipping__order__card__img .catalog-card__label {
    right: 0; }

.shipping__order__card__info {
  width: 27.7%;
  padding: 18px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 15px; }

.shipping__order__card__name {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .shipping__order__card__name span {
    display: block; }

.shipping__order__card__article {
  color: #000;
  font-size: 14px;
  line-height: 17px; }

.shipping__order__card__status {
  color: #121212;
  font-size: 14px;
  line-height: 16px;
  font-family: "Gilroy Light", Arial, sans-serif; }

.shipping__order__card__count {
  width: 88px;
  flex-shrink: 0;
  padding: 18px 0;
  margin-right: 15px; }
  .shipping__order__card__count .product__counter {
    margin-right: 0; }

.shipping__order__card__count__heading, .shipping__order__card__price__heading {
  color: #121212;
  font-size: 14px;
  line-height: 16px;
  font-family: "Gilroy Light", Arial, sans-serif;
  margin-bottom: 17px;
  text-align: center; }

.shipping__order__card__price__wrapp {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto; }

.shipping__order__card__price {
  width: 49%;
  padding: 18px 0;
  text-align: center;
  margin-right: 15px; }
  .shipping__order__card__price:last-child {
    margin-right: 0; }

.shipping__order__card__price__heading {
  margin-bottom: 32px; }

.shipping__order__card__price__value {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-family: "Gilroy Bold", Arial, sans-serif; }
  .shipping__order__card__price__value span {
    vertical-align: baseline; }

.shipping__order__card-close {
  background-color: #B7EFDE;
  border: none;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  width: 49px;
  height: 49px;
  vertical-align: inherit;
  position: absolute;
  right: 0;
  top: 0; }
  .shipping__order__card-close::before, .shipping__order__card-close::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60%;
    background: #000000;
    left: 9px;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in; }
  .shipping__order__card-close::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .shipping__order__card-close::after {
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .shipping__order__card-close:hover {
    background-color: #116048; }
    .shipping__order__card-close:hover::before, .shipping__order__card-close:hover::after {
      background: #fff; }

.shipping-form__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 39px; }

.shipping-form__coupon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .shipping-form__coupon input {
    width: 288px;
    margin-right: 24px; }
.shipping-form__coupon .shipping-form__coupon__descr{
  position: absolute;
  display: none;
  background: red;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff !important;
  left: -3px;
  top: 85%;
  font-size: 12px;
  z-index: 10;
}
.shipping-form__coupon .shipping-form__coupon__descr.active{
  display: block;
}
.shipping-form__coupon .shipping-form__coupon__descr:before{
  content: "";
  position: absolute;
  left: 8%;
  top: -15px;
  border: 7px solid transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 7px;
  border-bottom: 9px solid red;
}

.shipping-form__coupon__descr {
  font-size: 16px;
  line-height: 24px;
  color: #000; }
  .shipping-form__coupon__descr span {
    display: block;
    font-family: "Gilroy Bold", Arial, sans-serif; }

.shipping-form__group-inputs .shipping-form__group-input{
  width: 32%;
  margin-right: 25px;
  position: relative;
}
.shipping-form__group-inputs .shipping-form__group-inputs_it{
  width: 32%;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 15px;
  position: relative;
}
.shipping-form__group-inputs .shipping-form__group-inputs_it.hidden{
  display: none;
}
.shipping-form__group-inputs .shipping-form__group-inputs_it input{
  width: 100%;
}
.shipping-form__group-inputs .shipping-form__group-inputs_it_sm{
  width: 14%;
  position: relative;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 15px;
}
.shipping-form__group-inputs .shipping-form__group-inputs_it_sm input{
  width: 100%;
}
.shipping-form__group-inputs .shipping-form__group-input.shipping-form__group-inputSmall{
  width: 14%;
}
.shipping-form__group-inputs .shipping-form__group-input.shipping-form__group-inputSmall input{
  width: 100%;
}
.shipping-form__group-inputs .shipping-form__group-input .error_message, .shipping-form__group-inputs .shipping-form__group-inputs_it .error_message, .shipping-form__group-inputs .shipping-form__group-inputs_it_sm .error_message{
  position: absolute;
  background: red;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff !important;
  left: -3px;
  top: 85%;
  font-size: 12px;
  z-index: 10;
}
.shipping-form__group-inputs .shipping-form__group-input .error_message:before, .shipping-form__group-inputs .shipping-form__group-inputs_it .error_message:before, .shipping-form__group-inputs .shipping-form__group-inputs_it_sm .error_message:before{
  content: "";
  position: absolute;
  left: 8%;
  top: -15px;
  border: 7px solid transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 7px;
  border-bottom: 9px solid red;
}
.shipping-form__group-inputs .shipping-form__group-input input{
  width: 100%;
  margin-right: 0;
}
.shipping-form__group-inputs{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.shipping-form__mainInput, .shipping-form__group-inputs_it input, .shipping-form__group-inputs_it_sm input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #000000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 16px;
  color: #000;
  font-family: "Gilroy Regular", Arial, sans-serif;
  padding-left: 24px;
  padding-right: 20px; }
  .shipping-form__mainInput:focus, .shipping-form__group-inputs_it input:focus, .shipping-form__group-inputs_it_sm input:focus {
    outline: none; }
  .shipping-form__mainInput::-webkit-input-placeholder, .shipping-form__group-inputs_it input::-webkit-input-placeholder, .shipping-form__group-inputs_it_sm input::-webkit-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .shipping-form__mainInput::-moz-placeholder, .shipping-form__group-inputs_it input::-moz-placeholder, .shipping-form__group-inputs_it_sm input::-moz-placeholder {
    opacity: 1;
    font-size: 16px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .shipping-form__mainInput:-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .shipping-form__mainInput::-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .shipping-form__mainInput::placeholder, .shipping-form__group-inputs_it input::placeholder, .shipping-form__group-inputs_it_sm input::placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }

.shipping-form__smallInput {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #000000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 16px;
  color: #000;
  font-family: "Gilroy Regular", Arial, sans-serif;
  padding-left: 24px;
  padding-right: 20px; }
  .shipping-form__smallInput:focus {
    outline: none; }
  .shipping-form__smallInput::-webkit-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .shipping-form__smallInput::-moz-placeholder {
    opacity: 1;
    font-size: 16px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .shipping-form__smallInput:-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .shipping-form__smallInput::-ms-input-placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .shipping-form__smallInput::placeholder {
    font-size: 16px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }

.shipping-form__price__value {
  font-size: 22px;
  line-height: 33px;
  color: #000;
  text-align: right;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .shipping-form__price__value.all-sum {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 7px; }
  .shipping-form__price__value span {
    vertical-align: baseline; }

.shipping-form__user-info {
  margin-bottom: 38px; }
  .shipping-form__user-info .shipping-form__group-heading {
    margin-bottom: 28px; }
  .shipping-form__user-info .shipping-form__checkbox-group {
    margin-bottom: 14px; }
  .shipping-form__checkbox-group .error_message{
    margin-bottom: 11px;
    display: block;
    color: red !important;
    font-weight: bold;
    font-size: 16px;
  }
  .shipping-form__user-info .shipping-form__group-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .shipping-form__user-info .shipping-form__submit {
    margin-left: auto;
    width: 26%; }

.shipping-form__group__adressSelect {
  width: 32%;
  margin-right: 25px; }
  .shipping-form__group__adressSelect .select_option.selected {
    padding: 19px 24px;
    font-size: 16px; }
  .shipping-form__group__adressSelect .select_option {
    font-size: 14px;
    font-family: "Gilroy Regular", Arial, sans-serif;
    color: #000;
    padding: 8px 24px; }
  .shipping-form__group__adressSelect .select_list {
    border: 1px solid #000000;
    border-radius: 0; }
    .shipping-form__group__adressSelect .select_list:after {
      border-bottom: 1px solid #000000;
      border-right: 1px solid #000000;
      content: "";
      display: block;
      height: 12px;
      margin-top: -9px;
      pointer-events: none;
      position: absolute;
      right: 22px;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
          -ms-transform-origin: 66% 66%;
              transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      width: 12px; }
  .shipping-form__group__adressSelect .select.active .select_list:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .shipping-form__group__adressSelect:last-child {
    margin-right: 0; }

.shipping-form__group-heading {
  color: #000;
  font-size: 22px;
  line-height: 33px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  margin-bottom: 20px; }

.shipping-form__group-inputs input {
  display: inline-block;
  width: 32%;
  margin-right: 25px;
  margin-bottom: 15px; }
  .shipping-form__group-inputs input:last-child {
    margin-right: 0; }

.shipping-form__group-inputs .shipping-form__smallInput {
  width: 14%; }

.delivery-city .shipping-form__group-inputs input {
  margin-right: 15px; }

.delivery-city .shipping-form__smallInput {
  width: 15%; }

.shipping-form__delivery__schedule {
  font-size: 16px;
  color: #000000;
  display: inline-block;
  line-height: 24px;
  float: right; }
  .shipping-form__delivery__schedule b {
    display: block;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.shipping-form__checkbox-group {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 21px;
  color: #fff; }
  .shipping-form__checkbox-group:last-child {
    margin-bottom: 0; }
  .shipping-form__checkbox-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
  .shipping-form__checkbox-group label {
    position: relative;
    cursor: pointer;
    width: 100%;
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
    .shipping-form__checkbox-group label:before {
      content: '';
      -webkit-appearance: none;
      background: #fff;
      border: 1px solid #000000;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 16px;
      height: 16px;
      display: inline-block;
      position: relative;
      vertical-align: baseline;
      cursor: pointer;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      margin-right: 8px; }
  .shipping-form__checkbox-group input:checked + label:before {
    background-color: #116048;
    border-color: #fff;
    outline: #000;
    outline-width: 1px;
    outline-style: solid;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto; }

.shipping-form__user-info__descr {
  color: #000;
  font-size: 14px;
  line-height: 18px; }

.shipping-form__delivery {
  margin-bottom: 50px; }
  .shipping-form__delivery .shipping-form__group-heading {
    margin-bottom: 39px; }

.shipping-form__delivery__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 25px; }

.shipping-form__delivery__content {
  display: none; }
  .shipping-form__delivery__content.active {
    display: block; }

.shipping-form__delivery__item {
  width: 23.55%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 145px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .shipping-form__delivery__item img, .shipping-form__delivery__item svg {
    max-width: 100%;
    height: auto;
    margin-right: 11px;
    max-height: 115px; }
  .shipping-form__delivery__item img, .shipping-form__delivery__item svg path, .shipping-form__delivery__item polygon {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .shipping-form__delivery__item.delivery__item-text span {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .shipping_method.shipping-form__delivery__item span{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  }
  .shipping-form__delivery__item.delivery__item-text img, .shipping-form__delivery__item.delivery__item-text svg {
    margin-right: 11px; }
  .shipping-form__delivery__item:hover, .shipping-form__delivery__item.active {
    background-color: #00AD79; }
    .shipping-form__delivery__item:hover span, .shipping-form__delivery__item.active span {
      color: #fff; }
    .shipping-form__delivery__item:hover svg path, .shipping-form__delivery__item:hover polygon, .shipping-form__delivery__item.active svg path, .shipping-form__delivery__item.active polygon {
      fill: #fff; }

.shipping-form__delivery__descr {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 28px; }
  .shipping-form__delivery__descr a {
    color: #000000;
    text-decoration: underline;
    display: block; }

.shipping-form__delivery__variants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px; }
  .shipping-form__delivery__variants .shipping-form__checkbox-group {
    margin-bottom: 0;
    margin-right: 55px; }

.shipping-form__toggle-group input {
  display: none; }

.shipping-form__toggle-group input + label {
  outline: 0;
  display: block;
  width: 32px;
  height: 18px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0; }

.shipping-form__toggle-group input + label::after,
.shipping-form__toggle-group input + label::before {
  position: relative;
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  top: 1px; }

.shipping-form__toggle-group input + label::after {
  left: 1px; }

.shipping-form__toggle-group input + label::before {
  display: none; }

.shipping-form__toggle-group input:checked + label::after {
  left: 50%; }

.shipping-form__toggle-group input + label {
  background: transparent;
  border-radius: 2em;
  border: 1px solid #000;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.shipping-form__toggle-group input + label::after {
  border-radius: 50%;
  background: transparent;
  border: 1px solid #000;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.shipping-form__toggle-group input:checked + label {
  background: #00AD79;
  border-color: #fff; }

.shipping-form__toggle-group input:checked + label::after {
  background-color: #fff;
  border-color: #fff; }

.shipping-form__toggle-group span {
  position: absolute;
  left: 42px;
  top: 2px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  color: #000;
  font-size: 14px; }

.shipping-form__pay {
  padding-bottom: 45px; }
  .shipping-form__pay .shipping-form__checkbox-group {
    margin-bottom: 20px; }
    .shipping-form__pay .shipping-form__checkbox-group:last-child {
      margin-bottom: 0; }
  .shipping-form__pay .shipping-form__group-heading {
    margin-bottom: 39px; }

.shipping-form__pay__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 28px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.shipping-form__pay__item {
  width: 23.55%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 145px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 25px; }
  .shipping-form__pay__item:last-child {
    margin-right: 0; }
  .shipping-form__pay__item img, .shipping-form__pay__item svg {
    max-width: 100%;
    height: auto;
    margin-right: 16px; }
  .shipping-form__pay__item img, .shipping-form__pay__item svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .shipping-form__pay__item:hover, .shipping-form__pay__item.active {
    background-color: #00AD79; }
    .shipping-form__pay__item:hover span, .shipping-form__pay__item.active span {
      color: #fff; }
    .shipping-form__pay__item:hover svg path, .shipping-form__pay__item.active svg path {
      fill: #fff; }
  .shipping-form__pay__item span {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .shipping-form__pay__item.pay__item-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .shipping-form__pay__item.pay__item-group span {
      width: 100%;
      text-align: center;
      margin-bottom: 14px; }
  .shipping-form__pay__item .pay__item-group__images img, .shipping-form__pay__item .pay__item-group__images svg {
    margin-right: 12px; }

.shipping-form__pay__descr {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 55px; }
  .shipping-form__pay__descr a {
    color: #000000;
    text-decoration: underline;
    display: block; }

.shipping-form__pay__comment {
  margin-bottom: 55px; }
  .shipping-form__pay__comment textarea {
    width: 49%;
    height: 108px;
    border: 1px solid #000000;
    padding-top: 23px;
    padding-left: 26px;
    padding-right: 20px;
    resize: none;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: "Gilroy Regular", Arial, sans-serif; }
    .shipping-form__pay__comment textarea::-webkit-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000000; }
    .shipping-form__pay__comment textarea::-moz-placeholder {
      opacity: 1;
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000000; }
    .shipping-form__pay__comment textarea:-ms-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000000; }
    .shipping-form__pay__comment textarea::-ms-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000000; }
    .shipping-form__pay__comment textarea::placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000000; }

.shipping-form__submit {
  height: 60px;
  padding: 5px 15px;
  width: 26%; }

.shipping-all-info {
  -webkit-animation: showShippingInfo 1s;
          animation: showShippingInfo 1s; }

@-webkit-keyframes showShippingInfo {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes showShippingInfo {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.shipping-form__pay .shipping-form__checkbox-group label span {
  font-family: "Gilroy Regular", Arial, sans-serif; }

.shipping__emptyBasket {
  padding: 35px 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-bottom: 60px;
  margin-top: 30px; }
  .shipping__emptyBasket b {
    font-size: 22px;
    line-height: 33px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    margin-bottom: 10px;
    color: #000000;
    display: inline-block; }
  .shipping__emptyBasket p {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 30px; }
  .shipping__emptyBasket a {
    padding: 19px 63px;
    display: inline-block; }

.confirm-shipping {
  padding: 34px 0 85px 0; }

.confirm-shipping__heading {
  font-size: 22px;
  line-height: 33px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  color: #000000;
  margin-bottom: 28px; }

.confirm-shipping__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.confirm-shipping__orderData {
  width: 49%; }

.confirm-shipping__orderData__content {
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 31px 38px 32px 31px; }

.confirm-shipping__orderData__number {
  margin-bottom: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #000000; }
  .confirm-shipping__orderData__number b {
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.confirm-shipping__orderData__products {
  margin-bottom: 35px; }

.confirm-shipping__orderData__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px; }
  .confirm-shipping__orderData__product:last-child {
    margin-bottom: 0; }

.confirm-shipping__orderData__product__name {
  width: 70%;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.confirm-shipping__orderData__product__count, .confirm-shipping__orderData__product__price {
  font-size: 16px;
  line-height: 19px;
  color: #000000; }
  .confirm-shipping__orderData__product__count span, .confirm-shipping__orderData__product__price span {
    vertical-align: baseline; }

.confirm-shipping__orderData__product__price {
  margin-left: auto; }

.confirm-shipping__orderData__price {
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .confirm-shipping__orderData__price p {
    margin-bottom: 4px; }
    .confirm-shipping__orderData__price p.confirm-shipping__allPrice {
      font-size: 18px;
      margin-bottom: 0; }
  .confirm-shipping__orderData__price span {
    vertical-align: baseline; }

.confirm-shipping__userData {
  margin-bottom: 19px;
  width: 49%; }

.confirm-shipping__userData__content {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 31px 31px 36px 31px;
  margin-bottom: 30px; }

.confirm-shipping__userData__heading {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 44px; }

.confirm-shipping__userData__item {
  margin-bottom: 14px; }
  .confirm-shipping__userData__item:last-child {
    margin-bottom: 0; }

.confirm-shipping__userData__itemDescr {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  width: 32%;
  display: inline-block;
  margin-right: 1%; }

.confirm-shipping__userData__itemValue {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  display: inline-block;
  width: 55%; }

.confirm-shipping__nav {
  text-align: right; }
  .confirm-shipping__nav button {
    display: inline-block; }
  .confirm-shipping__nav .shipping-changeData {
    width: 21%;
    margin-left: 25px; }

.shipping-changeData {
  padding: 5px 15px;
  border: none;
  background-color: transparent;
  border: 2px solid #00AD79;
  color: #000000;
  font-size: 16px;
  line-height: 19px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  height: 60px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .shipping-changeData:focus {
    outline: none; }
  .shipping-changeData:hover {
    background-color: #00AD79;
    color: #fff; }

.order-sucess {
  padding-top: 115px;
  padding-bottom: 180px; }

.order-sucess__wrapp {
  width: 50%;
  margin: 0 auto; }

.order-sucess__content {
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 45px 30px 55px 30px;
  margin-bottom: 34px; }
  .order-sucess__content img, .order-sucess__content svg {
    margin-bottom: 54px; }

.order-sucess__content__heading {
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.order-sucess__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.sucess-page .order-sucess__nav{
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-sucess__nav__btn {
  width: 48%;
  padding: 5px 15px;
  border: 2px solid #00AD79;
  background-color: transparent;
  font-size: 16px;
  color: #000000;
  font-family: "Gilroy Bold", Arial, sans-serif;
  height: 60px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .order-sucess__nav__btn.btn-green {
    background-color: #00AD79;
    color: #fff; }
  .order-sucess__nav__btn:focus {
    outline: none; }
  .order-sucess__nav__btn:hover {
    background-color: #116048;
    border-color: #116048;
    color: #fff; }

.cabinet-login {
  padding-top: 34px;
  padding-bottom: 120px; }

.cabinet-login__heading {
  font-size: 22px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  color: #000000;
  line-height: 33px;
  text-align: center;
  margin-bottom: 28px; }

.cabinet-login__wrapp {
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 25px; }

.cabinet-login__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
  .cabinet-login__nav button {
    width: 50%;
    border: none;
    background-color: #CCCCCC;
    height: 60px;
    color: #000000;
    font-size: 16px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    letter-spacing: 0.1px; }
    .cabinet-login__nav button.active {
      background-color: #00AD79;
      color: #fff; }
    .cabinet-login__nav button:hover {
      background-color: #116048;
      color: #fff; }
    .cabinet-login__nav button:focus {
      outline: none; }

.cabinet-login__tab {
  display: none; }
  .cabinet-login__tab.active {
    display: block; }
  .cabinet-login__tab form {
    max-width: 392px;
    margin: 0 auto; }
    .cabinet-login__tab form input {
      width: 100%;
      height: 56px;
      border: 1px solid #000000;
      font-size: 16px;
      color: #000;
      font-family: "Gilroy Regular", Arial, sans-serif;
      padding-left: 24px;
      padding-right: 24px;
      margin-bottom: 22px; }
      .cabinet-login__tab form input::-webkit-input-placeholder {
        font-size: 16px;
        color: #000;
        font-family: "Gilroy Regular", Arial, sans-serif; }
      .cabinet-login__tab form input::-moz-placeholder {
        opacity: 1;
        font-size: 16px;
        color: #000;
        font-family: "Gilroy Regular", Arial, sans-serif; }
      .cabinet-login__tab form input:-ms-input-placeholder {
        font-size: 16px;
        color: #000;
        font-family: "Gilroy Regular", Arial, sans-serif; }
      .cabinet-login__tab form input::-ms-input-placeholder {
        font-size: 16px;
        color: #000;
        font-family: "Gilroy Regular", Arial, sans-serif; }
      .cabinet-login__tab form input::placeholder {
        font-size: 16px;
        color: #000;
        font-family: "Gilroy Regular", Arial, sans-serif; }
    .cabinet-login__tab form button {
      height: 60px;
      padding: 5px 52px;
      display: block;
      margin: 0 auto;
      margin-bottom: 22px; }
      .cabinet-login__tab form button.btn-forget {
        padding: 5px 25px;
        width: 74%;
        margin-top: 10px; }

.cabinet-login__forgot-pass {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #000000;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }

.cabinet-login__socials {
  margin-bottom: 22px; }

.cabinet-login__socials__heading {
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 17px;
  font-family: "Gilroy Bold", Arial, sans-serif;
  text-align: center; }

.cabinet-login__socials__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cabinet-login__socials__btn {
  margin: 0 14px;
  background-color: #F2F2F2;
  width: 76px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .cabinet-login__socials__btn:focus {
    outline: none; }
  .cabinet-login__socials__btn:hover {
    background-color: #cecece; }

.cabinet-login__privacy {
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  color: #000; }
  .cabinet-login__privacy a {
    color: #000;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    vertical-align: baseline; }

.cabinet, .page-container {
  padding: 50px 0; }

.cabinet__wrapp, .page-container__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.cabinet__nav, .page-container__nav {
  width: 24%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 17px 22px 24px 22px; }
.page-container__nav__item .page-container__nav__item__icon{
  display: inline-block;
  width: 20px;
  text-align: left;
  margin-right: 20px;
}
.page-container__nav__item .page-container__nav__item__icon img,svg{
    max-width: 100%;
    height: auto;
    margin-right: 0;
  }
.cavinet__nav__item, .page-container__nav__item {
  display: block; }
  .cavinet__nav__item a, .page-container__nav__item a {
    font-size: 16px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    color: #000000;
    padding: 8px 0;
    width: 100%;
    display: block;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .cavinet__nav__item a img, .cavinet__nav__item a svg, .page-container__nav__item a img, .page-container__nav__item a svg {
      vertical-align: baseline;
      margin-right: 14px; }
    .cavinet__nav__item a:hover, .page-container__nav__item a:hover {
      color: #116048; }
  .cavinet__nav__item:first-child a, .page-container__nav__item:first-child a {
    padding-top: 0; }
  .cavinet__nav__item:last-child a, .page-container__nav__item:last-child a {
    padding-bottom: 0; }

.cabinet__content, .page-container__content {
  width: 73%; }

.cabinet__content__heading, .page-container__heading {
  font-size: 22px;
  line-height: 33px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  color: #000000;
  margin-bottom: 30px; }

.cabinet__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 45px; }
.cabinet__user__delivery__data .select{
  height: 48px !important;
  margin-bottom: 10px;
}
.cabinet__user__delivery__data .select .select_list{
  height: 48px !important;
}
.cabinet__user__delivery__data .select.active .select_list{
  height: auto !important;
}
.cabinet__user__info {
  width: 54%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.cabinet__user__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
  margin-right: 12%; }

.cabinet__user__avatar__wrapp {
  margin-right: 12%; }

.avatar-edit input {
  display: none; }

.avatar-edit label {
  display: inline-block;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 12px;
  margin-top: 10px;
  cursor: pointer; }

.cabinet__user__info__label {
  font-size: 16px;
  color: #000000;
  font-family: "Gilroy Regular", Arial, sans-serif;
  margin-bottom: 11px; }
  .cabinet__user__info__label.user-name {
    font-size: 16px;
    font-family: "Gilroy Bold", Arial, sans-serif; }

.cabinet__user__dat-edit {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  font-family: "Gilroy Regular", Arial, sans-serif;
  padding: 0;
  margin-top: 5px;
  display: inline-block; }

.cabinet__user__info__data {
  width: 60%; }

.cabinet__user__delivery {
  width: 44%; }

.cabinet__user__delivery__heading {
  font-size: 16px;
  color: #000000;
  font-family: "Gilroy Bold", Arial, sans-serif;
  line-height: 19px;
  margin-bottom: 8px; }

.cabinet__user__delivery__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }
  .cabinet__user__delivery__label p {
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    width: 130px;
    margin-right: 15px;
    color: #000000; }
  .cabinet__user__delivery__label b {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    display: inline-block;
    color: #000000; }
  .cabinet__user__delivery__label.delivery-heading {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    color: #000000; }

form.cabinet__user {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  form.cabinet__user .cabinet__user__info__data input, form.cabinet__user .cabinet__user__delivery input {
    width: 100%;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
    padding-left: 10px;
    height: 46px;
    font-size: 16px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
    form.cabinet__user .cabinet__user__info__data input::-webkit-input-placeholder, form.cabinet__user .cabinet__user__delivery input::-webkit-input-placeholder {
      font-size: 16px;
      font-family: "Gilroy Regular", Arial, sans-serif; }
    form.cabinet__user .cabinet__user__info__data input::-moz-placeholder, form.cabinet__user .cabinet__user__delivery input::-moz-placeholder {
      font-size: 16px;
      opacity: 1;
      font-family: "Gilroy Regular", Arial, sans-serif; }
    form.cabinet__user .cabinet__user__info__data input:-ms-input-placeholder, form.cabinet__user .cabinet__user__delivery input:-ms-input-placeholder {
      font-size: 16px;
      font-family: "Gilroy Regular", Arial, sans-serif; }
    form.cabinet__user .cabinet__user__info__data input::-ms-input-placeholder, form.cabinet__user .cabinet__user__delivery input::-ms-input-placeholder {
      font-size: 16px;
      font-family: "Gilroy Regular", Arial, sans-serif; }
    form.cabinet__user .cabinet__user__info__data input::placeholder, form.cabinet__user .cabinet__user__delivery input::placeholder {
      font-size: 16px;
      font-family: "Gilroy Regular", Arial, sans-serif; }
  form.cabinet__user .cabinet__user__form-save {
    width: 100%;
    margin-top: 30px;
    text-align: center; }
    form.cabinet__user .cabinet__user__form-save button {
      display: inline-block;
      padding: 5px 79px;
      height: 60px; }

.cabinet__discount {
  border: 10px solid #00AD79;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 60px 30px 34px;
  margin-bottom: 50px; }

.cabinet__discount__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.cabinet__discount__content p {
  margin-bottom: 23px;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .cabinet__discount__content p span {
    vertical-align: baseline; }

.cabinet__discount__content a {
  color: #000000;
  font-size: 16px;
  text-decoration: underline;
  margin-top: auto; }

.cabinet__catalog__heading {
  font-size: 22px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  color: #000000;
  line-height: 33px;
  margin-bottom: 35px; }

.cabinet__catalog__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px; }

.cabinet__history__nav {
  margin-bottom: 34px; }

.cabinet__history__search {
  width: 30%; }
  .cabinet__history__search input {
    width: 100%;
    padding-left: 35px;
    font-size: 14px;
    color: #000000;
    height: 35px;
    border: none;
    font-family: "Gilroy Regular", Arial, sans-serif;
    border-bottom: 1px solid #000000;
    background-image: url("../img/cabinet-search-icon.svg");
    background-repeat: no-repeat;
    background-position: 5px 5px; }
    .cabinet__history__search input::-webkit-input-placeholder {
      font-size: 14px;
      color: #000000;
      font-family: "Gilroy Regular", Arial, sans-serif; }
    .cabinet__history__search input::-moz-placeholder {
      opacity: 1;
      font-size: 14px;
      color: #000000;
      font-family: "Gilroy Regular", Arial, sans-serif; }
    .cabinet__history__search input:-ms-input-placeholder {
      font-size: 14px;
      color: #000000;
      font-family: "Gilroy Regular", Arial, sans-serif; }
    .cabinet__history__search input::-ms-input-placeholder {
      font-size: 14px;
      color: #000000;
      font-family: "Gilroy Regular", Arial, sans-serif; }
    .cabinet__history__search input::placeholder {
      font-size: 14px;
      color: #000000;
      font-family: "Gilroy Regular", Arial, sans-serif; }

.cabinet__history__list__nav {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background: #FAFAFA;
  margin-bottom: 22px; }
  .cabinet__history__list__nav ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 30px; }
    .cabinet__history__list__nav ul li {
      font-size: 14px;
      color: #000000; }
      .cabinet__history__list__nav ul li.date {
        width: 12%; }
      .cabinet__history__list__nav ul li.number {
        width: 16%; }
      .cabinet__history__list__nav ul li.articles {
        width: 38%; }
      .cabinet__history__list__nav ul li.count {
        width: 12%; }
      .cabinet__history__list__nav ul li.summ {
        width: 12%;
        text-align: right; }

.cabinet__history__card {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 34px 30px 20px 30px; }
  .cabinet__history__card:last-child {
    margin-bottom: 0; }

.cabinet__history__card__it {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }

.cabinet__history__card__status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px; }
  .cabinet__history__card__status .cabinet__history__card__group {
    min-width: 13%;
    margin-right: 2%; }
    .cabinet__history__card__status .cabinet__history__card__group.inwork b, .cabinet__history__card__status .cabinet__history__card__group.inwork p {
      color: #00AD79; }
    .cabinet__history__card__status .cabinet__history__card__group.canceled b, .cabinet__history__card__status .cabinet__history__card__group.canceled p {
      color: #FF0000; }

.cabinet__history__card__group p {
  color: #000000;
  font-size: 14px;
  line-height: 21px; }
  .cabinet__history__card__group p span {
    vertical-align: baseline; }

.cabinet__history__card__group b {
  color: #000000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  font-size: 14px;
  line-height: 21px; }

.cabinet__history__card__group.date {
  width: 12%; }

.cabinet__history__card__group.number {
  width: 16%; }

.cabinet__history__card__group.articles {
  width: 38%; }

.cabinet__history__card__group.count {
  width: 12%;
  text-align: center; }

.cabinet__history__card__group.summ {
  width: 12%;
  text-align: right; }

.cabinet__history__card__details {
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .cabinet__history__card__details span {
    vertical-align: baseline; }
  .cabinet__history__card__details p {
    margin-bottom: 2px; }

.cabinet__favorites__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px; }
  .cabinet__favorites__list .shipping__order__card-close {
    left: 0;
    top: 0;
    right: auto; }

.cabinet__articles__empty, .cabinet__favorites__empty {
  padding: 65px 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-bottom: 30px; }
  .cabinet__articles__empty b, .cabinet__favorites__empty b {
    display: block;
    font-size: 22px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    color: #000000;
    line-height: 33px;
    margin-bottom: 48px; }
  .cabinet__articles__empty a, .cabinet__favorites__empty a {
    display: inline-block;
    padding: 19px 63px; }

.cabinet__loyalty__accost {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 19px;
  color: #000; }
  .cabinet__loyalty__accost p {
    margin-bottom: 5px; }
    .cabinet__loyalty__accost p b {
      font-family: "Gilroy Semi-Bold", Arial, sans-serif;
      vertical-align: baseline; }
    .cabinet__loyalty__accost p:last-child {
      margin-bottom: 0; }

.cabinet__loyalty__discount {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 26px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 22px; }

.cabinet__loyalty__discount__item {
  width: 48%;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .cabinet__loyalty__discount__item span {
    vertical-align: baseline; }

.cabinet__loyalty__descr {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 32px; }
  .cabinet__loyalty__descr b {
    margin-bottom: 28px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    display: block; }
  .cabinet__loyalty__descr p {
    margin-bottom: 5px; }
    .cabinet__loyalty__descr p:last-child {
      margin-bottom: 0; }

.cabinet__loyalty__bonus__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px; }

.cabinet__loyalty__bonus__item {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 22px;
  text-align: center; }
  .cabinet__loyalty__bonus__item b {
    display: block;
    margin-bottom: 16px;
    font-size: 26px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    color: #000; }
  .cabinet__loyalty__bonus__item p {
    font-size: 16px;
    line-height: 19px;
    color: #000; }

.cabinet__resetPass form label {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  margin-right: 24px; }

.cabinet__resetPass form input {
  border: 1px solid #000000;
  height: 56px;
  font-size: 16px;
  color: #000000;
  font-family: "Gilroy Regular", Arial, sans-serif;
  padding: 5px 24px;
  width: 43%; }
  .cabinet__resetPass form input::-webkit-input-placeholder {
    font-size: 16px;
    color: #000000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .cabinet__resetPass form input::-moz-placeholder {
    opacity: 1;
    font-size: 16px;
    color: #000000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .cabinet__resetPass form input:-ms-input-placeholder {
    font-size: 16px;
    color: #000000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .cabinet__resetPass form input::-ms-input-placeholder {
    font-size: 16px;
    color: #000000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .cabinet__resetPass form input::placeholder {
    font-size: 16px;
    color: #000000;
    font-family: "Gilroy Regular", Arial, sans-serif; }

.cabinet__resetPass form button {
  margin-top: 42px;
  display: block;
  padding: 5px 79px;
  height: 60px; }

.cabinet__resetPass__formGroup {
  margin-bottom: 24px; }

.header__top-container__info .header__language__dropdown {
  position: relative; }
  .header__top-container__info .header__language__dropdown:after {
    display: none; }

.header__language__dropdown__toggle {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 12px;
  padding-right: 0;
  cursor: pointer; }

.header__top-container__info .header__language__dropdown__container {
  position: absolute;
  top: 35px;
  right: -15px;
  background-color: #2C2C2C;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  display: none; }
  .header__top-container__info .header__language__dropdown__container a {
    padding: 7px 30px;
    display: block;
    width: 100%;
    text-transform: capitalize; }
    .header__top-container__info .header__language__dropdown__container a.active {
      background-color: #116048;
      color: #fff; }
  .header__top-container__info .header__language__dropdown__container.show {
    display: block; }

.reviews-company__list {
  margin-bottom: 30px; }

.reviews-company__item {
  width: 100%;
  margin-bottom: 27px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 34px 32px;
  text-align: center; }
  .reviews-company__item:last-child {
    margin-bottom: 0; }

.reviews-company__item__avatar {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden; }
  .reviews-company__item__avatar img {
    max-width: 100%;
    height: auto; }

.reviews-company__item__name {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-family: "Gilroy Bold", Arial, sans-serif; }

.reviews-company__item__descr {
  font-size: 16px;
  line-height: 19px;
  color: #000000; }
  .reviews-company__item__descr p {
    margin-bottom: 15px; }
    .reviews-company__item__descr p:last-child {
      margin-bottom: 0; }

.reviews-company__form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 37px; }
  .reviews-company__form .login {
    padding: 20px 90px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    margin-top: 15px; }
  .reviews-company__form form .form-group {
    margin-bottom: 13px;
    width: 100%; }
    .reviews-company__form form .form-group input {
      width: 51%;
      height: 40px;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #000000;
      font-size: 14px;
      color: #000;
      font-family: "Gilroy Regular", Arial, sans-serif; }
      .reviews-company__form form .form-group input::-webkit-input-placeholder {
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
      .reviews-company__form form .form-group input::-moz-placeholder {
        font-family: "Gilroy Regular", Arial, sans-serif;
        opacity: 1;
        color: #000; }
      .reviews-company__form form .form-group input:-ms-input-placeholder {
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
      .reviews-company__form form .form-group input::-ms-input-placeholder {
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
      .reviews-company__form form .form-group input::placeholder {
        font-family: "Gilroy Regular", Arial, sans-serif;
        color: #000; }
  .reviews-company__form form .form-group__descr {
    margin-left: 39px;
    vertical-align: bottom;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    display: inline-block; }
  .reviews-company__form form textarea {
    width: 100%;
    margin-bottom: 37px;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    color: #000;
    height: 100px;
    padding-top: 20px;
    background-color: transparent;
    resize: none;
    font-family: "Gilroy Regular", Arial, sans-serif; }
    .reviews-company__form form textarea::-webkit-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
    .reviews-company__form form textarea::-moz-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      opacity: 1;
      color: #000; }
    .reviews-company__form form textarea:-ms-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
    .reviews-company__form form textarea::-ms-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
    .reviews-company__form form textarea::placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
  .reviews-company__form form button {
    height: 56px;
    padding: 5px 79px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.reviews-company__form__heading {
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  font-family: "Gilroy Bold", Arial, sans-serif;
  margin-bottom: 40px; }

.reviews-company__form__descr {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 17px; }

.reviews-company__form__sucess {
  padding: 20px 0;
  text-align: left; }
  .reviews-company__form__sucess svg {
    margin-bottom: 30px; }
  .reviews-company__form__sucess p {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.reviews-company__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.reviews-company__create {
  font-size: 14px;
  line-height: 16px;
  font-family: "Gilroy Medium", Arial, sans-serif;
  color: #000000;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }

.guarantee-company__text {
  font-size: 16px;
  line-height: 19px;
  color: #000000; }
  .guarantee-company__text p {
    margin-bottom: 18px; }
    .guarantee-company__text p:last-child {
      margin-bottom: 0; }
  .guarantee-company__text h5 {
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    margin-bottom: 15px; }

.distribution-company__descr {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 19px;
  color: #000000; }
  .distribution-company__descr h5 {
    margin-bottom: 18px;
    line-height: 24px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .distribution-company__descr p {
    margin-bottom: 30px; }
  .distribution-company__descr:last-child {
    margin-bottom: 0; }

.distribution-company__list {
  margin-bottom: 30px; }

.distribution-company__item {
  margin-bottom: 30px; }
  .distribution-company__item:after {
    clear: both;
    height: 0;
    width: 100%;
    content: '';
    display: block; }

.distribution-company__item__img {
  width: 32.3%;
  min-height: 145px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  margin-right: 24px;
  float: left; }
  .distribution-company__item__img span {
    margin-left: 17px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .distribution-company__item__img img, .distribution-company__item__img svg {
    max-width: 100%;
    height: auto; }
  .distribution-company__item__img.group-img {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .distribution-company__item__img.group-img span {
      width: 100%;
      margin-left: 0;
      margin-bottom: 6px;
      text-align: center; }

.about-company {
  margin-bottom: 40px; }

.about-company__content {
  font-size: 16px;
  line-height: 19px;
  color: #000; }
  .about-company__content p {
    margin-bottom: 18px; }
    .about-company__content p:last-child {
      margin-bottom: 0; }
  .about-company__content h5 {
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    margin-bottom: 20px; }
  .about-company__content h4 {
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 33px; }

.about-company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px; }

.about-company__item {
  padding: 32px 15px 23px 15px;
  width: 21%;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  font-family: "Gilroy Bold", Arial, sans-serif; }
  .about-company__item svg path {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    fill: #00AD79; }
  .about-company__item span {
    margin-top: 22px; }
  .about-company__item:hover {
    background-color: #00AD79; }
    .about-company__item:hover span {
      color: #fff; }
    .about-company__item:hover svg path {
      fill: #fff; }

.feedback-company {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 37px 100px 60px 36px;
  color: #000; }
  .feedback-company form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .feedback-company .form-group {
    width: 38%; }
  .feedback-company input {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    color: #000;
    font-family: "Gilroy Regular", Arial, sans-serif; }
    .feedback-company input::-webkit-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
    .feedback-company input::-moz-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      opacity: 1;
      color: #000; }
    .feedback-company input:-ms-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
    .feedback-company input::-ms-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
    .feedback-company input::placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
    .feedback-company input:last-child {
      margin-bottom: 0; }
  .feedback-company textarea {
    width: 56%;
    border: none;
    border-bottom: 1px solid #000000;
    font-size: 14px;
    color: #000;
    padding-top: 20px;
    background-color: transparent;
    resize: none;
    font-family: "Gilroy Regular", Arial, sans-serif; }
    .feedback-company textarea::-webkit-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
    .feedback-company textarea::-moz-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      opacity: 1;
      color: #000; }
    .feedback-company textarea:-ms-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
    .feedback-company textarea::-ms-input-placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
    .feedback-company textarea::placeholder {
      font-family: "Gilroy Regular", Arial, sans-serif;
      color: #000; }
  .feedback-company .btn-group {
    width: 100%;
    margin-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .feedback-company button {
    height: 56px;
    padding: 5px 40px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    margin-right: 55px; }

.feedback-company__heading {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 11px;
  font-family: "Gilroy Bold", Arial, sans-serif; }

.feedback-company__descr {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 40px; }

.feedback-company__socials {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .feedback-company__socials p {
    margin-bottom: 8px; }
  .feedback-company__socials a {
    display: inline-block;
    margin-right: 28px; }
    .feedback-company__socials a:last-child {
      margin-right: 0; }

.feedback-company__sucess {
  text-align: left; }
  .feedback-company__sucess svg {
    margin-bottom: 30px; }
  .feedback-company__sucess p {
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif; }

.brands .page-container__heading {
  margin-bottom: 56px; }

.brands__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px; }

.brands__item {
  margin-bottom: 60px; }

.brands__item__logo {
  width: 100%;
  height: 146px;
  line-height: 146px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  background-color: #fff; }
  .brands__item__logo img {
    max-width: 80%;
    height: auto;
    max-height: 100%; }
  .brands__item__logo:focus {
    outline: none; }

.brands__item__name {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  color: #000; }

.contacts-company {
  margin-bottom: 38px; }

.contacts-company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 35px; }

.contacts-company__item {
  width: 49%;
  border: 10px solid #00AD79;
  padding: 24px 15px 33px 29px; }

.contacts-company__heading {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  margin-bottom: 30px; }

.contacts-company__content li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.contacts-company__content li:last-child{
   margin-bottom: 0;
}

.contacts-company__content__img {
  width: 30px;
  text-align: left;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .contacts-company__content__img img {
    max-width: 100%;
    height: auto; }

.contacts-company__content__text {
  width: 100%; }
  .contacts-company__content__text a, .contacts-company__content__text span {
    font-size: 22px;
    line-height: 33px;
    color: #000;
    margin-bottom: 7px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    display: block; }
    .contacts-company__content__text a:last-child, .contacts-company__content__text span:last-child {
      margin-bottom: 0; }

.contacts-company__socials {
  margin-top: 0px; }
  .contacts-company__socials a {
    display: inline-block;
    margin: 0 8px;
    background-color: #00AD79;
    width: 39px;
    height: 39px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%; }
    .contacts-company__socials a img, .contacts-company__socials a svg {
      max-width: 100%;
      height: auto;
      vertical-align: middle; }

.contacts-company__map {
  width: 100%;
  height: 360px; }

.news-company__item {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px; }
  .news-company__item a:focus {
    outline: none; }

.news-company__item__wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.news-company__item__img {
  width: 32%;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }

.news-company__item__content {
  padding: 22px;
  color: #000000;
  width: 68%; }

.news-company__item__content span{
  font-family: 'Gilroy Regular', Arial !important;
  font-size: 14px!important;
}   

.news-company__item__heading {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  color: #000000;
  margin-bottom: 16px;
  max-height: 42px;
  overflow: hidden; }

.news-company__item__date {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 17px; }

.news-company__item__descr {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  max-height: 107px;
  overflow: hidden; }

.new-company__heading {
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  font-family: "Gilroy Semi-Bold", Arial, sans-serif;
  margin-bottom: 27px; }

.new-company__preview {
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 40px; }

.new-company__text {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 20px; }
  .new-company__text p {
    margin-bottom: 15px; }
    .new-company__text p:last-child {
      margin-bottom: 0; }

.new-company__date {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 45px; }

.new-company__nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .new-company__nav a {
    font-size: 14px;
    line-height: 21px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    color: #000000; }
    .new-company__nav a.prev img, .new-company__nav a.prev svg {
      margin-right: 34px; }
    .new-company__nav a.next img, .new-company__nav a.next svg {
      margin-left: 34px; }

.page-container__content {
  padding-bottom: 50px; }

.catalog-special {
  padding-bottom: 50px; }

.catalog-special__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 24px; }

.nav-catalog__all.active{
  height: auto;
}

.ocfilter-option-popover .popover-content button.btn{
  display: block;
  padding: 5px 19px;
  height: 53px;
  background-color: #00AD79;
  border: none;
  font-size: 15px;
  color: #FFFFFF;
  font-family: "Gilroy Bold", Arial, sans-serif;
  letter-spacing: 0.1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,.35);
  z-index: 10;
}
.catalog__filter__manufacturers .form-group label.disabled{
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .ocfilter.catalog__filter .ocfilter-option-popover{
    position: fixed !important;
    z-index: 30 !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
  }
  .ocfilter-option-popover .popover-content button.btn{
    width: 100%;
  }
  .mailing-banner {
    padding-top: 77px;
    padding-bottom: 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 97, 37, 0.5)), color-stop(57%, rgba(255, 255, 255, 0))), url("/image/catalog/banner/home/mailing-banner-new.webp");
    background: -o-linear-gradient(top, rgba(4, 97, 37, 0.5) 0%, rgba(255, 255, 255, 0) 57%), url("/image/catalog/banner/home/mailing-banner-new-mob.webp");
    background: linear-gradient(180deg, rgba(4, 97, 37, 0.5) 0%, rgba(255, 255, 255, 0) 57%), url("/image/catalog/banner/home/mailing-banner-new-mob.webp");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }

    #slideshow_0{
      display: none!important;
    }

    .contact-us{
      background-image: url(/image/catalog/banner/home/river.webp)!important;
    }

    .contacts-main-content {
      display: flex;
      flex-direction: column;
    }

    .contacts-main-content-block:first-child {
      margin-bottom: 25px;
  }
}

@media screen and (max-width: 1265px) {
  .shipping-form__group-inputs .shipping-form__group-inputs_it{
    width: 50%;
  }
  .mainContainer {
    padding: 0 10px; }
  .header__top-container__nav li a {
    font-size: 13px;
    padding: 0 10px; }
  .header__top-container__info li a {
    font-size: 13px;
    padding: 0 15px; }
  .header__main-container__contacts__links a {
    font-size: 13px; }
  .header__main-container__search-block__filter-heading {
    font-size: 12px; }
  .header__main-container__search-block__btn {
    width: 20%;
    font-size: 15px; }
  .header__main-container__search-block__btn img {
    margin-right: 7px; }
  .header__main-container__search-block__filter {
    width: 32%; }
  .header__main-container__search-block__input {
    width: 47%; }
  .nav-catalog__menu a p, .nav-catalog__menu button p {
    font-size: 14px; }
  .banner-slider__item__heading {
    font-size: 35px;
    line-height: 52px; }
  .banner-slider__item__descr {
    font-size: 20px; }
  .banner-slider__item__list li {
    font-size: 16px;
    margin-bottom: 20px; }
  .nav-catalog__all__wrapp {
    width: 100%; }
  .nav-catalog__all__list li a {
    font-size: 14px; }
  .nav-catalog__heading {
    font-size: 15px; }
  .top-offers__nav__heading {
    font-size: 20px; }
  .top-offers__nav__links li {
    font-size: 13px; }
  .sale-card__content__text b {
    font-size: 30px;
    line-height: 38px; }
  .sale-card__content__text p {
    font-size: 23px;
    line-height: 28px; }
  .sale-card__content__percent {
    font-size: 71px; }
  .catalog-card__img {
    height: 213px; }
  .catalog__list{
    -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  }
  .catalog__list .catalog-card{
    margin-left: 0;
    margin-right: 0;
  }
  .catalog-card__name {
    font-size: 14px;
    line-height: 18px; }
  .catalog-card__price span {
    font-size: 18px; }
  .mailing-banner__content__heading {
    font-size: 27px;
    line-height: 42px; }
  .mailing-banner__content__descr {
    font-size: 20px;
    line-height: 30px; }
  .mailing-banner__content__link span {
    font-size: 18px;
    line-height: 28px; }
  .about-block__heading {
    font-size: 28px;
    line-height: 35px; }
  .about-block__descr {
    font-size: 15px;
    line-height: 19px; }
  .reviews__heading h2 {
    font-size: 27px;
    line-height: 35px; }
  .reviews__item__descr {
    font-size: 15px; }
  .reviews__item__name {
    font-size: 17px; }
  .contact-us__text h2 {
    font-size: 27px;
    line-height: 35px; }
  .contact-us__text p {
    font-size: 15px; }
  .footer__nav__item__list li a, .footer__nav__item__list li span {
    font-size: 13px; }
  .footer__nav__item__list li {
    margin-bottom: 12px; }
  .footer__back-call {
    padding-left: 2%; }
  .footer__nav__item__heading {
    font-size: 15px;
    margin-bottom: 20px; }
  .footer__socials__list li {
    margin-right: 8px; }
  .footer__socials {
    width: 12%; }
  .catalog__content {
    width: 76.5%; }
  .catalog__details li {
    margin-right: 25px; }
  .catalog__heading {
    margin-bottom: 25px; }
  .catalog__filter__heading {
    margin-bottom: 25px; }
  .catalog__filter__wrapp {
    padding: 28px 19px 40px 18px; }
  .product__gallery {
    width: 44%; }
  .product__details {
    width: 54%; }
  .order-notification__link {
    margin-right: 35px;
    font-size: 15px; }
  .order-notification__text {
    font-size: 15px; }
  .product__modification__list {
    padding-right: 0; }
  .shipping__order__card__wrapp {
    padding: 0 52px 0 20px; }
  .shipping__order__card__img {
    width: 20.2%; }
  .shipping__order__card__name {
    font-size: 15px;
    line-height: 19px; }
  .shipping__order__card__info {
    width: 27.7%; }
  .shipping__order__card__count {
    margin-right: 25px; }
  .shipping__order__card__price__wrapp {
    width: 33%; }
  .order-sucess__wrapp {
    width: 60%; }
  .shipping-form__group-inputs input, .shipping-form__group__adressSelect {
    width: 31%; }
  .cabinet__nav, .page-container__nav {
    padding-left: 15px;
    padding-right: 15px; }
  .cavinet__nav__item a img, .cavinet__nav__item a svg, .page-container__nav__item a img, .page-container__nav__item a svg {
    margin-right: 7px; }
  .cavinet__nav__item a, .page-container__nav__item a {
    font-size: 14px; }
  .cabinet__user__avatar {
    margin-right: 5%; }
  .cabinet__user__info__data input, .cabinet__user__delivery__data form input, .cabinet__user__info__data button, .cabinet__user__delivery__label, .cabinet__user__delivery__data form button {
    font-size: 14px; }
  .cabinet__loyalty__bonus__item {
    padding-left: 50px;
    padding-right: 50px; }
  .cabinet__loyalty__bonus__list {
    grid-template-columns: 1fr 1fr; }
  .header__top-container__info .header__language__dropdown__container {
    right: 0; }
  .contacts-company__content__text a, .contacts-company__content__text span {
    font-size: 19px;
    line-height: 27px; }
  .contacts-company__socials a {
    line-height: 36px; } }

@media screen and (max-width: 1100px) {
  .catalog__filter__manufacturers .collapse.in{
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
  }
  .collapse-value{
    width: 100%;
  }
  .catalog__filter__manufacturers .collapse-value a{
    padding: 10px 0; 
  }
  .shipping-form__group-inputs .shipping-form__group-input{
    width: 42%;
  }
  .product__name h1{
    max-height: 100%;
  }
  .catalog__filter{
    margin-right: 0;
  }
  .header__top-container__nav {
    width: 100%;
    margin-bottom: 10px; }
  .header__top-container__info {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .header__main-container__wrapp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .header__main-container__info {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__main-container__search {
    width: 100%; }
  .header__main-container__search-block__filter-heading {
    font-size: 14px; }
  .nav-catalog__menu a p, .nav-catalog__menu button p {
    font-size: 12px; }
  .nav-catalog__menu a span, .nav-catalog__menu button span {
    width: 33px;
    height: 33px; }
    .nav-catalog__menu a span img, .nav-catalog__menu button span img {
      max-width: 50%; }
  .nav-catalog__wrapp {
    padding-top: 6px;
    padding-bottom: 6px; }
  .nav-catalog__all__list li {
    width: 48%;
    margin-right: 0; }
  .nav-catalog__all__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .nav-catalog__all__wrapp {
    padding-top: 10px; }
  .nav-catalog__heading {
    margin-bottom: 10px; }
  .nav-catalog__all__list li {
    margin-bottom: 12.5px; }
  .banner-slider__item__content {
    padding: 70px 50px 70px 60px; }
  .banner-slider__item__heading {
    font-size: 31px;
    line-height: 48px; }
  .banner-slider__item__descr {
    font-size: 18px; }
  .banner-slider__item__list li {
    font-size: 15px; }
  .banner-slider__item__list__item-img {
    width: 39px; }
  .banner-slider__item {
    min-height: 528px; }
  .top-offers__nav__heading {
    font-size: 18px; }
  .top-offers__nav__links {
    margin-right: 25px; }
  .top-offers__nav__links li {
    padding: 7px 14px; }
  .top-offers__nav__toggle.prev {
    margin-right: 17px; }
  .top-offers__list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 15px; }
  .catalog-card {
    margin-bottom: 25px; }
  .sale-card__content__text b {
    font-size: 27px;
    line-height: 36px; }
  .sale-card__content__text p {
    font-size: 21px;
    line-height: 26px; }
  .sale-card__content__percent {
    font-size: 68px; }
  .catalog-card__img {
    height: 190px; }
  .catalog-card__img img {
    max-width: 70%; }
  .mailing-banner__content__heading {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 30px; }
  .mailing-banner__content__descr {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 35px; }
  .mailing-banner__content__link span {
    font-size: 17px;
    line-height: 26px; }
  .about-block {
    padding-top: 70px;
    padding-bottom: 70px; }
  .about-block__heading {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 40px; }
  .about-block__descr p {
    margin-bottom: 15px; }
  .about-block__descr {
    font-size: 14px; }
  .about-block__content {
    width: 54.5%; }
  .about-block__info {
    width: 41%; }
  .about-block__info__card p {
    font-size: 12px;
    line-height: 15px;
    margin-top: 13px; }
  .reviews__heading h2 {
    font-size: 25px;
    line-height: 32px; }
  .reviews__heading a {
    font-size: 14px; }
  .reviews__item {
    border-width: 6px; }
  .reviews__item__blockquate-icon {
    font-size: 137px; }
  .reviews__item {
    padding: 24px 45px 30px 45px; }
  .reviews__wrapp {
    padding-bottom: 73px; }
  .contact-us {
    padding-top: 350px; }
  .contact-us__text {
    width: 100%; }
  .contact-us__form {
    width: 100%; }
  .footer__back-call {
    width: 50%; }
  .footer__nav {
    width: 48%; }
  .footer__nav__item {
    width: 50%;
    padding: 0 3%; }
  .footer__nav__contacts {
    width: 27%;
    padding-right: 1%; }
  .footer__socials {
    width: 25%; }
  .footer__logo {
    margin-bottom: 35px; }
  .footer__back-call {
    padding-top: 10px;
    padding-left: 0; }
  .footer__back-call__form {
    margin-top: 20px; }
  .footer__nav__item:last-child {
    border-right: none;
    padding-right: 0; }
  .catalog__wrapp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .catalog__filter {
    width: 100%; }
  .catalog {
    padding-top: 25px; }
  .catalog__filter__heading {
    margin-bottom: 20px; }
  .catalog__filter__manufacturers .form-checkboxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .catalog__filter__manufacturers .form-group {
    width: 33%; }
  .catalog__filter__ranges {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .catalog__filter__range__item {
    width: 45%; }
  .catalog__filter__wrapp {
    padding-bottom: 15px; }
  .catalog__filter__range__item__heading br {
    display: none; }
  .catalog__filter {
    margin-bottom: 20px; }
  .catalog__content {
    width: 100%; }
  .catalog__list .catalog-card {
    margin-bottom: 25px; }
  .catalog__details li {
    font-size: 13px; }
  .catalog__sorting .select_option {
    font-size: 13px; }
  .catalog-card__lead {
    margin-bottom: 25px; }
  .catalog-card__lead__heading {
    font-size: 25px;
    margin-bottom: 18px; }
  .catalog-card__lead__descr {
    font-size: 14px;
    line-height: 18px; }
  .catalog-card__lead__form input {
    margin-bottom: 26px; }
  .catalog-card__lead {
    border-width: 5px; }
  .catalog-card__lead__form button {
    font-size: 14px; }
  .catalog-card__lead__img {
    width: 20%; }
    .catalog-card__lead__img img {
      max-width: 100%;
      height: auto; }
  .catalog__list__loadmore {
    margin-top: 20px; }
  .product__wrapp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    height: auto; }
  .product__box {
    width: 100%; }
  .product__gallery {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .product__details {
    width: 100%; }
  .product {
    padding-top: 30px; }
  .product__name {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
    .product__name br {
      display: none; }
    .product__name h1 {
      -o-text-overflow: inherit;
         text-overflow: inherit;
      white-space: normal; }
  .product__vendorcode {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -o-text-overflow: inherit;
       text-overflow: inherit;
    white-space: normal; }
  .product__modification__list {
    padding-right: 40px; }
  .product__breadcrumbs {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    -o-text-overflow: inherit;
       text-overflow: inherit;
    white-space: normal; }
  .product__rating {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .product__status {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .product__brand {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .product__details__order {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .product__details__modification {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .product__details__order {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product__counter__btn {
    width: 22px; }
  .product__counter__value {
    width: 55px; }
  .product__descr__nav button {
    height: 37px;
    padding: 5px 14px;
    font-size: 13px; }
  .product__descr__text p {
    margin-bottom: 15px; }
  .product__descr__text {
    font-size: 15px; }
  .product__advantages__list li {
    padding: 5px 22px 5px 15px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 16px; }
  .product__advantages__list li img, .product__advantages__list li svg {
    margin-right: 18px; }
  .product__advantages__list {
    margin-bottom: 24px; }
  .product__descr {
    padding: 21px 18px 30px 18px; }
  .similar__gds__heading {
    font-size: 21px;
    margin-bottom: 35px; }
  .similar__gds__list {
    grid-template-columns: 1fr 1fr; }
  .similar__gds {
    padding-bottom: 50px; }
  .product__gallery-thumbs {
    margin-left: 0; }
  .order-notification__link {
    display: block;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-notification__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .order-notification__wrapp {
    padding: 13px 15px 13px 15px; }
  .order-notification__close {
    margin-bottom: 15px; }
  .order-notification__text {
    max-width: 75%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .shipping__order__card__wrapp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 12px 18px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .shipping__order__card__img {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 17px; }
  .shipping__order__card__name span {
    display: inline;
    vertical-align: baseline; }
  .shipping__order__card__name {
    margin-bottom: 8px; }
  .shipping__order__card__article {
    margin-bottom: 5px; }
  .shipping__order__card__img .catalog-card__label {
    right: auto;
    left: 0; }
  .shipping__order__card__info {
    width: 100%;
    padding: 0;
    display: block;
    margin-right: 0;
    margin-bottom: 29px; }
  .shipping__order__card__count {
    padding: 0;
    margin: 0; }
  .shipping__order__card__price {
    padding: 0;
    margin: 0; }
  .shipping__order__card__count {
    width: auto; }
  .shipping__order__card__price__wrapp {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .shipping__order__list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr; }
  .shipping__order__card {
    margin-bottom: 0; }
  .shipping__order__card__price {
    width: 100%;
    margin-bottom: 10px; }
  .shipping__order__card__price__value {
    font-size: 16px; }
  .shipping__order__card__price__heading {
    margin-bottom: 5px; }
  .shipping__order__card__count .shipping__order__card__count__heading {
    margin-bottom: 12px; }
  .shipping-form__price {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .shipping-form__coupon {
    width: 100%;
    margin-bottom: 30px; }
  .shipping-form__price__value {
    text-align: left; }
  .shipping-form__group-inputs input {
    width: 42%; }
  .shipping-form__delivery__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .shipping-form__delivery__item {
    width: 47%;
    margin-bottom: 20px; }
  .shipping-form__mainInput {
    font-size: 14px; }
    .shipping-form__mainInput::-webkit-input-placeholder {
      font-size: 14px; }
    .shipping-form__mainInput::-moz-placeholder {
      opacity: 1;
      font-size: 14px; }
    .shipping-form__mainInput:-ms-input-placeholder {
      font-size: 14px; }
    .shipping-form__mainInput::-ms-input-placeholder {
      font-size: 14px; }
    .shipping-form__mainInput::placeholder {
      font-size: 14px; }
  .shipping-form__pay__item {
    width: 47%;
    margin-right: 0;
    margin-bottom: 20px; }
  .shipping-form__pay__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px; }
  .shipping-form__pay__descr {
    margin-bottom: 45px; }
  .shipping-form__pay__comment textarea {
    width: 65%; }
  .shipping-form__pay__comment {
    margin-bottom: 35px; }
  .shipping-form__submit {
    width: 44%; }
  .shipping-form__user-info .shipping-form__group-inputs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .shipping-form__user-info .shipping-form__submit {
    margin-left: 0;
    margin-top: 15px;
    width: 42%; }
  .confirm-shipping__orderData {
    width: 100%;
    margin-bottom: 20px; }
  .confirm-shipping__userData {
    width: 100%; }
  .confirm-shipping__wrapp {
    margin-bottom: 10px; }
  .confirm-shipping__nav {
    text-align: center; }
    .confirm-shipping__nav button {
      margin: 0 10px; }
    .confirm-shipping__nav .shipping-form__submit {
      width: 46%; }
    .confirm-shipping__nav .shipping-changeData {
      width: 46%;
      margin-left: 0; }
  .order-sucess__wrapp {
    width: 90%; }
  .product__params-content__heading {
    font-size: 16px;
    line-height: 22px; }
  .product__params-content__item ul li {
    font-size: 14px; }
  .product__reviews-content__item__name {
    font-size: 14px; }
  .product__reviews-content__item__assessment {
    font-size: 14px; }
  .product__reviews-content__item__date {
    font-size: 14px; }
  .product__reviews-content__item__text {
    font-size: 14px;
    line-height: 18px; }
  .shipping-form__group-inputs input, .shipping-form__group__adressSelect {
    width: 42%;
    margin-bottom: 15px; }
  .shipping-selectors {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .shipping-form__delivery__schedule {
    display: block;
    float: none; }
  .shipping-form__group-inputs .shipping-form__smallInput {
    width: 25%; }
  .cabinet__wrapp, .page-container__wrapp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: block; }
  .cabinet__nav, .page-container__nav {
    width: 100%;
    margin-bottom: 20px; }
  .cabinet__nav__list, .page-container__nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .cavinet__nav__item, .page-container__nav__item {
    display: inline-block;
    margin-bottom: 15px;
    width: 30%; }
    .cavinet__nav__item a, .page-container__nav__item a {
      padding: 0; }
  .cabinet, .page-container {
    padding-top: 30px; }
  .cabinet__content, .page-container__content {
    width: 100%; }
  .cabinet__discount__content p {
    font-size: 20px;
    margin-bottom: 15px; }
  .cabinet__discount__img img, .cabinet__discount__img svg {
    max-width: 130px;
    height: auto; }
  .cabinet__user__info__label {
    font-size: 14px; }
  .cabinet__user__delivery__label p {
    font-size: 14px;
    max-width: 34%;
    margin-right: 10px; }
  .cabinet__user__delivery__label b {
    font-size: 14px; }
  .cabinet__user__avatar__wrapp {
    margin-right: 5%; }
  .feedback-company {
    padding-right: 36px; }
  .about-company__item {
    width: 23%; }
  .brands__list {
    grid-template-columns: 1fr 1fr 1fr; }
  .new-company__preview {
    height: 450px; }
  .catalog-special__list {
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (max-width: 768px) {
  .catalog__descr ul li{
    font-size: 13px;
  }
  .catalog__filter__manufacturers .collapse.in{
    display: block !important;
  }
  .footer__about__wrapp{
    display: block;
  }
  .footer__about__payment{
    margin-top: 30px;
    margin-left: 0;
  }
  .footer__about__payment img{
    margin-left: 0;
    margin-right: 20px;
  }
  .catalog-panels-wrp{
    width: calc(100% + 21px);
    margin-left: -21px;
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 13px;
  }
  .catalog .mainContainer .cabinet__articles__empty, .cabinet__favorites__empty{
    margin-right: 22px;
  }
  .catalog__panel__btn.prev{
    left: 2px;
  }
  .catalog__panel__btn.next{
    right: 2px;
  }
  .shipping-form__group-inputs{
    display: block;
  }
  .shipping-form__group-inputs .shipping-form__group-input.shipping-form__group-inputSmall{
    width: 100%;
  }
  .shipping-form__group-inputs .shipping-form__group-input{
    width: 100%;
    margin-right: 0;
  }
  .shipping-form__group-inputs .shipping-form__group-input .error_message, .shipping-form__group-inputs .shipping-form__group-inputs_it .error_message, .shipping-form__group-inputs .shipping-form__group-inputs_it_sm .error_message{
    top: 73%;
  }
  .page-container__nav__item .page-container__nav__item__icon{
    margin-right: 5px;
  }
  .top-offers__loadmore.mixitup-control-active {
    display: none; }
  .footer__nav__item:last-child {
    padding-right: 3%; }
  .header__main-container__info {
    display: none; }
  .header__main-container {
    display: none; }
  .mailing-banner__content {
    width: auto; }
  .banner-slider, .top-offers, .mailing-banner, .about-block, .reviews, .contact-us {
    display: block; }
  .banner-slider__nav {
    display: none; }
  .mainContainer {
    padding: 0 22px; }
  .banner-slider .mainContainer {
    padding: 0; }
  .banner-slider__item__content {
    padding: 63px 15px 45px 22px;
    height: auto;
    min-height: 450px; }
  .banner-slider__item__heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px; }
  .banner-slider__item__descr {
    font-size: 18px;
    line-height: 27px; }
  .banner-slider__item__list {
    margin-top: 70px; }
    .banner-slider__item__list li {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 23px; }
  .banner-slider__item__list__item-img {
    width: 43px;
    vertical-align: baseline; }
  .banner-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px; }
  .top-offers__nav__toggles {
    display: none; }
  .top-offers {
    margin-top: 10px; }
  .top-offers__nav__heading {
    width: 100%;
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 22px; }
  .top-offers__nav__links li {
    padding: 9px 19px;
    font-size: 14px;
    color: #000; }
  .top-offers__nav {
    margin-bottom: 20px; }
  .top-offers__list {
    grid-template-columns: 1fr 1fr; }
  .catalog-card.sale-card {
    padding: 6px; }
  .sale-card__content__text b {
    font-size: 16px;
    line-height: 20px; }
  .sale-card__content__percent {
    font-size: 45px;
    line-height: 56px;
    text-shadow: 4px 0px 1px #852608; }
  .sale-card__content__text p {
    font-size: 16px;
    line-height: 19px; }
  .sale-card__content__hint {
    font-size: 13px; }
  .catalog-card__img {
    height: 190px; }
  .catalog-card__label {
    right: 10px;
    font-size: 8px;
    padding: 9px 6px; }
  .product__gallery-main .catalog-card__label{
    font-size: 11px;
    right: 15px;
    padding: 9px 8px;
  }
  .catalog-card__content {
    padding: 3px 11px 14px 10px; }
  .catalog-card__rating__icons svg {
    margin-right: 2px;
    width: 11px;
    height: auto; }
  .catalog-card__rating__icons {
    margin-right: 9px; }
  .catalog-card__rating__link {
    font-size: 10px; }
  .catalog-card__rating {
    margin-bottom: 9px; }
  .catalog-card__name {
    font-size: 12px;
    line-height: 15px;
    min-height: 46px; }
  .catalog-card__status {
    font-size: 11px; }
  .catalog-card__price span {
    font-size: 14px;
    line-height: 17px; }
  .catalog-card__price span.price-old {
    margin-left: 25px;
    font-size: 10px;
    line-height: 12px; }
  .catalog-card {
    margin-bottom: 14px; }
  .mailing-banner__content {
    padding: 24px 48px 50px 19px; }
  .mailing-banner__content__heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px; }
  .mailing-banner__content__descr {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 40px; }
    .mailing-banner__content__descr br {
      display: none; }
  .mailing-banner__content__link img {
    width: 40px;
    height: auto;
    margin-right: 15px; }
  .mailing-banner__content__link span {
    font-size: 14px;
    line-height: 21px; }
  .about-block__content {
    width: 100%;
    margin-bottom: 45px; }
  .about-block {
    padding: 53px 0; }
  .about-block__heading {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px; }
  .top-offers__nav__links {
    margin-right: 0; }
  .about-block__descr .scroll-emul_container {
    padding-left: 27px; }
  .about-block__descr {
    max-height: 360px;
    font-size: 16px;
    line-height: 20px; }
  .about-block__descr .scroll-emul_container {
    padding-right: 17px; }
  .about-block__info {
    width: 100%; }
  .about-block__info__card {
    width: 48%;
    margin-bottom: 15px;
    padding-top: 21px;
    padding-bottom: 17px; }
  .reviews__heading {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .reviews__heading h2 {
      width: 100%;
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 22px; }
  .reviews__wrapp {
    padding-top: 33px; }
  .reviews__nav {
    display: none; }
  .reviews__item {
    width: 100%;
    padding: 23px 11px 26px 11px; }
  .reviews__item__avatar {
    width: 100px;
    height: 100px; }
  .reviews__item__name {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px; }
  .reviews__item__descr {
    font-size: 14px;
    line-height: 17px; }
  .reviews .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px; }
  .reviews__item__blockquate-icon {
    font-size: 100px;
    line-height: 100px;
    top: 2%;
    left: 4%; }
  .contact-us {
    padding-top: 0;
    margin-top: 50px; }
  .contact-us__text h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px; }
  .contact-us__text p {
    font-size: 14px;
    line-height: 17px; }
  .contact-us__form {
    margin-top: 230px; }
  .contact-us {
    background-position: 77% 87px;
    padding-bottom: 30px; }
  .contact-us__form form input {
    width: 100%;
    margin-bottom: 15px; }
  .contact-us__form form textarea {
    padding-top: 5px;
    height: 80px;
    margin-bottom: 24px; }
  .contact-us__form form button {
    width: 100%;
    padding: 5px 15px;
    height: 45px; }
  .contact-us__wrapp {
    margin-bottom: 22px; }
  .contact-us__socials__heading {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px; }
  .contact-us__socials a svg {
    max-width: 22px;
    height: auto; }
  .footer__nav {
    width: 100%;
    display: block; }
  .footer__nav__item {
    width: 100%;
    margin-bottom: 25px; }
    .footer__nav__item:before, .footer__nav__item:after {
      border: none; }
  .footer__nav__item:first-child {
    border-left: none;
    border-right: none; }
  .footer__socials {
    width: 41%; }
  .footer__logo {
    margin-bottom: 5px; }
  .footer__nav__contacts {
    padding-top: 0;
    width: 56%; }
    .footer__nav__contacts .footer__nav__item__heading {
      display: none; }
  .footer__nav__contacts .footer__nav__item__list {
    padding-top: 20px; }
  .footer__nav__item__list li a, .footer__nav__item__list li span {
    font-size: 12px; }
  .footer__nav__item__list li {
    margin-bottom: 8px;
    width: 30%; }
    .footer__nav__item__list li:last-child {
      margin-bottom: 0; }
  .footer__nav__item__heading {
    margin-bottom: 14px;
    font-size: 14px; }
  .footer__back-call {
    margin-top: 0;
    width: 100%; }
  .footer__back-call__form {
    margin-top: 15px; }
  .footer__back-call__form input {
    margin-bottom: 20px; }
  .footer__back-call__form button {
    height: 45px; }
  .footer__wrapp {
    padding-bottom: 40px; }
  .top-offers__loadmore {
    display: block;
    margin-top: 20px; }
  .top-offers {
    padding-bottom: 50px; }
  .header__mob {
    display: block;
    background-color: #00AD79;
    transition: all 0.4s ease; }
  header.sticky {
    z-index: 999;
    position: fixed;
    width: 100%;
    transition: all 0.4s ease-out;
  }  
  .header__mob__contacts {
    background-color: #116048; }
  .header__mob__contacts__list {
    padding: 8px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header__mob__contacts__list a {
      font-size: 10px;
      color: #fff;
      line-height: 12px; }
    .header__mob__contacts__list li:nth-child(3){
      display: none;
    } 
  .header__mob__wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 8px;
    padding-bottom: 12px; }
  .header__mob__search {
    width: 52px;
    height: 52px;
    border: none;
    background-color: #1A936F;
    padding: 0;
    text-align: center;
    line-height: 52px; }
  .header__mob__burger {
    width: 52px;
    height: 52px;
    border: none;
    background-color: #1A936F;
    padding: 0 14px; }
    .header__mob__burger span {
      width: 100%;
      display: block;
      height: 3px;
      background-color: #fff;
      margin-bottom: 6px; }
      .header__mob__burger span:last-child {
        margin-bottom: 0; }
  .nav-catalog__toggle__mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    padding: 0 5px; }
    .nav-catalog__toggle__mob b {
      display: inline-block;
      font-family: "Gilroy Semi-Bold", Arial, sans-serif;
      font-size: 18px;
      color: #fff; }
    .nav-catalog__toggle__mob .nav-catalog__toggle__mob__img {
      width: 40px;
      display: inline-block;
      text-align: left; }
  .nav-catalog__toggle__icon {
    margin-left: auto;
    width: 13px;
    height: 13px;
    position: relative;
    margin-right: -5px; }
    .nav-catalog__toggle__icon i {
      display: block;
      position: absolute;
      background-color: #fff;
      height: 1px;
      width: 12px; }
      .nav-catalog__toggle__icon i:first-child {
        top: 0;
        bottom: 0;
        width: 2px;
        height: 12px;
        left: -webkit-calc(50% - (3px / 2));
        left: calc(50% - (3px / 2)); }
      .nav-catalog__toggle__icon i:last-child {
        top: -webkit-calc(50% - (3px / 2));
        top: calc(50% - (3px / 2));
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px; }
  .nav-catalog__toggle {
    width: 100%;
    height: auto;
    padding: 0; }
  .nav-catalog__toggle-desc {
    display: none; }
  .nav-catalog__wrapp {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .nav-catalog__menu {
    display: none; }
  .nav-catalog {
    margin-top: 30px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    background-color: #116048; }
  .nav-catalog__wrapp {
    background-color: #116048;
    padding: 0; }
  .header__top-container {
    background-color: #116048;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .header__top-container .mainContainer {
      padding: 0; }
  header {
    background-color: #116048; }
    header.show {
      top: 0;
      left: 0;
      width: 100%;
      z-index: 20;
      /* overflow: auto; */
      min-height: 190px; }
      header.show .header-desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      header.sticky.active-menu.show{
        overflow: auto!important;
      }  
      header.show.active-search .header__top-container, header.show.active-search .nav-catalog {
        display: none; }
      header.show.active-search .header__main-container {
        display: block; }
      header.show.active-search .header__main-container__wrapp {
        padding: 0; }
      header.show.active-search .header__main-container {
        background-color: #116048;
        padding-top: 18px;
        padding-bottom: 18px;
        position: absolute;
        width: 100%; }
      header.show.active-menu {
        position: fixed;
        height: 100%; }
  .header__main-container__search__heading {
    display: none; }
  .header__main-container__search-block__filter {
    display: none; }
  .header__main-container__search-block__input {
    width: 78%; }
    .header__main-container__search-block__input:before {
      display: none; }
    .header__main-container__search-block__input input::-webkit-input-placeholder {
      color: #000;
      font-size: 14px; }
    .header__main-container__search-block__input input::-moz-placeholder {
      opacity: 1;
      color: #000;
      font-size: 14px; }
    .header__main-container__search-block__input input:-ms-input-placeholder {
      color: #000;
      font-size: 14px; }
    .header__main-container__search-block__input input::-ms-input-placeholder {
      color: #000;
      font-size: 14px; }
    .header__main-container__search-block__input input::placeholder {
      color: #000;
      font-size: 14px; }
  .header-desc {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0; }
  .header__top-container__nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .header__top-container__info {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: block;
    padding: 0 22px;
    -webkit-box-shadow: 0px 24px 14px -20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 24px 14px -20px rgba(0, 0, 0, 0.1);
    padding-bottom: 26px;
    padding-top: 4px; }
    .header__top-container__info li {
      width: 100%;
      margin-bottom: 12px; }
      .header__top-container__info li:after {
        display: none; }
      .header__top-container__info li a {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        font-family: "Gilroy Semi-Bold", Arial, sans-serif;
        font-size: 18px;
        padding: 0 5px; }
        .header__top-container__info li a:after {
          float: right;
          margin-top: 7px;
          content: '';
          width: 7px;
          height: 7px;
          border: none;
          border-top: 1px solid #fff;
          border-left: 1px solid #fff;
          background-color: transparent;
          display: inline-block;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
  .header__top-container__info li:first-child a {
    padding-left: 5px; }
  .header__top-container__info li.header__top-container__language {
    display: none; }
  .header__top-container__nav {
    padding: 0 22px;
    display: block;
    padding-top: 17px; }
    .header__top-container__nav li {
      width: 100%;
      margin-bottom: 13px;
      display: block; }
      .header__top-container__nav li a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 18px;
        padding: 0 5px; }
        .header__top-container__nav li a:after {
          float: right;
          margin-top: 7px;
          content: '';
          width: 7px;
          height: 7px;
          border: none;
          border-top: 1px solid #fff;
          border-left: 1px solid #fff;
          background-color: transparent;
          display: inline-block;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }            
  .header__top-container__nav li .active-message {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px; }
  .header__top-container__wrapp {
    padding-top: 10px; }
  .header__top-container__info li a img, .header__top-container__info li a svg {
    max-width: 100%;
    margin-right: 0;
    vertical-align: baseline; }
  .header__top-container__info__img {
    width: 36px;
    display: inline-block; }
  .header__top-container__info__img_new {
    width: 18px;
    display: inline-block;
  }  
  .nav-catalog__all {
    position: static; }
  .nav-catalog__all__wrapp {
    border: none;
    background-color: transparent; }
  .nav-catalog__heading {
    display: none; }
  .nav-catalog__all__list {
    display: block;
    padding: 10px 0 0 5px;
    background-color: transparent;
    height: 465px; }
  .nav-catalog__all__list li {
    display: block;
    width: 100%;
    margin-bottom: 15px; }
    .nav-catalog__all__list li a {
      color: #fff;
      font-size: 15px;
      line-height: 24px;
      font-family: "Gilroy Regular", Arial, sans-serif;
      /*background-image: url("../img/nav-catalog_all_it-white.svg");*/}
      .nav-catalog__all__list li a:after {
        border-width: 1px;
        border-color: #fff;
        margin-top: 7px;
        width: 7px;
        height: 7px;
        margin-right: 2px; }
  .nav-catalog__all.show {
    -webkit-animation: none;
            animation: none;
    height: auto; }
  .nav-catalog .scroll-emul_line {
    background-color: #DBDBDB;
    width: 4px; }
  .nav-catalog .scroll-emul_line_item {
    background-color: #00AD79;
    width: 2px;
    left: 1px;
    top: 2px; }
  .scroll-emul_content {
    padding-left: 35px; }
  .nav-catalog.show .nav-catalog__toggle__icon i:first-child {
    display: none; }
  .header__main-container__search-block__btn img {
    display: block;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 2px; }
  .header__main-container__search-block {
    height: 48px; }
  .catalog__list .catalog-card {
    width: 48%;
    margin-bottom: 15px; }
  .catalog__details {
    display: none; }
  .catalog__sorting {
    width: 80%; }
  .catalog__sorting .select_option.selected {
    padding-left: 6px; }
  .catalog__heading {
    font-size: 18px;
    line-height: 22px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    margin-bottom: 9px; }
  .catalog__panel {
    padding: 20px 15px 5px 15px; }
  .catalog__panel__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    overflow: auto; }
  .catalog__panel__list li {
    width: auto;
    margin-right: 40px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    margin-bottom: 17px;
    font-size: 14px;
    margin-bottom: 0; }
    .catalog__panel__list li:last-child {
      margin-right: 20px; }
  .catalog__panel {
    overflow: auto;
    padding: 20px 15px 17px 17px;
    margin-bottom: 19px; }
  .catalog {
    overflow: hidden; }
    .catalog .mainContainer {
      padding-right: 0; }
  .catalog__heading {
    padding-right: 22px; }
  .catalog__info {
    padding-right: 22px; }
  .catalog__issue {
    padding-right: 22px; }
  .catalog__descr {
    padding-right: 22px; }
  .catalog-card__lead__img {
    display: none; }
  .catalog-card__lead__content {
    width: 100%; }
  .catalog-card__lead {
    border-width: 10px;
    padding: 21px 20px 23px 20px; }
  .catalog-card__lead__heading {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px; }
  .catalog-card__lead__descr {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px; }
    .catalog-card__lead__descr br {
      display: none; }
  .catalog-card__lead__form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .catalog-card__lead__form input {
    width: 100%;
    margin-bottom: 15px; }
    .catalog-card__lead__form input:nth-child(1) {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0; }
    .catalog-card__lead__form input:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
  .catalog-card__lead__form .catalog-card__lead__socials {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 32px; }
  .catalog-card__lead__form button {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%; }
  .catalog__descr .scroll-emul_container {
    padding-left: 0; }
  .catalog__descr .scroll-emul_content {
    padding-left: 23px; }
  .scroll-emul_content {
    padding-left: 0; }
  .catalog__descr {
    /*max-height: 195px;*/ }
  .catalog {
    padding-bottom: 50px; }
  .catalog__filter__heading {
    padding-right: 22px; }
  .catalog__filter__wrapp {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .catalog__filter {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    padding: 28px 34px 60px 35px;
    width: 83%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
    background-color: #fff;
    display: none; }
  .catalog {
    position: relative; }
  .catalog__filter__heading {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px; }
  .catalog__filter__manufacturers .form-checkboxes {
    display: block; }
  .catalog__filter__manufacturers .form-group {
    width: 100%; }
  .catalog__filter__ranges {
    display: block; }
  .catalog__filter__range__item {
    width: 100%; }
  .catalog__filter__range__item__heading br {
    display: block; }
  .catalog__filter-burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .catalog__filter.show {
    display: block;
    -webkit-animation: catalog_filter_show .5s;
            animation: catalog_filter_show .5s; }
    .catalog__filter.show .catalog__filter__closebtn {
      display: block;
      right: 20px;
      top: 40px;
      padding: 0;
      width: 18px; }
  @-webkit-keyframes catalog_filter_show {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes catalog_filter_show {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .nav-catalog__all__list .scroll-emul_content {
    padding-left: 35px; }
  .catalog__filter__manufacturers {
    max-height: 321px; }
    .catalog__filter__manufacturers .scroll-emul_line {
      background-color: #DBDBDB;
      width: 4px; }
    .catalog__filter__manufacturers .scroll-emul_line_item {
      background-color: #00AD79;
      width: 2px;
      left: 1px;
      top: 2px; }
    .catalog__filter__manufacturers .scroll-emul_container {
      padding-left: 27px; }
  .product__info__wrapp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .product__descr {
    width: 100%; }
  .product__details__order {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .product__gallery-thumbs {
    display: none; }
  .product__gallery {
    padding-bottom: 0; }
  .product__gallery-main {
    margin-bottom: 0;
    height: 270px; }
  .product__gallery-main__item {
    line-height: 270px; }
  .product__gallery .swiper-button-next, .product__gallery .swiper-button-prev {
    display: none; }
  .product__name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px; }
  .product__rating a {
    font-size: 14px; }
  .product .catalog-card__rating__icons svg {
    width: 15px; }
  .product__details__main {
    margin-bottom: 40px; }
  .product__value {
    width: 100%;
    margin-right: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 25px; }
  .product__price {
    padding-top: 0; }
  .product__counter {
    margin-right: 29px; }
  .product__price__old {
    margin-bottom: 7px; }
  .product__btns button {
    margin-bottom: 0;
    display: inline-block; }
  .product__add-basket {
    padding: 5px 10px;
    min-width: 100%;
    margin-bottom: 20px!important; }
  .boc_order_btn{
    margin-bottom: 20px!important; }  
  .product__details__order {
    margin-bottom: 31px; }
  .product__modification__heading {
    margin-bottom: 20px; }
  .product__modification__list {
    padding-right: 0;
    max-height: 226px; }
  .product__modification__list .form-group label span, .product__modification__list .form-group a span {
    width: 84%;
    max-width: 84%;
    margin-bottom: 9px; }
  .product__modification__list .form-group label b, .product__modification__list .form-group a b {
    float: none;
    display: block;
    width: 100%;
    padding-left: 26px; }
  .product__modification__list .form-group a b {
    padding-left: 0; }
  .product__modification__list .form-group {
    margin-bottom: 17px; }
  .product__wrapp {
    margin-bottom: 20px }
  .product__descr {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin-bottom: 40px; }
  .product__descr__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 18px; }
  .product__descr__nav button {
    padding: 5px 7px; }
  .product__descr__text {
    font-size: 16px;
    line-height: 19px; }
  .product__advantages {
    width: 100%; }
  .product__advantages__list__wide{
    flex-direction: column;
  }  
  .product__advantages__list li {
    padding-left: 24px; }
  .product__advantages__list__wide li {
    padding-left: 24px;
    width: 100%; }  
  .product__advantages__list li img, .product__advantages__list li svg {
    margin-right: 35px; }
  .product__advantages__list li {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px; }
  .product__advantages__contacts__heading {
    font-size: 12px;
    line-height: 14px; }
  .similar__gds__heading {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 22px; }
  .similar__gds__list {
    grid-column-gap: 16px; }
  .similar__gds {
    padding-bottom: 35px; }
  .product__tabs__content .tab-content {
    max-height: 340px;
    overflow: hidden;
    position: relative; }
    .product__tabs__content .tab-content .scroll-emul_container {
      padding-left: 30px; }
    .product__tabs__content .tab-content .scroll-emul_line {
      background-color: #DBDBDB;
      width: 4px; }
    .product__tabs__content .tab-content .scroll-emul_line_item {
      background-color: #00AD79;
      width: 2px;
      left: 1px; }
  .product__gallery-main .swiper-pagination {
    display: block; }
  .product__gallery-main .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #C4C4C4;
    opacity: 1; }
  .product__gallery-main .swiper-pagination-bullet-active {
    background-color: #C4C4C4; }
  .product__gallery-main__item img, .product__gallery-main__item svg {
    height: 68%; }
  .order-notification__wrapp {
    display: block; }
  .order-notification__text {
    max-width: 84%;
    font-size: 14px;
    line-height: 21px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 9px; }
  .order-notification__text img, .order-notification__text svg {
    margin-top: 5px; }
  .order-notification__nav {
    display: block; }
  .order-notification__wrapp {
    position: relative; }
  .order-notification__link {
    margin-left: 37px; }
  .order-notification__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    top: 7px;
    right: 4px; }
  .product__name {
    margin-bottom: 20px; }
  .product__vendorcode {
    margin-bottom: 15px; }
  .product__breadcrumbs {
    margin-bottom: 20px; }
  .product__rating {
    margin-bottom: 9px; }
  .product__details__order {
    margin-top: 45px;
    margin-bottom: 30px; }
  .product__counter__value {
    width: 44px; }
  .shipping__order__list {
    display: block; }
  .shipping {
    padding-top: 30px; }
  .shipping__orders__heading {
    font-size: 18px;
    line-height: 22px;
    font-family: "Gilroy Bold", Arial, sans-serif;
    margin-bottom: 27px; }
  .shipping__order__card__img .catalog-card__label {
    font-size: 11px; }
  .shipping__order__card__img img {
    height: 90%;
    max-height: 120px; }
  .shipping__order__card__img {
    padding-top: 20px; }
  .shipping__order__card__name {
    font-size: 16px;
    line-height: 20px; }
  .shipping__order__card__info {
    margin-bottom: 25px; }
  .shipping__order__card__price__value {
    font-size: 17px; }
  .shipping__order__card {
    margin-bottom: 25px; }
  .shipping__orders {
    margin-bottom: 30px; }
  .shipping-form__coupon {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .shipping-form__mainInput {
    margin-right: 0;
    width: 100%;
    height: 56px;
    font-size: 15px; }
    .shipping-form__mainInput::-webkit-input-placeholder {
      font-size: 16px; }
    .shipping-form__mainInput::-moz-placeholder {
      opacity: 1;
      font-size: 16px; }
    .shipping-form__mainInput:-ms-input-placeholder {
      font-size: 16px; }
    .shipping-form__mainInput::-ms-input-placeholder {
      font-size: 16px; }
    .shipping-form__mainInput::placeholder {
      font-size: 16px; }
  .shipping-form__coupon input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 17px; }
  .shipping-form__coupon {
    margin-bottom: 35px; }
  .shipping-form__price__value {
    font-size: 20px;
    line-height: 30px; }
  .shipping-form__price__value.all-sum {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px; }
  .shipping-form__group-heading {
    font-size: 20px;
    line-height: 30px; }
  .shipping-form__user-info .shipping-form__group-heading {
    margin-bottom: 17px; }
  .shipping-form__group-inputs input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .shipping-form__group-inputs {
    margin-bottom: 0; }
  .shipping-form__user-info .shipping-form__submit {
    width: 100%;
    margin-bottom: 17px;
    margin-top: 0; }
  .shipping-form__user-info__descr br {
    display: none; }
  .shipping-form__user-info {
    margin-bottom: 44px; }
  .shipping-form__delivery .shipping-form__group-heading {
    margin-bottom: 17px; }
  .shipping-form__delivery__variants {
    display: block; }
  .shipping-form__user-info .shipping-form__checkbox-group {
    margin-bottom: 13px; }
  .shipping-form__delivery__item {
    margin-bottom: 18px;
    width: 48%;
    min-height: 80px;
    padding: 5px 13px; }
  .shipping-form__delivery__item img, .shipping-form__delivery__item svg {
    max-width: 64%; }
  .shipping-form__delivery__item.delivery__item-text img, .shipping-form__delivery__item.delivery__item-text svg {
    max-width: 23px;
    height: auto; }
  .shipping-form__delivery__item.delivery__item-text span {
    font-size: 10px;
    line-height: 15px; }
    .shipping-form__delivery__item.delivery__item-text span br {
      display: none; }
  .shipping-form__delivery__list {
    margin-bottom: 5px; }
  .shipping-form__delivery__descr {
    margin-bottom: 20px; }
    .shipping-form__delivery__descr br {
      display: none; }
  .shipping-form__delivery__variants .shipping-form__checkbox-group {
    margin-right: 0;
    margin-bottom: 14px; }
  .shipping-form__checkbox-group label:before {
    margin-right: 10px; }
  .shipping-form__delivery {
    margin-bottom: 30px; }
  .shipping-form__pay .shipping-form__group-heading {
    margin-bottom: 22px; }
  .shipping-form__pay__item {
    width: 100%;
    min-height: 110px; }
    .shipping-form__pay__item:last-child {
      margin-bottom: 0; }
  .shipping-form__pay__item.pay__item-group span {
    margin-bottom: 7px; }
  .shipping-form__pay__list {
    margin-bottom: 23px; }
  .shipping-form__pay__comment textarea {
    width: 100%;
    padding-top: 16px;
    padding-left: 20px; }
  .shipping-form__pay__comment {
    margin-bottom: 25px; }
  .shipping-form__pay .shipping-form__checkbox-group {
    margin-bottom: 15px; }
  .shipping-form__pay {
    padding-bottom: 35px; }
  .shipping-form__submit {
    width: 100%; }
  .confirm-shipping__heading {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px; }
  .confirm-shipping__orderData__content {
    padding: 27px 20px 25px 20px;
    background: #FAFAFA;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }
  .confirm-shipping__orderData__product__name {
    width: 100%;
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 12px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .confirm-shipping__orderData__product__count, .confirm-shipping__orderData__product__price {
    font-size: 12px; }
  .confirm-shipping__orderData__product {
    margin-bottom: 22px; }
  .confirm-shipping__orderData__price {
    text-align: left;
    font-size: 14px;
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .confirm-shipping__orderData__price p {
    margin-bottom: 1px; }
  .confirm-shipping__orderData__price p.confirm-shipping__allPrice {
    font-size: 14px;
    font-family: "Gilroy Semi-Bold", Arial, sans-serif;
    margin-top: 5px; }
  .confirm-shipping__orderData__number {
    font-size: 12px; }
  .confirm-shipping__userData__content {
    padding: 27px 20px 25px 20px;
    background: #FAFAFA;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }
  .confirm-shipping__orderData__number {
    margin-bottom: 29px; }
  .confirm-shipping__userData__itemValue {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 17px; }
  .confirm-shipping__userData__itemDescr {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    display: block;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 4px; }
  .confirm-shipping__nav button {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 15px; }
    .confirm-shipping__nav button:last-child {
      margin-bottom: 0; }
  .confirm-shipping__nav .shipping-form__submit {
    width: 100%; }
  .confirm-shipping__nav .shipping-changeData {
    width: 100%; }
  .confirm-shipping__userData__heading {
    font-size: 12px;
    margin-bottom: 18px; }
  .order-sucess__wrapp {
    width: 100%; }
  .order-sucess {
    padding-top: 40px;
    padding-bottom: 60px; }
  .order-sucess__content img, .order-sucess__content svg {
    margin-bottom: 45px; }
  .order-sucess__content {
    padding-bottom: 54px;
    padding-top: 48px;
    background: #FAFAFA;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }
  .order-sucess__content__heading {
    font-size: 18px;
    line-height: 27px; }
  .order-sucess__nav__btn {
    width: 100%;
    margin-bottom: 15px; }
    .order-sucess__nav__btn:last-child {
      margin-bottom: 0; }
  .shipping-form__group-inputs input, .shipping-form__group__adressSelect {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .shipping-form__group-inputs .shipping-form__smallInput {
    width: 100%; }
  .delivery-city .shipping-form__group-inputs input:last-child {
    margin-right: 0; }
  .cabinet-login__heading {
    text-align: left;
    font-size: 18px;
    line-height: 22px; }
  .cabinet-login__wrapp {
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cabinet-login__nav button {
    height: 47px;
    font-size: 14px; }
  .cabinet-login__nav {
    margin-bottom: 38px; }
  .cabinet-login__socials__btn {
    margin: 0 8px; }
  .cabinet-login__tab form button {
    width: 100%;
    padding: 5px 15px; }
  .cabinet, .page-container {
    overflow-x: hidden; }
  .cabinet__nav, .page-container__nav {
    width: auto;
    overflow: auto;
    width: 108%;
    padding: 17px 19px 17px 26px; }
  .cabinet__nav__list, .page-container__nav__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 40px; }
  .cavinet__nav__item, .page-container__nav__item {
    margin-bottom: 0;
    width: auto;
    margin-right: 20px; }
  .cavinet__nav__item a img, .cavinet__nav__item a svg, .page-container__nav__item a img, .page-container__nav__item a svg {
    vertical-align: bottom; }
  .cabinet__content__heading, .page-container__heading {
    font-size: 18px;
    line-height: 22px; }
  .cabinet__user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cabinet__user__info {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cabinet__user__avatar {
    width: 67px;
    height: 67px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .cabinet__user__info__data button {
    margin-top: 6px; }
  .cabinet__user__info__data {
    width: 70%;
    margin-bottom: 30px; }
  .cabinet__user__delivery {
    width: 70%; }
  .cabinet__user__delivery__heading {
    margin-bottom: 15px;
    font-size: 14px; }
  .cabinet__user__delivery__data form {
    display: block; }
  .cabinet__user__delivery__label {
    width: 100%; }
  .cabinet__user__delivery__data form input {
    width: 100%;
    margin-bottom: 15px; }
  .cabinet__user__delivery__data form button {
    margin-top: 0; }
  .cabinet__discount {
    padding: 26px 16px 29px 20px;
    display: block; }
  .cabinet__discount__img {
    display: none; }
  .cabinet__discount__content p {
    font-size: 16px;
    margin-bottom: 16px; }
  .cabinet__discount__content a {
    font-size: 14px; }
  .cabinet__catalog__heading {
    font-size: 18px;
    line-height: 27px; }
  .cabinet__catalog__list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px; }
    .cabinet__catalog__list .catalog-card {
      margin-bottom: 0; }
  .cabinet__history__search {
    width: 100%; }
  .cabinet__history__list__nav {
    display: none; }
  .cabinet__history__card__it {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 10px; }
  .cabinet__history__card__group {
    margin-bottom: 10px; }
  .cabinet__history__card__group.date {
    width: 49%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .cabinet__history__card__group.number {
    width: 49%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: right; }
  .cabinet__history__card__group.count {
    width: 49%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: left; }
  .cabinet__history__card__group.summ {
    width: 49%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    text-align: right; }
  .cabinet__history__card__group.articles {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .cabinet__history__card__group.articles {
    width: 100%;
    margin-bottom: 0; }
  .cabinet__history__card__status .cabinet__history__card__group {
    width: 49%;
    margin-right: 0; }
  .cabinet__history__card__status {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .cabinet__history__card__status .cabinet__history__card__group:last-child {
      text-align: right; }
  .cabinet__history__card__details {
    text-align: left; }
  .cabinet__history__card__details {
    font-family: "Gilroy Regular", Arial, sans-serif; }
  .cabinet__history__card__details {
    font-size: 15px; }
    .cabinet__history__card__details b {
      font-family: "Gilroy Semi-Bold", Arial, sans-serif; }
  .cabinet__history__card {
    padding: 23px 20px 17px 20px; }
  .cabinet__favorites__list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16; }
  .cabinet__favorites__list .catalog-card {
    margin-bottom: 0; }
  .cabinet__favorites__list .shipping__order__card-close {
    width: 25px;
    height: 25px; }
  .cabinet__favorites__list .shipping__order__card-close::before, .cabinet__favorites__list .shipping__order__card-close::after {
    height: 1px;
    left: 5px; }
  .cabinet__loyalty__accost, .cabinet__loyalty__descr {
    font-size: 14px;
    line-height: 21px; }
    .cabinet__loyalty__accost p, .cabinet__loyalty__descr p {
      margin-bottom: 10px; }
  .cabinet__loyalty__discount {
    padding: 30px;
    display: block; }
  .cabinet__loyalty__discount__item {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
    .cabinet__loyalty__discount__item:last-child {
      margin-bottom: 0; }
  .cabinet__loyalty__descr b {
    margin-bottom: 15px; }
  .cabinet__loyalty__bonus__list {
    display: block; }
  .cabinet__loyalty__bonus__item {
    margin-bottom: 21px;
    padding-left: 35px;
    padding-right: 35px; }
  .cabinet__loyalty__bonus__item p {
    font-size: 14px;
    line-height: 16px; }
  .cabinet__loyalty__bonus__item b {
    margin-bottom: 10px; }
  .cabinet__resetPass__formGroup {
    margin-bottom: 30px; }
  .cabinet__resetPass form input {
    width: 100%;
    font-size: 14px; }
    .cabinet__resetPass form input::-webkit-input-placeholder {
      font-size: 14px; }
    .cabinet__resetPass form input::-moz-placeholder {
      opacity: 1;
      font-size: 14px; }
    .cabinet__resetPass form input:-ms-input-placeholder {
      font-size: 14px; }
    .cabinet__resetPass form input::-ms-input-placeholder {
      font-size: 14px; }
    .cabinet__resetPass form input::placeholder {
      font-size: 14px; }
  .cabinet__resetPass form label {
    margin-bottom: 30px;
    display: block; }
  .cabinet__resetPass form button {
    width: 100%;
    padding: 5px 15px; }
  .cabinet, .page-container {
    padding-bottom: 80px; }
  .product__reviews-content__login__descr {
    font-size: 14px;
    line-height: 18px; }
  .product__reviews-content__login__btn {
    width: 100%;
    padding: 20px 15px;
    text-align: center; }
  .reviews-content__form__rating {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 100%; }
  .product__reviews-content__form form input {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .product__reviews-content__form form textarea {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .product__reviews-content__form form button {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .reviews-content__form__rating__list label {
    margin-left: 5px; }
  .reviews-content__form__rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .reviews-content__form__rating__descr {
    margin-top: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    font-size: 13px; }
  .reviews-content__form__rating__list {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .product__reviews-content__form form input {
    width: 100%; }
  .product__reviews-content__form form textarea {
    width: 100%;
    margin-bottom: 20px; }
  .product__reviews-content__form form button {
    width: 100%;
    padding: 5px 15px; }
  .product__reviews__sucess {
    padding: 30px 10px; }
  .product__reviews__sucess svg {
    margin-bottom: 20px; }
  .shipping__emptyBasket {
    margin-top: 20px;
    margin-bottom: 30px; }
  .shipping__emptyBasket {
    padding: 30px 15px; }
    .shipping__emptyBasket b {
      font-size: 20px;
      line-height: 28px; }
    .shipping__emptyBasket p {
      font-size: 14px;
      line-height: 19px; }
      .shipping__emptyBasket p br {
        display: none; }
    .shipping__emptyBasket a {
      width: 100%;
      padding: 19px 15px; }
  .cabinet__articles__empty, .cabinet__favorites__empty {
    padding: 55px 15px 33px 15px; }
    .cabinet__articles__empty b, .cabinet__favorites__empty b {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 38px; }
    .cabinet__articles__empty a, .cabinet__favorites__empty a {
      width: 100%;
      padding: 19px 15px; }
  .header__top-container__info .header__language__dropdown {
    position: static;
    margin-bottom: 0; }
  .header__top-container__info .header__language__dropdown__container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header__top-container__info .header__language__dropdown__container a {
      font-size: 15px;
      width: 50%;
      padding-top: 5px;
      padding-bottom: 5px; }
      .header__top-container__info .header__language__dropdown__container a.active:after {
        display: none; }
  .header__language__dropdown__toggle {
    display: none; }
  .header__top-container__info {
    padding-bottom: 0; }
  .cabinet__user__dat-edit {
    font-size: 14px; }
  .cabinet__user {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .cabinet__user__delivery__label {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .cabinet__user__delivery__label p {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5px; }
  .cabinet__user__delivery__label.delivery-heading {
    font-size: 15px;
    margin-bottom: 8px; }
  form.cabinet__user .cabinet__user__info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  form.cabinet__user .cabinet__user__avatar {
    margin: 0 auto; }
  form.cabinet__user .cabinet__user__info__data {
    width: 100%;
    margin-bottom: 0; }
  form.cabinet__user .cabinet__user__delivery {
    width: 100%; }
  form.cabinet__user .cabinet__user__form-save {
    margin-top: 20px; }
    form.cabinet__user .cabinet__user__form-save button {
      width: 100%;
      padding: 5px 15px; }
  form.cabinet__user .cabinet__user__info__data input, form.cabinet__user .cabinet__user__delivery input {
    font-size: 14px; }
    form.cabinet__user .cabinet__user__info__data input::-webkit-input-placeholder, form.cabinet__user .cabinet__user__delivery input::-webkit-input-placeholder {
      font-size: 14px; }
    form.cabinet__user .cabinet__user__info__data input::-moz-placeholder, form.cabinet__user .cabinet__user__delivery input::-moz-placeholder {
      font-size: 14px; }
    form.cabinet__user .cabinet__user__info__data input:-ms-input-placeholder, form.cabinet__user .cabinet__user__delivery input:-ms-input-placeholder {
      font-size: 14px; }
    form.cabinet__user .cabinet__user__info__data input::-ms-input-placeholder, form.cabinet__user .cabinet__user__delivery input::-ms-input-placeholder {
      font-size: 14px; }
    form.cabinet__user .cabinet__user__info__data input::placeholder, form.cabinet__user .cabinet__user__delivery input::placeholder {
      font-size: 14px; }
  form.cabinet__user .cabinet__user__avatar {
    width: 90px;
    height: 90px; }
  .cabinet__user__avatar__wrapp {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
    width: 100%; }
  .error-notification__text {
    font-size: 14px;
    line-height: 21px;
    max-width: 88%; }
  .error-notification__wrapp {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; }
  .error-notification {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 99; }
    .error-notification .mainContainer {
      padding: 0;
      margin: 0; }
    .error-notification .order-notification__close {
      background-color: #B7EFDE; }
  .order-notification {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 99; }
    .order-notification .mainContainer {
      padding: 0;
      margin: 0; }
  .reviews-company__create {
    font-size: 13px; }
  .reviews-company__item {
    padding: 34px 18px 23px 18px; }
  .reviews-company__item__name {
    font-size: 16px;
    line-height: 20px; }
  .reviews-company__item__descr {
    font-size: 15px; }
  .reviews-company__form {
    padding: 33px 24px 37px 24px; }
  .reviews-company__form__heading {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px; }
  .reviews-company__form__descr {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px; }
    .reviews-company__form__descr br {
      display: none; }
  .reviews-company__form .login {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-top: 5px; }
  .reviews-company__form form .form-group {
    margin-bottom: 30px; }
  .reviews-company__form form .form-group input {
    width: 100%;
    margin-bottom: 18px; }
  .reviews-company__form form .form-group__descr {
    margin-left: 0;
    width: 100%; }
  .reviews-company__form form button {
    width: 100%;
    padding: 5px 10px; }
  .reviews-company__form__sucess {
    text-align: center; }
    .reviews-company__form__sucess svg {
      margin-bottom: 15px; }
  .guarantee-company__text {
    font-size: 14px;
    line-height: 16px; }
    .guarantee-company__text p {
      margin-bottom: 22px; }
    .guarantee-company__text h5 {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 24px; }
  .distribution-company__descr {
    font-size: 14px;
    line-height: 18px; }
    .distribution-company__descr h5 {
      font-size: 16px; }
  .distribution-company__item__img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    min-height: 110px; }
  .about-company__content {
    font-size: 14px;
    line-height: 16px; }
    .about-company__content h5 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 28px; }
    .about-company__content p {
      margin-bottom: 28px; }
    .about-company__content h4 {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 20px; }
  .about-company__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0; }
  .about-company__item {
    width: 47%;
    margin-bottom: 35px;
    padding: 23px 13px; }
    .about-company__item span {
      margin-top: 15px; }
      .about-company__item span br {
        display: none; }
  .feedback-company {
    padding: 31px 28px 42px 28px; }
  .feedback-company__heading {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px; }
  .feedback-company__descr {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px; }
    .feedback-company__descr br {
      display: none; }
  .feedback-company form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .feedback-company .form-group {
    width: 100%;
    margin-bottom: 15px; }
    .feedback-company .form-group input {
      margin-bottom: 25px; }
      .feedback-company .form-group input:last-child {
        margin-bottom: 0; }
  .feedback-company textarea {
    width: 100%;
    height: 100px; }
  .feedback-company .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .feedback-company button {
    width: 100%;
    padding: 5px 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0; }
  .feedback-company__socials {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    text-align: left;
    margin-bottom: 35px; }
  .feedback-company__socials {
    font-family: "Gilroy Medium", Arial, sans-serif; }
  .feedback-company__sucess {
    text-align: center; }
    .feedback-company__sucess svg {
      margin-bottom: 10px; }
  .brands__list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 18px; }
  .brands .page-container__heading {
    margin-bottom: 25px; }
  .brands__item__logo {
    height: 70px;
    line-height: 70px;
    margin-bottom: 14px; }
    .brands__item__logo img {
      max-width: 57%;
      max-height: 100%; }
  .brands__item__name {
    font-size: 14px;
    line-height: 17px; }
  .brands__item {
    margin-bottom: 30px; }
  .contacts-company__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: block; }
  .contacts-company__item {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    .contacts-company__item:last-child {
      margin-bottom: 0; }
  .contacts-company__content__text a, .contacts-company__content__text span {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px; }
  .contacts-company__content li {
    margin-bottom: 16px; }
  .contacts-company__socials a {
    margin: 0 4px;
    width: 35px;
    height: 35px;
    line-height: 31px; }
  .news-company__item {
    margin-bottom: 40px; }
    .news-company__item:last-child {
      margin-bottom: 0; }
  .news-company__item__wrapp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: block; }
  .news-company__item__img {
    width: 100%;
    height: 221px; }
  .news-company__item__content {
    width: 100%;
    padding: 12px 20px 29px 20px; }
  .news-company__item__heading {
    max-height: 100%;
    font-size: 15px;
    line-height: 18px; }
  .new-company__heading {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 35px; }
  .new-company__preview {
    height: 320px;
    margin-bottom: 35px; }
  .new-company__nav a {
    font-size: 13px; }
    .new-company__nav a img, .new-company__nav a svg {
      width: 15px; }
  .new-company__nav a.next img, .new-company__nav a.next svg {
    margin-left: 6px; }
  .new-company__nav a.prev img, .new-company__nav a.prev svg {
    margin-right: 6px; }
  .page-container__content {
    padding-bottom: 10px; }
  .catalog-special__list {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px; }
    .catalog-special__list .catalog-card {
      margin-bottom: 14px; }
  .catalog-special {
    padding-bottom: 10px; }
  .cabinet-login__tab form button.btn-forget {
    width: 100%; } }

@media screen and (max-width: 370px) {
  .header__mob__contacts__list a {
    font-size: 8px; }
  .header__main-container__search-block__input input {
    font-size: 13px; }
    .header__main-container__search-block__input input::-webkit-input-placeholder {
      font-size: 13px; }
    .header__main-container__search-block__input input::-moz-placeholder {
      font-size: 13px; }
    .header__main-container__search-block__input input:-ms-input-placeholder {
      font-size: 13px; }
    .header__main-container__search-block__input input::-ms-input-placeholder {
      font-size: 13px; }
    .header__main-container__search-block__input input::placeholder {
      font-size: 13px; }
  .header__main-container__search-block__btn {
    font-size: 13px; }
  .nav-catalog__toggle__mob b {
    font-size: 16px; }
  .header__top-container__info li a {
    font-size: 16px; }
  .nav-catalog__all__wrapp {
    padding-left: 0; }
  .scroll-emul_content {
    padding-left: 18px; }
  .nav-catalog__all__list li a {
    font-size: 13px; }
  .header__top-container__nav li a {
    font-size: 16px; }
  .banner-slider__item__content {
    padding-top: 48px; }
  .banner-slider__item__heading {
    font-size: 22px;
    line-height: 35px; }
  .banner-slider__item__descr {
    font-size: 17px; }
  .banner-slider__item {
    min-height: 505px; }
  .top-offers__nav__heading {
    font-size: 16px; }
  .top-offers__nav__links li {
    font-size: 13px;
    padding: 7px 12px; }
  .top-offers__list {
    grid-template-columns: 1fr; }
  .mailing-banner__content__descr br {
    display: none; }
  .mailing-banner__content {
    border-width: 5px;
    padding-right: 20px; }
  .mailing-banner__content__link span {
    font-size: 13px;
    line-height: 20px; }
  .mailing-banner__content__link img {
    margin-right: 9px; }
  .about-block__descr .scroll-emul_container {
    padding-left: 5px;
    padding-right: 8px; }
  .about-block__descr {
    font-size: 14px;
    line-height: 19px; }
  .about-block__info__card {
    padding-left: 8px;
    padding-right: 8px; }
  .reviews__item__descr {
    font-size: 13px; }
  .reviews .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px; }
  .reviews .swiper-pagination-bullet {
    width: 12px;
    height: 12px; }
  .footer__socials {
    width: 35%; }
  .footer__nav__contacts {
    width: 62%; }
  .footer__socials__list li {
    margin-right: 3px; }
    .footer__socials__list li a img, .footer__socials__list li a svg {
      max-width: 15px;
      height: auto; }
  .footer__nav {
    padding-top: 20px; }
  .contact-us__socials a {
    margin-right: 13px; }
  .footer__about p {
    font-size: 13px; }
  .contact-us__form form input, .contact-us__form form textarea {
    font-size: 14px; }
    .contact-us__form form input::-webkit-input-placeholder, .contact-us__form form textarea::-webkit-input-placeholder {
      font-size: 14px; }
    .contact-us__form form input::-moz-placeholder, .contact-us__form form textarea::-moz-placeholder {
      font-size: 14px; }
    .contact-us__form form input:-ms-input-placeholder, .contact-us__form form textarea:-ms-input-placeholder {
      font-size: 14px; }
    .contact-us__form form input::-ms-input-placeholder, .contact-us__form form textarea::-ms-input-placeholder {
      font-size: 14px; }
    .contact-us__form form input::placeholder, .contact-us__form form textarea::placeholder {
      font-size: 14px; }
  .contact-us__form form button {
    font-size: 14px; }
  .footer__back-call__form input {
    font-size: 14px; }
    .footer__back-call__form input::-webkit-input-placeholder {
      font-size: 14px; }
    .footer__back-call__form input::-moz-placeholder {
      font-size: 14px; }
    .footer__back-call__form input:-ms-input-placeholder {
      font-size: 14px; }
    .footer__back-call__form input::-ms-input-placeholder {
      font-size: 14px; }
    .footer__back-call__form input::placeholder {
      font-size: 14px; }
  .footer__back-call__form button {
    font-size: 14px; }
  .banner-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px; }
  .catalog__panel__list li {
    margin-right: 30px;
    font-size: 13px; }
  .catalog__list .catalog-card {
    width: 100%; }
  .catalog__filter-burger {
    width: 33px;
    height: 33px; }
    .catalog__filter-burger span {
      width: 80%; }
      .catalog__filter-burger span img {
        max-width: 100%;
        height: auto; }
  .catalog__sorting__heading {
    font-size: 13px; }
  .catalog__sorting .select_option {
    font-size: 11px; }
  .catalog__filter {
    width: 88%;
    padding: 25px 25px 50px 25px; }
  .catalog__descr {
    font-size: 14px;
    line-height: 18px; }
  .catalog__filter__manufacturers .scroll-emul_content {
    padding-left: 0; }
  .product__gallery-main {
    height: 250px; }
  .product__gallery-main__item {
    line-height: 250px; }
  .product__gallery-main__item img, .product__gallery-main__item svg {
    height: 70%; }
  .product__breadcrumbs li {
    font-size: 13px; }
  .product__breadcrumbs {
    margin-bottom: 10px; }
  .product__name {
    font-size: 17px; }
  .product__details__main {
    margin-bottom: 30px; }
  .product__price__actual {
    font-size: 20px; }
  .product__price__old {
    font-size: 13px;
    margin-bottom: 5px; }
  .product__add-basket {
    font-size: 14px;
    height: 55px;
    min-width: 100%; }
  .boc_order_btn{
    height: 55px!important;
  }  
  .product__add-favorites {
    margin-left: 20px; }
  .product__modification__list .scroll-emul_container {
    padding-left: 5px; }
  .product__tabs__content .tab-content .scroll-emul_container {
    padding-left: 5px; }
  .product__descr__text {
    font-size: 14px;
    line-height: 18px; }
  .product__advantages__list li img, .product__advantages__list li svg {
    margin-right: 20px; }
  .product {
    padding-bottom: 30px; }
  .similar__gds__list {
    display: block; }
  .order-notification__text {
    width: 90%;
    font-size: 13px;
    line-height: 18px; }
  .order-notification__close {
    width: 32px;
    height: 32px; }
  .order-notification__wrapp {
    padding-left: 9px; }
  .order-notification__text img, .order-notification__text svg {
    margin-right: 11px; }
  .order-notification__link {
    margin-left: 31px;
    font-size: 14px; }
  .shipping__order__card__name {
    font-size: 15px; }
  .shipping__order__card__count__heading, .shipping__order__card__price__heading {
    font-size: 13px; }
  .shipping__order__card__price__value {
    font-size: 15px; }
  .product__counter__value {
    width: 35px; }
  .shipping-form__mainInput {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px; }
    .shipping-form__mainInput::-webkit-input-placeholder {
      font-size: 14px; }
    .shipping-form__mainInput::-moz-placeholder {
      font-size: 14px; }
    .shipping-form__mainInput:-ms-input-placeholder {
      font-size: 14px; }
    .shipping-form__mainInput::-ms-input-placeholder {
      font-size: 14px; }
    .shipping-form__mainInput::placeholder {
      font-size: 14px; }
  .shipping-form__coupon__descr {
    font-size: 15px; }
  .shipping-form__price__value.all-sum {
    font-size: 15px; }
  .shipping-form__price__value {
    font-size: 19px; }
  .shipping-form__coupon {
    margin-bottom: 25px; }
  .shipping-form__delivery__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .shipping-form__delivery__item.delivery__item-text span {
    display: block;
    width: 100%;
    text-align: center; }
  .shipping-form__delivery__item.delivery__item-text img, .shipping-form__delivery__item.delivery__item-text svg {
    margin-right: 0; }
  .shipping-form__delivery__descr {
    font-size: 13px;
    line-height: 17px; }
  .shipping-form__user-info__descr {
    font-size: 13px;
    line-height: 17px; }
  .shipping-form__checkbox-group label {
    font-size: 13px; }
  .shipping-form__toggle-group span {
    font-size: 13px; }
  .shipping-form__delivery {
    margin-bottom: 20px; }
  .shipping-form__pay__item span {
    font-size: 15px;
    line-height: 21px; }
  .shipping-form__pay__item {
    min-height: 100px; }
  .shipping-form__pay__descr {
    font-size: 13px;
    margin-bottom: 30px; }
  .shipping-form__pay__comment textarea {
    font-size: 14px; }
    .shipping-form__pay__comment textarea::-webkit-input-placeholder {
      font-size: 14px; }
    .shipping-form__pay__comment textarea::-moz-placeholder {
      font-size: 14px; }
    .shipping-form__pay__comment textarea:-ms-input-placeholder {
      font-size: 14px; }
    .shipping-form__pay__comment textarea::-ms-input-placeholder {
      font-size: 14px; }
    .shipping-form__pay__comment textarea::placeholder {
      font-size: 14px; }
  .order-sucess__content__heading {
    font-size: 20px;
    line-height: 29px; }
  .order-sucess__content {
    margin-bottom: 30px; }
  .order-sucess__nav__btn {
    font-size: 14px; }
  .shipping-form__group__adressSelect .select_option.selected, .shipping-form__group-inputs .shipping-form__smallInput {
    font-size: 14px; }
    .shipping-form__group__adressSelect .select_option.selected::-webkit-input-placeholder, .shipping-form__group-inputs .shipping-form__smallInput::-webkit-input-placeholder {
      font-size: 14px; }
    .shipping-form__group__adressSelect .select_option.selected::-moz-placeholder, .shipping-form__group-inputs .shipping-form__smallInput::-moz-placeholder {
      font-size: 14px; }
    .shipping-form__group__adressSelect .select_option.selected:-ms-input-placeholder, .shipping-form__group-inputs .shipping-form__smallInput:-ms-input-placeholder {
      font-size: 14px; }
    .shipping-form__group__adressSelect .select_option.selected::-ms-input-placeholder, .shipping-form__group-inputs .shipping-form__smallInput::-ms-input-placeholder {
      font-size: 14px; }
    .shipping-form__group__adressSelect .select_option.selected::placeholder, .shipping-form__group-inputs .shipping-form__smallInput::placeholder {
      font-size: 14px; }
  .cabinet-login__tab form input {
    font-size: 14px;
    margin-bottom: 15px; }
    .cabinet-login__tab form input::-webkit-input-placeholder {
      font-size: 14px; }
    .cabinet-login__tab form input::-moz-placeholder {
      font-size: 14px; }
    .cabinet-login__tab form input:-ms-input-placeholder {
      font-size: 14px; }
    .cabinet-login__tab form input::-ms-input-placeholder {
      font-size: 14px; }
    .cabinet-login__tab form input::placeholder {
      font-size: 14px; }
  .cabinet-login__nav {
    margin-bottom: 30px; }
  .cabinet__history__card__group b {
    font-size: 12px; }
  .cabinet__history__card__group p {
    font-size: 12px; }
  .cabinet__history__card__group {
    margin-bottom: 6px; }
  .cabinet__history__card__details {
    font-size: 14px; }
  .cabinet__catalog__list {
    display: block; }
  .cabinet__catalog__list .catalog-card {
    margin-bottom: 16px; }
  .cabinet__favorites__list {
    display: block; }
    .cabinet__favorites__list .catalog-card {
      margin-bottom: 16px; }
  .cabinet__user__info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .cabinet__user__info__data {
    width: 100%; }
  .cabinet__user__delivery {
    width: 100%; }
  .cabinet__user__avatar {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 90px;
    height: 90px; }
  .reviews-company__create {
    width: 100%;
    margin-top: 20px; }
  .reviews-company__item__descr {
    font-size: 14px;
    line-height: 18px; }
  .reviews-company__form .login, .reviews-company__form form button {
    font-size: 15px; }
  .reviews-company__form form .form-group__descr {
    font-size: 13px; }
  .reviews-company__form__heading, .reviews-company__form__descr, .reviews-company__form form .form-group, .reviews-company__form form textarea {
    margin-bottom: 20px; }
  .reviews-company__form form .form-group input {
    margin-bottom: 15px; }
  .distribution-company__item__img span {
    margin-left: 15px;
    font-size: 15px;
    line-height: 22px; }
  .feedback-company button {
    font-size: 15px; }
  .feedback-company {
    padding-left: 15px;
    padding-right: 15px; }
  .about-company__item {
    font-size: 12px;
    padding: 20px 5px;
    margin-bottom: 20px;
    line-height: 15px; }
  .contacts-company__item {
    padding-left: 20px; }
  .contacts-company__content__img {
    margin-right: 4px; }
  .contacts-company__heading {
    font-size: 16px;
    margin-bottom: 20px; }
  .contacts-company__content__text a, .contacts-company__content__text span {
    font-size: 15px;
    margin-bottom: 10px; }
  .contacts-company__socials a {
    margin-bottom: 0; }
  .contacts-company__map {
    height: 320px; }
  .news-company__item__descr {
    font-size: 15px; }
  .new-company__preview {
    height: 190px; }
  .new-company__nav a {
    font-size: 12px; }
  .catalog-special__list {
    display: block; } }

.nav-catalog__all_mob{
  display: none;
}

.nav-catalog__menu__item .nav-catalog__toggle__icon{
  display: none;
}
.nav-catalog__menu__item.all-mob{
  display: none;
}

@media screen and (max-width: 768px) {
  .shipping-form__group-inputs .shipping-form__group-inputs_it{
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .shipping-form__group-inputs .shipping-form__group-inputs_it_sm{
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .footer__nav__item .footer__nav__item__list{
    align-items: center;
  }
  .footer__nav__item .footer__nav__item__list li:last-child{
    margin-bottom: 8px;
  }
  .nav-catalog__menu .nav-catalog__menu__item:before{
    display: none;
  }
  .nav-catalog__menu button{
    text-align: left;
    display: flex;
    align-items: center;
  }
  .nav-catalog__menu button p{
    margin: 0;
    padding-left: 22px;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    font-size: 18px;
  }
  .nav-catalog__menu .nav-catalog__all__list{
    padding-left: 26px;
  }
  .nav-catalog__all__list li a{
    background-position: left center !important;
    padding: 5px 0;
    text-align: left;
    padding-left: 45px;
  }
  .nav-catalog__all__wrapp{
    display: none !important;
  }
  .nav-catalog__menu{
    display: none;
  }
  .nav-catalog__menu.active{
    display: block;
  }
  .nav-catalog__all_mob.active{
    display: block;
  }
  .nav-catalog__all_mob .nav-catalog__all__wrapp{
    display: block !important;
  }
  .nav-catalog__all_mob .nav-catalog__all__list{
    height: auto;
  }
  .nav-catalog__all__list li{
    margin-bottom: 7px;
  }
  .nav-catalog__menu__item .nav-catalog__toggle__icon{
    display: block;
  }

  .nav-catalog__menu__item button .nav-catalog__toggle__icon i:first-child{
    display: block !important;
  }
  .nav-catalog__menu__item button.active .nav-catalog__toggle__icon i:first-child{
    display: none !important;
  }

  .nav-catalog__menu__item.all-mob{
    display: block;
  }
  .nav-catalog__menu__item.all-mob button span{
    background-color: #fff;
    border: 9px solid #094a37;
  }

}

header{
  overflow: initial;
}

.header__main-container__search-block__input {
  width: 80%;
}

#search .dropdown-menu {
  width: 100%;
  /*border-top: 1px solid #bfbfbf;*/
  font-size: 14px;
}

#search .dropdown-menu li {
  list-style-image: none!important;
  clear: both;
  padding: 0px 0px 0px 13px;
  min-height: 16px;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}

#search .dropdown-menu li a, #search .dropdown-menu li.disabled {
  padding: 10px 10px;
  white-space: normal;
  font-weight: 600;
  color: black;
}

#search .dropdown-menu {
  width: 100%;
  display: block;
  background-color: rgb(255, 255, 255);
  z-index: 999999999;
  position: absolute;
}

#search .dropdown-menu li a{
  padding: 7px 13px;
  white-space: normal;
  background: none;
}

#search .dropdown-menu li.disabled {
  padding: 7px 13px;
  white-space: normal;
  background: #fafafa;
}

.header__main-container__search-block__input {
  width: 80%;
}

.search-suggestion {
  overflow: hidden;
  width: 100%;
  line-height: 20px;
}

.search-suggestion.product .image {
  float: left;
  margin: 0 12px 0 0;
}

.contacts-main{
  width: 100%;
}

.contacts-main-content{
  display: flex;
}

.contacts-main-content-block {
  display: flex;
  align-items: center;
  margin-right: 45px;
}

.contacts-mail{
  margin-bottom: 10px;
}

.boc_order_btn{
  border: 1px solid #00ad79;
  border-radius: 0;
  color: black;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 35px;
  height: 60px;
}

.boc_order_btn:hover{
  color: #fff;
  background-color: #00ad79;
  border-color: #00ad79;
}

.modal-dialog{
  top:25%;
}

.modal-header .close {
  margin-top: -2px;
  font-size: 30px;
}

.bok-product-title{
  line-height: 30px;
}

input#boc_name {
  width: 100%;
  height: 40px;
  padding: 0 0 0 15px;
}

input#boc_phone {
  width: 100%;
  height: 40px;
  padding: 0 0 0 15px;
  margin-top: 5px;
}

button#boc_submit {
  background-color: #00AD79;
  border-color: #00AD79;
  border-radius: 0;
  margin: 10px 0!important;
}

.panel-default {
  border: none;
}

.distribution-company__descr img{
    width: 50px;
    margin-right: 15px;
}

/*.empty{
  opacity: 0.5;
}*/

.mfp-content .mfp-with-anim{
  margin-top:25vh
}

.common-home{
  height: 100%;
}

#search .dropdown-menu {
  max-height: 400px;
  overflow-y: auto!important;
}

.tab-content>.tab-pane {
min-height: 350px;
}

.nav-tabs{
  margin-bottom: 20px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

.nav-tabs>li{
  min-width: 150px;
}

.nav-tabs>li>a{
  color: #000!important;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0!important ;
}

.nav-tabs>li.active>a{
    border-radius: 0!important;
    color: #fff!important;
    cursor: default!important;
    background-color: #00ad79!important;
    border: none!important;
}

.owl-nav {
  margin: -40px;
  margin-bottom: -70px;
  position: relative;
  top: -295px;
  display: flex;
  justify-content: space-between;
  font-size: 40px;
}

.owl-nav button{
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #00ad79;
  color: #FFF;
  text-decoration: none;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #00ad79;
}

@media screen and (max-width: 1050px) {
  .owl-nav {
    top: -270px;
  }
}

@media screen and (max-width: 768px) {
  .owl-nav {
    top: -220px;
  }
}

@media screen and (max-width: 450px) {
  .owl-dots {
    display: none;
  }
}

.shipping-form__delivery__item:nth-child(n+1):nth-child(-n+3){
  display: none!important;
}

.dropdown-address {
  background: #fff;
  height: 176px;
  border: 1px solid black;
  padding: 10px 20px;
  top: -28px;
  position: absolute;
  z-index: 20;
  width: 100%;
  overflow: auto;
  display: none;
}

.dropdown-address li {
  line-height: 27px;
}

.dropdown-address li a{
  color: #000;
}

.dropdown-address li a:hover{
  color: #000;
  text-decoration: underline;
}

.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  white-space: nowrap;
  overflow: auto;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #eee;
}

.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #00ad79;
  border-color: #00ad79;
}

.new-company__text p{
  line-height: 30px!important;
  font-family: "Gilroy", sans-serif!important;
  font-size: 14px!important;
  color: #000;
}

.new-company__text span{
  font-family: "Gilroy", sans-serif!important;
  font-size: 14px!important;
  color: #000;
}

.new-company__text h2{
  font-size: 18px!important;
  font-weight: 600!important;
  margin-bottom: 20px!important;
  margin-top: 20px!important;
  font-family: "Gilroy", sans-serif!important;
  color: #000;
}

.new-company__text h2 span{
  font-size: 18px!important;
  font-weight: 600!important;
  margin-bottom: 20px!important;
  margin-top: 20px!important;
  font-family: "Gilroy", sans-serif!important;
  color: #000;
}

.new-company__text h3{
  font-size: 18px!important;
  font-weight: 600!important;
  margin-bottom: 20px!important;
  margin-top: 20px!important;
  font-family: "Gilroy", sans-serif!important;
  color: #000;
}

.new-company__text h3 span{
  font-size: 18px!important;
  font-weight: 600!important;
  margin-bottom: 20px!important;
  margin-top: 20px!important;
  font-family: "Gilroy", sans-serif!important;
  color: #000;
 }


.new-company__text li{
  line-height: 30px!important;
  font-family: "Gilroy", sans-serif!important;
  font-size: 14px!important;
}

