@charset "UTF-8";
footer#Footer .container {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  footer#Footer .container {
    flex-direction: column;
    justify-content: center;
  }
}
footer#Footer .widgets_wrapper {
  padding: 15px 0;
}
footer#Footer .scale-with-grid {
  max-width: 100px;
}
@media (max-width: 767.98px) {
  footer#Footer .scale-with-grid {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  footer#Footer .footer_copy .one {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  footer#Footer .footer_copy .one .container {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer#Footer .footer_copy .one .copyright {
    text-align: left;
  }
  footer#Footer .footer_copy .one .button {
    margin: 0;
    float: unset;
    width: 42px;
    min-width: 42px;
  }
}

#Top_bar .logo {
  margin: 0;
}
@media only screen and (min-width: 1240px) {
  #Top_bar .menu > li > a span:not(.description) {
    padding: 0px 10px;
  }
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 14px;
}
.socials__item {
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #1b1c4a;
  border-radius: 50%;
  padding: 5px;
  transition: 0.3s all;
}
.socials__item svg {
  display: inline-flex;
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media (any-hover: hover) {
  .socials__item:hover {
    background-color: #ebad60;
    text-decoration: none;
  }
}
.socials_footer {
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .socials_footer {
    justify-content: center;
  }
}
.socials_menu {
  margin-bottom: 30px;
}
.socials_menu .socials__item {
  margin-bottom: 0 !important;
  line-height: 0;
}

@media (any-hover: hover) {
  .themecolor a:hover {
    text-decoration: underline;
  }
}

.main__title {
  font-size: 60px !important;
  line-height: 140% !important;
}
.main__title small {
  font-size: 40px !important;
  opacity: 0.8;
}
@media (max-width: 1699.98px), (max-width: 1499.98px) {
  .main__title {
    font-size: 42px !important;
  }
  .main__title small {
    font-size: 28px !important;
  }
}
@media (max-width: 1199.98px), (max-width: 991.98px) {
  .main__title {
    font-size: 32px !important;
  }
  .main__title small {
    font-size: 18px !important;
  }
}
@media (max-width: 767.98px) {
  .main__title {
    font-size: 24px !important;
  }
  .main__title small {
    font-size: 16px !important;
  }
}

#services .scale-with-grid {
  border-radius: 30px !important;
  overflow: hidden;
}

/**
 * Было:
 * .testimonials_slider.single-photo { @media (...) { .single-photo .testimonials_slider_ul ... } }
 * Это выглядит как ошибка (дублирование .single-photo).
 */
@media (max-width: 767.98px) {
  .testimonials_slider.single-photo .testimonials_slider_ul li .bq_wrapper {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .responsive-menu-toggle {
    top: 50%;
    transform: translateY(-50%);
  }
  #Top_bar .logo #logo {
    margin-bottom: 0;
  }
  #hero .column_attr {
    padding: 25px 20px !important;
  }
  #services {
    padding-top: 60px !important;
  }
  #services .column_divider {
    display: none;
  }
  #about {
    padding-top: 60px !important;
  }
  #about .image_wrapper {
    margin-bottom: 30px;
  }
  #how .section_wrapper .wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .mobile-sticky #Top_bar.is-sticky {
    z-index: 9999;
  }
  #Side_slide {
    z-index: 10000;
  }
  .extras__phone {
    text-align: left;
    font-size: 20px;
    width: 100%;
    display: inline-flex;
  }
  .extras__title {
    display: inline-flex;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    opacity: 0.5;
    font-weight: 300;
    letter-spacing: 0.5px;
  }
}
.swal2-html-container input,
.swal2-html-container textarea {
  width: 100%;
}

#submit,
.swal-btn-main,
.action_button {
  background-color: #ebad60;
  transition: 0.3s all;
}
@media (any-hover: hover) {
  #submit:hover,
  .swal-btn-main:hover,
  .action_button:hover {
    background-color: #ce9957;
  }
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.modal__dialog {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 10vh auto 0;
  background: #fff;
  border-radius: 18px;
  padding: 22px 22px 18px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}
.modal__dialog input,
.modal__dialog textarea {
  width: 100%;
  margin-bottom: 0;
}
.modal__dialog .error {
  margin-top: 10px;
}
.modal__dialog .column {
  margin-bottom: 15px;
}
.modal__title {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.2;
}
.modal__close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .modal__close {
    margin: 0;
    top: 21px;
  }
}
.modal__actions {
  margin-top: 12px;
}
.modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  background: #1b1c4a;
  color: #fff;
  cursor: pointer;
}
.modal__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 767.98px) {
  .modal__dialog {
    max-width: 320px;
    width: 90%;
    padding: 30px 15px;
  }
  .modal__dialog .one-second.column {
    width: 100%;
  }
  .modal__dialog form {
    display: flex;
    flex-direction: column;
  }
}

body.modal-open {
  overflow: hidden;
}

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