:root {
	/* sizes */
	--gap: 1.875rem;
	--wrapper: 1850px;
	--header-height: 140px;
	--header-min-height: 80px;
	--header-mobile-height: 80px;
	--gap-section: 3.75rem;
	--padding-section-fit: 110px;
	--border-radius-min: 6.25rem;
	--border-radius-max: 12.5rem;
	/* transition */
	--trans: 0.25s ease;
	/* colors */
	--text-color: #1e1e2c;
	--accent-300: #27357e;
	--accent-200: #394b9f;
	--accent-100: #6172c4;
	--secondary-400: #909cd5;
	--secondary-300: #bfc3e5;
	--secondary-200: #e8eafc;
	--secondary-100: #f3f6ff;
	--shadow-color: #656d9a;
	/* text */
	--text-font: 400 100%/1.625 "Poppins", sans-serif;
	--header-font: 400 1.3rem/1.3 "Poppins", sans-serif;
	--h1-font: 300 5.81rem/1.13 "Poppins", sans-serif;
	--h2-font: 300 3.625rem/1.13 "Poppins", sans-serif;
	--h3-font: 400 2.875rem/1.13 "Poppins", sans-serif;
	--h4-font: 400 2.06rem/1.13 "Poppins", sans-serif;
	--h5-font: 400 1.5rem/1.33 "Poppins", sans-serif;
	--h6-font: 400 1.125rem/1.13 "Poppins", sans-serif;
	--button-font: 700 1rem/1.6 "Poppins", sans-serif;
	--caption-font: 500 0.75rem/1.6 "Poppins", sans-serif;
	--navigation-font: 500 1.125rem/1.33 "Poppins", sans-serif;
}

/* fonts */
/* ==========  Desktop First  ========== */
/* Large Devices, Wide Screens */

.m_7 {
	padding-bottom: 0px;
}
.m_8 {
	display: none;
}

.shedule-table tr td:last-child {
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 20px;
}

@media only screen and (max-width: 1600px) {
	/* header */
	.header_nav ul {
		grid-column-gap: 2rem;
	}
	/* m_3 */
	.m_3 {
		padding-top: 0;
	}
	.m_3 .benefit {
		padding: 7rem;
	}
	/* m_5 */
	.m_5_item .item-description {
		padding: 2rem 3rem 1rem 1rem;
	}
	.m_5_item:nth-child(odd) .item-description {
		padding: 2rem 1rem 1rem 3rem;
	}

	.m_16 {
		background-size: cover;
		background-position: left center;
	}

	.m_16__wrapper {
		padding-left: 4rem;
	}

	.m_17-slider .btn-prev {
		top: 45%;
		left: -80px;
	}
	.m_17-slider .btn-next {
		top: 45%;
		right: -80px;
	}

	/* m_8 */
	/* m_10 */
	.m_10_left {
		margin-left: 0;
		max-width: 37rem;
	}
	.m_10_mockup {
		top: -10rem;
		right: -10rem;
	}
}

