.new-showrooms {
  padding: 0 0 100px 0;
}
.new-showrooms__promo {
  display: grid;
  padding: 0 100px 0 60px;
  background: #f5f5f5;
  border-radius: 16px;
  grid-template-columns: 1fr 500px;
  gap: 20px;
  align-items: flex-start;
  margin: 20px 0 100px 0;
}
.new-showrooms__promo--left {
  display: flex;
  padding: 60px 0;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-width: 0;
}
.new-showrooms__promo--left h1 {
  font-size: 32px;
  font-weight: 400;
  max-width: 700px;
  color: #0f0f0f;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  margin: 0 0 32px 0;
}
.new-showrooms__promo--left h1:before {
  content: "[ ";
  color: #94B80A;
}
.new-showrooms__promo--left h1:after {
  content: " ]";
  color: #94B80A;
}
.new-showrooms__promo--left ul {
  list-style: none;
  margin: 0 0 32px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 16px;
  line-height: 1.2;
}
.new-showrooms__promo--left ul li {
  padding: 0 0 0 24px;
  background: url("../../i/new-check-circle.svg") no-repeat;
}
.new-showrooms__promo--left .btn-actions {
  display: flex;
  gap: 10px;
  margin: 0 0 32px 0;
}
.new-showrooms__promo--left .btn_tertiary {
  border-color: transparent;
}
.new-showrooms__promo--left .btn_tertiary:hover, .new-showrooms__promo--left .btn_tertiary:active {
  border-color: #cacaca !important;
  background-color: #cacaca !important;
  color: #0f0f0f !important;
}
.new-showrooms__promo--right {
  min-width: 0;
}
.new-showrooms__promo--right .new-showrooms__quick-contacts {
  display: none;
}
.new-showrooms__quick-contacts {
  max-width: 464px;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
}
.new-showrooms__quick-contacts h4 {
  font-size: 12px;
  font-weight: 500;
  color: #808080;
  margin: 0 0 10px 0;
  padding: 0;
}
.new-showrooms__quick-contacts .quick-contacts__list {
  display: flex;
  margin: 0;
  gap: 28px;
}
.new-showrooms__quick-contacts .quick-contacts__list a {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #0f0f0f;
  line-height: 1.35;
  display: inline-flex;
  padding: 0 0 0 20px;
}
.new-showrooms__quick-contacts .link-phone {
  background: url("../../i/new-ico-phone.svg") no-repeat;
}
.new-showrooms__quick-contacts .link-chat {
  background: url("../../i/new-ico-chat.svg") no-repeat;
}
.new-showrooms__promo--slider {
  overflow: hidden;
}
.new-showrooms__promo--slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.new-showrooms__promo--slider .swiper-slide {
  height: calc(90% - 10px);
}
.new-showrooms__promo--slider .swiper {
  width: 100%;
  height: 540px;
}
@media (max-width: 1024px) {
  .new-showrooms__promo--slider .swiper {
    height: auto;
  }
}
.new-showrooms__promo--slider .swiper-wrapper {
  align-items: center;
}
.new-showrooms__promo--slider img {
  display: block;
  width: 100%;
  height: auto;
}
.new-showrooms__promo--slider .swiper-wrapper {
  display: flex;
}
.new-showrooms__promo--slider .swiper-slide {
  flex-shrink: 0;
}
.new-showrooms__promo--slider .swiper {
  cursor: grab;
}
.new-showrooms__promo--slider .swiper:active {
  cursor: grabbing;
}

