

/* Start:/local/templates/templ_main/components/tesser/slider/upline_main_slider/mainSlider.css?16874225635757*/
.mainSlider {
  width: 100%;
  padding-top: 44%;
  background-color: var(--primaryColor-100);
  vertical-align: top;
  display: inline-block;
  position: relative;
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  will-change: contents;
  overflow: hidden;
  z-index: 1;
}
.mainSlider__slide {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  opacity: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0) scale3d(1.3, 1.3, 1);
  transition: transform 0.35s 0s ease, z-index 0s 0.35s ease, opacity 0.5s 0s ease;
}
.mainSlider__slide.active {
  opacity: 1;
  z-index: 2;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.35s 0s ease, z-index 0s 0s ease, opacity 0.5s 0s ease;
}
.mainSlider__img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1250px;
  min-width: 100%;
  height: 550px;
  min-height: 100%;
  margin: auto;
  position: absolute;
}
.mainSlider__link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.mainSlider__text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 8% 9%;
  color: #fff;
  box-shadow: inset 300px -7px 250px 5px #181b1d;
  position: absolute;
}
.mainSlider__title {
  width: 100%;
  max-width: 750px;
  font-size: 70px;
  font-weight: 600;
}
.mainSlider__title--medium {
  font-size: 54px;
}
.mainSlider__desc {
  width: 100%;
  max-width: 300px;
  margin: 1% 0 5% 0;
  font-size: 18px;
  line-height: 24px;
}
.mainSlider__btn {
  border-color: #fff;
  color: #fff;
}
.mainSlider__pag {
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 9% 5% 9%;
  position: absolute;
  transition: opacity 0.3s ease-in;
  z-index: 3;
}
.mainSlider__pagProgress {
  width: 100%;
  height: 2px;
  margin: 0 0 20px 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.2s ease-out;
  position: relative;
  pointer-events: none;
}
.mainSlider__pagName {
  max-height: 36px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s ease-out;
  pointer-events: none;
}
.mainSlider__pagItem {
  width: 100%;
  max-width: 20%;
  margin: 0 6.6% 0 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}
.mainSlider__pagItem.active .mainSlider__pagProgress::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  z-index: 1;
  animation-name: progress;
  animation-fill-mode: both;
  animation-duration: 5s;
}
.mainSlider__pagItem:hover .mainSlider__pagProgress {
  background-color: #fff;
}
.mainSlider__pagItem.active .mainSlider__pagName {
  color: #fff;
}
.mainSlider__pagItem:hover .mainSlider__pagName {
  color: #fff;
}
.mainSlider__pagItem:active {
  background: transparent;
}
.mainSlider__pagItem:last-child {
  margin-right: 0;
}
.mainSlider__pag-dot {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.mainSlider__pag-dotItem {
  width: 70px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  /*background-color: #c1c1c1;*/
  transition: background-color 0.2s ease-out;
  position: relative;
  overflow: hidden;
}
.mainSlider__pag-dotItem.active::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  z-index: 1;
  animation-name: progress;
  animation-fill-mode: both;
  animation-duration: 5s;
  margin-top: 6px;
}
.mainSlider__pag-dotItem::after {
  content: "";
  display: flex;
  width: 100%;
  height: 2px;
  background-color: #c1c1c1;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.mainSlider.loading .mainSlider__pag {
  opacity: 0;
}
.mainSlider.pause .mainSlider__pagProgress::before {
  animation-duration: 0s;
}

