.news-period .news-year,
.btnOpen {
    cursor: pointer;
}

/* .contact__item-phone:last-child{
    margin-top: 0;
} */
.service-text {
    margin-bottom: 10px;
}

.success-message {
    color: rgb(86 231 86);
}

table {
    width: 100%;
    margin-bottom: 1rem;
}

table td {
    padding: 5px;
}

.content .wp a:not(.btn, .doc, .btnOpen, .mainNews__title a, .statements a) {
    color: #1a9de1;
}

.note {
    font-size: 14px;
}

.footer-insure-layout {
    width: 100px;
    height: 97px;
}

.insure {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url(/upload/insurance.png);
    background-position: center center;
}

.footerWp {
    grid-template-columns: 200px 220px 220px auto auto;
}

@media (max-width: 1023px) {
    .footer-insure-layout {
        margin-top: 2rem;
    }
}