/* Service */
.service {
  position: relative;
  min-width: 800px;
  background: #0A0A0A;
}

.service__content {
  position: relative;
  margin: 0 auto;
  padding: 0 40px 96px 40px;
  max-width: 1200px;
}

.service__title {
  font-family: 'Actay';
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 24px;
  color: white;
}

.service__grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: -16px;
  align-items: stretch;
}

.service__item {
  width: calc(100% / 3 - 16px);
  margin-right: 16px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid transparent;
  background:
  linear-gradient(#232323, #232323) padding-box,
  linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.05)) border-box;
}

.service__header {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  padding: 24px 24px 18px 24px;
  color: white;
}

.service__card {
  padding: 0 24px 0 40px;
  flex: 1;
}

.service__service {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.service__key {
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 100%;
  margin-right: 8px;
}

.service__value {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.service__imgbox {
  width: calc(100%/3 - 16px);
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid transparent;
  background:
  linear-gradient(#232323, #232323) padding-box,
  linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.05)) border-box;
}

.service__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}





/* General */
.general {
  position: relative;
  min-width: 800px;
  background: #0A0A0A;
}

.general__content {
  position: relative;
  margin: 0 auto;
  padding: 0px 40px 140px 40px;
  max-width: 1200px;
  display: flex;
}

.general__title {
  font-family: 'Actay';
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  color: white;
  margin-bottom: 24px;
}

.general__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  margin-right: 40px;
  width: 340px;
  color: white;
}


.general__imgbox {
  height: 438px;
  width: 740px;
  border-radius: 8px;
  overflow: hidden;
}

.general__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.general__buttons {
  display: flex;
  align-items: center;
}

.general__whatsapp {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #535353;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}



/* Adress */
.adress {
  overflow: hidden;
  position: relative;
  background: #0A0A0A;
  min-width: 800px;
  padding-bottom: 140px;
}

.adress__content {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
}

.adress__title {
  font-family: 'Actay';
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 44px;
  color: white;
}

.adress__grid {
  display: flex;
}

.adress__subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: white;
}

.adress__imgbox {
  position: relative;
  width: 540px;
  height: 413px;
  margin-right: 126px;
  overflow: hidden;
  border-radius: 8px;
}

.adress__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.adress__block {
  margin-bottom: 32px;
}

.adress__header {
  display: flex;
  margin-bottom: 32px;
}

.adress__svg {
  margin-right: 16px;
}

.adress__item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.adress__item:last-of-type {
  margin-bottom: 0;
}

.adress__key {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #848484;
  margin-right: 8px;
}

.adress__value {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

.adress__value--link {
  border-bottom: 1px solid transparent;
  transition: .3s;
}

.adress__value--link:hover {
  border-color: white;
  transition: .3s;
}

.adress__button {
  margin-top: 32px;
  max-width: 176px;
}


/* Benefits */
.benefits {
  position: relative;
  background: #0A0A0A;
  min-width: 800px;
}

.benefits__content {
  position: relative;
  margin: 0 auto;
  padding: 0 40px 94px 40px;
  max-width: 1200px;
}

.benefits__title {
  font-family: 'Actay';
  font-weight: 500;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
  color: white;
}

.benefit__img {
  height: 636px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.benefits__grid {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 190px;
  width: calc(100% - 80px);
}

.benefits__item {
  width: 363px;
  height: 170px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(35,35,35,.60), rgba(35,35,35,.60)) padding-box,
    linear-gradient(180deg, rgba(255,255,255,.35), rgba(255,255,255,.05)) border-box;

  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  margin-bottom: 32px;
}

.benefits__item:last-of-type {
  margin-bottom: 0;
}

.benefits__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 18px;
  color: white;
}

.benefits__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: white;
}

@media (max-width: 1300px) {
  .benefits__content {
    max-width: 1024px;
  }
  .benefits__title {
    font-size: 24px;
    line-height: 32px;
    padding-left: 80px;
    margin-bottom: 48px;
  }
  .benefits__item {
    position: relative;
    width: calc(100%/4 - 16px);
    margin-right: 16px;
    padding: 54px 16px 42px 16px;
  }
  .benefits__name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .benefits__text {
    font-size: 14px;
    line-height: 21px;
  }
}


/* Contact */
.contact {
  position: relative;
  background: #0A0A0A;
  min-width: 800px;
}

