html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* manrope-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/manrope-v15-cyrillic_cyrillic-ext_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* manrope-500 - cyrillic_cyrillic-ext_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/manrope-v15-cyrillic_cyrillic-ext_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* manrope-600 - cyrillic_cyrillic-ext_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/manrope-v15-cyrillic_cyrillic-ext_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* manrope-700 - cyrillic_cyrillic-ext_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/manrope-v15-cyrillic_cyrillic-ext_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


  /* inter-regular - cyrillic_cyrillic-ext_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v18-cyrillic_cyrillic-ext_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }



  :root {
    --font-family: "Manrope", sans-serif;
    --second-family: "Inter", sans-serif;
  }


  body {
    font-family: var(--font-family);
  }

  .wrapper{
    max-width: 1380px;
    margin: 0 auto;
  }






  /* header start */


  .header-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 47px 0 22px 0;
    border-bottom: 1px solid #000c32;
  }


  .logo {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #0037ff;
    text-decoration: none;
  }

  .logo span {
    color: #000c32;
  }

  .header-cont ul {
    display: flex;
    align-items: center;
    gap: 80px;
  }

  .header-cont ul a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
  }

  .lang {
    display: flex;
    gap: 10px;
  }

  .lang a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
    text-decoration: none;
  }


  /* header end */




  /* hero start */

  .hero-img {
    display: flex;
    flex-direction: column;
    gap: 20px;

  }

  .hero-img a {
    display: flex;
  }

  .hero-img img {
    width: 100%;
    border-radius: 40px;
  }

  .hero-cont {
    display: flex;
    align-items: center;
    gap: 20px;
    max-height: 768px;
    overflow: hidden;
    position: relative;
  }

  .hero-cont > :first-child {
    flex: 1.5;
  }

  .hero-cont > :last-child {
    flex: 1;
  }

  .hero-cont_block h1 {
    font-weight: 500;
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000c32;
    margin-bottom: 25px;
  }

  .hero-cont_block p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000c32;
    margin-bottom: 40px;
    max-width: 550px;
  }

  .hero-cont_block div {
    display: flex;
    justify-content: center;
  }

.hero-cont_block button {
    border: 1.46px solid #1877f2;
    border-radius: 73px;
    padding: 12px 100px;
    background: #0037ff;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -0.03em;
    color: #fff;
}

.hero-cont_block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-cont {
    background: 
    linear-gradient(91deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 12, 50, 0.2) 100%),
    #f6fbff;
    border-radius: 40px;
    margin-top: 25px;
    padding: 0 30px;
}

.hero {
    margin-bottom: 123px;
}


  /* hero end */



  /* categories start */


    .categories-cont_flex {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .categories-cont_flex-item > :first-child {
        min-height: 225px;
        border-radius: 40px;
        padding: 30px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }


    .bg-1 {
        background: url('./images/bg-1.png');
        
    }

    .bg-2 {
        background: url('./images/bg-2.png');
    }

    .bg-3 {
        background: url('./images/bg-3.png');
    }


    .categories-cont_flex-item > :last-child {
        padding: 42px 30px;
    }

    .categories-cont_flex-item > :last-child h3 {
        font-weight: 500;
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -0.03em;
        color: #0037ff;
        margin-bottom: 30px;
    }

    .categories-cont_flex-item > :last-child p {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: -0.03em;
        color: #000c32;
        opacity: 0.8;
    }

    .categories-cont_flex-item {
        border-radius: 40px;
        overflow: hidden;
        background: #fff;
    }


.categories-cont_flex {
    border-radius: 40px;
    background: #f6fbff;
    padding: 20px;
}

.categories-cont h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000c32;
    margin-bottom: 30px;
}


.categories-cont h2 span {
    font-weight: 500;
    color: #0037ff;
}

