.logo img {
	height: 100px;
}

.header-main .logo {
	position: relative;
	z-index: 2;
}

.list-images-header:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	animation: shine 3s infinite 2s;
	display: block;
}

.list-images-header {
	position: relative;
	overflow: hidden;
}

.default_language {
	margin-left: 5px;
}

body .header__top-wraper {
	min-height: 37px
}

.header-main .logo:before {}

/* header {
	background-color: #f2f2f3;
} */

header .ctnr {
	position: relative;
	justify-content: center;
}


li.menu-c1-captions:last-child>ul {
	left: unset;
	right: 100%;
}

.menu-c1-captions {
	display: flex;
	align-items: center;
	height: 35px;
	line-height: 33px;
}

.header-menu {
	/* margin-top: 5px; */
}

@media (max-width: 1400px) {
	.header-menu ul.d-flex {
		gap: 0 10px;
	}
}

header1 .ctnr::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	background-color: #be1f2d;
	border-radius: 60px 0 0;
	left: -6%;
	top: 0;
}



.header__top-info ul>li>p {
	display: flex;
	align-items: center;
}

.header__top-info ul>li img {
	width: 15px !important;
	margin-top: -2px;
}

header.scrolled .header-main {
	padding: 0px 0px 5px;
}

header.active {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 15px;
}

header.active .header-main {
	padding: 9px 0;
}

.header-main .logo {
	text-align: center;
}

header.active .header-menu nav ul li a {
	color: black;
}

header.active .header-links ul li a svg {
	fill: black;
}

.list-bar {
	display: none;
}

.header-menu nav ul li svg {
	width: 20px;
	height: 23px;
	position: relative;
	top: -2px;
}

.header-menu nav ul li svg g path {
	stroke: #333;
}

.header-links ul li .list-bar .bar {
	background-color: #bf1f2e;
}

header.scrolled .logo img {
	height: 75px;
	margin-top: 0;
}

body .header__top-wraper {
	background-color: #be1f2d;
	color: black;
}

.header-main .header-menu nav ul li a:hover {
	color: #d8f550;
}

.header-main .header-menu nav ul li ul {
	border-top-color: #bf1f2e;
}

.header-main .header-menu nav ul li ul li a {
	padding: 5px 10px;
}

.header__top-wraper .ctnr::before {
	display: none;
}


.box-menu-list-navs ul {
	display: flex;
}

