/*
  Theme Name: ynthemes
  Author: default
  Author URI: https://site.com
  Text Domain: batist
  Theme URI: https://site.com
  Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
  Requires at least: 6.1
  Tested up to: 6.2
  Requires PHP: 5.6
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

body.logged-in header {
    margin-top: 28px;
}
@media only screen and (max-width: 600px) {

    body.single,
    body.page-template-page-diy-new {
        background-size: cover;
    }
}
#password-protected-logo {
    display: none !important;
}
/*body.logged-in .header {*/
/*    margin-top: 30px;*/
/*}*/
article {
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
a {
    text-decoration: none;
    color: #000;
}
.logged-in .user-registration-page .header {
    padding-top: 24px;
}
a img {
    transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}
a:hover img {
    opacity: 0.8; /* Example effect: changes opacity */
    transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}

/*.date_hidden {*/
/*    display: none !important;*/
/*}*/
::placeholder {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #0C2E47;
}
::-webkit-scrollbar {
    width: 3px;
    padding: 5px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #5D5D5D;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #787878;
}
input[type="search"]::-webkit-search-decoration:hover,
input[type="search"]::-webkit-search-cancel-button:hover {
    cursor:pointer;
}
.no-item-found {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}
.select2-search.select2-search--dropdown {
    display: none !important;
}
@media only screen and (max-width: 600px) {
    .no-item-found {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 23px;
    }
}


/*.main {*/
/*    padding-top: 75px;*/
/*}*/
@media only screen and (max-width: 600px) {
    .main {
        padding-top: 0px;
    }
    body._lock {
        overflow: hidden;
    }
}

.container {
    max-width: 1230px;
    padding-right: 16px;
    padding-left: 16px;
    margin: 0 auto;
}
@media only screen and (max-width: 1680px) {
    .container {
        max-width: 1320px;
    }
}
@media only screen and (max-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}
@media only screen and (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1280px) {
    .container {
        max-width: 1140px;
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        max-width: 960px;
    }
}

/*modal*/
.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    top: 30px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    pointer-events: auto;
}
.modal.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.modal-bg {
    position: absolute;
    background: rgb(32 34 34 / 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 999;
}

.modal-container {
    position: relative;
    padding: 10px;
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 50px;
    background: #ffffff;
    z-index: 9999;
}
.modal-container:has(.cbg_left):has(.cbg_right)::before {
    position: absolute;
    content: '';
    top: 32px;
    bottom: 32px;
    left: 50%;
    border-left: 1px solid rgba(214, 234, 248, 1);
    transform: translateX(-50%);
}
.modal-close {
    position: absolute;
    right: 15px;
    top: 15px;
    outline: none;
    appearance: none;
    color: red;
    background: none;
    border: 0px;
    font-weight: bold;
    cursor: pointer;
}
.modal-container .cf_right span textarea {
    height: 80px;
}
.modal-container .footer__block-social {
    margin-bottom: 30px;
}
.modal_exit_btn {
    width: 20px;
    position: absolute;
    top: 15px;
    right: 25px;
}
.modal_title {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    color: #38ADA5;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.wpcf7-spinner {
    display: none;
}
.modal-container > .modal-exit {
    position: absolute;
    top: 0;
    right: 0;
}
.modal-container > .modal-exit svg {
    width: 40px;
    height: 40px;
}
form.wpcf7-form label {
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
    .modal-container:has(.cbg_left):has(.cbg_right)::before {
        display: none;
    }
}
/*modal end*/


/*hero*/
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    max-height: 900px;
}

.hero_block,
.hero_content,
.hero_slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero_slider .swiper-wrapper,
.hero_slider .swiper-slide {
    height: 100%;
}

.hero_slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero_slide_bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero_slide_mobile_image {
    display: none;
}

.hero_slide_overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
}

.hero_static_content {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.hero_static_content_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 140px 20px 60px;
    box-sizing: border-box;
}

.hero_content_item {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    pointer-events: none;
}

.hero_content_item.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hero_content_item .hero_slide_buttons,
.hero_content_item .hero_slide_button,
.hero_content_item a,
.hero_content_item button {
    pointer-events: auto;
}

.hero_slide_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero_content_item .hero_slide_button,
.about_info_button a,
.advantages_left_btn a,
.consuplation_button,
.hero .modal-container .wpcf7-form input[type="submit"],
.hero .modal-container input.wpcf7-form-control.wpcf7-submit,
.price .modal-container .wpcf7-form input[type="submit"],
.price .modal-container input.wpcf7-form-control.wpcf7-submit,
.cbg .wpcf7-form input[type="submit"],
.cbg input.wpcf7-form-control.wpcf7-submit {
    transition: all 0.3s ease;
}

.hero_content_item .hero_slide_button:hover,
.about_info_button a:hover,
.advantages_left_btn a:hover,
.consuplation_button:hover {
    background: #72ADE0;
    transition: all 0.3s ease;
    border: 1px solid #72ADE0;
    color: #FFFFFF;
    cursor: pointer;
}

.hero .modal-container .wpcf7-form input[type="submit"]:hover,
.hero .modal-container input.wpcf7-form-control.wpcf7-submit:hover,
.price .modal-container .wpcf7-form input[type="submit"]:hover,
.price .modal-container input.wpcf7-form-control.wpcf7-submit:hover,
.cbg .wpcf7-form input[type="submit"]:hover,
.cbg input.wpcf7-form-control.wpcf7-submit:hover {
    background: #72ADE0;
    transition: all 0.3s ease;
    color: #FFFFFF;
    cursor: pointer;
}
.hero_slider_pagination {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    bottom: 30px !important;
    z-index: 6;
}

.hero_slider_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
}

.hero_slider_pagination .swiper-pagination-bullet-active {
    background: #fff;
}
.hero_slide_label {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 115%;
    display: flex;
    align-items: center;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 10px;
}
.hero_content_item {
    max-width: 500px;
}
.hero_slide_title {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 56px;
    line-height: 115%;
    letter-spacing: -0.16px;
    color: #0C2E47;
}
.hero_slide_text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #0C2E47;
    margin-bottom: 44px;
    margin-top: 22px;
}

.hero_slide_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    height: 54px;
    min-height: 40px;
    background: #EEF6FC;
    border-radius: 96px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1A4F78;
    border: 1px solid var(--semantic-color-brand-secondary-text, rgba(26, 79, 120, 1));
    cursor: pointer;
}
.hero_slide_button:first-child {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    height: 54px;
    min-height: 40px;
    background: #1A4F78;
    border-radius: 96px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #EEF6FC;
    cursor: pointer;
}



.hero .modal-container {
    max-width: 1200px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    padding: 80px 48px 48px 48px;
}

