body {
    background: #fff;
}
.bread-crumbs {
    margin-top: 16px;
}
.bread-crumbs ul {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: auto;
}
.bread-crumbs ul li {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #3F4348;
    margin-right: 4px;
    white-space: nowrap;
}
.bread-crumbs ul li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #BCBEC0;
    display: block;
    padding-right: 9px;
    position: relative;
}
.bread-crumbs ul li a:before {
    position: absolute;
    content: '/';
    width: 5px;
    height: 16px;
    right: 0;
    top: calc(50% - 8px);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #BCBEC0;
}
.page-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 42px;
    color: #282828;
    padding: 0;
    margin: 0;
    margin-top: 24px !important;
}
@media(max-width: 768px) {
    .bread-crumbs {
        margin-top: 12px;
    }
    .page-title {
        font-size: 28px;
        line-height: 38px;
        margin-top: 16px !important;
    }
}
#colophon a:hover {
    color: inherit !important;
}
a:hover {
    transition: all 0.3s !important;
}
:root {
    --modal-animation-time: 0.3s ;
}
:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

input, textarea, button, option, select {
    outline: none;
    -webkit-appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    resize: none;
}
input:focus:required:invalid, textarea:focus:required:invalid, button:focus:required:invalid, option:focus:required:invalid, select:focus:required:invalid {
    border-color: red;
}
input:required:valid, textarea:required:valid, button:required:valid, option:required:valid, select:required:valid {
    border-color: green;
}

#footer-widgets {
    height: fit-content !important;
    background-color: transparent !important;
}

*, *::before, *::after {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
}

body {
    color: #333333;
    position: relative;
    margin: 0;
    font-family: "Inter", sans-serif;
}

button {
    font-family: "Inter", sans-serif;
    cursor: pointer;
}

ul, h1, h2, h3, h4, h5, p, ul, ol, li, a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    font-family: "Inter", sans-serif;
}

[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

[hidden] {
    display: none !important;
}

.splide {
    visibility: visible;
}

.wrap {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #CECECE;
}

body::-webkit-scrollbar-thumb {
    background: #7B7B7B;
    border-radius: 20px;
}

.splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.alert {
    position: fixed;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    pointer-events: none;
    z-index: 11;
}
.alert__box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 300px;
    background: #333;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 17px;
    text-align: center;
    margin: 0 auto;
    -webkit-animation: alert-fadein 0.2s ease-in-out forwards;
    animation: alert-fadein 0.2s ease-in-out forwards;
}
.alert__box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #1f1f1f;
    -webkit-animation: lifetime var(--lifetime) linear forwards;
    animation: lifetime var(--lifetime) linear forwards;
}
.alert__box.success {
    background: #4AB868;
}
.alert__box.success::before {
    background: #37814b;
}
.alert__box.error {
    background: #F02B2B;
}
.alert__box.error::before {
    background: #aa2323;
}
.alert__box.notify {
    background: #fdcb6e;
}
.alert__box.notify::before {
    background: #c09d5b;
}
.alert__box.close {
    -webkit-animation: alert-fadeout 0.3s ease-in-out forwards;
    animation: alert-fadeout 0.3s ease-in-out forwards;
}

