.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1; }

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px; }

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none; }

@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url("../../fonts/Montserrat-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Light";
  src: url("../../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal; }

body {
  background-color: #fff;
  line-height: 1.2;
  font-family: 'Montserrat-Light', sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  color: #000; }

[class*=_container] {
  max-width: 1135px !important;
  margin: 0 auto 35px !important;
  padding: 0 !important; }

.container {
  max-width: 1180px;
  padding: 0 15px;
  margin: 0 auto; }

.container-xl {
  max-width: 1470px;
  margin: 0 auto; }

.container-sl {
  max-width: 1190px;
  margin: 0 auto; }

.title {
  font-family: 'Montserrat-Medium', sans-serif;
  font-size: 30px;
  color: #000; }

.footer-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff; }

.logo__icon {
  max-width: 152px;
  max-height: 40px; }

.logo-mob__icon {
  max-width: 113px;
  max-height: 31px; }

.footer-logo__icon {
  max-width: 292px;
  max-height: 94px; }

.footer-logo-mob__icon {
  max-width: 280px;
  max-height: 68px; }

.btn {
  font-size: 12px;
  font-family: "Monserat-Regular", sans-serif;
  width: 190px;
  height: 35px;
  color: #000;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: all 0.4s;
  cursor: pointer !important;
  text-align: center; }
  .price-location__btn.tab-active,
  .btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000; }
  .btn:active {
    box-shadow: inset 1px 1px 3px 1px rgba(107, 107, 107, 0.61); }

.seo-btn {
  transition: all 0.3s; }
  .seo-btn:hover {
    background-color: #000;
    color: #fff; }
  .seo-btn:active {
    box-shadow: inset 1px 1px 3px 1px rgba(107, 107, 107, 0.61); }

.first-screen__btn,
.footer-heading__btn {
  transition: box-shadow 0.1s linear;
  box-shadow: inset 1px 1px 2px 3px transparent;
  box-shadow: 0px 0px 2px 2px transparent; }
  .first-screen__btn:hover,
  .footer-heading__btn:hover {
    box-shadow: 1px 1px 1px 1px #fff;
    box-shadow: 0px 0px 2px 2px #fff; }
  .first-screen__btn:active,
  .footer-heading__btn:active {
    box-shadow: inset 1px 1px 2px 3px #fff;
    box-shadow: 0px 0px 2px 1px #fff;
    transition: box-shadow 0.1s linear; }

.footer-heading__btn {
  transition: all 0.1s;
  border-color: #fff !important;
  color: #fff; }
  .footer-heading__btn:hover {
    background-color: #fff;
    color: #000; }

.services-page__link,
.adress a,
.footer-nav__link,
.footer-contacts__address a {
  transition: text-shadow 0.2s linear; }
  .services-page__link:hover,
  .adress a:hover,
  .footer-nav__link:hover,
  .footer-contacts__address a:hover {
    text-shadow: 1px 0 1px rgba(78, 78, 78, 0.14), 0 1px 1px rgba(124, 123, 123, 0.14), -1px 0 1px rgba(124, 123, 123, 0.14), 0 -1px 1px rgba(124, 123, 123, 0.14); }

.at-menu__link {
  transition: text-shadow 0.1s linear; }
  .at-menu__link:hover {
    text-shadow: 1px 0 1px rgba(255, 255, 255, 0.33), 0 1px 1px rgba(255, 255, 255, 0.33), -1px 0 1px rgba(255, 255, 255, 0.33), 0 -1px 1px rgba(255, 255, 255, 0.33); }

@media (max-width: 992px) {
  .price-location__btn {
    transition: all 0.3s; }
    .price-location__btn:hover {
      background-color: #000;
      color: #fff; }
    .price-location__btn:active {
      box-shadow: inset 1px 1px 3px 1px rgba(107, 107, 107, 0.61); } }

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