div.icon-banners div.icon-banner {
  display: block !important;
}

.rec-map-cluster {
  display: grid;
  color: #fff;
  height: 100%;
  border-radius: 100%;
  font-size: 10px;
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
}

.rec-map-cluster-shadow {
  z-index: -1;
  position: absolute;
  -webkit-box-shadow: #6e6a6a6e 1px 1px 4px 1px;
  box-shadow: #6e6a6a6e 1px 1px 4px 1px;
  width: 19px;
  height: 19px;
  top: 0;
  border-radius: 100%;
}

.ymaps-2-1-79-image {
  /*border-radius: 100%;*/
}

.rec-map-cluster-counter {
  justify-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ymap-container {
  position: relative;
  z-index: 1;
}

.ymap-container + .icon-banners .icon-banner img {
  max-width: 100%;
  margin-top: 0;
}

.ymap-container + .icon-banners .icon-banner__detail {
  width: 250px;
}

.ymap-container + .icon-banner {
  z-index: 110;
}

@media screen and (max-width: 414px) {
  .ymap-container + .icon-banners .icon-banner__detail {
    width: 200px;
  }
}
@media screen and (max-width: 375px) {
  .ymap-container + .icon-banners .icon-banner__detail {
    width: 140px;
  }
}

.ymap-popup-info {
  height: 100%;
  max-height: 524px;
  width: 474px;
  position: absolute;
  background: #fff;
  z-index: 10001;
  border-radius: 20px 0 0 20px;
  opacity: 0;
  left: -1067px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  border: 1px solid #e7ecef;
}

.ymap-popup-info.opened {
  opacity: 1;
  left: 0;
  margin-top: -524px;
}
.ymap-popup-info.opened.fullscreen{
  margin-top: 0px;
  position: fixed;
  top: calc(50vh - 250px);
}
.opened.product-item.ymap-popup-info {
  margin-top: 0;
  z-index: 10003;
}

.ymap-container.product-item {
  position: inherit;
}

.ymap-popup-info.product.opened.fullscreen {
  margin-top: 0px;
  position: fixed;
  top: calc(50vh - 250px);
}
@media screen and (max-height: 500px) {
  .ymap-popup-info.opened.fullscreen{
    position: fixed;
    top: 0;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .ymap-popup-info.product.opened.fullscreen {
    margin-top: 0px;
    position: fixed;
    top: 0;
    padding-bottom: 0px;
  }
}
.ymap-popup-info__header {
  color: #002b45;
  opacity: 0.5;
  position: relative;
  padding-bottom: 25px;
}

.ymap-popup-info__close {
  /*background: url("/img/close.svg");*/
  /*width: 14px;*/
  /*height: 14px;*/
  position: absolute;
  right: 0;
  top: 0;
  background-size: 100%;
  cursor: pointer;
}

@media all and (max-width: 425px) {
  .ymap-popup-info .ymap-popup-info__title {
    top: 11px;
    position: relative;
  }
}

.ymap-popup-info__content {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 50px);
  margin-right: -20px;
  padding-right: 20px;
}

.ymap-popup-info__content::-webkit-scrollbar-track {
}

.ymap-popup-info__content::-webkit-scrollbar {
  width: 7px;
}

.ymap-popup-info__content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ff7a57;
}

.ymap-popup-info__content-item {
  border: 1px solid #e7ecef;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 15px;
}

