*, *::before,
*::after {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
}

a {
  text-decoration: none;
  font-family: inherit;
}

svg:focus {
  outline: none;
}

html,
body {
  height: 100%;
  margin: 0;
}

html {
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.7692307692;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #1A2911;
}
body.color-black {
  background-color: #0F140C;
}

main {
  position: relative;
  overflow: hidden;
}
main .circle-1 {
  width: 82.407vh;
  height: 82.407vh;
  border-radius: 50%;
  border: 2px solid #65FE08;
  opacity: 0.2;
  position: absolute;
  top: 110vh;
  left: 35.417vw;
  transition: all 0.8s ease;
}
main .circle-1.move-offer {
  top: 258vh;
  left: -10vw;
  border-color: #C83B10;
  width: 56.944vh;
  height: 56.944vh;
  opacity: 0.8;
}
main .circle-1.move-center {
  border-color: #65FE08;
  width: 82.407vh;
  height: 82.407vh;
  opacity: 0.2;
}
main .circle-1.move-services {
  top: 310vh;
  left: 2vw;
  border-color: #FFFFFF;
  width: 44.167vh;
  height: 44.167vh;
  opacity: 0.2;
}
main .circle-2 {
  width: 125.37vh;
  height: 125.37vh;
  border-radius: 50%;
  border: 2px solid #65FE08;
  opacity: 0.2;
  position: absolute;
  top: 90vh;
  left: 35.417vw;
  transition: all 0.8s ease;
  z-index: -1;
}
main .circle-2.move-offer {
  top: 190vh;
  left: 77vw;
  border-color: #C83B10;
  width: 76.111vh;
  height: 76.111vh;
  opacity: 0.8;
}
main .circle-2.move-center {
  border-color: #65FE08;
  width: 125.37vh;
  height: 125.37vh;
  opacity: 0.2;
}
main .circle-2.move-services {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-color: #FFFFFF;
  width: 117.593vh;
  height: 117.593vh;
  opacity: 0.2;
}

.container {
  max-width: calc(100% - 4.167vw);
}

section {
  height: 100vh;
}

.section-title {
  font-size: clamp(40px, 6.25vw, 120px);
  font-weight: 700;
  line-height: 0.85;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 6.593vh;
}
.section-title span {
  color: #65FE08;
}

