@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'bulg';
    src: url('../fonts/Bulgaria_Moderna_v2(1).otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Solomon Sans';
    font-weight: 400;
    font-size: 20px;
    position: relative;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1340px;
    }
}

.header_top {
    padding: 36px 0 33px;
    background: rgba(255,255,255,.3);
}

.header_top_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header_top_right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.eye {
    background: rgba(243, 243, 243, 0.36);
    border-radius: 7px;
    padding: 17px 20px;
    width: 63px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eye svg {
    display: inline-block;
}

.home .eye svg path {
    fill: #fff;
}

.btn:active, .btn:focus {
    box-shadow: none;
}

.btn {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background: #2d97a7;
    border: 1px solid #2d97a7;
    border-radius: 7px;
    padding: 17px 46px;
    padding: 20px 31px;
    min-width: 187px;
    transition:  all .3s ease-in-out;
}

.btn:hover {
    transform: scale(1.1);
    background: #2d97a7;
    border: 1px solid #2d97a7;
    color: #fff;
}

.btn_transparent {
    background-color: transparent;
    border: 1px solid #2d97a7;
}

.main .site-header .btn_transparent {
    color: #fff;
}

.btn_transparent {
    color: #2d97a7;
}

.btn_transparent:hover {
    background-color: #2d97a7;
    color: #fff;
}

.gt-selected img {
    display: none !important;
}

.gt_float_switcher {
    box-shadow: none !important;
    background: rgba(243, 243, 243, 0.36) !important;
}

.menu-item-gtranslate > div {
    position: relative !important;
}

.header_nav {
    backdrop-filter: blur(4px);
    background: #2d97a7;
}

.header_nav_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_nav .menu-item a {
    color: #fff;
    text-transform: uppercase;
    padding: 24px 0 18px;
    gap: 81px;
    border-bottom: 6px solid #2d97a7;
    transition: all .3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

.menu_gap {
    gap: 81px;
}

.header_nav .menu-item a:hover {
    border-color: #fff;
}

.site-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 46px;
    padding-bottom: 36px;
    background: #fff;
    position: relative;
}

.f_links {
    display: flex;
    align-items: center;
    gap: 7px;
}

.site-footer .logo {
    margin-bottom: 20px;
    min-width: 356px;
}

.footer_content {
    display: flex;
    gap: 20px;
}

.site-footer h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    margin-bottom: 9px;
}

.site-footer p {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #000;
}

.f_address {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #000;
    white-space: nowrap;
}

