@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('/fonts/proximanova-regular-webfont.eot');
    src: url('/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('/fonts/proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html{height:100%;}
.map-popup-active {
	position: relative;
	overflow: hidden;
}
img {
	border-style:none;
	vertical-align:top;
}
*{outline:none;}
input, textarea, select {
	font:100% 'Open Sans', sans-serif;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
    position: relative;
}
.border{
	height:1px;
	background:#d8d8d8;
	margin:0;
}
.w300{
	font-weight:300;
}
.w400{
	font-weight:400;
}
.w500{
	font-weight:500;
}
.w600{
	font-weight:600;
}
.size10{
	font-size:10px;
	line-height:14px;
}
.size12{
	font-size:12px;
	line-height:16px;
}
.size14{
	font-size:14px;
	line-height:18px;
}
.size16{
	font-size:16px;
	line-height:22px;
}
.size18{
	font-size:18px;
	line-height:22px;
}
#wrapper{
	width:100%;
	overflow:hidden;
	min-height:100%;
	position:relative;
}

.modal_location_wrap{
	border-top:1px dotted #dcdce6;
	margin:16px 0 0;
	padding:14px 0 0;
}
.modal_location_wrap .location-set{
	margin:0;
	padding:0 0 18px;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-size:24px;
	line-height:28px;
	font-weight:600;
}
.modal_location_wrap .location-set li{
	float:left;
	background:url(../images/dot02.png) no-repeat 10px 12px;
	padding:0 0 0 24px;
}
.modal_location_wrap .location-set li:first-child{
	padding-left:0;
	background:none;
}
.modal_location_wrap .location-set li a{
	cursor:pointer;
	text-decoration:none;
	float:left;
	border-bottom:1px dotted;
}
.modal_location_wrap .location-set li.active a,
.modal_location_wrap .location-set li a:hover{
	border:0;
	color:#262626;
}
.modal_location_wrap .location-set li img{
	float:left;
	margin:7px 10px 0 0;
}
.country_location{
	width:100%;
	font-size:13px;
	line-height:18px;
	font-weight:400;
}
.country_location:after{
	display:block;
	clear:both;
	content:"";
}
.country_location .col{
	float:left;
	width:240px;
}
.country_location .col.item-col{
	width:535px;
	margin:0 -15px 0 0;
	float:right;
}
.country_location h3{
	margin:0 0 27px;
	font-weight:600;
	font-size:16px;
	line-height:20px;
}
.country_location h4{
	color:#2c363f;
	font-weight:600;
	margin:0 0 6px;
	font-size:13px;
	line-height:18px;
}
.country_location .list{
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
	width:100%;
}
.country_location .item-col .list{
	float:left;
	width:160px;
	padding:0 0px 0 20px;
}
.country_location .item-col .list:first-child{
	padding-left:0;
}
.country_location .list li{
	margin:6px 0 1px;
}
.country_location .list li:first-child{
	margin-top:0;
}
.country_location .list a{
	text-decoration:none;
	border-bottom:1px dotted;
}
.country_location .list a:hover{
	color:#262626;
	border:0;
}
.country_location .scroll{
	width:100%;
	overflow:hidden;
	height:308px;
}
.jspContainer{
	overflow: hidden;
	position: relative;
	padding:0;
}
.jspPane{
    width: 100% !important;
	position: relative;
	outline:none;
	margin:0;
	padding:0;
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 4px;
    width: 7px;
    height: 100%;
    background: transparent;
}
.jspVerticalBar .jspCap{
    display: block;
    height: 7px;
    width: 7px;
}
.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}
.jspVerticalBar .jspTrack{
    background: #f0f0f0;
    position: relative;
    border-radius: 3px;
}
.jspVerticalBar .jspDrag{
    background: #909090;
    position: relative;
    top: 0;
    left: 0;
    cursor: grab;
    cursor: -webkit-grab;
    border-radius: 3px;
}
.choice-form{
	width:100%;
	border-top:1px dotted #dcdce6;
	font-weight:400;
	padding:17px 0 0;
	margin:24px 0;
}
.choice-form:after{
	display:block;
	clear:both;
	content:"";
}
.choice-form .col{
	float:left;
	width:212px;
	margin:0 27px 0 0;
}
.choice-form .title{
	display:block;
	color:#828181;
	font-size:12px;
	line-height:18px;
	padding:0 0 9px 16px;
}
.popup .name-wrap{
	width:100%;
	margin:0 0 32px;
}
.popup .name-wrap .title{
	color:#828181;
	font-size:12px;
	line-height:18px;
	font-weight:400;
}
.popup .name-wrap h2{
	color:#225378;
	margin:0;
	font-size:24px;
	line-height:30px;
}
.country_location .item-col .list748{
	display:none;
}
@media screen and (max-width: 960px){
	.popup{
		width:658px;
		padding-left:45px;
		padding-right:45px;
	}
	.popup .close{
		right: -10px;
		top:-10px;
	}
	.country_location .col{
		width:213px;
	}
	.country_location .col.item-col{
		width:396px;
		margin:0;
	}
	.country_location .item-col .list{
		display:none;
	}
	.country_location .item-col .list748{
		display:block;
	}
}


