
.LogoTitle img {
    margin-left: 32px;
}

.profal {
    color: #FFF;
    font-size: 45px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: 4.54px;
    text-transform: uppercase;
    margin-bottom: -8px;
    font-family: MonserratExtraBold;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 0;
    z-index: 12;
    transition: 0.3s;
}

.headerContent {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logoContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.headerMiniTitle {
    color: #F1B80E;
    font-size: 17.3px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 2.08px;
    text-transform: capitalize;
    font-family: MonserratBold;
}

.menuBtn, .langMenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menuTxt {
    display: block;
    margin-right: 16px;
    color: #FFF;
    font-family: MonserratBold;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.menu {
    margin-left: 32px;
}

.menuBtn {
    cursor: pointer;
}

.bar {
    height: 3px;
    width: 20px;
    background-color: darkgrey;
    position: relative;
    transition: 0.3s;
}

.bar:not(:last-of-type) {
    margin-bottom: 3px;
}

.bar::before, .bar::after {
    content: "";
    width: 0%;
    height: 100%;
    background-color: white;
    display: block;
    position: absolute;
    top: 0;
    transition: 0.3s;
}

.bar::before {
    left: 50%;
}

.bar::after {
    right: 50%;
}

.bar:first-child::before, .bar:first-child::after, .bar:last-child::before, .bar:last-child::after {
    transition-delay: 100ms;
}

#menu {
    background: #4D4D4F;
    position: fixed;
    width: 0;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 13;
    margin-bottom: 0;
    transition: 0.9s ease;
    overflow: hidden;
}

#menu.active {
    width: 100%;
}

.toggleMenuContent {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 108px 30px 0 163px;
}

.menuDecor {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.closeMenuBtn {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
}

.yellow {
    color: #F1B80E !important;
}

.menuItems a {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    font-family: MonserratBold;
    transition: 0.3s;
    white-space: nowrap;
}

.menuItems a:hover {
    color: #F1B80E;
}

.menuDecor {
    width: 48vh;
}

.menuItems li {
    margin-bottom: 3.2vh;
}

.liItemsItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 0 9px 28px;
}

.liItemsItem img {
    margin-bottom: 16px;
}

