@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Manrope:wght@200..800&display=swap');


/*@font-face {*/
/*  font-family: 'Bezier Sans';*/
/*  src: url('../font/BezierSans-ExtraBold.woff2') format('woff2'), url('../font/BezierSans-ExtraBold.woff') format('woff');*/
/*  font-weight: 1;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Bezier Sans';*/
/*  src: url('../font/BezierSans-Light.woff2') format('woff2'), url('../font/BezierSans-Light.woff') format('woff');*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Bezier Sans';*/
/*  src: url('../font/BezierSans-Regular.woff2') format('woff2'), url('../font/BezierSans-Regular.woff') format('woff');*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Bezier Sans';*/
/*  src: url('../font/BezierSans-Bold.woff2') format('woff2'), url('../font/BezierSans-Bold.woff') format('woff');*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Bezier Sans';*/
/*  src: url('../font/BezierSans-ExtraBold.woff2') format('woff2'), url('../font/BezierSans-ExtraBold.woff') format('woff');*/
/*  font-weight: 800;*/
/*  font-style: normal;*/
/*}*/

:root {
  --Manrope: "Manrope", sans-serif;
  --wrap-m: 32px;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.owl-carousel .owl-item img {
  width: auto;
}

body {
  font-family: "Commissioner", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  max-width: 1195px;
  margin: 0 auto;
  padding: 0 15px;
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Header */
header {
  display: flex;
  flex-direction: column;
}

.running-text-container {
  width: 100%;
  background: #208D79;
  height: 28px;
  display: flex;
  align-items: center;
}

.slogan {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--Manrope);
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;

}

.header__inner {
  height: 82px;
  background: #FFFFFF;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
}

.header__inner .container {
  max-width: 1370px;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 66px;
  background: #FFFFFF;
  border-radius: 100px;
  width: 100%;
}

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

.header__nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__nav li {
  display: flex;
}

.header__nav li a {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(55, 55, 55, 0.6);
  text-decoration: none;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 23px;
}

.header__phone-link {
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #208D79;
  text-decoration: none;
}

.header__phone-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  height: 38px;
  border: 1px solid #006465;
  border-radius: 100px;
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #208D79;
  text-align: center;
  text-decoration: none;
}

.header__phone-btn img {
  display: none;
}

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

.header__social a {
  text-decoration: none;
}

.header__burger {
  display: none;
}

.hero {
  display: flex;
  flex-direction: column;
  padding: 90px 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  filter: brightness(50%);
}

.hero__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.hero__brands {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  width: 100%;
}

