header pre {
	color: #FFF;
}

.loader {
	display: none;
	height: 300px;
	background: url(/local/img/loading.gif) no-repeat center;
}

.range_val .slider-range .ui-slider-handle {
	margin-left: -12px;
}

.range_val .inp-group input {
	color: #000;
}

.list-tags li a.active {
    background: #222;
    color: #FFFFFF;
}

@media only screen and (max-width: 1100px) {
	.range_val .slider-range .ui-slider-handle {
		margin-left: -8px;
	}
}

.td-model {
	width: 19.5%;
	padding-left: 20px;
}

.td-capacity {
	width: 15.5%; 
}

.td-date {	
	width: 15.5%; 
}
  
.td-price {	
	width: 11.5%; 
}

.recommended-results {
	display: none;
}

.list-radio .disabled {
	color: #777;
}

.hidden {
	display: none !important;
}


.nav-tabs .nav-item:first-child .nav-link {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}


.nav-tabs .nav-item:last-child .nav-link,
.nav-tabs .nav-item.visible:last-child .nav-link {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/*
.nav-tabs .nav-item:last-child .nav-link {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
*/



/*
.result-search-page .nav-tabs .nav-link {
	border: 1px solid transparent;
}

.result-search-page .nav-tabs .nav-link.active {
	border-radius: 4px !important;
}

.result-search-page .nav-tabs .nav-link:not(.active):focus, 
.result-search-page .nav-tabs .nav-link:not(.active):hover {
	color: #000;
	border-color: transparent !important;
}
*/



.card-article-col,
.card-airplane-col {
	display: block;
}

.calendar-box.today {
	border: 1px solid #777;
}

.events-calendar-month .month-name {
	display: none;
}

.events-calendar-month .month-name.active {
	display: block;
}

.remove-favorite {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	border-radius: 50%;
	background: #fff;
	width: 32px;
	height: 32px;
	fill: #BA935F;
	padding: 8px 7px;

	position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
}

.remove-favorite:hover {
	background: #BA935F;
	fill: #fff;
}

.clear-favorites {
	display: inline-flex;
	fill: #9F9F9F;
	width: 48px;
	height: 48px;
	padding: 7px;
	align-items: center;
}




ul.original {
	list-style-type: disc;
	padding-left: 40px;
}

ul.original li p {
	margin-bottom: .5em !important;
}


.menu li a.brown {
    color: #BA935F;
}

.menu li a.brown:hover {
    color: #AE762C;
}

.search-input::placeholder {
	color: gray !important;
	font-weight: normal !important;
}

a.page-text,
.page-text a {
	display: inline;
    /*color: #000;*/
	color: #BA935F;
	text-decoration: underline;
}

a.page-text:hover,
.page-text a:hover {
    color: #BA935F;
}

.page-text b, 
.page-text strong {
    font-weight: bolder;
}

.page-text i, 
.page-text em {
	font-style: italic;
}

.page-text ol {
	list-style-type: disc;
}

.page-text ul {
    list-style-type: disc;
}

.page-text ol li,
.page-text ul li {
	margin-left: 16px;
}

.btn-load-toggle {
    margin-top: 23px;
}

@media only screen and (max-width: 1200px) {
	.btn-load-toggle {
		margin-top: 0;
	}
}







.header-links__count {
	padding: 1px 7px;

	position: absolute;
	width: 23px;
	height: 16px;
	/* Gold */
	background: #BA935F;
	border-radius: 18px;

	font-size: 12px;
	line-height: 14px;

	color: #FFFFFF;

	left: 36px;
    top: -9px;
}

.mobile-menu__body .header-links__count {
	top: 2px;
	left: 52px;
}

.header-links__count[data-count="0"] {
	display: none;
}

input.input-hidden {
	height:0;
    width:0;
    visibility: hidden;
    padding:0;
    margin:0;
    float:right;
}



.item-popover {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	margin: 0 auto;
	width: 263px;
	height: 121px;
	border-radius: 8px;

	background-color: black;
	border: 1px solid #BA935F;

	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	padding: 24px 18px;
	z-index: 10;
}

.item-popover .inp-icon.close {
	width: 20px;
	height: 20px;
	right: 10px;
	top: 10px;
}

.item-popover__wrapper {
	display: flex;
}

.item-popover__wrapper .svg-icon.ok {
	fill: #6BED84;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	flex: 0 0 20px;
}

.item-popover__body {
	flex: 1;
}

.item-popover .btn.btn-sm {
	font-size: 10px;
	height: 24px;
    width: 98px;
}

.mobile-menu .user-navigation {
	position: relative;
}

.header-links {
	position: relative;
}

.header-links__tooltip {
	visibility: hidden;
	opacity:0;
	width: 230px;
	height: 170px;
	background-color: #151515;
	border: 1px solid #BA935F;
	color: #fff;
	text-align: center;
	/* border-radius: 6px; */
	padding: 5px 0;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);

	top: 100%;
	margin-top: 25px;

	font-size: 13px;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	transition:visibility 0.1s,opacity 0.1s;
	padding: 0 20px;
	z-index: 2;
}

