.advertisers-main{
    display: flex;
    justify-content: center;

    background-color: #000;
    color: #E4E4E4;
}

.advertisers-main__title-holder{
    width: 100%;
    display: flex;
    justify-content: center;
}

.advertisers-main__title{
    font-size: 100px;
    line-height: 100%;

    padding-top: 230px;

    text-align: center;

    max-width: 1502px;
}

.advertisers-main__subtitle-holder{
    display: flex;
    justify-content: center;
    width: 100%;
}

.advertisers-main__subtitle{
    font-size: 53px;
    line-height: 100%;

    text-align: center;

    max-width: 1038px;
}

.advertisers-main__subtitle{
    font-size: 53px;
    line-height: 100%;
}

.advertisers-main__row1{
    display: flex;
    justify-content: space-between;

    width: 100%;

    margin-top: 41px;
}

.advertisers-main__img-div{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 158px;
    height: 158px;

    font-size: 53px;

    background-color: #E4E4E4;
    color: #000000;
    font-weight: 700;

    border-radius: 50%;
}

.advertisers-main__row2{
    display: flex;
    justify-content: space-between;

    width: 100%;

    margin-top: 95px;
}


/* FEATURES */


.features{
    margin-top: 32px;
}

.features__title{
    font-size: 100px;
    line-height: 100%;
}

.features__row{
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-left: 139px;
    padding-right: 139px;

    padding-top: 32px;
    padding-bottom: 51px;

    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.features__row1{
    border-top: 4px solid #000;
}


.features__square{
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 26px;
    width: 192px !important;
    height: 194px;

    background-color: #000;
    color: #E4E4E4;

    font-weight: 700;
    font-size: 106px;

    transition: 0.5s;
}


.features__left{
    margin-right: 20px;
}

.features__left-text{
    font-size: 46px;
    line-height: 100%;

    font-weight: 700;
}

.features__left-text1{
    max-width: 1000px;
}

.features__left-text2{
    max-width: 1268px;
}

.features__left-text3{
    
}

.features__left-text5{
    max-width: 900px;
}

.features__row5{
  
}

.features__row{
    transition: 0.5s linear;
}

.features__row:hover .features__img-content::after{
    border: 2px solid #e4e4e4;
}

.features__row:hover{
    background-color: #000;
}

.features__row:hover img{
    filter: invert(1);
}

.features__row:hover .features__left-title{
    color: #e4e4e4;
}

.features__row:hover .features__left-text{
    color: #e4e4e4;
}

.features__row:hover .features__title{
    color: #e4e4e4;
}

.features__row:hover .features__square{
    background-color: #E4E4E4;
    color: #000;
}



/* CLIENTS */


.clients{
    display: flex;
    padding-left: 85px;

    margin-top: 159px;

    overflow-clip-margin: content-box;
    overflow: clip;
}

.clients__card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 813px;
    height: 906px;

    padding-left: 47px;
    padding-top: 66px;
    padding-right: 47px;
    padding-bottom: 69px;

    background-color: #D6D6D6;
    color: #000;

    cursor: grab;
}

.clients__card-static{
    background-color: #000;

    padding-right: 159px;
}

.clients__card-static-title{
    color: #E4E4E4;
    font-size: 100px;
    line-height: 100%;

    max-width: 547px;
}

.clients__card-static-text{
    font-size: 30px;
    line-height: 100%;
    color: #E4E4E4;
}

