.information__container {
    background-color: #f6f6f6;
}

.information__description {
    background-color: #6f2282;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .information__description {
        padding-bottom: 15px;
    }
}

.information__title {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 30px;
    width: 770px;
    font-weight: normal;
    margin: 28px auto 8px;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .information__title {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 22px;
    }
}

@media screen and (min-width: 300px) and (max-width: 1199px) {
    .information__title {
        width: 100%;
    }
}

.information__text {
    text-align: center;
    font-size: 18px;
    color: rgb(0, 0, 0);
    width: 770px;
    margin: 0 auto 18px;
}

@media screen and (min-width: 300px) and (max-width: 1199px) {
    .information__text {
        display: none;
    }
}

.information__right {
    background-image: url(../img/star_inner.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.information__container {
    background-color: transparent;
}

.information__description {
    background-color: transparent;
}

.footer {
    position: relative;
    z-index: 2;
    background-color: #6f2282;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#js-zayavka-form-work {
    margin-top: 25px;
}

.hidden {
    display: none;
}
