:root {
    --eye-main-color: #181818;
}
:root[theme = eye-theme] *{
    transition: .2s;
    color: #FFF;
    background: var(--eye-main-color);

    font-weight: 600;
    line-height: 2em;
    letter-spacing: 4px;
    filter: none;
    box-shadow: none;
}

:root[theme = eye-theme] .article-center{
    display: block;
}
:root[theme = eye-theme] a:hover,
:root[theme = eye-theme] a:hover i{
    color: var(  --yellow-color-dark);
}

:root[theme = eye-theme] img,
:root[theme = eye-theme] .camps__tent-camp__first-block,
:root[theme = eye-theme] .camps__health-camp__second-block,
:root[theme = eye-theme] .splide__slide__content,
:root[theme = eye-theme] .our-team__block__cards__item__photo__item {
    filter: grayscale(1);
}

:root[theme = eye-theme] .main-banner__wrapper .splide__slide::after {
    display: none;
}

:root[theme = eye-theme] iframe {
    filter: grayscale(1) invert(1) contrast(1.1) brightness(2);
}

:root[theme = eye-theme] .main-banner__wrapper,
:root[theme = eye-theme] .gallery,
:root[theme = eye-theme] .article__block
 {
    background-color: var(--eye-main-color);
    background-image: none;
}

:root[theme = eye-theme] .article__block button {
    outline: linen 1px solid;
}

:root[theme = eye-theme] .button__eye i{
    color: #1f1f1f;
}
:root[theme = eye-theme] .button__eye:hover i{
    color: var(  --yellow-color-dark);
}
:root[theme = eye-theme] .main-banner__main-header__logo img {
    margin: 0;
}
:root[theme = eye-theme] a {
    text-decoration-color: #FFF;
}
:root[theme = eye-theme] h1 {
    font-size: clamp(30px, 4vw, 40px);
}
:root[theme = eye-theme] h2 {
    font-size: clamp(26px, 4vw, 36px);
}
:root[theme = eye-theme] h3 {
    font-size: clamp(20px, 4vw, 26px);
}
:root[theme = eye-theme] h1::after,
:root[theme = eye-theme] h2::after,
:root[theme = eye-theme] h3::after {
    display: none;
}

:root[theme = eye-theme] .text {
    font-size: clamp(24px, 4vw, 27px);
}

:root[theme = eye-theme] section:not(.splide), 
:root[theme = eye-theme] footer {
    outline: linen 1px solid;
}
:root[theme = eye-theme] .main-banner__pre-header img {
    max-height: 35px;
}


#card-slider > div.splide__progress > div {
    background: none;
}

:root[theme = eye-theme] .camps .splide__slide .card{
    background-color: var(--eye-main-color);
} 

:root[theme = eye-theme] .splide__slide .card { 
  box-shadow: 0px 4px 3px rgba(255, 255, 255, 0.4);
  filter: drop-shadow(5px 5px 0px #FFF)
  }
:root[theme = eye-theme] .splide__slide.is-active .card { 
  box-shadow: 0px 4px 3px rgba(255, 255, 255, 0.4);
  filter: drop-shadow(5px 5px 0px #FFF)
  }

:root[theme = eye-theme] .button__inner{
    -webkit-box-shadow: 0px 0px 0px 3px rgb(255, 255, 255);
    -moz-box-shadow: 0px 0px 0px 3px rgb(255, 255, 255);
    box-shadow: 0px 0px 0px 3px rgb(255, 255, 255);
}
:root[theme = eye-theme] .slider-navigation  {
    font-size: 30px;
}

body {
    transition: .2s;
}


:root[theme = eye-theme] details[open] summary + div {
    border-top: #FFF 2px solid;
}


:root[theme = eye-theme] .our-team__block__cards__item{
    outline: #FFF 2px solid;
}

:root[theme = eye-theme] .our-team__block__cards__item__info__title:after,
:root[theme = eye-theme] .our-team__block__cards__item__info__title::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    margin: 30px 0 20px 0 ;
}

:root[theme = eye-theme] .main-banner__main-header {
    border: solid #FFF 2px
}
:root[theme = eye-theme] .main-banner__main-header__btn div{
    background-color: #FFF;
}

@media screen and (max-width: 900px) {
    :root[theme = eye-theme] .main-banner__main-header__menu {
        outline: solid #FFF 2px
    }
}

:root[theme = eye-theme] .gallery__block__header__button__inner svg {
    height: 32px;
    width: 32px;
}

:root[theme = eye-theme] .gallery__block__header__button__inner svg circle,
:root[theme = eye-theme] .gallery__block__header__button__inner svg rect{
    stroke: #FFF
}

:root[theme = eye-theme] .gallery__block__header__button__inner {
    border: solid #FFF 2px
}
:root[theme = eye-theme] .footer__block__menu__nav a{
    width: 100%;
}
:root[theme = eye-theme] .footer__block{
    font-size: clamp(20px, 4vw, 22px);
}
:root[theme = eye-theme] .footer__block__logo{
    font-size: clamp(16px, 4vw, 20px);
}
:root[theme = eye-theme] .faq__question details{
    outline: #FFF 2px solid;
}


:root[theme = eye-theme] .our-team__block__cards__item__info {
    width: 100%;
    flex-wrap: wrap;
}

:root[theme = eye-theme] .our-team__block__cards__item__photo {
    padding-left: 0;
    padding-right: 0;
    max-width: auto;
}

:root[theme = eye-theme] .our-team__block__cards__item__photo__item {
background-position: center top;
}