:root {
    --navbar-bg-color: #898d8e;
    --main-section-bg-color: #b7bcbe;
}

@font-face {
    font-family: "Helvetica 55 Roman";
    font-style: normal;
    font-weight: normal;
    src: local("Helvetica 55 Roman"), url("../fonts/HelveticaNeue-Roman.woff") format("woff");
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
}

a,
a:hover {
    text-decoration: none;
    color: unset;
}

.cursor-default {
    cursor: default;
}

.swiper-button-next:after, .swiper-button-prev:after {
    filter: grayscale(1);
}

.slider__products div {
    outline: none;
}

.cloudimage-360.initialized .cloudimage-inner-box {
    position: relative;
}

.after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    cursor: zoom-in;
    background-size: 18%;
    background-repeat: no-repeat;
    background-position: top 0.25rem right 2.9rem;
}

.cloudimage-360:not(.not-360) .after {
    background-image: url(../images/360-icon.png);
}

.cloudimage-inner-box {
    background-size: 6%;
    background-repeat: no-repeat;
    background-position: top 0rem right 4rem;
}

.cloudimage-360:not(.not-360) .cloudimage-inner-box {
    background-image: url(../images/360-icon.png);
}

.container .cloudimage-inner-box {
    background-image: none;
}

select::after {
    right: 1rem;
}

.slick-prev,
.slick-next {
    filter: invert(1);
}

.section__top {
    height: 7.5rem;
    background-color: #27292c;
    background-image: url(../images/leaves.jpg);
    background-size: 100%;
    position: relative;
}

.section__top:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 35%);
}

.section__top_logo {
    height: 9rem;
    position: relative;
}

body.preloader-show,
body.age-wrapper-show {
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #27292c;
    z-index: 9999;
}

#age-wrapper {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 999;
}

body.age-wrapper-show #age-wrapper {
    display: block;
}

.age-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 37rem;
    height: 20rem;
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 85%);
    font-family: "HelveticaNeue", Arial, sans-serif;
    font-weight: 300;
}

.age-logo-main {
    width: 17rem;
}

.age-logo {
    width: 6rem;
    margin-left: 1rem;
}

.age-text {
    width: 80%;
    margin: 0 auto;
    font-size: 1rem;
    color: white;
    line-height: 2rem;
}

.age-title {
    width: 80%;
    margin: 0 auto;
    font-size: 1.4rem;
    color: white;
    line-height: 2rem;
}

.age-text::placeholder {
    color: white !important;
}

#age-form button {
    background-color: transparent;
    border: 2px solid white;
    width: 8rem;
    font-size: 1.3rem;
    text-align: center;
}


#age-form button:hover {
    opacity: 0.7;
}

.age-button {
    background-color: rgb(0 0 0 / 50%);
    border: 2px solid transparent;
    color: white;
    width: 25rem;
    height: 4.5rem;
    margin: auto;
    font-size: 1.7rem;
    border-radius: 16px;
}

#preloader img {
    width: 11rem;
    filter: brightness(20) grayscale(1);
}

.cigarette-holder {
    transform: scale(0.7);
}

.navbar {
    padding: 0;
    background-color: #27292c;
    text-transform: uppercase;
    font-family: "HelveticaNeue", Arial, sans-serif;
    top: 8rem;
}

.autohide {
    opacity: 0;
    z-index: 990;
}

.scrolled-down {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
}

.navbar__link {
    height: 100%;
    padding: 1rem 0.6rem;
    font-size: 1rem;
    font-family: Palatino, Palatino Linotype, Georgia, serif;
    font-weight: 600;
    line-height: 2rem;
    opacity: 0.7;
}

.navbar__dropdown_link:hover .navbar__dropdown_menu {
    display: block;
    width: 12rem;
    opacity: .7;
}

.navbar__dropdown_menu {
    display: none;
    min-width: 100%;
    margin: 0;
    padding: 1.5rem 0;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    filter: drop-shadow(0px 6px 7px rgba(0, 0, 0, 0.43));
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
}

