.topmenu {
    background-color: rgba(18, 17, 20, 0.8);
}
.topmenu.fixed-top {
    margin: 0;
}
.btn-centered {
    margin: 0 auto;
}
.btn-white {
    color: #2B241F;
    background-color: #fff;
}
.btn-white:hover {
    color: #fff;
    background-color: #4b3f37;
    background-color: rgba(75, 63, 55, 1);
}
.navbar__items .navbar__subitems {
    display: flex;
    padding: 20px 0 0 0;
}
.navbar__items > ._folder > .navbar__subitems {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 80px;
    height: calc(100vh - 228px);
    margin: 0;
}
.navbar__items > ._folder > .navbar__subitems > ul {
    display: flex;
    justify-content: center;
    top: 40%;
    position: relative;
    transform: translateY(-40%);
    column-gap: 30px;
}
.navbar__items > ._folder > .navbar__subitems:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(18, 17, 20, 0.8);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    /*
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    */
}
.navbar__items li::marker {
    color: transparent;
}
.navbar__item span {
    position: relative;
}
.navbar__subitems .navbar__item._folder {
    width: 280px;
    max-width: 280px;
}
.navbar__subitems .navbar__item-link {
    text-transform: none;
}
.navbar__item-title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #484663;
    padding: 30px 0px;
    --tw-text-opacity: 1;
    color: #e6d6a7;
    color: rgba(230, 214, 167, var(--tw-text-opacity, 1));
}
.services__price-text {
    padding-left: 1.25rem;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1218px) {
    .navbar {
        width: 100%;
        gap: 2.25rem;
    }
    .navbar__items .close-menu-btn {
        display: none;
    }
    .navbar__items {
        width: 100%;
        gap: 0;
    }
    .navbar__item {
        position: relative;
        text-align: center;
        padding: 1.25rem 0 0;
    }
    .navbar__item-title {
        position: relative;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase!important;
        padding: 0;
        max-width: 200px;
        margin: 0 auto;
        border-bottom: 0;
        line-height: 1;
        margin-top: 0.25rem;
        transition: 0.3s ease;
    }
    .navbar__item-title.opened {
        color: #c0ad75;
        color: rgba(192, 173, 117, var(--tw-text-opacity, 1));
    }
    .navbar__items .navbar__item.level-1:last-child::after {
        content: "";
        bottom: -0.625rem;
        left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #4b3f37;
    }
    .navbar__item.level-1:before, .navbar__item.level-2:before {
        content: "";
        top: 0.625rem;
        left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #4b3f37;
    }
    .navbar__item.level-2 .navbar__subitems {
        padding: 0 0 1.25rem;
        border-top: 1px solid #4b3f37;
        background: #4b3f37;
        margin: 0.625rem 0 -0.625rem;
    }
    .navbar__items .navbar__subitems {
        justify-content: center;
    }
    .navbar__subitems .navbar__item._folder {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-bottom: 0;
    }
    .navbar__item._folder .navbar__subitems {
        display: none;
    }
    .navbar__item-link-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }
    .navbar__item-link-wrapper svg {
        color: #c0ad75;
    }
    .navbar__item-link-wrapper.dropdown-opened svg {
        display: block;
    }
    .navbar__item.level-2 .navbar__item-link-wrapper.dropdown-opened svg {
        color: #c0ad75;
    }
    .navbar__item-link {
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        width: 100%;
    }
    .navbar__items .navbar__subitems {
        padding: 0;
    }
    .navbar__items .navbar__subitems ul {
        width: 100%;
        margin-bottom: 0;
    }
    .navbar__items > ._folder > .navbar__subitems {
        position: static;
        height: auto;
    }
    .navbar__items > ._folder > .navbar__subitems > ul {
        flex-direction: column;
        top: 0;
        transform: translateY(0);
    }
    .navbar__items > ._folder > .navbar__subitems:before {
        content: none;
    }
    .mobile__header {
        width: 100%;
        text-align: center;
    }
    .mobile__phone-block {
        width: 100%;
        justify-content: center;
    }
    .mobile__phone-block .topmenu__right-phone {
        display: block;
    }
}
@media screen and (min-width: 1218px) {
    .topmenu {
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
        width: auto;
        margin: 0 70px;
        /*
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        */
    }
    .navbar {
        position: static;
        transform: none;
    }
    .navbar .btn {
        display: none;
    }
    .navbar__items {
        position: static;
    }
    .navbar__item-link._home {
        display: none;
    }
    .topmenu.fixed-top .navbar__items > ._folder > .navbar__subitems {
        height: calc(100vh - 64px);
        top: 64px;
    }
    .navbar__item {
        padding: 10px 0;
    }
    .navbar__item-link-wrapper svg {
        display: none;
    }
    
    .navbar__items .close-menu-btn {
        cursor: pointer;
        z-index: 50;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .navbar__item-title:hover {
        cursor: initial;
        color: #e6d6a7;
        color: rgba(230, 214, 167, var(--tw-text-opacity, 1));
    }
    
    /* .navbar__item_information {
        position: relative;
    }
    
    .information-wrapper:hover + .navbar__subitems {
        display: block;
    } 
    
    .information-wrapper:hover + .navbar__subitems {
        width: 300px;
        max-height: fit-content;
        padding: 8px 12px;
    }
    
    .information-wrapper + .navbar__subitems ul {
        top: unset !important;
    }
    
    .information-wrapper + .navbar__subitems svg {
        display: none;
    }*/
}

#offcanvas-menu-opener {
    width: 50px;
    height: 50px;
}