@media screen and (max-width: 992px) {
	.quotes__text {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.excursion_text {
		margin-bottom: 50px;
	}
	.excursion_block {
		display: flex;
		flex-direction: column;
		margin-bottom: 50px;
	}
	.excursion__wrap .item {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
	}
	.quotes__text::before {
		left: -20px;
	}
	.goods__desc {
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
	}
	.presentation {
		background-image: unset;
		background-size: unset;
		background-position: unset;
		padding-bottom: 0;
	}
	.presentation-block-1 {
		background: url(../images/bg/pres1_wth_bg.png) 92% no-repeat;
	}
	.presentation-block-2 {
		background: url(../images/bg/pres2_wth_bg.png) 8% no-repeat;
	}
	.presentation-inner .left-img {
		display: none;
	}
	.presentation-inner .right-img {
		display: none;
	}
}
@media screen and (max-width: 900px) {
	.presentation-block-1 {
		background: url(../images/bg/pres1_wth_bg.png) 50% 10% no-repeat;
	}
	.presentation-block-2 {
		background: url(../images/bg/pres2_wth_bg.png) 45% 0% no-repeat;
	}
}
@media screen and (max-width: 768px) {
	.quotes__text {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.excursion_text {
		margin-bottom: 50px;
	}
	.excursion_block {
		display: flex;
		flex-direction: column;
		margin-bottom: 50px;
	}
	.excursion__wrap .item {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.btn_warranty {
		margin: 80px auto 90px;
	}
	.quotes1 {
		padding: 0;
	}
	.center {
		padding-bottom: 0px!important;
		margin-top: 90px!important;
	}
	.get-plane-rb {
		padding-top: 0px;
	}
	.get-plane-rb h3 {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	.manager-block {
		justify-content: center;
	}
	.manager-block:before {
		left: 5px;
		width: 100%;
	}
	.manager-block .manager-block-image {
		display: none;
	}
	.manager-block .manager-block-text {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.personnel__title {
		line-height: initial;
	}
	.presentation-block-1 {
		background: url(../images/bg/pres1_wth_bg.png) 30% 20% no-repeat;
		padding-bottom: 0;
	}
	.presentation-block-2 {
		background: url(../images/bg/pres2_wth_bg.png) 45% 15% no-repeat;
	}
	.presentation .support {
		padding-top: 60px;
		padding-bottom: 90px;
	}
}
.cycle {
	background-image: unset;
}
.top-left {
	width: 26%;
}
.footer__bot {
	color: #fff;
}