.hero__brands span {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.hero__title {
  font-weight: 400;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 787px;
  margin-top: 80px;
}

.hero__btn {
  width: 246px;
  height: 246px;
  background: linear-gradient(147.26deg, rgba(255, 255, 255, 0.08) 11.32%, rgba(255, 255, 255, 0) 75.27%), #208D79;
  border-radius: 123px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  margin-top: 48px;
  text-decoration: none;
  color: inherit;
}

.hero__btn span {
  font-weight: 300;
  font-size: 26.1239px;
  line-height: 35px;
  color: #FFFFFF;
  text-align: center;
}

.hero__desc {
  margin-top: -23px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero__desc-item {
  display: flex;
  gap: 16px;
  align-items: center;
}

.hero__desc-item span {
  font-family: var(--Manrope);
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.hero__count {
  display: flex;
  gap: 8px;
  width: 100%;
  margin-top: 80px;
}

.hero__count-item {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  padding: 15px 17px;
  width: 100%;
  max-width: 320px;
  height: 176px;
}

.hero__count-item b {
  flex-grow: 1;
  font-weight: 400;
  font-size: 36px;
  line-height: 63px;
  letter-spacing: -2.698px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.hero__count-item> span {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.hero-mob-item {
	display: none;
}

.h2-title {
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  width: 100%;

}

.result {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: #F5F5F5;
  border-radius: 40px;
  padding: 80px 0;
}

.result__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.result__title {
  color: #373737;
  max-width: 683px;
}

.muted {
  opacity: 0.6;
}

.slider-counter {
  width: 230px;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #373737;
}

.current-slide {

}

.total-slides {

}

.result__slider {
  margin-top: 52px;
}

.result__item {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 30px;
}

.result__item-left {
  width: 100%;
  max-width: 436px;
}

.result__item-address {
  display: flex;
  align-items: center;
  gap: 17px;
}

.result__item-address-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.result__item-address-right b {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #373737;
}

.result__item-address-right small {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(55, 55, 55, 0.6);
}

.result__item-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--Manrope);
  color: #208D79;
  font-weight: 700;
  margin-top: 29px;
}

.result__item-price small {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.result__item-price b {
  font-size: 26px;
  line-height: 140%;
}

.result__item-user {
}

.result__item-user {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 30px;
}

.result__item-user-right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.result__item-user img {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
}

.result__item-user-right b {
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #373737;
}

.result__item-user-right small {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(55, 55, 55, 0.6);
}

.result__item-info {
  display: flex;
  flex-direction: column;
  padding: 18px 16px;
  gap: 7px;
  background: #F5F5F5;
  border-radius: 20px;
  margin-top: 41px;
}

.result__item-info-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #373737;
}

.result__item-info-row span {
}

.result__item-info-row b {
  font-weight: 700;
  line-height: 120%;
  text-align: right;
}

.c-green {
  color: #208D79;
}

.owl-carousel .owl-item .result__item-address img {
  width: 48px;
  height: 48px;
}

.result__item-right {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-item .result__item-mob-img {
  display: none;
}

.owl-carousel .owl-item .result__item-right img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.result .owl-carousel .owl-nav button.owl-prev,
.result .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 33px;
  height: 33px;
  background: #E8E8E8;
  border-radius: 33px;
}

.result .owl-carousel .owl-nav button.owl-prev.disabled,
.result .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.4;
}

.result .owl-carousel .owl-nav button.owl-prev {
  left: 520px
}

.result .owl-carousel .owl-nav button.owl-next {
  right: 53px;
}

.btn__white {
  background: none;
  box-shadow: none;
  border: none;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100px;
  width: 100%;
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #208D79;
}

.btn__green {
  background: none;
  box-shadow: none;
  border: none;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  height: 60px;
  background: #208D79;
  border-radius: 100px;
  width: 100%;
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  cursor: pointer;
}

.btn__white-border {
  background: none;
  box-shadow: none;
  border: solid 1px #208D79;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100px;
  width: 100%;
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em;
  color: #208D79;
}

.result__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 128px;
  background: #208D79;
  border-radius: 24px;
  padding: 10px 50px;
  margin-top: 21px;
}

.result__bottom span {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  max-width: 538px;
}

.result__bottom .btn__white {
  max-width: 375px;
}

.indices {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: url("../img/indices-bg-left.png"), url("../img/indices-bg-right.png"), linear-gradient(78.98deg, #259485 23.31%, #256257 150.83%);
  background-repeat: no-repeat;
  background-position: left bottom, right top, center center;
  border-radius: 40px;
  padding: 80px 0 134px;
}

.indices__container {
}

.indices__title {
  color: #FFEFEF;
}

.indices__content {
  margin-top: 52px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.indices__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 328px;
}

.indices__center {
  border-radius: 30px;
  width: 100%;
  max-width: 464px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indices__center img {
  width: 100%;
  object-fit: cover;
}

.indices__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 236px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  border-radius: 30px;
  color: #FFFFFF;
  padding: 28px 32px;
}

.indices__item b {
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2.698px;
  text-transform: uppercase;
  flex-grow: 1;
}

.indices__item span {
  font-family: var(--Manrope);
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.01em;
  opacity: 0.6;
}

.invest {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: #F5F5F5;
  border-radius: 40px;
  padding: 80px 0;
}

.invest__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.invest__title {
  color: #373737;
  max-width: 606px;
}

.invest__desc {
  width: 100%;
  max-width: 372px;
  font-family: var(--Manrope);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #383838;
}

.invest__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 26px;
  margin-top: 54px;
}

.invest__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 373px;
  min-height: 185px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 28px 22px 19px;
  color: #383838;
  gap: 6px;
}

