@import url(reset.css);
@import url(fontawesome.css);

@font-face {
    font-family: 'ptsans';
    src: url('../fonts/ptsans/pt-webfont.eot');
    src: url('../fonts/ptsans/pt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsans/pt-webfont.woff2') format('woff2'),
         url('../fonts/ptsans/pt-webfont.woff') format('woff'),
         url('../fonts/ptsans/pt-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* |===============| global start |===============| */
html, body{
	height: 100%;
}
body{
	font: 0.875em ptsans, sans-serif;
	color: #2e2e2e;
	background: #fff;
}
#wrapper {
	position: relative;
	overflow: hidden;
	padding: 0 0 130px;
	min-width: 320px;
	min-height: 100%;
}
[class*="__center"]{
	position: relative;
	margin: auto;
	width: 981px;
}
[class*="__center"]:before,
[class*="__center"]:after{
	content: "";
	display: block;
	clear: both;
}
	/* |===============| Отмена сбросса стилей start |===============| */
	.text{
		font: 1em/1.5914em ptsans, sans-serif;
	}
	p,
	.text ul,
	.text ol,
	.text dl{
		margin: 16px 0 22px;
	}
	.text ul,
	.text ol,
	.text dd{
		padding-left:40px;
	}
	h1,
	h2,
	h3{
		margin: 21px 0;
	}
	.text h1,
	.text h2,
	.text h3,
	.text h4,
	.text h5,
	.text h6{
		margin: 45px 0 22px;
	}
	h1,
	h2{
		font: 2.1428em/0.86666em ptsans;
	}
	.text h2{
		font-size: 1.8571em;
	}
	h3{font-size:1.2857em;}
	h5{font-size:1em;}
	h6{font-size:0.83em;}
	.text ul{list-style-type: disc;}
	.text ol{list-style-type: decimal;}
	a{
		color: #d64541;
		text-decoration: none;
	}
	.text a:hover:not(.btn){
		color: #3a3e49;
	}
	.text > *:first-child{
		margin-top: 0;
	}
	/* |===============| Отмена сбросса стилей end |===============| */
	
	/* |===============| form start |===============| */
	form input[type="checkbox"],
	form input[type="radio"] {
		display: none;
	}
	form input[type="checkbox"] + label,
	form input[type="radio"] + label {
		display: inline-block;
		vertical-align: middle;
		background: url(../img/radio.png) no-repeat 0 2px;
		cursor: pointer;
		margin: 0 36px 5px 0;
		padding: 0 0 0 19px;
	}
	
	form input[type="radio"]:checked + label {
		background-image: url(../img/radio_checked.png);
	}
	form input[type="checkbox"] + label {
		background: url(../img/checkbox.png) no-repeat 0 2px;
	}
	form input[type="checkbox"]:checked + label {
		background-image: url(../img/checkbox_checked.png);
	}
	input,
	textarea{
		font: 1em/1.4285em ptsans, sans-serif;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]),
	textarea{
		vertical-align: bottom;
		padding: 8px 10px 7px;
		border: 1px solid #d9dedf;
		width: 173px;
		max-width: 100%;
		height: 33px;
		background: #fff;
		color: #2e2e2e;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):hover,
	textarea:hover{
		border-color: #ced4d5;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):focus,
	textarea:focus{
		border-color: #2e2e2e;
	}
	textarea{
		height: 176px;
	}
	.infofield{
		display: block;
		margin: 5px 0 8px;
	}
	#wrapper .error_input{
		background: #ffeff3;
	}
	::-webkit-input-placeholder {color:#9ca4a7;}
	::-moz-placeholder          {color:#9ca4a7;}/* Firefox 19+ */
	:-moz-placeholder           {color:#9ca4a7;}/* Firefox 18- */
	:-ms-input-placeholder      {color:#9ca4a7;}
        
       
        #wrapper .footer .search input::-webkit-input-placeholder {color:#fff;}
	#wrapper .footer .search input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
	#wrapper .footer .search input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
	#wrapper .footer .search input:-ms-input-placeholder      {color:#fff;}
	
	.btn,
	a.btn,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button{
		display: inline-block;
		font: 1em/3.14em ptsans, sans-serif;
		border: 2px solid #d64541;
		min-height: 47px;
		padding: 0 16px;
		margin-top: 10px;
		color: #2e2e2e;
		background: none;
		text-decoration: none;
	}
	.btn:hover,
	input[type="button"]:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	button:hover{
		background: #d64541;
		color: #fff;
	}
	.btn:active,
	input[type="button"]:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	button:active,
	.search .submit_search:active{
		color: #fff;
		background: #d64541;
		-webkit-box-shadow: inset 3px 3px 3px rgba(0,0,0, 0.33);
		-moz-box-shadow: inset 3px 3px 3px rgba(0,0,0, 0.33);
		box-shadow: inset 3px 3px 3px rgba(0,0,0, 0.33);
	}
        
        .btn.btn_call {
            margin: 0;
            
        }
	
	/* |===============| selectbox start |===============| */
	.selectbox {
		vertical-align: bottom;
		position: relative;
		margin: 0 4px;
		cursor: pointer;
		color: #2e2e2e;
	}
	.selectbox .select{
		border: 1px solid #d9dedf;
		padding: 5px 25px 4px 10px;
		text-shadow: 1px 1px #FFF;
		background: #fff;
	}
	.selectbox .select:active {
		background: #fcfcfc;
	}
	.selectbox.focused .select {
		border: 1px solid #8ec63f;
	}
	.selectbox .select .text {
		display: block;
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.selectbox .trigger {
		position: absolute;
		top: 0;
		right: 0;
		width: 34px;
		height: 100%;
	}
	.selectbox .trigger .arrow {
		position: absolute;
		top: 50%;
		right: 9px;
		margin-top: -2px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #2e2e2e;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.selectbox .dropdown {
		z-index: 9;
		margin: 1px 0;
		padding: 4px 10px;
		background: #FFF;
		border: 1px solid #d9dedf;
	}
	.selectbox .dropdown ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.selectbox li {
		border-top: 1px solid #ecf0f1;
		padding: 4px 0 3px;
	}
	.selectbox li:first-child{
		border-top: 0;
	}
	.selectbox li.sel,
	.selectbox li.sel:hover{
		cursor: default;
		color: #a8afb2;
	}
	.selectbox li:hover {
		color: #e31e25;
	}
	.selectbox li.disabled {
		color: #AAA;
	}
	.selectbox li.disabled:hover {
		background: none;
	}
	.selectbox + select {
		width: 0;
		height: 0;
		position: absolute;
		clip: rect(0,0,0,0);
		opacity: 0;
	}
	/* |===============| selectbox end |===============| */

	/* |===============| form end |===============| */
/* |===============| global end |===============| */


/* |===============| header start |===============| */
.header{
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, 0.06);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, 0.06);
	box-shadow: 0 1px 1px rgba(0,0,0, 0.06);
}
.header__center{
	display: table;
	padding: 26px 0 22px;
}

.header__center:before,
.header__center:after{
	display: none;
}
.logo,
.header__unit{
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
}

.header__unit_box p {
    margin: 0;
}

.logo{
    font-size:2.571em;
	width: 252px;
	height: 52px;
}

.logo p {
    margin: 0;
}

.header__unit_info{
	width: 200px;
        padding-left: 20px;
        padding-right: 60px;
}
.header__unit:last-child{
	text-align: right;
	padding-right: 0;
}
.header__unit:last-child .btn{
	margin: 0 -1px 0 0;
        width: auto;
        white-space: nowrap;
      
}
.fa-phone_resp{
	display: none;
}
/* |===============| header end |===============| */

/* |===============| nav start |===============| */
.nav{
	display: table;
}
.nav__list{
	display: table-cell;
	position: relative;
	left: -18px;
}
.nav__item{
	position: relative;
	float: left;
	border-right: 1px solid rgba(255,255,255, 0.03);
}
.nav__list a{
	display: block;
	position: relative;
	padding: 0 18px 0 18px;
	line-height: 42px;
	height: 40px;
	text-decoration: none;
	color: #fff;
	
	-ms-word-wrap: none;
	white-space: nowrap;
}
.nav__item:hover > a{
	color: #fff;
	text-decoration: none;
	background: #d64541;
}
.nav__popup{
	z-index: 2;
	display: none;
	position: absolute;
	top: 100%;
	padding: 14px 0 21px;
	background: #d64541;
}
.nav__popup a,
.nav__popup a:hover{
	padding: 0 36px 0 18px;
	height: auto;
	line-height: 46px;
	color: #fff;
}
.nav__popup a:before{
	content: "— ";
}
.nav__popup__item{
	position: relative;
	display: block;
	float: none;
}
.nav__popup__item:hover{
	background: #e36a66;
}
.nav__popup .nav__popup{
	top: 0;
	left: 100%;
}
.nav__popup__item:hover .nav__popup{
	display: block;
}
.nav__activate,
.nav__toggle{
	display: none;
}
/* |===============| nav end |===============| */
			
/* |===============| soc start |===============| */
.soc{
	display: table-cell;
	vertical-align: top;
	text-align: right;
}
.soc__item{
	display: inline-block;
	margin: 11px -1px 0 11px;
	color: #fff;
	font-family: FontAwesome;
	font-size: 14px;
}
.soc__item:hover{
	opacity: 0.50;
	text-decoration: none;
}
.soc .fa-vk{
	vertical-align: 1px;
}
/* |===============| soc end |===============| */

/* |===============| popup start |===============| */
.popup{
	display: none;
	z-index: 99999;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -175px;
	padding: 36px 30px 50px;
	width: 349px;
	background: #fff;
	
	-webkit-box-shadow: 0 0 35px rgba(0,0,0, 0.35);
	-moz-box-shadow: 0 0 35px rgba(0,0,0, 0.35);
	box-shadow: 0 0 35px rgba(0,0,0, 0.35);
}
.popup .heading{
	margin: 0 0 12px;
	font-size: 1.857em;
	line-height: 1.857em;
}
.popup__close{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px 0 0 8px;
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-family: 'fontawesome';
	color: #2e2e2e;
}
.popup__close:hover{
	color: #8dc63f;
}
.popup__close:after{
	content: "\f00d";
}
.popup form > div{
	margin: 0 0 20px;
}
.popup input:not([type="submit"]):not([type="button"]):not([type="image"]){
	padding: 10px 14px 7px;
	height: 40px;
	width: 100%;
}
textarea{
	width: 100%;
}
.popup .popups__btn{
	margin: 30px 0 0;
}
.popups__btn .btn_gray{
	margin: 0 0 0 16px;
}
/* |===============| popup end |===============| */

/* |===============| slider start |===============| */
.slider{
	position: relative;
}
.slider__crop{
	overflow: hidden;
	height: 520px;
}
.slider__item{
	float: left;
	display: block;
	width: 100%;
	height: 520px;
	background-position: 40% top;
	-webkit-background-size: cover;
	background-size: cover;
	
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.slider__slidenator{
	position: absolute;
	bottom: 10px;
	padding: 0 14px;
	width: 100%;
	text-align: center;
}
.slider__slidenator__item,
.slider__slidenator__item:after{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.slider__slidenator__item{
	cursor: pointer;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
}
.slider__slidenator__item_active{
	border: 1px solid #3a3e49;
}
.slider__slidenator__item:after{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #d64541;
}
.slider__next,
.slider__prev{
	visibility: hidden;
}
.slider__toggle{
	display: none !important;
}

.slider__center{
	display: table;
        height: 100%;
}
.slider__info{
	display: table-cell;
        vertical-align: middle;
	padding-left:50%;
	
	font: bold 36px/50px ptsans;
	color: #2e2e2e;
}

.slider__info .btn {
    font-size:14px;
    margin-top:20px;
}
/* |===============| slider end |===============| */

/* |===============| inews start |===============| */
.inews, .about{
	margin: 60px 0 39px;
        position: relative;
}
.inews__crop{
	overflow: hidden;
	margin: 0 0 0 -16px;
}
.inews__heading{
	margin: 0 0 13px;
	font: 2.1428em/0.86666em ptsans;
}
.inews__item{
	float: left;
	border: 2px solid transparent;
	padding: 16px 16px 19px;
	width: 497px;
	color: #2e2e2e;
}
.inews__item:hover{
	border-color: #fafafc;
	color: #d64541;
}
.inews__date, .inews__img{
	float: left;
	margin: 3px 19px 0 0;
	padding: 24px 0 0;
	width: 79px;
	height: 79px;
	background: #fafafc;
	text-align: center;
	color: #2e2e2e;
	font-size: 1.2857em;
	
        overflow: hidden;
        display: block;
       
}

.inews__img {
    padding:0;
     line-height: 79px;
}

.inews__img img {
    width: auto;
    height: 100%;
}

.inews__date i{
	font-style: normal;
	font-size: 0.6666em;
}
.inews__text{
	margin: 0;
	display: block;
	font: 1em/1.5814em ptsans;
	overflow: hidden;
}
.inews .inews__prev,
.inews .inews__next{
	top: -10px;
}
/* |===============| inews end |===============| */

/* |===============| about start |===============| */
.about{
	overflow: hidden;
	background: #fafafc;
	line-height: 1.5764em;
}
.about__pic{
	float: left;
	margin: 0 8px 0 0;
        height: 100%;
        width: auto;
}


.about__txt{
	overflow: hidden;
	padding: 42px 30px 42px 20px;
}
.about h2{
	margin: 20px 0 22px;
	font: 2.1428em/0.86666em ptsans;
}
.about p{
	margin-bottom: 22px;
}
/* |===============| about end |===============| */

/* |===============| grat start |===============| */
.grat{
	position: relative;
	margin: 68px 0 67px;
}
.grat__heading{
	margin: 0 0 42px;
}
.grat__crop{
	overflow: hidden;
	margin: 0 -1px;
	padding: 0 1px 6px;
}
.grat__item{
	position: relative;
	cursor: pointer;
	float: left;
	margin: 0 20px 0 0;
	width: 180px;
	/*height: 180px;
        
	overflow: hidden;*/

}
.grat__item:last-child{
	margin-right: 0;
}

.grat__img {
    width:180px;
    height: 180px;
    overflow: hidden;
     border-radius: 50%;
     margin-bottom: 20px;
     text-align: center;
}

.grat__img > img {
    vertical-align: middle;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
}


.grat__name {
    text-align: center;
}

/*.grat__item > a {
    width: 100%;
	height: 100%;
        display: block;
        overflow: hidden;
  
}
.grat__item > a:after{
	content: "\f00e";
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 38% 0 0;
	text-align: center;
	font: 48px fontawesome;
	color: #fff;
	background: rgba(0,0,0, 0.5);
}
.grat__item:hover > a:after{
	opacity: 1;
}*/
.grat .grat__next,
.grat .grat__prev{
	top: -8px;
}
/* |===============| grat end |===============| */

/* |===============| footer start |===============| */
.footer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 39px 0;
	background: #3a3e49;
	font-size: 0.8571em;
	line-height: 2.2em;
	color: #fff;
}
.footer__copy{
	display: inline-block;
}
/* |===============| footer end |===============| */

/* |===============| search start |===============| */
.footer .search{
	position: absolute;
	right: 0;
	top: 0;
	margin: 7px 0 0;
}
#wrapper .footer .search input{
	margin: 0 -35px 0 0;
	padding: 10px 44px 7px 12px;
	font-size: 1.1666em;
	width: 309px;
	height: 40px;
	background-color: transparent;
	color: #fff;
}
.footer .search input:focus{
	border-color: #fff;
}
.footer .submit_search,
.footer .submit_search:hover,
.footer .submit_search:focus{
	position: relative;
	top: -2px;
	border: 0;
	padding: 0;
	width: auto;
	height: 40px;
	background: none;
	color: #bbc3c6;
}
.footer .submit_search:after{
	content: "\f002";
	font: 13px fontawesome;
	vertical-align: middle;
}
.footer .submit_search:hover,
.footer .submit_search:focus{
	opacity: 0.6;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* |===============| search end |===============| */

/* |===============| content start |===============| */
.content{
	overflow: hidden;
	margin: 60px 0 60px 0;
	padding: 40px 26px 41px 29px;
	background: #fafafc;
}
.wrap_inside .wrap__center{
	padding: 1px 0;
}
/* |===============| content end |===============| */

/* |===============| aside start |===============| */
.aside{
	float: left;
	margin: 60px 0 60px 2px;
	width: 250px;
}
.nav-list{
	padding: 29px 20px 6px;
	background: #3a3e49;
}
.nav-list a{
	display: block;
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 0 16px;
	line-height: 1.2em;
	color: #fff;
}
.nav-list a:hover{
	color: #d64541;
}
.nav-list a:before {
	content: "— ";
	position: absolute;
	left: 0;
	right: 0;
}
/* |===============| aside end |===============| */

/* |===============| paginator start |===============| */
.paginator a{
	display: inline-block;
	padding: 0 5px;
	font: 1em/1.7857em ptsans;
	color: #2e2e2e;
}
.paginator a:hover{
	color: #d64541;
}
.paginator .prev,
.paginator .next{
	padding: 0;
	width: 30px;
	height: 30px;
	background: #fafafc;
	text-align: center;
	line-height: 30px;
	font: 24px/28px fontawesome;
	vertical-align: -3px;
}
.paginator .prev{
	margin: 0 12px 0 -2px;
}
.paginator .next{
	margin: 0 0 0 12px;
}
.paginator .prev:after{
	content: "\f104";
}
.paginator .next:after{
	content: "\f105";
}
.paginator .active{
	text-align: center;
	display: inline-block;
	padding: 0 4px;
	min-width: 25px;
	line-height: 25px;
	background: #f3f7f8;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.paginator .start,
.paginator .end{
	vertical-align: 2px;
}
/* |===============| paginator end |===============| */

/* |===============| other start |===============| */
.btn,
a,
input,
button,
.nav__popup__item,
[class*="__prev"],
[class*="__next"],
.grat__item > a:after,
.selectbox li{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.wrap_gray{
	min-height: 40px;
	background: #3a3e49;
}
#wrapper .btn_gray{
	border-color: #ecf0f1;
}
#wrapper .btn_gray:hover,
#wrapper .btn_gray:active{
	color: #2e2e2e;
	background-color: #ecf0f1;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
[class*="__prev"],
[class*="__next"]{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background: #fafafc;
	text-align: center;
	font: 24px/28px fontawesome;
	color: #2e2e2e;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
[class*="__prev"]{
	right: 40px;
}
[class*="__prev"]:hover,
[class*="__next"]:hover{
	background: #f1f1f5;
}
[class*="__prev"]:after{
	content: "\f104";
}
[class*="__next"]:after{
	content: "\f105";
}
/* |===============| other end |===============| */


/* |===============| adaptive start |===============| */
@media (max-width: 998px) {
	[class*="__center"]{
		width: 100%;
	}
	
	/* |===============| nav style start |===============| */
	.nav__activate{
		display: block;
		cursor: pointer;
		float: left;
		padding: 0 20px;
		height: 40px;
		color: #fff;
	}
	.nav__activate:before{
		content: "\f0c9";
		font: 14px/40px fontawesome;
	}
	.nav__activate_active:before{
		content: "\f00d";
	}
	.nav__list{
		clear: both;
		display: none;
		left: 0;
		border-top: 1px solid #fff;
		padding: 23px 0 2px;
		width: 100%;
	}
	.nav__list_hide{
		display: none;
	}
	.nav__list_show{
		display: block;
	}
	.nav__item{
		border-top: 1px solid rgba(255,255,255, 0.03);
		float: none;
		display: block;
		background: #3a3e49;
	}
	.nav__item:first-child{
		border-top: 0;
	}
	.nav__item > a,
	.nav__item:hover > a{
		display: block;
		padding: 0 26px;
		line-height: 56px;
		height: auto;
		color: #fff;
		background: none;
	}
	.nav__popup,
	.nav__item_pp:hover > .nav__popup,
	.nav__popup__item:hover .nav__popup{
		display: none;
		position: static;
	}
	.nav__popup{
		margin: -6px 0 4px 26px;
		padding: 0;
		display: block !important;
		opacity: 1 !important;
		background: none;
	}
	.nav__popup__item,
	.nav__popup__item:hover{
		background: none;
	}
	.nav__popup a,
	.nav__popup a:hover{
		padding: 0;
		height: auto;
		line-height: 46px;
	}
	.nav__popup .nav__popup{
		margin: 0 0 0 10px;
	}
	/* |===============| nav style end |===============| */
	
	/* |===============| header start |===============| */
	.soc{
		overflow: hidden;
		position: absolute;
		right: 20px;
		top: 0;
		max-width: 254px;
		height: 100%;
	}
	
	.header__center{
		padding: 26px 16px 22px;
	}
	.header__unit{
		width: auto;
	}
	/*.header__unit:last-child{
		display: none;
	}*/
	.header__unit_box{
		padding-right: 0;
		text-align: right;
	}
	/* |===============| header end |===============| */
	
	.slider__slidenator{
		text-align: left;
	}
	/* |===============| inews end |===============| */
	.inews{
		padding: 0 20px;
	}
	.inews__crop{
		width: 776px;
		margin: auto;
	}
	.inews__item{
		width: 388px;
	}
	/* |===============| inews end |===============| */
	
	[class*="__prev"],
	[class*="__next"]{
		margin-right: 20px;
	}
	.about__pic{
		display: none;
	}
	.grat{
		padding: 0 20px;
	}
	.grat__crop{
		margin: auto;
		width: 800px;
	}
	.footer{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 834px) {
	/* |===============| inews end |===============| */
	.inews__crop{
		width: 680px;
	}
	.inews__item{
		width: 340px;
	}
	/* |===============| inews end |===============| */
	.grat{
		padding-bottom: 54px;	
	}
	.grat__crop{
		margin: auto;
		width: 600px;
	}
	.grat .grat__next,
	.grat .grat__prev{
		top: auto;
		right: auto;
		bottom: 0;
		left: 50%;
		margin: 0 0 0 5px;
                z-index: 99;
	}
	.grat .grat__prev{
		margin: 0 0 0 -35px;
	}
}
@media (max-width: 780px) {
	.header__unit_info{
		display: none;
	}
	/* |===============| inews end |===============| */
	.inews__crop,
	.inews__list,
	.inews__item{
		position: static;
		width: auto !important;
	}
	.inews__crop{
		margin: 0 -16px;
	}
	.inews .inews__prev,
	.inews .inews__next{
		display: none;
	}
	/* |===============| inews end |===============| */
}
@media (max-width: 680px) {
	#wrapper{
		padding-bottom: 0 !important;
	}
	.footer{
		position: static;
	}
	.footer .search{
		position: static;
		display: block;
		margin: 26px 0 0;
	}
}
@media (max-width: 620px) {
	.grat__crop{
		width: 400px;
	}
	.aside{
		float: none;
		margin-bottom: 0;
		width: auto;
	}
	.aside + .content{
		margin-top: 0;
	}
}
@media (max-width: 560px) {
	.header__unit_box{
		display: none;
	}
	.fa-phone_resp{
		margin: 10px 0 0;
		font-size: 2.5em;
		
		display: table-cell;
                vertical-align: middle;
		color: #2e2e2e;
                text-align: center;
	}
}
@media (max-width: 520px) {
	.grat__crop{
		width: 310px;
	}
	.grat__item{
		width: 134px;
		
	}
        
        .grat__img {
            width: 134px;
            height: 134px;
        }
        
	.grat__item:after{
		padding-top: 68px;
	}
        
        .slider__info {
             font: bold 28px/42px ptsans;
             padding-left:35%;
             
            
        }
}

@media (max-width: 440px) {
    .logo {
        font-size:2.3em;
    }
    
    .header__unit_call {
        display: none;
    }
    
    .slider__info {
        padding-left: 20px;
    }
}
/* |===============| adaptive end |===============| */

/* |===============| default reset start |===============| */

.photo_name {
    display:none;
}

.captcha_update .button-refresh {
    text-decoration: none;
    
}

.captcha_update .button-refresh:after {
    content: '\f021';
    font: 12px/12px FontAwesome;
    
}

/* |===============| default reset end |===============| */

/* |===============| style |===============| */
.clauses_all_img > a, .news_all_img > a {
    display: inline-block;
    height: 120px;
    overflow: hidden;
    width: 180px;
    margin-right: 10px;
}

.clauses_all_img > a > img, .news_all_img > a > img {
    width: 100%;
    height: auto;
}

a[rel^="prettyPhoto"] {
    display: inline-block;
    position: relative;
}

a[rel^="prettyPhoto"] .zoom {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

a[rel^="prettyPhoto"] .zoom:after {
    content: "\f002";
    font-size: 30px;
    font-family: fontAwesome;
    color:#fff;
    background-color:rgba(0,0,0,0.35);
    width:60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

a[rel^="prettyPhoto"]:hover .zoom {
    opacity: 100;
}



.error_input {
    border-color: #d35400 !important;

}

.errors {
   
 
    color:#d35400;
}

.captcha {
    margin-top: 15px;
}

.captcha .captcha-image {
    margin-right: 15px;
}

.captcha input[name="captcha"] {
    width: 150px;
}



.previous_next_links:before, .previous_next_links:after {
    display: table;
    content: " ";
}

.previous_next_links:after {
    clear: both;
}

.previous_next_links {
    height: auto;
}

[class$="_list"] .block:before, [class$="_list"] .block:after {
  display: table;
  content: " ";
}

[class$="_list"] .block:after {
  clear: both;
}

[class$="_list"] .block {
  margin-bottom: 20px;
}

[class$="_list"] .block-row-img {
  float: left;
  margin-right: 15px;
  width: 120px;
  overflow: hidden;
}

[class$="_list"] .block-row-img img {
  width: 100%;
  height: auto;
}

[class$="_list"] .block-text {
  float: left;
  width: 85%;
}

[class$="_list"] .block h4 {
  margin:0 0 10px;
}

/*.date,[class$="_date"] {
    font: 14px/20px clear;
    color: #a8afb2;
}*/

.block_header {
   font-size:1.17em;
   margin: 20px 0;
}

.search_list .search_text {
    margin-bottom: 20px;
}

/* |===============| style end |===============| */

@media (max-width: 998px) {

    .photo_list .photo_images, .photo_first_page, .photo_cats { 
        -moz-column-count: 2; 
        -webkit-column-count: 2; 
        column-count: 2; 
    }

}
@media (max-width: 560px) {

    .photo_list .photo_images, .photo_first_page, .photo_cats { 
        -moz-column-count: 1; 
        -webkit-column-count: 1; 
        column-count: 1; 
    }
}
.privacy_field {
	font-size: 80%;
	line-height: 1.2em;
	margin-top: 1em;
}

.privacy_field a, .privacy_field a:hover {
	color:inherit;
	text-decoration: underline;
}