@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Montserrat:wght@400;500;700&display=swap");

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://fhealth-diet.com/assets/libs/OwlCarousel/dist/assets/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*---------------------------------*/
body {
  font-size: 14px;
  color: #2d2d2d;
  font-family: "Inter", sans-serif;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

img {
  max-width: 100%;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background: linear-gradient(130deg, #48a8ee 0%, #514eff 100%);
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 100px;
}
@media (min-width: 991.98px) {
  .btn:hover {
    background: linear-gradient(130deg, #514eff 0%, #48a8ee 100%);
  }
  .sect-6__btn:hover {
    background: #fff8ff;
    color: #2d2d2d;
  }
}

.title {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .title {
    font-size: 26px;
  }
}

.container {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .container {
    max-width: 728px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 536px;
  }
}
@media (max-width: 479.98px) {
  .container {
    max-width: none;
  }
}

.header {
  position: relative;
  background: linear-gradient(134deg, #fff8ff 0%, #ebedff 100%);
  padding: 0 0 96px 0;
}
.header__menu {
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
}
.header__link {
  color: #6e7882;
  text-align: center;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (min-width: 991.98px) {
  .header__link:hover {
    color: #514eff;
  }
}
@media (max-width: 991.98px) {
  .header__list {
    gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .header__menu {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 32px;
  }
  .header {
    padding: 0 0 70px 0;
  }
}

.mainscreen {
  margin: 32px 0 0 0;
}
.mainscreen__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainscreen__column:first-child {
  flex: 0 0 596px;
}
.mainscreen__column:last-child {
  flex: 0 1 704px;
  margin: 0 0 0 30px;
}
.mainscreen__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 3px;
  margin: 0 0 16px 0;
  background-color: #514eff;
  background-image: linear-gradient(130deg, #48a8ee 0%, #514eff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainscreen__subtitle {
  color: #2d2d2d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 24px 0 32px 0;
  max-width: 441px;
}
.mainscreen__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 548px;
}
.mainscreen__info {
  display: flex;
  flex-wrap: wrap;
}
.mainscreen__info-block {
  display: flex;
  align-items: center;
  flex: 0 1 34%;
}
.mainscreen__info-block:nth-child(3) {
  margin: 14px 0 0 0;
}
.mainscreen__info-block:nth-child(4) {
  margin: 14px 0 0 0;
}
.mainscreen__info-icon {
  flex: 0 0 36px;
}
.mainscreen__info-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 0 8px;
}
.mainscreen__img img {
  border-radius: 200px;
}
.mainscreen__btn {
  max-width: 280px;
  margin: 34px 0 0 0;
}
@media (max-width: 1200px) {
  .mainscreen__column:first-child {
    flex: 0 0 515px;
  }
  .mainscreen__title {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .mainscreen__info-block:nth-child(1),
  .mainscreen__info-block:nth-child(2) {
    margin: 0 0 16px 0;
  }
  .mainscreen__info-block:nth-child(4),
  .mainscreen__info-block:nth-child(3) {
    margin: 0;
  }
  .mainscreen__row {
    flex-direction: column;
  }

  .mainscreen__column:last-child {
    margin: 32px 0 0 0;
    flex: 0 1 100%;
  }
  .mainscreen__column:first-child {
    flex: 0 1 100%;
  }
}

@media (max-width: 767.98px) {
  .mainscreen {
    margin: 62px 0 0 0;
  }
  .mainscreen__img img {
    border-radius: 152px;
  }
  .mainscreen__title {
    font-size: 28px;
  }
  .mainscreen__subtitle {
    margin: 19px 0 26px 0;
  }
  .mainscreen__info-icon {
    flex: 0 0 32px;
  }
  .mainscreen__info-text {
    font-size: 18px;
  }
  .mainscreen__btn {
    max-width: 100%;
    margin: 32px 0 0 0;
  }
  .mainscreen__info-block {
    flex: 0 1 50%;
  }
}
@media (max-width: 479.98px) {
  .mainscreen__img {
    max-width: 318px;
    margin: 0 auto;
  }
  .mainscreen__img img {
    border-radius: 91px;
    width: 100%;
  }
}

.sect-1 {
  padding-top: 96px;
  padding-bottom: 96px;
  background-color: #fff;
}
.sect-1 .container {
  position: relative;
}
.sect-1__title {
  max-width: 643px;
}
.sect-1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 32px -15.5px 0 -15.5px;
}
.sect-1__column {
  flex: 0 1 33.333%;
  padding: 0 15.5px;
}
.sect-1__column:nth-child(1),
.sect-1__column:nth-child(2),
.sect-1__column:nth-child(3) {
  margin: 0 0 32px 0;
}
.sect-1__items-title {
  margin: 24px 0 16px 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.sect-1__items-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.7;
}
.sect-1__icon {
  position: absolute;
  bottom: -10px;
  right: -97px;
}
@media (max-width: 1500px) {
  .sect-1__icon {
    position: absolute;
    bottom: -10px;
    right: 20px;
  }
}

@media (max-width: 991.98px) {
  .sect-1__column {
    flex: 0 1 50%;
  }
}
@media (max-width: 767.98px) {
  .sect-1 {
    padding: 70px 0;
  }
  .sect-1__icon {
    display: none;
  }
  .sect-1__row {
    margin: 32px 0 0 0;
  }
  .sect-1__column {
    padding: 0;
    flex: 0 1 100%;
  }
  .sect-1__column:nth-child(1),
  .sect-1__column:nth-child(2),
  .sect-1__column:nth-child(3),
  .sect-1__column:nth-child(4) {
    margin: 0 0 24px 0;
  }
}

.sect-2 {
  padding: 96px 0;
  background: linear-gradient(134deg, #fff8ff 0%, #ebedff 100%);
}
.sect-2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sect-2__column {
  flex: 0 1 50%;
}
.sect-2__text {
  max-width: 457px;
  margin: 56px 0 0 0;
  font-size: 16px;
  font-style: normal;
  opacity: 0.7;
  line-height: 140%;
}
.sect-2__text p:first-child {
  font-weight: 700;
  margin: 0 0 16px 0;
}
.sect-2__img img {
  border-radius: 200px;
}
@media (max-width: 991.98px) {
  .sect-2__row {
    flex-direction: column;
  }
  .sect-2__column {
    flex: 0 1 100%;
  }
  .sect-2__text {
    margin: 32px 0;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .sect-2 {
    padding: 70px 0;
  }
  .sect-2__img {
    max-width: 457px;
  }
  .sect-2__img img {
    width: 100%;
    border-radius: 90px;
  }
}

.sect-3 {
  padding: 96px 0;
}
.sect-3__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1218px;
  margin: 0 0 56px 0;
}
.sect-3__title {
  flex: 0 0 643px;
  margin: 0 32px 0 0;
}
.sect-3__subtitle {
  flex: 0 1 457px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.7;
}
.sect-3__wrap {
  max-width: 1332px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px 20px;
}
.sect-3__items {
  flex: 0 1 611px;
  display: flex;
}
.sect-3__items-icon {
  flex: 0 0 96px;
}
.sect-3__items-icon img {
  width: 100%;
  max-width: 96px;
}
.sect-3__items-text {
  margin: 0 0 0 24px;
}
.sect-3__items-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 16px 0;
}
.sect-3__items-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1300px) {
  .sect-3__items {
    flex: 0 1 50%;
    padding: 0 16px;
  }
  .sect-3__wrap {
    gap: 48px 0;
    margin: 0 -16px;
  }
}

@media (max-width: 991.98px) {
  .sect-3__head {
    flex-direction: column;
    margin: 0 0 32px 0;
  }
  .sect-3__title {
    flex: 0 1 100%;
    margin: 0 0 24px 0;
  }
  .sect-3__subtitle {
    flex: 0 1 100%;
  }
  .sect-3__items {
    flex: 0 1 100%;
    padding: 0;
  }
  .sect-3__wrap {
    gap: 32px;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .sect-3__items-icon {
    flex: 0 0 80px;
  }
  .sect-3__items-icon img {
    width: 100%;
    max-width: 80px;
  }
  .sect-3 {
    padding: 70px 0;
  }
}
@media (max-width: 479.98px) {
  .sect-3__items {
    flex-direction: column;
  }
  .sect-3__items-text {
    margin: 24px 0 0 0;
  }
}

/*  */

.sect-5 {
  padding: 96px 0;
  background: linear-gradient(134deg, #fff8ff 0%, #ebedff 100%);
}
.sect-5__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sect-5__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.sect-5__column:last-child {
  margin: 0 0 0 32px;
}
.sect-5__title {
  max-width: 574px;
}
.sect-5__subtitle {
  max-width: 659px;
  margin: 32px 0 0 0;
  font-size: 16px;
  opacity: 0.7;
  line-height: 140%;
}
.sect-5__img {
  max-width: 679px;
  margin: 0 0 0 auto;
}
.sect-5__img img {
  border-radius: 150px;
  -webkit-box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .sect-5__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sect-5__column:last-child {
    margin: 0;
  }
  .sect-5__title {
    max-width: 100%;
  }
  .sect-5__subtitle {
    max-width: 100%;
    margin: 16px 0 0 0;
  }
  .sect-5__img {
    max-width: 100%;
    margin: 32px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .sect-5 {
    padding: 70px 0;
  }
  .sect-5__title {
    font-size: 22px;
  }
  .sect-5__img img {
    border-radius: 50px;
  }
}

.tarifs {
  padding: 96px 0 96px 0;
  background: #ffffff;
  position: relative;
  z-index: 10;
}
.tarifs__title {
  text-align: center;
}
.tarifs__wrap {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tarifs__item {
  font-family: "Inter", sans-serif;
  padding: 24px 46px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.tarifs__item-image {
  border-radius: 13px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.tarifs__item-title {
  margin-top: 40px;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}

.tarifs__item-prise-box {
  /* margin-top: 16px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0 25px 60px 25px;
}
.tarifs__item-old {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 100%;
  text-decoration-line: line-through;
  color: #2d2d2d;
  opacity: 0.5;
}
.tarifs__item-new {
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  color: #2d2d2d;
}
.tarifs__item-list {
  padding: 0;
  max-width: 424px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 0 32px;
}
.tarifs__item-list li {
  list-style-type: none;
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 16px;
  opacity: 0.7;
}

.tarifs__item-list li:last-child {
  margin-bottom: 0;
}

.tarifs__item-list li img {
  position: absolute;
  left: 0;
  top: 4px;
}

.tariffs__button {
  width: 100%;
  height: 64px;
  margin: 0 0 15px;
  line-height: 64px;
  text-align: center;
  background: linear-gradient(130deg, #48a8ee 0%, #514eff 100%);
  border-radius: 10000px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tariffs__button:hover {
  background: linear-gradient(130deg, #514eff 0%, #48a8ee 100%);
}
@media (max-width: 1320px) {
  .tarifs__item-list {
    max-width: 330px;
  }
}

@media (max-width: 1200px) {
  .tarifs__item-old {
    font-size: 18px;
  }
  .tarifs__item-new {
    font-size: 48px;
  }
  .tarifs__item-list {
    max-width: 290px;
  }
  .tarifs__item-prise-box {
    margin: 0 15px 60px 15px;
  }
}
@media (max-width: 991.98px) {
  .tarifs__wrap {
    margin: 32px 0 0 0;
  }
  .tarifs__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 320px;
    margin: 0 auto;
    padding: 16px 16px 32px 16px;
  }
  .tarifs__item-prise-box {
    margin: 16px auto;
  }
  .tarifs__item-list {
    max-width: 100%;
    margin: 24px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .tarifs {
    padding: 70px 0 70px 0;
  }
  .tarifs__title {
    max-width: 320px;
    margin: 0 auto;
    text-align: start;
  }
}

.check-btn-box {
  max-width: 288px;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
@media (max-width: 1200px) {
  .check-btn-box {
    max-width: 245px;
  }
}
@media (max-width: 991.98px) {
  .check-btn-box {
    max-width: 100%;
  }
}

.check-btn-box .checkbox {
  margin-top: 8px;
}

.check-btn-box .checkbox span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: #2d2d2d;
  opacity: 0.7;
}

.check-btn-box .checkbox span a {
  text-decoration-line: underline;
  color: #2d2d2d;
  opacity: 0.9;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.check-btn-box .checkbox span a:hover {
  opacity: 1;
  color: #514eff;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid rgba(43, 43, 43, 0.5);
  border-radius: 4px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  -webkit-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  transition: border 0.25s ease;
  cursor: pointer;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #757575;
}

.custom-checkbox:checked + label::before {
  background-image: url(../img/check-btn.png);
  background-size: 10px 8px;
}

.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
  -webkit-transition: all 0.25s ease-uot;
  -o-transition: all 0.25s ease-uot;
  transition: all 0.25s ease-uot;
}
.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  margin-top: 3px;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid rgba(43, 43, 43, 0.5);
  border-radius: 4px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  -webkit-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  transition: border 0.25s ease;
  cursor: pointer;
}

.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #757575;
}

.custom-checkbox:checked + label::before {
  background-image: url(../img/check-btn.png);
  background-size: 10px 8px;
}
@media (max-width: 767.98px) {
  .custom-checkbox + label::before {
    margin-right: 8px;
  }
}
.sect-6 {
  padding: 96px 0;
  background: linear-gradient(130deg, #48a8ee 0%, #514eff 100%);
}
.sect-6__block {
  position: relative;
  z-index: 10;
}
.sect-6__title {
  max-width: 844px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.sect-6__btn {
  margin: 40px auto 0 auto;
  max-width: 272px;
  background: #fff;
}
.sect-6__btn span {
  background-color: #514eff;
  background-image: linear-gradient(130deg, #48a8ee 0%, #514eff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767.98px) {
  .sect-6 {
    padding: 70px 0;
  }
  .sect-6__btn {
    margin: 32px auto 0 auto;
  }
}
/*  */

.sect-8 {
  padding: 96px 0 0 0;
  background: #ffffff;
  position: relative;
  z-index: 10;
}

.sect-8__title {
  text-align: center;
}

.sect-8__wrap {
  margin-top: 60px;
}

.sect-8__item-image {
  width: 120px;
  height: 120px;
}

.sect-8__item-name {
  margin-top: 16px;
}

.sect-8__item-name p {
  font-size: 16px;
  line-height: 140%;
  color: #6e7882;
  opacity: 0.5;
  margin-top: 4px;
}

.sect-8__item-name span {
  opacity: 1;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  color: #242337;
}

.sect-8__item-comment {
  margin-top: 16px;
  font-size: 16px;
  line-height: 140%;
  color: #6e7882;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}

@media (max-width: 1200px) {
  .owl-dots {
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  .owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    background: #2b2b2b;
    border-radius: 100%;
    margin-left: 4px;
    margin-right: 4px;
    opacity: 0.2;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .owl-carousel button.owl-dot.active {
    width: 16px;
    height: 16px;
    background: #514eff;
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .sect-8__item {
    text-align: center;
  }

  .sect-8__item-image {
    display: inline-block;
  }
}

@media (max-width: 767.98px) {
  .sect-8 {
    padding: 70px 0 0 0;
  }

  .sect-8__title {
    font-size: 26px;
    line-height: 110%;
  }

  .sect-8__wrap {
    margin-top: 30px;
  }
}

.terms-payment {
  padding: 96px 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.terms-payment__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sect-9__click {
  margin: 0 0 0 16px;
  background-image: url(../img/plus.svg);
  width: 32px;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sect-9__click.active {
  background-image: url(../img/minus.svg);
}

.terms-payment__text {
  display: none;
  max-width: 1093px;
  margin: 56px auto 0 auto;
  font-family: "Montserrat", sans-serif;
}

.terms-payment__text.active {
  display: block;
}

.terms-payment__text p {
  color: #6e7882;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 140%;
  margin: 0 0 15px 0;
}

.terms-payment__text p a {
  color: #6e7882;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.terms-payment__text p a:hover {
  color: #514eff;
}

@media (max-width: 767.98px) {
  .terms-payment {
    padding: 70px 0;
  }
  .terms-payment__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .terms-payment__title {
    font-size: 26px;
    line-height: 120%;
  }

  .terms-payment__text {
    margin-top: 32px;
  }

  .terms-payment {
    padding-bottom: 60px;
  }
}

.foot {
  background: linear-gradient(134deg, #fff8ff 0%, #ebedff 100%);
  padding: 40px 0;
}

.foot_menu {
  padding-bottom: 40px;
  border-bottom: 1px solid #d5dcea;
  text-align: center;
}

.foot_menu ul {
  padding: 0;
  margin: 0;
}

.foot_menu ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 48px;
}

.foot_menu ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #6e7882;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.foot_menu ul li a:hover {
  color: #514eff;
}

.foot_menu ul li:last-child {
  margin-right: 0;
}

.foot_menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.foot_nav ul {
  padding: 0;
  margin: 0;
}

.foot_nav ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 140%;
  color: #6e7882;
  margin-bottom: 8px;
}

.foot_nav ul li:nth-child(3) {
  display: block;
}

.foot_nav ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6e7882;
  text-decoration: none;
}

.foot__copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6e7882;
}

.foot__pay img {
  display: inline-block;
}

.foot__info {
  max-width: 424px;
}

.foot__info ul {
  padding: 0;
  margin: 0;
}

.foot__info ul li {
  list-style-type: none;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6e7882;
  margin: 0 0 8px 0;
}

.foot__info ul li:first-child {
  text-transform: uppercase;
}
.foot__info ul li:last-child {
  margin: 0;
}
.foot__info ul li:nth-child(2) {
  display: block;
}

.foot__info ul li:nth-child(3) {
  display: block;
}

.foot__info ul li:last-child img {
  margin-top: -3px;
}

.foot__info ul li:last-child a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #6e7882;
  margin-left: 4px;
}

.foot_menu-mob {
  display: none;
}

.footer__copy-mob {
  display: none;
}

.top-line__mnu-mob {
  display: none;
}

@media (max-width: 1200px) {
  .foot .container {
    max-width: 100%;
  }

  .foot_menu-bottom {
    gap: 20px;
  }
}

.top-line__burger {
  display: none;
}

.head__content-img-mob {
  display: none;
}

.top-line__mnu-mob {
  display: none;
}
@media (max-width: 991.98px) {
  .foot_menu ul li {
    margin-right: 20px;
  }

  .foot__info {
    max-width: 250px;
  }
}
@media (max-width: 767.98px) {
  .top-line__burger {
    display: block;
  }

  .top-line__burger span {
    cursor: pointer;
  }

  .top-line__mnu {
    display: none;
  }

  .top-line__mnu-mob {
    display: block;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 64px;
    font-family: montserrat, sans-serif;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    -webkit-transition: z-index 0.1s ease-in-out, opacity 0.4s ease-in-out,
      top 0.6s ease-in-out, visibility 0.8s ease-in-out;
    -o-transition: z-index 0.1s ease-in-out, opacity 0.4s ease-in-out,
      top 0.6s ease-in-out, visibility 0.8s ease-in-out;
    transition: z-index 0.1s ease-in-out, opacity 0.4s ease-in-out,
      top 0.6s ease-in-out, visibility 0.8s ease-in-out;
  }

  .top-line__mnu-mob.active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }

  .top-line__mnu-mob .mnu-close {
    position: absolute;
    top: 16px;
    right: 20px;
    cursor: pointer;
  }

  .top-line__mnu-mob ul {
    border-top: 1px solid rgba(43, 43, 43, 0.1);
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }

  .top-line__mnu-mob ul li {
    margin-bottom: 24px;
    list-style-type: none;
    text-align: left;
  }

  .top-line__mnu-mob ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #2b2b2b;
    opacity: 0.6;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .top-line__mnu-mob ul li a:hover {
    color: #514eff;
    opacity: 1;
  }

  .top-line__mnu-mob ul li a.active {
    color: #514eff;
    pointer-events: none;
    cursor: default;
  }

  .top-line__mnu-mob ul li:last-child {
    margin-top: 48px;
  }

  .top-line__mnu-mob ul li:last-child a {
    opacity: 1;
  }

  .head {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .top-logo {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
  }

  .head__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .head__content {
    margin-top: 23px;
  }

  .head__content-title {
    font-size: 26px;
    text-align: center;
  }

  .head__content-circle {
    width: 268px;
    height: 268px;
    right: -30px;
    top: 0;
  }

  .head__content-image {
    margin-top: 0;
    padding-top: 20px;
  }

  .head__content-mark {
    top: 41px;
    width: 103px;
    height: 103px;
    left: -15px;
  }

  .head__content-btn {
    display: none;
  }

  .head__content-items {
    margin-top: 20px;
  }

  .head__content-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 13px;
  }

  .head__content-item {
    text-align: center;
    padding: 0;
    margin: 0;
    border-right: 0;
    width: calc(50% - 7px);
  }

  .head__content-item-text span {
    display: inline-block;
  }

  .head__content-item-text {
    margin-top: 6px;
    font-size: 16px;
  }

  .head__content-item-icon {
    width: 22px;
  }

  .head__content-btn {
    margin-top: 40px;
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .foot_menu ul li a {
    font-size: 16px;
    line-height: 20px;
  }

  .foot_menu ul li {
    margin-right: 20px;
  }

  .foot_menu-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .foot_nav {
    width: 100%;
    max-width: 100%;
  }

  .foot__pay {
    width: 100%;
    max-width: 100%;
  }

  .foot__info {
    width: 100%;
    max-width: 100%;
  }

  .foot_menu {
    padding-bottom: 24px;
  }

  .foot_menu-bottom {
    padding-top: 24px;
  }

  .foot_menu {
    display: none;
  }

  .foot_menu-mob {
    display: block;
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #d5dcea;
  }

  .foot_menu-mob ul {
    padding: 0;
    margin: 0;
  }

  .foot_menu-mob ul li {
    list-style-type: none;
    margin-bottom: 16px;
  }

  .foot_menu-mob ul li:last-child {
    margin-bottom: 0;
  }

  .foot_menu-mob ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6e7882;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .foot_menu-mob ul li a:hover {
    color: #514eff;
  }

  .foot_nav {
    display: none;
  }

  .footer__copy-mob {
    display: block;
    text-align: center;
    margin-top: 24px;
    padding-top: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #6e7882;
    border-top: 1px solid #d5dcea;
  }

  .foot__info ul li {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
  }

  .foot__info ul li a {
    font-size: 16px;
    line-height: 20px;
  }

  .foot__info ul li:last-child {
    margin-bottom: 0;
  }
}

.d-block {
  display: block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-none {
  display: none;
}

@media (max-width: 1200px) {
  .xl-b {
    display: block;
  }

  .xl-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl-n {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .lg-b {
    display: block;
  }

  .lg-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg-n {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .md-b {
    display: block;
  }

  .md-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md-n {
    display: none;
  }
}

@media (max-width: 576px) {
  .sm-b {
    display: block;
  }

  .sm-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm-n {
    display: none;
  }
}
.foot-upp {
  text-transform: uppercase;
}
