@import url(reset.css);
@import url(fontawesome.css);
@font-face {
    font-family: ptsans;
    src: url('../fonts/ptsans/ptsans.eot');
    src: url('../fonts/ptsans/ptsans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsans/ptsans.woff2') format('woff2'),
         url('../fonts/ptsans/ptsans.woff') format('woff'),
         url('../fonts/ptsans/ptsans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: ptsans;
    src: url('../fonts/ptsans/ptsans_bold.eot');
    src: url('../fonts/ptsans/ptsans_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ptsans/ptsans_bold.woff2') format('woff2'),
         url('../fonts/ptsans/ptsans_bold.woff') format('woff'),
         url('../fonts/ptsans/ptsans_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}
/* |===============| global start |===============| */
html, body{
	height: 100%;
}
body{
	font: 16px/26px ptsans, sans-serif;
	color: #2e2e2e;
	background: #fff;
}
#wrapper {
	position: relative;
	overflow: hidden;
	padding: 0 0 120px;
	min-width: 320px;
	min-height: 100%;
}
[class*="__center"]{
	position: relative;
	margin: auto;
	padding: 0 10px;
	width: 1001px;
}
[class*="__center"]:before,
[class*="__center"]:after{
	content: "";
	display: block;
	clear: both;
}
	/* |===============| Отмена сбросса стилей start |===============| */
	p,
	.text ul,
	.text ol,
	.text dl{
		margin: 26px 0 22px;
	}
	.text ul,
	.text ol,
	.text dd{
		padding-left:18px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
        .block_header {
		margin: 28px 0;
		font-weight:bold;
		color: #54c5d0;
	}
	h1,
	h2{font: bold 36px/40px ptsans;}
	h3,.block_header{font-size:1.17em;}
	h5{font-size:0.83em;}
	h6{font-size:0.67em;}
	.text ul{list-style-type: disc;}
	.text ol{list-style-type: decimal;}
	a{
		color: #ed8666;
		text-decoration: none;
	}
	/* |===============| Отмена сбросса стилей 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 40%;
		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 40%;
	}
	form input[type="checkbox"]:checked + label {
		background-image: url(../img/checkbox_checked.png);
	}
	input,
	textarea{
		font: 14px/20px ptsans, sans-serif;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]),
	textarea{
		padding: 7px 9px 4px;
		border: 1px solid #ced4d5;
		width: 250px;
		max-width: 100%;
		color: #2e2e2e;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):hover,
	textarea:hover{
		border-color: #a8afb2;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):focus,
	textarea:focus{
		border-color: #ed8666;
	}
	textarea{
		height: 176px;
		resize: none;
	}
	.infofield{
		display: block;
		margin: 8px 0;
	}
	#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;}
	
	.btn,
	a.btn,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button{
		display: inline-block;
		font: bold 14px/32px ptsans, sans-serif;
		border: 2px solid #ed8666;
		padding: 0 22px;
		color: #54c5d0;
		background-color: transparent;
		text-decoration: none;
		text-transform: uppercase;
	}
	.btn:hover,
	input[type="button"]:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	button:hover{
		border-color: #54c5d0;
	}
	.btn:active,
	input[type="button"]:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	button:active,
	.search .submit_search:active{
		border-color: #54c5d0;
		background: #54c5d0;
		color: #fff;
	}
	
	/* |===============| selectbox start |===============| */
	.selectbox {
		position: relative;
		margin: 0 4px;
		vertical-align: top;
		cursor: pointer;
		color: #2e2e2e;
	}
	.selectbox .select{
		border: 1px solid #ced4d5;
		padding: 3px 25px 2px 8px;
		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 6px;
		background: #FFF;
		border: 1px solid #ced4d5;
	}
	.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;
	}
.appoin .selectbox{
 margin: 0;
 width: 100%;
}
.appoin .selectbox .select{
 background: transparent;
 color: #fff;
 border-color: #fff;
 width: 100% !important;
 text-shadow: none;
}
.appoin .selectbox .trigger .arrow{
 border-top-color: #fff;
}
	/* |===============| selectbox end |===============| */

	/* |===============| form end |===============| */
/* |===============| global end |===============| */


/* |===============| header start |===============| */
.main-page{
	background: url(../img/main_page.png) center top no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.header__center{
	display: table;
	margin-bottom: 33px;
	border-bottom: 2px solid #ecf0f1;
	padding: 21px 10px 38px;
}
.main-page .header__center{
	margin-bottom: 0;
	border-bottom: 0;
	padding: 21px 10px 34px;
}
.header__unit{
	vertical-align: middle;
	display: table-cell;
	padding: 0 20px 0 0;
	width: 294px;
}
.logo{
	display: inline-block;
}
.logo + .tel{
	margin-top: 6px;
}
.tel{
	font: bold 18px/20px ptsans;
}

.tel__text p {
    display: inline-block;
}

.fa_blue{
	vertical-align: 4px;
	margin: 0 3px 0 0;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background: #54c5d0;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
/* |===============| header end |===============| */

/* |===============| nav start |===============| */
.nav{
	vertical-align: middle;
	overflow: hidden;
	padding: 18px 0 0;
}
.nav__item{
	position: relative;
	left: -11px;
	display: inline-block;
	margin: 0 0 10px 11px;
}
.nav__item:after{
	content: "•";
	position: absolute;
	left: -11px;
	top: 1px;	
}
.nav__item a{
	display: block;
	padding: 0 5px 0 7px;
	color: #2e2e2e;
	font: bold 14px/24px ptsans;
	text-transform: uppercase;
}
.nav__item a:hover{
	background: #54c5d0;
	color: #fff;
}
.nav-toggle{
	display: none;
}
/* |===============| nav end |===============| */

/* |===============| slider start |===============| */
.slider{
	position: relative;
	overflow: hidden;
        margin-bottom: 42px;
}
.slider__item{
	display: block;
	float: left;
	height: 400px;
	-webkit-background-size: cover;
	background-size: cover;
}
.slider__info{
	display: table-cell;
	vertical-align: middle;
	padding: 0 58px 0 236px;
	height: 400px;
	font: bold 36px/46px ptsans;
	color: #fff;
}
.slider__info__in{
	margin: 0 -16px 0 0;
	padding: 0 7px;
	background: #54c5d0;
}
[class*="__prev"],
[class*="__next"]{
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	text-align: center;
	font: 24px/30px fontawesome;
	background: rgba(237,134,102, 0.5);
	color: #fff;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
[class*="__next"]{
	left: auto;
	right: 10px;
}
[class*="__prev"]:hover,
[class*="__next"]:hover{
	background: #ed8666;
}
[class*="__prev"]:after{
	content: "\f0d9";
}
[class*="__next"]:after{
	content: "\f0da";
}
.slider__slidenator{
	text-align: center;
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
}
.slider__slidenator__item{
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
	border: 2px solid #ed8666;
	width: 10px;
	height: 10px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.slider__slidenator__item:hover,
.slider__slidenator__item_active{
	background: #ed8666;
}
/* |===============| slider end |===============| */

/* |===============| cols start |===============| */
.col-left{
	float: left;
	margin: 0 -301px 42px 0;
	padding: 0 301px 0 0;
	width: 100%;
}
.col-right{
	float: right;
	margin: 0 0 42px;
	width: 281px;
        position: relative;
}
/* |===============| cols end |===============| */

/* |===============| appoin start |===============| */
.appoin{
	padding: 23px 30px;
	min-height: 400px;
	background: #ed8666;
	color: #fff;
        margin-bottom: 42px;
}
.appoin__heading{
	margin: 0 0 23px;
	font: bold 18px/26px ptsans;
}
#wrapper .appoin__field{
	margin-bottom: 24px;
	border-color: #fff;
	padding: 8px 9px 6px;
	background-color: transparent;
	width: 100%;
	color: #fff;
}
#wrapper .appoin__field.date{
	margin-bottom: 29px;
}
.appoin__submit{
	padding: 0 19px;
	line-height: 32px;
	border-color: #fff;
	color: #fff;
}
.appoin__submit:hover{
	border-color: #fff;
	background: #fff;
	color: #ed8666;
}
.appoin .Zebra_DatePicker_Icon_Wrapper{
	width: 100%;
}
.appoin	::-webkit-input-placeholder {color:rgba(255,255,255, 0.6);}
.appoin	::-moz-placeholder          {color:rgba(255,255,255, 0.6);}/* Firefox 19+ */
.appoin	:-moz-placeholder           {color:rgba(255,255,255, 0.6);}/* Firefox 18- */
.appoin	:-ms-input-placeholder      {color:rgba(255,255,255, 0.6);}
/* |===============| appoin end |===============| */

/* |===============| DatePicker end |===============| */
.Zebra_DatePicker{
	padding: 2px 0;
}
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before{
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

.Zebra_DatePicker{
	position: absolute;
	background: #d64541;
	border: 4px solid #b52c28;
	display: none;
	z-index: 1000;
	font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 13px;
}

.Zebra_DatePicker *{
	margin: 0;
	padding: 0;
	color: #666;
	background: transparent;
	border: none;
}

/* = GLOBALS */
.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
    text-align: center;
    padding: 6px 0;
}
.Zebra_DatePicker td { cursor: pointer }
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker { margin-top: 3px }
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
    width: 35px;
    border: 1px solid #BBB;
    background: #fff;
    color: #666;
}
.dp_header{
	margin: auto;
	width: 98% !important;
}

/* = HEADER */
.Zebra_DatePicker .dp_header td { color: #E0E0E0 }
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next { width: 30px }
.Zebra_DatePicker .dp_header .dp_caption { font-weight: bold }
.Zebra_DatePicker .dp_header .dp_hover {
    background: #b52c28;
    color: #FFF;
}
.Zebra_DatePicker .dp_header .dp_blocked {
    color: #888;
    cursor: default;
}

/* = DATEPICKER */
.Zebra_DatePicker td.dp_week_number,
.Zebra_DatePicker .dp_daypicker th {
    background: #F1F1F1;
    font-size: 9px;
    padding-top: 7px;
}
.Zebra_DatePicker td.dp_weekend_disabled,
.Zebra_DatePicker td.dp_not_in_month,
.Zebra_DatePicker td.dp_not_in_month_selectable {
    background: #fff;
    color: #CCC;
    cursor: default;
}
.Zebra_DatePicker td.dp_not_in_month_selectable { cursor: pointer }
.Zebra_DatePicker td.dp_weekend {
    background: #fff;
    color: #666;
}
.Zebra_DatePicker td.dp_selected {
    background: #b52c28;
    color: #fff !important;
}

/*  MONTHPICKER*/
.Zebra_DatePicker .dp_monthpicker td { width: 33% }

/* YEARPICKER */
.Zebra_DatePicker .dp_yearpicker td { width: 33% }

/* = FOOTER */
.Zebra_DatePicker .dp_footer { margin-top: 3px }
.Zebra_DatePicker .dp_footer .dp_hover {
    background: #b52c28;
    color: #FFF;
}
.dp_footer{
	margin: auto;
	width: 98.6% !important;
}
/* = SELECT CURRENT DAY */
.Zebra_DatePicker .dp_today {
    color: #E0E0E0;
    padding: 3px;
}

/* = CLEAR DATE */
.Zebra_DatePicker .dp_clear {
    color: #E0E0E0;
    padding: 3px;
}

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PRESIOUS PROPERTIES) */
.Zebra_DatePicker td.dp_current { color: #E26261 }
.Zebra_DatePicker td.dp_disabled_current { color: #E38585 }
.Zebra_DatePicker td.dp_hover {
    background: #d64541;
    color: #FFF;
}
.Zebra_DatePicker td.dp_disabled {
    background: #ECECEC;
    color: #DDD;
    cursor: default;
}

/* = ICON */
button.Zebra_DatePicker_Icon {
    display: block;
    position: absolute;
	top: 9px !important;
	right: 10px !important;
	left: auto !important;
    width: 16px;
    height: 16px;
    min-height: 16px;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    vertical-align: top;
	background-color: transparent;
	color: #fff;
}
button.Zebra_DatePicker_Icon:after{
	content: "\f073";
	font: 14px FontAwesome;
}

button.Zebra_DatePicker_Icon_Disabled { color: #ecf0f1 }
/* |===============| DatePicker end |===============| */

/* |===============| block start |===============| */
.news_block .block_header{
	margin: 0 0 34px;
	font: bold 36px/40px ptsans;
	color: #54c5d0;
}
.news_block .block-row{
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 0 20px;
	border: 2px solid #ecf0f1;
	padding: 15px 10px 13px;
	font: 14px/17px ptsans;
	color: #737373;
}
.news_block .block-row:hover{
	color: #fff;
	background: #ed8666;
	border-color: #ed8666;
}
.news_block.block .block-row:hover *{
	color: #fff;
}
.news_block .block-row-img{
	float: left;
	margin: 0 10px 0 1px;
	width: 50px;
	height: 50px;
	background: #ccc;
}
.news_block img.block-row-img {
	width: 100%;
	height: auto;
}
.news_block .block-text .black{
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 8px;
	font-weight: normal;
	color: #ed8666;
}
.news_block .date{
	font-size: 16px;
	color: #a8afb2;
}
.news_block .block-text{
	overflow: hidden;
	position: relative;
	top: -3px;
}
.news_block .news_rating{
	float: right;
	margin: -3px 0 0 0;
}
.news_block .rating_item{
	margin: 0 0 0 -1px;
	vertical-align: top;
	display: inline-block;
	font: 12px/17px fontawesome;
	color: rgba(84, 197, 208, 0.3);
}
.news_block .rating_item:after{
	content: "\f005";
	display: block;
}
.news_block .rating_item_active{
	color: #54c5d0;
}
.news_block.block .block-row:hover .rating_item{
	color: rgba(255, 255, 255, 0.3);
}
.news_block.block .block-row:hover .rating_item_active{
	color: #fff;
}
.news_block .block .anons,
.news_block .block .anons p,
.news_block .block .date,
.news_block .block .rate{
	margin: 0 0 8px;
}
/* |===============| block end |===============| */

/* |===============| gallery start |===============| */
.gallery{
	position: relative;
	clear: both;
	margin: 0 0 80px;
	padding: 10px 0 0;
}
.gallery__crop{
	overflow: hidden;
}
.gallery__item{
	float: left;
	position: relative;
	margin: 0 20px 0 0;
	width: 180px;
	height: 180px;
}
.gallery__item:last-child{
	margin-right: 0;
}
.gallery__item img{
	vertical-align: top;
	width: 100%;
	height: 100%;
}
.gallery__popup{
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0, 0.3);
	text-align: center;
	line-height: 186px;
	color: #fff;
}
.gallery__popup:after{
	content: "\f002";
	font: 30px fontawesome;
}
.gallery__item:hover .gallery__popup{
	opacity: 1;
}
.gallery__prev,
.gallery__next{
	top: auto;
	left: -14px;
	bottom: 74px;
	margin: 0;
}
.gallery__next{
	left: auto;
	right: -14px;
}
.gallery h2{
	margin: 0 0 36px;
}
/* |===============| gallery end |===============| */

/* |===============| footer start |===============| */
.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.footer__center{
	padding: 26px 10px;
	border-top: 2px solid #ecf0f1;
	font-size: 14px;
}
.footer__unit .tel{
	margin: 18px 0 0;
}
.soc{
	margin: 5px 0 0 30px;
	float: right;
}
.soc a{
	display: inline-block;
	margin: 0 0 0 2px;
	width: 34px;
	height: 34px;
	background: #54c5d0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 34px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.soc a:hover{
	background: #ed8666;
}
/* |===============| footer end |===============| */

/* |===============| nav-list start |===============| */
.nav-list{
	margin: 34px 0;
	border: 2px solid #ecf0f1;
	padding: 25px 38px 35px;
}
.nav-list a{
	position: relative;
	display: block;
	margin: 0 0 22px;
	font: 16px/20px ptsans;
	color: #ed8666;
}
.nav-list a:after{
	content: "—";
	position: absolute;
	top: 0;
	left: -17px;
}
.nav-list a:hover{
	color: #54c5d0;
}
/* |===============| nav-list end |===============| */

/* |===============| paginator start |===============| */
.paginator a{
	display: inline-block;
	padding: 0 5px;
	font: 1em/1.7857em ptsans;
	color: #2e2e2e;
}
.paginator a:hover{
	color: #ed8666;
}
.paginator .prev,
.paginator .next{
	padding: 0;
	width: 24px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font: 24px/28px fontawesome;
	vertical-align: -3px;
	color: #ed8666;
}
.paginator .prev{
	margin: 0 12px 0 -2px;
}
.paginator .next{
	margin: 0 0 0 12px;
}
.paginator .prev:after{
	content: "\f0d9";
}
.paginator .next:after{
	content: "\f0da";
}
.paginator .active{
	text-align: center;
	display: inline-block;
	padding: 0 4px;
	min-width: 25px;
	line-height: 25px;
	background: #ed8666;
	color: #fff;
}
.paginator .start,
.paginator .end{
	vertical-align: 2px;
}
/* |===============| paginator end |===============| */

/* |===============| other start |===============| */
.btn,
a,
input,
button,
textarea,
.nav-toggle,
[class*="__prev"],
[class*="__next"],
.slider__slidenator__item,
.news_block.block .block-row *,
.gallery__popup{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.i-about > *:first-child,
.col-left > *:first-child,
.col-right > *:first-child{
	margin-top: 0;
}
.clear{
	display: block;
	clear: both;
}
[class*="__toggle"]{
	position: absolute;
	left: -1000px;
}
/* |===============| other end |===============| */

/* |===============| media start |===============| */
@media (min-width: 1012px) {
	.nav{
		display: table-cell !important;
	}
}
@media (max-width: 1011px) {
	.main-page{
		-webkit-background-size: auto;
		background-size: auto;
	}
	[class*="__center"]{
		width: 100%;
	}
	.header__center{
		position: relative;
		display: block;
		padding-right: 60px;
	}
	.header__unit{
		display: inline-block;
		padding: 0;
		width: auto;
	}
	.nav-toggle{
		z-index: 9;
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -17px;
		cursor: pointer;
		width: 34px;
		height: 34px;
		line-height: 38px;
		background: #54c5d0;
		color: #fff;
		text-align: center;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	.nav-overlay{
		display: none;
		position: absolute;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
		background: #000;
		opacity: 0.6;
		z-index: 2;
	}
	.nav-toggle:after{
		content: "\f0c9";
		font: 16px fontawesome;
	}
	.nav-toggle:hover{
		background: #ed8666;
	}
	.nav-toggle.active,
	.nav-toggle.active:hover{
		top: 16px;
		right: 6px;
		background: transparent;
	}
	.nav-toggle.active:after{
		content: "\f00d";
	}
	.nav{
		display: none;
		z-index: 8;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		padding: 26px 0 42px;
		background: #54c5d0;
	}
	.nav__item{
		display: block;
		margin: 0 0 26px;
		left: 0;
	}
	.nav__item:after{
		color: #fff;
		left: 18px;
	}
	.nav__item a{
		padding-left: 35px;
		color: #fff;
	}
	.slider__info{
		padding-left: 106px;
	}
	.gallery__crop{
		margin: auto;
		width: 780px;
	}
	.gallery__prev{
		left: 0;
	}
	.gallery__next{
		right: 0;
	}
}
@media (max-width: 880px) {
	.slider__info{
		padding-left: 56px;
		padding-right: 66px;
	}
	.gallery__crop{
		width: 580px;
	}
}
@media (max-width: 820px) {
	.col-left,
	.col-right{
		margin-bottom: 0;
	}
	.i-aside,
	.i-content{
		margin: 25px 0;
		padding: 0;
		width: 100%;
	}
	.news_block{
		margin: 0 -1% 0;
	}
	.news_block .block-row{
		vertical-align: top;
		display: inline-block;
		margin: 0 0.8% 20px;
		width: 48%;
	}
	.news_block .block_header{
		margin-left: 1%;
	}
}
@media (max-width: 760px) {
	.slider__info{
		font-size: 24px;
		line-height: 30px;
	}
	.slider__info__in{
		margin-right: -12px;
	}
	.col-left,
	.col-right{
		float: none;
		padding: 0;
		margin: 0 0 30px;
		width: auto;
	}
	.slider__item,
	.slider__info{
		height: 400px !important;
	}
}
@media (max-width: 680px) {
	.news_block{
		margin: 0;
	}
	.news_block .block-row{
		width: 100%;
		margin: 0 0 20px;
	}
	.gallery__crop{
		width: 380px;
	}
}
@media (max-width: 520px) {
	.gallery__crop{
		width: 180px;
	}
}
/* |===============| media 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;
    
}

[class$="_form"] .error.error_message {
    position: static;
}

/* |===============| 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;
}





.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: 81%;
}

[class$="_list"] .block h4 {
  margin:0 0 10px;
}

/*.date,[class$="_date"] {
    font: 14px/20px clear;
    color: #a8afb2;
}*/



.search_list .search_text {
    margin-bottom: 20px;
}

/* |===============| style end |===============| */
.privacy_field {
	font-size: 80%;
	line-height: 1.2em;
	margin-top: 1em;
}

.privacy_field a, .privacy_field a:hover {
	color:inherit;
	text-decoration: underline;
}