@-webkit-keyframes alert-fadein {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes alert-fadein {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}
@-webkit-keyframes alert-fadeout {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
}
@keyframes alert-fadeout {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
}
@-webkit-keyframes lifetime {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}
@keyframes lifetime {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}
.blue-btn {
    display: block;
    padding: 14px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#3163E3), to(#2E3F7F));
    background: -o-linear-gradient(top, #3163E3 0%, #2E3F7F 100%);
    background: linear-gradient(180deg, #3163E3 0%, #2E3F7F 100%);
    border-radius: 12px;
}
.blue-btn:hover {
    background: #2E3F7F;
}

@media (max-width: 768px) {
    .blue-btn {
        display: block;
        padding: 10px 16px;
        font-size: 14px;
        line-height: 20px;
    }
}
.btn-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #FFFFFF;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.btn {
    padding: 15px 25px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn-1 {
    background: #333;
    color: #fff;
}
.btn-1:hover {
    background: #444;
}

.controls-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #676767;
    display: block;
    text-align: center;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 6px;
}
.controls-button:hover {
    background: #F4F4F4;
    border: 1px solid #DEDEDE;
}
.controls-button .active {
    color: #FFFFFF;
    background: #F4893B;
    border: 1px solid #F4893B;
}

@media (max-width: 768px) {
    .controls-button {
        font-size: 14px;
        line-height: 120%;
        padding: 8px 12px;
    }
}
.next-slide {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.next-slide:hover {
    -webkit-box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .next-slide {
        width: 34px;
        height: 34px;
    }
}
.dotted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dotted ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dotted ul li {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    cursor: pointer;
}
.dotted ul li:last-child {
    margin-right: 0;
}
.dotted ul li.active {
    background: #333;
}

.file-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #3E3E3E;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #3E3E3E;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.file-button span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 28px;
    position: relative;
}
.file-button span svg {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: calc(50% - 9px);
}
.file-button:hover {
    color: #fff;
    background-color: #3E3E3E;
}
.file-button:hover svg {
    fill: #fff;
}

@media (max-width: 768px) {
    .file-button {
        font-size: 15px;
    }
}
.file-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #fff;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.file-button span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 28px;
    position: relative;
}
.file-button span svg {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: calc(50% - 9px);
}
.file-button:hover {
    color: #3E3E3E;
    background-color: #fff;
}
.file-button:hover svg {
    fill: #3E3E3E;
}

@media (max-width: 768px) {
    .file-button {
        font-size: 15px;
    }
}
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 50px 20px;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 20;
}
.lightbox__wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lightbox__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    height: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.lightbox__content img, .lightbox__content video, .lightbox__content iframe {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.lightbox__arrow {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-bottom: none;
    border-right: none;
    cursor: pointer;
}
.lightbox__arrow--prev {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 15px;
}
.lightbox__arrow--next {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 15px;
}

@media screen and (max-width: 480px) {
    .lightbox {
        padding: 50px 10px;
    }
    .lightbox__arrow--prev {
        margin-right: 5px;
    }
    .lightbox__arrow--next {
        margin-left: 5px;
    }
}
[data-lightbox] {
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    padding: 50px 20px;
    z-index: 20;
    -webkit-animation: modal-fadeout var(--modal-animation-time) ease-in-out forwards;
    animation: modal-fadeout var(--modal-animation-time) ease-in-out forwards;
}
.modal.open {
    -webkit-animation: modal-fadein var(--modal-animation-time) ease-in-out forwards;
    animation: modal-fadein var(--modal-animation-time) ease-in-out forwards;
}
.modal__content {
    width: 100%;
    min-height: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modal__box {
    background: #fafafa;
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 500px;
    position: relative;
}
.modal__close {
    cursor: pointer;
}
.modal__close--fixed {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(./images/icons/close.svg) center no-repeat;
    width: 14px;
    height: 14px;
}
.modal__title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}
.modal__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

@-webkit-keyframes modal-fadeout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes modal-fadeout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes modal-fadein {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes modal-fadein {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.pagination ul a {
    display: block;
    padding: 10px 16px;
    border: 1px solid #DBE1E8;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
}
.pagination ul a:hover {
    background: #E0E9F2;
}
.pagination ul span {
    background: -webkit-gradient(linear, left top, left bottom, from(#3163E3), to(#2E3F7F));
    background: -o-linear-gradient(top, #3163E3 0%, #2E3F7F 100%);
    background: linear-gradient(180deg, #3163E3 0%, #2E3F7F 100%);
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 16px;
}

@media (max-width: 768px) {
    .pagination ul {
        gap: 6px;
    }
    .pagination ul a {
        padding: 6px 11px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 20px;
        height: 32px;
    }
    .pagination ul a svg {
        width: 16px;
        height: 16px;
    }
    .pagination ul span {
        padding: 6px 11px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 20px;
        height: 32px;
    }
}
.section-title {
    font-weight: 600;
    font-size: 42px;
    line-height: 42px;
    color: #282828;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 22px;
        line-height: 28px;
    }
}
.select {
    width: 100%;
    max-width: 289px;
    position: relative;
}
.select__button {
    padding: 10px 15px;
    font-size: 16px;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding-right: 40px;
    cursor: pointer;
    text-align: left;
}
.select__list {
    position: absolute;
    top: calc(100% + 4px);
    width: 100%;
    padding: 10px 0px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 289px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;
}
.select__list li {
    width: 100%;
    padding: 7px 15px;
    color: #333;
    cursor: pointer;
}
.select__list li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.standard-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #F4893B;
    border-radius: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.standard-button:hover {
    background: #F45A03;
}

@media (max-width: 768px) {
    .standard-button {
        font-size: 15px;
    }
}
.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #BCBEC0;
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 8px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: -webkit-gradient(linear, left top, left bottom, from(#3163E3), to(#2E3F7F));
    background: -o-linear-gradient(top, #3163E3 0%, #2E3F7F 100%);
    background: linear-gradient(180deg, #3163E3 0%, #2E3F7F 100%);
}

@media (max-width: 768px) {
    .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: 6px;
    }
}
.white-btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.white-btn:hover {
    background: #E0E9F2;
    color: #2E3F7F;
}

.bar-navigation {
    width: 100%;
}
.bar-navigation__message-error {
    border-radius: 16px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}

.bar-navigation__message-error .bf-29__slogan {
	font-size: 26px;
    line-height: 42px;
    color: #282828;
}
.bar-navigation__message-error .bf-29__text {
	font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #282828;
    display: block;
}

.bar-navigation__message-error #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 { 
    display: block;
    padding: 14px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #3163E3 0%, #2E3F7F 100%);
    border-radius: 12px;
    margin-top: 24px;
}
.bar-navigation__message-error #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
	background: #1D5DEB !important;
}
.bar-navigation__message-error #js-show-iframe-wrapper {
	padding: 20px;
}

.bar-navigation__message-error .bf-2__text {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #282828;
    display: block;
    max-width: 239px;
}
.bar-navigation__message-error .pos-banner-btn_2 { 
    display: block;
    padding: 14px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #3163E3 0%, #2E3F7F 100%);
    border-radius: 12px;
    margin-top: 24px;
}
@media(max-width: 768px) {
    .bar-navigation__message-error .bf-29__slogan {
		font-size: 20px;
    }
    .bar-navigation__message-error .bf-29__text {
        font-size: 14px;
        line-height: 19px;
    }
    .bar-navigation__message-error .bf-2__text {
        font-size: 16px;
        line-height: 22px;
        max-width: 185px;
    }
    .bar-navigation__message-error .pos-banner-btn_2 { 
        display: block;
        padding: 10px 16px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px;
        width: fit-content;
    }  
  .bar-navigation__message-error #js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 { 
        display: block;
        padding: 10px 16px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px;
        width: fit-content;
  }
}
.bar-navigation__message-error::before {
    position: absolute;
    content: "";
    width: 123px;
    height: 54px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/wen-associate-pro/images/img/bar-navigation/massage.svg");
    top: 0;
    right: 0;
	display: none;
}
.bar-navigation__message-error h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #282828;
    display: block;
    max-width: 239px;
}
.bar-navigation__message-error .bar-navigation__btn.blue-btn {
    margin-top: 24px;
}
.bar-navigation__list {
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 16px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 24px rgba(21, 65, 131, 0.12);
    box-shadow: 0px 4px 24px rgba(21, 65, 131, 0.12);
    border-radius: 16px;
    margin-top: 30px;
}
.bar-navigation__item a {
    padding-top: 12px;
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
}
.bar-navigation__item a img {
    width: 40px;
    height: 40px;
}
.bar-navigation__item:not(:last-child) {
    border-bottom: 1px solid #DBE1E8;
}

.block-bar {
    display: -ms-grid;
    display: grid;
    grid-template-columns: minmax(auto, 802px) 386px;
    gap: 30px;
}

@media (max-width: 968px) {
    .block-bar {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 56px;
    }
}
@media (max-width: 768px) {
    .bar-navigation__message-error::before {
        width: 85px;
        height: 37px;
    }
    .bar-navigation__message-error h3 {
        font-size: 16px;
        line-height: 22px;
        max-width: 185px;
    }
    .bar-navigation__message-error .bar-navigation__btn.blue-btn {
        margin-top: 16px;
    }
    .bar-navigation__list {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 24px;
    }
    .bar-navigation__item a {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
        line-height: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .bar-navigation__item a img {
        width: 32px;
        height: 32px;
    }
    .footer__logo div p a {
        font-size: 16px !important;
    }
}
.footer {
    padding-top: 32px;
    padding-bottom: 54px;
    background: #F1F6FB !important;
}
.footer__wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}
.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 350px;
}
.footer__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__logo a {
    min-width: 81px;

}
.footer__logo img {
    width: 81px;
    max-height: 100%;
}
.footer__logo div {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -ms-grid;
    display: grid;
    gap: 4px;
}
.footer__logo div p {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #3F4348;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.filling-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}
.header.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.header__logo div p a {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #3F4348;
    font-family: "Inter", sans-serif !important;
}
.footer__logo div p a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #3F4348;
    font-family: "Inter", sans-serif !important;
}
.footer__logo div span {
    font-weight: 500;
    font-size: 9px;
    line-height: 12px;
    color: #5993D9;
    font-family: "Inter", sans-serif !important;
}
.footer__list-info {
    margin-top: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer__info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #3F4348;
    max-width: 207px;
}
.footer__info-text img {
    width: 40px;
    height: 40px;
}
.footer__inline-info {
    margin-top: 24px;
    margin-bottom: 25px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #BDBBBE;
}
.footer__box-copiryte {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__copirait {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #3F4348;
    display: block;
}
.footer__dev {
    display: block;
}
.footer__box-navigation {
    padding-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 31px;
}
.footer__container p {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #282828;
    opacity: 0.36;
}
.footer__container a:hover {
    color: #2E3F7F !important;
}
.footer__container p a {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #282828;
    opacity: 0.36;
}
.footer__container ul {
    margin-top: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 18px;
}
.footer__container ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #3F4348;
}
.footer__box-for-navigation {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
}
.footer__info-mobile {
    display: none;
}


.header {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 24px rgba(21, 65, 131, 0.12);
    box-shadow: 0px 4px 24px rgba(21, 65, 131, 0.12);
    border-radius: 0px 0px 80px 80px;
    z-index: 4;
}
.header__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
}
.header__info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 329px;
}
.header__logo .custom-logo-link {
    margin: 0;
    min-width: 81px;
    max-width: 81px;
}
.header__logo img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.header__logo div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.header__logo div p {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #3F4348;
}
.header__logo div span {
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    color: #5993D9;
    font-family: "Inter", sans-serif !important;
}
.header__search {
    position: relative;
    width: 100%;
    max-width: 378px;
}
.header__search .searchform {
    width: 100%;
    max-width: 100%;

}
.header__search .search-field {
    width: 100%;
    display: block;
    padding: 12px 16px;
    background: #F1F6FB;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
    border: 1px solid #F1F6FB;
    height: auto;
}
.header__search .search-field:hover {
    border: 1px solid #DBE1E8;
}
.header__search .search-field:focus {
    border: 1px solid #2E3F7F;
}
.header__search .search-field::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.header__search .search-field::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.header__search .search-field:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.header__search .search-field::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.header__search .search-field::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.header__search .search-submit {
    position: absolute;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 12px;
    z-index: 1;
    background: transparent;
    padding: 0;
    transform: scale(-1, 1);
    font-size: 19px;
    color: #939598;
}
.header__adres {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #939598;
    display: block;
    width: 173px;
}
.header__tel {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    color: #3F4348;
    display: block;
    font-family: "Inter", sans-serif !important;
}
.header__impaired {
    display: block;
    padding: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3163E3), to(#2E3F7F));
    background: -o-linear-gradient(top, #3163E3 0%, #2E3F7F 100%);
    background: linear-gradient(180deg, #3163E3 0%, #2E3F7F 100%);
    border-radius: 12px;
    max-height: 48px;
    white-space: nowrap;
    background-position: 0 !important;
}
.header__impaired svg {
    pointer-events: none;
}
.header__impaired:hover {
    background: #2E3F7F;
}
.header__btn-menu {
    display: none;
}
.header__btn-menu img {
    pointer-events: none;
    display: block;
}
.header__nav {
    width: 100%;
    background: #305CD0;
    border-radius: 54px;
}
.header__nav > .menu-align-left {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}
.header__desctop-enter a {
    padding-left: 50px !important;
    display: block;
}
.header__desctop-enter a::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/themes/wen-associate-pro/images/img/header/user.svg');
    left: 22px;
    top: calc(50% - 12px);
}
.header__nav > .menu-align-left > li:nth-child(1) {
    border-radius: 54px 0px 0px 54px;
}
.header__nav > .menu-align-left > li:last-child {
    border-radius: 0px 54px 54px 0px;
}
.header__nav > .menu-align-left > li:not(:last-child) a {
    position: relative;
}
.header__nav > .menu-align-left > li:not(:last-child) a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.24);
}
.header__nav > .menu-align-left > li {
    width: fit-content;
    position: relative;
    max-width: 320px;
    display: flex;
    align-items: center;
}
.header__nav > .menu-align-left > li > a {
    height: 100%;
}
.header__nav > .menu-align-left > li:hover > a + ul {
    top: 100%;
    opacity: 1;
    pointer-events: all;
    z-index: 2;
}
.header__nav > .menu-align-left > li > a {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
}
.header__nav > .menu-align-left > li > a {
    display: flex;
    align-items: center;
}
.header__nav > .menu-align-left > li > a span,
.header__nav > .menu-align-left > li > a img {
    margin: 0;
    padding: 0;
}
.header__nav > .menu-align-left > li > a img {
    margin-right: 4px;
}

