:root {
    --main-dark: #3F3F3F;
    --main-white: #FFFFFF;
}

* {
    font-family: 'Manrope';
    font-style: normal;
    color: var(--main-dark);
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.post, .page {
    margin: 0;
}

body {
    background-color: #FDFDFD;
    position: relative;
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}

.container {
    height: 100%;
    width: 100%;
    max-width: 1260px;
    padding: 0 15px;
    margin: 0 auto;
}

ol, ul, p {
    margin: 0;
    padding: 0;
}

header {
    position: absolute;
    width: 100%;
    top: 11px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    padding: 24px 0;
}

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

.header-content .logo {
    width: 148px;
}

.header-content .logo a {
    display: block;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile-nav li a {
    padding: 8px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: rgba(45, 40, 44, 1);
}

.mobile-nav li {
    position: relative;
}

.mobile-nav li.menu-item-has-children .menu-drop {
    padding-right: 22px;
    position: relative;
}

.mobile-nav li.menu-item-has-children .menu-drop:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 7px;
    background-image: url(../img/menu_arr-dark.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

.mobile-nav li.menu-item-has-children.submenu-open .menu-drop:after {
    transform: rotate(180deg);
    transition: .3s;
}

.mobile-nav li .sub-menu a {
    text-transform: none;
    padding: 8px 0;
}

.header-content .main-menu {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-content .main-menu li {
    position: relative;
}

.header-content .main-menu li.menu-item-has-children {
    padding-right: 22px;
}

.header-content .main-menu li.menu-item-has-children:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 7px;
    background-image: url(../img/menu_arr-light.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

.header-content .main-menu li.menu-item-has-children.open:after {
    transform: rotate(180deg);
}

.header-content .main-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9;
    width: 295px;
    background: rgba(255, 255, 255, 1);
    padding: 16px;
    border-radius: 5px;
    margin: 0;
}

.header-content .main-menu li.menu-item-has-children .sub-menu:before {
    content: '';
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid rgba(255, 255, 255, 1);
}

.header-content .main-menu li.menu-item-has-children .sub-menu a {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: rgba(63, 63, 63, 1);
    text-transform: none;
}

.header-content .main-menu li .sub-menu li:hover a {
    color: rgba(30, 82, 92, 1);
}

.header-content .main-menu li a {
    color: rgba(240, 234, 238, 1);
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
}

.header-content .social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-content .social li a {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF4D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.header-content .social li:hover a {
    background-color: rgba(30, 82, 92, 1);
    border-color: rgba(30, 82, 92, 1);
}

.header-content .address {
    position: relative;
    max-width: 350px;
    padding-right: 22px;
}

.header-content .address .open-popup-btn {
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: rgba(240, 234, 238, 1);
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    cursor: pointer;
    text-align: left;
}

.header-content .address:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 7px;
    background-image: url('../img/menu_arr-light.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

.header-content .address.active:after {
    transform: rotate(180deg);
}

.header-content .address-chose {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #F0EAEE;
    padding-bottom: 8px;
    border-bottom: 1px dashed #FFFFFF66;
    width: fit-content;
    cursor: pointer;
    margin-left: auto;
    transition: .3s;
}

.header-content .address-chose:focus {
    outline: none;
    user-select: none;
    color: rgba(30, 82, 92, 1) !important;
    border-color: rgba(30, 82, 92, 1) !important;
}

.header-content .address .address-list {
    display: none;
    position: absolute;
    top: calc(100% + 24px);
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 12px;
    z-index: 9;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 16px;
    border-radius: 5px;
    margin: 0;
}

.header-content .address .address-list:before {
    content: '';
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid rgba(255, 255, 255, 1);
}

.header-content .address .address-list li {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: rgba(63, 63, 63, 1);
    text-transform: none;
    padding: 6px 0;
    transition: .3s;
}

.header-content .address .address-list li:hover {
    cursor: pointer;
    color: rgba(30, 82, 92, 1);
}

.header-content .address .address-dropdown {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 20px 0;
    cursor: pointer;
}

.header-content .address .address-selected {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

.call-back {
    border: 1px solid #ffffff;
    color: #1A4A54 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    padding: 16px;
    background-color: #FFFBF5;
    border-radius: 5px;
    width: 100%;
    max-width: 215px;
    cursor: pointer;
    transition: .3s;
}

.call-back:hover {
    background-color: rgba(30, 82, 92, 1);
    color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(30, 82, 92, 1);
}

.call-back:hover svg path {
    fill: rgba(255, 255, 255, 1);
    transition: .3s;
}

.header-content-dark .address .address-chose,
.header-content-dark .address .address-list li,
.header-content-dark .main-menu li a {
    color: #2D282C;
}

.header-content-dark .address .open-popup-btn {
    color: rgba(63, 63, 63, 1);
    border-bottom: 1px dashed rgba(50, 37, 30, 0.3);
}

.header-content-dark .address .address-chose {
    border-bottom: 1px dashed #2D282C;
}

.header-content-dark .address:after {
    background-image: url(../img/menu_arr-dark.svg);
}

.header-content-dark .call-back {
    background-color: #1E525C;
    color: #FFFFFF !important;
    border: 1px solid #1E525C;
}

.header-content-dark .call-back svg path {
    fill: #FFFFFF;
}

.header-content-dark .call-back:hover {
    background-color: #ffffff;
    color: #1E525C !important;
    border-color: #1E525C;
}

.header-content-dark .call-back:hover svg path {
    fill: #1E525C;
}

.header-content-dark .social li a {
    border: 1px solid #2D282C66
}

.header-content-dark .social li a svg path {
    fill: #23201D;
}

.header-content-dark .main-menu li.menu-item-has-children:after {
    background-image: url('../img/menu_arr-dark.svg');
}

.header-content-dark .social li:hover a svg path {
    fill: #ffffff;
}

/* Скрытое меню */
.slide-down-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 24px 0;
    border-radius: 0 0 15px 15px;
}

/* Анимация появления (опционально) */
.slide-down-menu.animate {
    animation: slideDown 0.3s ease-out forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mobile-menu .header-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.mobile-menu .header-content .top-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    width: 100%;
    padding-right: 76px;
}

.mobile-menu .header-content .address li {
    color: var(--main-dark);
}

.mobile-menu .header-content .contacts {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-menu .header-content .contacts .social {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-menu .header-content .contacts .social li a {
    width: 40px;
    height: 40px;
    border: 1px solid #2D282C66;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu .header-content .contacts .social li a svg path {
    fill: rgba(35, 32, 29, 1);
}

.mobile-menu .header-content .contacts .social li:hover a svg path {
    fill: #ffffff;
}

.mobile-menu .header-content .contacts .call-back {
    display: flex;
    background-color: #1E525C;
    color: #FFFFFF !important;
    font-size: 14px;
    padding: 10px;
}

.mobile-menu .header-content .contacts .call-back:hover {
    background-color: #ffffff;
    color: #1E525C !important;
    border-color: #1E525C;
}

.mobile-menu .header-content .contacts .call-back:hover svg path {
    fill: #1E525C;
}

.burger-menu {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFFBF5;
    cursor: pointer;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 1001;
    position: relative;
}

.burger-menu.active {
    background-color: transparent;
}

.burger-menu span {
    height: 2px;
    background: #684F40;
    width: 21px;
    display: block;
    transition: 0.3s ease;
    border-radius: 10px;
    position: absolute;
}

.burger-menu span:nth-child(1) {
    top: 16px;
}

.burger-menu span:nth-child(2) {
    bottom: 16px;
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 20px;
}

.burger-menu.active span:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 18px;
}

#menuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3F3F3F99;
    z-index: 998;
    display: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: .6;
}

.mobile-menu .header-content .address-chose,
.mobile-menu .header-content .address .open-popup-btn {
    color: #2D282C;
}

.mobile-menu .header-content .address .open-popup-btn {
    border-bottom: 1px dashed rgba(50, 37, 30, 0.3);
}

.mobile-menu .header-content .address .address-list {
    top: 40px;
    z-index: 1001;
}

.mobile-menu .header-content .address:after {
    background-image: url(../img/menu_arr-dark.svg);
}

.main_banner {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 1000px;
    height: 100vh;
}

.main_banner .main_banner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 295px 0;
}

.main_banner .main_banner-content .main_banner-title {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 24px;
}

.main_banner .main_banner-content .main_banner-title span {
    font-family: 'PlayfairDisplay';
    font-weight: 500;
    font-style: italic;
    color: #FFFFFF;
    letter-spacing: -0.03em;
}

.main_banner .main_banner-content .main_banner-subtitle {
    color: var(--main-white);
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    text-align: center;
    max-width: 605px;
}

.main_banner .main_banner-content .stock-price {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 24px;
}

.main_banner .main_banner-content .stock-price span {
    color: #FFFBF566;
    font-size: 64px;
    text-decoration: line-through;
}

.main_banner .main_banner-content .stock-descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    text-align: center;
}

.main_banner .main_banner-content .stock-descr * {
    color: #FFFBF5;
}

.main_banner .main_banner-content .call-back {
    display: none;
}

.main_banner .main_banner-content .main_banner-list {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    position: absolute;
    bottom: 54px;
}

.main_banner .main_banner-content .main_banner-list li {
    width: 100%;
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
}

.main-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 95%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    color: #32251E4D;
    margin-bottom: 24px;
}

.main-title {
    font-weight: 500;
    font-size: 56px;
    line-height: 95%;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 56px;
}

.main-title span {
    font-family: 'PlayfairDisplay';
    font-style: italic;
}

.main_services {
    padding: 180px 0 130px;
}

.main_services-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.main_services-list .services_item {
    height: 450px;
    width: calc((100% / 5) - 2px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border: 2px solid rgba(242, 242, 242, 1);
}

.main_services-list .services_item .services_item-content {
    position: relative;
    height: 100%;
    z-index: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.main_services-list .services_item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 0;
    transition: .5s;
}

.main_services-list .services_item .services_item-content .logo {
    margin-bottom: 24px;
    width: 48px;
    height: 34px;
}

.main_services-list .services_item .services_item-content .logo img:nth-child(2) {
    display: none;
}

.main_services-list .services_item .services_item-content .title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 21px;
    line-height: 125%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #1A4A54;
}

.main_services-list .services_item .services_item-content .link {
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #32251E4D;
    width: fit-content;
    position: relative;
}

.main_services-list .services_item .services_item-content .link:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    border-bottom: 2px dashed #32251E4D;
}

.main_services-list .services_item .services_item-content .link:after {
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 8px;
    background-image: url("../img/link_arr.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.main_services-list .services_item .services_item-content .number {
    margin-top: auto;
    font-family: 'PlayfairDisplay';
    font-weight: 400;
    font-style: italic;
    font-size: 120px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #1A4A54;
    transition: .5s;
}

.main_services-list .services_item:hover:after {
    background-color: transparent;
}

.main_services-list .services_item:hover .logo img:nth-child(1) {
    display: none;
}

.main_services-list .services_item:hover .logo img:nth-child(2) {
    display: block;
}

.main_services-list .services_item:hover .title,
.main_services-list .services_item:hover .link,
.main_services-list .services_item:hover .number {
    color: #FFFFFF;
}

.main_services-list .services_item:hover .link:before {
    border-bottom-color: #FFFFFF;
}

.main_services-list .services_item:hover .link:after {
    background-image: url("../img/link_arr-light.svg");
}

.page-template-tpl-home .location_map {
    padding: 50px 0 140px;
}

.location_map {
    padding: 50px 0 240px;
}

.location_map .container {
    max-width: 1400px;
}

.location_map .location_map-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 72px;
    margin-bottom: 56px;
}

.location_map .location_map-header .main-title {
    margin: 0;
    text-align: left;
    position: relative;
}

.location_map .location_map-header .main-title:after {
    content: '';
    position: absolute;
    top: 0;
    right: -36px;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: #32251E4D;
}

.location_map .location_map-header .main-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.03em;
    text-align: left;
    color: var(--main-dark);
    max-width: 388px;
    text-transform: unset;
    margin: 0;
}

.location_content {
    display: flex;
    align-items: center;
    position: relative;
}

.location_content .location_content-sidebar {
    background-color: #1E525C;
    border-radius: 5px;
    padding: 24px;
    max-width: 295px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.location_content .location_content-sidebar .address li {
    padding-bottom: 24px;
    border-bottom: 1px solid #FFFFFF4D;
}

.location_content .location_content-sidebar .address li:not(:first-of-type) {
    padding-top: 16px;
}

.location_content .location_content-sidebar .address li p {
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.location_content .location_content-sidebar .address li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #ffffff;
    width: fit-content;
    position: relative;
}

.location_content .location_content-sidebar .address li a:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #FFFFFF99;
}

.location_content .location_content-sidebar .address li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -24px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 8px;
    background-image: url(../img/link_arr-light.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.location_content .location_content-sidebar .schedule li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 16px 0;
    border-bottom: 1px solid #FFFFFF4D;
}

.location_content .location_content-sidebar .schedule li span {
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.location_content .location_content-sidebar .contacts li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.03em;
    padding: 16px 0;
    border-bottom: 1px solid #FFFFFF4D;
}

.location_content .location_content-sidebar .contacts li a {
    color: #ffffff;
}

.location_content .location_content-sidebar .social {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 0 0;
}

.location_content .location_content-sidebar .social li a {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF4D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location_content .location_content-map {
    max-width: 1240px;
    width: 100%;
    height: auto;
    margin-left: auto;
}

.location_content .location_content-map img {
    box-shadow: 0 4px 20px 0 #0000000D;
    border-radius: 15px;
}

.service-banner {
    padding: 155px 0 160px;
}

.service-banner .first-screen-image {
    max-width: 685px;
    width: 100%;
    margin: 0 auto;
}

.service-banner .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 55px 0 25px;
}

.service-banner .title-block h2 {
    font-weight: 500;
    font-size: 64px;
    line-height: 95%;
    letter-spacing: -0.03em;
    text-align: center;
}

.service-banner .title-block p {
    max-width: 226px;
    color: var(--main-dark);
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.03em;
}

.service-banner .title-block p:first-of-type {
    text-align: left;
}

.service-banner .title-block p:nth-of-type(2) {
    text-align: right;
}

.service-banner .call-back {
    background-color: #1E525C;
    color: #FFFFFF !important;
    border: 1px solid #1E525C;
    margin: 0 auto 25px;
    display: none;
}

.service-banner .call-back:hover {
    background-color: #ffffff;
    color: #1E525C !important;
    border-color: #1E525C;
}

.service-banner .arr-down {
    margin: 0 auto;
    display: block;
    transition: .3s;
    border-radius: 50%;
    width: 72px;
    height: 72px;
}

.service-banner .arr-down svg {
    width: 100%;
}

.service-banner .arr-down:hover {
    background-color: rgba(30, 82, 92, 1);
}

.service-banner .arr-down:hover svg path {
    stroke: #fff;
    transition: .3s;
}

.service-price {
    padding-bottom: 60px;
}

.price-tab-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
}

