/*@import '~aos/dist/aos.css';*/
/*@import '~swiper/swiper-bundle.min.css';*/
@import "./spinner.css";
@import "./style.css";

.page-template-canvas .helper {
  margin-top: 0;
}

.dhero {
  background: #fef7ef;
  padding: 127px 0;
  text-align: center;
  position: relative;
}
.dhero__action a {
  display: inline-block;
}
.dhero__wrapper {
  display: block;
  max-width: 570px;
  margin: 0 auto;
}
.dhero__title {
  margin-bottom: clamp(16px, 4vw, 32px);
  line-height: 1;
}
.dhero__subtitle {
  color: #616169;
  font-size: clamp(18px, 3vw, 24px);
  margin-bottom: 16px;
  font-weight: 600;
}
.dhero__snippet {
  color: #4d4d4d;
  margin-bottom: clamp(20px, 5vw, 52px);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
.dhero__decor {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
.dhero__left {
  left: 110px;
}
.dhero__right {
  right: 70px;
}
@media screen and (max-width: 1700px) {
  .dhero__left {
    left: 16px;
  }
  .dhero__right {
    right: 16px;
  }
}
@media screen and (max-width: 1560px) {
  .dhero__decor {
    max-width: 400px;
  }
  .dhero__left {
    left: -80px;
  }
  .dhero__right {
    right: -100px;
  }
}
@media screen and (max-width: 1080px) {
  .dhero {
    padding: 288px 0 28px;
    text-align: left;
  }
  .dhero__decor {
    max-width: 250px;
  }
  .dhero__left {
    top: 24px;
    left: -36px;
    transform: unset;
  }
  .dhero__right {
    transform: unset;
    top: 16px;
    right: -100px;
  }
  .dhero__snippet {
    text-align: left;
    color: #616169;
    font-weight: 400;
  }
  .dhero__subtitle {
    color: #4D4D4D;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .dhero__left {
    max-width: 182px;
  }
  .dhero__right {
    max-width: 305px;
  }
}
@media screen and (max-width: 576px) {
  .dhero__title {
    max-width: 264px;
  }
  .dhero__action .ibtn {
    width: 100%;
  }
  .dhero__left,
  .dhero__right {
    display: none;
  }

.dhero{
	padding-top: 58px;
	padding-bottom: 96px;
}
}

.dhero__title,
.dti__title, 
.dww__title,
.dperks__title,
.dtips__title,
.dbenefits__title, 
.dcare__title,
.ifaq__title,
.dfooter__title {
  color: #333;
}

.dti {
  padding: clamp(52px, 10vw, 110px) 0;
}
.dti__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
}
.dti__title {
  margin-bottom: 16px;
}
.dti__content {
  color: #616169;
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 18px);
}
.dti__content p {
  margin-bottom: 16px;
  line-height: 1.2;
}
.dti__content p:first-child {
  font-size: 20px;
  margin-bottom: clamp(24px, 4vw, 32px);
}
.dti__content strong {
  font-size: clamp(18px, 3vw, 20px);
  color: #4d4d4d;
}
@media screen and (max-width: 800px) {
  .dti__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .dti__content {
    margin-bottom: 8px;
  }
  .dti__content p {
    line-height: 1.5;
  }
}

.dww {
  padding: clamp(52px, 10vw, 70px) 0;
}
.dww__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
}
.dww__subtitle {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  margin-bottom: clamp(32px, 6vw, 64px);
}
.dww__item + .dww__item {
  margin-top: 30px;
}
.dww__content {
  color: #0c0c0c;
}
@media screen and (max-width: 800px) {
  .dww__wrapper {
    display: block;
  }
  .dww__title {
    margin-bottom: 16px;
  }
  .dww__subtitle {
    color: #616169;
    line-height: 1.5;
  }
  .dww__content {
    margin-bottom: 32px;
  }
}