.header__nav > .menu-align-left > li:hover {
    background: #1C44AD;
}
.header__nav > .menu-align-left > li > a.active  {
    padding-right: 50px;
}
.header__nav > .menu-align-left > li > a.active::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/wp-content/themes/wen-associate-pro/images/img/header/arrow.svg");
    top: calc(50% - 8px);
    right: 22px;
}
.header__nav > .menu-align-left > li > a + ul {
    position: absolute;
    left: calc(50% - 205px);
    width: 410px;
    background: #fff;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    top: 95%;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    margin: 0 auto;

}
.header__nav > .menu-align-left > li > a + ul li {
    position: relative;
}
.header__nav > .menu-align-left > li > a + ul > li:nth-child(1) a {
    border-radius: 12px 12px 0 0;
}
.header__nav > .menu-align-left > li > a + ul > li:last-child a {
    border-radius: 0 0 12px 12px;
}
.header__nav > .menu-align-left > li > a + ul > li:hover > a {
    background-color: #F2F4F6;
}
.header__nav > .menu-align-left > li > a + ul > li:hover > a + ul  {
    pointer-events: all;
    opacity: 1;
}
.header__nav > .menu-align-left > li > a + ul > li > a + ul > li > a + ul {
    position: absolute;
    right: -100%;
    width: 250px;
    background: #fff;
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    top: 0;
    transition: all 0.3s;
    /*opacity: 0;*/
    margin: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}