.hero .modal-exit svg {
    width: 14px;
    height: 14px;
}
.hero .modal-exit {
    position: absolute;
    top: 24px;
    right: 50px;
}
.hero .modal-container {
    border-radius: 16px;
}
.price .modal-container {
    max-width: 1200px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    padding: 80px 48px 48px 48px;
    border-radius: 16px;
}
.price .modal-exit svg {
    width: 14px;
    height: 14px;
}
.price .modal-exit {
    position: absolute;
    top: 24px;
    right: 50px;
}
@media (max-width: 991px) {
    .hero {
        height: 100svh;
        height: 100dvh;
        min-height: 640px;
    }

    .hero_slide_bg {
        background: rgba(238, 246, 252, 1) !important;
        background-position: center top;
    }

    .hero_slide_mobile_image {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 3;
        display: block;
        height: 55%;
        overflow: hidden;
        pointer-events: none;
    }

    .hero_slide_mobile_image picture,
    .hero_slide_mobile_image img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .hero_slide_mobile_image img {
        object-fit: cover;
        object-position: center top;
    }

    .hero_static_content_inner {
        padding: 330px 16px 40px;
    }

    .hero_content_item {
        top: auto;
        bottom: 72px;
        left: 16px;
        right: 16px;
        transform: none;
    }

    .hero_slide_label {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 4px;
    }

    .hero_slide_title {
        font-size: 32px;
        line-height: 115%;
    }

    .hero_slide_text {
        margin-top: 12px;
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 150%;
    }

    .hero_slide_buttons {
        gap: 8px;
    }

    .hero_slide_button,
    .hero_slide_button:first-child {
        height: 40px;
        padding: 10px 18px;
        font-size: 13px;
        line-height: 150%;
    }

    .hero .modal {
        padding: 16px;
        align-items: center;
        overflow-y: auto;
    }

    .hero .modal-container {
        flex-direction: column;
        max-width: 334px;
        margin: auto;
        padding: 42px 16px 24px;
        border-radius: 8px;
    }

    .hero .modal-exit {
        top: 16px;
        right: 16px;
    }

    .hero .modal-container .cbg_left,
    .hero .modal-container .cbg_right {
        width: 100%;
        flex: initial;
    }

    .hero .modal-container .cbg_left {
        display: contents;
    }

    .hero .modal-container .cbg_right_shortcode {
        width: 100%;
    }

    .hero .modal-container .cblogo {
        order: 1;
        margin-bottom: 12px;
    }

    .hero .modal-container .cblogo img {
        max-width: 48px;
        height: auto;
    }

    .hero .modal-container .cbtitle {
        order: 2;
        max-width: 220px;
        margin: 0 auto 12px;
        font-size: 24px;
        line-height: 120%;
    }

    .hero .modal-container .cbtext {
        order: 3;
        max-width: 236px;
        margin: 0 auto 24px;
        font-size: 13px;
        line-height: 150%;
    }

    .hero .modal-container .cbg_right {
        order: 4;
    }

    .hero .modal-container .wpcf7-form input,
    .hero .modal-container .wpcf7-form textarea,
    .hero .modal-container .wpcf7-form select,
    .hero .modal-container .select2-container {
        max-width: none;
    }

    .hero .modal-container .wpcf7-form input {
        height: 42px;
        padding: 12px 16px;
        margin-bottom: 12px;
        font-size: 13px;
    }

    .hero .modal-container .wpcf7-form textarea {
        height: 92px;
        padding: 12px 16px;
        margin-bottom: 16px;
        font-size: 13px;
    }

    .hero .modal-container .wpcf7-form input[type="submit"],
    .hero .modal-container input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
        height: 40px;
        padding: 10px 20px;
        font-size: 13px;
        line-height: 150%;
    }

    .hero .modal-container .cb_or_line {
        order: 5;
        width: 100%;
        max-width: 236px;
        margin: 16px auto 12px;
    }

    .hero .modal-container .cb_or_line:before {
        top: 50%;
    }

    .hero .modal-container .cb_or_line span {
        padding: 4px 16px;
        font-size: 12px;
        line-height: 140%;
    }

    .hero .modal-container .cbg_social_phone {
        order: 6;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .hero .modal-container .cbg_social_items {
        gap: 8px;
    }

    .hero .modal-container .cbg_social_item a img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

    .hero .modal-container .cbg_phone a {
        height: 32px;
        padding: 0 12px;
        font-size: 12px;
        line-height: 140%;
    }

    .hero .modal-container .cbg_phone_link img {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }
    .hero .cblogo {
        display: none;
    }

    .price .modal {
        padding: 16px;
        align-items: center;
        overflow-y: auto;
    }

    .price .modal-container {
        flex-direction: column;
        max-width: 334px;
        margin: auto;
        padding: 42px 16px 24px;
        border-radius: 8px;
    }

    .price .modal-exit {
        top: 16px;
        right: 16px;
    }

    .price .modal-container .cbg_left,
    .price .modal-container .cbg_right {
        width: 100%;
        flex: initial;
    }

    .price .modal-container .cbg_left {
        display: contents;
    }

    .price .modal-container .cbg_right_shortcode {
        width: 100%;
    }

    .price .modal-container .cblogo {
        order: 1;
        margin-bottom: 12px;
    }

    .price .modal-container .cblogo img {
        max-width: 48px;
        height: auto;
    }

    .price .modal-container .cbtitle {
        order: 2;
        max-width: 220px;
        margin: 0 auto 12px;
        font-size: 24px;
        line-height: 120%;
    }

    .price .modal-container .cbtext {
        order: 3;
        max-width: 236px;
        margin: 0 auto 24px;
        font-size: 13px;
        line-height: 150%;
    }

    .price .modal-container .cbg_right {
        order: 4;
    }

    .price .modal-container .wpcf7-form input,
    .price .modal-container .wpcf7-form textarea,
    .price .modal-container .wpcf7-form select,
    .price .modal-container .select2-container {
        max-width: none;
    }

    .price .modal-container .wpcf7-form input {
        height: 42px;
        padding: 12px 16px;
        margin-bottom: 12px;
        font-size: 13px;
    }

    .price .modal-container .wpcf7-form textarea {
        height: 92px;
        padding: 12px 16px;
        margin-bottom: 16px;
        font-size: 13px;
    }

    .price .modal-container .wpcf7-form input[type="submit"],
    .price .modal-container input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
        height: 40px;
        padding: 10px 20px;
        font-size: 13px;
        line-height: 150%;
    }

    .price .modal-container .cb_or_line {
        order: 5;
        width: 100%;
        max-width: 236px;
        margin: 16px auto 12px;
    }

    .price .modal-container .cb_or_line:before {
        top: 50%;
    }

    .price .modal-container .cb_or_line span {
        padding: 4px 16px;
        font-size: 12px;
        line-height: 140%;
    }

    .price .modal-container .cbg_social_phone {
        order: 6;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .price .modal-container .cbg_social_items {
        gap: 8px;
    }

    .price .modal-container .cbg_social_item a img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

    .price .modal-container .cbg_phone a {
        height: 32px;
        padding: 0 12px;
        font-size: 12px;
        line-height: 140%;
    }

    .price .modal-container .cbg_phone_link img {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    .price .cblogo {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero {
        min-height: 680px;
        max-height: 820px;
    }

    .hero_static_content_inner {
        max-width: 960px;
        padding: 120px 32px 56px;
    }

    .hero_content_item {
        left: 32px;
        right: 32px;
        max-width: 440px;
    }

    .hero_slide_label {
        font-size: 26px;
        line-height: 120%;
    }

    .hero_slide_title {
        font-size: 48px;
        line-height: 115%;
    }

    .hero_slide_text {
        max-width: 420px;
        margin-top: 18px;
        margin-bottom: 32px;
        font-size: 15px;
        line-height: 150%;
    }

    .hero_slide_button,
    .hero_slide_button:first-child {
        height: 48px;
        padding: 10px 22px;
        font-size: 15px;
        line-height: 150%;
    }

    .hero_slider_pagination {
        bottom: 24px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero {
        min-height: 760px;
    }

    .hero_slide_mobile_image {
        height: 52%;
    }

    .hero_slide_mobile_image img {
        object-position: center top;
    }

    .hero_static_content_inner {
        max-width: 760px;
        padding: 390px 32px 56px;
    }

    .hero_content_item {
        bottom: 88px;
        left: 32px;
        right: 32px;
        max-width: 560px;
    }

    .hero_slide_label {
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 6px;
    }

    .hero_slide_title {
        font-size: 44px;
        line-height: 115%;
    }

    .hero_slide_text {
        max-width: 520px;
        margin-top: 16px;
        margin-bottom: 32px;
        font-size: 15px;
        line-height: 150%;
    }

    .hero_slide_buttons {
        gap: 10px;
    }

    .hero_slide_button,
    .hero_slide_button:first-child {
        height: 46px;
        padding: 10px 22px;
        font-size: 14px;
        line-height: 150%;
    }

    .hero_slider_pagination {
        bottom: 32px !important;
    }

    .hero .modal-container {
        max-width: 640px;
        padding: 48px 32px 32px;
    }

    .hero .modal-container .cbtitle {
        max-width: 360px;
        font-size: 28px;
    }

    .hero .modal-container .cbtext,
    .hero .modal-container .cb_or_line {
        max-width: 420px;
    }
}




/*cbg_content*/
.cbg {
    padding: 128px 16px;
    background: rgba(238, 246, 252, 1);
}
.cbg_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(12, 46, 71, 0.05);
    border-radius: 16px;
    padding: 48px;
    position: relative;
}
.cbg_content:before {
    position: absolute;
    content: '';
    top: 48px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1px;
    height: calc(100% - 96px);
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: rgba(214, 234, 248, 1);
}
.cbg_left {
    flex:  0 0 calc(50% - 48px);
}
.cbg_right {
    flex:  0 0 calc(50% - 48px);
}
.cblogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.cbtitle {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    text-align: center;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 16px;
}
.cbtext {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #0C2E47;
    margin-bottom: 48px;
}
.cbg_social_phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.cbg_social_items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.cbg_social_item a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cbg_phone {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cbg_phone a {
    border: 1px solid rgba(172, 207, 239, 1);
    padding: 0px 12px;
    height: 38px;
    border: 1px solid #ACCFEF;
    border-radius: 37.5px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.cbg_phone_link img {
    margin-right: 8px;
}
.cb_or_line {
    position: relative;
    text-align: center;
    margin-bottom: 48px;
}
.cb_or_line:before {
    position: absolute;
    content: '';
    top: 12px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1px;
    background-color: rgba(214, 234, 248, 1);
}
.cb_or_line span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #72ADE0;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 5px 20px;
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
}
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;

}
.wpcf7-form select,
.js-select2 {
    width: 100%;
    max-width: 500px;
}
.wpcf7-form input {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 23px;
    gap: 10px;
    height: 54px;
    background: #EEF6FC;
    border-radius: 8px;
    border: none;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #0C2E47;
}
.wpcf7-form textarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 23px;
    gap: 10px;
    height: 154px;
    background: #EEF6FC;
    border-radius: 8px;
    border: none;
    margin-bottom: 16px;
}
input.wpcf7-form-control.wpcf7-submit {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    border-radius: 32px;
    background: rgba(58, 125, 180, 1);
}
.wpcf7-form .select2-container--default.select2-container--focus .select2-selection--single {
    height: 54px !important;
    background: #eff6fd !important;
    box-shadow: none !important;
}
.wpcf7-form .select2-container .select2-selection--single {
    height: 54px !important;
}
.wpcf7-form .select2-container {
    margin-bottom: 16px;
}
.wpcf7-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 26px;
    line-height: 54px;
    font-family: 'Manrope';
    font-size: 16px;
}
@media only screen and (max-width: 991px) {
    .cbg_content {
        flex-direction: column;
        gap: 32px;
    }

    .cbg_content:before {
        display: none;
    }

    .cbg_left,
    .cbg_right {
        flex: initial;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .cbg {
        padding: 64px 16px;
    }

    .cbg_block {
        padding-right: 0;
        padding-left: 0;
    }

    .cbg_content {
        padding: 24px 16px;
        gap: 24px;
        border-radius: 8px;
        box-shadow: none;
    }

    .cblogo {
        margin-bottom: 12px;
    }

    .cblogo img {
        max-width: 56px;
        height: auto;
    }

    .cbtitle {
        max-width: 210px;
        margin-right: auto;
        margin-bottom: 12px;
        margin-left: auto;
        font-size: 24px;
        line-height: 120%;
    }

    .cbtext {
        max-width: 240px;
        margin-right: auto;
        margin-bottom: 24px;
        margin-left: auto;
        font-size: 13px;
        line-height: 150%;
    }

    .cb_or_line {
        max-width: 240px;
        margin-right: auto;
        margin-bottom: 16px;
        margin-left: auto;
    }

    .cb_or_line:before {
        top: 50%;
    }

    .cb_or_line span {
        padding: 4px 16px;
        font-size: 12px;
        line-height: 140%;
    }

    .cbg_social_phone {
        flex-direction: column;
        gap: 12px;
    }

    .cbg_social_items {
        gap: 8px;
    }

    .cbg_social_item a img {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

    .cbg_phone a {
        height: 32px;
        padding: 0 12px;
        font-size: 12px;
        line-height: 140%;
    }

    .cbg_phone_link img {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }

    .cbg .wpcf7-form input,
    .cbg .wpcf7-form textarea,
    .cbg .wpcf7-form select,
    .cbg .select2-container {
        max-width: none;
    }

    .cbg .wpcf7-form input {
        height: 42px;
        padding: 12px 16px;
        margin-bottom: 12px;
        font-size: 13px;
    }

    .cbg .wpcf7-form textarea {
        height: 92px;
        padding: 12px 16px;
        margin-bottom: 16px;
        font-size: 13px;
    }

    .cbg .wpcf7-form input[type="submit"],
    .cbg input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
        height: 40px;
        padding: 10px 20px;
        font-size: 13px;
        line-height: 150%;
    }
}

/* select2 */
:root {
    --select2-bg: #EEF6FC;
    --select2-text: #0C2E47;
    --select2-placeholder: #6B86A0;
    --select2-accent: #3A7DB4;
    --select2-hover: #E3F0FA;
}

select {
    width: 100%;
    min-height: 38px;
    padding: 10px 38px 10px 16px;
    border: 0;
    border-radius: 8px;
    background-color: var(--select2-bg);
    background-image: linear-gradient(45deg, transparent 50%, var(--select2-accent) 50%), linear-gradient(135deg, var(--select2-accent) 50%, transparent 50%);
    background-position: calc(100% - 19px) calc(50% - 1px), calc(100% - 14px) calc(50% - 1px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--select2-text);
    box-shadow: none;
    outline: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

select:hover,
select:focus {
    background-color: var(--select2-hover);
    box-shadow: 0 0 0 1px rgba(58, 125, 180, 0.18);
}

select::-ms-expand {
    display: none;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 38px;
    border: 0;
    border-radius: 8px;
    background: var(--select2-bg);
    box-shadow: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
    padding-right: 38px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 38px;
    color: var(--select2-text);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--select2-placeholder);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 12px;
    height: 12px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 6px;
    height: 6px;
    margin: 0;
    border: 0;
    border-right: 1.5px solid var(--select2-accent);
    border-bottom: 1.5px solid var(--select2-accent);
    position: absolute;
    top: 1px;
    left: 2px;
    transform: rotate(45deg);
    transform-origin: center;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg);
    top: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container .select2-selection--single:hover {
    background: var(--select2-hover);
    box-shadow: 0 0 0 1px rgba(58, 125, 180, 0.18);
}

.select2-dropdown {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(12, 46, 71, 0.12);
}

.select2-container--default .select2-search--dropdown {
    padding: 8px;
    background: #FFFFFF;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 38px;
    padding: 8px 14px;
    border: 1px solid rgba(58, 125, 180, 0.2);
    border-radius: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: var(--select2-text);
}

.select2-container--default .select2-results__option {
    padding: 10px 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: var(--select2-text);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: var(--select2-bg);
    color: var(--select2-text);
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
    background: #F7FBFF;
}

@media only screen and (max-width: 600px) {
    select {
        min-height: 42px;
    }

    .select2-container .select2-selection--single {
        height: 42px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
    }
}
/*cbg_content end*/



/*about*/
.about {
    padding: 128px 16px;
}
.about_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
}
.about_image,
.about_info {
    flex: 1 1 0;
}
.about_info_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 32px;
    background: #EEF6FC;
    border-radius: 8px;
}
.about_image_doctor img {
    display: block;
    width: 100%;
    max-width: 495px;
    border-radius: 8px;
}
.about_info_name {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    display: flex;
    align-items: center;
    letter-spacing: -0.16px;
    color: #0C2E47;
}
.about_info_description {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #0C2E47;
}
.about_info_button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    width: 140px;
    height: 46px;
    background: #1A4F78;
    border-radius: 96px;
    color: #FFFFFF;
}
.about_info_items {
    padding-inline-start: 45px;
    padding: 32px;
}
.about_info_item {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0C2E47;
    margin-bottom: 32px;
    position: relative;
}
.about_info_item:before {
    position: absolute;
    content: '';
    bottom: -16px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(214, 234, 248, 1);
    width: 100%;
    height: 1px;
}
.about_info_item:last-child:before {
    display: none;
}
@media only screen and (max-width: 991px) {
    .about {
        padding: 80px 16px;
    }

    .about_content {
        flex-direction: column;
        gap: 24px;
        max-width: 560px;
        margin: 0 auto;
    }

    .about_image,
    .about_info {
        width: 100%;
    }

    .about_image_doctor img {
        max-width: none;
    }
}
@media only screen and (max-width: 600px) {
    .about {
        padding: 64px 16px;
    }

    .about_content {
        gap: 16px;
    }

    .about_info_block {
        padding: 24px;
        gap: 16px;
    }

    .about_info_name {
        font-size: 24px;
        line-height: 120%;
    }

    .about_info_description {
        font-size: 14px;
        line-height: 150%;
    }

    .about_info_button,
    .about_info_button a {
        width: 100%;
    }

    .about_info_button a {
        height: 40px;
        padding: 10px 20px;
        font-size: 14px;
    }

    .about_info_items {
        padding: 24px 16px 0 24px;
    }

    .about_info_item {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 24px;
    }

    .about_info_item:before {
        bottom: -12px;
    }
}
/*about_end*/


