﻿.feedback
{
    padding: 100px 0;
}
.feedback .container
{
    display: flex;
}
.feedback__info
{
    background: #2daaff;
    border: 1px solid #2daaff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
    max-width: 542px;
    padding: 20px 50px 40px 35px;
    width: 100%;
}
.feedback__info .page-link
{
    color: #fff;
    letter-spacing: .7px;
    margin-left: auto;
    margin-top: 20px;
    text-transform: none;
}
.feedback__info .page-link:after, .feedback__info .page-link:before
{
    background: #fff;
}
.feedback__info .page-link:hover:after
{
    width: 100%;
}
.feedback__info .page-link:hover:before
{
    left: 100%;
}
.feedback__title
{
    color: #90d2ff;
    font-family: Prompt,sans-serif;
    font-size: 90px;
    font-weight: 500;
    line-height: 110px;
    position: relative;
    text-transform: uppercase;
}
.feedback__title span
{
    bottom: 18px;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 400;
    left: 130px;
    line-height: 25px;
    position: absolute;
    text-transform: none;
}
.feedback__form
{
    background: #fff;
    border: 1px solid #2daaff;
    border-radius: 20px;
    flex-grow: 1;
    padding: 40px 60px;
    position: relative;
}
.feedback__form-inputs
{
    display: grid;
    gap: 17px 37px;
    grid-template-columns: repeat(2,1fr);
}
.feedback__form .textarea
{
    margin-top: 20px;
}
.feedback__form-bottom
{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.feedback__form-title
{
    color: #154ee0;
    font-family: Prompt,sans-serif;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
}
.feedback__form-subtitle
{
    color: #656565;
    font-size: 16px;
    line-height: 26px;
}
.feedback__form-close
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='22' fill='none' viewBox='0 0 21 22'%3E%3Cpath stroke='%23004FFF' d='m.354.646 20 20M20.354 1.354l-20 20'/%3E%3C/svg%3E");
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 36px;
    top: 52px;
    width: 21px;
}
.feedback__btn
{
    align-items: center;
    background: #008df2;
    border: none;
    color: #f3f7ff;
    cursor: pointer;
    display: flex;
    font-family: Prompt,sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    letter-spacing: 1.6px;
    line-height: 22px;
    margin: 30px auto 0;
    max-width: 298px;
    outline: none;
    text-transform: uppercase;
    transition: background .25s ease-in-out;
    width: 100%;
}
.feedback__btn:hover
{
    background: #154ee0;
}
.feedback__success
{
    align-items: center;
    border: 1px solid #2daaff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-height: 600px;
}
.feedback__success-title
{
    color: #004fff;
    font-family: Prompt,sans-serif;
    font-size: 18px;
    line-height: 27px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}
.feedback__success-text
{
    color: #656565;
    font-size: 16px;
    line-height: 26px;
    margin-top: 6px;
    text-align: center;
}
@media(max-width: 1180px)
{
    .feedback__info
    {
        padding: 20px;
    }
    .feedback__form
    {
        padding: 40px 30px;
    }
}
@media(max-width: 1080px)
{
    .feedback .container
    {
        flex-direction: column;
    }
    .feedback__title
    {
        max-width: 420px;
    }
    .feedback__info
    {
        max-width: 100%;
    }
}
@media(max-width: 768px)
{
    .feedback__form
    {
        padding: 50px 25px;
    }
    .feedback__form-close
    {
        right: 25px;
        top: 23px;
    }
    .feedback__form-subtitle
    {
        margin-top: 10px;
    }
    .feedback__form-inputs
    {
        gap: 30px;
        grid-template-columns: repeat(1,1fr);
    }
    .feedback__form .textarea
    {
        margin-top: 30px;
    }
    .feedback__form-bottom
    {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 50px;
    }
    .feedback__form-bottom .captcha
    {
        margin-top: 50px;
    }
    .feedback__btn
    {
        margin: 50px auto 0;
        max-width: 100%;
    }
    .feedback__info
    {
        max-width: 100%;
        padding: 32px 20px 45px;
    }
    .feedback__info .page-link
    {
        display: none;
    }
    .feedback__title
    {
        font-size: 70px;
        line-height: 110%;
    }
    .feedback__title span
    {
        bottom: 11px;
        font-size: 15px;
        left: 110px;
        line-height: 130%;
    }
}
@media(max-width: 425px)
{
    .feedback__title
    {
        font-size: 50px;
        max-width: 300px;
    }
    .feedback__title span
    {
        bottom: 4px;
        font-size: 12px;
        left: 80px;
    }
}