.top-contact .note{
	color:#939393;
	font-weight:600;
	font-size:10px;
	line-height:18px;
	text-transform:uppercase;
}
.note-tel{
	position:absolute;
	right:0;
	top:57px;
	color:#6f7276;
	font-style:italic;
	font-weight:400;
	font-size:11px;
	line-height:16px;
	background: #efefef;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #efefef 0%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#fafafa));
	background: -webkit-linear-gradient(top, #efefef 0%,#fafafa 100%);
	background: -o-linear-gradient(top, #efefef 0%,#fafafa 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#fafafa 100%);
	background: linear-gradient(to bottom, #efefef 0%,#fafafa 100%);
	-pie-background: linear-gradient(top,  #efefef 0%,#fafafa 100%);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:214px;
	text-align:left;
	padding:6px 10px;
}
@media screen and (max-width: 1240px){
	.note-tel{
		display:none;
	}
}
.note-tel:after{
	position:absolute;
	top:-9px;
	left:10px;
	background:url(../images/arrow03.png) no-repeat;
	width:18px;
	height:9px;
	content:"";
}

.ch-wrap{
	/* display:inline-block; */
	vertical-align:middle;
	position:relative;
/* 	padding:0 0 0 26px; */
	color:#262626;
	font-size:12px;
	line-height:18px;
	font-weight:400;
	cursor:pointer;
}

/*#nav{*/
	/*-webkit-border-radius:10px;*/
	/*-moz-border-radius:10px;*/
	/*border-radius:10px;*/
	/*position:relative;*/
	/*margin:0;*/
	/*padding:0;*/
	/*list-style:none;*/
	/*width:100%;*/
	/*border-top:1px solid #cef1f4;*/
	/*background: #0abbc8;*/
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhYmJjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjc5ODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	/*background: -moz-linear-gradient(top, #0abbc8 0%, #0f7987 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0abbc8), color-stop(100%,#0f7987));*/
	/*background: -webkit-linear-gradient(top, #0abbc8 0%,#0f7987 100%);*/
	/*background: -o-linear-gradient(top, #0abbc8 0%,#0f7987 100%);*/
	/*background: -ms-linear-gradient(top, #0abbc8 0%,#0f7987 100%);*/
	/*background: linear-gradient(to bottom, #0abbc8 0%,#0f7987 100%);*/
	/*-pie-background: linear-gradient(top,  #0abbc8 0%,#0f7987 100%);*/
/*}*/
/*#nav:after{*/
	/*display:block;*/
	/*clear:both;*/
	/*content:"";*/
/*}*/
/*#nav > li{*/
	/*height:70px;*/
	/*background:url(../images/separator01.png) no-repeat;*/
	/*float:left;*/
	/*padding:0 0 0 1px;*/
	/*position:relative;*/
/*}*/
/*#nav .pt01{width:217px;}*/
/*#nav .pt02{width:91px;}*/
/*#nav .pt03{width:119px;}*/
/*#nav .pt04{width:144px;}*/
/*#nav .pt05{width:82px;}*/
/*#nav .pt06{width:183px;}*/
/*#nav .pt07{width:88px;}*/
/*#nav .pt08{width:179px;}*/
/*#nav .pt09{width:107px;}*/
/*@media screen and (max-width: 1240px){*/
	/*#nav .pt09{width:98px;}*/
/*}*/
/*#nav > li:first-child{*/
	/*background:none;*/
	/*padding:0;*/
/*}*/
/*#nav > li .wrap748 > a,*/
/*#nav > li > a{*/
	/*height:45px;*/
	/*padding:25px 0 0;*/
	/*line-height:18px;*/
	/*text-align:center;*/
	/*color:#fff;*/
	/*font-weight:bold;*/
	/*text-decoration:none;*/
	/*text-transform:uppercase;*/
	/*font-size:13px;*/
	/*text-shadow:0 -1px 1px rgba(0, 0, 0, 0.2);*/
	/*position:relative;*/
	/*cursor:pointer;*/
	/*z-index:10;*/
	/*display:block;*/
/*}*/
/*@media screen and (max-width: 960px){*/
	/*#nav .pt01{width:206px;}*/
	/*#nav .pt02{width:87px;}*/
	/*#nav .pt03{width:114px;}*/
	/*#nav .pt06{width:173px;}*/
	/*#nav .pt09{width:164px;}*/
	/*#nav > li .wrap748 > a,*/
	/*#nav > li > a{*/
		/*font-size:12px;*/
	/*}*/
/*}*/
/*#nav > li .wrap748 > a:hover,*/
/*#nav > li.active .wrap748 > a,*/
/*#nav > li.active > a,*/
/*#nav > li > a:hover{*/
	/*background: #1dd7e6;*/
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkZDdlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODliYWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	/*background: -moz-linear-gradient(top, #1dd7e6 0%, #189bac 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1dd7e6), color-stop(100%,#189bac));*/
	/*background: -webkit-linear-gradient(top, #1dd7e6 0%,#189bac 100%);*/
	/*background: -o-linear-gradient(top, #1dd7e6 0%,#189bac 100%);*/
	/*background: -ms-linear-gradient(top, #1dd7e6 0%,#189bac 100%);*/
	/*background: linear-gradient(to bottom, #1dd7e6 0%,#189bac 100%);*/
	/*-pie-background: linear-gradient(top,  #1dd7e6 0%,#189bac 100%);*/
/*}*/
/*#nav .drop:hover > a,*/
/*#nav .more-drop .wrap748:hover > a,*/
/*#nav > li.active-menu-drop .wrap748 > a,*/
/*#nav > li.active-nav-drop > a{*/
	/*background:none;*/
	/*-pie-background:none ;*/
	/*color:#1695a3;*/
	/*text-shadow:none;*/
/*}*/
/*#nav > li:first-child > a{*/
	/*-webkit-border-radius:10px 0 0 10px;*/
	/*-moz-border-radius:10px 0 0 10px;*/
	/*border-radius:10px 0 0 10px;*/
/*}*/
/*#nav .more-drop .wrap748 > a{*/
	/*-webkit-border-radius:0 10px 10px 0;*/
	/*-moz-border-radius:0 10px 10px 0;*/
	/*border-radius:0 10px 10px 0;*/
/*}*/
/*#nav .more-drop .wrap748 > a span,*/
/*#nav .drop > a span{*/
	/*background:url(../images/arrow04.png) no-repeat 50% 100%;*/
	/*display:inline-block;*/
	/*vertical-align:top;*/
	/*padding-bottom:11px;*/
/*}*/
/*#nav .more-drop{*/
	/*z-index:13;*/
/*}*/
/*#nav .drop{*/
	/*z-index:15;*/
/*}*/
/*#nav .mask{*/
	/*-webkit-border-radius:10px 10px 0 0;*/
	/*-moz-border-radius:10px 10px 0 0;*/
	/*border-radius:10px 10px 0 0;*/
	/*position:absolute;*/
	/*top:14px;*/
	/*left:-9999px;*/
	/*-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);*/
	/*-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);*/
	/*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);*/
	/*background:#fff;*/
	/*height:52px;*/
/*}*/
/*#nav .drop:hover .mask,*/
/*#nav .active-nav-drop .mask{*/
	/*left:0;*/
	/*right:0;*/
/*}*/
/*#nav .mask span{*/
	/*bottom:0;*/
	/*background:#fff;*/
	/*position:absolute;*/
	/*left:0;*/
	/*right:0;*/
	/*height:4px;*/
	/*z-index:5;*/
/*}*/
/*.nav-drop{*/
	/*position:absolute;*/
	/*top:65px;*/
	/*background:#fff url(../images/bg-nav-drop.jpg) no-repeat 100% 100%;*/
	/*-webkit-border-radius:0 10px 10px 10px;*/
	/*-moz-border-radius:0 10px 10px 10px;*/
	/*border-radius:0 10px 10px 10px;*/
	/*left:-9999px;*/
	/*width:1188px;*/
	/*-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);*/
	/*-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);*/
	/*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);*/
	/*font-weight:400;*/
	/*font-size:12px;*/
	/*line-height:20px;*/
	/*padding:43px 18px;*/
/*}*/
/*#nav .drop:hover .nav-drop,*/
/*.active-nav-drop .nav-drop{*/
	/*left:0;*/
/*}*/
.nav-drop a{
	color:#1695a3;
}
.catalog-wrapper .col,
.nav-drop .col{
	float:left;
	width:362px;
	padding:0 0 0 50px;
}
@media screen and (max-width: 1240px){
	.nav-drop{
		width:910px;
	}
	.nav-drop .col{
		width:270px;
	}
}
/*#nav .more-drop .wrap748 > a .text748{*/
	/*display:none;*/
/*}*/
.nav-drop .col:first-child{
	padding-left:0;
}

.nav-drop h3 {
    background: url(../images/pill_ico.png) no-repeat 0 7px;
    padding: 0 0 0 24px;
    margin: 0 0 8px;
}
.nav-drop h3 a {
    font-size: 18px;
    color: #1695a3;
    text-decoration: none;
}
/*.nav-drop h3 a span {
    background: url(../images/blue_dot.png) repeat-x 0 95%;
}*/
.nav-drop h3 a:hover span {
    background: none;
}
.nav-drop .example {
    padding: 0 0 0 24px;
    font-size: 12px;
    color: #a2a2a2;
}

.nav-drop .box {
    margin: 20px 0 0;
}
.catalog-wrapper .box:first-child,
.nav-drop .box:first-child{
	margin-top:0;
}
/*#nav .more-drop:hover .mask,*/
/*#nav .more-drop.active-menu-drop .mask{*/
	/*right:0;*/
	/*left:0;*/
/*}*/
.menu-drop{
	position:absolute;
	top:65px;
	background:#fff;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	font-weight:400;
	font-size:12px;
	line-height:18px;
	max-width:300px;
	min-width:150px;
	padding:0;
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:18px;
	padding:10px 15px;
	left:-9999px;
}
.side-plagin.visible960,
.menu-drop .visible748,
.menu-drop .visible960{
	display:none;
}
@media screen and (max-width: 1240px){
	.side-plagin.visible960,
	.menu-drop .visible960{
		display:block;
	}
	/*#nav .hidden960{*/
		/*display:none;*/
	/*}*/
}
@media screen and (max-width: 960px){
	.menu-drop .visible748{
		display:block;
	}
	/*#nav .hidden748{*/
		/*display:none;*/
	/*}*/
}
.more-drop .wrap748:hover .menu-drop,
.active-menu-drop .menu-drop{
	right:0;
	left:auto;
}
.menu-drop li{
	margin:5px 0 0;
}
.menu-drop li:first-child{
	margin-top:0;
}
@media screen and (max-width: 960px){
	/*#nav .more-drop .wrap748 > a .text{*/
		/*display:none;*/
	/*}*/
	/*#nav .more-drop .wrap748 > a .text748{*/
		/*display:block;*/
	/*}*/
	/*#nav .more-drop .wrap748 > a span,*/
	/*#nav .drop > a span{*/
		/*background:none;*/
	/*}*/
	/*#nav .more-drop .wrap748:hover > a,*/
	/*#nav .more-drop .wrap748 > a{*/
		/*font-size:9px;*/
		/*-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);*/
		/*-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);*/
		/*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);*/
		/*width:141px;*/
		/*-webkit-border-radius:4px;*/
		/*-moz-border-radius:4px;*/
		/*border-radius:4px;*/
		/*padding:0;*/
		/*height:30px;*/
		/*margin:0;*/
		/*text-align:left;*/
		/*background: #0ab9c7;*/
		/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhYjljNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjc5ODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
		/*background: -moz-linear-gradient(top, #0ab9c7 0%, #0f7987 100%);*/
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ab9c7), color-stop(100%,#0f7987));*/
		/*background: -webkit-linear-gradient(top, #0ab9c7 0%,#0f7987 100%);*/
		/*background: -o-linear-gradient(top, #0ab9c7 0%,#0f7987 100%);*/
		/*background: -ms-linear-gradient(top, #0ab9c7 0%,#0f7987 100%);*/
		/*background: linear-gradient(to bottom, #0ab9c7 0%,#0f7987 100%);*/
	/*}*/
	/*#nav > .drop:hover > a,*/
	/*#nav > li.active-menu-drop .wrap748 > a,*/
	/*#nav .more-drop .wrap748:hover > a,*/
	/*#nav .more-drop .wrap748 > a:hover{*/
		/*z-index:10;*/
		/*position:relative;*/
		/*color:#fff;*/
		/*background: #0ab9c7;*/
		/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhYjljNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjc5ODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
		/*background: -moz-linear-gradient(top, #0ab9c7 0%, #0f7987 100%);*/
		/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ab9c7), color-stop(100%,#0f7987));*/
		/*background: -webkit-linear-gradient(top, #0ab9c7 0%,#0f7987 100%);*/
		/*background: -o-linear-gradient(top, #0ab9c7 0%,#0f7987 100%);*/
		/*background: -ms-linear-gradient(top, #0ab9c7 0%,#0f7987 100%);*/
		/*background: linear-gradient(to bottom, #0ab9c7 0%,#0f7987 100%);*/
	/*}*/
	/*#nav .more-drop .wrap748 > a span{*/
		/*background:url(../images/select-nav.png) no-repeat 91% 0;*/
		/*height:30px;*/
		/*line-height:30px;*/
		/*padding:0 0 0 11px;*/
		/*width:130px;*/
		/*font-weight:600;*/
	/*}*/
	/*#nav .more-drop .mask{*/
		/*display:none !important;*/
	/*}*/
	/*.menu-drop{*/
		/*-webkit-border-radius:4px;*/
		/*-moz-border-radius:4px;*/
		/*border-radius:4px;*/
		/*top:30px;*/
		/*width:125px;*/
		/*font-size:11px;*/
		/*padding:0;*/
		/*min-width:100px;*/
		/*padding:10px 5px 10px 11px;*/
	/*}*/
	/*.wrap748{*/
		/*margin: 18px auto 0;*/
		/*width:141px;*/
		/*position:relative;*/
		/*height:30px;*/
	/*}*/
	/*#nav .wrap748:hover .menu-drop,*/
	/*.active-menu-drop .menu-drop{*/
		/*right:0;*/
		/*left:auto;*/
	/*}*/
}
/*#main{*/
	/*width:100%;*/
	/*background:#fcfcfc url(../images/bg-main.png) repeat-x;*/
	/*padding:78px 0 83px;*/
	/*margin:-35px 0 0;*/
/*}*/
/*.index #main{*/
	/*background:#fff url(../images/bg-main.png) repeat-x;*/
/*}*/
#main .frame{
	width:1218px;
	margin:0 auto;
    position: relative;
}
#main .frame:after{
	display:block;
	clear:both;
	content:"";
}
.main-gallery{
	width:100%;
	height:323px;
	background:url(../images/bg-gallery.png) repeat-x 0 100%;
	position:relative;
	margin:-4px 0 69px;
}
.main-gallery .gallery{
	margin:0 auto;
	padding:0;
	list-style:none;
	height:323px;
	position:relative;
	width:1218px;
	background:url(../images/ajax-loader.gif) no-repeat 50% 50%;
}
@media screen and (max-width: 1240px){
	.main-gallery{
		margin-bottom:49px;
	}
	#main .frame,
	.main-gallery .gallery{
		width:940px;
	}
}
@media screen and (max-width: 960px){
	.main-gallery .gallery,
	#main .frame{
		width:748px;
	}
}
.main-gallery .gallery li{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	left:0;
	display:none;
	background:#fff url(../images/bg-gallery.png) repeat-x 0 100%;
}
.main-gallery .gallery li.active{
	display:block;
}
.main-gallery .switcher-wrap{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:1px;
	left:0;
	height:38px;
}
.main-gallery .switcher{
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding:13px 13px 0;
	list-style:none;
	position:relative;
	background: #18becc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE4YmVjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjdiODkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #18becc 0%, #0f7b89 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#18becc), color-stop(100%,#0f7b89));
	background: -webkit-linear-gradient(top, #18becc 0%,#0f7b89 100%);
	background: -o-linear-gradient(top, #18becc 0%,#0f7b89 100%);
	background: -ms-linear-gradient(top, #18becc 0%,#0f7b89 100%);
	background: linear-gradient(to bottom, #18becc 0%,#0f7b89 100%);
	-pie-background: linear-gradient(top,  #18becc 0%,#0f7b89 100%);
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	height:25px;
}
.main-gallery .switcher:before,
.main-gallery .switcher:after{
	position:absolute;
	left:-10px;
	bottom:0;
	background:url(../images/switch-arrow.png) no-repeat;
	width:10px;
	height:6px;
	content:"";
}
.main-gallery .switcher:after{
	left:auto;
	right:-10px;
	background-position:-10px 0;
}
.main-gallery .switcher li{
	display:inline-block;
	overflow:hidden;
	width:11px;
	height:11px;
	vertical-align:top;
	margin:0 3px;
	background:url(../images/switcher.png) no-repeat -19px 0;
}
.main-gallery .switcher li.active,
.main-gallery .switcher li:hover{
	background-position:0 0;
}
.main-gallery .switcher li a{
	width:100%;
	height:100%;
	display:block;
	text-indent:-9999px;
}
*+ html .main-gallery .switcher li,
*+ html .main-gallery .switcher{
	display:inline;
}
.main-gallery h2{
	margin:0 0 15px;
	text-transform:uppercase;
	color:#1695a3;
	font:60px/60px 'Conv_dincondensedc', sans-serif;
}
.main-gallery h3{
	margin:0 0 21px;
	text-transform:uppercase;
	font:24px/30px 'Conv_dincondensedc', sans-serif;
	color:#2c363f;
}
.main-gallery p{
	font:14px/18px 'proxima_nova_rgregular', sans-serif;
	color:#2c363f;
	margin:0;
}
.main-gallery .visual{
	position:absolute;
	bottom:1px;
	left:78px;
}
.main-gallery .text{
	position:absolute;
	left:469px;
	top:0;
	width:600px;
}
@media screen and (max-width: 1240px){
	.main-gallery .visual{
		left:28px;
	}
	.main-gallery .text{
		left:413px;
		width:480px;
	}
	.main-gallery h2{
		margin:0 0 17px;
		font-size:48px;
		line-height:48px;
	}
	.main-gallery h3{
		margin:0 0 21px;
		font-size:22px;
		line-height:30px;
	}
}
@media screen and (max-width: 960px){
	.main-gallery .visual{
		left:11px;
	}
	.main-gallery .text{
		left:320px;
		width:400px;
		top:14px;
	}
	.main-gallery h2{
		margin:0 0 21px;
		font-size:38px;
		line-height:40px;
	}
	.main-gallery h3{
		margin:0 0 31px;
		font-size:21px;
		line-height:26px;
	}
	.main-gallery p{
		font-size:13px;
	}
}

.tab .ads{
	float:right;
	margin-left:40px;
	width:240px;
	height:400px;
}

.twocolumns {
	overflow: hidden;
}
.twocolumns .aside {
	float: left;
	width: 340px;
	padding: 0 20px 0 0;
}
.aside-box {
	padding: 0 0 15px;
}
.aside-box .back-link {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 33px;
}
.address-list {
	margin: 0;
	padding: 0 0 0 40px;
	list-style: none;
}
.address-list li {
	padding: 0 0 12px;
	margin: 0 0 0 20px;
}
.address-list li + li {
	padding: 11px 0 12px;
	background-position: 0 16px;
	border-top: 1px dotted #dcdce6;
}
.address-list h3 {
	font:600 16px/18px 'Open Sans', sans-serif;
	margin: 0 0 6px -20px;
	color: #0a659c;
	padding: 0 0 0 20px;
	position: relative;
	background: url(../images/bullet1.png) no-repeat 0 8px;
}
.address-list h3 a {
	color: #0a659c;
	text-decoration: none;
	border-bottom: 1px dotted #0a659c;
}
.address-list h3 a:hover {
	border-color: transparent;
}
.address-list p {
	margin: 0 0 3px;
	color: #262626;
	font-size: 14px;
	line-height: 16px;
}
.address-list .detail-box {
	font-size: 12px;
	line-height: 14px;
}
.aside-info {
	padding: 0 0 0 60px;
	font-size: 14px;
	line-height: 30px;
}
.aside-info h3 {
	font:700 16px/24px 'Open Sans', sans-serif;
	margin: 0 0 0 -20px;
	padding: 0 0 0 20px;
	background: url(../images/bullet1.png) no-repeat 0 10px;
	color: #0a659c;
}
.aside-box .sale-title {
	padding: 0 0 0 28px;
	margin: 0 0 10px -28px;
	background: url(../images/ico06.png) no-repeat 0 1px;
}
.aside-info .s-phone {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 13px;
}
.aside-info .a-box {
	padding: 0 0 15px;
}
.aside-info p {
	margin: 0;
}
.aside-info .a-title {
	display: block;
	font:700 14px/18px 'Open Sans', sans-serif;
	color: #262626;
}
.aside-info .a-title.green {
	color: #0fa341;
}
.aside-info .a-title.blue {
	color: #0e8997;
}
.twocolumns .content-col {
	overflow: hidden;
}
.heading-box {
	display: table;
	padding: 0 0 18px;
}
.heading-box .photo {
	float: left;
	width: 158px;
	height: 93px;
	border: 1px solid #cfd4da;
	margin: 0 19px 0 0;
}
.heading-box .photo .p-holder {
	display: table;
	width: 100%;
	height: 100%;
}
.heading-box .photo .p-frame {
	display: table-cell;
	vertical-align: middle;
}
.heading-box .photo img {
	display: block;
	margin: 0 auto;
}

.company-nav {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	overflow: hidden;
}
.company-nav li {
	float: left;
	padding: 0 0 7px;
}
.company-nav li + li {
	margin: 0 0 0 2%;
}
.company-info dt {
	float: left;
	width: 240px;
	color: #262626 ;
}
.company-info dd {
	margin: 0 0 0;
	overflow: hidden;
	padding: 0 0 12px;
}
.map-box {
	margin: 0 0 24px;
	overflow: hidden;
}
.map-box img {
	display: block;
	width: 100%;
}
.item-box {
	margin: 0 0 17px;
	background: #f0f0f0;
	min-height: 100px;
	padding: 6px;
}
.content-box {
	font-size: 13px;
	line-height: 18px;
	color: #737373;
	width: 100%;
}
.content-box p {
	margin: 0 0 18px;
}
.tab-box {
	width: 100%;
	margin: 0;
}
.t-holder {
	position: relative;
	padding: 0 0 6px;
	margin: 0 0 50px;
}
.tab-box .tab-nav {
	font-size: 18px;
	line-height: 40px;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	overflow: hidden;
}
.tab-box .separator {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 7px;
}
.tab-box .tab-nav li {
	float: left;
	position: relative;
	margin: 0 -20px 0 0;
}
.tab-box .tab-nav li.active,
.tab-box .tab-nav li:hover {
	position: relative;
}
.tab-box .tab-nav a {
	float: left;
	width: 209px;
	text-align: center;
	color: #0e8492;
	background: url(../images/btn1.png) no-repeat;
	text-decoration: none;
}
.tab-box .tab-nav span {
	border-bottom: 1px dotted #0e8492;
}
.tab-box .tab-nav .active a,
.tab-box .tab-nav a:hover {
	color: #2c363f;
	background: url(../images/btn1-1.png) no-repeat;
}
.tab-box .tab-nav .active a {
	font-size: 22px;
}
.tab-box .tab-nav li.active span,
.tab-box .tab-nav a:hover span {
	border-color: transparent;
}
.tab-box .tab-content {
	width: 100%;
}
.tab-box .tab {
	display: none;
}
.tab-box .tab.active {
	display: block;
}
.find-box {
	margin: 0 0 59px;
	background: #f3f3f3 url(../images/bg1.png) repeat-x;
	border: 1px solid #eee;
	padding: 20px 20px 24px;
	overflow: hidden;
}
.find-box .f-title {
	font:700 18px/20px 'Open Sans', sans-serif;
	color: #2c363f;
	padding: 0 0 8px;
	border-bottom: 1px dotted #dcdce6;
	margin: 0 0 26px;
}
.find-box .title {
	display: block;
	font-weight: normal;
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #828181;
	margin: 0 0 15px;
}
.find-box .col1 {
	float: left;
	width: 380px;
}
.find-box .col2 {
	overflow: hidden;
}
.find-box .row {
	overflow: hidden;
	padding: 0 0 15px;
}
.find-box input[type="text"] {
	float: left;
	border: 1px solid #d4dadd;
	border-radius: 2px;
	background: #fff;
	width: 328px;
	height: 30px;
	margin: 0;
	padding: 0 3px 0 7px;
	box-shadow: inset 3px 3px 4px #f0f0f0;
	-moz-box-shadow: inset 3px 3px 4px #f0f0f0;
	-webkit-box-shadow: inset 3px 3px 4px #f0f0f0;
	font-size: 11px;
	line-height: 30px;
	color: #828181;
}
.find-box .area {
	float: left;
	width: 190px;
	padding: 0 8px 39px 0;
}
.find-box .area .text {
	float: left;
	font-size: 12px;
	line-height: 18px;
	color: #372f2b;
	float: left;
}
.find-box .checkboxArea {
	float: left;
	margin: 0 12px 0 0;
	width: 21px;
	height: 18px;
	background: url(../images/bg-ch02.png) no-repeat 0 -20px;
}
.find-box .checkboxArea.checkboxAreaChecked {
	background-position: 0 0;
}
.find-box input[type="checkbox"] {
	position: absolute;
	left: -99999px;
}
.shop-list {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.shop-list .slide {
	display: none;
}
.shop-list .slide.select {
	display: block;
}
.shop-list > li {
	overflow: hidden;
}
.shop-list > li + li {
	border-top: 1px dotted #dcdce6;
	padding-top: 6px;
}
.shop-list .number {
	float: left;
	background: url(../images/bg-number.png) no-repeat;
	width: 40px;
	height: 29px;
	text-align: center;
	font-size: 18px;
	line-height: 29px;
	color: #fff;
}
.shop-list .a-holder {
	float: right;
	width: 290px;
	padding: 3px 0 0;
}
.shop-list .a-heading {
	font:700 22px/24px 'Open Sans', sans-serif;
	color: #313330;
	margin: 0 0 10px;
}
.shop-list .a-heading a {
	color: #0a659c;
	text-decoration: none;
	border-bottom: 1px dotted #0a659c;
}
.shop-list .a-heading a:hover {
	border-color: transparent;
}
.ad {
	display: block;
	background: #fff;
	border: 1px solid #efeded;
	padding: 10px 14px;
	border-radius: 2px;
	margin: 0 0 14px;
}
.net-link {
	margin: 0 0 4px -20px;
	padding: 0 0 0 20px;
	background: url(../images/ico07.png) no-repeat 0 4px;
}
.ad img {
	display: block;
}
.address-list.margin1 {
	padding: 0;
	margin: 0 0 0 -20px;
	position: relative;
}
.sale-title.margin-none {
	margin: 4px 0 0 -28px;
}
.office-link {
	font-size: 13px;
	line-height: 14px;
	color: #7f8c8d;
	margin: 0 0 8px;
}
.office-link a {
	color: #7f8c8d;
	text-decoration: none;
}
.office-link a:hover {
	text-decoration: underline;
}
.map-box {
	position: relative;
}
.map-box .see-more {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 11px;
	line-height: 36px;
	text-transform: uppercase;
	color: #2980b9;
	text-align: center;
	z-index: 5;
	width: 100%;
}
.map-box .see-more .s-holder {
	display: inline-block;
	padding: 0 10px 0 36px;
	background: #fff url(../images/ico08.png) no-repeat 10px 50%;
	color: #2980b9;
}
.map-box .see-more .s-frame {
	border-bottom: 1px dotted #2980b9;
}
.map-box .see-more:hover .s-frame {
	border-color: transparent;
}

#content{
	float:right;
	width:906px;
}
#sidebar{
	float:left;
	width:222px;
}
@media screen and (max-width: 1240px){
	#content{
		width:640px;
	}
}

.article-list .visual.hidden768{
	display:none;
}

.article-list{
	margin:-24px 0 0;
	padding:0 106px 0 0;
	list-style:none;
}
.article-list > li{
	width:100%;
	border-top:1px solid #d8d8d8;
	padding:25px 0;
}
.article-list > li:first-child{
	border-top:0;
}
.article-list .row{
	width:100%;
	margin:0 0 21px;
}
.article-list .wrap{
	overflow:hidden;
}
.article-list > li:after,
.article-list .row:after{
	display:block;
	clear:both;
	content:"";
}
.article-list .visual{
	float:left;
	margin:5px 31px 0 0;
}
.article-list .visual img{
	border:3px solid #cfd4da;
}
.article-list .date{
	color:#2c363f;
	font-weight:600;
	margin:0 0 2px;
	font-size:11px;
	line-height:18px;
}
.article-list h3{
	margin:0;
	font-size:18px;
	line-height:24px;
	font-weight:600;
}
.article-list h3 a:hover{
	color:#2c363f;
}
.article-list p{
	margin:0;
}
.ol-list{
	margin:0;
	padding:0;
	list-style:none;
}
.article{
	padding-right:106px;
	zoom:1;
}
.article .date{
	color:#727474;
	font-size:14px;
	line-height:18px;
	font-weight:600;
	margin:0;
}
.article h1{
	font-size:30px;
	margin-bottom:45px;
}
.img-holder{
	margin:0 0 21px;
}
.img-holder img{
	border:3px solid #cfd4da;
}
.description-wrapper{
	font-style:italic;
	font-size:24px;
	line-height:30px;
	font-weight:300;
	margin:0 0 21px;
}
.img-wrap{
	width:100%;
	margin-bottom:38px;
}
.img-wrap img{
	border:3px solid #cfd4da;
}
.history-wrap{
	width:100%;
}
.history-wrap h2{
	font-style:italic;
	font-weight:400;
	font-size:20px;
	line-height:30px;
	margin:0 0 47px;
}
.history-list{
	margin:0 0 -19px -37px;
	padding:0;
	list-style:none;
	position:relative;
}
.history-list:after{
	position:absolute;
	top:8px;
	bottom:19px;
	left:0;
	width:3px;
	background:#f1f1f1;
	content:"";
}
.history-list li{
	background:url(../images/dot04.png) no-repeat 0 7px;
	padding:0 0 19px 43px;
	margin:0 0 0 -3px;
	position:relative;
	z-index:10;
}
.history-list .date{
	font-size:18px;
	line-height:21px;
	font-style:italic;
	font-weight:600;
	margin:0 0 5px;
}
.history-list p{
	margin:0;
}
.alt-side-nav{
	margin-top:0;
}
.service-list{
	margin:0;
	padding:2px 0 0;
	list-style:none;
}
.service-list li{
	padding:25px 0;
	border-top:1px solid #eeeded;
}
.service-list li:first-child{
	border-top:0;
}
.service-list li:after{
	display:block;
	clear:both;
	content:"";
}
.service-list .visual{
	float:left;
	margin:21px 32px 0 0;
}
.service-list .visual img{
	border:3px solid #eeeded;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.service-list .holder{
	overflow:hidden;
	position:relative;
	padding:0 0 21px;
	min-height:113px;
}
.service-list h2{
	margin:0 0 28px;
	font-size:24px;
	line-height:24px;
	font-weight:600;
}
.service-list p{
	margin:0;
}
.service-list .more{
	position:absolute;
	bottom:0;
	left:0;
	font-style:italic;
	font-size:13px;
	line-height:18px;
}
.authorization-form{
	width:100%;
	border-bottom:1px solid #d8d8d8;
	padding:0 0 34px;
	margin:0 0 21px;
}
.authorization-form h2{
	margin:0 0 24px;
	font-size:20px;
	line-height:30px;
	font-style:italic;
	font-weight:400;
}
.authorization-form .row{
	width:100%;
	margin:0 0 23px;
}
.authorization-form .row:after{
	display:block;
	clear:both;
	content:"";
}
.authorization-form .col{
	float:left;
	width:160px;
	margin:0 0 0 20px;
}
.authorization-form .col:first-child{
	margin-left:0;
}
.authorization-form label{
	display:block;
	color:#2c363f;
	font-weight:600;
	font-size:12px;
	line-height:18px;
	margin:0 0 11px;
}




.question-list{
	margin:0;
	padding:4px 0 0;
	list-style:none;
}
.reviews-wrapper .question-list{
	padding:0 0 40px 30px;
}
.question-list li{
	background:url(../images/ico03.png) no-repeat 0 8px;
	padding:0 0 21px 46px;
}
.reviews-wrapper .question-list li{
	padding-bottom:22px;
	background-position:3px 5px;
}
.question-list .box{
	display:none;
	padding:22px 0 21px 25px;
}
.reviews-wrapper .question-list .box{
	line-height:18px;
}
.question-list .active .box{
	display:block;
}
.question-list .box .contact-name{
	width:100%;
	overflow:hidden;
	padding:20px 0 0;
	font-size:12px;
	line-height:15px;
	font-weight:400;
}
.question-list .box .contact-name .img{
	float:left;
	border:3px solid #f0f1f2;
	margin:0 20px 0 0;
	width:83px;
	height:47px;
	overflow:hidden;
}
.question-list .box .contact-name .wrap{
	overflow:hidden;
}
.question-list .box .contact-name .name{
	font-weight:600;
	margin:0;
}
.question-list .box .contact-name .status{
	margin:0 0 9px;
}
.question-list .box .contact-name .organization{
	font-style:italic;
}
.question-list h3{
	margin:0;
	font-size:18px;
	line-height:22px;
	font-weight:400;
}
.reviews-wrapper .question-list h3{
	font-size:14px;
	line-height:18px;
}
.question-list h3 a{
	text-decoration:none;
	border-bottom:1px dotted;
}
.question-list h3 a:hover{
	border:0;
}
.question-list .active h3 a{
	color:#1c99a5;
	border:0;
}
.content-wrapper{
	width:100%;
}
.top-content-wrapper{
	margin-left:312px;
}
.top-content-wrapper:after,
.content-wrapper:after{
	display:block;
	clear:both;
	content:"";
}

.city-filter{
	width:100%;
	margin:0 0 45px;
}
.city-filter:after{
	display:block;
	clear:both;
	content:"";
}
.city-filter h1{
	float:left;
	margin:0 30px 0 0 !important;
}
.city-filter .select-wrap{
	width:210px;
	display:inline-block;
	vertical-align:top;
	margin:-1px 0 0;
}
*+ html .city-filter .select-wrap{
	display:inline;
}
.supplier-list{
	margin:0 0 47px;
	padding:0;
	list-style:none;
}
.supplier-list li{
	width:100%;
	margin:0 0 37px;
}
.supplier-list li:after{
	display:block;
	clear:both;
	content:"";
}
.supplier-list .visual{
	float:left;
	width:154px;
	height:89px;
	overflow:hidden;
	border:3px solid #cfd4da;
	margin:3px 20px 0 0;
}
.supplier-list .holder{
	overflow:hidden;
}
.supplier-list h3{
	margin:0 0 8px;
	font-weight:600;
	font-size:24px;
	line-height:24px;
}
.supplier-list h3 .city{
	color:#b7b7b7;
	font-size:18px;
	font-weight:400;
}
.supplier-list address{
	font-weight:400;
	font-style:normal;
	color:#2c363f;
	font-size:12px;
	line-height:16px;
	margin:0 0 18px;
}
.supplier-list p{
	margin:0;
}
.side-info{
	width:190px;
	font-size:12px;
	line-height:18px;
	font-style:italic;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:0 15px 21px;
	margin:0 0 26px;
	zoom:1;
	position:relative;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGYzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f3f3));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f3f3 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f4f3f3 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f4f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f4f3f3 100%);
	-pie-background: linear-gradient(top,  #ffffff 0%,#f4f3f3 100%);
}
.side-info .title{
	background:url(../images/ico04.png) no-repeat;
	font-weight:600;
	padding:0 0 18px 26px;
	line-height:16px;
}
.side-ads-list{
	min-height:192px;
	margin:0 0 40px;
	width:236px;
}
.side-ads{
	border:1px solid #c7c7c7;
	width:198px;
	margin:0 0 0 18px;
	height:298px;
}
.description-company{
	width:100%;
	position:relative;
	margin:-11px 0 45px;
}
.description-company .visual{
	border:3px solid #eaeaea;
	width:165px;
	height:89px;
	overflow:hidden;
	position:absolute;
	left:-191px;
	top:80px;
}
.description-company .list{
	margin:0 0 36px;
	padding:0;
	list-style:none;
	font-size:13px;
	line-height:18px;
}
.description-company .list li{
	width:100%;
	margin:0 0 19px;
}
.description-company .list li:after{
	display:block;
	clear:both;
	content:"";
}
.description-company .list .title{
	font-weight:400;
	float:left;
	width:240px;
}
.description-company .list .holder{
	overflow:hidden;
}
.description-company p{
	margin:0;
}
.description-company h1{
	font-size:30px;
	font-weight:400;
	margin:0 0 40px;
	text-transform:none;
}
.map-wrapper{
	height:526px;
	width:100%;
}
.tab-body .tab-buy{
	padding:0 0 0 78px;
	overflow:hidden;
}
.top-block .info-block .row{
	overflow:hidden;
}
.top-block .info-block:after{
	display:block;
	clear:both;
	content:"";
}
.top-block-wrap .info-filter{
	float:right;
	margin:0 78px 0 20px;
	width:232px;
	padding:9px 0 0;
}
.top-block-wrap.altstyle-top-block .top-block {
	overflow:visible;
}
.top-block-wrap.altstyle-top-block .info-filter{
	width:300px;
	padding:0;
	margin-top:-20px;
}
.top-block-wrap .info-filter .title{
	color:#828181;
	font-size:12px;
	font-weight:400;
	line-height:18px;
	padding:0 0 9px 17px;
}
.top-block h1{
	display:inline;
	color:#2c363f;
	font-weight:400;
	font-size:30px;
	margin:0;
}
.top-block h1 .city{
	color:#bbbfc0;
	font-size:18px;
}
.top-block .title{
	font-size:13px;
	font-weight:400;
	color:#2c363f;
	line-height:24px;
	padding:0 0 6px;
}
.top-block .title .city{
	color:#bbbfc0;
}
.top-block .title a{
	color:#1695a3;
}
.top-block h1 a{
	text-decoration:none;
	border-bottom:1px dotted;
	color:#1695a3;
}
.top-block h1 a:hover{
	border:0;
}
.top-block .latin{
	font-style:italic;
	color:#919191;
	line-height:24px;
	font-size:18px;
	font-weight:400;
	overflow:hidden;
}
.top-block .latin.size14{
	font-size:14px;
}
.top-block .latin em{
	font-weight:300;
	font-size:14px;
}
.tab-description{
    position: relative;
    width:100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
}
.tab-description:after{
	display:block;
	clear:both;
	content:"";
}
.tab-description .side-col{
	width:222px;
	float:left;
}
.tab-description .side-col .ads{
	width:240px;
	height:400px;
	margin:0;
	float:none;
}
.tab-description .description{
	overflow:hidden;
	padding:0 0 0 120px;
	color:#2c363f;
}
.tab-description .description h3 {
	margin: 22px 0 10px 0;
	color:#2c363f;
	font-size:24px;
	line-height:30px;
	font-weight:600;
	text-transform: lowercase;
}

.tab-description .description h3:first-letter {
    text-transform: uppercase;
}

.analog-wrapper{
	padding:0 0 0 78px;
}
.analog-wrapper .description{
	color:#6a6e71;
	font-style:italic;
	font-size:12px;
	font-weight:400;
	margin:0 0 62px;
}
.analog-wrapper .title-row{
	width:100%;
	margin:0 0 15px;
}
.top-block-wrap .plugin-wrapper:after,
.analog-wrapper .row-holder:after,
.analog-wrapper .title-row:after{
	display:block;
	clear:both;
	content:"";
}
.top-block-wrap  .plugin-wrapper{
	overflow:hidden;
}
.analog-wrapper .title-row .col{
	float:left;
	width:280px;
	margin:0 0 0 265px;
	border-bottom:1px dotted #dcdce6;
	color:#2c363f;
	font-size:12px;
	line-height:18px;
	font-weight:400;
	padding:0 0 16px;
}
.analog-wrapper .col:first-child{
	margin-left:0 !important;
}
.analog-wrapper .col h3{
	color:#2c363f;
	font-weight:600;
	margin:0 0 13px;
	font-size:24px;
	line-height:24px;
}
.analog-wrapper .col p{
	margin:0;
}
.analog-wrapper .row-holder{
	width:100%;
	font-size:14px;
	color:#2c363f;
	line-height:18px;
	font-weight:400;
}
.analog-wrapper .row-holder .col{
	width:500px;
	float:left;
	margin:0 0 0 46px;
}
.analog-wrapper .row-holder .col:first-child{
	margin-left:0 !important;
}
.analog-wrapper .row-holder .row{
	border-top:1px dotted #dcdce6;
	padding:12px 0 18px;
}
.analog-wrapper .row-holder .row:first-child{
	border-top:0;
}
.analog-wrapper .row-holder h4{
	margin:0;
	font-weight:600;
	font-size:14px;
}
.analog-wrapper .row-holder .availability{
	color:#1eb037;
}
.analog-wrapper .row-holder .price{
	color:#2c363f;
	font-size:18px;
	font-weight:600;
	line-height:24px;
}
.analog-wrapper .row-holder .note{
	color:#2c363f;
	font-size:12px;
}
.top-block-wrap{
	width:100%;
	margin:0 0 30px;
}
.top-block-wrap:after{
	display:block;
	clear:both;
	content:"";
}
.top-block-wrap .top-block{
	overflow:hidden;
}
.top-block-wrap .ads{
	float:right;
	width:240px;
	margin:0 0 0 40px;
	height:400px;
}
.top-block-wrap .plugin-wrap{
	width:600px;
	height:247px;
	float:left;
}
.top-block-wrap .plugin-wrap.plugin-wrap-long{
	height:90px;
	width:728px;
	margin-left:78px;
}
.top-block-wrap .side-plagin{
	float:right;
	width:330px;
	height:177px;
}
.top-block-wrap .side-plagin.visible940{
	display:none;
}


.tab-buy h2{
	margin:0 0 7px;
	color:#2c363f;
	font-size:24px;
	line-height:24px;
	font-weight:600;
}
.tab-buy h4{
	margin:0 0 14px;
	color:#2c363f;
	font-weight:400;
	font-size:14px;
	line-height:18px;
}
.slider{
	border:1px solid #a7a7a7;
	width:227px;
	height:10px;
	position:relative;
	-webkit-box-shadow:inset 0px 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:inset 0px 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow:inset 0px 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:28px 0 20px 11px;
}
.slider .max,
.slider .min{
	position:absolute;
	left:-14px;
	top:-4px;
	font-size:11px;
	line-height:18px;
	font-weight:400;
}
.slider .max{
	left:234px;
}
.slider .step{
	display:none;
}
.slider .handle{
	background:url(../images/bullet01.png) no-repeat;
	position:absolute;
	top:-4px;
	left:0;
	margin:0 0 0 -9px;
	width:19px;
	height:18px;
	z-index:10;
	cursor:pointer;
	text-decoration:none;
}
.slider .handle i{
	font-style:normal;
	width:27px;
	height:19px;
	position:absolute;
	top:-21px;
	left:50%;
	margin:0 0 0 -16px;
	font-size:11px;
	font-weight:400;
	text-align:center;
	line-height:14px;
	height:14px;
	color:#2f3436;
	border:1px solid #c8c8c8;
	background:#e5e5e5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	min-width:30px;
	text-align:center;
}
.slider .handle i:after{
	background:url(../images/ico05.png) no-repeat -10px 100%;
	position:absolute;
	bottom:-5px;
	left:50%;
	width:7px;
	margin:0 0 0 -3px;
	height:5px;
	content:"";
}
.slider .ui-slider-range{
	background:#158f9c;
	height:6px;
	position:absolute;
	left:0;
	top:2px;
}
.inner-filter-wrapper{
	padding:0 0 0 78px;
	zoom:1;
}
.inner-filter-wrapper .top-form{
	width:100%;
	padding:0 0 36px;
}
.inner-filter-wrapper .inner-filter .holder:after,
.inner-filter-wrapper .top-form:after{
	display:block;
	clear:both;
	content:"";
}
.inner-filter-wrapper .top-form h2{
	color:#2c363f;
	font-size:30px;
	line-height:30px;
	margin:23px 40px 0 0;
	font-weight:600;
	float:left;
}
.inner-filter-wrapper .top-form h2 a{
	position:relative;
}
.inner-filter-wrapper .top-form .col-form{
	float:left;
	width:282px;
	margin:0 30px 0 0;
}
.inner-filter-wrapper .top-form .col-dosage{
	float:left;
	width:162px;
}
.inner-filter-wrapper .top-form .title{
	color:#828181;
	display:block;
	font-size:12px;
	line-height:18px;
	margin:0 0 9px;
}
.inner-filter-wrapper .inner-filter{
	border:1px solid #eeeeee;
	padding:17px 29px 48px;
	margin:0 0 29px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 92%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(92%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 92%,#f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 92%,#f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 92%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 92%,#f2f2f2 100%);
	-pie-background: linear-gradient(top,   #ffffff 0%,#ffffff 92%,#f2f2f2 100%);
}
.inner-filter-wrapper .inner-filter h3{
	color:#2c363f;
	font-size:18px;
	line-height:24px;
	margin:0 0 23px;
	border-bottom:1px dotted #dcdce6;
	font-weight:600;
	padding:0 0 10px;
}
.inner-filter-wrapper .inner-filter .holder{
	width:100%;
}
.inner-filter-wrapper .inner-filter .col-input{
	float:left;
	width:340px;
	margin:0 21px 0 0;
}
.inner-filter-wrapper .inner-filter .col-filter{
	float:left;
	width:270px;
	margin:0 42px 0 0;
}
.inner-filter-wrapper .inner-filter .title{
	color:#828181;
	display:block;
	font-size:12px;
	line-height:18px;
	margin:0 0 16px;
}
.inner-filter-wrapper .inner-filter .col-input input{
	width:327px;
	padding-left:5px;
	padding-right:5px;
	font-size:11px;
}
.inner-filter-wrapper .inner-filter .col-ch{
	width:180px;
	float:left;
}
.inner-filter-wrapper .inner-filter .ch-list{
	margin:0;
	padding:4px 0 0;
	list-style:none;
}
.inner-filter-wrapper .inner-filter .ch-list li{
	margin:17px 0 0;
}
.inner-filter-wrapper .inner-filter .ch-list li:first-child{
	margin-top:0;
}
.location-wrapper{
	margin: 20px 0 0 -13px;
	zoom:1;
}
.location-wrapper:after{
	display:block;
	clear:both;
	content:"";
}
.location-wrapper .location{
	overflow:hidden;
}
.location-wrapper .location-list{
	float:left;
	width:300px;
	margin:0 40px 0 0;
	padding:0 0 0 13px;
}
.location-wrapper .filter{
	background:#f4f4f4;
	padding:6px 0 12px 19px;
	zoom:1;
	margin:0 0 22px;
}
.location-wrapper .filter .title{
	color:#828181;
	display:block;
	font-size:12px;
	line-height:18px;
	font-weight:400;
	margin:0 0 9px;
}
.location-wrapper .filter .select{
	width:161px;
}
.location-wrapper .list{
	margin:0;
	padding:0 0 0 30px;
	list-style:none;
	font-size:12px;
	line-height:18px;
}
.location-wrapper .list li{
	position:relative;
	padding:12px 0;
	border-top:1px dotted #dcdce6;
}
.location-wrapper .list li:first-child{
	border-top:0;
	padding-top:0;
}
.location-wrapper .list li:first-child .num{
	top:0;
}
.location-wrapper .list .num{
	position:absolute;
	left:-43px;
	top:12px;
	color:#d2d2d2;
	font-size:18px;
	line-height:24px;
	width:43px;
	font-weight:400;
}
.location-wrapper .list h4{
	margin:0 0 3px;
	font-weight:600;
	font-size:18px;
	line-height:24px;
}
.location-wrapper .list .status{
	color:#00ae29;
	font-weight:400;
}
.location-wrapper .list .status.status-no{
	color:#ae3d00;
}
.location-wrapper .list .schedule{
	color:#2c363f;
	font-weight:400;
}
.location-wrapper .list .note{
	color:#2c363f;
	font-size:10px;
	line-height:16px;
	margin:0 0 7px;
}
.location-wrapper .list address{
	font-style:normal;
	font-weight:400;
}
.location-wrapper .list .price{
	font-size:18px;
	line-height:24px;
	font-weight:600;
}
.location-wrapper .map-wrap{
	overflow:hidden;
	height:464px;
}
.tab-description-wrapper{
	padding:0 0 12px 78px;
	overflow:hidden;
}
.tab-description-wrapper.over-vis {
    overflow: visible;
}
.center-ads{
	width:1140px;
	margin:0 auto 59px;
	height:90px;
}
.tab-description-wrapper h3,
.tab-description-wrapper h2{
	color:#2c363f;
	font-size:30px;
	line-height:36px;
	margin:0 0 46px;
	font-weight:600;
}
.tab-description-wrapper h3{
	font-size:24px;
	line-height:30px;
	margin:0 0 54px;
}
.format-wrap{
	width:100%;
	margin-bottom:16px;
	padding-bottom:17px;
}
.format-wrap.border-style{
	margin-bottom:16px;
	padding-bottom:17px;
    font-size: 0;
}
.format-wrap:after{
	display:block;
	clear:both;
	content:"";
}
.format-wrap .col{
	display: inline-block;
	width:33.3%;
    font-size: 13px;
    vertical-align: top;
    margin: 0 0 62px;
}
.format-wrap.two-columns .col{
	width:50%;
}
*+ html .format-wrap.two-columns .col{
	width:49.9%;
}
.format-wrap h5{
	margin:0 0 31px;
	color:#2c363f;
	font-size:18px;
	line-height:24px;
	font-weight:600;
}
.format-wrap h5 a{
	color:#2c363f;
}
.format-wrap .list{
	margin:0 30px 0 0;
	padding:0 0 0 20px;
	list-style:none;
	font-weight:400;
	font-size:13px;
	line-height:18px;
	color:#2c363f;
}
.format-wrap.two-columns .list{
	margin:0 60px 0 0;
}
.brief-info-wrap .list{
	margin:0;
	padding:0;
	list-style:none;
}
.brief-info-wrap .list li,
.format-wrap .list li{
	border-top:1px dotted #dcdce6;
	padding:13px 0 9px 20px;
	margin:0 0 0 -20px;
}
.brief-info-wrap .list li:first-child,
.format-wrap .list li:first-child{
	border-top:0;
}
.brief-info-wrap .list li:first-child{
	padding-top:0;
}
.format-wrap .note{
	color:#999a9a;
	font-size:16px;
	font-style:italic;
	font-weight:400;
	line-height:24px;
}
.brief-info-wrap .list h6,
.format-wrap h6{
	margin:0 0 6px;
	font-size:14px;
	line-height:18px;
	font-weight:600;
}
.brief-info-wrap .list h6{
	margin:0;
}
.brief-info-wrap .list .status,
.format-wrap .status{
	color:#1eb037;
}
.brief-info-wrap .list .status.status-no,
.format-wrap .status.status-no{
	color:#a34816;
}
.brief-info-wrap .list .price,
.format-wrap .price{
	font-size:18px;
	font-weight:600;
	line-height:24px;
	padding:6px 0 0;
}
.brief-info-wrap .list .price{
	padding-top:0;
}
.border-style{
	border-bottom:1px dotted #dcdce6;
	margin:0 0 22px -78px;
	padding:0 0 22px 78px;
}
.border-style.no-border {
    border: none;
}
.description-item{
	width:100%;
}
.description-item:after{
	display:block;
	clear:both;
	content:"";
}
.description-item .visual{
	background:#fff url(../images/bg-img.gif) no-repeat 50% 50%;
	width:340px;
	height:238px;
	border:3px solid #f3f3f3;
	float:left;
	overflow:hidden;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0 40px 0 0;
}
.description-item .holder{
	float:left;
	width:390px;
	padding:0 5px;
}
.description-item .holder .row{
	width:100%;
	margin:0 0 9px;
	font-size:13px;
	line-height:18px;
}
.description-item .price-holder .btn-wrap:after,
.description-item .holder .row:after{
	display:block;
	clear:both;
	content:"";
}
.description-item .holder .row .title{
	float:left;
	width:180px;
	font-weight:400;
}
.description-item .holder .row .wrap{
	overflow:hidden;
}
.description-item .holder .row.note{
	font-style:italic;
	color:#225378;
}
.description-item .price-holder{
	border:1px dotted #dcdce6;
	border-width:1px 0;
	padding:11px 5px 13px 0;
	margin:16px -5px 15px 0;
}
.description-item .price-holder .price{
	font-size:30px;
	line-height:30px;
	font-weight:600;
	margin:0 0 24px ;
}
.description-item .price-holder .btn-wrap{
	zoom:1;
}
.description-item .price-holder .btn-wrap .orange-btn,
.description-item .price-holder .btn-wrap .gray-btn{
	float:left;
}
.description-item .price-holder .btn-wrap .gray-btn{
	margin-right:12px;
}
.description-item h5{
	margin:0 0 10px;
	font-size:16px;
	line-height:18px;
	font-weight:600;
}
.orange-btn,
.gray-btn{
	display:inline-block;
	vertical-align:middle;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/bg-gray-btn.gif) repeat-x;
	height:48px;
	line-height:48px;
	overflow:hidden;
	position:relative;
	color:#3e3e3e;
	font-size:14px;
	font-weight:400;
	text-align:center;
	padding:0 10px;
	min-width:157px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:inset -1px 1px 3px rgba(255, 255, 255, 0.4), 0px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset -1px 1px 3px rgba(255, 255, 255, 0.4), 0px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow:inset -1px 1px 3px rgba(255, 255, 255, 0.4), 0px 2px 5px rgba(0, 0, 0, 0.1);
	border:1px solid #c3c3c3;
	text-shadow:-1px 1px 1px #fff;
}
.orange-btn{
	border-color:#b68332;
	color:#fff;
	text-shadow:-1px 1px 1px #a55f1e;
	background: #f4af2a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0YWYyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYjVmMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f4af2a 0%, #eb5f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4af2a), color-stop(100%,#eb5f1a));
	background: -webkit-linear-gradient(top, #f4af2a 0%,#eb5f1a 100%);
	background: -o-linear-gradient(top, #f4af2a 0%,#eb5f1a 100%);
	background: -ms-linear-gradient(top, #f4af2a 0%,#eb5f1a 100%);
	background: linear-gradient(to bottom, #f4af2a 0%,#eb5f1a 100%);
	-pie-background: linear-gradient(top,  #f4af2a 0%,#eb5f1a 100%);
	-webkit-box-shadow:inset -1px 1px 3px rgba(255, 255, 100, 0.4), 0px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:inset -1px 1px 3px rgba(255, 255, 100, 0.4), 0px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow:inset -1px 1px 3px rgba(255, 255, 100, 0.4), 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.orange-btn input,
.gray-btn input{
	text-align:left;
	border:0;
	background:none;
	position:absolute;
	width:500px;
	height:100px;
	background:none;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
	margin:0;
	right:0;
	top:0;
	cursor:pointer;
}
.tab-description-wrapper .location-wrapper .location-list .list{
	margin-bottom:20px;
}
.brief-info-wrap{
	zoom:1;
}
.brief-info-wrap:after{
	display:block;
	clear:both;
	content:"";
}
.brief-info-wrap .note{
	float:left;
	width:210px;
	margin:-3px 111px 0 0;
	color:#999a9a;
	font-style:italic;
}
.brief-info-wrap .holder{
	overflow:hidden;
}


.catalog-wrapper:after,
.category-wraper:after {
	display:block;
	clear:both;
	content:"";
}

.category-wraper{
	zoom:1;
	padding:29px 0 0 0;
}
.category-wraper .box{
	float:left;
	width:30%;
	padding:0 0 0 70px;
}
.category-wraper .box:first-child{
	padding-left:0;
}
.category-wraper .box .list{
	margin:0;
	padding:0;
	list-style:none;
	font-size:16px;
	line-height:21px;
	font-weight:600;
}
.category-wraper .box .list li{
	background:url(../images/green-plus02.png) no-repeat 0 3px;
	padding:0 0 17px 33px;
	min-height:42px;
}
.category-wraper .box .list li a{
	color:#1695a3;
	text-decoration:none;
}
.category-wraper .box .list li a:hover{
	text-decoration:underline;
}

.yandex-result{
	margin:0;
	padding:0;
	list-style:none;
	color:#2c363f;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
}
.yandex-result .link{
	font-size:16px;
	display:inline-block;
	vertical-align:top;
	margin:0 0 8px;
}
.yandex-result .link strong{
	font-weight:600;
}
.yandex-result li{
	margin:0 0 28px;
}
.yandex-result p{
	margin:0;
}
.result-menu{
	margin:40px 0 29px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:18px;
	font-weight:400;
}
.result-menu li{
	background:url(../images/dot05.png) no-repeat 17px 9px;
	padding:0 0 0 35px;
	float:left;
}
.result-menu li:first-child{
	padding-left:0;
	background:none;
}
/*.contact-wrapper{
	width:628px;
	margin:27px 0 0 312px;
}
.contact-tab .contact-form .wrap:after,
.contact-tab .row:after,
.contact-tab .tab:after,
.contact-wrapper .tab-set:after,
.contact-wrapper:after{
	display:block;
	clear:both;
	content:"";
}
.contact-tab{
	width:100%;
	border-bottom:1px solid #ededf2;
	position:relative;
	min-height:256px;
}
.contact-tab .visual{
	border:3px solid #eaeaea;
	width:270px;
	height:145px;
	overflow:hidden;
	position:absolute;
	left:-296px;
	top:80px;
}
.contact-tab .tab-set{
	margin:0;
	padding:0 0 41px;
	list-style:none;
	width:100%;
	font-size:30px;
	line-height:36px;
	font-weight:400;
}
.contact-tab .tab-set li{
	float:left;
	margin:0 0 0 36px;
}
.contact-tab .tab-set li:first-child{
	margin-left:0;
}
.contact-tab .tab-set li a{
	float:left;
	text-decoration:none;
	border-bottom:1px dotted;
}
.contact-tab .tab-set li a:hover{
	border:0;
	padding-bottom:1px;
}
.contact-tab .tab-set li.active a{
	color:#262626;
	border:0;
}
.contact-tab .tab{
	width:100%;
}
.contact-tab .tab h1{
	margin:0 0 41px;
	font-size:18px;
	line-height:18px;
	font-weight:600;
}
.contact-tab .row{
	width:100%;
	font-size:13px;
	line-height:18px;
	padding:0 0 19px;
}
.contact-tab .row .title{
	float:left;
	width:233px;
	font-weight:400;
}
.contact-tab .row .holder{
	overflow:hidden;
}
.contact-tab .row address{
	font-style:normal;
}
.contact-tab .contact-form{
	width:100%;
	padding:0 0 19px;
}
.contact-tab .contact-form .wrap{
	width:100%;
	padding:0 0 21px;
}
.contact-tab .contact-form .col{
	float:left;
	width:220px;
	margin:0 0 0 60px;
}
.contact-tab .contact-form label{
	display:block;
	color:#2c363f;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	margin:0 0 11px;
}
.contact-tab .contact-form input[type='text']{
	width:190px;
}
.contact-tab .contact-form .input-file{
	cursor:pointer;
	border-bottom:1px dotted #225378;
	font-size:12px;
	line-height:18px;
	font-style:italic;
	position:relative;
	color:#225378;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	margin:6px 0 0;
}
.contact-tab .contact-form .input-file:hover{
	border:0;
	padding-bottom:1px;
}
.contact-tab .contact-form .input-file input{
	position:absolute;
	right:0;
	top:0;
	font-size:50px;
	border:0;
	margin:0;
	padding:0;
	cursor:pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.contact-tab .contact-form .col:first-child{
	margin-left:0;
}
*+ html .contact-tab .contact-form .input-file span{
	top:-25px;
	position:relative;
}*/

/*.contact-list{
	margin:0 0 43px;
	padding:0;
	list-style:none;
	font-size:13px;
	line-height:18px;
}
.contact-list li{
	border-bottom:1px solid #ededf2;
	position:relative;
	width:100%;
	padding:31px 0;
	min-height:44px;
}
.contact-info .contact li:after,
.contact-list .name:after,
.contact-list .status:after,
.contact-list li:after{
	display:block;
	clear:both;
	content:"";
}
.contact-list .visual{
	position:absolute;
	left:-135px;
	top:10px;
	width:84px;
	height:84px;
}
.contact-list .visual img{
	border:3px solid #ececec;
	-webkit-border-radius:45px;
	-moz-border-radius:45px;
	border-radius:45px;
	position:relative;
}
.contact-list .status{
	width:100%;
	padding:0 0 6px;
}
.contact-info .contact i,
.contact-list .name i,
.contact-list .status i{
	font-style:normal;
	float:left;
	font-weight:normal;
	color:#9a9a9a;
	width:240px;
}
.contact-info .contact em,
.contact-list .name em,
.contact-list .status em{
	overflow:hidden;
	font-style:normal;
}
.contact-list .name{
	width:100%;
	padding:0 0 2px;
}
.contact-list .name i{
	color:#262626;
}
.contact-info{
	width:100%;
	margin:0 0 46px;
}
.contact-info h3{
	margin:0 0 31px;
	font-weight:600;
	font-size:18px;
	line-height:18px;
}
.contact-info .contact{
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
	line-height:18px;
	width:460px;
}
.contact-info .contact li{
	width:100%;
	border-top:1px solid #eeeef3;
	padding:10px 0;
}
.contact-info .contact li:first-child{
	border-top:0;
}
.contact-info .contact i{
	color:#262626;
}*/

@media screen and (max-width: 1240px){

	.article,
	.article-list{
		padding-right:0;
	}
	.category-wraper{
		padding-left:60px;
	}
	.search-filter,
	.top-block-wrap .info-filter{
		margin-right:0;
	}
	.category-wraper .box{
		width:266px;
		padding-left:40px;
	}
	.center-ads{
		display:none;
	}
	.center-ads{
		display:none;
	}
	.inner-filter-wrapper .inner-filter .col-filter {
		margin-right:29px;
	}
	.inner-filter-wrapper .inner-filter .col-ch {
		width:160px;
	}
	.tab-description-wrapper,
	.inner-filter-wrapper,
	.tab-body .tab-buy{
		padding-left:60px;
	}
	.border-style {
		padding-left:60px;
		margin-left:-60px;
	}
	.table .ads{
		display:none;
	}
	.top-block-wrap .side-plagin.visible940{
		display:block;
	}
	.top-block-wrap .plugin-wrap {
		float:left;
	}
	.top-block-wrap .ads.visible1218{
		display:none;
	}
	.analog-wrapper .row-holder .col{
		margin-left:79px;
		width:400px;
	}
	.analog-wrapper .title-row .col{
		margin-left:200px;
	}
	.analog-wrapper{
		padding:0 0 0 60px;
	}
	.tab-description .description{
		padding-left:70px;
	}
	.top-block .info-block{
		margin:0 0 0 -60px;
		padding:0 0 0 60px;
	}
	.top-block{
		padding-left:60px;
	}
	.img-wrap{
		margin-left:-3px;
	}
	.top-content-wrapper{
		margin-left:300px;
	}
	.tab-description .ads.visible1218,
	.side-ads.visible1218{
		display:none;
	}
	.map-wrapper{
		height:455px;
	}
	.tab .ads{
		display:none;
	}
	.top-block-wrap .side-plagin.hidden960{
		display:none;
	}
}
@media screen and (max-width: 960px){
	.contact-tab .tab-set li{
		margin-left:25px;
	}
	.contact-tab .tab-set li:first-child{
		margin-left:0;
	}
	.contact-tab{
		width:640px;
		margin-left:-128px;
		margin-bottom:15px;
	}
/*	.contact-wrapper{
		margin-left:192px;
		width:556px;
	}*/
	.contact-tab .visual{
		display:none;
	}
	.contact-tab .tab-set{
		font-size:24px;
		line-height:24px;
		padding-bottom:49px;
	}
	.category-wraper .box{
		width:202px;
	}
	.category-wraper .box .list{
		font-size:13px;
	}
	.filter-letters-wrap .letters-list{
		font-size:14px;
	}
	.filter-letters-wrap .letters-list li a{
		min-width:23px;
	}
	.description-item .visual{
		margin-right:20px;
		width:262px;
		height:176px;
		background-image:url(../images/bg-img.png);
	}
	.location-wrapper .map-wrap{
		height:343px;
	}
	.location-wrapper .location-list{
		margin-right:20px;
	}
    .tab-description-wrapper,
    .inner-filter-wrapper {
        padding-left: 0;
    }
	.inner-filter-wrapper .inner-filter{
		margin-bottom:19px;
		padding-bottom:38px;
	}
	.inner-filter-wrapper .inner-filter .col-ch{
		margin-top:-56px;
	}
	.inner-filter-wrapper .inner-filter .col-filter {
		margin-right:0;
	}
	.inner-filter-wrapper .inner-filter{
		padding-left:19px;
		padding-right:19px;
	}
    .inner-filter-wrapper .top-form {
        padding-left: 46px;
    }
	.top-block-wrap .side-plagin{
		display:none;
	}
	.top-block-wrap .plugin-wrap.plugin-wrap-long,
	.top-block-wrap .plugin-wrap {
		float:none;
		margin:0 auto;
	}
	.top-block-wrap .side-plagin.visible940{
		display:none;
	}
	.analog-wrapper .row-holder .col{
		margin-left:105px;
		width: 280px;
	}
	.analog-wrapper .title-row .col{
		margin-left:105px;
	}
	.map-wrapper{
		height:363px;
	}
	.city-filter .select-wrap{
		margin-top:-4px;
	}
	.top-content-wrapper.w448_768{
		margin-left:300px;
	}
	#content.w448_768{
		width:448px;
	}
	.top-content-wrapper.w556_768{
		margin-left:192px;
	}
	#content.w556_768{
		width:556px;
	}
	.supplier-list .visual{
		margin-bottom:14px;
	}
	.supplier-list .holder{
		overflow:visible;
	}
	.supplier-list h3{
		overflow:hidden;
		padding:16px 0 0;
	}
	.supplier-list address{
		overflow:hidden;
	}
	.supplier-list p{
		clear:both;
	}
	.side-ads.visible1218{
		display:none;
	}
	.table td{
		padding:8px 15px;
	}
	.table th{
		padding:8px 15px;
	}
	.table .ok{
		width:18px;
		height:19px;
		background:url(../images/ok-ico768.gif) no-repeat;
	}
	.top-content-wrapper{
		margin-left:236px;
	}
	.service-list h2{
		margin-bottom:24px;
		font-size:18px;
	}
	h1{
		font-size:30px;
		margin-bottom:26px;
	}
	.img-wrap{
		width:100%;
		margin-bottom:29px;
	}
	.img-wrap img{
		width:100%;
	}
	.article-list .visual{
		display:none;
	}
	.article-list .visual.hidden768{
		display:block;
		float:none;
	}
	.article-list .wrap{
		display:block;
		float:none;
		margin:0 0 25px;
	}
	#content{
		width:512px;
	}
	#sidebar{
		width:172px;
	}
	.history-list{
		margin-left:-48px;
	}
	.history-list li{
		padding-left:51px;
	}
	.question-list .box{
		padding-bottom:0px;
	}
		.size10_768{
		font-size:10px;
		line-height:14px;
	}
	.top-block h1{
		font-size:24px;
	}
	#nav .drop .mask,
	.nav-drop{
		display:none;
	}
	#nav .drop:hover > a{
		 text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
		 color:#fff;
	}

	.find-box .col2 .row,
	.find-box .col2 {
		overflow: visible;
	}
	.tab-box .tab-nav {
		padding: 0;
	}
	.tab-box .tab-nav li {
		margin: 0 -36px 0 0;
	}
}


/* ÐžÐ±Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð° */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a img {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0 0 15px;
}
h1 {
    font-size: 36px;
    font-weight: 100;
}
h2 {
    font-size: 30px;
    font-weight: 100;
}
strong {
    font-weight: 600;
}

/*! jQuery UI - v1.11.1 - 2014-08-18
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}
/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: default;
    outline: none;
    -ms-touch-action: none;
    touch-action: none;

    background: url(../images/handle_pin.png) no-repeat;
}
.ui-slider .ui-slider-handle:before {
    content: attr(data-content);
    background: #e5e5e5;
    width: 28px;
    height: 15px;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    font-size: 11px;
    line-height: 13px;
    color: #2f3436;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -14px;
}
.ui-slider .ui-slider-handle:after {
    content: '';
    background: url(../images/handle_arrow.png) no-repeat;
    width: 6px;
    height: 5px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -3px;
}
.ui-slider .ui-slider-range {
    position: absolute;
    top: 2px !important;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background: linear-gradient(to bottom, #148a97, #1695a3);
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 10px;
    background: #fff;
    border: 1px solid #bcbcbc;
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #cacaca;
    border-radius: 10px;
    box-shadow: inset 0 3px 5px 0 rgba(0,0,0,.16);
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -9px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 6px;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
/* /jQuery UI css */


/* /ÐžÐ±Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð° */

.col-image {
    width: 214px;
    height: 130px;
    border: 3px solid #e0e0e0;
    position: relative;
    margin-bottom: 20px;
}
.col-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.grayBox {
    background: #f1f1f1;
    margin: 0 -9999px 80px;
    padding: 50px 9999px 0;
}