.navbar__dropdown_element {
    padding: 0.3rem 1.5rem;
    color: #5f5b50;
    text-transform: uppercase;
    transition: all ease-in-out 0.1s;
}

.navbar__dropdown_element:hover,
.navbar__dropdown_element:focus,
.navbar__dropdown_element.active {
    color: #5f5b50;
    background-color: #cecac0;
}

.navbar__link:hover,
.navbar__link.active {
    opacity: 1 !important;
}

#navbarText {
    position: relative;
}

.lang-bar {
    position: relative;
    margin-top: 1rem;
    margin-left: 2.5rem;
    width: fit-content;
    height: 3rem;
    padding: 0.5rem 1.4rem;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 2;
}

.lang-bar:hover .lang-bar__box,
.lang-bar:focus .lang-bar__box {
    display: block;
    opacity: 1;
}

.lang-bar__line {
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}

.lang-bar__box {
    position: absolute;
    display: none;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    top: 100%;
    right: 0;
    background-color: #fff;
    z-index: 21;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
}

.lang-bar__flag {
    margin-left: 0.5rem;
    width: 1.2rem;
    height: 100%;
}

.section__main {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.section__main:before, .video-first:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient( 300deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

.swiper-button-prev, .swiper-button-next {
    z-index: 2;
    display: none;
}

.section__main_home img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.section__main_bottom {
    height: 10rem;
    background-color: #e3e3e3;
}

.section__main_home {
    background-color: var(--main-section-bg-color);
}

.section__main_video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section__main_button {
    position: absolute;
    padding: 0.6rem 1.1rem !important;
    left: 5%;
    bottom: 20%;
    z-index: 2;
}

.section__main_title {
    font-family: "Open Sans";
    font-weight: 700;
    color: white;
    font-size: 3rem;
    position: absolute;
    right: 5%;
    bottom: 20%;
    width: 50%;
    text-align: end;
    text-transform: uppercase;
    z-index: 2;
    text-shadow: 1.4rem 0.8rem 0.8rem rgb(0 0 0 / 40%);
    text-shadow: 0.5rem 0.2rem 0.8rem rgb(0 0 0 / 30%);
}

.section__main_home .section__main_title {
    text-shadow: 0.3rem 0.2rem 0 rgb(0 0 0 / 30%);
}

.section__main_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: 50%;
}

.section__about-us_end  {
    background-image: url(../images/IMG_1660.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section__wrapper {
    position: relative;
    background-color: #27292c;
    color: white;
}

.section__wrapper_light {
    position: relative;
    background-color: #27292c;
    color: black;
}

.section__wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.section__wrapper_light:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(144, 144, 144, 0.6);;
}

.section__about-us {
    padding-top: 5rem;
    background-image: url(../images/IMG_1660.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section__text {
    font-family: "Open Sans";
    font-size: 1rem;
}

.section__text_title {
    margin-bottom: 1.3rem;
    font-size: 2.5rem;
    font-weight: 700;
}

.section__maintext {
    font-size: 1.6rem;
    font-weight: 800;
}

.section__maintext p {
    font-weight: 600;
    font-size: 1rem;
}

.section__text li {
    margin-top: 0.6rem;
}

.section__counter {
    padding-top: 5rem;
    background-image: url(../images/factory.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.counter-numbers__container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.counter-numbers__container_small {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.counter__number {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0;
}

.counter-numbers__container_small .counter__number {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 0;
}

.counter__text {
    font-size: 0.9rem;
    font-weight: 700;
}

.section__wrapper_light .counter__text {
    text-transform: uppercase;
}

.counter-numbers__container_small .counter__text {
    font-size: 0.9rem;
}

.section__cigarette-formats {
    padding-top: 5rem;
    margin-bottom: 10rem;
}

.section__cigarette-formats img {
    width: 22rem;
    transform: translateY(-4rem);
}

.section__cigarette-formats_detailed {
    padding-top: 5rem;
}

.slider__products_footer .slick-dots {
    bottom: 6rem;
}

.slider__products_footer.section__main_image .slick-dots {
    display: none !important;
}

.section:not(.section__main,
.section__top) {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.video, .video-js{
    width: 100%;
    margin-bottom: -6px;
}

.vjs-big-play-button {
    z-index: 6;
}

.vjs-control-bar {
    display: none !important;
}

.section.section__contact {
    padding-top: 10rem;
}

.section__contact_title {
    margin-left: 3.7rem;
    font-family: "Open Sans";
    font-weight: 700;
    color: #27292c;
    font-size: 3rem;
    position: relative;
}

.section__contact_title::before {
    content: '';
    position: absolute;
    left: -2.2rem;
    bottom: .7rem;
    width: 2rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/envelope.png);
}

.form-control {
    border-radius: 1rem;
}

.footer {
    position: relative;
    padding: 3.5rem 0;
    background-color: #27292c;
}

.footer__list {
    color: #a1a1a6;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    list-style-type: none;
}

.footer__title {
    margin-bottom: 0.5rem;
    color: #fff;
    font-weight: 600;
}

.footer__link a {
    text-decoration: none;
    color: unset;
}

.footer__link:hover {
    opacity: 0.8;
    color: #fff;
}

.footer__link,
.footer__text {
    margin-bottom: 0.3rem;
}

.button {
    padding: 0.7rem 3rem;
    border-radius: 4rem;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
}

.button__dark {
    background-color: #343434;
    color: #fff;
}

.section__dark {
    padding-bottom: 5rem;
    background-color: #27292c;
    color: #fff;
}

.section__dark_text {
    font-family: "Montserrat", sans-serif;
}

.button__light {
    border-radius: 1rem;
    background-color: #e8e8e9;
    color: #27292c;
}

.section__news {
    position: relative;
    background-color: #27292c;
    background-image: url(../images/IMG_1765.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
}

.news__item {
    opacity: 0.9;
    transform: scale(1);
    transition: all 0.15s ease-in-out;
}

.news__item:hover {
    transform: scale(1.05);
    opacity: 1;
}

.news__image {
    width: 100%;
    aspect-ratio: 1/1;
    align-self: center;
    object-fit: cover;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}

.news-img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1;
}

.news__links {
    position: absolute;
    bottom: 15%;
    left: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}

.news__links a {
    opacity: .85;
    transition: opacity 0.4s ease-in-out;
}

.news__links a:hover {
    opacity: 1;
}

.news__links a {
    margin-top: 2rem;
    background-color: rgba(255,255,255,.5);
    padding: 0.2rem;
}

.scroll-top {
    opacity: 1;
    position: fixed;
    width: 3.5rem;
    aspect-ratio: 1/1;
    padding-top: 10px;
    right: 2rem;
    bottom: 2rem;
    filter: opacity(.45);
    background-color: #e3e3e3;
    background-image: url(../images/arrow_up_button.png);
    background-size: 140%;
    background-position: center;
    background-repeat: no-repeat;
    border: solid #27292c;
    border-radius: .6rem;
    z-index: 999;
    cursor: pointer;
    transition: .3s opacity;
}

.scroll-top:hover {
    filter: opacity(0.5);
}

#map {
    width: 100%;
    height: 100%;
}

.slick-slider {
    margin-bottom: 5rem !important;
}

@media (max-width: 767px) {
    .section__main .section__main_button {
        width: 13rem;
    }

    #preloader img {
        width: 9rem;
    }
    .age-modal {
        width: 85vw;
        height: 85vh;
    }
    .age-logo {
        width: 4rem;
    }
    .age-logo-main {
        width: 11rem;
    }
    .age-container {
        height: calc(100% - 4rem);
    }
    .age-button {
        width: 95%;
    }
    .cigarette-holder {
        transform: scale(0.6);
    }
    body.menu-active {
        overflow: hidden;
    }
    .hamburger {
        margin: 0;
        padding: 0.1rem 0;
        margin-top: 0.4rem;
        opacity: 0.8;
    }
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 2rem;
        height: 0.1rem;
        border-radius: 0;
        background-color: #f5f5f7 !important;
    }
    .hamburger-inner:before {
        top: -0.5rem;
    }

    .hamburger-inner:after {
        bottom: -0.5rem;
    }

    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner:after,
    .hamburger.is-active .hamburger-inner:before {
        background-color: #f5f5f7;
    }

    .hamburger.is-active:hover,
    .hamburger:hover {
        opacity: 0.8;
    }
    .burger {
        z-index: 101;
    }

    .video-first {
        margin-top: 5rem !important;
    }

    .video-first:before {
        display: none;
    }

    .section__top_logo {
        height: 4rem;
    }

    #main-nav-2 {
        align-items: start;
        background-color: #27292c;
    }

    .navbar {
        top: 0;
    }

    #navbar-container {
        position: fixed;
        background-color: #27292c;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        min-height: 100vh;
        max-height: fit-content;
        width: 100vw;
        z-index: 100;
        transition: transform 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
        transform: translateY(-100%);
        color: #5f5b50 !important;
    }

    #collapseExample .card-body,
    #collapseLang .card-body {
        padding: 0 1.25rem;
        background-color: #27292c;
        border: none;
    }

    body.menu-active #navbar-container {
        transform: translateY(0);
        display: block;
        overflow: auto;
    }

    .autohide {
        height: 5rem;
        position: fixed !important;
        top: 0;
        transform: translateY(0) !important;
    }

    .menu-active .autohide {
        position: fixed !important;
        top: 0 !important;
    }

    #navbar-container .container {
        opacity: 0;
        transition: opacity 0.36s cubic-bezier(0.32, 0.08, 0.24, 1);
    }

    body.menu-active #navbar-container .container {
        opacity: 1;
    }

    .navbar__link,
    .navbar__dropdown_element {
        font-size: 1.3rem;
        line-height: 0.9rem;
        opacity: 0.85 !important;
        color: #f5f5f7 !important;
    }

    .container {
        max-width: 90%;
    }

    .section__main {
        height: 23rem;
    }

    .slider__main img {
        height: 23rem;
    }

    .section__main_home img {
        background-position: center center;
    }

    .section__main:after {
        bottom: -5rem;
        height: 5rem;
    }

    .section__main_image {
        height: 25rem;
    }

    .section__main_button {
        left: 50%;
        bottom: 10%;
        transform: translate(-50%, -50%);
    }

    .section__main_title {
        font-size: 2rem;
        left: 50%;
        top: 47%;
        transform: translate(-50%, -50%);
        width: 95vw;
        text-align: center;
    }

    .section__main_home, .section__main_home img {
        height: calc(100vh + 2.6rem);
    }

    .section__main_bottom {
        height: 5rem;
    }

    .section__main_image_about {
        background-image: url(../images/bit_mobile.JPG) !important;
    }

    .counter-numbers {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }

    .section__cigarette-formats img {
        width: 14.5rem;
    }

    .slider__products_footer .slick-dots {
        bottom: unset;
    }

    .cloudimage-inner-box {
        background-size: 20%;
    }

    .news__links {
        bottom: 4%;
        left: 50%;
        transform: translateX(-50%);
    }

    .news__links a {
        margin-top: .5rem;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar__link {
        padding: 1rem 0.3rem;
        font-size: 0.8rem;
    }
    .lang-bar {
        margin-left: 0.5rem;
        padding: 0.5rem 1rem;
    }

    .section__main_home {
        height: calc(100vh - 17rem);
    }
}

#preloader img {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

@media (min-width: 768px) {
    .lang-bar {
        opacity: .5;
    }

    .section__text_half {
        width: 70%;
    }
    
    .section__text_right {
        float: right;
    }

    .slider__main img {
        width: 100%;
        object-fit: cover;
    }
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