@keyframes progress {
  to {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1280px) {
  .mainSlider__text {
    padding: 6% 7%;
  }
  .mainSlider__title--medium {
    font-size: 42px;
  }
  .mainSlider__pag {
    padding: 0 7% 5% 7%;
  }
  .mainSlider__pagItem {
    max-width: 22%;
    margin: 0 4% 0 0;
  }
}
@media (min-width: 1024px) {
  .mainSlider--small {
    padding-top: 30%;
  }
  .mainSlider--small .mainSlider__text {
    padding: 5%;
  }
}
@media (min-width: 768px) {
  .mainSlider--small .mainSlider__pag {
    max-width: 35%;
    left: auto;
    padding: 0 5% 3% 5%;
  }
}
@media (max-width: 1024px) {
  .mainSlider__title {
    font-size: 60px;
  }
  .mainSlider__title--medium {
    font-size: 44px;
  }
  .mainSlider__text {
    padding: 5% 6%;
  }
  .mainSlider__pag {
    padding: 0 6% 4% 6%;
  }
  .mainSlider__pagName {
    display: none;
  }
  .mainSlider__pagProgress {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  .mainSlider {
    padding-top: 70%;
  }
  .mainSlider__title--medium {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .mainSlider {
    padding-top: 120%;
  }
  .mainSlider__title {
    padding-top: 20px;
    font-size: 40px;
  }
  .mainSlider__title--medium {
    font-size: 30px;
  }
  .mainSlider__desc {
    margin: 6% 0 12% 0;
    font-size: 16px;
  }
  .mainSlider__text {
    box-shadow: inset 200px 50px 150px 50px rgba(24, 27, 29, 0.85);
  }
  .mainSlider__img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .mainSlider {
    animation-fill-mode: both;
    animation-duration: 0.25s;
    animation-name: slideUp;
  }
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineMainBanner.css?16874225633537*/
.upline-main-banner {
  margin: 30px 0 60px;
}
.upline-main-banner__inner {
  position: relative;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 5fr 2fr;
}
.upline-main-banner__item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 126px;
  border-radius: 16px;
}
.upline-main-banner__item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2705882353) 50%, rgba(0, 0, 0, 0.4705882353) 100%);
  opacity: 0.8;
  transition: opacity 0.3s;
}
.upline-main-banner__item_type_primary {
  overflow: visible;
  flex-direction: column;
  grid-row: span 2;
  height: 350px;
  min-height: 176px;
}
.upline-main-banner__item_type_primary::before {
  content: none;
}
.upline-main-banner__item_type_primary .mainSlider {
  padding-top: 350px;
  overflow: hidden;
  border-radius: 16px;
}
.upline-main-banner__item_type_primary .mainSlider__text {
  display: none;
}
.upline-main-banner__item_type_primary .mainSlider__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: left;
}
.upline-main-banner__item:hover:not(.upline-main-banner__item_type_primary)::before {
  opacity: 0.5;
}
.upline-main-banner__image-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.upline-main-banner__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: right;
}
.upline-main-banner__text {
  position: absolute;
  left: 30px;
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
}
.upline-main-banner__text_type_primary {
  top: 60px;
  left: 60px;
}
.upline-main-banner__text-title {
  font-size: 37px;
  font-weight: 700;
}
.upline-main-banner__text-colored {
  color: #f0af2d;
}
@media screen and (max-width: 1024px) {
  .upline-main-banner__inner {
    grid-gap: 16px;
  }
  .upline-main-banner__text {
    font-size: 16px;
  }
  .upline-main-banner__text_type_primary {
    top: 30px;
    left: 30px;
  }
  .upline-main-banner__text-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .upline-main-banner {
    margin: 10px 0 30px;
  }
  .upline-main-banner__inner {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .upline-main-banner__item_type_primary {
    grid-column-start: 1;
    grid-column-end: 3;
    height: auto;
  }
  .upline-main-banner__item_type_primary .mainSlider {
    padding-top: 240px;
  }
  .upline-main-banner__item_type_primary .mainSlider__img {
    height: auto;
  }
  .upline-main-banner__item_type_primary .mainSlider__pag-dot {
    display: block;
    position: absolute;
    bottom: 10px;
    z-index: 4;
  }
  .upline-main-banner__item_type_primary .mainSlider__pag-dotItem {
    width: 6px;
    height: 6px;
    background-color: #fff;
    opacity: 0.5;
  }
  .upline-main-banner__item_type_primary .mainSlider__pag-dotItem.active {
    opacity: 1;
  }
  .upline-main-banner__item_type_primary .mainSlider__pag-dotItem.active::before {
    content: none;
  }
  .upline-main-banner__text {
    bottom: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 560px) {
  .upline-main-banner__image-wrapper {
    max-height: 130px;
  }
}
@media screen and (max-width: 425px) {
  .upline-main-banner__item_type_primary .mainSlider {
    padding-top: 200px;
  }
}
@media screen and (max-width: 320px) {
  .upline-main-banner__item_type_primary .mainSlider {
    padding-top: 177px;
  }
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineAdvantages.css?16874225631392*/
.upline-advantages__inner {
  display: grid;
  grid-gap: 30px;
  align-items: flex-start;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
}
.upline-advantages__item {
  display: flex;
  grid-gap: 20px;
  font-size: 14px;
  line-height: 1.35;
}
.upline-advantages__icon {
  flex-shrink: 0;
}
.upline-advantages__icon img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.upline-advantages__text {
  max-width: 160px;
}
.upline-advantages .upline-advantages__text-colored {
  color: #007ddc;
  transition: color 0.3s;
}
.upline-advantages__text-colored:hover {
  color: #0060a9;
}
@media screen and (max-width: 1200px) {
  .upline-advantages__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .upline-advantages__item {
    justify-content: center;
  }
  .upline-advantages__item:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (max-width: 768px) {
  .upline-advantages__item {
    font-weight: 500;
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .upline-advantages__item {
    flex-direction: column;
    text-align: center;
  }
  .upline-advantages__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  .upline-advantages__text {
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .upline-advantages__inner {
    grid-gap: 20px;
  }
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineNowTrend.css?16874225637378*/
.mainSlider {
  width: 100%;
  padding-top: 44%;
  background-color: var(--primaryColor-100);
  vertical-align: top;
  display: inline-block;
  position: relative;
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  will-change: contents;
  overflow: hidden;
  z-index: 1;
}
.mainSlider__slide {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  opacity: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0) scale3d(1.3, 1.3, 1);
  transition: transform 0.35s 0s ease, z-index 0s 0.35s ease, opacity 0.5s 0s ease;
}
.mainSlider__slide.active {
  opacity: 1;
  z-index: 2;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.35s 0s ease, z-index 0s 0s ease, opacity 0.5s 0s ease;
}
.mainSlider__img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1250px;
  min-width: 100%;
  height: 550px;
  min-height: 100%;
  margin: auto;
  position: absolute;
}
.mainSlider__link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.mainSlider__text {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 8% 9%;
  color: #fff;
  box-shadow: inset 300px -7px 250px 5px #181b1d;
  position: absolute;
}
.mainSlider__title {
  width: 100%;
  max-width: 750px;
  font-size: 70px;
  font-weight: 600;
}
.mainSlider__title--medium {
  font-size: 54px;
}
.mainSlider__desc {
  width: 100%;
  max-width: 300px;
  margin: 1% 0 5% 0;
  font-size: 18px;
  line-height: 24px;
}
.mainSlider__btn {
  border-color: #fff;
  color: #fff;
}
.mainSlider__pag {
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0 9% 5% 9%;
  position: absolute;
  transition: opacity 0.3s ease-in;
  z-index: 3;
}
.mainSlider__pagProgress {
  width: 100%;
  height: 2px;
  margin: 0 0 20px 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.2s ease-out;
  position: relative;
  pointer-events: none;
}
.mainSlider__pagName {
  max-height: 36px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s ease-out;
  pointer-events: none;
}
.mainSlider__pagItem {
  width: 100%;
  max-width: 20%;
  margin: 0 6.6% 0 0;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
}
.mainSlider__pagItem.active .mainSlider__pagProgress::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  z-index: 1;
  animation-name: progress;
  animation-fill-mode: both;
  animation-duration: 5s;
}
.mainSlider__pagItem:hover .mainSlider__pagProgress {
  background-color: #fff;
}
.mainSlider__pagItem.active .mainSlider__pagName {
  color: #fff;
}
.mainSlider__pagItem:hover .mainSlider__pagName {
  color: #fff;
}
.mainSlider__pagItem:active {
  background: transparent;
}
.mainSlider__pagItem:last-child {
  margin-right: 0;
}
.mainSlider__pag-dot {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.mainSlider__pag-dotItem {
  width: 70px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  /*background-color: #c1c1c1;*/
  transition: background-color 0.2s ease-out;
  position: relative;
  overflow: hidden;
}
.mainSlider__pag-dotItem.active::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  z-index: 1;
  animation-name: progress;
  animation-fill-mode: both;
  animation-duration: 5s;
  margin-top: 6px;
}
.mainSlider__pag-dotItem::after {
  content: "";
  display: flex;
  width: 100%;
  height: 2px;
  background-color: #c1c1c1;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
.mainSlider.loading .mainSlider__pag {
  opacity: 0;
}
.mainSlider.pause .mainSlider__pagProgress::before {
  animation-duration: 0s;
}

@keyframes progress {
  to {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1280px) {
  .mainSlider__text {
    padding: 6% 7%;
  }
  .mainSlider__title--medium {
    font-size: 42px;
  }
  .mainSlider__pag {
    padding: 0 7% 5% 7%;
  }
  .mainSlider__pagItem {
    max-width: 22%;
    margin: 0 4% 0 0;
  }
}
@media (min-width: 1024px) {
  .mainSlider--small {
    padding-top: 30%;
  }
  .mainSlider--small .mainSlider__text {
    padding: 5%;
  }
}
@media (min-width: 768px) {
  .mainSlider--small .mainSlider__pag {
    max-width: 35%;
    left: auto;
    padding: 0 5% 3% 5%;
  }
}
@media (max-width: 1024px) {
  .mainSlider__title {
    font-size: 60px;
  }
  .mainSlider__title--medium {
    font-size: 44px;
  }
  .mainSlider__text {
    padding: 5% 6%;
  }
  .mainSlider__pag {
    padding: 0 6% 4% 6%;
  }
  .mainSlider__pagName {
    display: none;
  }
  .mainSlider__pagProgress {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  .mainSlider {
    padding-top: 70%;
  }
  .mainSlider__title--medium {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .mainSlider {
    padding-top: 120%;
  }
  .mainSlider__title {
    padding-top: 20px;
    font-size: 40px;
  }
  .mainSlider__title--medium {
    font-size: 30px;
  }
  .mainSlider__desc {
    margin: 6% 0 12% 0;
    font-size: 16px;
  }
  .mainSlider__text {
    box-shadow: inset 200px 50px 150px 50px rgba(24, 27, 29, 0.85);
  }
  .mainSlider__img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .mainSlider {
    animation-fill-mode: both;
    animation-duration: 0.25s;
    animation-name: slideUp;
  }
}
.upline-now-trend {
  --primaryColor-100: #fff;
  margin-top: 63px;
  margin-bottom: 66px;
}
.upline-now-trend__cell img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .upline-now-trend {
    margin: 40px 0;
  }
  .upline-now-trend__cells {
    margin-top: 16px;
  }
}
@media screen and (min-width: 769px) {
  .upline-now-trend__cells {
    overflow: hidden;
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(10, 1fr);
    border-radius: 8px;
    margin-top: 31px;
    max-height: 460px;
  }
  .upline-now-trend__cell {
    position: relative;
    border-radius: 0;
  }
  .upline-now-trend__cell::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    content: "";
    transition: opacity 0.3s;
  }
  .upline-now-trend__cell:hover::after {
    opacity: 0.3;
  }
  .upline-now-trend__cell_col_2 {
    grid-column: span 2;
  }
  .upline-now-trend__cell_col_3 {
    grid-column: span 3;
  }
  .upline-now-trend__cell_row_2 {
    grid-row: span 2;
  }
}
@media screen and (max-width: 768px) {
  .upline-now-trend__cells {
    display: flex;
    grid-gap: 10px;
    scroll-snap-type: x mandatory;
    margin-top: 20px;
    overflow-x: scroll;
  }
  .upline-now-trend__cell {
    overflow: hidden;
    max-width: 90%;
    max-height: 275px;
    border-radius: 8px;
    flex-shrink: 0;
    scroll-snap-align: center;
  }
  .upline-now-trend__cell:first-child {
    margin-left: 50vh;
  }
  .upline-now-trend__cell:last-child {
    margin-right: 15px;
  }
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplinePopular.css?16874225632012*/
.upline-popular__cells {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(10, 1fr);
  margin-top: 32px;
}
.upline-popular__cell {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  max-height: 207px;
}
.upline-popular__cell::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2705882353) 50%, rgba(0, 0, 0, 0.4705882353) 100%);
  opacity: 0.8;
  pointer-events: none;
  transition: all 0.3s;
}
.upline-popular__cell:hover::before {
  opacity: 1;
}
.upline-popular__image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.upline-popular .upline-popular__text {
  position: absolute;
  top: 36px;
  left: 42px;
  font-size: 21px;
  line-height: 1.3;
  color: #ffffff;
}
.upline-popular__text-primary {
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .upline-popular__cells {
    grid-gap: 12px;
  }
  .upline-popular__text {
    top: 25px;
    left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .upline-popular__text {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .upline-popular__cell_col_2 {
    grid-column: span 2;
  }
  .upline-popular__cell_col_3 {
    grid-column: span 3;
  }
  .upline-popular__cell_round_bottom-right {
    border-radius: 8px 8px 76px 8px;
  }
  .upline-popular__cell_round_top-right {
    border-radius: 8px 76px 8px 8px;
  }
  .upline-popular__cell_round_bottom-left {
    border-radius: 8px 8px 8px 76px;
  }
}
@media screen and (max-width: 768px) {
  .upline-popular__cells {
    grid-gap: 2px;
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
  .upline-popular__cell {
    max-height: 80px;
    border-radius: 0;
  }
  .upline-popular__cell:first-child {
    border-radius: 12px 12px 0 0;
  }
  .upline-popular__cell:last-child {
    border-radius: 0 0 12px 12px;
  }
  .upline-popular__text {
    top: 50%;
    transform: translate(0, -50%);
  }
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineVr.css?16874225631689*/
.upline-vr {
  margin: 70px 0;
}
.upline-vr__inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 70px 10px;
}
.upline-vr__content {
  position: absolute;
  left: 140px;
  max-width: 540px;
  display: grid;
  grid-gap: 36px;
}
.upline-vr__title {
  font-size: 37px;
  line-height: 1.3;
}
.upline-vr__sub-title {
  margin-top: 20px;
  font-size: 21px;
}
.upline-vr__desc {
  font-size: 17px;
  line-height: 1.47;
}
.upline-vr__image {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: right;
}
@media screen and (max-width: 1200px) {
  .upline-vr__content {
    left: 60px;
    grid-gap: 24px;
    max-width: 470px;
  }
}
@media screen and (max-width: 900px) {
  .upline-vr__content {
    left: 30px;
    grid-gap: 24px;
    max-width: 360px;
  }
  .upline-vr__title {
    font-size: 22px;
  }
  .upline-vr__sub-title {
    margin-top: 20px;
    font-size: 14px;
  }
  .upline-vr__desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .upline-vr {
    margin: 40px 0;
  }
  .upline-vr__inner {
    padding-top: 240px;
    border-radius: 12px;
    background-color: #f0f0f0;
  }
  .upline-vr__content {
    top: 30px;
    right: 30px;
    left: 30px;
    z-index: 1;
  }
  .upline-vr__image {
    object-position: bottom;
  }
  .upline-vr__picture {
    position: relative;
    display: flex;
    width: 100%;
  }
  .upline-vr__picture:after {
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    height: 280px;
    background: linear-gradient(to bottom, rgb(240, 240, 240), rgba(240, 240, 240, 0));
    content: "";
  }
}

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

/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineTile.css?16911417804194*/
.upline-tile__cells {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(9, 1fr);
  margin-top: 40px;
  margin-left: 150px;
}
.upline-tile__cell {
  position: relative;
  display: flex;
  overflow: hidden;
}
.upline-tile__cell img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
.upline-tile__cell-title {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 21px;
  color: #3f4b48;
  font-weight: 700;
}
.upline-tile__cell-title_color_white {
  color: #fff;
}
.upline-tile__desc-items {
  display: grid;
  grid-gap: 52px;
  margin-top: 45px;
}
.upline-tile__desc {
  display: flex;
  flex-direction: column;
}
.upline-tile__desc_type_first {
  padding-top: 18px;
}
.upline-tile__desc_type_second {
  margin-left: 23px;
  padding-top: 42px;
}
.upline-tile__desc_type_second .upline-tile__desc-items {
  grid-gap: 45px;
  margin-top: 45px;
}
.upline-tile__desc-title {
  font-weight: 700;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.upline-tile__desc-title:hover {
  border-color: #000;
}
.upline-tile__desc-item {
  display: flex;
  grid-gap: 26px;
  align-items: center;
  font-size: 17px;
}
.upline-tile__desc-icon {
  width: 60px;
  flex-shrink: 0;
}
.upline-tile__desc-icon img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1180px) {
  .upline-tile__cells {
    grid-gap: 20px;
  }
  .upline-tile__desc-item {
    grid-gap: 12px;
    font-size: 14px;
  }
  .upline-tile__desc-icon {
    max-width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .upline-tile__cells {
    grid-gap: 10px;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .upline-tile__cell {
    border-radius: 8px;
  }
  .upline-tile__cell_type_image {
    position: relative;
  }
  .upline-tile__cell_type_image::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .upline-tile__cell_type_image:hover::before {
    opacity: 0.3;
  }
  .upline-tile__cell_col_2 {
    grid-column: span 2;
  }
  .upline-tile__cell_col_3 {
    grid-column: span 3;
  }
  .upline-tile__cell_row_2 {
    grid-row: span 2;
  }
  .upline-tile__cell_start_col-2-3 {
    grid-column: 2/span 3;
  }
  .upline-tile__cell_round_bottom-right {
    border-radius: 8px 8px 76px 8px;
  }
  .upline-tile__cell_round_bottom-left {
    border-radius: 8px 8px 8px 76px;
  }
  .upline-tile__cell_round_top-right {
    border-radius: 8px 76px 8px 8px;
  }
  .upline-tile__cell_round_top-left {
    border-radius: 76px 8px 8px 8px;
  }
  .upline-tile__cell-title_align_right {
    left: auto;
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .upline-tile__title {
    display: none;
  }
  .upline-tile__cells {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
  .upline-tile__cell {
    max-height: 144px;
  }
  .upline-tile__cell_row-mobile_2 {
    grid-row: span 2;
    max-height: 300px;
  }
  .upline-tile__cell_type_icons-top, .upline-tile__cell_type_icons-bottom {
    grid-column: span 2;
    justify-content: center;
    max-height: none;
  }
  .upline-tile__cell_type_image {
    border-radius: 12px;
  }
  .upline-tile__cell_type_image:nth-last-child(-n+5) {
    order: 2;
  }
  .upline-tile__cell_round-mobile_bottom-right {
    border-radius: 12px 12px 40px 12px;
  }
  .upline-tile__cell_round-mobile_bottom-left {
    border-radius: 12px 12px 12px 40px;
  }
  .upline-tile__cell_round-mobile_top-right {
    border-radius: 12px 40px 12px 12px;
  }
  .upline-tile__cell_round-mobile_top-left {
    border-radius: 40px 12px 12px 12px;
  }
  .upline-tile__cell-title {
    top: 20px;
    left: 20px;
    font-size: 15px;
  }
  .upline-tile__cell-title-mobile_align_right {
    right: 20px;
    left: auto;
  }
  .upline-tile__desc-title-wrapper {
    text-align: center;
  }
  .upline-tile__desc-items {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .upline-tile__desc-item {
    display: grid;
    text-align: center;
  }
  .upline-tile__desc-icon {
    margin: 0 auto;
  }
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineProjects.css?16881209282774*/
.upline-projects {
  margin: 70px 0;
}
.upline-projects__image-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 8px;
}
.upline-projects__image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.upline-projects__image-wrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, rgba(105, 105, 105, 0.2) 0%, #000 80%);
  transition: opacity 0.3s;
  opacity: 0;
}
.upline-projects__image-wrapper:hover::before {
  opacity: 0.3;
}
.upline-projects__button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
}
.upline-projects__button:hover {
  background-color: #ffbf3e;
}
.upline-projects__designer {
  display: flex;
  grid-gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
}
.upline-projects__designer-photo {
  display: none;
  flex-shrink: 0;
  max-width: 49px;
  overflow: hidden;
  border-radius: 50%;
}
.upline-projects__designer-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.upline-projects__designer-desc {
  display: grid;
  grid-gap: 8px;
  font-size: 14px;
  line-height: 1.35;
}
.upline-projects__designer-rating {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-gap: 3px;
}
.upline-projects__designer-star {
  color: #DBDBDB;
}
.upline-projects__designer-star img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .upline-projects__items {
    grid-gap: 20px;
  }
  .upline-projects__button {
    right: 10px;
    font-size: 12px;
  }
  .upline-projects__designer-desc {
    grid-gap: 4px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .upline-projects__items {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .upline-projects {
    margin: 40px 0;
  }
  .upline-projects__items {
    display: flex;
    grid-gap: 10px;
    scroll-snap-type: x mandatory;
    margin-top: 20px;
    padding-bottom: 10px;
    overflow-x: scroll;
  }
  .upline-projects__item {
    grid-gap: 20px;
    flex-shrink: 0;
    scroll-snap-align: center;
  }
  .upline-projects__item:first-child {
    margin-left: 15px;
  }
  .upline-projects__item:last-child {
    margin-right: 15px;
  }
  .upline-projects__image-wrapper {
    width: 288px;
  }
}

#uplineDesignProjectsCarousel .upline-projects {
	margin: 0;
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineSeoText.css?1687422563598*/
.upline-seo-text {
  margin: 70px 0 55px;
}
.upline-seo-text__inner {
  display: grid;
  grid-gap: 55px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  padding-bottom: 68px;
  font-size: 14px;
  line-height: 1.35;
  border-bottom: 1px solid #e8e8e8;
}
.upline-seo-text__inner p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .upline-seo-text {
    margin: 40px 0;
  }
  .upline-seo-text__inner {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding-bottom: 0;
    font-size: 12px;
    border-bottom: none;
  }
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineExamples.css?16874225632789*/
.upline-examples__items {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 40px;
}
.upline-examples__image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.upline-examples__image-wrapper {
  display: flex;
}
.upline-examples__image-wrapper::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, rgba(105, 105, 105, 0.2) 0%, #000 80%);
  transition: opacity 0.3s;
  opacity: 0;
}
.upline-examples__image-wrapper:hover::before {
  opacity: 0.3;
}
.upline-examples__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.upline-examples__button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
}
.upline-examples__button:hover {
  background-color: #ffbf3e;
}
.upline-examples__text {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.4;
}
.upline-examples .upline-examples__download {
  position: relative;
  width: 100%;
  padding: 100% 0 0;
  border-radius: 10px;
  background-color: #ececec;
  color: #838383;
  font-size: 14px;
  font-weight: 400;
}
.upline-examples__download-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  grid-gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.upline-examples__download-icon {
  position: relative;
  width: 53px;
  height: 53px;
}
.upline-examples__download-icon::after {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(0, -50%);
  background-color: #838383;
  content: "";
}
.upline-examples__download-icon::before {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  right: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  background-color: #838383;
  content: "";
}
@media screen and (max-width: 1200px) {
  .upline-examples__items {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 970px) {
  .upline-examples__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .upline-examples__items {
    display: flex;
    grid-gap: 10px;
    scroll-snap-type: x mandatory;
    margin-top: 20px;
    padding-bottom: 10px;
    overflow-x: scroll;
  }
  .upline-examples__item {
    width: 256px;
    flex-shrink: 0;
    scroll-snap-align: center;
  }
  .upline-examples__item:first-child {
    margin-left: 15px;
  }
  .upline-examples__item:last-child {
    margin-right: 15px;
  }
}
/* End */


/* Start:/local/templates/templ_main/jscss/metro.css?16854365651708*/
.salons__metro path { fill: #ff0013; }
.salons__metro.metro_line_color_180 path { fill: #EF161E; }
.salons__metro.metro_line_color_179 path { fill: #2DBE2C; }
.salons__metro.metro_line_color_178 path { fill: #0078BE; }
.salons__metro.metro_line_color_177 path { fill: #00BFFF; }
.salons__metro.metro_line_color_176 path { fill: #8D5B2D; }
.salons__metro.metro_line_color_175 path { fill: #ED9121; }
.salons__metro.metro_line_color_174 path { fill: #800080; }
.salons__metro.metro_line_color_173 path { fill: #FFD702; }
.salons__metro.metro_line_color_172 path { fill: #999999; }
.salons__metro.metro_line_color_171 path { fill: #99CC00; }
.salons__metro.metro_line_color_170 path { fill: #82C0C0; }
.salons__metro.metro_line_color_196 path { fill: #A1B3D4; }
.salons__metro.metro_line_color_182 path { fill: #DE64A1; }
.salons__cardSubway path { fill: #ff0013; }
.salons__cardSubway.metro_line_color_180 path { fill: #EF161E; }
.salons__cardSubway.metro_line_color_179 path { fill: #2DBE2C; }
.salons__cardSubway.metro_line_color_178 path { fill: #0078BE; }
.salons__cardSubway.metro_line_color_177 path { fill: #00BFFF; }
.salons__cardSubway.metro_line_color_176 path { fill: #8D5B2D; }
.salons__cardSubway.metro_line_color_175 path { fill: #ED9121; }
.salons__cardSubway.metro_line_color_174 path { fill: #800080; }
.salons__cardSubway.metro_line_color_173 path { fill: #FFD702; }
.salons__cardSubway.metro_line_color_172 path { fill: #999999; }
.salons__cardSubway.metro_line_color_171 path { fill: #99CC00; }
.salons__cardSubway.metro_line_color_170 path { fill: #82C0C0; }
.salons__cardSubway.metro_line_color_196 path { fill: #A1B3D4; }
.salons__cardSubway.metro_line_color_182 path { fill: #DE64A1; }

/* End */


/* Start:/local/templates/templ_main/components/laparet/salons.list/uplineSalons/listBox.css?16854365652217*/
.listBox {
  width: 100%;
  margin: 20px 0 0 0;
  vertical-align: top;
  display: inline-block;
}
.listBox__item {
  width: 100%;
  min-height: 190px;
  padding: 20px;
  border-right: solid 1px var(--primaryColor-200);
  text-align: center;
  vertical-align: top;
  display: inline-block;
}
.listBox__item--grid-4 {
  max-width: 25%;
}
.listBox__item--grid-5 {
  max-width: 20%;
}
.listBox__item:last-child {
  border-right: none;
}
.listBox__text {
  width: 100%;
  margin: 20px 0 0;
  vertical-align: top;
  display: inline-block;
}
.listBox__icon {
  width: 50px;
  height: 50px;
  vertical-align: top;
  display: inline-block;
}

@media (min-width: 768px) {
  .listBox--mini {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 1024px) {
  .listBox__item {
    max-width: 50%;
  }
  .listBox__item:first-child {
    border-bottom: solid 1px var(--primaryColor-200);
  }
  .listBox__item:nth-child(2) {
    border-right: none;
    border-bottom: solid 1px var(--primaryColor-200);
  }
  .listBox__item--grid-5 {
    min-height: 140px;
  }
  .listBox__item--grid-5:nth-child(4) {
    border-right: none;
  }
  .listBox__item--grid-5:last-child {
    max-width: 100%;
    border-top: solid 1px var(--primaryColor-200);
  }
}
@media (max-width: 768px) {
  .listBox__item {
    max-width: 100%;
    min-height: 0;
    padding: 20px 0;
    border-right: none;
    border-bottom: solid 1px var(--primaryColor-200);
    text-align: left;
  }
  .listBox__item--grid-5:last-child {
    border-top: 0;
  }
  .listBox__item:last-child {
    border-bottom: 0;
  }
  .listBox__icon {
    width: 20%;
  }
  .listBox__text {
    width: 80%;
    max-width: 300px;
    margin: 0;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .listBox__item {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-name: slideUp;
  }
  .listBox__item:nth-child(1) {
    animation-delay: 0.1s;
  }
  .listBox__item:nth-child(2) {
    animation-delay: 0.15s;
  }
  .listBox__item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .listBox__item:nth-child(4) {
    animation-delay: 0.25s;
  }
  .listBox__item:nth-child(5) {
    animation-delay: 0.3s;
  }
}

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

/* End */


/* Start:/local/templates/templ_main/components/laparet/salons.list/uplineSalons/uplineSalons.css?168543656516095*/
.upline-salons {
  margin-top: 21px;
  margin-bottom: 68px;
}
.upline-salons__title {
  grid-area: title;
  margin-bottom: 40px;
}
.upline-salons__title br {
  display: none;
}
.upline-salons__search-wrapper {
  display: flex;
  grid-gap: 69px;
  margin-bottom: 30px;
}
.upline-salons__search {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.upline-salons__search-icon {
  position: absolute;
  left: 14px;
  color: #BBB;
  transition: color 0.3s;
}
.upline-salons__search-input {
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 36px;
  border: 1px solid transparent;
  outline: none;
  font-size: 13px;
  background-color: #F2F2F2;
  border-radius: 11px;
  transition: border-color 0.3s;
}
.upline-salons__search-input::placeholder {
  font-size: 13px;
  color: #BBBBBB;
}
.upline-salons__search-input:hover, .upline-salons__search-input:focus {
  border-color: #000;
}
.upline-salons__search-input:hover + .upline-salons__search-icon, .upline-salons__search-input:focus + .upline-salons__search-icon {
  color: #000;
}
.upline-salons__search-button {
  padding-right: 35px;
  padding-left: 41px;
}
.upline-salons .salons__hints, .upline-salons .salons__regions, .upline-salons .salons__mobile-filter, .upline-salons .salons__mobile-title, .upline-salons .salons__mobile-tabs, .upline-salons .salons__mobile-button-filter {
  display: none;
}
.upline-salons .salons__map {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 480px;
  border-radius: 10px;
  background-color: #ececec;
}
.upline-salons .salons__city {
  padding: 0;
  color: #007ddc;
  font-weight: 700;
  border: none;
  border-bottom: 2px dashed #007ddc;
}
.upline-salons .salons__card {
  right: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 376px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  will-change: transform;
  transform: translate3d(-30px, 0, 0);
  opacity: 0;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  pointer-events: none;
  color: #000000;
  font-size: 14px;
}
.upline-salons .salons__card.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
.upline-salons .salons__cardInfo {
  padding: 30px;
}
.upline-salons .salons__cardName {
  margin: 0;
  padding: 0 30px 30px 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #E8E8E8;
}
.upline-salons .salons__cardPhone, .upline-salons .salons__cardEmail, .upline-salons .salons__cardImg {
  display: none;
}
.upline-salons .salons__cardSubway {
  margin-top: 30px;
}
.upline-salons .salons__cardSubway svg {
  margin-right: 7px;
}
.upline-salons .salons__cardServices {
  padding-bottom: 32px;
  border-bottom: 1px solid #E8E8E8;
}
.upline-salons .salons__cardLink {
  display: block;
  text-align: center;
  margin-top: 30px;
  background-color: #F0F0F0;
  border-radius: 3px;
  padding: 13px 13px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.upline-salons .salons__cardBtn {
  text-decoration: none;
}
.upline-salons .salons__cardBtn--select {
  margin-top: 15px;
}
.upline-salons .salons__cardBtn--choose.modalBasket {
  margin-top: 15px;
}
.upline-salons .salons__cardBtn--go {
  bottom: 18%;
  right: 15px;
  width: 40px;
  height: 40px;
  border: 0;
  position: absolute;
  display: block;
}
.upline-salons .salons__cardBtn--close {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: rgba(233, 237, 241, 0.85);
  border-radius: 3px;
  position: absolute;
  display: block;
}
.upline-salons .salons__cardBtn:active {
  transform: translateY(2px);
}
.upline-salons .salons__cardIcon--go {
  width: 31px;
  height: 22px;
  fill: none;
}
.upline-salons .salons__cardIcon--go path {
  stroke: var(--primaryColor-900);
}
.upline-salons .salons__cardIcon--close {
  top: 9px;
  left: 9px;
  width: 22px;
  height: 22px;
  fill: none;
  position: absolute;
}
.upline-salons .salons__cardIcon--close path {
  fill: #111;
}
.upline-salons .salons__cardAddress {
  margin-top: 16px;
}
.upline-salons .salons__cardAddress.modalBasket {
  display: none;
}
.upline-salons .salons__cardTime {
  margin-top: 19px;
  margin-bottom: 21px;
}
.upline-salons .salons__coords {
  display: block;
  margin-top: 17px;
  text-decoration-line: underline;
  color: #007DDC;
}
.upline-salons .salons__services, .upline-salons .salons__payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 7px;
}
.upline-salons .salons__service, .upline-salons .salons__payment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #bdbdbd;
}
.upline-salons .salons__service img, .upline-salons .salons__payment img {
  width: 15px;
  height: auto;
}
.upline-salons_type_detail {
  display: grid;
  grid-gap: 16px;
  grid-template-areas: "title title" "info map";
  grid-template-columns: 4fr 5fr;
  margin: 0;
}
.upline-salons_type_detail .salons__regions, .upline-salons_type_detail .salons__itemTime, .upline-salons_type_detail .salons__itemPhone, .upline-salons_type_detail .salons__switcher {
  display: none;
}
.upline-salons_type_detail .salons__item {
  padding: 23px 30px;
  background-color: #fff;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.upline-salons_type_detail .salons__item:hover {
  background-color: #F1F1F1;
}
.upline-salons_type_detail .salons__itemTitle {
  font-size: 19px;
  text-decoration: none;
}
.upline-salons_type_detail .salons__itemAddress {
  display: block;
  margin-top: 4px;
  font-size: 15px;
}
.upline-salons_type_detail .salons__list {
  width: 100%;
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
  display: inline-block;
  list-style-type: none;
}
.upline-salons_type_detail .salons__nav, .upline-salons_type_detail .salons__info {
  grid-area: info;
  font-size: 14px;
  color: #000;
}
.upline-salons_type_detail .salons__infoType {
  margin-top: 16px;
  font-weight: 600;
  font-size: 15px;
  color: #FFBF3E;
}
.upline-salons_type_detail .salons__infoName {
  margin: 0;
  font-weight: 600;
  font-size: 29px;
}
.upline-salons_type_detail .salons__infoSubway {
  display: flex;
  grid-gap: 7px;
  align-items: center;
  margin-top: 21px;
}
.upline-salons_type_detail .salons__infoAddress {
  margin-top: 20px;
}
/*salon.element*/
.upline-salons_type_detail .salons__infoPhones {
  margin-top: 20px;
  font-weight: 700;
}
.upline-salons_type_detail .salons__contacts-wrapper {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.upline-salons_type_detail .salons__infoButtons {
  display: flex;
  grid-gap: 19px;
  margin-top: 20px;
}
.upline-salons_type_detail .salons__options-wrapper {
  display: grid;
  grid-gap: 39px;
  margin-top: 45px;
}
.upline-salons_type_detail .salons__options {
  display: grid;
  grid-gap: 84px;
  grid-template-columns: 200px 200px;
}
.upline-salons_type_detail .salons__options-item {
  display: flex;
  grid-gap: 11px;
  align-items: center;
}
.upline-salons_type_detail .salons__options-item:not(:last-child) {
  margin-bottom: 21px;
}
.upline-salons_type_detail .salons__options-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #bdbdbd;
}
.upline-salons_type_detail .salons__options-icon img {
  width: 20px;
  height: auto;
}
.upline-salons_type_detail .salons__options-title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 15px;
}
.upline-salons_type_detail .salons__infoBtn_type_route {
  margin-top: 12px;
}
.upline-salons_type_detail .salons__map-wrapper {
  grid-area: map;
}
.upline-salons_type_list {
  display: grid;
  grid-gap: 0;
  grid-template-areas: "title" "search" "map" "info";
  grid-template-columns: 1fr;
  margin-top: 0;
}
.upline-salons_type_list .upline-salons__title {
  grid-area: title;
  margin-bottom: 24px;
  font-size: 28px;
}
.upline-salons_type_list .upline-salons__search-wrapper {
  grid-area: search;
}
.upline-salons_type_list .salons__switcher, .upline-salons_type_list .salons__regions, .upline-salons_type_list .salons__itemPhone {
  display: none;
}
.upline-salons_type_list .salons__nav {
  grid-area: info;
}
.upline-salons_type_list .salons__map {
  grid-area: map;
}
.upline-salons_type_list .salons__list-header, .upline-salons_type_list .salons__item {
  display: grid;
  grid-gap: 10px;
  /*grid-template-columns: 7fr 3fr 5fr 5fr 3fr;*/
  grid-template-columns: 7fr 3fr 5fr 3fr;
}
.upline-salons_type_list .salons__list-header {
  margin-top: 20px;
  padding: 18px 0;
  font-weight: 600;
  font-size: 14px;
}
.upline-salons_type_list .salons__list {
  padding-bottom: 8px;
  list-style-type: none;
  border-bottom: 6px solid #E6E6E6;
}
.upline-salons_type_list .salons__item {
  padding: 27px 0;
  align-items: center;
  border-top: 1px solid #E6E6E6;
  font-size: 14px;
}
.upline-salons_type_list .salons__name {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #007DDC;
  transition: 0.3s;
  cursor: pointer;
}
.upline-salons_type_list .salons__name:hover {
  color: #014681;
}
.upline-salons_type_list .salons__opening-hours {
  max-width: 90px;
}
.upline-salons_type_list .salons__metro {
  display: flex;
  grid-gap: 7px;
  margin-top: 14px;
}
.upline-salons_type_list .salons__metro svg {
  flex-shrink: 0;
}
.upline-salons_type_list .salons__address {
  margin-top: 10px;
  max-width: 301px;
}
.upline-salons_type_list .salons__services {
  margin-right: 100px;
}
.upline-salons_type_list .salons__hints {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 32px;
}
.upline-salons_type_list .salons__hint {
  display: flex;
  align-items: center;
  grid-gap: 11px;
}
.upline-salons_type_list .salons__hint-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #bdbdbd;
}
.upline-salons_type_list .salons__hint-icon img {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .upline-salons_type_list .salons__services, .upline-salons_type_list .salons__payments {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .upline-salons_type_list .salons__list-header, .upline-salons_type_list .salons__item {
    grid-template-columns: 3fr 2fr 1fr;
  }
  .upline-salons_type_list .salons__services, .upline-salons_type_list .salons__payments {
    display: none;
  }
  .upline-salons_type_list .salons__hints {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .upline-salons {
    margin: 40px 0;
  }
  .upline-salons__map_type_detail {
    height: 260px;
    margin-top: 20px;
  }
  .upline-salons__title {
    margin-bottom: 0;
  }
  .upline-salons__title br {
    display: block;
  }
  .upline-salons_type_detail {
    display: grid;
    grid-gap: 25px;
    grid-template-areas: "title" "map" "info";
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
  }
  .upline-salons_type_list {
    position: relative;
    margin: 0;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "mobile-title mobile-title" "select filter" "tabs tabs" "map map" "info info";
  }
  .upline-salons_type_list .upline-salons__title {
    display: none;
  }
  .upline-salons_type_list .salons__regions {
    display: block;
    grid-area: select;
  }
  .upline-salons_type_list .salons__regionsList {
    overflow-x: auto;
    max-height: 50vh;
    padding: 20px;
  }
  .upline-salons_type_list .salons__regionsItem {
    display: block;
    border: none;
  }
  .upline-salons_type_list .salons__regionsItem:not(:last-child) {
    margin-bottom: 10px;
  }
  .upline-salons_type_list .salons__regionsItem.active {
    font-weight: 600;
  }
  .upline-salons_type_list .salons__mobile-title {
    display: block;
    grid-area: mobile-title;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .upline-salons_type_list .salons__mobile-button-filter {
    display: flex;
    gap: 6px;
    grid-area: filter;
    margin-left: 10px;
    background-color: #EEEEEE;
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
  }
  .upline-salons_type_list .salons__filter-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    background-color: #F0AF2D;
    aspect-ratio: 1/1;
    border-radius: 50%;
    font-size: 12px;
    padding: 4px;
  }
  .upline-salons_type_list .salons__mobile-tabs {
    display: block;
    grid-area: tabs;
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .upline-salons_type_list .salons__mobile-tab {
    display: inline-flex;
    padding: 7px 13px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 13px;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .upline-salons_type_list .salons__mobile-tab:not(:last-child) {
    margin-right: 10px;
  }
  .upline-salons_type_list .salons__mobile-tab[aria-selected=true] {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
  }
  .upline-salons_type_list .salons__list, .upline-salons_type_list .salons__item {
    border-bottom: none;
  }
  .upline-salons_type_list .salons__item {
    grid-template-columns: 1fr;
  }
  .upline-salons_type_list .salons__item:first-child {
    border-top: none;
  }
  .upline-salons_type_list .salons__opening-hours, .upline-salons_type_list .salons__item-more {
    display: none;
  }
  .upline-salons_type_list .salons__name {
    font-size: 14px;
    color: #000;
  }
  .upline-salons__search-wrapper {
    display: none;
  }
  .upline-salons__search-input {
    background-color: #fff;
    box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  }
  .upline-salons__search-button {
    display: none;
  }
  .upline-salons:not(.upline-salons_type_detail) .separator {
    display: none;
  }
  .upline-salons .salons__list-header, .upline-salons .salons__hints {
    display: none;
  }
  .upline-salons .salons__item {
    padding: 18px 0;
  }
  .upline-salons .salons__itemTitle {
    font-weight: 700;
    font-size: 13px;
  }
  .upline-salons .salons__itemAddress {
    font-size: 13px;
  }
  .upline-salons .salons__info {
    font-size: 13px;
  }
  .upline-salons .salons__infoName {
    font-size: 16px;
  }
  .upline-salons .salons__infoType {
    margin-top: 18px;
    font-size: 14px;
  }
  .upline-salons .salons__infoBtn_type_route {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .upline-salons .salons__infoButtons {
    flex-direction: column;
    grid-gap: 13px;
  }
  .upline-salons .salons__infoBtn {
    width: 100%;
  }
  .upline-salons .salons__options {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .upline-salons .salons__options_mobile_single {
    grid-gap: 34px;
    grid-template-columns: 1fr;
  }
  .upline-salons .salons__options-col {
    grid-gap: 17px;
  }
  .upline-salons .salons__options-col_mobile_pair {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .upline-salons .salons__options-item {
    flex-direction: column;
    grid-gap: 8px;
  }
  .upline-salons .salons__options-title {
    text-align: center;
    font-size: 13px;
    grid-column: span 2;
  }
  .upline-salons .salons__options-name {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .upline-salons .salons__card {
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    box-shadow: none;
  }
}

.upline-consultation {
	margin-bottom: 60px;
}

.salons__cardTime .brand_salon,
.salons__opening-hours .brand_salon {
  display: inline-block;
  white-space: nowrap;
  color: white;
  background: var(--primaryColor-700);
  padding: 4px 8px;
  font-size: 0.9em;
  border-radius: 7px;
  margin-top: 5px;
  font-weight: 500;
}

/* End */


/* Start:/local/templates/templ_main/components/laparet/salons.list/uplineSalons/uplineSalonsFilter.css?16871714582917*/
.upline-salons-filter__cover {
  display: none;
}
.upline-salons-filter__inner {
  display: grid;
  grid-gap: 27px;
  grid-template-columns: 262px 1fr;
}
.upline-salons-filter__header {
  display: none;
}
.upline-salons-filter__sort {
  display: grid;
  grid-gap: 27px;
  font-size: 15px;
}
.upline-salons-filter__fields-wrapper {
  display: grid;
  grid-gap: 17px;
}
.upline-salons-filter__name {
  font-weight: 600;
}
.upline-salons-filter__fields {
  display: grid;
  grid-gap: 10px;
}
.upline-salons-filter__search-input {
  width: 100%;
  margin-top: 17px;
  padding: 9px 12px;
  background: #F2F2F2;
  border-radius: 13px;
  font-size: 14px;
  color: #000;
  border: none;
  outline: none;
}
.upline-salons-filter__search-input::placeholder {
  color: #999;
}
.upline-salons-filter__city-wrapper {
  overflow-y: hidden;
}
.upline-salons-filter__cities {
  display: grid;
  /*grid-gap: 21px;*/
  margin-top: 21px;
  max-height: 300px;
  overflow-y: scroll;
}
.upline-salons-filter__cities a{
  display: block;
}
.upline-salons-filter__city-button {
  font-weight: 400;
  color: #007DDC;
  font-size: 15px;
}
.upline-salons-filter__city-button.active {
  font-weight: 600;
  color: #000;
}
.upline-salons-filter__regions {
  display: none;
}
.upline-salons-filter .salons__regionsItem:not(:last-child) {
  margin-bottom: 10px;
}
.upline-salons-filter .salons__regionsItem.active {
  font-weight: 600;
}
.upline-salons-filter .salons__regionsList {
  padding: 20px 20px 94px;
}
@media screen and (max-width: 1024px) {
  .upline-salons-filter__inner {
    grid-gap: 20px;
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .upline-salons-filter__inner {
    grid-template-columns: 1fr;
  }
  .upline-salons-filter__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 19px;
  }
  .upline-salons-filter__cover {
    z-index: 2;
    display: block;
    left: -100%;
    background-color: rgba(29, 31, 33, 0);
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: background-color 0.3s 0s cubic-bezier(0, 0, 0.35, 0.85), left 0s 0s linear;
  }
  .upline-salons-filter__sort-wrapper {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    padding: 120px 20px 90px;
    max-width: 320px;
    transform: translate3d(-110%, 0, 0);
    background-color: #fff;
    transition: transform 0.2s cubic-bezier(0.17, 0.26, 0, 0.8);
    overflow-y: scroll;
    height: 100vh;
  }
  .upline-salons-filter__sort-wrapper.open {
    transform: translate3d(0, 0, 0);
  }
  .upline-salons-filter__sort-wrapper.open + .upline-salons-filter__cover {
    left: 0;
    background-color: rgba(29, 31, 33, 0.6);
  }
  .upline-salons-filter__city-wrapper {
    display: none;
  }
  .upline-salons-filter__regions {
    display: block;
  }
}

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

/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineSalons.css?168742256315614*/
.upline-salons {
  margin-top: 21px;
  margin-bottom: 68px;
}
.upline-salons__title {
  grid-area: title;
  margin-bottom: 40px;
}
.upline-salons__title br {
  display: none;
}
.upline-salons__search-wrapper {
  display: flex;
  grid-gap: 69px;
  margin-bottom: 30px;
}
.upline-salons__search {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.upline-salons__search-icon {
  position: absolute;
  left: 14px;
  color: #BBB;
  transition: color 0.3s;
}
.upline-salons__search-input {
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 36px;
  border: 1px solid transparent;
  outline: none;
  font-size: 13px;
  background-color: #F2F2F2;
  border-radius: 11px;
  transition: border-color 0.3s;
}
.upline-salons__search-input::placeholder {
  font-size: 13px;
  color: #BBBBBB;
}
.upline-salons__search-input:hover, .upline-salons__search-input:focus {
  border-color: #000;
}
.upline-salons__search-input:hover + .upline-salons__search-icon, .upline-salons__search-input:focus + .upline-salons__search-icon {
  color: #000;
}
.upline-salons__search-button {
  padding-right: 35px;
  padding-left: 41px;
}
.upline-salons .salons__hints, .upline-salons .salons__regions, .upline-salons .salons__mobile-filter, .upline-salons .salons__mobile-title, .upline-salons .salons__mobile-tabs, .upline-salons .salons__mobile-button-filter {
  display: none;
}
.upline-salons .salons__map {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 480px;
  border-radius: 10px;
  background-color: #ececec;
}
.upline-salons .salons__city {
  padding: 0;
  color: #007ddc;
  font-weight: 700;
  border: none;
  border-bottom: 2px dashed #007ddc;
}
.upline-salons .salons__card {
  right: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 376px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
  will-change: transform;
  transform: translate3d(-30px, 0, 0);
  opacity: 0;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  pointer-events: none;
  color: #000000;
  font-size: 14px;
}
.upline-salons .salons__card.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: auto;
}
.upline-salons .salons__cardInfo {
  padding: 30px;
}
.upline-salons .salons__cardName {
  margin: 0;
  padding: 0 30px 30px 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #E8E8E8;
}
.upline-salons .salons__cardPhone, .upline-salons .salons__cardEmail, .upline-salons .salons__cardImg {
  display: none;
}
.upline-salons .salons__cardSubway {
  margin-top: 30px;
}
.upline-salons .salons__cardSubway svg {
  margin-right: 7px;
}
.upline-salons .salons__cardServices {
  padding-bottom: 32px;
  border-bottom: 1px solid #E8E8E8;
}
.upline-salons .salons__cardLink {
  display: block;
  text-align: center;
  margin-top: 30px;
  background-color: #F0F0F0;
  border-radius: 3px;
  padding: 13px 13px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.upline-salons .salons__cardBtn {
  text-decoration: none;
}
.upline-salons .salons__cardBtn--select {
  margin-top: 15px;
}
.upline-salons .salons__cardBtn--choose.modalBasket {
  margin-top: 15px;
}
.upline-salons .salons__cardBtn--go {
  bottom: 18%;
  right: 15px;
  width: 40px;
  height: 40px;
  border: 0;
  position: absolute;
  display: block;
}
.upline-salons .salons__cardBtn--close {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: rgba(233, 237, 241, 0.85);
  border-radius: 3px;
  position: absolute;
  display: block;
}
.upline-salons .salons__cardBtn:active {
  transform: translateY(2px);
}
.upline-salons .salons__cardIcon--go {
  width: 31px;
  height: 22px;
  fill: none;
}
.upline-salons .salons__cardIcon--go path {
  stroke: var(--primaryColor-900);
}
.upline-salons .salons__cardIcon--close {
  top: 9px;
  left: 9px;
  width: 22px;
  height: 22px;
  fill: none;
  position: absolute;
}
.upline-salons .salons__cardIcon--close path {
  fill: #111;
}
.upline-salons .salons__cardAddress {
  margin-top: 16px;
}
.upline-salons .salons__cardAddress.modalBasket {
  display: none;
}
.upline-salons .salons__cardTime {
  margin-top: 19px;
  margin-bottom: 21px;
}
.upline-salons .salons__coords {
  display: block;
  margin-top: 17px;
  text-decoration-line: underline;
  color: #007DDC;
}
.upline-salons .salons__services, .upline-salons .salons__payments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 7px;
}
.upline-salons .salons__service, .upline-salons .salons__payment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #bdbdbd;
}
.upline-salons .salons__service img, .upline-salons .salons__payment img {
  width: 15px;
  height: auto;
}
.upline-salons_type_detail {
  display: grid;
  grid-gap: 16px;
  grid-template-areas: "title title" "info map";
  grid-template-columns: 4fr 5fr;
  margin: 0;
}
.upline-salons_type_detail .salons__regions, .upline-salons_type_detail .salons__itemTime, .upline-salons_type_detail .salons__itemPhone, .upline-salons_type_detail .salons__switcher {
  display: none;
}
.upline-salons_type_detail .salons__item {
  padding: 23px 30px;
  background-color: #fff;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.upline-salons_type_detail .salons__item:hover {
  background-color: #F1F1F1;
}
.upline-salons_type_detail .salons__itemTitle {
  font-size: 19px;
  text-decoration: none;
}
.upline-salons_type_detail .salons__itemAddress {
  display: block;
  margin-top: 4px;
  font-size: 15px;
}
.upline-salons_type_detail .salons__list {
  width: 100%;
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  vertical-align: top;
  display: inline-block;
  list-style-type: none;
}
.upline-salons_type_detail .salons__nav, .upline-salons_type_detail .salons__info {
  grid-area: info;
  font-size: 14px;
  color: #000;
}
.upline-salons_type_detail .salons__infoType {
  margin-top: 16px;
  font-weight: 600;
  font-size: 15px;
  color: #FFBF3E;
}
.upline-salons_type_detail .salons__infoName {
  margin: 0;
  font-weight: 600;
  font-size: 29px;
}
.upline-salons_type_detail .salons__infoSubway {
  display: flex;
  grid-gap: 7px;
  align-items: center;
  margin-top: 21px;
}
.upline-salons_type_detail .salons__infoAddress {
  margin-top: 20px;
}
.upline-salons_type_detail .salons__contacts-wrapper {
  display: flex;
  grid-gap: 30px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.upline-salons_type_detail .salons__infoButtons {
  display: flex;
  grid-gap: 19px;
  margin-top: 20px;
}
.upline-salons_type_detail .salons__options-wrapper {
  display: grid;
  grid-gap: 39px;
  margin-top: 45px;
}
.upline-salons_type_detail .salons__options {
  display: grid;
  grid-gap: 84px;
  grid-template-columns: 200px 200px;
}
.upline-salons_type_detail .salons__options-item {
  display: flex;
  grid-gap: 11px;
  align-items: center;
}
.upline-salons_type_detail .salons__options-item:not(:last-child) {
  margin-bottom: 21px;
}
.upline-salons_type_detail .salons__options-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #bdbdbd;
}
.upline-salons_type_detail .salons__options-icon img {
  width: 20px;
  height: auto;
}
.upline-salons_type_detail .salons__options-title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 15px;
}
.upline-salons_type_detail .salons__infoBtn_type_route {
  margin-top: 12px;
}
.upline-salons_type_detail .salons__map-wrapper {
  grid-area: map;
}
.upline-salons_type_list {
  display: grid;
  grid-gap: 0;
  grid-template-areas: "title" "search" "map" "info";
  grid-template-columns: 1fr;
  margin-top: 0;
}
.upline-salons_type_list .upline-salons__title {
  grid-area: title;
  margin-bottom: 24px;
  font-size: 28px;
}
.upline-salons_type_list .upline-salons__search-wrapper {
  grid-area: search;
}
.upline-salons_type_list .salons__switcher, .upline-salons_type_list .salons__regions, .upline-salons_type_list .salons__itemPhone {
  display: none;
}
.upline-salons_type_list .salons__nav {
  grid-area: info;
}
.upline-salons_type_list .salons__map {
  grid-area: map;
}
.upline-salons_type_list .salons__list-header, .upline-salons_type_list .salons__item {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 7fr 3fr 5fr 5fr 3fr;
}
.upline-salons_type_list .salons__list-header {
  margin-top: 20px;
  padding: 18px 0;
  font-weight: 600;
  font-size: 14px;
}
.upline-salons_type_list .salons__list {
  padding-bottom: 8px;
  list-style-type: none;
  border-bottom: 6px solid #E6E6E6;
}
.upline-salons_type_list .salons__item {
  padding: 27px 0;
  align-items: center;
  border-top: 1px solid #E6E6E6;
  font-size: 14px;
}
.upline-salons_type_list .salons__name {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  color: #007DDC;
  transition: 0.3s;
  cursor: pointer;
}
.upline-salons_type_list .salons__name:hover {
  color: #014681;
}
.upline-salons_type_list .salons__opening-hours {
  max-width: 90px;
}
.upline-salons_type_list .salons__metro {
  display: flex;
  grid-gap: 7px;
  margin-top: 14px;
}
.upline-salons_type_list .salons__metro svg {
  flex-shrink: 0;
}
.upline-salons_type_list .salons__address {
  margin-top: 10px;
  max-width: 301px;
}
.upline-salons_type_list .salons__services {
  margin-right: 100px;
}
.upline-salons_type_list .salons__hints {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 32px;
}
.upline-salons_type_list .salons__hint {
  display: flex;
  align-items: center;
  grid-gap: 11px;
}
.upline-salons_type_list .salons__hint-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #bdbdbd;
}
.upline-salons_type_list .salons__hint-icon img {
  width: 20px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .upline-salons_type_list .salons__services, .upline-salons_type_list .salons__payments {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .upline-salons_type_list .salons__list-header, .upline-salons_type_list .salons__item {
    grid-template-columns: 3fr 2fr 1fr;
  }
  .upline-salons_type_list .salons__services, .upline-salons_type_list .salons__payments {
    display: none;
  }
  .upline-salons_type_list .salons__hints {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .upline-salons {
    margin: 40px 0;
  }
  .upline-salons__map_type_detail {
    height: 260px;
    margin-top: 20px;
  }
  .upline-salons__title {
    margin-bottom: 0;
  }
  .upline-salons__title br {
    display: block;
  }
  .upline-salons_type_detail {
    display: grid;
    grid-gap: 25px;
    grid-template-areas: "title" "map" "info";
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
  }
  .upline-salons_type_list {
    position: relative;
    margin: 0;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "mobile-title mobile-title" "select filter" "tabs tabs" "map map" "info info";
  }
  .upline-salons_type_list .upline-salons__title {
    display: none;
  }
  .upline-salons_type_list .salons__regions {
    display: block;
    grid-area: select;
  }
  .upline-salons_type_list .salons__regionsList {
    overflow-x: auto;
    max-height: 50vh;
    padding: 20px;
  }
  .upline-salons_type_list .salons__regionsItem {
    display: block;
    border: none;
  }
  .upline-salons_type_list .salons__regionsItem:not(:last-child) {
    margin-bottom: 10px;
  }
  .upline-salons_type_list .salons__regionsItem.active {
    font-weight: 600;
  }
  .upline-salons_type_list .salons__mobile-title {
    display: block;
    grid-area: mobile-title;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .upline-salons_type_list .salons__mobile-button-filter {
    display: flex;
    gap: 6px;
    grid-area: filter;
    margin-left: 10px;
    background-color: #EEEEEE;
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
  }
  .upline-salons_type_list .salons__filter-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    background-color: #F0AF2D;
    aspect-ratio: 1/1;
    border-radius: 50%;
    font-size: 12px;
    padding: 4px;
  }
  .upline-salons_type_list .salons__mobile-tabs {
    display: block;
    grid-area: tabs;
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .upline-salons_type_list .salons__mobile-tab {
    display: inline-flex;
    padding: 7px 13px;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 13px;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
  }
  .upline-salons_type_list .salons__mobile-tab:not(:last-child) {
    margin-right: 10px;
  }
  .upline-salons_type_list .salons__mobile-tab[aria-selected=true] {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
  }
  .upline-salons_type_list .salons__list, .upline-salons_type_list .salons__item {
    border-bottom: none;
  }
  .upline-salons_type_list .salons__item {
    grid-template-columns: 1fr;
  }
  .upline-salons_type_list .salons__item:first-child {
    border-top: none;
  }
  .upline-salons_type_list .salons__opening-hours, .upline-salons_type_list .salons__item-more {
    display: none;
  }
  .upline-salons_type_list .salons__name {
    font-size: 14px;
    color: #000;
  }
  .upline-salons__search-wrapper {
    display: none;
  }
  .upline-salons__search-input {
    background-color: #fff;
    box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
  }
  .upline-salons__search-button {
    display: none;
  }
  .upline-salons:not(.upline-salons_type_detail) .separator {
    display: none;
  }
  .upline-salons .salons__list-header, .upline-salons .salons__hints {
    display: none;
  }
  .upline-salons .salons__item {
    padding: 18px 0;
  }
  .upline-salons .salons__itemTitle {
    font-weight: 700;
    font-size: 13px;
  }
  .upline-salons .salons__itemAddress {
    font-size: 13px;
  }
  .upline-salons .salons__info {
    font-size: 13px;
  }
  .upline-salons .salons__infoName {
    font-size: 16px;
  }
  .upline-salons .salons__infoType {
    margin-top: 18px;
    font-size: 14px;
  }
  .upline-salons .salons__infoBtn_type_route {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .upline-salons .salons__infoButtons {
    flex-direction: column;
    grid-gap: 13px;
  }
  .upline-salons .salons__infoBtn {
    width: 100%;
  }
  .upline-salons .salons__options {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .upline-salons .salons__options_mobile_single {
    grid-gap: 34px;
    grid-template-columns: 1fr;
  }
  .upline-salons .salons__options-col {
    grid-gap: 17px;
  }
  .upline-salons .salons__options-col_mobile_pair {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .upline-salons .salons__options-item {
    flex-direction: column;
    grid-gap: 8px;
  }
  .upline-salons .salons__options-title {
    text-align: center;
    font-size: 13px;
    grid-column: span 2;
  }
  .upline-salons .salons__options-name {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .upline-salons .salons__card {
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    box-shadow: none;
  }
}
/* End */


/* Start:/local/templates/templ_main/components/bitrix/system.pagenavigation/tesser_main/style.css?170799938581*/
	@media (max-width: 515px) {
		.pag__list .item__long {
			display: none;
		}
	}

/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineNews.css?16874225631753*/
.upline-news {
  margin-bottom: 90px;
}
.upline-news__title b {
  border-bottom: 2px solid #000;
}
.upline-news__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 45px;
  grid-column-gap: 30px;
  margin-top: 35px;
}
.upline-news__item_type_link:hover {
  text-decoration: underline;
}
.upline-news__image-wrapper {
  overflow: hidden;
  display: flex;
  border-radius: 10px;
}
.upline-news__image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.upline-news__item-title {
  display: block;
  margin-top: 30px;
  font-size: 21px;
  font-weight: 700;
  transition: color 0.3s;
}
.upline-news__item-title:hover {
  color: #007ddc;
}
.upline-news__text {
  display: block;
  margin-top: 30px;
}
.upline-news__text p:not(:last-child) {
  margin-bottom: 20px;
}
.upline-news__item-link {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.35;
  border-bottom: 1px solid transparent;
}
.upline-news__item-link:hover {
  border-color: #000;
}
@media screen and (max-width: 1024px) {
  .upline-news__items {
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .upline-news__item_col_2 {
    grid-column: span 2;
  }
  .upline-news__item_row_2 {
    grid-row: span 2;
  }
}
@media screen and (max-width: 768px) {
  .upline-news {
    margin-bottom: 34px;
  }
  .upline-news__items {
    margin-top: 17px;
    grid-template-columns: 1fr;
    grid-row-gap: 0;
  }
  .upline-news__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
  }
  .upline-news__item:first-child .upline-news__text {
    display: none;
  }
  .upline-news__item:not(:first-child) .upline-news__image-wrapper {
    display: none;
  }
}
/* End */
/* /local/templates/templ_main/components/tesser/slider/upline_main_slider/mainSlider.css?16874225635757 */
/* /local/templates/templ_main/sections_inc/uplineMainBanner.css?16874225633537 */
/* /local/templates/templ_main/sections_inc/uplineAdvantages.css?16874225631392 */
/* /local/templates/templ_main/sections_inc/uplineNowTrend.css?16874225637378 */
/* /local/templates/templ_main/sections_inc/uplinePopular.css?16874225632012 */
/* /local/templates/templ_main/sections_inc/uplineVr.css?16874225631689 */
/* /local/templates/templ_main/sections_inc/uplineTile.css?16911417804194 */
/* /local/templates/templ_main/sections_inc/uplineProjects.css?16881209282774 */
/* /local/templates/templ_main/sections_inc/uplineSeoText.css?1687422563598 */
/* /local/templates/templ_main/sections_inc/uplineExamples.css?16874225632789 */
/* /local/templates/templ_main/jscss/metro.css?16854365651708 */
/* /local/templates/templ_main/components/laparet/salons.list/uplineSalons/listBox.css?16854365652217 */
/* /local/templates/templ_main/components/laparet/salons.list/uplineSalons/uplineSalons.css?168543656516095 */
/* /local/templates/templ_main/components/laparet/salons.list/uplineSalons/uplineSalonsFilter.css?16871714582917 */
/* /local/templates/templ_main/sections_inc/uplineSalons.css?168742256315614 */
/* /local/templates/templ_main/components/bitrix/system.pagenavigation/tesser_main/style.css?170799938581 */
/* /local/templates/templ_main/sections_inc/uplineNews.css?16874225631753 */
