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-size      : 28px;
	font-weight    : 500;
	line-height    : 140%;
	text-align     : center;
	letter-spacing : -0.1px;
	color          : #000;
	margin-bottom  : 16px;
}

.page-main__desc {
	font-size      : 18px;
	line-height    : 1.7;
	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   : 600;
	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     : 32px;
		margin-bottom : 24px;
	}

	.page-main__button-wrapper {
		flex-direction  : row;
		justify-content : center;
	}

	.page-main__button {
		margin    : 0 8px;
		max-width : 280px;
	}
}

@media (min-width : 1025px) {
	.page-main {
		padding : 88px 0;
	}

	.page-main__inner {
		display               : grid;
		grid-template-columns : 1fr 1fr;
		grid-gap              : 10px;
	}

	.page-main__title {
		font-size  : 36px;
		text-align : left;
	}

	.page-main__desc {
		font-size     : 20px;
		margin-bottom : 56px;
		text-align    : left;
		position      : relative;
	}

	.page-main__desc:before {
		content    : "";
		position   : absolute;
		left       : 132px;
		top        : 31px;
		width      : 232px;
		height     : 7px;
		background-image: url("data:image/svg+xml,%3Csvg width='233' height='7' viewBox='0 0 233 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.872 6.72c1.738-.106 5.725-.65 7.457-.75 9.43-.548 21.096-1.877 30.29-2.262C53.904 3.151 73.364 2.374 86.053 2.2c23.353-.319 42.34 0 68.84 0 30.509 0 38.096.58 55.761 2.471 7.028.753 10.886 1.531 18.586 2.262 1.137.108 2.655-.026 2.754-1.27.098-1.245-.751-1.392-1.887-1.5-8.027-.762-19.946-2.426-27.714-3.024-25.444-1.957-45.94-.751-72.97-.963C111.11.033 90.246.324 70.22.93c-8.012.243-17.831.389-26.159.754-7.393.324-20.696 1.098-28.224 1.508-3.99.217-9.172-.242-13.194.003-1.14.07-2.703.257-2.64 1.505.064 1.247 1.73 2.09 2.869 2.02Z' fill='%23FFBF42'/%3E%3C/svg%3E");
	}

	.page-main__button-wrapper {
		justify-content : flex-start;
	}

	.page-main__button {
		font-size      : 18px;
		line-height    : 24px;
		margin         : 0 8px 0 0;
		max-width      : 310px;
		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  : 20px;
		top   : -50px;
		right : -37px;
	}

	.page-main__right-pic1 img {
		max-width : 100%;
	}

	.page-main__right-pic2 {
		left : 25px;
		top  : 60px;
	}
}

@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 {
	text-align     : center;
	letter-spacing : -0.1px;
	color          : #000;
	margin-bottom  : 8px;
}

.advantages__desc {
	font-weight    : 300;
	font-size      : 18px;
	line-height    : 1.7;
	text-align     : center;
	letter-spacing : -0.1px;
	color          : #333;
	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;
	font-family    : "Montserrat", sans-serif;
}

@media (min-width : 600px) {
	.advantages {
		padding : 40px 0 33px;
	}

	.advantages__desc {
		font-size : 20px;
	}

	.advantages__item {
		padding : 22px;
	}
}

