@import"reset.css";@import"grid.css";@import"forms.css";@import"ui.totop.css";
body{
	background: #00adf2;
	font:13px/20px Arial, Helvetica, sans-serif;
	color:#3c3c3c;
	position:relative;
	min-width:980px;
}
html,body{height:100%;}
p{padding-bottom:20px;}
a{color:#00adf2;outline:none;cursor:pointer;}
a:hover{text-decoration:none}
/*  Header styles */
h1,h2,h3,h4,h5,h6{line-height:1.1em;color:#3e3f41; font-weight:normal; margin-bottom:21px; font-family:Arial, Helvetica, sans-serif;letter-spacing:-1px;}
h1{font-size:35px;}
h2{font-size:30px;}
h3{font-size:24px; } 
h4{font-size:22px;}  
h5{font-size:20px;}
h6{font-size:18px;}
/* Global Structure---------------------------------------- */
/*----- txt,links,lines,titles -----*/
.extra-wrap{overflow:hidden;display:block;}
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}
.color1{color:#ff2100;}

.main {
	width:960px; 	
	padding:0;
	margin:0 auto;
}

.main ul {
	margin:10px 25px;
	list-style:square;
}

.main ul li {
	margin:7px 0;
}

.main_text {
	position:relative;
	float:right;
	width:610px;
	font-size:12px;
	border-top:1px solid #a0a0a0;
	line-height:1.6em;
}

.main_text p {
	margin:5px 0;
	padding-bottom:0 !important;
}

.wrapper {width:100%; overflow:hidden;}
 
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.title {margin-bottom:18px !important;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:30px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 40px;}	

.prev-indent-bot {margin-bottom:10px;}	

.buttons a:hover {cursor:pointer;}
.clear {
 clear: both;
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
}


.logo {
	display:block; 
	width:119px; 
	height:38px; 
	text-indent:-5000px; 
	background:url(../img/logo.png) 0 0 no-repeat;
}

/*********************************header*************************************/
header {
	width:100%;
	position:relative; 
	background:url(../img/head-bg1.gif) repeat-x 0 0 #0a95d4;
	z-index:998;
}

header h1 {
	padding:28px 0 0 10px;
	float:left;
	margin:0;
	font-size:0;
	line-height:0;
}

/*** MENU ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu li {
	float:			left;
	position:		relative;
	background:url(../img/divider1.gif) no-repeat 0 0;
}
.sf-menu li i {
	position:absolute;
	height:3px;
	width:100%;
	left:0;
	bottom:-2px;
}

.sf-menu li strong {
	position:absolute;
	height:3px;
	width:5px;
	left:50%;
	top:-3px;
}

.sf-menu li:hover i,
.sf-menu li.active i,
.sf-menu li.sfHover > i {
	background:#fff;
}

.sf-menu a:hover,
.sf-menu li.sfHover > a {
	text-decoration:none;
}

.sf-menu li:hover i strong,
.sf-menu li.active i strong,
.sf-menu li.sfHover i > strong {
	background:url(../img/marker2.png) no-repeat 0 0;
}

.sf-menu a {
	display:		block;
	position:		relative;
	font-size:14px;
	line-height:17px;
	color:#fff;
	padding:35px 30px 43px;
}
.sf-menu ul {
	position:		absolute !important;
	background:#0a96d6;
	padding:10px 7px;
	border-radius:12px;
	top:			-999em;
	width:			180px; /* left offset of submenus need to match (see below) */
}


.sf-sub-indicator {
    background: url("../img/marker1.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 7px;
    margin-left: 18px;
    margin-top: 6px;
    position: relative;
    width: 5px;
}
nav {
	float:right;
	margin-top:3px;
	margin-right:10px;
	background:url(../img/divider1.gif) no-repeat right 0;
}

.head-line {
	width:100%;
	height:3px;
	background:url(../img/bg1.gif) repeat-x 0 0;
}

.last2 {
	border-bottom:1px solid transparent !important;
}
.sf-menu ul .sf-sub-indicator {display:none !important;}
.sf-menu ul li {
	width:			97%;
	background:url(../img/bg-15.png) repeat 0 0;
	border-radius:12px;	
	padding:0;
}
.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	background:url(../img/menu-bg.gif) repeat-x 0 0 #dbdbdb;
	box-shadow: 1px 1px 3px #0873a4;
	
}

.sf-menu ul li:hover > a,
.sf-menu ul li.sfHover > a {color:#1d376b;}
	

.sf-menu ul a {
	padding:11px 12px 11px 23px;
	border-bottom:1px solid #088cc8;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			104px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 188px;
    top: -10px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/********************** Content ************************/

#content {
	width:100%; 
	padding:49px 0 56px;
	position:relative;
	z-index:1;
	background:url(../img/content-bg1.gif) repeat-x 0 0 #fff;
}

.page1  {
	padding:0 0 56px !important;
}


.content-line {
	width:100%;
	height:6px;
	margin-bottom:58px;
	background:url(../img/content-bg.gif) repeat-x 0 0 ;
}

																									/***** Page 1 *****/

.content-box1 {
    background: none repeat scroll 0 0 #00ADF2;
    border-bottom: 1px solid #00A6E9;
    position: relative;
    width: 100%;
    z-index: 998;
}

.content-box2 {
	width:100%;
	padding:33px 0 30px;
	border-bottom:1px solid #b7b7b7;
	background:url(../img/bg2.gif) repeat-x 0 0 #dbdbdb;
}

.text1 {
	color:#fff;
	font-size:35px;
	letter-spacing:-2px;
	display:block;
	line-height:44px;
	text-transform:uppercase;
}

.text2 {
	color:#1d376b;
	font-weight:bold;
	font-size:35px;
	display:block;
	letter-spacing:-2px;
	line-height:44px;
	text-transform:uppercase;
}
.text3 {
	color:#fff;
	display:block;
	font-size:48px;
	letter-spacing:-2px;
	margin-bottom:22px;
	line-height:44px;
	text-transform:uppercase;
}

.page1-box1 {
	color:#fff;
	font-size:14px;
	line-height:20px;
	padding-bottom:44px;
	padding-top:66px;
}


.button1 {
    background: url("../img/button1.gif") repeat-x scroll 0 0 #DBDBDB;
    border-radius: 12px;
    box-shadow: 0 1px 2px 1px #0085BA;
    color: #C1C1C1;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding: 15px 20px 13px 19px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.button1:hover {
	color:#00adf2;
	text-decoration:none;
	background:url(../img/button1-hov.gif) repeat-x 0 0 #fff;
}

.p6 {
	padding-bottom:25px;
}


.link1 {
    background: url("../img/marker3.png") no-repeat scroll right 7px transparent;
    color: #00ADF2;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    padding-right: 15px;
    position: relative;
    text-decoration: underline;
    text-shadow: 0 1px 0 #FFFFFF;
    z-index: 9999;
}

.link1:hover {
	color:#1D376B;
	text-decoration:none;
}

.page1-box2 {
	padding-left:11px;
}

.page1-box3 {
	position:relative;
}


.page1-img1 {
    left: -91px;
    position: absolute;
    top: 70px;
}	


.list1 a {
    background: url("../img/marker4.png") no-repeat scroll 0 -76px transparent;
    color: #5F6062;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin: 2px 0;
    padding: 10px 0 10px 39px;
    text-decoration: underline;
}

.list1 span {
    background: url("../img/marker4.png") no-repeat scroll 0 4px transparent;
    color:#00adf2;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin: 2px 0;
    padding: 10px 0 10px 39px;
    text-decoration:none;
}


.list1 li {    
    display: block;    
}

/* подменю */

.list1 li ul li {
	margin:3px 0;
}

.list1 li ul li a {
    background: url("../img/marker_pod_menu.png") no-repeat scroll 0 -76px transparent;
    color: #5F6062;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin: 2px 0 0  10px;
    padding: 10px 0 10px 39px;
    text-decoration: underline;
}

.list1 li ul li span {
    background: url("../img/marker_pod_menu.png") no-repeat scroll 0 4px transparent;
	color:#00adf2;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin: 2px 0 0  10px;
    padding: 5px 0 10px 39px;
    text-decoration: none;
}


/*marker_pod_menu.png*/


.list1 a:hover {
	text-decoration:none;
	color:#00adf2;
	background-position:0 4px;
}

.list1 a.activ {
	text-decoration:none;
	color:#00adf2;
	background-position:0 4px;
}

.p7 {
	margin-bottom:8px;
}

.button2 {
	display:inline-block;
	color:#fbfbfb !important;
	font-size:14px;
	line-height:17px;
	padding:8px 13px;
	text-shadow:0 1px 0 #008dce;
	background:url(../img/button2.gif) repeat-x 0 0 #00a6f2;
	border:1px solid #0094d0;
	border-radius:12px;
	box-shadow: 0px 1px 2px 1px #c4c4c4;
}

.button2:hover {
	text-decoration:none;
	background:#0094d0;
}

.list1 {
	margin-bottom:23px;
}

.page1-img2 {
	float:left;
	margin-right:20px;
}

.page1-box4 {
	overflow:hidden;	
	margin-bottom:16px;
}

.pic1 {
	display:block;
	width:64px;
	float:left;
	margin-right:15px;
	height:64px;
	background:url(../img/page1-img2.png) no-repeat 0 0;
}


.page1-box4 span {
    color: #3E3F41;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 12px;
    padding-top: 7px;
}

.p8 {
	padding-bottom:16px;
}

.page1-box4 .button2 {
	margin-left:2px;
}

.p9 {padding-bottom:5px;}

.p10 {
	background:url(../img/page1-img3.png) no-repeat 0 0;
}
.p11 {
	background:url(../img/page1-img4.png) no-repeat 0 0;
}
.p12 {
	background:url(../img/page1-img5.png) no-repeat 0 0;
}

.page1-box4:hover .pic1 {
	background-position:0 -102px;
}

.middle-line1 {
	width:100%;
	height:5px;
	background:url(../img/middle-line1.gif) repeat-x 0 0;
}

.middle-line2 {
	width:100%;
	height:5px;
	background:url(../img/middle-line2.gif) repeat-x 0 0;
}


.content-box3 {
    background: #00ADF2;
    padding:20px 0 16px;
    width: 100%;
}


.text5 {
    background: none repeat scroll 0 0 transparent;
    color: #F5F6F8;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
    padding: 9px 0 0;
}


.text4 {
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    line-height: 29px;
    padding-top: 15px;
    text-shadow: 0 1px 0 #007EB1;
}

.page1-img3 {
	box-shadow: 0px 2px 2px 1px #009edd;
	padding-bottom:3px;
}

.p13 {
	margin-bottom:31px;
}


#nav a {
    background: url("../img/pagin-a.png") no-repeat scroll 0 -36px transparent;
    display: block;
    height: 16px;
    margin-bottom: 2px;
    text-indent: -1000px;
    width: 16px;
}

#nav a:hover,
.activeSlide {
	background-position:0 0 !important;
}

#pager1 {
	float:left;
	width:800px;
	height:62px;
}



