

/* Start:/local/components/bokus/mainpage.offer/templates/.default/style.css?17851629475441*/
.ticker {
  height: 43px;
  background-color: #333333;
  color: #ffffff;
  overflow: hidden;
  display: flex;
}
.ticker__item {
  position: relative;
  float: right;
  font-weight: bold;
  font-size: 18px;
  line-height: 43px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 5px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.ticker__item:hover {
  color: #C4C4C4;
}

.offer {
  position: relative;
  display: flex;
  overflow: hidden;
}
.offer__content {
  display: flex;
  flex-direction: column;
  width: 33%;
  position: relative;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
  background-color: white;
  padding: clamp(48px, 3.13vw, 60px);
  border-radius: 48px;
}
.offer__title {
  font-weight: bold;
  font-size: clamp(44px, 2.92vw, 56px);
  line-height: 1.3;
  margin-bottom: 26px;
  color: #356BCD;
}
.offer__description {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 40px;
}
.offer__btns {
  margin-top: auto;
}

.offer__btn{
  background-color: rgba(53, 107, 205, 1);
  width: 100%;
  color: white;
  border-radius: clamp(16px, 1.25vw, 24px);
  display: flex;
  min-height: 40px;
  height: clamp(64px, 4.17vw, 80px);
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: clamp(24px, 1.88vw, 36px);
  text-decoration: none;
  transition: all .3s;
}

.offer__btn:hover {
  background-color: rgba(2, 70, 193, 1);
}

.offer__btn:active {
  background-color: rgba(2, 56, 154, 1);
}

.offer__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: black;
  border-radius: clamp(56px, 3.33vw, 64px);
  padding: clamp(12px, 1.04vw, 20px);
  margin-top: clamp(20px, 2.60vw, 50px);
  min-height: clamp(560px, 36.46vw, 700px);
}

.offer__image {
  flex: 1;
  min-width: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 48px;
}
.offer__links {
  width: 33%;
  flex: 0 0 auto;
}
.offer__link {
  height: 50%;
  padding: clamp(44px, 2.86vw, 55px);
  position: relative;
  background-color: #FE6E53;
  border-radius: 48px;
  color: white;
}

.offer__link:nth-child(2) {
  background-color: white;
  color: #2F3540;
}

.offer__link-title {
  font-weight: bold;
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: clamp(17px, 1.82vw, 35px);
}

.offer__link-description {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.4;
}