.ymap-popup-info__content-item .catalog-row__months {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 374px) {
  .ymap-popup-info__content-item .catalog-row__months {
    margin-top: 10px;
    width: 230px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.ymap-popup-info__content-item .catalog-row__month {
  cursor: pointer;
}

.ymap-popup-info__content-item .catalog-row__dates {
  margin-bottom: 15px;
}

.ymap-popup-info__content-item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #002b45;
  margin-bottom: 10px;
}

.ymap-popup-info__content-item-preview {
  width: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 174px;
  margin-right: 25px;
  position: relative;
}

.ymap-popup-info__content-item-preview img,
.ymap-popup-info__content-item-preview a {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 11px;
}

.ymap-popup-info__content-item-description {
  width: 126px;
  font-size: 14px;
}

.ymap-popup-info__content-item-description p,
.ymap-popup-info__content-item-monthes-section p {
  font-size: 14px;
}

.ymap-popup-info__content-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

span.ymap-popup-info__content-item-btn-caption {
  position: relative;
  font-size: 14px;
}

.ymap-popup-info__content-item-heart-icon {
  background: url("/img/icons/heart.svg");
  background-size: 100%;
  width: 16px;
  height: 15px;
  position: absolute;
  left: -22px;
  top: -1px;
}

.ymap-popup-info__content-item-monthes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

span.ymap-popup-info__content-item-month {
  width: 58px;
  border: 1px solid #6fcf97;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6fcf97;
  margin: 0 3px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}

span.ymap-popup-info__content-item-month.selected {
  border-color: #d10b0b;
  color: #d10b0b;
}

span.ymap-popup-info__content-item-month.selected:hover {
  background: #ffefef;
}

.ymap-popup-info__content-item-monthes-section {
  margin-bottom: 15px;
}

button.ymap-popup-info__content-item-button,
.ymap-popup-info__content-item-actions .catalog-item__btn {
  color: #ff7a57;
  border: 1px solid #ff7a57;
  border-radius: 8px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
}

button.ymap-popup-info__content-item-button.getprice,
.ymap-popup-info__content-item-actions .catalog-item__btn.getprice {
  margin-right: 10px;
}

.ymap-popup-info__content-item-actions .catalog-item__btn:hover {
  color: #fff;
}

.ymap-popup-info__content-item-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

button.ymap-popup-info__content-item-button:hover
  .ymap-popup-info__content-item-heart-icon {
  background: url("/img/favourite2.svg");
  background-size: 100%;
}

span.ymap-popup-info__content-item-month:hover {
  background: #e4ffef;
}

span.ymap-popup-info__content-item-type-icon-pink,
span.ymap-popup-info__content-item-type-icon-orange,
span.ymap-popup-info__content-item-type-icon-blue,
span.ymap-popup-info__content-item-type-icon-cyan,
span.ymap-popup-info__content-item-type-icon-purple,
span.ymap-popup-info__content-item-type-icon-white {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}

span.ymap-popup-info__content-item-type-icon-blue {
  background-color: #1777b4;
}

span.ymap-popup-info__content-item-type-icon-orange {
  background-color: #ff4c00;
}

span.ymap-popup-info__content-item-type-icon-pink {
  background-color: #51bddf;
}

span.ymap-popup-info__content-item-type-icon-cyan {
  background-color: #9134ea;
}

span.ymap-popup-info__content-item-type-icon-purple {
  background-color: #ff69c7;
}

span.ymap-popup-info__content-item-type-icon-white {
  background-color: #fff;
  border: 1px solid #0a001f;
}

.ymaps-2-1-79-float-button-icon + .ymaps-2-1-79-float-button-text {
  padding-left: 10px;
}

span#ymap-traffic-points {
  position: absolute;
  top: 39px;
  right: 32px;
  z-index: 1;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
}

.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_yellow,
.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_green,
.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_red,
.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_off {
  width: 22px;
  height: 22px;
  background-size: 100%;
}

ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_yellow
  span#ymap-traffic-points {
  color: #000;
}

@media all and (max-width: 992px) {
  span#ymap-traffic-points {
    top: 34px;
    right: 26px;
  }
}

@media all and (max-width: 767px) {
  span#ymap-traffic-points {
    top: 24px;
  }

  .ymap-popup-info {
    width: 100%;
    position: fixed;
    top: 0;
    border: none;
    margin-top: 0 !important;
    max-height: 100%;
  }
}

button.ymap-popup-info__content-item-button.favorite
  span.ymap-popup-info__content-item-btn-caption {
  left: 8px;
}

@media screen and (max-width: 992px) {
  .ymap-popup-info__content-item-actions .catalog-item__btn--favourite span {
    display: unset;
  }
}