@media (max-width: 1024px) {
  .new-showrooms {
    padding: 0 0 40px 0;
  }
  .new-showrooms__promo {
    display: block;
    margin: 15px -16px 40px -16px;
    padding: 20px 16px;
    gap: 0;
    border-radius: 0;
  }
  .new-showrooms__promo--left {
    padding: 0;
    margin: 0;
    height: auto;
    display: block;
  }
  .new-showrooms__promo--left h1 {
    font-size: 24px;
    margin: 0 0 20px 0;
    max-width: unset;
  }
  .new-showrooms__promo--left .new-showrooms__promo--left-bottom {
    display: none;
  }
  .new-showrooms__promo--left ul {
    margin: 0 0 20px 0;
  }
  .new-showrooms__promo--left .btn-actions {
    margin: 0 0 20px 0;
  }
  .new-showrooms__promo__promo--slider {
    margin: 0 -15px 0 0;
  }
  .new-showrooms__promo--right {
    min-width: 0;
    width: 100%;
  }
  .new-showrooms__promo--right .new-showrooms__quick-contacts {
    display: block;
    max-width: 100%;
    margin: 20px 0 0 0;
  }
  .new-showrooms .new-showrooms__section-map {
    margin-bottom: 50px;
  }
  .new-showrooms .new-showrooms__reasons h2 {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 620px) {
  .new-showrooms__promo--left .btn-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .new-showrooms {
    padding: 0 0 40px 0;
  }
  .new-showrooms__promo--left h1 {
    font-size: 21px;
    margin: 0 0 16px 0;
  }
}
.wrapper-map {
  height: 670px;
}
.wrapper-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.new-showrooms__section-map-wrapper h2 {
  font-size: 24px;
  font-weight: 400;
  color: #0f0f0f;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  margin: 0 0 32px 0;
}
.new-showrooms__section-map-wrapper h2:before {
  content: "[ ";
  color: #94B80A;
}
.new-showrooms__section-map-wrapper h2:after {
  content: " ]";
  color: #94B80A;
}
.new-showrooms__section-map {
  margin: 0 0 100px 0;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.new-showrooms__section-map--filters {
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  border-radius: 12px;
  z-index: 10;
  background: #fff;
  width: 476px;
  padding: 25px;
}
.new-showrooms__section-map .section-map--tabs {
  width: 476px;
  position: absolute;
  left: 12px;
  top: 160px;
  bottom: 12px;
  z-index: 11;
  padding: 0 10px 0 25px;
  overflow-y: scroll;
  display: block;
  margin: 0;
  border: none;
}
.new-showrooms__section-map .section-map--tabs > li:first-child {
  opacity: 0;
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
}
.new-showrooms__section-map .section-map--tabs h4 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: 500;
}
.new-showrooms__section-map .section-map--tabs .nav-link {
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  padding: 15px;
  margin: 0 0 15px 0;
  display: block;
  width: 100%;
  color: #0f0f0f;
  letter-spacing: 0;
  text-align: left;
}
.new-showrooms__section-map .section-map--tabs .nav-link.active, .new-showrooms__section-map .section-map--tabs .nav-link[aria-selected=true] {
  border: 1px solid #A2C617;
  background: #F5F8E7;
}
.new-showrooms__section-map .smtab-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 15px 0;
}
.new-showrooms__section-map .btn-go-map {
  width: 100%;
}
.new-showrooms__section-map .address {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
  padding: 3px 0 0 0;
}
.new-showrooms__section-map .discount {
  display: inline-flex;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 5px 8px;
  border-radius: 20px;
  background: #F1430C;
}
.new-showrooms__section-map .smtab-serv-list {
  list-style: none;
  display: flex;
  margin: 0 0 15px 0;
  gap: 12px;
  flex-wrap: wrap;
}
.new-showrooms__section-map .smtab-serv-list li {
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.35;
  color: #0f0f0f;
  padding: 0 0 0 22px;
  background: url("../../i/new-check-circle.svg") no-repeat;
  background-size: 18px 18px;
}
.new-showrooms__section-map .smtab-info {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 0 0 15px 0;
  font-size: 13px;
  line-height: 1.3;
  color: #808080;
}
.new-showrooms__section-map .smtab-schedule {
  padding: 0 0 0 22px;
  background: url("../../i/map-ico-schedule.svg") no-repeat;
  white-space: nowrap;
}
.new-showrooms__section-map .smtab-phone {
  padding: 0 0 0 22px;
  background: url("../../i/map-ico-phone.svg") no-repeat;
  white-space: nowrap;
}
.new-showrooms__section-map .map-filters-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 0 0 15px 0;
}
.new-showrooms__section-map .map-filters-row .item {
  min-width: 0;
}
.new-showrooms__section-map .map-filters-row .select2-selection__clear {
  display: none !important;
}
.new-showrooms__reasons h2 {
  font-size: 24px;
  font-weight: 400;
  max-width: 700px;
  color: #0f0f0f;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  margin: 0 0 32px 0;
}
.new-showrooms__reasons h2:before {
  content: "[ ";
  color: #94B80A;
}
.new-showrooms__reasons h2:after {
  content: " ]";
  color: #94B80A;
}
.new-showrooms__reasons--intro {
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  border-radius: 16px;
  margin: 0 0 15px 0;
  padding: 32px;
  position: relative;
}
.new-showrooms__reasons--intro .reasons-label {
  display: inline-flex;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  background: #fff;
  border-radius: 16px;
  color: #F1430C;
}
.new-showrooms__reasons--intro h3 {
  margin: 20px 0 10px 0;
  font-size: 18px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  padding: 0;
  color: #0f0f0f;
}
.new-showrooms__reasons--intro p {
  font-size: 16px;
  line-height: 1.5;
  color: #808080;
  padding: 0;
  margin: 0 0 20px 0;
  max-width: 811px;
}
.new-showrooms__reasons--intro .reasons-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 811px;
  gap: 10px;
}
.new-showrooms__reasons--intro .reasons-list li {
  background: #fff url("../../i/reason-li-bg.svg") no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 15px;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  color: #0f0f0f;
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 260px;
}
.new-showrooms__reasons--intro .reasons-list li img {
  flex-shrink: 0;
  display: block;
  width: 32px;
  height: auto;
}
.new-showrooms__reasons--intro .reasons-pic {
  width: 249px;
  height: auto;
  position: absolute;
  right: 8%;
  bottom: 0;
}
.new-showrooms__reasons--container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.new-showrooms__reasons--container .item {
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  padding: 32px;
}
.new-showrooms__reasons--container .item-label {
  display: inline-flex;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  background: rgba(242, 83, 12, 0.1);
  border-radius: 16px;
  color: #F1430C;
}
.new-showrooms__reasons--container .item-title {
  margin: 15px 0 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-showrooms__reasons--container .item h3 {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 400;
  color: #0f0f0f;
  margin: 0;
  padding: 0;
}
.new-showrooms__reasons--container .item p {
  font-size: 16px;
  line-height: 1.5;
  color: #808080;
  padding: 0;
  margin: 0 0 20px 0;
  max-width: 811px;
}
.new-showrooms__reasons--container .item:nth-child(2) .item-label {
  color: #3858C7;
  background: rgba(56, 88, 199, 0.1);
}
.new-showrooms__reasons--container .item:nth-child(3) .item-label {
  color: #FFB628;
  background: #F5F8E7;
}
.new-showrooms__reasons--container .item:nth-child(4) .item-label {
  color: #556710;
  background: rgba(85, 103, 16, 0.1);
}
.new-showrooms__reasons--container .item:nth-child(5) .item-label {
  color: #8744F4;
  background: rgba(135, 68, 244, 0.1);
}
.new-showrooms__reasons--container .item:nth-child(6) .item-label {
  color: #808080;
  background: #f5f5f5;
}

.no-search-in-select .select2-search {
  display: none !important;
}

.search-short {
  position: relative;
}
.search-short__form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.search-short__form::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  position: absolute;
  background: url("../../i/container.svg#icon-160") center center no-repeat;
  background-size: 15px 15px;
}
.search-short__input {
  padding: 0 50px 0 15px;
}

