@font-face {
    font-family: "Georgia-light";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/GeorgiaPro-CondLight.woff") format("woff"), url("/themes/default/fonts/GeorgiaPro-CondLight.ttf") format("truetype");
}
@font-face {
    font-family: "Georgia-regular";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/GeorgiaPro-CondRegular.woff") format("woff"), url("/themes/default/fonts/GeorgiaPro-CondRegular.ttf") format("truetype");
}
.image-desktop {
	display: inline!important;
}
.image-mobile {
	display: none!important;
}
.block-desktop {
	display: block!important;
}
.block-mobile {
	display: none!important;
}
.flex-desktop {
	display: flex!important;
}
.flex-mobile {
	display: none!important;
}
#header-menu-trigger {
	display: none;
}
#header-call-trigger {
	display: none;
}
.header-panels-mobile-close {
	display: none;
}

@media screen and (max-width: 1200px) {
    
	html,
	body {
		padding:0;
		width:100%;
	}

	body.no-scroll {
		height: 100%;
		overflow: hidden;
	}
	.image-desktop {
		display: none!important;
	}
	.image-mobile {
		display: inline!important;
	}

	.block-desktop {
		display: none!important;
	}
	.block-mobile {
		display: block!important;
	}

	.flex-desktop {
		display: none!important;
	}
	.flex-mobile {
		display: flex!important;
	}
	
	#pagewrap {
		width: 100%;
		padding: 0;
		margin: 130px 0px 0px 0px;
		backdrop-filter: none;
	}
    /* ----- header ----- */
	#fon_header {
		width: 100%;
		padding: 0;
		margin: 0;
		background: none;
		min-width: auto;
	}
	header {
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 0px 0px;
		font-family: "Conv_RobotoRegular";
		font-size: 15px;
		font-weight: normal;
		border-top: 4px solid #edd182;
		transition: all 300ms ease-in;
		-webkit-transition: all 300ms ease-in;
		-moz-transition: all 300ms ease-in;
		-ms-transition: all 300ms ease-in;
		-o-transition: all 300ms ease-in;
		background: #0e44a4;
		z-index: 5;
		-webkit-box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.2);
	}
	header.scrolled {
		transition: all 300ms ease-in;
		-webkit-transition: all 300ms ease-in;
		-moz-transition: all 300ms ease-in;
		-ms-transition: all 300ms ease-in;
		-o-transition: all 300ms ease-in;
		background: #0e45a4be;
	}

	#header-container {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		/* flex-wrap: wrap; */
		border-top: 2px solid #edd182;
	}
	.logo_header {
		width: auto;
		flex-basis: auto;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		position: static;
		top: auto;
		left: auto;
		font-family: "Georgia-regular";
		text-decoration: none;
	}
	.logo_header:hover {
		text-decoration: none;
	}
	.logo_header img {
		width: 250px;
		flex-basis: 250px;
		height: auto;
	}
	.logo_header p {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		color:#edd182;
		text-decoration: none;
		text-transform: none;
		font-size: 50px;
		font-weight: normal;
		letter-spacing: -3px;
	}
	.logo_header p span {
		font-size: 12px;
		position: relative;
		top:-10px;
	}
	#header-menu-trigger,
	#header-call-trigger {
		align-items: center;
		justify-content: space-between;
		margin: 0 7px 0 10px;
		padding: 10px;
		background-color:#ffffff;
		text-decoration: none;
		border: 4px dotted #1149aa;
		display: flex;
		align-items: center;
		justify-content: center;
		animation: color-transfusion-header-menu 4s linear infinite;
		-webkit-animation: color-transfusion-header-menu 4s linear infinite;
	}
	#header-call-trigger {
		display: none;
		margin: 0 12px 0 7px;
		padding: 10px;
		animation: color-transfusion-header-call 4s linear infinite;
		-webkit-animation: color-transfusion-header-call 4s linear infinite;
	}

	@keyframes color-transfusion-header-menu {
		0% {
			background: #edd182;
		}
		25% {
			background: #f7eac9;
		}
		50% {
			background: #f1eee3;
		}
		75% {
			background: #f7eac9;
		}
		100% {
			background: #edd182;
		}
	}

	@keyframes color-transfusion-header-call {
		0% {
			background: #f1eee3;
		}
		25% {
			background: #f7eac9;
		}
		50% {
			background: #edd182;
		}
		75% {
			background: #f7eac9;
		}
		100% {
			background: #f1eee3;
		}
	}

	#header-menu-trigger .material-icons,
	#header-call-trigger .material-icons {
		color:#0e44a4;
		font-size: 30px;
	}
	#header-panels {
		margin: 0 200px 0 auto;
		padding: 0;
	}
	#header-panels-wrap {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 0;
		padding: 0;
	}
	#header-phone-panel {
		padding: 0;
		margin: 0px 20px 0px 20px;
		text-align: center;
	}
	#header-phone-panel .phone_header {
		position: static;
		top: auto;
		left: auto;
		width: 150px;
		flex-basis: 150px;
	}
	#header-phone-panel .call_link {
		display: block;
		position: static;
		top: auto;
		left: auto;
		width: 140px;
		flex-basis: 140px;
		margin: 10px auto;
		padding: 5px 0%;
		text-align: center;
	}
	#header-email-panel {
		padding: 0;
		margin: 0px 20px;
		text-align: center;
	}
	#header-email-panel .mode_header {
		position: static;
		top:auto;
		left: auto;
	}
	#header-email-panel .mail_header {
		position: static;
		top:auto;
		left: auto;
		margin: 0;
		padding: 0 0 10px 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		background: none;
	}
	#header-email-panel .mail_header a {
		padding: 0;
		margin: 0 0 0 10px;
	}
	#header-email-panel .mail_header span.material-icons {
		color: #ffa6b4;
	}
	#header-email-panel .mode_header {
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		background: none;
		text-align: left;
	}
	#header-email-panel .mode_header span.material-icons {
		color: #ffa6b4;
		margin: 0 10px 0 0;
	}
	#header-basket-panel {
		padding: 0;
		margin: 0px 20px;
	}
	#header-basket-panel .basket {
		position: relative;
		right: auto;
		top: auto;
		text-align: center;
	}
	#header-basket-panel .search_header {
		position: static;
		bottom: auto;	
		right: auto;
		padding: 0;
		margin: 10px 0px 0px 0px;
	}
	#header-basket-panel .search_header input {
		width: 100px;
	}
	.header-panels-mobile-close {
		display: none!important;
		position: absolute;
		top:20px;
		right: 20px;
		text-decoration: none;
		color:#ffffff;
	}
	.header-panels-mobile-close span {
		font-size: 24px;
		color:#ffffff;
	}
	#show_form {
		background-color: #fff;
		border: none;
		left: 50%;
		margin: 0 0 0 -175px;
		position: fixed;
		top: 100px;
		width: 350px;
		z-index: 4321;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	}
	#show_form h1 {
		font-size: 20px;
	}
	#show_form .show_form_table input, 
	#show_form .show_form_table textarea {
		border: 1px solid #06327c;
		font-size: 16px;
		margin: 0px;
		padding: 5px 4%;
		width: 90%;
	}
	#show_form .show_form_table input:active, 
	#show_form .show_form_table input:hover, 
	#show_form .show_form_table input:focus,
	#show_form .show_form_table textarea:active, 
	#show_form .show_form_table textarea:hover, 
	#show_form .show_form_table textarea:focus {
		outline: 0;
		outline-offset: 0;
	}
	#show_form .show_form_send {
		width: 100px;
		display: block;
		text-align: center;
		color: #fff;
		font-size: 16px;
		margin: 5px auto;
		padding: 10px 15px;
		text-decoration: none;
	}
	header .basket {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		background: none;
	}
	header .basket a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	header .basket a span.material-icons {
		position: static;
		top: auto;
		right: auto;
		display: block;
		margin: 0;
		padding: 0;
		background: none;
		font-size: 48px;
		color:#f38196;
	}
	/* ----- fon_nav ----- */
	.fon_nav {
		display: none;
	}
	.main-menu {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		min-height: auto;
		min-width: auto;
		top: 0;
		left: 0;
		z-index: 6;
		background-color: rgba(216, 165, 47, 0.76);

	}
	.main-menu.active {
		display: block;
		animation: color-transfusion-menu-all 300ms linear;
		-webkit-animation: color-transfusion-menu-all 300ms linear;
	}
	@keyframes color-transfusion-menu-all {
		0% {
			background-color: rgba(216, 165, 47, 0.00);
		}
		100% {
			background-color: rgba(216, 165, 47, 0.76);
		}
	}
	.main-menu .main-menu-wrap {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
	}
	.main-menu nav {
		width: 90%;
		height: 100%;
		padding: 0;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.main-menu nav ul {
		padding: 0;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.main-menu nav ul li {
		width: 40%;
		height: 150px;
		padding: 0px;
		margin: 5px;
	}
	.main-menu-mobile-close {
		position: absolute;
		top: 40px;
		right: 21px;
		text-decoration: none;
	}
	.main-menu-mobile-close span {
		font-size: 32px;
		color:#ffffff;
	}
	.main-menu nav ul li,
	.main-menu nav ul li:hover {
		border:none;
	}
	.main-menu nav ul li a {
		margin: 0;
		padding: 20% 0px 0px 0px;
		display: block;
		/* flex-wrap: wrap; */
		width: 100%;
		height: 80%;
		text-decoration: none;
		font-size: 14px;
	}
	.main-menu nav ul li a .main-menu-title {
		width: 100%;
		flex-basis: 100%;
		display: block;
		text-align: center;
		margin: 0;
		padding: 10px 0 10px 0;
	}
	.main-menu nav ul li a .material-icons,
	.main-menu nav ul li a .material-icons-outlined {
		justify-content: center;
		font-size: 36px;
	}
	.main-menu nav ul li.menu1,
	.main-menu nav ul li.menu1:hover {
		/*background: #04FFFF url("../images/menu1.png") no-repeat scroll 50% 70%;
		background-size: 20px; */
		background: #04FFFF;
		animation: color-transfusion-menu-1 4s linear infinite;
		-webkit-animation: color-transfusion-menu-1 4s linear infinite;
	}
	@keyframes color-transfusion-menu-1 {
		0% {
			background: #04FFFF;
		}
		50% {
			background: #07dada;
		}
		100% {
			background: #04FFFF;
		}
	}
	.main-menu nav ul li.menu2,
	.main-menu nav ul li.menu2:hover {
		/*background: #FF103B url("../images/menu2.png") no-repeat scroll 50% 70%;
		background-size: 20px;*/
		animation: color-transfusion-menu-2 4s linear infinite;
		-webkit-animation: color-transfusion-menu-2 4s linear infinite;
	}
	@keyframes color-transfusion-menu-2 {
		0% {
			background: #FF103B no-repeat scroll 50% 70%;
		}
		50% {
			background: #f38196 no-repeat scroll 50% 70%;
		}
		100% {
			background: #FF103B no-repeat scroll 50% 70%;
		}
	}
	.main-menu nav ul li.menu3,
	.main-menu nav ul li.menu3:hover {
		/*background: #FFFF5C url("../images/menu3.png") no-repeat scroll 50% 70%;
		background-size: 20px;*/
		animation: color-transfusion-menu-3 4s linear infinite;
		-webkit-animation: color-transfusion-menu-3 4s linear infinite;
	}
	@keyframes color-transfusion-menu-3 {
		0% {
			background: #FFFF5C;
		}
		50% {
			background: #e4e40e;
		}
		100% {
			background: #FFFF5C;
		}
	}
	.main-menu nav ul li.menu4,
	.main-menu nav ul li.menu4:hover {
		/*background: #FFD34C url("../images/menu4.png") no-repeat scroll 50% 70%;
		background-size: 20px;*/
		animation: color-transfusion-menu-4 4s linear infinite;
		-webkit-animation: color-transfusion-menu-4 4s linear infinite;
	}
	@keyframes color-transfusion-menu-4 {
		0% {
			background: #FFD34C;
		}
		50% {
			background: #f1b90e;
		}
		100% {
			background: #FFD34C;
		}
	}
	.main-menu nav ul li.menu5,
	.main-menu nav ul li.menu5:hover {
		/*background: #EDFFFE url("../images/menu5.png") no-repeat scroll 50% 70%;
		background-size: 20px;*/
		animation: color-transfusion-menu-5 4s linear infinite;
		-webkit-animation: color-transfusion-menu-5 4s linear infinite;
	}
	@keyframes color-transfusion-menu-5 {
		0% {
			background: #EDFFFE;
		}
		50% {
			background: #c8dddc;
		}
		100% {
			background: #EDFFFE;
		}
	}
	.main-menu nav ul li.menu6,
	.main-menu nav ul li.menu6:hover {
		/*background: #EDFFFE url("../images/menu5.png") no-repeat scroll 50% 70%;
		background-size: 20px;*/
		animation: color-transfusion-menu-6 4s linear infinite;
		-webkit-animation: color-transfusion-menu-6 4s linear infinite;
	}
	@keyframes color-transfusion-menu-6 {
		0% {
			background: #FF98FF;
		}
		50% {
			background: #fc3afc;
		}
		100% {
			background: #FF98FF;
		}
	}
	/* ----- fon_header ----- */
	.fon_slider {
		height: auto;
		padding: 20px 0px;
		margin: 0px 0px 0px 0px;
		width: 100%;
		min-width: auto;
		background: rgba(0, 0, 0, 0) url("../images/fon.jpg") no-repeat scroll 50% 50%;
	}
	.fon_slider .ramka {
		display: none;
		padding: 0;
		margin: 0;
	}
	#main-swiper-container {
		width: 94%;
		padding: 0;
		margin: 0px auto;
		border: 3px solid #edd182;
	}
	.swiper-wrapper {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.swiper-slide {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
	}
	/* ----- main ----- */
	#main {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
		min-width: auto;
	}
	/* ----- goods_menu ----- */
	#main .goods_menu {
		margin: 20px auto 0 auto;
		padding: 20px 3%;
		min-height:auto;
		width: 84%;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
	}
	#main .goods_menu ul {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	#main .goods_menu li {
		float: none;
		height: auto;
		margin: 0;
		padding: 0;
		position: relative;
		text-align: center;
		width: 50%;
		flex-basis: 50%;
	}
	#main .goods_menu li a img {
		width: 100%;
		display: block;
	}
	#main .goods_menu li a p {
		display: none;
	}
	#main .goods_menu li .text_goods,
	#main .goods_menu li:hover .text_goods {
		width: 100%;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		top: auto;
		left: 0;
		bottom: 0;
		background: none;

	}
	#main .goods_menu li.goods_menu_li_1 {
		overflow: hidden;
		border-radius: 10px 0px 0px 10px;
		-webkit-border-radius: 10px 0px 0px 10px;
		-moz-border-radius: 10px 0px 0px 10px;
		-ms-border-radius: 10px 0px 0px 10px;
		-o-border-radius: 10px 0px 0px 10px;
	}
	#main .goods_menu li.goods_menu_li_2 {
		padding: 0;
    	margin: 0 0 0px 0;
		overflow: hidden;
		border-radius: 0px 10px 10px 0px;
		-webkit-border-radius: 0px 10px 10px 0px;
		-moz-border-radius: 0px 10px 10px 0px;
		-ms-border-radius: 0px 10px 10px 0px;
		-o-border-radius: 0px 10px 10px 0px;
	}
	#main .goods_menu li.goods_menu_li_1 .text_goods,
	#main .goods_menu li.goods_menu_li_1:hover .text_goods {
		animation: color-transfusion-red-goods-menu 4s linear infinite;
		-webkit-animation: color-transfusion-red-goods-menu 4s linear infinite;
	}
	#main .goods_menu li.goods_menu_li_2 .text_goods,
	#main .goods_menu li.goods_menu_li_2:hover .text_goods {
		animation: color-transfusion-blue-goods-menu 4s linear infinite;
		-webkit-animation: color-transfusion-blue-goods-menu 4s linear infinite;
	}
	@keyframes color-transfusion-red-goods-menu {
		0% {
			background: #e4223fbb;
		}
		25% {
			background: #e94760bb;
		}
		50% {
			background: #f06d81bb;
		}
		75% {
			background: #e94760bb;
		}
		100% {
			background: #e4223fbb;
		}
	}
	@keyframes color-transfusion-blue-goods-menu {
		0% {
			background: #113ca8bb;
		}
		25% {
			background: #2e56bbbb;
		}
		50% {
			background: #5072c7bb;
		}
		75% {
			background: #2e56bbbb;
		}
		100% {
			background: #113ca8bb;
		}
	}
	#main .goods_menu li .text_goods span {
		position: relative;
		top: 0px;
		margin: 0px;
		padding: 50px 0px 0px 0px;
		background: none;
		color: #fff;
		font-size: 25px;
		text-transform: uppercase;
		background: url("../images/catalog1_act.png") no-repeat scroll 50% 0%;
		background-size: 50px;
	}
	/* ----- fon_news_main ----- */
	.fon_news_main {
		width: 100%;
		min-height: auto;
		background: #f9f9f9 none repeat scroll 0 0;
		border-bottom: 1px solid #e5e5e5;
		border-top: 1px solid #e5e5e5;
		margin: 10px auto;
		padding: 0;
	}
	.news_main {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.news_main ul {
		padding: 0;
		margin: 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.news_main ul li {
		margin: 10px 1%;
		width: 30%;
		padding: 15px 0px;

		background: #fff none repeat scroll 0 0;
		border: 1px solid #e5e5e5;
		color: #5f5f5f;
		float: none;
	}
	/* ----- text_main ----- */
	.text_main {
		overflow: hidden;
		width: 100%;
		padding: 0;
		margin: 0;
		background: rgba(0, 0, 0, 0) url("../images/fon.jpg") no-repeat scroll 50% 50%;
	}
	.text_main .static {
		width: 80%;
		min-height: auto;
		padding: 30px 5%;
		margin: 30px auto;
		background: #ffffffea;
		border: 5px solid #edd182;
	}
	.text_main .static h1 span {
		background: none!important;
	}
	.text_main .static p {
		width: 100%;
	}
	.text_main .static p a {
		text-decoration: none;
	}
	.text_main .static .all_text a {
		background: #e6ca05;
		color: #fff;
		padding: 10px 25px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 11px;
	}
	/* ----- fon_footer ----- */
	#fon_footer {
		width: 100%;
		padding: 0;
		margin: 0;
		min-width: auto;
	}
	footer {
		display: block;
		height: 215px;
		margin: 24px auto 0px;
		position: relative;
		width: 100%;
	}
	#footer-wrap {
		width: 90%;
		padding: 30px 0px 0px 0px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
	}
	#footer-logo-panel .logo_footer,
	#footer-logo-panel .copy_footer {
		left: auto;
		position: static;
		top: auto;
	}
	#footer-logo-panel .logo_footer {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-decoration: none;
	}
	#footer-logo-panel .copy_footer {
		text-align: center;
	}
	#footer-logo-panel .logo_footer img {
		width: 50px;
		flex-basis: 50px;
		height: auto;
	}
	#footer-logo-panel .logo_footer p {
		padding: 0;
		margin: 0;
		align-items: center;
		justify-content: flex-start;
		color: #edd182;
		text-decoration: none;
		text-transform: none;
		font-size: 50px;
		font-weight: normal;
		letter-spacing: -3px;
	}
	#footer-logo-panel .logo_footer p span {
		font-size: 12px;
    	position: relative;
    	top: -10px;
	}
	#footer-menu-panel .menu_footer {
		display: none;
	}
	#footer-menu-panel .mail_footer {
		left: auto;
		position: static;
		top: auto;
		margin: 0;
		padding: 0;
		background: none;
	}
	#footer-menu-panel .phone_footer {
		left: auto;
		position: static;
		top: auto;
	}
	footer .eo {
		right: auto;
		position: static;
		top: auto;
	}
	#footer-logo-panel {
		order: 2;
	}
	#footer-menu-panel {
		order: 1;
	}
	footer .eo {
		order: 3;
	}
	.footer-pp-pk {
		right: 156px;
		top: 50px;
	}
	.footer-pp-pd {
		right: 61px;
		top: 70px;
	}
	.footer-pp-cookie {
		right: 83px;
		top: 90px;
	}
	/* ----- news ----- */
	.news_main ul li .date_news {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.news_main ul li .date_news p {
		background: none!important;
	}
	.news_main ul li .date-news-icon {
		width: 50px;
		height: 50px;
		flex-basis: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: rgb(243, 147, 61);
		color:#ffffff;
	}
	.news_main ul li:first-child .date-news-icon {
		background-color: rgb(254, 237, 72);
	}
	.news_main ul li:last-child .date-news-icon {
		background-color: rgb(190, 144, 181);
	}
	.news_main ul li .date-news-img {
		display: none;
	}
	.news_main ul li .text_news p span {
		font-weight: normal;
		font-size: 16px;
		color:#000000;
	}
	/* ============================================================================== */

	/*
	#header-menu-mobile {
		width: 96.8%;
		height: 64px;
		padding: 0;
		margin: 0 auto;
		border: 1px solid #ffffff;
		background: #dee2ff9d;
		border-radius: 30px 30px;
		-webkit-border-radius: 30px 30px;
		-moz-border-radius: 30px 30px;
		-ms-border-radius: 30px 30px;
		-o-border-radius: 30px 30px;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
		transition: all 300ms ease-in;
		-webkit-transition: all 300ms ease-in;
		-moz-transition: all 300ms ease-in;
		-ms-transition: all 300ms ease-in;
		-o-transition: all 300ms ease-in;
	}
	*/
	/* =======================\\\\\\\\\\\\\\\=========================== */


	/* =========================================================================== */

	/**/
	#main.main-inner {
		width: 98%;
		margin: 0px auto 10px auto;
		padding:20px 1% 20px 1%;
		-webkit-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2) inset;
		-moz-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2) inset;
		box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.2) inset;
	}
	#main.main-inner .inner {
		padding: 20px 3%;
		margin: 0 auto;
		width: 93%;
		min-height: auto;
	}
	#main.main-inner .inner .static {
		min-height: auto;
		padding: 0;
		margin: 0;
		background: none;
		width: 100%;
		border:none;
	}
	body.body-inner #pagewrap {
		padding: 0;
    	margin: 0px 0px 0px 0px;
		/* background: rgba(0, 0, 0, 0) url("../images/fon.jpg") no-repeat scroll 50% 0%; */
	}
	body.body-inner .fon_slider {
		height: auto;
		padding: 0px 0px;
		margin: 0px 0px 0px 0px;
		width: 100%;
		min-width: auto;
		height: 216px;
		background: rgba(0, 0, 0, 0) url("../images/fon.jpg") no-repeat scroll 50% 50%;
	}
	#main.main-inner .inner .static .img-inner {
		display: block;
		padding: 0!important;
		margin: 10px auto 20px auto!important;
		max-width: 100%!important;
		height: auto!important;
		float: none!important;
	}
	#main.main-inner .inner .static .img-inner-about {
		width: 200px!important;
	}
	#main.main-inner .inner .static h1 {
		margin: 15px 0px;
		padding: 10px 0px;
		border-bottom:3px solid #edd182;
		color:#ddb546!important;
		background: #ffffff!important;
	}
	#main.main-inner .inner .static h1 span {
		color:#ddb546!important;
		background: #ffffff!important;
	}
	#main.main-inner .news-inner {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#main.main-inner #news-inner h2.one-new-title,
	#main.main-inner .all-news-title {
		margin: 15px 0px;
		padding: 10px 0px;
		border-bottom:3px solid #edd182;
		color:#ddb546!important;
		background: #ffffff!important;
	}
	#main.main-inner #news-inner .one-new-text h1 {
		font-size: 20px!important;
	}
	#main.main-inner #news-inner .one-new-text img {
		display: block!important;
		max-width: 90%!important;
		padding: 0!important;
		margin: 20px auto!important;
		float:none!important;
		height: auto!important;
	}
	#main.main-inner .inner .static .table-inner {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#main.main-inner .inner .static .table-inner tr {
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	#main.main-inner .inner .static .table-inner tr td {
		display: block;
		width: 45%;
		flex-basis: 45%;
		padding: 0px;
		margin: 10px 1%;
	}
	#main.main-inner .inner .static .table-inner tr td iframe {
		max-width: 100%!important;
		/* height: 163px!important; */
	}
	#main.main-inner .inner .static .img-inner-sertificates {
		max-width: 700px!important;
		width: 100%!important;
		display: block!important;
		height: auto!important;
		padding: 0;
		margin: 0 auto;
		float: none!important;
		border:1px solid #decece;
	}
	#main.main-inner .blok_news a {
		text-decoration: none;
	}
	#main.main-inner .all-cats-inner h2.catalog_all_cats_title {
		margin: 15px 0px;
		padding: 10px 0px;
		border-bottom:3px solid #edd182;
		color:#ddb546!important;
		background: #ffffff!important;		
	}
	#main.main-inner .catalog_all_list,
	#main.main-inner .catalog_cat,
	#main.main-inner .catalog_subcats,
	#main.main-inner .catalog_list_row {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-wrap: wrap;
		width: 100%;
	}
	#main.main-inner .catalog_list_one {
		float: none;
		font-size: 17px;
		margin: 10px 1% 15px 1%;
		position: relative;
		width: 31%;
		flex-basis: 31%;
	}
	#main.main-inner .catalog_list_one a img {
		width: 100%;
		padding: 0;
		margin: 0;
		display: block;
	}
	#main.main-inner .slide_title {
		font-size: 14px;
		width: 100%;
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	#main.main-inner .catalog-cat-inner {
		/**//**//**//**/
	}
	#main.main-inner .pathway {
		/* border-bottom: 1px solid #ddb546; */
		border: none;
		color: #000;
		font-size: 15px;
		margin: 0px 0px;
		padding: 15px 0px;
	}
	#main.main-inner .pathway a {
		text-decoration: none;
		color:#ddb546;
	}
	#main.main-inner .catalog-cat-title,
	#main.main-inner .catalog_one_title h1 {
		display: block;
		width: 100%;
		margin: 15px 0px;
		padding: 10px 0px;
		border-bottom:3px solid #edd182;
		color:#ddb546!important;
		background: #ffffff!important;	
	}
	#main.main-inner .catalog_one_title h1 {
		display: block;
		width: 100%;
	}
	#main.main-inner #catalog-one-slider-others {
		display: none;
	}
	#main.main-inner .catalog_photos_area {
		display: block;
		float: none;
		margin: 0 auto 0px auto;
		width: 90%;
	}
	#main-img-zoom-wrap img.main-img-zoom {
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		display: block;
		height: auto;
		border:1px solid #cecece;
	}
	#main.main-inner .catalog_buy_button {
		margin: 20px auto;
		float: none;
		display: block;
		width: 200px;
	}
	#main.main-inner .one_simple_buy {
		padding: 20px 0px 0px 0px;
		margin: 20px 0px 10px 0px;
		border-top: 2px solid #ddb546;
	}
	#main.main-inner .simple_count,
	#main.main-inner .simple_comment {
		width: 90%;
		max-width: 500px;
		padding: 10px 0px 0px 0px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#main.main-inner .simple_count .catalog_basket_change  {
		margin: 0;
	}
	#main.main-inner .simple_count span,
	#main.main-inner .simple_comment span {
		width: 50%;
		flex-basis: 50%;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	#catalog_add_to_basket_window_add_popup_show, 
	#catalog_add_to_basket_window_add_popup_hide {
		left: 50%;
  		margin-left: -175px;
	}
	#main.main-inner .catalog_my_basket th {
		padding: 10px 2px;
	}
	#main.main-inner .catalog_user_data input[type="text"], 
	#main.main-inner .catalog_user_data textarea {
		border: 1px solid #999;
		font-size: 15px;
		padding: 5px 3%;
		width:90%;
	}
	#main.main-inner .catalog_user_data input[type="text"]:active, 
	#main.main-inner .catalog_user_data input[type="text"]:hover, 
	#main.main-inner .catalog_user_data input[type="text"]:focus,
	#main.main-inner .catalog_user_data textarea:active, 
	#main.main-inner .catalog_user_data textarea:hover, 
	#main.main-inner .catalog_user_data textarea:focus {
		outline: 0;
		outline-offset: 0;
	}
}