.dib {
  padding: clamp(24px, 4vw, 40px);
  background: #fef7ef;
  border-radius: 20px;
}
.dib__head {
  display: flex;
  align-items: center;
  margin-bottom: clamp(20px, 4vw, 24px);
}
.dib__icon {
  margin-right: 16px;
  background: linear-gradient(0deg, #f68c3a, #f68c3a), linear-gradient(222.07deg, #faaf40 -3.74%, #f16633 99.62%);
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dib__title {
  color: #0c0c0c;
  font-size: 24px;
  font-weight: 700;
}
.dib__body {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.45;
  color: #000;
}
@media screen and (max-width: 768px) {
  .dib__head {
    display: block;
  }
  .dib__title {
    color: #333333;
    margin-bottom: 0;
  }
  .dib__icon {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .dib__body {
    line-height: 1.5;
  }
  .dib__body b, .dib__body strong {
    font-weight: 500;
  }
}

.dperks {
  margin: clamp(52px, 10vw, 113px) 0;
}
.dperks__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
}
.dperks__title {
  margin-bottom: clamp(34px, 6vw, 64px);
}
.dperks__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: clamp(16px, 3vw, 30px);
}
.dperks__item {
  background: #fef7ef;
  padding: clamp(16px, 4vw, 40px) clamp(16px, 3.5vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 24px;
}
.dperks__icon {
  width: 78px;
  flex: 0 0 78px;
  height: 78px;
  background: linear-gradient(0deg, #f68c3a, #f68c3a), linear-gradient(222.07deg, #faaf40 -3.74%, #f16633 99.62%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 16px;
}
.dperks__name {
  font-size: clamp(20px, 4vw, 24px);
  font-weight: 700;
  text-align: center;
  color: #0c0c0c;
}
.dperks__item:nth-child(1) {
  border-bottom-right-radius: 0;
}
.dperks__item:nth-child(2) {
  border-bottom-left-radius: 0;
}
.dperks__item:nth-child(3) {
  border-top-right-radius: 0;
}
.dperks__item:nth-child(4) {
  border-top-left-radius: 0;
}
.dperks__content {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.45;
}
.dperks__content strong {
  font-size: clamp(20px, 4vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}
.dperks__content ul {
  padding-left: 0;
  list-style-type: none;
}
.dperks__content ul li {
  padding-left: 1.2em;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}
.dperks__content ul li:before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: #faaf40;
  border-radius: 100%;
  transform: translateY(7px);
}
@media screen and (max-width: 992px) {
  .dperks__wrapper {
    display: block;
  }
  .dperks__item {
    align-items: flex-start;
  }
  .dperks__name {
    text-align: left;
  }
  .dperks__features {
    margin-bottom: 32px;
  }
  .dperks__content {
    line-height: 1.5;
    color: #616169;
  }
  .dperks__content ul {
    color: #4d4d4d;
    font-weight: 700;
    margin-bottom: 32px;
    font-size: 18px;
  }
  .dperks__content p {
    margin-bottom: 16px;
  }
  .dperks__content strong {
    color: #0C0C0C;
  }
}

.dtips {
  padding: clamp(52px, 8vw, 64px) 0 clamp(52px, 8vw, 96px);
  text-align: center;
}
.dtips__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  margin-bottom: 64px;
}
.dtips__title {
  margin-bottom: 16px;
}
.dtips__subtitle {
  color: #4d4d4d;
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 400;
  line-height: 1.55;
  max-width: 830px;
  margin: 0 auto clamp(24px, 6vw, 64px);
}
.dtips__icon {
  background: linear-gradient(0deg, #f68c3a, #f68c3a), linear-gradient(222.07deg, #faaf40 -3.74%, #f16633 99.62%);
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  margin-bottom: 32px;
}
.dtips__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.dtips__snippet {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.dtips__content {
  font-size: 20px;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 1.2;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .dtips {
    text-align: left;
  }
  .dtips__grid {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .dtips__content {
    display: none;
  }
  .dtips__title {
    margin-bottom: 24px;
  }
  .dtips__subtitle {
    color: #616169;
  }
}

.dalert {
  padding: 16px;
  background: #fef7ef;
  border-radius: 12px;
}
.dalert__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #0c0c0c;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.dalert__title:before {
  content: "";
  background: #faaf40;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 12px;
}
.dalert__body {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.dbenefits {
  margin: clamp(52px, 8vw, 104px) 0;
}
.dbenefits__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
}
.dbenefits__head {
  margin-bottom: clamp(32px, 8vw, 64px);
  align-items: flex-start;
  display: flex;
  gap: 64px;
}
.dbenefits__subtitle {
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 400;
  line-height: 1.4;
  color: #4d4d4d;
}
.dbenefits__content {
  flex: 0 0 55%;
}
.dbenefits__image {
  height: 212px;
}
.dbenefits__image img {
  max-height: 220px;
  width: auto;
}
.dbenefits__col {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .dbenefits__title {
    margin-bottom: 16px;
  }
  .dbenefits__head {
    display: block;
  }
  .dbenefits__subtitle {
    margin-bottom: 32px;
    color: #616169;
  }
  .dbenefits__wrapper {
    grid-template-columns: 1fr;
  }
  .dbenefits__image {
    height: auto;
  }
}

.ilist {
  display: flex;
  align-items: flex-start;
  margin-top: clamp(16px, 3vw, 24px);
  text-align: left;
}
.ilist__index {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 14.4px;
  background: linear-gradient(222.07deg, #faaf40 -3.74%, #f16633 99.62%);
  font-size: 28.8px;
  font-weight: 700;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 39px;
}
.ilist__title {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 16px;
}
.ilist__snippet {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.92px;
}
@media screen and (max-width: 992px) {
  .ilist__index {
    margin-right: 12px;
  }
  .ilist__title {
    height: 64px;
    display: flex;
    align-items: center;
  }
  .ilist__snippet {
    margin-left: -76px;
  }
}

.dcare {
  padding: clamp(52px, 8vw, 75px) 0;
  text-align: center;
}
.dcare__snippet {
  max-width: 721px;
  margin: 0 auto clamp(32px, 6vw, 64px);
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 400;
  line-height: 1.5;
}
.dcare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
}
.dcare__item {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .dcare {
    text-align: left;
  }
  .dcare__title {
    margin-bottom: 16px;
  }
  .dcare__grid {
    grid-template-columns: 1fr;
  }
  .dcare__snippet {
    color: #616169;
    font-weight: 500;
  }
  .dcare .dib__head {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .dcare .dib__icon {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .dcare .dib__title {
    font-size: 20px;
  }
  .dcare .dib__body {
    font-size: 18px;
    line-height: 1.45;
  }
}

.dfooter {
  padding-top: clamp(52px, 8vw, 80px);
  background: #fef7ef;
  text-align: center;
  overflow: hidden;
  margin-top: clamp(80px, 10vw, 130px);
}
.dfooter__title {
  margin-bottom: 16px;
}
.dfooter__subtitle {
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 400;
  line-height: 1.45;
  color: #4d4d4d;
  margin-bottom: clamp(32px, 6vw, 60px);
}
.dfooter__action {
  display: block;
  margin-bottom: 80px;
}
.dfooter__action a {
  display: inline-block;
}
.dfooter img {
  margin-bottom: -3vw;
  width: 100%;
}
@media screen and (max-width: 360px){
	.mobile-menu__button{
		margin-left: 4px;
	}
	
	.logo{
		max-width: 96px;
	}
	
	.lang{
		width: 115px;
	}
}

.dbenefits__wrapper .dbenefits__col:first-child img{
	max-height: 170px;
}
/*# sourceMappingURL=dating.css.map */
