@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700,400italic,300,200,100,500&subset=latin,cyrillic);

/*html {
	background: url(../img/prototip-1.jpg) no-repeat top center;
}*/

a {
	color: #444;
	outline: none;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #d4205f;
	text-decoration: none;
}
p {
	margin: 0 0 10px;
}
body, p {
	font-family: "Exo 2";
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #333;
	text-align: left;
}
.wr {
	width: 1120px;
	padding: 0 10px;
	margin: 0 auto;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.left {
	float: left;
}
.middle {
	width: 100%;
	padding: 0 0 600px;
	height: 1%;
	position: relative;
}
.middle:after {
	content: "";
	clear: both;
	display: table;
}
.content {
	margin: 0 270px 0 0;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
header {
	width: 100%;
	height: 180px;
}
header .wr{
	border-bottom: 1px solid #eee;
	height: 160px;
}
header .logo {
	display: block;
	background: url(../img/logo.png) no-repeat;
	width: 460px;
	height: 51px;
	position: relative;
	top: 76px;
	padding: 6px 0 0 283px;
	text-decoration: none;
	line-height: 14px;
	color: #999;
}
header p {
	font-size: 16px;
}
header menu {
	float: right;
	width: 600px;
	padding: 0;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
header menu li {
	display: inline-block;
	height: 24px;
	min-width: 100px;
	margin-left: 25px;
	padding: 0px 0 0 34px;
	vertical-align: top;
	background: url(../img/arr.png) no-repeat 0px 0px;
}
header menu li a {
	text-decoration: none;
	font-size: 19px;
	font-weight: 300;
}
header menu li:hover {
	opacity: 0.9;
}
header menu li a:hover {
	color: #999;
	border-bottom: 1px solid rgba(0,0,0,0.4);
}
header menu li.active a {
	color: #d4205f;
}
header menu li.active a {
	border-bottom: 1px solid transparent;
}
header .land, 
header .social {
	float: right;
}
header .social a  {
	display: block;
	width: 38px;
	height: 33px;
	background: url(../img/f.png) no-repeat center center;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	border-radius: 0 0 5px 5px;
}
header .social a:hover {
	opacity: 0.7;
}
header .land {
	margin-left: 60px;
}
header .land a {
	display: inline-block;
	width: 38px;
	margin: 0 0 0 6px;
	text-align: center;
	line-height: 32px;
	height: 32px;
	border-radius: 0 0 5px 5px;
}
header .land a.active {
	background: #cfcfcf;
	background: -moz-linear-gradient(top,  #cfcfcf 1%, #969696 51%, #cfcfcf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cfcfcf), color-stop(51%,#969696), color-stop(100%,#cfcfcf));
	background: -webkit-linear-gradient(top,  #cfcfcf 1%,#969696 51%,#cfcfcf 100%);
	background: -o-linear-gradient(top,  #cfcfcf 1%,#969696 51%,#cfcfcf 100%);
	background: -ms-linear-gradient(top,  #cfcfcf 1%,#969696 51%,#cfcfcf 100%);
	background: linear-gradient(to bottom,  #cfcfcf 1%,#969696 51%,#cfcfcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#cfcfcf',GradientType=0 );
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	color: #fff;
	text-decoration: none;
}

aside {	
	width: 250px;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
}
aside.left {
	float: left;
}
aside.right {
	float: right;	
}
footer {
	margin: -580px auto 0;
	height: 580px;
	position: relative;
	background: #000;
	color: #fff;
}
footer .wr {
	padding-top: 50px;
}
footer p{
	color: #fff;
	font-size: 18px;
	margin-bottom: 14px;
}
.adr {
	font-size: 18px;
	float: left;
	margin-left: 50px;
	width: 380px;
}
.adr form {
	font-size: 18px;
	width: 210px;
	color: #fff;
}
.adr form input, .adr form textarea{
	width: 100%;
	border: none;
	color: #fff; 
	resize: none;
	font-size: 20px;
	margin-top: 5px;
	padding: 2px 5px;
	background: #4c4d4f;
		font-family: "Exo 2";
}
.adr form textarea {
	height: 80px
}
.adr form input[type=submit] {
	background:  #d4205f;
	color: #fff;
	text-transform: uppercase;
}
.adr form input[type=submit]:hover{
	color: #000;
}
.adr form input[type=submit]:active {
	position: relative;
	top: 2px;
} 
.pos {
	font-size: 18px;
	float: right;
	width: 660px;
	margin-top: -10px;
}
.pos h6 {
	font-size: 18px;
	color: #fff;
}
.pos p {
	font-size: 18px;
	line-height: 115%;
	font-weight: 200;
	margin-bottom: 20px;
}
.pos ul {
	margin: 20px 0 40px;

}
.pos ul li {
	width: 140px;
	padding: 0 0 0 43px;
	vertical-align: top;
	margin-right: 5px;
	line-height: 16px;
	display: inline-block;
}
.pos ul li a{
	font-size: 13px;
	line-height: 100%;
	text-decoration: none;
}
.pos ul li i {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	position: absolute;
	margin-left: -35px;
	margin-top: 5px;
	background: url(../img/fut.png) no-repeat;	
}
.pos ul li:nth-child(2) i {
	background-position: -125px 0;
}
.pos ul li:nth-child(3) i {
	background-position: -252px 0;
}
.pos ul li:nth-child(4) i {
	background-position: -402px 0;
}
.copy:before {
	content: "";
	display: table;
	clear: both;
}
.copy {
	font-size: 17px;
	margin: 40px 0;
	padding-right: 55px;
	text-align: right;
}
strong {
	font-weight: 700;
}

.middle blockquote:before {
	content: '';
	position: absolute;
	width: 74px;
	height: 43px;
	margin: -22px 0 0 -91px;
	display: block;
	background: url(../img/arr3.png) no-repeat;

}
.middle blockquote {
	display: block;
	border: 1px solid #eaeaea;
	width: 600px;
	margin: 30px auto;
	padding: 20px;
	font-size: 24px;
	line-height: 120%;
}
.middle blockquote strong {
	font-size: 24px;
}
.red {
	color: #d4205f;
}
.mainparts {
	margin: 40px auto;
	display: block;
	text-align: center;
}
.mainparts li:first-child {
	margin-left: 0;
}
.mainparts li{
	width: 335px;
	height: 80px;
	margin-left: 30px;
	display: inline-block;
	vertical-align: top;
}
.mainparts li:nth-child(1) { background: url(../img/001.png) no-repeat;}
.mainparts li:nth-child(2) { background: url(../img/002.png) no-repeat;}
.mainparts li:nth-child(3) { background: url(../img/003.png) no-repeat;}
.mainparts li:hover {
	opacity: 0.8;
}
.mainparts li a {
	font-size: 40px;
	color: transparent;
	text-decoration: none;
	width: 335px;
	height: 80px;
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	padding: 10px 5px;
	font-weight: 300;
}

.logos {
	margin: 40px auto;
	display: block;
	text-align: center;
	padding: 20px 0;
	/*background: #cfcfcf;
background: -moz-linear-gradient(top,  #cfcfcf 1%, #ffffff 42%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cfcfcf), color-stop(42%,#ffffff), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #cfcfcf 1%,#ffffff 42%,#ffffff 100%);
background: -o-linear-gradient(top,  #cfcfcf 1%,#ffffff 42%,#ffffff 100%);
background: -ms-linear-gradient(top,  #cfcfcf 1%,#ffffff 42%,#ffffff 100%);
background: linear-gradient(to bottom,  #cfcfcf 1%,#ffffff 42%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#ffffff',GradientType=0 );
*/
border-radius: 10px;
	box-shadow: 2px 2px 15px -6px rgba(0,0,0,0.8);
}
.logos li{
	width: 366px;
	height: 166px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/x.png) no-repeat right top;
}
.logos li:nth-child(3n),.logos li:last-child {
	background: none;
} 
.logos li a {
	width: 366px;
	height: 166px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.middle textblock:before {
	content: '';
	position: absolute;
	width: 74px;
	height: 43px;
	margin: -22px 0 0 -91px;
	display: block;
	background: url(../img/arr3.png) no-repeat;

}

.middle textblock {
	display: block;
	border: 1px solid #eaeaea;
	width: 800px;
	padding: 20px;
	font-size: 24px;
	line-height: 120%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.middle textblock strong {
	font-size: 24px;
}

/*******************************/
/*******************************/
/*******************************/
/*******************************/

.row_3 {
	position: relative;
	padding: 38px 0 600px;
}

/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 31px;
	height: 17px;
	overflow: hidden;
	background: url(../img/totop.png) 0 top no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 50px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 -17px;
}
#toTop:active, #toTop:focus {
	outline: none;
}

/*---------portfolio-------------*/
.portfolio h2 {
	padding: 26px 0 28px 0;
	margin-bottom: 28px;
	border-bottom: 1px solid #e0e0e0;
}
.portfolio h2 img {
	position: absolute;
	left: 0;
	top: 14px;
}
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.containerExtra {
	margin-left: -30px;
}
#container {
	margin-left: 0;
}
#filters.pagination li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
}
#filters.pagination li a {
	position: relative;
	font-family: "Exo 2";
	font-size: 19px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	padding: 22px 30px 19px 30px;
	margin: 0 0 1px;
	color: #4b4b4b;
	text-transform: none;
	background: #ffffff;
	display: block;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#filters.pagination li a img {
	position: absolute;
	right: 19px;
	top: 28px;
}
#filters.pagination li a.selected, #filters.pagination li a:hover {
	color: #ffffff;
	background: url(../img/patternbg.jpg);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#filters.pagination li {
	float: left;
}
.tm_pad {
	padding-top: 50px;
	padding-bottom: 30px;
}
.element {
	width: 270px;
	height: auto;
	overflow: hidden;
	color: #222;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.element > a {
	display: block;
	position: relative;
	text-decoration: none;
	margin: 0 0 30px 30px;
}
.element > .thumb {
	border-radius: 0;
	border: none;
	padding: 0;
	display: block;
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.element > .thumb img {
	width: 100%;
}
.element > .thumb:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.description {
	padding: 25px 30px 20px 30px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-top: -100%;
	line-height: 12px;
	overflow: hidden;
	text-align: center;
	background: none;
	display: block;
}
.description em {
	color: #ffffff;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
	padding: 15px 0 0;
	margin: 0 0 12px;
	text-transform: uppercase;
	display: block;
}
.description strong {
	width: 100px;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #bdbdbd;
	margin: 0 0 20px;
}
.description img {
	margin: 15px auto 0;
	text-align: center;
	width: 39px !important;
	height: 39px !important;
	display: block;
}
.element > .thumb {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.element > .thumb:hover .description {
	margin-top: 0;
	background: url(../img/patternisotop.png) repeat;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#filters {
	position: relative;
}
#filters li {
	display: inline-block;
	margin-right: 10px;
}
#filters li a {
	color: #b82744;
	font-size: 15px;
	margin: 0;
	font-style: italic;
	text-transform: none;
	text-decoration: none;
}
#options .pagination {
	height: 36px;
	margin: -4px 0 0 0;
}
/*---------flicker-----------*/
#flickr_badge_wrapper {
	overflow: hidden;
	margin: 10px 0 0 -5px;
}
.flickr_badge_image {
	margin: 0 0px 3px 3px;
	float: left;
}
.flickr_badge_image img {
	width: 122px;
	height: 95px;
}
.flickr_badge_image a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.flickr_badge_image a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}












