h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 96px;
  font-family: 'Oswald', sans-serif;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 53px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}

h3 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

header {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

.header-position {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 1000;
  background-color: #ffffff;
}

.navbar-collapse {
  justify-content: flex-end;
}

.hover-nav-link a {
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.5s;
  padding: 0 0;
}

.hover-nav-link a:hover {
  font-size: 21px !important;
  transition: all 0.5s;
  text-decoration: underline;
  font-weight: 500;
}

.section-header {
  display: flex;
  justify-content: space-between;
}

.section-header__wrap {
  display: flex;
  flex-direction: column;
}

.section-header__wrap_title {
  max-width: 578px;
  font-family: 'Oswald', sans-serif;
  margin-top: 250px;
}

.section-header__wrap_text {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  margin-top: 48px;
  width: 641px;
  font-family: 'Montserrat', sans-serif;
}

.section-header__wrap_btn {
  margin: 64px 0 126px;
  border-left: 4px solid #F7B733;
}

.section-header__wrap_btn .big-btn {
  font-size: 30px;
  line-height: 36px;
  color: #212121;
  text-transform: capitalize;
  font-family: 'Oswald', sans-serif;
  width: 254px;
  text-decoration: none;
  display: inline-block;
  padding: 16px 0;
  text-align: center;
  border: 2px solid transparent;
  background-color: rgba(247, 183, 51, 0.1);
  outline: none;
  transition: background-color 0.3s linear;
}

.section-header__wrap_btn .big-btn:hover {
  background-color: #F7B733;
  color: #ffffff;
}

.section-header__gif {
  width: 684px;
  margin-top: 170px;
}

.section-header__gif img {
  width: 100%;
}

.wrap-who {
  position: relative;
  padding-top: 250px;
}

.wrap-who__title {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 48px;
}

.wrap-who__text {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 249px;
}

.wrap-offer {
  position: relative;
  text-align: center;
  padding-top: 200px;
}

.wrap-offer__content {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 260px;
}

.wrap-offer__title {
  margin-bottom: 48px;
}

.page {
  width: 300px;
}

.page__img {
  margin: 8px;
  border-radius: 50%;
  box-shadow: 0 5px 16px 2px rgba(0, 0, 0, 0.05);
}

.page__img_pic {
  width: 100%;
}

.page__heading {
  text-align: center;
  margin: 36px 15px 10px;
}

.page__desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  padding: 10px;
  display: block;
  font-family: 'Montserrat', sans-serif;
}

.title-us {
  position: relative;
  text-align: center;
  padding: 140px 0 48px;
}

.wrap-us__inner {
  margin-bottom: 15px;
  list-style: none;
  padding-left: 0;
}

.wrap-us__inner_sutitle {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.wrap-us__inner_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
}

.footer-link .footer-wrap__link {
  width: 180px;
  list-style: none;
  font-size: 20px;
}

.footer-link .footer-wrap__link:hover {
  font-size: 21px !important;
  transition: all 0.5s;
  text-decoration: underline;
  font-weight: 500;
}

.footer-link .footer-wrap__link_item {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  line-height: 48px;
  text-decoration: none;
  color: #212121;
}

.footer-contact__list {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.section-policy {
  padding-top: 200px;
  margin-bottom: 48px;
}

.tb-title th {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 36px;
}

.tb-title td {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 36px;
}

.section-policy {
  margin-bottom: 48px;
  position: relative;
}

.content-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  padding-bottom: 16px;
}

.footer-logo {
  margin-left: 12px;
}