.copyrights {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.return {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    margin-top: 26px;
}

.footer_bottom_rights {
    display: flex;
    align-items: center;
    gap: 71px;
}

.hero {
    padding-bottom: 146px;
    padding-top: 375px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.hero .hero_decor {
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero_grad {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hero h1 {
    font-weight: 600;
    font-size: 80px;
    line-height: 114%;
    margin-bottom: 10px;
}

.hero .hero_desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 27px;
}

section {
    position: relative;
}

.preferenses {
    padding: 66px 0;
}

.preferenses .grid_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 41px;
}

.pref_item {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #000;
    position: relative;
}

.pref_item_icon {
    border-radius: 33px;
    width: 153px;
    height: 153px;
    background: url(../img/pref_icon_bg.svg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.preferenses .decor {
    height: 7px;
    background: #2d97a7;
    width: 77.6%;
    position: absolute;
    bottom: 0px;
    right: 0;
}

.short_about {
    background: no-repeat center center / cover;
    background-attachment: fixed;
    padding: 80px 0px 70px;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #272727;
}

.short_about .decor {
    height: 7px;
    background: #2d97a7;
    width: 77.6%;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.short_about h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 190%;
    color: #313131;
    margin-bottom: 19px;
}

.ab_img1, .ab_img2 {
    border-radius: 40px;
}

.ab_img1 {
    margin-left: 66px;
}

.ab_img2 {
    border: 6px solid #fff;
    margin-top: -130px;
}

.advantages {
    padding-top: 40px;
    padding-bottom: 40px;
}

.advantages h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 190%;
    text-align: center;
    color: #313131;
    margin-bottom: 22px;
}

.advantages_container {
    display: flex;
    justify-content: center;
    gap: 43px;
    flex-wrap: wrap;
}

.advantage_item {
    display: flex;
    gap: 31px;
    font-size: 40px;
    color: #000;
    font-weight: 500;
    width: calc(33% - 40px);
}

.advantage_icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage_item h3 {
    font-weight: 500;
    font-size: 20px;
    color: #272727;
    margin-bottom: 0;
}

.contacts {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contacts_row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact_item {
    display: flex;
    align-items: center;
    padding: 30px 83px 20px 24px;
    min-height: 126px;
    font-weight: 500;
    font-size: 20px;
    color: #272727;
    gap: 24px;
    width: calc(50% - 20px);
    background: #f9f9f9 url(../img/contact_decor.svg) repeat-y calc(100% - 18px) top;
}

.contact_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_item h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: #2d97a7;
}

.service_trumb {
    height: 494px;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
    margin-bottom: 59px;
    display: flex;
    align-items: flex-end;
    padding: 54px;
}

.service_trumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.22);
    filter: blur(250px);
}

.service_trumb img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.service_trumb h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 131%;
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
}

.breadcrumbs {
    padding-top: 35px;
    padding-bottom: 55px;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #000;
}

.breadcrumbs a {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.breadcrumbs a:hover {
    color: #2d97a7;
}

.serv_plan {
    padding: 30px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
    margin-bottom: 25px;
}

.single_gall3 .gall_img, .single_gall4 .gall_img {
    display: block;
    border-radius: 40px;
    overflow: hidden;
    height: 187px;
}

.single_gall3 .gall_img img, .single_gall4 .gall_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.swiper-button-next, .swiper-button-prev {
    border-radius: 3px;
    width: 33px;
    height: 40px;
    background: #2d97a7;
    color: #fff;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px;
    color: #fff;
}

.wp-block-table td, .wp-block-table th {
    padding: 23px !important;
    border: none !important;
}

.wp-block-table th {
    padding-top: 34px !important;
    text-align: center;
}

.wp-block-table thead, .wp-block-table thead tr {
    border: none !important;
    background-color: #f9f9f9;
}

.wp-block-table {
    border-radius: 40px;
    overflow: hidden;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
    border: none !important;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #e6e6e6;
    border: none !important;
}

.wp-block-table {
    margin-bottom: 30px;
}

.umova {
    margin-bottom: 11px;
    font-weight: 500;
    font-size: 20px;
    color: #272727;
}

.umova_ttl {
    font-weight: 600;
    font-size: 20px;
    color: #2d97a7;
    margin-bottom: 11px;
    display: flex;
    gap: 11px;
}

.umova_icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.umovi_container h2 {
    font-weight: 700;
    font-size: 20px;
    color: #272727;
    margin-bottom: 11px;
}

.umovi_container {
    background: #f9f9f9;
    border-radius: 34px;
    padding: 41px 36px;
    position: sticky-top;
    top: 20px;
}

.serv_main {
    /*background: url(../img/serv_bg.svg) no-repeat calc(100% - 20px) bottom;*/
    background: url(../img/gall_bg.svg) no-repeat right bottom;
}

.archive_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 190%;
    color: #313131;
    margin-bottom: 35px;
}

.serv_item {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #313131;
    transition: all .3s ease-in-out;
}

.serv_item:hover {
    color: #2d97a7;
}

.serv_item .trumb {
    overflow: hidden;
    border-radius: 34px;
    height: 266px;
    margin-bottom: 36px;
}

.serv_item .trumb img, .screw_img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
}

