/** Showroom page **/
html {
  scroll-behavior: smooth;
}
.main-btn.main-btn {
  position: relative;
  justify-self: center;
  height: auto;
  margin-top: 52px;
  padding: 16px 36px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 20px;
}
.main-btn.main-btn:active {
  margin-bottom: -1px;
}
@media (max-width: 1024px) {
  .main-btn.main-btn {
    margin-top: 32px;
  }
}
.ui-header .main-head {
  padding-top: 27px;
}
.ui-header .head-menu .itm {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}
.ui-header .head-menu .itm:hover {
  color: #2688eb;
}
.ui-header .main-head .head-menu {
  margin-left: 50px;
}
.ui-header .contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.ui-header .contacts a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.ui-header .contacts a.tel:before,
.ui-header .contacts a.addr:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.ui-header .contacts a.tel:before {
  background: url('/img/icons/tel.svg') 50% 50% no-repeat;
}
.ui-header .contacts a.addr:before {
  background: url('/img/icons/map.svg') 50% 50% no-repeat;
}
@media (max-width: 1024px) {
  .ui-header .main-head .contacts {
    display: none;
  }
}
.ui-header .head-catalog_btn {
  display: none;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .ui-header .head-catalog_btn {
    display: flex;
    justify-content: center;
    min-width: 52px;
    min-height: 52px;
    padding: 0;
  }
  .ui-header .head-catalog_btn:before {
    flex: 22px 0 0;
    width: 22px;
    height: 18px;
    background: url(/img/icons/burger-2.svg) no-repeat center;
    background-size: contain;
  }
}
.ui-header .mobile-header_menu .itm:hover {
  color: #2688eb;
}
.ui-header .mobile-header_column {
  margin-top: 100px;
}
.ui-header .mobile-header_box .contacts {
  gap: 24px;
}
.breadcrumbs li:last-child {
  display: none;
}
.breadcrumbs li:nth-last-child(2) {
  pointer-events: none;
}
.breadcrumbs li:nth-last-child(2):after {
  content: none;
}
.modal-backdrop.show.show {
  opacity: 0.75;
}
.about_cards {
  padding: 40px 0;
}
.about_cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
  grid-template-areas: "showroom showroom education tilers" "goods work family family";
}
@media (max-width: 1024px) {
  .about_cards-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "showroom showroom" "education tilers" "goods work" "family family";
  }
}
@media (max-width: 425px) {
  .about_cards-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "showroom" "education" "tilers" "goods" "work" "family";
  }
}
.about_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 348px;
  padding: 32px;
  border-radius: 24px;
  overflow: hidden;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.about_card .title {
  position: relative;
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.about_card .subtitle {
  position: relative;
  max-width: 370px;
  margin: 12px 0 0;
  letter-spacing: 0.6px;
}
.about_card .text {
  position: relative;
  z-index: 1;
  max-width: 370px;
  margin: auto 0 0;
  letter-spacing: 0.4px;
}
.about_card > a {
  text-decoration: underline;
}
.about_card .img {
  position: absolute;
  right: 16px;
  bottom: 8px;
  max-width: 240px;
  max-height: 216px;
}
.about_card-showroom,
.about_card-family {
  background-color: #9aacef;
  background-image: linear-gradient(135deg, #2688EB 0%, #FDB2E1 95%);
  font-size: 20px;
}
.about_card-showroom {
  grid-area: showroom;
}
.about_card-education,
.about_card-work {
  background-color: #f6f6f6;
  font-weight: 500;
  color: #000106;
}
.about_card-education {
  grid-area: education;
}
.about_card-work {
  grid-area: work;
}
.about_card-tilers::before,
.about_card-goods::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.about_card-tilers {
  grid-area: tilers;
  background-color: #7a7a7a;
  background-image: url('/showroom/img/about_card-tiles.jpg');
  background-size: cover;
  background-position: center;
}
.about_card-goods {
  grid-area: goods;
  background-color: #5a5a5a;
  background-image: url('/showroom/img/about_card-goods.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}
.about_card-family {
  grid-area: family;
  color: #fff;
}
.about_card-family .text {
  margin: 12px 0 0;
}
.about_card-family a {
  margin-top: auto;
}
@media (max-width: 1024px) {
  .about_card {
    padding: 20px;
  }
}
@media (max-width: 425px) {
  .about_card {
    padding: 20px;
  }
  .about_card > * {
    text-align: center;
  }
  .about_card .img {
    position: relative;
    right: 0;
    order: -1;
    margin: 0 auto;
    max-height: 200px;
  }
  .about_card-showroom,
  .about_card-family {
    min-height: 428px;
    background-image: linear-gradient(0, #2688EB 0%, #FDB2E1 95%);
  }
  .about_card-showroom .about_card .title,
  .about_card-family .about_card .title {
    font-size: 26px;
    line-height: 33px;
  }
  .about_card-showroom .about_card .subtitle,
  .about_card-family .about_card .subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .about_card-showroom .about_card .text,
  .about_card-family .about_card .text {
    margin-top: 12px;
  }
  .about_card-showroom .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .about_card-family .text {
    margin-top: 8px;
    font-size: 18px;
  }
  .about_card-family a {
    margin-top: 12px;
    font-size: 18px;
  }
}
.promo-section {
  margin: 40px 0 112px;
}
.promo-section .watched-section {
  padding: 0;
}
.promos_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 24px;
  width: 100%;
}
.promos_grid .product-item {
  box-sizing: border-box;
  min-width: 0;
}
.promos_grid .product-item .product-item_fav,
.promos_grid .product-item .product-item_btn {
  display: none;
}
.promos_grid .product-item_img {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 425px) {
  .promos_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }
}
.promo-content {
  display: flex;
  gap: 36px;
}
@media (max-width: 1024px) {
  .promo-content {
    flex-direction: column;
    gap: 24px;
  }
}
.promo-tabs {
  flex: 0 0 280px;
}
@media (max-width: 1024px) {
  .promo-tabs {
    flex: none;
  }
}
.promo-tabs_menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 380px;
  margin: 0;
  padding: 20px;
  list-style: none;
  border-radius: 24px;
  background-color: #f6f6f6;
}
@media (max-width: 1024px) {
  .promo-tabs_menu {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
}
.promo-tabs_menu li {
  padding: 12px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000106;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .promo-tabs_menu li {
    padding: 8px 12px;
    font-size: 18px;
    line-height: 20px;
    white-space: nowrap;
    border: 1px solid #b2b2b2;
  }
}
.promo-tabs_menu li:hover {
  background-color: #ffdf3d;
  color: #000106;
}
.promo-tabs_menu li.active {
  background-color: #3c3c3c;
  color: #fff;
  cursor: default;
}
.promo-products {
  flex: 1;
  min-width: 0;
}
.promo-products .main-btn:after {
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  border-top: 2px solid #000106;
  border-right: 2px solid #000106;
  transform: rotate(45deg);
}
.promo-tab-content {
  display: none;
}
.promo-tab-content.is-visible {
  display: block;
}
.product-item .product-item_img {
  position: relative;
}
.product-item .actionlabel {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 10;
  padding: 4px 8px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background-color: #e82794;
}
.product-item .product-item_price {
  font-size: 24px;
}
.product-item .product-item_old-price {
  font-size: 18px;
}
.product-item .product-item_discount {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  color: #e82794;
  line-height: 20px;
  background-color: transparent;
}
.product-item .product-item_title {
  font-size: 16px;
  line-height: 20px;
}
.product-item .product-item_code {
  font-size: 14px;
  line-height: 16px;
}
.promo-banner {
  grid-column: span 2;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .promo-banner {
    border-radius: 16px;
  }
}
.promo-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-box.video-box {
  height: 700px;
}
@media (max-width: 1024px) {
  .video-box.video-box {
    height: 50vw;
  }
}
.showroom-afisha {
  padding: 60px 0;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.showroom-afisha .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.showroom-afisha .unified-section_header {
  margin-bottom: 30px;
}
.showroom-afisha .unified-section_header .section-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  color: #000106;
  margin: 0;
}
.showroom-afisha .unified-section_header .section-title span {
  color: #2688eb;
}
.showroom-afisha .afisha-slider-wrap {
  position: relative;
}
.showroom-afisha .afisha-slider {
  margin: 0 -10px;
}
.showroom-afisha .afisha-slider .slick-list {
  overflow: visible;
}
.showroom-afisha .afisha-slide {
  padding: 0 10px;
  box-sizing: border-box;
}
.showroom-afisha .afisha-card {
  position: relative;
  height: 380px;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  box-sizing: border-box;
}
.showroom-afisha .afisha-card_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
}
.showroom-afisha .afisha-card_badges {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.showroom-afisha .afisha-card .afisha-badge {
  background: #ffffff;
  color: #000106;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.showroom-afisha .afisha-card .afisha-badge i {
  font-size: 12px;
  color: #4a4d56;
}
.showroom-afisha .afisha-card_content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: auto;
}
.showroom-afisha .afisha-card_text {
  max-width: 65%;
}
.showroom-afisha .afisha-card_title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 10px 0;
  text-transform: none;
  letter-spacing: -0.3px;
}
.showroom-afisha .afisha-card_desc {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.showroom-afisha .afisha-card_btn-wrap {
  flex-shrink: 0;
}
.showroom-afisha .afisha-card .afisha-btn {
  background-color: #ffd000;
  color: #000106;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s, transform 0.2s;
  box-shadow: 0 4px 14px rgba(255, 208, 0, 0.3);
}
.showroom-afisha .afisha-card .afisha-btn:hover {
  background-color: #e6bc00;
  transform: translateY(-1px);
}
.showroom-afisha .afisha-slider_nav .afisha-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2b2e38;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color 0.2s, transform 0.2s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.showroom-afisha .afisha-slider_nav .afisha-nav-btn span {
  font-size: 14px;
  display: block;
}
.showroom-afisha .afisha-slider_nav .afisha-nav-btn:hover {
  background-color: #ffd000;
  color: #000106;
}
.showroom-afisha .afisha-slider_nav .afisha-nav-btn.prev {
  left: -22px;
}
.showroom-afisha .afisha-slider_nav .afisha-nav-btn.next {
  right: -22px;
}
.showroom-afisha .afisha-stub-wrap {
  width: 100%;
}
.showroom-afisha .afisha-stub {
  height: 320px;
}
.showroom-afisha .afisha-stub .afisha-card_text {
  max-width: 70%;
}
@media (max-width: 1024px) {
  .showroom-afisha {
    overflow: hidden;
  }
  .showroom-afisha .afisha-card_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .showroom-afisha .afisha-card_text {
    max-width: 100%;
  }
  .showroom-afisha .afisha-card_title {
    font-size: 22px;
    line-height: 28px;
  }
  .showroom-afisha .afisha-slider_nav {
    display: none;
  }
}
.video-box {
  margin-top: 32px;
}
.vip-section {
  margin-top: 112px;
}
.vip-section img {
  max-height: 100%;
}
.vip-section .vip-high_item .item-img {
  max-height: 256px;
}
.ambassadors-section.ambassadors-section {
  padding-bottom: 0;
}
.section-delivery {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.section-delivery .delivery-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000106;
}
.section-delivery .delivery-row .delivery-col {
  box-sizing: border-box;
}
.section-delivery .delivery-row .img_cont {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.section-delivery .delivery-row .img_cont img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.section-delivery .delivery-row .delivery-title {
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0.4px;
}
.section-delivery .delivery-row .delivery-desc {
  position: relative;
  z-index: 3;
  font-weight: 400;
  margin-top: 12px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.section-delivery .delivery-row.row1 .img_cont {
  min-width: 45%;
}
.section-delivery .delivery-row.row1 .txt_cont {
  margin-left: 100px;
}
.section-delivery .delivery-row.row2 {
  margin-top: 70px;
}
.section-delivery .delivery-row.row2 .img_cont {
  min-width: 50%;
}
.section-delivery .delivery-row.row2 .txt_cont {
  margin: -10% 2% 0 5%;
}
.section-delivery .delivery-row.row2 .txt_cont:before {
  content: '';
  position: absolute;
  top: -25%;
  left: 2.5%;
  z-index: 1;
  display: block;
  width: 80%;
  height: 115%;
  border-radius: 24px;
  background-color: #ffdf3d;
}
.section-delivery .delivery-row.row3 {
  margin-top: 40px;
}
.section-delivery .delivery-row.row3 .img_cont {
  width: 40%;
}
.section-delivery .delivery-row.row3 .txt_cont {
  max-width: 600px;
  margin: 0 5% 0 10%;
}
@media (max-width: 1024px) {
  .section-delivery .delivery-row .delivery-title {
    font-size: 26px;
    line-height: 36px;
  }
  .section-delivery .delivery-row .delivery-desc {
    font-size: 18px;
    line-height: 24px;
  }
  .section-delivery .delivery-row.row1 .txt_cont {
    margin-left: 50px;
  }
  .section-delivery .delivery-row.row2 {
    margin-top: 40px;
  }
  .section-delivery .delivery-row.row3 {
    margin-top: 10px;
  }
  .section-delivery .delivery-row.row3 .img_cont {
    width: 70%;
  }
  .section-delivery .delivery-row.row3 .txt_cont {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .section-delivery .delivery-row {
    flex-direction: column-reverse;
  }
  .section-delivery .delivery-row.delivery-row .txt_cont {
    margin: 0;
  }
  .section-delivery .delivery-row.delivery-row .txt_cont:before {
    left: -20px;
    width: 110%;
  }
  .section-delivery .delivery-row .img_cont.img_cont {
    width: 300px;
    align-self: start;
    margin: 40px 0 0 -30px;
  }
  .section-delivery .delivery-row.row2 {
    flex-direction: column;
  }
  .section-delivery .delivery-row.row2 .img_cont.img_cont {
    align-self: center;
    margin-left: 0;
  }
  .section-delivery .delivery-row.row3 {
    margin-top: 40px;
  }
}
.section-map .columns {
  display: flex;
  gap: 36px;
}
.section-map .column-map {
  width: 60%;
  border-radius: 24px;
  overflow: hidden;
}
.section-map .column-map #map {
  width: 100%;
  height: 570px;
  margin-bottom: -40px;
}
.section-map .column-map #map .map-balun_icon {
  flex: none;
  width: 35px;
  height: 42px;
  filter: brightness(1.15);
}
.section-map .column-map #map .map-balun_text {
  margin-left: 10px;
  padding: 6px 10px;
  font-weight: 400;
  font-size: 20px;
  border-radius: 16px;
}
.section-map .column-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.section-map .contacts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 44px 40px;
  border-radius: 24px;
  background-color: #000106;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
}
.section-map .contacts a:hover {
  color: #ffdf3d;
}
.section-map .contacts .contact {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.section-map .contacts .contact:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 12px;
  background: url() 50% 50% no-repeat;
  background-size: contain;
}
.section-map .contacts .contact-phone:before {
  background-image: url('/img/icons/tel.svg');
  filter: invert(1);
}
.section-map .contacts .contact-address:before {
  background-image: url('/img/icons/adress.svg');
}
.section-map .contacts .contact-mail:before {
  background-image: url('/img/icons/mail.svg');
}
.section-map .contacts .contact-address:before {
  width: 32px;
  height: 32px;
  margin-left: -3px;
}
@media (max-width: 1024px) {
  .section-map .contacts {
    padding: 24px 20px;
    font-size: 20px;
    line-height: 24px;
  }
}
.section-map .decor {
  position: relative;
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: auto;
  margin-bottom: -50px;
}
.section-map .decor img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-map .main-btn {
  width: 100%;
  margin-top: auto;
  box-shadow: 0 0 20px 10px #fff;
}
@media (max-width: 767px) {
  .section-map .columns {
    flex-direction: column;
  }
  .section-map .column-map {
    width: 100%;
  }
  .section-map .column-map #map {
    height: 60vw;
  }
  .section-map .column-map #map .map-balun_text {
    font-size: 18px;
  }
  .section-map .column-info {
    flex-direction: column-reverse;
  }
  .section-map .column-info .contacts {
    margin-top: 64px;
  }
}
.main-footer .footer-first_column {
  gap: 32px;
}
.main-footer .social-list a {
  width: 28px;
  height: 28px;
}
.main-footer .social-list a img {
  max-width: 100%;
  max-height: 100%;
}
.main-footer .footer-soclink {
  margin-top: -16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.main-footer .footer-email:before {
  background-image: url(/img/icons/mail.svg);
}
.main-footer .footer-menu.footer-column {
  gap: 44px;
}
@media (max-width: 767px) {
  .main-footer .footer-menu.footer-column {
    height: 23px;
  }
}
.main-footer .footer-menu .itm {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  transition-property: opacity;
}
.main-footer .footer-menu .itm:hover {
  opacity: 0.7;
}
.main-footer .footer-adress {
  gap: 12px;
  padding: 0;
  color: #e3ebec;
}
.main-footer .footer_copyright-text.footer_copyright-text {
  padding: 0;
}
@media (max-width: 767px) {
  .main-footer_content {
    gap: 32px;
  }
  .main-footer .footer-menu.footer-column {
    gap: 23px;
    grid-column: span 2;
    flex-direction: row;
    max-width: 100%;
  }
  .main-footer .footer-menu.footer-column .itm {
    width: 50%;
  }
  .main-footer .footer-menu.footer-column + .footer-menu {
    margin-top: -8px;
  }
  .main-footer .footer-last_column {
    gap: 32px;
  }
  .main-footer .item-subtitle {
    margin-bottom: 8px;
  }
  .main-footer .footer-btns {
    margin-top: 4px;
  }
  .main-footer .footer-btns a {
    flex: none;
  }
}
.modal-dialog.popupwithmap {
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
  max-width: 1440px;
  min-height: auto;
  gap: 36px;
}
.modal-dialog.popupwithmap .column-map {
  display: flex;
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
  pointer-events: all;
}
.modal-dialog.popupwithmap .column-map #map_popoup {
  width: 100%;
  height: 100%;
  background-color: #eee;
}
.modal-dialog.popupwithmap .column-map #map_popoup .map-balun_text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.modal-dialog.popupwithmap .modal-content {
  padding: 36px;
}
.modal-dialog.popupwithmap .modal-content .popup-title {
  font-size: 36px;
  line-height: 40px;
}
.modal-dialog.popupwithmap .modal-content .popup-subtitle {
  font-size: 22px;
  line-height: 28px;
}
.modal-dialog.popupwithmap .modal-content .callback-form_fields {
  gap: 12px;
  margin: 0;
}
.modal-dialog.popupwithmap .modal-content .main-btn,
.modal-dialog.popupwithmap .modal-content .error-box {
  margin-top: 0;
}
@media (max-width: 767px) {
  .modal-dialog.popupwithmap {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 15px;
  }
  .modal-dialog.popupwithmap .column-map {
    height: 250px;
  }
  .modal-dialog.popupwithmap .modal-content {
    padding: 20px;
  }
  .modal-dialog.popupwithmap .modal-content .popup-title {
    font-size: 26px;
    line-height: 32px;
  }
  .modal-dialog.popupwithmap .modal-content .popup-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .modal-dialog.popupwithmap .modal-content .callback-form {
    display: flex;
    justify-content: center;
  }
}
