/* 04.06.26 ovk перенесён из head.liquid */

.lp-doors-filter[id] {
  scroll-margin-top: 72px;
}

/*{%- if isMobile == false -%}*/
@media (min-width: 1025px) {
  .lp-doors-filter {
    padding: 40px 0;
  }

  .lp-doors-filter__item img {
    height: 375px;
  }

  .search {
    float: left;
    margin-top: 9px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    max-width: 196px;
  }

  .search__input {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ffc600;
    padding: 4px 32px 4px 8px;
    width: 100%;
    box-sizing: border-box;
  }

  .search__submit {
    margin-left: 1px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid transparent;
    height: 100%;
    width: 24px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 1px;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50% 30%;
    background-image: url("magnifying-glass.png");
  }

  .search__submit:hover {
    filter: brightness(0.9);
  }
}
/*{%- endif -%}*/

.js-special-offer::before {
  content: "";
  display: block;
  filter: grayscale(100%);
  width: 23px;
  height: 23px;
  background: center / contain no-repeat url("question.png");
}

.ruble-sign {
  font-size: 0.375em;
}

@media (max-width: 768px) {
  .ruble-sign {
    margin-top: 1em;
  }
}

@media (max-width: 500px) {
  .ruble-sign {
    font-size: 12px;
    margin-top: 0.75em;
  }
}

/*из prod_block*/
/*{%- if client_group.title contains 'ВНУТРЕННЯЯ' and template == 'collection' -%}*/
/* Стили блока и элементов: значков для менеджеров, в каталоге товаров на дверках, начиная от значков "Выставка" или "Другой цвет". */
.info-manager {
  position: absolute;
  top: 105px;
  /* margin-top: -64px; */
  left: 0%;
  z-index: 1000;
}

.info-icon-manager {
  border: 3px solid #f9f0e8;
  z-index: 6;
  margin-left: 9px;
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: 0px;
  width: 59px;
  border-radius: 46px;
  display: block;
  padding: 5px;
  color: #fff;
  text-align: center;
}

.vystavka {
  background: #719834;
}

.kak-vyst {
  background: #b7a839;
}

.rasch {
  background: #c1a35d;
}

.dost {
  background: #d8603b;
}

.unika {
  background: #6097a5;
}

.marja {
  background: #c0c75d;
}

/*{%- if client_group.title contains 'МЕНЕДЖЕРЫ' -%}*/
.managers-group.template-collection .marja {
  display: none;
}

.managers-group.template-collection .allmargablock {
  display: none;
}

.managers-group.template-collection .info-icon-manager.vystavka,
.managers-group.template-collection .info-icon-manager.kak-vyst,
.managers-group.template-collection .info-icon-manager.rasch,
.managers-group.template-collection .info-icon-manager.dost,
.managers-group.template-collection .info-icon-manager.unika {
  display: none;
}
/*{%- endif -%}*/

/* Стили блока и элементов: значков для менеджеров, в каталоге товаров на дверках, начиная от значков "Выставка" или "Другой цвет", конец. */
/*{%- endif -%}*/

.promoinfotext {
  cursor: pointer;
  position: absolute;
  line-height: 1.3;
  left: 0;
  right: 0;
  bottom: 57px;
  font-size: 12px;
  color: #fff;
  background: #888;
  border-radius: 2px;
  padding: 0px 2px;
  z-index: 100;
  max-width: 100%;
  text-align: right;
  padding-right: 10px;
}

@media (min-width: 1025px) {
  .promoinfotext {
    left: 15px;
    right: 15px;
    bottom: 25px;
    font-size: 12px;
  }
}

.promoinfotext_active {
  border-radius: 2px 2px 0px 0px;
}

.promoinfotext::after {
  content: "";
  margin: 0px 3px;
  width: 6px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3a1 1 0 11-2 0 1 1 0 012 0zM5 6a1 1 0 11-2 0 1 1 0 012 0zM4 10a1 1 0 100-2 1 1 0 000 2z' fill='%23fff' fill-opacity='.9'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 1025px) {
  .promoinfotext::after {
    left: 15px;
    right: 15px;
    bottom: 25px;
    font-size: 12px;
  }
}

