/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/fsd-pages/contacts/ui/Contacts.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.Contacts_contacts__BHUL6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 100px;
}

.Contacts_hero__JwFy2 {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.Contacts_hero__title__cWcTf {
  color: #080808;
  font-weight: 300;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

.Contacts_hero__description__axFnK {
  color: #9b9b9b;
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0%;
  margin-bottom: 15px;
}

.Contacts_hero__tel__rJGv1 {
  color: #111111;
  font-weight: 300;
  font-size: 80px;
  letter-spacing: -1%;
  padding-bottom: 35px;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;

  &:hover {
    color: #00d5ff;
  }
}



.Contacts_details__ILzVM,
.Contacts_social__icons__EXCmK {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Contacts_details__ILzVM {
  gap: 32px;
}

.Contacts_social__icons__EXCmK {
  gap: 15px;
}
.Contacts_social__icon__x8hI9 a {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000033;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  background: #fff;
}

.Contacts_social__icon__x8hI9 a:hover {
  transform: translateY(-3px);
  border-color: transparent;
}

.Contacts_social__icon__x8hI9:nth-child(1) a:hover {
  background: #0088cc;
}

.Contacts_social__icon__x8hI9:nth-child(2) a:hover {
  background: #ff0000;
}

.Contacts_social__icon__x8hI9:nth-child(3) a:hover {
  background: #0077ff;
}

.Contacts_social__icon__x8hI9:nth-child(4) a:hover {
  background: #25d366;
}

.Contacts_social__icon__x8hI9 a:hover svg path {
  fill: #fff;
  transition: fill 0.2s ease;
}

.Contacts_social__icon__x8hI9 a:active {
  transform: translateY(-1px) scale(0.97);
  transition: transform 0.1s ease;
}

.Contacts_email__f882V {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;

  &:hover {
    opacity: 0.7;
  }
}

.Contacts_help__ouXz6 {
  padding: 40px 95px 50px;
  border-radius: 55px;
  background: #f3f7fa;
}

.Contacts_help__inner__eFgvk {
  margin-bottom: 30px;
}

.Contacts_help__title__HZWTo {
  color: #2f8cf3;
  font-size: 30px;
  margin-bottom: 20px;
}

.Contacts_help__text__ajKtt {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

.Contacts_help__header__B6Ehb {
}

.Contacts_help__headerWrap__XCNho {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-left: -15px;
  margin-bottom: 25px;
}

.Contacts_help__logo__85EHS {
  flex-shrink: 0;
}

.Contacts_help__image__UEmmG {
  width: 180px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -100px;
}

.Contacts_help__inner__eFgvk {
  flex: 1;
  min-width: 0;
}

.Contacts_help__bottom__fZ9Sj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.Contacts_help__form__8u7bH {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .Contacts_help__form__8u7bH {
    flex-direction: column;
  }
  .Contacts_hero__title__cWcTf {
    font-size: 38px;
    margin-bottom: 24px;
  }

  .Contacts_hero__description__axFnK {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .Contacts_hero__tel__rJGv1 {
    font-size: 64px;
    padding-bottom: 28px;
  }

  .Contacts_contacts__BHUL6 {
    gap: 80px;
  }
}

@media (max-width: 768px) {
  .Contacts_help__ouXz6 {
    padding: 40px 50px 50px;
  }
  .Contacts_help__headerWrap__XCNho {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .Contacts_help__image__UEmmG {
    margin-top: -80px;
  }

  .Contacts_help__bottom__fZ9Sj {
    flex-direction: column;
  }

  .Contacts_hero__title__cWcTf {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .Contacts_hero__description__axFnK {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .Contacts_hero__tel__rJGv1 {
    font-size: 48px;
    padding-bottom: 20px;
  }

  .Contacts_details__ILzVM {
    gap: 15px;
  }

  .Contacts_social__icons__EXCmK {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .Contacts_help__image__UEmmG {
    margin-top: -55px;
  }

  .Contacts_help__inner__eFgvk {
    margin-bottom: 0;
  }
  .Contacts_help__ouXz6 {
    padding: 20px 30px 40px;
    border-radius: 35px;
  }

  .Contacts_help__title__HZWTo {
    font-size: 25px;
  }

  .Contacts_help__text__ajKtt {
    font-size: 16px;
  }

  .Contacts_hero__title__cWcTf {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .Contacts_hero__description__axFnK {
    font-size: 16px;
    line-height: 1.8;
  }

  .Contacts_hero__tel__rJGv1 {
    font-size: 25px;
  }

  .Contacts_details__ILzVM {
    flex-direction: column;
  }

  .Contacts_contacts__BHUL6 {
    gap: 50px;
  }
}