.serv_item:hover .trumb img, .screw_img:hover img {
    transform: scale(1.05) rotate(2deg);
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.post_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 131%;
    color: #313131;
    margin-bottom: 35px;
}

.post_trumb {
    height: 367px;
    overflow: hidden;
    padding: 24px;
    border-radius: 34px;
    position: relative;
    margin-bottom: 40px;
}

.post_trumb img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.post_date {
    position: relative;
    border-radius: 4px;
    width: 105px;
    height: 32px;
    background: #2d97a7;
    font-weight: 600;
    font-size: 16px;
    line-height: 213%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post_main {
    padding-bottom: 50px;
}

.other_post_title {
    font-weight: 700;
    font-size: 24px;
    color: #272727;
    margin-bottom: 11px;
}

.other_post {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    color: #313131;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.other_post_trumb {
    height: 209px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.other_post_trumb img, .post_item_trumb img {
    transition: all .3s ease-in-out;
}

.other_post:hover {
    color: #2d97a7;
}

.other_post:hover .trumb img, .post_item:hover .post_item_trumb img {
    transform: scale(1.05) rotate(2deg);
}

.post_item_trumb {
    height: 286px;
    padding: 25px 21px;
}

.post_item .post_date {
    position: relative;
}

.post_item {
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 142%;
    color: #313131;
    transition: all .3s ease-in-out;
}

.post_item:hover {
    color: #2d97a7;
}

.page_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.page-numbers {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 33px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #828282;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.page-numbers:hover {
    border-color: #2d97a7;
    background: #2d97a7;
    color: #fff;
}

.page-numbers.current {
    border-color: #2d97a7;
    background: #2d97a7;
    color: #fff;
}

.next.page-numbers svg path, .prev.page-numbers svg path {
    transition: all .3s ease-in-out;
}

.next.page-numbers:hover svg path, .prev.page-numbers:hover svg path {
    fill: #fff;
}

.gall_grid_item {
    position: relative;
    overflow: hidden;
    height: 286px;
    display: block;
    border-radius: 34px;
}

.gall_main {
    padding-bottom: 50px;
    background: url(../img/gall_bg.svg) no-repeat right bottom;
}

.form_container {
    border-radius: 14px;
    background: #f3f3f3;
    padding: 25px 24px;
}

.form_container h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #1e1e1e;
    margin-bottom: 9px;
}

.form_container {
    font-size: 14px;
    color: #1e1e1e;
}

.form_container label, .form_container span {
    width: 100%;
}

.map_block {
    height: 100%;
    border-radius: 14px;
    overflow: hidden;
}

.map_block iframe {
    width: 100%;
    height: 100%;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="email"], textarea, select {
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    width: 100%;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
    height: 36px;
    padding: 5px 10px;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus, input[type="tel"]:focus {
    border: 1px solid #2d97a7;
    box-shadow: 0 0 0 0 rgba(70, 81, 167, 0.1);
}

input:focus, textarea:active, input:active, textarea:focus {
    outline: none;
}

select {
    padding: 6px 10px;
    appearance: none;
    background: #fff url(../img/arrow.svg) no-repeat calc(100% - 15px) center;
    padding-right: 45px;
}

.simple_img {
    border-radius: 34px;
}

.opportunities {
    padding: 60px 0;
}

.opportunities_container {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.opportunity_item {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #272727;
    width: calc(20% - 20px)
}

.opportunity_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
    width: 153px;
    height: 153px;
    background: linear-gradient(180deg, rgba(243, 243, 243, 0.33) 0%, rgba(3, 171, 191, 0) 100%);
    margin: 0 auto 49px;
}

.opportunities h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 190%;
    text-align: center;
    color: #313131;
    margin-bottom: 49px;
}

.short_about a:not(.btn) {
    color: #272727;
}

.short_about h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 190%;
    color: #313131;
    margin-bottom: 17px;
}

.residents {
    padding: 75px 0;
    background: #f9f9f9;
}

