@font-face {
    font-family: 'SF Pro Display'; /* Имя шрифта */
    src: url('../fonts/SF-Pro-Display-Regular.otf'); /* Путь к файлу со шрифтом */
    font-display: swap;
   }
   @font-face {
    font-family: 'SF Pro Display Medium'; /* Имя шрифта */
    src: url('../fonts/SF-Pro-Display-Medium.otf'); /* Путь к файлу со шрифтом */
    font-display: swap;
   }
   @font-face {
    font-family: 'SF Pro Display Semibold'; /* Имя шрифта */
    src: url('../fonts/SF-Pro-Display-Semibold.otf'); /* Путь к файлу со шрифтом */
    font-display: swap;
   }
   @font-face {
    font-family: 'SF Pro Display Bold'; /* Имя шрифта */
    src: url('../fonts/SF-Pro-Display-Bold.otf'); /* Путь к файлу со шрифтом */
    font-display: swap;
   }

   *{
       box-sizing: border-box;
   }
   html, body{
       font-family: 'SF Pro Display', sans-serif;
       margin: 0;
       padding: 0;
       word-break: break-word;
       width: 100%;
       height: 100%;
   }
   .header{
       padding: 20px 0px;
   }
   .header__menu-tel{
    min-width: 306px;
       max-width: max-content;
    font-family: 'SF Pro Display Bold', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    color: #FFFFFF;  
    padding: 7px;
    background: linear-gradient(51.2deg, #4F52FF -3.49%, #4042E2 72.04%);
border-radius: 6px;
text-decoration: none;
width: 100%;
display: block;
   }
   .mobile__phone{
       display: none;
   }

   .header__menu{
       display: flex;
       padding: 0;
       margin: 0;
       list-style: none;
       height: 100%;
       align-items: center;
   }
   .header__menu-item{
       margin: 0 30px 0 0 ;
       position: relative;
   }
   .header__menu-link{

font-family: 'SF Pro Display', sans-serif;
       text-decoration: none;
       font-size: 20px;
       line-height: 24px;
       color: #333333;
    }
    /* .header__menu-link::after{
        content: '+';
        font-size: 20px;
       line-height: 24px;
       color: #2F80ED;
       margin-left: 4px;
    } */
    .header__logo-block{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .header__logo-link{
        display: block;
    }
    .mb-32{
        text-align: center;
        max-width: 900px;
        font-size: 28px !important;
        margin: 0 auto 62px;
        word-break: break-word;
        line-height: 44px !important;
    }
    .main__block{
     padding: 157px 0px 189px;   
     background-size: cover;
     background-position: top center;
     background-repeat: no-repeat;
    }
    .webp .main__block{
        background-image: url('../images/webp/mian.webp');
    }
    .jp2 .main__block{
        background-image: url('../images/jp2/mian.jp2')
    }
    .main__block-title{
        font-family: 'SF Pro Display Bold', sans-serif;
font-weight: bold;
font-size: 57px;
line-height: 68px;
word-break: break-word;
color: #FFFFFF;
max-width: 661px;
margin-bottom: 52px;
    }
    .orange{
color: orange
    }
    .main__block-description{
        font-family: 'SF Pro Display', sans-serif;
font-size: 24px;
line-height: 32px;
color: #FFFFFF;
max-width: 638px;
margin-bottom: 98px;
    }
    .main__block-tel{
        background: linear-gradient(51.2deg, #4F52FF -3.49%, #4042E2 72.04%);
border-radius: 6px;
padding: 9px;
display: flex;
align-items: center;
width: 100%;
max-width: 308px;
font-family: 'SF Pro Display Bold', sans-serif;
font-weight: bold;
font-size: 36px;
line-height: 43px;
text-align: center;
color: #FFFFFF;
justify-content: center;
text-decoration: none;
    }
    .main__block-tel-img{
        margin-right: 10px;
    }
    .our__area{
        padding: 120px 0;
    }
    .our__area-title{
        font-family: 'SF Pro Display Bold', sans-serif;
font-weight: bold;
font-size: 46px;
line-height: 56px;
color: #102D47;
margin-bottom: 25px;
    }
    .our__area-description{
        font-family: 'SF Pro Display', sans-serif;
        word-break: break-word;

font-size: 20px;
line-height: 32px;
color: #326694;
margin-bottom: 40px;
    }
    .our__area-img-block{
        display: flex;
        justify-content: center;
    }
    .how__our{
        padding: 24px 0px 77px;
        background: #E5E4E0;
    }
    .how__our-title{
font-family: 'SF Pro Display Bold', sans-serif;

font-weight: bold;
font-size: 46px;
line-height: 56px;
color: #102D47;
margin-bottom: 25px;
    }
    .how__our-description{
font-size: 20px;
line-height: 32px;
font-family: 'SF Pro Display', sans-serif;
color: #102D47;
margin-bottom: 30px;
word-break: break-word;
    }
    .how__our-img{
        max-width: 100%;
    }
    .how__our-img-block{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; 
    }
    .how-it-work{
        padding: 89px 0 107px;
    }
    .how-it-work-title{
        font-family: 'SF Pro Display Bold', sans-serif;
        font-weight: bold;
        font-size: 46px;
        line-height: 56px;
        color: #102D47; 
        margin-bottom: 25px;
    }
    .how-it-work-description{
font-family: 'SF Pro Display', sans-serif;
        font-size: 18px;
        line-height: 32px;
        color: #326694;
    }
    .why-choose-us{
        padding:183px 0px 162px ;
        overflow: hidden;
    }
    .why-choose-us__items{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 24px;
    }
    .why-choose-us__item{
        padding: 30px;
        background: #FFFFFF;
        box-shadow: 0px 20px 50px rgba(26, 15, 145, 0.1);
        border-radius: 8px;
    }
    .how-it-work-img{
        max-width: 100%;
    }
    
    .why-choose-us__item-img-block{
        margin-bottom: 32px;
    }
    .why_choose-us__item-text{
        font-family: 'SF Pro Display', sans-serif;
        font-size: 20px;
        line-height: 32px;
        color: #326694;
word-break: break-word;
    }
    .why-choose-us__title{
        font-family: 'SF Pro Display Medium', sans-serif;
        font-weight: 500;
        font-size: 28px;
        line-height: 56px;
        text-align: center;
        color: #102D47;  
        margin-bottom: 109px;
        position: relative;
    }
    .why-choose-us__title::before{
        content: 'WHY CHOOSE US';
        position: absolute;
        font-size: 100px;
        text-align: center;
        left: calc(50% - 402px);
        top: -25px;
        color: #102d472e;
        width: max-content;
        
    }
    .why-choose-us__title::after{
        content: '';
        position: absolute;
        background: #2F80ED;
        width: 126px;
        height: 5px;
        bottom: 0;
        left: calc(50% - 61.5px);
    }
    .google__block{
        padding: 35px 0px;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
   .webp .google__block{
        background-image: url('../images/webp/google_fb_clutch_back.webp');
    }
    .jp2 .google__block{
        background-image: url('../images/jp2/google_fb_clutch_back.jp2');
    }
    .google__items{
        display: flex;
        justify-content: space-around;

    }
    .google__item-strs{
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .google__item-logo-block{
        margin-bottom: 8px;
    }
    .google__item-text{
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF; 
    }
.services{
    padding-top: 123px;
}
    .services__title{
        font-family: 'SF Pro Display Medium', sans-serif;
        font-weight: 500;
        font-size: 28px;
        line-height: 56px;
        text-align: center;
        color: #102D47;  
        margin-bottom: 60px;
        position: relative;
    }
    .services__title::before{
        content: 'SERVICES';
        position: absolute;
        font-size: 100px;
        text-align: center;
        left: calc(50% - 226px);
        top: -25px;
        color: #102d472e;
    }
    .services__title::after{
        content: '';
        position: absolute;
        background: #2F80ED;
        width: 126px;
        height: 5px;
        bottom: 0;
        left: calc(50% - 61.5px);
    }
    .services__description{
        font-family: 'SF Pro Display Bold', sans-serif;
font-weight: bold;
font-size: 48px;
line-height: 56px;
color: #102D47;
margin-bottom: 112px;
    }
    .services__item{
        padding: 70px 0;
        background: #F5F9FD; 
    }
    .services-title{
        font-family: 'SF Pro Display Bold', sans-serif;
        font-weight: 600;
        font-size: 32px;
        line-height: 24px;
        color: #102D47;  
        margin-bottom: 25px; 
    }
    .services-description{
        font-family: 'SF Pro Display', sans-serif;
font-size: 20px;
line-height: 32px;
color: #326694;
margin-bottom: 40px;
    }
    .services-img-block{
        display: flex;
        justify-content: center;
    }
    .services__item:nth-child(even){
background: white;
    }
    .digital__item-img-block{
        display: flex;
        justify-content: center;
        position: relative;
        margin-bottom: 65px;
    }
    .digital__item-img-block::after{
        content: '';
        width: 134px;
height: 4px;
left: calc(50% - 67px);
bottom: -25px;
background: #2F80ED;
position: absolute;
    }
    .digital__item-text{
        font-family: 'SF Pro Display', sans-serif;

font-size: 20px;
line-height: 28px;
text-align: center;
color: #326694;
word-break: break-word;
    }
    .digital__item{
        margin-bottom: 50px;

    }
    .digital__title{
        font-family: "SF Pro Display Bold", sans-serif;
        font-weight: bold;
        font-size: 48px;
        line-height: 56px;
        text-align: center;
        color: #102D47;   
        margin-bottom: 70px;
    }
    .digital{
        padding: 130px  0 150px;
    }
    .digital__link{
        padding: 13px;
        max-width: 636px;
        display: block;
        width: 100%;
        margin: 0 auto;
        text-decoration: none;
        background: linear-gradient(51.2deg, #4F52FF -3.49%, #4042E2 72.04%);
border-radius: 6px;
font-family: "SF Pro Display", sans-serif;
font-size: 25px;
line-height: 30px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
    }

.clutch__block{
    padding: 35px 0px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.webp .clutch__block{
    background-image: url('../images/webp/google_fb_clutch_back.webp');
}
.jp2 .clutch__block{
    background-image: url('../images/jp2/google_fb_clutch_back.jp2');
}
.clutch__items{
    display: flex;
    justify-content: space-around;

}
.clutch__item-strs{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.clutch__item-logo-block{
    margin-bottom: 8px;
}
.clutch__item-text{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF; 
}
.clutch__content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.clutch__title{
    font-family: "SF Pro Display Bold", sans-serif;
    font-weight: bold;
font-size: 27px;
line-height: 32px;
margin-right: 60px; 
color: #FFFFFF;
}
.clutch__link{
    display: flex;
    padding: 12px;
    border: 3px solid #FFFFFF;
box-sizing: border-box;
border-radius: 6px;
width: 100%;
max-width: 306px;
font-family: 'SF Pro Display Medium', sans-serif;
font-weight: 500;
font-size: 27px;
line-height: 32px;
text-transform: uppercase;
text-decoration: none;
justify-content: center;
color: #FFFFFF;
}
   .webp .footer{
        background-image: url('../images/webp/footer_back.webp');
    }
    .jp2 .footer{
        background-image: url('../images/jp2/footer_back.jp2');

    }
    .footer{
       padding: 50px 116px; 
    }
    .footer__logo-block{
        display: flex;
        justify-content: center;
        margin-bottom: 35px;
    }
    .lets__talk-img{
        margin-right: 10px;
    }
    .lets__talk-head{
        font-family: 'SF Pro Display Medium', sans-serif;

        display: flex;
        align-items: center;
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 38px;

color: #FFFFFF;
margin-bottom: 4px;
    }
    .lets__talk-link{
        margin-bottom: 15px;
        display: block;
        text-decoration: none;
        font-family: "SF Pro Display Bold", sans-serif;
font-weight: 600;
font-size: 28px;
line-height: 33px;
color: #56CCF2;
    }
    .lets__talk-socials{
        width: 100%;
        max-width: 190px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .lets__talk-social-link{
        text-decoration: none;
    }
    .footer__menu-head{
        font-family: "SF Pro Display Bold", sans-serif;
font-weight: 600;
font-size: 22px;
line-height: 26px;
color: #56CCF2;
margin-bottom: 15px;
    }
    .footer__menu-items{
        margin: 0;
        padding: 0;
        list-style: none;
        max-width: 140px;
    }
    .footer__menu-items.adress{
        max-width: 270px;
    }
    .footer__menu-item{
        margin-bottom: 10px;
    }
    .footer__menu-link{
        text-decoration: none;
        font-family: "SF Pro Display", sans-serif;
font-size: 18px;
line-height: 21px;
color: #FFFFFF;
    }
    .header__menu-wrapper .header__logo-block{
        display: none;
    }
    .header__menu-wrapper  .header__menu-link-out{
        display: none;
    }
@media(max-width: 1200px){
    .mobile__phone{
        display: block;
    }
    .mobile__phone img{
        display: block;
    }
    .burger__menu{
        width: 42px;
        height: 42px;
        background: linear-gradient(51.2deg, rgb(77 79 255 / 10%) -3.49%, rgb(64 66 226 / 10%) 72.04%);
border-radius: 6px;
padding: 13px 9px;
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: space-between;
    }
    .burger__menu-item{
        background: linear-gradient(51.2deg, #4F52FF -3.49%, #4042E2 72.04%);
border-radius: 6px;
width: 24px;
height: 3px;
    }
    .header__menu{

        flex-direction: column;
    }
    .header__menu-wrapper .header__logo-block{
        display: flex;
    }
    .header__menu-wrapper  .header__menu-link-out{
        display: block;
    }
    .header .header__menu-tel{
        display: none;
    }
    .header__logo-block{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header__menu-wrapper{
        background: white;
        position: fixed;
        left: 0;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
        width: 100%;
        top: -200%;
        padding-top: 15px; 
        height: 100vh;
      transition: .4s;

    }
  .header.open  .header__menu-wrapper{
      top: 0;
      transition: .4s;
  }
    .header__menu-wrapper .header__menu{
        margin-top: 15px;
        height: auto;
        align-items: flex-start;
    }
    .header__menu-wrapper .burger__menu{
        padding: 9px;
        justify-content: center;
    }
    .header__menu-wrapper .header__logo-block{
        height: auto;
        padding-bottom: 20px;
    }
    .header__menu-wrapper .header__menu-link{
        padding-bottom: 10px;
        display: block;
    }
    .header__menu-wrapper .header__menu-item{
        margin-bottom: 10px;
        border-bottom:1px solid #E7E7EE;
        width: 100%;
    }
    .header__menu-wrapper .burger__menu-item:nth-child(1n){
        position: relative;
transform: rotate(45deg);
right: 0px;
top: 2px;
left: auto;

    }
    .header__menu-wrapper .burger__menu-item:nth-child(2n){
        display: none;
    }
    .header__menu-wrapper .burger__menu-item:nth-child(3n){
        position: relative;
        transform: rotate(-45deg);
        left: 0px;
        right: auto;
        top: 0px;
    }
    .header__menu-link-out{
        width: 100vw;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(51.2deg, #4F52FF -3.49%, #4042E2 72.04%);
        padding: 15px;
        text-align: center;
        font-weight: 500;
font-size: 21px;
line-height: 25px;
text-align: center;
text-decoration: none;
color: #FFFFFF;
    }
}
@media(max-width: 991px){
    .col-rev{
        flex-direction: column-reverse;
    }
}
    @media(max-width: 767px){
      
    .why-choose-us__items{
        grid-template-columns: 1fr;
    }
 
    .google__items{
        flex-direction: column;
    }
    .services-img{
        max-width: 100%;
    }
    .our__area-img{
        max-width: 100%;
    }

    .header__logo-link{
        max-width: 138px;
    }
    .header__logo-link img{
    max-width: 100%;
    }



    .header{
        position: relative;
        padding: 15px 0;
    }

    .main__block{
        padding: 60px 0;
    }
    .main__block-title{
        margin-top: 0;
        font-size: 38px;
line-height: 45px;
margin-bottom: 40px;
    }
    .main__block-description{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 40px; 
    }
    .main__block-tel{
        font-weight: 500;
font-size: 30px;
line-height: 36px;
text-align: center;
    }

    .our__area{
        padding: 60px 0 80px;
    }
    .our__area-img{
        max-width: 216px;
        margin: 0 auto 40px;
    }
    .our__area-title{
        margin-top: 0;
        font-size: 32px;
line-height: 38px;
margin-bottom: 30px;
    }
    .our__area-description{
        font-size: 18px;
line-height: 28px;
    }
    .how__our{
        padding: 40px 0 60px;
    }
    .how__our-title{
        margin: 0 0 30px; 
        font-size: 32px;
    line-height: 36px;
    }
    .how__our-description{
        font-size: 18px;
        line-height: 28px;  
    }
    .header__menu-tel{
        font-size: 21px;
        line-height: 25px;  
    }
    .how-it-work{
        padding: 60px 0;
    }
    .how-it-work-img{
        max-width: 216px ;
        margin: 0 auto 30px;
        display: block;
    }
    .how-it-work-title{
        margin: 0 0 30px;
        font-size: 32px;
line-height: 38px;
    }
    .how-it-work-description{
        font-size: 18px;
line-height: 28px;
    }
    .google__block{
        padding: 50px 0 60px;
    }
    .google__items{
        align-items: center;
    }
    .google__item:nth-child(2n){
        margin: 80px 0;
    }
    .why-choose-us{
      padding: 85px 0 60px;  
    }
    .why-choose-us__title{
        margin-top: 0;
        font-size: 28px;
line-height: 56px;
margin-bottom: 32px;
    }
    .why-choose-us__title::before{
        content: 'WHY CHOOSE US';
        position: absolute;
        font-size: 63px;
        text-align: center;
        left: calc(50% - 253px);
        top: -25px;
        color: #102d472e;
        width: max-content;
    }
    .why-choose-us__item-img-block{
        margin-bottom: 30px;
    }
    .why_choose-us__item-text{
        margin: 0;
        font-size: 18px;
line-height: 28px;
    }
    .why-choose-us__item{
        margin-bottom: 24px;
        padding: 16px;
    }
    .services{
        padding: 0px 0 20px;  
    }
    .services__title{
        margin-top: 0;
        font-size: 28px;
line-height: 56px;
margin-bottom: 32px;
    }
    .services__title::before{
        content: 'SERVICES';
        position: absolute;
        font-size: 60px;
        text-align: center;
        left: calc(50% - 136px);
        top: -25px;
        color: #102d472e;
    }
    .services__description{
        font-size: 34px;
        line-height: 41px; 
        margin-top: 0;
        margin-bottom: 40px;
    }
    .services-img{
        max-width: 216px;
        margin: 0 auto 30px;
    }
    .services__item{
        padding: 40px 0;
    }
    .services-title{
        font-weight: 600;
        font-size: 26px;
        line-height: 24px; 
        margin-top: 0;
        margin-bottom: 30px;
    }
    .services-description{
        font-size: 18px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 40px; 
    }

    .clutch__content{
        flex-direction: column;
    }
    .clutch__title{
        font-size: 22px;
        line-height: 32px;
        text-align: center;  
        word-break: break-word;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 0 30px;
        align-items: center;
    }
    .clutch__link{
        font-size: 21px;
        line-height: 25px; 
    }
    .footer{
        padding: 60px 16px 10px;
    }
    .footer__logo{
        max-width: 139px;
    }
    .footer__logo-block{
        margin-bottom: 40px;
    }
    .lets__talk-head{
    justify-content: center;
    }
    .lets__talk-link{
        text-align: center;
    }
    .lets__talk-socials{
        margin: 0 auto 40px;
    }
    .footer__menu-items{
        margin: 0 auto;
        text-align: center;
    }
.footer__menu-head{
    text-align: center;
}
.footer__menu{
    margin-bottom: 50px;
}
.mb-32{
    text-align: center;
    max-width: 900px;
    font-size: 28px !important;
    margin: 0 auto 32px;
    word-break: break-word;
    line-height: 32px !important;
}
    }   