.header-links__tooltip.inside {
	z-index: 3;
	border: none;
    width: 42px;
    height: 1px;
}

.header-links__tooltip.outside {
    width: 547px;
    height: 294px;
	font-size: 16px;
	line-height: 22px;
}

.header-links__tooltip.outside strong {
	font-size: 18px;
	line-height: 22px;
}

.header-links__tooltip strong {
	font-size: 14px;
}

header .header-links__tooltip:before,
.header-links__tooltip.inside:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -22px;
	border: 22px solid transparent;
	border-bottom-color: #BA935F;
}

header .header-links__tooltip:after,
.header-links__tooltip.inside:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -20px;
	border: 20px solid transparent;
	border-bottom-color: #151515;
}

header .header-links.no-data:hover .header-links__tooltip,
.header-links.no-data.show-tooltip .header-links__tooltip,
.header-links__tooltip.show-tooltip {
	visibility: visible;
	opacity: 1;
}


/*
@media only screen and (max-width: 768px) {
	.header-links__tooltip.inside:before {
		margin-left: -22px;
		border-width: 22px;
		margin-bottom: -1px;
	}

	.header-links__tooltip.inside:before {
		margin-left: -20px;
		border-width: 20px;
		margin-bottom: -1px;
	}
}
*/

@media only screen and (max-width: 575px) {
	.header-links__tooltip.outside {
		width: 343px;
		height: 263.64px;
	}

	.item-popover {
		width: calc(100% - 20px);
		height: 170px;
		box-sizing: border-box;
	}

	.item-popover__wrapper {
		flex-direction: column;
    	align-items: center;
	}

	.item-popover__wrapper .svg-icon.ok {
		margin-right: 0;
		margin-bottom: 10px;
		width: 27px;
		height: 27px;
	}

	.item-popover__body {
		width: 130px;
		text-align: center;
	}

	.item-popover .btn.btn-sm {
		font-size: 14px;
		width: 100%;
		height: 32px;

	}


	


}

@media only screen and (max-width: 360px) {
	.header-links__tooltip.outside {
		width: 100%;
		height: 263.64px;
	}
}

.events-show-all {
	margin-left: auto;
}

.events-show-all a {
	display: block;
	background: #E4E4E4;
	border-radius: 4px;
	height: 21px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 14px;
	color: #000;
	font-weight: normal;
	line-height: 26px;;
}

.events-show-all.active a {
	background-color: #BA935F;
	
}

.events-show-all a:hover {
	background-color: #AE762C;
	color: #FFF;

}

.no-results {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
}

.breadcrumb {
	background: none;
	display: flex;
	align-items: center;
	padding: 0;
}

.breadcrumb-item .svg-icon {
	width: 20px;
	height: 17px;
	fill: #9F9F9F;
}

.breadcrumb-item,
.breadcrumb-item:before,
.breadcrumb-item a {
	color: #9F9F9F;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: none;
}

.breadcrumb-item a {
	display: inline;
	text-decoration: none;
}

.breadcrumb-item a:hover {
	text-decoration: underline;
}


.filter-count-wrapper {
	color: #9F9F9F;
}

.aircraft-catalog-sales .btn-load-toggle,
.encyclopedia-aircraft-catalog .btn-load-toggle {
    max-width: none;
    margin: 0;
}


.news-slider-wrapper .slider-nav {
	margin-top: 10px;
}

.news-card .box-text {
	margin-bottom: 16px !important;
}

