html,
body {
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	line-height: 1.43;
	height: 100%;
}

.page_wrapper {
	position: relative;
	min-height: 100%;
}

a {
	outline: none;
}

a img {
	border: none;
}

hr {
	border: none;
	background: #ccc;
	height: 1px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

a.no_underline {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a.no_underline:link {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a.no_underline:visited {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a.no_underline:selection {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a.no_underline:hover {
	text-decoration: none;
	outline: none;
	color: inherit;
}

a.color_inherit {
	color: inherit;
	outline: none;
}

a.color_inherit:link {
	color: inherit;
	outline: none;
}

a.color_inherit:visited {
	color: inherit;
	outline: none;
}

a.color_inherit:selection {
	color: inherit;
	outline: none;
}

a.color_inherit:hover {
	color: inherit;
	outline: none;
}

.clearfix {
	clear: both;
}

.header_container {
	position: relative;
	background: #f9fafa;
	box-shadow: inset 0px 6px 9px 3px #dbe4ea, 1px 1px 4px -2px #222;
	z-index: 5;
}

.header {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.header .logo {
	width: 205px;
	height: 76px;
	float: left;
	background: url("/images/logos.png") no-repeat 0 0;
	box-shadow: -6px 1px 10px -5px rgba(0, 0, 0, 0.5), 6px 1px 10px -5px rgba(0, 0, 0, 0.5);
}

.header .top_menu {
	position: relative;
	width: 795px;
	float: left;
}

.header .top_menu ul {
	float: left;
	position: relative;
	list-style: none;
	display: block;
	padding: 0;
	margin: 26px 0 0 50px;
	width: 600px;
}

.header .top_menu>ul>li {
	float: left;
	color: #232323;
	font: bold 17px/22px 'PT Sans', sans-serif;
	margin-right: 40px;
}

.header .top_menu>ul>li.selected a {
	border-bottom: 4px solid #559A0A;
}

.header .top_menu>ul>li:last-child {
	margin-right: 0;
}

.header .top_menu span.toptel {
	float: right;
	font: bold 15px/22px 'PT Sans', sans-serif;
	color: #8d8f8b;
	margin: 26px 0px 0px 0px;
}

.header .top_menu span.toplang {
	float: right;
	font: bold 12px/15px 'PT Sans', sans-serif;
	color: #8d8f8b;
	margin: 5px 0px 0px 0px;
}

.header .top_menu span.toplang a {
	color: #8d8f8b;
	text-decoration: underline;
	padding-left: 7px;
}

.header .top_menu span.toplang a.flag-ru {
	display: inline-block;
	width: 25px;
	height: 14px;
	background: url(/images/flag_ru_header.gif) left bottom no-repeat;
	padding-right: 4px;
	text-align: right;
}

.header .top_menu span.toplang a.flag-en {
	display: inline-block;
	width: 24px;
	height: 14px;
	background: url(/images/flag_uk_header.gif) left bottom no-repeat;
	text-align: right;
}

.header .top_menu span.toplang a:hover {
	color: #51ad01;
}

.header .top_menu span.toplang a.sel {
	color: #51ad01;
	text-decoration: none;
}

.header .top_menu span.toplang a.top-seaarch {
	background: url(/images/icon-search.png) left center no-repeat;
	height: 14px;
	padding: 0 11px 0 17px;
	text-decoration: none;
}

.header .top_menu span.topflag {
	background: url(/images/flag_ru_header.gif) left center no-repeat;
	float: left;
	font: bold 12px/15px 'PT Sans', sans-serif;
	color: #919290;
	margin: 5px 0 0 50px;
	padding: 0 0 0 21px;
}

.mainp_banner_container {
	display: block;
	position: relative;
	background: #0a487f url("/images/main_banner_bg.png") repeat-x 0 0;
	box-shadow: inset 1px 1px 5px 1px #444, 1px 1px 4px 1px #999;
	z-index: 4;
}

.mainp_banner_container .mainp_banner_bg {
	display: block;
	background: url("/images/main_banner.png") no-repeat center 0;
	text-decoration: none;
}

.mainp_banner_container .mainp_banner_bg.slide4 {
	background: url("/images/main_banner_slide_4-2.jpg") no-repeat center 0;
}
.mainp_banner_container .mainp_banner_bg.slide3 {
	background: url("/images/main_banner_slide_3-2.png?v=1") no-repeat center 0;
}

.mainp_banner_container .mainp_banner_bg.slide2 {
	background: url("/images/main_banner_slide_2-1.png") no-repeat center 0;
}

.mainp_banner_container .mainp_banner_bg.slide2.ru {
	background: url("/images/main_banner_slide_2.png") no-repeat center 0;
}

.mainp_banner_container .mainp_banner {
	position: relative;
	width: 1000px;
	height: 608px;
	padding: 0;
	margin: 0 auto;
}

.mainp_banner_container .mainp_banner_slider {
	height: 608px;
	overflow: hidden;
}

.mainp_banner_container .mainp_banner .banner_info {
	position: relative;
	color: #feffff;
	padding: 5px 35px;
	margin-bottom: 118px;
	font-family: Calibri, sans-serif;
	text-align: right;
}

.mainp_banner_container .slide3 .mainp_banner .banner_info {
	/*	text-align:left;*/
}

.mainp_banner .banner_info h1 {
	font-size: 47px;
	line-height: 60px;
	letter-spacing: -0.3px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
}

.mainp_banner .banner_info h1 span {
	font-size: 49px;
	line-height: 43px;
}

.mainp_banner .banner_info h2 {
	display: inline-block;
	text-align: center;
	font-size: 47px;
	line-height: 60px;
	letter-spacing: -0.3px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.mainp_banner .banner_info h2 span {
	font-size: 49px;
	line-height: 55px;
}

.mainp_banner .banner_info h2 span b {
	font-size: 60px;
}

.slide4 .mainp_banner .banner_info h2 span b {
	font-size: 79px;
    font-weight: normal;
	display: inline-block;
	margin-bottom: 16px;
}

.mainp_banner_container .mainp_banner .banner_info .in_green_frame_container {
	margin-top: 32px;
	margin-right: 4px;
}

.in_green_frame_container {
	color: #9cfe3c;
	position: relative;
	height: 104px;
}

.in_green_frame {
	position: relative;
	display: block;
	width: 430px;
	height: 104px;
	float: right;
	text-align: center;
	background: url("/images/green_frame.png") no-repeat 0 0;
}

.in_green_frame span:nth-child(1) {
	font: normal 21px Calibri, sans-serif;
	line-height: 38px;
	text-shadow: 1px 1px 1px #174c78;
	text-transform: uppercase;
}

.with_ltr_arrow {
	text-decoration: underline;
	color: inherit;
	line-height: 15px;
	margin-left: 35px;
	padding: 8px 14px 14px 30px;
	background: url("/images/ltr_arrow.png") no-repeat left center;
}

.icon_links {
	position: relative;
	display: block;
	width: 325px;
	float: left;
	background: #fff;
	margin-right: 12px;
}

.icon_links:nth-child(3n) {
	margin-right: 0;
}

.icon_links h4 {
	font: bold 17px 'Roboto', sans-serif;
	color: #51ad01;
	margin: 6px 15px;
	letter-spacing: 0px;
}

.icon_links img {
	margin: 0px auto;
	display: block;
}

.icon_links div {
	font: normal 15px PT Sans, sans-serif;
	color: #2c2c2b;
	padding: 4px 16px 8px;
}

.mainp_anounce_container {
	display: block;
	position: relative;
	background: #f0f1f1;
	box-shadow: 0px 4px 33px -20px #222 inset;
	z-index: 3;
}

.mainp_anounce_container .mainp_anounce {
	position: relative;
	width: 1000px;
	margin: 0 auto -50px auto;
	padding: 10px 0 22px 0;
}

.mainp_anounce_container .mainp_anounce .left_block {
	display: table-cell;
	vertical-align: top;
	/*width:440px;*/
	padding-left: 25px;
	margin-bottom: 20px;
}

.mainp_anounce_container .mainp_anounce .left_block h3 {
	font: normal 22px 'PT Sans', sans-serif;
	line-height: 25px;
	color: #559a0a;
	margin: 22px 0px 10px;
}

.mainp_anounce_container .mainp_anounce .left_block p {
	font: normal 15px 'PT Sans', sans-serif;
	line-height: 21px;
	color: #262626;
	margin: 0px 0px 27px;
}

.mainp_anounce_container .mainp_anounce .right_block {
	display: table-cell;
	vertical-align: top;
	width: 500px;
	margin-bottom: 20px;
}

.green_excell_button {
	background: url("/images/excell_b_bg.png") repeat-x 0 0;
	font: bold 14px Arial, sans-serif;
	color: #fff;
	width: 200px;
	border-radius: 3px;
}

.green_excell_button a {
	display: block;
	padding: 15px 0px 18px 72px;
	background: url('/images/ico-question.png') 22px center no-repeat;
	/*background:url("/images/excell_b_logo.png") no-repeat 16px 4px;*/
}

.gray_excell_button {
	background: #e7e7e7;
	font: bold 14px Arial, sans-serif;
	color: #569f09;
	width: 218px;
	border-radius: 3px;
}

.gray_excell_button a {
	display: block;
	padding: 15px 0px 18px 93px;
	background: url("/images/excell_b_logo.png") no-repeat 16px 4px;
}

.news_anounce_imglist {
	margin: 25px 0px 15px 48px;
	/*	height: 143px;*/
	overflow: hidden;
}

.news_anounce_imglist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news_anounce_imglist ul li {
	float: left;
	font: bold 13px 'Roboto', sans-serif;
	color: #2370be;
	width: 136px;
	margin-right: 20px;
	position: relative;
}

.news_anounce_imglist ul li span {
	display: block;
	width: 100%;
	/*	width: 136px;*/
	/*height: 79px;*/
	height: 0;
	padding-top: 58%;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 0 7px 0;
	background-color: #d9d9d9;
}

.news_anounce_imglist li a:hover,
.news_anounce_list li a:hover {
	text-decoration: underline;
}

.news_anounce_imglist ul li:nth-child(3n) {
	margin-right: 0;
}

.news_anounce_imglist p {
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0 4px 0;
	color: #262626;
	font-weight: normal;
	/*	width: 90%;*/
}

.news_anounce_list {
	margin-left: 48px;
}

.news_anounce_list ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px 0;
}

.news_anounce_list ul li {
	font: bold 13px 'Roboto', sans-serif;
	color: #2370be;
	border-top: 1px dotted #9c9d9a;
	padding: 7px 0px 12px;
}

.blue_b {
	width: 105px;
	background: #2d7ccc linear-gradient(to top, #2471bf, #3181d3);
	font: bold 13px 'Roboto', sans-serif;
	color: #fff;
	border-radius: 3px;
}

.blue_b a {
	display: block;
	width: 85px;
	padding: 5px 2px 5px 10px;
	background: url("/images/ltr_whinline_arrow.png") no-repeat right center;
}

.images_shower {
	position: relative;
	display: block;
	padding-top: 40px;
	margin: 0 -20px 90px 0;
}

.images_shower .links_list {
	position: relative;
	display: block;
	width: 220px;
	float: left;
}

.images_shower .links_list div {
	font: normal 21px 'Roboto', sans-serif;
	color: #559a0a;
	padding-left: 27px;
	margin-bottom: 13px;
}

.images_shower .links_list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.images_shower .links_list li {
	font: normal 15px 'PT Sans', sans-serif;
	color: #7e7979;
	padding: 4px 10px 5px 28px;
	transition-duration: .3s;
}

.images_shower .links_list li.selected {
	color: #000;
	background: #e6e6e6;
}

.images_shower .links_list li a {
	border-bottom: 1px dotted #7e7979;
	transition-duration: .3s;
}

.images_shower .links_list li.selected a {
	border-bottom: none;
}

.images_shower .main_imgcontainer {
	position: relative;
	display: block;
	width: 775px;
	height: 263px;
	padding: 1px;
	border: 1px solid #e6e3e2;
	float: left;
	background: url("/u_images/mainp_shower/1.jpg") no-repeat 0 0;
}

.images_shower .main_imgcontainer div {
	font: italic normal 30px 'PT Sans', sans-serif;
	line-height: 33px;
	text-shadow: 1px 1px 1px #fff;
	text-align: right;
	color: #767778;
	width: 200px;
	float: right;
	margin: 75px 25px;
}

.page_nav {
	background: #e7e7e7;
	color: #a4a4a4;
	font: normal 12px 'PT Sans', sans-serif;
}

.page_nav div {
	width: 750px;
	margin: 0 auto;
	padding: 5px 0 5px 254px;
}

.content {
	width: 1000px;
	margin: 0 auto;
}

.content_wrapper {
	padding-bottom: 130px;
}

.content .left_block {
	float: left;
	width: 220px;
	color: #686964;
	padding-top: 23px;
	margin-right: 35px;
}

.content .left_block .lmenu_title {
	font: normal 20px 'PT sans', sans-serif;
	margin-bottom: 13px;
	color: #686964;
}

.content .left_block .lmenu-toggle {
	position: relative;
	display: inline-block;
	margin-left: -17px;
	width: 17px;
	height: 9px;
	top: 8px;
	text-decoration: none;
	cursor: pointer;
	background: url(/images/lmenu-expand.gif) 0 0 no-repeat;
}

.content .left_block .lmenu-toggle.lmenu-closed {
	top: 7px;
	background-position: 0 -9px;
}

.content .left_block .lmenu_lev1 a:hover,
.content .left_block .lmenu-toggle:hover {
	text-decoration: none !important;
}

.content .left_block .lmenu_lev1:first-child,
.content .left_block .lmenu_lev1_sel:first-child {
	border-top: none;
}

.content .left_block .lmenu_lev1 {
	font: normal 18px 'PT sans', sans-serif;
	line-height: 22px;
	margin: 12px 0 6px;
	padding-top: 9px;
	border-top: 1px dotted #ccc;
}

.content .left_block .lmenu_lev1 a {
	color: #686964;
	text-decoration: none;
}

.content .left_block .lmenu_lev1 a:hover {
	color: #000;
	text-decoration: underline;
}

.content .left_block .lmenu_lev1_sel {
	font: normal 18px 'PT sans', sans-serif;
	line-height: 22px;
	margin: 12px 0 6px;
	padding-top: 9px;
	border-top: 1px dotted #ccc;
	color: #000;
}

.content .left_block .lmenu_lev1_sel a {
	/*font-weight: bold;*/
	color: #000;
	text-decoration: none;
}

.content .left_block .lmenu_lev2 {
	font: normal 14px 'PT sans', sans-serif;
	line-height: 17px;
	margin-bottom: 8px;
	color: #347522;
	padding-left: 0;
}

.content .left_block .lmenu_lev2 a {
	color: #347522;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: 0.2s all;
}

.content .left_block .lmenu_lev2 a:hover {
	/* text-decoration: underline; */
	/* text-decoration-color: #63b01f; */
	border-bottom: 1px solid #95d362;
}

.content .left_block .lmenu_lev2.new_item a:after,
.content .left_block .lmenu_lev2_sel.new_item a:after {
	content: "NEW!";
	font: bold 10px/13px 'PT sans', sans-serif;
	background: #f8df21;
	color: #4e3d39;
	padding: 0px 4px;
	border-radius: 2px;
	margin-left: 2px;
	bottom: 1px;
	position: relative;
}

.content .left_block .lmenu_lev2_sel {
	color: #fff;
	background: #519a0a;
	border-radius: 3px;
	margin: 0 5px 7px -8px;
	padding: 3px 4px 3px 7px;
	font: normal 14px 'PT sans', sans-serif;
	line-height: 17px;
}

.content .left_block .lmenu_lev2_sel a {
	color: #fff;
	text-decoration: none;
}

.content .left_block .lmenu_lev2.lmenu_prod_item a {
	font-weight: bold;
	color: #478f0f;
	/* display: inline-block; */
	border-bottom: 1px solid #95d362;
	position:relative;
	text-decoration: none !important;
}
.content .left_block .lmenu_lev2.lmenu_prod_item a:before {
    font-weight: bold;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    background: transparent;
    /* background: #95d362;  */
    height: 1px;
	transition: 0.2s all;
}

.content .left_block .lmenu_lev2.lmenu_prod_item a:hover {
	border: none;
	display: inline-block;
}
.content .left_block .lmenu_lev2.lmenu_prod_item a:hover:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -1px;
    top: -2px;
    z-index: -1;
    background: #c2eb9e;
	border-radius: 3px;
	height: auto;
}

.lmenu_delim {
	margin: 18px 0;
}

.content .right_block {
	float: left;
	width: 740px;
}

.content .right_block a {
	color: #076fbf;
}

.content .right_block h1.title {
	font: normal 26px 'PT sans', sans-serif;
	color: #000;
	border-bottom: 2px solid #000;
	margin: 27px 0 24px;
	padding-bottom: 8px;
}

.content .right_block .utm-subheader {
	font-weight: normal;
	margin: -15px 0 20px 0;
	color: #559A0A;
}

.content .right_block .utm-subheader:first-letter {
	text-transform: uppercase;
}

.content .right_block h2 {
    text-align: justify;
    font: 600 20px 'PT sans', sans-serif;
    color: #000;
    margin: 27px 0 15px;
}

.content .right_block h3 {
    text-align: justify;
    font: 600 18px 'PT sans', sans-serif;
    color: #000;
    margin: 24px 0 5px;
}

#content img {
		max-width: 100%;
		height: auto;
}

.content .right_block a.popup_question_right,
.content .right_block a.popup_question_right_en {
	float: right;
	padding: 10px 50px 10px 47px;
	text-align: center;
	font-family: 'PT Sans';
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
	background: #569f09;
	border-radius: 2px;
	text-decoration: none;
	transition: 0.3s all;
}

.content .right_block a.popup_question_right:hover,
.content .right_block a.popup_question_right_en:hover {
	background: #478308;
}

.content .right_block a.popup_question_right_en:active,
.content .right_block a.popup_question_right:active {
	box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.4);
	transition: 0.1s all;
}

.content .right_block a.popup_question_right i,
.content .right_block a.popup_question_right_en i {
	display: inline-block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(/images/ico-question.png) center center no-repeat;
	margin-right: 12px;
}

.content .right_block a[type="application/pdf"],
.content .right_block a[href$=".pdf"] {
	background: url(/images/icon-pdf-small.png) left top no-repeat;
	padding-left: 20px;
}

.content .right_block a[href$=".xls"],
.content .right_block a[href$=".xlsx"] {
	background: url(/images/icon-xls-small.gif) left top no-repeat;
	padding-left: 20px;
}

.content .right_block a[href$=".doc"],
.content .right_block a[href$=".docx"] {
	background: url(/images/icon-doc-small.png) left top no-repeat;
	padding-left: 20px;
}

.content .right_block #tabs a[href$=".jpg"],
.content .right_block #tabs a[href$=".png"],
.content .right_block #tabs a[href$=".gif"] {
	background: url(/images/icon-img-small.png) left top no-repeat;
	padding-left: 20px;
}

.footer_container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #dcdcdc;
}

.footer_container .footer {
	width: 570px;
	margin: 0 auto;
	padding: 32px 20px 32px 100px;
	font: normal 12px 'Roboto', sans-serif;
	color: #848383;
}

.footer_container .footer a {
	color: #848383;
}
.footer_container .footer span {
	/*float:left;*/
}

.bottom_menu {
	/*float:left;*/
	list-style: none;
	margin: 0;
	padding: 0;
	font: normal 12px 'Roboto', sans-serif;
	color: #444444;
}

.bottom_menu li {
	float: left;
	margin-right: 17px;
}

.bottom_menu li:last-child {
	margin-right: 0;
}


/*content tweaks */

.watch_more {
	float: right;
	color: #fff;
	margin: 0px 0px 15px 20px;
}

.watch_more img {
	display: block;
	width: 100%;
}

.watch_more a {
	font: bold 14px 'PT Sans', sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	text-decoration: none;
	color: inherit;
	outline: none;
	background: #569f09;
}

.watch_more a:link {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.watch_more a:visited {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.watch_more a:selection {
	text-decoration: none;
	color: inherit;
	outline: none;
}

.watch_more a:hover {
	text-decoration: none;
	outline: none;
	color: inherit;
}

.zebra_style {
	border-collapse: collapse;
	width: 95%;
	margin: 10px auto;
}

.zebra_style tr {
	font: normal 22px 'PT Sans', sans-serif;
	color: #000;
}

.zebra_style tr:nth-child(2n) {
	background: #e7e7e7;
}

.zebra_style th {
	font: normal 22px 'PT Sans', sans-serif;
	color: #000;
	padding-bottom: 20px;
}

.zebra_style td {
	font: bold 14px 'PT Sans', sans-serif;
	color: #000;
	padding: 5px 0 5px 25px;
}

.zebra_style td:nth-child(2n) {
	color: #569f09;
	padding: 6px 25px 6px 0;
}

.knew_more {
	position: relative;
	display: block;
	width: 760px;
	border-top: 1px solid #d2d2d2;
	background: #f1f2f0;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.knew_more .knew_moretitle {
	font: normal 22px 'PT Sans', sans-serif;
	padding: 10px 15px;
}

.knew_more .knew_morelinks {
	float: left;
	font: normal 17px 'PT Sans', sans-serif;
	color: #4c9201;
	padding-left: 15px;
}

.knew_more .knew_morelinks a {
	display: block;
	color: inherit;
	outline: none;
	text-decoration: underline;
	padding: 3px 0;
}

.knew_more .knew_morelinks a:link {
	color: inherit;
	outline: none;
}

.knew_more .knew_morelinks a:visited {
	color: inherit;
	outline: none;
}

.knew_more .knew_morelinks a:selection {
	color: inherit;
	outline: none;
}

.knew_more .knew_morelinks a:hover {
	outline: none;
	color: inherit;
}

.pdf_linkb {
	margin-left: 20px;
	float: left;
	background: url("/images/excell_b_bg.png") repeat-x 0 0;
	font: bold 14px Arial, sans-serif;
	color: #fff;
	width: 218px;
	border-radius: 3px;
}

.pdf_linkb a {
	display: block;
	padding: 15px 0px 18px 93px;
	background: url("/images/pdf_b_logo.png") no-repeat 16px 4px;
}


/**content tweaks */


/*products*/

.prod-properties {
	border-collapse: collapse;
}

.prod-properties td {
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 9px 12px;
}

.prod-properties td:first-child {
	text-align: left;
	font-weight: bold;
}

.prod-properties .bg-green-first {
	top: -1px;
	position: relative;
}

.prod-properties .bg-green-first td {
	background: #e2f6c9;
	border-color: #9fbc7b;
}

.prod-properties .bg-green td {
	background: #e2f6c9;
	border-color: #9fbc7b;
}

.prod-properties .bg-green-last td {
	background: #e2f6c9;
	border-color: #9fbc7b;
}

.prod-list-item.prod-140hz .pli-img:before {
	content: "";
	display: block;
	position: absolute;
	left: -9px;
	top: 3px;
	width: 90px;
	height: 36px;
	background: url('/images/140-hz.png');
}

.prod-list-item.prod-140hz.en .pli-img:before {
	width: 117px;
	background: url('/images/140-hz-en.png');
}

.prod_images {
	width: 450px;
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}

.prod_images.prod-140hz .prod_main_img:before {
	content: "";
	display: block;
	position: absolute;
	right: -32px;
	top: -2px;
	width: 150px;
	height: 56px;
	background: url('/images/120-140-hz.png') center center no-repeat;
}

.prod_images.prod-140hz.en .prod_main_img:before {
	background: url('/images/120-140-hz-en.png') center center no-repeat;
}

.prod_main_img.hart-label:after {
	content: "";
	display: block;
	position: absolute;
	right: 4px;
	bottom: 5px;
	width: 102px;
	height: 24px;
	background: url('/images/ico-hart.png') center center no-repeat;
}

.prod_main_img {
	width: 452px;
	height: 339px;
	/*	overflow: hidden;*/
	margin: 0 auto;
	border: 1px solid #E9E9E9;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}

.prod_main_img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 450px;
	max-height: 350px;
	width: auto;
	height: auto;
}

.slider-prod-item {
	float: left;
	width: 100px;
	margin-right: 10px;
}


/* news */

.news_date {
	font: 12px normal;
	color: #999;
	margin: 2px 0 4px 0;
}


/* tabs */

.product_tabs {
	margin: 45px 0 20px 0;
	min-height: 240px;
	/*	padding-bottom: 20px;*/
	background: #fff none repeat scroll 0 0;
	border: 1px solid #cadbe3;
	box-shadow: 0 0.3125em 1.25em 0 rgba(46, 61, 73, 0.12);
}

.product_tabs .ui-tabs-nav {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product_tabs .ui-tabs-nav .first .tab_title {}

.product_tabs .ui-tabs-nav .tab_title {
	text-align: center;
	display: table-cell;
	border-right: 1px solid #DBE2E8;
	background: #f3f7f8;
	/*	background: #fafbfc;*/
}

.product_tabs .ui-tabs-nav .tab_title:last-child {
	border-right: none;
}

.product_tabs .ui-tabs-nav .tab_title .ui-tabs-anchor {}

.product_tabs .ui-tabs-nav .tab_title .ui-tabs-anchor {
	display: block;
	padding: 18px 0;
	width: 100%;
	border-bottom: 1px solid #DBE2E8;
	color: #7d97ad;
	font: 700 14px "PT Sans";
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.3s ease 0s;
}

.product_tabs .ui-tabs-nav .tab_title:hover .ui-tabs-anchor {
	color: #4c6478;
}

.product_tabs .ui-tabs-nav .tab_title.ui-tabs-active {
	background: transparent;
}

.product_tabs .ui-tabs-nav .tab_title.ui-tabs-active .ui-tabs-anchor {
	border-bottom: 1px solid transparent;
	background: transparent;
	color: #2e3d49;
}

.product_tabs .ui-tabs-panel {
	padding: 20px 40px;
	color: #181a3e;
	font-size: 14px;
}

.product_tabs .ui-tabs-panel table {
	border: none;
	width: 100%;
	border-collapse: collapse;
}

.product_tabs .ui-tabs-panel table tr td * {
	text-align: center;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	float: 0px;
	list-style: none;
}

.product_tabs .ui-tabs-panel table strong,
.product_tabs .ui-tabs-panel table b {
	font-weight: normal;
}

.product_tabs .ui-tabs-panel table tr {}

.product_tabs .ui-tabs-panel table tr th {
	text-align: left;
	font-weight: normal;
	padding: 10px;
}

.product_tabs .ui-tabs-panel table tr td {
	padding: 10px !important;
	vertical-align: middle !important;
	text-align: left !important;
	border: 1px solid #ccc !important;
}

.product_tabs .ui-tabs-panel table tr:nth-child(even) td {
	background-color: #ffffff;
}

.product_tabs .ui-tabs-panel table tr:nth-child(odd) td {
	background-color: #fafbfc;
}

.product_tabs .ui-tabs-panel table tr td.odd {
	background-color: #fafbfc;
}

.product_tabs .ui-tabs-panel table tr td.even {
	background-color: #ffffff;
}

.product_tabs .ui-tabs-panel table tr td:first-child {
	padding-left: 10px;
}

.product_tabs .ui-tabs-panel table tr td:last-child {
	padding-right: 10px;
}

.product_tabs .ui-tabs-panel .file_list {
	padding: 0px 20px;
}

.product_tabs .ui-tabs-panel .file_list .file_item {
	padding-left: 24px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/skrepka.png) left center no-repeat;
	margin-bottom: 5px;
}

.product_tabs .ui-tabs-panel .file_list .file_item .file_name {
	color: #000;
}

.ui-tabs-panel ul {
	padding-left: 10px;
}


/* /tabs */


/*products*/

.prod-list {
	position: relative;
	font-size: 0;
	margin: 0 -9px;
	text-align: center;
}

.prod-list-item:nth-child(3n+1) {
	/*	margin-left: 0;*/
}

.prod-list-item:nth-child(3n+3) {
	/*	margin-right: 0;*/
}

.prod-list-item {
	width: 232px;
	min-height: 475px;
	border: 1px solid #dadada;
	padding: 12px 0 7px;
	margin: 9px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: 0.3s all;
}

.prod-list-item:hover {
	border: 1px solid #076fbf;
	/*border: 1px solid #5eaa08;*/
}

.prod-list-item a {
	text-decoration: none;
}

.pli-title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
}

.pli-img {
	width: 100%;
	height: 135px;
	display: table;
	position: relative;
}

.prod-list-item.prod-140hz .pli-img:before {
	content: "";
	display: block;
	position: absolute;
	left: -9px;
	top: 3px;
	width: 90px;
	height: 35px;
	background: url('/images/140-hz.png');
}

.labels-block {
	position: absolute;
	left: -10px;
	top: 0;
	transition: 0.1s all;
}
.prod_main_img .labels-block {
	left: -10px;
	top: -7px;
}

.prod-list-item:hover .labels-block {
	/* left: -11px; */
	/* top: -1px; */
}

.label-item {
	display: block;
	margin-bottom: 5px;
	text-align: left
}

.label-item::before {
	display: block;
	padding: 3px 6px 5px 6px;
	font-size: 12px;
	line-height: 13px;
	white-space: pre;
	text-align: left;
	border-radius: 2px;
}
.prod_main_img .label-item::before {
	padding: 8px 12px 8px;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}
.label__140hz::before {
	content: "Частота \A до 140 ГГц";
	color: #313131;
	background: #f4d808;
}
.en .label__140hz::before {
	content: "Frequency \A over 120GHz";
}
.label__volume-measurement::before {
	content: "Измерение  \A ОБЪЕМА";
	color: #fff;
	background: #fb4e2c;
}
.en .label__volume-measurement::before {
	content: "Volume \A measurement";
}
.label__multibeam::before {
	content: "Многолучевой";
	color: #fff;
	background: #5db631;
}
.en .label__multibeam::before {
	content: "Multi-beam";
}

.label__2provod::before {
	content: "2-х проводное\A подключение";
	color: #313131;
	background: #ff975a;
}
.en .label__2provod::before {
	content: "2-wire\A connection\A scheme";
}


.label__3dinfo img {
	width: 55px;
	border-radius: 2px;
	cursor: pointer;
	transition: 0.3s all;
}
.label__3dinfo img:hover {
	opacity: 0.9;
}
.prod_main_img .label__3dinfo img {
	width: 68px;
}




.pli-img span {
	width: 100%;
	height: 135px;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.pli-img span img {
	max-width: 135px;
	max-height: 111px;
	width: auto;
	height: auto;
}

.pli-preperties {
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

.pli-button {
	display: block;
	color: #fff;
	background: #076fbf;
	border-radius: 3px;
	font-weight: bold;
	width: 150px;
	font-size: 14px;
	line-height: 30px;
	margin: 15px auto;
	text-align: center;
}

.pli-preperties-descr {
	display: block;
	color: #6a6a68;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 10px;
}


/* slideout */

.slideout-menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 270px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.slideout-panel {
	position: relative;
	z-index: 1;
}

.slideout-open,
.slideout-open body {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}

#menu {
	background: #fff;
	z-index: 1;
}

body {
	padding: 0;
	margin: 0;
}

#panel {
	overflow: hidden;
	background: #fff;
}

.slideout-panel {
	box-shadow: -5px 0 20px rgba(0, 0, 0, .1), -1px 0 1px rgba(0, 0, 0, .05);
}

#menu .content {
	padding-left: 25px;
}

#menu .content .left_block {
	margin-right: 0;
}

