*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    top: 0;
    left: 0;
}

.flex-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;;
    padding-top: 130px;
    padding-bottom: 145px;
}

.content{
    width: 1050px;
    height: auto;
}

.title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 155%;
    color: #1F323F;
    height: auto;
}

.title--gradient{
    background-image: linear-gradient(89.98deg, #3163E5 11.1%, #07A9F6 96.4%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.header__content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 43px;
}

.header__content > img {
    width: 141px;
    height: 141px;
}

.header__sub-content{

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    margin-bottom: 40px;
    color: #1F323F;
}

.header__sub-content > a{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    color: #1F323F;
}

.feedback-form{
    width: 1049px;
    height: 429px;
    padding: 60px;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.feedback-form__inputs-container{
    display: flex;
    gap: 14px;
    margin-bottom: 50px;
}


.inputs-container--left{
    display: flex;
    flex-direction: column;
    gap: 15px;
}



.inputs-container--left > input {
    padding: 10px 20px;
    width: 336px;
    height: 45px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 155%;
    color: #1F323F;
}

.inputs-container--left > input::placeholder{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 155%;
    color: #1F323F;
}

.inputs-container--right > textarea{
    width: 579px;
    height: 165px;
    padding: 10px 20px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    resize: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 155%;
    color: #1F323F;
}

.inputs-container--right > textarea::placeholder{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 155%;
    color: #1F323F;
}

.feedback-form__button-container{
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
}

.feedback-form__button{
    padding: 10px 20px;
    gap: 10px;
    width: 335px;
    height: 45px;
    background: linear-gradient(90.43deg, #10DED6 0.27%, #07A7F7 99.84%);
    border-radius: 10px;
    border: none;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #01165C;
    cursor: pointer;
}

.button-container__left-text{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 155%;
    color: #1F323F;
}


.button-container__left-text > a{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 155%;
    color: #1F323F;
}

.feedback-form__sub-content{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 155%;
    color: #1F323F;
}

.section__sub-content{

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    margin-bottom: 60px;
    color: #1F323F;
}

.section__sub-content > a{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    color: #1F323F;
}

.footer__content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer__links-list{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: #1F323F;
}

.footer__links-list a{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    color: #1F323F;
}

.footer__links-list > ol{
    padding-left: 22px;
    padding-top: 5px;
}

.footer__contacts{
    width: 314px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding: 0 62px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: #1F323F;
}

.footer__contacts-list{
    padding-top: 5px;
}

.footer__contacts-item{
    display: flex;
    gap: 22px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    color: #1F323F;
    align-items: center;
}

.footer__contacts-item > img{
    width: 15px;
    height: 15px;
}

.footer__contacts-item > div{
    white-space: nowrap;
}

.footer__contacts-item a{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 155%;
    color: #1F323F;
    text-decoration-line: none;
}

@media (max-width: 1200px){
    .flex-container{
        padding: 0;
    }

    .content{
        width: 100%;
        padding: 20px 0px 20px;
    }

    .header__content > img {
        display: none;
    }

    .header__content{
        padding: 30px;
        margin: 0;
    }

    .title{
        font-size: 24px;
    }

    .feedback-form{
        width: 100%;
        height: auto;
        padding: 30px;
        margin-bottom: 35px;
    }

    .feedback-form__inputs-container{
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    .inputs-container--left > input {
        width: 100%;
    }

    .inputs-container--right > textarea{
        width: 100%;
    }

    .footer__content{
        flex-direction: column;
    }

    .header__sub-content{
        font-size: 16px;
        padding: 0 30px 30px;
        margin: 0;
    }

    .feedback-form__button-container{
        flex-direction: column;
        gap: 15px;
    }

    .feedback-form__button{
        width: 100%;
    }

    .section__sub-content{
        padding: 0 37px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    .footer__links-list{
        padding: 0 31px 44px 37px;
        font-size: 16px;
    }

    .footer__links-list a{
        font-size: 16px;
    }

    .footer__contacts{
        margin: 0 17px;
        border-right: none;
        border-left: none;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        width: calc(100% - 34px);
        padding: 30px;
    }

}