.promoinfotext_catalog {
  left: 0;
  right: 0;
  bottom: unset;
  top: 100%;
}

.promoinfotext_text {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.promoinfotext__hint {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  background: #888;
  border-radius: 0px 0px 2px 2px;
  padding: 1px 2px;
  cursor: default;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.promoinfotext_active .promoinfotext__hint {
  display: block;
}

.promo-banner,
.product__skidka-novosyolam,
.our-acrticles,
.product-dviguha,
.promoinfotextwrapper,
.product__promo-banner,
.install__banner {
  position: relative;
}

.promoinfotext__double {
  display: none;
}

.our-acrticle__img-real {
  margin-bottom: 20px;
}

.product-dviguha {
  margin-bottom: 24px;
}

.product__promo-banner {
  margin-bottom: 28px;
}

.page_product .product-dviguha {
  margin-bottom: 16px;
}

#main__banner .slick-dots {
  bottom: -35px;
}

.with-metro-sign::before {
  content: "M";
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #3fa333;
  border-radius: 50%;
  margin: 0 4px 0 0;
  line-height: 28px;
  position: relative;
  top: -2px;
}

.with-metro-sign::after {
  content: "\2022  380 м";
  margin: 0 0 0 6px;
}

.review_date-feedback {
  display: none;
}

.up-btn {
  top: unset;
  bottom: 30px;
  right: 15px;
  padding: 8px 12px;
  font-size: 1.25em;
  z-index: 90;
  cursor: pointer;
}

.shop-rating-wrapper {
  float: left;
  margin-left: 6%;
}

.shop-rating {
  padding: 6px 12px;
  border-radius: 12px;
  border: 1px solid #f7e197;
}

.shop-rating__name {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #000000;
}

.shop-rating__list {
  margin: 10px auto;
  display: flex;
}

.shop-rating__item:not(:last-child) {
  margin-right: 15px;
}

.shop-rating__item::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: center / contain no-repeat url("rating-star.svg");
  margin-right: 2px;
}

.shop-rating__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}

.shop-rating__item::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 4px;
}

.shop-rating__item_yandex::after {
  background: center / contain no-repeat url("platform-block-yandex.png");
}

.shop-rating__item_flamp::after {
  background: center / contain no-repeat url("platform-block-flamp.png");
}

.shop-rating__item_2gis::after {
  background: center / contain no-repeat url("platform-block-2gis.png");
}

.fixed-header__shop-rating-wrapper {
  position: relative;
  flex-basis: 73px;
  align-self: center;
  margin-left: auto;
}

.fixed-header__shop-rating-wrapper .shop-rating {
  padding: 0px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #000000;
  min-height: 27px;
  transform: translateY(-50%);
}

.fixed-header__shop-rating-wrapper .shop-rating__item::before {
  width: 16px;
  height: 16px;
}

.fixed-header__shop-rating-wrapper .shop-rating__item:not(:last-child) {
  margin-right: 0;
}

.fixed-header__shop-rating-wrapper .shop-rating__list {
  margin: 0;
}

.fixed-header__shop-rating-wrapper .shop-rating__item::after {
  width: 16px;
  height: 16px;
}

.fixed-header__shop-rating-wrapper .shop-rating__item {
  font-size: 16px;
  line-height: 18px;
  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 15s;
  animation-direction: normal;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px 5px;
  justify-content: center;
}

.fixed-header__shop-rating-wrapper .shop-rating__item:nth-of-type(1) {
  animation-delay: -15s;
}

.fixed-header__shop-rating-wrapper .shop-rating__item:nth-of-type(2) {
  animation-delay: -10s;
}

.fixed-header__shop-rating-wrapper .shop-rating__item:nth-of-type(3) {
  animation-delay: -5s;
}