#menu .header {
	width: auto;
}

#menu .header .top_menu {
	width: 200px;
	text-align: center !important;
	overflow: hidden !important;
}

#menu .logo {
	display: block;
	margin: 0 auto;
	float: none;
}

#menu .header .top_menu ul {
	margin-bottom: 30px;
	width: auto;
}

#menu .header .top_menu span.toptel,
#menu .header .top_menu span.toplang {
	float: none;
	display: block;
	text-align: center;
}

#menu .no_underline {
	margin-bottom: 20px;
}

#menu .header .top_menu>ul>li.selected a {
	border: none;
	color: #559A0A;
}

#menu .header .top_menu>ul>li {
	float: none;
}

#menu .topflag {
	margin: 0px 0px !important;
	float: none !important;
}

#menu .header .top_menu span.toptel {
	font-size: 16px !important;
}

#menu .topflag-wrap {
	margin: 4px 0;
}

.prod-properties-images span {
	display: none;
}

#menu .logo-wrap {
	width: 100%;
	background-position: center !important;
	background-image: linear-gradient(to bottom, #69B707, #4A910B) !important;
	height: 77px;
}

#menu .logo {
	box-shadow: none;
}

#menu .top_menu {
	margin: 0 auto;
	float: none;
}


/* /slideout */