@media (min-width : 1025px) {
	.advantages {
		padding : 80px 0 64px;
	}

	.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*/
/*free-audit*/
.free-audit {
	padding    : 32px 0;
	box-sizing : border-box;
}

.free-audit__right {
	display : none;
}

.free-audit__title {
	font-weight    : 500;
	font-size      : 20px;
	line-height    : 24px;
	text-align     : center;
	letter-spacing : -0.1px;
	color          : #000;
	margin-bottom  : 24px;
	font-family    : "Montserrat", sans-serif;
}

.free-audit__text {
	font-size      : 18px;
	line-height    : 1.7;
	text-align     : center;
	letter-spacing : -0.1px;
	color          : #666;
	margin-bottom  : 24px;
}

.free-audit__button {
	box-sizing    : border-box;
	width         : 100%;
	display       : block;
	padding       : 20px 16px;
	background    : #2dbf60;
	box-shadow    : 0px 8px 12px rgba(45, 191, 96, 0.24);
	border-radius : 48px;
	font-weight   : 600;
	font-size     : 16px;
	line-height   : 1.7;
	text-align    : center;
	color         : #fff;
	transition    : all 0.3s;
}

.free-audit__button:hover {
	background : #3dd271;
	transform  : translateY(-2px);
}

@media (min-width : 600px) {
	.free-audit {
		padding : 40px 0;
	}

	.free-audit__title {
		font-size   : 30px;
		line-height : 36px;
	}

	.free-audit__text {
		font-size : 20px;
		max-width : 680px;
		margin    : 0 auto 24px;
	}

	.free-audit__button {
		max-width : 264px;
		margin    : 0 auto;
	}
}

@media (min-width : 1025px) {
	.free-audit {
		padding    : 33px 0 0;
		background : url("bg_3.png") bottom center no-repeat;
	}

	.free-audit__inner {
		display : flex;
	}

	.free-audit__left {
		max-width    : 640px;
		margin-right : 7%;
	}

	.free-audit__title {
		font-size   : 40px;
		line-height : 56px;
		text-align  : left;
	}

	.free-audit__text {
		font-size     : 22px;
		line-height   : 40px;
		margin-bottom : 32px;
		text-align    : left;
		margin-left   : 0;
	}

	.free-audit__button {
		max-width      : 280px;
		margin-left    : 0;
		font-size      : 18px;
		line-height    : 24px;
		padding-top    : 24px;
		padding-bottom : 24px;
	}

	.free-audit__right {
		display     : flex;
		margin-left : 26px;
	}

	.free-audit__img {
		margin-top : -33px;
		max-height : 511px;
	}

	.free-audit__img img {
		opacity   : 0;
		transform : translate3d(0, 8%, 0);
	}

	.free-audit__img img.lazyloaded {
		opacity    : 1;
		transform  : none;
		transition : all 0.5s 0.45s linear;
	}
}

/*free-audit end*/
/*advantages2*/
.advantages2 {
	background : #f8f8f8;
	padding    : 32px 0;
	box-sizing : border-box;
}

.advantages2__title {
	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;
	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;
	}

	.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;
	}

	.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;
	}
}

/*advantages2 end*/
/*staff*/
.services-staff {
	background : #f8f8f8;
	padding    : 32px 0px 24px;
}

.services-staff__inner {
	position : relative;
}

.services-staff__title {
	text-align     : center;
	color          : #000;
	margin-bottom  : 24px;
	letter-spacing : -0.1px;
}

.services-staff img {
	max-width : 100%;
}

.services-staff__slide-blocks {
	display         : flex;
	margin-top      : -76px;
	justify-content : space-between;
}

.services-staff__slide-photo {
	font-size : 0;
}

.services-staff__slide-item {
	width     : calc(50% - 5px);
	font-size : 0;
}

.services-staff__slider-arrows {
	display : none;
}

.services-staff__slider-dots {
	text-align : center;
}

.services-staff__text-after {
	padding-top : 32px;
	text-align  : center;
}

.services-staff__text-after-text {
	font-size      : 17px;
	line-height    : 1.29;
	letter-spacing : -0.1px;
	color          : #666;
	padding-bottom : 12px;
	font-family: "Montserrat", sans-serif;
}

.services-staff__text-after-img {
	display : flex;
}

.services-staff__text-after-img span {
	margin : 0 6px;
}

.services-staff__text-after-img img {
	max-width : 100%;
	height    : auto;
}

@media (min-width : 600px) {
	.services-staff {
		padding : 40px 0;
	}

	.services-staff__title {
		margin-bottom : 32px;
	}

	.services-staff__slide-blocks {
		margin-top : -160px;
	}

	.services-staff__slider-dots {
		margin-top : 32px;
	}

	.services-staff__slide-item, .services-staff__slide-photo {
		display         : flex;
		justify-content : center;
	}

	.services-staff__slide-item {
		width     : calc(50% - 12px);
		font-size : 0;
	}

	.services-staff__text-after {
		padding-top : 48px;
		display     : flex;
		align-items : center;
	}

	.services-staff__text-after-text {
		text-align : left;
	}

	.services-staff__text-after-img {
		flex        : none;
		margin-left : 24px;
	}
}

@media (min-width : 1025px) {
	.services-staff {
		padding : 80px 0 44px;
	}

	.services-staff__title {
		letter-spacing : -0.1px;
		margin-bottom  : 56px;
	}

	.services-staff__slide {
		display         : flex;
		justify-content : center;
		align-items     : center;
	}

	.services-staff__slide-photo {
		width  : 472px;
		height : 472px;
	}

	.services-staff__slide-photo img {
		width      : 100%;
		height     : 100%;
		object-fit : cover;
	}

	.services-staff__slide-item {
		width : 296px;
	}

	.services-staff__slide-blocks {
		margin : 0 0px 0 -159px;
	}

	.services-staff__inner {
		margin-bottom : 40px;
	}

	.services-staff__slide-item:first-child {
		margin-right : 16px;
	}

	.services-staff__slider-arrows {
		display : block;
	}

	.services-staff__slider-prev-arrow {
		position : absolute;
		top      : 50%;
		left     : 0;
	}

	.services-staff__slider-next-arrow {
		position  : absolute;
		top       : 50%;
		right     : 0;
		transform : rotate(180deg);
	}

	.services-staff__slider-dots {
		margin-top : 48px;
	}

	.services-staff__text-after {
		padding-top : 80px;
	}

	.services-staff__text-after-text {
		font-size : 22px;
	}

	.services-staff__text-after-img {
		margin-left : 95px;
	}

	.services-staff__text-after-img span {
		margin : 0;
	}

	.services-staff__text-after-img span:last-child {
		margin-left : 30px;
	}

	.services-staff__text-after-img {
		flex        : none;
		margin-left : 24px;
	}
}