@media (max-width: 1220px) {
  .new-showrooms__reasons--intro .reasons-pic {
    right: 0px !important;
    width: 200px !important;
  }
  .new-showrooms__reasons--intro .reasons-list {
    margin-right: 150px;
  }
}
@media (max-width: 900px) {
  .wrapper-map {
    height: 400px;
  }
  .new-showrooms__reasons--intro h3 {
    margin-right: 50px;
  }
  .new-showrooms__reasons--intro {
    padding: 20px;
  }
  .new-showrooms__reasons--intro .reasons-pic {
    width: 72px !important;
    right: 0px !important;
    bottom: auto;
    top: 0px;
  }
  .new-showrooms__reasons--intro .reasons-list {
    margin: 0 !important;
    max-width: unset !important;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .new-showrooms__section-map {
    border-radius: 0;
    padding-bottom: 560px;
  }
  .new-showrooms__section-map--filters {
    top: 400px;
    left: 0;
    width: 100%;
    bottom: auto;
    padding: 15px 0;
  }
  .new-showrooms__section-map .section-map--tabs {
    top: 535px;
    bottom: auto;
    left: 0;
    padding: 0;
    width: 100%;
    height: 430px;
  }
  .new-showrooms__section-map .smtab-info {
    gap: 10px;
  }
  .new-showrooms__reasons--container .item {
    padding: 20px;
  }
}
@media (max-width: 700px) {
  .new-showrooms__reasons--container {
    grid-template-columns: 1fr;
  }
  .new-showrooms__reasons--container .item h3 {
    font-size: 16px;
  }
  .new-showrooms__reasons--container .item p {
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .new-showrooms .new-showrooms__reasons h2, .new-showrooms__section-map-wrapper h2 {
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 20px 0;
  }
  .new-showrooms__quick-contacts .quick-contacts__list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .new-showrooms__section-map .smtab-title {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .new-showrooms__section-map .address {
    font-size: 14px;
  }
  .new-showrooms__promo--left ul, .new-showrooms__section-map .smtab-serv-list {
    gap: 10px 15px;
  }
}
@media (max-width: 400px) {
  .new-showrooms__reasons--container .item h3 {
    font-size: 15px;
  }
}

/*# sourceMappingURL=page-showrooms.css.map */