.header__nav > .menu-align-left > li:last-child > a + ul > li > a + ul > li > a + ul {
    left: -100%;
}
.header__nav > .menu-align-left > li > a + ul > li > a + ul > li:hover > a + ul {
    pointer-events: all;
    opacity: 1;
}
.header__nav > .menu-align-left > li:last-child > a + ul > li > a + ul  {
    margin: 0;
    left: -100%;
}
.header__nav > .menu-align-left > li > a + ul > li > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #414042;
    padding: 5px 20px;
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header__nav > .menu-align-left > li > a + ul > li > a.active {
    padding-right: 30px;
}
.header__nav > .menu-align-left > li > a + ul a.active::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/wp-content/themes/wen-associate-pro/images/img/header/arrow-black.svg");
    top: calc(50% - 8px);
    right: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.header__nav > ul > li > a + ul > li > a + ul  {
    position: absolute;
    right: -250px;
    top: 0;
    width: 250px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header__nav > ul > li > a + ul > li > a + ul a {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #414042;
    padding: 5px 20px;
    display: block;
    width: 100%;
}
.header__nav > ul > li > a + ul > li > a + ul a:hover {
    background-color: #F2F4F6;
}
.header__nav-mobile {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 4;
    padding: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header__nav-mobile.active {
    right: 0;
}
.header__mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    max-width: 235px;
}
.header__mobile-logo {
    margin: 0;
    padding: 0;
}
.header__mobile-logo img {
    min-width: 42px;
    max-width: 42px;
    height: auto;
}
.header__mobile-logo div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2px;
    font-family: "Inter", sans-serif !important;
}
.header__mobile-logo div p {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #3F4348;
    font-family: "Inter", sans-serif !important;
}
.header__mobile-logo div p a {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #3F4348;
    font-family: "Inter", sans-serif !important;
}
.header__mobile-logo div span {
    font-weight: 500;
    font-size: 7px;
    line-height: 12px;
    color: #5993D9;
    font-family: "Inter", sans-serif !important;
}
.header__mobile-search {
    margin-top: 20px;
    position: relative;
}
.header__mobile-search input {
    display: block;
    padding: 8px 16px;
    background: #F1F6FB;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
    width: 100%;
}
.header__mobile-search input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.header__mobile-search input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.header__mobile-search input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.header__mobile-search input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.header__mobile-search input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.header__mobile-search .search-submit {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 10px;
    background: transparent;
}
.header__mobile-contact {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 16px;
}
.header__mobile-contact span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #939598;
}
.header__mobile-contact a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3F4348;
}
.header__mobile-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
}
.header__mobile-item {
    padding-right: 30px;
}
.header__mobile-item > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3F4348;
    display: block;
    position: relative;
}
.header__mobile-item > a.active::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/wp-content/themes/wen-associate-pro/images/img/header/arrow-black.svg");
    right: -30px;
    top: calc(50% - 8px);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    pointer-events: none;
}
.header__mobile-item.active .header__mobile-box {
    display: block;
    right: 0%;
}
.header__mobile-btn.blue-btn {
    margin-top: auto;
}
.header__mobile-btn.blue-btn span {
    pointer-events: none;
}
.header__mobile-btn.blue-btn:hover {
    background: #2E3F7F;
}
.header__mobile-btn.blue-btn span {
    position: relative;
    padding-left: 32px;
}
.header__mobile-btn.blue-btn span::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/wp-content/themes/wen-associate-pro/images/img/header/glass.png");
    left: 0;
    top: calc(50% - 12px);
}
.header__mobile-box {
    position: fixed;
    right: -100%;
    top: 72px;
    padding: 16px;
    background-color: #fff;
    height: calc(100vh - 72px);
    width: 100%;
    overflow: auto;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header__mobile-box button {
    padding-left: 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
    text-align: left;
    position: relative;
}
.header__mobile-box button::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/wp-content/themes/wen-associate-pro/images/img/header/arrow-black.svg");
    left: 0;
    top: calc(50% - 10px);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header__mobile-box button + ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
}
.header__mobile-box button + ul .header__mobile-item-sub {
    position: relative;
    padding-right: 30px;
}
.header__mobile-box button + ul .header__mobile-item-sub.active > a.active::before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.header__mobile-box button + ul .header__mobile-item-sub.active > ul {
    display: -ms-grid;
    display: grid;
}
.header__mobile-box button + ul .header__mobile-item-sub > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3F4348;
    display: block;
}
.header__mobile-box button + ul .header__mobile-item-sub > a.active::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/wp-content/themes/wen-associate-pro/images/img/header/arrow-black.svg");
    right: 0px;
    top: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header__mobile-box button + ul .header__mobile-item-sub > a + ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 15px;
    display: none;
}
.header__mobile-box button + ul .header__mobile-item-sub > a + ul li {
    padding-left: 30px;
}
.header__mobile-box button + ul .header__mobile-item-sub > a + ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #939598;
}
.header__mobile-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 27px;
    right: 16px;
}
.header__mobile-close svg {
    pointer-events: none;
}

@media(max-width: 1333px) {
    .header {
        border-radius: 0px 0px 40px 40px;
    }
}