.invest__item-top {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.invest__item-top b {
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #208D79;
}

.invest__item-top small {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.invest__item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.invest__item-bottom small {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  opacity: 0.5;
}

.invest__item._darck {
  background: #208D79;
  border-radius: 24px;
  color: #FFFFFF;
}

.invest__item-darck-center {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 230px;
  gap: 10px;
}

.invest__item-darck-center b {
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.invest__item-darck-center small {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

.income {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: #F5F5F5;
  background: url("../img/income-bg-left.png"), url("../img/income-bg-right.png"), #F5F5F5;
  background-repeat: no-repeat;
  background-position: left bottom, right top, center center;
  border-radius: 40px;
  padding: 80px 0;
}

.income__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.income__title {
  color: #373737;
  max-width: 645px;
}

.income__content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 28px;
}

.income__formul {
  width: 100%;
  display: flex;
  gap: 27px;
  align-items: flex-start;
  background: #FFFFFF;
  border-radius: 30px;
  margin-top: 53px;
  padding: 54px 36px;
}

.income__formul img {
  margin-top: 15px;
}

.income__formul-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}

.income__formul-col b {
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  display: flex;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #208D79;
}

.income__formul-col small {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.01em;
  color: rgba(56, 56, 56, 0.6);

}


.income__item {
  width: 100%;
  max-width: 373px;
  height: 185px;
  background: #208D79;
  border-radius: 24px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 32px 42px 25px;

}

.income__item b {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  flex-grow: 1;
}

.income__item small {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.01em;
  max-width: 233px;
}

.form-download {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: #F5F5F5;
  background: url("../img/form-download-bg.png"), linear-gradient(78.98deg, #259485 23.31%, #256257 150.83%);
  background-repeat: no-repeat;
  background-position: right center, center center;
  border-radius: 40px;
  padding: 80px 0;

}

.form-download__title {
  text-transform: uppercase;
  max-width: 950px;
  color: #fff;
}

.form-download__desc {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-top: 40px;
}

.form-download__form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 70px;
}

.input {
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 5px 32px;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 30px;
  color: #fff;
  font-family: var(--Manrope);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-download__form .input, .form-download__form .btn__white {
  max-width: 352px;
}


.css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.form-download__form-check {
  display: flex;
  gap: 8px;
  width: 100%;
}

.css-checkbox + label {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.5);

}

.css-checkbox + label::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: white;
  border: none;
  border-radius: 3px;
  box-shadow: none;
}

.css-checkbox:checked + label::before {
  background-image: url("../img/input-check.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center center;
}

.package {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: #F5F5F5;
  border-radius: 40px;
  padding: 80px 0;
}

.package__title {
  color: #373737;
  width: 100%;
}

.package__content {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.package__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 215px;
}

.package__tab-item {
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 5px 20px;
  width: 100%;
  height: 64px;
  background: #FFFFFF;
  border-radius: 16px;
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #373737;
}

.package__tab-item.active {
  background-color: #208D79;
  color: #fff;
}

.package__tab-item:hover:not(.active) {
  background-color: #208D79;
  color: #fff;
}

.package__tab {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 30px;
}

.package__tab-content.active {
  display: flex;
  gap: 30px;
}

.package__tab-title {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #373737;
}

.package__tab-left {
  width: 100%;
  max-width: 345px;
}

.package__tab-left ul {
  margin-left: 18px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.package__tab-left ul li, .package__tab-left p {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #373737;
}

.package__tab-left ul li::marker {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #208D79;
  color: #208D79;
}

.package__tab-img {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package__tab-img img {
  object-fit: cover;
  width: 100%;
}

.format {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: #F5F5F5;
  border-radius: 40px;
  padding: 80px 0;
}

.format__title {
  color: #373737;
  width: 100%;
}

.format__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}

.format__nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}


.format__tab-item {
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  width: 100%;
  height: 64px;
  background: #FFFFFF;
  border-radius: 16px;
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #373737;
}

.format__tab-item.active {
  background-color: #208D79;
  color: #fff;
}

.format__tab-item:hover:not(.active) {
  background-color: #208D79;
  color: #fff;
}

.format__tab {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 50px 60px;
}

.format__tab-content.active {
  display: flex;
}

.format__tab-title {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #373737;
}

.format__tab-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 435px;
}

.format__tab-left p {
  flex-grow: 1;
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #373737;
}

.format__tab-left .btn__white-border {
  max-width: 352px;
}

.format__tab-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.format__tab-img img {
  width: 100%;
  object-fit: cover;
}

.first-sale {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: url("../img/first-sale-bg.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 40px;
  padding: 102px 0;
}

.first-sale__title {
  color: #373737;
  width: 100%;
}

.first-sale__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 50px;
  padding: 40px;
  background: #fff;
  border-radius: 30px;
}

.first-sale__row {
  display: flex;
  align-items: center;
  gap: 120px;
}

.first-sale__left {
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #383838;
  width: 100%;
  max-width: 350px;
}

.first-sale__right {
  width: 100%;
  height: 48px;
  background: rgba(32, 141, 121, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.first-sale__right .progress {
  height: 100%;
  background: #208D79;
  border-radius: 12px;

}

.first-sale__right span {
  display: flex;
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #006465;
}


/**/

.team {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: #F5F5F5;
  border-radius: 40px;
  padding: 80px 0 100px;
}

.team__title {
  color: #373737;
  width: 100%;
}

.team__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}

.team__nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 51px;
  padding: 6px;
}


.team__tab-item {
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 214px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 18px;
  background: #fff;
  border-radius: 33px;
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #208D79;
}

.team__tab-item.active {
  background-color: #208D79;
  color: #fff;
}

.team__tab-item:hover:not(.active) {
  background-color: #208D79;
  color: #fff;
}

.team__tab {

}

.team__tab-content.active {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.team__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 266px;

}

.team__tab-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
}

.team__tab-img img {
  width: 100%;
  object-fit: cover;
}

.team__item b {
  margin-top: 24px;
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #373737;
}

.team__item span {
  font-family: var(--Manrope);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: rgba(55, 55, 55, 0.6);
}

.map {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: #F5F5F5;
  border-radius: 40px;
  padding: 80px 32px;
}

.map__title {
  color: #373737;
  width: 100%;
}

.map__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-top: 60px;
}

.map__header .btn__green {
  max-width: 352px;
}

.map-scr {
  border: none;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  height: 620px;
  margin-top: 60px;
}

.map-scr > div {
  height: 100%;
}

.map-scr iframe {
  border: none;
}

.faq {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: #F5F5F5;
  border-radius: 40px;
  padding: 80px 32px;
}

.faq__title {
  color: #373737;
  width: 100%;
}

.faq__content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.faq__content details {
  margin-top: -1px;
  border: solid #D7D7D7;
  border-width: 1px 0 1px 0;
  padding: 32px 0;
}

.faq__content summary {
  display: flex;
  align-items: center;


}

.faq__content summary span {
  font-family: var(--Manrope);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #373737;
}

