header.main-header .main-menu .list > .list-item-has-children > a::after {
    right: unset;
    left: auto;
}

header.main-header .main-menu .list > .list-item > a {
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
}

header.main-header .dropdown-menu {
    right: 0 !important;
    position: absolute;
    left: unset !important;
}

.video-section .video {
    transform: scaleX(-1.075);
}

.video-section .text-video {
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 4% 85%);
}

.product-carousel .owl-nav button.owl-prev {
    left: -15px;
    right: auto;
}

.bottom-header .main-menu .list li a {
    text-transform: uppercase;
}
