/* Шапка */
.has-arrow {
    position: relative;
}

.has-arrow::after {
    content: '';
    display: block;
    position: absolute;
    right: -3px;
    top: 50%;

    width: 5px;
    height: 5px;
    border: 0;
    border-right: 2px solid black;
    border-bottom: 2px solid black;

    transform: translateY(-70%) rotate(45deg);
}

.current-page {
    position: relative;
}

.current-page::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 7px;
    right: 7px;
    height: 1.5px;
    background-color: #2b2b2b;
}

@media (max-width: 1200px) {
    .header-menu__item {
      margin: 0 10px 0 0;
      padding: 5px;
      display: inline-block;
    }
}

@media (max-width: 992px) {
    .header-menu__item {
      display: block;
    }

    .has-arrow::after {
        right: -10px;
    }

    .current-page::before {
        content: "";
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
    }
}

.khakim-whatsapp {
    margin-right: 10px;
    transition: .2s linear opacity;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.khakim-whatsapp img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.khakim-whatsapp:hover {
    opacity: .5;
}

.header-mobile {
    background-color: #fff;
}


@media(max-width:440px) {
    .btn-outline-theme span, .btn-outline-theme-white span {
        font-size: 12px;
        padding: 6px;
        letter-spacing: 0;
    }

    .khakim-whatsapp {
        width: 24px;
        height: 24px;
        
        margin-right: 4px;
    }

    .header-contacts__phone {
        font-size: 14px;
        font-weight: 700;
    }
}




/*Форма обратной связи*/
.khakim-span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}


/* Аккордеон */
.faq--dark.show .faq__title {
    padding: 25px 30px;
    background-color: #2e2f34;
}

.faq--dark.show .faq__content {
    background-color: #2e2f34;
    color: #dbdbdb;
    font-size: 18px;
    line-height: 1.6;
}

@media(max-width:690px) {
    .faq-section {
        padding: 0 20px;
    }
}


/* Этапы */
.how-item:hover::before {
    background-color: gray !important;
}


/* 6 причин обратиться */
.reasons {
    background-color: #1e1f22;
}

.khakim-h2 {
    color: white;
    padding-bottom: 30px;
}

.card-descr__text {
    font-size: 17px;
}

.card-descr {
    background-color: #2d2e30;
    color: #fff;
}


/* Вопросы и ответы */
.faq__content {
    font-size: 16px;
}

.khakim-faq {
    background-color: #2e2f34;
}

.khakim-faq .faq__title,
.khakim-faq h4,
.khakim-faq p {
    color: #dbdbdb;
}

.khakim-faq .faq__title {
    font-weight: 500;
}

.khakim-faq p {
    font-size: 17px;
    font-weight: 500;
}

.khakim-faq .faq__title:hover {
    color: #ea3ead;
}



/* Главный экран на мобилке */
.main-screen__list li span {
    top: 20px;
}


@media(max-width:600px) {
    .main-screen {
        background-position: left;
    }
}


@media(max-width:992px) {
    .header-content__second {
        background: #202020;
    }

    .header-menu__link{
        color: #fff;
        font-weight: 500;
    }

    .has-arrow::after {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .header-menu__submenu a {
        border-bottom: 0;
    }

    .current-page::before {
        background-color: #fff;
    }

    .header-menu__link {
        text-transform: none;
    }
}

@media(max-width:768px) {
    .modal-capture__section {
        padding: 20px;
    }
}

@media(max-width:424px) {
    .main-screen__title {
        font-size: 26px;
        line-height: 1.4;
    }
}


/* Цвета сайта */
.khakim-dark,
.review__box {
    background-color: #1e1f22;
}

.khakim-dark-font {
    color: #1e1f22;
}

.khakim-white,
.descr-line__value {
    color: #ececec;
}

.khakim-dark-black {
    background-color: #111111;
}

.khakim-gray {
    background-color: #e7e7e7;
}

body {
    background-color: #1e1f22;
    color: #ececec;
}

.page-title {
    color: #ececec;
}

.product-card__title {
    color: #ececec;
}


/*Подвал*/
.list > li:before, .list-menu-item:before {
    color: white;
}

.list > li a:hover {
    color: #ea3ead !important;
    opacity: .5;
}


/* Модалка */
.modal-capture__body {
    color: #111111;
}


/* Футер */
.footer-links__social a:hover {
    color: #ea3ead;
}



/* Сотрудники */
.worker-name {
    margin-top: 15px;
    font-weight: 700;
    font-size: 18px;
}

.worker-info {
    opacity: .8;
    font-weight: 400;
}


/* Магазин */
.product-card__img-box {
    transition: .2s linear opacity;
    cursor: pointer;
}

.product-card__img-box:hover  {
    opacity: .4;
}

.product-card__img-box {
    height: 300px;
}

.product-card__img-box img {
    height: 100%;
    object-fit: cover;
}

@media(max-width:500px) {
    .product-card__img-box {
        height: 200px;
    }
}


/* Контакты */
.khakim-cities {
    padding: 0 !important;
    margin: 20px 0 10px;
    font-weight: 600;
}

@media(max-width:540px) {
    .khakim-h1 {
        font-size: 20px;
    }
}

.bh-w-powered-by {
    opacity: 0!important;
}