html {
	line-height              : 1.15;
	-webkit-text-size-adjust : 100%;
}

body {
	margin      : 0;
	font-size   : 16px;
	line-height : 1.34;
	font-family : "Fira Sans", "Trebuchet MS", sans-serif;
	color       : #333;
}

main { display : block; }

h1 {
	font-size : 2em;
	margin    : 0.67em 0;
}

hr {
	box-sizing : content-box;
	height     : 0;
	overflow   : visible;
}

pre {
	font-family : monospace, monospace;
	font-size   : 1em;
}

a { background-color : transparent; }

abbr[title] {
	border-bottom   : none;
	text-decoration : underline dotted;
}

b, strong { font-weight : bolder; }

code, kbd, samp {
	font-family : monospace, monospace;
	font-size   : 1em;
}

small { font-size : 80%; }

sub, sup {
	font-size      : 75%;
	line-height    : 0;
	position       : relative;
	vertical-align : baseline;
}

sub { bottom : -0.25em; }

sup { top : -0.5em; }

img { border-style : none; }

button, input, optgroup, select, textarea {
	font-size   : 100%;
	line-height : 1.15;
	margin      : 0;
	font-family : "Fira Sans", "Trebuchet MS", sans-serif;
}

button, input { overflow : visible; }

button, select { text-transform : none; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance : button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style : none;
	padding      : 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline : 1px dotted ButtonText;
}

fieldset { padding : 0.35em 0.75em 0.625em; }

legend {
	box-sizing  : border-box;
	color       : inherit;
	display     : table;
	max-width   : 100%;
	padding     : 0;
	white-space : normal;
}

progress { vertical-align : baseline; }

textarea { overflow : auto; }

[type="checkbox"], [type="radio"] {
	box-sizing : border-box;
	padding    : 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height : auto; }

[type="search"] {
	-webkit-appearance : textfield;
	outline-offset     : -2px;
}

[type="search"]::-webkit-search-decoration { -webkit-appearance : none; }

::-webkit-file-upload-button {
	-webkit-appearance : button;
	font               : inherit;
}

details { display : block; }

summary { display : list-item; }

template { display : none; }

[hidden] { display : none; }

.mp-wrapp {
	margin        : 0 auto;
	width         : 100%;
	box-sizing    : border-box;
	padding-left  : 16px;
	padding-right : 16px;
	max-width     : 1360px;
}

.site-header {
	background: #fff;
	padding: 16px 0;
}

.site-header__inner {
	display: flex;
	align-items: center;
}

.site-header__logo {
	flex: none;
	margin-right: auto;
	width: 140px;
}

.site-header__logo img {
	max-width: 100%;
}

.site-header__burger {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f8f8f8;
	padding: 0;
	border: none;
	outline: none;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header__burger svg {width: 20px; height: 20px;}

.site-header__lg {
	flex: none;
	margin-left: 8px;
	width: 56px;
	padding: 8px 12px;
	box-sizing: border-box;
	background: #f8f8f8;
	border-radius: 32px;
	position: relative;
}

.site-header__lg-input {
	position: relative;
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: #282828;
}

.site-header__lg-input:before {
	position: absolute;
	right: 0px;
	width: 6px;
	height: 5px;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.396.515a.5.5 0 00-.792 0L.156 3.695a.5.5 0 00.396.805h4.896a.5.5 0 00.396-.805L3.396.515z' fill='%231CA345'/%3E%3C/svg%3E");
	content: "";
	top: 9px;
	transform: rotate(180deg);
	
}

.site-header__lg-select {
	position: absolute;
	top: 48px;
	right: 0;
	width: 96px;
	background: #fff;
	border-radius: 8px;
	transform-origin: center top;
	transform: scaleY(0);
}

.site-header__lg-select:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 6px;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6l3.168-4.752a1 1 0 011.664 0L8 6H0z' fill='%23fff'/%3E%3C/svg%3E");
	right: 18px;
	top: -6px;
	display: none;
}