.faq__answer {
  padding: 16px 0 0px;
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #373737;
}

.about {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: linear-gradient(78.98deg, #259485 23.31%, #256257 150.83%);
  border-radius: 40px;
  padding: 80px 0px;
}

.about__title {
  color: #FFFFFF;
  width: 100%;
}

.about__content {
  width: 100%;
  max-width: 1688px;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  margin: 40px auto 0;
}

.about__slider {
  position: relative;
}

.about__slider-item {
  background: #FFFFFF;
  border-radius: 30px;
}

.about__slider-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
}

.owl-carousel .owl-item .about__slider-img img {
  width: 100%;
  object-fit: contain;
}

.about__slider-item-bottom {
  padding: 30px 29px;
  display: flex;
  justify-content: space-between;
}

.about__slider-item-bottom a {
  border-bottom: 2px solid #208D79;
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #208D79;
  display: flex;
  padding-bottom: 3px;
  text-decoration: none;
}

.about__slider-item-bottom small {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: right;
  color: rgba(55, 55, 55, 0.4);
}

.about__slider.owl-carousel .owl-nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  position: absolute;
  top: -80px;
  left: 50%;
  width: 100%;
  max-width: 1195px;
  transform: translateX(-50%);
  padding: 0 15px;
}

.about__slider.owl-carousel .owl-nav button.owl-prev,
.about__slider.owl-carousel .owl-nav button.owl-next {

  width: 32px;
  height: 32px;
  border-radius: 33px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__slider.owl-carousel .owl-nav button.owl-prev img,
.about__slider.owl-carousel .owl-nav button.owl-next img {
  filter: invert(100%);
}

.about__slider.owl-carousel .owl-nav button.owl-prev {
  right: 150px;
}

.about__slider.owl-carousel .owl-nav button.owl-next {
  right: 80px;
}

.footer {
  display: flex;
  flex-direction: column;
  margin: 0 var(--wrap-m);
  margin-top: 40px;
  background: #F5F5F5;
  border-radius: 40px;
  padding: 80px 32px;
}

.footer__conainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  row-gap: 65px;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 370px;
}

.footer__col a {
  font-family: var(--Manrope);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #373737;
  text-decoration: none;
}