.article-page .box-text {
	margin-bottom: 0;
	max-width: none;
}

.article-page h2 {
	/*margin-top: 3rem;*/
	line-height: 1;
	font-size: 25px;
    margin: 3rem 0 30px;
    color: #434343;
}

.article-page .box-text h3 {
	line-height: 1.2;
	font-size: 20px;
    color: #434343;
}

.result-search-box .box-text {
	margin-bottom: 39px;
}

.right-aside .card-news__title {
	/* height: 60px; */
}

.right-aside .box-text p {
	margin-bottom: 25px;
}

.prices-popular-distance-wrapper {
	max-width: unset !important;
}




.checked-list {
    margin: 1.5em 0;
    list-style: none;
    padding-left: 0;
}

.checked-list li {
    position: relative;
    padding-left: 40px;
    margin-top: 15px;
}

@media (max-width: 500px) {
	.checked-list li {
		padding-left: 25px; 
	} 
}

.checked-list li:first-child {
    margin-top: 0;
}

.checked-list li:before {
    content: '';
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNC41MDIsNzUuNDk2Yy05Ljk5Ny05Ljk5OC0yNi4yMDUtOS45OTgtMzYuMjA0LDBMMTYxLjU5NCwzODIuMjAzTDQzLjcwMiwyNjQuMzExYy05Ljk5Ny05Ljk5OC0yNi4yMDUtOS45OTctMzYuMjA0LDAgICAgYy05Ljk5OCw5Ljk5Ny05Ljk5OCwyNi4yMDUsMCwzNi4yMDNsMTM1Ljk5NCwxMzUuOTkyYzkuOTk0LDkuOTk3LDI2LjIxNCw5Ljk5LDM2LjIwNCwwTDUwNC41MDIsMTExLjcgICAgQzUxNC41LDEwMS43MDMsNTE0LjQ5OSw4NS40OTQsNTA0LjUwMiw3NS40OTZ6IiBmaWxsPSIjYmE5MzVmIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    width: 12px;
    height: 12px;
    background-size: cover;
}

@media (max-width: 500px) {
	.checked-list li:before {
		left: 0px;
		top: 7px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}


.price-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: -30px;
    padding-bottom: 30px;
}

.price-info {
    width: calc(25% - 20px);
    margin: 0 10px;
    margin-top: 30px;
}

@media (max-width: 1240px) {
    .price-info {
      width: calc(33% - 20px); } }
@media (max-width: 1239px) {
    .price-info {
      width: calc(50% - 20px); } }
@media (max-width: 600px) {
    .price-info {
      width: 100%;
      max-width: 420px;
      margin-top: 20px; }
}





.price-info__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 90px;
}

.price-info__img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.price-info__title {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

.arend-text {
    font-size: 14px;
    margin: 1.5em 0;
    color: #000;
}

.price-info__price {
    font-size: 18px;
    display: block;
    margin-top: 15px;
    text-align: center;
}

.extra-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px -40px 0;
	padding: 0 15px;
	padding-bottom: 30px;
}
@media (max-width: 1240px) {
	.extra-feature {
		margin: 0 -10px;
	} 
}
@media (max-width: 1239px) {
	.extra-feature {
		margin: 0 -40px;
	}
}
@media (max-width: 700px) {
	.extra-feature {
		margin: 0;
	}
}


.extra-feature__item {
    width: calc(33% - 80px);
    margin: 40px 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1240px) {
      .extra-feature__item {
        width: calc(33% - 20px);
        margin: 40px 10px 0; } }
    @media (max-width: 1239px) {
      .extra-feature__item {
        width: calc(50% - 40px);
        margin: 40px 20px 0; } }
    @media (max-width: 700px) {
      .extra-feature__item {
        width: 100%;
        margin: 20px 0 0; } }
  .extra-feature__text {
    font-size: 18px;
    text-transform: uppercase; }
    @media (max-width: 700px) {
      .extra-feature__text {
        font-size: 16px; } }

.extra-feature .extra-feature__svg {
	width: 28px;
	height: 28px;
	margin-right: 30px;
	fill: #c0c0c0;
}
@media (max-width: 700px) {
	.extra-feature .extra-feature__svg {
		width: 20px;
		height: 20px;
		margin-right: 20px;
	}
}



