h1 {
	margin: 0;
}

a {
	text-decoration: none;
}

.center {
	width: 100%;
	max-width: 1360px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

/*page-main*/
.page-main {
	background: url("mg-main_bg.png") left 900px top 50% no-repeat #f8f8f8;
	padding: 40px 0;
	box-sizing: border-box;
    overflow: hidden;
}

.page-main__inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-main__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #000;
	margin-bottom: 16px;
}

.page-main__desc {
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #909090;
	margin-bottom: 32px;
}

.page-main__button-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-main__button {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 20px 16px;
	box-sizing: border-box;
	background: #2dbf60;
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.24);
	border-radius: 48px;
	transition: all 0.3s;
}

.page-main__button:hover {
	background: #3dd271;
	transform: translateY(-2px);
}

.page-main__button-2 {
	color: #0369d9;
	margin-top: 16px;
	box-shadow: unset;
	background: linear-gradient(0deg, #fff, #fff);
}

.page-main__button-2:hover {
	background: linear-gradient(0deg, #fff, #fff);
	transform: translateY(-2px);
}

.page-main__right {
	display: none;
}

@media (min-width: 1025px) {
	.page-main__right {
		display: block;
	}
}

@media (min-width: 600px) {
	.page-main {
		padding: 56px 0;
	}

	.page-main__title {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 24px;
	}

	.page-main__desc {
		font-size: 19px;
		line-height: 23px;
	}

	.page-main__button-wrapper {
		flex-direction: row;
		justify-content: center;
	}

	.page-main__button {
		margin: 0 8px;
		max-width: 221px;
	}
}

@media (min-width: 1025px) {
	.page-main {
		padding: 132px 0;
	}

	.page-main__inner {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
		max-width: 1358px;
	}

	.page-main__title {
		font-size: 46px;
		line-height: 56px;
		text-align: left;
	}

	.page-main__desc {
		font-size: 23px;
		line-height: 32px;
		margin-bottom: 56px;
		text-align: left;
		position: relative;
	}

	.page-main__desc:before {
		content: "";
		position: absolute;
		left: 173px;
		top: 31px;
		width: 232px;
		height: 7px;
		background: url("../images/desc_decor.png") 50% 50% no-repeat;
	}

	.page-main__button-wrapper {
		justify-content: flex-start;
	}

	.page-main__button {
		font-size: 18px;
		line-height: 24px;
		margin: 0 8px 0 0;
		max-width: 236px;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.page-main__button-2 {
		margin: 0 0 0 0;
		max-width: 229px;
	}

	.page-main__right {
		position: relative;
		height: 100%;
	}

	.page-main__right-pic1, .page-main__right-pic2 {
		position: absolute;
	}

	.page-main__right-pic1 img, .page-main__right-pic2 img {
		opacity: 0;
	}

	.page-main__right-pic1 img.lazyloaded {
		opacity: 1;
		transition: opacity 0.4s linear;
	}

	.page-main__right-pic2 img {
		transform: translate3d(0, 8%, 0);
	}

	.page-main__right-pic2 img.lazyloaded {
		opacity: 1;
		transform: none;
		transition: all 0.5s 0.45s linear;
	}

	.page-main__right-pic1 {
		left: -17px;
		top: -87px;
	}

	.page-main__right-pic1 img {
		max-width: 100%;
	}

	.page-main__right-pic2 {
		left: -46px;
		top: 34px;
	}
}

@media (min-width: 1025px) and (max-width: 1400px) {
	.page-main__right-pic2 img {
		max-width: 100%;
	}
}

/*page-main end*/
/*slider*/
.services-swiper-slider {
	overflow: hidden;
}

.services-swiper-slider-container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	transform: translate3d(0px, 0, 0);
}

.services-swiper-slider-item {
	flex: none;
	transform: translate3d(0px, 0, 0);
	transition: 0.3s;
}

.swiper-pagination-bullets {
	margin-top: 24px;
	text-align: center;
	border-radius: 8px;
	line-height: 0;
}

.swiper-pagination-bullets .services-swiper-dot {
	width: 20px;
	height: 4px;
	background: #d9d9d9;
	margin: 0 4px;
	display: inline-block;
	border-radius: 16px;
}

.swiper-pagination-bullets .services-swiper-dot--active {
	background: #f63;
}

@media (min-width: 1025px) {
	.swiper-pagination-bullets .services-swiper-dot {
		width: 40px;
		margin: 0 8px;
	}
}

/*slider end*/
/*adv*/
.advantages {
	box-sizing: border-box;
	padding: 32px 0;
}

.advantages__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #000;
	margin-bottom: 8px;
}

.advantages__desc {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #909090;
	margin-bottom: 32px;
}

.advantages__item {
	background: #fff;
	border: 2px solid #f5f6fa;
	box-sizing: border-box;
	border-radius: 12px;
	padding: 22px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.advantages__item-icon {
	background: #f63;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

.advantages__item-icon svg {
	width: 24px;
	height: 24px;
}

.advantages__item-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1125px;
	color: #000;
}

@media (min-width: 600px) {
	.advantages {
		padding: 40px 0 33px;
	}

	.advantages__title {
		font-size: 30px;
		line-height: 38px;
	}

	.advantages__desc {
		font-size: 19px;
		line-height: 24px;
	}

	.advantages__item {
		padding: 22px;
	}
}

@media (min-width: 1025px) {
	.advantages {
		padding: 80px 0 64px;
	}

	.advantages__title {
		font-size: 40px;
		line-height: 56px;
	}

	.advantages__desc {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 56px;
	}

	.advantages__list-inner {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-gap: 20px;
	}

	.advantages__item {
		padding: 30px 22px;
		align-items: flex-start;
	}

	.advantages__item-icon {
		width: 64px;
		height: 64px;
	}

	.advantages__item-icon svg {
		width: auto;
		height: auto;
	}

	.advantages__item-title {
		font-size: 18px;
		line-height: 24px;
		text-align: left;
	}
}

/*adv end*/
/*advantages2*/
.advantages2 {
	/*background: #f8f8f8;*/
	padding: 32px 0;
	box-sizing: border-box;
	padding-top: 0px;
}

.advantages2__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #000;
	margin-bottom: 8px;
}

.advantages2__desc {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #909090;
	margin-bottom: 24px;
}

.advantages2__item {
	background: #fff;
	background: #f8f8f8;
	border-radius: 8px;
	padding: 24px 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.advantages2__item-icon {
	margin-bottom: 16px;
	height: 40px;
}

.advantages2__item-icon svg {
	width: 40px;
	height: 40px;
}

.advantages2__item-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #000;
	margin-bottom: 8px;
}

.advantages2__item-text {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #909090;
}

.advantages2__slider-dots {
	margin-bottom: 24px;
}

.advantages2__slider-dots .services-swiper-dot.services-swiper-dot--active {
	background: #2dbf60;
}

.advantages2__button {
	background: #2dbf60;
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.24);
	border-radius: 48px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	display: block;
	padding: 20px 16px;
	max-width: 344px;
	margin: 0 auto;
	transition: all 0.3s;
}