@media only screen and (max-width: 1400px) {
	/* header */
	.header_nav ul {
		grid-column-gap: 1.5rem;
	}
	.header_nav .header_logotype {
		margin: 0 1rem;
	}

	.m_16::after {
		background: linear-gradient(90deg, #fffefe 30%, rgba(255, 255, 255, 0) 100%);
	}

	.m_16__wrapper {
		width: 835px;
	}
}

@media only screen and (max-width: 1300px) {
	:root {
		--header-height: 135px;
		--h1-font: 300 4.5rem/1.13 "Poppins", sans-serif;
	}
	/* header_desktop */
	.header_desktop {
		background-color: #fff;
		overflow-y: auto;
		display: block;
		position: absolute;
		top: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		padding-top: calc(var(--header-height) + 1rem);
		width: 100%;
		z-index: 9999;
		-webkit-transition: padding-top 0.25s ease, -webkit-transform 0.7s ease;
		transition: padding-top 0.25s ease, -webkit-transform 0.7s ease;
		-o-transition: padding-top 0.25s ease, transform 0.7s ease;
		transition: padding-top 0.25s ease, transform 0.7s ease;
		transition: padding-top 0.25s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
		padding-bottom: 40px;
		max-height: calc(100vh - 3rem);
	}
	.header_desktop .header_nav li a {
		padding: 0 0 0.75rem 0;
		margin-bottom: 1rem;
	}
	.header_desktop .container {
		height: auto;
		max-width: 100%;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: -webkit-min-content auto;
		-ms-grid-rows: min-content auto;
		grid-template-rows: -webkit-min-content auto;
		grid-template-rows: min-content auto;
		row-gap: 2rem;
	}
	.header_desktop .header_left {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2 / 3;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: auto;
	}
	.header_desktop .header_left .link {
		margin: 0;
	}
	.header_desktop .header_left .link-tel {
		display: none;
	}
	.header_desktop .header_middle {
		grid-column: 1 / -1;
	}
	.header_desktop .header_right {
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		row-gap: 1.5rem;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2 / 3;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
	}
	.header_desktop .header_right .link-tel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header_desktop .header_nav .header_logotype {
		display: none;
	}
	.header_desktop .header_nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header_desktop .header_nav li a {
		font-size: 24px;
	}
	.header_desktop .header_nav li:last-of-type a {
		margin-bottom: 0;
	}
	/* header_mobile */
	.header_mobile {
		background-color: #fff;
		display: block;
		position: relative;
		z-index: 10000;
		/* logotype */
		/* header_btn */
	}
	.header_mobile .container {
		position: relative;
		max-width: 100%;
		height: var(--header-height);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: height var(--trans);
		-o-transition: height var(--trans);
		transition: height var(--trans);
	}
	.header_mobile .logotype {
		display: block;
		position: absolute;
		left: var(--gap);
		height: calc(100% - 29px);
		-webkit-transition: var(--trans);
		-o-transition: var(--trans);
		transition: var(--trans);
	}
	.header_mobile .logotype img {
		display: block;
		height: 100%;
	}
	.header_mobile .header_btn {
		margin: 0;
		width: 3.5rem;
		height: 3.5rem;
		background: center/1.5rem no-repeat url("../images/icons/menu.svg"), #fff;
		-webkit-transition: var(--trans);
		-o-transition: var(--trans);
		transition: var(--trans);
	}
	.header_mobile .header_btn:hover {
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}
	.header_mobile .header_btn:active,
	.header_mobile .header_btn:focus {
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
		background: center/1.5rem no-repeat url("../images/icons/menu.svg"), #fff;
	}
	/* active header_menu */
	body.header_mobile-open {
		/* header_desktop */
	}
	body.header_mobile-open .header .header_btn {
		background: center/1.5rem no-repeat url("../images/icons/close.svg"), var(--accent-300);
	}
	body.header_mobile-open .header_desktop {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	/* header_scroll */
	body.header_scroll .header .header_desktop {
		padding-top: calc(var(--header-min-height) + 1rem);
	}
	body.header_scroll .header .header_mobile .container {
		height: var(--header-min-height);
	}
	/* benefit-section */
	.benefit-section .container {
		padding: 0;
	}
	.benefit-section .benefit {
		min-height: 62rem;
		padding: 5rem 1rem;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.benefit-section .benefit:before {
		display: block;
		background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(32%, #f1eff0),
			color-stop(77%, rgba(241, 239, 240, 0))
		);
		background: -o-linear-gradient(bottom, #f1eff0 32%, rgba(241, 239, 240, 0) 77%);
		background: linear-gradient(0deg, #f1eff0 32%, rgba(241, 239, 240, 0) 77%);
	}
	.benefit-section .benefit_right {
		margin: 0;
		padding: 3.5rem 3.25rem;
	}
	/* m_3 */
	.m_3 {
		padding: 0;
	}
	.m_3 .container {
		max-width: 56rem;
	}
	/* m_4 */
	.m_4 .container {
		max-width: 780px;
	}
	.m_4 .title {
		margin-bottom: -4rem;
		position: relative;
		bottom: -2rem;
	}
	.m_4_container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		row-gap: 2rem;
	}
	.m_4_left {
		padding-top: 2rem;
		background-position: right;
		grid-row: 3 / 4;
	}
	.m_4_right {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2 / 3;
		grid-column: span 2;
	}
	.m_4_right img:nth-child(1) {
		width: 25rem;
		margin-left: auto;
	}
	.m_4_right img:nth-child(2) {
		border-radius: 12.5rem;
		margin: -14.5rem 19rem 0 auto;
		width: 16rem;
	}
	/* m_5 */
	.m_5_container:before {
		display: none;
	}
	.m_5_item {
		max-width: 46rem;
		margin: 0 auto;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		row-gap: 0.5rem;
	}
	.m_5_item .item-description {
		padding: 2.5rem 1rem;
	}
	.m_5_item:nth-child(odd) .item-description {
		padding: 2.5rem 1rem;
	}

	.m_17-slider .btn-prev {
		display: none !important;
	}
	.m_17-slider .btn-next {
		display: none !important;
	}
	/* m_6 */
	.m_6 .container {
		max-width: 768px;
	}
	.m_6_item {
		width: calc(100% - 6rem);
	}
	.m_6_item .caption-item {
		left: calc(100% - 16rem);
		bottom: -3rem;
	}
	.m_6_item:nth-of-type(odd) .caption-item {
		right: calc(100% - 16rem);
	}
	.m_6_item:not(:last-of-type) {
		margin-bottom: 6.75rem;
	}
	.m_6_item:last-of-type {
		margin-bottom: 4.25rem;
	}
	/* m_8 */
	.m_8 .container {
		max-width: 56rem;
	}
	.m_8 .benefit {
		padding-top: 40rem;
	}
	.m_8 .benefit_right {
		z-index: auto;
	}
	.m_8 .benefit_right:before {
		height: 98%;
	}
	/* m_10 */
	.m_10_container {
		max-width: 42rem;
		margin: 0 auto;
	}
	.m_10_left {
		max-width: 100%;
	}
	.m_10_left .title {
		max-width: 25rem;
	}
	.m_10_left .text {
		max-width: 21.8rem;
	}
	.m_10_mockup {
		top: 3rem;
		right: -10rem;
		width: 41rem;
	}
	/* m_11 */
	.m_11_slider .slider-item {
		-ms-grid-columns: 22rem 1fr;
		grid-template-columns: 22rem 1fr;
		margin-bottom: 0;
	}
	.m_11_slider .slider-item .item-info {
		-ms-flex-line-pack: normal;
		align-content: normal;
		height: 100%;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: -webkit-min-content;
		-ms-grid-rows: min-content;
		grid-template-rows: -webkit-min-content;
		grid-template-rows: min-content;
	}
	.m_11_slider .slider-item .item-info .text {
		display: none;
	}
	.m_11_slider .slider-item .item-info .link {
		margin: auto;
		margin-bottom: 0;
		margin-left: 0;
	}
	.m_11_slider .slider-item .item-info .data {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / 2;
		text-align: left;
	}
	/* m_12 */
	.m_12 {
		padding: 0;
	}
	.m_12 .benefit {
		min-height: 47rem;
		padding: 5rem 0 0 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.m_12 .benefit:before {
		display: none;
	}
	/* m_13 */
	.m_13_container {
		max-width: 46rem;
	}
	/* m_14 */
	.m_14 {
		/* map_block */
	}
	.m_14 .map_block {
		position: relative;
	}
	.m_14 .map_block_container {
		min-height: 60rem;
	}
	.address-block p {
		font-size: 20px;
    line-height: 24px;
	}
	.m_14_right .m_14_item03 {
		display: block;
	}

	.m_14_right {
		padding: 2rem 0;
		max-width: 48rem;
		margin: 0 auto;
	}
	.m_14_right .container {
		padding: 0 var(--gap);
	}
	.m_14_right_wrap {
		/* display: -ms-grid; */
		display: flex;
		flex-wrap: wrap;
		/* grid-auto-flow: column; */
		/* grid-gap: 2rem; */
		/* -webkit-box-align: start; */
		/* -ms-flex-align: start; */
		/* align-items: start; */
	}

	.map_block_container .m_14_item03 {
		display: none;
	}

	.m_14_right_wrap {
		align-items: flex-start;
		justify-content: center;
	}

	.m_14_item03 .image {
		height: 10rem;
	}

	.m_14_item01,
	.m_14_item02,
	.m_14_item03 {
		width: 46%;
		margin: 0 1%;
		margin-bottom: 2rem;
	}

	.m_14_item01,
	.m_14_item02 {
		padding: 1.5rem;
	}
	.m_14_item02 .shedule-table {
		font-size: 0.875rem;
	}
	/* footer */
	.footer {
		/* footer_info */
	}
	.footer_info p {
		margin: 0;
	}
	.footer_info_left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer_info_right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	/* content page */
	.c_1_container {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.c_1 .c_1_logo {
		width: 256px;
		left: 1rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.c_1 .c_1_title {
		margin-left: 1rem;
		max-width: 28rem;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	:root {
		--gap: 1rem;
	}
	/* m_1 */
	.m_1 {
		padding: 0;
	}
	.m_1 .container {
		padding: 0;
	}
	.m_1_container {
		padding: 2.5rem 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 52rem;
	}
	.m_1_logotype {
		width: 103px;
		height: 135px;
		top: 13.2rem;
		right: 3.5rem;
	}
	.m_1_left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.m_1_left .title {
		line-height: 1;
	}
	.m_1_left .text {
		max-width: 28rem;
	}
	.m_1_slider_btns {
		margin-top: auto;
	}
	.m_1_slider:before {
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0.42%, #dad9d7),
			color-stop(2.66%, rgba(218, 217, 215, 0)),
			color-stop(54.15%, rgba(218, 217, 215, 0)),
			to(#dad9d7)
		);
		background: -o-linear-gradient(
			top,
			#dad9d7 0.42%,
			rgba(218, 217, 215, 0) 2.66%,
			rgba(218, 217, 215, 0) 54.15%,
			#dad9d7 100%
		);
		background: linear-gradient(
			180deg,
			#dad9d7 0.42%,
			rgba(218, 217, 215, 0) 2.66%,
			rgba(218, 217, 215, 0) 54.15%,
			#dad9d7 100%
		);
	}
	.m_1_slider .slider-item {
		background-position: bottom;
		background-size: 100%;
	}
	/* m_2 */
	.m_2 {
		padding: 0;
	}
	.m_2 .container {
		padding: 0;
	}
	/* m_5 */
	.m_5 {
		padding: 0;
	}
	.m_5 .container {
		padding: 0;
	}
	.m_5_container {
		padding: 5rem 1rem;
	}

	.m_16__wrapper {
		padding-left: 0;
		padding: 3.2rem 0;
	}

	.m_17__wrapper {
		max-width: 960px;
	}
	/* m_7 */
	.m_7 {
		padding-bottom: 0;
	}
	.m_7 .container {
		padding: 0;
	}
	.m_7_bg {
		background-position: right 44%;
	}
	.m_7_item:not(:last-of-type) {
		margin-bottom: 3.75rem;
	}

	.m_9_container {
		max-width: 768px;
		grid-template-columns: auto;
		row-gap: 3rem;
		margin: 0 auto;
	}

	.footer.new-footer {
	}

	.footer.new-footer .footer-logotype {
		max-width: 272px;
		width: 37vw;
		position: absolute;
		margin: 0;
		left: -50px;
		top: -50px;
	}

	.footer.new-footer .container {
		flex-direction: column;
	}

	.footer.new-footer .footer-left {
		/* padding-left: 300px; */
		padding-left: 20vw;
		align-self: center;
	}

	.footer.new-footer .footer-right {
		padding-top: 3.125rem;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.footer.new-footer .footer_info_left {
		display: flex;
	}
	.footer.new-footer .footer_info {
		text-align: left;
		align-items: flex-start;
	}
	.footer_info_right {
		text-align: left;
		display: flex;
		flex-direction: row;
	}

	.footer.new-footer .footer-menu {
		font-size: 16px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
	:root {
		--h2-font: 300 3rem/1.13 "Poppins", sans-serif;
	}
	/* .m_2 */
	.m_2_container {
		padding: 3rem 1rem;
	}
	.m_2_slider .slider-item_description {
		padding: 1.5rem;
	}
	/* m_3 */
	.m_3 .benefit_right .title {
		font-size: 3.625rem;
	}
	/* m_6 */
	.m_6 .container {
		max-width: 700px;
	}
	.m_6_item {
		width: 100%;
		min-height: 20rem;
	}
	.m_6_item .img-cover {
		border-radius: 0 2rem 0 4rem;
	}
	.m_6_item .caption-item {
		padding: 1.25rem 1.5rem;
		width: 100%;
		left: auto;
		right: -2rem;
		bottom: -2.5rem;
		border-radius: 1rem 0 2rem 0;
		max-width: 330px;
	}
	.m_6_item:nth-of-type(odd) .img-cover {
		border-radius: 0 3rem 0 2rem;
	}
	.m_6_item:nth-of-type(odd) .caption-item {
		left: -2rem;
		border-radius: 0 1rem 0 1.5rem;
	}

	.m_16::after {
		background: linear-gradient(90deg, #fffefe 55%, rgba(255, 255, 255, 0) 99.85%);
	}
	/* m_9 */

	.m_9_container {
		/* max-width: 47rem; */
		max-width: 34rem;
	}
	.m_9_text {
		margin: 0 auto;
	}

	.m_9_right_item {
		padding: 1rem;
	}

	.m_9_right_item .item_title {
		margin-bottom: 1.125rem;
	}
	/* m_10 */
	.m_10 {
		padding-bottom: 2rem;
	}
	/* footer */
	.footer {
		/* footer_middle */
		/* footer_nav */
	}
	.footer .container {
		/* row-gap: 1rem; */
	}
	.footer_nav {
		margin: 0;
	}
	.footer_nav ul {
		grid-template-columns: repeat(3, 1fr);
		text-align: center;
	}
	.footer_nav li:nth-child(-n + 3) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
	}
	.footer_nav .footer_logotype {
		margin: 0 auto;
		width: 120px;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/ 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		grid-row: 1 / 4;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
	:root {
		--gap: 1rem;
		--h1-font: 300 2.125rem/1.13 "Poppins", sans-serif;
		--h2-font: 300 2.125rem/1.13 "Poppins", sans-serif;
		--h3-font: 300 2rem/1.13 "Poppins", sans-serif;
		--h4-font: 300 1.8rem/1.13 "Poppins", sans-serif;
	}
	/* page-container */
	.page-container {
		padding-top: var(--header-mobile-height);
	}
	/* h1, .h1 */
	h1,
	.h1 {
		letter-spacing: 0;
	}
	/* header_mobile */
	.header_mobile .logotype {
		height: calc(100% - 12px);
	}
	.header_mobile .container {
		height: var(--header-mobile-height);
	}
	/* header_desktop */
	.header_desktop {
		padding-top: calc(var(--header-mobile-height) + 1.5rem);
	}
	.header_desktop .header_right {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header_desktop .header_right .link-tel {
		-ms-grid-row: 2;
		grid-row-start: 2;
	}
	/* m_1 */
	.m_1_container {
		min-height: 43rem;
	}
	.m_1_logotype {
		display: none;
	}
	.m_1_slider .slider-item {
		background-size: 767px;
	}
	/* m_3 */
	.m_3 .benefit_right .title {
		font: var(--h2-font);
	}
	/* m_4 */
	.m_4 .container {
		max-width: 560px;
	}
	.m_4 .title {
		margin: 0;
		position: static;
		text-align: center;
	}
	.m_4_right img:nth-child(1) {
		width: 15rem;
		border-top-left-radius: 20%;
		border-bottom-right-radius: 30%;
	}
	.m_4_right img:nth-child(2) {
		margin: -6rem 13rem 0 auto;
		width: 8rem;
	}
	.m_4 .license-code-img {
		max-width: 12rem;
	}

	.m_17__wrapper {
		max-width: 360px;
	}
	.m_17-slider__item .img-cover {
		height: 400px;
	}
	/* hiding all bullets by default */
	.m_17-slider .slick-dots li {
		display: none;
	}
	/* only displaying the active bullets and the 2 bullets next to it */
	.m_17-slider .slick-dots li.slick-active,
	.m_17-slider .slick-dots li.slick-active + li,
	.m_17-slider .slick-dots li.slick-active + li + li {
		display: block;
	}
	/* displaying the last three bullets when slick-active class isn't applied to any li before them  */
	.m_17-slider .slick-dots li:nth-last-child(1),
	.m_17-slider .slick-dots li:nth-last-child(2),
	.m_17-slider .slick-dots li:nth-last-child(3) {
		display: block;
	}
	/* hiding the last three bullets if slick-active exist before them */
	.m_17-slider .slick-dots li.slick-active ~ li:nth-last-child(1),
	.m_17-slider .slick-dots li.slick-active ~ li:nth-last-child(2),
	.m_17-slider .slick-dots li.slick-active ~ li:nth-last-child(3) {
		display: none;
	}
	/* specific conditions to always display the last three bullets */
	.m_17-slider .slick-dots li.slick-active + li + li:nth-last-child(3),
	.m_17-slider .slick-dots li.slick-active + li + li:nth-last-child(2),
	.m_17-slider .slick-dots li.slick-active + li + li:nth-last-child(1),
	.m_17-slider .slick-dots li.slick-active + li:nth-last-child(3),
	.m_17-slider .slick-dots li.slick-active + li:nth-last-child(2),
	.m_17-slider .slick-dots li.slick-active + li:nth-last-child(1) {
		display: block;
	}
	/* m_6 */
	.m_6 .container {
		max-width: 500px;
	}
	.m_6_item {
		min-height: 14rem;
	}
	.m_6_item .img-cover {
		border-radius: 0 1rem 0 2rem;
	}
	.m_6_item .caption-item {
		width: auto;
		max-width: 220px;
		right: 1.5rem;
	}
	.m_6_item .caption-item_title {
		font-size: 1.7rem;
	}
	.m_6_item:nth-of-type(odd) .img-cover {
		border-radius: 0 4rem 0 2rem;
	}
	.m_6_item:nth-of-type(odd) .caption-item {
		left: 1.5rem;
		right: auto;
	}
	.m_6_item:not(:last-of-type) {
		margin-bottom: 5rem;
	}
	.m_6_item:last-of-type {
		margin-bottom: 2rem;
	}
	/* m_7 */
	.m_7_container {
		background-size: 700px;
		background-position: center top;
		background-repeat: no-repeat;
		padding-top: 25rem;
	}
	.m_7_bg {
		background-position: right 44%;
	}
	.m_7_item {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.m_7_item .item-left {
		min-height: 11.75rem;
	}
	.m_7_item:not(:last-of-type) {
		margin-bottom: 2.5rem;
	}
	.m_7 .items-wrapper {
		max-width: 375px;
	}
	/* m_10 */
	.m_10_left .title {
		max-width: 100%;
	}
	.m_10_left .text {
		max-width: 100%;
	}
	.m_10_mockup {
		max-width: 100%;
		position: static;
		margin-top: -6rem;
		width: 556px;
	}
	/* m_11 */
	.m_11 {
		padding-bottom: 0;
	}
	.m_11_slider {
		padding-top: 0;
		max-width: 500px;
		margin: 0 auto;
	}
	.m_11_slider .slick-list {
		margin: 0 -1rem;
	}
	.m_11_slider .slider-item {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		margin: 0 1rem;
		padding: 1.25rem 0;
	}
	.m_11_slider .slider-item .item-image {
		margin-bottom: 3.5rem;
	}
	.m_11_slider .slider-item .item-image:before {
		display: block;
	}
	.m_11_slider .slider-item .item-info {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.m_11_slider .slider-item .item-info .link {
		display: none;
	}
	.m_11_slider.slick-dotted .slick-dots {
		position: absolute;
		top: 16.2rem;
		height: 1rem;
	}
	.m_11_slider.slick-dotted .slick-dots li {
		margin: 4px;
		width: 8px;
		height: 8px;
		background-color: var(--secondary-200);
	}
	.m_11_slider.slick-dotted .slick-dots li button {
		font-size: 0;
	}
	/* m_12 */
	.m_12 {
		padding: 0;
	}
	.m_12 .benefit {
		min-height: auto;
		padding: 2.5rem 1rem 9.35rem 1rem;
	}
	/* m_13 */
	.m_13_container {
		max-width: 23.4rem;
	}
	.m_13_slider .slider-item .item-image {
		margin-bottom: 3rem;
	}
	.m_13_slider.slick-dotted .slick-dots {
		position: absolute;
		top: 16.2rem;
		height: 1rem;
	}
	.m_13_slider.slick-dotted .slick-dots li {
		margin: 4px;
		width: 8px;
		height: 8px;
		background-color: var(--secondary-200);
	}
	.m_13_slider.slick-dotted .slick-dots li button {
		font-size: 0;
	}
	.m_14 {
		/* map_block */
	}
	.m_14 .map_block {
		position: relative;
	}
	.m_14 .map_block .container {
		max-width: 100%;
		padding: 0 var(--gap);
	}
	.m_14 .map_block_container {
		padding: 1.25rem 0 2rem 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.m_14 .map_block_container .address-block > a {
		padding: 1.25rem;
	}

	.m_14_item01,
	.m_14_item02,
	.m_14_item03 {
		width: 100%;
	}

	.m_14_right {
		max-width: 25rem;
	}
	.m_14_right .container {
		padding: 0 var(--gap);
	}
	.m_14_right_wrap {
		grid-auto-flow: row;
	}
	.m_14_item01,
	.m_14_item02 {
		padding: 1.5rem;
	}
	.m_14_item02 .shedule-table {
		font-size: 0.875rem;
	}
	.m_15_container {
		background: none !important;
		max-width: 34rem;
	}
	.m_15 .form-wrapper form {
		max-width: 22rem;
		padding: 0;
		margin: 0 auto;
	}
	.m_15 .form-wrapper form .form-left,
	.m_15 .form-wrapper form .form-right {
		margin: 0;
		max-width: 100%;
	}
	.m_15 .form-wrapper form .form-left input,
	.m_15 .form-wrapper form .form-right input {
		margin-bottom: .75rem;
	}
	.m_15 .form-wrapper form button {
		min-width: 10rem;
	}
	/* content page */
	.c_1_container {
		min-height: 18rem;
	}
	.c_1 .c_1_logo {
		width: 165px;
	}
	.c_1 .c_1_title {
		max-width: 15.75rem;
	}

	/* footer */

	.footer.new-footer .footer-logotype {
		max-width: 400px;
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		margin-top: -20vw;
	}

	.footer.new-footer .footer-links {
		display: none;
	}

	.footer.new-footer .footer-left {
		padding: 0;
		align-self: flex-start;
	}

	.footer.new-footer .footer-right {
		padding-top: 2.5rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footer.new-footer .footer_info_left {
		width: 100%;
	}
	.footer.new-footer .footer-menu .title {
		font-weight: 400;
		color: #fff;
		display: inline-block;
		position: relative;
	}
	.footer.new-footer .footer-menu .title.active:after {
		transform: translate3d(0, -50%, 0) rotateX(190deg);
	}
	.footer.new-footer .footer-menu .list {
		margin-top: 0;
	}
	.footer.new-footer .footer-menu .title:after {
		content: "";
		position: absolute;
		left: calc(100% + 1rem);
		top: 50%;
		width: 24px;
		height: 24px;
		transform: translate3d(0, -50%, 0);
		background-image: url("../images/chevron-down.svg");
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.footer.new-footer .footer-menu .title > * {
		display: inline-block;
	}
	.footer.new-footer .footer-menu {
		font-weight: 400;
		flex-direction: column;
		padding-left: 30vw;
	}

	.footer.new-footer .footer_info {
		color: var(--secondary-400);
		font-weight: 400;
	}

	.footer.new-footer .footer-menu-list:nth-child(1) {
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
	:root {
		--h2-font: 300 1.75rem/1.13 "Poppins", sans-serif;
		--h3-font: 300 1.75rem/1.13 "Poppins", sans-serif;
		--h4-font: 300 1.375rem/1.13 "Poppins", sans-serif;
		--h5-font: 300 1.25rem/1.13 "Poppins", sans-serif;
	}
	#contact {
		padding: 0;
	}
	span.wpcf7-not-valid-tip {
		bottom: -10px;
	}
	.m_4__bottom__image {
		margin: 0 auto;
	}
	/* m_1 */
	.m_1_container {
		min-height: 32rem;
	}
	.m_1_slider .slider-item {
		background-size: 625px;
	}
	/* m_2 */
	.m_2 .btn-prev,
	.m_2 .btn-next {
		display: none;
	}
	.m_2_slider.slick-dotted .slick-dots {
		height: 1rem;
		margin-bottom: 0;
	}
	.m_2_slider.slick-dotted .slick-dots li {
		margin: 4px;
		width: 8px;
		height: 8px;
		background-color: var(--secondary-200);
	}
	.m_2_slider.slick-dotted .slick-dots li button {
		font-size: 0;
	}
	/* m_2_slider */
	.m_2_slider {
		position: relative;
		padding: 1rem 0 1.5rem 0;
		max-width: 345px;
		margin: 0 auto;
	}
	.m_2_slider.slick-dotted {
		margin-bottom: 0;
	}
	.m_2_slider .slider-item {
		margin: 1rem 1rem 1.25rem;
		display: -ms-grid;
		display: grid;
		row-gap: 3.5rem;
	}
	.m_2_slider .slider-item_image {
		-webkit-box-shadow: 0 12px 16px -8px rgba(0, 0, 0, 0.28);
		box-shadow: 0 12px 16px -8px rgba(0, 0, 0, 0.28);
	}
	.m_2_slider .slider-item_description {
		display: none;
	}
	/* m_2_slider_second */
	.m_2_slider_second {
		display: block;
		max-width: 345px;
		margin: 0 auto;
	}
	.m_2_slider_second .slick-list {
		margin: 0 -2rem;
	}
	.m_2_slider_second .slider-item {
		margin: 0 2rem;
	}
	.m_2_slider_second .slider-item_description {
		position: static;
		opacity: 1;
		color: var(--text-color);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.m_2_slider_second .slider-item_description a {
		color: var(--accent-100);
	}
	.m_2_slider_second .slider-item_description .text {
		font-weight: 400;
	}
	.m_2_slider_second .slider-item_description .text p {
		margin: 0;
	}
	.m_2_slider_second .slider-item_description:after {
		display: none;
	}
	.m_2_slider_second .slider-item_description .link-icon {
		width: 3.5rem;
		margin-left: 1rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		border: 1px solid var(--accent-300);
		background-color: var(--secondary-100);
		background-image: url("../images/up-right-accent-300.svg");
		background-size: 1.75rem;
		background-position: center;
		background-repeat: no-repeat;
	}
	/* m_3 */
	.m_3 .benefit {
		background-size: 35rem;
		background-position: -2rem top;
		background-repeat: no-repeat;
	}
	.m_4__bottom {
		margin: 20px 0;
		flex-direction: column;
		align-items: flex-start;
		grid-column: span 2;
	}
	.m_4_left {
		grid-column: span 2;

	}
	.m_4__bottom__text {
		padding-bottom: 0;
	}
	/* m_5 */
	.m_5_container .h2 {
		margin-bottom: 1.75rem;
	}
	.m_5_item {
		border-bottom-right-radius: 9.3rem;
		border-top-left-radius: 3.1rem;
	}
	.m_5_item .item-image {
		border-top-left-radius: 2.4rem;
	}
	.m_5_item:not(:last-of-type) {
		margin-bottom: 2.5rem;
	}

	.m_16::after {
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	}
	/* m_6 */
	.m_6 .container {
		max-width: 375px;
	}
	.m_6_item {
		width: 100%;
		min-height: 14rem;
	}
	.m_6_item .img-cover {
		border-radius: 0 2rem 0 4rem;
	}
	.m_6_item .caption-item {
		max-width: 250px;
	}
	.m_6_item .caption-item_title {
		font-size: 1.375rem;
	}
	.m_6_item:nth-of-type(odd) .img-cover {
		border-radius: 0 4rem 0 2rem;
	}
	.m_6_item:nth-of-type(odd) .caption-item {
		left: 1.5rem;
		right: auto;
		border-radius: 0 1rem 0 2.125rem;
	}
	.m_6_item:last-of-type {
		margin-bottom: 4rem;
	}
	/* m_7 */
	.m_7 {
		padding-top: 0;
	}
	.m_7_container {
		background-size: 450px;
		padding-top: 15rem;
	}
	.m_7_container .section-title {
		margin-bottom: 2rem;
	}
	/* m_8 */
	.m_8 {
		padding-top: 2.5rem;
	}
	.m_8 .benefit {
		padding-top: 24rem;
	}
	/* m_9 */
	.m_9 {
		padding-bottom: 5rem;
	}
	.m_9_right_wrapper {
		grid-template-columns: 1fr;
	}
	.m_9_desktop {
		display: none;
	}
	.m_9_mobile {
		padding-top: 2rem;
		display: block;
		max-width: 340px;
		margin: 0 auto;
	}
	.m_9_mobile .title {
		font-size: 20px;
	}
	.m_9_mobile .link {
		width: 100%;
		display: inline-block;
		margin-bottom: 2rem;
	}
	/* m_10 */
	.m_10 {
		padding-bottom: 2rem;
	}
	.m_10_container {
		max-width: 345px;
	}
	.m_10_left .section-title,
	.m_10_left .second-title {
		text-align: center;
	}
	.m_10_left .text,
	.m_10_left .second-text {
		margin-bottom: 2rem;
	}
	.m_10_left .links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 3rem;
	}
	.m_10_left .links .link:not(:last-of-type) {
		margin: 0;
		margin-bottom: 2rem;
	}
	.m_10_mockup {
		max-width: none;
		position: static;
		margin-top: -6rem;
		margin-left: -7rem;
		width: 500px;
	}
	/* footer */
	.footer {
		/* footer_nav */
		/* footer_info */
	}
	.footer .container {
		/* row-gap: 3rem; */
	}
	.footer_nav ul {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-auto-flow: row;
	}
	.footer_nav li {
		grid-column: auto;
	}
	.footer_nav li:nth-child(-n + 3) {
		grid-column: auto;
	}
	.footer_nav .footer_logotype {
		margin: 0 auto 3rem auto;
		width: 120px;
		grid-column: auto;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / 2;
	}

	.footer_info {
		text-align: center;
		grid-auto-flow: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		row-gap: 1rem;
	}

	.footer_info_left {
		/* text-align: center; */
	}

	.footer_info_right {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / 2;
		display: block;
		text-align: center;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	:root {
		--wrapper: 100%;
	}
	.header {
		/* link-icon */
	}
	.header .link.link-icon {
		border-color: transparent;
	}
	.header .link.link-icon:active,
	.header .link.link-icon:focus {
		border-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.header .link.link-icon:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	/* header_mobile */
	.header_mobile .logotype {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	/* header_desktop */
	.header_desktop .header_nav li a {
		margin-bottom: 0.5rem;
	}
	.header_desktop .header_right {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 3;
	}
	.header_desktop .header_left {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3 / 4;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 3;
	}
	/* active header_menu */
	body.header_mobile-open {
		/* header_desktop */
	}
	body.header_mobile-open .header .header_btn {
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
		background: center/1.5rem no-repeat url("../images/icons/close-dark.svg"), #fff;
	}
	body.header_mobile-open .header_desktop {
		top: 0;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 400px) {
	/* header */
	/* header_desktop */
	.header_desktop .container {
		grid-gap: 0.5rem;
	}
	.header_desktop .header_nav li a {
		font-size: 1.2rem;
	}
}

@media only screen and (max-width: 416px) {
	.m_8 .benefit {
		padding-top: 24rem;
		background-size: 416px;
		background-position: top center;
	}
}

@media only screen and (max-width: 330px) {
	/* m_1 */
	.m_1_slider .slider-item {
		background-size: 530px;
	}
	/* m_3 */
	.m_3 .benefit_right {
		padding: 2.5rem 2.25rem;
	}
}
