video::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-play-button {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
	display: none !important;
}

.palka_box {
	display: inline-block;
	position: relative;
	padding: 0 7px 0 0;
}

.palka_box::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 90%;
	right: -1px;
	top: 1px;
	background: #FF632A;
}

.palka_box:last-child::after {
	display: none;
}

.products_item_title {
	-webkit-line-clamp: 10;
}

.control_indicator {
	cursor: pointer;
}

.lmp_products_loading,
.lmp_load_more_button {
	width: fit-content !important;
}

.single_news_content ul li::before,
.single_content ul li::before {
	top: 4px
}

#modal_shema .contacts_index_form {
	padding: 20px 25px 15px;
	background: #EAEAEA;
	max-width: 600px;
	margin: 0 auto;
}

#modal_shema .contacts_form_name {
	color: #2E2E2E;
	font-size: 24px;
	text-align: center;
}




.site_btn.site_btn_gray {
	height: 55px;
	min-width: 285px;
	border-radius: 10px;
	border: 1px solid #C0C0C0;
	background: #FFF;
	color: #2E2E2E;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 170%;
	margin: 0 auto 20px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.check_all.half_active {
	background-color: #ff632a00;
}

.sertificates_table table tr td:nth-child(1) {
	width: 135px;
}

.sertificates_table table tr td:nth-child(8) {
	width: 195px;
}

.header_phone {
	text-align: right;
}

.header_search {
	margin-right: 0;
}

.header_search_city .header_city {
	margin-left: 45px;
}

.fav-locations__values {
	display: grid;
	grid-template-rows: repeat(9, auto);
	grid-auto-flow: column;
	font-size: 1.2em;
}

#cityChange {
	width: 50%;
	height: 90%;
	left: 50% !important;
	margin-left: -25% !important;
	flex-direction: column;
}

#cityChange.pop-up {
	display: flex;
}

#cityChange .popup-window-titlebar {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: #48515a;
	flex: 0 1 min-content;
}

#cityChange .popup-window-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1 0 80%;
	overflow: hidden;
	gap: 25px;
}

#cityChange .quick-locations__val {
	width: auto;
	margin: 0;
	padding: 0px 12px;
	flex: 0 0 25%;
	min-width: 100px;
}

#cityChange .quick-locations__val {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0px 25px;
	flex: 0 0 25%;
	min-width: 100px;
}

.quick-locations__val.select_geo_city[data-current="1"]::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	top: .55em;
	left: 5px;
	background: url(../images/gps.svg) no-repeat;
	transform: rotate(45deg);
	position: absolute;
}

.city-search-wrapper {
	margin: 0 25px;
	padding: 0 10px;
	border-radius: 5px;
	border: 0.5px solid rgba(0, 0, 0, 0.5);
	flex: 0 1 min-content;
}

.city-search-wrapper input {
	background: transparent;
	border: none;
	line-height: 38px;
	font-size: 1.2em;
	width: 100%;
}

.city-not-found {
	text-align: center;
	font-size: 1.5em;
}

.quick-locations__values__container {
	flex: 1 0 50%;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, .2) rgba(0, 0, 0, 0);
}

.quick-locations__values__container::-webkit-scrollbar {
	height: 5px;
	width: 20px;
}

.quick-locations__values__container::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0);
}

.quick-locations__values__container::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .2);
}

.quick-locations__values__container::-webkit-scrollbar-button {
	display: none;
	opacity: 0;
}

@media screen and (min-width: 320px) and (max-width: 600px) {

	.lmp_products_loading,
	.lmp_load_more_button {
		width: fit-content !important;
		margin: 15px auto 0;
	}

	.single_news_content ul li,
	.single_content ul li {
		margin: 0 0 5px;
	}

	.gallery-item img {
		height: auto !important;
		margin: 5px !important;
	}

	.single-post .single_news_content {
		padding-left: 0;
	}

	.single_news_content h2,
	.single_news_content h3,
	.single_news_content h4,
	.single_news_content h5,
	.single_news_content h6 {
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.5;
		margin: 35px 0 15px;
	}

	.geo_presence_triggers {
		padding: 15px;
	}

	.geo_presence_triggers ul li a {
		font-size: 15px;
	}

	.geo_presence_triggers ul li {
		margin: 0 0 5px;
	}


}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.products_gorizontal .products_item .products_gorizontal_right {
		width: 100%;
	}

	.products_gorizontal {
		padding: 0;
	}

	.products_gorizontal .products_item:nth-child(n) {
		width: 100%;
		width: 100%;
		margin: 0 0 35px 0;
		padding: 20px;
	}


	.products_card .products_item:nth-child(n) {
		width: calc(50% - 5px);
		margin: 0 10px 20px 0;
		padding: 5px 10px;
	}

	.products_card .products_item .products_item_title {
		font-size: 13px;
	}

	.products_card .products_item:nth-child(2n + 2) {
		margin: 0 0 20px;
	}

	.accordion_content p,
	.accordion_content ul li,
	.accordion_content p a {
		font-size: 15px !important;
	}

}

