@media screen and (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }

  .number {
    font-size: 80px;
    line-height: 240px;
    font-weight: 700;
    padding: 0px;
  }

  .numbers-wrap {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 480px 1fr;
    gap: 50px;
  }

  .numbers-wrap .right .text {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
  }

  .title-h1,
  .title-h1 * {
    font-family: Unbounded;
    font-size: 68px;
    line-height: 100%;
    letter-spacing: -2.7px;
  }

  .about__inner .center .num {
    font-size: 70px;
  }

  .about__inner .center .num span {
    font-size: 40px;
  }

  .circle-item__inner .img {
    max-width: 130px;
    margin-top: 0px;
    flex: 1;
    display: flex;
    align-items: center;
  }

  .circle-item__line {
    width: 1px;
    height: 30px;
  }

  .conditions .btn-item {
    padding: 16px 20px;
    min-width: 215px;
    font-size: 16px;
  }

  .meet-btn {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .preloader-text .item {
    display: flex;
    width: 410px;
    min-height: 80px;
  }

  .preloader-title {
    font-size: 50px;
  }

  .preloader-text .item p {
    font-size: 24px;
  }

  .prelosder-image {
    width: 260px;
    height: 290px;
  }
}

@media screen and (max-width: 1220px) {
  .container {
    width: 1024px;
  }

  .numbers-wrap {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 420px 1fr;
    gap: 40px;
  }

  .number {
    font-size: 70px;
    line-height: 210px;
    font-weight: 700;
    padding: 0px;
  }

  .section-foto #foto {
    width: 100%;
    height: 570px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
  }

  .title-h1,
  .title-h1 * {
    font-size: 66px;
    line-height: 100%;
    letter-spacing: -2.7px;
  }

  .hero .center .title-h1 {
    margin-top: -50px;
    text-align: end;
  }

  .prelosder-image {
    width: 240px;
    height: 270px;
  }

  .about__inner .center {
    height: 185px;
    border-radius: 100px;
  }

  .about__inner .center .num {
    font-size: 56px;
  }

  .about__inner .center .num span {
    font-size: 32px;
  }

  .title-h2 {
    font-size: 28px;
  }

  .text-18-400,
  .about__inner .right .text {
    font-size: 16px;
  }

  .meet-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.18px;
  }

  .meet-inner .right .text-18-400 {
    margin-top: 15px;
  }

  .meet-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .meet-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .result-title {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.18px;
  }

  .footer-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .footer__inner .left {
    max-width: 420px;
  }

  .footer__inner .footer-box {
    margin-top: 20px;
    display: flex;
    gap: 30px;
    align-items: center;
  }

  .footer__inner .footer-box .item img {
    flex-shrink: 0;
    display: block;
    width: 20px;
    height: 20px;
  }

  .footer__inner .footer-box .item {
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
  }

  .black-btn .svg {
    width: 36px;
    height: 36px;
  }

  .right .r-top .right-text .item {
    display: flex;
    gap: 2px;
    align-items: center;
    font-family: Unbounded;
    font-size: 28px;
    font-weight: 500;
    line-height: 110%;
  }

  .right .r-top .right-text .item img {
    display: block;
    width: 37px;
    height: 35px;
  }
}

