@media screen and (max-width: 1200px) {
    .container {
        width: 960px;
    }

    .advantages h3 {
        line-height: 44px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        width: 720px;
    }

    .top__contacts-logo {
        width: 70%;
    }

    .top__contacts-logo p {
        width: 70%;
    }

    .header__thanks-title {
        width: 73%;
    }

    h1 {
        font-size: 55px;
    }

    .header__title-descr {
        font-size: 27px;
    }

    h2 {
        line-height: 40px;
    }

    .header__thanks-offer .btn {
        width: 30%;
    }

    .payment__form .erconts {
        right: 0;
    }

    .request .container {
        background-size: 80%;
    }

    .request .container {
        padding-top: 100px;
    }

    .clients__item-title {
        line-height: 32px;
    }

    .from__request-wrapper {
        flex-wrap: wrap;
    }

    .from__request-item {
        justify-content: center;
        margin-top: 20px;
        width: 50%;
    }

    .from__request-item:last-child {
        justify-content: space-between;
    }

    .from__request-item:last-child .from__request-action {
        margin-left: auto;
        margin-right: auto;
    }

    .from__request .arrow__right {
        margin-right: 0;
        margin-left: auto;
    }

    .receive__wrapper {
        flex-wrap: wrap;
    }

    .receive__item {
        width: 50%;
    }

    .receive__item:last-child {
        width: 200px;
        margin-right: auto;
        margin-left: auto;
    }

    .arrow__right-second {
        display: none;
    }

    .receive__item-action:nth-child(2n-1) {
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer__logo {
        width: 60%;
    }

    .footer__phone {
        width: 28%;
    }

    .footer__copyright,
    .footer__agency {
        width: 50%;
    }
    
    .popap__title {
        font-size: 35px;
        line-height: 38px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 540px;
    }

    .top__contacts-logo {
        width: 60%;
    }

    .header__thanks-title {
        width: 100%;
    }

    .header__thanks-offer {
        padding: 35px 10px 50px;
    }

    h1 {
        font-size: 41px;
        line-height: 60px;
    }

    .header__thanks-offer h2 {
        width: 100%;
        font-size: 34px;
    }

    h2 {
        font-size: 29px;
    }

    .header__thanks-offer input {
        width: 75%;
    }

    .header__thanks-offer .btn {
        margin-left: 0;
        margin-top: 20px;
        width: 75%;
    }

    .section__title-descr {
        font-size: 25px;
    }

    .header__title-descr {
        font-size: 20px;
    }

    .payment__form .erconts {
        right: 245px;
        bottom: 155px;
    }

    .request p {
        width: 62%;
        font-size: 22px;
    }

    .section__form-blue p {
        width: 70%;
    }

    .form__blue input {
        width: 49%;
    }

    .form__blue-btn {
        margin: 20px auto 0 auto;
        width: 50%;
    }

    .clients__item {
        padding: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .advantages__table td {
        font-size: 19px;
    }

    .advantages__table td:first-child {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .advantages__table td:nth-child(2) {
        width: 20%;
    }

    .advantages__table p {
        width: 100%;
    }

    .advantages__table img {
        margin-right: 0;
    }

    .reasons__wrappper {
        flex-wrap: wrap;
    }

    .reasons__item {
        width: 50%;
    }

    .payment__form-btn {
        width: 36%;
    }

    .footer__phone {
        width: 34%;
    }

    .footer__phone-descr {
        font-size: 14px;
    }

    .footer__phone-number a {
        font-size: 20px;
    }

    .footer__logo {
        width: 55%;
    }

    .footer__logo p {
        font-size: 20px;
        line-height: 28px;
    }

    .footer__logo img {
        width: 103px;
        height: 85px;
        margin-right: 20px;
    }

    .footer__wrapper {
        font-size: 13px;
    }
    
    .popap__form {
       width: 80%; 
       left: 10%;
       top: 15%;
    }
}

@media screen and (max-width: 576px) {
    .container {
        width: 90%;
        margin: 0 auto;
    }

    .header__thanks-main {
        padding-bottom: 50px;
    }


    .header__thanks-descr {
        font-size: 33px;
    }

    .header__thanks-title {
        font-size: 35px;
    }

    h1 {
        font-size: 31px;
        line-height: 48px;
    }

    .header__title-descr {
        width: 65%;
    }

    .payment__form .erconts {
        position: relative;
        bottom: 0;
        right: 0;
        font-size: 16px;
    }

    .top__contacts-phone {
        margin: 0 auto;
    }

    .top__contacts-logo {
        width: 100%;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .request .container {
        padding-top: 50px;
        padding-bottom: 200px;
    }

    .request h2 {
        text-align: center;
    }

    .request p {
        width: 90%;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 20px;
        text-align: center;
    }

    .whom h2 {
        width: 70%;
    }

    .advantages__table td:first-child,
    .advantages__table td {
        font-size: 13px;
    }

    .payment__form-wrapper {
        flex-wrap: wrap;
    }

    .payment__form-btn,
    .payment__form {
        width: 90%;
        margin: 0 auto;
    }

    .about__wrapper {
        flex-wrap: wrap;
    }

    .about__item,
    .about__item:last-child {
        width: 100%;
    }

    .guarantees__item {
        width: 100%;
    }

    .guarantees__item p {
        margin-bottom: 0;
    }

    .payment__form {
        flex-direction: column;
    }
    
    .payment__form-field {
        width: 90%;
    }

    .footer__logo {
        width: 65%;
    }

    .footer__logo p {
        font-size: 16px;
    }

    .footer__phone-descr {
        font-size: 12px;
    }

    .footer__phone-number a {
        font-size: 17px;
    }

    .footer__phone-btn {
        width: 150%;
        margin-left: -65px;
    }

    .footer__wrapper {
        font-size: 12px;
    }
    
    .popap__title {
        font-size: 31px;
    }
}

@media screen and (max-width: 448px) {
    
    .top__contacts-logo img {
        margin-right: 10px;
        width: 44px;
        height: auto;
    }

    .top__contacts-logo p {
        line-height: 15px;
        font-size: 10px;
    }

    .header__thanks-descr {
        font-size: 24px;
    }

    .header__thanks-title {
        font-size: 25px;
    }

    h1 {
        font-size: 22px;
        line-height: 32px;
    }

    .header__thanks-offer h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .header__thanks-offer .btn,
    .header__thanks-offer input {
        width: 90%;
    }

    .header__thanks-wrapper span {
        font-size: 12px;
    }

    .header__title-descr {
        width: 90%;
        font-size: 18px;
        line-height: 24px;
    }

    .header__proviso p {
        padding: 25px 50px;
        font-size: 18px;
    }

    .request p {
        width: 100%;
        padding: 10px;
        font-size: 20px;
    }

    .request .container {
        background-size: 100%;
    }

    .whom h2 {
        width: 100%;
        line-height: 48px;
    }

    .clients__item-title {
        margin-top: 10px;
        line-height: 28px;
        font-size: 22px;
    }

    .client__item-text {
        margin-left: 0;
    }

    h2 {
        font-size: 31px;
    }

    .section__title-descr {
        font-size: 26px;
    }

    .reasons__item {
        width: 80%;
        margin: 20px auto;
    }

    .receive .arrow__right {
        transform: rotate(90deg);
        margin-top: 25px;
    }

    .from__request-wrapper{
        flex-direction: column;
    }

    .from__request-item,
    .receive__item {
        flex-direction: column;
        width: 100%;
    }

    .client__item-text p {
        font-size: 14px;
    }

    .from__request-action {
        margin: 0 auto;
    }

    .from__request .arrow__right {
        margin: 50px auto;
        transform: rotate(90deg);
    }

    .arrow__right-second {
        display: block;
    }

    .form__blue input {
        margin-top: 20px;
        width: 100%;
    }

    .form__blue-btn,
    .section__form-blue p {
        width: 100%;
    }

    .advantages h2,
    .advantages h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .advantages__table td:first-child, .advantages__table td {
        padding: 10px 3px;
        font-size: 10px;
        line-height: 14px;
    }

    .footer__logo img {
        width: 80px;
    }

    .footer__wrapper {
        flex-wrap: wrap;
    }

    .footer__logo {
        width: 100%;
    }

    .footer__phone {
        margin: 20px auto;
        width: 65%;
        text-align: center;
    }

    .footer__phone-btn {
        margin: 0;
        width: 100%;
    }

    .footer__phone-number,
    .footer__phone-descr  {
        text-align: center;
    }

    .footer__copyright, .footer__agency {
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }
    
    .popap__form {
        width: 90%;
        left: 5%;
    }
    
    .popap__title {
        font-size: 25px;
    }
    
    .popap__form .erconts {
        font-size: 14px;
    }
}
