.about-company .normal-ul li::before,
.about-company.global-normal-ul li::before
 {
	background: none;
	padding: 0px;
	position: static;
	height: 10px;
    margin: 0px;
}

.about-company .normal-ul li,
.about-company.global-normal-ul li
 {
	border: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.about-company .normal-ul li a,
.about-company.global-normal-ul li a
 {
	color: #000;
	transition: 0.3s;
}

.about-company .normal-ul li a:hover,
.about-company.global-normal-ul li a:hover
 {
	color: #d49427;
}

.about-company .field-item ul.normal-ul,
.about-company.global-normal-ul .field-item ul
 {
	padding: 0px!important;
	margin: 0px!important;
}

header .onli-footer {
	display: none;
}

.news-sidebar .pane-views-blog-mini .pane-title{
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

/*table-price*/
.table-price{
	width: 100%;
	margin: 50px 0 50px 0;
}

.table-price td{
	text-align: center;
	border-bottom: 1px solid #d49427;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
	padding: 15px 5px;
	font-size: 15px;
	font-weight: 300;
	color: #3b3b3b;
}

.table-price th{
	font-size: 15px;
	font-weight: 600;
	vertical-align: bottom;
	padding: 5px;
	border-bottom: 1px solid #d49427;
	line-height: 22px;
	text-align: center;
}

.table-price tr:hover td{
	background: #f3f2f0;
}
/*end*/


img.img--100 {
	width: 100%;
}


.table.table--content th,
.table.table--content td {
    border: solid 1px #555;
}
.table--content th {
    text-align: center;
    background: #ddd;
}
@media (min-width:768px) {
	.table.table--content {
		display: table;
	}
}

.btn--lang-switcher {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9pt;
    color: #555;
    border: solid 1px #ddd;
    width: 22px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    padding: 1px 0;    
}
/* .btn--lang-switcher:before {
    content: "en";
    display: block;
} */
.btn--lang-switcher:hover {
    color: #555;
}
.container-content {
	background: rgba(255, 255, 255, 0.85);
	padding: 3.125rem 2.5rem;
}
.item-faq {
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
	padding-bottom: 22px;
	padding-bottom: 1.375rem;
	border-bottom: 1px solid #a7a7a7;
}
.article__title {
	font-size: 1.3rem;
	text-transform: none;
	margin-bottom: 10px;
}
.article__title:hover {
	color: #333;
	text-decoration: underline;
}
.article__desc {
	font-size: 0.8rem;
}
.footer-sitemap {
   color: #fff;
   display: inline-block;
   padding: 5px;
}
.footer-sitemap:hover {
   text-decoration: none;
   color: #fff;
   background: rgba(0,0,0,.3);
}

.how-rent-helicopter {
	margin-top: 30px;
}
.list-rent-helicopter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.list-rent-helicopter, .item-rent-helicopter {
	box-sizing: border-box;
}
.item-rent-helicopter{
	flex: 100%;
	padding: 0 20px;
}
.item-rent-helicopter img {
	width: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.advantages-rent-helicopter img {
	width: 25px;
}
.advantages-rent-helicopter td {
	padding: 10px;
}

.services__desc a:hover{
	color: #007bff;
}
.services__link {
	margin: 10px 0;
}

.footer__phone__btn-callback:after {
	content: " ";
	display: table;
	clear: both;
}
.footer__btn-callback {
	min-width: 188px;
}

.teamslider_item {
	position: relative;
	margin: 0 auto;
	max-width: 340px;
}
.teamslider_img {
	margin-bottom: 15px;
}
.teamslider_img img {
    width: 100%;
    height: auto;
}
.teamslider_title {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'fira_sansbold', Arial, sans-serif;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	text-align: left;
	color: #333;
	padding: 0 30px 0 15px;
}
.teamslider_txt {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 15px;
	height: 50px;
	color: #333;
	overflow: hidden;
}

.news_list {
	margin-bottom: 30px;
}
.news_list .section-head {
	margin-bottom: 30px;
}
.news_list .item {
    margin-bottom: 0;
    border-radius: 4px;
    background: #ffffff;
    padding-bottom: 20px;
}
.news_list .item .item_img {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 175px;
    line-height: 0;
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.news_list .item .item_img img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.news_list .item .item_text {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 275px;
    padding: 24px 40px 0;
    color: #636363;
    line-height: 28px;
    position: relative;
}
.news_list .item .item_text .item_name {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 15px;
}
.news_list .item .item_description {
    text-align: left;
    word-spacing: 2px;
    font-size: 14.5px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.news_list .item .btn-news-item {
    padding: 16px 39px 15px;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 0 40px;
    border-radius: 3px;
}
.btn-all-news {
    padding: 16px 39px 15px;
	margin: 0 auto;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    -webkit-border-radius: 3px;
}

@media screen and (min-width:769px) {
	.item-rent-helicopter {
		flex: 33%;
	}
	.item-rent-helicopter img {
		width: 130px;
	}
}
@media screen and (min-width:992px) {
	.item-rent-helicopter {
		flex: 20%;
	}
}
@media screen and (min-width:1200px) {
	.footer__phone__div {
		float: left;
	}
	.footer__btn-callback {
		float: right;
	}
	.news_list .item .item_text {
	    height: 200px;
	}
}