#nav {
    position: absolute;
    right: 27px;
    top: 4px;
    width: 20px;
}


.page1-box5 {
    box-shadow: 0 1px 2px 1px #E9E9E9;
    margin-bottom: 5px;
    padding: 2px 2px 40px;
	background:#fff;
}


.page1-box5 span {
    color: #434445;
    display: block;
    font-size: 18px;
    line-height: 22px;
	margin-bottom:10px;
    margin-left: 27px;
}


.page1-box5 p {
    padding-left: 25px;
    padding-right: 40px;
}

.p14 {
	padding-top:39px;
}

.page1-img4 {
	margin-bottom:25px;
	text-align:center;
}


.link2 {
    background: url("../img/marker5.png") no-repeat scroll 0 5px transparent;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-left: 29px;
    margin-top: 2px;
    padding-left: 19px;
    text-decoration: underline;
}

.link2:hover {
	background-position:0 -35px;
	color:#000;
}

.posrel {position:relative;
}

#pager1 img {
	width:60px;
	height:59px;
}

																						/***** Page 2 *****/

.content-line1 {
	height:24px;
	width:100%;
	background:url(../img/content-line1.gif) repeat-x 0 0;
}

.img-bot {
	float:left;
	box-shadow: 0px 1px 1px 1px #e9e9e9;
}

