@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}


body {
    color: #222;
    /* background-color: #fafafa; */
    background-color: #ffffff;
    /* background-color: #f3f6f8; */
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #666
}

a:hover {
    color: #08c
}

a:focus {
    outline: 0
}

ol,
ul {
    list-style: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

textarea {
    resize: none
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
img,
p {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
}

.both {
    clear: both;
}

.share-active {
    overflow: hidden;
    background-color: #f5f7fa;
}

.header {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, .15);
    z-index: 100;

}

.error {
    text-align: center;
    font-size: 16px;
    color: rgb(252, 5, 5);
}



.flex {
    display: flex;
}

.between {
    display: flex;
    justify-content: space-between;
}

.flex_center {
    display: flex;
    justify-content: center;
}

.around {
    justify-content: space-around;
}

.start {
    justify-content: flex-start;
}


.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}


.header .top {
    display: flex;
    justify-content: space-between;
    padding: 5px 40px;

}

.header .logo {
    padding-top: 10px;
}

.header .login {
    text-transform: uppercase;
    line-height: 36px;
}

.header .search_form {
    position: relative;
    width: 300px;
    padding: 0px;
    margin-top: 20px;
}

.header .search_form .input {
    width: 100%;
    height: 35px;
    line-height: 30px;
    border: 1px solid #666;
    border-radius: 0px;
    padding: 10px;
    box-sizing: border-box;

}

.header .search_form .btn {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 0;
    top: 5px;
    right: 10px;
    background-image: url('../images/search.png');
    background-color: transparent;
    background-size: 100%;
    cursor: pointer;
}


.primary-menu {
    padding: 5px 0;
    display: flex;
}

.primary-menu li {
    padding: 0 20px 0 0px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    float: left;
}

.primary-menu li a {
    text-transform: uppercase;
}

.input-warning {
    position: absolute;
    white-space: nowrap;
    background-color: #fff;
    padding: 2px 5px;
    z-index: 10;
}


.header .rss {
    padding: 10px 0;
    display: flex;

}

.header .rss a {
    padding: 0 0px 0 0px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
}

.header .share {
    display: none;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f0f0f0;

}

.header .share .text-light {
    color: #718ebf;
}


.main {
    margin-top: 145px;
    clear: both;
}

.news {
    padding: 30px 0;
}

.news .left {
    width: 350px;
    float: right;
}

.news .left h2 {
    font-size: 20px;
    line-height: 40px;
    border-bottom: 4px solid #11309c;
}



.swiper {
    width: 800px;
    height: 430px;
    float: left;
}

.swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-list {
    padding: 0px 0;
}

.card-list .item {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.card-list .item .title {
    flex: 1;
    font-size: 16px;
    line-height: 22px;
    margin-right: 10px;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.page-header {
    text-align: center;
    padding: 20px 0;
}

.page-header h1 {
    font-size: 36px !important;
    line-height: 40px;
}

.page-header p {
    font-size: 16px;
    line-height: 30px;
}









.footer {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    width: 100%;
    background-color: #f8f9fb;
    padding: 30px 0;
}

.footer .wrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.copyright {
    text-align: center;
    line-height: 26px;
    padding: 20px;
}

.copyright a {
    color: #000;
}

.foot_nav {
    padding: 10px 20px;
    font-size: 14px;
    min-height: 200px;
    width: 25%;
    box-sizing: border-box;
}

.foot_nav a {
    color: #000;
}

.foot_logo {
    margin-bottom: 10px;
}

.foot_nav .item {
    line-height: 30px;
}

.foot_nav .item a {
    display: flex;
    align-items: center;
}

.foot_nav .item a img {
    margin-right: 10px;
}

.foot_nav .item.text {
    line-height: 22px;
}

.foot_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 36px !important;
}



.loading-spinner {
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 254, 254, 0.8);
    border-radius: 50%;
    border-top-color: #09f;
    animation: spin 1s ease-in-out infinite;
    margin-right: 5px;
}

.wpcf7-form {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 30px 20px 20px 20px;
    margin: 30px auto;
}

.hidden-fields-container {
    display: none;
}