.resident_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 151px;
    margin-bottom: 9px;
}

.residents h2, .last_news h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 190%;
    text-align: center;
    color: #313131;
    margin-bottom: 24px;
}

.resident_item {
    text-align: center;
}

.step_markers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 60px;
}

.step_marker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #c7c7c7;
}

.step_marker span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    background: #c7c7c7;
}

.step_marker.active {
    color: #2d97a7;
}

.step_marker.active span {
    background: #2d97a7;
}

.step_marker_line:before {
    content: "";
    background: #c7c7c7;
    width: 48px;
    height: 2px;
    min-width: 48px;
    margin-right: 8px;
}

.step_marker_line.active:before {
    background: #2d97a7;
}

.bronh1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 190%;
    text-align: center;
    color: #313131;
    margin-bottom: 12px;
}

.order_services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.order_serv {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 18px 18px 2px;
    display: flex;
    gap: 16px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #45556c;
    background: #fff;
}

.order_serv.active, .order_serv:hover {
    border: 2px solid #2d97a7;
}

.order_serv_trumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 128px;
    width: 128px;
    min-width: 128px;
}

.order_serv_name {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #0f172b;
}

.order_serv_address {
    margin-bottom: 0;
    display: flex;
    gap: 4px;
}

.order_serv_prefs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0;
}

.order_serv_pref {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #314158;
    background: #f1f5f9;
    border-radius: 50px;
    padding: 5px 9px;
}

.order_serv span {
    font-weight: 600;
    color: #2d97a7;
}

.step_block {
    background: #fff url(../img/contact_decor.svg) no-repeat calc(100% - 32px) 15px;
    border: 1px solid #2d97a7;
    border-radius: 16px;
    padding: 30px 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #314158;
    max-width: 864px;
    margin: 0 auto;
}

.step_ttl {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #0f172b;
}

.step_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.order_note {
    padding-left: 18px;
}

.order_info {
    border: 1px solid #2d97a7;
    border-radius: 10px;
    padding: 17px 17px 13px;
    background: #fff;
    margin-bottom: 24px;
}

.count_info {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #314158;
}

.count_info span {
    font-weight: 400;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

label a {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #2d97a7;
}

.ui-datepicker .ui-datepicker-header {
    border: none;
    background: none;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #0f172b;
}

.ui-datepicker th {
    font-family: "SF Pro", sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
}

.ui-datepicker td {
    font-size: 16px;
    text-align: center;
    color: #000;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
    text-align: center;
    background: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #2d97a7;
    border-radius: 14px;
    background: #fff;
    color: #000;
    text-align: center;
}

.can_order a, .ui-state-active {
    border-radius: 14px !important;
    text-align: center !important;
    color: #fff !important;
    border: 1px solid #2d97a7 !important;
    background: #2d97a7 !important;
}

.ui-widget.ui-widget-content {
    border: none;
    border-bottom: 1px solid #bbb;
    border-radius: 28px;
    box-shadow: 0 11px 24px 0 rgba(0, 0, 0, 0.1), 0 43px 43px 0 rgba(0, 0, 0, 0.09), 0 98px 59px 0 rgba(0, 0, 0, 0.05), 0 173px 69px 0 rgba(0, 0, 0, 0.01), 0 271px 76px 0 rgba(0, 0, 0, 0);
    background: #fff;
}

.btn_disabled {
    filter: grayscale(100%);
}

.step_block label {
    width: 100%;
}

.modal-content {
    padding: 50px;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.modal_h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 106%;
    text-align: center;
    color: #000;
    margin-top: 23px;
    margin-bottom: 0;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.gt_float_switcher .gt-selected {
    background: transparent !important;
    border-radius: 7px !important;
}

main {
    padding-top: 204px;
}

.home main {
    padding-top: 0;
}

.home .btn_transparent {
    color: #fff;
}

.hash_btn {
    font-family: serif;
}

.btn b, .hash_btn b, .header_nav .menu-item a b, #mob_menu .menu-item a b, .ht {
    font-family: 'bulg' !important;
    font-weight: 400 !important;
}

.m_decor_l {
    position: absolute;
    top: 0;
    left: 16px;
    width: 46px;
    height: 100%;
    background: url(../img/m_decor.svg) repeat-y center top;
}

.m_decor_r {
    position: absolute;
    top: 0;
    right: 16px;
    width: 46px;
    height: 100%;
    background: url(../img/m_decor.svg) repeat-y center top;
}

.last_news {
    padding: 60px 0;
    background: #f9f9f9 url(../img/news_bg.svg) repeat-x left top;
}

.last_news_item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #000;
    transition: all .3s ease-in-out;
}