.p15 {
	margin-bottom:23px;
}

.text6 {
	font-size:14px;
	line-height:20px;
	color:#3e3f41;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
}

.page2-img1 {
	margin-bottom:26px;
}

.p16 {
	padding-top:75px;
}

.p17 {
    padding-bottom: 11px;
}

.page2-box2 {
	overflow:hidden;
	margin-bottom:21px;
}

.page2-box2 a {
	color:#c0c0c0;
}


.page2-img2 {
    margin-right: 19px;
    margin-top: 5px;
}

.p18 {
	margin-bottom:16px;
}


.page2-img3 {
    margin-right: 20px;
    margin-top: 5px;
}

.page2-box4 {
	overflow:hidden;
	margin-bottom:46px;
}
																									/***** Page 3 *****/



.p19 {
    line-height: 25px;
    margin-bottom: 11px;
    padding-top: 3px;
}
																									/***** Page 4 *****/


.page4-img1 {
    margin-bottom: 26px;
    margin-top: 2px;
}

.page4-box1 {
	margin-bottom:75px;
}

.page4-box3 a {
	color:#c0c0c0;
}


.inner1 {
    background: url("../img/marker6.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 17px;
    margin-left: -2px;
    margin-right: 13px;
    padding-top: 6px;
    text-align: center;
    text-shadow: 0 1px 0 #008DCE;
    width: 32px;
}

.page4-box3 {
	overflow:hidden;
	margin-bottom:16px;
}

.p20 {
	margin-bottom:13px;
}

.page4-box3 .text6 {
	padding-top:5px;
}

.page4-img2 {
	margin-bottom:26px;
}

.page4-box4 {
	margin-bottom:6px;
}

.p21 {
	margin-bottom:44px;
}
																									/***** Page 5 *****/


aside {
	background:url(../img/aside-bg.gif) repeat-x 0 bottom #01a6ea;
	padding: 26px 0 25px;
}
																									
.soc-links a {
	width:26px;
	height:29px;
	display:block;
}

.soc-links a:hover {
	background-position:0 -76px;
}

.soc-links {display:inline-block;}


.soc-links li {
    display: block;
    float: left;
    height: 29px;
    margin: 0 2px;
    width: 26px;
}

.page5-img1 {
	margin-top:5px;
}

.soc-link1 {
	background:url(../img/soc-link.png) no-repeat 0 0;
}

.soc-link2 {
	background:url(../img/soc-link2.png) no-repeat 0 0;
}

.soc-link3 {
	background:url(../img/soc-link3.png) no-repeat 0 0;
}

.dl1 {
	margin-bottom:20px;
}
																								

.dl1 dt {width:150px;}

.dl1 span {float:left; width:79px;}

.dl1 dd { line-height:20px;}

.dl1 dd a,
.link3 {color:#5f6062;text-decoration:underline;}

.dl1 dd a:hover,
.link3:hover {color:#00adf2; text-decoration:none;}
	
/******************** Footer ******************/

footer {
    padding: 21px 0;
    width: 100%;
}

.foot-page1 {
	text-align:center;
	color:#f3f3f3;
	font-size:12px;
	line-height:15px;
}
.foot-page1 a {
	color:#f3f3f3;
}



#main_content {
	position:relative;
	float:left;
	width:640px;
}

#main_content table tr td {
	padding:3px;
	border:1px solid #bbb	
}

#contact_block {
	position:absolute;
	margin-top:17px;
	/*margin-left:243px;*/
	margin-left:5px;
	color:#fff;
	font-size:18px;
	z-index:10;
}

