.header-contacts {
    background-color: #CCE8F8;
}

.banner__contacts {
    padding-top: 124px;
    padding-bottom: 119px;
    background-color: #CCE8F8;
}

@media all and (max-width:1199px) {

    .banner__contacts {
        padding: 50px 0;
    }
}

@media all and (max-width:767px) {

    .banner__contacts {
        padding: 25px 0;
    }
}


.banner__img {
    margin-top: 50px;
    background-image: url('../images/contact-banner-bg.svg');
    background-repeat: no-repeat;
}

.contacts-page {
    padding: 143px 0;
}

@media all and (max-width:991px) {

    .contacts-page {
        padding: 20px 0;
    }
}

.contacts-page__content {
    display: flex;
    overflow: hidden;

    box-shadow: 30px 31px 55px rgba(31, 109, 200, 0.11);
    border-radius: 15px;
}

@media all and (max-width:991px) {

    .contacts-page__content {
        flex-direction: column;
    }
}

.contacts-page__inform-block,
.contacts-page__map {
    flex: 0 0 50%;
    max-width: 50%;
}

@media all and (max-width:991px) {

    .contacts-page__inform-block,
    .contacts-page__map {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contacts-page__map {
        max-height: 400px;
    }

    .contacts-page__map img {
        object-fit: cover;
        width: 100%;
    }

}

.contacts-page__inform-block {
    display: flex;
    flex-direction: column;
    background-color: #1F6DC8;

}

@media all and (max-width:991px) {

    .contacts-page__inform-block {
        flex-direction: row;

    }
}

@media all and (max-width:575px) {

    .contacts-page__inform-block {
        flex-direction: column;

    }
}

.contacts-page__contact-form {
    background-color: #3C8AF0;
    padding: 55px 55px 40px;
}

@media all and (max-width:1199px) {

    .contacts-page__contact-form {
        padding: 25px;
    }
}

@media all and (max-width:991px) {

    .contacts-page__contact-form {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media all and (max-width:800px) {

    .contacts-page__contact-form,
    .contacts-page__information {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media all and (max-width:575px) {

    .contacts-page__contact-form,
    .contacts-page__information {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.form-contact__text input {
    border-radius: 5px;
    border-color: transparent;
    background-color: #fff;
    width: 100%;
    padding: 17px 27px;
    margin-bottom: 14px;
}

@media all and (max-width:1199px) {
    .form-contact__text input {
        width: 100%;
        padding: 12px 15px;
    }
}

.form-contact__text:last-child {
    margin-bottom: 24px;
}

.form-contact__text input::placeholder {
    color: #A1AEC6;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px;

}



@media all and (max-width:1199px) {
    .form-contact__text input::placeholder {

        font-size: 14px;
        line-height: 15px;
    }
}

.form-contact__bottom {
    display: flex;
}

@media all and (max-width:767px) {
    .form-contact__bottom {
        flex-direction: column;
    }
}

.form-contact__message {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 118.5%;
    color: #fff;
}

@media all and (max-width:767px) {
    .form-contact__message {
        margin-top: 14px;
    }
}

.contacts-page__information {
    padding: 27px 55px 35px;
}

@media all and (max-width:1199px) {

    .contacts-page__information {
        padding: 25px;
    }
}

@media all and (max-width:991px) {

    .contacts-page__information {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media all and (max-width:991px) {

    .contacts-page__information {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media all and (max-width:575px) {

    .contacts-page__information {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.info__phone a {
    display: block;
}

.form-contact__button {
    margin-right: 15px;
}

.contacts-page__information .info__schedule,
.contacts-page__information .info__phones {
    display: flex;
    margin-bottom: 18px;
}

.contacts-page__information .info__mail {
    display: flex;
}

.contacts-page__information .info__office {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

.contacts-page__information .info__office .info__placeholder {
    margin-bottom: 10px;
}

.contacts-page__information .info__icon {
    margin-right: 15px;
}

.contacts-page__information span,
.contacts-page__information a {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 133.7%;
    color: #fff;
}

@media all and (max-width:991px) {

    .contacts-page__information span,
    .contacts-page__information a {
        font-size: 16px;
    }
}


.contacts-page__information .info__placeholder {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 111.2%;
}

.contacts-page__information .info__address {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 133.7%;

}

@media (max-width: 1299px) {
    .section-tags__list {
        justify-content: flex-start;
    }
}

.section-blog .banner__title {
    white-space: pre-line;
    font-weight: 700;
    font-size: 24px;
    line-height: 110.5%;
    margin: 0;

    text-align: center;
    margin-bottom: 15px;
}

.post__item {
    width: 100%;
    height: 100%;
}

.section-blog__more_go {
    width: 100%;
}

.section-blog__more_go a {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 2.43;
    text-align: center;
    text-decoration: none;
    color: #00c773;
    margin-right: 38px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.section-blog__more_go a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    color: #00c773;
}

.partners__award img {
    width: 115px;
    height: 115px;
    margin-bottom: 35px;
}