.footer__title {
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #208D79;
  margin-bottom: 4px;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.footer__row .footer__title {
  width: 100%;
}

.footer__bad-title {
  font-family: var(--Manrope);
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #053939;
}

.footer__bads {
  display: flex;
  gap: 20px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal.is-active {
  display: flex;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.modal__content {
  position: relative;
  max-width: 332px;
  width: 90%;
  max-height: 90vh;
  z-index: 1001;
  background: #FFFFFF;
  box-shadow: 0px 16px 32px rgba(55, 55, 55, 0.2);
  border-radius: 30px;
}

.modal__close {
  position: absolute;
  top: -25px;
  right: -25px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #333;
  transition: color 0.3s;
  z-index: 1002;
}

.modal__close:hover {
  color: #ff0000;
}

.modal__body {
  padding: 32px;
}

.modal__body h2 {
  font-family: var(--Manrope);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #373737;
  margin-bottom: 30px;
}

.modal.is-active .modal__content {
  animation: modalFadeIn 0.3s ease-out;
}

.modal__img {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-forms__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

.main-forms__input {
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 5px 32px;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(55, 55, 55, 0.5);
  border-radius: 30px;
  color: #373737;
  font-family: var(--Manrope);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.main-forms__input:focus {
	border-color: #373737;
}

.main-forms__input::-webkit-input-placeholder {
	opacity: 1;
	font-weight: 500;
	color: rgba(55, 55, 55, 0.5);
}

.main-forms__input::-moz-placeholder {
	opacity: 1;
	font-weight: 500;
	color: rgba(55, 55, 55, 0.5);
}

.main-forms__input:-ms-input-placeholder {
	opacity: 1;
	font-weight: 500;
	color: rgba(55, 55, 55, 0.5);
}

.main-forms__input::-ms-input-placeholder {
	opacity: 1;
	font-weight: 500;
	color: rgba(55, 55, 55, 0.5);
}

.main-forms__input::placeholder {
	opacity: 1;
	font-weight: 500;
	color: rgba(55, 55, 55, 0.5);
}

.main-forms__input.error,.main-forms__input.input--error {
	border-color: #e31d24;
}

.main-forms__input.input--valid {
	border-color: var(--forms-input-valid,var(--forms-input-border-color))
}

.main-forms__input+.error {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.1;
	display: block;
	color: #e31d24
}

.main-forms__input:disabled {
	background-color: var(--forms-input-disabed-bg)
}

.main-forms__textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 200px;
	max-height: 500px;
	resize: vertical;
	border-radius: 20px
}

.main-forms__group .main-forms__policy span {
	margin-top: 0
}

.main-forms__policy:has(+.form-response) {
	margin-bottom: 40px
}

.main-forms__policy>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: rgba(55, 55, 55, 0.5);
	font-size: 14px;
	letter-spacing: -.01em;
	line-height: 1.4;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	margin-top: 20px
}

.main-forms__policy>span p {
	margin-bottom: 0
}

.main-forms__policy>span>span {
	-ms-flex-item-align: center;
	align-self: center
}

.main-forms__policy>span a {
	color: #208d79;
}

.main-forms__policy>span a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px
}

.main-forms__policy>span:before {
	content: "";
	width: 24px;
	height: 24px;
	min-width: 24px;
	margin-right: 5px;
	display: block;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	background-color: #208d79;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 21C4.45 21 3.97933 20.8043 3.588 20.413C3.19667 20.0217 3.00067 19.5507 3 19V5C3 4.45 3.196 3.97933 3.588 3.588C3.98 3.19667 4.45067 3.00067 5 3H19C19.55 3 20.021 3.196 20.413 3.588C20.805 3.98 21.0007 4.45067 21 5V19C21 19.55 20.8043 20.021 20.413 20.413C20.0217 20.805 19.5507 21.0007 19 21H5Z' fill='white'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 21C4.45 21 3.97933 20.8043 3.588 20.413C3.19667 20.0217 3.00067 19.5507 3 19V5C3 4.45 3.196 3.97933 3.588 3.588C3.98 3.19667 4.45067 3.00067 5 3H19C19.55 3 20.021 3.196 20.413 3.588C20.805 3.98 21.0007 4.45067 21 5V19C21 19.55 20.8043 20.021 20.413 20.413C20.0217 20.805 19.5507 21.0007 19 21H5Z' fill='white'/%3E%3C/svg%3E")
}

.main-forms__policy input {
	display: none
}

.main-forms__policy input:checked+span:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6 16.2L17.65 9.15L16.25 7.75L10.6 13.4L7.75 10.55L6.35 11.95L10.6 16.2ZM5 21C4.45 21 3.97933 20.8043 3.588 20.413C3.19667 20.0217 3.00067 19.5507 3 19V5C3 4.45 3.196 3.97933 3.588 3.588C3.98 3.19667 4.45067 3.00067 5 3H19C19.55 3 20.021 3.196 20.413 3.588C20.805 3.98 21.0007 4.45067 21 5V19C21 19.55 20.8043 20.021 20.413 20.413C20.0217 20.805 19.5507 21.0007 19 21H5Z' fill='white'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6 16.2L17.65 9.15L16.25 7.75L10.6 13.4L7.75 10.55L6.35 11.95L10.6 16.2ZM5 21C4.45 21 3.97933 20.8043 3.588 20.413C3.19667 20.0217 3.00067 19.5507 3 19V5C3 4.45 3.196 3.97933 3.588 3.588C3.98 3.19667 4.45067 3.00067 5 3H19C19.55 3 20.021 3.196 20.413 3.588C20.805 3.98 21.0007 4.45067 21 5V19C21 19.55 20.8043 20.021 20.413 20.413C20.0217 20.805 19.5507 21.0007 19 21H5Z' fill='white'/%3E%3C/svg%3E%0A")
}

.antispam {
	display: none !important;
}

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

.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jcfs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.form-response:empty {
	display: none;
}

@media (max-width: 1024px) {
  :root {
    --wrap-m: 10px;
  }

  .logo {
    width: 144px;
  }

  .logo img {
    max-width: 100%;
  }

  .header__phone-link {
    display: none;
  }

  .header__right {
    gap: 15px;
  }

  .header__phone-btn {
    padding: 5px 11px;
    width: 45px;
    height: 45px;
  }

  .header__phone-btn span {
    display: none;
  }

  .header__phone-btn img {
    display: block;
  }

  .income__formul {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .income__formul img {
    margin: 0;
  }

  .income__item {
    max-width: none;
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  :root {
    --wrap-m: 0px;
  }

  .container {
    padding: 0 11px;
  }

  .header, .header__container {
    position: relative;
    z-index: 2;
  }

  .header__nav {
    display: none;
  }

  .header__burger {
    display: block;
  }

  .header__nav.active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 30px;
    border-radius: 16px;
    background: #fff;
  }

  .header__nav li {
    justify-content: flex-start;
  }

  .hero {
    padding: 40px 0;
  }

  .hero__title {
    order: 1;
    margin-top: 0;
    font-size: 27px;
    line-height: 110%;
  }

  .hero__brands {
    order: 2;
    margin-top: 44px;
    flex-direction: column;
    width: auto;

  }

  .hero__brands img {
    width: 133px;
  }

  .hero__brands span {
    font-size: 16px;
  }

  .hero__btn {
    order: 3;
    width: 160px;
    height: 160px;
    margin-top: 44px;
  }

  .hero__btn span {
    font-size: 20px;
    line-height: 28px;
  }

  .hero__btn img {
    max-width: 90px;
  }

  .hero__count {
    order: 4;
    margin-top: 100px;
    gap: 0px;
  }

  .hero__count-item {
    background: none;
    backdrop-filter: none;
    margin-left: -1px;
    border: none;
    border-radius: 0;
    height: auto;
    max-width: 115px;
    order: 3;
    padding: 0 0 0 26px;
  }

  .hero__count-item:first-child {
    max-width: 90px;
    order: 1;
    border-right: 1px solid #fff;
    padding: 0 26px 0 0;
  }

  .hero__count-item:last-child {
    border-right: 1px solid #fff;
    max-width: 160px;
    order: 2;
    padding: 0 26px;
  }

  .hero__count-item b {
    font-size: 32px;
    line-height: 36px;
    text-transform: none;
  }

  .hero__count-item b span {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 400;
  }

  .hero__count-item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
  }

  .hero__desc {
    order: 5;
    margin-top: 20px;
    gap: 10px;
  }

  .hero__desc-item {
    gap: 6px;
  }

  .hero__desc-item span {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
  }

  .hero__desc-item img {
    width: 30px;
    height: 30px;
  }
  
  .hero-mob-item {
    display: flex;
    order: 4;
    width: 100%;
	margin-top: 35px;
  }
  
  .hero-mob-item .modal-link {
    max-width: 290px;
  }
  
  .hero-modal-item {
    display: none;
  }

  .result {
    margin-top: 0;
    border-radius: 0;
    padding: 60px 0;
  }

  .result__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
  }

  .slider-counter {
    width: 185px;
  }

  .result__slider {
    position: relative;
    margin-top: 35px;
  }

  .result__item {
    padding: 12px;
    border-radius: 20px;
  }

  .result__item-left {
    max-width: none;
    display: flex;
    flex-direction: column;
  }

  .result__item-address {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .owl-carousel .owl-item .result__item-address img {
    width: 32px;
    height: 32px;
  }

  .result__item-address-right {
    gap: 0;
  }

  .result__item-address-right b {
    font-size: 18px;
    line-height: 120%;
  }

  .result__item-address-right small {
    font-size: 14px;
    line-height: 140%;
  }

  .result__item-price {
    margin-top: 19px;
    gap: 5px;
  }

  .result__item-price small {
    font-size: 18px;
    line-height: 120%;
  }

  .result__item-price b {
    font-size: 20px;
    line-height: 120%;
  }

  .owl-carousel .owl-item .result__item-mob-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin-top: 16px;
    border-radius: 12px;
    aspect-ratio: 296 / 208
  }

  .owl-carousel .owl-item .result__item-mob-img img {
    max-width: 100%;
    object-fit: contain;
  }

  .result__item-info {
    margin-top: 19px;
    width: auto;
    background: none;
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    gap: 4px;
    border-radius: 0;
  }

  .result__item-info-row span {
    font-size: 14px;
    line-height: 140%;
  }

  .result__item-info-row b {
    font-size: 16px;
    line-height: 120%;
  }

  .result__item-user {
    order: 5;
    margin-top: 22px;
  }

  .result__item-user-right b {
    font-size: 16px;
    line-height: 120%;
  }

  .result__item-user-right span {
    font-size: 14px;
    line-height: 140%;
  }


  .owl-carousel .owl-item .result__item-user img {
    width: 72px;
    min-width: 72px;
    height: 72px;
  }


  .result .owl-nav {
    position: absolute;
    top: -48px;
  }

  .result .owl-carousel .owl-nav button.owl-prev,
  .result .owl-carousel .owl-nav button.owl-next {

  }

  .result .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }

  .result .owl-carousel .owl-nav button.owl-next {
    left: 158px;
  }

  .result__item-right {
    display: none;
  }

  .result__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px;
    margin-top: 17px;
    border-radius: 20px;
    height: auto;
    gap: 16px;

  }

  .result__bottom span {
    font-size: 16px;
    line-height: 130%;
    max-width: 276px;
  }

  .indices {
    margin-top: 0;
    border-radius: 0;
    padding: 62px 0 60px;
  }

  .indices__content {
    flex-direction: column;
    margin-top: 30px;
    gap: 16px;
  }

  .indices__col {
    max-width: none;
    gap: 16px;
  }

  .indices__item {
    height: 148px;
  }

  .indices__item b {
    font-size: 32px;
    line-height: 100%;
  }

  .indices__item span {
    font-size: 18px;
    line-height: 120%;
  }

  .indices__center {
    max-height: 208px;
    align-items: flex-start;
  }

  .invest {
    margin-top: 0;
    border-radius: 0;
    padding: 62px 0;
  }

  .invest__header {
    flex-direction: column;
    gap: 22px;
  }
  .invest__content{
    margin-top: 30px;
    row-gap: 16px;
  }
  .invest__item{
    max-width: none;
    min-height: 124px;
    padding: 21px 23px 22px;
  }
  .invest__item-top {
    gap: 10px;
  }
  .invest__item-top b{
    font-size: 26px;
    min-width: 90px;
  }
  .invest__item-center img{
    max-width: 100%;
  }

  .h2-title {
    font-size: 26px;
    line-height: 28px;
  }
  .income{
    margin-top: 0;
    border-radius: 0;
    padding: 62px 0 ;
  }
  .income__formul{
    margin-top: 30px;
    padding: 41px 36px;
  }
  .income__formul-col {
    gap: 7px;
  }
  .income__formul-col b{
    font-weight: 500;
    font-size: 29px;
  }
  .income__formul-col small{
    max-width: none;
    font-size: 16px;
    line-height: 140%;
  }
  .income__formul-col small br{
    display: none;
  }
  .income__content{
    row-gap: 16px;
  }
  .income__item{
    width: 100%;
    height: 148px;
    padding: 28px 23px 25px;
  }
  .income__item b{
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
  }
  .income__item span{
    max-width: none;
  }
  .form-download{
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 32px;
    background: url(../img/form-download-mob-bg.png), #208D79;
    background-repeat: no-repeat;
    background-position: bottom center, center center;
    background-size: contain;
    padding: 50px 15px 216px;
  }
  .form-download__desc{
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    margin-top: 22px;
  }
  .form-download__form{
    gap: 16px;
    margin-top: 45px;
  }
  .form-download__form .input,
  .form-download__form .btn__white{
    width: 100%;
    max-width: none;
  }

  .package{
    margin-top: 0;
    border-radius: 0;
    padding: 62px 0;
  }



  .package__content {
    flex-direction: column;
    margin-top: 29px;
    gap: 32px;
  }

  .package__nav {
    overflow-x: auto;
    width: auto;
    flex-direction: row;
    max-width: none;
    gap: 16px;
  }
  .package__tab{
    padding: 27px;
  }
  .package__tab-item{

  }
  .package__tab-content{
    flex-direction: column;
  }
  .package__tab-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
  }

  .format{
    margin-top: 0;
    border-radius: 0;
    padding: 62px 0;
  }
  .format__tab{
    padding: 27px;
  }
  .format__tab-content{
    flex-direction: column;
    gap: 20px;
  }
  .format__tab-title{
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
  }

  .first-sale{
    margin-top: 0;
    border-radius: 0;
    padding: 62px 0;
  }
  .first-sale__content{
    padding: 24px 22px;
    margin-top: 76px;
    gap: 23px;
  }
  .first-sale__right{
    height: 40px;
  }
  .first-sale__left{
    font-size: 18px;
    white-space: nowrap;
  }




  .format__nav {
    overflow-x: auto;
    width: auto;
    flex-direction: row;
    max-width: none;
    gap: 16px;
  }

  .first-sale__row {
    flex-direction: column;
    gap: 12px;
  }
  .team{
    margin-top: 0;
    border-radius: 0;
    padding: 62px 0;
  }

  .team__nav {
    overflow-x: auto;
    width: 100%;
  }

  .map{
    margin-top: 0;
    border-radius: 0;
    padding: 62px 0;
  }
  .map__header{
    flex-direction: column;
  }
  .faq{
    margin-top: 0;
    border-radius: 0;
    padding: 62px 0;
  }
  .about{
    margin-top: 0;
    border-radius: 0;
    padding: 62px 0;
  }
  .footer{
    border-radius: 0;
    padding: 62px 0;
  }
  .m-order1{order:1}
  .m-order2{order:2}
  .m-order3{order:3}
  .m-order4{order:4}
  .m-order5{order:5}
}

