/* Home */

.hero {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.hero__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 17px;
  max-width: fit-content;
  min-width: 331px;
  padding: 25px 30px 30px;
  width: 100%;
}
.hero__title {
  color: #fff;
  font-weight: 500;
  max-width: 241px;
  padding: 10px;
  text-align: left;
  width: 100%;
  padding-left: 0px;
}
.features__title {
  display: ruby;
  width: 100%;
}
.hero__title > * {
  display: inline !important;
}
.hero__subtitle {
  color: #fff;
  font-weight: 300;
  text-align: left;
  display: flex;
  max-width: 231px;
  padding: 0;
  width: 100%;
}
.hero__actions {
  display: flex;
  gap: 11px;
  margin-top: 10px;
}

@media screen and (min-width: 758px) {
  .hero__content {
    min-height: 403px;
    min-width: 497px;
    width: 497px;
  }
  .hero__title {
    max-width: 294px;
  }
  .hero__subtitle {
    max-width: 344px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__content {
    gap: 24px;
    justify-content: center;
    max-width: 917px;
    min-height: 650px;
    width: 917px;
    padding-left: 100px;
  }
  .hero__title {
    max-width: 575px;
    padding: 0;
  }
  .hero__subtitle {
    max-width: 575px;
  }
  .hero__actions {
    gap: 30px;
  }
}
@media screen and (min-width: 2500px) {
  .hero__content {
    margin-left: 5%;
  }
}

.stats {
  align-items: center;
  background-color: var(--primary_color);
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  min-width: 100%;
  width: 100%;
}
.stats__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 21px;
  max-width: 363px;
  padding: 30px 0 0;
  width: 100%;
}
.stats__header {
  display: flex;
  flex-direction: column;
}
.stats__title {
  color: #fff;
  font-weight: 500;
  padding: 10px;
}
.stats__subtitle {
  color: #fff;
  padding: 0 15px;
}
.stats__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: -42px;
  margin-top: 21px;
  max-width: 363px;
  width: 100%;
}
.stats__item {
  align-items: center;
  background-color: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.102);
  box-sizing: border-box;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  height: 100%;
  min-height: 100px;
  padding: 13px;
  width: 165px;
}
.stats__item-title {
  color: var(--tpl-title-color);
  font-weight: 400;
  font-size: 32px;
}
.stats__item-description {
  font-weight: 300;
  text-align: center;
}
.stats__item-plus {
  color: var(--primary_color);
}
.stats__images {
  display: flex;
  height: 221.7724609375px;
  position: relative;
  width: 327.7860717773px;
}
.stats__images img {
  border-radius: 6.62px;
  object-fit: contain;
  position: absolute;
}
.stats__images-front {
  bottom: 0;
  left: 0;
  height: 184.8935546875px;
  width: 184.8935546875px;
  z-index: 1;
}
.stats__images-back {
  height: 210.7615356445px;
  right: 0;
  top: 0;
  width: 192.8935089111px;
  z-index: 0;
}
@media screen and (min-width: 758px) {
  .stats {
    background: linear-gradient(0deg, #fff 0px, #fff 38px, var(--primary_color) 38px, var(--primary_color) 100%);
  }
  .stats__content {
    align-items: flex-start;
    max-width: 709px;
    min-height: 482px;
    padding: 30px 0 12px;
    position: relative;
  }
  .stats__header {
    max-width: 388px;
  }
  .stats__images {
    bottom: 10px;
    flex-direction: column;
    height: 440.0012207031px;
    position: absolute;
    right: 0;
    width: 306.6204223633px;
  }
  .stats__images img {
    border-radius: 8.87px;
  }
  .stats__images-front {
    height: 247.7590484619px;
    width: 247.7590484619px;
  }
  .stats__images-back {
    height: 287.6665344238px;
    width: 263.2786254883px;
  }
  .stats__list {
    justify-content: flex-start;
    margin: 0;
    max-width: 388px;
  }
  .stats__item {
    width: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .stats__content {
    gap: 24px;
    min-height: 785.25px;
    max-width: 1244px;
    padding-top: 108px;
  }
  .stats__header {
    max-width: 555px;
  }
  .stats__title {
    line-height: 72px;
  }
  .stats__list {
    max-width: 555px;
    gap: 37px 40px;
  }
  .stats__item {
    border-radius: 16px;
    gap: 8px;
    min-height: 171px;
    width: 257.5px;
  }
  .stats__item-title {
    display: flex;
    font-size: 40px;
    line-height: 56px;
  }
  .stats__images {
    height: 720px;
    width: 555px;
  }
  .stats__images-front {
    height: 447px;
    width: 447px;
  }
  .stats__images-back {
    height: 519px;
    width: 475px;
  }
}

.features {
  align-items: center;
  background: #FFFFFF;
  background: linear-gradient(0deg, var(--secondary_color) 0px, var(--secondary_color) 68px, #fff 68px, #fff 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 9px;
  width: 100%;
}
.features__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  padding: 30px 0 0;
  max-width: 360px;
  width: 100%;
}
.features__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  width: 100%;
}
.features__content-left {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 34px 0;
  justify-content: center;
  width: 100%;
}
.features__content-right {
  display: flex;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}
.features__title {
  font-weight: 400;
  text-align: center;
}
.features__subtitle {
  font-weight: 300;
  max-width: 178px;
}
.features__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 18px;
}
.features__item {
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.102);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  max-width: 362px;
  padding: 15px;
  width: 100%;
}
.features__item-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 51.7387695313px;
  position: relative;
  width: 43.2757873535px;
}
.features__item-icon::after {
  background-color: var(--primary_color);
  border-radius: 10.78px;
  content: "";
  left: 0;
  height: 100%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.features__item-icon svg {
  position: relative;
  z-index: 2;
}
.features__item-icon svg path {
  fill: var(--primary_color);
}
.features__item-title {
  font-weight: 400;
  text-align: center;
}
.features__item-description {
  font-weight: 300;
  padding: 0;
  text-align: center;
}
.features__item:first-child {
  background-color: var(--primary_color);
}
.features__item:first-child .features__item-title, .features__item:first-child .features__item-description {
  color: #fff;
}
.features__item:first-child .features__item-icon::after {
  background-color: #fff;
}
.features__item:first-child .features__item-icon svg path {
  fill: #fff;
}
.features__image {
  align-items: center;
  display: flex;
  height: 147.4594726563px;
  justify-content: center;
  position: relative;
  width: 155px;
  z-index: 0;
}
.features__image img {
  height: 100%;
}
@media screen and (min-width: 758px) {
  .features__wrap {
    max-width: 702px;
  }
  .features__content {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  .features__content-left {
    flex-direction: column;
    gap: 27px;
    height: 100%;
    max-width: 232px;
    padding-bottom: 58px;
    width: 100%;
  }
  .features__content-right {
    margin: 0 0 29px;
    max-width: 451px;
    width: 100%;
  }
  .features__title, .features__subtitle {
    text-align: left;
    max-width: 100%;
  }
  .features__list {
    align-items: stretch;
    gap: 15px 18px;
    height: 100%;
  }
  .features__item {
    max-width: 210px;
    min-height: 270px;
    padding: 17px 20px;
  }
  .features__image {
    height: auto;
    margin-top: auto;
    width: 232px;
  }
  .features__image img {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .features {
    background: linear-gradient(0deg, var(--secondary_color) 0px, var(--secondary_color) 103px, #fff 103px, #fff 100%);
    padding-bottom: 0;
  }
  .features__wrap {
    max-width: 1244px;
    padding-top: 20px;
  }
  .features__content-left {
    max-width: 464px;
    padding-bottom: 101px;
  }
  .features__content-right {
    max-width: 700px;
  }
  .features__title {
   margin-left: 0px !important;
  }
  .features__list {
    gap: 23px 40px;
  }
  .features__item {
    max-width: 330px;
    min-height: 384.8571472168px;
    padding: 32px;
    row-gap: 16px;
  }
  .features__item-icon {
    height: 102.8571395874px;
    width: 86.0326538086px;
  }
  .features__item-icon svg {
    height: 51.4285697937px;
    width: 51.4285697937px;
  }
  .features__image img {
    height: 437px;
    width: auto;
  }
}

.chance {
  background-color: var(--secondary_color);
  display: flex;
  justify-content: center;
  padding: 10px 0 39px;
  width: 100%;
}
.chance__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 347px;
  width: 100%;
}
.chance__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chance__title, .chance__text {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 758px) {
  .chance {
    padding: 13px 0 48px;
  }
  .chance__wrap {
    max-width: 702px;
    padding: 5px 0 13px;
  }
  .chance__content {
    gap: 20px;
  }
  .chance__text {
    font-weight: 300;
  }
}
@media screen and (min-width: 1200px) {
  .chance {
    padding: 0;
  }
  .chance__wrap {
    padding: 74px 0 157px;
    max-width: 1178px;
  }
  .chance__content {
    gap: 24px;
  }
  .chance__title {
    display: flex;
    flex-direction: column;
  }
}

.reviews {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.reviews__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 21px;
  justify-content: center;
  padding: 25px 0 30px;
  width: 100%;
}
.reviews__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  max-width: 394px;
  width: 100%;
}
.reviews__title, .reviews__subtitle {
  text-align: center;
}
.reviews__title {
  padding: 10px;
}
.reviews .wgt-revws__reviews-item {
  border-radius: 16px;
  box-shadow: 20px 10px 35px 0px rgba(0, 0, 0, 0.09);
  display: flex;
  gap: 24px;
  height: 200px !important;
  min-height: 200px !important;
  min-width: 394px !important;
  margin-top: 35px;
  padding: 20px 24px;
  width: 394px !important;
}
.reviews .wgt-revws__reviews-item-header {
  flex-direction: column;
  gap: 20px;
  margin-top: -55px;
}
.reviews .wgt-revws__reviews-item-raiting {
  justify-content: center;
  margin-top: 0;
  order: 1;
}
.reviews .wgt-revws__reviews-item .wgt-revws__review-text {
  color: var(--tpl-body-primary-color);
  font-family: var(--tpl-font-secondary);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
.reviews .wgt-revws__reviews-customer-name {
  color: var(--primary_color);
  font-family: var(--tpl-font-primary);
  font-size: 16px;
  font-weight: 400;
}
.reviews .wgt-revws__reviews-header-avatar {
  height: 72px;
  width: 72px;
}
.reviews .wgt-revws__reviews-header-icon {
  display: none !important;
}
.reviews .wgt-revws__reviews-footer {
  display: none !important;
}
@media screen and (min-width: 758px) {
  .reviews .wgt-revws__reviews-item {
    min-width: 230px !important;
    height: 240px !important;
    min-height: 240px !important;
    width: 230px !important;
  }
}
@media screen and (min-width: 758px) {
  .reviews .wgt-revws__reviews-item {
    height: 249px !important;
    min-width: 388px !important;
    min-height: 249px !important;
    padding: 24px;
    width: 388px !important;
  }
  .reviews .wgt-revws__reviews-item-raiting {
    margin-top: auto;
  }
  .reviews .wgt-revws__reviews-item .wgt-revws__review-text {
    font-size: 18px;
  }
  .reviews .wgt-revws__reviews-header-customer {
    font-size: 20px;
  }
}
@media screen and (min-width: 758px) {
  .reviews__content {
    max-width: 690px;
  }
  .reviews__subtitle {
    max-width: 544px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews__wrap {
    gap: 74px;
  }
  .reviews__content {
    gap: 24px;
    max-width: 746px;
    padding-top: 80px;
  }
}