@media (min-width : 1600px) {
	.services-staff__slider-prev-arrow {
		left       : -183px;
		margin-top : -25px;
	}

	.services-staff__slider-next-arrow {
		right      : -183px;
		margin-top : -29px;
	}

	.services-staff__inner {
		margin-bottom : 30px;
	}

	.services-reviews__slider-prev-arrow, .services-scope__slider-prev-arrow, .services-staff__slider-prev-arrow {
		left : -183px;
	}

	.services-reviews__slider-next-arrow, .services-scope__slider-next-arrow, .services-staff__slider-next-arrow {
		right : -183px;
	}
}

/*staff*/
/*form block*/
.mg-page-form {
	padding-top    : 32px;
	padding-bottom : 32px;
}

.mg-page-form__title {
	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;
}

@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 {
		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 {
		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 {
	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__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__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 {
	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 -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 4px;
	box-sizing     : border-box;
	font-weight    : 600;
	font-size      : 11px;
	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__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;
		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 {
		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;
	}
}

@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 {
	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    : 600;
	font-family: "Montserrat", sans-serif;
	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    : 100%;
	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-main {margin-bottom: 24px;}
	.our-projects__item-btn {
		margin-left : 0;
		margin-top  : auto;
		max-width   : 200px;
	}
}

.our-projects__item-btn .our-projects__button {
	font-weight   : 600;
	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);
	color: #fff;
}

@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("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.945 10.745a.75.75 0 0 1 1.06-.05L13 15.236l4.995-4.54a.75.75 0 1 1 1.01 1.109l-5.5 5a.75.75 0 0 1-1.01 0l-5.5-5a.75.75 0 0 1-.05-1.06Z' fill='%23333'/%3E%3C/svg%3E") 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    : 600;
	font-family: "Montserrat", sans-serif;
	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__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   : 22px;
		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__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   : 28px;
		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 {
	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    : 600;
	font-size      : 16px;
	line-height    : 1.2;
	letter-spacing : -0.1px;
	color          : #313131;
	cursor         : pointer;
	align-items    : center;
	font-family: "Montserrat", sans-serif;
}

.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;
}

.tabs__item-label {
	display: inline-block;
    padding: 4px 10px;
    background: #FF8064;
    border-radius: 3px;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
    position: absolute;
    top: -11px;
}

@media all and (min-width : 600px) {
	.mg-context-text {
		padding : 56px 0;
	}

	.mg-context-text__title {
		margin-bottom : 32px;
	}

	.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;
	}

	.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;
	}
}


.tabs__list {
	display : flex;
}

.tabs__item-titles {
	font-weight    : 300;
	font-size      : 8px;
	line-height    : 12px;
	letter-spacing : -0.1px;
	color          : #000;
	min-width      : 91px;
	width          : 91px;
	margin-right   : 8px;
	padding-top: 11px;
}

.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-bottom : 20px;
	padding-top: 11px;
}

.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;
	position: relative;
}

.tabs__item-title {
	font-weight    : 500;
	font-size      : 16px;
	font-family: "Montserrat", sans-serif;
	line-height    : 24px;
	text-align     : center;
	letter-spacing : -0.1125px;
	color          : #000;
	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           : #000;
}

.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) {
	.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%;
	}

	.tab_wrapp .tabs__title, .tabs__type, .tab_wrapp .tabs__note {
		padding-right : 24px;
	}

	.tabs__item-title.longer {
		font-size : 20px;
	}
}

@media all and (min-width : 960px) {
	.tabs__item-titles {
		min-width    : 272px;
		width        : 272px;
		margin-right : 32px;
	}

	.tab_wrapp .tabs__item {
		min-width    : 272px;
		width        : 272px;
		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%;
	}
}


.sl-video__video {
	width         : 100%;
	margin        : 0 0 16px;
	position      : relative;
	padding-top   : 56.5%;
	border-radius : 2.34146px;
	overflow      : hidden;
}