@media screen and (max-width: 1100px) {
	.news_main ul {
		flex-wrap: wrap;
		/**//**//**/
	}
	.news_main ul li {
		margin: 10px 4%;
		width: 90%;
		padding: 15px 0px;
		background: #fff none repeat scroll 0 0;
		border: 1px solid #e5e5e5;
		color: #5f5f5f;
		float: none;
	}
}

@media screen and (max-width: 1000px) {
	#header-call-trigger {
		display: flex;
	}
	#header-panels {
		display: none;
	}
	#header-panels.active {
		display: block;
	}
 	header .basket {
		position: relative;
		right: auto;
		top: auto;
		padding: 10px 0px 0px 0px;
		margin: 0px 0px 0px auto;
	}
	#header-panels {
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 300px;
		height: 100%;
		padding: 0;
		margin: 0;
		z-index: 7;
		background: none;
		opacity: 0;
		transform: translate(200%, 0);
		-webkit-transform: translate(200%, 0);
		-moz-transform: translate(200%, 0);
		-ms-transform: translate(200%, 0);
		-o-transform: translate(200%, 0);
		transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
	}
	#header-panels.active {
		display: block;
		opacity: 1;
		-webkit-box-shadow: -6px 0px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: -6px 0px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: -6px 0px 8px 0px rgba(34, 60, 80, 0.2);
		transform: translate(0%, 0);
		-webkit-transform: translate(0%, 0);
		-moz-transform: translate(0%, 0);
		-ms-transform: translate(0%, 0);
		-o-transform: translate(0%, 0);
		transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
	}
	#header-panels-wrap {
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		position: relative;
		padding: 0;
		margin: 0 0 0 auto;
		background: #06327c;
	}
	.header-panels-mobile-close {
		display: flex!important;
	}
	#header-panels-wrap #header-phone-panel {
		position: relative;
		width: 150px;
		margin: 120px auto 0px auto;
		padding: 20px 0px;
		z-index: 1;
	}
	#header-panels-wrap #header-email-panel {
		position: relative;
		width: 210px;
		margin: 0px auto;
		padding: 2% 0px;
		z-index: 2;
	}
	#header-panels-wrap .search_header {
		width: 100%;
		position: absolute;
		top: 60px;
		right: 0;
	}
	#header-panels-wrap .search_header form {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header-panels-wrap .search_header form input {
		width: 68%;
		margin: 0 3px 0 0;
		padding: 3px 2%;
	}
	#header-panels-wrap .search_header form a {
		/**/
	}
}