@media screen and (min-width: 768px) and (max-width: 1279px) {

	.retail_select {
		margin: 0 30px 10px 0;
		width: 47%;
	}

	.country_select_api select,
	.city_select_api select {
		min-width: auto;
	}

	.title_footer_nav {
		font-size: 20px;
	}

	.footer_menu_item li:first-child a {
		font-size: 13px;
	}

	.products_gorizontal .products_item:nth-child(n) {
		width: 100%;
		margin: 0 0 35px 0;
		padding: 20px;
	}

	.archive .products_gorizontal .products_item .products_gorizontal_right {
		width: calc(45% - 95px);
	}

	.products_gorizontal .products_item .products_item_img {
		width: 240px;
		margin: 0 16px 0 0 !important;
	}

	.products_gorizontal .products_item .products_gorizontal_right {
		width: calc(45% - 82px);
	}

	.accordion_content p,
	.accordion_content ul li,
	.accordion_content p a {
		font-size: 18px !important;
	}


}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	.menu_box {
		display: none;
	}

	.mobail_visible {
		display: none;
	}

	.geo_presence_triggers {
		padding: 15px;
		max-width: 365px;
	}

	.geo_presence_triggers ul li {
		margin: 0 0 5px;
	}

	.geo_presence_triggers ul li a {
		font-size: 18px;
	}

	.naw_sales_wrapper {
		width: 85%;
	}

	.naw_sales_wrapper .swiper-button-prev {
		left: -15px;
	}

	.naw_sales_wrapper .swiper-button-next {
		right: -25px;
	}


	.footer_menu_item li a {
		font-size: 17px !important;
	}

	.footer_bottom .footer_link {
		font-size: 17px !important;
	}

	.modal_btn_box .footer_link {
		font-size: 17px !important;
	}

	.accordion_content p,
	.accordion_content ul li,
	.accordion_content p a {
		font-size: 18px !important;
	}




}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

	.menu_desctop {
		padding: 75px 35px 85px 70px;
		width: 65vw;
		min-width: 90%;
	}

	.menu_desc_title {
		font-size: 18px;
	}

	.menu_desc_left ul li,
	.menu_desc_middle ul li,
	.menu_desc_right ul li {
		font-size: 15px;
	}

	.mobail_visible {
		display: none;
	}


	.content_box {
		height: fit-content;
		padding: 50px 0;
	}

	.geo_presence .content_box {
		height: auto;
		padding: 50px 0;
	}

	.footer_menu_item li a {
		font-size: 20px !important;
	}

	.footer_bottom .footer_link {
		font-size: 20px;
	}


}

@media screen and (min-width: 1300px) {

	html {
		overflow-x: clip;
	}

	body.product-template-default {
		overflow: inherit;
	}

}

@media screen and (min-width: 1280px) and (max-width: 1650px) {

	.products_gorizontal .products_item {
		width: 100%;
		margin: 0 0 30px;
		padding: 30px 50px;
		justify-content: space-between;
	}

	.products_gorizontal .products_item {
		padding: 25px;
	}

	.products_gorizontal .products_item .products_item_img {
		width: calc(55% - 190px);
		height: 160px;
		margin: 0 25px 0 0;
	}

	.products_gorizontal .products_item .products_gorizontal_right {
		width: calc(45% - 120px);
	}

	.products_gorizontal .products_gorizontal_desc {
		width: 260px;
		margin: 0 25px 0 0;
	}

}

/* by Sign */
.falang-language-switcher.nav {
	color: #FFF;
	margin-right: 20px;

	a {
		color: #FFF;
		text-transform: uppercase;
	}

	.current a {
		color: #FA4402;
	}

	li {
		margin: 0;
		white-space: nowrap;
	}

	li:not(:last-child)::after {
		display: inline-block;
		border-right: 1px solid #FFF;
		content: "";
		margin: 0 .3em;
		height: .6em;
		width: 1px;
	}
}

.menu_box {
	display: flex;
	align-items: center;

	.falang-language-switcher.nav {
		font-size: .8em;
		line-height: 20px;

		li:not(.current) a {
			color: #000;
		}

		li::after {
			border-color: #000;
		}
	}
}

/* #section3 .menu_box,
#section7 .menu_box {
	.falang-language-switcher.nav {
		li:not(.current) a {
			color: #FFF;
		}

		li::after {
			border-color: #FFF;
		}
	}
} */


body .mobile-visible,
body .desktop-visible {
	display: none;
}

@media (max-width:1023px) {
	.header_nav_phone .falang-language-switcher {
		display: none;
	}

	.header_nav ul .menu-item-has-children::after {
		display: none;
	}

	.header_nav ul li.menu-item-has-children:nth-child(n) .sub-menu_active {
		display: block !important;
		opacity: 1 !important;
		visibility: visible;
	}
}

@media (min-width:1024px) and (max-width:1279px) {
	.header_search_city .falang-language-switcher {
		display: none;
	}
}

@media (max-width:1279px) {
	.falang-language-switcher.nav {
		font-size: .8em;

		.current {
			display: none;
		}

		li:not(:last-child)::after {
			display: none;
		}
	}

	body .mobile-visible {
		display: block;
	}

	body a.mobile-visible {
		display: inline;
	}
}

@media (min-width:1280px) {
	body .desktop-visible {
		display: block;
	}

	body a.desktop-visible {
		display: inline;
	}
}

@media screen and (max-width: 767px) {
	.falang-language-switcher.nav {
		font-size: .6em;
		margin-right: 8px;
	}
}

/* /by Sign */