@media (min-width: 1px) and (max-width: 999px) {
    .menu {
        height: 72px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-logo p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #000000;
    }
    .menu-logo{
    }
    .menu-button {

    }
    .menu-button button{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14.4px;
        line-height: 16px;
        color: #000000;
        background-color: #26A2E2;
        border: 0;
        border-radius: 12px;
        padding: 12px 20px;
        text-decoration: underline;
        transition: .2s;
    }
    .menu-button button:hover{
        color: #000000;
        background-color: #26A2E2bc;
        transition: .2s;
    }
    .main {
        padding-top: 32px;
        display: flex;
        justify-content: space-between;
    }
    .left {
        display: none;
        width: 47%;
        padding-top: 60px;
    }
    .left img{
        width: 100%;
    }
    .left-button {
        width:100%;
        border: 6px solid #fff;
        border-radius: 24px;
        text-align: center;
        margin: auto;
        margin-top: 24px;
    }
    .left-button p{
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 26px;
        text-align: center;
        letter-spacing: -0.002em;
        color: #FFFFFF;
        padding: 24px 0px;
    }
    .button-item {
    }
    .anchor {
        text-align: center;
        margin-top: 12px;
        margin-bottom: 64px;
    }
    .anchor a{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 11px;
        color: #FFFFFF;
        text-decoration: none;
    }
    .right {
        width: 100%;
    }
    .info-header {
        margin-bottom: 32px;
    }
    .info-header h1{
        font-family: 'SF Pro Display';
        font-style: normal;
        font-weight: 600;
        font-size: 48.0627px;
        line-height: 52px;
        color: #FFFFFF;
    }
    .info-header h1 img{
        display: none;
    }
    .info-header p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16.1px;
        line-height: 24px;
        color: #FFFFFF;
    }
    .h1-img {
        position: relative;
    }
    .info-text {
        margin-bottom: 32px;
    }
    .info-text h2{
        font-family: 'SF Pro Display';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 42px;
        color: #FFFFFF;
    }
    .info-text p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
    }
    .r-button {
    }
    .r-button button{
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 600;
        font-size: 22.26px;
        line-height: 38px;
        letter-spacing: -0.002em;
        color: #002646;
        border: 0;
        padding: 24px 0px;
        width: 100%;
        border-radius: 24px;
        transition: .2s;
    }
    .r-button button:hover{
        background-color: #ffffffa2;
        transition: .2s;
    }

    .mob {
        display: block;
        position: relative;
    }
    .img-mob {
        position: absolute;
        top: 0%;
        left: 60%;
    }
    .mob img{
        width: 88px;
        position: relative;
    }
    .mob-ua {
        position: absolute;
        top: -34%;
        left: 67%;
    }
    .mob-ua img{
        width: 50px;
        transform: rotate(15deg);
    }
    
    
}
@media (min-width: 500px) and (max-width: 999px) {
    .img-a {
        position: absolute;
        left: 72%;
        top: -16%;
        width: 140px;
    }
    .img-mob {
        position: absolute;
        top: 0%;
        left: 40%;
    }
}
@media (min-width: 550px) and (max-width: 999px) {
    .info-header p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 22.1px;
        line-height: 28px;
        color: #FFFFFF;
    }
    .info-text h2{
        font-family: 'SF Pro Display';
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 42px;
        color: #FFFFFF;
    }
    .info-text p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        color: #FFFFFF;
    }
}