@keyframes cf4FadeInOut {
  0% {
    opacity: 0;
    z-index: 0;
  }
  3% {
    opacity: 1;
    z-index: 1;
  }
  30% {
    opacity: 1;
    z-index: 1;
  }
  33% {
    opacity: 0;
    z-index: 0;
  }
  90% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

.review_door-img__pict {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*{%- if isMobile == false -%}*/
@media (min-width: 1025px) {
  .fixed-header__navigation {
    flex-basis: 59%;
  }

  .fixed-header .phone-call__info {
    background: none;
    display: flex;
    justify-content: flex-end;
  }

  .fixed-header .phone-call__info::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: center / contain no-repeat url("ico-clock.png");
    margin-right: 8px;
  }

  .shop-rating__link {
    display: block;
    text-align: center;
    padding: 6px 12px;
    border-radius: 16px;
    background: #f7c744;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    color: #000000;
  }

  .search {
    max-width: unset;
    margin-bottom: 10px;
  }

  .reviews-title {
    padding: 8px 16px 12px;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #000000;
  }

  .reviews-text {
    box-sizing: border-box;
    color: #32322e;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.004em;
    padding: 0px 16px;
    width: calc(50% - 6px);
  }

  .reviews-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 16px 0px 8px;
    margin-bottom: 12px;
  }

  .reviews-row_with-reviews {
    align-items: unset;
    padding: 0px;
    margin-bottom: 0;
  }

  .shop-rating-list {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: calc(50% - 6px);
  }

  .shop-rating-list__item {
    width: calc(100% / 3);
  }

  .shop-rating-list__item:not(:last-child) {
    margin-right: 2.4%;
  }

  .shop-rating-list__link {
    color: #000000;
    display: block;
    padding: 16px 12px;
    border-radius: 24px;
    border: 1px solid #f7e197;
  }

  .shop-rating-list__link:hover {
    border-color: #f7c744;
  }

  .shop-rating-list__name::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .shop-rating-list__name {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
  }

  .shop-rating-list__values {
    display: flex;
    justify-content: center;
  }

  .shop-rating-list__rating-value {
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .shop-rating-list__rating-value::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: center / contain no-repeat url("rating-star.svg");
    margin-right: 2px;
  }

  .shop-rating-list__rating-value::after {
    display: block;
    content: "|";
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #dbdbdb;
    margin: 0 2px;
  }

  .shop-rating-list__rating-count {
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #32322e;
  }

  .header__reliability-item-feadback {
    margin-left: 2px;
  }

  .review_block {
    box-sizing: border-box;
    width: calc(50% - 6px);
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #f7e197;
    margin-bottom: 12px;
  }

  .review_name {
    left: 64px;
    line-height: 20px;
  }

  .review_reiting {
    left: 62px;
    margin-top: 4px;
    height: 20px;
    width: 100px;
  }

  .review_rating {
    left: 168px;
    top: 25px;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
  }

  .review_user {
    padding: 0px;
  }

  .review_essence {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 16px 0;
  }

  .review_text {
    margin: 16px 0;
    line-height: 23px;
    letter-spacing: 0.004em;
    color: #32322e;
  }

  .review_door-img-block {
    width: auto !important;
    justify-content: unset;
  }

  .review_door-img {
    width: 72px;
    height: 72px;
    margin-right: 12px;
  }
}
/*{%- endif -%}*/

.shop-rating-list__item_yandex .shop-rating-list__name::before {
  background: center / contain no-repeat url("platform-block-yandex.png");
}

.shop-rating-list__item_flamp .shop-rating-list__name::before {
  background: center / contain no-repeat url("platform-block-flamp.png");
}

.shop-rating-list__item_2gis .shop-rating-list__name::before {
  background: center / contain no-repeat url("platform-block-2gis.png");
}

.reliability-feedback__user-photo {
  width: 52px;
  height: 52px;
}

.reliability-feedback__user-no-photo {
  line-height: 52px !important;
}

.review_user_photo {
  width: 52px !important;
  height: 52px;
}

.reliability-feedback__platform--flamp {
  top: 0;
  right: -8px;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url("platform-block-flamp.png");
}

