@font-face {
    font-family: 'Interr';
    src: url('../fonts/Inter-VariableFont_opsz_wght.ttf');
}
@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-VariableFont_wght.ttf');
}
*{
    padding:0px;
    margin: 0px;
    font-family: 'Interr';
    color:#000;
}
.container{
    max-width: 1160px;
    margin: auto;
}
.bg-black{
    position: relative;
    background-color: #D9D9D9;
    background-image: url(../images/biz_bg.svg);
    background-repeat: no-repeat;
    background-size: 1130px;
    background-position: center;
    background-position-x: calc(50% + 403px);
    background-position-y: 0px;
}
.bg-black::before{
    content:'';
    position: absolute;
    width:404px;
    height:260px;
    background-image: url(../images/biz_main.svg);
    top:300px;
    left:calc(50% + 200px);
}
.nav{
    padding-top:50px;
    position: relative;
}
.logo{
    position: relative;
}
.logo-img img{
     width:301px;
     height:80px;
}
.header .logo .logo-text {
    font-size: 28px;
    line-height: 28px;
    font-weight: 1000;
    font-family: 'Unbounded';
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 77px;
    top: 10px;
}
.header .title{
    color: #000;
    font-size: 112px;
    line-height: 120px;
    font-weight: 500;
    font-family: 'Unbounded';
    padding-top: 200px;
    padding-bottom: 130px;
    position: relative;
}
.header .title:before{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    left: 500px;
    bottom: 144px;
    background: #FDE89C;
    border-radius: 50%;
}
.header-wrapper{
    /*background-image: url(../images/header-decoration.png);*/
    background-repeat: no-repeat;
    background-size: 460px;
    background-position: center;
    background-position-x: 677px;
}
.info-action{
    padding-top:130px;
    padding-bottom:25px;
}
.flex-parent{
    display: flex;
}
.info-action__item{
    flex-basis: 50%;
}
.info-action-left{
    position: relative;
    /*flex-basis:600px;
    background:red;*/
}
.info-action-left:after{
    content:'';
    background-image: url(../images/biz-info-decoration.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 164px;
    height: 197px;
    position: absolute;
    top: 33px;
    left: 516px;
}

.info-action-right{
    position: relative;
    text-align: right;
}

.info-action-left__item{
    color: #212121;
    font-size: 64px;
    line-height: 64px;
    font-weight: 500;
    font-family: 'Unbounded';
    margin-bottom: 30px;
}
.info-action-right__box{
    background: #FDE89C;
    border-radius: 24px;
    padding: 24px;
    margin-top: 45px;
    width: 85%;
    color: #212121;
    font-size: 24px;
    line-height: 31px;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 10;
    position: relative;
    display: inline-block;
    text-align: left;
}
.info-action-right__box ul li{
    margin-left: 30px;
    padding-bottom: 10px;
}
.advantages{
    padding-top: 100px;
    padding-bottom: 130px;
}
.advantages-flex{
    display: flex;
    gap: 40px;
}
.advantages-flex__item{
    border-radius: 24px;
    background:#FDE89C;
    flex-basis: 25%;
    box-sizing: border-box;
    padding:20px;
    padding-top:30px;
}
.advantages-flex__item{
    border-radius: 24px;
    background:#FDE89C;
}
.advantages-flex__item__img{
    text-align: center;
}
.advantages-flex__item__img img{
    width:100%
}
.advantages-flex__item__text{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
}
.bg-gray{
    background-color: #D9D9D9;
    background-image: url(../images/biz_footer_bg_1.svg);
    background-position:top;
    background-position-y:-615px;
}
.business{
    padding-top: 130px;
    padding-bottom: 65px;
}
.business__title{
    color: #212121;
    font-size: 64px;
    line-height: 64px;
    font-weight: 500;
    font-family: 'Unbounded';
    padding-bottom: 60px;
    position: relative;
}
.business__title:after{
    content: '';
    background-image: url(../images/biz_circle_2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 90px;
    position: absolute;
    right: 25px;
    top: 5px;
}

.business__item.business-left{
    color: #212121;
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    font-family: 'Unbounded';
    flex-basis: 60%;
    box-sizing: border-box;
    padding-right:30px;
}
.business__item.business-right{
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Unbounded';
    flex-basis: 40%;
    box-sizing: border-box;
}
.footer{
    padding-top: 80px;
    padding-bottom: 80px;
    background-size: 1130px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 50px;
}
.footer .container{
    background-image: url("../images/biz_circle_1.svg");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: 5px;
}
.footer-left{
    flex-basis: 32%;
}
.footer-right{
    flex-basis: 67%;
}
.footer-logo{
    position: relative;
}
.footer-logo-img img{
    width:301px;
    height:80px;

}
.footer-logo .footer-logo-text {
    font-size: 28px;
    line-height: 28px;
    font-weight: 1000;
    font-family: 'Unbounded';
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 77px;
    top: 10px;
}
.content-flex-parent {
    gap: 60px;
}
.contact__title{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
.contact-left{
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding-top: 20px;
}
.contact-right{
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding-top: 20px;
}


.languages-wrapper{
    padding-top:50px;
    text-align: center;
}
.languages{
    top:20px;
    margin:auto;
    display: inline-block;
    position: absolute;
    right:0px;
    top:50px;
}
.languages__item{
    text-decoration: none;
    color:#000;
    border-right:1px solid #000;
    padding-left:5px;
    padding-right:15px;
}
.languages__item:last-child{
    border-right:0px;
}
.languages__item:hover{
    color:#FCD447
}
.languages__item.active{
    color:#FCD447
}


@media (max-width: 960px) {

    .languages{
        left:0px;
        top:120px;
    }

    .container{
        padding:0px 10px;
    }
    .logo-img img {
        width: 189px;
        height: 50px;
    }
    .header .logo .logo-text{
        font-size: 24px;
        line-height: 25px;
        font-weight: 800;
        left: 62px;
        top: 2px;
    }
    .header .title{
        font-size: 36px;
        line-height: 40px;
        font-weight: 500;
        padding-top: 260px;
        padding-bottom: 110px;
        background-repeat: no-repeat;
        background-size: 64px;
        background-position: center;
        background-position-x: 90px;
        background-position-y: 89px;
    }
    .bg-black{
        background-size: 350px;
        background-position: center;
        /*background-position-x: 0px;
        background-position-y: 0px;*/
        background-position: right;
        background-image: url(../images/biz_bg_mobile.svg);
        overflow-x: hidden;
    }
    .bg-black::before{
        content:'';
        position: absolute;
        width:404px;
        height:260px;
        background-image: url(../images/biz_main.svg);
        background-size:206px;
        background-repeat:no-repeat;
        top:180px;
        left:100px;
    }

    .bg-gray{
        background-color: #D9D9D9;
        background-image: url(../images/biz_footer_bg_mobile_1.svg);
        background-position-x:0px;
        background-position-y:0px;
        background-repeat: no-repeat;
    }


    .header-wrapper {

        background-size: 226px;
        background-position: center;
        background-position-x: 74px;
        background-position-y: 196px;
    }
    .header .title:before {
        width: 24px;
        height: 24px;
        left: 95px;
        top: 220px;
    }
    .info-action{
        padding-top: 53px;
        padding-bottom: 25px;
    }
    .info-action .flex-parent{
        display: block;
    }
    .info-action-left:after{
        display: none;
    }
    .info-action-left__item{
        text-align: center;
        font-size: 28px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 12px;
    }
    .info-action__item info-action-right{
        text-align: center;
    }
    .info-action-right__box{
        margin-top: 10px;
        /*text-align: center;*/
        width: 100%;
        font-size: 16px;
        line-height: 19px;
        font-weight: 300;
        padding:12px;
        border-radius: 12px;
    }
    .advantages{
        padding-top: 25px;
        padding-bottom: 50px;
    }
    .advantages-flex{
        flex-wrap: wrap;
        gap:10px;
    }
    .advantages-flex__item{
        flex-basis: 48% !important;
        padding: 12px;
        border-radius: 12px;
    }
    .advantages-flex__item__img img {
        width: 80%;
    }
    .advantages-flex__item__text{
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
    }
    .business{
        padding-top: 45px;
        padding-bottom: 0px;
    }
    .business__title:after{
        display: none;
    }
    .business .flex-parent{
        display: block;
    }
    .business__title{
        font-size: 28px;
        line-height: 28px;
        font-weight: 500;
        padding-bottom: 15px;
    }
    .business__item.business-left{
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
        padding-right: 0px;
    }
    .business__item.business-right{
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        padding-top: 20px;
    }
    .footer .flex-parent{
        display: block;
    }
    .footer{
        padding-top: 50px;
        padding-bottom: 90px;
        background-position-y: 0px;
        background-size: 400px;
        background-image: url(../images/biz_footer_bg_mobile_2.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-position: right;
        background-position-y: 200px;
    }
    .footer .container{
        /*background-image:none;*/
        padding:30px;
        background-position-x: 234px;
        background-position-y: 0px;
        background-size: 32px;
    }
    .footer-logo-img img{
        width: 190px;
        height: 50px;
    }
    .footer-logo .footer-logo-text{
        font-size: 24px;
        line-height: 25px;
        font-weight: 800;
        left: 62px;
        top: 2px;
    }
    .contact__title{
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        padding-top: 45px;
    }
    .contact-left{
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        padding-top: 16px;
    }
    .contact-right{
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        padding-top: 16px;
    }
}


@media (max-width: 500px) {
    .advantages-flex{
        display:block;
    }
    .advantages-flex__item{
        margin-bottom: 20px;
    }
}
