@media screen and (min-width: 768px) {
  body.admin-bar .contacts-page {
    margin-top: -53px;
  }
}

@media screen and (min-width: 783px) {
  body.admin-bar .contacts-page {
    margin-top: -41px;
  }
}

.contacts-page {
  padding-top: 30px;
  margin-top: -30px;
  color: #000;
  background: #F7F7F7;
}

.contacts-page .container {
  padding: 0 18px;
}

.contacts-page .mobile-hide {
  display: none;
}

@media screen and (min-width: 768px) {
  .contacts-page {
    padding-top: 0;
    margin-top: -9px;
  }
  .contacts-page .container {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .contacts-page {
    margin-top: -30px;
  }
}

@media screen and (min-width: 1024px) {
  .contacts-page .mobile-hide {
    display: block;
  }
  .contacts-page .desktop-hide {
    display: none;
  }
}

@media screen and (min-width: 1090px) {
  .contacts-page .container {
    max-width: 1060px;
  }
}

.contacts-intro {
  padding: 19px 0 89px;
  background: url("../assets/img/contacts-page-decor.png") no-repeat calc(100% + 27px) calc(100% - 52px)/199px 235px;
}

.contacts-intro__title {
  font-size: 27px;
  line-height: 35px;
}

.contacts-intro__wrapper {
  margin: 17px 0 0;
}

.contacts-intro__content {
  max-width: 253px;
  padding: 25px 21px 27px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(198, 198, 198, 0.35);
          box-shadow: 0 5px 5px rgba(198, 198, 198, 0.35);
}

.contacts-intro__content-title {
  display: none;
}

.contacts-intro__block {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #333;
}

.contacts-intro__block + .contacts-intro__block {
  margin-top: 23px;
}

.contacts-intro__block-title {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: unset;
  color: #484848;
}

.contacts-intro__btn {
  margin: 26px 0 0;
  padding: 10px 45.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  background: #A5C592;
  border: 0;
}

.contacts-intro__social {
  margin: 25px 0 0 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px;
}

.contacts-intro__social-link {
  display: block;
  width: 31px;
  height: 31px;
  background: #C6C6C6;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.contacts-intro__social-link svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contacts-intro__social-link:hover {
  background: #A5C592;
}

.contacts-intro__social-link--messenger:hover {
  background: #4189C9;
}

.contacts-intro__social-link--telegram:hover {
  background: #6CB1F0;
}

.contacts-intro__social-link--viber:hover {
  background: #AE56A4;
}

.contacts-intro__social-link--whatsapp:hover {
  background: #23B180;
}

.contacts-intro__form {
  display: none;
}

.contacts-intro__form input, .contacts-intro__form textarea {
  width: 100%;
  padding: 40px 5px 11px;
  font-family: 'Futura PT Book', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
}

.contacts-intro__form input::-webkit-input-placeholder, .contacts-intro__form textarea::-webkit-input-placeholder {
  color: #3F424B;
}

.contacts-intro__form input:-ms-input-placeholder, .contacts-intro__form textarea:-ms-input-placeholder {
  color: #3F424B;
}

.contacts-intro__form input::-ms-input-placeholder, .contacts-intro__form textarea::-ms-input-placeholder {
  color: #3F424B;
}

.contacts-intro__form input::placeholder, .contacts-intro__form textarea::placeholder {
  color: #3F424B;
}

.contacts-intro__form input:focus, .contacts-intro__form textarea:focus {
  border-color: #A5C592;
}

.contacts-intro__form textarea {
  height: 162px;
  resize: none;
}

.contacts-intro__form .wpcf7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  padding: 40px 18px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  overflow-y: scroll;
}

.contacts-intro__form .wpcf7-form {
  width: 100%;
  max-width: 420px;
}

.contacts-intro__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contacts-intro__form .wpcf7-form .btn-submit {
  margin-top: 74px;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-transform: unset;
}

.contacts-intro__form-title {
  margin: 0 0 31px;
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
}

.contacts-intro__form-close {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}

.contacts-intro__form-close::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 30px;
  height: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#A4A4A4), to(#A4A4A4)) no-repeat center/30px 1.5px, -webkit-gradient(linear, left bottom, left top, from(#A4A4A4), to(#A4A4A4)) no-repeat center/1.5px 30px;
  background: linear-gradient(0deg, #A4A4A4 0%, #A4A4A4 100%) no-repeat center/30px 1.5px, linear-gradient(0deg, #A4A4A4 0%, #A4A4A4 100%) no-repeat center/1.5px 30px;
}