.categories-cont > :nth-child(2) {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.categories-cont > :nth-child(2) p {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #000c32;
    opacity: 0.8;
    max-width: 650px;
}

.categories {
    margin-bottom: 230px;
}

  /* categories end */




/* slider start */

.swiper-container .swiper-slide {
    border-radius: 40px;
    overflow: hidden;
    background: #f6fbff;
}


.swiper-container .swiper-slide > :first-child {
    min-height: 303px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.slide-1 {
    background: url('./images/slide-1.png');
}
.slide-2 {
    background: url('./images/slide-2.png');
}
.slide-3 {
    background: url('./images/slide-3.png');
}
.slide-4 {
    background: url('./images/slide-1.png');
}


.swiper-container .swiper-slide > :last-child {
    padding: 47px 30px 88px 30px;
}

.swiper-container .swiper-slide > :last-child > :first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.swiper-container .swiper-slide > :last-child > :first-child h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #000c32;
}

.swiper-container .swiper-slide > :last-child > :first-child p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
    opacity: 0.5;
    margin-bottom: 15px;
}

.swiper-container .swiper-slide > :last-child > :first-child a {
    border-radius: 500px;
    padding: 16px 16px 16px 24px;
    background: #000c32;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    text-decoration: none;
    gap: 16px;
}


.swiper-container .swiper-slide ul > :not(:last-child) {
    margin-bottom: 26px;
}


.swiper-container .swiper-slide ul li {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
    opacity: 0.8;
}

.swiper-container .swiper-slide ul {
    list-style: none; /* отключаем стандартные маркеры */
    padding-left: 0;   /* чтобы не было лишнего отступа у всего списка */
  }
  
  .swiper-container .swiper-slide ul li {
    position: relative;
    padding-left: 2em; /* ← вот это и есть отступ от маркера до текста */
  }
  
  .swiper-container .swiper-slide ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
    background-image: url('./images/pluse.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }

.swiper-container {
    overflow-x: hidden;
}

.slider-cont h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #000c32;
    margin-bottom: 100px;
}

.slider-cont h2 span {
    font-weight: 500;
    color: #0037ff;
}

.slider-bottom {
    display: flex;
    justify-content: space-between;
}

.slider-bottom > :first-child {
    display: flex;
    align-items: center;
    gap: 20px;
}

.slider-bottom > :first-child a {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 500px;
    padding: 16px;
    background: linear-gradient(44deg, #0037ff 0%, #315eff 100%);
    text-decoration: none;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
}

.slider-bottom > :first-child p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
    opacity: 0.5;
}

.slider-bottom > :last-child {
    display: flex;
    align-items: center;
    gap: 33px;
    border-radius: 500px;
    padding: 16px;
    background: #f6fbff;
    cursor: pointer;
}

.slider-bottom {
    margin-top: 50px;
}

.slider {
    margin-bottom: 230px;
}

/* slider end */



/* we start */

.we-cont {
    border-radius: 40px;
    background: #f6fbff;
    padding: 20px;
}

.we-block-1 {
    padding: 80px 40px 89px 80px;
    background: #fff;
    border-radius: 40px;
}

.we-block-1 {
    display: flex;
}

.we-block-1 > :first-child {
    flex: 1;
}

.we-block-1 > :last-child {
    flex: 2.6;
}

.we-block-1-flex {
    display: flex;
    gap: 15px;
}

.we-block-1-flex-item > :first-child {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.we-block-1-flex-item > :first-child h5 {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #000c32;
}

.we-block-1-flex-item p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
    opacity: 0.8;
    max-width: 242px;
}


.we-text {
    display: flex;
    gap: 5px;
}

.we-text p {
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000c32;
}

.we-block-1 {
    margin-bottom: 20px;
}

.we-block-2 {
    background: #fff;
    border-radius: 40px;
    padding: 40px;
}

.we-block-2 h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #000c32;
    margin-bottom: 40px;
}

.we-block-2 h2 span {
    color: #0037ff;
}

.we-block-2 > :last-child {
    display: flex;
}

.we-block-2 > :last-child > :first-child,
.we-block-2 > :last-child > :last-child {
    flex: 1;
}

.we-block-2 > :last-child > :last-child > :not(:last-child) {
    margin-bottom: 40px;
}

.we-block-2 > :last-child > :last-child p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
    opacity: 0.8;
}