.last_news_item:hover {
    border: 1px solid #2d97a7;
}

.last_news_content {
    padding: 24px;
    height: calc(100% - 216px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

.last_news_item_trumb {
    overflow: hidden;
    height: 216px;
}

.last_news_item_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #4a5565;
    margin-bottom: 14px;
}

.last_news_item h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: -0.02em;
    color: #0a0a0a;
    margin-bottom: 9px;
}

.read_more {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #5195a5;
}

.last_news .swiper-wrapper {
    align-items: stretch;
}

.last_news .swiper-slide {
    height: auto;
}

.home .header_top .gt_float_switcher .gt-selected .gt-current-lang,
.header_mob .gt_float_switcher .gt-selected .gt-current-lang,
#mob_menu .gt_float_switcher .gt-selected .gt-current-lang {
    color: #fff;
}

.home .header_top .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow,
.header_mob .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow,
#mob_menu .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    filter: brightness(100);
}

.header_mob {
    display: none;
    padding: 14px 0;
    background: #2d97a7;
}

.home .header_mob {
    background: rgba(103, 103, 103, 0.7);
}

.burger {
    background: rgba(243, 243, 243, 0.36);
    border-radius: 7px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.burger span {
    background: #fff;
    height: 2px;
    width: 100%;
}

.burger span:nth-child(2) {
    width: 55%;
}

.header_mob_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.mob_logo {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    color: #fff;
}

main {
    overflow: hidden;
}

.header_mob .gt_float_switcher .gt-selected .gt-current-lang {

}

.header_mob .gt_float_switcher .gt-selected .gt-current-lang,
#mob_menu .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px 8px;
}

.offcanvas {
    background: #2d97a7;
    color: #fff;
}

#mob_menu .menu-item a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

#mob_menu .menu_gap {
    gap: 35px;
}

.btn_white {
    background: #fff;
    border-color: #fff;
    color: #2d97a7;
}

.btn_white:hover {
    background: #fff;
    border-color: #fff;
    color: #2d97a7;
}

#mob_menu .btn_white {
    margin-top: 35px;
}

.gt_float_switcher {
    /*margin-top: 5px !important;*/
    border-radius: 7px !important;
    transition: all .3s ease-in-out !important;
}

.gt_float_switcher:hover, .eye:hover {
    background: #2d97a7 !important;
}

#mob_menu .gt_float_switcher:hover, #mob_menu .eye:hover {
    background: rgba(243, 243, 243, 0.2) !important;
}

#gt_float_wrapper {
    line-height: 1 !important;
    height: 44px !important;
}

#mob_menu .burger span:nth-child(2) {
    display: none;
}

#mob_menu .burger {
    position: relative;
}

#mob_menu .burger span:nth-child(1) {
    transform: rotate(45deg);
    width: 24px;
    position: absolute;
    top: 19px;
    left: 8px;
}

#mob_menu .burger span:nth-child(3) {
    transform: rotate(-45deg);
    width: 24px;
    position: absolute;
    top: 19px;
    left: 8px;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    top: 100% !important;
}