.active .site-header__lg-select {
	transform: none;
	box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.08);
	transition: all 0.3s;
}

.active .site-header__lg-select:before {display: block;}

.site-header__lg-select-item {
	padding: 10px 16px;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #323232;
	text-decoration: none;
	display: block;
}

.site-header__lg-select-item + .site-header__lg-select-item {
	border-top: 1px solid #f8f8f8;
}

.site-header__lg-select-item span {
	color: #1CA345;
	display: block;
}

.site-aside {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 5;
}

.site-aside.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
}

.site-aside__inner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 296px;
	box-sizing: border-box;
	background: #fff;
	transform: translateX(100%);
	transition: all 0.3s;
	padding: 16px 0 24px;
	overflow: auto;
}

.site-aside.active .site-aside__inner {transform: none;}

.site-aside__close {
	margin: 0 24px 24px auto;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #f8f8f8;
	border: none;
	line-height: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.site-aside__search {
	position: relative;
	margin: 0 24px 8px;
}

.site-aside__search-input {
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #D3D3D3;
	border-radius: 32px;
	padding: 11px 40px 11px 24px;
	font-size: 13px;
	line-height: 24px;
	outline: none;
}

.site-aside__search-button {
	position: absolute;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
	top: 11px;
	right: 15px;
}

.site-aside__cabinet {
	background: #F8F8F8;
	border-radius: 32px;
	display: block;
	margin: 0 24px 24px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: #000000;
	padding: 12px 24px;
}

.site-aside__phone {
	border-top: 1px solid #d8d8d8;
	padding: 24px 24px 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #282828;
	margin-bottom: 6px;
	text-align: center;
}

.site-aside__phone a {
	color: inherit;
	text-decoration: none;
}

.site-aside__callback {
	display: block;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.1px;
	text-decoration: none;
	border-bottom: 1px dotted currentColor;
	color: #909090;
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.site-aside__order-button {
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background: linear-gradient(180deg, #47C634 0%, #2DBF60 100%);
	border-radius: 38px;
	padding: 16px;
	margin: 0 24px 24px;
}

.site-aside__menu {
	padding: 0 24px;
	margin: 0;
	list-style: none;
}

.site-aside__submenu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
}

.site-aside__submenu-item {
	padding: 10px 8px 10px 24px;
	background: #F8F8F8;
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: #909090;
	text-decoration: none;
	border-bottom: 1px solid #e7e7e7;
}

.site-aside__submenu-item:hover {color: #1CA345;}

.site-aside__submenu li:first-child .site-aside__submenu-item  {
	border-radius: 8px 8px 0 0;
}

.site-aside__menu li.active .site-aside__menu-item {box-shadow: none; color: #000;}

.site-aside__menu li.active .site-aside__menu-item:before {transform: none;}

.site-aside__menu li.active .site-aside__submenu {display: block;}

.site-aside__submenu li:last-child .site-aside__submenu-item  {
	border-radius: 0 0 8px 8px;
	border-bottom: none;
}

.site-aside__menu-item {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.1px;
	text-transform: uppercase;
	display: block;
	padding: 10px 8px;
	text-decoration: none;
	color: #909090;
	box-shadow: 0px 1px 0px #F8F8F8;
}

.site-header__phone-wrapper, .site-header__cabinet, .site-header__search, .site-header__order-button, .site-header__menu { display: none; }

._has-submenu .site-aside__menu-item {
	padding-right: 40px;
	position: relative;
}

._has-submenu .site-aside__menu-item:before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	right: 8px;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.54 5.26a.7.7 0 01.93 0l3.76 3.3a.7.7 0 01-.93 1.06L8 6.72l-3.3 2.9a.7.7 0 11-.93-1.06l3.77-3.3z' fill='%23000'/%3E%3C/svg%3E");
	top: 14px;
	transform: rotate(180deg);
}

@media all and (min-width: 600px) {
	.mp-wrapp {
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.site-header {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	
	.site-header__logo {width: 168px;}
	
	.site-header__phone-wrapper {
		display: block;
		text-align: right;
		flex: none;
	}
	
	.site-header__phone {
		font-weight: 800;
		font-size: 18px;
		line-height: 20px;
		color: #282828;
		margin-bottom: 3px;
	}
	
	.site-header__phone a {color: inherit; text-decoration: none;}
	
	.site-header__callback {
		display: inline-block;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: -0.1px;
		color: #909090;
		border-bottom: 1px dotted currentColor;
		text-decoration: none;
	}
	
	.site-header__burger {width: 48px; height: 48px; margin-left: 24px;}
	
	.site-header__burger svg {width: 24px; height: 24px;} 
	
	.site-header__lg {
		width: 72px;
		padding: 12px 18px;
	}
	
	.site-header__lg-input {
		font-size: 16px;
	}
	
	.site-header__lg-select {top: 64px;}
}

@media all and (min-width: 960px) {
	.site-header {
		padding: 32px 0;
	}
	
	.site-header__order-button {
		display: flex;
		align-items: center;
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: -0.1px;
		color: #000000;
		padding: 12px 32px;
		flex: none;
		background: #F8F8F8;
		border-radius: 32px;
		text-decoration: none;
		transition: all 0.2s;
	}
	
	.site-header__order-button:hover {background: #eaeaea;}
	
	.site-header__order-button:after {
		width: 13px;
		height: 10px;
		content: "";
		background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4 9.8a1 1 0 01-.2-1.4L9 6H1a1 1 0 010-2h8L7.2 1.6A1 1 0 118.8.4l3 4 .45.6L8.8 9.6a1 1 0 01-1.4.2z' fill='%232FC05F'/%3E%3C/svg%3E");
		margin-left: 16px;
		transition: all 0.2s;
	}
	
	.site-header__order-button:hover:after {transform: translateX(2px);}
	
	.site-header__search {
		width: 48px;
		height: 48px;
		position: relative;
		display: block;
		flex: none;
		margin-left: 24px;
	}
	
	.site-header__serch-input-wrapper {
		position: absolute;
		top: -1px;
		bottom: -1px;
		right: -1px;
		width: 0;
		overflow: hidden;
		z-index: 1;
	}
	
	.active .site-header__serch-input-wrapper {width: 200px; transition: width 0.2s;}
	
	.site-header__search-input {
		width: 200px;
		height: 100%;
		background: #fff;
		display: block;
		box-sizing: border-box;
		border: 1px solid #D3D3D3;
		border-radius: 32px;
		padding: 11px 60px 11px 24px;
		font-size: 13px;
		line-height: 24px;
		outline: none;
		margin-left: auto;
	}
	
	.site-header__search-button {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #f8f8f8;
		flex: none;
		transition: all 0.2s;
		outline: none;
		border: none;
		position: relative;
		z-index: 2;
		padding: 0;
		cursor: pointer;
	}
	
	.site-header__cabinet {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		background: #f8f8f8;
		flex: none;
		margin-left: 8px;
		transition: all 0.2s;
	}
	
	.site-header__cabinet:hover, .site-header__search-button:hover {background: #eaeaea;}
	
	.site-header__phone-wrapper {margin-left: 24px;}
}

@media all and (min-width: 1200px) {
	.site-header__logo {margin-right: 24px;}
	
	.site-header__menu {
		flex: 1 0 1%;
		margin: 0 -12px;
		display: block;
		text-align: center;
	}
	
	.site-header__menu-item {
		display: inline-block;
		margin: 8px 12px;
		font-weight: 600;
		font-size: 13px;
		line-height: 16px;
		text-transform: uppercase;
		text-decoration: none;
		color: #909090;
		transition: all 0.15s;
		position: relative;
	}
	
	._has-submenu
	
	.site-header__submenu-wrapper {
		position: absolute;
		z-index: 2;
		left: -21px;
		top: 100%;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.2s;
		padding-top: 24px;
	}
	
	.site-header__submenu {
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: left;
		width: 190px;
		border-radius: 8px;
		box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.08);
	}
	
	.site-header__menu-item:hover .site-header__submenu-wrapper {
		opacity: 1;
		visibility: visible;
	}
	
	.site-header__menu-item:hover .site-header__menu-item-arrow {
		transform: none;
	}
	
	.site-header__submenu-item {
		display: block;
		font-weight: 500;
		font-size: 14px;
		line-height: 16px;
		text-decoration: none;
		color: #16181B;
		transition: all 0.2s;
		padding: 14px 16px 14px 20px;
		background: #fff;
		text-transform: none;
	}
	
	.site-header__submenu li:first-child .site-header__submenu-item {
		border-radius: 8px 8px 0px 0px;
	}
	
	.site-header__submenu li:last-child .site-header__submenu-item {
		border-radius: 0 0 8px 8px;
	}
	
	.site-header__submenu-item:hover {
		background: #f8f8f8;
		color: #1CA345;
	}
	
	.site-header__menu-item > a {
		color: inherit;
		text-decoration: none;
		display: inline-block;
		vertical-align: middle;
	}
	
	.site-header__menu-item .site-header__menu-item-arrow {
		display: inline-block; 
		vertical-align: middle; 
		font-size: 0; line-height: 0;
		margin-left: 8px;
		transform: rotate(180deg);
		margin-top: -2px;
		transition: all 0.2s;
	}
	
	.site-header__menu-item.active > a, .site-header__menu-item:hover > a {color: #000;}
	
	.site-header__order-button {margin-left: 24px;}
	
	.site-header__burger {display: none;}
	
	.site-header__lg {margin-left: 24px;}
	
	.site-aside {display: none;}
}

@media all and (min-width: 1380px) {
	
}

.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: #333;
	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: #333;
	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: #333;
	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: #fff;
	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: #fff;
	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;
	width: 100%;
	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;
}

.mp-main-menu-container {
	background : #ffffff;
	position   : relative;
	z-index: 1;
	box-shadow : 0px 10px 30px rgba(0, 0, 0, 0.081321);
}

@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-popup-form__privacy {
	font-size: 13px;
	line-height: 1.31;
	letter-spacing: -.4px;
	color: #828282;
	text-align: center;
	margin-top: 16px;
}

.mg-form__field-note {
	font-size: 0.8em;
	margin-top: 6px;
}

.mg-popup-form__success-title {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 18px;
}

.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-form__success-note {
	text-align: center;
}



.mg-form__field-client-item {
	display: inline-flex;
	width: 80px;
	align-items: center;
	padding-top: 4px;
}

.mg-form__field-client-item input {
	width: 24px;
	height: 24px;
	margin-right: -24px;
	position: relative;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}

.mg-form__field-client-item input + span {
	flex: none;
	width: 24px;
	height: 24px;
	border: 2px solid #dfdfdf;
	border-radius: 6px;
	box-sizing: border-box;
	margin-right: 8px;
	transition: border 0.15s;
	cursor: pointer;
}

.mg-form__field-client-item input:checked + span {
	border-color: #1DB34B;
	background-size: 18px auto;
	
	background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.857 7.556L.293 3.993a.999.999 0 111.414-1.414l2.15 2.15L8.293.293a1 1 0 011.414 1.413l-5.85 5.85z' fill='%231DB34B'/%3E%3C/svg%3E") center center no-repeat;
}

.mg-form__field-client-note {
	font-size: 0.8em;
	padding-top: 8px;
	color: red;
	display: none;
}

.mg-form__field-client-note.show {display: block;}

.site-header__menu_cust .site-header__menu-item {
    margin: 8px 5px;
}

.mp-main-menu__search-wrapper {display: none;}