@media (max-width: 1260px) {
    .header__info .wrap {
        gap: 10px;
    }

    .header__tel {
        font-size: 16px;
    }

    .header__adres {
        font-size: 14px;
    }

    .header__search {
        max-width: 300px;
    }

    .header__adres {
        width: 130px;
    }

    .header__nav > ul .header__page-item > a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .header__nav > ul .header__page-item > a.active {
        padding-right: 40px;
    }

    .header__logo div p {
        font-size: 18px;
    }
}
@media (max-width: 968px) {
    .header {
        border-radius: 0px 0px 30px 30px;
    }

    .header__search {
        display: none;
    }

    .header__adres {
        display: none;
    }

    .header__tel {
        display: none;
    }

    .header__impaired {
        display: none;
    }

    .header__nav {
        display: none;
    }

    .header__wrap {
        gap: 0px;
    }

    .header__btn-menu {
        display: block;
        width: 24px;
        height: 12px;
    }

    .header__logo {
        gap: 6px;
        width: 234px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__logo img {
        width: 42px;
        height: auto;
    }
    .header__logo div {
        gap: 2px;
    }
    .header__logo div p {
        font-size: 16px;
        line-height: 16px;
    }
    .header__logo div p a {
        font-size: 16px;
        line-height: 16px;
    }
    .header__logo div span {
        font-size: 7px;
        line-height: 12px;
    }
}

@media(max-width: 768px) {
    .footer {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .footer__wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .footer__logo {
        gap: 6px;
        max-width: 213px;
    }
    .footer__logo a {
        min-width: 42px;
    }
    .footer__logo img {
        width: 42px;
    }
    .footer__logo div {
        gap: 2px;
    }
    .footer__logo div p {
        font-size: 16px;
        line-height: 16px;
    }
    .footer__logo div span {
        font-size: 7px;
        line-height: 12px;
    }
    .footer__box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .footer__list-info {
        margin-top: 0px;
        gap: 12px;
        display: grid;
        gap: 1fr;
    }
    .footer__info-text {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        max-width: 182px;
    }
    .footer__info-text img {
        width: 36px;
        height: 36px;
    }
    .footer__inline-info {
        display: none;
    }
    .footer__inline-info.mobile {
        display: block;
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .footer__copirait {
        display: none;
    }
    .footer__copirait.mobile {
        display: block;
        font-size: 12px;
        line-height: 18px;
    }
    .footer__info-mobile {
        display: block;
    }
    .footer__dev {
        display: none;
    }
    .footer__dev.mobile {
        display: block;
        margin-top: 16px;
    }
    .footer__box-navigation {
        padding-top: 0px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .footer__container p {
        font-size: 16px;
        line-height: 22px;
    }
    .footer__container p a {
        font-size: 16px;
        line-height: 22px;
    }
    .footer__container ul {
        margin-top: 12px;
        gap: 8px;
    }
    .footer__container ul li a {
        font-size: 12px;
        line-height: 18px;
    }
    .header__logo .custom-logo-link {
        width: 100%;
        min-width: 42px;
        max-width: 43px;
    }
}
.latest-news {
    padding-top: 50px;
    padding-bottom: 50px;
}
.latest-news__wrap {
    margin-top: 44px;
}
.latest-news__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 14px;
    grid-row-gap: 48px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.latest-news__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.latest-news__pagination.pagination {
    margin: 0 auto;
    margin-top: 0px;
}
.latest-news__pagination.pagination .nav-links {
    display: flex;
    gap: 12px;
}
.latest-news__pagination.pagination .navigation.pagination {
    padding: 0;
    margin: 0;
}
.latest-news__pagination.pagination a,
.latest-news__pagination.pagination span {
    padding: 0;
    padding-top: 8px;
    display: block;
    width: 44px;
    height: 44px;
    border: 1px solid #DBE1E8 !important;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.latest-news__pagination.pagination a:hover { 
    background: #E0E9F2;
}
.latest-news__pagination.pagination .prev.page-numbers {
    font-size: 0px !important;
    position: relative;
}
.latest-news__pagination.pagination .next.page-numbers {
    font-size: 0px !important;
    position: relative;
}
.latest-news__pagination.pagination .prev.page-numbers::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/themes/wen-associate-pro/images/img/interfeis/arrow.svg');
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    transform: rotate(-180deg);
}
.latest-news__pagination.pagination .next.page-numbers::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/themes/wen-associate-pro/images/img/interfeis/arrow.svg');
    left: calc(50% - 12px);
    top: calc(50% - 12px);
}
.latest-news__pagination.pagination .page-numbers.current {
    background: linear-gradient(180deg, #3163E3 0%, #2E3F7F 100%);
    color: #fff;
}
.latest-news__container article{
    margin: 0;
    padding: 0;
    margin-top: 0px;
}
.latest-news__container .wpcf7-form-control-wrap {
    display: block;
}
.latest-news__container label {
	margin-bottom: 10px;
}
.latest-news__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.latest-news__container a:hover {
    color: #2E3F7F !important; 
}
.latest-news__container article .post-views span {
    font-size: 14px;
    line-height: 18px;
    color: #939598;
}
.latest-news__container article .meta-footer-layout.meta-footer-layout-default .cat-links {
    border: none !important;
    background: transparent !important;
}
.latest-news__container article .meta-footer-layout.meta-footer-layout-default .cat-links i {
    background: transparent;
    color: #3F4348;
    border: none;
}
.latest-news__container article .meta-footer-layout.meta-footer-layout-default .cat-links a {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #3F4348 !important;
}
.latest-news__container .navigation.posts-navigation {
    margin-top: 20px;
}
.latest-news__container .navigation.posts-navigation a {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #3F4348 ;
    background: none;
    border: none;
}
.latest-news__container .navigation.posts-navigation a:after {
    background: none;
    color: #3F4348 !important;
    border: none;
    top: 7px;
}
/*.latest-news__container h2 {*/
/*    font-weight: 600;*/
/*    font-size: 42px;*/
/*    line-height: 42px;*/
/*    color: #282828;*/
/*}*/
.latest-news__container .entry-content p,
.latest-news__container .entry-content div {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
    margin-top: 20px;
}
.latest-news__container .entry-meta span  a {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #939598 !important;
}
.latest-news__container .entry-content a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0066FF;
    border-bottom: 1px dashed #0066FF;
}
.latest-news__container .entry-content hr {
    margin-bottom: 10px;
    margin-top: 10px;
    background: #DBE1E8;
}
.latest-news__box .menu {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 24px rgba(21, 65, 131, 0.12);
	margin-top: 20px;
}
.latest-news__box .menu > li {
    position: relative;
    padding: 20px 24px;
}
.latest-news__box .menu > li:not(:last-child) {
    border-bottom: 1px solid #DBE1E8;
}
.latest-news__box .menu > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348; 
    display: flex;
    align-items: center;
    /* text-transform: lowercase; */
}
.latest-news__box  ul > li.active {
    padding-right: 48px;
    cursor: pointer;
}
.latest-news__box  ul > li.active:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('/wp-content/themes/wen-associate-pro/images/img/header/arrow-black.svg');
    right: 30px;
    top: 24px;
    pointer-events: none;
    transition: all 0.3s;
}
.latest-news__box .menu > li > a:hover {
    color: #2E3F7F;
}
.latest-news__box .menu > li > a span {
    padding: 0;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
}

