@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(get-svg-url('checkmark', $user-variables: (fill: 'tomato')));
* Example: background-image: url(get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink')));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.mobile-menu-wrapper {
  overflow: hidden;
}
.mobile-menu-wrapper .mobile-menu {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}
.mobile-menu-wrapper .mobile-menu li {
  list-style: none;
  margin-bottom: 20px;
  cursor: pointer;
  color: #000;
}
.mobile-menu-wrapper .mobile-menu li:last-of-type {
  margin-bottom: 0;
}
.mobile-menu-wrapper .mobile-menu li a {
  line-height: 1.6;
  color: #000;
  text-decoration: none;
}
.mobile-menu-wrapper .mobile-menu__parent-item.parent:not(:has(~ .mobile-menu__parent-item.parent)) {
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .mobile-menu-wrapper .mobile-menu__parent-item.parent:not(:has(~ .mobile-menu__parent-item.parent)) {
    padding-bottom: 32px;
  }
}
.mobile-menu-wrapper .mobile-menu__parent-item > div {
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-wrapper .mobile-menu__parent-item .go-back-btn {
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding-bottom: 24px;
  border-bottom: 2px solid #e4e4e4;
}
.mobile-menu-wrapper .mobile-menu li.mobile-menu__sub-item a {
  color: #000;
}
.mobile-menu-wrapper .mobile-menu .subitems {
  position: absolute;
  right: -100vw;
  top: 0;
  width: 100%;
  transition: right 300ms ease-in;
  background: #fff;
  padding-left: 0;
  padding-bottom: 24px;
}
.mobile-menu-wrapper .mobile-menu .subitems.shown {
  z-index: 999;
  right: 0;
}
.mobile-menu-wrapper .mobile-menu--banners {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  order: 2;
}
@media (min-width: 768px) {
  .mobile-menu-wrapper .mobile-menu--banners {
    padding-top: 40px;
  }
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 260px;
  height: 200px;
  padding: 16px;
  border-radius: 12px;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 18'%3e%3cpath d='M-1.143 8.694h20m0 0-8.203 8.202m8.203-8.202L10.696.532' stroke='%23444444' stroke-width='2'/%3e%3c/svg%3e");
  width: 20px;
  height: 17px;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.tg {
  height: auto;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.tg:before {
  display: none;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.blue {
  background: linear-gradient(86.98deg, #33ABEA 0%, #30A9E6 100%);
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.blue:hover:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 18'%3e%3cpath d='M-1.143 8.694h20m0 0-8.203 8.202m8.203-8.202L10.696.532' stroke='%23000' stroke-width='2'/%3e%3c/svg%3e");
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.blue:hover span.white {
  color: #000;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.gray {
  background-color: #AAAAAA;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.gray:hover:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 18'%3e%3cpath d='M-1.143 8.694h20m0 0-8.203 8.202m8.203-8.202L10.696.532' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.gray:hover span.black {
  color: #fff;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.pink {
  background-color: #FF9697;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.pink:hover:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 18'%3e%3cpath d='M-1.143 8.694h20m0 0-8.203 8.202m8.203-8.202L10.696.532' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.pink:hover span.black {
  color: #fff;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner.white:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 21 18'%3e%3cpath d='M-1.143 8.694h20m0 0-8.203 8.202m8.203-8.202L10.696.532' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 153px;
  max-height: 153px;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner span {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner span.black {
  color: #000;
}
.mobile-menu-wrapper .mobile-menu--banners .menu-banner span.white {
  color: #fff;
}