.header_nav .sub-menu {
    list-style: none;
    position: absolute;
    visibility: hidden;
    top: 100%;
    left: 0;
    width: 350px;
    background: #2d97a7;
    transition: all .3s ease-in-out;
    padding: 20px;
    font-size: 14px;
}

.header_nav .menu-item-has-children {
    position: relative;
}

.header_nav .menu-item-has-children:hover .sub-menu {
    visibility: visible;
}

.header_nav .menu-item .sub-menu a {
    padding: 5px 0;
}

iframe {
    position: relative;
    z-index: 2;
}

.ht_ttl:first-letter {
    font-family: 'bulg'; 
}

@media (max-width: 1400px) {
    .menu_gap {
        gap: 30px;
    }
}

@media (max-width: 1200px) {
    .advantage_item {
        gap: 20px;
        width: calc(50% - 40px);
    }
}

@media (max-width: 992px) {
    .header_nav {
        display: none;
    }
    .ab_img1 {
        margin-top: 40px;
    }
    .contact_item {
        width: 100%;
    }
    .footer_content {
        flex-wrap: wrap;
    }
    .f_col {
        width: calc(50% - 10px);
    }
    .header_top {
        display: none;
    }
    .preferenses .grid_4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .opportunities_container {
        flex-wrap: wrap;
        gap: 20px;
    }
    .opportunity_item {
        width: calc(33% - 20px);
    }
    .grid3, .grid_4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .header_mob {
        display: block;
    }
    main {
        padding-top: 84px;
    }
}

@media (max-width: 768px) {
    .advantage_item {
        gap: 20px;
        width: 100%;
    }
    body, .short_about, .pref_item, .hero .hero_desc {
        font-size: 16px;
    }
    .short_about h2, .advantages h2, .opportunities h2, .residents h2, .last_news h2, .short_about h1, .archive_title, .post_title {
        font-size: 24px;
    }
    .serv_item, .post_item {
        font-size: 20px;
    }
    .contact_item, .contact_item h3 {
        font-size: 14px;
    }
    .gt_float_switcher {
        font-size: 12px !important;
    }
    .archive_title {
        margin-bottom: 20px;
    }
    .breadcrumbs {
        padding-bottom: 10px;
    }
    .short_about h2, .advantages h2 {
        text-align: center;
    }
    .hero h1 {
        font-size: 42px;
    }
    .hero {
        padding-top: 150px;
        min-height: 591px;
    }
    .short_about {
        padding-top: 20px;
    }
    .ab_img1 {
        max-width: calc(100% - 66px);
        height: auto;
    }
    .preferenses .grid_4 {
        gap: 12px;
    }
    .preferenses {
        padding: 30px 0;
    }
    .serv_item .trumb, .post_trumb, .gall_grid_item {
        height: 216px;
    }
    .form_container {
        margin-bottom: 20px;
    }
    .gt_float_switcher {
        margin-top: 5px !important;
    }
}

@media (max-width: 576px) {
    .f_col {
        width: 100%;
    }
    .footer_bottom, .footer_bottom_rights {
        flex-direction: column-reverse;
        justify-content: center;
        gap: 26px;
    }
    .contact_item {
        padding: 30px 24px 20px 24px;
        background: #f9f9f9;
    }
    .contacts_row {
        gap: 5px;
    }
    .opportunity_item {
        width: calc(50% - 20px);
    }
    .m_decor_l, .m_decor_r {
        /*display: none;*/
    }
    .m_decor_l {
        left: 2px;
        width: 20px;
        background: url(../img/m_decor.svg) repeat-y center top / contain;
    }
    .m_decor_r {
        right: 2px;
        width: 20px;
        background: url(../img/m_decor.svg) repeat-y center top / contain;
    }
    .preferenses .grid_4, .grid3, .grid_4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .breadcrumbs {
        display: none;
    }
    .mob_logo_logo {
        display: none;
    }
}