@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400&display=swap');

body {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

.screen__item::after {
    right: 0;
    left: auto;
}

.screen__item {
    text-align: right;
}

.socials {
    text-align: right;
    direction: ltr;
}

.hamburger-inner::after {
    width: 19px;
    right: 0px;
}

.main-menu__item .main-menu__link::before {
    left: auto;
    right: 0
}

.main-menu__item:not(:last-of-type) {
    margin-left: 30px;
    margin-right: 0;
}
.front-promo__subtitle {
	font-size: 40px;
}

.list--check .list__item::after {
	    right: -30px;
	    left: 0;
}
.list--check .list__item::before {
	right: -23px;
	left: 0;
}
.nice-select {
	    text-align: right !important;
}

.nice-select .option {
	text-align: right;
}
.promo-slider__wrapper-2 {
    margin-bottom: 10px;
}


.page-header__logo {
    margin-right: 0;
}
.page-footer__logo img {
    height: 62px;
    max-width: auto;
}

.newslatter-form .form__submit {
	border-radius: 0 0 0 20px;
}
.promo {
	direction: ltr;
}
.promo-tabs {
	direction: rtl
}

.boxset {
        border: 1px solid #f2f2f2;
    margin: 20px;
    background: #f2f2f2;
}

.main-menu__item .main-menu__link {
    font-size: 16px
}

.promo-slider__overlay {
     
    opacity: 0.5;
}
.error {
        color: red;
    padding: 2px;
    background: #f074742e;
    border: 1px solid #e6626257;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
} 

.hidden {
    display: none
}
.page-header_2 .page-header__top span .icon {
        margin-left: 8px;
}
.page-header_2 .page-header__top span .icon.fr1 {
        margin-right: 0px;
}



@media only screen and (min-width: 768px) {
    .page-header__logo {
        margin-right: 30px;
    }
    .front-promo__title {
    font-size: 85px;
    line-height: 60px;
}
.promo-tabs {
	    bottom: -12%;
	    left: 60%;
}
.promo-slider__title {
    font-size: 60px;
    line-height: 86px;
}
}


@media only screen and (min-width: 1200px) {
    .main-menu__item:not(:last-of-type) {
        margin-left: 35px;
        margin-right: 0;
    }
    .page-header__logo img {
	    height: 62px;
	}
}

@media only screen and (min-width: 1366px) {
    .page-header__logo {
        margin-right: 50px;
    }

    .main-menu__item:not(:last-of-type) {
        margin-left: 40px;
        margin-right: 0;
    }
}