/* .latest-news__box .menu > li > a span:first-letter {
    text-transform: uppercase;
} */
.latest-news__box .menu > li > a { 
    padding: 0;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
    display: flex;
}
/* .latest-news__box .menu > li > a:first-letter {
    text-transform: uppercase !important;
} */
@media(max-width: 768px) {
    .latest-news__box .menu > li > a span {
        font-size: 14px;
        line-height: 20px;
    }
    .latest-news__box .menu > li > a { 
        font-size: 14px;
        line-height: 20px;
    }
}
.latest-news__box .menu > li > a img {
    margin-right: 12px;
    padding: 0;
    width: 40px;
    height: 40px;
}
.latest-news__box .menu > li > .sub-menu {
    padding-left: 27px;
    margin-top: 10px;

    grid-template-columns: 1fr;
    gap: 4px;
    display: none;
}
.latest-news__box  .menu > li.active.toggle  .sub-menu {
    display: grid;
}
.latest-news__box  .menu > li.active.toggle:before {
    transform: rotate(-180deg);
}
.latest-news__box .menu > li > .sub-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #3F4348;
}
.latest-news__box .menu > li > .sub-menu li a:hover {
    color: #2E3F7F;
}
.latest-news__box .menu > li > .sub-menu li {
    border-bottom: 1px solid #DBE1E8;
}
.latest-news__box div.menu > ul {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 24px rgba(21, 65, 131, 0.12);
	margin-top: 20px;
}
.latest-news__box div.menu > ul > li {
    position: relative;
    padding: 20px 24px;
}
.latest-news__box div.menu > ul > li:not(:last-child) {
    border-bottom: 1px solid #DBE1E8;
}
.latest-news__box div.menu > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348; 
    display: flex;
    align-items: center;
    /* text-transform: lowercase; */
}

.latest-news__box div.menu > ul > li > a:hover {
    color: #2E3F7F;
}
.latest-news__box div.menu > ul > li > a span {
    padding: 0;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
}