#patents {
	position:relative;
	float:left;
	width:100%;
}

ul#patents li {
	display:inline-block;
	width:180px;
	vertical-align:top;
	margin-right:32px;
}

#patents h3 {
	margin:15px 0 5px;
}








div.catalog-section div.anonce {
	position:relative;
	float:left;
	width:100%;
}

.catalog-section {
	position:relative;
	float:left;
	margin:30px 0 0 0;
	width:100%;
}

.catalog-section .anonce {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
}



.catalog-section  .anonce .section_bg_img {
	position:relative;
	float:left;
	border:1px solid #649cd3;
}

.catalog-section  .anonce .section_bg_img:hover {
	border-color:#ffb708;
}

.anonce .section_bg_img img {
	position: relative;
	float:left;
}

.catalog-section  .anonce .pre {
	position:relative;
	float:left;
	width:520px;
	margin-left:12px;
	font-size:16px;
}

.catalog-section  .anonce .pre p {
	font-size:13px;
}

.catalog-section  .anonce .pre .link_detali {
	position:absolute;
	bottom:0;
	left:0;
	height:49px;
	background:url(/img/looke_video.png) no-repeat;
	width:177px;
	color:#555555;
	font-size:17px;
	text-align:center;
	text-decoration:none;
}


.catalog-section  .anonce .pre .link_detali:hover {
	background-position:bottom left;
}


