@font-face {
  font-family: "StyreneBLC-Bold";
  src: url("../fonts/styreneblc-bold.woff") format("woff"), url("./fonts/StyreneBLC-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'StyreneBLC-BoldItalic';
  src: url("../fonts/styreneblc-bolditalic.woff") format("woff"), url("./fonts/StyreneBLC-BoldItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'StyreneBLC-Regular';
  src: url("../fonts/styreneblc-regular.woff") format("woff"), url("./fonts/StyreneBLC-Regular.ttf") format('truetype');
}

 body {
     font-family: "StyreneBLC-Regular";
 } 
 h1, h2, h3, h4 {
     font-family: "StyreneBLC-Bold";
 }
 
h1 {
font-size: 32px;
font-weight: 700;
padding: 16px 0;
}
h2 {
font-weight: 700;
font-size: 34px;
margin-bottom: 24px;
}
a {
color: #9F9F9F;
}
a:hover {
color: #0E0E0E;
}

    .container {
      margin: 0 auto;
    }
    
    .header {
      background: linear-gradient(#96c0e9, #d8ebf6);
      padding-top: 110px;
        margin-top: -80px;
      margin-bottom: 160px;
      background-image: url(../img/1920-x2.jpg);
    width: 100%;
    background-size: cover;
    height: 864px;
        background-position: bottom;
        position: relative;
    }
    
    .header_top {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .a-site a {

      padding: 8px 16px;
      border-radius: 4px;
      background: #EF3124;
      border: none;
      color: #FCFCFD;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
    }
    
    .header_banner {
      display: flex;
    }
    
    .header_banner-left {
      font-size: 56px;
      font-weight: 700;
      color: #0E0E0E;
      width: 80%;
    }
    .header_banner-left p {
            font-family: "StyreneBLC-Bold";
            line-height: 110%;
    }
    
    .header_banner-left span {
      color: #EF3124;
      display: flex;
      align-items: center;
      grid-column-gap: 10px;
    }
    
    .header_banner-left span::after {
      content: '';
      width: 100%;
      max-width: 290px;
      display: block;
      height: 6px;
      background: #EF3124;
      margin-top: 15px;
    }
    
    .header_banner-left h2 {
      font-size: 32px;
    }
    
    
    .header_banner-right {
      width: 40%;
      margin-top: -50px;
      margin-left: -285px;
    }
    .header_banner-right img{
        max-width: 712px;
    }
    .number {
        margin-bottom: 120px;
    }
    .number-flex {
        display: flex;
        margin-bottom: 130px;
        justify-content: space-between;
    }
    .number-flex_item {
        font-size: 20px;
        max-width: 430px;
    }
    .number-flex_item::before {
        content: '';
        width: 64px;
        height: 4px;
        background: #EF3124;
        display: block;
        margin-bottom: 32px;
    }
    .bg-red {
        background-color: #EF3124;
        margin-bottom: 120px;
    }

    .bg-red_text {
        font-size: 30px;
        position: absolute;
        color: #FBFCFD;
        font-weight: 700;
        padding-top: 35px;
    }
    .inves {
        margin-bottom: 120px;
    }
    .inves-flex {
        display: flex;
        justify-content: space-between;
        grid-column-gap: 25px;
    }
    .inves-item {
        padding: 42px;
    }
    .inves-item h2 {
        color: #0E0E0E;
        font-size: 24px;
        font-weight: 700;
    }
    .investin {
    width: 100%;
    background: #F7F8F9;
    border-radius: 5%;
    background-image: url(../img/image4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    }
    .commus {
    background: #F7F8F9;
    border-radius: 5%;
    background-image: url(../img/01e8563586e50ecbb234031755c37d5f.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    }
    .investin p {
        max-width: 358px;
    }
    .commus p {
        max-width: 294px;
    }
    .bg-blue {
        background: linear-gradient(225deg, #DEEEF7 0%, #BBD9F1 100%);
        margin-bottom: 120px;
    }
    .bg-blue_flex {
        display: flex;
        gap: 24px;
    }
    .bg-blue_text-block h2 {
        font-size: 34px;
        margin: 0;
        margin-bottom: 18px;
        font-weight: 700;
    }

    .bg-blue_text-block span {
        color: #EF3124;
    }
    .bg-blue_text-block {
        /* padding: 80px 0; */
        max-width: 672px;
        margin-bottom: 64px;
    }
/*     .bg-blue_img {

    display: flex;
    align-items: flex-end;
} */
    .bg-blue_img img {
        height: 100%;
    width: 100%;
    object-fit: cover;
        max-width: 424px;
    }
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active::after {
    content: '';
    display: block;
    width: 100%;
    background: #EF3124;
    height: 5px;
    position: absolute;
    top: 42px;
    left: 0;
}
    .steps {
        margin-bottom: 120px;
        background-color: #F4F4F4;
        padding: 128px 0;
    }
    .steps-grid {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        grid-auto-rows: 280px;
    }
    .steps-grid_st {
        border-radius: 16px;
        padding: 40px;
        font-size: 16px;
    }
    .steps-grid_st h3 {
        font-size: 24px;
    }
    .steps-grid_st-1 {
        background: url(../img/756c67cc81346a7adeae5f0311760787.png);
        background-repeat: no-repeat;
        color: #FFFFFF;
        background-size: contain;
    }
    .steps-grid_st-2 {
        background: url(../img/f89a0f2ea721aa81e9650346aa46cc1b.png);
        background-repeat: no-repeat;
         background-size: contain;
    }
    .steps-grid_st-3 {
        background: url(../img/f828fcf1b4722a42ac7666a0b51eb594.png);
        background-repeat: no-repeat;
         background-size: contain;
    }
    .text {
        margin-bottom: 120px;
       
    }
     .slider-navigation{
   position: absolute;
    margin-top: -145px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    z-index: 0;
    max-width: 1100px;
 }
    .text h2 {
         max-width: 525px;
    }
    .experts {
        margin-bottom: 120px;
            position: relative;
    }
    .slide-card {
        border-radius: 16px;
        background-color: #F7F8F9;
        display: flex;
        padding: 32px;
        justify-content: space-between;
        margin-right: 25px;
        padding-right: 40px;
        min-height: 193px;
    }
    .slide-card_desc {
            display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    .slide-card_desc h4 {
        font-size: 20px;
        font-weight: 700;
    }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.how-to {
    margin-bottom: 56px;
}

.after-tubs a {
    color: #EF3124;
}
.footer-top_menu {
    display: flex;
    justify-content: space-around;
    width: 60%;
}
.footer-top_social {
    display: flex;
    grid-column-gap: 16px;
}
.footer-bottom::before {
content:'';
width: 100%;
background: #ffffffb5;
height: 1px;
margin-top: 72px;
margin-bottom: 32px;
display: block;
}
.header_banner-img {
    position: absolute;
    bottom: -10%;
}
.header_banner-img  img {
    width: 100%;
    max-width: 330px;
}

.steps-mobile {
    display: none;
}
.number-big img {
    width: 100%;
}
.bg-red_img {
    text-align: center;
}
.bg-red_img img {
    width: 100%;
}
.content {
text-align: left;
font-size: 14px;
font-weight: 300;
display:none;
padding: 0 40px 32px;
max-width: 699px;
}
.question {
    background: #F7F8F9;

}
.questions {
    font-size: 24px;
    font-weight: 700;
    line-height: 26.4px;
    letter-spacing: -0.005em;
    font-family: "StyreneBLC-Bold";
    padding: 40px;
    background-color: #F7F8F9;
    border-radius:16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq {
    display: flex;
    gap: 16px;
    flex-direction: column;
    margin-bottom: 48px;
}
.faq-block {
    margin-bottom: 151px;
}
.questions::after {
    content: '';
    background-image: url(../img/open-1.svg);
    width: 50px;
    height: 50px;
    display: block;
}
.open .questions::after {
    content: '';
    background-image: url(../img/close-1.svg);
    width: 50px;
    height: 50px;
    display: block;
}
.content ul {
    padding-inline-start: 0;
}
.content li {
    list-style-type: none;
}
.content li::before {
    content: "—";
padding-right: 5px;
    color: #EF3124;
   }
   @media only screen and (min-width: 1920px) {
       .header_banner-img {
    position: absolute;

}
   }
    @media only screen and (max-width: 1400px) {
       .header_banner-right {
      width: 40%;
      margin-top: -50px;
      margin-left: -365px;
    } 
    .header_banner-img img {
    width: 100%;
    max-width: 265px;
}
.header {
    height: 775px;

}
.header_banner-img {


}
    }
    @media only screen and (max-width: 1280px) {
        .header_banner-img {

    }
        
    }
@media only screen and (max-width: 1025px)  {
    .bg-red_text {
        padding-top: 45px;
    }
    .steps-grid_st {
        font-size: 14px;
    }
    .header {
        height: 755px;
}
    .slider-navigation {
        max-width: 200px;
                right: 46px;
        top: 45%;
    }
    .bg-red_img img {
        width: 100%;
    }
    .header_banner-right {
        margin-left: 0;
        margin-top: 150px;
               /*  width: 60%; */
    }
    .bg-blue_img {
        display: flex;
    }
    .header_banner-right img {
          width: 100%;
    }
    .header_banner-img img {
        max-width: 255px;
    }
}
@media only screen and (max-width: 900px) {
    .header_banner-img {
        display: none;
    }
    .header_banner-right {
                width: 50%;
    }
    .slider-navigation {
        justify-content: center;
        margin-top: -285px;
    }
    .container {
    overflow: hidden;
}
    .header_banner-left {
        font-size: 40px;
    }
    .header_banner-left h1 {
        max-width: 365px;
    }
    .header_banner-right {
        z-index: 1;
        margin-top: 200px;
    }
    .number-flex_item {
        max-width: 315px;
    }
    .inves-flex {
        flex-direction: column;
        grid-row-gap: 40px;
    }
    .bg-blue_flex {
        flex-direction: column-reverse;
        align-items: center;
        gap: 0;
    }
    .steps-grid {
        grid-template-columns: 2fr 2fr 2fr;
    }
    .footer-top {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .footer-top_menu {
        display: flex;
        justify-content: space-around;
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }
        .container {
        max-width: 100%;
    } 
    .header {
        background-image: url(../img/planshet.jpg);
            height: 920px;

    }
    .bg-red_img {
        padding-top: 179px;
    }
    .steps-grid_st-1 {

        background-size: cover;

    }
}
@media only screen and (max-width: 599px) {
    
    .questions::after {
    content: '';
    background-image: url(../img/open-mob.svg);
    width: 26px;
    height: 27px;
    display: block;
    padding-right: 40px;
    background-repeat: no-repeat;
}
.open .questions::after {
    content: '';
    background-image: url(../img/close-mob.svg);
    width: 26px;
    height: 27px;
    display: block;
    padding-right: 40px;
    background-repeat: no-repeat;
}
    .bg-blue .container {
        padding: 0;
    }
    .bg-blue_text-block {
            padding-right: 15px;
            padding-left: 15px;
                    padding-bottom: 40px;
    }
    .header_banner {
        display: flex;
    flex-direction: column;
    }
    .bg-blue_img img {
        max-width: 100%;
    }
    .header_banner-left {
        font-size: 30px;
        width: 100%;
    }
    .header {
        background-position: bottom;
        background-image: url(../img/mobile-1.jpg);
    }
    .header_banner-img {
        display: none;
    }
    .header_banner-left h1 {
        font-size: 18px;
        max-width: 189px;
    }
    .header_banner-right {
        width: 100%;
        margin: 0;
        z-index: 1;
        margin-top: -40%;
        margin-left: 25%;
    }
    .header_banner-img img {
        max-width: 100%;
    }
    .header_banner-right img {
        width: 100%;
    }
    .header_banner-left span::after {
        width: 40%;
        margin-top: 5px;
    }
    .header_banner-left::after {
    max-width: 304px;
}
.number-flex {
    flex-direction: column;
    grid-row-gap: 50px;
}
.number-flex_item {
    font-size: 16px;
}
.number-big img {
    width: 100%;
}
.inves-flex {
    flex-direction: column;
    grid-row-gap: 16px;
}
.bg-blue_flex {
    flex-direction: column-reverse;
}
.steps-grid {
    display: none;
}
.steps-mobile {
    display: block;
}
.steps h2 {
    text-align: center;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 24px;
}
.slide-card_desc h4 {
    font-size: 18px;
}

.slide-card_desc p {
    font-size: 14px;
}
.slider-navigation {
    margin-top: -275px;
     right: 0;
    justify-content: center;
            max-width: 200px;
                    top: -40px;
    margin: 0;
}
.nav-tabs .nav-item {
    width: 45%;
    text-align: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active::after {
    top: 68px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.footer-top_menu {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 32px 0;
    line-height: 35px;
    font-size: 14px;
}
.footer-bottom {
    font-size: 12px;
}
.bg-red_img {
    margin-top: 0;
    margin-left: 0;
}
.bg-red .container {
    padding: 0;
}
.bg-red_text {
    padding-top: 32px;
            padding-left: 15px;
}
.commus, .investin {
    background-image: none;
}
.header_banner-img {
    margin-top: -5%;
}
.header_banner-img img {
    width: 100%;
}
.steps {
    text-align: center;
}
.steps-mobile_item {
    margin-top: 54px;
}
.steps-mobile_item::after {
    content: '';
    background-image: url(../img/vector-step.svg);
    display: block;
    width: 13px;
    height: 8px;
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
}
.steps-mobile_item:nth-child(3)::after {
    content: '';
    background-image: none;
}
.steps-mobile_item img {
    margin-bottom: 24px;
    margin-left: 4%;
    max-width: 80px;
}
}

.footer{
    background-color: #0E0E0E;
    color: white;
padding: 84px 0 32px;
position: relative;
 }
.footer-top {
display: flex;
    justify-content: space-between;
}

.footer a {
color: #FFFFFF;
text-decoration: revert;
}
.footer-bottom {
text-align: center;
font-size: 14px;
    color: #9F9F9F;
}



 .arrow_next{
    width: 90px;
    height: 90px;
    color: #707070;
    background: url(../img/Frame6.svg);
    cursor: pointer;
    margin-right: -25px;
 }
.arrow_prew {
    width: 90px;
    height: 90px;
    color: #707070;
    background: url(../img/Frame6.svg);
    cursor: pointer;
transform: rotate(180deg);
margin-left: -35px;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    position: relative;
}
.tab-content {
max-width: 700px;
width: 100%;
margin-top: 25px;
}
.nav-tabs {
    border-bottom: 5px solid #dee2e6;
    grid-column-gap: 25px;
}
.nav-tabs .nav-link {
font-size: 17px;
    padding: 8px 0;
}
.nav-tabs {
    align-items: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
 background-color: transparent; 
 border-color: transparent;
color: #0E0E0E;
}
.tab-pane ul {
    padding-inline-start: 0;
}
.tab-pane li {
    list-style-type: none;
}
.tab-pane li:before {
    content: "—";
padding-right: 5px;
    color: #EF3124;
   }
.menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.menu a {
    color: #0e0e0e;
    font-size: 18px;
}
.header-tops {
    transition: all 0.3s ease; /* Плавный переход */
    padding: 30px 0;
    background: #e7e7e7;
    z-index: 2;
    position: relative;
}

.header-tops.fixed {
    position: fixed;
    top: 0;
    width: 100%; /* Ширина на весь экран */
    z-index: 1000; /* Чтобы шапка была поверх других элементов */
    padding: 15px 0;
    box-shadow: 0px 0px 10px 0px;
}
.header-burder {
    display: none;
}
.menu-top_social {
    display: none;
}
@media only screen and (max-width: 835px) {
    .menu a {
    color: #0e0e0e;
    font-size: 15px;
}
}
@media only screen and (max-width: 700px) {
     body.lock {
        overflow: hidden;
    }
    .header-tops.fixed {
        position: relative;
    }
    .header-burder {
        display: block;
        position: relative;
        width: 52px;
        height: 52px;
        z-index: 2;
    }
    .header-burder span {
        content: '';
        width: 52px;
        height: 52px;
        display: block;
        cursor: pointer;
        transition: opacity 0.3s ease;
        background-image: url("../img/burger-menu.svg");
        background-repeat: no-repeat;
        border: 1px solid #FFFFFF1A;
        background-position: center;
        backdrop-filter: blur(34px);
        background-color: #FFFFFF1A;
        border-radius: 14px;
    }
    .header-burder.active span {
        content: '';
        transition: opacity 0.3s ease;
        width: 52px;
        height: 52px;
        background-image: url("../img/burger-close.svg");
    }
    .menu {
        display: none;
        position: fixed;
        top: -100%;
        left: 0;
        width: 80%;
        height: 100%;
        padding: 0;
        z-index: 2;
        background-color: var(--text-black);
        transition: all 0.3s ease 0s;
        overflow: auto;
        background: #fff;
    }
    .menu.active {
        top: 0; 
        display: block;
        padding: 70px 44px;
        border-radius: 0;
    }
    .menu ul {
        flex-direction: column;
            align-items: center;
    }
    .menu ul li {
        text-align: center;
    }
    .mobile-sub {
        margin-bottom: 40px;
        font-size: 52px;
        text-align: center;
        color: #ee2a23;
        font-weight: 700;
    }
    .menu a {
        color: #0e0e0e;
        font-size: 18px;
        text-align: center;
    }
    .menu-top_social {
        display: flex;
        margin-top: 70px;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .menu-top_social a {
        background: #ee2a23;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 5px;
    }
    .menu-top_social img {
        width: 100%;
    }
    .header-burder.active {
        top: 15px;
        right: 25%;
        position: fixed;
    }
}