/* =========================
   FR FLOAT WIDGET (ORIGINAL IMAGE, NO DARK OVERLAYS)
   ========================= */

.fr-float{
  position: fixed;
  z-index: 9999;
  right: 24px;
  bottom: 24px;
  font-family: 'Manrope', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@supports (padding: env(safe-area-inset-bottom)) {
  .fr-float{ bottom: calc(24px + env(safe-area-inset-bottom)); }
}
@media (max-width: 767px){
  .fr-float{
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: auto;
    transform: none;
  }
}
.fr-float *{ box-sizing: border-box; }

/* ===== States visibility ===== */
.fr-float__open,
.fr-float__closed-desktop,
.fr-float__closed-mobile,
.fr-float__mini{ display:none; }

.fr-float[data-state="open"] .fr-float__open{ display:block; }

.fr-float[data-state="closed"] .fr-float__closed-desktop{ display:block; }
.fr-float[data-state="closed"] .fr-float__closed-mobile{ display:none; }

@media (max-width: 767px){
  .fr-float[data-state="closed"] .fr-float__closed-desktop{ display:none; }
  .fr-float[data-state="closed"] .fr-float__closed-mobile{ display:flex; }
}

.fr-float[data-state="mini"] .fr-float__mini{ display:block; }

/* =========================
   SHINE (NO DARKENING)
   ========================= */
@keyframes frShine {
  0%   { transform: translateX(-160%) skewX(-18deg); opacity: 0; }
  10%  { opacity: .9; }
  50%  { opacity: .9; }
  100% { transform: translateX(260%) skewX(-18deg); opacity: 0; }
}

.fr-float__open-inner,
.fr-float__closed-desktop,
.fr-float__closed-mobile,
.fr-float__mini{ position: relative; }

.fr-float__open-inner::after,
.fr-float__closed-desktop::after,
.fr-float__closed-mobile::after,
.fr-float__mini::after{
  content:"";
  position:absolute;
  top:-35%;
  left:-60%;
  width:45%;
  height:170%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.12) 38%,
    rgba(255,255,255,.55) 50%,
    rgba(255,255,255,.12) 62%,
    rgba(255,255,255,0) 100%
  );
  pointer-events:none;
  animation: frShine 3.2s ease-in-out infinite;
  mix-blend-mode: screen;
  z-index: 5;
}