.wpcf7-form label {
    display: block;
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 18px;
    background: #fafbfc;
    transition: border-color 0.2s;
    box-sizing: border-box;
    outline: none;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form textarea:focus {
    border-color: #5B5CFF;
    background: #fff;
}

.wpcf7-form textarea {
    min-height: 100px;
    resize: vertical;
}

.wpcf7-form .wpcf7-submit {
    background: linear-gradient(90deg, #5B5CFF 0%, #6A82FB 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(91, 92, 255, 0.08);
    margin-top: 10px;
}

.wpcf7-form .wpcf7-submit:hover {
    background: linear-gradient(90deg, #6A82FB 0%, #5B5CFF 100%);
    box-shadow: 0 4px 16px rgba(91, 92, 255, 0.12);
}

.wpcf7-form .wpcf7-response-output {
    margin-top: 18px;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 14px;
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 13px;
    margin-top: -12px;
    margin-bottom: 10px;
    display: block;
}

.wpcf7-form .wpcf7-spinner {
    vertical-align: middle;
    margin-left: 10px;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
    margin-right: 6px;
    vertical-align: middle;
}

.wpcf7-form .wpcf7-list-item {
    margin-right: 18px;
    font-size: 15px;
    color: #444;
}

.wpcf7-form .wpcf7-list-item-label {
    cursor: pointer;
}

@media (max-width: 600px) {
    .wpcf7-form {
        padding: 18px 6px 12px 6px;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.modal {
    --mdb-modal-zindex: 1055;
    --mdb-modal-width: 500px;
    --mdb-modal-padding: 1rem;
    --mdb-modal-margin: 0.5rem;
    --mdb-modal-color: #4f4f4f;
    --mdb-modal-bg: #fff;
    --mdb-modal-border-color: rgba(0, 0, 0, 0.175);
    --mdb-modal-border-width: 1px;
    --mdb-modal-border-radius: 0.5rem;
    --mdb-modal-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, .15);
    --mdb-modal-inner-border-radius: calc(0.5rem - (1px));
    --mdb-modal-header-padding-x: 1rem;
    --mdb-modal-header-padding-y: 1rem;
    --mdb-modal-header-padding: 1rem 1rem;
    --mdb-modal-header-border-color: rgba(0, 0, 0, 0.175);
    --mdb-modal-header-border-width: 1px;
    --mdb-modal-title-line-height: 1.6;
    --mdb-modal-footer-gap: 0.5rem;
    --mdb-modal-footer-bg: #fff;
    --mdb-modal-footer-border-color: rgba(0, 0, 0, 0.175);
    --mdb-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--mdb-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}



.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--mdb-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--mdb-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--mdb-modal-color);
    pointer-events: auto;
    background-color: var(--mdb-modal-bg);
    background-clip: padding-box;
    border: var(--mdb-modal-border-width) solid var(--mdb-modal-border-color);
    border-radius: var(--mdb-modal-border-radius);
    box-shadow: var(--mdb-modal-box-shadow);
    outline: 0
}

.modal-backdrop {
    --mdb-backdrop-zindex: 1050;
    --mdb-backdrop-bg: #000;
    --mdb-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100vw;
    height: 100vh;
    background-color: #000000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--mdb-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--mdb-modal-header-padding);
    border-bottom: var(--mdb-modal-header-border-width) solid var(--mdb-modal-header-border-color);
    border-top-left-radius: var(--mdb-modal-inner-border-radius);
    border-top-right-radius: var(--mdb-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--mdb-modal-header-padding-y)*.5) calc(var(--mdb-modal-header-padding-x)*.5);
    margin: calc(-0.5*var(--mdb-modal-header-padding-y)) calc(-0.5*var(--mdb-modal-header-padding-x)) calc(-0.5*var(--mdb-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 400;
    font-size: 18px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--mdb-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--mdb-modal-padding) - var(--mdb-modal-footer-gap)*.5);
    background-color: var(--mdb-modal-footer-bg);
    border-top: var(--mdb-modal-footer-border-width) solid var(--mdb-modal-footer-border-color);
    border-bottom-right-radius: var(--mdb-modal-inner-border-radius);
    border-bottom-left-radius: var(--mdb-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--mdb-modal-footer-gap)*.5)
}

@media(min-width: 576px) {
    .modal {
        --mdb-modal-margin: 1.75rem;
        --mdb-modal-box-shadow: var(--mdb-box-shadow)
    }

    .modal-dialog {
        max-width: var(--mdb-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --mdb-modal-width: 300px
    }
}

@media(min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --mdb-modal-width: 800px
    }
}

@media(min-width: 1200px) {
    .modal-xl {
        --mdb-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media(max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.btn-outline-secondary {
    color: #343C6A !important;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.fade:not(.show) {
    opacity: 0;
}

.fade {
    transition: opacity .15s linear
}

.d-none {
    line-height: 36px;
    text-align: center;
    color: green;

}


.btn-close {
    --mdb-btn-close-color: #000;
    --mdb-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --mdb-btn-close-opacity: 0.5;
    --mdb-btn-close-hover-opacity: 0.75;
    --mdb-btn-close-focus-shadow: 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
    --mdb-btn-close-focus-opacity: 1;
    --mdb-btn-close-disabled-opacity: 0.25;
    --mdb-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--mdb-btn-close-color);
    background: rgba(0, 0, 0, 0) var(--mdb-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: 0.5
}

.modal .section {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.modal .btn.me-1 {
    padding: 6px 20px;
    height: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin: 0 3px;
    border-radius: 6px;
    border: 0;
}

.text-center {
    text-align: center !important;
}

@media screen and (max-width: 992px) {
    .header {
        width: 100%;
        overflow: hidden;

    }

    .header .top {
        padding: 10px 15px 5px 15px;
    }

    .header .logo {
        padding: 5px 0px !important;
    }

    .header .login {
        display: none;
    }

    .header .share {
        display: flex;
    }

    .footer {
        width: 100%;
        overflow: hidden;

        border: 0;
        margin-top: 0;
        padding: 0;
        border-top: 5px solid #e7e7e7;
    }

    .footer .wrapper {
        width: 100%;
        flex-wrap: wrap;
    }

    .foot_nav {
        width: 100%;
        min-height: auto;
        border-bottom: 5px solid #e7e7e7;
        display: flex;
        flex-wrap: wrap;
    }

    .foot_nav .item {
        width: 50%;
        line-height: 36px;
    }

    .foot_nav .item a {
        display: block;
    }

    .foot_nav .foot_title {
        line-height: 40px;
        display: block;
    }

    .foot_nav .foot_title,
    .foot_nav .foot_logo,
    .foot_nav .text {
        width: 100%;
    }
}