.main-feedback {
    margin-top: 90px;
    background: #F6F6F5;
    padding-top: 50px;
}

.feedback__img {
    width: 508px;
    height: 570px;
}

.feedback {
    position: relative;
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    
}
.feedback__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 650px;
}

.feedback__title {
    font-weight: bold;
    font-size: 50px;
    line-height: 120%;
    color: #2B2B2B;
}
.feedback__text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #2B2B2B;
}
.feedback__form {
    position: relative;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 50px;
    padding-bottom: 28px;
    background: #FFFFFF;
    box-shadow: 0px 2px 60px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    z-index: 1;
}
.feedback__form .button__text a{
	color:#007FBD;
}

input {
    border: none;
    border-bottom: 1px solid #2B2B2B70;
    height: 24px;
    max-width: 553px;
    font-size: 16px;
    line-height: 19px;
    color: #919191;
}

input:focus {
    outline: none;
}
input:active {
    outline: none;
}

input::placeholder {
    font-size: 16px;
    line-height: 19px;
    color: #919191;
}
input:focus::placeholder {
    opacity: 0;
}

input:not(:first-child) {
    margin-top: 30px;
}
.button__container {
    display: flex;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}
.feedback__button {
    cursor: pointer;
    width: 215px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 40px;
    border: none;
    background: #007FBD;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 39px;
}

.feedback__button:hover {
    box-shadow: none;
}

.button__text {
    width: 325px;
    margin-left: 18px;
    font-size: 14px;
    line-height: 17px;
    color: #767676;
}

.button__text a{
    cursor: pointer;
    color: #007FBD;
}

.feedback svg {
    position: absolute;
    right: -160px;
    top: -50px;
}

@media (max-width: 1920px) {
    .main-feedback {
        position: relative;
    }
    
    .feedback {
        position: static;
    }
    .feedback svg {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (max-width: 1200px) {
    .feedback__img {
        display: none;
    }
    .feedback {
        justify-content: center;
    }
}
@media (max-width:510px) {
    .news-cards__list {
        width: 100%;
        padding-right: var(--padding-right);
        padding-left: var(--padding-left);
    }
    .news-cards__item {
        width: 100%;
    }
    .button__container {
        flex-direction: column;
    }
    .feedback__button {
        width: 100%;
    }
    .button__text {
        text-align: center;
        margin-top: 10px;
    }
    .feedback__container {
        margin-left: 0;
    }
    .feedback {
        padding-right: var(--padding-right);
        padding-left: var(--padding-left);
    }
}
@media (max-width: 431px) {
    .main-feedback {
        margin-top: 0px;
        mix-blend-mode: multiply;
    }
    .feedback {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(0deg, rgba(0, 127, 189, 0.1), rgba(0, 127, 189, 0.1)), url(../img/feedback/feedback-mob.jpg);
		    background-size: cover;
    }
    .feedback svg {
        display: none;
    }
    .feedback__container {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 20px;
    }
    .feedback__title {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        margin-top: 15px;
    }
    .feedback__text br {
        display: none;
    }
    .feedback__text {
        font-size: 13px;
        line-height: 16px;
        width: 86%;
        margin: 5px auto 0;
        text-align: center;
    }
    .feedback__form {
        padding-top: 25px;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .button__text {
        width: auto;
        margin-left: 0;
    }
    .feedback__form input{
        font-size: 13px;
        line-height: 16px;
        color: #919191;
    }
    .main-feedback .feedback__button {
        width: 100%;
    }
    .main-feedback .button__container {
        flex-direction: column;
    }
}