.popup-feedback-form {
	max-width: 400px;
	width: 100%;
}

.popup-feedback-form .input-prepend {
	display: block;
}

.popup-feedback-form .input-xlarge {
	width: calc(100% - 39px);
}

.popup-feedback-form textarea.input-xlarge {
	width: calc(100% - 10px) !important;
}

@media screen and (max-width: 1040px) {
	html,
	body {
		height: auto;
	}
	.block_main_visible {
		display: block !important;
	}
	.header_container {
		margin-top: 40px;
	}
	#panel .slideout-btn {
		display: inline;
	}
	#panel .left_block {
		display: none;
	}
	#panel .header {
		display: none;
	}
	#panel .content {
		width: auto;
		padding: 0 15px;
	}
	#panel .content #panel .right_block {
		width: auto;
	}
	#panel .page_nav div {
		width: auto;
	}
	#panel .footer_container #panel .footer {
		text-align: center;
		width: auto;
	}
	#panel .bottom_menu li {
		display: inline-block;
		float: none;
	}
	#panel .footer_container .footer {
		width: auto;
		padding: 20px 10px;
		text-align: center;
	}
	#panel .content .right_block {
		width: 100%;
		/*		width: auto;*/
		float: none;
	}
	.mobile-top-fixed {
		display: block !important;
	}
	#panel .page_nav div {
		padding: 5px;
	}
	#content img {
		max-width: 100%;
		height: auto;
	}
	.bottom_menu {}
	.bottom_menu li {
		margin: 0 5px;
	}
	ymaps[id^=ymaps] {
		max-width: 100% !important;
		width: auto !important;
	}
	.popup_question_right,
	.popup_question_right_en {
		position: relative;
		right: 50%;
		margin: 20px -120px 20px 0;
	}
	.prod_images {
		margin: 0 auto;
		float: none;
	}
	/*homepage mobile styles*/
	.mainp_banner_container .mainp_banner {
		width: auto;
		height: 608px !important;
	}
	.mainp_banner .banner_info h1,
	.mainp_banner .banner_info h2 {
		display: block;
		text-align: center !important;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
	.mainp_banner .banner_info h2 span {}
	.mainp_banner .in_green_frame_container {
		text-align: center;
	}
	.mainp_banner_container .bx-wrapper .bx-pager {
		top: 300px !important;
	}
	.mainp_banner .in_green_frame {
		float: none;
		display: inline-block;
	}
	.icon_links_container {
		width: 100% !important;
		left: 0 !important;
		top: -270px !important;
		margin: 0 !important;
		text-align: center !important;
		border-spacing: 10px;
	}
	.icon_links_container .icon_links {
		float: none !important;
		margin: 0 !important;
		display: table-cell !important;
		padding: 0 20px;
		width: 25% !important;
	}
	.icon_links_container .icon_links:first-of-type {
		margin-left: 20px;
	}
	.icon_links_container .icon_links h4 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.icon_links_container .icon_links div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.icon_links_container .icon_links:last-of-type {
		margin-right: 20px;
	}
	.icon_links_container .icon_links img {
		width: 90% !important;
		padding: 0 16px;
	}
	.icon_links_container .icon_links img {
		padding: 0 !important;
		width: 100% !important;
	}
	.mainp_pad {
		padding: 0 20px !important;
	}
	.mainp_anounce.mainp_pad {
		overflow: hidden !important;
	}
	.mainp_banner {
		overflow: hidden;
		height: auto !important;
	}
	.mainp_anounce .block_main_visible {
		margin: 0 30px 0 10px;
		float: none !important;
		display: table-cell;
	}
	.mainp_anounce .right_main {
		margin: 0 auto !important;
		float: none !important;
		display: table-cell;
	}
	.mainp_anounce_container .mainp_anounce {
		width: auto !important;
	}
	.mainp_anounce {
		display: table !important;
	}
	.block_main_visible {
		padding-left: 0 !important;
		max-width: 450px !important;
		width: auto !important;
	}
	.right_main {
		max-width: 450px !important;
		width: auto !important;
	}
	.news_anounce_imglist {
		margin-left: 0 !important;
	}
	.news_anounce_list {
		margin-left: 20px !important;
	}
	.images_shower {
		display: none;
	}
	.block_main_visible .green_excell_button {
		margin: 0 auto;
		width: auto !important;
		height: 70px;
		display: table;
	}
	.block_main_visible .no_underline {
		padding: 0;
		padding-left: 70px;
		padding-right: 10px;
		display: table-cell;
		vertical-align: middle;
	}
	.block_main_visible img {
		width: 100% !important;
	}
	.right_main .news_anounce_imglist ul li {
		/*padding: 0 3px !important;
		margin: 20px auto 0 !important;
		width: 240px !important;
		float: none !important;*/
		width: 32% !important;
	}
	.right_main .news_anounce_imglist ul li a {
		text-align: left;
		display: block;
	}
	.right_main .news_anounce_imglist {
		height: auto !important;
	}
	.right_main .news_anounce_imglist ul {
		/*display: inline-block;*/
	}
	.right_main .news_anounce_imglist ul li span {
		display: block;
		margin: 0 auto 7px auto;
	}
	.right_main .news_anounce_imglist ul {}
	.right_main .news_anounce_imglist ul li {
		margin-right: 3px !important;
	}
	.right_main .news_anounce_imglist ul li a span {
		/*margin-bottom: 5px;*/
		width: 100% !important;
		background-size: contain;
		background-position: left center;
		background-color: transparent;
	}
	.right_main .news_anounce_list {
		margin: 0 !important;
		text-align: center !important;
	}
	.right_main .news_anounce_list .blue_b {
		display: inline-block;
		margin-bottom: 25px !important;
	}
}

