@import url(reset.css);
@import url(fontawesome.css);

@font-face {
    font-family: 'clear';
    src: url('../fonts/clear/clearsans-regular.eot');
    src: url('../fonts/clear/clearsans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clear/clearsans-regular.woff2') format('woff2'),
         url('../fonts/clear/clearsans-regular.woff') format('woff'),
         url('../fonts/clear/clearsans-regular.ttf') format('truetype'),
         url('../fonts/clear/clearsans-regular.svg#clear_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clear';
    src: url('../fonts/clear/clearsans-bold.eot');
    src: url('../fonts/clear/clearsans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clear/clearsans-bold.woff2') format('woff2'),
         url('../fonts/clear/clearsans-bold.woff') format('woff'),
         url('../fonts/clear/clearsans-bold.ttf') format('truetype'),
         url('../fonts/clear/clearsans-bold.svg#clear_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'clear';
    src: url('../fonts/clear/clearsans-italic.eot');
    src: url('../fonts/clear/clearsans-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clear/clearsans-italic.woff2') format('woff2'),
         url('../fonts/clear/clearsans-italic.woff') format('woff'),
         url('../fonts/clear/clearsans-italic.ttf') format('truetype'),
         url('../fonts/clear/clearsans-italic.svg#clear_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
/* |===============| global start |===============| */
html, body{
	height: 100%;
}
body{
	font: 14px clear, sans-serif;
	color: #2e2e2e;
	background: #fff;
}
#wrapper {
	position: relative;
	overflow: hidden;
	min-width: 1006px;
	min-height: 100%;
	background: url(../img/background.jpg) #d4e3e7 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
[class*="__center"],
.header,
.container{
	position: relative;
	margin: auto;
	width: 980px;
}
.container:before,
.container:after{
	content: "";
	display: block;
	clear: both;
}
	/* |===============| Отмена сбросса стилей start |===============| */
	.content{
		font: 18px/26px clear;
	}
	
	.content ul,
	.content ol,
	.content dl{
		margin:16px 0;
	}
	p{
		margin:0;
	}
	.content ul,
	.content ol,
	.content dd{
		padding-left:20px;
	}
	.content li{
		margin: 0 0 6px;
	}
	.content ul ul,
	.content ol ul,
	.content ul ol,
	.content ol ol{
		margin: 6px 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		margin: 21px 0;
		font-weight:bold;
	}
	h1,
	h2{
		margin: 0 0 21px;
		font: bold 30px/36px sans-serif;
		text-align: center;
	}
	.content h1{
		margin: 0 0 15px;
		text-align: left;
	}
	h3{
		margin: 29px 0 18px;
		font-size: 18px;
	}
	h5{font-size:0.83em;}
	h6{font-size:0.67em;}
	.content ul{list-style-type: disc;}
	.content ol{list-style-type: decimal;}
	a{
		text-decoration: none;
		color: #0c4da2;
	}
	a:hover{
		color: #8cb0de;
	}
	/* |===============| Отмена сбросса стилей 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: bold 14px/20px clear, sans-serif;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]),
	textarea{
		padding: 5px 10px 6px;
		border: 1px solid #bbc3c6;
		width: 219px;
		background: #fff;
		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: #0c4da2;
	}
	.infofield{
		display: block;
		margin: 0 0 8px;
	}
	#wrapper .error_input{
		background: #ffeff3;
	}
	::-webkit-input-placeholder {color:#bbc3c6;}
	::-moz-placeholder          {color:#bbc3c6;}/* Firefox 19+ */
	:-moz-placeholder           {color:#bbc3c6;}/* Firefox 18- */
	:-ms-input-placeholder      {color:#bbc3c6;}
	
	
	/* |===============| selectbox start |===============| */
	.selectbox {
		position: relative;
		vertical-align: middle;
		cursor: pointer;
		color: #2e2e2e;
	}
	.selectbox .select{
		border: 1px solid #bbc3c6;
		padding: 5px 8px 6px 26px;
		text-shadow: 1px 1px #FFF;
		background: #fff;
	}
	.selectbox.focused .select {
		border: 1px solid #0c4da2;
	}
	.selectbox .select .text {
		display: block;
		width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		
	}
	.selectbox .trigger {
		position: absolute;
		top: 0;
		left: 0;
		width: 34px;
		height: 100%;
	}
	.selectbox .trigger .arrow {
		position: absolute;
		top: 50%;
		left: 8px;
		margin-top: -3px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #bbc3c6;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.selectbox .dropdown {
		margin: -1px 0;
		padding: 4px 6px;
		background: #FFF;
		border: 1px solid #bbc3c6;
                z-index: 2;
	}
	.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: #0c4da2;
	}
	.selectbox li.disabled {
		color: #AAA;
	}
	.selectbox li.disabled:hover {
		background: none;
	}
	/* |===============| selectbox end |===============| */

	/* |===============| form end |===============| */
.btn,
a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button{
	display: inline-block;
	text-transform: uppercase;
	font: bold 10px/18px clear, sans-serif;
	border: 0;
	padding: 0 3px;
	color: #fff;
	background: #0c4da2;
	text-decoration: none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-left: 7px;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover{
	background: #3372c3;
}
.btn:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active{
	/*background: #d5224f;*/
}
.btn.btn_wh{
	background: #ecf0f1;
	color: #0c4da2;
}
.btn.btn_wh:hover{
	background: #d8dadb;
}
.btn.btn_big{
	line-height: 41px;
	height: 41px;
	font-size: 16px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
	box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
}
/* |===============| global end |===============| */

/* |===============| header start |===============| */
.logo{
	float: left;
	margin: 0 80px 0 0;
}
.sky,
.valuta{
	float: left;
	margin: 4px 68px 0 0;
	font: bold 10px/14px sans-serif;
	text-transform: uppercase;
}
.sky__val{
	font: bold 30px/40px sans-serif;
	color: #0c4da2;
}
.sky__image{
        height:34px;
        width:  34px;
	
        
}

.sky__image path {
    fill: white;
}

.sky__val sup{
	font-size: 18px;
	vertical-align: 10px;
}
.valuta{
	margin: 4px 0 0;
}
.valuta__val{
	margin: 7px 0 0;
	font: bold 15px/20px Arial;
	/*font: bold 14px/22px clear; было*/
}
.valuta__val i{
	font-style: normal;
	margin-right: 7px;
}
.tel{
	float: right;
	text-align: right;
	margin: 2px 3px 0;
	text-transform: uppercase;
	font: bold 10px/22px sans-serif;
}
.tel b{
	display: block;
	margin: 0 -4px 0 0;
	font-size: 24px;
}
.langs{
	text-align: right;
	height: 24px;
}
.langs a{
	display: inline-block;
	margin: 0 0 0 5px;
	border-top: 3px solid transparent;
	padding: 7px 0 0;
	font: bold 10px/14px clear;
	color: #2e2e2e;
        text-transform: uppercase;
}
.langs .langs__active{
	border-color: #0c4da2;
	color: #0c4da2;
}
.header__unit{
	margin: 6px 0 0;
	overflow: hidden;
}
/* |===============| header end |===============| */

/* |===============| nav start |===============| */
.nav{
	margin: 33px 0 0;
	min-height: 40px;
	background: url(../img/nav_bg.jpg);
}
.nav__list{
	float: left;
}
.nav__list > li{
	float: left;
}
.nav__list a{
	display: inline-block;
	text-transform: uppercase;
	padding: 0 18px;
	font: bold 14px/40px sans-serif;
	color: #fff;
}
.nav__list a:hover{
	color: #8cb0de;
}
.nav__list > li:first-child a{
	padding-left: 20px;
}
/* |===============| nav end |===============| */

/* |===============| search start |===============| */
.search{
	overflow: hidden;
	float: right;
	width: 44px;
	padding: 0 1px 0;
	line-height: 40px;
}
.search .fa-search{
	float: left;
	text-align: center;
	margin: 2px 0 0;
	width: 34px;
	height: 34px;
	font-size: 12px;
	line-height: 34px;
	cursor: pointer;
	color: #fff;
}
.search .fa-search:hover{
	color: #8cb0de;
}
.search_form{
	position: relative;
	display: none;
	float: right;
	overflow: hidden;
}
.search_active{
	width: auto;
}
.search_active .search_form{
	display: block;
	padding-right: 4px;
}
#wrapper .search .input_search{
	padding: 2px 10px 4px;
	border: 0;
}
#wrapper .submit_search{
	height: 26px;
	background: #ecf0f1;
	color: #0c4da2;
}
/* |===============| search end |===============| */

/* |===============| container start |===============| */
.container{
	padding: 30px 0 0;
}
.container_avia .slider{
	margin: 0 0 41px;
}
.container_avia .tablo{
	margin: 0 0 36px;
}
.container_avia .box_rp{
	margin: 0 0 17px;
}
.container_online_tablo{
	padding: 23px 0 0;
}
.container_raspisanie .box_rp{
	margin-bottom: 21px;
}
/* |===============| container end |===============| */

/* |===============| slider start |===============| */
.slider{
	position: relative;
	overflow: hidden;
	margin: 0 0 29px;
	height: 280px;
}
.slider__item{
	width: 980px;
	float: left;
	position: relative;
}
.slider__item__pic{
	width: 100%;
}
.slider__info{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 41px 32px 0 48px;
	width: 385px;
	line-height: 20px;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
.slider__info h2{
	text-align: left;
	margin: 0 0 10px;
	overflow: hidden;
	height: 74px;
	font: bold 30px/37px sans-serif;
}
.slider__info .btn_wh{
	margin-top: 190px;
	margin-left: 239px;
}
.slider__info__text{
	overflow: hidden;
	max-height: 100px;
	min-height: 71px;
}
.slider__slidenator{
	position: absolute;
	left: 646px;
	bottom: 16px;
}
.slider__slidenator__item{
	cursor: pointer;
	display: inline-block;
	margin: 0 -240px -5px 250px;
	width: 11px;
	height: 11px;
	background: #8da7c9;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.slider__slidenator__item_active{
	background-color: #fff;
}
/* |===============| slider end |===============| */

/* |===============| menu start |===============| */
.menu{
	margin: 0 0 12px -20px;
	overflow: hidden;
}
.menu__item{
	position: relative;
	float: left;
	margin: 0 0 20px 20px;
	width: 230px;
	height: 119px;
	background: #000;
}
.menu__item__pic{
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	
}
.menu__item__info{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 8px;
	width: 230px;
	height: 119px;
	text-transform: uppercase;
	font: bold 18px/23px clear;
	color: #fff;
}
.menu__item__icon{
	margin: 0 10px 0 0;
	max-width: 51px;
	max-height: 56px;
	vertical-align: middle;
}
.menu__item__unit{
	text-align: left;
	display: inline-block;
	max-width: 150px;
	vertical-align: middle;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-family: sans-serif;
    font-size: 14px;
}
/* |===============| menu end |===============| */

/* |===============| tabs start |===============| */
.tabs{
	margin: 0 0 22px;
}
.tabs:after{
	content: "";
	display: block;
	clear: both;
}
.tabs .tabs__item{
	cursor: pointer;
	text-transform: uppercase;
	float: left;
	margin: 0 21px 0 0;
	padding: 0 10px;
	font: bold 12px/30px sans-serif;
	color: #0c4da2;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
	box-shadow: 0 1px 3px rgba(0,0,0, 0.3);
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tabs .tabs__item_active{
	cursor: default;
	color: #2e2e2e;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0, 0.2);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0,0,0, 0.2);
}
.tabs__item_in{
	padding-right: 13px;
}
.tabs__item:before{
	content: "";
	display: inline-block;
	vertical-align: -2px;
}
.tabs__item_in:before{
	margin: 0 9px 0 0;
	width: 16px;
	height: 14px;
	background: url(../img/in_blue.png);
}
.tabs__item_in.tabs__item_active:before{
	background: url(../img/in_gray.png);
}
.tabs__item_out:before{
	margin: 0 12px 0 4px;
	width: 17px;
	height: 15px;
	background: url(../img/out_blue.png);
}
.tabs__item_out.tabs__item_active:before{
	background: url(../img/out_gray.png);
}
/* |===============| tabs end |===============| */

/* |===============| flight-search start |===============| */
.flight-search{
	position: relative;
	float: right;
	margin: -1px 0 0;
}

.container_raspisanie .flight-search {
	display: none;
}

.tabs .flight-search input.flight-search__input{
	padding: 4px 25px 6px 15px;
	width: 251px;
	border-color: #d5e5e5;
}
#wrapper .flight-search__submit{
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 8px;
	background: none;
	font: 12px/18px FontAwesome;
	color: #a8afb2;
}
.flight-search__submit:after{
	content: "\f002";
}
/* |===============| flight-search end |===============| */

/* |===============| tablo start |===============| */
.tablo{
	table-layout: fixed;
	margin: 0 0 10px;
	width: 100%;
	background: #fff;
	
}

.container_raspisanie .tablo {
	display: none;
}

.tablo tr{
	border-bottom: 1px solid #ecf0f1;
}
.tablo thead tr{
	border-bottom: 0;
	font-size: 12px;
	color: #fff;
	background: #0c4da2;
}
.tablo tr:last-child{
	border-bottom: 0;
}
.tablo td, .tablo th {
	font-weight: bold;
	overflow: hidden;
	padding: 4px 10px 4px 20px;
	vertical-align: middle;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.tablo td:first-child img{
	margin: 0 18px 0 0;
}
.tablo th {
	padding: 4px 6px 4px 18px;
        height: 40px;
	border-right: 1px dashed #fff;
}
.tablo thead th:last-child{
	border-right: 0;
}
.tablo td i{
	font-style: normal;
	color: #bbc3c6;
}
.tablo th i{
	font-style: normal;
	color: #508ad6;
}
.tablo_out,
.tablo_rp_out{
	display: none;
}
.tablo.tablo_rp_in,
.tablo.tablo_rp_out{
	margin-bottom: 64px;
}
.tablo .tablo_td_1:first-child,
.tablo .tablo_td_1{
	width: 180px;
}
.tablo .tablo_td_2{
	width: 210px;
}
.tablo .tablo_td_3{
	width: 80px;
}
.tablo .tablo_td_4{
	width: 98px;
}
.tablo .tablo_td_5{
	width: 204px;
}
.tablo .tablo_td_6{
	width: 209px;
}
/* |===============| tablo end |===============| */

/* |===============| box start |===============| */
.box:after{
	content: "";
	display: block;
	clear: both;
}
.box{
	margin: 0 0 44px;
	padding: 25px 20px 16px;
	background: #fff;
}
.box__unit{
	display: inline-block;
	text-align: right;
}
.box__unit:first-child{
	margin: 0 38px 0 0;
}
.box__title{
	display: inline-block;
	margin: 0 7px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.box__item{
	float: left;
	margin: 0 18px 7px 0;
	position: relative;
}
.box__unit .box__item{
	float: none;
	margin: 0 0 7px 0;
}
.box__item input{
	text-transform: uppercase;
	font-size: 12px;
}
#wrapper .box__item_sortie input,
#wrapper .date_to,
#wrapper .date_from{
	padding-left: 34px;
}
.box_date:before,
.box__item_sortie:after{
	content: "\f05b";
	position: absolute;
	top: 7px;
	right: 193px;
	font: 16px/20px fontawesome;
	color: #bbc3c6;
}

.box_reset {
    vertical-align: middle;
    line-height: 33px;
}

.btn.btn_rs{
	float: right;
	margin: 16px 7px 0 0;
	width: 196px;
}
.date_to,
.date_from{
	cursor: pointer;
}
.box_date:before{
	content: "\f133";
	top: 6px;
}
.box_menu{
	margin-bottom: 20px;
	padding: 12px 19px 16px;
}
.box_rp{
	padding: 18px 20px 11px;
}
.box_rp input:not([type="submit"]):not([type="button"]):not([type="image"]){
	width: 179px;
}
.box_rp .box_date:before{
	right: 153px;
}
.box_rp .btn.btn_rs{
	margin: -4px 0 0 0;
	width: 157px;
       /* width:120px;*/
}
.box_rp .select{
	width: 179px !important;
}

.box input,
.box textarea,
.box .selectbox{
	font: bold 12px/20px clear, sans-serif;
	text-transform: uppercase;
}
/* |===============| box end |===============| */

/* |===============| news start |===============| */
.news{
	overflow: hidden;
	margin: 0 0 11px -19px;
}
.news__item{
	float: left;
	position: relative;
	margin: 0 0 19px 19px;
	padding: 17px 4px 0 138px;
	line-height: 16px;
	width: 480px;
	height: 128px;
	background: #fff;
}
.news__item__pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 128px;
	height: 128px;
}
.news__item__title{
	display: inline-block;
	overflow: hidden;
	margin: 0 0 1px;
	max-height: 33px;
        text-transform: uppercase;
}
.news__item__title:hover{
	color: #3372c3;
}
.news__item__text{
	overflow: hidden;
	max-height: 60px;
	font: 12px/20px clear;
        text-overflow: ellipsis;
}

.news__item__text p {
     text-overflow: ellipsis;
	 font-family: sans-serif;
}
/* |===============| news end |===============| */

/* |===============| banners start |===============| */
.banners{
	overflow: hidden;
	margin: 0 0 31px -20px;
}
.banners__item{
	float: left;
	width: 230px;
	/*height: 79px;*/
	margin: 0 0 5px 80px;
}
.banners__item img{
	width: 100%;
	height: auto;
}
/* |===============| banners end |===============| */

/* |===============| pag-box start |===============| */
.pag-box{
	margin: 0 0 20px;
}
.pag-box,
.pag-box a{
	text-transform: uppercase;
	font: bold 12px/39px sans-serif;
	background: #0c4da2;
	color: #fff;
}
.pag-box a{
	position: relative;
	display: inline-block;
	padding: 0 36px 0 12px;
}
.pag-box a:first-child{
	padding-left: 21px;
}
.pag-box a:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 39px;
	background: url(../img/bdcr_sep.png) #fff;
}
/* |===============| pag-box end |===============| */

/* |===============| list-menu start |===============| */
.list-menu{
	float: left;
	margin: 0 21px 0 49px;
}
.list-menu:first-child{
	margin: 0;
}
.list-menu:last-child{
	margin-right: 0;
}
.list-menu > li:first-child{
	margin: 0 0 4px;
	min-height: 32px;
	text-transform: uppercase;
}
.list-menu > li:first-child a{
	color: #2e2e2e;
	font: bold 12px/16px sans-serif;
}
.list-menu a{
	font: 12px/20px sans-serif;
	color: #8c8f91;
}
.list-menu a:hover{
	color: #2e2e2e;
}
.list-menu ul{
	padding-left: 13px;
}
/* |===============| list-menu end |===============| */

/* |===============| footer start |===============| */
.footer{
	font: 12px/20px clear;
	color: #fff;
	background: url(../img/footer.jpg);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.footer__center{
	padding: 54px 3px 57px;
        display: table;
}

.footer__center .copy, .footer__center .social,.footer__center .diafan {
    display: table-cell;
    vertical-align: middle;
    margin:0;
}

.footer__center .social {
		width: 175px;
}


.diafan:before, .diafan:after {
    display: table;
    content: " ";
}

.diafan:after {
    clear: both;
}


.diafan > a {
	text-decoration: none;
}

.diafan .diafan__logo {
	float:left;
	margin-right: 10px;
}

.diafan .diafan__info {
	color:#fff;
	font-size: 12px;
	line-height: 14px;
	height:30px;
	width: 120px;
}
/* |===============| footer end |===============| */

/* |===============| aside start |===============| */
.aside{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px;
	width: 230px;
}
.aside__list{
	padding: 24px 19px 15px;
	background: #fff;
}
.aside__list li{
	padding: 0 0 11px;
}
.aside__list a{
	font: 15px/18px sans-serif;
	color: #0c4da2;
}
.aside__list a:hover{
	color: #8cb0de;
}
.aside .menu{
	margin: 0;
}
.aside .menu__item{
	overflow: hidden;
	margin: 20px 0 0;
	height: 99px;
}
.aside .menu__item img{
	height: auto;
}
.aside .menu__item__info{
	padding: 0 11px 0 8px;
	height: 99px;
}
/* |===============| aside end |===============| */

/* |===============| right-col start |===============| */
.right-col{
	display: inline-block;
	vertical-align: top;
	margin: 0 -10px 0 16px;
	padding: 16px 29px;
	width: 732px;
	background: #fff;
}
/* |===============| right-col end |===============| */

/* |===============| breadcrumb start |===============| */
.breadcrumb{
	margin: 0 0 5px;
}
.breadcrumb,
.breadcrumb a{
	font: 12px/15px sans-serif;
	color: #a8afb2;
}
.breadcrumb a,
.fa-caret-right{
	display: inline-block;
	margin-right: 3px;
}
/* |===============| breadcrumb end |===============| */

/* |===============| social start |===============| */
.social{
	margin: 41px 0 41px 3px;
}
.social a{
	display: inline-block;
	margin-right: -1px;
}
/* |===============| social end |===============| */
.sert {
    border:0;
    width:100%;
    border-collapse: collapse;
}

.sert td {
    vertical-align: top;
    padding: 10px;
}

.sert td > p:first-child {
    margin-top:0;
}


.sudna table {
    width:100%;
    border:0;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.sudna table tr td:first-child {
    width:480px;
    padding-right: 20px;
}

.sudna table caption {
    color:#0c4ca3;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.sudna_images {
    position: relative;
    overflow: hidden;
    margin:0 0 20px;
    
}

.sudna_images__item img {
    width:100%;
    height: auto;
}

.sudna_images__item {
    width:674px;
    float:left;
}

.sudna_images__prev, .sudna_images__next {
    display: block;
    width:30px;
    height: 30px;
    position: absolute;
    top:47%;
    background-color: rgba(0,0,0,0.35);
    cursor: pointer;
    color:#fff;
    font-family: FontAwesome;
    line-height: 30px;
    text-align: center;
}

.sudna_images__prev {
    left:15px;
}

.sudna_images__prev::before {
    content: "\f053";
}

.sudna_images__next {
    right:15px;
}

.sudna_images__next::before {
    content: "\f054";
}

.news__header {
	position: relative;
	margin: 25px;
}

.news__header .news__all {
	position: absolute;
	right:0;
	top:0;
	text-transform: uppercase;
	font-weight: bold;
	font-size:12px;
	line-height: 36px;
}

.tablo th:first-child {
	width:230px;
}

.news_list .block-row-img {
    float:left;
    margin-right:15px;
    width:120px;
}

.news_list .block-row-img img  {
    width:100%;
    height: auto;
}

.news_list .block-text {
    float:right;
    width:80%;
}


:before, :after {
    box-sizing: border-box;
}

.news_list .block:before, .block:after {
    display: table;
    content: " ";
}

.news_list .block:after {
    clear: both;
}

.news_list .block-text > h4 {
	margin-top: 0;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

.news_list .block-text {
	font-size:14px;
	line-height: 20px;
}

.date {
	font-size: 12px;
	color:#9ba2a5;
}

.container .row {
    display: table;
    width:100%;
}

.container .row .column {
    display: table-cell;
    vertical-align: top;
}

.container .row:before, .container .row:after {
    display: table;
    content: " ";
}

.container .row:after {
    clear: both;
}

.container .row .column3 {
    width:80%;
}

.container .row .column1 {
    width:230px;
}

.slider-menu {
    position: relative;
    overflow: hidden;
    height:258px;
    width:230px;
}

.slider-menu__item {
    width:230px;
    float: left;
    position: relative;
}

.slider-menu__item .slider-menu__item__pic {
    width:100%;
    height: auto;
}

.table_reestr {
    width:100%;
    border-collapse: collapse;
    font-size:0.8em;
}

.table_reestr td, .table_reestr th {
    padding:10px;
    
    border:1px solid #ccc;
    vertical-align: middle;
}

.table_reestr th {
    background-color: #f8f8f8;
}