*{
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}




body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background-color: #fff;
}
.header{
    max-width: 1440px;
    width: 100%;
    position: relative;
}
.header__bg-donut-container {
    position: absolute;
    width: 1550px;
    top: -460px;
    left: -530px;
    z-index: -999;
    overflow: hidden;
}
.header__bg-donut {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__bg-circle {
    position: absolute;
    z-index: -999;
    width: 192px;
    height: 192px;
    top: 102px;
    left: 969px;
}

.header__bg-triangle {
    position: absolute;
    z-index: -999;
    width: 316px;
    height: 316px;
    top: 386px;
    left: 1057px;
}
.header__bg-donut-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
}
.nav, .header__info {
    position: relative;
    z-index: 999;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    height: 65px;
    padding: 0 15px 0;
}
.navbar__collapsed-flex{
    display: flex;
    justify-content: flex-end;
    color: #111111;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    
}
.navbar-toggler{
    z-index: 999;
}
.navbar-toggler-icon:focus{

 transform: rotate(180deg);
 transition: 1s;
}
.navbar-collapse{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    justify-content: flex-end;
}

.navbar__text-item{
    color: #111111 !important;
}
.nav-link{
    color: #111111;
    margin-right: 30px;
}
.nav-link:hover{
    color: #EB1F15;
    transition: 0.15s;
}
.nav-lanuage{
    display: flex;
    max-width: 80px;
    width: 100%;
    text-decoration: none;
    color: #201f1f;
    justify-content: space-between;
    margin: 0;
    text-align: center;
    align-items: center;
}

.language__text{
    color: #111111;
    text-decoration: none;
}
.language__text:hover{
    text-decoration: none;
    color: #EB1F15;
    transition: 0.2s;
}