.price-tab-buttons .price-tab-btn {
    width: 100%;
    border-top: 1px solid #32251E4D;
    border-right: 1px solid #32251E4D;
    border-bottom: 1px solid #32251E4D;
    border-left: 0;
    border-radius: 0;
    color: #2D282C;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    padding: 16px;
}

.price-tab-buttons .price-tab-btn:first-of-type {
    border-left: 1px solid #32251E4D;
    border-radius: 5px 0 0 5px;
}

.price-tab-buttons .price-tab-btn:last-of-type {
    border-radius: 0 5px 5px 0;
}

.price-tab-btn.active {
    background-color: #1E525C;
    color: #fff;
}

.price-content-mob {
    display: none;
}

.price-tab-content {
    display: none;
}

.price-tab-content.active {
    display: block;
}

.price-tab-content .table .thead {
    border: 1px solid #32251E4D;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.price-tab-content .table .tbody {
    border: 1px solid #32251E4D;
    border-radius: 0 0 5px 5px;
}

.price-tab-content .table .thead .row,
.price-tab-content .table .tbody .row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.price-tab-content .table .tbody .row:not(:last-of-type) {
    border-bottom: 1px solid #32251E4D;
}

.price-tab-content .table .thead .row .item,
.price-tab-content .table .tbody .row .item {
    padding: 24px 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: var(--main-dark);
    width: calc((100% - 400px) / 4);
    display: flex;
    align-items: center;
    flex: 1;
    word-break: break-word;
}

