.right-block {
    width: 405px;
    height: 613px;
}

.left-top-block {
    display: none;
}

.left-bottom-block {
    display: none;
}

.right-top-block {
    display: none;
}

.right-bottom-block {
    display: none;
}

body, html {
    height: 100%;
    font-family: Inter, sans-serif;
    overflow: hidden;
}

.centered-text {
    align-items: center;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

.name {
    font-family: Inter, serif;
    font-size: 40px;
    font-weight: 700;
    color: #3358FF;
}

.description {
    font-family: Inter, serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    text-align: center;
}

.about {
    font-family: Inter, serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 25.5px;
    text-align: center;
    overflow: hidden;
    max-width: 332px;
    white-space: normal;
}

.content-wrapper {
    height: 100%;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bottom-panel {
    position: absolute;
    bottom: 32px;
}

.mainLogo {
    margin: 8px;
    width: 120px;
    height: 34px;
    padding: 3px 0 1.85px 0;
}

@media (max-width: 1200px) {
    .left-block {
        width: 349px;
        height: 472px;
        top: 65px;
        left: -37px;
    }

    .right-block {
        width: 396px;
        height: 589px;
        top: 35px;
        right: 200px;
    }

    .description {
        white-space: nowrap;
    }

    .left-top-block {
        display: none;
    }

    .left-bottom-block {
        display: none;
    }

    .right-top-block {
        display: none;
    }

    .right-bottom-block {
        display: none;
    }

    .centered-text {
        padding: 20px;
        white-space: nowrap;
    }
}

@media (max-width: 1000px) {
    .left-block {
        width: 385px;
        height: 522px;
    }

    .right-block {
        width: 367px;
        height: 545px;
    }

    .left-top-block {
        display: none;
    }

    .left-bottom-block {
        display: none;
    }

    .right-top-block {
        display: none;
    }

    .right-bottom-block {
        display: none;
    }

    .description {
        font-size: 28px;
    }
    .centered-text {
        white-space: nowrap;
    }

}

@media (max-width: 516px) {
    .left-block {
        display: none;
    }

    .right-block {
        display: none;
    }

    .right-top-block {
        display: flex;
        position: absolute;
        top: 27px;
        right: 0;
    }

    .right-bottom-block {
        display: flex;
        position: absolute;
        right: 0;
        width: 176px;
        height: 196px;
        bottom: 96px;
    }

    .left-top-block {
        display: flex;
        position: absolute;
        top: 10px;
        left: 0;
    }
    .centered-text {
        margin-bottom: 110px;
    }

    .left-bottom-block {
        display: flex;
        position: absolute;
        bottom: 109.11px;
        width: 143px;
        height: 155.89px;
        left: -12px;
    }
    .description {
        font-size: 28px;
        font-weight: 700;
        line-height: 35.2px;
        text-align: center;
        margin-bottom: 10px;
        max-width: 460px;
    }
    .mainLogo {
        top: 200px;
    }
}

@media (max-width: 384px) {
    .left-block {
        display: none;
    }

    .right-block {
        display: none;
    }

    .right-top-block {
        display: flex;
        position: absolute;
        top: 39px;
        right: 0;
        width: 102px;
        height: 102px;
    }

    .right-bottom-block {
        display: flex;
        position: absolute;
        right: 0;
        bottom: 109px;
        height: 166px;
        width: 153px;
    }

    .left-top-block {
        display: flex;
        position: absolute;
        top: 18px;
        left: 0;
        width: 125px;
        height: 110px;

    }

    .left-bottom-block {
        display: flex;
        position: absolute;
        left: 0;
        bottom: 105px;
    }

    .description {
        width: 365px;
        height: 62px;
        font-size: 28px;
        font-weight: 700;
        line-height: 30.8px;
        text-align: center;
        margin-bottom: 5px;
        white-space: normal;
        max-width: 278px;
    }

    .about {
        width: 332px;
        height: 42px;
        padding-bottom: 11px;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: center;
        white-space: normal;
    }

}