@media screen and (max-width: 755px) {
	.mainp_anounce {}
	.mainp_anounce_container .mainp_anounce .left_block.block_main_visible {
		display: block !important;
	}
	.right_block.right_main {
		display: block !important;
	}
}

@media screen and (max-width: 530px) {
	.mainp_anounce_container {
		padding-top: 1px;
	}
	.icon_links_container .icon_links {
		display: block !important;
		top: 0 !important;
		padding-top: 1px;
	}
	.product_tabs .ui-tabs-nav .tab_title {
		display: block;
	}
	.mainp_banner_container .mainp_banner_bg {
		background-size: auto 340px;
	}
	.mainp_banner_container .mainp_banner_bg.slide2 {
		background-size: auto 340px !important;
		background-position: -260px 0;
	}
	.mainp_banner_container .mainp_banner_bg.slide3 {
		background-size: auto 340px;
		background-position: -237px 0;
	}
	.mainp_banner_container .mainp_banner_bg.slide4 {
		background-size: auto 340px;
		background-position: -237px 0;
	}
	.banner_info {
		padding-top: 20px !important;
	}
	.slide4 .banner_info {
		padding: 40px 0 10px!important;
	}
	.banner_info h1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	.banner_info h1 span {
		font-size: 24px !important;
	}
	.banner_info h2 {
		font-size: 24px !important;
		line-height: 34px !important;
	}
	.banner_info h2 span {
		font-size: 24px !important;
		line-height: 34px !important;
	}
	.banner_info h2 span b {
		font-size: 28px !important;
		line-height: 40px !important;
		margin: 0;
	}
	.banner_info .in_green_frame_container {
		padding: 10px !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
		width: auto !important;
		height: auto !important;
		border: none;
	}
	.banner_info .in_green_frame {
		height: auto !important;
		background: none;
		width: auto !important;
	}
	.banner_info .in_green_frame span {
		line-height: 24px !important;
	}
	.mainp_banner_container .mainp_banner {
		height: 200px !important;
		/*		height: auto !important;*/
	}
	.mainp_banner_container .mainp_banner_slider {
		height: 200px;
	}
	.mainp_banner_container .bx-wrapper .bx-pager {
		top: 160px !important;
	}
	.icon_links_container {
		margin: 0 auto !important;
		left: 0 !important;
		position: static !important;
		top: 0 !important;
		width: auto !important;
		max-width: 325px !important;
		z-index: 1 !important;
	}
	.icon_links_container .icon_links {
		margin-right: 0;
		margin-left: 0;
		margin-top: 15px;
		max-width: 325px !important;
		width: auto !important;
	}
	.icon_links_container .icon_links {
		margin: 20px 20px 0 20px !important;
	}
	.icon_links_container .icon_links:first-of-type {
		margin: 0;
	}
	.icon_links_container .icon_links:last-of-type {
		margin: 0;
	}
	.right_main {
		overflow: hidden !important;
	}
}