/* .latest-news__box .menu > li > a span:first-letter {
    text-transform: uppercase;
} */
.latest-news__box div.menu > ul > li > a { 
    padding: 0;
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
    display: flex;
}
/* .latest-news__box .menu > li > a:first-letter {
    text-transform: uppercase !important;
} */
@media(max-width: 768px) {
    .latest-news__box div.menu > ul > li > a span {
        font-size: 14px;
        line-height: 20px;
    }
    .latest-news__box div.menu > ul > li > a { 
        font-size: 14px;
        line-height: 20px;
    }
}
.latest-news__box div.menu > ul > li > a img {
    margin-right: 12px;
    padding: 0;
    width: 40px;
    height: 40px;
}
.latest-news__box div.menu > ul > li > .sub-menu {
    padding-left: 27px;
    margin-top: 10px;

    grid-template-columns: 1fr;
    gap: 4px;
    display: none;
}
.latest-news__box  div.menu > ul > li.active.toggle  .sub-menu {
    display: grid;
}
.latest-news__box  div.menu > ul > li.active.toggle:before {
    transform: rotate(-180deg);
}
.latest-news__box div.menu > ul > li > .sub-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #3F4348;
}
.latest-news__box div.menu > ul > li > .sub-menu li a:hover {
    color: #2E3F7F;
}
.latest-news__box div.menu > ul > li > .sub-menu li {
    border-bottom: 1px solid #DBE1E8;
}
.latest-news__container .navigation a {
    border: none;
    background: transparent;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #3F4348 !important;
}
.latest-news__container .navigation a:after {
    background: transparent;
    color: #3F4348 !important;
    top: 20px;
    border: none;
}
.latest-news__container label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.latest-news__container label input {
    padding: 16px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
    border: 1px solid #DBE1E8;
    border-radius: 12px;
    margin-top: 10px;
}
.latest-news__container label input::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.latest-news__container input[type=submit] {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
    padding: 12px 24px;
    background: linear-gradient(180deg, #3163E3 0%, #2E3F7F 100%);
    border-radius: 12px ;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .latest-news__container {
        gap: 25px;
    }
    .latest-news {
        padding-top: 24px;
        padding-bottom: 18px;
    }
    .latest-news__wrap {
        margin-top: 16px;
    }
    .latest-news__list {
        grid-row-gap: 24px;
    }
    .latest-news__pagination.pagination {
        margin-top: 24px;
    }
    .latest-news__container img {
        width: 100%;
        height: auto;
    }
    .latest-news__container p,
    .latest-news__container div {
        margin-top: 15px;
    }
    .entry-header .entry-title, .entry-header .entry-title a {
        font-size: 20px;
        line-height: 28px;
    }

    .latest-news__box ul > li {
        position: relative;
        padding: 14px 23px;
    }
    .latest-news__box ul > li > a {
        font-size: 14px;
        line-height: 20px;
    }
    .latest-news__box  ul > li.active {
        padding-right: 35px;
    }
    .latest-news__box  ul > li.active:before {
        right: 20px;
        top: 22px;
    }
    .latest-news__box ul > li > a img {
        width: 32px;
        height: 32px;
    }
    .latest-news__box ul > li > .sub-menu {
        padding-left: 22px;
        margin-top: 3px;
    }
    .latest-news__box ul > li > .sub-menu li a {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #3F4348;
    }
    .latest-news__box ul > li > .sub-menu li a:hover {
        color: #2E3F7F;
    }
    .latest-news__box ul > li > .sub-menu li {
        border-bottom: 1px solid #DBE1E8;
    }

.latest-news__box div.menu > ul > li {
    position: relative;
    padding: 14px 23px;
}
.latest-news__box  div.menu > ul > li > a {
    font-size: 14px;
    line-height: 20px;
}
.latest-news__box  div.menu > ul > li.active {
    padding-right: 35px;
}
.latest-news__box  div.menu > ul > li.active:before {
    right: 20px;
    top: 22px;
}
.latest-news__box  div.menu > ul > li > a img {
    width: 32px;
    height: 32px;
}
.latest-news__box  div.menu > ul > li > .sub-menu {
    padding-left: 22px;
    margin-top: 3px;
}
.latest-news__box  div.menu > ul > li > .sub-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #3F4348;
}
.latest-news__box  div.menu > ul > li > .sub-menu li a:hover {
    color: #2E3F7F;
}
.latest-news__box  div.menu > ul > li > .sub-menu li {
    border-bottom: 1px solid #DBE1E8;
}

}
@media (max-width: 450px) {
    .latest-news__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
.new-card__box-img {
    height: 246px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.new-card__box-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.new-card__box-img img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media(max-width: 768px) {
    .new-card__box-img img {
        width: 100%;
        object-fit: cover;
    }  
}
.new-card__data {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #939598;
    display: block;
    margin-top: 16px;
}
.new-card__data a::before {
    display: none;
}
.new-card__data a time {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #939598;
    display: block;
}
.new-card__title a {
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
    display: block;
    margin-top: 8px;
}
.new-card__text {
    font-family: "Inter", sans-serif !important;
    display: block;
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.new-card__title + p {
    font-family: "Inter", sans-serif !important;
    display: block;
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
	display: block;
    word-break: unset;
}

@media (max-width: 768px) {
    .new-card__box-img {
        height: 184px;
        width: 100%;
    }
    .new-card__data {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
    }
    .new-card__data a time {
        font-size: 12px;
        line-height: 18px;
    }
    .new-card__title a {
        font-family: "Inter", sans-serif !important;
        font-size: 14px;
        line-height: 20px;
        margin-top: 4px;
    }
    .new-card__text {
        font-family: "Inter", sans-serif !important;
        margin-top: 4px;
        font-size: 14px;
        line-height: 20px;
    }
    .new-card__title + p {
        font-family: "Inter", sans-serif !important;
        margin-top: 4px;
        font-size: 14px;
        line-height: 20px;
    }
}
.partners {
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
}
.partners__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    height: 132px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px solid #D3DDE8;
    border-radius: 16px;
}
.partners__content .widget {
    padding: 0;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}
.partners__content .widget h3 {
    font-family: "Inter", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #3F4348 !important;
    display: block !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    order: 2;
}
.partners__content .widget img {
    min-width: 54px;
    height: auto;
}
.partners__content:hover {
    background: #F1F6FB;
}
.partners__content img {
    width: 60px;
    height: auto;

}
.partners__content p {
    order: 1;
}

@media (max-width: 768px) {
    .partners__content .widget img {
        min-width: 42px;
    }
    .partners {
        padding-top: 18px;
        padding-bottom: 56px;
    }
    .partners__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        height: 95px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .partners__content img {
        width: 43px;
    }
    .partners__content .widget h3 {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}
@media (max-width: 550px) {
    .partners__swiper {
        overflow: visible !important;
        -webkit-clip-path: polygon(0 100%, 0 0, 200% 0, 200% 100%);
        clip-path: polygon(0 100%, 0 0, 200% 0, 200% 100%);
    }
}
.preview {
    padding-top: 36px;
    padding-bottom: 50px;
}
.preview__content {
    padding: 78px 104px;
    background-color: silver;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.preview__content h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    max-width: 599px;
}
.preview__content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
    max-width: 614px;
}
.preview__swiper {
    overflow: hidden;
    border-radius: 16px;
}
.preview__swiper-wrapper {
    position: relative;
}
.preview__swiper-slide {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.preview__swiper-pagination.swiper-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 24px;
    position: relative;
}
.preview__swiper-button-prev.btn-slide {
    position: absolute;
    top: calc(50% - 18px);
    left: 24px;
    z-index: 1;
}
.preview__swiper-button-next.btn-slide {
    position: absolute;
    top: calc(50% - 18px);
    right: 24px;
    z-index: 1;
}

@media (max-width: 968px) {
    .preview__content {
        padding: 40px 60px;
    }
    .preview__swiper-button-prev.btn-slide {
        left: 16px;
    }
    .preview__swiper-button-next.btn-slide {
        right: 16px;
    }
}
@media (max-width: 768px) {
    .preview {
        padding-top: 39px;
        padding-bottom: 24px;
    }
    .preview__content {
        padding-top: 18px;
        padding-bottom: 11px;
        padding-left: 16px;
        padding-right: 2px;
        gap: 16px;
    }
    .preview__content h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .preview__content p {
        font-size: 14px;
        line-height: 20px;
    }
    .preview__content .preview__link.white-btn {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 0;
    }
    .preview__swiper-pagination.swiper-pagination {
        margin-top: 12px;
    }
    .preview__swiper-button-prev.btn-slide {
        display: none;
    }
    .preview__swiper-button-next.btn-slide {
        display: none;
    }
}
.shootouts {
    padding-top: 36px;
    padding-bottom: 50px;
}
.shootouts__wrap .ms-image{
    box-shadow: 0px 4px 24px rgba(21, 65, 131, 0.12);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.shootouts__wrap .metaslider.ms-theme-simply-dark.has-dots-nav {
    margin: 0 !important;
}
.shootouts__wrap .ms-image .caption-wrap {
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: auto !important;
    color: #FFFFFF !important;
    background: rgba(46, 63, 127, 0.86) !important;
    padding: 16px !important;
    margin: 0 !important;
}

.shootouts__wrap .metaslider .flexslider .flex-direction-nav li a {
    background: rgba(255,255,255, 1) !important;
    box-shadow: 0px 4px 24px rgba(21, 65, 131, 0.12) !important;
    border-radius: 100%;
    opacity: 1 !important;
    width: 36px !important;
    height: 36px !important;
    right: -18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.metaslider.ms-theme-simply-dark .flexslider ul.flex-direction-nav li a.flex-prev {
    left: -18px !important;
}
.metaslider .flexslider .flex-direction-nav li a svg {
    width: 20px !important;
    height: 20px !important;
    transform: scale(1) !important;
}
.metaslider .flexslider .flex-direction-nav li a:hover {
    transform: scale(1);
    width: 36px;
}
.shootouts__wrap .ms-image .caption-wrap .caption {
    font-family: "Inter", sans-serif !important; 
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 0 !important;
}
@media(max-width: 768px) {
    .shootouts__wrap .ms-image .caption-wrap .caption {
        font-size: 12px !important;
        line-height: 16px !important;
    }
}

.shootouts__wrap ol {
    display: none !important;
}
.shootouts__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.shootouts__card {
    border: 1px solid #E0E9F2;
    border-radius: 16px;
    padding: 16px;
    display: block;
    height: 100%;
    transition: all 0.3s;
}
.shootouts__card:hover {
    background: #F1F6FB;
}
.shootouts__icon {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #F1F6FB;
    border-radius: 12px;
    font-size: 38px;
    color: #2E3F7F;
}
.shootouts__icon img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.shootouts__header {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #2E3F7F;
    display: block;
    margin-top: 12px;
}
.shootouts__header a {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #2E3F7F;
    display: block;
}
.shootouts__card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
    display: block;
    margin-top: 16px;
}
.shootouts__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
    display: block;
    margin-top: 16px;
}

@media (max-width: 968px) {
    .shootouts__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}
@media (max-width: 768px) {
    .shootouts {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .shootouts__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .shootouts__card {
        border-radius: 12px;
        padding: 12px;
    }
    .shootouts__header {
        font-size: 18px;
        line-height: 24px;
    }
    .shootouts__subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px;
    }
}
.footer__box-navigation > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 31px;
}
.footer__box-navigation > ul > li > a {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #282828;
    opacity: 0.36;
}
.footer__box-navigation > ul > li > a + ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0;
    margin-top: 16px;
}
.footer__box-navigation > ul > li > a + ul a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #3F4348;
}
.footer__box-navigation > ul > li > a + ul a:hover {
    color: #2E3F7F;
}
@media(max-width: 768px) {
    .footer__box-navigation > ul {
        gap: 24px;
    }
    .footer__box-navigation > ul > li > a {
        font-size: 16px;
        line-height: 22px;
    }
    .footer__box-navigation > ul > li > a + ul {
        gap: 8px;
        margin-top: 12px;
    }
    .footer__box-navigation > ul > li > a + ul a {
        font-size: 12px;
        line-height: 18px;
    }
}

