.entry.press_center_category-stati .entry__top {
    background-color: #222222;
}
.entry.press_center_category-stati .entry__top a {
    color: #ffffff;
}
.entry.press_center_category-novosti-i-press-relizy .entry__top {
    background-color: #FB810B;
}
.entry.press_center_category-novosti-i-press-relizy .entry__top a {
    color: #ffffff;
}
.entry.press_center_category-obzory .entry__top {
    background-color: #FFFFFF;
}
.entry.press_center_category-obzory .entry__top a {
    color: #222222;
}
body.post-type-archive-services .main {
    overflow: visible;
}
.intro__pagination .swiper-pagination-bullet span {
    line-height: 1.1;
}

body.page-id-294 .article__title {
    display: none;
}

.wp-block-columns {
    margin-bottom: 60px;
}

.wp-block-columns {
    margin-bottom: 34px;
}
.wp-block-columns:last-child {
    margin-bottom: 0;
}

.article__content ul {
    list-style: disc;
    padding-left: 30px;
}
.article__content ul li + li {
    margin-top: 5px;
}
p:last-child {
    margin-bottom: 0 !important;
}

.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
    margin-bottom: 26px;
    margin-top: 40px;
}
@media (min-width: 992px) {
    .article__content h2 {
        font-size: 40px
    }

    .article__content h3 {
        font-size: 30px
    }
}

figure.wp-block-image  {
    margin-bottom: 6px;
}
.wpcf7 {
    width: 100%;
    padding: 50px;
    color: #ffffff;
    border-radius: 30px;
    background-color: var(--color-dark);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.wpcf7:last-child {
    margin-top: 50px;
}
.wpcf7:before,
.wpcf7:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50px;
    right: 300px;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #ff2e00),to(#f25c39));
    background: linear-gradient(90deg,#ff2e00 0,#f25c39 100%);
    -webkit-filter: blur(75px);
    filter: blur(75px);
    -webkit-animation: 15s linear infinite alternate noteBlur;
    animation: 15s linear infinite alternate noteBlur;
    opacity: .8;
    pointer-events: none
}
@-webkit-keyframes noteBlur {
    0% {
        -webkit-transform: rotate(-25deg) scale(1);
        transform: rotate(-25deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(25deg) scale(2);
        transform: rotate(25deg) scale(2)
    }
}
.wpcf7:before {
    width: 350px;
    height: 350px;
    top: 0;
    right: 100px;
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #fc8505),to(#f25c39));
    background: linear-gradient(90deg,#fc8505 0,#f25c39 100%)
}
.wpcf7:after {
    width: 275px;
    opacity: 1;
    height: 276px;
    background: #6699d0;
    top: -50px;
    right: -50px
}
@media (max-width: 767px) {
    .wpcf7 {
        border-radius: 10px;
        padding: 40px 20px;
    }
    .wpcf7-form-control-wrap[data-name="checkbox-140"] {
        display: block;
        margin-top: 15px;
        padding-bottom: 20px;
    }
}
.wpcf7 p {
    margin-bottom: 0 !important;
}
.wpcf7-form-control.button {
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #fc8505),to(#f25c39));
    background: linear-gradient(90deg,#fc8505 0,#f25c39 100%);
    color: #ffffff;
}
.wpcf7-list-item:first-child {
    margin-left: 0;
}
.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}
.wpcf7-checkbox input {
    width: auto;
    height: auto;
    padding: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: initial;
}

.more {
    text-decoration: underline;
    font-size: 14px;
    color: var(--color-primary);
    -webkit-transition: color var(--transition);
    transition: color var(--transition);
}
.error404 .main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.partners {
    margin-top: 100px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 40px;
}
.not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 154px;
    padding-bottom: 58px;
}
.not-found:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1277px;
    height: 599px;
    background: url("../img/not-found-bg.svg") no-repeat center/cover;
}
.not-found__title {
    color: #FFF;
    text-edge: cap;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 300px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}
.not-found__subtitle {
    margin-bottom: 27px;
}
.not-found__desc {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 130%;
}
.not-found__desc a {
    color: var(--color-light);
    transition: color var(--transition);
}
.article__content a {
    color: var(--color-light);
    text-decoration: underline;
}
.article__content ol {
    list-style: numeric;
    padding-left: 32px;
}
.article__content ol li + li {
    margin-top: 6px;
}
@media (min-width: 992px) {
    .more:hover {
        text-decoration: underline;
        color: var(--color-danger);
    }
    .not-found__desc a:hover {
        color: var(--color-danger);
    }
    .article__content a:hover {
        color: var(--color-danger);
    }
}

@media (max-width: 1099px) {
    .page-id-294 .wp-block-group .wp-block-image {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .has-text-align-center.has-small-font-size {
        margin-bottom: 30px !important;
    }
    .page-id-294 [style="flex-basis:33.33%"] {
        margin-bottom: -20px;
    }
    .partners {
        margin-top: 0;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 767px) {
    .article__content ol {
        padding-left: 26px;
    }
    .not-found {
        padding-top: 60px;
    }
    .not-found:before {
        top: -160px;
        opacity: .8;
        transform: translateX(-50%) scale(.5);
    }
    .not-found__title {
        font-size: 35vw;
    }
    .not-found__desc {
        font-size: 16px;
    }
    .group h3.content-title {
        display: -ms-grid;
        display: grid;
        gap: 6px;
    }
    .partners {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (max-width: 567px) {
    .partners {
        gap: 20px;
    }
}