@media screen and (max-width: 1280px) {

.slide-title {
	font-size: 36px;
	}

}

@media screen and (max-width: 1024px) {

.mission {
	height: auto;
	padding: 40px 0;
	}
.half-right {
	display: none;
	}
.half-left {
	width: 100%;
	height: auto;
	justify-content: center;
	}
.half-left-text {
	max-width: 100%;
	padding: 0 16px;
	}
.half-wrap {
	height: auto;
	}
.half-left-text .slide-title {
	align-items: center;
	text-align: center;
	margin-right: 0;
	}
.offer {
	padding: 40px 0;
	}
.half-left-text .slide-options {
	margin-right: 0;
	}

}


@media screen and (max-width: 700px) {

.logo-container img {
	width: 250px;
	}
.slide-title {
	font-size: 28px;
	}
.slide-options {
	margin-top: 20px;
	font-size: 16px;
	}
.slide-title::after {
	height: 1px;
	margin-top: 20px;
	}
.half-left-text .slide-options {
	font-size: 16px;
	}
.different .slide-options {
	font-size: 16px;
	}
.grid2 {
	grid-template-columns: 1fr;
	grid-gap: 24px;
	margin: 24px 0;
	}
.offer .slide-options {
	font-size: 16px;
	}

.footer-item {
	font-size: 14px;
	}
.footer {
	height: 80px;
	}
.menu-item {
	font-size: 14px;
	}
.header-wrap {
	height: 100px;
	}

}

@media screen and (max-width: 450px) {

.logo-container img {
	width: 200px;
	}
.menu-item {
	font-size: 0;
	}
.menu-item svg {
	margin-right: 0;
	}
.modal-sm, .modal-md, .modal-lg {
	padding: 30px;
	}

}