/*advantages*/
.advantages {
    padding: 96px 16px;
    background: rgba(238, 246, 252, 1);
}
.advantages_content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 32px;
}
.advantages_left {
    padding: 48px;
    background-color: #FFFFFF;
    border-radius: 16px;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.advantages_right {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;

}
.advantages_left_title h2 {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    display: flex;
    align-items: center;
    letter-spacing: -0.16px;
    color: rgba(12, 46, 71, 1);
    margin-bottom: 24px ;
}
.advantages_left_description {
    font-family: 'Manrope';
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: rgba(12, 46, 71, 1);
    margin-bottom: 32px;
}
.advantages_left_description p {
    margin-bottom: 12px;
}
.advantages_left_btn a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    width: fit-content;
    height: 54px;
    min-height: 40px;
    border: 1px solid rgba(26, 79, 120, 1);
    border-radius: 96px;
}
.advantages_right_list {

}
.advantages_right_top {
    padding: 36px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 16px;
}
.advantages_right_item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 48px;
    position: relative;
}
.advantages_right_item:after {
    position: absolute;
    content: '';
    bottom: -24px;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border: 1px dashed rgba(214, 234, 248, 1);
}
.advantages_right_item:last-child:after {
    display: none;
}
.advantages_right_item:last-child {
    margin-bottom: 0px;
}
.advantages_right_squares {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.advantages_right_square {
    flex: 0 0 calc(50% - 16px);
    background: linear-gradient(180deg, #1A4F78 0%, #3A7DB4 100%);
    border-radius: 16px;
    padding: 38px;
}
.advantages_right_number {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #F9F9F7;
    margin-bottom: 15px;
}
.advantages_right_title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #F9F9F7;
    margin-bottom: 8px;
}
.advantages_right_text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #F9F9F7;
}
@media only screen and (max-width: 991px) {
    .advantages_content {
        flex-direction: column;
        gap: 16px;
    }

    .advantages_left,
    .advantages_right {
        flex: initial;
        width: 100%;
    }

    .advantages_right_squares {
        flex-direction: column;
    }

    .advantages_right_square {
        flex: initial;
    }
}
@media only screen and (max-width: 600px) {
    .advantages {
        padding: 64px 16px;
    }

    .advantages_block {
        padding-right: 0;
        padding-left: 0;
    }

    .advantages_content {
        gap: 16px;
    }

    .advantages_left {
        padding: 24px 16px;
        border-radius: 8px;
    }

    .advantages_left_title {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 16px;
    }

    .advantages_left_description {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 24px;
    }

    .advantages_left_description p {
        margin-bottom: 12px;
    }

    .advantages_left_btn a {
        width: 100%;
        height: 40px;
        padding: 10px 20px;
        font-size: 13px;
    }

    .advantages_right_top {
        padding: 16px;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .advantages_right_item {
        gap: 12px;
        margin-bottom: 24px;
    }

    .advantages_right_item:after {
        bottom: -12px;
    }

    .advantages_right_item img {
        width: 24px;
        height: 24px;
        object-fit: contain;
        flex: 0 0 24px;
    }

    .advantages_right_item span {
        font-size: 13px;
        line-height: 150%;
        color: #0C2E47;
    }

    .advantages_right_squares {
        gap: 16px;
    }

    .advantages_right_square {
        padding: 24px 16px;
        border-radius: 8px;
    }

    .advantages_right_number {
        font-size: 36px;
        line-height: 100%;
        margin-bottom: 12px;
    }

    .advantages_right_title {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 8px;
    }

    .advantages_right_text {
        font-size: 12px;
        line-height: 150%;
    }
}
/*advantages end*/


/*services*/
.services {
    padding: 96px 16px;
}
.services_top {
    display: flex;

    gap: 24px;
}

.services_top_title h2 {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    display: flex;
    align-items: center;
    letter-spacing: -0.16px;
    color: #0C2E47;
    flex: 0 0 340px;
}
.services_top_text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #0C2E47;
    max-width: 600px;
    width: 100%;
}


