/*
 * Top menu
 */

ul.mr-auto {
    margin: auto;
}

/*
 * Bottom menu
 */

div.footer-menu ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
    margin: 0 auto;
    padding: 0;
}

div.footer-menu li {
    padding: 10px;
    display: inline;
}

div.footer-menu li a {
    font-size: 0.8rem;
    color: #FFFFFF;
}

/*
 * News list
 */

.prev-news .news-poster {
    height: unset;
}

.prev-news .news-poster .cont-description-news {
    margin-bottom: -100px;
}

.news-list-permalink {
    display: block;
}

.page-item:first-child .page-link {
    border-radius: 20px;
}

.page-item:last-child .page-link {
    border-radius: 20px;
}

/*
 * News content
 */

figure.wp-block-embed.is-type-video iframe {
    width: 100%;
    min-height: 350px;
}

/*
 *  Contacts
 */

#contacts .error {
    padding: 5px 9px;
    border: 1px solid #ff5722;
    color: #FFFFFF;
    background-color: #ff5722;
    border-radius: 1px;
    margin: 10px 0;
}

#contacts .success {
    padding: 5px 9px;
    border: 1px solid #6fc6d1;
    color: #FFFFFF;
    background-color: #6fc6d1;
    border-radius: 1px;
    margin: 10px 0;
}

.privacy-checkbox {
    position: relative;
    float: left;
}

.privacy-checkbox label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 26px;
    top: 0;
    left: 0;
    background: #eee;
    border: 2px solid #FFF;
}

.privacy-checkbox label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #73C6D0;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.privacy-checkbox label:hover::after {
    opacity: 0.5;
}

.privacy-checkbox input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.privacy-desc {
    float: right;
    padding: 0 40px;
    color: #258a96;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 435px) {
    .intro-title-page h1 {
        font-size: 1.6em;
    }
}