.we {
    margin-bottom: 230px;
}

/* we end */



/* accordeon start */

.accordeon-title {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}


.accordeon-title h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #000c32;
    flex: 1;
}

.accordeon-title p {
    font-weight: 400;
    font-size: 21px;
    letter-spacing: -0.03em;
    color: #000c32;
    opacity: 0.8;
    flex: 1;
}

.acc-block-item {
    display: flex;
}

.acc-block-item > :first-child,
.acc-block-item > :last-child {
    flex: 1;
}

.acc-block-item > :first-child p {
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000c32;
    opacity: 0.1;
}


.acc-block-item > :last-child {
    display: flex;
    justify-content: space-between;
}

.acc-block-item > :last-child h6 {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #0037ff;
}

.acc-block-item > :last-child p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
    opacity: 0.8;
}


.acc-block > :not(:last-child) {
    border-top: 2px solid #e6e6e6;
}

.acc-block > :last-child {
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
}

.acc-block-item {
    padding: 30px 0;
}



.acc-block-item > div:nth-child(2) > div:nth-child(1) > p {
    overflow: visible;
    max-height: 100%;
    margin-top: 20px;
}



  .accordeon {
    margin-bottom: 150px;
  }
/* accordeon start */







/* blue-block start */

.blue-block {
    margin-bottom: 150px;
}


.blue-block-cont {
    background: url('./images/xStack.svg'), linear-gradient(44deg, #0037ff 0%, #315eff 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 200px;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px;
    border-radius: 40px;

}

.blue-block-cont h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    max-width: 900px;
}

.blue-block-cont button {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 500px;
    padding: 16px 16px 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
}

/* blue-block end */




/* promotion start */

.promotion-cont {
    display: flex;
    gap: 30px;
}

.promotion-cont > :first-child {
    flex: 1;
}

.promotion-cont > :last-child {
    flex: 2;
}

.g-block > :last-child img {
    width: 100%;
}

.g-cont {
    display: flex;
    gap: 20px;
}

.g-block {
    padding: 30px 0 0 30px;
    border-radius: 40px;
    overflow: hidden;
    background: #f6fbff;
}


.g-block > :first-child {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}


.g-block > :first-child p {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #000c32;
}

.promotion-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #000c32;
    margin-bottom: 30px;
}

.promotion-title span {
    font-weight: 500;
    color: #0037ff;
}

.promotion-text {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
    opacity: 0.8;
    margin-bottom: 50px;
}

.promotion-button{
    border-radius: 500px;
    padding: 16px 16px 16px 24px;
    background: linear-gradient(44deg, #0037ff 0%, #315eff 100%);
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
}


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

.socials-item {
    flex: 1;
    border-radius: 40px;
    background: #f6fbff;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}


.socials-item p {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #000c32;
}

.promotion {
    margin-bottom: 230px;
}

.qua-cont > :first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.qua-cont > :first-child h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #000c32;
}

.qua-cont > :first-child a {
    border-radius: 500px;
    padding: 16px 16px 16px 24px;
    background: linear-gradient(44deg, #0037ff 0%, #315eff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    text-decoration: none;
}

.qua {
    margin-bottom: 150px;
}

/* promotion end */



/* footer start */

.footer-cont {
    background: linear-gradient(44deg, #0037ff 0%, #315eff 100%), 
                url('./images/footer.png');
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 30px 50px 30px;
    display: flex;
    border-radius: 40px 40px 0 0;
}

.footer-cont > :first-child,
.footer-cont > :last-child {
    flex: 1;
}

.footer-nav-cont {
    flex: 1;
}

.footer-cont h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 150px;
}

.footer-cont > :first-child a, 
.footer-cont > :first-child p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.footer-cont > :first-child a {
    margin-bottom: 30px;
}


.footer-nav-cont h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 50px;
}

.footer-nav-cont a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.footer-nav-cont ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-nav-cont {
    display: flex;
    gap: 75px;
    justify-content: center;
}

/* footer end */




.hero,
.categories,
.slider,
.we,
.accordeon,
.blue-block,
.promotion,
.qua,
header {
    padding: 0 30px;
}







.hero-img {
    display: flex;
    flex-direction: column;
    animation: scroll 85s linear infinite;
}

.hero-img img {
    width: 100%;
    flex-shrink: 0;
}

/* Анимация движения вверх */
@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}