a {
  color: inherit;
  transition: 250ms ease-in-out;
}
a:hover, a:visited {
  color: inherit;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  box-shadow: none;
  transition: 250ms ease-in-out;
  color: inherit;
}
.btn-primary {
  width: 120px;
  height: 48px;
  background-color: #EBF2E6;
  color: #0F140C;
  font-size: 20px;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:first-child:active, .btn-primary:visited, .btn-primary:focus-visible {
  background-color: #EBF2E6;
  color: #0F140C;
  border: none;
  box-shadow: none;
}
.btn-primary:hover {
  color: #0F140C;
  background-color: #65FE08;
}
.btn-primary svg {
  margin-right: 12px;
}
.btn-submit {
  width: 100%;
  height: 6.481vh;
  min-height: 36px;
  background-color: #1A2911;
  color: #FFFFFF;
  font-size: clamp(12px, 1.0416666667vw, 20px);
}
.btn-submit:focus, .btn-submit:active, .btn-submit:first-child:active, .btn-submit:visited, .btn-submit:focus-visible {
  background-color: #1A2911;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
}
.btn-submit:hover {
  color: #0F140C;
  background-color: #65FE08;
}
.btn-secondary {
  width: auto;
  height: 36px;
  background-color: #65FE08;
  color: #0F140C;
  font-size: 12px;
  padding: 12px 16px;
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary:first-child:active, .btn-secondary:visited, .btn-secondary:focus-visible {
  background-color: #65FE08;
  color: #0F140C;
  border: none;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #0F140C;
  background-color: #EBF2E6;
}

.header {
  position: fixed;
  top: 4.4vh;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .navbar {
  justify-content: flex-start;
  gap: 6.25vw;
}
.header .menu {
  display: flex;
  align-items: center;
  gap: 4.167vw;
}
.header .menu a {
  font-size: clamp(13px, 0.8333333333vw, 16px);
  color: #FFFFFF;
  transition: 250ms ease-in-out;
}
.header .menu a:hover {
  color: #65FE08;
}
@media (max-width: 991px) {
  .header {
    top: 0;
  }
  .header .navbar {
    padding: 16px 0;
    justify-content: space-between;
  }
}

.header__logo {
  width: 12.7vw;
  height: 1.7vw;
}
@media (max-width: 991px) {
  .header__logo {
    width: 33px;
    height: 31px;
  }
}

.mobile-menu {
  background-color: #C83B10;
  border: none;
  width: 100%;
}
.mobile-menu .header__close {
  width: 30px;
  height: 30px;
}
.mobile-menu .offcanvas-header {
  padding: 16px;
}
.mobile-menu .offcanvas-body {
  display: flex;
  align-items: center;
}
.mobile-menu .mobile-nav {
  padding: 0;
  margin-top: -80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #FFFFFF;
}
.mobile-menu .mobile-nav li {
  padding: 3.5vh 0;
}
.mobile-menu .mobile-nav a {
  color: inherit;
}

.footer {
  height: auto;
  position: relative;
  padding: 2.083vw 0;
  background-color: #C83B10;
  color: #FFFFFF;
}
.footer__navbar {
  padding-bottom: 2.083vw;
}
.footer__navbar .footer-menu {
  display: flex;
  gap: 6.25vw;
}
.footer__navbar .footer-menu a {
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer__info {
  font-size: clamp(10px, 0.8333333333vw, 16px);
  text-transform: capitalize;
  text-align: right;
  padding-bottom: 2.083vw;
}
.footer__contacts {
  display: flex;
  gap: 1.042vw;
}
.footer__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(10px, 0.8333333333vw, 16px);
  color: #FFFFFF;
}
.footer__link:hover, .footer__link:focus {
  color: inherit;
}
.footer__link img {
  width: 24px;
  height: 24px;
}
.footer__copy {
  font-size: clamp(10px, 0.6770833333vw, 13px);
  text-align: right;
}
@media (max-width: 767px) {
  .footer {
    padding: 60px 0 16px 0;
    min-height: 100vh;
  }
  .footer .container {
    height: 100%;
    min-height: calc(100vh - 76px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer .footer-menu {
    flex-direction: column;
    gap: 40px;
  }
  .footer .footer__info {
    text-align: left;
    margin-top: auto;
    margin-bottom: 40px;
  }
  .footer .footer__contacts {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
  }
  .footer .footer__copy {
    text-align: left;
  }
}

.terms {
  padding: 200px 0 120px 0;
}
.terms__date {
  font-size: 16px;
}
.terms__content h2 {
  font-size: clamp(20px, 3.125vw, 60px);
  line-height: 1;
  text-transform: uppercase;
  margin: 80px 0 20px 0;
}
.terms__content p {
  margin: 0 0 20px 0;
}
.terms__content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.terms__content table {
  width: 100%;
}
.terms__content table th, .terms__content table td {
  padding: 10px;
  border: 1px solid #FFFFFF;
}
@media (max-width: 991px) {
  .terms {
    padding: 80px 0;
  }
}

body.success-page header, body.success-page footer {
  display: none;
}

.success-page {
  position: relative;
  background-color: #C83B10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}
.success-page__content {
  text-align: center;
}
.success-page__content h1 {
  font-size: clamp(20px, 3.125vw, 60px);
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 6.25vw;
}
.success-page__link {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  padding-left: 28px;
  position: relative;
  background-image: url("../images/icons/arrow-link.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
.success-page .circle-1 {
  width: 64.063vw;
  height: 64.063vw;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  opacity: 0.2;
  position: absolute;
  top: -27.917vw;
  left: -17.708vw;
  z-index: -1;
}
.success-page .circle-2 {
  width: 34.063vw;
  height: 34.063vw;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.form-field {
  margin: 0 0 1.852vh 0;
}

.form-label {
  margin-bottom: 1.111vh;
  font-size: clamp(10px, 1.0416666667vw, 20px);
  color: #0F140C;
}

.form-control {
  height: 5.556vh;
  min-height: 30px;
  padding: 0.833vh 1.852vh;
  border: none;
  border-radius: 8px;
  background-color: #EBF2E6;
  font-size: clamp(8px, 0.8333333333vw, 16px);
  color: #0F140C;
}
.form-control:focus {
  background-color: #EBF2E6;
  outline: 0;
  box-shadow: none;
  color: #0F140C;
  border: none;
}
.form-control.is-invalid {
  background-image: none;
  border: none;
}
.form-control.is-invalid:focus {
  box-shadow: none;
}

textarea.form-control {
  height: 100%;
}

.error__text {
  margin: 4px 0 0;
  font-size: clamp(8px, 0.7291666667vw, 14px);
  color: #e21e32;
}

.form-check {
  margin: 2.778vh 0;
  padding-left: 32px;
}

.form-check-label {
  color: #0F140C;
  font-size: clamp(5px, 0.5729166667vw, 11px);
  line-height: 1.1;
}

.form-check-input[type=checkbox] {
  margin-top: 2px;
  margin-left: -32px !important;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 2px solid #0F140C;
}
.form-check-input[type=checkbox]:checked {
  background-color: transparent;
  background-image: url("../../images/icons/check.svg") !important;
  background-size: auto;
  border-color: #0F140C;
}
.form-check-input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
  border-color: #0F140C;
}

.form-control-recaptcha {
  transform: scale(0.9);
}

.form-btn {
  margin-top: 2.778vh;
}

.top {
  position: relative;
  background-color: #1A2911;
  z-index: 1;
}
.top .container {
  height: 100%;
}
.top__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top__inner p {
  font-size: clamp(10px, 0.8333333333vw, 16px);
  max-width: 31.25vw;
  text-transform: capitalize;
}
.top__inner a {
  margin-top: 8vh;
}
.top__content {
  position: relative;
  transition: transform 0.5s ease;
}
.top__link {
  position: absolute;
  left: 0;
  bottom: 4.4vh;
  font-size: clamp(14px, 1.0416666667vw, 20px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}
.top__link span {
  padding-right: 1.042vw;
}
.top__img {
  position: absolute;
  top: 0;
  right: 39vw;
  height: 100%;
  transform: translateX(0px);
}
@media (max-width: 991px) {
  .top__inner p {
    max-width: 100%;
  }
  .top__img {
    right: 0;
  }
  .top__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    bottom: 8vh;
    left: 50%;
    transform: translateX(-50%);
  }
  .top__link span {
    display: none;
  }
  .top__link svg {
    width: 32px;
    height: 32px;
    filter: brightness(1) invert(1);
  }
}

.about {
  transition: background-color 0.5s ease;
  position: relative;
}
.about .container {
  height: 100%;
}
.about__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about__inner p {
  font-size: clamp(10px, 0.8333333333vw, 16px);
  max-width: 31.25vw;
}
.about__content {
  position: absolute;
  transition: transform 0.5s ease 0.1s;
}
.about__content.move-left {
  transform: translateX(-100%);
}
.about__content.move-center {
  transform: translateY(0);
}
.about__content.move-bottom {
  transform: translateY(100%);
}
.about__img {
  width: 23.177vw;
  height: 23.177vw;
  min-width: 250px;
  min-height: 250px;
  position: absolute;
  top: 16.667vh;
  right: 23.958vw;
  transition: all 0.5s ease 0.1s;
}
.about__img.move-right {
  transform: translateX(100%);
  opacity: 1;
}
.about__img.move-center {
  transform: translateY(0);
  opacity: 1;
}
.about__img.move-top {
  transform: translateY(-200vh);
  opacity: 0;
}
.about__mission {
  width: 23.177vw;
  height: 23.177vw;
  min-width: 250px;
  min-height: 250px;
  position: absolute;
  bottom: 16.667vh;
  right: 8.333vw;
  background-color: #EBF2E6;
  padding: 2.083vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #0F140C;
  transition: transform 0.5s ease 0.1s;
}
.about__mission.move-right {
  transform: translateX(100%);
}
.about__mission.move-center {
  transform: translateY(0);
}
.about__mission.move-bottom {
  transform: translateY(100%);
}
.about__mission h3 {
  font-size: clamp(20px, 3.125vw, 60px);
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about__mission p {
  font-size: clamp(10px, 0.6770833333vw, 13px);
}
@media (max-width: 767px) {
  .about .about__content {
    position: relative;
    margin-bottom: 24px;
  }
  .about .about__inner {
    flex-direction: column;
    justify-content: center;
  }
  .about .about__inner p {
    max-width: 100%;
  }
  .about .about__img {
    display: none;
  }
  .about .about__mission {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
    padding: 20px;
  }
  .about .about__mission p {
    margin: 0;
  }
  .about .circle-1, .about .circle-2 {
    display: none;
  }
}

.offer {
  overflow: hidden;
}
.offer .container {
  height: 100%;
}
.offer__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.offer__content {
  position: absolute;
  transition: transform 0.5s ease;
}
.offer__title {
  transition: transform 0.5s ease 0.1s;
}
.offer__title.move-top {
  transform: translateY(-100%);
}
.offer__title.move-center {
  transform: translateY(0);
}
.offer__title.move-bottom {
  transform: translateY(100%);
}
.offer__scroll {
  position: relative;
  width: 95.833vw;
  overflow: auto;
  transition: all 0.5s ease 0.2s;
}
.offer__scroll.move-top {
  transform: translateY(-100%);
}
.offer__scroll.move-center {
  transform: translateY(0);
}
.offer__scroll.move-bottom {
  transform: translateY(500%);
}
.offer__row {
  width: 100%;
  min-width: 1128px;
  padding-left: 8.333vw;
  display: flex;
  gap: 2px;
}
@media (max-width: 767px) {
  .offer__row {
    padding: 0;
  }
}
.offer__col {
  background-color: #C83B10;
  position: relative;
  overflow: hidden;
}
.offer__col:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EBF2E6;
  position: absolute;
  top: -100%;
  left: 0;
  transition: top 0.3s;
}
.offer__col:hover:before {
  top: 0;
  transition: top 0.3s;
}
.offer__item {
  position: relative;
  width: 15.833vw;
  height: 20.208vw;
  min-width: 224px;
  min-height: 272px;
  padding: 2.083vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFFFFF;
  transition: color 0.3s;
}
.offer__item h3 {
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1;
  text-transform: uppercase;
}
.offer__item p {
  font-size: clamp(10px, 0.6770833333vw, 13px);
  margin: 0;
}
.offer__item:hover {
  color: #0F140C;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .offer__item {
    padding: 20px;
  }
}

.services .container {
  height: 100%;
}
.services__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services__content {
  transition: transform 0.5s ease;
}
.services__content h2 {
  text-align: right;
}
@media (max-width: 767px) {
  .services__content h2 {
    text-align: left;
  }
}
.services__title {
  transition: transform 0.5s ease 0.1s;
}
.services__title.move-center {
  transform: translateY(0);
}
.services__title.move-right {
  transform: translateX(100%);
}
.services__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.042vw;
}
@media (max-width: 767px) {
  .services__row {
    gap: 14px;
  }
}
.services__item {
  width: calc(25% - 1.042vw);
  box-sizing: border-box;
}
.services__item h3 {
  font-size: clamp(10px, 1.25vw, 24px);
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: 250ms ease-in-out;
}
.services__item h3:hover {
  color: #C83B10;
}
@media (max-width: 991px) {
  .services__item {
    width: calc(33% - 1.042vw);
  }
}
@media (max-width: 767px) {
  .services__item {
    width: calc(50% - 14px);
  }
}

.contacts {
  background-color: #C83B10;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  display: none;
  z-index: 100;
  transition: right 0.5s ease;
}
.contacts.half {
  display: block;
  right: -60vw;
}
.contacts.half #start-btn {
  display: inline-flex;
}
.contacts.half #back-btn {
  display: none;
}
.contacts.hidden {
  display: block;
  right: -100%;
}
.contacts.hidden #start-btn {
  display: inline-flex;
}
.contacts.hidden #back-btn {
  display: none;
}
.contacts.full {
  display: block;
  right: 0;
}
.contacts.full #start-btn {
  display: none;
}
.contacts.full #back-btn {
  display: inline-flex;
}
.contacts:before {
  content: "";
  width: 5.6vh;
  height: 5.6vh;
  background-color: #C83B10;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2.8vh);
  left: -2.8vh;
}
.contacts .container {
  height: 100%;
  overflow: auto;
}
.contacts__inner {
  height: 100%;
  padding: 4.688vw 5.729vw;
}
.contacts__close {
  width: 2.5vw;
  height: 2.5vw;
  min-width: 32px;
  min-height: 32px;
  position: absolute;
  top: 2.2vh;
  right: 2.2vh;
}
.contacts__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.contacts__content {
  width: 33.333vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contacts__logo {
  width: 19.63vh;
  height: 17.963vh;
  margin-bottom: 5.556vh;
}
.contacts__title {
  font-size: clamp(20px, 3.125vw, 60px);
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 3.704vh;
}
.contacts__subtitle {
  font-size: clamp(13px, 0.8333333333vw, 16px);
  margin-bottom: 11.111vh;
}
.contacts__btn {
  margin-bottom: 3.704vh;
}
.contacts__info {
  margin-top: auto;
}
.contacts__info div {
  margin-top: 8px;
}
.contacts__info a {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #FFFFFF;
}
.contacts__info a:hover, .contacts__info a:focus {
  color: inherit;
}
.contacts__info img {
  width: 24px;
  height: 24px;
}
.contacts__form {
  width: 33.333vw;
  min-width: 288px;
  background-color: #FFFFFF;
  padding: 2.083vw;
}
@media (max-width: 991px) {
  .contacts.half {
    right: -100%;
  }
  .contacts:before {
    content: none;
  }
  .contacts__inner {
    height: 100%;
    padding: 0 0 14px 0;
  }
  .contacts__content {
    display: none;
  }
  .contacts__row {
    justify-content: center;
    height: calc(100% - 66px);
  }
  .contacts__mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0;
  }
  .contacts__mobile-logo {
    width: 33px;
    height: 31px;
  }
  .contacts__mobile-close {
    width: 30px;
    height: 30px;
  }
  .contacts__form {
    width: 100%;
    max-width: 400px;
  }
}/*# sourceMappingURL=style.css.map */