.catalog-section  .anonce:hover .pre a{
	color:#ff3333;
}


.bread_crumbs {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:9px;
}

@media (max-width: 1000px){
	body {
		min-width: auto;
	}
	.main, .container_12 {
		width: calc(100% - 30px);
		padding: 0 15px;
		max-width: 960px;
	}
	.main ul {

	}
	#contact_block {
		margin-left: 0;
		font-size: 14px;
		margin-top: 14px;
	}
	nav, .sf-menu {
		position: relative;
    	float: left;
    	width: 100%;
	}
	.sf-menu li {
		background: none;
	}
	.main ul.sf-menu { 
		margin: 12px 0;
		display: flex;
		justify-content: space-between;
	}
	.sf-menu a {
		padding: 15px 0;
		position: relative;
    	float: left;
    	width: 100%;
	}
	.page1-img1 {
		display: none;
	}
	.container_12 .grid_4{
		width: 100%;
	}
	.main_text {
		width: 100%;
	}
	.content-line {
		margin-bottom: 30px;
	}
	.title-serv-menu {
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 20px;
		display: flex;
		justify-content: center;
	}
	.title-serv-menu span:after{
		content: '';
		position: absolute;
	    right: -22px;
	    top: 6px;
		width: 15px;
		height: 15px;
		background: url(/img/down-chevron.svg) center center;
		background-size: 100% auto;
	}
	.title-serv-menu.active span:after{
		background: url(/img/down-chevron_top.svg) center center;
		background-size: 100% auto;
	}
	.list-serv-menu {
		display: block;
		position: relative;
		float: left;
		width: 100%;
	}
	ul.list-serv-menu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}
	.list-serv-menu li {
		width: 100%;
	}
	ul.list-serv-menu {
		display: none;
	}
	.title-serv-menu span {
		position: relative;
		float: left;
		margin-left: -11px;
		border-bottom: 1px dashed #000;
	}
	#main_content {
		width: 100%;
	}
}