.price-tab-content .table .thead .row .item {
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
}

.price-tab-content .table .thead .row .item:first-of-type,
.price-tab-content .table .tbody .row .item:first-of-type {
    min-width: 390px;
    flex: 1;
}

.price-tab-content .table .thead .row .item:not(:last-of-type),
.price-tab-content .table .tbody .row .item:not(:last-of-type) {
    border-right: 1px solid #32251E4D;
}

.price-tab-content .table .thead .row .item b,
.price-tab-content .table .tbody .row .item b {
    display: contents;
}

.location_map-contacts {
    padding: 220px 0 150px;
}

.contacts-tab-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts-tab-btn {
    padding: 16px 56px;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #32251E4D;
    border-radius: 0;
}

.contacts-tab-btn.active {
    background: #1E525C;
    border-color: #1E525C;
    color: #FFFFFF;
}

.contacts-tab-btn:first-of-type {
    border-radius: 5px 0 0 5px;
}

.contacts-tab-btn:last-of-type {
    border-radius: 0 5px 5px 0;
}

.contacts-tab-content {
    display: none;
}

.contacts-tab-content.active {
    display: block;
}

.instagram_section {
    padding-bottom: 130px;
}

.instagram_section .main-subtitle,
.instagram_section .main-title {
    text-align: left;
}