.wrap-items__item {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

.content-box {
  margin-bottom: 60px;
}

.position-animation-small {
  position: relative;
}

.small-animation {
  width: 83px;
  height: 83px;
  position: absolute;
}

.small-animation__img {
  width: 100%;
}

.left {
  left: -115px;
  z-index: -1;
}

.right {
  right: -115px;
  z-index: -1;
}

@media (max-width: 1530px) {
  .container {
    padding: 0 50px;
  }
  .left {
    left: calc(656px - 50vw);
  }
  .right {
    right: calc(656px - 50vw);
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 50px;
  }
  .left {
    left: calc(524px - 50vw);
  }
  .right {
    right: calc(524px - 50vw);
  }
}

@media (max-width: 1200px) {
  .left {
    left: calc(421px - 50vw);
  }
  .right {
    right: calc(421px - 50vw);
  }
  .wrap-offer__content {
    justify-content: space-evenly;
  }
  .wrap-offer__content s
.page {
    width: 300px;
  }
  .wrap-offer__content .page__desc {
    font-size: 18px;
    padding: 0 10px;
    line-height: normal;
  }
}

@media (max-width: 1200px) and (max-width: 992px) {
  .left {
    left: calc(380px - 50vw);
  }
  .right {
    right: calc(380px - 50vw);
  }
  h1 {
    font-size: 48px;
    line-height: 72px;
  }
  .section-header__wrap {
    width: 60%;
  }
  .footer-flex {
    justify-content: space-evenly;
    flex-flow: wrap;
  }
  .page__desc {
    font-size: 20px;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  .content-box {
    margin-bottom: 0;
  }
  .content-text {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 8px;
  }
  .wrap-items__item {
    font-size: 16px;
    line-height: 28px;
  }
  .section-policy {
    padding-top: 150px;
  }
  .container {
    padding: 0;
  }
  .tb-title .p-4 {
    padding: 8px !important;
  }
  .tb-title td {
    font-size: 16px;
    line-height: 28px;
  }
  .table .tb-title .ps-4 {
    padding-left: 10px !important;
  }
  .table > :not(caption) > * > * {
    padding: 8px;
  }
  .tb-title th {
    font-size: 16px;
    line-height: normal;
  }
  .left {
    left: calc(325px - 50vw);
  }
  .right {
    right: calc(325px - 50vw);
  }
  .left,
  .right {
    display: none;
  }
  h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .section-header__wrap_text {
    width: 505px;
  }
  .section-header__wrap_btn .big-btn {
    font-size: 24px;
    line-height: 28px;
    width: 190px;
    padding: 14px 0;
  }
  .footer-flex {
    justify-content: space-between;
    flex-flow: wrap;
  }
  .wrap-us__inner_subtitle {
    line-height: normal;
  }
  .wrap-us__inner_text {
    line-height: normal;
  }
  .wrap-who__text {
    line-height: normal;
  }
  .footer-contact__list {
    line-height: normal;
  }
}

@media (max-width: 1200px) and (max-width: 576px) {
  .section-policy h2 {
    font-size: 28px;
  }
  .container {
    padding: 30px;
  }
  .left {
    left: -0.75rem;
  }
  .right {
    right: -0.75rem;
  }
  .section-header__wrap_text {
    width: 375px;
  }
  h1 {
    font-size: 18px;
  }
  .footer-flex {
    flex-direction: column;
  }
  .section-header__wrap_title {
    font-size: 32px;
  }
  .footer-link .footer-wrap__link {
    font-size: 24px;
    width: auto;
  }
  .footer-wrap {
    padding-left: 0;
  }
  .wrap-us__inner_text {
    line-height: normal;
  }
  .section-header__wrap_text {
    line-height: normal;
    margin-top: 70px;
    font-size: 18px;
  }
  .section-header__wrap_title {
    margin-top: 230px;
  }
  .section-header__gif {
    margin-top: 125px;
  }
  .wrap-who__text {
    font-size: 18px;
    text-align: left;
  }
  .page__desc {
    font-size: 18px;
  }
  .wrap-us__inner_text {
    font-size: 18px;
  }
  .footer-logo__img {
    margin-bottom: 20px;
  }
  .left,
  .right {
    display: none;
  }
}

@media (max-width: 1200px) and (max-width: 400px) {
  .left,
  .right {
    display: none;
  }
}

@media (max-width: 1200px) {
  .holder-form .recaptcha-field {
    margin-top: 0;
  }
  .container .contact-form h2 {
    margin: 50px 0 38px;
  }
  .holder-form .input-contact__item {
    font-size: 16px;
    padding: 16px 16px 6px;
    margin-bottom: 8px;
  }
  .container .contact-form {
    margin-bottom: 50px;
    padding-top: 10px;
  }
  .section-header__wrap_text {
    width: 320px;
    font-size: 16px;
  }
  .section-header__wrap_title {
    margin-top: 170px;
    font-size: 28px;
  }
  .section-header__gif {
    margin-top: 200px;
  }
  .section-header__wrap_btn {
    margin: 30px 0;
  }
  .wrap-who {
    padding-top: 175px;
  }
  .wrap-us__inner_text {
    font-size: 16px;
  }
  .page__desc {
    font-size: 16px;
  }
  .wrap-who__text {
    font-size: 16px;
  }
  .page__heading {
    line-height: normal;
  }
  .footer-contact__list {
    font-size: 16px;
  }
  .main-scrollify .footer-copy {
    font-size: 14px !important;
    padding: 14px !important;
  }
  .header-position nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.contact-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 70px;
  max-width: 580px;
  margin: 0 auto 70px;
}

.contact-form h2 {
  margin: 100px 0 48px;
}

.recaptcha-field {
  margin-top: 50px;
}

.g-recaptcha .error__text {
  margin-bottom: 11px;
}

.holder-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.holder-form .input-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.holder-form .input-contact__item {
  margin-bottom: 11px;
  border-radius: 6px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 18px;
  padding: 22px 22px 18px;
  border-bottom: 4px solid #ffffff;
}

::-webkit-input-placeholder {
  color: #212121;
  font-family: 'Oswald', sans-serif;
}

:-moz-placeholder {
  color: #212121;
  font-family: 'Oswald', sans-serif;
}

::-moz-placeholder {
  color: #212121;
  font-family: 'Oswald', sans-serif;
}

:-ms-input-placeholder {
  color: #212121;
  font-family: 'Oswald', sans-serif;
}

.terms-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 44px;
  list-style: normal;
  color: #000000;
}

.error__text {
  opacity: 0;
}

.error-field .input-contact__item {
  border-bottom: 4px solid #F6404F;
}

.error-field .error__text {
  color: #F6404F;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
}

.footer-copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #636363;
  padding: 17px;
}

.footer-copy-line {
  width: 100%;
  height: 1px;
  background-color: #636363;
}

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