@media (max-width: 650px){
	.container_12 .grid_4 {
		margin-left: 0;
		margin-right: 0;
	}
	header {
		z-index: auto;
	}
	.main ul.sf-menu {
		margin-left: -250px;
		position: fixed;
		top: 0;
		left: 0;
		background:#00adf2;
		z-index: 1005 !important;
		width: 195px;
		padding: 10px 20px;
		flex-wrap: wrap;
    	box-shadow: 0 0 11px #000;
	}
	.sf-menu li {
		width: calc(100% - 15px);
		border-bottom: 1px solid #35c5ff;
		margin-bottom: 0 !important;
		padding-bottom: 7px;
	}
	.sf-menu li:last-child {
		border-bottom: none;
	}
	.sf-menu a {
		padding: 7px 0;
	}
	.sf-menu .x {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 15px;
		height: 15px;
		background: url(/img/close.svg) center center;
		background-size: 100% auto;
		z-index: 10;
	}
	#contact_block {
		position: relative;
		float: left;
		width: calc(100% - 45px);
		padding-bottom: 15px;
		padding-left: 45px;
	}
	header h1  {
		display: none;
	}
	#mb-menu {
		position: fixed;
	    top: 18px;
	    left: 10px;
		width: 15px;
    	height: 15px;
	    cursor: pointer;
	    border: 2px solid #233b77;
	    padding: 10px;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
		z-index:1000;
		background: #00adf2;
	}
	#mb-menu span {
	    display: block;
	    width: 100%;
	    background-color: #233b77;
	    height: 2px;
	}
	#fixed-click{
		display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1000;
    }
}

@media(max-width: 530px) {
	.page1-box1 {
		padding-top: 44px;
	}
	.text2, .text1 {
		font-size: 27px;
		line-height: 30px;
	}
	.main .container_12, .container_12 .main {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.content-box1 .grid_4 {
		margin-left: 0;
		margin-right: 0;
	}
}

.ps {
	position: relative;
	float: left;
	width: 100%;
}

.prev-goods {
  margin-top: 6px;
}

.prev-goods .prev-goods-in {
  position: relative;
  float: right;
  width: calc(100% - 140px);
  font-size: 14px;
  line-height: 20px;
}

.prev-goods .prev-goods-in .prev-text-block {
  position: relative;
  float: left;
  width: 100%;
}

.prev-goods .prev-goods-in .prev-button {
  position: relative;
  float: right;
  width: 150px;
  background: #0a95d4;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  border-radius: 25px;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
}

.prev-goods .prev-goods-in .goods-prev-cont {
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
}

.prev-goods .prev-goods-in .goods-prev-cont a {
  color: #0a95d4;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
}

.prev-goods .prev-goods-in h2 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 21px;
}

.prev-goods img {
  max-width: 125px;
  margin-top: 4px;
}

@media(max-width: 574px){
	.prev-goods {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.prev-goods .prev-goods-in {
		width: 100%;
	}
	.prev-goods img {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.prev-goods .prev-goods-in .goods-prev-cont {
		font-size: 14px;
	}
	.prev-goods .prev-goods-in .goods-prev-cont a {
		font-size: 15px;
	}
}










.window-fade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  display: none;
  z-index: 300;
}

.window-fb {
  display: none;
  opacity: 0;  
  /*position: absolute;*/
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -410px;
  /*margin-top: -240px;*/
  width: 820px;
  color: #273142;
  z-index: 1000;
}

.window-fb .window-fb-back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  /*background: #FDD860;
  opacity: 0.95;*/
  background: #fff;
  width: 100%;
}

.window-fb .window-fb-in {
  /*height: 480px;*/
  display: flex;
  justify-content: center;
  padding: 60px 0 62px 0;
}

