.footer-big .index__title {

}

.footer-big__section-grey {
    background: #e4e5ea;
    padding: 20px 20px 40px 20px;
    margin-top: 15px;
    border-radius: 2px;
}

.footer-big > * {
    font-family: 'Open Sans', sans-serif;
}

.footer-big {
}

.footer-big__form-centering {
    width: 800px;
    margin: auto;
}

.footer-big .footer-big__form .bth__btn {
    width: 260px;
    margin-right: 0;
}

.footer-big .footer-big__form {
    background: rgb(228, 229, 234);
    padding: 20px;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    color: #475669;
    padding-top: 40px;
}

.footer-big .footer-big__form .bth__inp-block {
    width: 100%;
    height: 55px;
}

.footer-big .footer-big__form .bth__dbl-inp > div {
    width: 33%;
}

.footer-big .footer-big__form .bth__dbl-inp > div:not(:last-of-type) {

    margin-right: 10px;
}

.footer-big__form-ta {
    width: 100%;
    height: 175px;
    box-sizing: border-box;
    border: none;
    padding: 7px;
    font-size: 16px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-weight: normal;
    border-radius: 2px;
}

.footer-big__form .bth__inp {
    padding-top: 26px;
}

.footer-big__form .bth__inp-lbl {
    color: #999;
    z-index: 1;
    transition: 0.3s;
    font-size: 14px;
    position: absolute;
    font-family: 'apercu_pro', sans-serif;
    top: 22px;
    left: 0;
    font-weight: normal;
}

.footer-big__form .bth__inp-lbl.active {
    font-size: 12px;
    top: 7px;
}

.footer-big__social {
    text-align: center;
}

.footer-big__social .footer-big__social-item:not(:last-of-type) {
    margin-right: 15px;
}

.footer-big__social-item {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: center;
    height: 100px;
    border-radius: 50px;

    background-position: center;
    position: relative;
    background-size: 57px;
    background-repeat: no-repeat;
    background-color: #99999938;
}

.footer-big__social-item i.fa-vk,
.footer-big__social-item i.fa-facebook-f {
    color: #215f86;
}

.footer-big__social-item i {
    font-size: 53px;
    margin-top: 25px;

}

.footer-big__social-item.footer-big__social-item--wapp {
    background-image: url("/static/i/whatsapp.svg");
}

.footer-big__social-item.footer-big__social-item--fb {
    background-image: url("/static/i/facebook-messenger.svg");
}
.footer-big__form-centering .bth__inp-block.has-error .hint-block--abs{top: 20px}

.footer-big__social-item.footer-big__social-item--tm {
    background-image: url("/static/i/telegram.svg");
}

.footer-big__social-item.footer-big__social-item--fb-site {

}

.footer-big__agency-img {
    height: 420px;
    width: 800px;
    margin: 0 auto;
}

.footer-big__agency-img img {
    border-radius: 2px;
}

.footer-big-fit-line {
    background-color: #475669;
    padding: 15px;
    font-size: 12px;
}

.footer-big-fit-line a:hover {
    color: #999;
}

.footer-big-fit-line > div {

}

.footer-big .bth__btn.bth__btn--lower {
    border-radius: 45px;
    padding-top: 16px;
    width: 190px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    height: 45px;
    line-height: 15px;
}

.footer-big-fit-line a {
    color: white;
}

.footer-big-fit-line__center {
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
}

.footer-big-top-line {
    padding-bottom: 80px;
    padding-top: 5px;
    border-top: 1.5px solid #ccc;

    position: relative;
    max-width: 800px;
    margin: auto;
    margin-top: 30px;

}

.footer-form-slide-prev {
    border: none;
    background-image: url(/static/i/right-arrow-carous.svg);
    display: inline-block;
    width: 40px;
    background-repeat: no-repeat;
    height: 40px;
    background-size: cover;
    transform: rotate(180deg);
    position: absolute;
    left: 50px;
    cursor: pointer;
    z-index: 10;
    top: 205px;
}

.footer-form-slide-next {
    border: none;
    background-image: url(/static/i/right-arrow-carous.svg);
    display: inline-block;
    width: 32px;
    background-repeat: no-repeat;
    height: 40px;
    background-size: cover;
    position: absolute;
    cursor: pointer;
    right: 50px;
    top: 205px;
}

.footer-big-wrap {
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding: 0 40px;
}

.footer-big__form-centering {

}

.footer-big__filter-link {
    width: 17px;
    height: 15px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;

    right: 23px;
    transition: 0.3s;
    top: 15px;
    color: #ff8e41;
    font-size: 29px;
}

.footer-big__filter-link:hover {
    color: #e27200;
}

@media screen and (min-width: 1023px) {
    .footer-form-slide-next:hover,
    .footer-form-slide-prev:hover {
        background-image: url("/static/i/right-arrow.svg");
    }
}

@media screen and (max-width: 1025px) {
    .footer-big-wrap {
        padding: 0 20px;
    }

    .footer-big-top-line {
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer-big__agency-img {
        width: 100%;
    }

    .footer-form-slide-next {
        right: 15px;
        background-color: #4d4b4b61;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        padding: 10px;
        box-sizing: border-box;
        background-image: url("/static/i/right-arrow-white.svg");
        background-size: 30px;
        background-position: center;
    }

    .footer-big .footer-big__form .bth__btn.bth__btn--fill {
        width: 100%;
    }

    .footer-form-slide-prev {
        left: 15px;
        background-color: #4d4b4b61;
        border-radius: 50px;
        width: 50px;
        height: 50px;
        padding: 10px;
        box-sizing: border-box;
        background-image: url("/static/i/right-arrow-white.svg");
        background-size: 30px;
        background-position: center;
    }

    .footer-big__form-centering {
        width: auto;
    }

    .footer-big .bth__dbl-inp {
        flex-wrap: nowrap;
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .footer-big .bth__dbl-inp {
        display: block;
    }

    .footer-big .footer-big__form .bth__dbl-inp > div {
        width: 100%;

    }

    .footer-big .footer-big__form .bth__btn.bth__btn--fill {
        margin-top: 0;
    }

    .footer-big .footer-big__form .bth__dbl-inp > div:not(:last-of-type) {
        margin-bottom: 20px;

    }

    .footer-big .footer-big__form {
        padding: 15px;
    }

    .footer-big__social .footer-big__social-item:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .footer-big__social {
        text-align: left;
    }

    .footer-big__agency-img {

        height: 300px;
    }

    .footer-form-slide-next,
    .footer-form-slide-prev {
        top: 125px;

    }

    .index__title {
        font-size: 19px !important;
    }

    .footer-big__social-item {
        width: 60px;
        background-size: 31px;
        height: 60px;
    }

    .footer-big__social .footer-big__social-item:not(:last-of-type) {
        margin-right: 7px;
    }

    .footer-big__social-item i {
        font-size: 35px;
        margin-top: 14px;
    }

    .footer-big-wrap a {
        line-height: 22px;
    }
}

@media screen and (max-width: 656px) {
    .footer-big-fit-line__center {
        flex-direction: column;
        justify-content: flex-start;
    }

    .footer-big-fit-line__center > a {
        font-size: 14px;
        display: block;
    }

    .footer-big-fit-line__center > a:not(:last-of-type) {
        margin-bottom: 15px;
    }

}