/*
  Theme Name: Vilna
  Author: coderiver
  Author URI: https://site.com
  Text Domain: vilna
  Theme URI: https://site.com
  Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
  Requires at least: 6.1
  Tested up to: 6.2
  Requires PHP: 5.6
  Version: 1.0
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

body.logged-in .header {
    padding-top: 28px;
}

/*remove later*/




/*homepage*/

.care__picture{
    background-image: url("assets/img/main/care-bg.jpg");
}
.header__menu-image {
    position: absolute;
    top: 0;
    height: 100%;
}
/*team*/

.team-career{
    overflow-x: clip;
}

/*single*/

.single-hero__item .service-single-card__intensiveWrap:before{
    display: none;
}
.single-hero__inner img{
    mix-blend-mode: multiply;
    max-height: inherit;
    object-fit: cover;
}

.single-hero__img{
    width: 100%;
    max-height: 540px;
}

.single-product-slider__slide{
    max-width: 641px;
}

/*massages*/

.massage-general{
    position: relative;
}


.introduction__img, .introduction__img img{
    height: 100%;
    object-fit: cover;
}

/*team*/

.our-team-list__item{
    position: relative;
}
.our-team-list__link{
    position: absolute;
    inset: 0;
}
.team-card__link{
    position: relative;
    z-index: 10;
}

.trainer-hero {
    background-image: url("assets/img/html-assets/trainer-bg.png");
    min-height: auto;
}
.trainer-quote__info{
    align-items: center;
}
.trainer-quote__info img{
    position: unset;
}

.trainer-quote__text{
    margin-bottom: 0;
}
.trainer-info__img img {
    mix-blend-mode: multiply;
}
.trainer-quote__label{
    margin-top: 15px;
}
.trainer-info__media{
    min-height: 590px;
    height: 100%;
    justify-content: flex-start;
}
.trainer-info .trainer-info__img{
    height: auto;
}
.trainer-info .trainer-info__img img{
    height: 100%;
    object-fit: cover;
}
/*contacts*/

.contacts-hero{
    height: 100vh;
}

.massage-schedule{
    margin-bottom: 150px;
}

.feature-card__title{
    max-width: 320px;
}

/*faq*/

.faq .accordion-list__item ul{
    list-style: disc;
    padding-left: 50px;
    margin-block: 10px;
}
.faq .accordion-list__text strong{
    font-weight: 600;
}
.faq .accordion-list__text span{
    display: block;
}

/*vacancy*/

.vacancy-hero__image-wrapper {
    width: 100%;
    max-width: 43%;
    border-radius: 24px;
    overflow: hidden;
}
.vacancy-hero__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*membership*/

.subscriptions-tabs-list{
    justify-content: center;
}
.subscriptions-tabs-list__btn{
    height: 100%;
    justify-content: center;
}
.subscriptions-general__overlay{
    height: 90%;
}
@media (max-width: 768px) {
    .faq .accordion-list__item ul{
        padding-left: 20px;
    }
}
@media (max-width: 1024px) {
    .vacancy-hero__image-wrapper {
        max-width: 100%;
        margin-top: 50px;
    }
    .trainer-info__media{
        min-height: auto;
    }
    .trainer-info .trainer-info__img{
        height: 275px;
    }
}