.window-fb .window-fb-in .policy {
  position: relative;
  float: right;
  width: calc(100% - 176px);
  font-size: 12px;
  line-height: 19px;
  margin-top: 12px;
  text-align: left;
  color: #273142;
}

.window-fb .window-fb-in .policy a {
  color: #273142;
}

.window-fb .window-fb-in .x {
  position: absolute;
  top: 23px;
  right: 22px;
  width: 24px;
  height: 24px;
  background: url(../img/x.svg) center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}

.window-fb .window-fb-in .window-fb-form {
  max-width: 620px;
  display: flex;
  align-items: center;
}

.window-fb .window-fb-in .window-fb-title {
  font-size: 25px;
  text-align: left;
  /*margin-top: 53px;*/
  margin-top: 5px;
  font-style: normal;
  font-weight: 900;
  font-size: 38px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 20px;
}

.window-fb .window-fb-in .window-fb-line {
  /*margin-bottom: 35px;*/
  margin-bottom: 23px;
}

.window-fb .window-fb-in .window-fb-line textarea {
  font-family: Arial;
  resize: none;
  height: 110px;
}

.window-fb .window-fb-in .window-fb-line.window-fb-prnt {
  position: relative;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.window-fb .window-fb-in .window-input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #B7B7D2;
  background: none;
  font-size: 16px;
  color: #273142;
  padding: 9px 0 20px;
}

.window-fb .window-fb-in .window-input::-webkit-input-placeholder       {color:#505050;}
.window-fb .window-fb-in .window-input::-moz-placeholder                {color:#505050;}
.window-fb .window-fb-in .window-input:-moz-placeholder                 {color:#505050;}
.window-fb .window-fb-in .window-input:-ms-input-placeholder            {color:#505050;}

.window-fb .window-fb-in .window-submit {
  border: none;
  color: #fff;
  margin-top: 2px;
  padding: 15px 33px 16px 33px;
  font-size: 14px;
  background: #0a95d4;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.window-fb .window-fb-in .window-submit:hover {
  background: #00ADF2;
}

.cont-map {
  margin: 10px 0 20px 0;
}

#fade { 
    display: none;
    background: #000;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .50;
    z-index: 5000;
}

#fade-sended { 
  display: none;
  background: #000;
  position: fixed; left: 0; top: 0;
  width: 100%;
  height: 100%;
  opacity: .50;
  z-index: 1001;
}

.feedback-sended {
  display: none;
  opacity: 0;
  z-index: 1002;
  position: fixed;
  top: 50%;
  margin-top: -159px;
  left: 50%;
  margin-left: -260px;  
  width: 100%;
  height: 305px;
  max-width: 520px;
  background: #fff;
}

.feedback-sended .x {
  z-index: 151;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.feedback-sended .feedback-sended-text {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  padding-top: 64px;
  line-height: 39px;
  padding-bottom: 29px;
  color: #3c3c3c;
}

.feedback-sended .feedback-sended-text:after {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -54px;
  width: 108px;
  height: 1px;
  background: #d5d5d5;
}

.feedback-sended .feedback-sended-after {
  text-align: center;
  color: #5a4017;
  font-size: 15px;
  line-height: 22px;
  padding-top: 22px;
}

.feedback-sended .x {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor:pointer;
  width: 20px;
  height: 20px;
  background: url(/img/x.svg) center center no-repeat;
  background-size:100%;
  cursor:pointer;
  z-index:3;
}

.warning {
  border-color: red !important;
}

@media(max-width: 670px){
  .window-fb {
    left: 20px;
    margin-left: auto;
    width: calc(100% - 40px);
  }
  .window-fb .window-fb-in .window-fb-form {
    width: 80%;
  }
}

@media(max-width: 452px){
  .window-fb .window-fb-in .window-fb-title {
    font-size: 26px;
  }
  .window-fb .window-fb-in .policy {
    width: 100%;
    margin-top: 0px;
  }
}