.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;
}

.services-swiper-dot {
	display       : inline-block;
	width         : 20px;
	height        : 4px;
	background    : rgba(0, 0, 0, 0.15);
	border-radius : 4px;
	margin        : 16px 4px 0;
	cursor: pointer;
}

.services-swiper-dot--active {
	background : #2DBF60;
}

.page-title-wrapper {
	background: #f8f8f8;
	text-align: center;
	padding: 40px 0;
	background: #f8f8f8 url(/t/images/pages/shop_compare/title-bg.png) center center no-repeat;
}

.page-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.34;
	color: #000000;
	margin: 0;
}

.page-title__button {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	background: #fff;
	border-radius: 36px;
	padding: 12px;
	margin-top: 24px;
	color: #0369D9;
}

.mg-shop-fix-panel {
	display: none;
}

.mg-shop-select {
	padding: 40px 0 0;
}

.mg-shop-select__mobile {
	position: relative;
	padding-bottom: 12px;
}

.mg-shop-select__mobile-input {
	border: 2px solid #2DBF60;
	box-sizing: border-box;
	border-radius: 24px;
	background: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.4 5.3L5 2.75 1.6 5.3A1 1 0 11.4 3.7L5 .25 9.6 3.7a1 1 0 01-1.2 1.6zM.2 8.9a1 1 0 011.4-.2L5 11.25 8.4 8.7a1 1 0 111.2 1.6L5 13.75.4 10.3a1 1 0 01-.2-1.4z' fill='%230E1317'/%3E%3C/svg%3E") right 19px center no-repeat;
	padding: 10px 22px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.0823529px;
	color: #000000;
	cursor: pointer;
}

.mg-shop-select__mobile-input span {
	font-size: 1em;
	color: #ccc;
	text-decoration: line-through;
	text-decoration-color: red;
}

.mg-shop-select__mobile-list {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 60px;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 12px 60px 0 rgb(0 0 0 / 10%);
	border-radius: 12px;
	transition: all 0.5s;
}

.mg-shop-select__mobile-list-inner {
	padding: 24px 16px;
}

.mg-shop-select__mobile-list-item {
	color: #a7a7a7;
	font-size: 14px;
	line-height: 24px;
}

.mg-shop-select__mobile-list-item span {
	font-size: 1em;
	color: #ccc;
	text-decoration: line-through;
	text-decoration-color: red;
}

.mg-shop-select__mobile-list-item.active {
	color: #333;
}

.mg-shop-select__mobile-list-item + .mg-shop-select__mobile-list-item {
	margin-top: 10px;
}

.mg-shop-select__desktop-item, .mg-shop-select__desktop-item-name, .mg-shop-select__desktop-item-price {display: none; transition: all 0.2s;}

.mg-shop-select__desktop-item-name:hover {
	background: #eaeaea;
	border-color: #eaeaea;
}

.mg-shop-select__desktop-item.active {display: block;}

.mg-shop-select__desktop-item-text {
	font-size: 13px;
	line-height: 18px;
	color: #909090;
	text-align: center;
}

.mg-shop-description {
	padding-top: 24px;
	padding-bottom: 40px;
}

.mg-shop-description__item {
	display: none;
}

.mg-shop-description__item.active {
	display: block;
}

.mg-shop-description__item-image {
	font-size: 0;
	text-align: center;
	margin-bottom: 24px;
}

.mg-shop-description__item-image img {
	max-width: 100%;
	height: auto;
}

.mg-shop-description__item-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 16px;
	text-align: center;
}

.mg-shop-description__item-text {
	height: 60px;
	overflow: hidden;
	transition: all 0.5s;
}

.mg-shop-description__item-text-inner {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.0823529px;
	color: #333333;
}

.mg-shop-description__item-text-toggle {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.0823529px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted;
	margin-top: 3px;
}

.mg-shop-description__item-button-wrapper {
	margin-top: 21px;
}

.mg-shop-description__item-button {
	display: block;
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	border-radius: 36px;
}

.mg-shop-description__item-button.first {
	color: #fff;
	background: linear-gradient(180deg, #47C634 0%, #2DBF60 100%);
	border: 1px solid #2FC05F;
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.30025);
}

.mg-shop-description__item-button.first:hover {
	background: linear-gradient(180deg, #51D53D 0%, #2DBF60 100%);
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.30025);
}

.mg-shop-description__item-button.first:active {
	background: linear-gradient(180deg, #2EBF5F 0%, #2EBF5F 100%);
	box-shadow: none;
}

.mg-shop-description__item-button + .mg-shop-description__item-button {margin-top: 8px;}

.mg-shop-description__item-button.second {
	color: #0369D9;
	background: #F8F8F8;
	border: 1px solid #F8F8F8;
	transition: all 0.2s;
}

.mg-shop-description__item-button.second:hover {
	background: #eaeaea;
	border-color: #eaeaea;
}

.mg-shop-description__item-price {display: none;}

.mg-shop-added {
	padding-bottom: 40px;
}

.mg-shop-added__item {
	display: none;
	border: 2px solid #F5F6FA;
	border-radius: 6px;
	padding: 24px;
}

.mg-shop-added__item.active {display: block;}

.mg-shop-added__item-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.0888889px;
	color: #333333;
	margin-bottom: 8px;
}

.mg-shop-added__item-group {
	border-bottom: 1px solid #F8F8F8;
	padding: 7px 0 8px;
}

.mg-shop-added__item-group-list {
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
}

.mg-shop-added__item-group-title {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: -0.1px;
	color: #909090;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mg-shop-added__item-group-title span {
	flex: none;
	width: 8px;
	height: 8px;
	position: relative;
	margin-left: 24px;
}

.mg-shop-added__item-group-title span:before, .mg-shop-added__item-group-title span:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: #333333;
	border-radius: 2px;
	left: 0;
	top: 3px;
	transition: all 0.3s;
}

.mg-shop-added__item-group-title:not(.active) span:after {
	transform: rotate(90deg);
}

.mg-shop-added__item-group-list-inner {padding: 16px 0;}

.mg-shop-added__item-group-list-item {
	font-size: 10px;
	line-height: 16px;
	letter-spacing: -0.0833333px;
	color: #333333;
	padding-left: 12px;
	position: relative;
}

.mg-shop-added__item-group-list-item:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #2DBF60;
	left: 0;
	top: 5px;
}

.mg-shop-added__item-group-list-item + .mg-shop-added__item-group-list-item {margin-top: 4px;}

.mg-shop-text {
	text-align: center;
	background: #f8f8f8 url(text-bg.png) center center no-repeat;
	padding: 40px 0;
}

.mg-shop-text__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 12px;
}

.mg-shop-text__text {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -0.1px;
	color: #909090;
	margin-bottom: 24px;
}