.language{
    text-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.language:hover{
    cursor: pointer;
    transition: 0.3s;
}

.nav__item{
    max-width: 445px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    list-style-type: none;
    
}
.nav__item.collapsed {
    display: none;
}
.nav__item-text{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin-right: 3px;
}
.nav__item-text:hover{
    color: #EB1F15;
    cursor: pointer;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 230px;
    width: 100%;
    max-height: 34px;
    height: 100%;
}
.header__logo{
    max-width: max-content;
    width: max-content;
}
.header__info{
    position: relative;
    display: flex;
    max-width: 1440px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}
.header__info-text{
    display: flex;
    max-width: 759px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    text-align: center;
    color: #111111;
    margin: 49px 82px 0;
    margin-bottom: 182px;
}
.header__info-title{
    
    display: flex;
    width: 922px;
    font-size: 88px;
    color: #EB1F15;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    line-height: 79.2px;
    text-align: center;
    margin-top: 235px;
    
}
.main{
    position: relative;
    display: flex;
    max-height: 661px;
    height: 100%;
    max-width: 1440px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}
.section__about-us{
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 30px;
}
.section__about-us__bg{
    position: absolute;
    z-index: -999;
    background-size: cover;
    bottom: 0;
}
.main__title{
    max-width: 1105px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 52px;
    margin-bottom: 44px;
    padding-top: 137px;
    color: #111111;
}
.main__cards{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 185px;
}
.main__cards-item{
    display: flex;
    flex-direction: column;
    max-width: 600px;
    width: 100%;
    margin-right: 70px;
    margin-bottom: 82px;
    color: #111111;
}
.main__cards-item__text{
    color: #111111;
    display: flex;
    font-family: 'Inter', sans-serif;
}
.card__item-number{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    max-width: 20px;
    max-height: 20px;
    min-height: 20px;
    min-width: 20px;
    margin-right: 20px;
    background-color: #EB1F15;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
}
.card__item-title{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}
.card__item-text{
    color: #111111;
    font-size: 16px;
    line-height: 19.36px;
    font-family: 'Inter', sans-serif;
}
.section__approach{
    z-index: 1;
    padding: 0 30px;
    position: relative;
    display: flex;
    max-width: 1440px;
    width: 100%;
    max-height: 541px;
    height: 541px;
}
.section__approach-bg{
    position: absolute;
    z-index: -10;
}
.section__approach-main{
    display: flex;
    max-width: 1440px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section__approach-title{
    padding-top: 70px;
    font-family: 'Inter', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    color: #FFF;
    margin-bottom: 24px;
    
}
.section__approach-text{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1120px;
    list-style: none;
    font-family: 'Inter', sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    color: #FFF;
}
.section__approach-text-arrow{
    margin-right: 13px;
    margin-top: 9px;
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    min-height: 20px;
    min-width: 20px;
}
.section__approach-text-arrow__first{
    margin-top: 3px;
    max-width: 20px;
    max-height: 20px;
    min-height: 20px;
    min-width: 20px;
}
.section__approach-text:not(:last-child){
    padding-bottom: 24px;
    flex-direction: column;
    text-align: center;
}
.section__approach-text-footnote{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: center;
    margin-top: 31px;
    max-width: 497px;
    width: 100%;
    color: #fff;
    margin-bottom: 60px;
}
.section__services{
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 1440px;
    width: 100%;
    padding: 0 30px;
    margin-top: 118px;
    padding: 0 30px;
}
.section__services-title{
    font-family: 'Inter', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 62.93px;
    text-align: left;
    color: #111111;
}
.section__services-catalog{
    max-height: 460px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 998px;
    width: 100%;
    margin-bottom: 183px;
    z-index: 999;
}
.section__services-catalog-list-div{
    display: flex;
}
.section__services-catalog-list-div:not(:last-child){
    margin-bottom: 70px;
}
.section__services-list{
    max-width: 440px;
    width: 100%;
    display: flex;
    flex-flow: column;
}
.section__services-list__title{
    font-family: 'Inter', sans-serif;
    font-size: 22px;    
    font-weight: 700;
    line-height: 26.63px;
    text-align: left;
    margin-bottom: 20px;
    color: #111111;
}
.section__services-list__text{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.36px;
    text-align: left;
    color: #111111;
}
.section__services-bg{
    position: absolute;
    z-index: -999;
    top: -125px;
    left: -30px;
}
.section__services-bg-circle{
    position: absolute;
    top: -119px;
    right: 134px;
    z-index: -999;
}
.section__services-bg-circle-foot{
    z-index: -999;
    position: absolute;
    bottom: 13px;
    left: 865px;
}
.section__contacts{
    position: relative;
    display: flex;
    max-width: 1440px;
    width: 100%;
    justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 60px;
}
.section__contacts-title{
    font-family: 'Inter', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 62.93px;
    text-align: left;    
    margin: 100px 0 60px;
    color: #111111;
}
.section__contacts-info-list{
    min-width: 365px;
    display: flex;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;   
    line-height: 29.05px;
    text-align: left;
    list-style: none;
    margin-bottom: 40px;
    color: #111111;
}
.section__contacts-info-list:first-child{
    margin-bottom: 20px;
}
.section__contacts-info-callmail{
    width: 24px;
    height: 24px;
    margin-right: 20px;
}
.section__contacts-info__footnote{
    max-width: 517px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26.63px;
    text-align: left;
    color: #111111;
}
.section__contacts-form{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 690px;
    width: 100%;
    margin: 55px 0 67px;
}
.section__contacts-form-value{
    position: absolute;
    z-index: -999;
}
.section__contacts-from-inforamtion{
    max-width: 510px;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26.63px;
    text-align: center;
    color: #FFF;
    margin-bottom: 30px;
}
.section__contacts-mail-call{
    text-decoration: none;  
    color: #111111;
}
.section__contacts-mail-call:hover{
    text-decoration: none;
    color: #EB1F15;
    cursor: pointer;
    transition: 0.15s;
}
.section__contacts-form-style{
    display: flex;
    flex-direction: column;
    max-width: 510px;
    width: 100%;
}

.section__footer{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    border-top: 1px solid;
    border-image: linear-gradient(to right, rgba(22, 22, 22, 0), rgba(105, 105, 105, 1), rgba(22, 22, 22, 0)) 1;
    padding: 0 30px;
}
.section__footer-text{
    padding: 39px 0;
    color: #111111;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.section__contacts-form-style__text{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #FFF;
    padding-bottom: 4px;
}
.section__contacts-form-style__input{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    max-width: 510px;
    width: 100%;
    border-radius: 6px;
    gap: 8px;
    padding: 4px 3px 4px 12px;
    min-height: 40px;
    border: 1px solid #E2E2E2;
    margin-bottom: 16px;
}
.section__contacts-form-style__textholder{
    max-width: 510px;
    width: 100%;
    min-height: 120px;
    padding: 12px 3px 4px 12px;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
    margin-bottom: 30px;
}
.section__contacts-form-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 510px;
    width: 100%;
    border-radius: 50px;
    padding: 14px 0 ;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #FFF;
    background-color: #111111;
    border: 1px solid #111111;
}
.section__contacts-form-btn:hover{
    background-color: #201f1f;
    cursor: pointer;
}
.section__form-bg__cone{
    position: absolute;
    z-index: -999;
    bottom: -105px;
    left: -230px;
}
.leadforms-row-submit{ 
    text-align: center; 
} 
.leadforms-form{ 
    margin: 30px 15px; 
    border: 1px solid #e7ecf1; 
    padding: 40px 40px 20px; 
    position: relative; 
    display: block; 
    box-sizing: border-box; 
    max-width: 700px; 
} 
.flow-img{ 
    width: 100%; 
    margin: 0 0 0 -62px; 
    z-index: 4; 
    position: absolute; 
    top: -48px; 
    text-align: center; 
} 
.leadforms-form input.leadforms-input{ 
    height: 38px; 
} 
.leadforms-form .leadforms-form-title{ 
    color: #333; padding-bottom: 22px; 
} 
.leadforms-btn-primary {
    background-color: #EB1F15 !important;
    color: #fff;
    border-color: #EB1F15 !important;
}
.leadforms-btn-primary:hover {
    transition: 0.25s;
    background-color: #EB1F15 !important;
    color: #fff;
}






























































.section__approach-bg-adapt{
    display: none;
}
.section__form-bg-cone-adapt{
    display: none;
}
.header__bg-donut-adapt{
    display: none;
}
.btn__close-adapt{
    display: none;
}


@media(max-width: 1200px){
      
}


@media (max-width: 360px){
    body{
        max-width: 360px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header__info-title{
        max-width:  340px;
        font-size: 56px;
        line-height: 50px;
        text-align: center;
        margin-top: 215px;
    }
    .header__bg-triangle{
        display: none;
    }
    .header__bg-donut-adapt{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -999;
    }
    .header__bg-donut-adapt-z{
        position: absolute;
        z-index: -999;
    }
    .header__info-text{
        max-width: 320px;
        width: 100%;
        text-align: center;
        margin: 30px 10px 106px;
    }
    .navbar-collapse{
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        justify-content: center;
    }
    .nav-link{
        margin-right: 0;
    }
    .main__title{
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        padding-top: 0;
    }
    .main__cards{
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 330px;
        width: 100%;
        padding-bottom: 0;
    }
    .main__cards-item{
        margin-right: 0;
        margin-bottom: 0;
    }
    .main__cards-item:not(:last-child){
        margin-bottom: 40px;
    } 
    .card__item-title{
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        font-family: 'Inter', sans-serif;
    }
    .card__item-text{
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        font-family: 'Inter', sans-serif;
    }
    .section__about-us{
        align-items: center;
    }
    .section__services-catalog-list-div{
        display: flex;
        flex-direction: column;

    }
    .section__services{
        display: flex;
        flex-direction: column;
    }
    .section__services-catalog{
        max-height: none;
        max-width: 340px;
        width: 100%;
    }
    .section__services-list{
        margin-bottom: 40px;
    } 
    .section__services-catalog-list-div:not(:last-child){
        margin-bottom: 0;
    }
    .section__services-list__title {
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: left;
        margin-bottom: 10px;
    }
    .section__approach-main{
        min-height: 590px;
    }
    .section__approach{
        padding: 0px;
    }
    .section__approach-bg-adapt{
        display: block;
        position: absolute;
        z-index: -999;
        max-width: 360px;
        width: 100%;
        min-height: 590px;
        text-align: center;
    }
    .section__approach-title{
        font-family: 'Inter', sans-serif; 
        font-size: 35px;
        font-weight: 700;
        line-height: 35px;
        text-align: center;
    }
    .section__approach-list{
        max-width: 340px;
        width: 100%;
        font-family: 'Inter', sans-serif;
        font-size: 35px;
        font-weight: 700;
        line-height: 35px;
        text-align: center;
    }
    .section__approach-text-paragraph{
        display: block;
        max-width: 340px;
        width: 100%;
        font-size: 35px;
        line-height: 35px;
        text-align: center;
    }
    .section__approach-text-arrow{
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        margin-right: 10px;
    }
    .section__approach-text-footnote{
        max-width: 300px;
        width: 100%;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: center;

    }
    .section__services{
        padding: 0 10px;
    }
    .section__services-catalog{
        margin-bottom: 49px;
    }
    .section__contacts{
        display: flex;
        flex-direction: column;
        max-width: 360px;
        width: 100%;
        padding: 0 10px;
        justify-content: center;
        align-items: center;
    }
    .section__contacts-title{
        margin: 0 0 30px 0;
        font-family: 'Inter', sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 36.31px;
        text-align: left;
    }
    .section__contact-list{
        margin-bottom: 30px;
    }
    .section__contacts-info-list{
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.78px;
        text-align: left;
    }
    .section__contacts-info__footnote{
        display: flex;
        max-width: 340px;
        width: 100%;
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: left;
        margin-bottom: 30px;
    }
    .section__form-bg-cone-adapt{
        display: block;
        position: absolute;
        z-index: -999;
        max-width: 360px;
        width: 100%;
        bottom: 0;
        min-height: 552px;
        text-align: center;
    }
    .section__contacts-form-style{
        max-width: 300px;
        width: 100%;

    }
    .section__contacts-form{
        margin: 0;
    }
    .section__contacts-form-style__text{
        margin-bottom: 4px;
    }
    .section__contacts-form-style__input{
        margin-bottom: 10px;
    }
    .section__contacts-from-inforamtion{
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24.2px;
        text-align: center;
        margin-bottom: 20px;
    }
    .section__contacts-form-style__textholder{
        margin-bottom: 20px;
    } 
    .section__contacts-form-btn{
        margin-bottom: 50px;
    }
    .section__footer{
        max-width: 360px;
        width: 100%;
        margin-top: 26px;
        border-top: 1px solid;
        border-image: linear-gradient(to right, rgba(22, 22, 22, 0), rgba(105, 105, 105, 1), rgba(22, 22, 22, 0)) 1;
    }




    .section__about-us__bg-cone{
        display: none;
    }
    .section__approach-bg{
        display: none;
    }
    .header__bg-circle{
        display: none;
    }
    .header__bg-donut-container{
        display: none;
    }
    .section__services-bg-circle-foot{
        display: none;
    }
    .section__services-bg{
        display: none;
    }
    .section__form-bg__cone{
        display: none;
    }
    .section__contacts-form-value{
        display: none;
    }
   
}