.clients__card-static-text-circle-decor{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.clients__card-static-text-circle-decor::after{
    content: '';

    position: absolute;

    border-radius: 50%;

    border: 2px solid #e4e4e4;

    height: 104px;
    width: 350px;

    transform: matrix(1, -0.03, 0.03, 1, 0, 0);
}

.clients__card-static{
    cursor: auto;
}

.clients__card-static-button{
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 46px;
    background-color: #e4e4e4;
    border-radius: 15px;
    color: #000;

    width: 360px;
    height: 105px;

    border: 2px solid #e4e4e4;

    transition: 0.5s linear;
}

.clients__card-static-button:hover{
    background-color: #000;
    color: #e4e4e4;
}

.clients__card-img-holder{
    width: 100%;
    display: flex;
    justify-content: center;
}

.clients__card-number{
    font-size: 30px;
}

.clients__card-title{
    font-size: 71px;
    font-weight: 400;
    line-height: 100%;

    text-transform: uppercase;
}

.clients__card-text{
    font-size: 30px;
    line-height: 100%;

    text-transform: uppercase;
}

.clients__card-link{
    color: #000;
}

.clients__card-link-text{
    display: flex;
    align-items: center;
    font-size: 20px;
}

.clients__card-link-arrow{
    width: 16px;
    height: 16px;
    margin-right: 7px;
}

.clients__carousel{
   
}

.clients__card1 .clients__card-img{
    width: 303px !important;
    height: 303px !important;
}

.clients__card2 .clients__card-img{
    width: 327px !important;
    height: 327px !important;
}

.clients__card3 .clients__card-img{
    width: 343px !important;
    height: 343px !important; 
}

.clients__card4 .clients__card-img{
    width: 291px !important;
    height: 291px !important;
}

.clients__card-link-arrow{
    width: 16px !important;
    height: 16px !important;
}


.clients__card-static-title-decor{
    display: inline-flex;
    justify-content: center;
    align-items: center;

    position: relative;
}

.clients__card-static-title-decor::after{
    content: '';
    position: absolute;

    width: 120%;
    height: 150%;

    border-radius: 50%;

    transform: matrix(1, -0.09, 0.09, 1, 0, 0);
    border: 3px solid #E4E4E4;
}

.qr{
    padding-top: 110px;
}

@media screen and (max-width: 1680px){
    .features__row{
        padding-left: 16px;
        padding-right: 16px;
    }

    
    .clients{
        padding-left: 36px;
    }

    .clients__card{
        width: 600px;
    }

    .clients__card-static{
        width: 813px;
    }

    .clients__card .clients__card-img{
        height: 200px !important;
        width:  200px !important;
    }
}

@media screen and (max-width: 1480px){
    .advertisers-main__subtitle{
        font-size: 48px;
    }
}


@media screen and (max-width: 1400px){
    .advertisers-main__title{
        font-size: 64px;
    }

    .advertisers-main__subtitle{
        font-size: 36px;
    }

    .advertisers-main__row2{
        margin-top: 36px;
    }

    .features__title{
        font-size: 73px;
    }

    .features__square{
        font-size: 69px;
        width: 140px !important;
        height: 140px !important;
    }

    .features__left-title{
        font-size: 36px;
    }

    .features__left-text{
        font-size: 28px;
    }

    .clients__card{
        width: 600px;
        height: 768px;
    }

    .clients__card-static{
        padding-right: 47px;
    }

    .clients__card-static-title{
        font-size: 64px;
    }

    .clients__card-static-text{
        font-size: 24px;
    }

    .clients__card-static-text-circle-decor::after{
        height: 62px;
    }

}




@media screen and (max-width: 1400px){
    .features__title{
        font-size: 73px;
    }
    
    .features__square{
        font-size: 69px;
        min-width: 140px !important;
        height: 140px;
    }
    
    .features__left-title{
        font-size: 36px;
    }
    
    .features__left-text{
        font-size: 28px;
    }

    .clients__card{
        width: 600px;
        height: 768px;
    }

    .clients__card-static{
        padding-right: 47px;
    }

    .clients__card-static-title{
        font-size: 64px;
    }

    .clients__card-static-text{
        font-size: 24px;
    }

    .clients__card-static-text-circle-decor::after{
        height: 62px;
    }
}

.advertisers-main__mobile-rows{
    display: none;
}


@media screen and (max-width: 1200px){
    .advertisers-main__subtitle{
        font-size: 34px;
    }
}


@media screen and (max-width: 1100px){

    .advertisers-main__row1{
        justify-content: center;
    }

    .advertisers-main__img-div, .advertisers-main__row-img {
        display: none;
    }


    .advertisers-main__row2{
        display: none;
    }


  

    .advertisers-main__mobile-rows{
        display: flex;
        align-items: center;
        flex-direction: column;

        margin-top: 62px;

        width: 100%;
    }

    .advertisers-main__mobile-row{
        display: flex;
        justify-content: space-around;

        width: 100%;
    }

    .advertisers-main__img-div--mobile{
        display: flex;
        align-items: center;
        justify-content: center;

        background-color: #e4e4e4;
        color: #000;

        border-radius: 50%;

        width: 78px;
        height: 78px;
    }

    .advertisers-main__row-img--mobile{
        width: 78px;
        height: 78px;
    }

    .advertisers-main__mobile-row2{
        margin-top: 13px;
    }

    .advertisers-main__mobile-rows-button{
        display: flex;
        align-items: center;
        justify-content: center;


        border-radius: 15px;

        font-size: 27px;

        background-color: #e4e4e4;
        color: #000;

        margin-top: 61px;

        width: 230px;
        height: 67px;
    }


    .clients{
        flex-direction: column;
        align-items: center;
    
        padding-left: 0;
    }
    
    .item{
        display: flex;
        justify-content: center;
    }
}


@media screen and (max-width: 991px){
    .advertisers-main__title{
        padding-top: 143px;
    }
}



@media screen and (max-width: 900px){
    .features__row{
        padding-top: 15px;
        padding-bottom: 19px;
        padding-left: 36px;
        padding-right: 36px;
    }

    .features__row-upper{
        position: relative;

        padding-top: 37px;
        padding-bottom: 25px;
    }

    .features__title{
        font-size: 35px;
    }

    .features__img-content{
        transform: scale(0.2);

        position: absolute;
        right: -100px;
        top: -40px;
    }

    .features__row{
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .features__left-title{
        font-size: 24px;
    }

    .features__left-text{
        font-size: 18px;
    }
}



@media screen and (max-width: 800px){
    
    .advertisers-main__title-holder, .advertisers-main__row1{
        justify-content: start;
    }

    .advertisers-main__title{
        text-align: left;

        font-size: 50px;
    }

    .advertisers-main__subtitle{
        text-align: left;

        font-size: 27px;
    }

    .clients{
        margin-top: 43px;
    
        padding-left: 0;
    }
    
    .clients__card{
        width: 100% !important;
        height: 350px;
    
        padding: 22px;
    }
    
    .clients__card .clients__card-img{
        width: 100px !important;
        height: 100px !important;
    }
    
    .clients__card-static{
        height: auto !important;
    }
    
    .clients__card-static-title{
        font-size: 46px;
    }
    
    .clients__card-static-button{
        width: 232px;
        height: 55px;
    
        font-size: 18px;
    }
    
    .clients__card-number{
        font-size: 30px;
    }
    
    .clients__card-title{
        font-size: 24px;
    }
    
    .clients__card-text{
        font-size: 12px;
    }
    
    .clients__card-static-text{
        margin-top: 19px;
    }
    
    .clients__card-static-button{
        margin-top: 19px;
    }
}




@media screen and (max-width: 650px){
    .features__square{
        height: 65px !important;
        min-width: 65px !important;
        width: 65px !important;
        font-size: 33px;
    
        border-radius: 12px;
    }
}


@media screen and (max-width: 530px){

    
    .clients__card-static-title-decor::after{
        height: 115%;
    }
  

    .features__left-title{
        font-size: 18px;
    }
    
    .features__left-text{
        font-size: 12px;
    }

    .clients__card{
        width: 343px;
    }

    .clients__card-static-title{
        font-size: 35px;
    }

    .clients__card-static-text{
        font-size: 12px;
        line-height: 120%;
    }

    .clients__card-static-button{
        width: 232px;
        height: 60px;

        font-size: 16px;

        border: 8px;
    }

    .clients__card-static-text-circle-decor::after{
        display: none;
    }
}

@media screen and (max-width: 430px){
    .advertisers-main__img-div--mobile{
        height: 60px;
        width: 60px;
    }

    .advertisers-main__row-img--mobile{
        height: 60px;
        width: 60px;
    }
}
@media screen and (max-width: 375px){
    .advertisers-main__mobile-row{
        justify-content: space-around;
    }
}


@media screen and (max-height: 600px){
    .advertisers-main__title{
        padding-top: 159px;
    }

    .features__row {
        padding-top: 15px;
        padding-bottom: 19px;
        padding-left: 36px;
        padding-right: 36px;
    }

    .features__square{
        height: 65px !important;
        min-width: 65px !important;
        width: 65px !important;
        font-size: 33px;
        border-radius: 12px;
    }
}

@media screen and (max-height: 600px) and (min-width: 800px){
    .clients{
        margin-top: 70px;
    }

    .clients__card .clients__card-img{
        width: 150px !important;
        height: 150px !important;
    }

    .clients__card{
        height: 550px !important;
    }

    .clients__card-title{
        font-size: 36px;
    }

    .clients__card-text{
        font-size: 24px;
    }

    .clients__card-static-button{
        height: 76px;
        font-size: 24px;
    }
}