.services_list_items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 72px;
}

.services_list_col {
    display: flex;
    flex-direction: column;
}

.services_list_item {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 12px;
    padding-top: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.services_list_item svg {
    flex: 0 0 24px;
}

.services_list_item span {
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0C2E47;
}

.services_list_col .services_list_item:last-child {
    border-bottom: none;
}

.services_slider_nav {
    display: none;
}

@media only screen and (max-width: 767px) {
    .services {
        padding: 64px 16px;
    }

    .services_content {
        padding: 24px 16px;
        border: 1px solid #D6EAF8;
        border-radius: 8px;
        overflow: hidden;
    }

    .services_top {
        flex-direction: column;
        gap: 12px;
    }

    .services_top_title {
        flex: initial;
        font-size: 24px;
        line-height: 120%;
    }

    .services_top_text {
        max-width: none;
        font-size: 14px;
        line-height: 150%;
    }

    .services_list {
        margin-top: 24px;
        overflow: visible;
    }

    .services_list_items {
        display: flex;
        grid-template-columns: none;
        gap: 0;
        margin-top: 0;
    }

    .services_list_col {
        height: auto;
    }

    .services_list_item {
        min-height: 44px;
        padding: 10px 0;
        gap: 10px;
    }

    .services_list_item svg {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }

    .services_list_item span {
        font-size: 13px;
        line-height: 150%;
    }

    .services_slider_nav {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 20px;
    }

    .services_slider_prev,
    .services_slider_next {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #EEF6FC;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 18px 18px;
        cursor: pointer;
    }

    .services_slider_prev {
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.875 13.5L6.375 9L10.875 4.5L11.6719 5.29688L7.96875 9L11.6719 12.7031L10.875 13.5Z' fill='%233A7DB4'/%3E%3C/svg%3E");
    }

    .services_slider_next {
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.125 13.5L11.625 9L7.125 4.5L6.32812 5.29688L10.0312 9L6.32812 12.7031L7.125 13.5Z' fill='%233A7DB4'/%3E%3C/svg%3E");
    }

    .services_slider_prev.swiper-button-disabled,
    .services_slider_next.swiper-button-disabled {
        opacity: 0.45;
        cursor: default;
    }
}
/*services end*/


/*consultation*/
.consultation {
    padding: 80px 0;
    background: #edf5fc;
    overflow: hidden;
}

.consultation_block {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.consultation_title h2 {
    max-width: 260px;
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    color: #0C2E47;
    margin-bottom: -375px;
    position: relative;
    z-index: 5;
}

.consultation_slider_full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: calc((100vw - 1200px) / 2 + 260px + 48px);
    overflow: hidden;
    margin-top: 250px;
}

.consultation_steps_wrap {
    min-width: 0;
    overflow: hidden;
}

.consultation_steps {
    width: 100%;
    overflow: visible;
    padding: 0 0 52px;
}

.consultation_steps_wrapper,
.consultation_steps .swiper-wrapper {
    align-items: stretch;
}

.consultation_step {
    height: auto;
    min-height: 340px;
    padding: 42px 38px 34px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(34, 76, 115, 0.12);
    box-shadow: 0 10px 24px rgba(29, 61, 94, 0.08);
    color: #1f3850;
    transition: background 0.3s ease, color 0.3s ease;
}

.consultation_step.swiper-slide-active {
    background: linear-gradient(180deg, #173f65 0%, #356995 100%);
    color: #ffffff;
}

.consultation_step_num {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 34px;
    font-family: serif;
    color: #3d79b6;
}

.consultation_step.swiper-slide-active .consultation_step_num {
    color: #ffffff;
}

.consultation_step_title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 22px;
}

.consultation_step_text {
    font-size: 14px;
    line-height: 1.55;
}

.consultation_steps_nav {
    position: absolute;
    left: 86px;
    bottom: 0;
    display: flex;
    gap: 12px;
    z-index: 5;
}

.consultation_steps_prev,
.consultation_steps_next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
}