.offer__link-link {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 1440px) {
  .offer {
    padding: 20px 0;

  }

  .offer__row {
    padding: clamp(8px, 0.83vw, 12px);
    border-radius: clamp(28px, 3.89vw, 56px);
    min-height: clamp(340px, 38.89vw, 560px);
  }

  .offer__links {
    
  }

  .offer__link {
    border-radius: clamp(20px, 3.33vw, 48px);
    padding: clamp(32px, 3.33vw, 48px);
  }

  .offer__link-title {
    margin-bottom: 17px;
    font-size: clamp(28px, 3.06vw, 44px);
  }
  .offer__title {
    font-size: clamp(28px, 3.06vw, 44px);
    font-weight: bold;
    margin-bottom: 30px;
  }
  .offer__description {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .offer__content {
    padding: clamp(32px, 3.33vw, 48px);
    border-radius: clamp(20px, 3.33vw, 48px);
    
  }
  .offer__image {
    border-radius: clamp(20px, 3.33vw, 48px);
  }
  .offer__image::before {
    width: 278px;
    height: 147px;
    z-index: 2;
    left: -206px;
    bottom: 0px;
  }

  .offer__btn {
    height: clamp(48px, 4.44vw, 64px);
    font-size: clamp(16px, 1.67vw, 24px);
  }
  .ticker {
    height: auto;
  }
  .ticker__item {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 5px;
  }
}
@media (max-width: 1199.9px) {
  .offer {
    padding: 15px;
  }

  .offer__content {
    width: 50%;
  }

  .offer__links {
    display: none;
  }

  .offer__image {
    width: 420px;
  }
  .offer__image::before {
    width: 162px;
    height: 86px;
    z-index: 2;
    left: -90px;
    bottom: 0px;
  }
  .offer__title {
    margin-bottom: 20px;
  }
  .offer__description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991.9px) {
  .offer {
    min-height: 449px;
    padding: 10px 0;
  }
  .offer__image {

  }
  .offer__title {
    margin-bottom: 20px;
  }
  .offer__description {
    margin-bottom: 20px;
  }
  .offer__content {
    padding: 20px 15px;
  }
  .ticker__item {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 767.9px) {
  .offer {
    min-height: 360px;
  }
  .offer__image {
  }
}

@media (min-width: 576px) {
  .hide-desktop {
    display: none;
  }
}

@media (max-width: 575.9px) {
  .offer {
    padding: 20px 0;
    min-height: 372px;
  }

  .offer__row {
    flex-direction: column;
    min-height: 448px;
  }

  .offer__content {
    width: 100%;
    padding: 20px;
  }
  .offer__title {
    font-size: clamp(20px, 4.23vw, 24px);
    margin-bottom: 10px;
  }

  .offer__image {
    width: 100%;
    background-position: center;
  }
  .offer__image::before {
    content: none;
  }
  .hide-mobile-main {
    display: none;
  }
  .offer__btn {
    color: #ffffff !important;
  }

  .offer__description {
    margin-bottom: 0;
  }

  .offer__image {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .ticker {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/mainpage.cat/templates/.default/style.css?1783415427773*/
 .cat__body .filter-tabs__item{
    background-color: white;
    border-radius: 999px;
    padding: 7px 15px;
    color: #6790DA;
    font-size: 24px !important;
    margin-right: 10px !important;
    font-weight: 500 !important;
}

.cat__body .filter-tabs__item:hover {
    color: #356BCD;
}

.cat__body .filter-tabs__item--active:hover {
    color: white;
}

.cat__body .filter-tabs__item--active {
    background-color: #356BCD;
    color: white;
}

.cat__block .title {
    color: #356BCD;
    font-size: 32px;
}

.responsive-slider__next, .responsive-slider__prev {
    display: none !important;
}

@media (max-width: 575.9px) {
     .cat__body .filter-tabs__item {
        font-size: 18px;
        padding: 5px 12px;
     }
}



/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/catalog.item/templates/.default/style.css?178341452540*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/partner.banners/templates/.default/style.css?17834154273662*/
.section-partnerBanners {
  padding: 80px 0;
  overflow: hidden;
}

.partner-banner {
  display: flex;
  color: #333333;
  height: clamp(280px, 31.25vw, 600px);
}
.partner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(100deg, rgba(0, 184, 255, 0.6) 0%, rgba(255, 0, 184, 0.3) 100%);
}
.partner-banner.no-before::before {
  content: none;
}
.partner-banner__content {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: clamp(60px, 3.91vw, 75px);
  display: flex;
  flex-direction: column;
}

.partner-banner__image {
  height: 100%;
  width: 100%;
}

.partner-banner__image img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 200px;
  object-fit: cover;
}
.partner-banner__title {
  font-weight: bold;
  font-size: clamp(32px, 2.92vw, 56px);
  line-height: 1.2;
  margin-bottom: 30px;
}
.partner-banner__description {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}
.partner-banner__btn {
  min-width: 223px;
  width: 100%;
}
@media (min-width: 1200px) {
  .partner-banner.top-left .partner-banner__content {
    align-items: flex-start;
  }
  .partner-banner.top-right .partner-banner__content {
    align-items: flex-end;
    text-align: right;
  }
  .partner-banner.bottom-left .partner-banner__content {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .partner-banner.bottom-right .partner-banner__content {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .partner-banner.top-right::before, .partner-banner.bottom-right::before {
    background-image: linear-gradient(256.15deg, rgba(0, 184, 255, 0.32) 0%, rgba(255, 0, 184, 0.19) 100%);
  }
}

.partners-carousel {
  position: relative;
}

.partners-carousel__slide {
  border-radius: 40px;
  overflow: hidden;
}

.partners-carousel__slide:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .partners-carousel__slide:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 1440px) {
  .partner-banner {
    min-height: 217px;
    height: clamp(280px, 34.72vw, 500px);
  }
  .partner-banner__content {
    padding: clamp(32px, 4.17vw, 60px);
  }
  .partner-banner__title {
    margin-bottom: 20px;
    font-size: clamp(32px, 3.89vw, 56px);
  }
  .partner-banner__description {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .partner-banner__btn {
    min-width: auto;
  }

  .partners-carousel__slide {
    border-radius: clamp(28px, 3.33vw, 48px);
  }
}
@media (max-width: 1199.9px) {
  .partner-banner {
    min-height: 200px;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
  }
  .partner-banner__content {
    color: #ffffff;
    display: flex;
    flex-direction: column;
  }
  .partner-banner__title {
    margin-bottom: 10px;
  }
  .partner-banner__description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width:767.9px) {
  .partners-carousel__slide {
    border-radius: clamp(20px, 3.65vw, 28px);
  }

  .partner-banner__title {
    font-size: clamp(24px, 4.17vw, 32px);
  }
}

@media (max-width: 575.9px) {
  .partner-banner {
    height: 320px;
  }
  .partner-banner__title {
    margin-bottom: 15px;
  }
  .partner-banner__description {
    margin-bottom: 15px;
  }
  .partner-banner__btn {
    min-width: 200px;
  }

  .partner-banner__image img {
    object-position: right;
  }

  .partner-banner__content {
    text-align: center;
    padding: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/mainpage.banner/templates/.default/style.css?17851629473069*/
.section-banner {
  padding: 80px 0;
}

.main-banner {
  display: flex;
  height: clamp(280px, 31.25vw, 600px);
  padding: clamp(60px, 3.91vw, 75px);
  color: #ffffff;
  border-radius: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: #356BCD;
}

.main-banner__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main-banner.top-left {
  align-items: flex-start;
}
.main-banner.top-right {
  justify-content: flex-end;
  text-align: right;
}
.main-banner.bottom-left {
  align-items: flex-end;
}
.main-banner.bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.main-banner__title {
  font-weight: bold;
  font-size: 56px;
  font-size: clamp(32px, 2.92vw, 56px);
  max-width: 600px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.main-banner__description {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 28px;
  margin-bottom: 30px;
}
.main-banner__btn {
  min-width: 223px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(2, 70, 193, 1);
  margin-top: auto;
  transition: all .3s;
}

.main-banner__btn:hover {
  background-color: rgba(240, 244, 251, 1);
}

.main-banner__btn:active {
  background-color: rgba(214, 225, 245, 1);
  color: rgba(53, 107, 205, 1);
}

@media (max-width: 1440px) {
  .main-banner {
    min-height: 280px;
    height: clamp(280px, 34.72vw, 500px);
    padding: clamp(32px, 4.17vw, 60px);
    border-radius: clamp(28px, 3.33vw, 48px);
  }
  .main-banner__title {
    max-width: clamp(290px, 41.67vw, 600px);
    font-size: clamp(32px, 3.89vw, 56px);
    margin-bottom: clamp(12px, 1.39vw, 20px);
  }
  .main-banner__description {
    font-size: clamp(18px, 1.67vw, 24px);
    margin-bottom: clamp(12px, 1.39vw, 20px);
  }
  .btn.main-banner__btn {
    max-width: clamp(170px, 27.78vw, 400px);
    font-size: clamp(16px, 1.67vw, 24px);
    height: clamp(48px, 4.44vw, 64px);
  }
}
@media (max-width: 1199.9px) {
  .main-banner {
    min-height: 217px;
    justify-content: center !important;
    align-items: center !important;
    position: relative;
  }
  .main-banner__content {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main-banner__title {
    margin-bottom: 12px;
  }
  .main-banner__description {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.9px) {
  .main-banner {
    height: 280px;
    border-radius: clamp(20px, 3.65vw, 28px);
    background-position: center;
  }

  .main-banner__title {
    font-size: clamp(24px, 4.17vw, 32px);

  }
}

@media (max-width: 575.9px) {
  .main-banner {
    height: 320px;
    padding: 20px;
    background-position: right;
  }

  .main-banner__content {
    align-items: center;
  }

  .main-banner__title {
    margin-bottom: 10px;
    text-align: center;
  }
  .main-banner__description {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .btn.main-banner__btn {
    min-width: 200px;
    max-width: 100%;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/mainpage.brands/templates/.default/style.css?17851629473838*/
.main-brands {
  position: relative;
  overflow: hidden;
}
.main-brands__inner {
  position: relative;
  background-color: #2F3540;
  border-radius: clamp(56px, 3.33vw, 64px);
  overflow: hidden;
  padding: clamp(12px, 1.04vw, 20px);
}

.main-brands__container {
  position: relative;
}

.main-brands__container .row {
  margin: 0;
}

.main-brands__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 989px;
  background: linear-gradient(256.15deg, rgba(255, 0, 184, 0.1) 0%, rgba(0, 184, 255, 0.1) 100%), #FFFFFF;
}
.main-brands__title {
  font-weight: bold;
  font-size: clamp(28px, 2.29vw, 44px);
  line-height: 46px;
  margin-bottom: 20px;
}
.main-brands__description {
  margin-bottom: 150px;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.8;
}
.main-brands__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  padding: clamp(20px, 3.13vw, 60px);
  min-height: 491px;
  background-color: white;
  border-radius: 48px;
}

.btn.main-brands__btn {
  margin-top: auto;
  background-color: rgba(243, 243, 244, 1);
  color: rgba(47, 53, 64, 1) !important;
  transition: all .3s;
}

.btn.main-brands__btn:hover {
  background-color: rgba(222, 223, 224, 1);
}

.btn.main-brands__btn:active {
  background-color: rgba(192, 194, 197, 1);
  
}

.main-brands__image {
  border-radius: 48px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.main-brands__image img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
}
.main-brands__ticker {
  overflow: hidden;
  display: flex;
  background-color: #262A33;
  border-radius: 999px;
  padding: 30px 0;
}
.main-brands__ticker-item {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.05em;
  margin-right: 80px;
  color: #FE6E53;
  text-wrap: nowrap;
  display: block;
  float: left;
  text-decoration: none;
}


@media (max-width: 1440px) {
  .main-brands__inner  {
    border-radius: clamp(28px, 3.89vw, 56px);
  }
  .main-brands__content {
    border-radius: clamp(20px, 3.33vw, 48px);
  }
  .main-brands__title {

  }
  .main-brands__description {
    margin-bottom: 60px;
  }
  .main-brands__ticker {
    bottom: 60px;
    padding: clamp(10px, 2.08vw, 30px) 0 clamp(10px, 2.08vw, 30px) 0;
  }
  .main-brands__ticker-item {
    font-size: clamp(16px, 1.67vw, 24px);
    margin-right: clamp(40px, 5.56vw, 80px);
  }
  .main-brands__image {
    border-radius: clamp(20px, 3.33vw, 48px);
  }
  .main-brands__container::before {
    width: 648px;
  }
}
@media (max-width: 1199.9px) {
  .main-brands__container::before {
    width: 100%;
  }
  .main-brands__content {
    
  }
  .main-brands__description {
    margin-bottom: 60px;
    font-size: 16px;
    padding-right: 15px;
  }
  .main-brands__ticker {
    bottom: 40px;
  }
  .main-brands__image {

  }
}
@media (max-width: 767.9px) {
  .main-brands__title {
    margin-bottom: 10px;
  }

  .main-brands__inner {
    padding: 6px;
    border-radius: 20px;
  }

  .main-brands__description {
    font-size: clamp(14px, 2.08vw, 16px);
    margin-bottom: 20px;
  }
  .main-brands__image {
    min-height: clamp(220px, 52.08vw, 400px);
    border-radius: 16px;
  }
  .main-brands__content {
      min-height: clamp(280px, 52.08vw, 400px);
      border-radius: 16px;
  }
  .main-brands__container::before {
    left: -15px;
    right: -15px;
    width: auto;
  }
  .main-brands__ticker {
    border-radius: 16px;
  }
}

@media (max-width: 575.9px ) {
  .btn.main-brands__btn {
    max-width: 100%;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/mainpage.star/templates/.default/style.css?17834154273640*/
.main-star__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 15px;
}
.main-star__image {
  flex: 1;
  background-color: #ffffff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.main-star__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-star__content {
  display: flex;
  height: 773px;
  position: relative;
}
.main-star__btn-wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-star__btn {
  min-width: 200px;
}
.main-star__product {
  display: flex;
}
.main-star__product .product-card {
  width: 553px;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 30px;
  padding-bottom: 38px;
  height: auto;
  min-height: auto;
}
.main-star__product .product-card__image {
  height: 565px;
}
.main-star__product .product-card__price {
  font-size: 32px;
  line-height: 41px;
}
.main-star__product .product-card__title {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.main-star__product .product-card__price-current, .main-star__product .product-card__price-old {
  font-size: 32px;
  line-height: 40px;
}
.main-star__product .product-card__price-old {
  margin-right: 20px;
}
.main-star__product .product-card__button {
  margin-left: 25px;
}
.main-star__product .product-card__button svg {
  width: 40px;
  height: 40px;
}
.main-star__product .product-card .product-label {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 1440px) {
  .main-star__content {
    height: 532px;
  }
  .main-star__product .product-card {
    padding: 20px;
    width: 380px;
  }
  .main-star__product .product-card__image {
    height: 368px;
    margin-bottom: 20px;
  }
  .main-star__product .product-card__button {
    width: 32px;
    height: 32px;
  }
  .main-star__product .product-card__button svg {
    width: 32px;
    height: 32px;
  }
  .main-star__product .product-card__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    height: 56px;
  }
  .main-star__product .product-card__price-old, .main-star__product .product-card__price-current {
    font-size: 22px;
    line-height: 28px;
  }
  .main-star__product .product-card__price-old {
    margin-right: 15px;
  }
  .main-star__product .product-card .product-label {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 1199.9px) {
  .main-star__content {
    height: 308px;
  }
  .main-star .product-card {
    width: 223px;
    padding: 15px;
    margin-right: 10px;
  }
  .main-star .product-card__title {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
  .main-star .product-card__image {
    height: 209px;
  }
  .main-star .product-card__price-current, .main-star .product-card__price-old {
    font-size: 14px;
    line-height: 18px;
  }
  .main-star .product-card__price-old {
    margin-right: 10px;
  }
  .main-star .product-card__button {
    width: 24px;
    height: 24px;
    margin-left: 0;
  }
  .main-star .product-card__button svg {
    width: 24px;
    height: 24px;
  }
  .main-star .product-card__labels {
    right: 60px;
  }
  .main-star .product-card .product-label {
    font-size: 14px;
    line-height: 18px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .main-star .product-card .product-label--discount {
    padding: 4px;
  }
}
@media (max-width: 575.9px) {
  .main-star__content {
    height: 220px;
  }
  .main-star__product {
    display: none;
  }
  .main-star__btn-wrapper {
    display: flex;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/mainpage.stock/templates/.default/style.css?178341452540*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/shoplist/templates/stellest/style.css?17834154274221*/
@charset "UTF-8";

/* Адреса салонов */
.section-salons {
  padding: 80px 0;
}

.stellest-shoplist__title .title {
  font-size: 32px;
  font-weight: 700;
  color: #356BCD;
  line-height: 100%;
}

@media (max-width: 1000px) {
  .stellest-shoplist__title .title {
    font-size: 35px;
  }
}

@media (max-width: 860px) {
  .stellest-shoplist__title .title {
    font-size: 25px;
  }
}

.salons__city {
  margin-bottom: 35px;
  position: relative;
}

.salons__city__content {
  overflow: hidden;
}

.salons__city .swiper-slide {
  width: auto;
}

.salons__city .swiper-button-prev {
  left: 0;
}

.salons__city .swiper-button-next {
  right: 0;
}

.salons__city-item {
  margin-right: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  color: #356BCD;
  cursor: pointer;
  padding: 7px 15px;
  border-radius: 999px;
  margin-right: 8px;
  background-color: white;
}

.salons__city-item:last-child {
  margin-right: 0;
}

.salons__city-item--active {
  color: white;
  background-color: #356BCD;
}

.salons__content {
  display: flex;
  overflow: hidden;
  height: 734px;
  gap: 20px;
}

.salons__map {
  width: 991px;
  border-radius: clamp(20px, 2.50vw, 48px);
  flex: 0 0 calc(65% - (20px * 0.35));
}

.salons__address {
  position: relative;
  flex: 1;
  min-width: 0;
  border-radius: clamp(20px, 2.50vw, 48px);
  background-color: white;
  padding: clamp(20px, 2.50vw, 48px) clamp(20px, 2.50vw, 48px) 0px clamp(20px, 2.50vw, 48px);
  flex: 0 0 calc(35% - (20px * 0.65));

}

.salons__address:hover::after {
  opacity: 0;
  visibility: hidden;
}

.salons__address-item {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 23px;
  padding: 15px 30px;
}

.salons__address-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #DEDFE0;
  bottom: 0;
  left: 0
}

.salons__address-item-address {
  font-size: 18px;
  color: #356BCD;
  font-weight: 600;
  margin-bottom: 16px !important;
}

.salons__shop-data-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.salons__shop-data-column {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.salons__shop-data-row-text {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
}

.salons__address-item a {
  text-decoration: none;
}

.salons__address-item a:hover {
  text-decoration: underline;
}

.salons__address-item>div {
  margin-bottom: 10px;
}


@media (max-width: 1440px) {
  .section-salons {
    padding: 50px 0;
  }

  .salons__content {
    height: 509px;
  }

  .salons__map {
    width: 688px;
  }

  .salons__city {
    margin-bottom: 30px;
  }

  .salons__city__item {
    font-size: 18px;
    line-height: 23px;
  }

  .salons__city-item {
    font-size: 18px;
    line-height: 23px;
  }

  .salons__address-item {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1199.9px) {
  .salons__content {
    height: 300px;
  }

  .salons__map {
    width: 50%;
  }

  .salons__city {
    margin-bottom: 30px;
  }

  .salons__city-item {}

  .salons__address {
    width: 50%;
  }

  .salons__address-item {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
  }

  .salons__city-prev,
  .salons__city-next {
    display: none !important;
  }
}

@media (max-width: 991.9px) {
  .salons__city {
    display: flex;
    margin-bottom: 20px;
  }

  .salons__city-item {}
}

@media (max-width: 767.9px) {
  .simplebar-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .simplebar-content::before {
    display: none !important;
  }

  .salons__content {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .salons__address {
    width: 100%;
  }

  .salons__map {
    min-height: 400px;
    width: 100%;
  }
}

@media (max-width: 575.9px) {
  .section-salons {
    padding: 25px 0;
  }

  .salons__city {
    margin-bottom: 20px;
  }

  .salons__city-item {
    font-size: 16px;
  }

  .simplebar-content {
    height: clamp(300px, 86.81vw, 500px);
  }

  .salons__map {
    width: 100%;
  }

  .salons__address {}

  @media (max-width: 479.9px) {
    .simplebar-content {
      grid-template-columns: 1fr;
      height: auto;
    }
  }
}

/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/bokus/advantages/templates/mainpage/style.css?17834154272720*/
.advantages-main {
  display: flex;
  justify-content: space-between;
}

.advantages-inner {
  border-radius: 64px;
  padding: 20px;
  background-color: #2F3540;
}

.advantages-inner .block {
  background-color: white;
  border-radius: clamp(20px, 2.50vw, 48px);
  padding: clamp(32px, 3.33vw, 64px);
}

.advantages-inner .block__body {
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.4em;
}

.advantages-main__item {
  flex: 1;
  background-color: #F0F4FB;
  border-radius: 48px;
  padding: clamp(50px, 3.33vw, 64px) 20px clamp(50px, 3.33vw, 64px) clamp(50px, 3.33vw, 64px);
}
.advantages-main__item:last-child {
  padding-right: 0;
}
.advantages-main__image {
  margin-bottom: 20px;
}
.advantages-main__image img, .advantages-main__image svg {
  height: 40px;
  width: auto;
}
.advantages-main__title {
  max-width: 220px;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

.advantages-inner .title {
  color: #2F3540;
  font-size: clamp(28px, 2.29vw, 44px);
}

@media (max-width: 1440px) {
  .advantages-main__title {
    font-size: 16px;
    line-height: 20px;
  }
  .advantages-main__image img {
    height: 36px;
  }

  .advantages-main__image {
    margin-bottom: 10px;
  }

  .advantages-main__item { 
    border-radius: clamp(32px, 3.33vw, 48px) ;
  }
}
@media (max-width: 1199.9px) {
  .advantages-inner .block__title {
    text-align: start;
  }
  .advantages-inner {
    border-radius: 28px;
    padding: 8px;
  }
  .advantages-main {
    flex-wrap: wrap;

  }
  .advantages-main__item {
    padding: 0 32px;
    flex: none;
    width: 100%;
    min-height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .advantages-main__title {
    font-size: 16px;
    max-width: 100%;
  }
  .advantages-main__image {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 575.9px) {
  .advantages-inner .block {
    padding: 22px;
  }
  .advantages-inner .block__body {
    font-size: 14px;
  }

  .advantages-inner .block__head {
    margin-bottom: 10px;
  }

  .advantages-inner .title {
    font-size: 18px;
  }

  .advantages-main__item {
    width: 100%;
    padding: 12px 22px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
  .advantages-main__item:last-child {
    margin-bottom: 0;
  }
  .advantages-main__title {
    text-align: left;
  }
  .advantages-main__image {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 10px;
    flex: 0 0 auto;
  }
  .advantages-main__image img {
    width: 40px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/bokus/mainpage.about/templates/.default/style.css?178341452540*/


/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/bokus/mainpage.offer/templates/.default/style.css?17851629475441 */
/* /local/components/bokus/mainpage.cat/templates/.default/style.css?1783415427773 */
/* /local/components/bokus/catalog.item/templates/.default/style.css?178341452540 */
/* /local/components/bokus/partner.banners/templates/.default/style.css?17834154273662 */
/* /local/components/bokus/mainpage.banner/templates/.default/style.css?17851629473069 */
/* /local/components/bokus/mainpage.brands/templates/.default/style.css?17851629473838 */
/* /local/components/bokus/mainpage.star/templates/.default/style.css?17834154273640 */
/* /local/components/bokus/mainpage.stock/templates/.default/style.css?178341452540 */
/* /local/components/bokus/shoplist/templates/stellest/style.css?17834154274221 */
/* /local/components/bokus/advantages/templates/mainpage/style.css?17834154272720 */
/* /local/components/bokus/mainpage.about/templates/.default/style.css?178341452540 */
