@media only screen and (min-width: 1400px) {
	.container {
		max-width: 1240px;
	}
}
@media only screen and (min-width: 1601px) and (max-width: 2000px) {
	.mission-section {
		background-size: 60%;
	}
}
/* X-Large devices (large desktops, 1200px to 1400px) */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.hero-section {
		background-size: 52%;
	}
	.hero_images {
		width: 60%;
		right: -30px;
	}
	.features_content .feature_item:not(:last-child) {
		margin-right: 70px;
		padding-right: 70px;
	}
}

/* Large devices (desktops, 992px to 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-section {
		background-size: 56%;
	}
	.hero_images {
		width: 60%;
		right: -20px;
	}
	.features_content .feature_item:not(:last-child) {
		margin-right: 30px;
		padding-right: 30px;
	}
}

/* Medium devices (tablets, 768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-section {
		background-image: none !important;
		min-height: auto;
	}
	.hero_img {
		margin-top: 50px;
	}
	.hero_images {
		width: auto;
		position: relative;
		top: 0;
		transform: translateY(0);
		margin-top: 50px;
		right: 0;
		margin-right: -7px;
		margin-left: -7px;
	}
	.hero_images .image {
		min-height: 350px;
		max-width: 90px;
		width: 100%;
		margin: 0 7px;
	}
	.hero_images .image.active {
		max-width: 100%;
	}
	.features-section {
		background-position: center left;
		padding-bottom: 0;
	}
	.features_content {
		flex-direction: column;
		justify-content: center;
	}
	.features_content .feature_item:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		border-bottom: 1px solid var(--color-border);
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.features_content .feature_item {
		flex-direction: column;
		max-width: 310px;
		text-align: center;
	}
	.feature_item .icon {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.feature_item .text {
		max-width: 200px;
		margin: auto;
	}
	.about-section {
		margin-top: 80px;
		padding-bottom: 0;
	}
	.about_content {
		text-align: center;
		margin-right: 0;
	}
	.about_counter {
		margin-top: 40px;
		margin-bottom: 80px;
	}
	.about_counter .single_counter {
		max-width: 310px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.banner_content {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.banner-section {
		background-image: url(../img/banner/mobile-bg.jpg);
	}
	.banner-section .image-box {
		width: 100%;
		max-width: 511px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
	}
	.mission-section {
		margin-top: 80px;
		margin-bottom: 80px;
		background-image: none !important;
	}
	.mission_content {
		text-align: center;
	}
	.mission_img {
		margin-top: 40px;
	}
}

/* X-Small devices (small mobile) (portrait phones, less than 767px) */
@media only screen and (max-width: 767px) {
	.row > * {
		padding-right: 20px;
		padding-left: 20px;
	}
	.site_logo > a {
		max-width: 120px;
	}
	.site_logo img {
		max-width: 120px;
		height: auto;
	}
	.header_buttons .languages {
		margin-left: 10px;
		width: 80px;
		padding: 10px 20px;
	}
	ul.languages:before {
		right: 10px;
	}
	h1 {
		font-size: 35px;
		line-height: 46px;
	}
	.hero_content .title {
		margin-bottom: 20px;
	}
	.hero_content .button .btn {
		margin-top: 10px;
	}
	.hero-section {
		background-image: none !important;
		min-height: auto;
		margin-bottom: -600px;
	}
	.hero_img {
		margin-top: 50px;
		margin-right: -20px;
	}
	.hero_images {
		width: auto;
		position: relative;
		top: 0;
		transform: translateY(0);
		margin-top: 50px;
		right: 0;
		margin-right: -80px;
		margin-left: -7px;
	}
	.hero_images .image {
		min-height: 350px;
		max-width: 80px;
		width: 100%;
		margin: 0 7px;
	}
	.hero_images .image.active {
		max-width: 100%;
	}
	.hero_images.activeImage {
		margin-right: 0;
		margin-left: -80px;
	}
	.features-section {
		background-position: center left;
		padding-bottom: 0;
		padding-top: 680px;
	}
	.features_content {
		flex-direction: column;
		justify-content: center;
	}
	.features_content .feature_item:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		border-bottom: 1px solid var(--color-border);
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.features_content .feature_item {
		flex-direction: column;
		max-width: 310px;
		text-align: center;
	}
	.feature_item .icon {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.feature_item .text {
		max-width: 200px;
		margin: auto;
	}
	.about-section {
		margin-top: 80px;
		padding-bottom: 0;
	}
	.about_content {
		text-align: center;
		margin-right: 0;
	}
	.about_counter {
		margin-top: 40px;
		margin-bottom: 80px;
	}
	.about_counter .single_counter {
		max-width: 310px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.about_img {
		margin-top: 25px;
	}
	.banner-section {
		background-image: url(../img/banner/mobile-bg.jpg);
		padding: 80px 0 0;
		overflow: hidden;
	}
	.banner_content {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.banner_content .button .banner_btn {
		padding: 25px 92px;
		font-size: 14px;
		line-height: 16px;
	}
	.banner-section .image-box {
		width: 100%;
		max-width: 511px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
	}
	.banner-section .image-box img {
		max-width: initial;
		width: 130%;
		margin-left: -6%;
	}
	.btn {
		font-size: 14px;
		line-height: 16px;
	}
	.hero_content .button .btn {
		padding: 25px;
	}
	.mission-section {
		margin-top: 80px;
		margin-bottom: 80px;
		background-image: none !important;
	}
	.mission_content {
		text-align: center;
	}
	.mission_img {
		margin-top: 25px;
		margin-right: -20px;
		margin-left: -20px;
	}
	.site-footer {
		padding-bottom: 20px;
	}
	.footer_logo a,
	.footer_menu {
		margin-bottom: 40px;
	}
	.footer_menu li {
		display: block;
		margin: 0;
	}
	.footer_menu li:not(:last-child) {
		margin-bottom: 30px;
	}
}

/* Small devices (large mobile) (landscape phones, 480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media (min-width: 992px) {
	.carousel-section .glide__arrow { 
		top: 50%;
	}

	.carousel-section .glide__arrow--left {
		left: -4.5rem;
	}
	
	.carousel-section .glide__arrow--right {
		right: -4.5rem;
	}

	.footer_nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.footer_menu {
		grid-column: span 1;
	}

	.footer_menu li:not(:last-child) {
		margin-bottom: 30px;
	}

	.footer_menu li > a {
		font-size: 20px;
		line-height: 25px;
	}
}