@media all and (max-width: 425px) {
  button.ymap-popup-info__content-item-button {
    margin: 5px 0;
    width: calc(100% - 55px);
    height: 45px;
  }

  span.ymap-popup-info__content-item-month {
    width: 30%;
    margin-bottom: 5px;
  }

  .ymap-popup-info__content-item-monthes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ymap-popup-info__content-item-actions
    .catalog-item__btn.catalog-item__btn--favourite {
    width: 57px;
  }

  .ymap-popup-info__content-item-actions .catalog-item__btn--favourite span {
    display: none;
  }

  button.ymap-popup-info__content-item-button.favorite
    .ymap-popup-info__content-item-btn-caption-text {
    display: none;
  }

  button.ymap-popup-info__content-item-button.favorite
    span.ymap-popup-info__content-item-btn-caption {
    left: 0px;
  }

  .ymap-popup-info__content-item-heart-icon {
    width: 18px;
    height: 16px;
    left: -8px;
    top: -8px;
  }

  .ymap-popup-info {
    padding: 15px;
    border-radius: 0;
  }

  .ymap-popup-info__content {
    margin-right: -15px;
  }
}

span.ymap-popup-info__content-item-side {
  background: #eff5f8;
  border: 1px solid rgba(0, 43, 69, 0.8);
  border-radius: 7px;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
}

span.ymap-popup-info__content-item-side span {
  color: #002b45;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  height: 14px;
  margin: auto;
  width: 100%;
  text-align: center;
}

.ymap-popup-info__content-item-alone {
  margin-bottom: 0;
}

.ymap-fav-button {
  background: url("/img/ymap-fav-btn.png");
  background-size: 100px 50px;
  width: 50px;
  height: 50px;
  z-index: 1;
  -webkit-box-shadow: #91919173 0 0 11px 0;
  box-shadow: #91919173 0 0 11px 0;
  border-radius: 15px;
  cursor: pointer;
  top: -160px;
  right: 117px;
  position: absolute;
}

.ymap-fav-button.active {
  background-position-x: 50px;
}

@media screen and (max-width: 992px) {
  .ymap-fav-button {
    width: 40px !important;
    height: 40px;
    max-width: 40px !important;
    top: -154px;
    right: 50px;
    background-size: 80px 40px;
  }

  .ymap-fav-button.active {
    background-position-x: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ymap-fav-button {
    top: -115px;
    right: 39px;
  }
}

.filter-item__title {
  display: block;
  max-width: 230px;
}

.hidden {
  display: none !important;
}

.fav-list-action-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.get-favorites-link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  margin: 20px 0;
  position: relative;
}

