a{
    text-decoration: none!important;
}
button{
    outline: none!important;
}
.dnone {
    display: none;
}

.pt-25 {
    padding-top: 25px;
}

.inline-div {
    display: inline-flex;
}

.main-menu {
    padding-top: 20px;
}

.item p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.header {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 999;
}

.header .logo img {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 50px;
}

.header-scrolled {
    background-color: rgba(250, 250, 250, 0.95);
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.5);
}

.nav-menu > li {
    float: left;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu a {
    padding: 0 18px;
    margin: 0 -2px;
    text-decoration: none;
    display: inline-block;
    color: #252525;
    font-weight: 500;
    font-size: 15px;
    /*text-transform: capitalize;*/
    outline: none;
    background-color: transparent;
}


.switch-lang {
    background: none;
    border: 2px solid #000000;
    box-sizing: border-box;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.right-col-logo img {
    margin-left: 15px;
}

.banner-area {
    width: 100%;
    height: auto;
    /*    margin-bottom: 50px;*/
}

.home-banner {
    display: block;
    margin: 0 auto;
}

.text-justify{
    text-align: justify;
}

.header-scrolled {
    background-color: rgba(247, 247, 247, 0.95);
    box-shadow: 0 0 10px rgb(68 68 68 / 50%);
}

.header .logo img {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.dnone {
    display: none;
}

.lang{
    border: 2px solid #000000;
    color: #000000;
}
.lang.active{
    border: 2px solid #000000;
    background-color: #B4A0A0;
    color: #FFFFFF;
}
.banner{
    background: url("../img/main_ban.png") no-repeat 100%;
    height: 600px;
    background-size: cover;
}

.banner-face{
    background: url("../img/face/banner.png") no-repeat 100%;
    height: 600px;
    background-size: cover;
}


/*============HAIR SECTION==============*/

.item img{
    max-width: 250px;
}

.btn-link{
    border: 1px solid #000000;
    padding: 10px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    display:block;
    margin: 0 auto;
}
.btn-link:hover{
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.btn-detail{
    background-color: #000000;
    color: #FFFFFF;
    border: 2px solid #000000;
    padding: 15px 30px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 196px;
}

.btn-detail:hover{
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #000000;
}

/*============INSTAGRAM SECTION==============*/
.block-title{
    width: 100%;
    background-color: #000000;
    color: #ffffff;
}

/*==============END========================*/
/*============ABOUT SECTION==============*/

.image-about{
    position: relative;
    /*background: 102% 100% / contain no-repeat url("img/about_img.svg"), url("img/about_img.svg") no-repeat 608% -14px;*/
    /*background: url("img/about_img.svg") no-repeat ;*/
    /*background-size: 93%;*/
    /*overflow: hidden;*/
}

.image-about img{
    width: 80%;
    float: right;
}

.text-about p{
    text-align: justify;
}
/*==============END========================*/

.owl-nav button.owl-prev{
    color: #000000!important;
    /* width: 30px; */
    /* height: 30px; */
    font-size: 50px!important;
    position: absolute;
    left: -10px;
    top: 25%;
}

.owl-nav button.owl-prev:hover{
    background: 0 0 !important;
}
.owl-nav button.owl-next:hover{
    background: 0 0 !important;
}

.owl-nav button.owl-next{
    color: #000000!important;
    /* width: 30px; */
    /* height: 30px; */
    font-size: 50px!important;
    position: absolute;
    right: -10px;
    top: 25%;
}



/********************/
.care-filter-section {
    text-align: center;
    font-family: inherit;
}

.care-filter-title {
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: .05em;
    margin-bottom: .2rem;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.care-filter-subtitle {
    font-size: 1rem;
    margin-bottom: 1.8rem;
    color: #333;
}

/* Кнопки-фільтри */
.care-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin-bottom: 2rem;
}

.care-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .45rem .9rem;
    border: 1.5px solid #333;
    background: #fff;
    font-size: .85rem;
    cursor: pointer;
    transition: background .2s, color .2s;
    border-radius: 0;
    white-space: nowrap;
}

/* Псевдо-чекбокс перед текстом */
.care-filter-btn::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1.5px solid #333;
    flex-shrink: 0;
    background: #fff;
    transition: background .2s, border-color .2s;
}

.care-filter-btn.active {
    background: #111;
    color: #fff;
    border-color: #111;
}

.care-filter-btn.active::before {
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23111' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat;
    border-color: #fff;
}

.care-item.care-hidden {
    display: none !important;
}
/*============FOOTER==============*/
.footer {
    background-color: #B4A0A0;
}

.top-footer .footer-container {
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 90px;
}

.footer-block .title span {
    font-size: 16px;
    text-transform: uppercase;
    color: #646464;
}

.footer-block p {
    font-size: 16px;
}

.footer-block .title span {
    font-size: 16px;
    text-transform: uppercase;
    color: #646464;
}

.footer-block .links {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    color: #646464;
}

.footer-block .phone {
    font-size: 1.7em
}

.top-footer li {
    list-style-type: none;
    padding-bottom: 5px;
}

.top-footer li a {
    color: #444444;
}

.social-icons li {
    float: left;
    padding-top: 5px;
}

.social-icons ul li:nth-child(1) {
    padding-right: 10px;
}

.social-icons ul li:nth-child(2) {
    padding-right: 10px;
}

.social-icons ul li:nth-child(3) {
    padding-right: 10px;
}

.social-icons ul li:nth-child(4) {
    padding-right: 10px;
}

.social-icons ul li:nth-child(5) {
    padding-right: 10px;
}

.social-icons ul li:nth-child(6) {
    padding-right: 10px;
}

.social-icons li a img {
    width: 28px;
}

.footer-copyright {
    margin: 0 auto;
}

.copyright-text {
    float: none;
    color: #ffffff;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: 300;
}

.footer-phone {
    font-weight: 600;
    color: #444444;
}

.bottom-footer {
    border-top: 1px solid #BCC3C9;
    height: 60px;
    padding-top: 20px;
    bottom: 0;
    background-color: #ffab6a
}

.bottom-footer p {
    font-size: 14px;
    color: #ffffff
}
/*=========FOOTER END=========*/

@media (max-width: 767px) {
    .dnone {
        display: block;
    }

    .nav-menu a {
        font-size: 17px;
    }

    .header {
        position: relative;
    }

    .inline-div {
        display: block;
        /*padding-top: 30px;*/
    }
}