.box-menu-list-navs ul li a {
	display: inline-block;
	padding: 0px 10px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.box-menu-list-navs ul li a:before {
	content: "|";
	position: absolute;
	right: 0;
}

.box-menu-list-navs ul li:last-child a:before {
	content: "";
	position: absolute;
	right: 0;
}

.box-menu-list-navs {
	margin-left: 15px;
}

.list-images-header img {
	height: 110px;
	width: 100%;
}

.scrolled .clm.oder-header {
	display: none;
}

.scrolled .list-images-header.clm {
	display: none;
}

.order-by {
	background: #be1f2e;
}

@media(max-width:1400px) {
	li.btn-view-kerper {
		display: none;
	}

}

@media (max-width: 1200px) {
	.header-main .row>div:nth-child(3) {
		max-width: unset !important;
	}

	.header-menu nav {
		display: none;
	}

	.header__top-innrer-left ul li.time {}

	.header__top-info.htop__right-info {
		display: none;
	}

	.header-main>.row {
		justify-content: space-between;
	}

	.header-main .row>div:nth-child(1) {
		max-width: max-content;
	}

	.header-main .box-btn-search {
		width: 57px;
	}

	.header-main .box-btn-search .btn-search svg {
		fill: #bf1f2e;
	}

	.header-main .box-btn-search .btn-search {
		display: none;
	}

	.header-main .row>div:nth-child(2) {
		width: auto;
		max-width: max-content;
	}

	.header-main .row>div:nth-child(3) {
		width: 67px;
		max-width: 67px;
	}

	.header-main .logo:before {
		width: 170%;
		padding-top: 170%;
	}

	li.box-mobile-bars {
		display: block;
	}

	.header-links ul li.box-mobile-bars {
		display: flex !important;
		height: auto;
		margin-left: 0;
	}

	.header-main .list-bar {
		display: block;
	}

	.header-main .header-links ul li .bar {
		height: 3px;
		width: 30px;
		margin: 5px 0px;
		box-shadow: unset;
		border-radius: 5px;
	}

	.menu_fix_mobile .nav-main {
		max-height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		padding-bottom: 30px;
		scrollbar-width: thin;
	}
}

@media (max-width: 1200px) {
	header {
		position: relative;
	}

	.order-by {
		right: 0px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: none;
	}

	header.scrolled {
		position: unset;
	}

	.list-images-header.clm {
		display: none;
	}

	li.nav-item a:hover {
		color: #be1f2d;
	}

	.clm.oder-header {
		order: 1;
	}

	.header__top-wraper-inner {
		justify-content: right !important;
	}

	.list-bar {
		display: block;
	}

	.header-menu nav {
		display: none;
	}

	.header-main .logo:before {
		padding-top: 128px;
		width: 128px;
		clip-path: circle(50.0% at 50% 10%);
	}

	.header__top-innrer-left ul li.time {
		display: none;
	}

	.logo img {
		/* margin-top: -30px; */
		height: 80px;
	}

	.htop__left-info>ul>li span {
		display: none;
	}

	/* .box-btn-search {
  	display:none
  } */
}

@media (max-width: 586px) {
	.box-menu-list-navs ul li:nth-child(1) {
		display: none;
	}

	.box-menu-list-navs ul li a {
		font-size: 13px;
	}

	.header-main .row .logo img {
		padding: 5px 0px;
		margin-left: 0;
		height: 65px;
	}

	body .header__top-wraper {
		display: block;
		background: #be1f2d;
		min-height: 26px;
	}

	.header-main .logo:before {
		clip-path: circle(50.0% at 50% 10%);
		padding-top: 120px;
		width: 120px;
	}
}


/* fix header */
.main-header {
	box-shadow: 0 0 3px #00000038;
	background: white;
}
.main-header.scrolled {
	position: fixed;
	z-index: 99999999;
	top: 0;
	right: 0;
	left: 0;
}
.main-header__logo img {
	height: 75px;
}

#gt_float_wrapper {}

.nav-menu {}

.nav-menu__list {
	gap: 0 30px;
	position: relative;
	width: fit-content;
    margin-left: auto;
}

.nav-menu__list-item {
	position: unset;
	padding: 30px 0;
}

.nav-menu__list-item>a {
	font-size: 18px;
	
}
.nav-menu__list-item a{
	position: relative;
}
.nav-menu__list-item a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background: currentColor;
	transition: all .3s ease-in-out;
}
.nav-menu__list-item a:hover::after{
	width: 100%;
}
.nav-menu__list-item>ul {
	position: absolute;
	left: 0;
	top: 100%;
	background: #bf1f2e;
	width: 100%;
	color: white;
	padding: 20px;
	z-index: 100;
	display: none;
}

.nav-menu__list-item:hover>ul {
	display: flex;
	flex-wrap: wrap;
}
.nav-menu__list-item>ul>li{
	width: 50%;
	margin-bottom: 5px;
}
.nav-menu__list-item>ul a {
	/* font-weight: 400; */
	font-size: 15px;
}
.nav-menu__list-item>ul a:hover{
	color: #f7d117;
}

.js-navbar-toggler{
	background: transparent;
}
@media (min-width: 1200px){
	.js-navbar-toggler{
		display: none;
	}
}
@media (max-width: 1200px){
	.main-header__collapse{
		display: none;
	}
	.main-header{
		padding: 10px 0;
	}
	.main-header.scrolled .main-header__logo img{
		height: 50px;
	}
}