.advantages2__button:hover {
	background: #3dd271;
	transform: translateY(-2px);
}

@media (min-width: 600px) {
	.advantages2 {
		padding: 40px 0;
		padding-top: 0px;
	}

	.advantages2__title {
		font-size: 30px;
		line-height: 36px;
	}

	.advantages2__desc {
		font-size: 19px;
		line-height: 24px;
		margin-bottom: 32px;
	}

	.advantages2__item {
		padding: 24px;
	}

	.advantages2__item-icon {
		height: 56px;
	}

	.advantages2__item-icon svg {
		width: 56px;
		height: 56px;
	}

	.advantages2__item-text {
		font-size: 16px;
	}

	.advantages2__slider-dots {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

@media (min-width: 1025px) {
	.advantages2 {
		padding: 80px 0;
		padding-top: 0px;
	}

	.advantages2__title {
		font-size: 40px;
		line-height: 56px;
	}

	.advantages2__desc {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 48px;
	}

	.advantages2__list-inner {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 32px;
	}

	.advantages2__item {
		padding: 40px 32px;
	}

	.advantages2__item-icon {
		height: 64px;
		margin-bottom: 24px;
	}

	.advantages2__item-icon svg {
		width: auto;
		height: auto;
	}

	.advantages2__item-title {
		font-size: 18px;
	}

	.advantages2__slider-dots {
		display: none;
	}

	.advantages2__button {
		margin-top: 48px;
		font-size: 18px;
		line-height: 24px;
		padding: 24px;
		max-width: 374px;
	}
}

@media (min-width: 1320px) {


	.advantages2__list-inner {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -16px;
		grid-gap: 0px;
	}

	.advantages2__item {
		padding: 40px 32px;
		flex: 1 0 21%;
		margin: 0 16px 32px;
	}

	.advantages2__button {
		margin-top: 16px;
	}
}

/*advantages2 end*/

/*form block*/
.mg-page-form {
	padding-top: 32px;
	padding-bottom: 32px;
}

.mg-page-form__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #000;
	margin-bottom: 16px;
}

.mg-page-form__subtitle {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #909090;
	margin-bottom: 24px;
}

.mg-page-form__button {
	background: linear-gradient(180deg, #47c634 0%, #2dbf60 100%);
	box-shadow: 0px 16px 16px rgba(38, 178, 85, 0.2);
	border-radius: 32px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	display: block;
	padding: 20px 22px;
	box-sizing: border-box;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 285px;
}

.mg-page-form__button:hover {
	background: linear-gradient(180deg, #51d53d 0%, #2dbf60 100%);
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.30025);
}

.mg-page-form__button:active {
	background: linear-gradient(180deg, #2ebf5f 0%, #2ebf5f 100%);
	box-shadow: none;
}

.mg-page-form__note {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #333;
}

.mg-page-form__note a {
	color: #0369d9;
}

.mg-page-form__form {
	display: none;
}

.mg-page-form__note {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.mg-page-form__note a {
	color: #0369d9;
}

.tab_wrapp__inner {overflow: hidden; max-width: 1392px;}

@media (min-width: 1025px) {
	.mg-page-form__form {
		display: block;
		margin-bottom: 40px;
	}

	.mg-page-form__form form {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 32px;
		grid-row-gap: 32px;
	}

	.mg-page-form__form input[type="text"] {
		border: 1px solid #d3d3d3;
		box-sizing: border-box;
		border-radius: 64px;
		width: 100%;
		height: 64px;
		padding: 0 24px;
		outline: none;
	}

	.mg-page-form__form button {
		width: 100%;
		background: linear-gradient(180deg, #47c634 0%, #2dbf60 100%);
		box-shadow: 0px 16px 16px rgba(38, 178, 85, 0.2);
		border-radius: 32px;
		padding: 20px 0;
		font-weight: bold;
		font-size: 17px;
		line-height: 24px;
		height: 64px;
		color: #fff;
		box-sizing: border-box;
		border-color: transparent;
	}

	.mg-page-form__form button:hover {
		background: linear-gradient(180deg, #51d53d 0%, #2dbf60 100%);
		box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.30025);
	}

	.mg-page-form__form button:active {
		background: linear-gradient(180deg, #2ebf5f 0%, #2ebf5f 100%);
		box-shadow: none;
	}

	.mg-page-form__button {
		display: none;
	}

	.mg-page-form__note {
		line-height: 24px;
	}

	.mg-page-text-bottom {
		padding: 80px 0;
	}
}

@media (min-width: 1200px) {
	.mg-page-form__form form {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (min-width: 600px) {
	.mg-page-form {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mg-page-form__title {
		font-size: 30px;
		line-height: 36px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.mg-page-form__subtitle {
		font-size: 19px;
		line-height: 24px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.mg-page-form__button {
		font-size: 16px;
	}

	.mg-page-form__note {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: -0.1125px;
	}
}

@media (min-width: 1025px) {
	.mg-page-form {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.mg-page-form__title {
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 8px;
		max-width: 100%;
	}

	.mg-page-form__subtitle {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 56px;
		max-width: 100%;
	}

	.mg-page-form__note {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: -0.1px;
	}
}

/*form block end*/
/*video-slider*/
.video-slider {
	padding-top: 32px;
	padding-bottom: 24px;
	box-sizing: border-box;
}

.video-slider__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #000;
	margin-bottom: 8px;
}

.video-slider__desc {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #909090;
	margin-bottom: 24px;
}

.video-slider__video {
	border-radius: 8px;
	overflow: hidden;
}

.video-slider__video .videodetector {
	line-height: 0;
}

.video-slider__wrap {
	position: relative;
}

@media (min-width: 600px) {
	.video-slider {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.video-slider__title {
		font-size: 30px;
		line-height: 36px;
	}

	.video-slider__desc {
		font-size: 19px;
		line-height: 24px;
		margin-bottom: 32px;
	}

	.video-slider__video {
		height: 404px;
	}

	.video-slider__slider-dots {
		margin-top: 32px;
	}
}

@media (min-width: 1025px) {
	.video-slider {
		padding-top: 80px;
		padding-bottom: 44px;
	}

	.video-slider__title {
		font-size: 40px;
		line-height: 56px;
	}

	.video-slider__desc {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 56px;
	}

	.video-slider__slider-dots {
		margin-top: 48px;
	}

	.video-slider__video {
		height: 352px;
	}
}

/*video-slider end*/
/*tab_wrapp*/
.tab_wrapp {
	background: #f8f8f8;
	padding-top: 32px;
	padding-bottom: 24px;
	box-sizing: border-box;
}

.tab_wrapp .tabs__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #000;
	margin-bottom: 32px;
}

.tab_wrapp .tabs__type-item-mob {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.0956522px;
	color: #2dbf60;
	padding: 16px 16px 16px 24px;
	background: #fff;
	border-radius: 32px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

@media (min-width: 600px) {
	.tab_wrapp .tabs__type-item-mob {
		display: none;
	}
}

.tab_wrapp .tabs__type-item-mob .arrow {
	transition: all 0.3s ease;
	height: 24px;
	height: 24px;
	margin-left: 20px;
}

.tab_wrapp .tabs__type-item-mob.active .arrow {
	transform: rotate(180deg);
}

.tab_wrapp .tabs__type-list {
	display: none;
	background: #fff;
	list-style: none;
	padding: 20px;
	border-radius: 10px;
	margin: 10px 0 0;
}

.tab_wrapp .tabs__type-item {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.0956522px;
	cursor: pointer;
}

.tab_wrapp .tabs__type-item:hover {
	color: #2dbf60;
}

.tab_wrapp .tabs__tabs {
	list-style: none;
	padding: 0;
	margin: 24px 0 0;
}

.tab_wrapp .tabs__tabs .mp-wrapp {
	padding: 0;
}

.tab_wrapp .tabs__list {
	overflow: visible;
	border-radius: 16px;
}

.tab_wrapp .tabs__item {
	background: #fff;
	padding: 24px 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tab_wrapp .tabs__item-head {
	padding: 4px 8px;
	box-sizing: border-box;
	background: #f8f8f8;
	border-radius: 3px;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 16px;
}

.tab_wrapp .tabs__item-button {
	background: #2dbf60;
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.24);
	border-radius: 32px;
	padding: 12px 24px;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1125px;
	color: #fff;
	width: 100%;
	max-width: 178px;
	margin-bottom: 24px;
	transition: all 0.3s;
}

.tab_wrapp .tabs__item-button:hover {
	background: #3dd271;
	transform: translateY(-2px);
}

.tab_wrapp .tabs__item-row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 4px;
	padding: 12px 16px;
	box-sizing: border-box;
	min-height: 48px;
}

.tab_wrapp .tabs__item-row:nth-child(even) {
	background: #f8f8f8;
}

.tab_wrapp .tabs__item-row-title {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.1px;
	color: #999;
}

.tab_wrapp .tabs__item-row:last-child .tabs__item-row-title {
	color: #000;
	font-weight: 600;
}

.tab_wrapp .tabs__item-row-value {
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #000;
	display: flex;
	align-items: center;
}

.tab_wrapp .tabs__item-row-value .icon-1 {
	line-height: 0;
	margin-right: 8px;
}

.tab_wrapp .tabs__item-row-value .icon-2 {
	line-height: 0;
}

.tab_wrapp .tabs__item-row-value .icon-3 {
	line-height: 0;
	display: flex;
	align-items: center;
}

.tab_wrapp .tabs__item-row-value .icon-3 img {
	margin-right: 8px;
}

.tab_wrapp .tabs__item-row-value .icon-3 img + img {
	margin-right: 0;
	margin-left: 8px;
}

.tab_wrapp .tabs__item-row-value .icon-5 {
	height: 24px;
}

.tab_wrapp .tabs__tab {
	height: auto;
	opacity: 1;
	visibility: visible;
}
.tab_wrapp .tabs__tab > .mp-wrapp {
	max-width: 100%;
}
.tab_wrapp .tabs__tab.js-hidden {
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.tab_wrapp .tabs__note {
	margin-top: 24px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #333;
}

.tab_wrapp .tabs__slider-dots .services-swiper-dot--active {
	background: #2dbf60;
}

@media (min-width: 600px) {
	.tab_wrapp {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.tab_wrapp .tabs__title {
		font-size: 30px;
		line-height: 36px;
	}

	.tab_wrapp .tabs__type-list {
		padding: 8px;
		border-radius: 96px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 1px;
		margin-top: 0;
	}

	.tab_wrapp .tabs__type-item {
		text-align: center;
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: -0.0956522px;
		color: #bbb;
		background: #fff;
		border-radius: 48px;
		transition: all 0.5s ease;
		flex: none;
		width: auto;
	}

	.tab_wrapp .tabs__type-item .tabs__type-link {
		border-radius: 32px;
		padding: 12px 24px;
		box-sizing: border-box;
	}

	.tab_wrapp .tabs__type-item .js-active {
		background: #f8f8f8;
		color: #000;
	}

	.tab_wrapp .tabs__item {
		border-radius: 16px;
		overflow: hidden;
		padding: 40px 24px 24px;
	}

	.tab_wrapp .tabs__note {
		margin-top: 32px;
		font-size: 14px;
		line-height: 24px;
	}

	.tab_wrapp .tabs__slider-dots {
		margin-top: 32px;
	}
}

@media (min-width: 1025px) {
	.tab_wrapp {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.tab_wrapp .tabs__title {
		font-size: 40px;
		line-height: 56px;
		margin-bottom: 48px;
	}

	.tab_wrapp .tabs__type {
		margin: 0 auto;
		max-width: 579px;
	}

	.tab_wrapp .tabs__type-list {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.tab_wrapp .tabs__type-item .tabs__type-link {
		padding: 16px 32px;
		font-size: 16px;
		line-height: 24px;
	}

	.tab_wrapp .tabs__tabs {
		margin-top: 32px;
	}

	.tab_wrapp .tabs__list {
		box-shadow: unset;
		overflow: visible;
	}

	.tab_wrapp .tabs__item:hover {
		box-shadow: inset 0px 0px 0px 2px #2dbf60;
	}
}

@media (min-width: 1100px) {
	.tab_wrapp {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.tab_wrapp .tabs__slider-dots {
		display: none;
	}

	.tab_wrapp .tabs__list-inner {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 32px;
	}
}

/*tab_wrapp end*/
/*our-projects*/
.our-projects {
	padding-top: 32px;
	padding-bottom: 24px;
	box-sizing: border-box;
}

.our-projects .slider-page-tabs {
	display: flex;
	flex-direction: column;
}

.our-projects__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #000;
	margin-bottom: 8px;
}

.our-projects__desc {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #909090;
	margin-bottom: 36px;
}

.our-projects__inner {
	padding-left: 22px;
	padding-right: 22px;
}

.our-projects__item {
	padding: 24px 16px;
	box-sizing: border-box;
	border: 2px solid #f63;
	border-radius: 12px;
	display: flex;
}

.our-projects__item-left {
	display: none;
	margin-right: 48px;
	line-height: 0;
}

@media (min-width: 1025px) {
	.our-projects__item-left {
		display: block;
	}
}

.our-projects__item-left img {
	max-width: 100%;
}

.our-projects__item-right {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.our-projects__item-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #000;
	margin-bottom: 16px;
}

.our-projects__item-btn {
	width: 100%;
	max-width: 240px;
	margin-right: auto;
	margin-top: 24px;
}

@media (min-width: 600px) {
	.our-projects__item-btn {
		margin-left: auto;
		margin-top: 32px;
		max-width: 189px;
	}
}

@media (min-width: 1025px) {
	.our-projects__item-btn {
		margin-left: 0;
		margin-top: auto;
		max-width: 200px;
	}
}

.our-projects__item-btn .our-projects__button {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #2dbf60;
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.24);
	border-radius: 48px;
	box-sizing: border-box;
	padding: 20px 16px;
	display: block;
	width: 100%;
	transition: all 0.3s;
}

.our-projects__item-btn .our-projects__button:hover {
	background: #3dd271;
	transform: translateY(-2px);
}

@media (min-width: 1025px) {
	.our-projects__item-btn .our-projects__button {
		padding-top: 24px;
		padding-bottom: 24px;
		font-size: 18px;
	}
}

.our-projects .funnel-in {
	display: flex;
	align-items: center;
}

.our-projects .funnel-in__left {
	display: none;
}

.our-projects .funnel-in__left img {
	max-width: 100%;
}

@media (min-width: 600px) {
	.our-projects .funnel-in__left {
		display: block;
	}
}

.our-projects__item-main {
	width: 100%;
}

.our-projects .mob-tab-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f8f8f8;
	border-radius: 32px;
	cursor: pointer;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.0956522px;
	color: #2dbf60;
	padding: 16px 16px 16px 24px;
	box-sizing: border-box;
}

.our-projects .mob-tab-btn:after {
	content: "";
	background: url("../images/oah-arrdown-thin.svg") 50% 50% no-repeat;
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
	transition: all 0.3s ease;
}

.our-projects .mob-tab-btn.active:after {
	transform: rotate(180deg);
}

@media (min-width: 600px) {
	.our-projects .mob-tab-btn {
		display: none;
	}
}

.our-projects .slider-page-tabs-btn {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;
	background: #f8f8f8;
	border-radius: 10px;
	margin-top: 10px;
}

.our-projects .slider-page-tabs-btn .tabs-btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.0956522px;
	cursor: pointer;
}

.our-projects .slider-page-tabs-btn .tabs-btn:hover {
	color: #2dbf60;
}

@media (min-width: 600px) {
	.our-projects .slider-page-tabs-btn {
		display: block;
	}
}

.our-projects .tab-slider.hidescale {
	opacity: 0;
	visibility: hidden;
	height: 0;
	transition: all 0.5s ease;
}

.our-projects .tab-slider.hidescale.showscale {
	visibility: visible;
	opacity: 1;
	height: auto;
}

.our-projects .funnel-in__right {
	margin-top: 24px;
	margin-bottom: 8px;
}

.our-projects .funnel-in__item {
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}

.our-projects .funnel-in__item:before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ececec;
	bottom: 0;
	transform: translateY(50%);
}

.our-projects .funnel-in__item:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #ececec;
	width: calc(100% - 9px);
	bottom: 0;
	right: 0;
}

.our-projects .funnel-in__item-info {
	display: flex;
	align-items: center;
}

.our-projects .funnel-in__item-info > div {
	margin-left: 16px;
}

.our-projects .funnel-in__item-number {
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -0.001em;
	color: #000;
}

.our-projects .funnel-in__item-text {
	font-size: 13px;
	line-height: 16px;
	display: flex;
	align-items: center;
	letter-spacing: -0.001em;
	color: #909090;
}

.our-projects .funnel-in__item-icon {
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
}

.our-projects .funnel-in__item-icon img {
	max-width: 100%;
}

.our-projects .funnel-in__bottom-item {
	background: #fff;
	border: 2px solid #f5f6fa;
	box-sizing: border-box;
	border-radius: 12px;
	margin-bottom: 16px;
	padding: 14px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.our-projects .funnel-in__bottom-item:last-child {
	margin-bottom: 0;
}

.our-projects .funnel-in__bottom-icon {
	background: #fff;
	border: 2px solid #ffbf42;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	margin-right: 16px;
}

.our-projects .funnel-in__bottom-icon img {
	width: 16.25px;
	height: 16.25px;
}

.our-projects .funnel-in__bottom-number {
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: -0.1px;
	color: #000;
}

.our-projects .funnel-in__bottom-text {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -0.1px;
	color: #909090;
}

.our-projects__slider-arrows {
	display: none;
}

.our-projects .schedule-in {
	margin-top: 24px;
}

.our-projects .schedule-in__image {
	margin-bottom: 32px;
	display: none;
}

.our-projects .schedule-in__image img {
	max-width: 100%;
}

@media (min-width: 600px) {
	.our-projects .schedule-in__image {
		display: block;
	}
}

@media (min-width: 600px) {
	.our-projects .schedule-in__image {
		margin-bottom: 56px;
	}
}

.our-projects .schedule-in .schedule-note {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 32px;
	grid-row-gap: 15px;
}

.our-projects .schedule-in .schedule-note__item {
	padding: 22px 14px;
	box-sizing: border-box;
	border-radius: 12px;
}

.our-projects .schedule-in .schedule-note__item .item-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.1px;
}

.our-projects .schedule-in .schedule-note__item:nth-child(1) {
	border: 2px solid #ff695c;
}

.our-projects .schedule-in .schedule-note__item:nth-child(1) .item-title {
	color: #ff695c;
}

.our-projects .schedule-in .schedule-note__item:nth-child(2) {
	border: 2px solid #ffbf42;
}

.our-projects .schedule-in .schedule-note__item:nth-child(2) .item-title {
	color: #ffbf42;
}

.our-projects .schedule-in .schedule-note__item:nth-child(3) {
	border: 2px solid #2dbf60;
}

.our-projects .schedule-in .schedule-note__item:nth-child(3) .item-title {
	color: #2dbf60;
}

.our-projects .schedule-in .schedule-note__item-top {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.our-projects .schedule-in .schedule-note__item-top .item-cont {
	margin-right: 16px;
	height: 40px;
}

.our-projects .schedule-in .schedule-note__item-bottom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 18px;
	position: relative;
}

.our-projects .schedule-in .schedule-note__item-bottom:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background: #f8f8f8;
	border-radius: 8px;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.our-projects .schedule-in .schedule-note__item-bottom .before-text, .our-projects .schedule-in .schedule-note__item-bottom .after-text {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.1px;
	color: #909090;
	margin-bottom: 4px;
}

.our-projects .schedule-in .schedule-note__item-bottom .after-text {
	display: flex;
	align-items: center;
}

.our-projects .schedule-in .schedule-note__item-bottom .after-text:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3px 4px 3px;
	border-color: transparent transparent #2dbf60 transparent;
	margin-right: 6px;
}

.our-projects .schedule-in .schedule-note__item-bottom .before-value, .our-projects .schedule-in .schedule-note__item-bottom .after-value {
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -0.1px;
	color: #000;
}

.our-projects .figures-in {
	overflow: hidden;
}

.our-projects .figures-in .figures-list {
	display: none;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 48px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

@media (min-width: 600px) {
	.our-projects .figures-in .figures-list {
		display: grid;
	}
}

.our-projects .figures-in .figures-list .figures-list-name {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.1px;
	margin-bottom: 16px;
	box-sizing: border-box;
	border-radius: 12px;
	padding: 14px 14px 14px 16px;
	width: 100%;
	max-width: 160px;
	display: flex;
	align-items: center;
}

.our-projects .figures-in .figures-list .figures-list-name img {
	margin-right: 8px;
}

.our-projects .figures-in .figures-list .figures-list-body {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.1px;
	color: #070707;
}

.our-projects .figures-in .figures-list .problem {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.our-projects .figures-in .figures-list .problem .figures-list-name {
	color: #ff695c;
	border: 2px solid #ff695c;
	background: rgba(255, 105, 92, 0.08);
}

.our-projects .figures-in .figures-list .solution {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.our-projects .figures-in .figures-list .solution .figures-list-name {
	color: #2dbf60;
	background: rgba(45, 191, 96, 0.08);
	border: 2px solid #2dbf60;
}

.our-projects .figures-in .figures-table {
	overflow: scroll;
}

.our-projects .figures-in .figures-table .table-default {
	width: 500px;
	border: 2px solid #ececec;
	box-sizing: border-box;
	border-radius: 12px;
	overflow: hidden;
}

.our-projects .figures-in .figures-table .table-default > div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.our-projects .figures-in .figures-table .table-default > div:first-child {
	background: #f8f8f8;
}

.our-projects .figures-in .figures-table .table-default > div .without-us {
	background: #f8f8f8;
}

.our-projects .figures-in .figures-table .table-default > div > div {
	border-bottom: 2px solid #ececec;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 20px 20px;
}

.our-projects .figures-in .figures-table .table-default .figures-table-name-td {
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: -0.1px;
	color: #000;
}

.our-projects .figures-in .figures-table .table-default .figures-table-name-td .td-icon {
	margin-right: 16px;
}

.our-projects .figures-in .figures-table .table-default .last-tr > div {
	border-bottom: none;
}

.our-projects .figures-in .figures-table .table-default .without-us, .our-projects .figures-in .figures-table .table-default .without-th {
	border-left: 2px solid #ececec;
	border-right: 2px solid #ececec;
	padding: 20px 18px;
}

.our-projects .figures-in .figures-table .table-default .first-tr div {
	padding: 11px 24px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #a6a6a6;
	justify-content: center;
}

.our-projects .figures-in .figures-table .table-default .without-us {
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #000;
	justify-content: center;
}

.our-projects .figures-in .figures-table .table-default .with-us {
	justify-content: center;
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: -0.1px;
	color: #000;
}

.our-projects .figures-in .figures-table .table-default .with-us:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #2dbf60 transparent;
	margin-right: 8px;
}

.our-projects .figures-in .figures-table .table-default .with-us span {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: -0.1px;
	color: #a6a6a6;
	margin-left: 16px;
}

@media (min-width: 600px) {
	.our-projects .figures-in .figures-table {
		overflow: hidden;
	}

	.our-projects .figures-in .figures-table .table-default {
		width: 100%;
	}
}

@media (min-width: 1025px) {
	.our-projects .figures-in .figures-list {
		margin-bottom: 60px;
	}

	.our-projects .figures-in .figures-list .figures-list-body {
		font-size: 16px;
		line-height: 24px;
	}

	.our-projects .figures-in .figures-table .table-default > div > div {
		padding: 24px;
	}

	.our-projects .figures-in .figures-table .table-default .without-us, .our-projects .figures-in .figures-table .table-default .without-th {
		padding: 24px 22px;
	}
}

@media (min-width: 600px) {
	.our-projects {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.our-projects__inner {
		padding-right: 24px;
		padding-left: 24px;
	}

	.our-projects__title {
		font-size: 30px;
		line-height: 36px;
	}

	.our-projects__desc {
		font-size: 19px;
		line-height: 24px;
		margin-bottom: 32px;
	}

	.our-projects__item {
		padding: 30px 22px;
	}

	.our-projects__slider-dots {
		margin-top: 32px;
	}

	.our-projects__item-title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 32px;
	}

	.our-projects .slider-page-tabs-btn {
		margin-top: 0;
		padding: 8px;
		border-radius: 96px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 32px;
	}

	.our-projects .slider-page-tabs-btn .tabs-btn {
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: -0.0956522px;
		color: #bbb;
		padding: 12px 24px;
		box-sizing: border-box;
		width: 100%;
		border-radius: 32px;
		text-align: center;
	}

	.our-projects .slider-page-tabs-btn .tabs-btn.active {
		color: #000;
		background: #fff;
	}

	.our-projects .funnel-in {
		margin-bottom: 32px;
	}

	.our-projects .funnel-in__left {
		margin-right: 24px;
		max-width: 324px;
		line-height: 0;
	}

	.our-projects .funnel-in__right {
		margin: 0;
	}

	.our-projects .funnel-in__item {
		padding-bottom: 17px;
		margin-bottom: 32px;
	}

	.our-projects .funnel-in__item:last-child {
		margin-bottom: 0;
	}

	.our-projects .funnel-in__item:after {
		bottom: 4px;
	}

	.our-projects .funnel-in__item:before {
		transform: unset;
	}

	.our-projects .funnel-in__item-icon {
		margin-left: 16px;
	}

	.our-projects .funnel-in__item-number {
		font-size: 32px;
		line-height: 40px;
	}

	.our-projects .funnel-in__item-text {
		font-size: 14px;
		line-height: 18px;
	}

	.our-projects .funnel-in__bottom {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 24px;
	}

	.our-projects .funnel-in__bottom-item {
		margin-bottom: 0;
		padding: 22px;
	}

	.our-projects .funnel-in__bottom-icon {
		width: 56px;
		height: 56px;
		min-width: 56px;
		min-height: 56px;
		margin-right: 24px;
	}

	.our-projects .funnel-in__bottom-icon img {
		width: 23px;
		height: 23px;
	}

	.our-projects .funnel-in__bottom-number {
		font-size: 24px;
		line-height: 32px;
	}

	.our-projects .funnel-in__bottom-text {
		font-size: 14px;
		line-height: 18px;
	}

	.our-projects .schedule-in {
		margin-top: 0px;
	}

	.our-projects .schedule-in .schedule-note__item {
		padding: 14px;
	}

	.our-projects .schedule-in .schedule-note {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 1025px) {
	.our-projects {
		padding-top: 80px;
		padding-bottom: 44px;
	}

	.our-projects__inner {
		padding-right: 22px;
		padding-left: 22px;
	}

	.our-projects__title {
		font-size: 40px;
		line-height: 56px;
	}

	.our-projects__desc {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 48px;
	}

	.our-projects__slider-dots {
		margin-top: 48px;
	}

	.our-projects__item {
		padding: 56px;
	}

	.our-projects__item-left {
		width: 50%;
		max-width: 368px;
	}

	.our-projects__item-right {
		align-items: flex-start;
	}

	.our-projects__item-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 40px;
	}

	.our-projects .slider-page-tabs-btn {
		margin-bottom: 48px;
	}

	.our-projects .slider-page-tabs-btn .tabs-btn {
		font-size: 16px;
		line-height: 24px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.our-projects .funnel-in {
		margin-bottom: 48px;
	}

	.our-projects .funnel-in__left {
		width: 47%;
		max-width: 368px;
		margin-right: 0;
	}

	.our-projects .funnel-in__right {
		margin: 0;
		width: 53%;
		max-width: 420px;
	}

	.our-projects .funnel-in__item {
		padding-bottom: 8px;
		margin-bottom: 47px;
	}

	.our-projects .funnel-in__item:last-child {
		margin-bottom: 0;
	}

	.our-projects .funnel-in__item:nth-child(2):after {
		width: calc(116% - 9px);
	}

	.our-projects .funnel-in__item:nth-child(2):before {
		left: -15%;
	}

	.our-projects .funnel-in__item:nth-child(3):after {
		width: calc(130% - 9px);
	}

	.our-projects .funnel-in__item:nth-child(3):before {
		left: -29%;
	}

	.our-projects .funnel-in__item-icon {
		margin-left: 48px;
		width: auto;
		height: auto;
		min-width: 40px;
		min-height: 40px;
		max-height: 40px;
	}

	.our-projects .funnel-in__item-number {
		font-size: 40px;
		line-height: 56px;
	}

	.our-projects .funnel-in__item-text {
		font-size: 16px;
		line-height: 20px;
	}

	.our-projects .funnel-in__bottom {
		grid-column-gap: 48px;
	}

	.our-projects .funnel-in__bottom-icon {
		width: auto;
		height: auto;
		min-width: 64px;
		min-height: 64px;
		max-height: 64px;
	}

	.our-projects .funnel-in__bottom-icon img {
		width: auto;
		height: auto;
	}

	.our-projects .funnel-in__bottom-number {
		font-size: 32px;
		line-height: 40px;
	}

	.our-projects .funnel-in__bottom-text {
		font-size: 16px;
		line-height: 24px;
	}

	.our-projects .schedule-in .schedule-note__item-bottom .before-value, .our-projects .schedule-in .schedule-note__item-bottom .after-value {
		font-size: 26px;
	}

	.our-projects__main {
		position: relative;
	}

	.our-projects__slider-arrows {
		display: block;
	}

	.our-projects__slider-arrows .our-projects__slider-prev-arrow {
		position: absolute;
		top: 50%;
		left: -20px;
		height: 50px;
	}

	.our-projects__slider-arrows .our-projects__slider-next-arrow {
		position: absolute;
		top: 50%;
		right: -20px;
		height: 50px;
		transform: rotate(180deg);
	}
}

@media (min-width: 1025px) and (min-width: 1600px) {
	.our-projects__slider-arrows .our-projects__slider-prev-arrow {
		left: -183px;
	}
}

@media (min-width: 1025px) and (min-width: 1600px) {
	.our-projects__slider-arrows .our-projects__slider-next-arrow {
		right: -183px;
	}
}

@media (max-width: 600px) {
	.our-projects .figures-in .figures-table {
		margin-top: 16px;
	}

	.our-projects .figures-in .figures-table .table-default > div > div {
		padding: 8px;
	}

	.our-projects .figures-in .figures-table .table-default .first-tr div {
		padding: 8px;
	}

	.our-projects .figures-in .figures-table .table-default .without-us, .our-projects .figures-in .figures-table .table-default .without-th {
		padding: 8px 6px;
	}

	.our-projects .figures-in .figures-table .table-default .figures-table-name-td .td-icon {
		width: 24px;
		height: 24px;
		min-width: 24px;
		min-height: 24px;
	}

	.our-projects .figures-in .figures-table .table-default .figures-table-name-td .td-icon img {
		max-width: 100%;
	}

	.our-projects .figures-in .figures-table .table-default .first-tr div {
		font-size: 14px;
	}

	.our-projects .figures-in .figures-table .table-default .without-us {
		font-size: 14px;
		line-height: 24px;
	}

	.our-projects .figures-in .figures-table .table-default .with-us {
		font-size: 14px;
		line-height: 24px;
	}

	.our-projects .figures-in .figures-table .table-default .figures-table-name-td {
		font-size: 14px;
		line-height: 24px;
	}
}

/*our-projects end*/
@media (max-width: 1024px) {
	html body .js-swiper-arrows {
		display: none;
	}

	.services-staff__slide-blocks {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	.video-slider__wrap {
		max-width: 720px;
		margin: 0 auto;
	}

	.services-staff__subtitle {
		max-width: 720px;
	}
}

@media (max-width: 600px) {
	.tab_wrapp .tabs__type-list, .our-projects .slider-page-tabs-btn {
		margin-top: 8px;
		border-radius: 10px;
		overflow: hidden;
		padding: 0;
	}

	.tab_wrapp .tabs__type-item, .our-projects .slider-page-tabs-btn .tabs-btn {
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: -0.0956522px;
		color: #6a6a6a;
		padding: 12px 24px;
		box-sizing: border-box;
		box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
	}

	.tab_wrapp .tabs__type-item:last-child, .our-projects .slider-page-tabs-btn .tabs-btn:last-child {
		box-shadow: unset;
	}

	.our-projects .slider-page-tabs-btn .tabs-btn.active, .tab_wrapp .tabs__type-item.active {
		height: 0;
		opacity: 0;
		visibility: hidden;
		padding: 0;
	}

	.our-projects .slider-page-tabs-btn .tabs-btn, .tab_wrapp .tabs__type-item {
		height: auto;
		opacity: 1;
		visibility: visible;
	}

	.video-slider__video {
		line-height: 0;
	}

	.tab_wrapp .tabs__item {
		border-radius: 16px;
	}
}

@media (min-width: 770px) and (max-width: 1025px) {
	.our-projects .funnel-in {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 24px;
	}

	.our-projects .funnel-in__left {
		max-width: 100%;
		margin-right: 0;
		width: calc(100%);
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.mg-context-text {
	padding: 32px 0;
}

.mg-context-text__inner {
	max-width: 980px;
}

.mg-context-text__title {
	font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #000;
    margin-bottom: 24px;
    text-align: center;
}

.mg-context-text__body {
	font-size: 15px;
	line-height: 1.5;
	color: #767676;
}

.mg-context-text__body p:first-child {margin-top: 0;}
.mg-context-text__body p:last-child {margin-bottom: 0;}

.mg-main-faq {
	padding: 36px 0;
	background: #F8F8F8;
	text-align: center;
}

.mg-main-faq__title {
	margin-bottom: 24px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.1px;
    color: #000;
}

.mg-main-faq__list {
	text-align: left;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}

.mg-main-faq__item {
	margin-bottom: 8px;
	background: #fff;
	border-radius: 12px;
}

.mg-main-faq__item:last-child {margin-bottom: 0;}

.mg-main-faq__item-title {
	display: flex;
	padding: 16px 24px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.1px;
	color: #313131;
	cursor: pointer;
	align-items: center;
}

.mg-main-faq__item-title_icon {
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	flex: none;
	margin-left: 16px;
	align-self: center;
	background: #F8F8F8;
	border: 1px solid #D3D3D3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}

.mg-main-faq__item.active .mg-main-faq__item-title_icon {
	transform: rotate(135deg);
}

.mg-main-faq__item-title_icon:before {
	width: 54.2%;
	height: 54.2%;
	flex: none;
	content: "";
	background-size: cover;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.25 20V6a.75.75 0 011.5 0v5.75h5.75a.75.75 0 010 1.5h-5.75V20a.75.75 0 01-1.5 0zM5.5 13.25H10a.75.75 0 000-1.5H5.5a.75.75 0 000 1.5z' fill='%23212121'/%3E%3C/svg%3E");
}

.mg-main-faq__item-title_text {flex: 1 0 1%;}

.mg-main-faq__item-body {
	height: 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.72;
	letter-spacing: -0.1px;
	color: #909090;
	transition: all 0.6s;
}

.mg-main-faq__item-body-inner {
	padding: 0 16px 32px;
	font-size: 16px;
	line-height: 1.8;
}

.mg-main-faq__item-body p:first-child {margin-top: 0;}
.mg-main-faq__item-body p:last-child {margin-bottom: 0;}

@media all and (min-width: 600px) {
	.mg-context-text {
		padding: 56px 0;
	}
	
	.mg-context-text__title {
	    margin-bottom: 32px;
		font-size: 30px;
		line-height: 36px;
	}
	
	.mg-context-text__body { font-size: 17px; }
	
	.mg-main-faq {
		padding: 64px 0;
	}
	
	.mg-main-faq__title {
		margin-bottom: 36px;
		font-size: 30px;
		line-height: 36px;
	}
	
	.mg-main-faq__list {
		margin-top: 36px;
	}
	
	.mg-main-faq__item-title {
		font-size: 18px;
		padding: 24px;
	}
	
	.mg-main-faq__item-title_icon {
		width: 40px;
		height: 40px;
	}
	
	.mg-main-faq__item-body-inner {
		padding: 0 32px 32px 24px;
	}
}

@media all and (min-width: 960px) {
	.mg-context-text {
		padding: 80px 0;
	}
	
	.mg-context-text__title {
	    margin-bottom: 56px;
		font-size: 40px;
		line-height: 48px;
	}
	
	.mg-context-text__body { font-size: 18px; }
	
	.mg-main-faq__title {
		margin-bottom: 48px;
		font-size: 40px;
		line-height: 48px;
	}
	
	.mg-main-faq__list {
		margin-top: 40px;
	}
	
	.mg-main-faq__item-title {
		font-size: 20px;
		padding: 24px 24px 24px 56px;
	}
	
	.mg-main-faq__item-body-inner {
		padding: 0 56px 32px;
	}
	
	.mg-main-faq__item-title_icon {
		width: 48px;
		height: 48px;
	}
}



.tab_wrapp__inner {
	padding-left: 16px;
	padding-right: 0px;
}
.tabs__list {
    display: flex;
}
.tabs__item-titles {
	font-weight: 300;
	font-size: 8px;
	line-height: 12px;
	letter-spacing: -0.1px;
	color: #000000;
	min-width: 91px;
	width: 91px;
	margin-right: 8px;
}
.tabs__item-titles div {
    display: flex;
    align-items: center;
    border-top: 1px solid #E3E3E3;
    padding: 12.5px 0;
}
.tabs__item-titles div.long_word {
	padding: 7.5px 0;
}
.tabs__item-titles div:first-child {
	padding-bottom: 85.5px;
}
.tabs__item-titles div span {
	display: block;
    line-height: 0;
    margin-left: 4px;
}
.tabs__item-titles div svg {
	width: 14px;
	height: 14px;
}
.tabs__item-wrap {
    display: flex;
    overflow: auto;
    padding-right: 16px;
    padding-bottom: 20px;
}
.tab_wrapp .tabs__item {
	margin-right: 8px;
}
.tab_wrapp .tabs__item:last-child {
	margin-right: 0px;
}
.tab_wrapp .tabs__item {
	min-width: 173px;
	width: 173px;
	border-radius: 8px;
	padding: 16px 8px 8px;
}
.tabs__item-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1125px;
	color: #000000;
	margin-bottom: 16px;
}
.tab_wrapp .tabs__item-button {
	margin-bottom: 8px;
}
.tabs__item-row-value {
	height: 40px;
}
.tab_wrapp .tabs__item-row-value {
	width: 100%;
    justify-content: center;
    border-radius: 8px;
    font-weight: 400;
    font-size: 13px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.1px;
	color: #000000;
}
.tab_wrapp .tabs__item-row-value.longer {
	font-size: 11px;
	line-height: 14px;
}
.tab_wrapp .tabs__item-row-value.tabs__item-row-value-price {
	font-weight: 500;
	font-size: 16px;
}
.tab_wrapp .tabs__item-row-value:nth-child(even) {
	background: #F8F8F8;
}
.icon-5 {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_wrapp .tabs__title, .tabs__type, .tab_wrapp .tabs__note {
    padding-right: 16px;
}
@media all and (min-width: 600px) {
	.tab_wrapp__inner {
	    padding-left: 24px;
	}
	.tabs__item-titles {
		font-weight: 300;
		font-size: 14px;
		line-height: 30px;
	    min-width: 224px;
	    width: 224px;
	}
	.tabs__item-titles div:first-child {
		padding-top: 4px;
		padding-bottom: 93px;
	}
	.tabs__item-titles div, .tabs__item-titles div.long_word {
	    padding: 8px 0 9px;
	}
	.tabs__item-titles div svg {
	    width: 22px;
	    height: 22px;
	}
	.tabs__item-titles div span {
	    margin-left: 10px;
	}
	.tabs__item-title {
		font-size: 22px;
		line-height: 32px;
	}
	.tabs__item-row-value {
	    height: 48px;
	}
	.tab_wrapp .tabs__item-row-value.tabs__item-row-value-price {
		font-size: 24px;
		line-height: 32px;
	}
	.tab_wrapp .tabs__item-row-value {
		font-size: 14px;
		line-height: 32px;
	}
	.tab_wrapp .tabs__item {
		min-width: 224px;
	    width: 224px;
	    border-radius: 16px;
        padding: 24px 16px;
	}
	.tab_wrapp .tabs__item-button {
		max-width: 100%;
	}
	.tabs__item-titles div:last-child {
		font-weight: 600;
	}
	.tab_wrapp .tabs__title, .tabs__type, .tab_wrapp .tabs__note {
	    padding-right: 24px;
	}
	.tabs__item-title.longer {
	    font-size: 20px;
	}
	.tabs__item-wrap {
	    padding-right: 24px;
	}
}
@media all and (min-width: 960px) {
	.tabs__item-titles {
		min-width: 256px;
	    width: 256px;
	    margin-right: 16px;
	}
	.tab_wrapp .tabs__item {
		min-width: 256px;
	    width: 256px;
	    margin-right: 16px;
	}
	.tab_wrapp .tabs__item:last-child {
		margin-right: 0px;
	}
}

.tabs__item-wrap {
	scrollbar-color: #2DBF60 #ececec;
	scrollbar-width: 4px 4px;
}
.tabs__item-wrap::-webkit-scrollbar {
	width: 4px;
	/* ширина для вертикального скролла */
	height: 4px;
	/* высота для горизонтального скролла */
	background-color: #ececec;
}
.tabs__item-wrap::-webkit-scrollbar-thumb {
	background-color: #2DBF60;
	border-radius: 8px;
}
.tabs__item-wrap::-webkit-scrollbar-thumb:hover {
	background-color: #2DBF60;
}

@media all and (min-width: 600px) {
	.tabs__item-wrap {
		scrollbar-color: #2DBF60 #ececec;
		scrollbar-width: 8px 8px;
	}
	.tabs__item-wrap::-webkit-scrollbar {
		width: 8px;
		/* ширина для вертикального скролла */
		height: 8px;
		/* высота для горизонтального скролла */
		background-color: #ececec;
		border-radius: 8px;
	}
	.tabs__item-wrap::-webkit-scrollbar-thumb {
		background-color: #2DBF60;
		border-radius: 8px;
	}
	.tabs__item-wrap::-webkit-scrollbar-thumb:hover {
		background-color: #2DBF60;
	}
}

@media all and (max-width: 599px) {
	.tab_wrapp .tabs__item-row-value .icon-2 {
		max-width: 68px;
	}
	.tab_wrapp .tabs__item-row-value .icon-2 img {
		max-width: 100%;
	}
}

@media all and (min-width: 1200px) {
	.tabs__item-titles {
		min-width: 320px;
	    width: 320px;
	}
	.tab_wrapp .tabs__item {
		min-width: 290px;
	    width: 290px;
	}
}