@media screen and (max-width: 1044px) {
  .container {
    width: 800px;
  }

  .numbers-wrap {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 330px 1fr;
    gap: 20px;
  }

  .number {
    font-size: 60px;
    line-height: 180px;
    font-weight: 700;
    padding: 0px;
  }

  .numbers-wrap .right .text {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
  }

  .circle-wrap {
    margin-top: 60px;
    flex-shrink: 0;
    height: 100%;
    width: 1400px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .title-h1,
  .title-h1 * {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -2.7px;
  }

  .hero .center .title-h1 {
    margin-top: -35px;
    text-align: end;
  }

  .hero .descr {
    max-width: 410px;
    font-size: 16px;
    font-weight: 400;
  }

  .faq-inner > .left {
    width: 295px;
    gap: 20px;
  }

  .faq-inner .text-18-400 {
    text-align: center;
  }

  .right-qr {
    display: none !important;
  }

  .right-text {
    display: grid !important;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .right-text .item:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
  }

  .header--link span {
    display: none;
  }

  .burger--wrap {
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    gap: 20px;
    overflow: auto;
    flex-direction: column;
  }

  button.menu {
    width: auto;
    height: 35px;
  }

  button.menu svg {
    width: 35px;
    height: 35px;
  }

  .preloader-title {
    font-size: 36px;
    max-width: 600px;
  }

  .prelosder-image {
    width: 150px;
    height: 170px;
  }

  .preloader-text .item::before {
    content: "";
    display: block;
    width: 10px;
    height: 33px;
    flex-shrink: 0;
  }

  .preloader-text .item p {
    font-size: 20px;
  }

  .preloader-text .item {
    display: flex;
    width: 320px;
    min-height: 60px;
  }

  .hero .bottom {
    bottom: 50px;
  }

  .hero .bottom svg {
    width: 25px;
    height: 24px;
  }

  .title-h2 {
    font-size: 24px;
  }

  .about__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: space-between;
    gap: 25px;
  }

  .about__inner .center .num {
    font-size: 40px;
  }

  .about__inner .center .num span {
    font-size: 24px;
  }

  .about__inner .center {
    height: 140px;
    border-radius: 100px;
  }

  .meet-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }

  .title-h2,
  .title-h2 span {
    font-size: 20px;
  }

  .meet-inner .left,
  .meet-inner .right {
    width: 100%;
  }

  .circle-section__heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .result-iner {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
  }

  .result-iner .left .img {
    display: none;
  }

  .result-iner .right {
    max-width: none;
  }

  .footer__inner {
    display: grid;

    grid-template-columns: 1fr 1fr;
    gap: 20px 80px;
  }

  .footer__inner .right {
    align-items: flex-start;
  }

  .footer-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .f-close svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .benefit .bottom > div {
    border-radius: 20px;
    padding: 30px;
    gap: 25px;
  }

  .circle-item__num {
    width: 35px;
    height: 35px;
    border-radius: 40px;
    display: grid;
    place-content: center;
    color: var(--white);
    font-size: 18px;
  }

  .wrap__logo {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
  }

  .wrap__logo img {
    display: block;
    width: 37px;
    height: 30px;
  }

  .partners_item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    padding: 30px 60px;
    background: var(--white);
    border-radius: 20px;
  }

  #how_connect .circle-center,
  #how .circle-center {
    top: 12%;
  }

  .conditions-item {
    min-height: 407px;
  }

  .footer {
    padding-bottom: 80px;
  }

  .swiper_arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .swiper_arrows .swiper-button-prev,
  .swiper_arrows .swiper-button-next {
    position: initial;
  }

  .swiper_arrows .swiper-button-prev {
    transform: rotate(-135deg);
  }

  .swiper_arrows .swiper-button-prev svg,
  .swiper_arrows .swiper-button-next svg {
    width: 100%;
    max-width: 22px;
  }

  .swiper_arrows .swiper-button-next {
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 840px) {
  .circle-item__title::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    border-right: 1px dashed #282828;
  }

  .about {
    height: calc((var(--vh, 1vh) * 100));
  }

  .prelosder-image {
    margin-top: 120px;
  }

  .meet-inner .left img {
    width: 100%;
  }

  .container {
    width: 600px;
  }

  .test {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .numbers-wrap {
    width: 100%;
    height: max-content;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 30px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }

  .number {
    font-size: 90px;
    line-height: 160px;
    font-weight: 500;
    padding: 0px;
    white-space: nowrap;
    padding: 1.25rem 15px;
    transform-style: preserve-3d;
  }
  #how .circle-wrap,
  #how_connect .circle-wrap {
    min-height: 320px;
  }
  .numbers-wrap .right {
    height: 150px;
    margin-top: -40px;
  }

  .numbers-wrap .right .text {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
  }

  .conditions .bottom {
    min-height: 425px;
  }

  .circle-wrap {
    flex-shrink: 0;
    height: 100%;
    width: 1200px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .tooltip-text {
    position: absolute;
    bottom: 130%;
    left: auto;
    right: 0;
    transform: translateX(0%);
    min-width: 290px;
    padding: 8px 10px;
    background: #111;
    color: #fff;
    font-size: 12px;
  }

  .questions-l_title {
    max-width: 90%;
    font-size: 16px;
  }

  .close-pop_up {
    right: 20px;
    top: 0;
    font-size: 40px;
  }

  .pop-up_container {
    padding: 20px;
  }

  .questions-l .form ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 500px;
    overflow-x: visible;
    overflow-y: visible;
  }

  .questions-l .form ul li svg {
    width: 10px;
  }

  .questions-l .form ul li {
    gap: 6px;
  }

  .questions-l .form ul li img {
    display: block;
    width: 19px;
  }

  .questions-l .form .title {
    font-size: 14px;
  }

  .questions-l .form ul li p {
    font-size: 12px;
    font-weight: 600;
  }

  .section-foto #foto {
    width: 100%;
    height: 80dvh;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
  }

  .faq-inner .text-18-400 {
    text-align: start;
  }

  nav.heade-menu {
    width: 100%;
  }

  .preloader-title {
    text-align: start;
    font-size: 24px;
    max-width: 510px;
  }

  .prelosder-image {
    position: static;
    width: 150px;
    height: 170px;
  }

  .preloader-text {
    flex: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: column;
  }

  .prelosder-image {
    flex: 1;
    display: flex;
    align-items: center;
    transform: translateY(0);
  }

  .preloader-text > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .preloader-title,
  .preloader-text .item {
    transform: translateY(0px);
  }

  .preloader-text .item {
    display: flex;
    width: auto;
    min-height: auto;
  }

  .preloader {
    padding: 40px 0 35px;
    z-index: 10;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #d3cfcb;
  }

  .burger {
    padding-top: 85px;
  }

  .heade-menu ul li a {
    width: 100%;
    display: block;
    font-family: Unbounded;
    font-size: 14px;
    font-weight: 400;
  }

  .title-h1,
  .title-h1 * {
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.17px;
    text-transform: uppercase;
  }

  .hero .center .title-h1 {
    margin-top: 0px;
    text-align: start;
  }

  .hero {
    height: 100dvh;
    padding-top: 80px;
  }

  .burger .r-top .right-text .item:nth-child(2) {
    color: rgba(40, 40, 40, 0.8);
    font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 110%;
  }

  .burger .r-top .right-text .item {
    display: flex;
    gap: 2px;
    align-items: center;
    font-family: Unbounded;
    font-size: 22px;
    font-weight: 500;
    line-height: 110%;
  }

  .black-btn p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
  }

  .burger .r-top .right-text .item img {
    display: block;
    width: 37px;
    height: 30px;
  }

  .about__inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }

  .about__inner .center .num {
    font-size: 60px;
  }

  .about__inner .center .num span {
    font-size: 37px;
  }

  .text-18-400,
  .about__inner .right .text {
    font-size: 16px;
    top: 0;
  }

  .partners_item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    padding: 25px 15px;
    background: var(--white);
    border-radius: 20px;
  }

  .partners_item img {
    width: 100%;
  }

  .circle-item__text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    max-width: 350px;
  }

  .circle-item__inner .img {
    width: 135px;
    margin-top: 0px;
    flex: 1;
    display: flex;
    align-items: center;
  }

  .title-h2 {
    font-size: 18px;
  }

  .circle-section__heading .title-h2 {
    max-width: 1120px;
    text-align: start;
  }

  .benefit .bottom > div {
    border-radius: 10px;
    padding: 10px 6px;
    gap: 10px;
  }

  .benefit .bottom .list-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #c2c2c2;
    font-size: 12px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: -0.14px;
  }

  .benefit .bottom .left .title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #282828;
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    /* 17.6px */
  }

  .benefit .bottom .left .title img {
    display: block;
    width: 28px;
    aspect-ratio: 28 / 23;
  }

  .benefit .bottom .right .title {
    min-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.2px;
    text-decoration-line: line-through;
  }

  .benefit .bottom .list-item svg {
    width: 10px;
    height: 10px;
  }

  .conditions-item_top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .conditions .top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
  }

  .conditions .center {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .conditions .btn-item {
    padding: 10px 10px;
    min-width: 163px;
    font-size: 14px;
  }

  .conditions .btn-item.active {
    color: #282828;
    background: #ded2c2;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  }

  .conditions .bottom {
    position: relative;
    margin-top: 20px;
  }

  .conditions-title {
    font-family: Unbounded;
    font-size: 16px;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.18px;
  }

  .text-16-400 {
    font-size: 14px;
    font-weight: 400;
  }

  .conditions-item_top .right {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .conditions-list .num {
    width: 20px;
    height: 20px;
    border-radius: 115px;
    flex-shrink: 0;
    font-size: 10px;
  }

  .faq-inner {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  .faq-inner > .left .img {
    display: none;
  }

  .faq-inner > .left {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .faq {
    padding: 20px 0;
  }

  .faq-top_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
  }

  .meet-inner .right .text-18-400 {
    margin-top: 10px;
  }

  .meet-title {
    margin-top: 16px;
    margin-bottom: 10px;
    font-family: Unbounded;
    font-size: 14px;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.18px;
  }

  .meet-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .meet-list li {
    display: flex;
    gap: 10px;
    padding-bottom: 6px;
  }

  .meet-list li .num {
    width: 8px;
    height: 8px;
  }

  .meet-btn {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }

  .brown-btn {
    padding: 11px 16px;
    border-radius: 50px;
    background: #ded2c2;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }

  .result-title {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -0.18px;
  }

  .result .top ul li,
  .result .top ul li strong {
    font-size: 14px;
    font-weight: 400;
  }

  .result .top-line .box {
    padding: 8px 12px;
    border-radius: 20px;
    background: #ded2c2;
    font-size: 12px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: -0.14px;
  }

  .resultSwiper .swiper-slide > div {
    padding: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
  }

  .resultSwiper .swiper-slide > div {
    padding: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
  }

  .resultSwiper .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .result .top {
    min-height: auto;
    flex: 1;
  }

  .author-about {
    font-size: 12px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.14px;
  }

  .author-location {
    margin-top: 4px;
    color: #5d5d5d;
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
  }

  .top-line .img {
    width: 36px;
  }

  .swiper.resultSwiper {
    /* overflow: visible; */
  }

  .footer-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }

  .footer__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .footer__inner .left {
    max-width: none;
  }

  .footer-text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
  }

  .footer__inner .footer-box {
    margin-top: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .footer__inner .center a {
    font-size: 14px;
    font-weight: 400;
  }

  .right .r-top .right-text .item {
    display: flex;
    gap: 2px;
    align-items: center;
    font-family: Unbounded;
    font-size: 25px;
    font-weight: 500;
    line-height: 110%;
  }

  .right .r-top .right-text .item:nth-child(2) {
    color: rgba(40, 40, 40, 0.8);
    font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 110%;
  }

  .right .r-top .right-text {
    display: flex;
    flex-direction: column;
    gap: 10px;

    width: 100%;
  }

  .footer__inner .right .r-top {
    border-radius: 20px;
    background: #e8e3de;
    padding: 10px;
    max-width: 335px;
  }

  .footer__inner .right > p {
    font-size: 12px;
    font-weight: 400;
  }

  .pop-up_container {
    max-height: 90%;
  }

  .mk-forms .form {
    height: 100%;
    flex: 1;
    overflow: auto;
  }

  .mk-forms .questions-l {
    height: 100%;
  }

  .close-pop p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .burger.vanta-bg {
    position: fixed;
  }

  .circle-item__inner .img {
    width: 105px;
  }

  .pop-title {
    color: #282828;
    font-family: Unbounded;
    font-size: 16px;
  }

  .vanta-bg {
    position: relative;
    /* background: transparent;
    background-image: url(../images/vanta-bg-mob2.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
  }

  .vanta-video {
    /* display: block; */
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: -1; */
  }

  #how_connect .circle,
  #how .circle,
  #how_connect .circle-bg,
  #how .circle-bg {
    top: 15%;
  }

  .conditions .bottom {
    min-height: 425px;
    position: relative;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }

  .header-stick-btn {
    display: block;
    font-size: 14px;
    padding: 6px 25px;
    bottom: 30px;
  }

  .benefit .bottom .list-item {
    min-height: 76px;
  }

  .burger .r-top .right-text .item img {
    display: block;
    width: 33px;
    height: 30px;
  }

  .benefit .top .title-h2 {
    max-width: 1020px;
    text-align: left;
  }

  .benefit .top {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .benefit .bottom {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .burger .r-top .right-text {
    display: flex;
    flex-direction: column;
    gap: 13px;
    max-width: 490px;
    width: 100%;
  }

  .title-h1,
  .title-h1 * {
    font-size: 38px;
  }

  .prelosder-image {
    position: static;
    width: 115px;
    height: 123px;
  }

  .hero .center {
    gap: 100px;
  }

  .btn-menu:before {
    content: "";
  }

  .circle-item__title {
    max-width: 320px;
  }

  .section-foto {
    padding: 65px 0 0;
    margin-bottom: -50px;
  }

  .result {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .m-t {
    padding-top: 60px;
  }

  .p-t {
    margin-top: 0px;
    padding-top: 60px;
  }

  .meet-inner .right {
    border-radius: 10px;
    padding: 10px;
  }

  .preloader-bottom {
    flex: 1;
    justify-content: flex-end;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 20px;
  }

  .conditions-item {
    border-radius: 10px;
    background: var(--white);
    padding: 10px;
  }

  .preloader video {
    margin-top: 0;
  }

  .preloader {
    padding: 40px 0 0px;
    z-index: 40;
    position: fixed;
    top: 0;
    height: 100dvh;
    width: 100%;
    background-color: #d3cfcb;
  }

  .circle-section__inner {
    display: flex;
    gap: 30px;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    z-index: -1;
    position: relative;
  }

  .preloader--inner {
    height: 100%;
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .about__inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1fr);
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .about__inner .left .wrap-text-18-400 {
    min-height: 80px;
  }

  .prelosder-image {
    flex: 0;
    display: flex;
    align-items: center;
    transform: translateY(0);
  }

  .circle-wrap {
    flex-shrink: 0;
    height: 100%;
    width: 900px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .header--link,
  .header--link span {
    font-size: 14px;
    font-weight: 500;
  }

  .btn-menu {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .heade-menu ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

@media screen and (max-width: 365px) {
  .circle-section__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .circle-section__inner {
    display: flex;
    gap: 20px;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }

  .circle-wrap {
    margin-top: 40px;
    flex-shrink: 0;
    height: 100%;
    width: 900px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .circle-item__line {
    width: 1px;
    height: 15px;
  }

  .circle-item__content {
    gap: 10px;
    /* transition-delay: 0.2s; */
  }

  .circle-item__inner .img {
    width: 115px;
  }

  .preloader {
    padding-top: 20px;
  }

  .hero .center {
    gap: 50px;
  }
}

@media (min-width: 1400px) and (max-height: 890px) {
  .title-h1,
  .title-h1 * {
    font-size: 66px;
    letter-spacing: -2.7px;
    text-transform: uppercase;
  }

  .hero .center .title-h1 {
    margin-top: -40px;
    text-align: end;
  }

  .prelosder-image {
    width: 230.007px;
    height: 250.228px;
  }

  .circle-section__heading .title-h2 {
    max-width: 600px;
    text-align: center;
  }

  .title-h2 {
    font-size: 24px;
  }

  .circle-item__inner .img {
    width: 160px;
    margin-top: 0px;
  }
}

@media (max-width: 360px) {
  .prelosder-image {
    margin-top: 90px;
    margin-bottom: -40px;
  }
  .preloader-text .item p {
    font-size: 18px;
  }
  .title-h1,
  .title-h1 * {
    font-size: 30px;
  }

  .numbers-wrap .right {
    margin-top: -30px;
  }

  .circle-item__title {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle-item__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