.paginations {
    width: fit-content;
    margin: 0 auto;
    margin-top: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.paginations .page-numbers {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #DBE1E8;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3F4348;
    position: relative;
}
.paginations .page-numbers.current { 
    background: linear-gradient(180deg, #3163E3 0%, #2E3F7F 100%);
    color: #fff;
}
.paginations .page-numbers.prev::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/themes/wen-associate-pro/images/img/interfeis/arrow.svg');
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    transform: rotate(-180deg);
}
.paginations .page-numbers.next::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/themes/wen-associate-pro/images/img/interfeis/arrow.svg');
    left: calc(50% - 12px);
    top: calc(50% - 12px);
}

.latest-news__container .wpcf7-form-control-wrap {
    display: block;
}

.latest-news__container .wpcf7-form-control-wrap label {
    margin-bottom: 20px;
    font-size: 20px;
}
.latest-news__container label span {
	margin-top: 10px;
}
.latest-news__container input[type='text'] {
    display: block;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
    border: 1px solid #DBE1E8;
    border-radius: 12px;
    border: 1px solid #DBE1E8;
}
.latest-news__container input[type='tel'] {
    display: block;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
    border: 1px solid #DBE1E8;
    border-radius: 12px;
    border: 1px solid #DBE1E8;
}
.latest-news__container input[type='email'] {
    display: block;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
    border: 1px solid #DBE1E8;
    border-radius: 12px;
    border: 1px solid #DBE1E8;
}

.latest-news__container input[type='text']::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.latest-news__container input[type='tel']::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.latest-news__container input[type='email']::placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
}
.latest-news__container select {
    display: block;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #939598;
    border: 1px solid #DBE1E8;
    border-radius: 12px;
    border: 1px solid #DBE1E8;
}
.latest-news__container select::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background-color: red;
    right: 0;
    top: 0;
}
.latest-news__container .wpcf7-list-item {
    padding: 0;
    margin: 0;
}
.latest-news__container input[type='checkbox'] {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid silver;
}
.latest-news__container input[type='checkbox']:checked {
    background-color: #305CD0;
	border: 1px solid rgba(0, 0, 0, 0);
}
.wpcf7-list-item {
    display: flex;
    align-items: center;
	gap: 5px;
}
.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.latest-news__container textarea {
    border: 1px solid #DBE1E8;
    border-radius: 12px;
    height: 140px;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #BCBEC0;
}
.navigation.post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.navigation.post-navigation .nav-links a {
    padding: 0;
    margin: 0;
    font-size: 14px !important;
}
.navigation.post-navigation .nav-links a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #305CD0 !important;
}
.navigation.post-navigation .nav-links .nav-next a {
    padding-right: 30px;
}
.navigation.post-navigation .nav-links .nav-previous a {
    padding-left: 30px;
}
.navigation.post-navigation .nav-links a::after { 
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
}

.new-card__title {
    word-break: unset;
}