/*Fonts begin*/

@font-face {
	font-family: "RobotoBlack"; 
	src: url("../fonts/Roboto(eot)/Roboto-Black.eot"); 
	src: url("../fonts/Roboto(eot)/Roboto-Black.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Roboto(otf)/Roboto-Black.otf") format("otf"), 
	url("../fonts/Roboto(ttf)/Roboto-Black.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
	font-display: fallback;
}

@font-face {
	font-family: "RobotoBold"; 
	src: url("../fonts/Roboto(eot)/Roboto-Bold.eot"); 
	src: url("../fonts/Roboto(eot)/Roboto-Black.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Roboto(otf)/Roboto-Bold.otf") format("otf"), 
	url("../fonts/Roboto(ttf)/Roboto-Bold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
	font-display: fallback;
}

@font-face {
	font-family: "RobotoMedium"; 
	src: url("../fonts/Roboto(eot)/Roboto-Medium.eot"); 
	src: url("../fonts/Roboto(eot)/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Roboto(otf)/Roboto-Medium.otf") format("otf"), 
	url("../fonts/Roboto(ttf)/Roboto-Medium.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
	font-display: fallback;
}

@font-face {
	font-family: "RobotoRegular"; 
	src: url("../fonts/Roboto(eot)/Roboto-Regular.eot"); 
	src: url("../fonts/Roboto(eot)/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Roboto(otf)/Roboto-Regular.otf") format("otf"), 
	url("../fonts/Roboto(ttf)/Roboto-Regular.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
	font-display: fallback;
}

/*Fonts end*/


body{
	font-family: RobotoRegular;
}

ul{
	list-style-type: none;  
	padding: 0;
}

.btn {
	background-color: transparent;
	border-radius: 10px;
	border: 2px solid #135799;
	font-family: RobotoMedium;
	white-space: inherit;
	font-size: 18px;
	color: #135799;
	padding: 10px 50px;
}

#exampleModal .modal-content{
	background-color: #0a2c4d;
	color: #fff;
}

#map{
	height: 500px;
	width: 100%;
}

.btn-light{
	border: 2px solid #fff;
	color: #fff;
}

.btn-dark:hover{
	background-color: #135799;
	border: 2px solid #135799;
}

.second-title{
	margin: 0 auto;
	font-family: RobotoBold;
	font-size: 36px;
	margin-top: 120px;
	margin-bottom: 30px;
}

.page-title{
	margin: 0 auto;
	font-family: RobotoBold;
	font-size: 36px;
	margin-top: 120px;
	margin-bottom: 80px;
}

.dark-section{
	background-color: #135799;
	color: #fff;
}

.faq{
	margin-bottom: 50px;
}

#accordion{
	width: 100%;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: #fff;
    background-color: rgb(19 87 153);
    border-bottom: 1px solid rgb(255 255 255);
    border-radius: 5px;
}

.card-header:first-child {
    border-radius: 5px;
}

.card .btn{
	width: 100%;
	border: 0;
	text-align: left;
	color: #fff;
}

.carousel-inner{
	height: 600px;
}

.carousel-item{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.locked {
	overflow: visible !important;
}

/*Header begin */

.navbar-expand-lg{
	justify-content: space-around;
}

.navbar-text{
	font-family: RobotoRegular;
	font-size: 24px;
	color: #135799 !important;
}

.navBurger {
	cursor: pointer;
	background: #111;
	box-sizing: border-box;
	background-clip: content-box;
	width: 30px;
	z-index: 82;
	height: 24px;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out; 
}

.navBurger:before,
.navBurger:after {
	content: "";
	position: absolute;
	background: #000;
	height: 2px;
	width: 100%;
	right: 0;
	will-change: rotate;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navBurger:before{
	bottom: -10px;
	width: 100%;
}

.navBurger:after{
	top: -10px;
}

.navBurger.active {
	background: transparent;
	background-clip: content-box;
}

.navBurger.active:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 1px;
	background: #000;
	width: 110%;
}

header nav.navbar{
	background-color: #fff;
}

/*.wrapper-second-nav nav{
	margin-top: 70px;
}*/

.text-rent p ,
.text-plane p{
	margin-bottom: 0;
}

.text-rent,
.text-plane{
	margin-top: 80px;
	margin-bottom: 80px;
}

.navBurger.active:after {
	top: 1px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background: #000;
	width: 110%;
}

::-webkit-scrollbar { width: 8px; height: 3px; position: absolute;}
::-webkit-scrollbar-button {  background-color: #135799; }
::-webkit-scrollbar-track {  background-color: #135799;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #135799; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #135799;}
::-webkit-resizer { background-color: #135799;}

.overlay {
	position: absolute;
	background: #fff;
	top: 75px;
	right: 430px;
	width: 20%;
	height: 60%;
	opacity: 0;
	z-index: 80;
	padding: 50px 50px;
	transform-origin: right top;
	transform: scale(0);
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	overflow: hidden;

}

.overlay.open {
	opacity: 0.99;
	visibility: visible;
	transform: scale(1);
}

.overlay.open  li {
	display: block;
	animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5)
	forwards;
	animation-delay: 0.4s;
	transform: rotate(-7deg);
	transform-origin: right bottom;
}



.overlayMenu {
	text-align: left;
	right: 0;
	top: 0;


}

.overlayMenu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	height: 100%;
}

.overlayMenu ul li {
	display: block;
	position: relative;
	opacity: 0;
	width: 100%;
}

.i4ewOd-pzNkMb-haAclf {
	background-color: rgb(77,106,121);
	display: none !important;
}

.overlayMenu ul li a {
	display: inline-block;
	font-family: RonotoRegular;
	font-size: 20px;
	color: #454545;
	text-decoration: none;
	padding: 5px 0 0 5px;
	margin: 5px 0;
	transition: 0.2s;
}

.overlayMenu ul li a:hover,
.overlayMenu ul li a:active,
.overlayMenu ul li a:focus{
	transform: translateX(-2px);
	background: rgba(255, 255, 255, 0.03);
}



.locked {
	overflow: hidden;
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 50px;
	}
	100% {
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
	}
}

.wrapper-second-nav{
	position: relative;
}

.second-navbar{
	position: absolute;
	width: 100%;
	z-index: 2;
}

.second-navbar .navbar-nav{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.second-navbar .nav-link{
	font-family: RobotoRegular;
	color: #fff;
	font-size: 20px;
}

.second-navbar .nav-link:hover{
	border-bottom: 2px solid #fff;
}

.active a{
	border-bottom: 2px solid #fff;
}

.second-navbar .nav-link {
	padding-right: 0rem !important;
	padding-left: 0rem !important;
	padding-bottom: 4px !important;
	margin-right: .5rem;
	margin-left: .5rem;
}

/*Header end*/

/*Slider begin*/

.carousel-caption{
	top: 18%;
	left: 26%;
	width: 47%;
}

.carousel-caption h5{
	font-family: RobotoBlack;
	font-size: 60px;
}

.carousel-caption p{
	font-family: RobotoRegular;
	font-size: 30px;
}

.carousel-indicators li {

	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: transparent;
}

.wrapper-slider-btn{
	position: absolute;
	width: 100%;
	bottom: 28%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	justify-content: space-around;
}


/*Slider end*/


/*Advantages begin*/

.wrapper-advantages{
	text-align: center;
	padding-bottom: 40px;
/*    border-right: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;*/
}

.wrapper-img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100em;
	height: 100px;
}

.wrapper-img img{
}

/*Advantages end*/

/*Services begin*/

.wrapper_service-img{
	padding: 0;
}
.wrapper_service-img div{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 490px;
}

.wrapper_service-text{
	height: 490px;
	padding: 0;
	color: #fff;
	padding: 0px 20px 120px 20px;
}




/*Service end*/

/*Asking form begin*/

.ask-description{
	margin: 20px auto;
}

.form-control{
	background-color: rgba(255, 255, 255, 0.31);
	color: #fff;
}

input.ask_form-input::-webkit-input-placeholder { color: #fff; }
input.ask_form-input:-ms-input-placeholder { color: #fff; }
input.ask_form-input::-ms-input-placeholder { color: #fff; }
input.ask_form-input::placeholder { color: #fff; } 

.ask_form{
	padding-bottom: 120px;
}

/*Asking form end*/



/* Blog  begin*/

article{
	position: relative;	
}

.list_article{
	display: block;
	position: relative;
}

.image_wrapper{
	display: inline-block;
	width: 50%;
	height: 500px;
}

.content_article{
	display: inline-block;
	width: 50%;
	height: 400px;
	padding-left: 20px;
	padding-right:25%;
}

.content_article h2{
	font-family: RobotoBold;
	font-size: 24px;
	margin-top: 40px;
}

.short_content{
	height: 210px;
	overflow: hidden;
	margin-bottom: 20px;
}

.short_content p{
	text-align: left !important;
	font-size: 16px;
}

.arrow_article {
	display: inline-block;
	width: 16px;
	height: 14px;
	margin-bottom: -3px;
	margin-left: 10px;
	background: url(../image/right-arrow.png) 0 0px;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
.blog-btn:hover .arrow_article {
	display: inline-block;
	width: 16px;
	height: 14px;
	margin-bottom: -3px;
	margin-left: 10px;
	background: url(../image/right-arrow_hover.png) 0 0px;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.date, .author, .share {
	display: inline-block;
	padding-left: 25px;
	font-size: 18px;
	font-family: OpenSansRegular;
	color: #abacb1;
	margin-bottom: 20px;
}
.share:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -25px;
	background: url(../image/sharing.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.author:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -25px;
	background: url(../image/pencil.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.date:before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -25px;
	background: url(../image/calendar.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.hide, .hide + label ~ div {
	display: none;
}

.list_article{
	margin-bottom: 40px;
	width: 100%;
}

.inner_article{
	display: flex;
}

.list_article article:nth-child(2n) .content_article{
	width: 50%;
	text-align: right;
	padding-right: 20px;
	padding-left: 25%;
}

.list_article article:nth-child(2n) .image_wrapper{
	order: 1;
	width: 50%;
}



/* Blog  enf*/



/* Breadcrumbs begin*/

.breadcrumbs {
	padding-top: 100px;
}

ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
	background-color: transparent;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

ul.breadcrumb li {
	display: inline;
	font-size: 18px;
}

ul.breadcrumb li:last-child {
	white-space: nowrap; /* Запрещаем перенос строк */
	overflow: hidden; /* Обрезаем все, что не помещается в область */
	padding: 5px; /* Поля вокруг текста */
	text-overflow: ellipsis; /* Добавляем многоточие */
}

ul.breadcrumb li a {
	color: #abacb1;
	text-decoration: none;
}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: #abacb1;
	content: ">";
}

/* Breadcrumbs end*/






/*About begin*/

.wrapper_about-img{
	padding: 0;
}

.wrapper_about-img div{
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 880px;
}

.wrap-text-about{
	padding-right: 37%;
}

/*About end*/

/*Footer begin*/

footer{
	background-color: #454545;
	color: #fff;
	padding-top: 120px;
	padding-bottom: 120px;
}

.bottom-nav{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.bottom-nav li a{
	color: #fff;
	font-size: 20px;
}

.copyright{
	font-family: RobotoRegular;
	font-size: 14px;
}

.adress,
.phone,
.email{
	display: block; 
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 30px;
}

.phone a,
.email a{
	color: #fff;
}

.adress:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -28px;
	background: url(../image/icons/iconlocation.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.phone:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -28px;
	background: url(../image/icons/iconphone.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.email:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -28px;
	background: url(../image/icons/iconenvelop.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.description_footer-form{
	font-family: RobotoRegular;
	font-size: 16px;
}

.footer-form input{
	margin-bottom: 10px;
}

.footer-form button.form-control{
	background-color: transparent;
}

.footer-form button.form-control:hover{
	background-color: #fff;
}

.social_link{
	border-radius: 10px;
	width: 50px;
	height: 50px;
	background-color: #fff;
	display: inline-block;
	margin-right: 15px;
	font-size: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social_link:hover{
	text-decoration: none;
	border-radius: 50%;
	background-color: #fff !important;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;

}

.wrap-social{
	display: flex;
	align-items: stretch;
}

.footer-form input::-webkit-input-placeholder { color: #fff; }
.footer-form input:-ms-input-placeholder { color: #fff; }
.footer-form input::-ms-input-placeholder { color: #fff; }
.footer-form input::placeholder { color: #fff; } 


.page_form textarea::-webkit-textarea-placeholder { color: #fff; }
.page_form textarea:-ms-textarea-placeholder { color: #fff; }
.page_form textarea::-ms-textarea-placeholder { color: #fff; }
.page_form textarea::placeholder { color: #fff; } 
/*Footer end*/



/*Page Contacts begin*/

.wrapper_contacts-img{
	padding: 0;
}

.wrapper_contacts-img div{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 780px;
}

.section-contacts a{
	color: #000 !important;
}

.inner_section img{
	max-width: 100% !important;
}

.dark-second_nav{
	background-color: #274e73;
	height: 70px;
}


.section-contacts .adress:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -28px;
	background: url(../image/icons/iconlocationdark.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.section-contacts .phone:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -28px;
	background: url(../image/icons/iconphonedark.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.section-contacts .email:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-left: -28px;
	background: url(../image/icons/iconenvelopdark.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

/*Page Contacts end*/


.wrapper-image-page{
	width: 100%;
	height: 500px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.wrapper-image-page div{
	width: 100%;
	height: 500px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}


.tarif-list h4{
	text-align: center;
}

.tarif-list p{
	font-size: 16px;
	margin: 0;
}

.wrapper_detail-img{
	padding: 0;
}

.wrapper_detail-img div{
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 590px;
}

.wrap-question{
	-ms-align-items: center;
	align-items: center;
}

.page_form input{
	margin-bottom: 10px;
}

.page_form button{
	margin-top: 15px;
	margin-bottom: 120px;
}


@media (max-width: 575.98px) { 

	.inner_article{
		flex-wrap: wrap;
		text-align: center !important;
	}

	.inner_article .image_wrapper {
		width: 100%;
	}

	.content_article {
		overflow: hidden;
		display: inline-block;
		width: 100%;
		height: 400px;
		padding-left: 0;
		padding-right: 0;
		padding: 10px;
	}

	.list_article article:nth-child(2) .image_wrapper {
		order: 0;
		width: 100%;
	}

	.list_article article:nth-child(2) .content_article {
		overflow: hidden;
		text-align: center;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		padding: 10px;
	}


	.short_content p {
    text-align: center !important;
}

	.wrap-text-about{
		padding-right: 0;
	}
	.d-none-exs{
		display: none;
	}

	.d-none-sm{
		display: none;
	}

	.overlay {
		position: fixed;
		top: 67px;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.navbar-text {
		font-size: 22px;
	}

	.wrapper_contacts-img div{
		height: 411px;
	}

	.wrapper_detail-img div{
		height: 261px;
		background-position: 0px -10px;
	}

	.section-about{
		padding-top: 216px;
	}

	.section-about .pl-5{
		padding: 10px !important    ;
	}

	header{
		position: fixed;
		background-color: #fff;
		z-index: 10;
	}
	section{
		position: relative;
	}

	.slider_menu{
		padding-top: 216px;
	}

	.carousel-item{
		height: 600px;
	}

	.carousel-caption h5 {
		font-size: 48px;
	}

	.carousel-caption p {
		font-size: 27px;
	}

	.carousel-caption {
		right: 0;
		top: 10px;
		left: 0;
		width: 100%;
	}

	.wrapper-slider-btn {
		width: 100%;
		bottom: 10%;
		text-align: center;
	}

	.inner-slider-btn .btn-light{
		margin-bottom: 10px;
	}

	.second-title{
		text-align: center;
	}

	.advantages-bg{
		background: none !important ;
	}

	.wrapper-advantages{
		border-bottom: 2px solid #f5f5f5;
	}

	.wrapper_service-text {
		height: auto; 
		padding: 0;
		color: #fff;
		padding: 0px 20px 120px 20px;
	}

	.ask_form .col{
		flex: inherit;
		width: 100%;
		margin-bottom: 10px;
	}

	.ask-description {
		padding: 0 10px;
	}
	.text-rent{
		padding: 0 10px;
	}
	.dark-second_nav{
		display: none;
	}
	.section-title_page{
		padding-top: 150px;
	}

	section{
		padding-bottom: 5px;
	}

	.wrapper_service-img div{
		height: 230px;
	}

	.wrapper_service-text {
		text-align: center !important;
	}

	.buyplane_bg div{
		background-position: -4px 0;
	}

	.wrapper_about-img div{
		height: 411px;
	}

	.about-section{
		text-align: center;
	}

	.mod_buy-plane{
		height: 210px;
	}

	.mod_buy-rent{
		height: 240px;
		background-image: url(../image/rent-sm.png) !important;
	}


}


@media (min-width: 576px) and (max-width: 767.98px) { 

	.mod_detail{
		height: 362px !important;
	}

	.d-none-exs{
		display: none;
	}

	.buyplane_bg div{
		background-position: -40px 0;
	}

	.d-none-sm{
		display: none;
	}

	.overlay {
		top: 67px;
		right: 0;
		width: 100%;
		height: 500px;
	}

	.navbar-text {
		font-size: 22px;
	}

	.advantages-bg{
		background-image: url(../image/advantages/sm-advantage.png) ;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: -110px -10px;
	}

	header{
		position: fixed;
		background-color: #fff;
		z-index: 10;
		width: 100%;
	}
	.carousel-caption h5 {
		font-size: 40px;
	}

	.carousel-caption {
		top: 18%;
		left: 20%;
		width: 60%;
	}

	.section-about{
		padding-top: 216px;
	}

	.slider_menu {
		padding-top: 216px;
	}

	.wrapper-slider-btn {
		bottom: 10%;
	}

	.ask_form .col {
		flex: inherit;
		width: 100%;
		margin-bottom: 10px;
	}

	.wrapper_about-img div {
		-webkit-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 420px;
	}

	.wrap-text-about {
		padding-right: 0%;
		text-align: center;
	}

	.about-section{
		padding-bottom: 20px;
	}

	.about-section{
		text-align: center !important;
	}


	.mod_buy-plane{
		background-image: url(../image/buy-sm.png) !important;
		height: 350px;
	}

	.mod_buy-rent{
		height: 350px;
		background-image: url(../image/rent-sm.png) !important;
	}

}


@media (min-width: 768px) and (max-width: 991.98px) { 
	.d-none-m{
		display: none;
	}

	.overlay {
		top: 175px;
		right: 15%;
		width: 35%;
		height: 500px;

	}

	.wrapper-slider-btn {
		bottom: 10%;
	}
	.carousel-caption {
		top: 18%;
		left: 20%;
		width: 60%;
	}

	.about-section{
		padding-bottom: 20px;
	}

	.about-section{
		text-align: center !important;
	}

	.wrap-text-about {
		padding-right: 0%;
		text-align: center;
	}
	
	.section-contacts{
		padding-bottom: 20px;
	}

	.mod_buy-plane{
		height: 280px;
	}
	.mod_buy-rent{
		height: 420px;
		background-image: url(../image/rent-sm.png) !important;
	}

	.mod_detail{
		height: 456px !important;

	}

}


@media (min-width: 992px) and (max-width: 1199.98px) { 
	.d-none-ld{
		display: none;
	}

	.overlay{
		height: 500px;
		right: 3%;
		width: 35%;
	}

	.wrapper-slider-btn {
		bottom: 10%;
	}
	.carousel-caption h5 {
		font-family: RobotoBlack;
		font-size: 50px;
	}
	.advantages-bg{
		background-image: url(../image/advantages/sm-advantage.png) ;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 143px -20px;
	}

	.about-section{
		padding-bottom: 20px;
	}

	.wrap-text-about {
		padding-right: 0%;
		text-align: center;
	}

	.about-section{
		padding-bottom: 20px;
	}

	.about-section{
		text-align: center !important;
	}

	.section-contacts{
		padding-bottom: 20px;
	}

	.padding-none{
		padding: 0;
	}

	.mod_buy-plane{
		height: 340px;
	}
	.mod_buy-rent{
		height: 410px;
		background-image: url(../image/rent-md.png) !important;
	}

	.mod_detail{
		height: 322px;
	}



}


@media (min-width: 1200px)  and (max-width: 1699.98px) { 

	

	.advantages-bg{
		background-image: url(../image/advantages/sm-xl.png) ;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: -5px -20px;
	}
	.d-none-eld{
		display: none;
	}

	.wrapper-slider-btn {
		bottom: 10%;
	}
	.carousel-caption h5 {
		font-family: RobotoBlack;
		font-size: 50px;
	}

	.wrap-text-about {
		padding-right: 0%;
	}

	.padding-none{
		padding: 0;
	}

	.mod_buy-plane{
		height: 420px;
	}

	.mod_buy-rent{
		height: 362px;
	}

	.mod_detail{
		height: 362px;
		background-position: -240px 0;
	}


}


@media (min-width: 1200px) { 
	.advantages-bg{
		background-image: url(../image/advantages/sm-xl.png) ;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: -5px 20px;
	}
	.d-none-eld{
		display: none;
	}

	.wrapper-slider-btn {
		bottom: 10%;
	}
	.carousel-caption h5 {
		font-family: RobotoBlack;
		font-size: 50px;
	}

	.padding-none{
		padding: 0;
	}

	.overlay{
		height: 500px;
		right: 3%;
		width: 27%;
	}


}

