@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

 .targetosbloc{
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

*{
    scroll-behavior: smooth;
    font-family:"Inter", sans-serif;
    text-decoration: none;
    list-style: none;
}

.macos,.mobile{
    filter: grayscale(100%) brightness(2);
 
}



  


section{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    color: #1F2937;
}


section h1{
    display: flex;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    margin-top: 50px;
}

section .choiceblock{
    width: 75vw;
    max-width: 1500px;
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.choiceblockimg{
    width: 146px;
    height: 146px;
    margin: auto;
    /* margin-left: 50%; */
    /* transform: translateX(-50%); */
}

.linkicon{
    width: 15px;
    height: 15px;
    margin: auto;
    margin-right: 3px;
}

section .link{
    /* transform: translateX(-50%); */
    
    width: 250px;
    margin: auto;
    margin-top: 60px;
    white-space: nowrap;
}

section h2{
    font-size: 24px;
    font-weight: 700;
}

section .link .a_and_p{
    margin-top: 13%;
}

section .link .a_and_p a{
    color: #6F1999;    
    border-bottom: 2px solid #6F1999;
    font-size: 18px;
    font-weight: 400;
    width: max-content;
}

section .mobile .a_and_p{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80px;
}

section .link .a_and_p small{
    font-size: 14px;
    font-weight: 400;
}

section .last_versions{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

section .last_versions a{
    color: #300844;    
    border-bottom: 2px solid #300844;
    font-size: 18px;
    font-weight: 400;
    z-index: 100;
}

.bottom_right_logo{
    display: none;
}




@media screen and (max-width: 1135px){

    section{
        min-height: 1550px;
    }

    section .downloadblock{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    section h1{
        margin-top: 6%;
    }

    section .choiceblock{
        flex-direction: column;
        gap: 70px;
        width: 79%;
    }

    section .link{
        margin-top: 40px
    }

    section .last_versions{
        display: flex;
        justify-content: center;
    }    
}

@media screen and (max-width: 850px) {
    section{
        min-height: 1350px;
    }

   

    section h1{
        font-size: 24px;
        font-weight: 700;
        margin-top: 45px;
    }

    .choiceblockimg{
        width: 110px;
        height: 110px;
    }

    section h2{
        font-size: 20px;
        font-weight: 700;
    }

    section .link .a_and_p a{
        font-size: 16px;
        font-weight: 400;
    }

    section .mobile .a_and_p{
        height: 70px;
    }

    section .last_versions{
        margin-top: 70px;
    }  
}





@media screen and (max-width: 570px) {
    section{
        min-height: 1350px;
    }

    section .choiceblock > div{
        width: 100%;
    }

    section .link{
        transform: none;
    } 
}