.liItemsItem span {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.liItems {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: calc(100% - 580px);
    width: 100%;
    height: calc(100vh - 110px);
    position: absolute;
    right: 0;
    top: 0;

    transition: 0.3s;
    z-index: 1;
    overflow-y: auto;
}

.menuUl {
    max-width: 560px;
    width: 100%;
}

.otherItems {
    max-width: 560px;
    width: 100%;
    border-top: 1px solid #7B7B7F;
}

.otherItems a {
    font-size: 24px;
    padding: 32px 44px;
    border-right: 1px solid #7B7B7F;
    line-height: 92px;
}

.otherItems a:first-child {
    padding-left: 0;
}

.otherItems a:last-child {
    border-right: none;
}

.scrolled {
    background: #fff;
    padding: 11px 0;
    border-bottom: 1px solid #e3e3e3;
}

.whiteMenu .logoContent img {
    width: 59px;
}

.scrolled .profal, .whiteMenu .profal {
    color: #4D4D4D;
    font-size: 28px;
    line-height: 25px;
    letter-spacing: 3.54px;
    margin-bottom: 0;
}

.scrolled .headerMiniTitle, .whiteMenu .headerMiniTitle {
    color: #F1B80E;
    font-size: 11.3px;
    line-height: 17px;
    letter-spacing: 1.08px;
}

.scrolled .menuTxt, .whiteMenu .menuTxt {
    color: #393939;
}

.select-dropdown__button {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.72px;
    font-family: MonserratBold;
    background: transparent;
    border: none;
}

.langMenu > .select-dropdown:after {
    content: url("/images/arrowDown.svg");
    position: absolute;
    top: 7px;
    right: -1px;
}

.select-dropdown__list {
    background: #fff;
}

.select-dropdown__list-item, .select-dropdown__button {
    padding: 8px;
}

.select-dropdown__list-item {
    color: #4D4D4F;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.72px;
}

.select-dropdown__list-item:hover, .select-dropdown__list-item.active {
    background: #F1B80E;
    cursor: pointer;
}

.scrolled .select-dropdown__button {
    color: #4D4D4F;
}

.scrolled .select-dropdown__list-item {
    color: #fff;
}

.scrolled .select-dropdown__list {
    background: #4D4D4F;
}

.scrolled .langMenu > .select-dropdown:after {
    content: url("/images/darkArrow.svg");
    transform: rotate(180deg);
    top: 11px;
}

.darkMenu {
    display: none;
}

.scrolled .darkMenu {
    display: block !important;
}

.scrolled .lightMenu {
    display: none;
}

.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.menuItems, .menuDecor {
    transform: translateY(200px);
    transition: 1s ease;
    opacity: 0;
}

.menuItems.active, .menuDecor.active {
    transform: translateY(0);
    opacity: 1;
}

.gifImage {
    height: 176px !important;
    overflow: hidden;
    background-size: unset !important;
    margin-right: 16px;
    position: relative;
}

.itemType {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    height: 176px !important;
}

.itemType:hover {
    animation: play 0.5s steps(1, end) forwards infinite;
    transition: none;
}

@keyframes play {
    0% {
        background-position: left;
    }
    50% {
        background-position: center;
    }
    100% {
        background-position: right;
    }
}

.header-without-banner .profal, .header-without-banner .menuTxt {
    color: #393939;
}

.header-without-banner .darkMenu {
    display: block;
}

.header-without-banner .lightMenu {
    display: none;
}

.header-without-banner .select-dropdown__button {
    color: #4D4D4F;
}

.header-without-banner .langMenu > .select-dropdown:after {
    content: url(/images/darkArrow.svg);
    transform: rotate(180deg);
    top: 11px;
}

.mobile-icon {
    display: none;
}

.sticky {
    display: none;
}

.scrolled .sticky {
    display: block;
}
.LogoTitle .sticky {
    width: 180px;
    margin-left: 20px;
}

.scrolled .not-sticky {
    display: none;
}

@media (max-width: 1700px) {
    .logoContent .logo-img .not-sticky {
        width: 100px;
    }

    .profal {
        font-size: 31px;
        line-height: 25px;
    }

    .headerMiniTitle {
        color: #F1B80E;
        font-size: 13px;
        line-height: 28px;
        letter-spacing: 1.08px;
    }

    .profal {
        margin-bottom: -5px;
    }

    .scrolled {
        padding: 8px 0;
    }

    .scrolled .profal {
        font-size: 28px;
    }

    .scrolled .headerMiniTitle {
        font-size: 11.3px;
        line-height: 17px;
    }

    .menuBtn img {
        width: 46px;
    }

    .menuTxt {
        font-size: 16px;
    }

    .otherItems a {
        line-height: 101px !important;
    }

    .liItemsItem span {
        font-size: 14px;
        line-height: 26px;
    }

    .liItemsItem {
        margin: 0 24px 16px;
    }

    .toggleMenuContent {
        padding: 108px 30px 0 80px;
    }

    .otherItems {
        max-width: 504px;
    }
    .otherItems a {
        padding: 32px 16px;
    }
}

@media (max-width: 1400px) {
    .headerContent {
        max-width: 93%;
    }

    .menuItems a,
    .otherItems a {
        font-size: 2.6vh;

    }

    .otherItems {
        max-width: 400px;
    }

    .liItems {
        max-width: calc(100% - 400px);
    }

}

@media (max-width: 1280px) {
    .toggleMenuContent {
        padding: 60px 30px 0 30px;
    }

    .menuItems li {
        margin-bottom: 16px;
    }

    .otherItems a {
        padding: 24px 16px;
        line-height: 76px !important;
    }

    .menuDecor {
        right: -164px;
        width: 375px;
        z-index: -1;
    }

    .closeMenuBtn {
        width: 24px;
    }
}

@media (max-width: 1170px) {
    .LogoTitle {
        display: none;
    }

    .logoContent img {
        width: 80px;
    }
}


@media (max-width: 1140px) {
    .liItems {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 100%;
        width: 100%;
        height: auto;
        position: static;
        overflow-x: auto;
        margin-top: 18px;
    }

    .liItemsItem {
        margin: 0 16px 0;
    }

    .menuUl {
        max-width: 100%;
        width: 100%;
        position: relative;
        z-index: 8;
    }

    .menuItems a {
        position: relative;
    }

    .mainItem:after {
        content: url("/images/whiteArrow.svg");
        position: absolute;
        right: -28px;
    }

    .yellow:after {
        content: url("/images/yellowArrow.svg");
    }
    .otherItems .mainItem:after {
        right: 0;
    }
    .otherItems a {
        font-size: 15px;
        padding: 8px 26px;
    }
}

@media (max-width: 877px) {
    .logoContent img {
        width: 52px !important;
    }

    .header {
        padding: 6px 0 !important;
    }

    .menuTxt {
        display: none;
    }

    .menu {
        margin-left: 0 !important;
    }

    .select-dropdown__button {
        font-size: 14px !important;
    }

    .toggleMenuContent {
        padding: 60px 24px 0 24px;
    }

    .menuItems a {
        font-size: 17px !important;
        line-height: 30px !important;
    }

    .langMenu > .select-dropdown:after {
        right: 6px;
    }

    .menuItems a {
        white-space: normal;
    }

    .mobile-icon {
        display: block;
    }

    #menu .desktop-icon, .doorTypeItem .desktop-icon {
        display: none !important;
    }

    .gifImage.mobile-icon {
        margin-right: 10px;
        height: 140px !important;
    }

    .mobile-icon {
        width: unset !important;
    }
    .otherItems {
        padding-top: 10px;
    }
    .otherItems a:first-child:after {
        right: 3px !important;
    }
}

@media (max-width: 413px ) {
    .otherItems a {
        font-size: 15px !important;
    }
    .otherItems a:last-child {
        padding: 8px;
    }
}

@media (max-width: 335px ) {
    .otherItems a {
        font-size: 12px !important;
    }
}

@media (min-height: 730px ) {
    .otherItems {
        max-width: 560px;
    }

    .otherItems a {
        padding: 13px 16px;
    }

    .liItems {
        max-width: calc(100% - 560px);
    }
}
