@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --mutted-color: #666;
}
.h-header-top-box {
    background-color: #383838;
}
.h-header-top-box-in {
    background-color: #383838;
}
.h-header-nav-item>a{
    color:#fff
}
.h-header-nav-item>a:hover{
    color:#C0C0C0 !important;
}
.dropdown-toggle.c-link-ajax {
    color: #fff;
}
.dropdown-toggle.c-link-ajax:hover {
    color: #C0C0C0 !important;
}
.h-header-top-box .c-link-ajax>span:not(.c-drop-arrow){
    border-color: #fff;
}
.c-shadow-overflow.c-shadow-in-body:after {
    background: #383838 !important;
}
.h-header-nav-item.active:before {
        content: none;
}
.h-header-nav-item.active>a {
   color:#75BD78;
}
.h-header-logo-title {
    margin-left: 40px;
}
.rtl .h-header-logo-title {
    margin-left: 10px;
    margin-right: 40px;
}
.rtl .i-category-item-title {
   font-weight: 700;
}
.in-step-item {
    padding: 0;
}
body.rtl {
    font-weight: 500;
}
.it-grid-desc {
    font-size: 16px;
    line-height: 1.5;
}
.form-assigns-text a, .au-form-under-actions a {
text-decoration: underline !important;
}
.i-categories-box-slider .i-category-item-pic .ico, .i-categories-box-slider .i-category-item-pic .svg, .i-categories-box-slider .i-category-item-pic img {
    width: 120px !important;
}
.i-category-item-pic .ico, .i-category-item-pic .svg, .i-category-item-pic img {
    height: 120px;
}
.i-categories-box-slider .i-category-item-in:after {
    height: 135px;
}
.in-step-box-company div:first-child {
    text-align: center;
}
.h-header-m-nav-btn span {
    background-color: #444;
    width: 22px;
}
.f-footer-r-block {
    max-width: 50%;
}
.f-footer-r {
    max-width: none;
}
.h-footer-logo-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem;
}
.h-footer-logo {
    height: 55px;
}
.f-footer-text {
    margin-bottom: 20px;
}
.f-footer-social {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.f-footer-social-item{
    display: flex;
    align-items: center;
}
.social-item-icon {
    margin-right: 12px;
}
.rtl .social-item-icon {
    margin-right: 0px;
    margin-left: 12px;
}
.social-item-name {
    font-weight: bold;
}
.social-item-value {
    font-size: 12px;
}
.social-item-linck {
    color: #333;
}
.in-promo-steps .in-step-item-ico .ico {
    max-height: 140px;
    max-width: 140px;
}
.vw-share-mob a {
    display: flex;
    gap: 12px;
    align-items: center;
}
@media (max-width: 1279px) {
    .f-footer-r {
        max-width: none !important; 
    }
}
@media (max-width: 767px) {
	.c-article, .l-info {
		font-size: 16px;
	}
	.h-header-r-menu .btn-add-item {
		width: auto;
	}
	.rtl .btn-add-item i {
		margin-left: 10px;
		margin-right: 0;
	}
	.btn-add-item i {
		margin-right: 10px;
	}
	.i-categories-box-tiles .i-category-item-pic .ico, .i-categories-box-tiles .i-category-item-pic .svg, .i-categories-box-tiles .i-category-item-pic img {
		height: 120px !important;
		width: 120px !important;
	}
	.f-footer-in {
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
	}
	.f-footer-r-block {
		max-width: none;
	}
	.h-footer-logo-box {
		margin-bottom: 2rem;
	}
	.f-footer-l {
        flex-direction: column;
        display: flex;
        margin-bottom: 2rem;
    }
	.f-footer-r {
		display: block;
    }
	.f-footer-r li {
        display: block;
        padding: 5px 0;
    }
	.f-footer-text {
        text-align: start;
    }
}
@media (min-width: 768px) {
    .c-article, .l-info {
        font-size: 18px;
    }
}