.fr-float__open-inner::after{ opacity: .35; }

/* =========================
   OPEN
   ========================= */
.fr-float__open{
  width: 354px;
  max-width: calc(100vw - 32px);
  position: relative;
  background: transparent;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

.fr-float__open-inner{
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}

.fr-float__open-top{
  height: 210px;
  background: url(/wp-content/themes/theme/franch/assets/img/fr-banner-main.png) center/cover no-repeat;
}

.fr-float__open-body{ padding: 22px 22px 24px; }

.fr-float__open-title{
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #1a1a1a;
  margin: 0 0 10px;
}

.fr-float__open-text{
  font-size: 13px;
  line-height: 140%;
  color: rgba(0,0,0,.55);
  margin: 0 0 16px;
}

.fr-float__open-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  border-radius: 100px;
  text-decoration: none;
  padding: 0 !important;
}

/* крестик только в OPEN */
.fr-float__open-close{
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  right: -12px;
  top: -12px;
  border: 0;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.14);
  z-index: 30;
  transition: transform .15s ease, box-shadow .15s ease;
}
.fr-float__open-close:hover{
  transform: scale(1.05);
  box-shadow: 0 14px 26px rgba(0,0,0,.16);
}
.fr-float__open-close::before,
.fr-float__open-close::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background: rgba(0,0,0,.55);
}
.fr-float__open-close::before{ transform: translate(-50%,-50%) rotate(45deg); }
.fr-float__open-close::after { transform: translate(-50%,-50%) rotate(-45deg); }