li.sprice {
	border: none;
	text-align: center;
	justify-content: center;
}

li.sprice::before {
	display: none;
}

.list-data li.sprice {
	margin-bottom: -33px;
}

.result-search-box .list-data li.sprice {
	margin-bottom: 0;
}

.comparison-line__wrapper {
	position: relative;
}

.comparison-line__wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
    width: 40px;
    height: 40px;
    z-index: 2;
}

.comparison-line__wrapper .slick-next {
    right: -20px;
}

.comparison-line__wrapper .slick-prev {
    left: -20px;
}

.comparison-line__wrapper .slick-disabled {
    opacity: 0;
}

.comparison-line__wrapper .slick-track,
.comparison-characteristics-slider .slick-track {
	margin-left: unset;
}


.comparison-characteristics-list li {
	display:box;
	display:-moz-box;
	display: -webkit-box;
}

.info-airplane-list {
	align-items: flex-end;
}


.seller-contacts {
	margin: 120px 0;
}



.gallery-article__item {
    width: 100%;
    /* height: 660px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

/*
.gallery-article__item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
*/

.gallery-article__nav {
    margin: 24px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-article__nav .slick-dots {
	list-style: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 82px;
}

.gallery-article__nav .slick-dots li {
	margin-left: unset;
}


.gallery-article__nav .slick-next {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	.gallery-article__item {
        height: 436px;
    }

    .gallery-article__nav {
        margin: 16px 0 0;
    }
}

@media only screen and (max-width: 768px) {
	.gallery-article__item {
		height: 300px;
	}

	.gallery-article__nav {
		margin: 8px 0 0;
	}

	.info-airplane-list {
		align-items: flex-start;
		padding-bottom: 2rem;
	}

	.info-airplane__box {
		margin: 0 0 40px;
		width: unset;
		flex-basis: 33.3%;
		margin-right: 1rem
	}
}



.nav-tabs-rental {
	overflow-x: auto;
	width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}


@media only screen and (max-width: 575px) {
	.scroll-vertical {
		overflow-x: unset;
	}

	.list-news-card:last-child {
		border-bottom: 0.5px solid #D7D7D7;
	}

	.empty-legs-tabs-v2 .nav-item {
		flex: 1;
	}

	.sizes-airplane {
		max-width: none;
	}
}

@media only screen and (max-width: 1200px) {
	.nav-tabs-rental .nav-link {
		min-width: auto;
	}

	.aircraft-sales-box {
		height: 232px;
	}
}


.assistant-box__img {
	object-position: top;
}

.assistant-box__body {
	justify-content: flex-end;
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
	.assistant-box {
		padding: 0;
	}
	.assistant-box__img {
		position: relative;
	}

	.assistant-box__body {
		position: absolute;
		width: 100%;
		right: 5%;
		align-items: flex-end;
		bottom: 1rem;
	}
}


.card-news-overlay .card-news__date {
	color: #FFF;
}

.card-news-overlay .box-text {
    max-width: 330px !important;
}

.p-120 {
	padding: 1.5rem 0;
}



.card-airplane {
	cursor: default;
}

div.card-airplane__name:hover {
	color: inherit;
}


.sorting-box__val {
	position: relative;
}

.sorting-box__val.active::after {
	content: '';
	/* background-image: url(../img/sprite.svg#arrow-up); */
	background-image: url(../img/arrow-down.svg);
	background-size: cover;
	position: absolute;
	height: 12px;
	width: 12px;
	bottom: 3px;
}

.sorting-box__val.active.asc::after {
	background-image: url(../img/arrow-up.svg);
}


.popular-airplane-slider .slick-slide {
	width: 308px;
}

.seller-contacts-box__photo img {
	object-position: top;
}


@media only screen and (max-width: 1200px) {
	.rental-air-page-img {
    	width: 100%;
	}
}


@media only screen and (max-width: 575px) {
	.nav-tabs-rental .nav-item {
		margin: 0;
	}
}


.btn-clear-comparsion-big {
	display: none;
}

@media only screen and (min-width: 769px) {
	.btn-clear-comparsion-big {
		display: flex !important;
	}
}




.assistant-box-new {
	width: 100%;
    height: 577px;
	position: relative;
	display: flex;

	padding: 24px 8px;

	align-items: flex-end;
    justify-content: center;

	background: #FFF url(/local/img/personal-assistant-tall.jpeg) no-repeat;
	background-size: cover;
}

.mb-120 {
	margin-bottom: 120px;		
}

.py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media only screen and (max-width: 1200px) {
	.assistant-box-new {
		height: 465px;
		padding: 19px 13px;
	}

	.mb-120 {
		margin-bottom: 105px;
	}

	.py-120 {
		padding-top: 105px;
		padding-bottom: 105px;
	}

	.encyclopedia-aircraft .banner-box {
		height: auto;
	}
}

@media only screen and (max-width: 992px) {
	.assistant-box-new {
		height: 220px;
		padding: 29px;
		justify-content: flex-end;
		background-image: url(/local/img/personal-assistant-wide.jpeg);
	}

	.mb-120 {
		margin-bottom: 80px;
	}

	.py-120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.encyclopedia-aircraft-wrapper {
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 575px) {
	.assistant-box-new {
		padding: 17px 15px;
		/* height: 420px; */
		height: 397px;
		justify-content: center;
		background-image: url(/local/img/personal-assistant.jpeg);
	}

	.mb-120 {
		margin-bottom: 40px;
	}

	.py-120 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}


.read-also-slider,
.popular-airplane-slider {
	min-width: unset;
}
/*
.read-also-slider .slick-slide {
	width: 280px;
	max-width: unset;
}
*/


@media (min-width: 992px) {
	.container .aside.left {
		flex: unset;
	}

	.container .aside.right {
		flex-basis: 320px;
		max-width: 320px;
	}
}


.mb-20 {
	margin-bottom: 20px;
}





.card-news-lg {
	min-height: 290px;
}

.card-news-sm {
    height: 135px;
}

.news-slider-wrapper {
	/* height: 290px; */
	min-height: 290px;
}

.aircraft-sales-box {
	height: 290px;
}

.list-news {
	padding: 24px 6px 22px 0;
}


/*
.rental-air-page h1 {
	white-space: nowrap;
}
*/

/*
@media only screen and (max-width: 1200px) {
	.rental-air-page h1 {
		margin-top: 60px;
	}
}
*/


.banner-box {
	height: auto;
}

@media only screen and (min-width: 576px) {
	.list-news .scroll-box {
		height: 552px;
	}
}

@media only screen and (min-width: 992px) {
	.banner-box {
		height: 600px;
	}

	.encyclopedia-aircraft h1 {
		margin-bottom: 62px;
	}
}

.encyclopedia-aircraft .banner-box {
	height: inherit;
}


/*
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.encyclopedia-aircraft-wrapper {
		height: 438px;
	}
}
*/

.aircraft-sales.in-category {
	padding-bottom: 0;
}

/* Adriver banners */

#adriver_banner_709696147 {
	margin: 0 auto;
}

/*
#adriver_banner_105884980 {
	margin: 0 auto;
	border: 1px solid #F00;
	width: 300px;
	height: 600px;
}

#adriver_banner_1986765913 {
	margin: 0 auto;
	border: 1px solid #0F0;

	width: 100%;
	
	height: 220px;
}

#adriver_banner_915790676 {
	border: 1px solid #00F;
	margin: 0 auto;

	width: 100%;
	height: 397px;
}


.old-banner {
	border-style: dotted !important;
}
*/


@media only screen and (max-width: 992px) {
	.banner-box {
		background: none;
	}
}


@media only screen and (min-width: 993px) and (max-width: 1200px) {
	.encyclopedia-aircraft-wrapper {
		height: 438px;
	}
}

.article-author__photo img {
    /*width: 40px;
    height: 40px;
    object-fit: cover;
    max-width: unset;*/
}


.article-content H1 {
	font-size: 25px;
	line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
	.article-content H1 {
		font-size: 25px;
	}
}

@media only screen and (max-width: 575px) {
	.article-content H1 {
		font-size: 20px;
	}
}



.author-box__photo {
	border-width: 2px !important;
}

.article-image-caption {
    display: block;
    margin: 8px 0 0;
    width: 100%;
    font-style: italic;
    font-size: 12px;
    font-family: "Lora", sans-serif;
    color: #A5A5A5;
	margin-bottom: 16px;
}

.ui-front {
	z-index: 9999;
}