body {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  margin: 0;
  background-color: #F7F8FA; }

button {
  font-family: 'Open Sans'; }

* {
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border: 2px solid #CED4DA;
  border-radius: 8px; }

.container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  position: relative; }

.header .header__container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
  padding: 9px 26px;
  margin-top: 16px; }
.header .header__nav {
  display: flex;
  gap: 30px;
  list-style: none;
  font-size: 24px;
  line-height: 10px;
  padding-left: 70px; }
.header .nav__link {
  font-size: 16px;
  color: #697896;
  text-decoration: none; }
.header .header__contacts {
  display: flex;
  align-items: center;
  gap: 20px; }
.header .header__phone {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  gap: 10px;
  color: #697896;
  text-decoration: none; }
.header .header__button {
  font-size: 14px;
  background-color: #FF6B63;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 12px;
  padding: 13px 24px; }

.hero .container {
  display: flex;
  justify-content: space-between;
  margin-top: 42px; }
.hero .hero__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 448px; }
.hero .hero__title {
  font-family: 'Garet';
  text-transform: uppercase;
  font-weight: 300;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -1px;
  margin: 0;
  margin-top: 18px;
  width: 100%;
  max-width: 300px; }
.hero .hero__subtitle {
  font-size: 18px;
  color: #697896;
  margin-bottom: 0;
  margin-top: 20px; }
.hero .hero__button {
  font-size: 14px;
  background-color: #FF6B63;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 12px;
  padding: 18px 24px;
  width: 100%;
  max-width: 274px;
  margin-top: 28px;
  letter-spacing: 1px; }
.hero .hero__links {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  margin-top: 44px;
  margin-bottom: 0; }
.hero .hero__link a {
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
  color: #34415A;
  text-decoration: none;
  border-top: 1px solid #D9DFE8;
  padding-top: 26px;
  padding-bottom: 26px; }
.hero .main-slider {
  width: 100%;
  max-width: 708px;
  margin: 0; }
  .hero .main-slider .swiper-slide img {
    width: 100%;
    object-fit: cover; }
  .hero .main-slider .swiper-controls {
    display: flex;
    gap: 7px;
    margin-top: 10px;
    position: absolute;
    z-index: 1;
    left: 27px;
    bottom: 20px; }
    .hero .main-slider .swiper-controls .swiper-prev {
      cursor: pointer; }
    .hero .main-slider .swiper-controls .swiper-next {
      cursor: pointer; }

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  cursor: pointer; }
  .custom-checkbox input {
    display: none; }
  .custom-checkbox input:checked ~ span {
    background: #FF6B63; }
    .custom-checkbox input:checked ~ span::before {
      content: "";
      display: block;
      border: 0 solid #fff;
      border-width: 0 2px 2px 0;
      height: 7px;
      margin: -6px 2px;
      position: absolute;
      right: 2px;
      top: 7px;
      transform: rotate(42deg);
      width: 4px; }
  .custom-checkbox span {
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #000000;
    border-radius: 1px;
    position: relative; }
  .custom-checkbox p {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #6B7280; }

.request {
  margin-top: 90px; }
  .request .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .request .request__content {
    width: 100%;
    max-width: 600px; }
  .request .request__title {
    font-family: 'Garet';
    text-transform: uppercase;
    font-weight: 300;
    font-size: 39px;
    line-height: 40px;
    letter-spacing: -1px;
    margin: 0;
    margin-top: 22px;
    width: 100%;
    max-width: 350px; }
  .request .request__text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 30px;
    color: #4B5563; }
  .request .request__image {
    margin-top: 36px; }
  .request .request__form {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    background-color: #ffff;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 34px 33px 50px 33px; }
  .request .request__form-title {
    font-family: 'Garet';
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    width: 100%;
    letter-spacing: -1.2px; }
  .request .request__form-text {
    color: #4B5563;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    margin-top: 5px; }
  .request .form__field {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 10px; }
    .request .form__field span {
      font-size: 14px;
      color: #374151; }
    .request .form__field input {
      border: 1px solid #D1D5DB;
      border-radius: 12px;
      height: 50px;
      padding: 11px 14px 8px 14px;
      font-size: 16px;
      color: #ADAEBC;
      letter-spacing: 0.5px;
      outline: none; }
    .request .form__field textarea {
      font-family: 'Open Sans';
      border: 1px solid #D1D5DB;
      border-radius: 12px;
      min-height: 122px;
      padding: 25px 14px;
      font-size: 16px;
      line-height: 24px;
      color: #ADAEBC;
      letter-spacing: 0.3px;
      outline: none; }
  .request .form__checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 27px; }
    .request .form__checkbox p {
      font-size: 12px;
      color: #6B7280;
      margin: 0; }
      .request .form__checkbox p a {
        color: #6B7280; }
  .request .form__submit {
    font-size: 15px;
    background-color: #FF6B63;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 12px;
    padding: 16px 24px 18px 24px;
    width: 100%;
    max-width: 100%;
    margin-top: 23px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer; }

.footer {
  background-color: #111827;
  margin-top: 63px;
  padding: 27px 0 57px 0;
  color: #9CA3AF; }
  .footer .container {
    display: flex;
    flex-direction: column; }
  .footer .footer__top {
    display: flex;
    justify-content: space-between;
    gap: 32px; }
  .footer .footer__block {
    width: 100%;
    max-width: 288px;
    margin-top: 36px; }
    .footer .footer__block:first-child {
      margin-top: 0; }
  .footer .footer__text {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 24px;
    max-width: 270px;
    line-height: 22px; }
  .footer .footer__time {
    font-size: 14px;
    color: #D1D5DB;
    margin-top: 32px; }
    .footer .footer__time .footer__time-title {
      font-size: 14px;
      margin-top: 10px;
      color: #9CA3AF; }
    .footer .footer__time .footer__time-text {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      color: #D1D5DB;
      margin-top: 10px; }
  .footer .footer__title {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px; }
  .footer .footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 13px; }
    .footer .footer__list li {
      font-size: 14px; }
    .footer .footer__list a {
      color: #9CA3AF;
      text-decoration: none;
      display: flex;
      gap: 12px; }
      .footer .footer__list a svg {
        min-width: 20px;
        margin-top: 4px; }
      .footer .footer__list a span {
        max-width: 240px; }
  .footer .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 46px;
    letter-spacing: 0.2px;
    padding-top: 33px;
    border-top: 1px solid #1F2937; }
  .footer .footer__copy {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280; }
  .footer .footer__socials {
    display: flex;
    gap: 13px; }

/*# sourceMappingURL=style.css.map */
