[theme="dark"] > body {
    filter: invert(1) hue-rotate(180deg);
    background-color: #000;
}

[theme="dark"] > body img,
[theme="dark"] > body iframe {
    filter: invert(1) hue-rotate(180deg);
}

[theme="dark"] > body .movieDivWrap {
    background-color: #fff !important;
}

[theme="dark"] > body .youtube-player img:hover {
    filter: invert(1) hue-rotate(180deg) brightness(80%);
}

[theme="dark"] .tk-modal-overlay {
    height: 100vh;
}

[theme="dark"]  a#sugester_widget {
    top: 150px !important;
}

.theme-icon {
    cursor: pointer;
    display: inline-flex;
    vertical-align: top;
    cursor: pointer;
    margin-right: -15px;
}

.theme-icon .icon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
}

.theme-icon.mobile .icon {
    width: 20px;
    height: 20px;
    opacity: 0.8;
}

.theme-icon .icon:focus {
    outline: none;
}

.theme-icon .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23000000'%3E%3Cpath d='M480-280q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q83 0 141.5 58.5T680-480q0 83-58.5 141.5T480-280ZM200-450H40v-60h160v60Zm720 0H760v-60h160v60ZM450-760v-160h60v160h-60Zm0 720v-160h60v160h-60ZM262-658l-100-97 43-44 96 100-39 41Zm494 496-98-100 41-41 99 98-42 43Zm-99-537 98-99 44 42-99 98-43-41ZM162-205l99-98 42 42-98 99-43-43Z'/%3E%3C/svg%3E");
}

[theme="dark"] > body .theme-icon .icon {
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23000000'%3E%3Cpath d='M479.96-144Q340-144 242-242t-98-238q0-140 97.93-238t237.83-98q13.06 0 25.65 1 12.59 1 25.59 3-39 29-62 72t-23 92q0 85 58.5 143.5T648-446q49 0 92-23t72-62q2 13 3 25.59t1 25.65q0 139.9-98.04 237.83t-238 97.93Z'/%3E%3C/svg%3E");
}

.theme-icon.mobile .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23FFFFFF'%3E%3Cpath d='M480-280q-83 0-141.5-58.5T280-480q0-83 58.5-141.5T480-680q83 0 141.5 58.5T680-480q0 83-58.5 141.5T480-280ZM200-450H40v-60h160v60Zm720 0H760v-60h160v60ZM450-760v-160h60v160h-60Zm0 720v-160h60v160h-60ZM262-658l-100-97 43-44 96 100-39 41Zm494 496-98-100 41-41 99 98-42 43Zm-99-537 98-99 44 42-99 98-43-41ZM162-205l99-98 42 42-98 99-43-43Z'/%3E%3C/svg%3E");
}

[theme="dark"] > body .theme-icon.mobile .icon {
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23FFFFFF'%3E%3Cpath d='M479.96-144Q340-144 242-242t-98-238q0-140 97.93-238t237.83-98q13.06 0 25.65 1 12.59 1 25.59 3-39 29-62 72t-23 92q0 85 58.5 143.5T648-446q49 0 92-23t72-62q2 13 3 25.59t1 25.65q0 139.9-98.04 237.83t-238 97.93Z'/%3E%3C/svg%3E");
}

[theme="dark"] .box-przeboje:nth-of-type(2n),
[theme="dark"] .left-box.bg-green {
    background-color: #c8edab;
}

[theme="dark"] .left-box.bg-green {
    border-color: #c8edab;
}

[theme="dark"] .search-box {
    background: #62ae25 linear-gradient(0deg, #7aba46, #62ae25) repeat-x;
}

[theme="dark"] .big-buttons a,
[theme="dark"] .btn-primary {
    background: #62ae25 linear-gradient(0deg, #7aba46, #62ae25) repeat-x;
}

[theme="dark"] a.sugester_widget_right {
    margin-right: 0 !important;
    width: 27px !important;
}

[theme="dark"] .btn-secondary,
.search-box .inner .search-form .submit {
    background: #f60 linear-gradient(0deg, #ff7d26, #f60) repeat-x;
}

@media only screen and (min-width: 768px) {
    [theme="dark"] .topmenu>ul li,
    [theme="dark"] .box-top,
    [theme="dark"] .pokaz-rev,
    [theme="dark"] .right-column .belka {
        background: #62ae25 linear-gradient(0deg, #7aba46, #62ae25) repeat-x;
    }
}