header .header-mobile-wrap .header-mobile .header-mobile-address-new>div a i {
    color: #5777E0;
}

header .header-mobile-wrap .header-mobile .header-mobile-address-new>div a i.fa-whatsapp {
    /* margin-left: 7px; */
    margin-right: 0;
    font-size: 18px;
    color: #00E609;
}

#map-box {
    justify-content: initial;
    flex-direction: row-reverse;
}

#map-box .map-wrap {
    max-width: 645px;
    max-height: none;
    min-height: auto;
}

#map-box #map-box-contacts>.map-box-contacts-wrap>div {
    max-width: none;
}

@media (max-width: 1035px) {
    #map-box.map-box {
        flex-direction: column;
    }
    
    #map-box .map-wrap {
        max-width: none;
    }
    
    #map-box #map-box-contacts>.map-box-contacts-wrap {
        gap: 40px;
        justify-content: start;
    }
}

@media (max-width: 600px) {
    
    #map-box .map-wrap {
        max-height: 350px;
    }
}


header .header-main-wrap .header-main-address>div>div:nth-child(1) {
    font-size: 15px;
}

.header-mobile-phones__branches {
    display: flex;
    gap: 30px;
}

.h1-main-page__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Rubik-Regular", Arial, Helvetica, sans-serif;
}

.h1-main-page {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;
}

.service-simple-price .services-simple-price-wrap.off-spoiler .services-simple-price_table.spoilered tbody>tr:nth-child(5)~tr {
    display: table-row;
}

.about-photo__list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(max(200px, (100% - 50px) / 3), 1fr));
    list-style: none;
    padding: 0;
}

.about-photo__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-center-block-wrap .home-center-block-left-first.off-background {
    background-image: none;
}

.w-100 {
    width: 100%!important;
}

.fs-14 {
    font-size: 14px!important;
}

.br-circle {
    border-radius: 100px!important;
}

.site-comments-form-inputs {
  flex-wrap: wrap;
}

.service-when-diagnostic, .diagnostics-and-removal, .guarantees-work {
  background: #ffffff;
  box-shadow: 0 20px 30px rgba(61, 94, 204, 0.1);
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 35px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.guarantees-work {
  grid-template-columns: 1fr;
}

.service-when-diagnostic .lozad, .diagnostics-and-removal .lozad {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.table-hide {
  display: none;
}

.table-section:not(:last-child) {
  margin-block-end: 20px;
}

.services-list .h2-services-list {
  font-weight: bold;
  font-size: 24px;
  line-height: 125%;
  color: #273443;
  margin-bottom: 15px;
  font-family: "GothamPro", Arial, Helvetica, sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
}

@media (width <= 1024px) {

  .service-when-diagnostic, .diagnostics-and-removal {
    grid-template-columns: 1fr 1fr;
  }

  .services-list .h2-services-list {
    font-size: 20px;
  }
}

@media (width <= 767px) {

  .service-when-diagnostic, .diagnostics-and-removal {
    grid-template-columns: 1fr;
    grid-template-rows: min-content 1fr;
  }
}

header .header-mega_menu-wrap .header-mega_menu-list .header-mega_menu-list-items .title {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    color: #000;
}

.header-mobile-menu-menu1 nav ul li {
  flex-direction: column;
  align-items: start;
}

.header-mega_menu-mobile-list-items {
  opacity: 0;
  transform: translateY(-100%);
  max-height: 0;
  overflow: hidden;
  margin-left: 10px;
  transition: all .6s ease-in-out;
  z-index: 0;
}

.header-mega_menu-mobile-list-items .links div, .header-mega_menu-mobile-list-items .more-link {
  margin-bottom: 4px;
}

.header-mega_menu-mobile-list-items .links div a {
  font-weight: normal!important;
}

.decorate-plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 35px;
  z-index: 1;
}

.decorate-plus:after, .decorate-plus:before {
  background-color: #3d5ecc;
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 15px;
  height: 3px;
  width: 15px;
  transition: all .25s ease-in-out;
}

.decorate-plus:before, .hasChildren.show .decorate-plus:after {
  transform: translateY(-50%);
}

.decorate-plus:after {
  transform: translateY(-50%) rotate(90deg);
}

.hasChildren {
  position: relative;
  overflow: hidden;
}

.hasChildren .flex-items-center {
  z-index: 1;
  background-color: #fff;
}

.hasChildren .decorate-plus:after, .hasChildren .decorate-plus:before {
  display: block;
}

.hasChildren.show .header-mega_menu-mobile-list-items{
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
}

header .header-mobile-wrap .header-mobile-menu-wrap .header-mobile-menu .header-mobile-menu-menu1 ul li {
  margin-bottom: 0;
}

.header-mobile-menu-menu1 li {
  justify-content: center;
}

.header-mobile-menu-menu1 .flex-items-center {
  min-height: 35px;
  margin: 0;
  width: 100%;
  font-weight: bold;
}

.header-mobile-menu-menu3 {
  margin-top: 0!important;
}

.g-recaptcha {
  margin-bottom: 10px;
}

.faq-custom {
  background: #ffffff;
  box-shadow: 0 20px 30px rgba(61, 94, 204, 0.1);
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 35px;
}

.faq-custom h2, .faq-custom h3 {
  margin: 16px 0 6px;
}

#page-comments #site-comments-form form .site-comments-form-inputs .form-group {
  width: calc(50% - 40px);
}

#map-box #map-box-contacts .map-box-contacts-info-max a {
  font-family: "Rubik-Regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 150%;
  font-weight: bold;
  color: #273443;
}

#map-box #map-box-contacts .map-box-contacts-info-max img {
  width: 16px;
  position: absolute;
  left: -30px;
  margin-top: 3px;
}

.header-main-address {
  gap: 10px;
}

.header-main-address .header-max {
  width: 16px;
  margin-left: 10px;
  margin-top: 1px;
}

.header-mobile-menu-max {
  display: flex;
}

.header-mobile-menu-max img {
  width: 16px;
  margin-right: 9px;
}

@media (width <= 421px) {
  #map-box .map-wrap {
    background-size: 280%;
  }
}

@media (max-width: 1023px) {
  #page-comments #site-comments-form form .site-comments-form-inputs .form-group {
    width: 100%;
  }

  #map-box #map-box-contacts .map-box-contacts-info-max img {
    left: -25px;
    width: 15px;
  }
}

.review-title-row {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 45px;
}

.review-title-row h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 125%;
  color: #273443;
  font-family: "GothamPro", Arial, Helvetica, sans-serif;
  margin: 0;
  grid-column: 2 / 3;
  
}

.review-title-row iframe {
  grid-column: 3 / 4;
  justify-self: start;
}

@media (width <= 1022px) {
  .review-title-row {
    margin-bottom: 25px;
  }

  .review-title-row h2 {
    font-size: 20px;
  }

  .review-title-row iframe {
    justify-self: center;
  }
}

@media (width <= 425px) {
  .review-title-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}