.button--test {
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  z-index: 2;
}

.about {
  padding-top: 200px !important;
}

.loader-img {
  width: 50px;
  height: 50px;
}


.loader-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-titles {
  position: relative;
}

.header-logo svg path {
  transition: 1s;
}

.hero-titles::after {
  position:absolute;
  content:'';
  background-color:#202020;
  height:1px;
  width:400vw;
  top:0;
  left:-50vw;
}

.hero-titles__addition {
  font-size: 34px;
  text-align: center;
  margin: 25px 0;
}

.form-logo__img {
  margin-bottom: 32px;
}

.loader-img {
  margin-bottom: -5px;
}

.preview .horizontal-circle__wrap {
  margin-top: 30px;
  z-index: 2;
  cursor: pointer;
}

.menu-top .header-logo__img {
  height: 50px;
  width: 50px;
}

.menu-top .header-logo__img path {
  fill: #fff;
}

.contacts-info__text {
  max-width: 400px;
}

.contacts__wrap {
  display: none;
}

.contacts__wrap.show {
  display: block;
}

.contacts-tumblers {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  gap: 20px;
}

.contacts-tumbler {
  min-width: 200px;
  padding: 12px 24px;
  font-family: 'Hypatia-Semibold';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.01em;
  background: rgba(255,255,255,1);
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
  border-radius: 80px;
  cursor: pointer;
  -webkit-transition: all, .3s;
  -o-transition: all, .3s;
  transition: all, .3s;
  border: 0;
}

.contacts-tumbler.active {
  color: #fff;
  background-color: #FEA71B;
}

.modal-leaving__img {
  position: relative;
  width: 100%;
  height: 240px;
  margin: 0 auto;
  padding: 20px 20px 0px;
}

.modal-leaving__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contacts__title,
.contacts-block__title {
  -webkit-transition: all, 1.5s;
  -o-transition: all, 1.5s;
  transition: all, 1.5s;
}

.contacts.white .contacts__title,
.contacts.white .contacts-block__title {
  color: #202020;
}


@media (max-width: 1440px) {
  .hero-circle {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .form-wrap {
    display: none;
  }
  
  .contacts-info__text {
    text-align: center;
  }

  .map-container {
    max-width: 100%;
    width: 100%;
  }

  .map-container > * {
    width: 100%!important;
  }

  .hero-circle {
    display: flex !important;
  }

  .hero-titles__addition {
    font-size: 24px;
    margin: 15px 0;
  }
  .modal-dialog {
    width: 93%;
  }
  .consult-main__form {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .footer-copyright {
    text-align: center;
  }
}

@media (max-width: 576px) {
  
  .catalog-slider__img {
    margin: 0 auto!important;
    display: block!important;
  }

  .modal-leaving__img {
    margin-bottom: -50px;
  }

  .contacts-tumblers {
    gap: 10px;
    -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }

  .contacts-tumbler {
    width: 100%;
  }

  .header-logo__img {
    height: 50px;
    width: 50px;
  }

  .form-main {
    margin-top: 0;
  }

  .contacts-info__text {
    max-width: 340px;
  }   

  .button--test {
    margin-top: 40px;
    font-size: 13px;
  }

  .preview .horizontal-circle__wrap {
    display: none;
  }

  .hero-titles__addition {
    margin: 8px 0;
  }

  .loader-img {
    height: 40px;
  }
}