@media screen and (max-width: 830px) {
	.prod-properties {
		width: 100% !important;
	}
	.prod-properties td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 570px) {
	.prod-properties-images span {
		display: inline;
	}
	.prod-properties {
		margin: 0 auto;
		width: 70%;
	}
	.prod-properties tr {
		display: none;
	}
	.prod-properties .prod-properties-images {
		display: block;
	}
	.prod-properties-images td:first-child {
		display: none;
	}
	.prod-properties-images img {
		width: auto;
		height: auto;
	}
	.prod-properties-images a {
		display: block;
		text-align: center;
	}
	.prod-properties-images td {
		padding: 0;
		padding-bottom: 25px;
		display: block;
		width: 100%;
	}
	.prod-properties-images td:last-child {
		border: none;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 470px) {
	.prod_images {
		width: 100%;
	}
	.prod_main_img {
		width: 100%;
		height: auto;
	}
	#slider-prod {
		padding: 0 10px;
	}
	.bx-wrapper .bx-prev {
		left: -22px !important;
	}
	.bx-wrapper .bx-next {
		right: -22px !important;
	}
	.prod_main_img .label-item::before {
		padding: 5px 11px 5px;
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
	}
	.prod_main_img .label__3dinfo img {
		width: 58px;
	}
}

@media screen and (max-width: 470px) {
	.map-cover {
		background: transparent;
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 4000;
	}
	.ymaps-2-1-41-fullscreen-mode .map-cover {
		display: none;
	}
}

