
/*========================================================
                    1. Import
=========================================================*/

@import "grid.css";
@import "sf-menu.css";

@import url(http://fonts.googleapis.com/css?family=Istok+Web:700);
@import url(http://fonts.googleapis.com/css?family=Istok+Web:400);

/*========================================================
                    2. Global
=========================================================*/

a[href^="tel:"]{
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
:focus{
	outline: medium none;
	
}

body{
	background: url(../images/bg-1.jpg);
	color: #686868;
	font: 13px/21px 'Istok Web';
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:hover{
	color: #feb800;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

h1{
	display: inline-block;
	margin-top: 36px;
}
h2{
	color: #fff;
	font: 72px/72px 'Istok Web';
	text-transform: uppercase;
	font-weight: 700;
}
h3{
	font: 36px/36px 'Istok Web';
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
h4{
	font: 24px/24px 'Istok Web';
	color: #fff;
	font-weight: 700;
}
h5{
	font: 14px/14px 'Istok Web';
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.bg-1 h5{
	color: #010101;
}
.h5__style{
	line-height: 21px;
	margin-bottom: 21px;
}
img{
	width: 100%;
	height: auto;
}
.last{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


/*========================================================
                    3. Main layout styles
=========================================================*/


/* Header
========================================================*/

header{
	position: relative;
	padding-bottom: 32px;
}
header img{
	width: inherit;
	height: inherit;
}


/* Content
========================================================*/
.bg-1{
	background: url(../images/bg-1-1.jpg);
}

/* Buttons
=============================================*/
a.btn:hover{
	text-decoration: none;
}
.btn_wrapper{
	text-align: left;
}
.btn{
	display: inline-block;
	margin-top: 20px;
}
.btn_slide_wrapper{
	position: relative;
	display: inline-block;
	overflow: hidden;
	background: #f26522;
	border-radius: 5px
}
.btn_main{
	display: inline-block;
	width: 79px;
	font: 12px/12px 'Istok Web';
	color: #fff;
	text-transform: uppercase;
	padding: 12px 0 10px;
	text-align: center;
	background: rgba(221,225,220,0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.btn:hover .btn_main{
	color: #000;
	background: rgba(221,225,220,1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.bg-1 .btn:hover .btn_main{
	color: #fff;
	background: rgba(31,30,30,1);
}

/* Camera Slider
=============================================*/

#camera_wrap{
	position: relative;
}
.camera_caption_block{
	position: absolute;
	top: 28.095238095238095238095238095238%;
	width: 100%;
	text-align: center;
}

/* Sliders Blocks
=============================================*/
.slider-blocks{
	min-height: 257px;
}
.slider-blocks > div >div{
	position: relative;
}
.slider-blocks_wrapper{
	position: absolute;
	top: -166px;
}
.slider-block{
	background: url(../images/bg-2.jpg);
	display: inline-block;
	float: left;
	width: 30.927835051546391752577319587629%;
	margin-right: 35px;
	overflow: hidden;
}
.slider-block__last{
	margin-right: 0;
}
.slider-block_text{
	padding: 37px 28px 28px 35px;
	position: relative;
}
.slider-block h4{
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #050505;
	margin-bottom: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.slider-block:hover .slider-block_text h4{
	color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.slider-block p{
	color: #050505;
	position: relative;
	z-index: 99;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.slider-block:hover .slider-block_text p{
	color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.slider-block_text div{
	background: url(../images/bg-3.jpg);
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.slider-block:hover .slider-block_text div{
	top: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.slider-block img{
	position: relative;
	z-index: 99;
}

/* Blocks
=============================================*/
.blocks{
}
.blocks h3{
	font-size: 48px;
	line-height: 48px;
	max-width: 570px;
	margin: 0 auto;
	text-align: center;
	height: 73px;
	border-bottom: 1px solid #777778;
	letter-spacing: 2px;
	margin-bottom: 51px;
}
.block{
	text-align: center;
	margin-bottom: 68px;
}
.block_icon{
	display: inline-block;
	width: 156px;
	height: 156px;
	border-radius: 78px;
	position: relative;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.block_icon div{
	position: absolute;
	top: 11px;
	left: 11px;
	width: 131px;
	height: 131px;
	border-radius: 66px;
	background: #dde1dc;	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.block_icon div:before{
	content: '';
	width: 153px;
	height: 153px;
	border-radius: 78px;
	border: 1px solid #dde1dc;
	position: absolute;
	top: -11px;
	left: -11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-transition: 0.4s 0.4s;
	-moz-transition: 0.4s 0.4s;
	-ms-transition: 0.4s 0.4s;
	-o-transition: 0.4s 0.4s;
	transition: 0.4s 0.4s;
}
.block_icon div:after{
	content: '';
	width: 131px;
	height: 131px;
	border-radius: 78px;
	border: 1px solid #dde1dc;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.block:hover .block_icon div{
	background: #feb800;	
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.block:hover .block_icon div:before{
	top: 0;
	left: 0;
	width: 131px;
	height: 131px;
	border: 1px solid #feb800;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.block:hover .block_icon div:after{
	top: -11px;
	left: -11px;
	width: 153px;
	height: 153px;
	border: 1px solid #feb800;
	-webkit-transition: 0.4s 0.4s;
	-moz-transition: 0.4s 0.4s;
	-ms-transition: 0.4s 0.4s;
	-o-transition: 0.4s 0.4s;
	transition: 0.4s 0.4s;
}
.block_icon div img{
	position: absolute;
	top: 18px;
	left: 20px;
	width: auto;
	height: auto;
}
.block_icon div .block_icon_img{
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.block:hover .block_icon div .block_icon_img{
	opacity: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.block_icon div .block_icon_img__hover{
	opacity: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.block:hover .block_icon div .block_icon_img__hover{
	opacity: 1;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.block_text h4{
	margin-bottom: 5px;
}
.block_text p{
	color: #9f9f9f;
	padding: 0 20px;
	line-height: 24px;
}

.block .btn_wrapper{
	text-align: center;
}

/* Info
=============================================*/
.info{
	padding: 86px 0 84px;
}
.info h3{
	color: #fff;
	text-align: center;
	text-transform: none;
	margin-bottom: 39px;
}
.info.bg-1 h3,
.bg-1 .info h3{
	color: #343434;
}
.info img{
	margin-bottom: 30px;
}
.info h5{
	margin-bottom: 5px;
}
.info__indent-1{
	padding: 66px 0 77px;
}
.info__indent-1 h3{
	margin-bottom: 35px;
}
.info__indent-2{
	padding-bottom: 69px;
}
.info__indent-3{
	padding-bottom: 54px;
}
.info-2 h5{
	margin-top: -4px;
	margin-bottom: 0;
}
.info-2 p{
	padding-bottom: 26px;
}
.info-3 h5{
	margin-top: -4px;
	margin-bottom: 23px;
}
.info__indent-4{
	padding-bottom: 58px;
}
.info__indent-4 h3{
	margin-bottom: 16px;
}

/* Info Ident
=============================================*/
.info-ident{
	margin-bottom: 30px;
}
.info-ident_ident{
	width: 54px;
	height: 54px;
	border-radius: 30px;
	background: #f26522;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 19px;
	margin-top: 4px;
}
.info-ident_ident:before{
	content: attr(data-ident);
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	position: absolute;
	top: 15px;
	left: 18px;
}
.info-ident_text{
	overflow: hidden;
}
.info-ident_text h5{
	margin-bottom: 0;
}

/* Info Horizontal
=============================================*/
.info-hor{
	padding: 90px 0 50px;
}
.info-hor li{
	margin-bottom: 40px;
}
.info-hor_text h5{
	margin-bottom: 4px;
}
.info-hor_text p{
	color: #9f9f9f;
	margin-bottom: 3px;
}


/* List
=============================================*/
.list{
	margin-top: 8px;
}
.list li{	
	padding: 11px 0 16px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.list li,
.list li a{
	position: relative;
}
.list li a:before{
	left: -20px;
	top: 55%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #f26522;
	border-width: 4px;
	margin-top: -4px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.list li a:hover:before{
	border-left-color: #686868;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.list li div{
	position: absolute;
	left: 20px;
	bottom: 2px;
	width: 90%;
	height: 1px;
	overflow: hidden;
}
.list li div:after{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #bdbdbd;
	position: absolute;
	top: -1px;
	left: 0;
}
.list .list_last div:after{
	border-bottom: 1px dashed transparent;
}

/* Showcase
=============================================*/
.showcase{
	background: url(../images/page-1_img-7.jpg);
	-webkit-background-size: cover !important;
	background-size: cover !important;
	padding: 96px 0 100px;
}
.showcase .showcase_block{
	text-align: center;
}
.showcase .showcase_block img{
	width: auto;
	display: inline-block;
	margin-bottom: 15px;
	margin-left: -7px;
}
.showcase .showcase_block p{
	margin-top: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
/* Bottom Stripe
=============================================*/
.bottom-stripe{
	background: url(../images/bottom-stripe.jpg);
	-webkit-background-size: cover !important;
	background-size: cover !important;
	width: 100%;
	height: 10px;
}

/* Gallery
=============================================*/
.gallery {
	padding: 66px 0 53px;
}
.gallery h3{
	color: #343434;
	text-align: center;
	text-transform: none;
	margin-bottom: 39px;
}
.gallery li{
	margin-bottom: 30px;
}

.gallery .thumbs_img > div{
	position: relative;
}
.gallery .lbHover i{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -23px;
	font-size: 50px;
	color: #feb800;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
     opacity: 0;
}
.gallery .thumbs_img > div:hover .lbHover i{
	opacity: 0.7;
	 -webkit-transition: all 0.2s linear 0s;
     -moz-transition: all 0.2s linear 0s;
     -o-transition: all 0.2s linear 0s;
     transition: all 0.2s linear 0s;
}
.gallery_text{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bdbeb6;
	border-top-color: transparent;
	padding: 29px 20px 23px;
}
.gallery_text h5{
	margin-bottom: 4px;
}


/* Blog
=============================================*/
.blog{
	padding-top: 66px;
	margin-bottom: 148px;
	border-bottom: 1px solid #c0bdb8;
}
.blog h3{
	color: #343434;
	text-transform: none;
	text-align: center;
	margin-bottom: 37px;
}
.post{
	margin-bottom: 57px;
}
.post_date{
	width: 70px;
	height: 60px;
	float: left;
	background: #feb800;
	position: relative;
	margin-right: 30px;
}
.post_date time{
	position: absolute;
	top: 6px;
	left: 14px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	font-weight: 700;
}
.post_date time:after{
	content: attr(title);
	position: absolute;
	top: 33px;
	left: 7px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: -0.8px;
}

.post_block{
	overflow: hidden;
}
.post_title{
	margin-bottom: 13px;
}
.post_title h4{
	color: #010101;
	margin-bottom: 5px;
}
.post_title p{
	font-size: 18px;
	line-height: 18px;
	color: #0a0a0a;
	display: inline-block;
	margin-right: 42px;
}
.post_block img{
	margin-bottom: 26px;
}

/* A-Side
=============================================*/
.a-side{
	padding-top: 66px;
	margin-bottom: 148px;
}
.a-side h3{
	color: #343434;
	text-transform: none;
	text-align: center;
	margin-bottom: 23px;
}
.a-side .list{
	margin-bottom: 30px;
}
.a-side_block{
	margin-bottom: 50px;
}
.a-side_block img{
	width: auto;
	height: auto;
	float: left;
	margin-right: 22px;
}
.a-side_block_text{
	overflow: hidden;
	padding-right: 13px;
}

/* Search
=============================================*/
.a-side .search_title{
	margin-bottom: 40px;
}
.a-side_search h3{
	margin-bottom: 10px;
}
.a-side_search{
	margin-bottom: 30px;
}
#search input[type="text"]{
	background: transparent;
	border: none;
	padding-top: 5px;
	width: 100%;
	color:  #686868 !important;
}

#search label{
	display: block;
	background: transparent;
	height: 32px;
	width: 100%;
	font: 14px/14px 'Istok Web';
	letter-spacing: 0px;
	border: 1px solid #bdbeb6;
	outline: medium none;
    -webkit-appearance: medium none;
    padding: 0 45px 0 13px;    
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search{
	position: relative;
	padding-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
	width: 100%;
	margin-bottom: 65px;
}
#search a{
	position: absolute;
	top: 6px;
	right: 12px;
	width: 22px;
	height: 18px;
	background: url(../images/magnifier.png) no-repeat;
}
#search a:hover{
	cursor: pointer;
	background: url(../images/magnifier__hover.png) no-repeat;
}

.search-results_title{
	margin-top: 50px;
}

/* Quotes
=============================================*/
.quotes{
	padding: 66px 0 84px;
}
.quotes h3{
	color: #343434;
	text-align: center;
	text-transform: none;
	margin-bottom: 39px;
}
.quote blockquote img{
	float: left;
	width: auto;
	height: auto;
	margin-right: 11px;
}
.quote_text{
	overflow: hidden;
}
.quote_text_title{
	font-size: 18px;
	line-height: 22px;
	color: #0a0a0a;
	margin-bottom: 20px;
	text-transform: none;
}
.quote_author{
	margin-top: 25px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}

/* Map
=============================================*/
.map {
	width: 100%;
}

.map iframe {
	border: none;
	width: 100%;
	height: 425px;
}

/* Contact
=============================================*/
.contacts{
	padding: 66px 0 83px;
}
.contacts h3{
	color: #343434;
	text-align: center;
	text-transform: none;
	margin-bottom: 39px;	
}
.contacts h5{
	margin-bottom: 5px;
}
.contact_details{
	margin-bottom: 20px;
}
.contact_details p span{
	min-width: 100px;
	display: inline-block;
}

/* Feedback
=============================================*/
.feedback{
	padding: 66px 0 83px;
}
.feedback h3{
	color: #343434;
	text-align: center;
	text-transform: none;
	margin-bottom: 39px;	
}

/* More Text
=============================================*/
.more-text{
	padding: 65px 0 83px;
}
.more-text h3{
	color: #343434;
	text-align: center;
	text-transform: none;
	margin-bottom: 39px;	
}
.more-text h5{
	margin-bottom: 3px;
}
.more-text p{
	margin-bottom: 20px;
}
.more-text a{
	text-decoration: underline;
}


/* To Top Button*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 71px;
    left: 51%;
    margin-left: 600px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    z-index: 20;
    background-color: #191714;
    border-radius: 50px;

}
#toTop i{
    color: #8f8f90;
    font-size: 42px;
    padding-left: 9px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#toTop:hover i{
    color: #feb800;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/* Footer
========================================================*/


.contacts_blocks{
	background: url(../images/bg-1-1.jpg);
	padding: 52px 0 57px;
	font-size: 18px;
	line-height: 22px;
	color: #0a0a0a;
}
.contacts_block{
	border-right: 1px solid #bdbdba;
	min-height: 158px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contacts_block__last{
	border-right: 1px solid transparent;
}
.contacts_block_title{
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 32px;
}

.social-icons{
	display: inline-block;
	margin-top: 4px;
}
.social-icons li{
	float: left;
	display: inline-block;
	margin-right: 22px;
	font-size: 23px;
	line-height: 23px;
}


.pr-policy{
	color: #feb800;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	padding: 71px 0 76px;
}
.pr-policy_title{
	color: #fff;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: 0.2px;
	display: block;
	margin-bottom: -7px;
}
.pr-policy_style{
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
.pr-policy a{
	font-size: 12px;
	line-height: 22px;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1399px) {
	.camera_caption_block {
		top: 50px;
	}
}
@media only screen and (max-width: 1199px) {
	.slider-blocks {
		min-height: 190px;
	}
	.slider-block{
		width: 30.25641025641025641025641025641%;
	}
	.slider-block_text{
		padding: 20px 10px 20px 20px;
	}
	.slider-block h4{
		font-size: 20px;
		line-height: 20px;
	}
	.slider-blocks_wrapper {
		top: -152px;
	}
	.camera_caption_block {
		top: 30px;
	}
	.pr-policy{
		padding: 20px 0 40px 0;
	}
}
@media only screen and (max-width: 979px) {
	h2{
		font-size: 30px;
		line-height: 30px;
	}
	.slider-blocks {
		min-height: 140px;
	}
	.slider-block{
		width: 29.516129032258064516129032258065%;
	}
	.slider-block p{
		display: none;
	}
	.slider-blocks_wrapper {
		top: -56px;
	}
	.slider-block_text{
		padding: 20px 10px 8px 20px;
	}
	.contacts_blocks{
		font-size: 16px;
	}
	.social-icons li{
		margin-right: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.info li{
		margin-bottom: 40px;
	}
	.info .list li{
		margin-bottom: 0;
	}
	.showcase .showcase_block{
		margin-bottom: 20px;
	}
	.showcase {
		padding: 30px 0 40px;
	}
	.showcase .showcase_block .showcase_block_img-indent{
		margin-left: 20px;
	}

	.slider-blocks {
		min-height: 90px;
	}
	.slider-block{
		width: 27.619047619047619047619047619048%;
	}
	.slider-block_text{
		padding: 10px 10px 2px;
	}
	.slider-block h4{
		font-size: 14px;
		line-height: 14px;
	}
	.slider-blocks_wrapper {
		top: -56px;
	}
	.slider-blocks_wrapper {
		top: -34px;
	}
	.contacts_block{
		border-right: 1px solid transparent;
		border-bottom: 1px solid #bdbdba;
		min-height: 90px;
	}
	.contacts_block__last{
		border-bottom: 1px solid transparent;
	}
	.info__indent-1{
		padding: 40px 0 20px;
	}
	.blog{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.a-side{
		padding-top: 20px;
	}
	.quotes blockquote{
		margin-top: 20px;
	}
	.info-hor img{
		margin-bottom: 30px;
	}
	.contacts{
		padding: 50px 0 20px;
	}
	.map{
		margin-bottom: 30px;
	}
	.feedback{
		padding: 20px 0 50px;
	}
}

@media only screen and (max-width: 480px) {
	.slider-blocks {
		display: none;
	}
	h2{
		display: none;
	}
	.blocks h3{
		margin-top: 20px;
	}
}

@media only screen and (max-width: 320px) {
	
}
/*Core variables and mixins*/