.consultation_steps_prev::before,
.consultation_steps_next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #3d79b6;
    border-right: 2px solid #3d79b6;
}

.consultation_steps_prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.consultation_steps_next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

@media (max-width: 1248px) {
    .consultation_slider_full {
        padding-left: calc(24px + 260px + 48px);
    }
}

@media (max-width: 991px) {
    .consultation_block {
        margin-bottom: 32px;
    }

    .consultation_title h2 {
        max-width: 380px;
        margin-bottom: 0;
        font-size: 32px;
        line-height: 115%;
    }

    .consultation_slider_full {
        padding-left: 24px;
        margin-top: 0;
    }

    .consultation_steps_nav {
        left: 0;
    }
}

@media (max-width: 767px) {
    .consultation {
        padding: 56px 0;
    }

    .consultation_block {
        padding: 0 16px;
        margin-bottom: 20px;
    }

    .consultation_title h2 {
        max-width: 260px;
        font-family: 'Noto Serif';
        font-size: 24px;
        line-height: 120%;
    }

    .consultation_slider_full {
        padding-left: 16px;
        margin-top: 0;
    }

    .consultation_steps {
        padding-bottom: 48px;
    }

    .consultation_step {
        min-height: 242px;
        padding: 24px 20px;
        border-radius: 8px;
    }

    .consultation_step_num {
        font-size: 40px;
        margin-bottom: 24px;
        font-family: 'Noto Serif';
    }

    .consultation_step_title {
        font-size: 15px;
        line-height: 140%;
        margin-bottom: 12px;
    }

    .consultation_step_text {
        font-size: 12px;
        line-height: 150%;
    }

    .consultation_steps_nav {
        left: 50%;
        transform: translateX(-50%);
        gap: 12px;
    }

    .consultation_steps_prev,
    .consultation_steps_next {
        width: 32px;
        height: 32px;
    }

    .consultation_steps_prev::before,
    .consultation_steps_next::before {
        width: 7px;
        height: 7px;
    }
}

/*consultation end*/



/*faq*/

.faq {
    padding: 96px 0;
}

.faq_items {
    margin: 50px auto 0;
    border-radius: 8px;
    overflow: hidden;
    max-width: 800px;
}

.faq_title h2 {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    display: flex;
    align-items: center;
    letter-spacing: -0.16px;
    color: #0C2E47;
    max-width: 800px;
    margin: 0 auto;
}

.faq_item {
    padding: 24px 32px;
    background: #EEF6FC;
    margin-bottom: 8px;
    border-radius: 8px;
}

.faq_item_title {
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #0C2E47;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.faq_item_question {
    flex: 1;
}

.faq_arrow {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq_arrow::before,
.faq_arrow::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #0C2E47;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* горизонтальна лінія */
.faq_arrow::before {
    transform: rotate(0deg);
}

/* вертикальна лінія — формує плюс */
.faq_arrow::after {
    transform: rotate(90deg);
}

/* коли акордеон відкритий — вертикальна лінія зникає, залишається мінус */
.faq_item.active .faq_arrow::after {
    opacity: 0;
    transform: rotate(90deg) scaleX(0);
}

.faq_item_text {
    display: none;
    padding: 16px 0;
    animation: fadeIn 0.3s ease;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0C2E47;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*faq end*/


/*price*/
.price {
    padding: 128px 16px;
    background: rgba(238, 246, 252, 1);
}
.price_title h2 {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    display: flex;
    align-items: center;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 24px;
}
.price_items {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.price_tabs {
    display: none;
}
.price_item {
    flex: 0 0 calc(50% - 24px);
    padding: 48px;
    background: #FFFFFF;
    border-radius: 16px;
}
.price_item_title {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    display: flex;
    align-items: center;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 8px;
}
.price_item_price {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    letter-spacing: -0.16px;
    color: #3A7DB4;
}
.consultation_time {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 24px;
    gap: 16px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 24px 0 32px 0;
    border: 1px solid rgba(214, 234, 248, 1);
    transition: background 0.3s ease, border-color 0.3s ease, width 0.3s ease;
}
.consultation_time:hover {
    background: #EEF6FC;
}
.price_item_time {
    width: 100%;
}
.price_item_consultation_time {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0C2E47;
}
.price_item_consultation_time_value {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #3A7DB4;
}
.consuplation_button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    width: 143px;
    height: 44px;
    min-height: 40px;
    border: 1px solid #ACCFEF;
    border-radius: 96px;
    flex: none;
    order: 2;
    flex-grow: 0;
    background: transparent;
    transition: all 0.3s ease;
}
.consuplation_button:hover {
    cursor: pointer;
}
.price_list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-inline-start: 0px;
    list-style-type: none;
}

.price_list .price_list_item {
    flex: 0 0 calc(50% - 16px);
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 16px;
}

.price_list .price_list_item:nth-child(-n+2) {
    border-top: 1px dashed #ccc;
    padding-top: 16px;
}
.price_list_item .pli_logo {
    width: 25px;
}
.price_list_item span {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #0C2E47;
}
@media only screen and (max-width: 992px) {
    .price_items {
        flex-direction: column;
    }
}
@media only screen and (max-width: 600px) {
    .price {
        padding: 64px 16px;
    }

    .price_block {
        padding-right: 0;
        padding-left: 0;
    }

    .price_title {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 16px;
    }

    .price_tabs {
        display: flex;
        gap: 8px;
        margin-bottom: 16px;
        padding: 4px;
        border-radius: 96px;
        background: #FFFFFF;
    }

    .price_tab {
        width: 100%;
        min-height: 40px;
        padding: 8px 14px;
        border: 0;
        border-radius: 96px;
        background: transparent;
        font-family: 'Manrope', sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        color: #3A7DB4;
        cursor: pointer;
    }

    .price_tab.active {
        background: #1A4F78;
        color: #FFFFFF;
    }

    .price_items {
        display: block;
    }

    .price_item {
        display: none;
        padding: 24px 16px;
        border-radius: 8px;
    }

    .price_item.active {
        display: block;
    }

    .price_item_title {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 4px;
    }

    .price_item_price {
        font-size: 14px;
        line-height: 150%;
    }

    .consultation_time {
        align-items: flex-start;
        padding: 12px;
        gap: 10px;
        margin: 16px 0 24px;
        background: #EEF6FC;
        border-color: transparent;
    }

    .consultation_time_logo {
        flex: 0 0 20px;
    }

    .price_item_time {
        min-width: 0;
    }

    .price_item_consultation_time,
    .price_item_consultation_time_value {
        font-size: 12px;
        line-height: 150%;
    }

    .consultation_time > .price_item_price {
        flex: 0 0 100%;
        width: 100%;
    }

    .consultation_time {
        flex-wrap: wrap;
    }

    .consuplation_button {
        width: 100%;
        height: 40px;
        padding: 10px 20px;
        background: #1A4F78;
        border-color: #1A4F78;
        color: #FFFFFF;
        font-size: 13px;
    }

    .consuplation_button:hover {
        width: 100%;
    }

    .price_list {
        display: block;
        gap: 0;
    }

    .price_list .price_list_item {
        flex: 0 0 100%;
        align-items: flex-start;
        gap: 8px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .price_list .price_list_item:nth-child(-n+2) {
        border-top: none;
        padding-top: 0;
    }

    .price_list .price_list_item:first-child {
        border-top: 1px dashed #ccc;
        padding-top: 12px;
    }

    .price_list_item .pli_logo {
        width: 20px;
        flex: 0 0 20px;
    }

    .price_list_item .pli_logo svg {
        width: 20px;
        height: 20px;
    }

    .price_list_item span {
        font-size: 13px;
        line-height: 150%;
    }
}
/*price end*/

/*reviews*/
/* reviews */
.reviews {
    padding: 96px 0;
    overflow: hidden;
    background: linear-gradient(180deg, #EEF6FC 0%, rgba(238, 246, 252, 0) 100%);
}
.reviews_title h2 {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 48px;
}

.review_swiper {
    position: relative;
    width: calc(100vw - max(16px, calc((100vw - 1350px) / 2)));
    overflow: visible;
    padding-bottom: 72px;
}

.reviews_list {
    padding-inline-start: 0;
    margin: 0;
    list-style: none;
}

.reviews_slider_nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transform: translateX(-50%);
    z-index: 5;
}

.review_swiper .swiper-button-prev,
.review_swiper .swiper-button-next {
    position: static;
    width: 44px;
    height: 44px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px 44px;
}

.review_swiper .swiper-button-prev::after,
.review_swiper .swiper-button-next::after {
    display: none;
}

.review_swiper .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='44' rx='22' fill='%23EEF6FC'/%3E%3Cmask id='mask0_134_6474' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='12' y='12' width='20' height='20'%3E%3Crect x='12' y='12' width='20' height='20' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_134_6474)'%3E%3Cpath d='M25.3333 30.3334L17 22L25.3333 13.6667L26.8125 15.1459L19.9583 22L26.8125 28.8542L25.3333 30.3334Z' fill='%233A7DB4'/%3E%3C/g%3E%3C/svg%3E");
}