@media screen and (max-width: 409px) {
	.content_wrapper {
		padding-bottom: 115px;
	}
}

.slideout-open .mobile-cover-box {
	transition: .2s;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	z-index: 10;
}

.mobile-top-fixed {
	padding-top: 5px;
	text-align: center;
	display: none;
	overflow: hidden;
	position: fixed;
	top: -5px;
	height: 40px;
	width: 100%;
	background: #64b107 url(/images/fix-gradient.png) 0 0 repeat-x;
	background: linear-gradient(to bottom, #68B507, #4A910B);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	z-index: 5;
}

.mobile-top-fixed-clone {
	position: absolute;
}

.mobile-top-fixed-menu-btn {
	float: left;
	background: url(/images/bars.png) no-repeat center;
	width: 40px;
	height: 40px;
	transition: .2s;
}

.slideout-open .mobile-top-fixed-menu-btn {
	background-color: rgba(0, 0, 0, .1);
}

.mobile-top-fixed-search-btn {
	float: right;
	background: url(/images/search.png) no-repeat center;
	width: 40px;
	height: 40px;
}

.mobile-top-fixed-logo {
	display: inline-block;
	padding: 0 10px 0 33px;
	font: bold 16px/40px Arial;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	text-decoration: none;
	text-transform: uppercase;
	background: url(/images/mobile-logo.png) no-repeat 10px center;
}

.mobile-top-fixed-sublogo {
	margin-right: 4px;
	position: relative;
	top: -2px;
	display: inline-block;
	font: 11px/40px Arial;
	color: #9dff0b;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.table-bol {
	border-collapse: collapse;
	color: #181a3e;
	font-size: 14px;
}

.table-bol td {
	border: 1px solid #CCCCCC;
	text-align: left;
	padding: 10px;
	background: #FAFBFC;
}

.table-bol tr:nth-child(odd) {
	background: #FFFFFF;
}

.icon_links_container {
	margin: 0 auto;
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: -241px;
	z-index: 99999;
}

.mainp_banner_container {
	z-index: 0;
}

.lmenu_lev1_bold {
	font-weight: bold !important;
}

.images_shower {
	margin-top: 45px;
}

.right_block table[style*="754"] tr {
	display: table-row;
}

.right_block table[style*="754"] tr td {
	padding: 9px 12px !important;
}

.right_block table[style*="754"] {
	width: auto !important;
}

.right_block table[style*="754"] img {
	max-width: 300px !important;
}

.news_im_title {
	/*	width: 90%;*/
}

/* cookie accept */
.cookie-accept-1 {
	background-color:#246ed2;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.cookie-accept {
	background-color:#fff;
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 567px;
	border-radius: 8px;
	/* box-shadow: rgba(36, 110, 210, 0.15) 0px 4px 20px 0px, rgba(36, 110, 210, 0.15) 0px 0px 10px 0px; */
	box-shadow: rgba(42, 51, 62, 0.15) 0px 2px 11px 0px;
	z-index: 50;
}
.cookie-accept__wrapper {
	margin: 0 auto;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: nowrap;
}
.cookie-accept__msg {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #555;
	flex: 1 0 0%;
	width: 100%;
    max-width: 100%;
}
.cookie-accept__btn button {
	padding: 12px 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
	color: #457710;
    background: #dbf7be;
	outline: none;
    border-radius: 3px;
	text-align: center;
	border: none;
	transition: 0.2s background-color;
	cursor: pointer;
}
.cookie-accept__btn button:hover {
	background-color: #eef8ff;
}

@media (max-width: 600px)  {
	.cookie-accept {
		width: 100%;
		left: 0;
		bottom: 0;
		box-shadow: rgba(42, 51, 62, 0.15) 0 0 20px 0;
	}
	.cookie-accept__wrapper {
		flex-direction: column;
	}
	.cookie-accept__btn  {
		width: 100%;
	}
	.cookie-accept__btn  button {
		width: 100%;
	}
}