@media screen and (max-width: 1268px) {
    .hero-cont {
        max-height: 668px;
    }

    .hero-cont_block h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 1047px) {
    .hero-cont {
        max-height: 500px;
    }

    .hero-cont_block h1 {
        font-size: 32px;
    }
}


@media screen and (max-width: 804px) {
    .hero-cont_block button {
        padding: 12px 70px;
    }
}


@media screen and (max-width: 1002px) {
    .categories-cont_flex {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 1043px) {
    .accordeon-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}



.promotion-mob {
    display: none;
}

.promotion-desk {
    display: block;
}

@media screen and (max-width: 1153px) {
    .promotion-mob {
        display: block;
    }

    .promotion-desk {
        display: none;
    }

    .promotion-cont-mob {
        display: flex;
        gap: 20px;
    }

    .promotion-cont-mob > :first-child,
    .promotion-cont-mob > :last-child {
        flex: 1;
    }

    .promotion-button {
        margin-bottom: 40px;
    }

    .socials-item {
        margin-bottom: 20px;
    }

    .g-block {
        margin-bottom: 20px;
    }

    .promotion-title {
        font-size: 24px;
    }

    .promotion-title br {
        display: none;
    }   
}


.footer-desk {
    display: block;
}

.footer-mob {
    display: none;
}


@media screen and (max-width: 875px) {
    .footer-cont  {
        flex-direction: column;
        gap: 70px;
    }

    .footer-cont h2  {
        margin-bottom: 0;
    }

    .footer-nav-cont {
        gap: 30px;
        justify-content: flex-start;
    }

    .footer-desk {
        display: none;
    }

    .footer-mob {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .footer-mob a,
    .footer-mob p {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: -0.03em;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
    }
    
}   

.vert-mob {
    display: none;
}

@media screen and (max-width: 1196px) {
    .we-block-1-flex {
        flex-direction: column;
        align-items: center;
    }

    .we-block-1-flex-item > :first-child img {
        display: none;
    }

    .vert-mob {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}


.qua-mob-link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(44deg, #0037ff 0%, #315eff 100%);
    gap: 16px;
    width: 100%;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 16px 0;
    border-radius: 500px;
    text-decoration: none;
    margin-top: 20px;
}


@media screen and (max-width: 767px) {
    .hero-cont {
        flex-direction: column;
    }

    .hero-img {
        flex-direction: row;
        animation: scroll 250s linear infinite;
    }
    
    .hero-img img {
        max-width: 250px;
        min-width: 250px;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-150%);
        }
    }

    .hero-cont {
        background: linear-gradient(160deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 12, 50, 0.2) 100%), #f6fbff;
        margin-top: 30px;
        padding: 103px 0 40px 0;
        max-height: none;
    }

    .hero-cont_block h1 {
        font-size: 48px;
        padding: 0 20px;
    }

    .hero-cont_block button {
        font-size: 20px;
    }

    .hero-cont_block p {
        font-size: 18px;
    }

    .hero {
        margin-bottom: 100px;
    }

    .categories-cont h2,
    .slider-cont h2  {
        font-size: 36px;
    }

    .slider-cont h2 {
        margin-bottom: 70px;
    }

    .categories-cont > :nth-child(2) {
        margin-bottom: 70px;
    }

    .categories-cont_flex-item > :first-child {
        min-height: 153px;
        border-radius: 30px;
    }

    .categories-cont_flex-item > :last-child {
        padding: 30px;
    }

    .categories-cont_flex-item > :last-child h3 {
        font-size: 24px;
    }

    .categories, .slider {
        margin-bottom: 100px;
    }

    .swiper-container .swiper-slide > :last-child > :first-child h4 {
        font-size: 24px;
    }


    .acc-block-item > :first-child {
        display: none;
    }


    .we-block-1 {
        padding: 30px 40px 80px 30px;
    }


    .we-block-1-flex-item > :first-child {
        margin-bottom: 20px;
    }

    .we-block-1-flex-item > :first-child h5, .socials-item p,
    .g-block > :first-child p  {
        font-size: 24px;
    }

    .we-block-2 > :last-child > :first-child {
        display: none;
    }

    .we-block-2 h2  {
        font-size: 24px;
    }

    .we-block-2 > :last-child > :last-child > :not(:last-child) {
        margin-bottom: 30px;
    }

    .we-block-2 {
        padding: 30px;
    }

    .we {
        margin-bottom: 100px;
    }

    .accordeon-title h2 {
        font-size: 36px;
    }

    .accordeon-title {
        margin-bottom: 70px;
    }

    .acc-block-item > :last-child {
        flex: 1.6;
    }

    .acc-block-item > :last-child h6 {
        font-size: 24px;
    }

    .accordeon, .blue-block,
    .promotion  {
        margin-bottom: 100px;
    }


    .promotion-text {
        margin-bottom: 28px;
    }

    .qua-cont > :first-child h2 {
        font-size: 36px;
    }

    .qua-cont > :first-child {
        margin-bottom: 70px;
    }

    .qua-cont > :first-child a {
        display: none;
    }

   

    .qua {
        margin-bottom: 100px;
    }

    .footer-cont h2 {
        font-size: 36px;
    }

    .footer-cont {
        padding: 70px 30px 50px 30px;
    }

    .footer-nav-cont h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }
}