.review_swiper .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='44' rx='22' fill='%23EEF6FC'/%3E%3Cmask id='mask0_134_6480' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='12' y='12' width='20' height='20'%3E%3Crect width='20' height='20' transform='matrix(-1 0 0 1 32 12)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_134_6480)'%3E%3Cpath d='M18.6667 30.3334L27 22L18.6667 13.6667L17.1875 15.1459L24.0417 22L17.1875 28.8542L18.6667 30.3334Z' fill='%233A7DB4'/%3E%3C/g%3E%3C/svg%3E");
}

.reviews_item {
    height: auto;
    box-sizing: border-box;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 8px;
}
.reviews_item_logo {
    margin-bottom: 16px;
}
.reviews_item_title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #0C2E47;
    margin-bottom: 16px;
}

.reviews_item_text {
    display: block;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0C2E47;
}

@media only screen and (max-width: 600px) {
    .reviews {
        padding: 56px 0;
    }

    .reviews_title {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 16px;
    }

    .review_swiper {
        width: calc(100vw - 16px);
        padding-bottom: 48px;
    }

    .reviews_item {
        min-height: 144px;
        padding: 16px;
        border: 1px solid #D6EAF8;
    }

    .reviews_item_logo {
        margin-bottom: 12px;
    }

    .reviews_item_logo svg {
        width: 12px;
        height: 12px;
    }

    .reviews_item_text {
        font-size: 12px;
        line-height: 150%;
    }

    .reviews_slider_nav {
        gap: 12px;
    }

    .review_swiper .swiper-button-prev,
    .review_swiper .swiper-button-next {
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
    }
}
/* reviews end */
/*reviews_end*/
.latest_news_pagination {
    margin-top: 48px;
}

.latest_news_pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.latest_news_pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #ACCFEF;
    border-radius: 96px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #1A4F78;
    background: #FFFFFF;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.latest_news_pagination .page-numbers:hover,
.latest_news_pagination .page-numbers.current {
    background: #1A4F78;
    border-color: #1A4F78;
    color: #FFFFFF;
}

.latest_news_pagination .prev,
.latest_news_pagination .next {
    padding: 0 18px;
}
/* education */
.education {
    padding: 96px 0;
    background: #FFFFFF;
}

.education_content {
    width: 100%;
}

.education_title h2 {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 40px;
}

.education_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 24px;
    position: relative;
}

.education_item {
    position: relative;
    padding-top: 34px;
}

.education_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3A7DB4;
    z-index: 2;
}

.education_item::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 15px;
    width: calc(100% + 9px);
    height: 1px;
    border-top: 1px dashed #D6EAF8;
    z-index: 1;
}

.education_item:last-child::after {
    display: none;
}

.education_item_year {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 14px;
}

.education_item_text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0C2E47;
}

@media only screen and (max-width: 767px) {
    .education {
        padding: 56px 0;
    }

    .education_title {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .education_list {
        display: flex;
        flex-direction: column;
        row-gap: 28px;
        padding-left: 28px;
    }

    .education_list::before {
        content: '';
        position: absolute;
        top: 5px;
        left: 3px;
        width: 1px;
        height: calc(100% - 10px);
        border-left: 1px dashed #D6EAF8;
    }

    .education_item {
        padding-top: 0;
        position: relative;
    }

    .education_item::before {
        top: 8px;
        left: -28px;
        width: 7px;
        height: 7px;
    }

    .education_item::after {
        display: none;
    }

    .education_item_year {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .education_item_text {
        font-size: 14px;
        line-height: 150%;
    }
}
/* education end */
/* clinical experience */
.clinical_experience {
    padding: 96px 0;
    background: #FFFFFF;
}

.clinical_experience_content {
    width: 100%;
}

.clinical_experience_title h2 {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 32px;
}

.clinical_experience_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.clinical_experience_item {
    min-height: 176px;
    padding: 24px;
    background: #EEF6FC;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.clinical_experience_item_title {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 24px;
}

.clinical_experience_item_text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0C2E47;
    margin-top: auto;
}

@media only screen and (max-width: 991px) {
    .clinical_experience_items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .clinical_experience {
        padding: 56px 0;
    }

    .clinical_experience_title {
        font-size: 28px;
        line-height: 115%;
        margin-bottom: 24px;
    }

    .clinical_experience_items {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .clinical_experience_item {
        min-height: 128px;
        padding: 24px;
        border-radius: 8px;
    }

    .clinical_experience_item_title {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 16px;
    }

    .clinical_experience_item_text {
        font-size: 14px;
        line-height: 150%;
        margin-top: 0;
    }
}
/* clinical experience end */

/* treatment methods */
.treatment_methods {
    padding: 96px 16px;
    background: #FFFFFF;
}

.treatment_methods_content {
    width: 100%;
}

.treatment_methods_title {
    margin-bottom: 24px;
}

.treatment_methods_title,
.treatment_methods_title h1,
.treatment_methods_title h2,
.treatment_methods_title h3 {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    letter-spacing: 0;
    color: #0C2E47;
}

.treatment_methods_title h1,
.treatment_methods_title h2,
.treatment_methods_title h3,
.treatment_methods_title p {
    margin: 0;
}

.treatment_methods_items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.treatment_methods_item {
    min-height: 176px;
    padding: 24px;
    border: 1px solid #D6EAF8;
    border-radius: 8px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.treatment_methods_item svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-bottom: 24px;
}

.treatment_methods_item_title {
    margin-bottom: 16px;
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    color: #0C2E47;
}

.treatment_methods_item_text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0C2E47;
}

.treatment_methods_item_text p {
    margin: 0;
}

.treatment_methods_text_bottom {
    max-width: 760px;
    margin: 32px auto 0;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #3A7DB4;
}

.treatment_methods_text_bottom p {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .treatment_methods_items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 600px) {
    .treatment_methods {
        padding: 56px 16px;
    }

    .treatment_methods_title {
        margin-bottom: 16px;
    }

    .treatment_methods_title,
    .treatment_methods_title h1,
    .treatment_methods_title h2,
    .treatment_methods_title h3 {
        font-size: 24px;
        line-height: 120%;
    }

    .treatment_methods_items {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .treatment_methods_item {
        min-height: 0;
        padding: 16px;
    }

    .treatment_methods_item svg {
        flex-basis: 18px;
        width: 18px;
        height: 18px;
        margin-bottom: 16px;
    }

    .treatment_methods_item_title {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 120%;
    }

    .treatment_methods_item_text {
        font-size: 12px;
        line-height: 150%;
    }

    .treatment_methods_text_bottom {
        margin-top: 24px;
        font-size: 11px;
        line-height: 150%;
        text-align: center;
    }
}
/* treatment methods end */
/* certificates */
.certificates {
    padding: 96px 0;
    background: #FFFFFF;
    overflow: hidden;
}

/*.certificates_block {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*    padding: 0 16px;*/
/*}*/

.certificates_content {
    width: 100%;
}

.certificates_top {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 120px;
    align-items: flex-start;
    margin-bottom: 48px;
}

.certificates_title h2 {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    letter-spacing: -0.16px;
    color: #0C2E47;
}

.certificates_text {
    max-width: 680px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0C2E47;
}

.certificates_text p {
    margin-bottom: 12px;
}

.certificates_text p:last-child {
    margin-bottom: 0;
}

.certificates_gallery {
    position: relative;
    width: calc(100vw - max(16px, calc((100vw - 1350px) / 2)));
    overflow: hidden;
    padding-bottom: 64px;
}

.certificates_gallery .gallery_items {
    padding-inline-start: 0;
    margin: 0;
}

.certificates_gallery .gallery_item {
    display: block;
    height: 250px;
    border-radius: 4px;
    overflow: hidden;
    background: #EEF6FC;
    cursor: pointer;
}

.certificates_gallery .gallery_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.certificates_gallery .gallery_item:hover img {
    transform: scale(1.03);
    opacity: 0.9;
}

.certificates_slider_nav {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: translateX(-50%);
    z-index: 5;
}

.certificates_slider_prev,
.certificates_slider_next {
    width: 44px;
    height: 44px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px 44px;
}

.certificates_slider_prev {
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='44' rx='22' fill='%23EEF6FC'/%3E%3Cpath d='M25.3333 30.3334L17 22L25.3333 13.6667L26.8125 15.1459L19.9583 22L26.8125 28.8542L25.3333 30.3334Z' fill='%233A7DB4'/%3E%3C/svg%3E");
}

.certificates_slider_next {
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='44' rx='22' fill='%23EEF6FC'/%3E%3Cpath d='M18.6667 30.3334L27 22L18.6667 13.6667L17.1875 15.1459L24.0417 22L17.1875 28.8542L18.6667 30.3334Z' fill='%233A7DB4'/%3E%3C/svg%3E");
}

.certificates_slider_prev.swiper-button-disabled,
.certificates_slider_next.swiper-button-disabled {
    opacity: 0.45;
    cursor: default;
}

/* grid mode */
.certificates_gallery.grid {
    width: 100%;
    overflow: visible;
    padding-bottom: 0;
}

.certificates_gallery.grid .gallery_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    transform: none !important;
}

.certificates_gallery.grid .gallery_item {
    width: 100% !important;
    height: 220px;
}

.certificates_gallery.grid .certificates_slider_nav {
    display: none;
}

/* lightgallery styles */
.lg-backdrop {
    background-color: rgba(12, 46, 71, 0.92);
}

.lg-toolbar,
.lg-outer .lg-thumb-outer {
    background-color: rgba(12, 46, 71, 0.85);
}

.lg-next,
.lg-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #EEF6FC;
    color: #3A7DB4;
}