/**************** media queries **************/
/*************************************************/
@media (min-width: 1200px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	float: left;
	width: 230px;
}
}
/*************************************************/
@media (min-width: 768px) and (max-width: 979px) {
.row_6 h2 {
	font-size: 19px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	float: none;
	width: 100%;
}
.flickr_badge_image img {
	width: 74px;
	height: auto;
}
.brand_ {
	text-align: left;
	z-index: 100;
	margin: 58px 0 65px 0;
	padding: 0;
}
.slogan {
	position: relative;
	top: 70px;
}
.slogan .title1 {
	color: #747474;
	margin-bottom: 15px;
}
.slogan .title1 strong {
	color: #494949;
}
.nav-collapse_ > .nav > li {
	float: left;
	padding: 0 5px;
}
.nav-collapse_ > .nav > li.last {
	float: left;
	padding: 0 0 0 5px;
}
.nav-collapse_ {
	float: left;
}
.nav-collapse_ .nav ul {
	left: 1px;
}
.nav-collapse_ .nav > li > a .sf-sub-indicator {
	right: 27px;
}
.nav-collapse .nav > li > a:hover {
	background-color: transparent;
}
.nav-collapse_ .nav > li > a {
	margin: 0 8px;
}
.navbar_ {
	float: right;
	margin: 75px 0 0 0;
	padding: 0;
}
.navbar_ .nav-collapse_ {
	width: auto!important;
	overflow: visible !important;
	height: auto;
	clear: none;
}
}
/*************************************************/
@media (max-width: 767px) {
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	float: none;
	width: 100%;
}
.row_6 .span4 {
	margin-top: 30px;
}
.thumbnails3 {
	margin-top: -30px;
	margin-left: -30px;
}
.thumbnails3 li {
	float: left;
	width: 44%;
	margin-top: 30px;
	margin-left: 30px;
}
.thumbnails3 figure {
	padding: 0;
	margin: 0;
	margin-bottom: 14px;
}
.thumbnails3 figure img {
	width: 100%;
}
.btn.link3 {
	width: 50%;
}
.flickr_badge_image img {
	width: 105px;
	height: auto;
}
#options .pagination {
	margin: -4px 0 0 -30px;
}
#filters.pagination li {
	margin-right: 0;
	margin-left: 30px;
	position: relative;
	float: left;
	overflow: hidden;
	width: 44%;
}
.portfolio_img {
	margin-top: 40px;
}
.row_1 .span4 {
	margin-bottom: 20px;
}
.slogan .title1 {
	color: #494949;
	margin-bottom: 15px;
}
.slogan .title1 strong {
	color: #494949;
}
.slogan .title2 {
	color: #494949;
}
.brand_ {
	text-align: left;
	z-index: 100;
	margin: 40px 0 35px 0;
	padding: 0;
}
.sf-menu {
	display: none !important;
}
.navbar_ .nav-collapse_ {
	float: none;
	display: none;
}
.navbar_ .btn-navbar {
	display: none;
}
.navbar_ {
	margin: 0;
	padding: 10px 0 30px;
}
.select-menu {
	display: block !important;
	color: #ffffff;
	border: 1px solid #2d9eb6;
	background: #2c2c2c !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 0;
}
.select-menu option {
	padding-bottom: 4px;
}
}
/*************************************************/
@media (max-width: 560px) {
.thumbnails3 {
	margin-top: -30px;
	margin-left: 0px;
}
.thumbnails3 li {
	float: none;
	width: 100%;
	margin-top: 30px;
	margin-left: 0;
}
.thumbnails3 figure {
	padding: 0;
	margin: 0;
	margin-bottom: 14px;
}
.thumbnails3 figure img {
	width: 100%;
}
.description {
	padding-top: 80px;
}
#options .pagination {
	margin: -4px 0 0 0;
}
#filters.pagination li {
	margin-right: 0;
	margin-left: 0;
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
}
}
/*************************************************/
@media (max-width: 480px) {
.map iframe {
	height: 300px;
}
.services > li > div > figure {
	border: none;
	float: none;
	margin: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
.services > li > div > figure img {
	width: 100%;
}
.btn.link3 {
	width: 100%;
}
.brand_ {
	position: relative;
	width: 100%;
}
}
/*************************************************/
@media (max-width: 370px) {
.flickr_badge_image img {
	width: 93px;
	height: auto;
}
.row_6 h2 {
	font-size: 24px;
}
.description {
	padding-top: 25px;
}
.privacy {
	margin-left: 0;
}
.privacy img {
	margin: 0 5px;
}
}
/*************************************************/
@media (max-width: 321px) {
.flickr_badge_image img {
	width: 84px;
	height: auto;
}
.privacy {
	margin-left: 0;
}
.privacy img {
	margin: 0 5px;
}
}
/*Core variables and mixins*/
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------  agency  ---------------------*/
.ag-block {
	margin: auto;
	margin-bottom: 40px;
	max-width: 960px;
}
.ag-block p {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
}
.ag-title {
	color: #C61F57;
	font-size: 28px;
	margin-bottom: 60px;
	font-weight: 500;
}
.ag-icon {
	background: url(../img/rupor.png) 0 0 no-repeat;
	display: inline-block;
	width: 82px;
	height: 56px;
	margin-right: 23px;
	position: relative;
	top: 20px;
}

.ag-icon_2 {
	background: url(../img/ag_im_2.png) 0 0 no-repeat;
	display: inline-block;
	width: 82px;
	height: 56px;
	margin-right: 23px;
	position: relative;
	top: 20px;
}
.ag-icon_3 {
	background: url(../img/ag_im_3.png) 0 0 no-repeat;
	display: inline-block;
	width: 82px;
	height: 56px;
	margin-right: 23px;
	position: relative;
	top: 20px;
}
.ag-icon_4 {
	background: url(../img/ag_im_4.png) 0 0 no-repeat;
	display: inline-block;
	width: 82px;
	height: 56px;
	margin-right: 23px;
	position: relative;
	top: 20px;
}
.ag-icon_5 {
	background: url(../img/ag_im_5.png) 0 0 no-repeat;
	display: inline-block;
	width: 82px;
	height: 56px;
	margin-right: 23px;
	position: relative;
	top: 20px;
}

.pos-icon_1 {
	background: url(../img/pos_im_1.png) 0 0 no-repeat;
	display: inline-block;
	width: 82px;
	height: 56px;
	margin-right: 23px;
	position: relative;
	top: 20px;
}
.pos-icon_2 {
	background: url(../img/pos_im_2.png) 0 0 no-repeat;
	display: inline-block;
	width: 82px;
	height: 56px;
	margin-right: 23px;
	position: relative;
	top: 20px;
}
.pos-icon_3 {
	background: url(../img/pos_im_3.png) 0 0 no-repeat;
	display: inline-block;
	width: 82px;
	height: 56px;
	margin-right: 23px;
	position: relative;
	top: 20px;
}

.gifts-icon_1 {
	background: url(../img/gifts_im_1.png) 0 0 no-repeat;
	display: inline-block;
	width: 82px;
	height: 56px;
	margin-right: 23px;
	position: relative;
	top: 20px;
}
.gifts-icon_2 {
	background: url(../img/gifts_im_2.png) 0 0 no-repeat;
	display: inline-block;
	width: 82px;
	height: 56px;
	margin-right: 23px;
	position: relative;
	top: 20px;
}
.gifts-icon_3 {
	background: url(../img/gifts_im_3.png) 0 0 no-repeat;
	display: inline-block;
	width: 82px;
	height: 56px;
	margin-right: 23px;
	position: relative;
	top: 20px;
}

/*------------------  contacts  ---------------------*/
.map-block {
	position: relative;
	width: 1120px;
	margin: auto;
	height: 700px;
}
.contact-block {
	position: absolute;
	right: 50px;
	top: 50px;
	width: 300px;
	padding: 30px;
	min-height: 300px;
	background: #FFF;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	        box-shadow: 0 0 10px rgba(0,0,0,.3);
}