.contact__content {
  position: relative;
  margin: 0 auto;
  padding: 80px 40px;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact__img {
  height: 413px;
}

@media (max-width: 1300px) {
  .contact__content {
    max-width: 1024px;
    padding: 0 40px;
  }
}

@media (max-width: 900px) {
  .contact__content {
    justify-content: space-between;
  }
}


/* Form */
.form {
  position: relative;
  max-width: 375px;
}
.form__header {
  font-family: 'Actay';
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 32px;
  color: white;
}
.form__group {
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 8px;
}
.form__name {
  display: block;
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: white;
}
.form__input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 72px;
  box-sizing: border-box;
  background: #1A1A1A;
  color: #767676;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #767676;
  transition: .3s;
}
.form__input::placeholder {
  color: #767676;
}
.form__input:hover {
  border-color: #E6EBF1;
  transition: .3s;
}
.form__input:focus {
  border-color: #767676;
  transition: .3s;
}
.form__error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  color: #E97262;
  display: none;
  margin-top: 4px;
}
.form__button {
  width: 100%;
  transition: background-color 0.3s ease;
}
.form__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 32px;
}
.form__img {
  opacity: 1 !important;
  visibility: visible !important;
  height: 153px;
  display: block;
  margin: 0 auto 16px auto;
}
.form__btnsuccess {
  width: 100%;
  background: #7DD19E;
  pointer-events: none;
}
.form__btnfail {
  width: 100%;
  background: #E97262;
  pointer-events: none;
}
.form__success {
  width: calc(100% - 120px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #F5F5F5;
  margin: auto;
  z-index: 5;
}
.form__fail {
  width: calc(100% - 120px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #F5F5F5;
  margin: auto;
  z-index: 5;
}
.form__policy {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  color: white;
}
.form__policylink {
  display: inline;
  color: #F7FF01;
  border-bottom: 1px solid transparent;
  transition: .3s;
}
.form__policylink:hover {
  border-color:#F7FF01;
  transition: .3s;
}
.loader {
  animation: spin 1s linear infinite;
  transform-origin: center center; 
  display: none;
}
@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 1300px) {
  .loader {
    width: 21px;
    height: 21px;
  }

  .form {
    width: 428px;
    padding: 0 64px;
  }
  .form__img {
    height: 114px;
  }
  .form__header {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .form__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
  }
  .form__name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 21px;
  }
  .form__input {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 21px;
  }
  .form__btnfail svg {
    width: 21px;
    height: 21px;
  }
  .form__btnsuccess svg {
    width: 21px;
    height: 21px;
  }
}


/* Footer */
.footer {
  position: relative;
  min-width: 800px;
  background: #3B3B3B;
}

.footer__content {
  position: relative;
  margin: 0 auto;
  padding: 64px 40px;
  max-width: 1120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__socials {
  display: flex;
  align-items: center;
  margin-top: 85px;
}

.footer__social {
  display: flex;
  width: 42px;
  height: 42px;
  background: #232323;
  margin-right: 12px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.footer__social svg {
  width: 25px;
  height: 25px;
}

.footer__social:last-of-type {
  margin-right: 0;
}

.footer__social rect{
  transition: all ease-in .3s;
}
.footer__social path{
  transition: all ease-in .3s;
}
.footer__social--insta:hover rect {
  stroke: #F63F64;
  transition: all ease-in .3s;
}
.footer__social--face:hover rect {
  stroke: #68A3FF;
  transition: all ease-in .3s;
}
.footer__social--wats:hover rect {
  stroke: #65CF72;
  transition: all ease-in .3s;
}
.footer__social--insta:hover path {
  fill: #F63F64;
  transition: all ease-in .3s;
}
.footer__social--face:hover path {
  fill: #68A3FF;
  transition: all ease-in .3s;
}
.footer__social--wats:hover path {
  fill: #65CF72;
  transition: all ease-in .3s;
}

.footer__block {
  display: flex;
}

.footer__column {
  margin-right: 80px;
}

.footer__column:last-of-type {
  margin-right: 0;
}

.footer__key {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9D9D9D;
}

.footer__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 16px;
  border-bottom: 1px solid transparent;
  transition: all ease-in .3s;
  width: fit-content;
}

.footer__value:hover {
  color: #E72929;
  border-color: #E72929;
  transition: all ease-in .3s;
}

.footer__value--nolink {
  pointer-events: none;
}



.footer__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #D8D8D8;
  white-space: nowrap;
  width: fit-content;
  transition: all ease-in .3s;
}

.footer__item:hover {
  color: #F7FF01;
  transition: all ease-in .3s;
}

.footer__logobox {
  display: flex;
  align-items: center;
  justify-content: center;
}


@media (max-width: 1300px) {
  .footer__content {
    padding: 48px 40px;
    max-width: 1024px;
  }
  .footer__socials {
    display: flex;
    align-items: center;
    margin-top: 32px;
  }
  .footer__social svg {
    width: 25px;
    height: 25px;
  }
  .footer__column {
    margin-right: 50px;
  }
  .footer__key {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 4px;
  }
  .footer__value {
    font-size: 14px;
    line-height: 21px;
  }
  .footer__item {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 21px;
  }
}


/* Footbar */
.footbar {
  position: relative;
  background: #0A0A0A;
  color: white;
  min-width: 800px;
}

.footbar__content {
  position: relative;
  margin: 0 auto;
  padding: 24px 40px;
  max-width: 1120px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


@media (max-width: 1300px) {
  .footbar__content {
    padding: 16px 40px;
    max-width: 1024px;
    font-size: 14px;
    line-height: 21px;
  }
}