@media screen and (min-width: 576px) {
  .contacts-intro__content {
    margin: 0 auto;
  }
  .contacts-intro__social {
    max-width: 253px;
    margin: 25px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .contacts-intro__content {
    max-width: 453px;
  }
}

@media screen and (min-width: 1024px) {
  .contacts-intro {
    padding: 48px 0 100px;
    background-position: calc(50% - 592px) calc(100% - 44px);
    background-size: 379px 475px;
  }
  .contacts-intro__title {
    font-size: 36px;
    line-height: 46px;
  }
  .contacts-intro__wrapper {
    margin: 34px 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contacts-intro__content {
    max-width: unset;
    width: 100%;
    padding: 87px 83px 72px;
  }
  .contacts-intro__content-title {
    display: block;
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
  }
  .contacts-intro__block {
    margin: 39px 0 0;
    font-size: 16px;
  }
  .contacts-intro__block + .contacts-intro__block {
    margin: 39px 0 0;
  }
  .contacts-intro__block-title {
    margin-bottom: 12px;
    font-family: 'Futura PT Book', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
  }
  .contacts-intro__social.mobile-hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .contacts-intro__social {
    margin: 73px 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
  }
  .contacts-intro__social-link {
    width: 42px;
    height: 42px;
  }
  .contacts-intro__form {
    display: block !important;
  }
  .contacts-intro__form .wpcf7 {
    max-width: 420px;
    display: block;
    position: unset;
    padding: 0;
    margin: 0 0 0 auto;
    background: transparent;
    overflow: unset;
  }
  .contacts-intro__form-close {
    display: none;
  }
}

@media screen and (min-width: 1090px) {
  .contacts-intro__wrapper {
    -ms-grid-columns: minmax(auto, 509px) 1fr;
        grid-template-columns: minmax(auto, 509px) 1fr;
  }
}

.contacts-addresses {
  padding: 31px 0 0;
  background: #fff;
}

.contacts-addresses__title {
  margin: 0 0 -44px;
  font-weight: 600;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .contacts-addresses {
    margin: -70px 0 0;
    padding: 0 0 76px;
    background: transparent;
    border-bottom: 1px solid #D7D7D7;
  }
  .contacts-addresses .offline-shop-addresses {
    margin: 70px 0;
  }
}

.offline-shop-addresses {
  margin: 70px 0;
  font-family: 'Futura PT Book', sans-serif;
  font-weight: 400;
}

.offline-shop-addresses__header {
  padding: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D7D7D7;
}

.offline-shop-addresses__header > a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-decoration: underline;
  color: #0F0F0F;
}

.offline-shop-addresses__title {
  font-family: 'Futura PT', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.offline-shop-addresses__item {
  padding: 20px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.92% 10px 36.28% 10px 1fr;
  grid-template-columns: 33.92% 36.28% 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
  font-style: normal;
  border-bottom: 1px solid #D7D7D7;
}

.offline-shop-addresses__item-col {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: -0.01em;
}

.offline-shop-addresses__item-location {
  font-family: 'Futura PT', sans-serif;
  font-weight: 700;
  line-height: 17px;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .offline-shop-addresses {
    margin: 90px 0 70px;
  }
  .offline-shop-addresses__header {
    padding: 0;
    border: 0;
  }
  .offline-shop-addresses__header > a {
    display: none;
  }
  .offline-shop-addresses__title {
    margin: 0 0 30px;
    font-family: 'Futura PT Book', sans-serif;
    font-weight: 400;
    font-size: 36px;
    text-transform: unset;
  }
  .offline-shop-addresses__item {
    -ms-grid-columns: 363px 20px 375px 20px 1fr;
    grid-template-columns: 363px 375px 1fr;
    gap: 0 20px;
  }
  .offline-shop-addresses__item-col {
    font-size: 17px;
    letter-spacing: unset;
  }
  .offline-shop-addresses__item-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 25px;
  }
  .offline-shop-addresses__item-location::before {
    content: '';
    width: 17px;
    height: 23px;
    margin-right: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjAiIGZpbGw9IiMwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDM4NCA1MTIiPg0KCTxwYXRoIGQ9Ik0yMTUuNyA0OTkuMkMyNjcgNDM1IDM4NCAyNzkuNCAzODQgMTkyQzM4NCA4NiAyOTggMCAxOTIgMFMwIDg2IDAgMTkyYzAgODcuNCAxMTcgMjQzIDE2OC4zIDMwNy4yYzEyLjMgMTUuMyAzNS4xIDE1LjMgNDcuNCAwek0xOTIgMTI4YTY0IDY0IDAgMSAxIDAgMTI4IDY0IDY0IDAgMSAxIDAtMTI4eiIvPg0KPC9zdmc+") no-repeat center/contain;
  }
}

@media screen and (min-width: 1199px) {
  .offline-shop-addresses {
    margin: 147px 0 107px;
  }
  .offline-shop-addresses__item {
    -ms-grid-columns: 421px 463px 1fr;
    grid-template-columns: 421px 463px 1fr;
  }
}
/*# sourceMappingURL=contacts-page.css.map */