#sb_instagram #sbi_images *,
#sb_instagram #sbi_load * {
    color: #FFFFFF !important;
}

footer {
    background-color: #1A4A54;
    padding: 65px 0;
}

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

footer .footer-content .logo {
    display: flex;
    align-items: center;
    gap: 16px;
}

footer .footer-content .logo img {
    width: 148px;
}

footer .footer-content .logo span {
    display: block;
    height: 65px;
    width: 1px;
    background-color: #FFFFFF66;
}

footer .footer-content .logo p {
    color: #FFFFFF80;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.03em;
    max-width: 170px;
}

.footer-content .main-menu {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-content .main-menu li {
    position: relative;
}

.footer-content .main-menu li.menu-item-has-children {
    padding-right: 22px;
}

.footer-content .main-menu li.menu-item-has-children:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 7px;
    background-image: url(../img/menu_arr-light.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

.footer-content .main-menu li.menu-item-has-children .sub-menu:before {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid rgba(255, 255, 255, 1);
    transform: rotate(180deg);
}

.footer-content .main-menu li.menu-item-has-children.open-up:after {
    transform: rotate(180deg);
}

.footer-content .main-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9;
    width: 295px;
    background: rgba(255, 255, 255, 1);
    padding: 16px;
    border-radius: 5px;
    margin: 0;
}

.footer-content .main-menu li.menu-item-has-children .sub-menu a {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: rgba(63, 63, 63, 1);
    text-transform: none;
    transition: .3s;
}

.footer-content .main-menu li .sub-menu li:hover a {
    color: rgba(30, 82, 92, 1);
}

.footer-content .main-menu li a {
    color: rgba(240, 234, 238, 1);
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
}

.footer-content .address {
    position: relative;
    max-width: 350px;
    padding-right: 22px;
}

.footer-content .address .open-popup-btn {
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: rgba(240, 234, 238, 1);
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    cursor: pointer;
    text-align: left;
}

.footer-content .address:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 7px;
    background-image: url('../img/menu_arr-light.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .5s;
}

.footer-content .address.active:after {
    transform: rotate(180deg);
}

.footer-content .address-chose {
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #F0EAEE;
    padding: 8px 0;
    border-bottom: 1px dashed #FFFFFF66;
    width: fit-content;
    cursor: pointer;
    margin-left: auto;
    transition: .3s;
}

.footer-content .address-chose:focus {
    outline: none;
    user-select: none;
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
}

.footer-content .address .address-list {
    display: none;
    position: absolute;
    bottom: calc(100% + 24px);
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 12px;
    z-index: 9;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 16px;
    border-radius: 5px;
    margin: 0;
}

.footer-content .address .address-list li {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: rgba(63, 63, 63, 1);
    text-transform: none;
    padding: 6px 0;
    cursor: pointer;
    transition: .3s;
}

.footer-content .address .address-list li:hover {
    color: rgba(30, 82, 92, 1) !important;
}

.footer-content .address .address-dropdown {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 20px 0;
    cursor: pointer;
}

.footer-content .address .address-selected {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

.footer-content .address .address-list:before {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid rgba(255, 255, 255, 1);
    transform: rotate(180deg);
}

footer .footer-content .copyright {
    max-width: 165px;
    display: flex;
    flex-direction: column;
}

footer .footer-content .copyright p {
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #FFFFFF80;
}

.contact-fab {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contact-toggle {
    background-color: #1E525C;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: background 0.3s;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    color: #ffffff;
    font-size: 10px;
    font-family: 'Manrope';
}

.contact-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 82, 92, 0.7);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}


.contact-toggle:hover {
    background-color: #32251E4D;
}

.contact-toggle svg {
    width: 21px;
    height: 21px;
}

.contact-toggle svg path {
    fill: #ffffff;
}

.contact-options {
    position: absolute;
    bottom: 90px;
    flex-direction: column;
    gap: 8px;

    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

.contact-option {
    background-color: #1E525C;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: background 0.3s;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-option a svg,
.contact-option > div svg {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-option svg path {
    fill: #ffffff;
}

.contact-option:hover {
    background-color: #32251E4D;
}

#bingc-phone-button.bingc-show {
    left: unset !important;
    right: 125px !important;
    bottom: 15px !important;
}

.main_banner_slider {
    position: relative;
    overflow: hidden;
}

.main_banner .stock-nav-btn,
.main_banner_slider .stock-nav-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 197px;
    height: 197px;
    background: #FFFFFF0A;
    border: 1px solid #FFFFFF80;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}

.main_banner_slider .stock-nav-btn {

}

.main_banner .stock-nav-btn.prev,
.main_banner_slider .stock-nav-btn.prev {
    left: -33px;
}

.main_banner .stock-nav-btn.next,
.main_banner_slider .stock-nav-btn.next {
    right: -33px;
}

.main_banner_slider .stock-nav-btn:after {
    display: none;
}

.main_banner_slider .stock-nav-btn svg {
    width: 27px;
    height: 18px;
}

.stock-nav-mobile {
    display: none;
}

.stock-banner {
    padding: 155px 0 160px;
}

.stock-banner .subtitle {
    color: #32251E4D;
    font-weight: 500;
    font-size: 18px;
    line-height: 95%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
}

.stock-banner .title {
    font-weight: 500;
    font-size: 56px;
    line-height: 95%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #3F3F3F;
    margin: 17px 0 56px;
}

.stock-swiper .swiper-slide {
    opacity: 0 !important;
}

.stock-swiper .swiper-slide-active {
    opacity: 1 !important;
}

.stock-swiper .slide-inner {
    display: flex;
    height: 600px;
}

.stock-swiper .slide__img {
    width: 50%;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    position: relative;
}

.stock-swiper .slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stock-swiper .slide__img .swiper-button {
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stock-swiper .slide__img .swiper-button svg {
    width: 24px;
    height: 16px;
}

.stock-swiper .slide__img .swiper-button.swiper-button-disabled,
.stock-swiper .slide__img .swiper-button:hover {
    opacity: 1;
    background-color: transparent;
    border: 1px solid #FFFFFF80;
}

.stock-swiper .slide__img .swiper-button.swiper-button-disabled svg path,
.stock-swiper .slide__img .swiper-button:hover svg path {
    stroke: #FFFFFF80;
}

.stock-swiper .slide__img .swiper-button:before,
.stock-swiper .slide__img .swiper-button:after {
    display: none;
}

.stock-swiper .content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border: 2px solid #F2F2F2;
    padding: 56px 51px;
    border-radius: 0 15px 15px 0;
    position: relative;
}

.stock-swiper .content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 133px;
    background-image: url('../img/Vector207.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.stock-swiper .content .stock-logo {
    width: 69px;
    height: 48px;
    margin: 0 auto 63px;
}

.stock-swiper .content .stock-title {
    font-weight: 500;
    font-size: 56px;
    line-height: 95%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #3F3F3F;
}

.stock-swiper .content .stock-title a {
    color: #3F3F3F;
}

.stock-swiper .content .stock-price {
    font-weight: 500;
    font-size: 56px;
    line-height: 95%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #3F3F3F;
    margin-bottom: 24px;
}

.stock-swiper .content .stock-price span {
    color: #3F3F3F80;
    font-size: 48px;
    text-decoration: line-through;
}

.stock-swiper .content .stock-desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 60px;
}

.stock-swiper .content .call-back {
    background-color: #1E525C;
    color: #FFFFFF !important;
    border: 1px solid #1E525C;
    max-width: fit-content;
    gap: 8px;
    z-index: 1;
}

.stock-swiper .content .call-back:hover {
    background-color: #ffffff;
    color: #1E525C !important;
    border-color: #1E525C;
}

.stock-swiper .content .call-back svg path {
    transition: .3s;
}

.stock-swiper .content .call-back:hover svg path {
    fill: #1E525C;
}

@media screen and (max-width: 1599px) {
    .main_banner .stock-nav-btn,
    .main_banner_slider .stock-nav-btn {
        width: 140px;
        height: 140px;
    }
}

@media screen and (max-width: 1350px) {
    .main_banner .stock-nav-btn,
    .main_banner_slider .stock-nav-btn {
        width: 52px;
        height: 52px;
        display: none;
    }

    .main_banner .stock-nav-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .main_banner .stock-nav-mobile .stock-nav-btn {
        display: flex;
        position: unset;
    }

    .main_banner .stock-nav-mobile .stock-nav-btn svg {
        width: 12px;
        height: 8px;
    }
}

@media screen and (max-width: 1199px) {
    .main_banner_stock .main_banner-content .main_banner-title,
    .main_banner_stock .main_banner-content .stock-price {
        font-size: 56px;
    }

    .main_services-list .services_item {
        width: calc((100% / 4) - 2px);
    }

    footer .footer-content .logo img {
        width: 120px;
    }

    footer .footer-content .logo p,
    footer .footer-content .footer-nav .menu a,
    footer .footer-content .address li,
    footer .footer-content .copyright p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    header {
        top: 0;
    }

    .burger-menu {
        display: flex;
    }

    .header-content .main-menu,
    .header-content .social,
    header .call-back {
        display: none;
    }

    .header-content {
        justify-content: space-between;
    }

    .header-content .address {
        margin-left: auto;
    }

    .header-content .logo {
        width: 110px;
    }

    .main_banner .main_banner-content .main_banner-title,
    .main_banner .main_banner-content .stock-price {
        font-size: 48px;
    }

    .main_banner .main_banner-content .call-back {
        display: flex;
        margin-top: 35px;
        max-width: fit-content;
    }

    .main_banner .main_banner-content .main_banner-list li {
        font-size: 16px;
    }

    .main_banner .main_banner-content .main_banner-list li img {
        width: 24px;
        height: 24px;
    }

    .service-banner .call-back {
        display: block;
    }

    .price-tab-content .table .thead .row .item {
        font-size: 18px;
    }

    .price-tab-content .table .thead .row .item,
    .price-tab-content .table .tbody .row .item {
        font-size: 16px;
    }

    .price-tab-content .table .thead .row .item:first-of-type,
    .price-tab-content .table .tbody .row .item:first-of-type {
        width: 290px;
    }

    .stock-swiper .content {
        border-radius: 15px 15px 0 0;
        padding: 36px 32px;
    }

    .stock-swiper .content .stock-logo {
        width: 50px;
        height: 36px;
        margin: 0 auto 15px;
    }

    .stock-swiper .content .stock-title,
    .stock-swiper .content .stock-price {
        font-size: 32px;
    }

    .stock-swiper .content .stock-price span {
        font-size: 24px;
    }

    .stock-swiper .content .stock-desc {
        font-size: 16px;
        margin-bottom: 44px;
    }
}

@media screen and (max-width: 992px) {
    .main_services-list .services_item {
        width: calc((100% / 3) - 2px);
    }

    .location_content {
        flex-direction: column;
        gap: 24px;
    }

    .location_content .location_content-sidebar {
        position: unset;
        max-width: 100%;
    }

    .service-banner .title-block {
        flex-direction: column;
    }

    .service-banner .title-block p:first-of-type,
    .service-banner .title-block p:nth-of-type(2) {
        text-align: center;
    }

    footer .footer-content {
        flex-wrap: wrap;
        max-width: 575px;
        margin: 0 auto;
    }

    footer .footer-content .logo,
    footer .footer-content .footer-nav {
        width: 100%;
    }

    footer .footer-content .address,
    footer .footer-content .copyright {
        width: fit-content;
    }
}

@media screen and (max-width: 767px) {
    .header-content .address {
        margin: 0 0 0 auto;
    }

    .header-content .address .address-chose,
    .header-content .address .address-list li,
    .header-content .address .open-popup-btn {
        font-size: 12px;
    }

    .main_banner {
        background-image: url("/wp-content/uploads/2025/05/f58aa9c50c975a365801f1f5893ae859e2e41783.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .main_banner .overlay {
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }

    .main_banner video {
        display: none;
    }

    .main_banner .main_banner-content .main_banner-title,
    .main_banner .main_banner-content .stock-price {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .main_banner .main_banner-content .stock-price span {
        font-size: 32px;
    }

    .main_banner .main_banner-content .main_banner-subtitle {
        font-size: 14px;
    }

    .main_banner .main_banner-content .main_banner-list li {
        font-size: 12px;
    }

    .main_services {
        padding: 140px 0 100px;
    }

    .main-subtitle {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .main-title {
        font-size: 32px;
        margin-bottom: 36px;
    }

    .main_services-list {
        padding: 0 15px;
    }

    .main_services-list .services_item {
        width: calc((100% / 2) - 2px);
    }

    .main_services-list .services_item:after {
        background-color: transparent;
    }

    .main_services-list .services_item .services_item-content .logo img:nth-child(1) {
        display: none;
    }

    .main_services-list .services_item .services_item-content .logo img:nth-child(2) {
        display: block;
    }

    .main_services-list .services_item .services_item-content .title,
    .main_services-list .services_item .services_item-content .link,
    .main_services-list .services_item .services_item-content .number {
        color: #FFFFFF;
    }

    .main_services-list .services_item .services_item-content .link:before {
        border-bottom-color: #FFFFFF;
    }

    .main_services-list .services_item .services_item-content .link:after {
        background-image: url("../img/link_arr-light.svg");
    }

    .main_services-list .services_item .services_item-content .title {
        font-size: 18px;
    }

    .main_services-list .services_item .services_item-content .number {
        font-size: 64px;
    }

    .mobile-menu .header-content .top-line {
        padding-right: 56px;
    }

    .location_map {
        padding: 30px 0 120px;
    }

    .location_map .location_map-header {
        margin-bottom: 36px;
    }

    .location_map .location_map-header .main-title:after,
    .location_map .location_map-header .main-subtitle {
        display: none;
    }

    .location_content .location_content-sidebar {
        padding: 24px 16px;
    }

    .location_content .location_content-sidebar .address li p,
    .location_content .location_content-sidebar .schedule li span,
    .location_content .location_content-sidebar .contacts li a {
        font-size: 16px;
    }

    .service-banner {
        padding: 100px 0 120px;
    }

    .service-banner .title-block {
        flex-direction: column;
        align-items: flex-start;
        margin: 36px 0;
    }

    .service-banner .title-block h2 {
        text-align: left;
        font-size: 36px;
    }

    .service-banner .title-block p {
        font-size: 14px;
    }

    .service-banner .title-block p:first-of-type,
    .service-banner .title-block p:nth-of-type(2) {
        text-align: left;
    }

    .service-banner .call-back {
        margin: 0 0 25px;
    }

    .service-banner .arr-down {
        width: 48px;
        height: 48px;
        margin-left: 0;
    }

    .service-price {
        padding-bottom: 40px;
    }

    .price-tab-buttons {
        margin-bottom: 36px;
    }

    .price-tab-buttons .price-tab-btn {
        font-size: 14px;
        padding: 16px 5px;
    }

    .price-content-desk {
        display: none;
    }

    .price-content-mob {
        display: flex;
        flex-direction: column;
    }

    .price-content-mob .item {
        padding: 16px;
        border-bottom: 1px solid #32251E4D;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .price-content-mob .item:first-of-type {
        border-top: 1px solid #32251E4D;
    }

    .price-content-mob .item li {
        display: flex;
        align-items: center;
        gap: 16px;
        font-size: 14px;
    }

    .price-content-mob .item li:first-of-type {
        margin-bottom: 4px;
    }

    .price-content-mob .item li:first-of-type strong {
        display: none;
    }

    .price-content-mob .item li strong {
        text-transform: uppercase;
        width: 130px;
    }

    .price-content-mob .item li b {
        display: contents;
    }

    .location_map-contacts {
        padding: 180px 0 120px;
    }

    .location_map-contacts .location_map-header {
        flex-direction: column;
        gap: 24px;
    }

    .contacts-tab-buttons,
    .contacts-tab-btn {
        width: 100%;
    }

    .contacts-tab-btn {
        padding: 12px 15px;
        font-size: 14px;
    }

    .stock-swiper {
        max-width: 575px;
    }

    .stock-banner {
        padding: 125px 0 100px;
    }

    .stock-banner .subtitle {
        font-size: 14px;
    }

    .stock-banner .title {
        font-size: 32px;
        margin: 12px 0 36px;
    }

    .stock-swiper .slide-inner {
        flex-direction: column-reverse;
        height: fit-content;
    }

    .stock-swiper .slide__img {
        height: 400px;
        width: 100%;
        border-radius: 0 0 15px 15px;
    }

    .stock-swiper .content {
        width: 100%;
        min-height: 400px;
    }

    .instagram_section {
        padding-bottom: 60px;
    }

    footer {
        padding: 36px 0;
    }

    footer .footer-content .logo p,
    footer .footer-content .address li,
    footer .footer-content .copyright p {
        font-size: 12px;
    }

    .footer-content .main-menu li a,
    .footer-content .address-chose,
    .footer-content .address .address-list li,
    .footer-content .address .open-popup-btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .header-content .address {
        width: 225px;
    }

    .main_services-list .services_item {
        width: 100%;
        height: 320px;
    }
}

/*------*/
.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #14373FB3;
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.popup-inner {
    background: #fff;
    padding: 56px 29px 50px;
    border-radius: 5px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    position: relative;
}

.close-popup-btn,
#close-category-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    padding: 10px 15px;
    font-size: 25px;
    border: 0;
    color: rgba(63, 63, 63, 1);
    cursor: pointer;
}

.popup-inner h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgba(63, 63, 63, 1);
    margin-bottom: 16px;
}

.popup-inner h2 + p {
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgba(63, 63, 63, 1);
    margin-bottom: 36px;
}

.tab-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
    overflow: hidden;
}

.tab-btn {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid rgba(50, 37, 30, 0.3);
    border-left: none;
    transition: .3s;
    cursor: pointer;
}

.tab-btn:first-of-type {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid rgba(50, 37, 30, 0.3);
}

.tab-btn:last-of-type {
    border-radius: 0 5px 5px 0;
}

.tab-btn.active {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(30, 82, 92, 1);
    border-color: rgba(30, 82, 92, 1);
    transition: .3s;
}

.tab-content {
    display: none;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.tab-content.active {
    display: flex;
}

.tab-content .custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.tab-content .custom-select {
    padding: 16px;
    border: 1px solid rgba(45, 40, 44, 0.2);
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: rgba(63, 63, 63, 1);
}

.tab-content .custom-select:after {
    content: '';
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 8px;
    background-image: url(../img/menu_arr-dark.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: .5s;
}

.tab-content .custom-select.active:after {
    transform: rotate(180deg);
    transition: .5s;
}

.tab-content .custom-select .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: rgba(45, 40, 44, 1);
    margin-bottom: 4px;
}

.tab-content .custom-options {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 5px;
}

.tab-content .custom-option {
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.03em;
}

.tab-content .custom-option:first-of-type {
    padding-top: 16px;
}

.tab-content .custom-option:last-of-type {
    padding-bottom: 16px;
}

.tab-content .custom-option:hover,
.tab-content .custom-option.selected {
    color: rgba(30, 82, 92, 1);
}

.tab-content .custom-option .location-name {
    display: contents;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.03em;
}

.continue-btn {
    background-color: rgba(30, 82, 92, 1);
    width: 100%;
    border-radius: 5px;
    padding: 16px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.popup-form form br {
    display: none;
}

.popup-form form label {
    display: block;
    margin-bottom: 15px;
}

.popup-form input {
    padding: 16px;
    border: 1px solid rgba(45, 40, 44, 0.2);
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: rgba(63, 63, 63, 1);
    width: 100%;
}

.popup-form form .wpcf7-radio {
    display: flex;
    flex-direction: column;
}

.popup-form form .wpcf7-radio label {
    display: flex;
    align-items: center;
    gap: 15px;
}

.popup-form form .wpcf7-radio label input {
    width: fit-content;
}

.popup-form input[type="submit"] {
    background-color: rgba(30, 82, 92, 1);
    width: 100%;
    border-radius: 5px;
    padding: 16px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    text-transform: uppercase;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

@media screen and (max-width: 767px) {
    .popup-inner {
        padding: 24px 16px;
    }

    .popup-inner h2 {
        font-size: 24px;
    }

    .popup-inner h2 + p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .tab-buttons {
        margin-bottom: 16px;
    }

    .tab-btn {
        padding: 12px 15px;
        font-size: 14px;
    }

    .continue-btn {
        font-size: 14px;
    }
}

/*------*/