.lg-next:hover,
.lg-prev:hover {
    color: #1A4F78;
}

.lg-toolbar .lg-icon {
    color: #FFFFFF;
}

.lg-toolbar .lg-icon:hover {
    color: #ACCFEF;
}

.lg-sub-html {
    font-family: 'Manrope';
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
}
.lg-toolbar .lg-icon {
    line-height: 60px;
    padding: 30px 0;
}
@media only screen and (max-width: 991px) {
    .certificates_top {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .certificates_gallery .gallery_item {
        height: 180px;
    }

    .certificates_gallery.grid .gallery_items {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .certificates {
        padding: 56px 0;
    }

    .certificates_top {
        gap: 20px;
        margin-bottom: 32px;
    }

    .certificates_title {
        font-size: 28px;
        line-height: 115%;
    }

    .certificates_text {
        font-size: 14px;
        line-height: 150%;
    }

    .certificates_gallery {
        width: calc(100vw - 16px);
        padding-bottom: 60px;
    }

    .certificates_gallery .gallery_item {
        height: 170px;
    }

    .certificates_gallery.grid {
        width: 100%;
        padding-bottom: 0;
    }

    .certificates_gallery.grid .gallery_items {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .certificates_gallery.grid .gallery_item {
        height: 140px;
    }
}
/* certificates end */

/*blog index*/
.blog_top {
    padding: 72px 16px;
    background: rgba(238, 246, 252, 1);

}
.blog_top_single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
}
.blog_top_single_img {
    flex: 0 0 calc(50% - 28px);
}
.blog_top_single_meta {
    flex: 0 0 calc(50% - 28px);
}
.blog_top_single_title {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 12px;
}
.blog_top_single_excerpt {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(26, 79, 120, 1);
}
.blog_top_single_link a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    gap: 10px;
    margin: 0 auto;
    width: 215px;
    height: 48px;
    border: 1px solid #ACCFEF;
    border-radius: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0C2E47;
}
.blog .blog_top_single_categories {
    gap: 10px;
    padding: 16px 0 29px 0;
}
.blog .blog_top_single_categories a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    background: #daedfb;
    border-radius: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3A7DB4;
    width: fit-content;
}
.blog .latest_news_list {
    padding: 72px 16px;
}
.blog .latest_news_top_title {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 32px;
}
.blog .post-categories a {
    align-items: center;
    padding: 2px 10px;
    background: #daedfb;
    border-radius: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3A7DB4;
}


.latest_news_pagination {
    margin-top: 48px;
}

.latest_news_pagination .navigation {
    margin: 0;
}

.latest_news_pagination .nav-links,
.latest_news_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.latest_news_pagination .page-numbers,
.latest_news_pagination > .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    border: none;
    border-radius: 4px;
    background: transparent;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #0C2E47;
    transition: background 0.3s ease, color 0.3s ease;
}

.latest_news_pagination .page-numbers:hover,
.latest_news_pagination > .page-numbers:hover {
    background: #EEF6FC;
    color: #3A7DB4;
}

.latest_news_pagination .page-numbers.current,
.latest_news_pagination > .page-numbers.current {
    background: #EEF6FC;
    color: #3A7DB4;
}

.latest_news_pagination .page-numbers.dots,
.latest_news_pagination > .page-numbers.dots {
    background: transparent;
    color: #0C2E47;
    pointer-events: none;
}

.latest_news_pagination .prev,
.latest_news_pagination .next {
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    background: transparent;
    color: #0C2E47;
}

.latest_news_pagination .prev:hover,
.latest_news_pagination .next:hover {
    background: #EEF6FC;
    color: #3A7DB4;
}

@media only screen and (max-width: 600px) {
    .latest_news_pagination {
        margin-top: 40px;
        gap: 2px;
    }

    .latest_news_pagination .page-numbers,
    .latest_news_pagination > .page-numbers {
        min-width: 22px;
        height: 22px;
        font-size: 12px;
    }
}
/*blog index end*/

/* blog page */
.blog_page,
.blog {
    background: #FFFFFF;
}

.blog_hero {
    padding: 48px 0 64px;
    background: #EEF6FC;
}

.blog_hero_block {
    display: grid;
    grid-template-columns: minmax(320px, 520px) 1fr;
    gap: 48px;
    align-items: center;
}

.blog_hero_image {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    background: #D6EAF8;
}

.blog_hero_image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blog_hero_content {
    max-width: 520px;
}

.blog_hero_title {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 115%;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 16px;
}

.blog_hero_excerpt {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0C2E47;
    margin-bottom: 24px;
}

.blog_hero_meta,
.blog_hero_categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.blog_hero_meta span,
.blog_hero_categories a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    min-height: 28px;
    border-radius: 96px;
    background: #FFFFFF;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #3A7DB4;
}

.blog_hero_link a,
.blog_top_single_link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #3A7DB4;
    transition: color 0.3s ease;
}

.blog_hero_link a:hover,
.blog_top_single_link a:hover {
    color: #1A4F78;
}

.latest_news_section {
    padding: 80px 0 96px;
}

.latest_news_title {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 115%;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 32px;
}

.latest_news_list {
    margin-top: 0;
}

.latest_news_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 24px;
}

.latest_news {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.latest_news_card {
    display: block;
}

.latest_news_card_img {
    width: 100%;
    height: 210px;
    border-radius: 8px;
    overflow: hidden;
    background: #EEF6FC;
    margin-bottom: 16px;
}

.latest_news_card_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.latest_news_card:hover .latest_news_card_img img {
    transform: scale(1.03);
    opacity: 0.9;
}

.latest_news_card_content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.title_post {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.16px;
    color: #0C2E47;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.latest_news_card:hover .title_post {
    color: #3A7DB4;
}

.post-excerpt {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0C2E47;
    margin-bottom: 16px;
}

.post-excerpt p {
    margin-bottom: 0;
}

.blog_top_single_link {
    margin-top: auto;
}


.blog_top_single_link a:hover::after {
    transform: translateX(3px);
}

.latest_news_pagination {
    margin-top: 48px;
    margin-bottom: 96px;
}

.latest_news_pagination .navigation {
    margin: 0;
}

.latest_news_pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.latest_news_pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0 8px;
    border-radius: 50%;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #0C2E47;
    background: transparent;
    transition: background 0.3s ease, color 0.3s ease;
}

