@font-face {
    font-family: 'Impact';
    src: url('../fonts/IMPACT.ttf');
    /*font-style: normal;*/
    /*font-display: swap;*/
}

html,body{
    margin: 0 auto;
    padding: 0;
    max-width: 1980px;
}
h1,h2,h3,p.fw-bold{
    font-family: "Impact";
}
.nav-link {
    color:#313131;
    font-weight: 900;
}
.like-switch-label__text {
    display: block;
    margin-right: 20px;
    font-size: 22px;
}

.like-switch-label {
    display: flex;
    align-items: center;
    padding: 9px 0;
}

.like-switch {
    position: absolute;
    opacity: 0;
}

.like-switch:checked + .switch-cover > .switch-circle {
    transform: translate3d(34px, 0, 0);
}

.like-switch:checked + .switch-cover > .switch-lang--ru {
    opacity: 0;
}

.like-switch:checked + .switch-cover > .switch-lang--ua {
    opacity: 1;
}

.switch-cover {
    width: 58px;
    height: 22px;
    cursor: pointer;
    border-radius: 17px;
    background-color: transparent;
    transition: background-color 0.4s;
    padding: 2px;
    border: 2px solid #313131;
    position: relative;
}

.switch-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #313131;
    transition: transform 0.3s ease;
    pointer-events: none;
    position: relative;
    z-index: 2;
}

.switch-lang {
    position: absolute;
    top: 2px;
    color: #313131;
    transition: opacity 0.2s;
    font-size: 13px;
}

.switch-lang--ru {
    right: 6px;
    top: 0;
}

.switch-lang--ua {
    left: 6px;
    top: 0;
    opacity: 0;
}

.text-category{
    background-color: #00C4C4;
    color: #fff;
    font-weight: bold;
    height: 200px;
}

.splide__slide{
    border: 1px solid #B6B6B6;
}

.btn-details{
    background-color: #444444;
    color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    width: 150px;
    text-align: center;
}

.btn-details:hover{
    background-color: #444444;
    color: #fff;
}

.bg-cat-text{
    background-color: #00C4C4;height: 200px;z-index: -1;
}



/******FOOTER*****/
.footer_inner {
    display: block;
    background: #434343;
    color: #fff;
}

.footer-container {
    width: 100%;
    margin: 0 auto;
    /*padding: 60px 70px 31px;*/
}

.footer-title p {

    font-size: 23px;
    font-weight: 600;
}

.footer-links li {
    list-style: none;
}

.footer-links li > a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
}

.phone {
    font-size: 1.9em;
    color: #fff;
    text-align: left;
    font-weight: 600;
}

.social-icons li {
    list-style-type: none;
    float: left;
    padding-top: 5px;
    padding-left: 15px;
}

.copyright-text {
    float: none;
    color: #ffffff;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: 300;
}

.video-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}
.video-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Затемнение */
    z-index: 1;
}
.video-content {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}
.video-content img {
    width: 100%;
    max-width: 450px; /* Размер логотипа */
    height: auto;
    margin-bottom: 50px;
}
.video-content div {
    color: white;
    font-size: 2.2em;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .bg-cat-text{
        height: 100%;
    }

    .video-content img {
        width: 100%;
        max-width: 250px;
        margin-bottom: 20px;
    }
    .video-content div {
        font-size: 1.2em;
    }
}