.feedback_kosmo__wrapper {
    background: url(/upload/img/order-form-new-bg.png) center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin: 140px 0 90px;
    height: 560px;
}
.feedback_kosmo__pic, .feedback_kosmo__content {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.feedback_kosmo__pic img {
    position: absolute;
    bottom: 0;
    max-height: 640px;
    left: 50%;
    margin-left: -280px;
    z-index: 2;
}
.feedback_kosmo__content .feedback_kosmo__text {
    font-size: 28px;
}
.feedback_kosmo__content .feedback_kosmo__title {
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 0;
}
.feedback_kosmo__line input {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1366px) { 
    .feedback_kosmo__content .feedback_kosmo__title {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1024px) { 
    .feedback_kosmo__content .feedback_kosmo__title {
        font-size: 28px;
    }
    .feedback_kosmo__content .feedback_kosmo__text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) { 
    .feedback_kosmo__pic img {
        margin-left: -200px;
    }
}
@media only screen and (max-width: 620px) { 
    .feedback_kosmo__content .feedback_kosmo__title {
        font-size: 22px;
    }
    .feedback_kosmo__content .feedback_kosmo__text {
        font-size: 16px;
    }
    .feedback_kosmo__pic img {
        margin-left: -200px;
    }
    .feedback_kosmo__pic.d-flex {
        display: none;
    }
    .feedback_kosmo__wrapper {
        background: #f6f9ff;
        height: auto;
        padding: 20px;
    }
}