.mg-shop-text__button {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	background: #fff;
	border-radius: 36px;
	padding: 12px;
	color: #0369D9;
}

.mg-shop-possibility {
	padding: 40px 0 32px;
	text-align: center;
}

.mg-shop-possibility__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 16px;
}

.mg-shop-possibility__links-wrapper {
	margin-bottom: 30px;
}

.mg-shop-possibility__link {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.0866667px;
	color: #0369D9;
}

.mg-shop-possibility__link + .mg-shop-possibility__link {margin-left: 14px;}

.mg-shop-possibility__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.mg-shop-possibility__tab {
	flex: none;
	width: 136px;
	margin-bottom: 20px;
}

.mg-shop-possibility__tab-icon {
	display: flex;
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border: 2px solid #F8F8F8;
	border-radius: 50%;
	margin-bottom: 8px;
	transition: all 0.2s;
}

.mg-shop-possibility__tab-icon svg {
	width: 36px;
	height: 36px;
	transition: all 0.2s;
}

.mg-shop-possibility__tab-title {
	display: inline-block;
	border-bottom: 1px dashed #333333;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: -0.075px;
	text-decoration: none;
	color: #333333;
}

.mg-shop-possibility__tabs-content-item {
	display: none;
}

.mg-shop-possibility__tabs-content-item.opened {
	display: block;
	position: fixed;
	background: rgba(0,0,0,.1);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
}

.mg-shop-possibility__tabs-content-item-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
	padding: 32px 24px;
}

.mg-shop-possibility__tabs-content-item-inner:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.mg-shop-possibility__tabs-content-item-close {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}

.mg-shop-possibility__tabs-content-item-content {
	background: #FFFFFF;
	border: 2px solid #2DBF60;
	box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	display: inline-block;
	max-width: 100%;
	width: 480px;
	padding: 40px 24px 24px;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	vertical-align: middle;
}

.mg-shop-possibility__tabs-content-item-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 16px;
	color: #000000;
}

.mg-shop-possibility__tabs-content-item-text {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: -0.0764706px;
	color: #909090;
}

.mg-shop-possibility__tabs-content-item-text p:first-child {margin-top: 0;}
.mg-shop-possibility__tabs-content-item-text p:last-child {margin-bottom: 0;}

.mg-shop-possibility__tabs-content-item-image {
	display: none;
}

.mg-shop-possibility__button {margin-top: 12px;}

.mg-shop-steps {
	text-align: center;
	padding: 40px 0;
	background: #f8f8f8;
	position: relative;
}

.mg-shop-steps:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 2px;
	background: url("data:image/svg+xml,%3Csvg width='8' height='2' viewBox='0 0 8 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0H0V2H1V0ZM8 0H7V2H8V0Z' fill='%23C7C7C7'/%3E%3C/svg%3E") left top repeat;
	top: 132px;
}

.mg-shop-steps__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 24px;
}

.mg-shop-steps__slider-inner {
	align-items: flex-start;
	transition: all 0.4s;
}

.mg-shop-steps__slide-num {
	width: 88px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.16px;
	color: #2DBF60;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
}

.mg-shop-steps__slide-title {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.1px;
	color: #333333;
}

.mg-shop-steps__slide-text {
	margin-top: 8px;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: -0.1px;
	color: #909090;
}

.mg-shop-steps__slide {
	position: relative;
}

.mg-shop-steps__slide-next {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	display: block;
	right: 0;
	top: 28px;
	background-size: ;
	background: #fff url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.92 5l-2.7-3.375a1 1 0 011.56-1.25l3.996 4.994a.851.851 0 01.01.014l.495.617-.494.618a.807.807 0 01-.011.013l-3.995 4.994a1 1 0 11-1.562-1.25L12.92 7H1a1 1 0 010-2h11.92z' fill='%23333'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 14px auto;
	cursor: pointer;
}

.mg-shop-steps__slide.last .mg-shop-steps__slide-next  {display: none;}

.mg-shop-text2 {
	padding: 40px 0;
	text-align: center;
}

.mg-shop-text2__text {
	font-size: 14px;
	line-height: 1.44;
	letter-spacing: -0.0823529px;
	margin-bottom: 24px;
	color: #333333;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.mg-shop-text2__button-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 16px;
}

.mg-shop-text2__button {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	background: #F8F8F8;
	border-radius: 36px;
	padding: 12px;
	color: #0369D9;
	transition: all 0.2s;
}

.mg-shop-text2__button:hover {
	background: #eaeaea;
	border-color: #eaeaea;
}

.mg-shop-examples {
	padding: 40px 0 22px;
	background: #f8f8f8;
	text-align: center;
}

.mg-shop-examples__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 14px;
}

.mg-shop-examples__link {
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.0866667px;
	color: #0369D9;
}

.mg-shop-examples__inner {
	margin-top: 16px;
}

.mg-shop-examples__slide-image {
	font-size: 0;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	position: relative;
	padding-top: 124%;
	cursor: pointer;
}

.mg-shop-examples__slide-image img {
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.mg-shop-examples__slide-text-wrapper {
	background: #fff;
	border-radius: 0 0 6px 6px;
	padding: 20px 24px;
	text-align: left;
}

.mg-shop-examples__slide-id {
	font-size: 12px;
	line-height: 16px;
	color: #909090;
}

.mg-shop-examples__slide-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.0777778px;
	color: #313131;
}

.mg-shop-examples__slider-dots {
	font-size: 0;
	padding-top: 6px;
}

.mg-shop-examples__slider-arrows {display: none;}

.mg-shop-services {
	padding: 40px 0 22px;
	text-align: center;
}

.mg-shop-services__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 12px;
}

.mg-shop-services__subtitle {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -0.1px;
	color: #909090;
	margin-bottom: 24px;
}

.mg-shop-services__slide-image {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 2px solid #f8f8f8;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	padding: 20px;
}

.mg-shop-services__slide-image img {max-width: 100%;}