@media screen and (max-width: 900px) {
	#main .goods_menu li .text_goods, 
	#main .goods_menu li:hover .text_goods {
		height: 80px;
	}
	#main .goods_menu li .text_goods span {
		margin: 0px;
    	padding: 30px 0px 0px 0px;
		font-size: 20px;
		background-size: 30px;
	}
	#main.main-inner .inner .static .table-inner tr td {
		display: block;
		width: 350px;
		flex-basis: 350px;
		padding: 0px;
		margin: 10px 1%;
	}
	.contacts-inner-map {
		width: 90%!important;
		margin: 0 auto;
	}
}

@media screen and (max-width: 800px) {
	#footer-menu-panel {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	/**//**/
	#main.main-inner .all-cats-inner .catalog_list_one,
	#main.main-inner .catalog_cat .catalog_list_one,
	#main.main-inner catalog_list_row .catalog_list_one {
		/* float: none;
		font-size: 17px;
		margin: 10px 1% 15px 1%;
		position: relative;
		width: 320px;
		flex-basis: 320px; */
	}
	#main .goods_menu ul {
		flex-wrap: wrap;
	}
	#main .goods_menu li {
		width: 100%;
		flex-basis: 100%;
		padding: 0;
		margin: 0 0 20px 0;
		-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	}
}	

