body {
    background-color: #f9f9f9;
}

.border-video {
    border: solid 5px rgba(200, 200, 200, 0.5) !important; /* Полупрозрачная граница */
}



/* Скрываем все элементы управления, кроме кнопки Play */
.video-js .vjs-control-bar {
    display: flex;
    justify-content: center; /* Центрируем кнопку Play */
}

.video-js .vjs-control-bar > * {
    display: none; /* Скрываем все элементы */
}

.video-js .vjs-play-control {
    display: block !important; /* Показываем только кнопку Play */
}



/* Скрываем стандартную панель управления */
.card-body  .video-js .vjs-control-bar {
    display: none;
}

/* Стили для кастомной кнопки Play */
.card-body .video-js .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Центрируем кнопку */
    width: 80px; /* Размер кнопки */
    height: 80px;
    border-radius: 50%; /* Делаем кнопку круглой */
    border: none;
    background-color: rgba(255, 255, 255, 0.3); /* Цвет фона */
    cursor: pointer;
    margin-top: 0;
    margin-left: 0;
}

/* Стили для иконки внутри кнопки Play */
.card-body  .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
    content: "▶"; /* Убираем стандартную иконку */
    display: block;
    line-height: 70px;
    width: 100%;
    height: 100%;
}

.card-body .video-js.vjs-paused .vjs-big-play-button {
    display: block; /* Уберите это, если есть */
}

.star {
    filter: invert(65%) sepia(99%) saturate(2140%) hue-rotate(359deg) brightness(104%) contrast(108%);


}
.order-label {
    min-width: 35%;
    max-width: 45%;
}

.progress, .progress-stacked {
    --bs-progress-height: 5px;
}

.footer {
    padding: 30px 0;
    background: #222;
    color: #fff;
    font-size: 14px
}

.footer a {
    color: #fff
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 50px;
    flex-wrap: wrap
}

.footer__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 270px
}

#s-2 {
    border-radius: 5px;
    padding: 10px;
    max-width: 150px;
    border: none
}

.footer__item__heading {
    font-family: "Gilroy", "Tahoma", sans-serif;
    font-size: 15px
}

.footer__item__pay div {
    display: flex;
    gap: 10px
}

.header__messengers, .footer__messengers {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer__phone {
    /*align-items: start;*/
}

.header__phone, .footer__phone {
    display: flex;
    flex-direction: column;
    /*align-items: end;*/
    gap: 8px;
}

.header__phone a:first-child, .footer__phone a:first-child {
    letter-spacing: .3px;
}

.footer a {
    color: #fff;
}

.header__phone a, .footer__phone a {
    text-decoration: none;
    font-family: "Gilroy", "Tahoma", sans-serif;
    font-size: 20px;
}

/* Закрываем телефон */
/*.mobile-experience {*/
/*    background-image: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0));*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/*.footer .mobile-experience {*/
/*    background-image: linear-gradient(90deg, #ffffff 0%, rgba(0, 0, 0, 0));*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

.footer .footer__address {
    padding: 0;
    margin: 0;
}

.btn {

    --bs-btn-border-radius: 0;
}
.bg-danger, .btn-danger {
    background-color: #f75a53;
}

.what-block .what-item {
    max-width: 55px;
}

textarea.cke_source {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    font-family: monospace !important;
}

.navbar-brand img {
    max-height: 63px;
}

.phone-top .phone {
    font-size: 2.2em;
}


@media (min-width:400px)  {
    .navbar-brand img {
        max-height: 55px;
    }

    .phone-top .phone {
        font-size: 2.2em;
    }
}

@media (max-width: 1023px) {
    #feedback .container.d-flex {
        flex-direction: column; /* Ставим картинку сверху */
        text-align: center;
    }

    #feedback img {
        margin: 0 auto 1rem; /* Центрируем картинку и отступ снизу */
    }

    #feedback .text-sm-start {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .mobile-column {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }

    .mobile-column .btn {
        margin-bottom: 1rem !important;
    }

    .mobile-column .ms-5 {
        margin-left: 0 !important;
    }
}

.phone-top > div:first-child {
    display: flex;
    align-items: center; /* Выравнивание по вертикали */
    gap: 10px; /* Расстояние между телефоном и иконкой */
}

.phone-top .phone {
    white-space: nowrap; /* Чтобы номер не переносился */
}

.phone-top .whatsapp, .phone-top .telegram {
    margin-top: 7px;
}

.tooltip {
    --bs-tooltip-bg: var(--bs-red);
}

.tooltip-inner {
    background-color: var(--bs-red); /* Bootstrap red */
    color: #fff;
}