.sl-video__video .play {
	line-height : 0;
	background  : url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='32' fill='black' fill-opacity='0.64'/%3E%3Cpath d='M53.2 44.8755C55.4843 41.1223 56.8 36.7148 56.8 32C56.8 18.3033 45.6967 7.19995 32 7.19995C18.3034 7.19995 7.20001 18.3033 7.20001 32C7.20001 45.6966 18.3034 56.7999 32 56.7999C37.7276 56.7999 43.0017 54.8583 47.2 51.5973M25.6 25.9544V36.4456C25.6 38.3357 27.6835 39.4841 29.2816 38.4748L37.5871 33.2291C39.0784 32.2873 39.0784 30.1126 37.5871 29.1708L29.2816 23.9252C27.6835 22.9159 25.6 24.0642 25.6 25.9544Z' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A") center center no-repeat;
	position    : absolute;
	height      : 100%;
	width       : 100%;
	z-index     : 1;
	top         : 0;
	cursor      : pointer;
}

@media (min-width : 600px) {
	.sl-video__video .play {
		background : url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='32' fill='black' fill-opacity='0.64'/%3E%3Cpath d='M53.2 44.8755C55.4843 41.1223 56.8 36.7148 56.8 32C56.8 18.3033 45.6967 7.19995 32 7.19995C18.3034 7.19995 7.20001 18.3033 7.20001 32C7.20001 45.6966 18.3034 56.7999 32 56.7999C37.7276 56.7999 43.0017 54.8583 47.2 51.5973M25.6 25.9544V36.4456C25.6 38.3357 27.6835 39.4841 29.2816 38.4748L37.5871 33.2291C39.0784 32.2873 39.0784 30.1126 37.5871 29.1708L29.2816 23.9252C27.6835 22.9159 25.6 24.0642 25.6 25.9544Z' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A") center center no-repeat;
	}
}

.sl-video__video .video, .sl-video__video iframe {
	position      : absolute;
	top           : 0;
	right         : 0;
	bottom        : 0;
	left          : 0;
	width         : 100%;
	height        : 100%;
	z-index       : 20;
	border-radius : 2.34146px;
}

@media (min-width : 600px) {
	.sl-video__video {
		border-radius : 6px;
		padding-top   : 51.284%;
		margin-bottom : 24px;
	}

	@media (min-width : 960px) {
		.sl-video__video {
			padding-top   : 57.145%;
			margin-bottom : 32px;
		}
	}
}

.our-projects__button, .our-projects__button:hover {
	background   : linear-gradient(180deg, #fed75f 0%, #ffc449 100%);
	color        : #222;
	box-shadow   : none;
	border-color : rgba(0, 0, 0, 0);
}

.tabs__item-row-value:nth-child(4), .tabs__item-row-value:nth-child(7), .tabs__item-row-value:nth-child(15) {
	min-height: 50px;
}

.tabs__item-row-value:nth-child(5) {
	min-height: 62px;
}

.tabs__item-row-value:nth-child(4), .tabs__item-row-value:nth-child(7), .tabs__item-row-value:nth-child(15) {
	min-height: 50px;
}

.tab_wrapp .tabs__item:nth-child(2) .tabs__item-row-value:nth-child(5), .tab_wrapp .tabs__item:nth-child(2) .tabs__item-row-value:nth-child(8), .tab_wrapp .tabs__item:nth-child(2) .tabs__item-row-value:nth-child(16) {
	min-height: 50px;
}

.tab_wrapp .tabs__item:nth-child(2) .tabs__item-row-value:nth-child(4),  .tab_wrapp .tabs__item:nth-child(2) .tabs__item-row-value:nth-child(7), .tab_wrapp .tabs__item:nth-child(2) .tabs__item-row-value:nth-child(15) {
	min-height: 0;
}

.tab_wrapp .tabs__item:nth-child(2) .tabs__item-row-value:nth-child(6) {
	min-height: 62px;
}

.tabs__item-row-value {
	height: 38px;
}



.tab_wrapp .tabs__item:nth-child(2) .tabs__item-row-value:nth-child(odd) {background: #f8f8f8;}
.tab_wrapp .tabs__item:nth-child(2) .tabs__item-row-value:nth-child(even) {background: #fff;}

@media all and (min-width: 960px) {
	.tab_wrapp .tabs__item-button {
		padding-left: 24px;
		padding-right: 24px;
		font-size: 15px;
	}
	
	.tabs__item-row-value {height: 48px;}
	
	.tabs__item-row-value {
		min-height: 0 !important;
	}
}

@media all and (min-width : 1440px) {
	.page-main__title, .advantages__title, .mg-title {
		font-size : 40px;
	}

	.advantages__desc, .free-audit__text {
		font-size : 22px;
	}
}

.tab_wrapp .tabs__item:nth-child(2) {
	box-shadow : inset 0px 0px 0px 2px #2dbf60;
}