.p-mob {
    display: none;
}

.slide-mob {
    display: none;
}


@media screen and (max-width: 650px) {
    .hero-cont_block h1 {
        font-size: 24px;
        margin-bottom: 17px;
    }

    .hero-cont_block p {
        font-size: 14px;
        margin-bottom: 31px;
    }

    .hero-cont_block button {
        font-size: 11px;
    }

    .hero-img img {
        max-width: 262px;
        border-radius: 20px;
    }

    .hero-cont {
        padding: 58px 0 35px 0;
        max-height: none;
    }

    .hero {
        margin-bottom: 50px;
    }

    .categories-cont h2, .slider-cont h2 {
        font-size: 20px;
    }

    .categories-cont h2 {
        margin-bottom: 20px;
    }

    .categories-cont > :nth-child(2) p {
        font-size: 14px;
    }

    .categories-cont > :nth-child(2) {
        margin-bottom: 30px;
    }

    .categories-cont_flex {
        grid-template-columns: repeat(1, 1fr);
    }

    .categories-cont_flex {
        border-radius: 20px;
        padding: 10px;
    }

    .categories-cont_flex-item > :last-child h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .categories-cont_flex-item > :last-child p {
        font-size: 14px;
    }

    .hero, .categories, .slider, .we, .accordeon, .blue-block, .promotion, .qua, header {
        padding: 0 10px;
    }

    .categories, .slider {
        margin-bottom: 50px;
    }

    .slider-cont h2 {
        margin-bottom: 30px;
    }

    .slider-bottom > :last-child  {
        display: none;
    }

    .slider-bottom > :first-child p, .slider-bottom > :first-child a  {
        font-size: 14px;
    }

    .slider-bottom {
        margin-top: 30px;
    }

    .we-block-1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .we-text p {
        font-size: 36px;
    }

    .we-block-1-flex-item > :first-child h5 {
        font-size: 16px;
    }

    .we-block-1-flex-item > :first-child {
        margin-bottom: 10px;
    }

    .we-block-1-flex-item p {
        font-size: 14px;
    }

    .we-cont {
        border-radius: 20px;
        padding: 10px;
    }

    .we-block-1 {
        padding: 20px;
        border-radius: 20px;
    }

    .we-block-2 {
        border-radius: 20px;
        padding: 20px 20px 30px 20px;
    }

    .we-block-2 h2 {
        font-size: 16px;
    }

    .we-block-2 > :last-child > :last-child p {
        font-size: 14px;
    }

    .we-block-2 > :last-child > :last-child > :not(:last-child) {
        margin-bottom: 20px;
    }

    .we {
        margin-bottom: 50px;
    }

    .accordeon-title h2 {
        font-size: 24px;
    }

    .accordeon-title {
        margin-bottom: 30px;
    }

    .accordeon-title {
        gap: 20px;
    }

    .acc-block-item > :last-child h6 {
        font-size: 16px;
    }

    .acc-block-item > :first-child p {
        font-size: 36px;
    }

    .acc-block-item {
        padding: 20px 0;
    }

   

    .accordeon, .blue-block, .promotion {
        margin-bottom: 50px;
    }

    .blue-block-cont h3 {
        font-size: 16px;
    }

    .blue-block-cont {
        gap: 80px;
    }


    .blue-block-cont button {
        font-size: 14px;
        padding: 11px 16px;
    }

    .promotion-cont-mob {
        flex-direction: column;
    }

    .qua-cont > :first-child h2 {
        font-size: 24px;
    }

    .qua-cont > :first-child {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .p-mob {
        display: block;
    }

    .footer-cont h2 {
        font-size: 20px;
    }

    .footer-cont {
        gap: 50px;
    }

    .footer-nav-cont ul {
        gap: 20px;
    }

    .footer-nav-cont h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer-nav-cont a {
        font-size: 14px;
    }

    .footer-mob {
        gap: 20px;
    }

    .footer-cont {
        border-radius: 20px 20px 0 0;
        padding: 30px 20px 30px 20px;
    }

    .swiper-container .swiper-slide > :last-child > :first-child a {
        display: none;
    }

    .swiper-container .swiper-slide > :first-child {
        min-height: 200px;
    }

    .swiper-container .swiper-slide > :last-child {
        padding: 20px 20px 30px 20px;
    }

    .swiper-container .swiper-slide > :last-child > :first-child p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .swiper-container .swiper-slide > :last-child > :first-child h4 {
        font-size: 16px;
    }

    .swiper-container .swiper-slide > :last-child > :first-child {
        margin-bottom: 20px;
    }

    .swiper-container .swiper-slide ul li {
        font-size: 14px;
    }

    .swiper-container .swiper-slide ul > :not(:last-child) {
        margin-bottom: 21px;
    }

    .slide-mob {
        display: inline-flex;
        border-radius: 500px;
        padding: 12px 12px;
        background: #000c32;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 14px;
        letter-spacing: -0.03em;
        color: #fff;
        text-decoration: none;
        gap: 10px;
    }

    .swiper-container .swiper-slide {
        border-radius: 20px;
    }

    .categories-cont_flex-item > :first-child {
        min-height: 86px;
        border-radius: 20px;
    }

    .categories-cont_flex-item {
        border-radius: 20px;
    }

    .categories-cont_flex-item > :first-child {
        padding: 20px;
    }

    .categories-cont_flex-item > :last-child {
        padding: 20px;
    }

    .g-block > :first-child p, .socials-item p {
        font-size: 20px;
    }

    .socials-item {
        border-radius: 20px;
        padding: 20px;
        gap: 20px;
    }

    .g-block > :first-child {
        gap: 20px;
        margin-bottom: 30px;
    }

    .g-block {
        padding: 20px 0 0 20px;
        border-radius: 20px;
    }
}

.open-mob {
    display: none;
}

@media screen and (max-width: 767px) {
    .header-cont ul, .lang {
        display: none;
    }

    .header-cont {
        padding: 10px 30px;
        border-bottom: none;
        background: #f6fbff;
        border-radius: 500px;
        margin-top: 30px;
    }

    .open-mob {
        display: block;
    }

    
}

.hero-cont_block h1{
    overflow: hidden;
}




button {
    cursor: pointer;
}




  .popup-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: none; /* Скрыто по умолчанию */
    z-index: 1000;

  }
  
  .popup-menu.active {
    display: flex;
  }
  
  .open-mob {
    cursor: pointer;
  }
  
  .close-mob {
    position: absolute;
    top: 30px;
    right: 30px;
    border: none;
    background: none;
  }


  .links {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 50px;
    padding-left: 50px;
    margin-bottom: 70px;
  }

  .links a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
    opacity: 0.8;
    text-decoration: none;
  }


  .cont {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 50px;
  }

  .link-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    padding: 16px 16px 16px 24px;
    background: linear-gradient(44deg, #0037ff 0%, #315eff 100%);
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    text-decoration: none;
  }


  .lang-mob {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .lang-mob a {
    text-decoration: none;
        font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000c32;
    opacity: 0.8;
  }




  .acc-block-item > :last-child > :first-child {
        flex: 10;
  }
  .acc-block-item > :last-child > :last-child {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        max-width: 20px;
  }


  .acc-block-item > :last-child > :last-child img {
    max-width: 20px;
  }





/* Стили для .dropping-texts и .dropping-texts > div оставляем как были */
.dropping-texts {
    display: inline-block;
    text-align: left;
    min-height: 60px; /* Подберите под ваш размер шрифта */
    vertical-align: baseline; 
    position: relative; 
    overflow: hidden; 
  }
  
  .dropping-texts > div {
    font-size: inherit; 
    opacity: 0; /* Начинаем невидимыми */
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%; 
    text-align: left; /* Или center */
    transform: translateY(50%); 
  }
  
  /* --- ИЗМЕНЕНИЕ ДЛИТЕЛЬНОСТИ И ПРИМЕНЕНИЕ АНИМАЦИИ --- */
  .dropping-texts > div:nth-child(1) {
    /* Длительность 9s, Задержка 0s */
    animation: fadeUpSmoothCycle 9s linear infinite 0s; 
  }
  .dropping-texts > div:nth-child(2) {
    /* Длительность 9s, Задержка 3s */
    animation: fadeUpSmoothCycle 9s linear infinite 3s; 
  }
  .dropping-texts > div:nth-child(3) {
    /* Длительность 9s, Задержка 6s */
    animation: fadeUpSmoothCycle 9s linear infinite 6s; 
  }
  /* Если добавите 4-е слово, то его задержка будет 9s, 
     а общая длительность станет 4 * 3s = 12s */
  
  
  /* --- KEYFRAMES, АДАПТИРОВАННЫЕ ПОД 3 СЛОВА (33.33% на слово) --- */
  @keyframes fadeUpSmoothCycle { 
    /* 
       Логика на 3 слова (100% / 3 = 33.33% на слово):
       - 0%: Невидимо, внизу
       - ~1-5%: Появляется, двигаясь вверх
       - 5%-33%: Видимо, наверху
       - 33.33%: Мгновенно невидимо (opacity:0), но остается наверху
       - 100%: Невидимо, внизу (готово к рестарту)
    */
    
    /* 1. Начальное/конечное состояние */
    0%, 100% { 
      opacity: 0;
      transform: translateY(50%); 
    }
  
    /* 2. Фаза появления (Fade Up) */
    /* Можно сделать очень быстрой */
    1% {
        opacity: 1; /* Начать проявляться почти сразу */
        transform: translateY(50%); /* Еще внизу */
    }
    5% { /* К 5% уже на месте */
      opacity: 1;
      transform: translateY(0); 
    }
  
    /* 3. Фаза удержания (Hold) */
    /* Остается видимым до конца своего "слота" (33.33%) */
    33% { /* Держим видимым почти до конца слота */
      opacity: 1; 
      transform: translateY(0); 
    }
    
    /* 4. Фаза Исчезновения (мгновенно, без сдвига) */
    /* Скрываем элемент точно в конце его слота (33.33%) */
    33.33% { 
      opacity: 0;          /* Мгновенно невидимо */
      transform: translateY(0); /* !! ОСТАЕТСЯ на месте !! */
    }
  
    /* Между 33.33% и 99.999% элемент остается невидимым в позиции translateY(0) */
    /* Сброс в translateY(50%) происходит только в 100% (совпадает с 0%) */
  }



  html, body {
    scroll-behavior: smooth;
  }


  p {
    line-height: 20px;
  }