/*{%- if isMobile -%}*/
@media (max-width: 1024px) {
  .up-btn {
    bottom: 78px;
    right: 0;
    padding: 6px 8px;
    font-size: 1em;
  }
  .reviews-title {
    padding: 20px 16px 16px;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    color: #000000;
    text-align: center;
  }

  .reviews-text {
    box-sizing: border-box;
    color: #32322e;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.004em;
    padding: 0px;
    width: 100%;
    margin-bottom: 16px;
  }

  .reviews-row {
    padding: 0px 16px;
    margin-bottom: 16px;
  }

  .shop-rating-list {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .shop-rating-list__item {
    width: calc(100% / 3);
  }

  .shop-rating-list__item:not(:last-child) {
    margin-right: 6px;
  }

  .shop-rating-list__link {
    color: #000000;
    display: block;
    padding: 8px 4px;
    border-radius: 20px;
    border: 1px solid #f7e197;
  }

  .shop-rating-list__link:active {
    border-color: #f7c744;
  }

  .shop-rating-list__name::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }

  .shop-rating-list__name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    margin-bottom: 6px;
  }

  .shop-rating-list__rating-value {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .shop-rating-list__rating-value::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: center / contain no-repeat url("rating-star.svg");
    margin-right: 2px;
  }

  .shop-rating-list__rating-value::after {
    content: none;
  }

  .shop-rating-list__rating-count {
    margin-top: 6px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #32322e;
    text-align: center;
  }

  .review_block {
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid #f7e197;
    margin-bottom: 12px;
  }

  .review_name {
    left: 64px;
    line-height: 18px;
    font-weight: normal;
  }

  .review_reiting {
    left: 64px;
    margin-top: 2px;
    height: 20px;
    width: 100px;
  }

  .review_rating {
    left: 170px;
    top: 22px;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
  }

  .review_user {
    padding: 0px;
  }

  .review_essence {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 16px 0;
  }

  .review_text {
    margin: 16px 0;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.004em;
    color: #32322e;
  }

  .review_door-img-block {
    width: auto !important;
    justify-content: unset;
  }

  .review_door-img {
    width: 56px;
    height: 56px;
    margin-right: 8px;
  }

  .fixed-header__shop-rating-wrapper {
    margin-left: unset;
  }

  .fixed-header__shop-rating-wrapper .shop-rating__item {
    font-size: 14px;
    line-height: 17px;
  }

  .mobile-header__element_type_text-link {
    font-size: 14px;
    letter-spacing: -0.24px;
    font-family: "ProximaNovaRegular", sans-serif;
    font-weight: 600;
  }

  .mobile-header__element_type_logo {
    width: 72px;
    height: 26px;
  }

  .mobile-header {
    top: 20px;
    padding: 4px 12px;
  }
}

@media (max-width: 768px) {
  .up-btn {
    display: block;
  }
}

/*{%- endif -%}*/

.catalog__manager-stats_marja-manager-group {
  display: flex;
  align-items: center;
  gap: 2px;
  border: none;
  border-radius: 0;
  background: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 1px 4px;
  color: #444;
  text-align: center;
  width: fit-content;
  margin-right: auto;
}

.catalog__manager-stats_marja-manager-group::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
}

.catalog__manager-stats_marja-red::before {
  background: #fe0002;
}

.catalog__manager-stats_marja-yellow::before {
  background: #ffb80f;
}

.catalog__manager-stats_marja-green::before {
  background: #02a813;
}

.lp-doors-filter__property p .lp-doors-filter__property-characteristic {
  white-space: pre-line;
}

.lp-doors__furnitura .prod-card__price-container::after {
  display: none;
  background: 0;
}

