/*!
Theme Name: elma
Version: 2.0.0
*/


/* page thankyou */


.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: none
}

.section-full {
  margin: 0 auto;
  max-width: 1880px;
  width: 100%;
  border-radius: 50px
}

@media(max-width: 767.98px) {
  .section-full {
    border-radius: 30px
  }
}

._title-1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 129.1666666667%;
  text-align: left;
}

@media(max-width: 1230px) {
  ._title-1 {
    font-size: 38px
  }
}

@media(max-width: 991.8px) {
  ._title-1 {
    font-size: 28px
  }
}

@media(max-width: 767.98px) {
  ._title-1 {
    font-size: 24px
  }

  ._title-1 br {
    display: none
  }
}


.front-page {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/front-page-bg.webp");
  padding: 120px 0;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.front-page .wrapper {
  position: relative;
}

@media(max-width: 991.8px) {
  .front-page {
    padding: 60px 0
  }
}

.front-page__left {
  max-width: none
}

@media(max-width: 767.98px) {
  .front-page__left {
    position: relative
  }

  .front-page .overlay {
    display: block;
    background-color: hsla(0, 0%, 100%, 0.5)
  }
}

.front-page__title {
  margin-bottom: 20px
}

@media(max-width: 991.8px) {
  .front-page__title {
    margin-bottom: 10px
  }
}

@media(max-width: 767.98px) {
  .front-page__title {
    max-width: 100%
  }
}

.front-page__subtitle {
  font-size: 30px;
  line-height: 133.3333333333%;
  margin-bottom: 50px
}

@media(max-width: 1230px) {
  .front-page__subtitle {
    margin-bottom: 40px
  }
}

@media(max-width: 991.8px) {
  .front-page__subtitle {
    font-size: 22px;
    margin-bottom: 25px
  }
}

@media(max-width: 767.98px) {
  .front-page__subtitle {
    font-size: 18px;
    margin-bottom: 15px
  }

  .front-page__subtitle br {
    display: none
  }
}


.front-page__btn {
  max-width: 360px;
  height: 100px
}

@media(max-width: 991.8px) {
  .front-page__btn {
    height: 70px;
    font-size: 16px
  }
}

.front-page__correct {
  display: flex;
  gap: 15px;
  margin-bottom: 30px
}

.front-page__correct svg {
  width: 24px;
  min-width: 24px
}

@media(max-width: 991.8px) {
  .front-page__correct {
    margin-bottom: 20px
  }
}

@media(max-width: 767.98px) {
  .front-page__correct {
    margin-bottom: 15px
  }
}

.front-page__correct-text {
  font-size: 18px;
  line-height: 144.4444444444%
}

@media(max-width: 468px) {
  .front-page__correct-text br {
    display: none
  }
}

.front-page__bottom {
  display: flex;
  gap: 10px
}

@media(max-width: 767.98px) {
  .front-page__bottom {
    flex-direction: column
  }
}

.front-page__bottom-left {
  height: 100px;
  max-width: 350px;
  width: 100%;
  border-radius: 14px;
  background-color: #ffffff;
  padding: 35px;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%
}

@media(max-width: 767.98px) {
  .front-page__bottom-left {
    height: 80px;
    padding: 25px 35px;
    font-size: 18px
  }
}

.front-page__btn {
  height: 100px;
  max-width: 400px;
  flex-direction: column;
  gap: 0
}

@media(max-width: 767.98px) {
  .front-page__btn {
    height: 80px;
    max-width: 350px !important
  }
}

.front-page__btn span {
  font-size: 14px;
  line-height: 1.2
}


.popup {
  padding: 0;
  max-width: 670px;
  border-radius: 30px;
}

.popup__inner {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 55px 50px;
  color: var(--default-color);
}

@media (max-width: 767.98px) {
  .popup__inner {
    padding: 40px 35px;
  }
}

@media (max-width: 575.98px) {
  .popup__inner {
    padding: 35px 30px;
  }
}

.popup__form {
  position: relative;
  z-index: 1;
}

.popup__title {
  font-weight: 600;
  font-size: 32px;
  line-height: calc(39/32*100%);
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .popup__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .popup__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .popup__title br {
    display: none !important;
  }
}

.popup__inputs {
  display: grid;
  gap: 10px;
  max-width: 469px;
  width: 100%;
}

@media (max-width: 767.98px) {
  /* .popup__inp {
    height: 52px;
  } */

  .popup__inp::placeholder {
    top: 18px;
  }
}

.popup__inp::placeholder {
  top: 28px;
  color: #5E5E5E;
}

.popup__checkbox input {
  display: none !important;
}

.popup__checkbox p {
  color: var(--default-color);
}


.popup__img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.popup__btn {
  height: 96px;
  max-width: none;
}

#callback .popup__subtitle {
  margin-bottom: 52px;
}

@media (max-width: 767.98px) {
  #callback .popup__subtitle {
    margin-bottom: 30px;
  }

  .service-standard__elem-img {
    object-position: right;
  }

    .service-standard__elem-title{
      display: none;
    }
}

@media (max-width: 575.98px) {
  #callback .popup__subtitle {
    margin-bottom: 15px;
  }
}

#correct.popup {
  max-width: 500px;
}

.swiper-button-prev.swiper-button-lock,
.swiper-button-next.swiper-button-lock{
  display: none;
}