._1 .mg-shop-services__slide-image {border-color: #13C989;}
._2 .mg-shop-services__slide-image {border-color: #1771CB;}
._3 .mg-shop-services__slide-image {border-color: #FF8901;}
._4 .mg-shop-services__slide-image {border-color: #A640B5;}

.mg-shop-services__slide-text {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.075px;
	color: #333333;
}

.mg-shop-services__slide-title {
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 0.35em;
}

.mg-shop-services__slider-dots {
	font-size: 0;
	padding-top: 6px;
}

.mg-shop-reviews {
	background: #f8f8f8;
	padding: 40px 0 22px;
	text-align: center;
}

.mg-shop-reviews__slider-arrows {
	display: none;
}

.mg-shop-reviews__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 24px;
}

.mg-shop-reviews__slide {
	background: #fff;
	padding: 32px 24px;
	border-radius: 12px;
	box-sizing: border-box;
}

.mg-shop-reviews__slide-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.0888889px;
	margin-bottom: 16px;
	color: #333333;
}

.mg-shop-reviews__slide-text {
	font-size: 13px;
	line-height: 1.55;
	letter-spacing: -0.1px;
	color: #909090;
}

.mg-shop-reviews__slider-dots {
	padding-top: 6px;
	font-size: 0;
}

.mg-shop-form {
	padding: 40px 0 24px;
	text-align: center;
}

.mg-shop-form__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 16px;
	color: #000000;
}

.mg-shop-form__title span {
	position: relative;
}

.mg-shop-form__title span:before {
	position: absolute;
	left: -2px;
	right: -2px;
	top: 100%;
	content: "";
	height: 5px;
	background: url("data:image/svg+xml,%3Csvg width='277' height='5' viewBox='0 0 277 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.43 4.86c2.07-.07 6.83-.4 8.9-.47C23.6 4.04 37.52 3.2 48.5 2.96c15.86-.35 39.1-.84 54.24-.95 27.89-.2 57.76-.57 82.2 0 22.56.53 45.48.37 66.57 1.56 8.4.47 13 .96 22.2 1.43 1.35.06 3.16-.65 3.28-1.43.12-.78-.9-.88-2.25-.95-9.59-.48-23.82-1.53-33.1-1.9-30.37-1.24-54.84-.48-87.11-.6-21.87-.1-46.78.08-70.69.47-9.57.15-21.29.24-31.23.47-8.83.2-24.71.7-33.7.95-4.77.14-10.95-.15-15.75 0-1.36.05-3.23.17-3.16.95.08.79 2.07 1.95 3.43 1.9z' fill='%23FF762C'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 100% auto;
}

.mg-shop-form__subtitle {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -0.1px;
	color: #909090;
	margin-bottom: 18px;
}

.mg-shop-form__form-wrapper {display: none;}

.mg-shop-form__form-wrapper.active {
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(0,0,0,.4);
}

.mg-shop-form__form-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	padding: 24px 16px;
}

.mg-shop-form__form-inner:after {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.mg-shop-form__form {
	background: #fff;
	display: inline-block;
	width: 450px;
	max-width: 100%;
	vertical-align: middle;
	border-radius: 12px;
	padding: 48px 24px;
	box-sizing: border-box;
	position: relative;
}

.mg-shop-form__form-field {
	padding-bottom: 8px;
}

.mg-shop-form__form-field input[type="text"] {
	border: 1px solid #D3D3D3;
	border-radius: 32px;
	width: 100%;
	height: 48px;
	padding: 10px 24px;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	outline: none;
}

.mg-shop-form__form-column-title {
	padding-top: 8px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.1px;
	color: #333333;
	text-align: left;
	padding-bottom: 16px;
}

.mg-shop-form__form-checkbox {
	text-align: left;
	display: flex;
	align-items: center;
}

.mg-shop-form__form-checkbox-input {
	border: 1px solid #D3D3D3;
	border-radius: 4px;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	box-sizing: border-box;
	flex: none;
	cursor: pointer;
	align-self: flex-start;
	background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0a1 1 0 00-1 1v3H1a1 1 0 000 2h3v3a1 1 0 102 0V6h3a1 1 0 100-2H6V1a1 1 0 00-1-1z' fill='%23333'/%3E%3C/svg%3E") center center no-repeat;
}

.mg-shop-form__form-checkbox-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.1px;
	color: #333333;
}

.mg-shop-form__form-checkbox.active .mg-shop-form__form-checkbox-input {
	background: rgba(45, 191, 96, 0.084389) url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.62 4.22A1 1 0 10.38 5.78L3.6 8.36l6.13-6.68A1 1 0 108.26.32L3.4 5.64 1.62 4.22z' fill='%23333'/%3E%3C/svg%3E") center center no-repeat;
	border: 2px solid #2DBF60;
	box-shadow: 0px 2px 4px rgba(45, 191, 96, 0.0855192);
}

.mg-shop-form__form-checkbox.active .mg-shop-form__form-checkbox-title {color: #2DBF60;}

.mg-shop-form__form-checkbox + .mg-shop-form__form-checkbox {padding-top: 12px;}

.mg-shop-form__form-button {width: 100%; margin-top: 32px;}

.mg-shop-form__button, .mg-shop-form__form-button, .mg-shop-possibility__button {
	display: block;
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	border-radius: 36px;
	color: #fff;
	background: linear-gradient(180deg, #47C634 0%, #2DBF60 100%);
	border: 1px solid #2FC05F;
	box-shadow: 0px 8px 12px rgb(45 191 96 / 30%);
}

.mg-shop-form__button:hover, .mg-shop-form__form-button:hover, .mg-shop-possibility__button:hover {
	background: linear-gradient(180deg, #51D53D 0%, #2DBF60 100%);
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.30025);
}

.mg-shop-form__button:active, .mg-shop-form__form-button:active, .mg-shop-possibility__button:active {
	background: linear-gradient(180deg, #2EBF5F 0%, #2EBF5F 100%);
	box-shadow: none;
}

.mg-shop-form__note {
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin-top: 24px;
}

@media all and (min-width: 600px) {
	.page-title-wrapper {
		padding: 64px 0 40px;
	}

	.page-title {
		font-size: 32px;
	}
	
	.page-title__button {
		font-size: 16px;
		padding: 16px 56px;
		display: inline-block;
	}
	
	.mg-shop-select {
		padding-top: 56px;
	}
	
	.mg-shop-select__mobile-input {
		font-size: 17px;
	}
	
	.mg-shop-select__desktop-item-text {
		font-size: 15px;
		line-height: 20px;
	}
	
	.mg-shop-description {
		padding-top: 40px;
		padding-bottom: 44px;
	}
	
	.mg-shop-description__item-button {
		display: inline-block;
		padding: 15px 48px;
	}
	.mg-shop-description__item-button + .mg-shop-description__item-button {
		margin-top: 0; 
		margin-left: 8px;
	}
	
	.mg-shop-description__item.active {
		display: flex;
	}
	
	.mg-shop-description__item-image {
		flex: none;
		width: 280px;
		margin-bottom: 0;
		margin-right: 32px;
	}
	
	.mg-shop-description__item-title {
		text-align: left;
		font-size: 24px;
	}
	
	.mg-shop-added {padding-bottom: 72px;}
	
	.mg-shop-added__item-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 32px;
	}
	
	.mg-shop-added__item-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 24px;
	}
	
	.mg-shop-added__item-group {padding: 12px 0;}
	
	.mg-shop-added__item-group-list-item {
		font-size: 14px;
		line-height: 20px;
	}
	
	.mg-shop-added__item-group-title {
		font-size: 15px;
		line-height: 22px;
	}
	
	.mg-shop-added__item-group-title span {
		width: 16px;
		height: 16px;
	}
	
	.mg-shop-added__item-group-title span:before, .mg-shop-added__item-group-title span:after {top: 7px;}
	
	.mg-shop-text {
		padding: 52px 0;
	}
	
	.mg-shop-text__title {
		font-size: 26px;
	}
	
	.mg-shop-text__text {
		font-size: 20px;
		margin-bottom: 32px;
	}
	
	.mg-shop-text__button {
		font-size: 16px;
		padding: 16px 56px;
		display: inline-block;
	}
	
	.mg-shop-possibility {
		padding: 64px 0 48px;
	}
	
	.mg-shop-possibility__tab {
		width: 188px;
		margin-bottom: 32px;
	}
	
	.mg-shop-possibility__title {
		font-size: 28px;
		line-height: 1.2;
	}
	
	.mg-shop-possibility__links-wrapper {
		margin-bottom: 48px;
	}
	
	.mg-shop-possibility__link {
		font-size: 17px;
		line-height: 24px;
	}
	
	.mg-shop-possibility__link + .mg-shop-possibility__link {margin-left: 25px;}
	
	.mg-shop-possibility__tab-icon {
		width: 120px;
		height: 120px;
		margin-bottom: 24px;
	}
	
	.mg-shop-possibility__tab-icon svg {
		width: 48px;
		height: 48px;
	}
	
	.mg-shop-possibility__tab-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	.mg-shop-possibility__tabs-content-item-title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 24px;
	}
	
	.mg-shop-possibility__tabs-content-item-text {
		font-size: 15px;
		line-height: 24px;
	}
	
	.mg-shop-possibility__tabs-content-item-content {
		padding: 40px;
	}
	
	.mg-shop-steps {
		padding: 48px 0;
	}
	
	.mg-shop-steps__title {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 32px;
	}
	
	.mg-shop-steps:before {top: 157px;}
	
	.mg-shop-steps__slide-num {margin-bottom: 24px;}
	
	.mg-shop-steps__slide-title {
		font-size: 17px;
		line-height: 24px;
	}
	
	.mg-shop-steps__slide-text {
		font-size: 14px;
		line-height: 20px;
	}
	
	.mg-shop-text2 {
		padding: 52px 0;
	}
	
	.mg-shop-text2__text {
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 36px;
	}
	
	.mg-shop-text2__button-title {
		font-size: 24px;
		line-height: 32px;
	}
	
	.mg-shop-text2__button {
		font-size: 16px;
		padding: 16px 56px;
		display: inline-block;
	}
	
	.mg-shop-examples {
		padding: 64px 0 36px;
	}
	
	.mg-shop-examples__title {
		font-size: 28px;
		margin-bottom: 12px;
	}
	
	.mg-shop-examples__link {
		font-size: 17px;
		line-height: 24px;
	}
	
	.mg-shop-examples__inner {
		margin-top: 40px;
	}
	
	.mg-shop-examples__slide-image {border-radius: 12px 12px 0 0}
	
	.mg-shop-examples__slide-text-wrapper {
		padding: 32px 24px;
		border-radius: 0 0 12px 12px;
	}
	
	.mg-shop-examples__slide-id {
		font-size: 15px;
		line-height: 16px;
		margin-bottom: 2px;
	}
	
	.mg-shop-examples__slide-title {
		font-size: 18px;
		line-height: 22px;
	}
	
	.mg-shop-examples__slider-dots {
		font-size: 0;
		padding-top: 16px;
	}
	
	.mg-shop-services {
		padding: 64px 0 48px;
	}
	
	.mg-shop-services__title {
		font-size: 22px;
		margin-bottom: 16px;
	}
	
	.mg-shop-services__subtitle {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 32px;
	}
	
	.mg-shop-services__slide-image {
		width: 120px;
		height: 120px;
	}
	
	.mg-shop-services__slide-text {
		font-size: 14px;
		line-height: 18px;
	}
	
	.mg-shop-services__slider-dots {
		font-size: 0;
		padding-top: 16px;
	}
	
	.mg-shop-reviews {
		padding: 64px 0 32px;
	}
	
	.mg-shop-reviews__title {
		font-size: 28px;
		margin-bottom: 40px;
	}
	
	.mg-shop-reviews__slide {
		padding: 48px;
	}
	
	.mg-shop-reviews__slide-title {
		font-size: 19px;
	}
	
	.mg-shop-reviews__slide-text {
		font-size: 16px;
		line-height: 1.5;
	}
	
	.mg-shop-reviews__slider-dots {
		padding-top: 16px;
	}
	
	.mg-shop-form {
		padding: 64px 0 32px;
	}
	
	.mg-shop-form__title {
		font-size: 28px;
		margin-bottom: 8px;
	}
	
	.mg-shop-form__subtitle {
		font-size: 21px;
		margin-bottom: 32px;
	}
	
	.mg-shop-form__button, .mg-shop-possibility__button {
		display: inline-block;
		padding: 15px 48px;
	}
}

@media all and (min-width: 960px) {
	.services-swiper-dot {
		width: 40px;
		margin: 16px 8px 0;
	}
	
	.page-title-wrapper {
		padding: 64px 0 56px;
	}
	
	.page-title {
		font-size: 40px;
		line-height: 1.2;
	}
	
	.page-title__button {
		margin-top: 16px;
		font-size: 18px;
		padding: 16px 52px;
	}
	
	.mg-shop-fix-panel {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 4;
	}
	
	.mg-shop-fix-panel__inner {
		background: #fff;
		margin-top: -100%;
		box-sizing: border-box;
	}
	
	.mg-shop-fix-panel .mp-wrapp {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.mg-shop-fix-panel__left-link {
		display: inline-block;
		margin-right: 32px;
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		color: #000000;
		padding: 28px 0;
		position: relative;
		text-decoration: none;
	}
	
	.mg-shop-fix-panel__left-link:before {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 0;
		content: "";
		transition: all 0.5s;
	}
	
	.mg-shop-fix-panel__left-link.active {
		color: #2DBF60;
	}
	
	.mg-shop-fix-panel__left-link.active:before {height: 2px;}
	
	.mg-shop-fix-panel__inner.show {
		margin-top: 0;
		box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.081321);
		transition: all 0.2s;
	}
	
	.mg-shop-fix-panel__right {
		display: flex;
		align-items: center;
	}
	
	.mg-shop-fix-panel__right > * {
		flex: none;
	}
	
	.mg-shop-fix-panel__right-button1 {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		text-decoration: none;
		margin-right: 24px;
		color: #0369D9;
	}
	
	.mg-shop-fix-panel__right-button2 {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		display: inline-block;
		text-decoration: none;
		padding: 12px 32px;
		background: #F8F8F8;
		border-radius: 24px;
		color: #0369D9;
	}
	
	.mg-shop-select {
		padding: 72px 0 0;
		border-bottom: 2px solid #F8F8F8;
	}
	
	.mg-shop-select__mobile {
		display: none;
	}
	
	.mg-shop-select__desktop {
		display: flex;
		margin: 0 -16px;
		justify-content: space-between;
	}
	
	.mg-shop-select__desktop-item-name {
		display: block;
		max-width: 248px;
		padding: 10px;
		border: 2px solid #f8f8f8;
		border-radius: 24px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		background: #f8f8f8;
		color: #000000;
		font-size: 17px;
		line-height: 24px;
		text-decoration: none;
		margin-bottom: 24px;
		transition: all 0.4s;
	}
	
	.mg-shop-select__desktop-item-text {
		font-size: 16px;
		line-height: 22px;
		color: #909090;
		margin: 0 -12px 16px;
	}
	
	.mg-shop-select__desktop-item-price {
		font-weight: 500;
		font-size: 26px;
		line-height: 32px;
		letter-spacing: -0.1px;
		color: #000000;
		padding-bottom: 20px;
		display: inline-block;
		position: relative;
	}
	
	.mg-shop-select__desktop-item-price--old {
		position: absolute;
		color: #fff;
		padding: 3px 6px;
		background: #FF3131;
		box-shadow: 0px 2px 4px rgba(255, 49, 49, 0.150401);
		border-radius: 3px;
		font-weight: 500;
		font-size: 12px;
		line-height: 16px;
		letter-spacing: -0.5px;
		text-decoration-line: line-through;
		color: #FFFFFF;
		right: -62px;
		top: -8px;
	}
	
	.active .mg-shop-select__desktop-item-name {
		background: #fff;
		border-color: #2DBF60;
	}
	
	.mg-shop-select__desktop-item {
		display: block;
		flex: 1 0 0%;
		max-width: 360px;
		margin: 0 16px;
		text-align: center;
		position: relative;
	}
	
	.mg-shop-select__desktop-item:before {
		position: absolute;
		bottom: -2px;
		z-index: 2;
		content: "";
		height: 2px;
		width: 0;
		background: #2DBF60;
		left: 50%;
		transition: all 0.4s;
	}
	
	.mg-shop-select__desktop-item.active:before {
		width: 104px;
		margin-left: -52px;
	}
	
	.mg-shop-description {padding-top: 56px;}
	
	.mg-shop-description__item-image {
		width: 408px;
		margin-right: 32px;
	}
	
	.mg-shop-description__item-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 32px;
	}
	
	.mg-shop-description__item-text-inner {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	
	.mg-shop-description__item-button {
		padding: 23px 52px;
		font-size: 18px;
	}
	
	.mg-shop-description__item-text-toggle {
		display: none;
	}
	
	.mg-shop-description__item-text {
		height: auto !important;
	}
	
	.mg-shop-description__item-button-wrapper {margin-top: 0;}
	
	.mg-shop-added__item {
		padding: 56px 48px 52px;
	}
	
	.mg-shop-added__item-title {
		text-align: left;
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 56px;
	}
	
	.mg-shop-added__item-list {
		grid-row-gap: 32px;
		grid-column-gap: 32px;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.mg-shop-added__item-group {
		padding: 0;
		border-bottom: none;
	}
	
	.mg-shop-added__item-group:first-child {
		grid-column-start: 1;
		grid-column-end: 4;
	}
	
	.mg-shop-added__item-group-list {
		height: auto !important;
	}
	
	.mg-shop-added__item-group-list-inner {
		padding: 0;
	}
	
	.mg-shop-added__item-group-title {
		font-size: 18px;
		line-height: 24px;
		display: block;
		padding-bottom: 4px;
	}
	
	.mg-shop-added__item-group-list-item:before {
		top: 18px;
		width: 5px;
		height: 5px;
	}
	
	.mg-shop-added__item-group-title span {
		display: none;
	}
	
	.mg-shop-added__item-group-list-item {
		font-size: 14px;
		line-height: 20px;
		padding-top: 12px;
		padding-left: 26px;
	}
	
	.mg-shop-added__item-group-list-item + .mg-shop-added__item-group-list-item {
		margin-top: 0;
	}
	
	.mg-shop-added__item-group:first-child .mg-shop-added__item-group-list-inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 32px;
	}
	
	.mg-shop-added__item-group:first-child .mg-shop-added__item-group-list-inner > * {min-width: 200px;}
	
	.mg-shop-text {
		padding: 64px 0;
	}
	
	.mg-shop-text__title {
		font-size: 36px;
		line-height: 44px;
	}
	
	.mg-shop-text__text {
		font-size: 24px;
		line-height: 32px;
	}
	
	.mg-shop-text__button {
		font-size: 18px;
		padding: 20px 70px;
	}
	
	.mg-shop-possibility {
		padding: 80px 0 0;
		position: relative;
		z-index: 2;
		background: url("data:image/svg+xml,%3Csvg width='1920' height='280' viewBox='0 0 1920 280' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 112L960 0L1920 112V280H0V112Z' fill='%23F8F8F8'/%3E%3C/svg%3E") center bottom no-repeat;
	}
	
	.mg-shop-possibility__tabs {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow: auto;
		padding-bottom: 40px;
	}
	
	.mg-shop-possibility__tab {
		margin-right: 32px;
		margin-bottom: 0;
		transition: all 0.3s;
	}
	
	.mg-shop-possibility__tab.active .mg-shop-possibility__tab-icon {
		background: #2DBF60;
		border-color: #2DBF60;
	}
	
	.mg-shop-possibility__tab.active .mg-shop-possibility__tab-icon svg {width: 56px; height: 56px;}
	
	.mg-shop-possibility__tabs-content-item-inner:after {display: none;}
	
	.mg-shop-possibility__tab-title {border-bottom: none;}
	
	.mg-shop-possibility__tab.active path {fill: #fff}
	
	.mg-shop-possibility__tab:last-child {margin-right: 0;}
	
	.mg-shop-possibility__tabs-content-item.opened {
		position: relative;
		background: none;
		display: none;
	}
	
	.mg-shop-possibility__tabs-content-item-inner {
		padding: 0;
		position: relative;
		overflow: visible;
	}
	
	.mg-shop-possibility__tabs-content-item-close {
		display: none;
	}
	
	.mg-shop-possibility__tabs-content-item-content {
		width: auto;
		padding: 64px 30px 60px 64px;
		display: flex;
	}
	
	.mg-shop-possibility__tabs-content-item-text-wrapper {
		flex: 1 0 1%;
		margin-right: 64px;
	}
	
	.mg-shop-possibility__tabs-content-item.active {display: block;}
	
	.mg-shop-possibility__tabs-content-item-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 24px;
	}
	
	.mg-shop-possibility__tabs-content-item-text {
		font-size: 16px;
		line-height: 24px;
	}
	
	.mg-shop-possibility__tabs-content-item-image {
		display: block;
		max-width: 400px;
		flex: none;
	}
	
	.mg-shop-possibility__tabs-content-item-image img {
		max-width: 100%;
		height: auto;
	}
	
	.mg-shop-possibility__button {
		padding: 19px 64px;
		margin-top: 48px;
	}
	
	.mg-shop-steps__title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 48px;
	}
	
	.mg-shop-steps__slider-inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 32px;
		grid-row-gap: 32px;
	}
	
	.mg-shop-steps__slide-next {
		right: -32px;
		top: 35px;
		width: 48px;
		height: 48px;
		background-size: 17px auto;
		cursor: inherit;
	}
	
	.mg-shop-steps__slide:nth-child(3n) .mg-shop-steps__slide-next {display: none;}
	
	.mg-shop-steps:before {
		top: 195px;
	}
	
	.mg-shop-steps:after {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		height: 2px;
		background: url("data:image/svg+xml,%3Csvg width='8' height='2' viewBox='0 0 8 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0H0V2H1V0ZM8 0H7V2H8V0Z' fill='%23C7C7C7'/%3E%3C/svg%3E") left top repeat;
		top: 443px;
	}
	
	.mg-shop-steps .mp-wrapp {
		position: relative;
		z-index: 1;
	}
	
	.mg-shop-steps__slide-num {
		width: 120px;
		height: 120px;
		font-size: 40px;
		line-height: 40px;
	}
	
	.mg-shop-steps__slide-text {
		line-height: 28px;
	}
	
	.mg-shop-text2 {
		padding: 64px 0;
	}
	
	.mg-shop-text2__button {
		font-size: 18px;
		padding: 20px 70px;
	}
	
	.mg-shop-examples {
		padding: 80px 0 46px;
	}
	
	.mg-shop-examples__title {
		font-size: 36px;
		line-height: 44px;
	}
	
	.mg-shop-examples__inner {
		margin-top: 56px;
		position: relative;
	}
	
	.mg-shop-examples__slider-dots {padding-top: 30px;}
	
	.mg-shop-services {
		padding: 80px 0;
	}
	
	.mg-shop-services__title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 8px;
	}
	
	.mg-shop-services__subtitle {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 40px;
	}
	
	.mg-shop-services__slider {
		overflow: visible;
	}
	
	.mg-shop-services__slider-inner {
		justify-content: center;
	}
	
	.mg-shop-services__slide {
		position: relative;
		margin: 0 20px;
		cursor: pointer;
	}
	
	.mg-shop-services__slide-image {
		margin-bottom: 0;
		transition: all 0.4s;
	}
	._1 .mg-shop-services__slide-image, ._2 .mg-shop-services__slide-image, ._3 .mg-shop-services__slide-image, ._4 .mg-shop-services__slide-image {border-color: #f8f8f8;}
	
	._1:hover .mg-shop-services__slide-image {border-color: #13C989;}
	._2:hover .mg-shop-services__slide-image {border-color: #1771CB;}
	._3:hover .mg-shop-services__slide-image {border-color: #FF8901;}
	._4:hover .mg-shop-services__slide-image {border-color: #A640B5;}
	
	.mg-shop-services__slide-text {
		position: absolute;
		opacity: 0;
		visibility: hidden;
		transition: all 0.4s;
		background: #FFFCF7;
		border: 2px solid #FFFFFF;
		box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.0511892);
		border-radius: 8px;
		width: 320px;
		font-size: 15px;
		line-height: 20px;
		letter-spacing: -0.09375px;
		color: #333333;
		box-sizing: border-box;
		padding: 24px 16px;
		left: 60px;
		top: calc(100% - 16px);
		z-index: 5;
	}
	
	.mg-shop-services__slide:last-child .mg-shop-services__slide-text {
		left: -50px;
	}
	
	.mg-shop-services__slide:hover .mg-shop-services__slide-text {
		visibility: visible;
		opacity: 1;
	}
	
	.mg-shop-services__slider-dots {
		display: none;
	}
	
	.mg-shop-reviews {
		padding: 80px 0 46px;
	}
	
	.mg-shop-reviews__title {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 52px;
	}
	
	.mg-shop-reviews__inner {
		position: relative;
	}
	
	.mg-shop-reviews__slide {text-align: left;}
	
	.mg-shop-reviews__slider-arrows, .mg-shop-examples__slider-arrows {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		font-size: 0;
	}
	
	.mg-shop-reviews__slider-arrows > *, .mg-shop-examples__slider-arrows > * {
		position: absolute;
		top: 0;
		margin-top: -24px;
		cursor: pointer;
	}
	
	.mg-shop-reviews__slider-prev-arrow, .mg-shop-examples__slider-prev-arrow {left: -20px;}
	.mg-shop-reviews__slider-next-arrow, .mg-shop-examples__slider-next-arrow {right: -20px; transform: rotate(180deg);}
	
	.mg-shop-reviews__slide-title {
		font-size: 22px;
		line-height: 32px;
	}
	
	.mg-shop-reviews__slider-dots {
		padding-top: 30px;
	}
	
	.mg-shop-form {
		padding: 80px 0 32px;
	}
	
	.mg-shop-form__title {
		font-size: 40px;
		line-height: 48px;
	}
	
	.mg-shop-form__subtitle {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 56px;
	}
	
	.mg-shop-form__form-wrapper, .mg-shop-form__form-wrapper.active {
		display: block;
		position: relative;
		background: none;
	}
	
	.mg-shop-form__form-inner {
		position: relative;
		overflow: visible;
		padding: 0;
	}
	
	.mg-shop-form__form {
		width: 740px;
		padding: 0;
	}
	
	.mg-shop-form__form-column {
		display: inline-block;
		width: 320px;
		vertical-align: top;
	}
	
	.mg-shop-form__form-column + .mg-shop-form__form-column {margin-left: 40px;}
	
	.mg-shop-form__form-field input[type="text"] {height: 56px;}
	
	.mg-shop-form__form-field {
		padding-bottom: 24px;
	}
	
	.mg-shop-form__form-field:last-child {padding-bottom: 0;}
	
	 .mg-shop-form__form-button {margin-top: 48px;}
	 .mg-shop-form__form-column-title {padding-top: 0;}
	
	.mg-shop-form__form-close {display: none;}
	
	.mg-shop-form__form-button {
		display: inline-block;
		font-size: 18px;
		padding: 19px 74px;
		width: auto;
	}
	
	.mg-shop-form__button {display: none;}
	
	.mg-shop-form__note {
		font-size: 14px;
		line-height: 24px;
		margin-top: 32px;
	}
	
}

@media all and (min-width: 1200px) {
	.mg-shop-description {
		overflow: hidden;
	}
	
	.mg-shop-services__slide:last-child .mg-shop-services__slide-text {
		left: 60px;
	}
	
	.mg-shop-fix-panel__left-link {margin-left: 60px;}
	
	.mg-shop-possibility__tabs-content-item-image {
		max-width: 548px;
		max-width: 617px;
		margin-top: -18px;
	}
	
	.mg-shop-possibility__tabs-content-item-text-wrapper {margin-right: 16px;}
	
	.mg-shop-possibility__tabs-content-item-content {padding-bottom: 12px;}
	
	.mg-shop-possibility__tabs-content-item-text {
		padding-bottom: 48px;
	}
	
	.mg-shop-description__item {position: relative;}
	
	.mg-shop-description__item-price {
		display: block;
		position: absolute;
		background-image: url("data:image/svg+xml,%3Csvg width='385' height='156' viewBox='0 0 385 156' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 67s108.5 28.5 180.5 2.5S319.5 1 261 155' stroke='%233E3E3E' stroke-linecap='round'/%3E%3Cpath opacity='.05' fill-rule='evenodd' clip-rule='evenodd' d='M18.07 29.62a12 12 0 0113-10.9l121.32 10.6a12 12 0 019.9 7.07l11.4 25.53a8 8 0 01-.67 7.74l-15.66 23.17a12 12 0 01-10.99 5.23L25.06 87.45a12 12 0 01-10.9-13l3.91-44.83z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.34 13.1a12 12 0 0113.9-9.74l126 22.22a12 12 0 019.26 7.9l9.69 28.05a8 8 0 01-1.35 7.65l-18.7 23.05a12 12 0 01-11.4 4.25l-126-22.21a12 12 0 01-9.73-13.9l8.33-47.27z' fill='%236070F2'/%3E%3C/svg%3E");
		width: 385px;
		height: 156px;
		bottom: -81px;
		right: -136px;
		font-weight: bold;
		font-size: 32px;
		line-height: 72px;
		letter-spacing: -0.0666667px;
		color: #FFFFFF;
	}
	
	.mg-shop-description__item-price span {
		position: absolute;
		transform: rotate(10deg);
		left: 11px;
		top: 13px;
		width: 150px;
		text-align: center;
	}
}

@media all and (min-width: 1380px) {
	.mg-shop-description__item-price {
		right: -56px;
	}
}

@media all and (min-width: 1600px) {
	.mg-shop-reviews__slider-prev-arrow, .mg-shop-examples__slider-prev-arrow {left: -132px;}
	.mg-shop-reviews__slider-next-arrow, .mg-shop-examples__slider-next-arrow {right: -132px;}
}

@media all and (min-width: 1720px) {
	.mg-shop-reviews__slider-prev-arrow, .mg-shop-examples__slider-prev-arrow {left: -182px;}
	.mg-shop-reviews__slider-next-arrow, .mg-shop-examples__slider-next-arrow {right: -182px;}
}

.lg-toolbar {background-color: rgba(0,0,0,.1) !important;}

.lg-outer .lg-image {max-height: none !important;}
.lg-img-wrap {overflow: auto;}
.overflow-hidden {overflow: hidden;}
.lg-toolbar {padding: 0 24px !important;}

/* Jumping */

.mg-site-jumping-button__wrapper {
	display: none;
	position: fixed;
	right: 0;
	top: 390px;
	z-index: 10;
	opacity: 1;
	-webkit-animation: slide-in 1s ease 2s;
	animation: slide-in 1s ease 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	transition: transform .5s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.mg-site-jumping-button__inner {
	padding: 8px 20px 8px 8px;
	background: #f9f8f6;
	-webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
	box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.mg-site-jumping-button {
	align-items: center;
	display: inline-flex;
	cursor: pointer;
	outline: none;
	padding: 8px 40px 8px 16px;
	border-radius: 24px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	letter-spacing: -.2px;
	line-height: 24px;
	animation: jumping-button 3s ease 3s infinite;
	background: linear-gradient(180deg, #47C634 0%, #2DBF60 100%);
	border: 1px solid #2FC05F;
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.30025);
}

.mg-site-jumping-button:hover {
	background: linear-gradient(180deg, #51D53D 0%, #2DBF60 100%);
	box-shadow: 0px 8px 12px rgba(45, 191, 96, 0.30025);
}

.mg-site-jumping-button:active {
	background: #2EBF5F;
	box-shadow: none;
}

.mg-site-jumping-button svg {
	width: 32px;
	height: 32px;
	margin-right: 8px;
	fill: #fefefe;
}

@media all and (min-width: 1200px) {
	.mg-site-jumping-button__wrapper {
		display: block;
	}
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    50% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    75% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes jumping-button {
    3% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    6% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    9% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    12% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    15% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

#onicon .onicon-bookmark .onicon-button__image {
    width: 60px!important;
    height: 60px!important;
    border-radius: 50%;
}


.subscribe-popup {
	position        : fixed;
	left            : 0;
	right           : 0;
	top             : 0;
	bottom          : 0;
	background      : rgba(0, 0, 0, .5);
	opacity         : 0;
	z-index         : -5;
}

.subscribe-popup__inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	text-align: center;
}

.subscribe-popup__inner:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.subscribe-popup._opened {
	opacity    : 1;
	transition : opacity 0.3s;
	z-index    : 1111;
}

.subscribe-popup__box {
	background    : #ffffff;
	width         : 80%;
	max-width     : 464px;
	display: inline-block;
	vertical-align: middle;
	position      : relative;
	margin-top    : 40px;
	box-sizing    : border-box;
	padding       : 32px 16px;
	border-radius : 10px;
	text-align: left;
}

.subscribe-popup__close {
	width            : 48px;
	height           : 48px;
	box-shadow       : 0 5px 3px -3px hsla(0, 0%, 69%, .27), inset 0 0 0 2px #dfdfdf;
	border-radius    : 50%;
	background-color : #fafaf9;
	border           : none;
	padding          : 8px;
	outline          : 0;
	position         : absolute;
	top              : -18px;
	box-sizing       : border-box;
	right            : -14px;
	transition: all 0.15s;
	cursor: pointer;
}

.subscribe-popup__close:hover {
	box-shadow: 0 6px 4px -4px rgba(130,166,233,.27), inset 0 0 0 2px #a3c0ea;
	background-color: #d9e4f5;
}

.subscribe-popup__close:active {
	background-color: #a4bfe9;
	box-shadow: none;
}

@media all and (min-width: 600px) {
	.subscribe-popup__box {
		padding: 32px;
	}
}



.mg-popup-form {
	position   : fixed;
	left       : 0;
	right      : 0;
	top        : 0;
	bottom     : 0;
	background : rgba(0, 0, 0, .5);
	opacity    : 0;
	z-index    : -5;
}

.mg-popup-wrap {
	position   : absolute;
	left       : 0;
	right      : 0;
	top        : 0;
	bottom     : 0;
	overflow   : auto;
	text-align : center;
}

.mg-popup-wrap:after {
	content        : "";
	display        : inline-block;
	width          : 0;
	height         : 100%;
	vertical-align : middle;
}

.mg-popup-form._opened {
	opacity    : 1;
	transition : opacity 0.3s;
	z-index    : 1111;
}

.mg-popup-form__inner {
	background     : #ffffff;
	width          : 80%;
	max-width      : 464px;
	display        : inline-block;
	vertical-align : middle;
	position       : relative;
	margin-top     : 40px;
	box-sizing     : border-box;
	padding        : 32px 16px;
	border-radius  : 10px;
	text-align     : left;
}

.mg-popup-form__close {
	width            : 48px;
	height           : 48px;
	box-shadow       : 0 5px 3px -3px hsla(0, 0%, 69%, .27), inset 0 0 0 2px #dfdfdf;
	border-radius    : 50%;
	background-color : #fafaf9;
	border           : none;
	padding          : 8px;
	outline          : 0;
	position         : absolute;
	top              : -18px;
	box-sizing       : border-box;
	right            : -14px;
	transition       : all 0.15s;
	cursor           : pointer;
}

.mg-popup-form__close:hover {
	box-shadow       : 0 6px 4px -4px rgba(130, 166, 233, .27), inset 0 0 0 2px #a3c0ea;
	background-color : #d9e4f5;
}

.mg-popup-form__close:active {
	background-color : #a4bfe9;
	box-shadow       : none;
}

.mg-popup-form__title {
	font-weight    : 700;
	letter-spacing : -.4px;
	text-align     : center;
	color          : #333333;
	margin-top     : 0;
	font-size      : 24px;
	margin-bottom  : 16px;
}

.mg-popup-form__close > * {
	width  : 100%;
	height : 100%;
}

.mg-popup-form .mg-form__field-title {
	color       : #333333;
	font-size   : 14px;
	font-weight : 500;
	line-height : 24px;
}

.mg-popup-form .mg-form__field-title-mark {
	color : red;
}

.mg-popup-form .mg-form__field {
	margin-bottom : 16px;
}

.mg-popup-form .mg-form__field-control input[type="text"], .mg-popup-form .mg-form__field-control input[type="email"], .mg-popup-form .mg-form__field-control input[type="password"], .mg-popup-form .mg-form__field-control input[type="phone"], .mg-popup-form .mg-form__field-control select, .mg-popup-form .mg-form__field-control textarea {
	color              : #333333;
	font-family        : "Fira Sans", sans-serif;
	padding            : 10px 14px;
	-webkit-box-sizing : border-box;
	box-sizing         : border-box;
	outline            : 0;
	font-size          : 15px;
	font-weight        : 400;
	line-height        : 24px;
	letter-spacing     : -.4px;
	height             : 40px;
	border             : 2px solid #dfdfdf;
	border-radius      : 6px;
	background-color   : #ffffff;
	width              : 100%;
	transition         : all 0.15s;
}

.mg-popup-form .mg-form__field-control textarea {
	height : 80px;
}

.mg-popup-form .mg-form__field-control input[type="text"]:hover, .mg-popup-form .mg-form__field-control input[type="password"]:hover, .mg-popup-form .mg-form__field-control input[type="email"]:hover, .mg-popup-form .mg-form__field-control input[type="phone"]:hover, .mg-popup-form .mg-form__field-control select:hover, .mg-popup-form .mg-form__field-control textarea:hover {
	border-color : #a3c0ea;
}

.mg-popup-form .mg-form__field-control input[type="text"]:focus, .mg-popup-form .mg-form__field-control input[type="password"]:focus, .mg-popup-form .mg-form__field-control input[type="email"]:focus, .mg-popup-form .mg-form__field-control input[type="phone"]:focus, .mg-popup-form .mg-form__field-control select:focus, .mg-popup-form .mg-form__field-control textarea:focus {
	box-shadow       : 0 6px 4px -4px rgba(130, 165, 233, .27);
	border-color     : #82a5e9;
	background-color : #f2f7ff;
}

.mg-popup-form .mg-form__field-button {
	text-align : center;
}

.mg-popup-form .mg-form__field-button {
	margin-top    : 24px;
	margin-bottom : 0;
}

.mg-popup-form .mg-form__field-button button {
	width              : 100%;
	outline            : 0;
	text-decoration    : none;
	color              : #ffffff;
	font-size          : 15px;
	font-weight        : 500;
	line-height        : 24px;
	letter-spacing     : -.19px;
	padding            : 8px 24px;
	border             : none;
	box-shadow         : 0 6px 4px -4px #acd6a2, inset 0 0 0 2px #10a03b;
	border-radius      : 24px;
	background-color   : #1eb34b;
	transition         : all 0.15s;
	cursor             : pointer;
	-webkit-appearance : none;
	box-sizing         : border-box;
}

.mg-popup-form .mg-form__field-button button:hover {
	box-shadow       : 0 5px 3px -3px #acd6a2, inset 0 0 0 2px #3cae5e;
	background-color : #51c568;
}

.mg-popup-form .mg-form__field-button button:active {
	background-color : #37a458;
	box-shadow       : none;
}



@media all and (min-width : 600px) {
	
	.mg-popup-form__inner {
		padding : 32px;
	}

	.mg-popup-form__title {
		font-size     : 32px;
		margin-bottom : 24px;
	}

	.mg-popup-form .mg-form__field-title {
		font-size : 15px;
	}

	.mg-popup-form .mg-form__field-control input[type="text"], .mg-popup-form .mg-form__field-control input[type="email"], .mg-popup-form .mg-form__field-control input[type="phone"], .mg-popup-form .mg-form__field-control input[type="password"], .mg-popup-form .mg-form__field-control select {
		height : 48px;
	}

	.mg-popup-form .mg-form__field-button button {
		width   : auto;
		padding : 12px 40px;
	}
}

.mg-form__field-note {
	font-size  : 0.8em;
	margin-top : 6px;
}

.mg-popup-form__subtitle {
	font-size     : 15px;
	font-weight   : 500;
	text-align    : center;
	margin-bottom : 32px;
}

.mg-popup-form__hours {
	font-size  : 14px;
	text-align : center;
	color      : #909090;
}

.mg-popup-form__privacy {
	font-size: 13px;
	line-height: 1.31;
	letter-spacing: -.4px;
	color: #828282;
	text-align: center;
	margin-top: 16px;
}