i.link-btn__icon {
  background: url("/img/clusters/new/link-2.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100%;
}

.get-favorites-link {
  cursor: pointer;
}

.get-favorites-link span {
  margin-left: 15px;
}

span.orange-link.get-favorites-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-favorites-link-alert {
  padding: 20px 32px;
  background: #eff5f8;
  border: 1px solid rgba(0, 96, 154, 0.2);
  -webkit-box-shadow: 0 4px 15px rgba(34, 60, 75, 0.1);
  box-shadow: 0 4px 15px rgba(34, 60, 75, 0.1);
  border-radius: 8px;
  font-size: 16px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-favorites-link-alert:before {
  content: "";
  background: url("/img/clusters/new/heroicons-solid_check-circle.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px;
}

.get-favorites-link-alert span {
  margin-left: 10px;
}

@media all and (max-width: 733px) {
  .get-favorites-link-alert {
    position: absolute;
    top: -60px;
  }

  .get-favorites-link-alert:before {
    position: absolute;
    left: 10px;
  }
}

.cpt_product_related_products .catalog-card__size::after {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px 8px 8px 0px;
  -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
  box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
  color: #fff;
  content: attr(data-title);
  margin-bottom: 86px;
  margin-left: -3px;
  opacity: 0;
  padding: 6px 10px;
  position: absolute;
  visibility: hidden;
  width: 246px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cpt_product_related_products .catalog-card__size:hover::after {
  opacity: 1;
  visibility: visible;
}

.of-hidden {
  overflow: hidden !important;
}

.price_range {
  margin-top: 20px;
  line-height: 24px;
}

span.catalog-card__size {
  cursor: help;
}

.ymap-popup-info__content-item .catalog-row__months > :first-child::before {
  left: 150%;
}

.ymap-popup-info__content-item .catalog-row__months > :last-child::before {
  left: -50%;
}

.catalog-item__info-desc--link.coords {
  max-width: 181px;
  min-width: 181px;
}

/*
.catalog-item__img img {
    max-width: 100%;
    max-height: 100%;
}*/

.catalog-card__title {
  height: 45px;
}

.filter-item__child {
  padding: 10px 0 0 15px;
}

.filter-item__children .filter-item__variant:not(:first-child) {
  margin-top: 0;
}

.filter-item__variants div.filter-item {
  margin-bottom: 10px;
}

.filter-item__regions--active .filter-item__regions-arrow {
  margin-left: 10px;
}

.modal.modal--small,
.modal.modal--small-2 {
  z-index: 99999;
}

.rec-map-cluster-discount,
.rec-discount {
  background: #fff;
  position: absolute;
  top: -16px;
  padding: 2px 0 0 0;
  width: 40px;
  border: 1px solid #ff7a57;
  border-radius: 39px;
  z-index: 99;
  font-size: 12px;
  font-family: "Gilroy";
  font-weight: 700;
  letter-spacing: normal;
  height: 18px;
  color: #002b45;
}

.rec-map-icon {
  width: 18px;
  height: 18px;
  background-size: 100%;
}

.rec-discount {
  top: -20px;
  right: 0;
  padding: 2px 0 0 4px;
}

.catalog-item__images {
  position: relative;
}

.rec-discount.big {
  width: 60px;
  height: 26px;
  font-size: 16px;
  text-align: center;
  padding: 3px 0 0 0;
  top: -12px;
  right: -15px;
}

.rec-discount.medium {
  top: -12px;
  right: -10px;
}

.ymap-popup-info__content-item-preview .rec-discount.medium {
  top: -10px;
  right: -20px;
}

@media all and (max-width: 700px) {
  .month--added::before,
  .month::before {
    content: none;
  }
}

.rec-discount.product-bried {
  z-index: 1;
}

/*.rec-map-icon.rec-map-icon-busstop {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*}*/

.modal.modal--small:after,
.modal.modal--small-2:after,
.modal-dialog:after {
  content: "";
  display: block;
  position: fixed;
  background: #0000007a;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.ymaps-2-1-79-places-pane {
  /* большой зиндекс приводит к невозможности именения зума, если курсор над объектом */
  /*z-index: 10000 !important;*/
}

.rec-map-cluster-discount-counter {
  color: #fff;
  top: 9px;
  position: relative;
  font-size: 10px;
}

.rec-map-cluster-discount-text {
  position: relative;
  top: 4px;
}

.rec-map-icon .rec-map-cluster-discount-text {
  left: 7px;
}

.rec-map-cluster-discount-cluster {
  height: 34px;
  cursor: pointer;
}

.about-us-video-container {
  display: block;
  width: 950px;
  max-width: 100%;
  height: 439px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 9999;
}

@media all and (max-width: 480px) {
  .about-us-video-container {
    height: 180px;
  }
}

.about-us-video-container iframe {
  width: 100%;
  height: 100%;
}

.about-us-video-fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a3a3a82;
  cursor: pointer;
}

.about-us-video-close {
  cursor: pointer;
  position: absolute;
  top: -34px;
  right: 12px;
  color: #fff;
}

.about-us-video-container .about-us-video {
  width: calc(100% - 30px);
  height: 100%;
  margin: auto;
}

ymaps.ymaps-2-1-79-controls-pane ymaps.ymaps-2-1-79-controls__toolbar {
  height: 0 !important;
}

ymaps.ymaps-2-1-79-controls__control_toolbar.ymaps-2-1-79-user-selection-none.recmap-fullscreen-control {
  top: 435px;
  position: absolute !important;
  right: 0;
}

ymaps.ymaps-2-1-79-zoom {
  max-height: 120px;
}

@media screen and (max-width: 992px) {
  .config__map ymaps.recmap-ruler-control {
    position: absolute !important;
    top: 190px !important;
  }

  ymaps.ymaps-2-1-79-scaleline {
    position: relative !important;
    top: 20px !important;
  }

  ymaps.ymaps-2-1-79-controls__control_toolbar.ymaps-2-1-79-user-selection-none.recmap-fullscreen-control {
    top: 405px;
  }
}

.recmap-fullscreen-control
  ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-_hidden-text.ymaps-2-1-79-_checked,
ymaps.ymaps-2-1-79-controls__control.recmap-ruler-control.fullscreen {
  position: fixed !important;
  right: 10px;
  top: 10px;
}

ymaps.ymaps-2-1-79-traffic.fullscreen {
  right: 40px;
}

ymaps.ymaps-2-1-79-traffic.fullscreen.trafic-enabled {
  right: 65px;
}

@media screen and (max-width: 767px) {
  ymaps.ymaps-2-1-79-controls__control_toolbar.ymaps-2-1-79-user-selection-none.recmap-fullscreen-control {
    top: 382px;
  }

  ymaps.ymaps-2-1-79-traffic.fullscreen {
    right: 35px;
  }

  .fullscreen
    .trafic-enabled
    ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_icon_only.ymaps-2-1-79-float-button_side_right.ymaps-2-1-79-float-button_checked_no.ymaps-2-1-79-_pin_right {
    top: 10px;
    position: fixed;
    right: 45px;
    width: 28px;
  }
}

ymaps.ymaps-2-1-79-copyright.fullscreen {
  right: 10px;
}

ymaps.ymaps-2-1-79-controls__control.recmap-ruler-control.fullscreen {
  left: 10px !important;
  bottom: 10px !important;
}

ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_traffic_left
  .ymaps-2-1-79-float-button-text {
  top: 2px;
  left: 3px;
}

.ymaps-2-1-79-traffic
  ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_traffic_left {
  width: 110px !important;
  max-width: 110px !important;
  position: relative;
}

.ymaps-2-1-79-traffic.fullscreen
  ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_traffic_left.trafic-disabled {
  width: 100px !important;
  max-width: 100px !important;
}

@media screen and (max-width: 992px) {
  ymaps.ymaps-2-1-79-traffic:not(.fullscreen):after {
    content: unset;
  }
}

/*.fullscreen ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_traffic_left {*/
/*    min-width: 100px !important;*/
/*}*/

.fullscreen
  ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_traffic_left.ymaps-2-1-79-_checked.ymaps-2-1-79-button_traffic_left_animation.ymaps-2-1-79-_pin_left:not(.trafic-disabled) {
  min-width: 150px !important;
}

.fullscreen
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_green,
.fullscreen
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_off,
.fullscreen
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_red,
.fullscreen
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_yellow {
  top: -4px;
}

.fullscreen
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-traffic__icon_icon_off.ymaps-2-1-79-float-button-icon {
  top: -3px;
}

.fullscreen
  .ymaps-2-1-79-float-button_traffic_left
  ymaps.ymaps-2-1-79-float-button-text {
  top: 1px;
}

ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_icon_only.ymaps-2-1-79-float-button_side_right.ymaps-2-1-79-float-button_checked_no.ymaps-2-1-79-_pin_right {
  right: 0px;
  position: absolute;
}
.fullscreen
  ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_icon_only.ymaps-2-1-79-float-button_side_right.ymaps-2-1-79-float-button_checked_no.ymaps-2-1-79-_pin_right {
  right: -25px;
}

ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_off,
ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_green,
ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_yellow,
ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_red {
  left: unset;
  right: 3px;
}

ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_off:after,
ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_green:after,
ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_yellow:after,
ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_red:after {
  content: "Пробки";
  position: absolute;
  left: -60px;
  top: 2px;
}

.fullscreen
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_off:after,
.fullscreen
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_green:after,
.fullscreen
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_yellow:after,
.fullscreen
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_red:after {
  content: none;
}

@media all and (max-width: 992px) {
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_off,
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_green,
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_yellow,
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_red {
    right: -3px;
  }

  .fullscreen
    ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_off,
  .fullscreen
    ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_green,
  .fullscreen
    ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_yellow,
  .fullscreen
    ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_red {
    right: 3px;
  }
}

.fullscreen ymaps.ymaps-2-1-79-float-button-text {
  position: absolute;
}

.ymaps-2-1-79-zoom.fullscreen {
  top: calc(50vh - 100px);
  position: fixed;
}

@media all and (max-width: 768px) {
  .ymaps-2-1-79-zoom.fullscreen {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .config__map .ymaps-2-1-79-controls__bottom {
    opacity: unset;
    pointer-events: all;
  }

  .config__map ymaps.recmap-ruler-control {
    position: absolute !important;
    top: 166px !important;
    right: 0px !important;
  }
}

@media screen and (max-width: 992px) {
  .config__map .ymaps-2-1-79-zoom {
    opacity: 1;
    pointer-events: all;
    right: -10px;
  }
}

@media screen and (max-width: 767px) {
  .config__map .ymaps-2-1-79-controls__control {
    inset: 125px 10px auto auto !important;
  }
}

@media all and (max-width: 425px) {
  .ymaps-2-1-79-traffic
    ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_traffic_left {
    width: 40px !important;
    max-width: 40px !important;
    position: relative;
  }
  .fullscreen
    .ymaps-2-1-79-traffic
    ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_traffic_left {
    width: 28px !important;
    max-width: 28px !important;
    position: relative;
  }

  .ymaps-2-1-79-traffic.fullscreen
    ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_traffic_left.trafic-disabled {
    width: 28px !important;
    max-width: 90px !important;
  }

  .fullscreen
    ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_traffic_left.ymaps-2-1-79-_checked.ymaps-2-1-79-button_traffic_left_animation.ymaps-2-1-79-_pin_left:not(.trafic-disabled) {
    min-width: 135px !important;
  }

  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_off:after,
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_green:after,
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_yellow:after,
  ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_red:after {
    content: "";
  }

  ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_traffic_left.trafic-disabled
    .ymaps-2-1-79-float-button-text {
    display: none;
  }

  .recmap-ruler-control.fullscreen
    ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-_hidden-text.ymaps-2-1-79-_checked {
    top: 0px;
  }

  .fullscreen
    ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_off,
  .fullscreen
    ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_green,
  .fullscreen
    ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_yellow,
  .fullscreen
    ymaps.ymaps-2-1-79-traffic__icon.ymaps-2-1-79-float-button-icon.ymaps-2-1-79-traffic__icon_icon_red {
    right: -3px;
  }

  ymaps.ymaps-2-1-79-traffic.fullscreen.trafic-enabled {
    right: 35px;
  }
  .fullscreen
    ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-float-button_traffic_left.ymaps-2-1-79-_hidden-text.ymaps-2-1-79-_checked.ymaps-2-1-79-button_traffic_left_animation {
    width: 28px !important;
  }
}

.config-filter__mob.fullscreen {
  position: fixed;
  z-index: 10001;
  background: #fff;
  width: calc(100% - 20px);
  top: 50px;
  left: 10px;
  padding: 10px 15px 20px;
  display: none;
  margin-top: 0;
}

.config-filter__mob.fullscreen.visible {
  display: block;
}

.config-filter__mob.fullscreen.visible .ymap-container {
  display: none;
}

.config-filter__mob.fullscreen .config-filter {
  margin-top: 0px;
}

.ymap-show-filters-button {
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-color: #fff;
  background-image: url("/img/icons/equalizer_filter_filtering_mixer_sorting_icon_123287.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}

.ymaps-2-1-79-float-button.ymap-show-filters-button.active {
  background-color: #ffeba0;
}

ymaps.ymaps-2-1-79-float-button.ymaps-2-1-79-_hidden-text.ymaps-2-1-79-_checked {
  background-color: #ffeba0 !important;
}