/*{%- if isMobile == false -%}*/
@media (min-width: 1025px) {
  .lp-doors__furnitura .prod-card__price-container {
    padding-right: 32px;
  }

  @media (max-width: 1366px) {
    .up-btn {
      bottom: 12px;
      right: 4px;
    }
    .lp-doors-filter[data-product] {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
    }
    .lp-doors-filter__title {
      padding-left: 140px;
      min-width: 100%;
      box-sizing: border-box;
    }
    .carosuel-prev,
    .carosuel-next {
      top: 180px;
    }
    .promo-banner {
      max-width: 950px;
      margin-right: 0;
    }
    .lp-doors-filter__property {
      padding: 16px 24px 0 24px;
    }
    /*.prod-card .prod-card__column{flex-basis:50%}*/
  }

  @media (max-width: 1280px) {
    .promo-banner {
      max-width: 900px;
    }
  }

  @media (max-width: 1180px) {
    .promo-banner {
      max-width: 850px;
    }
    .lp-doors-filter__title {
      padding-left: 184px;
    }
    .lp-doors-filter__carosuel {
      width: 414px;
    }
    .lp-doors-filter__item {
      width: 180px;
    }
    .lp-doors-filter__item img {
      height: 336px;
    }
    .lp-doors-filter__property p .lp-doors-filter__property-name {
      width: 177px;
    }
    .lp-doors-filter__property p .lp-doors-filter__property-characteristic {
      max-width: 177px;
    }
  }

  @media (max-width: 1130px) {
    .promo-banner {
      max-width: 800px;
    }
  }
}
/*{%- else -%}*/
@media (max-width: 576px) {
  .lp-doors__furnitura .lp-doors-filter__link {
    min-height: unset;
  }
}
/*{%- endif -%}*/

.lp-header__address {
  text-align: right;
}

.lp-header-form input[type="tel"],
.lp-header-form button {
  margin-top: 10px;
}

.phone-call__number {
  display: inline-flex;
  margin: 0 0 4px;
  font-size: 22px;
}

.phone-call__number::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  transform: translate(-4px, 0px);
  background: center / contain no-repeat url("icon_phone.svg");
  filter: invert(90%) sepia(18%) saturate(7378%) hue-rotate(2deg)
    brightness(108%) contrast(104%);
}

@media (max-width: 1024px) {
  .mobile-menu__address {
    margin: 10px 12px 10px 0;
    line-height: 1.3;
  }
  .mobile-menu__phone {
    text-decoration-line: underline;
    font-weight: 600;
    font-size: 18px;
  }
}

.phone-call__info {
  top: unset;
}
.fixed-header__phone-call {
  flex-basis: 29%;
}
.fixed-header__navigation {
  flex-basis: 52%;
}
.fixed-header__container {
  padding: 8px 0 8px;
}
.lp-wrap_text {
  box-sizing: border-box;
  padding: 20px 15px 4px;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .lp-wrap_text {
    padding: 4px 15px 8px;
    font-size: 12px;
  }
  .size-options {
    border: none;
    display: flex;
    align-items: center;
    margin: 4px 0 0;
  }
  .size-options__header {
    margin: 0;
    font-size: 14px;
  }
  .size-options__select {
    border: 1px solid #ffba00;
    border-radius: 4px;
    margin: 0 0 0 8px;
    outline: none;
    font-size: 14px;
    padding: 2px;
  }
}

.lp-doors-filter__property-summary,
.otzyv_tovar-summary,
.mobile-menu__item-title {
  display: flex;
  align-items: center;
}

.lp-doors-filter__property-summary::after,
.otzyv_tovar-summary::after,
.mobile-menu__item-title::after {
  content: "";
  display: block;
  margin-left: 4px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.lp-doors-filter__property[open] .lp-doors-filter__property-summary::after,
.otzyv_tovar-details[open] .otzyv_tovar-summary::after,
.mobile-menu__item-details[open] .mobile-menu__item-title::after {
  border-top: none;
  border-bottom: 5px solid black;
}

.lp-doors-filter__property-summary p {
  border-bottom: none;
}

.agree_personal {
  max-width: 320px;
  margin: 0 auto;
}

.form__checkbox-text {
  font-size: 12px;
}

@media (min-width: 1025px) {
  .agree_personal {
    margin: 4px 0 4px auto;
  }
  .form__checkbox-text {
    font-size: 13px;
  }
}

.form__checkbox-wrapper {
  position: relative;
  top: 9px;
  left: 50%;
  border-radius: 20px;
  padding: 13px;
  transform: translateX(-50%);
  max-width: 349px;
  color: white;
  background-color: black;
}

.form__checkbox-substr {
  text-decoration: underline;
  cursor: pointer;
}

.form__checkbox-substr:hover {
  text-decoration: auto;
}

.footer__menu-icon {
  fill: #009b00;
}

.bottom-menu-mobile__icon-mess {
  stroke: #009b00;
}

.bottom-menu-mobile__messengers-btns-text {
  line-height: 12px;
}