@media screen and (max-width: 600px) {
	#main.main-inner .catalog_list_one {
		float: none;
		font-size: 17px;
		margin: 10px auto 15px auto;
		position: relative;
		width: 320px;
		flex-basis: 320px;
	}
	.fon_slider {
		-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);	
	}
	#header-menu-trigger,
	#header-call-trigger {
		padding: 5px;
	}
	#header-menu-trigger .material-icons, 
	#header-call-trigger .material-icons {
		color: #0e44a4;
		font-size: 24px;
	}
	header .basket {
		/**//**/
		position: relative;
    	right: auto;
    	top: auto;
    	padding: 10px 0px 10px 0px;
    	margin: 0px 0px 0px auto;
	}
	header .basket a {
		display: flex;
		width: 50px;
		height: 50px;
		padding: 0 10px 0 0;
		margin: 0;
	}
	header .basket a b {
		display: none;
	}
	header .basket span {
		position: absolute;
		right: 0px;
		top: -1px;
		font-size: 12px;
	}
	#footer-logo-panel {
		padding: 0;
		margin: 0 auto;
	}
	#fon_footer {
        background-size: cover;
    }
	footer {
        height: 310px;
    }
	footer .eo {
		width: 90%;
		flex-basis: 90%;
		padding: 10px 0px;
		margin: 0 auto;
		font-size: 12px;
		text-align: center;
	}
	.footer-pp-pk,
	.footer-pp-pd,
	.footer-pp-cookie  {
		font-size: 12px;
	}
	#footer-wrap {
		width: 90%;
		padding: 15px 0px 0px 0px;
		flex-wrap: wrap;
	}
	header {
		display: block;
		height: 90px;
	}
	body.body-inner .fon_slider {
		height: 150px;
		/* background: rgba(0, 0, 0, 0) url("../images/fon.jpg") no-repeat scroll 50% 50%; */
	}
	#pagewrap {
		width: 100%;
		padding: 0;
		margin: 95px 0px 0px 0px;
		backdrop-filter: none;
	}
	#main .goods_menu li.goods_menu_li_1,
	#main .goods_menu li.goods_menu_li_2 {
		overflow: hidden;
		border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-ms-border-radius: 10px 10px 10px 10px;
		-o-border-radius: 10px 10px 10px 10px;
	}
	.logo_header img {
		width: 200px;
		flex-basis: 200px;
		height: auto;
	}
}

@media screen and (max-width: 500px) {
	.logo_header img {
		/* width: 60px;
		flex-basis: 60px;
		height: auto; */
	}
	.logo_header p {
		font-size: 40px;
		letter-spacing: -2px;
	}
	#main .goods_menu li .text_goods span {
		font-size: 15px;
	}
}

@media screen and (max-width: 400px) {
	#header-menu-trigger, 
	#header-call-trigger {
		padding: 3px;
	}
	.logo_header p {
		font-size: 36px;
		letter-spacing: -2px;
	}
	.logo_header img {
		width: 150px;
		flex-basis: 150px;
		height: auto;
	}
	.logo_header {
		padding: 0;
		margin: 0 auto;
	}
}