body.active {
    overflow: hidden;
}

@media (min-width: 1110px) {
    body.active {
        overflow: auto;
    }
}

.header__logo-holder {
    display: inline-block;
    height: 50px;
}

.header__logo-holder img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.header11.header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.header11.header.color {
    background-color: var(--SECONDARY_MAJOR_COLOR);
}

.header11 .header__container {
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    max-width: 1440px;
}

@media (min-width: 1110px) {
    .header11 .header__container {
        align-items: normal;
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 40px;
        padding-left: 20px;
        transition: all 0.3s ease 0s;
    }

    .header11 .header__container.small {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.header11 .header__nav {
    padding: 45px 20px;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    background-color: var(--SECONDARY_MAJOR_COLOR);
}

@media (min-width: 1110px) {
    .header11 .header__nav {
        position: static;
        background-color: transparent;
        width: auto;
        height: auto;
        padding: 0;
        transition: all 0s ease 0s;
    }
}

.header11 .header__nav.active {
    left: 0;
}

.header11 .header__burger {
    overflow: hidden;
    position: relative;
    z-index: 100;
    width: 40px;
    height: 16px;
    transition: all 0.3s ease 0s;
}

@media (min-width: 1110px) {
    .header11 .header__burger {
        display: none;
    }
}

.header11 .header__burger span {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease 0s;
    background: var(--PRIMARY_MAJOR_COLOR);
}

.header11 .header__burger span:first-child {
    top: 0;
}

.header11 .header__burger span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

.header11 .header__burger span:last-child {
    bottom: 0;
}

.header11 .header__burger.active span:first-child {
    top: 50%;
    transform: rotate(45deg) scale(0.7);
}

.header11 .header__burger.active span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
    opacity: 0;
    left: 20px;
}

.header11 .header__burger.active span:last-child {
    bottom: 50%;
    transform: rotate(-45deg) scale(0.7);
}

.header11 .menu-main-menu-container {
    height: 100%;
    overflow: auto;
}

@media (min-width: 1110px) {
    .header11 .menu-main-menu-container {
        overflow: visible;
        background-color: transparent;
    }
}

@media (min-width: 1110px) {
    .header11 .menu-main-menu-container ul {
        display: flex;
        height: 100%;
    }
}

@media (min-width: 1110px) {
    .header11 .menu-main-menu-container ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 10px;
        transition: all 0.3s ease 0s;
    }

    .header11 .menu-main-menu-container ul li:hover {
        background: var(--SECONDARY_MINOR_COLOR);
    }

    .header11 .menu-main-menu-container ul li:hover a {
        color: var(--SECONDARY_MAJOR_COLOR);
    }

    .header11 .menu-main-menu-container ul li:hover a.scroled {
        color: var(--SECONDARY_MAJOR_COLOR);
    }

    .header11 .menu-main-menu-container ul li.current-menu-item {
        background: var(--SECONDARY_MINOR_COLOR);
    }

    .header11 .menu-main-menu-container ul li.current-menu-item a {
        color: var(--SECONDARY_MAJOR_COLOR);
    }
}

.header11 .menu-main-menu-container ul li a {
    white-space: nowrap;
    font-size: 30px;
    text-decoration: var(--TEXT_DECORATION);
    color: var(--SECONDARY_MINOR_COLOR);
}

.header11 .menu-main-menu-container ul li a.scroled {
    color: var(--SECONDARY_MINOR_COLOR);
}

@media (min-width: 1110px) {
    .header11 .menu-main-menu-container ul li a {
        font-size: 20px;
        transition: all 0.3s ease 0s;
    }
}

.hero {
    width: 100%;
}

.hero__slider-next,
.hero__slider-prev {
    padding: 35px 20px;
    border-radius: 5px;
}

.hero__slider-container {
    width: 100%;
    height: 100%;
}

.slide-hero {
    position: relative;
}

.slide-hero__pic {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.slide-hero__pic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-color: var(--SECONDARY_MAJOR_COLOR);
}

.slide-hero__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide-hero__container {
    min-height: 100vh;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    max-width: var(--CONTAINER_WIDTH);
}

.hero__slider-next,
.hero__slider-prev {
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    outline: none;
    color: var(--PRIMARY_MAJOR_COLOR);
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    position: relative;
    z-index: 2;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    position: relative;
    z-index: 2;
}

.slide-hero__title {
    text-align: center;
    font-size: 50px;
    margin-bottom: 25px;
    color: var(--SECONDARY_MAJOR_COLOR);
}

.slide-hero__subtitle {
    max-width: 600px;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--SECONDARY_MAJOR_COLOR);
}

.slide-hero__btn-holder {
    display: flex;
    flex-wrap: wrap;
}

.slide-hero__btn-wrap {
    padding: 5px;
    flex: 1 1 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-hero__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: var(--TEXT_DECORATION);
    color: var(--PRIMARY_MINOR_COLOR);
    background-color: var(--PRIMARY_MAJOR_COLOR);
}

.slide-hero__btn:hover {
    text-decoration: none;
    color: var(--PRIMARY_MAJOR_COLOR);
    background-color: var(--PRIMARY_MINOR_COLOR);
}

.slide-hero__btn span {
    white-space: nowrap;
    position: relative;
    z-index: 2;
}