/* =========================
   DESKTOP CLOSED (ORIGINAL IMAGE)
   ========================= */
.fr-float__closed-desktop{
  width: 350px;
  height: 190px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
  overflow: hidden;
  color: #fff;
  background: url(/wp-content/themes/theme/franch/assets/img/fr-banner-main.png) center/cover no-repeat;
}

.fr-float__desk-text{
  position: absolute;
  z-index: 10;
  top: 16px;
  left: 17px;
  right: 58px;
  font-weight: 800;
  font-size: 15px; /* как ты сказал */
  line-height: 140%;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.fr-float .fr-float__desk-btn.btn__green{
  position: absolute !important;
  z-index: 10;
  left: 17px !important;
  right: 21px !important;
  bottom: 21px !important;
  width: auto !important;
  height: 45px !important;
  border-radius: 100px !important;
  border: 0 !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* =========================
   MOBILE CLOSED BAR (ORIGINAL IMAGE)
   ========================= */
.fr-float__closed-mobile{
  width: 366px;
  max-width: calc(100vw - 24px);
  height: 70px;
  border-radius: 10px;
  position: relative;
  padding: 12px 60px 12px 12px;
  align-items: center;
  box-shadow: 0 18px 34px rgba(0,0,0,.16);
  overflow: hidden;
  color: #fff;
  background: url(/wp-content/themes/theme/franch/assets/img/fr-banner-main.png) center/cover no-repeat;
}

.fr-float__bar-text{
  position: relative;
  z-index: 10;
  font-weight: 800;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

/* arrow button */
.fr-float__bar-up{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: #30AD96;
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
  z-index: 15;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}
.fr-float__bar-up:hover{
  transform: translateY(-50%) scale(1.05);
  filter: brightness(1.05);
  box-shadow: 0 16px 28px rgba(0,0,0,.20);
}
.fr-float__bar-up:active{ transform: translateY(-50%) scale(.98); }
.fr-float__bar-up::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translate(-50%,-35%) rotate(45deg);
}

/* =========================
   MINI (FIGMA: 130x130, r16, handle 124, arrow 10.56)
   ========================= */
.fr-float__mini{
  width: 130px;
  height: 130px;
  border-radius: 16px;
  border: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background: url(/wp-content/themes/theme/franch/assets/img/fr-banner-main.png) center/cover no-repeat;

  /* shadows from figma */
  box-shadow:
    1px 2px 20px rgba(0,0,0,.10),
    0px 15px 10px -15px rgba(0,0,0,.10);
}

.fr-float__mini-text{
  position: absolute;
  top: 10px;
  left: 14px;
  right: 14px;
  z-index: 10;
  font-weight: 800;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

/* circle handle (124x124) positioned like figma (top ~102px) */
.fr-float__mini-handle{
  position: absolute;
  width: 124px;
  height: 124px;
  left: 50%;
  top: 102px;                 /* ключевое: как на скрине */
  transform: translateX(-50%);
  border-radius: 1000px;
  background: #30AD96;
  z-index: 9;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 18px;
}

/* arrow 10.56x10.56 */
.fr-float__mini-arrow{
  width: 10.56px;
  height: 10.56px;
  transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

.fr-float.fr-float--hidden{
  display: none !important;
}