.latest_news_pagination .page-numbers:hover,
.latest_news_pagination .page-numbers.current {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    border-radius: 8px;
}

.latest_news_pagination .prev,
.latest_news_pagination .next {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    border-radius: 8px;
    background: #EEF6FC;
    color: #3A7DB4;
}

@media only screen and (max-width: 991px) {
    .blog_hero_block {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .blog_hero_content {
        max-width: 100%;
    }

    .latest_news_items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 600px) {
    .blog_hero {
        padding: 24px 0 40px;
    }

    .blog_hero_block {
        gap: 24px;
    }

    .blog_hero_image {
        height: 210px;
    }

    .blog_hero_title {
        font-size: 28px;
        line-height: 115%;
        margin-bottom: 12px;
    }

    .blog_hero_excerpt {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 16px;
    }

    .latest_news_section {
        padding: 56px 0;
    }

    .latest_news_title {
        font-size: 28px;
        line-height: 115%;
        margin-bottom: 24px;
    }

    .latest_news_items {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .latest_news_card_img {
        height: 220px;
        margin-bottom: 14px;
    }

    .title_post {
        font-size: 20px;
        line-height: 120%;
    }

    .post-excerpt {
        font-size: 14px;
        line-height: 150%;
    }

    .latest_news_pagination {
        margin-top: 40px;
    }
}
/* blog page end */

@media only screen and (max-width: 600px) {
    .blog .blog_top {
        padding: 24px 0 40px;
    }

    .blog .blog_top_news_block,
    .blog .latest_news_list {
        padding-right: 16px;
        padding-left: 16px;
    }

    .blog .blog_top_single {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .blog .blog_top_single_img,
    .blog .blog_top_single_meta {
        flex: initial;
        width: 100%;
    }

    .blog .blog_top_single_img {
        height: 210px;
        border-radius: 8px;
        overflow: hidden;
        background: #D6EAF8;
    }

    .blog .blog_top_single_img a,
    .blog .blog_top_single_img img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .blog .blog_top_single_img img {
        object-fit: cover;
    }

    .blog .blog_top_single_title {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 120%;
    }

    .blog .blog_top_single_title a {
        color: inherit;
    }

    .blog .blog_top_single_excerpt {
        font-size: 13px;
        line-height: 150%;
    }

    .blog .blog_top_single_excerpt p {
        margin-bottom: 0;
    }

    .blog .blog_top_single_categories {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 12px 0 20px;
    }

    .blog .blog_top_single_categories a,
    .blog .post-categories a {
        font-size: 12px;
        line-height: 140%;
    }

    .blog .blog_top_single_link a {
        width: fit-content;
        height: 40px;
        margin: 0;
        padding: 10px 18px;
        gap: 8px;
        border-radius: 96px;
        font-size: 13px;
        line-height: 150%;
        background: #FFFFFF;
    }

    .blog .blog_top_single_link svg {
        width: 18px;
        height: 18px;
    }

    .blog .latest_news_list {
        padding-top: 40px;
        padding-bottom: 56px;
    }

    .blog .latest_news_top_title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 120%;
    }

    .blog .latest_news_items {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .blog .latest_news_card_img {
        height: 210px;
        margin-bottom: 16px;
        border-radius: 8px;
    }

    .blog .latest_news_card_content > .latest_news_card {
        position: relative;
        padding-right: 32px;
    }

    .blog .latest_news_card_content > .latest_news_card::after {
        position: absolute;
        content: '';
        top: 3px;
        right: 0;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 17L17 7M17 7H7M17 7V17' stroke='%233A7DB4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .blog .title_post {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 120%;
    }

    .blog .post-excerpt {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 150%;
        color: #3A7DB4;
    }

    .blog .post-categories {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
}

/* single blog post */
.single_wrapper {
    background: #FFFFFF;
}

.single_block {
    padding-top: 48px;
    padding-bottom: 80px;
}

.single_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single_featured_image {
    order: 1;
    width: 100%;
    max-width: 860px;
    height: 280px;
    margin-bottom: 32px;
    overflow: hidden;
    border-radius: 8px;
    background: #EEF6FC;
}

.single_featured_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_title {
    order: 2;
    max-width: 680px;
    margin: 0 auto 8px;
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.16px;
    text-align: center;
    color: #0C2E47;
}

.single_excerpt {
    order: 3;
    max-width: 560px;
    margin: 0 auto 12px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #3A7DB4;
}

.single_excerpt p {
    margin-bottom: 0;
}

.single_categories {
    order: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    max-width: 560px;
    margin: 0 auto 24px;
}

.single_categories a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 2px 10px;
    border-radius: 16px;
    background: #DAEDFB;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #3A7DB4;
}

.single_article_content {
    order: 5;
    width: 100%;
    max-width: 520px;
    margin: 24px auto 0;
    padding-top: 32px;
    border-top: 1px solid #D6EAF8;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    color: #0C2E47;
}

.single_article_content h1,
.single_article_content h2,
.single_article_content h3,
.single_article_content h4,
.single_article_content h5,
.single_article_content h6 {
    margin: 0 0 12px;
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.16px;
    color: #0C2E47;
}

.single_article_content h2 {
    font-size: 28px;
}

.single_article_content h3 {
    font-size: 20px;
}

.single_article_content p,
.single_article_content ul,
.single_article_content ol,
.single_article_content blockquote,
.single_article_content figure {
    margin: 0 0 20px;
}

.single_article_content ul,
.single_article_content ol {
    padding-left: 22px;
}

.single_article_content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.single_article_content a {
    color: #3A7DB4;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.single_wrapper .subscribe {
    padding: 0 16px 96px;
}

.single_wrapper .subscribe_content {
    max-width: 520px;
    margin: 0 auto;
    padding-top: 32px;
    border-top: 1px solid #D6EAF8;
    text-align: center;
}

.single_wrapper .subscribe_section_title {
    margin-bottom: 8px;
    font-family: 'Noto Serif';
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    color: #0C2E47;
}

.single_wrapper .subscribe_section_subtitle {
    margin-bottom: 16px;
    font-family: 'Manrope';
    font-size: 14px;
    line-height: 150%;
    color: #3A7DB4;
}

.single_wrapper .subscribe .wpcf7-form {
    align-items: center;
}

.single_wrapper .subscribe input[type="email"],
.single_wrapper .subscribe input[type="text"] {
    max-width: 360px;
}

.single_wrapper .subscribe input[type="submit"],
.single_wrapper .subscribe .wpcf7-submit {
    width: fit-content;
    min-width: 144px;
    height: 40px;
    padding: 10px 24px;
    background: #FFFFFF;
    border: 1px solid #ACCFEF;
    color: #3A7DB4;
}

@media only screen and (max-width: 600px) {
    .single_block {
        padding-top: 24px;
        padding-bottom: 56px;
    }

    .single_featured_image {
        height: 210px;
        margin-bottom: 24px;
    }

    .single_title {
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 8px;
        text-align: left;
    }

    .single_excerpt {
        font-size: 13px;
        line-height: 150%;
        text-align: left;
    }

    .single_categories {
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 20px;
    }

    .single_article_content {
        margin-top: 20px;
        padding-top: 24px;
        font-size: 13px;
        line-height: 170%;
    }

    .single_article_content h2 {
        font-size: 24px;
    }

    .single_article_content h3 {
        font-size: 18px;
    }

    .single_article_content p,
    .single_article_content ul,
    .single_article_content ol,
    .single_article_content blockquote,
    .single_article_content figure {
        margin-bottom: 16px;
    }

    .single_wrapper .subscribe {
        padding-bottom: 64px;
    }

    .single_wrapper .subscribe_content {
        padding-top: 24px;
    }

    .single_wrapper .subscribe_section_title {
        font-size: 22px;
    }
}
