@charset "UTF-8";

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear {
	*zoom: 1;
}

.clear:after {
	clear: both;
}

* {
	box-sizing: border-box;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

html {
	background: #FFF;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	font-family: 'Gotham Pro', Helvetica, Arial;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}

body {
	/* font-family: 'Gotham Pro', Helvetica, Arial; */
	font-family: 'Gotham', Helvetica, Arial;
	font-size: 16px;
	line-height: 1.6em;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	position: relative;
	margin: 0;
}

/*@font-face {font-family: 'Gotham Pro';font-display: auto;src: local("Gotham Pro Bold Italic"), url("../fonts/GothamPro-BoldItalic.woff") format("woff"), url("../fonts/GothamPro-BoldItalic.ttf") format("truetype");font-weight: bold;font-style: italic;}*/
@font-face {
	font-family: 'Gotham Pro';
	font-display: swap;
	src: local("Gotham Pro Italic"), url("../fonts/GothamPro-Italic.woff") format("woff"), url("../fonts/GothamPro-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	font-display: swap;
	src: local("Gotham Pro Medium"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

/*@font-face {font-family: 'Gotham Pro';src: url("../fonts/GothamPro-BlackItalic.eot");src: local("Gotham Pro Black Italic"), local("../fonts/GothamPro-BlackItalic"), url("../fonts/GothamPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-BlackItalic.woff") format("woff"), url("../fonts/GothamPro-BlackItalic.ttf") format("truetype");font-weight: 900;font-style: italic;}*/
@font-face {
	font-family: 'Gotham Pro';
	font-display: swap;
	src: local("Gotham Pro Bold"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

/*@font-face {font-family: 'Gotham Pro Narrow';src: url("GothamProNarrow-Bold.eot");src: local("Gotham Pro Narrow Bold"), local("GothamProNarrow-Bold"), url("GothamProNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("GothamProNarrow-Bold.woff") format("woff"), url("GothamProNarrow-Bold.ttf") format("truetype");font-weight: bold;font-style: normal;}
@font-face {font-family: 'Gotham Pro Narrow';src: url("GothamProNarrow-Medium.eot");src: local("Gotham Pro Narrow Medium"), local("GothamProNarrow-Medium"), url("GothamProNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("GothamProNarrow-Medium.woff") format("woff"), url("GothamProNarrow-Medium.ttf") format("truetype");font-weight: 500;font-style: normal;}*/
@font-face {
	font-family: 'Gotham Pro';
	font-display: swap;
	src: local("Gotham Pro Light Italic"), url("../fonts/GothamPro-LightItalic.woff") format("woff"), url("../fonts/GothamPro-LightItalic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}

/*@font-face {font-family: 'Gotham Pro';src: url("../fonts/GothamPro-Black.eot");src: local("Gotham Pro Black"), local("../fonts/GothamPro-Black"), url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype");font-weight: 900;font-style: normal;}*/
@font-face {
	font-family: 'Gotham Pro';
	font-display: swap;
	src: local("Gotham Pro"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/*@font-face {font-family: 'Gotham Pro';src: url("../fonts/GothamPro-MediumItalic.eot");src: local("Gotham Pro Medium Italic"), local("../fonts/GothamPro-MediumItalic"), url("../fonts/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-MediumItalic.woff") format("woff"), url("../fonts/GothamPro-MediumItalic.ttf") format("truetype");font-weight: 500;font-style: italic;}*/

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Book.woff2') format('woff2'),
			url('../fonts/Gotham-Book.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
			url('../fonts/Gotham-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
			url('../fonts/Gotham-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	margin-top: 0px !important;
	padding-top: 0px;
}

textarea {
	overflow: auto;
}

main {
	padding-top: 153px;
}

@media (max-width: 768px) {
	main {
		padding-top: 66px;
	}
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	top: -0.5em;
	bottom: -0.25em;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

optgroup {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@-ms-viewport {
	width: device-width;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.intro {
	display: flex;
	justify-content: center;
}

.intro__pic--text {
	width: 800px;
}

.intro__pic--pic {
	width: 600px;
}

.intro__pic img {
	width: 100%;
	height: auto;
}

.slideout-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 256px;
	min-height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
}

.slideout-menu-left {
	left: 0;
}

.slideout-menu-right {
	right: 0;
}

.slideout-panel {
	position: relative;
	z-index: 1;
	background-color: #fff;
	min-height: 100vh;
}

@media screen and (max-width: 768px) {
    .slideout-panel {
        padding-top: 65px;
    }
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}

.mspc_coupon_description {
	display: none;
}

.menu-slider .row {
	display: flex !important;
	outline: none !important;
}

@media (min-width: 900px) {

	.menu-slider .menu-image {
		top: -40px;
	}
}

#menu {
	background: #fff;
	padding-top: 0px;
	width: 320px;
	box-shadow: 30px 2px 30px 0 rgba(0, 0, 0, 0.5);
	z-index: 111;
}

#menu .close {
	background: url(../../img/web/close.png) no-repeat center;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

li.menu-header {
	text-align: center !important;
	padding: 25px 20px !important;
}

li.menu-header a {
	width: 100%;
	display: inline-block;
	text-align: center !important;
}

li.menu-header a img {
	margin: 0 auto 24px;
}

.menu-header img {
	margin-bottom: 24px;
}

.menu-footer span {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.19;
	letter-spacing: 0.3px;
	text-align: center !important;
	color: #000;
	width: 100%;
	display: inline-block;
}

.menu-footer .social {
	display: flex;
	justify-content: center;
}

.menu-footer .social li {
	border-bottom: none !important;
}

#menu ul {
	list-style: none;
	text-align: center;
	padding: 0;
}

#menu ul li {
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	border-bottom: 0.5px solid #000;
}

#menu ul li:last-child {
	border-bottom: none;
}

#menu ul li a {
	padding: 15px 20px;
	width: 100%;
	display: block;
	cursor: pointer;
	letter-spacing: 1.1px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
}

#menu li.user a {
	font-size: 16px;
	font-weight: normal !important;
	font-style: normal;
	letter-spacing: 1.1px;
	text-transform: uppercase;
}

#menu li.user {
	display: flex;
	align-items: center;
}

#menu li.user img {
	height: 16px;
	top: -3px;
	margin-right: 10px;
	position: relative;
}

#menu #msMiniCart {
	height: 16px;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.menu-tabs-nav .nav {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-tabs-nav .col {
	width: 33.3333%;
	float: left;
}
.nav-item {
	user-select: none;
}

.nav-item:not(:last-child) {
	margin-right: 32px;
}

.menu-tabs-nav .tab-pane:after {
	display: block;
	clear: both;
	content: '';
}

.menu-tabs-nav .tab-content>.tab-pane {
	position: absolute;
	z-index: -1;
	opacity: 0;
	width: 100%;
}

.menu-tabs-nav .tab-content>.active {
	position: static;
	z-index: 1;
	opacity: 1;
	transition: 0.2s;
}

.personal .menu-tabs-nav .tab-content>.tab-pane {
	display: none;
}

.personal .menu-tabs-nav .tab-content>.active {
	display: block;
}

.menu-tabs-nav .nav-link {
	display: block;
	color: #000;
	text-decoration: none;
	padding-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

.menu-tabs-nav .liactive .nav-link {
	padding-bottom: 8px;
}

.menu-tabs-nav .nav-link.active {
	border-bottom: solid 1px #D0E939;;
}

.menu-tabs-nav .linext .nav-link {
	padding-bottom: 4px;
}


.menu-tabs-nav .nav-link small {
	display: block;
	font-style: italic;
	text-transform: none;
	line-height: 1em;
}

.menu-tabs-nav .nav-item.show .nav-link,
.menu-tabs-nav .nav-link.active {
	border-color: #D0E939;
}

.menu-tabs-nav .row>div {
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu-tabs-nav .tab-content>.row>div {
	font-weight: bold;
}

.menu-per-day {
	margin-bottom: 30px;
}

.tab-content {
	position: relative;
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}

	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333%;
	}

	.offset-sm-2 {
		margin-left: 16.66667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333%;
	}

	.offset-sm-5 {
		margin-left: 41.66667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333%;
	}

	.offset-sm-8 {
		margin-left: 66.66667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333%;
	}

	.offset-sm-11 {
		margin-left: 91.66667%;
	}

	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 1rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}

	.m-sm-4 {
		margin: 1.5rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}

	.m-sm-5 {
		margin: 3rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}

	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 1rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}

	.p-sm-4 {
		padding: 1.5rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}

	.p-sm-5 {
		padding: 3rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}

	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333%;
	}

	.offset-md-2 {
		margin-left: 16.66667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333%;
	}

	.offset-md-5 {
		margin-left: 41.66667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333%;
	}

	.offset-md-8 {
		margin-left: 66.66667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333%;
	}

	.offset-md-11 {
		margin-left: 91.66667%;
	}

	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}

	.m-md-3 {
		margin: 1rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}

	.m-md-4 {
		margin: 1.5rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}

	.m-md-5 {
		margin: 3rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}

	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}

	.p-md-3 {
		padding: 1rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}

	.p-md-4 {
		padding: 1.5rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}

	.p-md-5 {
		padding: 3rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}

	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333%;
	}

	.offset-lg-2 {
		margin-left: 16.66667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333%;
	}

	.offset-lg-5 {
		margin-left: 41.66667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333%;
	}

	.offset-lg-8 {
		margin-left: 66.66667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333%;
	}

	.offset-lg-11 {
		margin-left: 91.66667%;
	}

	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 1rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}

	.m-lg-4 {
		margin: 1.5rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}

	.m-lg-5 {
		margin: 3rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}

	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 1rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}

	.p-lg-4 {
		padding: 1.5rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}

	.p-lg-5 {
		padding: 3rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}

	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333%;
	}

	.offset-xl-2 {
		margin-left: 16.66667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333%;
	}

	.offset-xl-5 {
		margin-left: 41.66667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333%;
	}

	.offset-xl-8 {
		margin-left: 66.66667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333%;
	}

	.offset-xl-11 {
		margin-left: 91.66667%;
	}

	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 1rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}

	.m-xl-4 {
		margin: 1.5rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}

	.m-xl-5 {
		margin: 3rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}

	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 1rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}

	.p-xl-4 {
		padding: 1.5rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}

	.p-xl-5 {
		padding: 3rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}

	#mobile-arrow-1,
	#mobile-arrow-2,
	#mobile-arrow-3,
	#mobile-arrow-4 {
		display: none;
	}

	.menu-image {
		position: absolute;
		top: 0px;
		left: calc(50% - 415px);
		z-index: -1;
		max-width: 800px;
	}
}

.detox-card .superlight-btns {
	width: 100%;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
supported by Chrome and Opera */
}

#panel {
	display: flex;
	flex-direction: column;
}

.header {
	margin-top: 25px;
}

header.header .container {
	overflow: hidden;
}

.page-header {
	color: #000;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.page-header {
		font-size: 32px;
		margin-bottom: 35px;
	}
}

.topmenu {
	padding: 22px 0 22px 5px;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
}

.topmenu ul {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0;
	margin: 0;
}

.topmenu ul li {
	transition: all .1s;
	cursor: pointer;
	opacity: 0.6;
	text-transform: uppercase;
}

.topmenu ul li a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	position: relative;
	white-space: nowrap;
}

.topmenu ul li.active {
	opacity: 1;
	font-weight: 500;
}

.topmenu ul li.phone {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	opacity: 1;
}

#msMiniCart {
	position: relative;
}

.topmenu ul li.user {
	opacity: 1;
}

.topmenu ul li:not(:last-child) {
	margin-right: 20px;
}

.topmenu ul:last-child li {
	margin-right: 15px;
}

.logo-wrapper {
	position: relative;
}

.logo {
	padding: 12px 20px 14px 20px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	left: 15px;
	z-index: 2;
	width: calc(100% - 30px);
}

.breadcrumbs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f1f1f140;
	overflow: hidden;
}

.breadcrumbs .breadcrumbs-path {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.breadcrumbs .breadcrumbs-current {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
}

.breadcrumbs-large {
	height: 280px;
}

.breadcrumbs-product {
	height: 260px;
	background-position: bottom center;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 60px;
}

.breadcrumbs-news .breadcrumbs-current {
	font-size: 30px;
	line-height: 38px;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.product-slider-nav {
	position: relative;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 13px;
	display: block;
	width: 35px;
	height: 35px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
	position: absolute;
	content: '';
	background-color: #000000;
	width: 15px;
	height: 1px;
} 

.slick-prev {
	left: 15px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	transform: rotate(-45deg);
	top: 12px;
	right: 7px;
}

.slick-prev:after {
	transform: rotate(45deg);
	bottom: 12px;
	right: 7px;
}

.slick-next:before {
	transform: rotate(45deg);
	top: 12px;
	right: 7px;
}

.slick-next:after {
	transform: rotate(-45deg);
	bottom: 12px;
	right: 7px;
}


[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: 15px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 10px;
}

.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

/* .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
} */

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	content: ' ';
	text-align: center;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	background-color: #e6e6e6;
	color: black;
	border: 1px solid #e6e6e6;
}

.slide {
	background-size: auto 90% !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
}

.slide-content {
	margin: 100px 0 70px;
	padding: 0 35px;
}

.slide-content img {
	max-width: 100%;
	height: auto;
	margin: 40px 0;
}

.slide-content p {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 0.2px;
	margin: 0;
	margin-bottom: 50px;
}

.slide-content h1,
.slide-content h2,
.slide-content h3 {
	color: #000;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.5px;
}

.slide-content h1 {
	font-size: 28px;
	margin-top: 40px;
}

.slide-content h3,
.slide-content span {
	font-size: 20px;
}

.slide-content ul {
	padding-left: 20px;
	margin-bottom: 20px;
	font-weight: 400;
	vertical-align: middle;
}

.slide-content ul li {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.6px;
	margin-bottom: 5px;
}

.site-banner--slider {
	opacity: 0;
	transition: opacity .1s;
}

.slick-initialized {
	opacity: 1;
}

.hero-top .slide-content a {
	margin-left: 0;
}

.podrobnee-hero {
	margin: 0 0 20px;
}

.podrobnee-hero .slide {
	background-position: 120% center !important;
	background-size: auto 70% !important;
}

.hero-top .slide,
.middle-hero .slide {
	background-position: center center !important;
	background-size: auto 100% !important;
}

.top-slide .slide {
	background-position: right !important;
	background-repeat: no-repeat !important;
	padding: 1px 0px;
	background-size: auto !important;
}

.top-slide .slide-content {
	max-width: 460px;
	padding: 0 20px;
}

.top-slide.middle-hero .slide-content {
	max-width: 540px;
	margin-bottom: 100px;
}

.slide-content a {
	width: 85%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 30px;
}

.hero .slick-prev:before,
.hero .slick-next:before {
	font-size: 50px;
}

.hero .slick-prev,
.hero .slick-next {
	top: 50%;
	z-index: 11;
	width: 50px;
	height: 50px;
}

.hero .slick-prev {
	left: 175px;
}

.hero .slick-next {
	right: 175px;
}

.slider-promo img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.slider-promo .max,
.slider-promo .min {
	position: relative;
}

.slider-promo .desc {
	position: absolute;
	right: 15px;
	bottom: 0px;
	color: #fff;
	font-size: 1.4em;
	text-align: right;
}

.slider-promo .desc .title {
	font-size: 2em;
	font-weight: bold;
}

.slider-promo .min .item {
	position: relative;
}

.slider-promo .min .desc {
	bottom: auto;
	top: 0px;
	font-weight: bold;
}

.slider-promo .max {
	padding-right: 6px;
}

.slider-promo .min-slides {
	padding-left: 0px;
}

.slider-promo .slider-min {
	margin-top: 6px;
}

.slider-promo .slick-dots {
	position: absolute;
	bottom: 3px;
}

.slider-promo .slick-prev,
.slider-promo .slick-next {
	top: 50%;
	margin-top: -10px;
}

.slider-promo .slick-prev {
	left: 15px;
	z-index: 9
}

.slider-promo .slick-next {
	right: 15px;
}

.slider-promo .slick-prev:before {
	content: '<'
}

.slider-promo .slick-next:before {
	content: '>'
}

.mobile-p {
	display: none;
}

.breadcrumbs-small {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width: 768px) {
	.breadcrumbs-small {
		padding-top: 32px;
		padding-bottom: 16px;
	}

	.detox-banner {
		font-size: 16px !important;
		line-height: 1.5 !important;
	}

	.popup-step-footer {
		flex-direction: column;
	}

	.program-row-reverse {
		flex-direction: column-reverse;
	}

	.slide-content {
		padding: 60px 35px;
	}

	.about-introtext {
		font-size: 16px !important;
		padding: 30px !important;
	}

	.pc-p {
		display: none;
	}

	.mobile-p {
		display: block;
	}

	.about-intro img {
		max-width: 100%;
	}

	.about-promo .btn {
		font-size: 12px !important;
		padding: 0 15px !important;
	}

	.about-promo h2 {
		font-size: 24px !important;
	}

	.about-promo p {
		font-size: 28px;
	}

	.quote-text {
		padding: 20px;
	}

	.quote-author {
		margin-bottom: 20px;
	}

	.slide-title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 15px;
	}

	.hero .slick-prev:before,
	.hero .slick-next:before {
		font-size: 20px;
	}

	.hero .slick-prev,
	.hero .slick-next {
		top: 50%;
		z-index: 11;
		width: 20px;
		height: 20px;
	}

	.hero .slick-prev {
		left: 15px;
	}

	.hero .slick-next {
		right: 15px;
	}

	.popup-program-list {
		margin: 0;
	}

	.product-card .product-title {
		min-height: 140px !important;
	}

	input[name='count'] {
		width: 30px;
	}

	.quote-text::before {
		top: 2px;
		left: -1px;
	}

	.quote-text::after {
		bottom: 0px;
		right: 10px;
	}

	.menu_image-title {
		font-size: 16px;
	}

	.banner_bottom-text {
		font-size: 17px;
		margin-top: -10px;
		margin-bottom: 10px;
	}

	.hero-top .slide-content a {
		margin-left: auto;
	}

	.middle-hero {
		margin-top: 0;
		margin-bottom: 0;
	}

	.middle-hero .slide-content img {
		margin-top: 0;
	}

	.podrobnee-hero .slide {
		height: 800px;
		background-position: center bottom !important;
		background-size: auto 300px !important;
	}

    .menu-tabs-nav .nav {
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	
	.menu-tabs-nav .nav-item {
	    cursor: pointer;
	}
	.all_program,.desert {
	    width: 100%;
	}
	
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.hero .slick-prev {
		left: 50px;
	}

	.hero .slick-next {
		right: 50px;
	}
}

.catalog {
	padding: 0px 0 60px;
}

.catalog__block + .catalog__block {
	margin-top: 96px;
}

@media (max-width: 768px) {
	.catalog__block + .catalog__block {
		margin-top: 56px;
	}
}

.catalog .btn--white {
	min-width: 212px;
	margin-top: 48px;
}

.catalog .subtitle {
	margin-bottom: 56px;
}

@media (max-width: 768px) {
	.catalog .subtitle {
		margin-bottom: 40px;
	}
}

.category-tabs {
	width: 100%;
	background-color: #ffffff;
}

.category-tabs--fixed {
	position: fixed !important;
	z-index: 10;
	top: 134px;
}

@media (max-width: 768px) {
	.category-tabs--fixed {
		top: 60px;
	}
}

.catalog .category-tabs {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 87px;
}

@media (max-width: 1100px) {
	.catalog .category-tabs  {
		overflow: auto;
	}
}

@media (max-width: 768px) {
	.catalog .category-tabs  {
		margin-bottom: 40px;
	}
}

.catalog .category-tabs .tab {
	padding: 5px 2px;
	margin: 20px 0 0px;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.47px;
	cursor: pointer;
	transition: all .2s;
}

.tab--active a {
	border-bottom: 1px solid #D0E939;
}

.catalog .category-tabs .tab a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	white-space: nowrap;
}

.catalog .category-tabs .tab:hover {
	opacity: 1;
}

.catalog .category-tabs .tab:not(:last-child) {
	margin-right: 30px;
}

.catalog .category-tabs .tab.active {
	letter-spacing: 0.47px;
	position: relative;
}

.catalog .category-tabs .tab.active:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 0;
	border: 1px solid #D0E939;
}

.product-link {
	text-decoration: none;
	color: initial;
	cursor: pointer;
	width: 100%;
	display: flex;
	flex-direction: column;
	outline: none;
}

.product-card {
	display: flex;
	flex-direction: column;
	padding: 20px 16px 24px 16px;
	background-color: #F6F6F6;
	position: relative;
	transition: all .3s;
	min-height: 367px;
	outline: none;
}

.product-card__wrapper {
	display: flex;
	margin-top: auto;
}

.product-card .product-mark {
	position: absolute;
}

.product-mark {
	display: flex;
	align-items: center;
}

.product-mark img {
	margin-right: 10px;
}

.product-card .badges {
	position: absolute;
	top: 20px;
	right: 0;
}

.product-card .badges .badge {
	text-align: center;
	margin-bottom: 15px;
}

.product-card .product-img {
	padding-top: 30px;
	margin-bottom: 15px;
	max-height: 280px;
	width: auto;
	max-width: 100%;
	height: 100%;
  object-fit: contain;
}

.product-card__title {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 0;
}


.product-card .product-price-wrapper {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	/*padding: 0 20px;*/
	margin-bottom: 10px;
	margin-top: auto;
	align-items: flex-end;
}

.product-card .product-oldprice {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.42px;
	text-decoration: line-through;
	margin: 0;
	opacity: 0.4;
	padding-bottom: 2px;
}

.product-card .product-price {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0.42px;
	margin: 0;
	margin-right: 9px;
	/*margin-bottom: 20px;*/
}

.product-card .btn {
	width: 100%;
	min-width: 134px;
}

.product-price {
	margin-right: 16px;
}

@media (max-width: 1100px) {
	.product-card .btn  {
		min-width: 118px;
	}
}

.product-card form {
	position: relative;
	width: 100%;
}

.modal-lg {
	max-width: 99vw !important;
}

.modal-open {
	position: fixed;
}

.program-link {
	text-decoration: none;
	display: inline-block;
	color: initial;
	width: 100%;
}

.program-link .detox-img {
    height: 270px;
}

.program-link .detox-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.program-price-mobile {
	display: none;
}

.detox-card .program-btns {
	margin-top: 20px;
	margin-bottom: 20px;
}

.detox-card .btn {
	width: 100%;
	border: 2px solid #000;
	font-size: 14px;
	padding: 0px 5px;
	text-align: center;

}

.detox-card .btn-transparent {
	margin-top: 5px;
}

.program_page-price {
	margin-top: 20px;
}

.detox-banner {
	font-size: 40px;
	line-height: 60px;
	text-align: center;
	letter-spacing: 1px;
	padding: 60px 0;
}

.detox-banner h2 {
	position: relative;
}

.detox-banner h2:after {
	content: '';
	width: 190px;
	height: 3px;
	background-color: #FFFB03;
	position: absolute;
	left: calc(50% - 95px);
	top: -20px;
}

.detox-banner h2:before {
	content: '';
	width: 190px;
	height: 3px;
	background-color: #FFFB03;
	position: absolute;
	left: calc(50% - 95px);
	bottom: -20px;
}

.detox-header {
	font-size: 32px;
	font-weight: normal;

	/* identical to box height, or 125% */
	text-align: left;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.detox-header .program-title {
	margin: 0px;
	line-height: 28px;
}

.program-content strong {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.375px;
}

.program-content ul {
	padding-left: 20px;
}

.program-content ul li {
	font-size: 15px;
	line-height: 24px;
	padding-left: 15px;
	letter-spacing: 0.3125px;
	margin-bottom: 10px;
}

.program-content p {
	font-size: 15px;
	line-height: 24px;
}
.program-content p:first-of-type {
	margin-top: 0;
}
.program-content ul li span {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.3125px;

	color: #4A4A4A;
}



.program-content a {
	color: #0A6EC7;
}

.detox-description {

	font-size: 16px;
	line-height: 27px;
	/* or 169% */
	letter-spacing: 0.333333px;
	color: #000000;
}

@media (min-width: 576px) {
	.detox-card .btn {
		width: 100%;
		font-size: 14px;
		padding: 0px 10px;
	}

	.detox-card .program-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.detox-card .program-link {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.detox-card .detox-img img {
		max-width: 100%;
		height: auto;
	}
	
	.detox-card .detox-header {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
	}

	.detox-card .detox-content {
		text-align: left;
		padding: 0px 20px;
		width: 60%;
	}

	.detox-card .detox-img {
		width: 34%;
	}

	.detox-card .program-btns {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 40%;
		padding-left: 2%;
	}

	.detox-card .superlight-btns {
		width: 80%;
		padding-left: 0;
	}

	.detox-card .superlight-btns .btn {
		margin-bottom: 15px;
	}

	.detox-card .btn-transparent {
		margin: 0;
		margin-top: 15px;
	}
}

@media (max-width: 575px) {
    .detox-card .detox-img img {
		width: 100%;
		height: auto;
	}
}
.programs-page {
	padding-bottom: 0px;
}

.programs-page h2.header {
	margin: 60px 0 25px;
}

.programs-page .programs-intro {
	opacity: 0.7;
	color: #000;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin-bottom: 40px;
}

.articles {
	padding: 80px 0 40px;
}

.articles h2.header {
	text-align: center;
	margin-bottom: 0px;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.67px;
	text-transform: initial;
}

.article-link {
	text-decoration: none;
	color: initial;
	display: inline-block;
	width: 100%;
}

.article-card {
	padding: 20px;
	border-radius: 3px;
	background-color: #fff;
	margin-top: 30px;
	transition: all .3s;
}

.article-card .article-img {
	max-width: 100%;
	width: 100%;
	object-fit: cover;
	height: 120px;
}

.article-card .article-category {
	opacity: 0.5;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
}

.article-card .article-title {
	margin: 0px 0;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: 0.39px;
}

.article-card .article-title a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

.article-card .article-date {
	opacity: 0.2;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.4px;
	margin-top: 20px;
	display: inline-block;
}

.article-card:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.nav ul {
	list-style: none;
}

div.alert-warning {
	background-color: #000000 !important;
	color: #ffffff !important;
	border: none;
	padding: 20px 0;
}

div.alert-warning a {
	color: #fff;
}

div.alert-warning .btn {
	background: none;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 3.5px;
	line-height: 40px;
	color: #fff;
	margin: 10px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	transition: all .3s;
	border: 2px solid #fff;
	padding: 0 20px;
	margin-bottom: 0;
	display: block;
	margin: 10px auto;
	;
}

.quickview.size-small .modal-header .close {
	right: calc(50% - 20px);
	top: 20px !important;
	color: #000;
}

.thxOrderWrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 320px;
}

.thxOrderWrapper h3 {
	font-size: 24px;
	margin: 0;
}

.thxOrderWrapper p {
	font-size: 16px;
}

.thxOrderWrapper span {
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 20px;
}

.thxOrderWrapper a {
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.notify-panel-cart {
	width: 100%;
	z-index: 5;
	padding: 20px 0;
	height: 90px;
	top: calc(100vh - 90px);
	background-color: rgba(241, 241, 241, 1);
	position: fixed;
	transition: all .0s;
}

.notify-panel-cart span {
	font-size: 18px;
	font-weight: 500;
}

.notify-panel-cart a {
	padding: 0 40px;
}

.notify-panel-cart .col-md-12 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn {
	color: #000000;
	background-color: #D0E939;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: all .3s;
	padding: 16px 16px;
	border: none;
	text-align: center;
	transition: background-color 0.2s;
}

.btn:hover {
	background-color: #C0D92A;
}

.btn--white {
	background-color: white;
	border: 1px solid #e6e6e6;
}

.btn--white:hover {
	background-color: #e6e6e6;
}

.btn--transparent {
	background-color: transparent;
	border: 1px solid #D0E939;
}

.btn--transparent:hover {
	background-color: #D0E939;
	border: 1px solid #D0E939;
}

.btn--black {
	background-color: #000000;
	color: #FFFFFF;
}

.btn--black:hover {
	background-color: #3F3F3F;
}

.btn-filled {

}

.btn-filled:hover {

}

.btn-filled:active {

}

.btn-filled.btn-success {

}

.btn-filled.notinstock {

}

.btn-filled.notinstock:hover {

}

.btn-transparent {
	border: 2px solid #000000;
	background-color: #fff;
	color: #000;
	font-size: 20px;
	padding-left: 48px;
	padding-right: 48px;
	margin: 40px auto 0px auto;
}

.btn-transparent:hover {
	color: #000;
	border-color: #fffb03;
}
.all_program {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    background-color: white;
    border: 3px solid #fcff04;
    color: black;
}

@media screen and (max-width: 768px) {
	.btn {
		width: 100%;
	}
}
.desert {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    font-weight: 300;
    color: black;
    background-color: white;
    border: 3px solid #000000;
    text-transform: uppercase;
}
.banner_bottom-text {
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-top: -20px;
	color: #000;
	bottom: 30px;
}

.banner.banner-s {
	background-size: cover !important;
	height: 485px;
	text-align: center;
	padding: 30px 0;
}

.banner.banner-s .banner-title {
	color: #fed38f;
	font-weight: 400;
	font-size: 20px;
	margin: 0;
}

.banner.banner-s .banner-text {
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 5px;
	text-align: center;
}

.banner.banner-s .banner-btn {
	padding: 0 30px;
}

.banner.banner-footer {
	line-height: 60px;
	background-color: rgba(241, 241, 241, 0.6);
}

.banner.banner-footer a {
	color: initial;
	text-decoration: none;
	white-space: nowrap;
}

.banner.banner-footer .col-md-2 {
	display: -ms-flexbox;
	display: flex;
}

.banner.banner-footer .col-md-10 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.banner.banner-footer img {
	max-width: 100%;
}

.banner.banner-footer span {
	display: inline-block;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.4px;
	margin-right: 40px;
}

.banner.banner-footer p {
	color: #000;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.54px;
}

.promo {
	background-color: #f1f1f1;
	padding: 70px 0;
	text-align: center;
}

.promo h2 {
	color: #000;
	font-size: 52px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 0;
}

.promo .btn {
	padding: 0 40px;
	font-size: 24px;
	letter-spacing: 3.5px;
}

.badge {
	background-color: #fed38f;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.6px;
	padding: 5px 12px 0 12px;
	line-height: 24px;
}

.badge-new {
	color: #333333;
}

.badge-sale {
	color: #FFF;
	font-weight: 700;
}

h2.header {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.6px;
	margin: 0;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

::-webkit-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

.line-breaker {
	width: 100%;
	height: 0;
	border: 1px solid #00000050;
	margin: 30px 0;
}

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " ("attr(href) ")";
	}

	abbr[title]:after {
		content: " ("attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

.quote-text {
	color: #000;
	font-family: "Gotham Pro";
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.18px;
	position: relative;
}

.quote-text::before,
.quote-text::after {
	background: url('quotes.svg');
	width: 40px;
	height: 46px;
	display: block;
	position: absolute;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
}

.quote-text::before {
	top: -20px;
	left: -23px;
}

.quote-text::after {
	bottom: 0px;
	right: 0px;
}

.quote-author {
	color: #000;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	float: right;
	margin-top: 20px;
}

.about-introtext {
	color: #000;
	font-family: "Gotham Pro";
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0.35px;
	text-align: center;
	padding: 30px 0px;
	width: 100%;
}

.about-creators {
	text-align: center;
	padding: 80px 0;
}

.about-creators p {
	color: #000;
	font-family: "Gotham Pro";
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.35px;
}

.about-reviews {
	background-color: rgba(247, 247, 247, 0.5);
	padding: 50px;
}

.about-reviews h2 {
	text-align: center;
}

hr {
	border-bottom: 1px solid #e5e5e5;
	height: 0px;
	width: 100%;
}

.about-block-2 .row {
	-ms-flex-align: center;
	align-items: center;
}

.about-block-2 p,
.about-block-4 p,
.about-block-5 p,
.about-block-6 p,
.about-block-7 p,
.delivery-block .delivery-text {
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.31px;
}

.about-block-2 p {
	margin: 0;
}

.about-block-2 img {
	max-width: 100%;
	float: right;
}

.about-block-3 {
	margin: 80px 0;
}

.about-block-3 .row {
	-ms-flex-align: center;
	align-items: center;
}

.about-block-3 img {
	float: right;
}

.about-block-3 p {
	color: #ffffff;
	font-size: 25px;
	line-height: 36px;
	letter-spacing: 0.52px;
	font-style: italic;
}

.about-block-4 .row {
	-ms-flex-align: center;
	align-items: center;
}

.about-block-4 img {
	float: left;
	max-width: 100%;
}

.about-block-5 {
	margin: 80px 0;
}

.about-block-5 .row {
	-ms-flex-align: center;
	align-items: center;
}

.about-block-5 img {
	float: right;
	max-width: 100%;
}

.about-block-7 {
	margin: 60px 0 40px;
}

.about-block-7 h2 {
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
}

.about-block-8 img {
	max-width: 100%;
}

.delivery-block {
	margin: 40px 0;
}

.delivery-block .delivery-subtitle {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.delivery-block .delivery-title {
	font-size: 35px;
	text-align: center;
	margin-bottom: 0px;
}

.delivery-block .delivery-footer {
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.31px;
	text-align: center;
	margin: 50px 0;
}

.product-slider-resp .slick-list {
	max-height: 540px
}

/* .product-slider {
    height: 410px;
}
 */
.product-slider .product-slide {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 58px;
	padding-bottom: 90px;
}

@media (max-width: 768px) {
	.product-slider .product-slide {
		padding-top: 32px;
		padding-bottom: 52px;
	}
}

.product-slider .product-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.product-form .product-price_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.product-form .product-price_wrapper:last-child {
	margin-bottom: 0;
}

.product-form .product-price {
	color: #000;
	font-size: 32px;
	line-height: 1;
	display: inline-block;
	font-weight: 500;
}

.product-form .product-price_container {
	display: flex;
	align-items: center;
	margin-right: 72px;
}

@media (max-width: 1024px) {
	.product-form .product-price_container {
		margin-right: auto;
	}
}

@media (max-width: 768px) {
	.product-form .product-price_container {
		margin-bottom: 24px;
	}
}


.consultant .product-form .product-price {
    font-size: 32px;
    margin-bottom: 0;
}
.consultant  .product-form .product-description {
    margin-bottom: 60px;
    font-size: 12px;
}
.consultant .btn-order {
    font-size: 19px;
}
.product-form .product-old_price {
	margin-top: 7px;
	color: #000;
	opacity: .4;
	font-size: 16px;
	text-decoration: line-through;
	line-height: 30px;
	display: inline-block;
}

.product-form .btn {
	min-width: 212px;
	text-align: center;
}

@media (max-width: 1024px) {
	.product-form .btn {
		min-width: 180px;
	}
}

@media (max-width: 768px) {
	.product-form .btn {
		min-width: 100%;
	}
}

.product-form .product-article,
.product-form .product-description,
.product-form .product-option div,
.product-form .product-option div,
.osnovi-card p,
.product-form .product-memory {
	color: #000;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.29px;
}

.product-form .product-article {
	opacity: 0.7;
	margin-left: 20px;
}

.product-form .product-option {
	padding-top: 40px;
	font-size: 16px;
}

@media (max-width: 768px) {
	.product-form .product-option {
		padding-top: 32px;
	}
}

.product-details__options {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-details__options-container {
	position: relative;
	display: grid;
	grid-template-columns: minmax(100px, 230px) 1fr;
	grid-column-gap: 20px;
	max-width: 500px;
}

.product-details__options-container .product-option:first-child,
.product-details__options-container .product-option:nth-child(2) {
	grid-column: 1/3;
}

@media (max-width: 768px) {
	.product-details__options-container {
		grid-template-columns: 1fr;
		grid-column-gap: 0;
		max-width: auto;
	}

	.product-details__options-container .product-option:first-child,
	.product-details__options-container .product-option:nth-child(2) {
		grid-column: unset;
	}
}

.product-form .product-model,
.product-form .product-memory {
	opacity: 0.7;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.product-form .product-option label {
	color: #000;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.29px;
}

.product-content .product-intro {
	color: #000;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.5px;
	margin: 40px;
}

.product-content h2 {
	text-align: center;
	font-size: 25px;
}

.product-content iframe {
	width: 100%;
	height: 570px;
	margin-bottom: 40px;
}

.product-content .material-title {
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.46px;
}

.product-content .material-text {
	opacity: 0.7;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.29px;
	margin-bottom: 50px;
}

.product-content img {
	max-width: 100%;
}

.product-content .btn {
	text-align: center;
	margin: 40px auto;
	padding-left: 50px;
	padding-right: 50px;
}

.contacts {
	margin: 50px 0 30px;
}

.contacts h2 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.46px;
	margin-bottom: 5px;
	display: inline-block;
}

.contacts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 28px;
	margin-bottom: 20px;
}

.contacts li {
	opacity: 0.7;
	color: #000;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.5px;
}

.contacts__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}

.contacts a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
.contacts a:hover {
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width: 1023px) {
    .contacts__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 360px) {
    .contacts__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.news-content {
	margin: 40px 0;
}

.news-content .news-image img {
	max-width: 100%;
}

.news-content .news-header {
	margin: 20px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.news-content .news-header .news-date {
	opacity: 0.6;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

.news-content .news-share {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.news-content .news-share span {
	opacity: 0.6;
	color: #fed38f;
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
}

.news-content .news-share ul {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
}

.news-content .news-share ul li {
	margin-left: 10px;
}

.news-content .news-share ul li img {
	width: 26px;
	height: 26px;
}

.news-content .text-block {
	opacity: 0.7;
	color: #ffffff;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.5px;
	letter-spacing: 0.5px;
}

.news-content .image-block {
	max-width: 100%;
	margin-top: 50px;
}

.news-content .quote {
	padding: 0 30px;
	margin: 40px 0;
}

.news-content .quote p {
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	line-height: 41px;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 20px;
}

.news-content .quote span {
	opacity: 0.7;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-align: right;
	width: 100%;
}

.news-content .news-footer {
	margin: 20px 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.news-content .news-footer .news-all a {
	opacity: 0.6;
	color: #fed38f;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.news-content .news-footer .news-all img {
	margin-right: 10px;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.error-title {
	color: #ffffff;
	font-size: 68px;
	font-weight: 400;
	letter-spacing: 1.42px;
	line-height: 68px;
	margin: 0;
}

.error-name {
	text-shadow: 0 2px 60px rgba(0, 0, 0, 0.4);
	font-size: 280px;
	line-height: 260px;
	color: rgba(255, 255, 255, 0.7);
	margin: 25px 0 0px;
}

.error-description {
	color: #ffffff;
	font-size: 50px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 1.42px;
}

.error-btn {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 360px;
	margin: 20px auto;
}

.mfp-close {
	left: calc(50% - 22px);
	margin: 20px 0;
}

.white-popup a {
	text-decoration: none;
	color: initial;
}

.white-popup .office-auth-login-wrapper__title {
	margin-top: 40px;
	margin-bottom: 30px;
	color: #000;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0.46px;
	text-align: center;
}

.white-popup .btn {
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.45px;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='number'],
textarea {
	width: 100%;
	line-height: 1;
	padding: 16px 20px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	outline: none;
}

textarea {
	resize: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
textarea::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
textarea::-moz-placeholder  {
	color: rgba(#999999)
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'][type=number] {
  -moz-appearance: textfield;
}

.office-auth-register-wrapper {
	background-color: #fff !important;
	border: none !important;
	box-shadow: none !important;
}

.register-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-top: 10px;
}

.register-wrapper p {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.29px;
}

.register-wrapper a {
	opacity: 0.5;
	color: #000;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.29px;
}

.office-auth-login-wrapper,
.office-auth-register-wrapper {
	margin-bottom: 0 !important;
}

.hideIfLogin {
	display: none;
}

.showLostpasswordForm {
	opacity: 0.5;
	color: #000;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.29px;
	position: absolute;
	right: 20px;
	top: calc(50% - 20px);
}

.help-block small {
	opacity: 0.6;
	color: #000;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.29px;
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

/* Styles for Accordion */
.faq {
	width: 100%;
	position: relative;
}

.faq img {
	cursor: pointer;
}

.faq:last-child {
	border-bottom: 1px solid #dddddd;
}

.faq .faq-title {
	position: relative;
	display: block;
	border-top: 1px solid #dddddd;
	margin-bottom: 6px;
}

.faq .faq-title h2 {
	font-size: 20px;
	margin: 0px;
	line-height: 1;
	cursor: pointer;
	font-weight: 200;
	display: flex;
	align-items: center;
}

.faq .faq-inner {
	padding: 7px 25px 10px 25px;
	display: none;
	margin: -7px 0 6px;
}

.faq .faq-inner div {
	max-width: 100%;
}

.faq .faq-inner p {
	padding-left: 75px;
	margin: 0;
	padding-right: 175px;
}

.faq .faq-title .title-num {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.83px;
	padding: 25px 0px 14px;
	width: 60px;
	text-align: center;
}

.faq .faq-title .title-name {
	display: block;
	padding: 25px 25px 14px;
	color: #000;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.46px;
}

.faq .faq-title a i {
	font-size: 22px;
	margin-right: 5px;
}

.faq img {
	position: absolute;
	width: 32px;
	height: 32px;
	transition: all 0.3s ease;
	margin: 20px;
	right: 0;
	top: 0;
	bottom: initial;
}

.faq.active img {
	transform: rotate(180deg);
	bottom: 0;
	top: initial;
}

#msCart {
	text-align: right;
	width: 100%;
	margin-left: 5%;
	max-width: 100%;
	overflow: auto;
}

#msCart .num {
	color: #000;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0.83px;
	padding-top: 4px;
	width: 50px;
}

#msCart .image img {
	height: 50px;
	vertical-align: middle;
}

#msCart table {
	width: 100%;
}

#msCart .flex-table {
	width: 100%;
	display: flex;
	flex-direction: column;
}

#msCart .cart-item {
	line-height: 90px;
	height: 90px;
	border-bottom: 2px solid #00000020;
	display: flex;
	justify-content: space-between;
}

#msCart .item-name {
	display: flex;
	align-items: center;
	height: 90px;
	width: 50%;
}

#msCart .item-price {
	display: flex;
	height: 90px;
	width: 50%;
}

#msCart .remove {
	position: absolute;
	right: 25px;
}

#msCart tr td:last-child,
#msCart tr th:last-child {
	text-align: right;
}

#msCart tr:last-child {
	border-bottom: none;
}

#msCart .image {
	margin: 0 20px;
}

#msCart .title {
	width: 65%;
	line-height: 24px;
}

#msCart .count {
	width: 160px;
}

#msCart .btn {
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 1px;
	padding: 0 27px;
	border: 2px solid #000000;
	margin-left: 10px;
}

#msCart .title a {
	color: #000;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.37px;
	text-decoration: none;
}

#msCart .count-group {
	position: relative;
}

#msCart .units {
	width: 60px;
	text-align: left;
	display: inline-block;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.29px;
}

.minus,
.plus {
	width: 20px;
	height: 20px;
	border: 1px solid #22222030;
	border-radius: 100px;
	display: inline-block;
	line-height: 20px;
	text-align: center;
	position: relative;
	top: -1px;
	cursor: pointer;
}

#msCart .price,
#msCart .old_price,
#msCart .total_price,
#msCart .total_cost {
	font-family: Roboto;
}

#msCart div.price {
	position: relative;
	width: 230px;
	text-align: left;
	padding-left: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#msCart .cart-footer {
	height: 100px;
	line-height: 100px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#msCart div.price span.price {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.32px;
}

#msCart div.price .multiply,
#msCart div.price .equal {
	position: absolute;
	left: 25px;
	height: 8px;
	top: 0;
	font-weight: 500;
	color: #00000040;
	line-height: 90px;
	margin: 0;
}

#msCart div.price .equal {
	left: auto;
	right: 25px;
}

#msCart div.price span.old_price {
	color: #00000040;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.32px;
	text-decoration: line-through;
	font-style: normal
}

#msCart span.total_price {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 90px;
	letter-spacing: 0.35px;
}

#msCart div.price span.price,
#msCart div.price span.old_price {
	width: 100%;
	display: inline-block;
}

#msCart .btn-remove {
	border: 1px solid #000;
	border-radius: 20px;
	height: 20px;
	width: 20px;
	background: #fff;
	color: #000;
	line-height: 15px;
	font-size: 18px;
	text-align: center;
	padding: 0;
	font-weight: 400;
	padding-left: 1px;
}

#msCart .btn-remove:hover {
	color: #D0021B;
	border-color: #D0021B;
}

input[name='count'] {
	color: #000;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.42px;
	border: none;
	padding: 0;
	margin: 0;
	width: 40px;
	text-align: center;
}

#msCart div.total_cost {
	color: #000;
	font-family: Roboto;
	font-size: 26px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.42px;
}

.msCartEmpty {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin: 20px 0;
	color: #000;
}

.program_page-icon {
	margin-left: 20px;
	margin-top: 20px;
}

.program_page-icon_power {
	width: 32px;
	margin-top: 38px;
}

.program_page-title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.46px;
	margin-bottom: 20px;
}

.program_page-description {
	opacity: 0.7;
	color: #000;
	font-size: 15px;
	line-height: 27px;
	margin: 0;
	letter-spacing: 0.31px;
}

.program_page-description .span_bold {
	font-weight: 700;
}

.program_page-price {
	color: #000;
	font-family: Roboto;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}

.program_page-price span {
	font-family: "Roboto";
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 1.04px;
}

.program_order {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 1px;
	padding: 0 20px;
	margin-top: 25px;
	text-align: center;
	border: 3px solid #000000;
}

.program_page-times {
	height: 60px;
	border: 1px solid #00000020;
	width: 100%;
	border-radius: 30px;
	padding: 0 30px;
	margin: 40px 0;
}

.program_page-time-eating svg {
	margin-right: 20px;
}

.program_page-time-eating span,
.program_page-time-without-eating span {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.46px;
	margin: 0;
	margin-right: 10px;
}

.program_page-time-eating p,
.program_page-time-without-eating p {
	opacity: 0.7;
	color: #000;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0.21px;
	position: relative;
	top: 2px;
	margin: 0;
}

.menu_card-title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.46px;
	margin-bottom: 15px;
	min-height: 120px;
}

.menu_card-description {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	margin-top: 0;
	min-height: 65px;
	display: none;
}

.menu_card-contain span {
	opacity: 0.7;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.29px;
	font-weight: 500;
	line-height: 22px;
}

.menu_card-contain p {
	opacity: 0.7;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.29px;
	line-height: 19px;
	margin-top: 5px;
	min-height: 160px;
}

.menu_card-properties {
	padding: 0;
}

.menu_card-options {
	display: flex;
	width: 100%;
}

.menu_card-options div {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-right: 10px;
	margin-top: 15px;
}

.menu_card-options div img {
	width: 30px;
	height: 30px;
}

.menu_card-options div span {
	font-size: 10px;
	line-height: 11px;
	margin-top: 10px;
	width: 40px;
}

.menu_card-properties li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.menu_card-properties li:nth-child(3) {
	margin-bottom: 20px;
}

.menu_card-properties li span {
	opacity: 0.7;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.29px;
}

.menu_card-properties li span:last-child {
	opacity: 1;
	font-weight: 400;
}

.all-programs-link {
	opacity: 0.7;
	color: #000;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.29px;
	text-decoration: none;
	margin-top: 20px;
}

.menu_image-title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.46px;
	margin-bottom: 15px;
	width: 280px;
}

.menu_image-description {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	width: 280px;
	display: none;
}

.office .category-tabs {
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.office .category-tabs .tab {
	padding: 5px 2px;
	margin: 20px 0 0px;
	opacity: 0.6;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.47px;
	cursor: pointer;
	transition: all .2s;
}

.office .category-tabs .tab a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

.office .category-tabs .tab:hover {
	opacity: 1;
}

.office .category-tabs .tab:not(:last-child) {
	margin-right: 50px;
}

.office .category-tabs .tab.active {
	opacity: 1;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 0.47px;
	position: relative;
}

.office .category-tabs .tab.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	border: 1px solid #fffb03;
}

.office .category-tabs:before {
	content: '';
	top: calc(50% + 28px);
	width: 100%;
	position: absolute;
	height: 2px;
	background: #000;
	opacity: .1;
}

#mslistorders .table {
	width: 100%;
	margin-top: 40px;
}

#mslistorders .header {
	background-color: #1e1d1d;
	color: #ffffff;
	font-size: 12px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.25px;
	text-align: left;
}

#mslistorders td,
#mslistorders th {
	padding: 0 10px;
}

#mslistorders tr {
	line-height: 56px;
}

#mslistorders tr:nth-child(2n+1):not(.header) {
	background-color: rgba(241, 241, 241, 0.6);
}

.profile-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.profile-header h2 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.41px;
	padding-left: 14px;
}

.profile-header a {
	opacity: 0.7;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.29px;
	position: relative;
	top: 2px;
	margin-left: 10px;
}

.mslistorders-empty {
	width: 100%;
	display: inline-block;
	margin: 40px 0;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

#office-profile-form .btn {
	font-size: 16px;
	padding: 0 20px;
	line-height: 40px;
}

.modal-backdrop.in {
	opacity: .7;
}

.modal-header {
	position: relative;
	z-index: 1111;
}

.modal-header .close {
	right: -5px;
	z-index: 1111111111111111;
	left: initial !important;
	top: -30px !important;
	color: #fff;
}

#popup-cart {
	max-width: 630px;
	margin: 0 auto;
}

#popup-cart td.title {
	width: 55%;
}

#popup-cart td.count {
	width: 90px;
}

#popup-cart td.price {
	width: 100px;
	padding-left: 10px;
	text-align: center;
}

#popup-cart tr td:last-child {
	text-align: center;
}

#popup-cart .btn-remove {
	opacity: 0.5;
	color: #000;
	font-size: 12px;
	letter-spacing: 0.25px;
	width: initial;
	height: initial;
	border: none;
}

#popup-cart td.price span.price {
	color: #000;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.22px;
}

#popup-cart #msCart {
	padding: 0px 0;
}

#popup-cart h3 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.46px;
	text-align: center;
	margin-top: 0;
}

#popup-cart .btn {
	text-align: center;
	width: 60%;
	display: block;
	margin: 0 auto 15px;
}

#popup-cart .btn-filled {
	color: #ffffff;
}

.about-sposobstvuet {
	padding: 40px 0;
	margin: 60px 0;
}

.about-sposobstvuet h2 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.53px;
	text-align: center;
}
.programs-intro {
    margin-bottom: 70px;
}
.programs-intro-page-title {
    font-family: "Gotham Pro";
    margin: 50px 0 10px;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}
.programs-intro {
    font-family: "Gotham Pro";
    color: #000;
}
.programs-intro__slogan {
    max-width: 660px;
    margin: 0 auto 45px;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
}
.programs-intro__banner {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1080px;
    min-height: 550px;
    margin: 0 auto;
}
.programs-intro__features {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 560px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.programs-intro__feature:not(:last-child) {
    margin-bottom: 40px;
}
.programs-intro__feature-title {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}
.programs-intro__feature-desc {
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
}
.programs-intro__img {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
    width: auto;
    z-index: -1;
}
.programs-intro__slides {
    margin:0 -15px;
    display: none;
    min-height: 160px;
}
.programs-intro__slide {
    position: relative;
    min-height: 250px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1.3;
}
.programs-intro__slide-title {
    width: calc(100% - 130px);
    max-width: 400px;
    margin: 20px 0 20px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
}
.programs-intro__slide-desc {
    width: calc(100% - 130px);
    max-width: 400px;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
}
.programs-intro__slide-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.programs-intro__slide-img img {
    width: auto;
    height: 100%;
    max-height: 250px;
}

.sposob-card {
	margin: 25px 0;
}

.sposob-card img {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
}

.sposob-card span {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.71px;
	position: relative;
	text-align: center;
}

.sposob-card span:after {
	content: ' ';
	width: 50px;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 25px);
	height: 2px;
	background: #fffb03;
	display: block;
}

.sposob-card p {
	text-align: center;
}

.about-prinsipi h2 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 0.53px;
	text-align: center;
	margin-top: 80px;
}

.osnovi-card {
	margin: 50px 0;
}

.osnovi-card h3 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.46px;
	margin: 0;
	position: relative;
}

.osnovi-card p {
	opacity: 0.7;
	margin: 0;
	margin-top: 20px;
}

.osnovi-card img {
	max-width: 470px;
	z-index: -1;
}

.about-prinsipi .osnovi-card:nth-child(2n) {
	flex-direction: row-reverse;
}

.about-prinsipi .osnovi-card:nth-child(2n+1) .col-md-6:last-child {
	align-items: flex-start !important;
}

.program_menu-images {
	margin: 20px 0 100px;
}

.program_menu-images h2 {
	margin-bottom: 60px;
}

#menu_image-1 {
	min-height: 400px;
}

#menu_image-1 img {
	position: absolute;
	right: -50px;
	top: 0;
	z-index: 2;
	width: 300px;
}

#menu_image-1 svg {
	position: absolute;
	left: 50px;
	top: 130px;
}

#menu_image-2 {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#menu_image-2 img {
	position: absolute;
	left: 10px;
	top: 70px;
	width: 210px;
}

#menu_image-2 svg {
	position: absolute;
	left: 270px;
	top: 130px;
}

#menu_image-3 img {
	position: absolute;
	right: -20px;
	top: -140px;
	width: 250px;
}

#menu_image-3 svg {
	position: absolute;
	right: 290px;
	top: -50px;
}

#menu_image-4 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#menu_image-4 img {
	position: absolute;
	left: -30px;
	top: -190px;
	width: 260px;
}

#menu_image-4 svg {
	position: absolute;
	left: 230px;
	top: -80px;
}

.video-title {
	color: #ffffff;
	font-size: 50px;
	font-weight: 500;
	line-height: 48px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.page-header_catalog {
	font-size: 32px;
	margin-bottom: 56px;
}

@media (max-width: 768px) {
	.page-header_catalog {
		font-size: 24px;
		margin-bottom: 32px;
	}
}

.video-hero {
	background-size: cover !important;
	position: relative;
	background-position: center center !important;
	height: 500px;
}

.video-hero video {
	width: 100%;
	height: 500px;
}

.video-hero-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #13131340;
}

#jGrowl {
	display: none
}

.all-programs-link:hover {
	color: #187CF2;
	text-decoration: underline;
}

.article p.p1 {
	font-size: 15px;
	line-height: 28px;
	max-width: 760px
}

.article h2 {
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 30px;
	margin-top: 0;
}

.article h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 0;
}

.article ol,
.article ul {
	padding-left: 15px;
	line-height: 28px;
	font-size: 15px;
	margin-bottom: 50px;
}

.article img {
	max-width: 100%;
	height: auto;
}

.article a {
	opacity: 0.7;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.3px;
	text-align: center;
	color: #000;
}

.article a:hover {
	color: #187cf2;
	opacity: 1;
}

#popup-program {
	max-width: 1170px;
}

.popup-step-title {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.46px;
	text-align: center;
}

.popup-step .choose-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #444444;
    
}

.popup-step .date-input.input-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
    margin: 0 35px 0 0;
}

.popup-step .date-input.input-parent>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.popup-step .date-input.input-parent>span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.8px;
  color: #000000;
}

.popup-step .date-input.input-parent>span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background: url(/assets/components/sitedev/img/web/custom-checkbox-not-checked.svg);    
  margin: 0.2em 0.5em 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.popup-step .date-input.input-parent>input:checked+span::before {
  background: url(/assets/components/sitedev/img/web/custom-checkbox-checked.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.popup-step .additional-box {
    width: 100%;
    /* max-width: 745px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #444444;
}

.popup-step .additional-box__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.additional-box__item svg {
    display: none;
}

.additional-box__item .date-input.input-parent {
    margin: 0 0 25px 0;
}

.popup-step .addon-label {
    padding-left: 0;
}


.minOrderLabel {
	text-align: center;
	margin: 20px 0 0;
	display: block;
}

.program-popup-title {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.52px;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}

.program-popup-price {
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
	text-align: center;
	font-family: 'Roboto';
}

.program-card-in-popup .program-icon {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.ui-widget-header {
	background: #fff;
	border: none;
}

table.ui-datepicker-calendar {
	border-collapse: separate;
}

#ui-datepicker-div {
	display: none;
}

.ui-datepicker-calendar td {
	border: 1px solid rgb(210, 210, 210);
}

.ui-datepicker.ui-widget-content .ui-state-highlight {
	background: #D0E939;
}

.ui-datepicker.ui-widget-content .ui-datepicker-today .ui-state-highlight {
	background: transparent;
}

.ui-icon-circle-triangle-e {
	background: url('arrow-right.png') !important;
	background-repeat: no-repeat !important;
	background-position: center center;
	background-position: -4px 7px !important;
}

.ui-icon-circle-triangle-w {
	background: url('arrow-left.png') !important;
	background-position: center center;
	background-repeat: no-repeat !important;
	background-position: 0px 7px !important;
}

.ui-datepicker-month {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0.29px;
	text-transform: uppercase;
}

.ui-datepicker-year {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	letter-spacing: 0.29px;
}

.ui-widget.ui-widget-content {
	border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	background: #fff;
	color: #000;
	border: none;
}

.program-card-in-popup.active .program-icon {
	display: none !important;
}

.program-card-in-popup.active .program-icon-hover {
	display: initial !important;
}

.program-card-in-popup {
	margin-bottom: 30px;
	margin-top: 20px;
}

.program-card-in-popup .program-icon,
.program-card-in-popup .program-icon-hover {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.popup-program-title {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.38px;
	text-align: left;
}

.popup-program-description {
	opacity: 0.7;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.29px;
	text-align: center;
}

#programCommentStep1 {
	max-width: 545px;
	max-height: 90px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	color: #000;
	display: block;
	margin: 0 auto;
	padding: 15px 10px;
}

.popup-step-footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.popup-step-footer #btn-step-next {
	background-color: #000;
	color: #fff;
	text-align: center;
	border: 2px solid #000000;
	min-width: 136px;
}

.popup-step-footer #btn-step-prev {
	background-color: #fff;
	color: #000;
	border: 2px solid #000000;
	max-width: 220px;
	text-align: center;
	margin-right: 20px;
}

#popup-program .mfp-close {
	color: #fff;
	top: -58px;
	right: -7px;
	left: initial;
	opacity: 1;
}

#popup-program .btn {
	font-size: 16px;
	max-width: 420px;
}

.first-step-btn {
	margin-left: 0;
}

.popup-navigation-wrapper {
	position: absolute;
	top: -80px;
	width: 100%;
	left: 0;
}

.popup-navigation {
	display: flex;
	justify-content: center;
	list-style: none;
}

.popup-navigation li {
	width: 120px;
	height: 2px;
	background: #fff;
	margin: 0 2px;
	opacity: 0.2;
	transition: all 0.2s;
}

.popup-navigation li.active {
	background: #fffb03;
	opacity: 1;
}

.popup-total-cost {
	color: #000;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.32px;
	text-align: center;
}

.popup-total-cost span {
	color: #000;
	font-family: Roboto;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0.35px;
	font-weight: 700;
}

.popup-step #payments {
	margin: 40px 0;
}
#payments .checkbox label {
	display: inline-block;
}
#payments .checkbox label {
	display: inline-block;
}

#sdacha {
	position: absolute;
	width: 170px;
	/* margin: 0; */
	margin-left: 80px;
}

#code {
	position: absolute;
	width: 170px;
	margin-left: 65px;
}

.mspc_btn {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #000;
	font-family: "Gotham Pro";
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0.29px;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	border: none;
}

.popup-program-list {
	color: #000;
	font-family: "Gotham Pro";
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.29px;
	margin: 30px 0;
}

.popup-program-list li {
	margin-bottom: 5px;
}

.popup-date-select .checkbox {
	margin-bottom: 15px;
}

.popup-date-select .checkbox input {
	position: relative;
	top: -2px;
}

.popup-date-select .checkbox label {
	display: flex;
	align-items: center;
}

.popup-date-select .checkbox label img {
	margin-left: 10px;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
}

.datetime-order {
	display: flex;
	justify-content: space-between;
	align-items: top;
}

.datetime-order select {
	margin-bottom: 15px;
	background: none;
	border: none;
	border-radius: 0 !important;
	border-bottom: 1px solid #00000040;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-appearance: none;
	position: relative;
	outline: none;
}

.comment-block {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.comment-block textarea {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	color: #000;
	display: block;
	margin: 0 auto;
	padding: 15px 10px;
}

.datetime-order select:after {
	position: absolute;
	content: '>';
	height: 10px;
	transform: rotate(90deg);
	right: 0px;
	top: calc(50% - 5px);
}

.btn-crumbs {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 1px;
	padding: 0px 20px;
	position: absolute;
	right: 0;
	top: -10px;
}

.bonus-crumbs-mobile {
	height: 74px;
	line-height: 74px;
	background-color: #f1f1f140;
	padding-top: 8px;
	text-align: center;
	margin-bottom: 10px;
}

.bonus-label {
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: right;
	color: #000;
	text-transform: uppercase;
}

.bonus-amount {
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: right;
	color: #000;
}

.mobile-phone-link {
	width: 60px;
	height: 60px;
	background-color: #fffb03;
	text-align: center;
	display: block;
	border-radius: 60px;
	margin: 0 auto;
	line-height: 74px;
}

.instagram {
	text-align: center;
}

.order-step-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px 0 20px;
	padding: 0 20px;
}

.instagram h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.7px;
	text-align: center;
	text-transform: uppercase;
}

.instagram a {
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: 0.4px;
	text-align: center;
	color: #087ac1;
	text-decoration: none;
}

.podrobnee-hero {
	margin: 20px 0;
}

.podrobnee-hero .slide {
	background-position: right right !important;
}

.podrobnee {
	margin: 0px 0;
}

.podrobnee .podrobnee-headline {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.33;
	letter-spacing: 0.6px;
	text-align: center;
	color: #000;
}

.podrobnee .podrobnee-text,
.podrobnee-about {
	opacity: 0.7;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.87;
	letter-spacing: 0.5px;
}

.podrobnee .podrobnee-text {
	opacity: 1;
}

.podrobnee .podrobnee-text-small {
	font-size: 14px;
	line-height: 22px;
}

.podrobnee h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.43;
	letter-spacing: 0.5px;
	text-align: center;
}

.podrobnee h3 {
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.27;
	letter-spacing: 0.5px;
}

.podrobnee img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.podrobnee-restricts .restricts-headline,
.podrobnee-restricts .restricts-subheader {
	font-size: 22px;
	line-height: 1.73;
	letter-spacing: 0.4px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}

.podrobnee-restricts .restricts-subheader {
	margin-top: 0;
}

.restrict-block {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: 0.7px;
	text-align: center;
	padding: 20px 50px;
}

.restrict-block p {
	position: relative;
}

.restrict-block p:after {
	content: '';
	width: 50px;
	height: 2px;
	display: block;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 25px);
	background: #fffb03;
}

.podrobnee-about {
	font-style: normal;
}

.stacktable {
	width: 100%;
}

.st-head-row {
	padding-top: 1em;
}

.st-head-row.st-head-row-main {
	font-size: 1.5em;
	padding-top: 0;
}

.st-key {
	width: 49%;
	text-align: right;
	padding-right: 1%;
}

.st-val {
	width: 49%;
	padding-left: 1%;
}

.stacktable.large-only {
	display: table;
}

.stacktable.small-only {
	display: none;
}

.instagram-tile {
	max-width: 100%;
	height: 70%;
	width: 100%;
	margin-top: 30px;
	object-fit: cover;
}

.logo span {
	display: none;
}

.program-content {
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 0.3125px;
	color: rgba(0, 0, 0, .7);
	/* padding: 0 calc(50% - 470px);*/
}

/*diets*/
.diet-desc {
    padding: 60px 0 150px;
    background-image: url(../../img/web/diets-banner-min.jpg);
    background-position: 120% center;
    background-repeat: no-repeat;
    background-size: 1000px auto;
}
.diet-desc__wrap {
    max-width: 450px;
}
.diet-desc__title {
    margin: 0;
    margin-bottom: 40px;
    line-height: 110%;
    text-transform: uppercase;
}
.diet-desc__text {
    font-size: 18px;
    line-height: 180%;
    margin: 0;
    margin-top: 20px;
}
.diet-content {
    margin-bottom: -60px;
}
.diet-content .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.diet-content__box {
    padding-top: 60px;
    background-color: #f7f7f7;
}
.diet-content__title {
    max-width: 470px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    
}
.diet-content__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 150px 0;
    background-color: #f7f7f7;
}
.diet-content__item:nth-of-type(2n) {
    text-align: right;
    background-color: #FFFFFF;
}
.diet-content__item:nth-of-type(4) {
    z-index: 3;
}
.diet-content__wrapper {
    z-index: 5;
}
.diet-content__wrapper--right {
    margin-left: -25%;
}
.diet-content__wrapper--left {
    margin-right: -25%;
}
.diet-content__subtitle {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}
.diet-content__text {
    max-width: 420px;
    font-size: 18px;
    line-height: 150%;
    margin: 0 auto;
}
.diet-content__wrap {
    position: absolute;
}
.diet-content__item:nth-of-type(2) .diet-content__wrap {
    top: 3%;
}
.diet-content__item:nth-of-type(2n+1) .diet-content__wrap {
    right: 55%;
}
.diet-content__item:nth-of-type(2n) .diet-content__wrap {
    left: 55%;
}
.diet-content__item:nth-of-type(3) .diet-content__wrap {
    z-index: 5;
}
.diet-content__item:nth-of-type(5) .diet-content__wrap {
    z-index: 1;
}
.diet-content__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
@media screen and (max-width: 1300px) {
    .diet-desc {
        background-position: 165% center;
    }
    .diet-content__item:nth-of-type(2n) .diet-content__wrap {
        top: auto;
    }
}
@media screen and (max-width: 1200px) {
    .diet-desc {
        background-size: 800px auto;
    }
    .diet-content__wrapper--right {
        margin-left: -35%;
    }
    .diet-content__wrapper--left {
        margin-right: -35%;
    }
}
@media screen and (max-width: 1023px) {
    .diet-desc {
        background-position: 165% center;
    }
    .diet-desc__wrap {
        background: rgba(255, 255, 255, 0.7);
        padding: 20px;
    }
    .diet-content__item:nth-of-type(2n+1) .diet-content__wrap {
        right: 60%;
    }
    .diet-content__item:nth-of-type(2n) .diet-content__wrap {
        left: 60%;
    }
}
@media screen and (max-width: 800px) {
    .diet-desc {
        padding: 30px 0;
        background-position: center center;
    }
    .diet-content__item:nth-of-type(2n+1) .diet-content__wrap {
        right: 65%;
    }
    .diet-content__item:nth-of-type(2n) .diet-content__wrap {
        left: 65%;
    }
    .diet-content__item {
        padding: 80px 0;
    }
    .diet-content__wrap {
        width: 400px;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .diet-desc__wrap {
        max-width: 100%;
        text-align: center;
    }
    .diet-content__title {
        max-width: 400px;
    }
    .diet-content__wrapper {
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 15px;
    }
    .diet-content__wrapper--right {
        background: rgba(255, 255, 255, 0.8);
    }
    .diet-content__wrapper--left {
        background: rgba(249, 249, 249, 0.8);
    }
    /* .diet-content__wrap {
        width: 400px;
        height: auto;
    } */
    .diet-content__item:nth-of-type(2n+1) .diet-content__wrap {
        top: auto;
        right: 50%;
    }
    .diet-content__item:nth-of-type(2n) .diet-content__wrap {
        top: auto;
        left: 50%;
    }
    .programs-intro {
        margin-bottom: 50px;
    }
    .programs-intro-page-title {
        margin: 14px 0 10px;
        font-size: 18px;
    }
    .programs-intro__slogan {
        max-width: 290px;
        margin: 0 auto 32px;
        font-size: 14px;
    }
    .programs-intro__slide {
        min-height: 160px;
    }
    .programs-intro__slide-title {
        width: calc(100% - 130px);
        max-width: 160px;
        margin: 0;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.2;
    }
    .programs-intro__slide-desc {
        width: calc(100% - 130px);
        max-width: 160px;
        margin: 0;
        font-weight: 300;
        font-size: 12px;
        line-height: 1.3;
    }
    .programs-intro__slide-img {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    
    .programs-intro__slide-img img {
        width: auto;
        height: 100%;
        max-height: 160px;
    }
}
/*diets end*/

@media (max-width: 1199px) {
    .programs-intro__features {
        max-width: 440px;
    }
    .programs-intro__feature-title {
        font-size: 20px;
    }
    .programs-intro__feature-desc {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .program-content {
        padding: 0 calc(50% - 295px);
    }
    
    .popup-step .choose-box {
        flex-direction: column;
        padding: 0 2em 2em 2em;
    }
    
    .checkbox {
        margin-bottom: 1em;
    }
    .popup-step .additional-box {
        flex-direction: column;
    }
}
@media (max-width: 800px) {
    .program-content {
        padding: 0 calc(50% - 350px);
    }
}

.consultant .consultant_img img {
    width: 100%;
}
.consultant .consultant_img .consultant_title {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-right: 50%;
    transform: translate(-50%, 0);
}
.consultant .consultant_img .consultant_title h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.6px;
    text-transform: uppercase
}
.consultant .consultant_img .consultant_title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.375px;
}
.consultant .consultant_img .consultant_title li {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3125px;
    margin-bottom: 10px;
}
.consultant .content_consultan {
    margin-top: 50px;
}
.consultant p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
	letter-spacing: 0.375px;
}
.detox-title_wimg {
	display: flex;
	align-items: center;
	/* justify-content: center; */
}

.detox-title_wimg .program-title {
	position: relative;
}
.detox-title_wimg .program-title::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background: url('power-main.svg') no-repeat 0 0;
	background-size: contain;
	top: 5px;
	right: -28px;
}
.detox-title_wimg img {
	display: none;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.program_page-header {
	margin-bottom: 80px;
}

@media (max-width: 768px) {
	.program_page-header {
		margin-bottom: 40px;
	}
}

/* .program_page-header > .container > .row h1, */
.program_page-header > .container > .row h2,
.program_page-header > .container > .row h3,
.program_page-header > .container > .row h4,
.program_page-header > .container > .row h5,
.program_page-header > .container > .row h6 {
	font-size: 13px;
    line-height: 1.6em;
	font-weight: 400;
}

.program_page-header > .container > .row span > a {
	color: #444;
}

@media (min-width: 576px) and (max-width: 1024px) {
	.detox-title_wimg .program-title::after {
		top: 6px;
	}
}
@media screen and (max-width: 1200px) {
	.detox-title_wimg .program-title::after {
		width: 15px;
		right: -22px;
	}
}

@media (max-width: 1200px) {
	.catalog {
		padding-bottom: 30px;
	}

	.menu-image {
		position: absolute;
		top: 245px;
		left: calc(50% - 270px);
		z-index: -1;
		max-width: 540px;
	}

	header.header {
		/* height: 62px; */
		top: 0;
	}

	header.header .phone {
		display: none;
	}

	.logo-wrapper {
		justify-content: space-between;
		align-items: center;
	}

	.menu-btn {
		line-height: 11px;
		margin-right: 20px;
	}

	#menu li.user img {
		top: 1px;
	}

	#menu .cart-count {
		display: none;
	}

	.topmenu-mobile {
		list-style: none;
		align-items: center;
		line-height: 6px;
	}

	.hero .slide-content {
		margin: 30px 15px;
		text-align: center;
	}

	.hero-top h2 {
		margin-top: 0;
	}

	.top-slide .slide {
		background-size: auto 100% !important;
	}

	.hero .slide-content h2 {
		font-size: 24px;
		letter-spacing: 0.5px;
		line-height: 32px;
	}

	.hero .slide-content h3 {
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	.hero .slide-content ul {
		text-align: left;
	}

	.hero .slide-content p {
		text-align: left;
	}

	.product-card .product-title {
		font-size: 15px;
	}

	.product-card .product-oldprice {
		font-size: 14px;
		margin: 0;
	}

	.btn-filled.notinstock {
		font-size: 12px !important;
	}

	.catalog#pdopage {
		padding: 0;
	}

	/*     {
	position: relative;
	top: 4px;
	width: 100%;
	display: block;
	height: 100%;
	    } */

	.office .category-tabs:before {
		display: none;
	}

	.office .category-tabs .tab {
		font-size: 14px;
		width: initial;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0;
		height: 40px;
		margin-left: 0;
		margin-top: 10px;
	}

	.office .category-tabs .tab:nth-child(2) {
		margin-left: 10px;
	}

	#mslistorders table.small-only:first-child {
		display: none;
	}

	.st-key {
		text-align: left;
		font-weight: 500;
		font-size: 12px;
	}

	.st-val {
		text-align: right;
		font-size: 14px;
	}

	table.small-only tr {
		line-height: 30px !important;
		height: 30px;
	}

	.modal-header .close {
		left: calc(50% - 20px) !important;
		top: 10px !important;
		color: #000;
	}

	#mslistorders tr:nth-child(2n+1) {
		background: #ffffff !important;
	}

	.product-form .product-title {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.67;
		letter-spacing: 0.5px;
	}

	.product-form .product-price {
		font-size: 40px;
		font-weight: 600;
	}

	.product-form .product-price {
		text-align: left !important;
	}

	.page-header_catalog {
		text-transform: initial;
	}

	#msCart {
		display: flex;
		flex-direction: column;
	}

	#msCart .table-responsive {
		order: 1;
	}

	#msCart .btn.quickview {
		order: 2;
		margin: 40px auto 20px auto;
	}

	#msCart .btn-transparent {
		order: 3;
		margin: 0;
	}

	#msCart .btn {
		width: 100%;
		margin-bottom: 20px;
		font-size: 16px;
		text-align: center;
		margin-left: 0;
	}

	#msCart .count {
		width: 160px;
		text-align: center;
	}

	#msCart .units {
		display: none;
	}

	#msCart .item-price .total_price {
		width: 180px;
	}

	#msCart span.total_price {
		width: 150px;
	}

	.osnovi-card p,
	.program_page-description,
	.podrobnee .podrobnee-text-small {
		font-size: 15px;
		line-height: 1.47;
		letter-spacing: 0.5px;
	}

	.about-sposobstvuet {
		padding: 0 0 40px;
		margin: 20px 0;
	}

	.about-sposobstvuet h2 {
		font-size: 22px;
		line-height: 1.36;
		letter-spacing: 0.4px;
	}

	.sposob-card span {
		font-size: 15px;
		line-height: 1.2;
		letter-spacing: 0.6px;
	}

	.about-prinsipi h2 {
		font-size: 18px;
		letter-spacing: 0.4px;
		margin-top: 50px;
		margin-bottom: 0px;
	}

	.osnovi-card h3 {
		font-size: 18px;
		line-height: 1.67;
		letter-spacing: 0.3px;
	}

	.osnovi-card h3:after {
		display: none !important;
	}

	.osnovi-card img {
		max-width: 100%;
		width: 100%;
		height: auto;
		margin: 20px auto
	}

	.osnovi-card:not(:nth-child(6)) {
		border-bottom: solid 3px #fffb03;
	}

	.faq .faq-title .title-num {
		font-size: 30px;
		line-height: 0.93;
		letter-spacing: 0.6px;
		padding: 25px 10px 14px;
	}

	.faq .faq-title .title-name {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
		padding: 25px 35px 14px 10px;
		letter-spacing: 0.3px;
	}

	.faq img {
		width: 24px;
		height: 24px;
		top: 8px;
	}

	.faq .faq-inner p {
		padding: 0;
	}

	.contacts {
		margin: 0;
	}

	.contacts h2 {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.56;
		letter-spacing: 0.4px;
	}

	.contacts li {
		font-size: 14px;
		line-height: 1.87;
		letter-spacing: 0.5px;
	}

	.program_page-times {
		flex-direction: column;
		position: relative;
		height: 90px;
		border-radius: 140px;
		margin-left: 15px;
		margin-right: 15px;
		width: calc(100% - 30px);
		padding-right: 10px;
		margin-bottom: 0;
	}

	.program_page-time-eating svg {
		position: absolute;
		top: calc(50% - 18px);
		left: 15px;
	}

	.program_page-time-eating {
		margin-top: 12px;
		padding-left: 30px;
	}

	.program_page-time-without-eating {
		padding-left: 30px;
		margin-bottom: 12px;
	}

	.program_page-title {
		font-size: 18px;
		line-height: 1.22;
		letter-spacing: 0.3px;
		text-align: center;
	}

	.program_page-header-wrapper {
		flex-direction: column;
	}

	.program_page-header-wrapper .page-header {
		order: 2;
		margin-top: 10px;
	}

	.program_page-header-wrapper h1 {
		margin-bottom: 0;
	}

	.program_page-icon {
		margin: 0;
		margin-top: 20px;
		order: 1;
	}

	.menu_image {
		min-height: 310px;
		display: flex;
		flex-direction: column;
	}

	.menu_image-title {
		font-size: 22px;
		line-height: 1.27;
		letter-spacing: 0.5px;
		width: 100%;
	}

	.menu_image-description {
		font-size: 15px;
		font-weight: normal;
		line-height: 1.47;
		letter-spacing: 0.3px;
		width: 100%;
		min-height: 110px;
	}

	.line-breaker {
		border-bottom: 1px solid #00000030;
	}

	.menu_card:nth-child(2n+1) {
		border-right: 1px solid #00000030;
	}

	.menu_card-description {
		min-height: 115px;
	}

	.menu_card-options {
		display: block;
	}

	.menu_card-options div {
		float: left;
	}

	.menu_card-properties li:last-child {
		display: block;
	}

	.menu_card-properties li:last-child span {
		display: block;
	}

	.program_menu-images h2 {
		margin-bottom: 20px;
	}

	.program_menu-images {
		margin-bottom: 0;
	}

	#menu_image-1 img {
		width: 200px;
		height: 200px;
		right: -40px;
		bottom: 0;
		top: initial;
	}

	#menu_image-2 img {
		width: 170px;
		height: 140px;
		left: 0px;
		top: initial;
		bottom: 40px;
	}

	#menu_image-2,
	#menu_image-1 {
		padding-top: 30px;
		min-height: 180px;
		margin-bottom: 470px;
		justify-content: flex-end;
	}

	#menu_image-3,
	#menu_image-4 {
		min-height: 140px;
	}

	#menu_image-3 img {
		width: 170px;
		height: 140px;
		top: -30px;
		right: -10px;
	}

	#menu_image-4 img {
		width: 200px;
		height: 200px;
		left: -30px;
		top: -60px;
	}

	#pc-arrow-1,
	#pc-arrow-2,
	#pc-arrow-3,
	#pc-arrow-4 {
		display: none;
	}

	svg#mobile-arrow-1 {
		left: 20px;
		top: 200px;
		z-index: 5;
	}

	svg#mobile-arrow-2 {
		top: 178px;
		z-index: 5;
		height: 100px;
		width: 50px;
		left: initial;
		right: 20px;
	}

	svg#mobile-arrow-3 {
		position: absolute;
		left: 20px;
		right: initial;
		top: -80px;
		z-index: 5;
	}

	svg#mobile-arrow-4 {
		right: 40px;
		position: absolute;
		top: -100px;
		left: initial;
		z-index: 5;
	}

	.program_order {
		width: 100%;
		padding: 0 10px;
		font-size: 14px;
	}

	.all-programs-link {
		border: solid 2px #fffb03;
		width: 100%;
		line-height: 44px;
		padding-top: 2px;
		text-align: center;
		text-transform: uppercase;
	}

	.banner.banner-footer p {
		font-size: 24px;
		font-weight: bold;
		line-height: 1.15;
		letter-spacing: 0.5px;
	}

	.detox-card .program-price {
		margin-top: 20px;
		display: block;
	}

	.detox-card .program-price {
		margin-top: 20px;
		display: block;
	}

	.program-popup-title {
		font-size: 12px;
		text-transform: uppercase;
	}

	#popup-program .btn {
		max-width: 100%;
		font-size: 12px;
	}

	.minus,
	.plus {
		width: 15px;
		height: 15px;
		line-height: 15px;
	}

	.video-title {
		font-size: 24px;
		font-weight: 500;
		line-height: 2;
		margin-bottom: 0;
		letter-spacing: 2.4px;
	}

	.podrobnee .podrobnee-headline {
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0.4px;
	}

	.podrobnee .podrobnee-text {
		font-size: 15px;
		font-weight: normal;
		line-height: 1.87;
		letter-spacing: 0.5px;
	}

	.podrobnee h2 {
		font-size: 22px;
		line-height: 1.36;
		letter-spacing: 0.4px;
	}

	.podrobnee h3 {
		font-size: 18px;
		line-height: 1.67;
		letter-spacing: 0.3px;
		text-align: center;
	}

	.podrobnee img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.podrobnee-restricts .restricts-headline {
		font-size: 18px;
		line-height: 1.39;
		letter-spacing: 0.4px;
	}

	.podrobnee-restricts .restricts-subheader {
		font-size: 22px;
		font-weight: 500;
	}

	.restrict-block {
		font-size: 16px;
		line-height: 1.38;
		letter-spacing: 0.6px;
		padding: 10px 10px;
	}

	.podrobnee-about {
		opacity: 0.7;
		font-size: 15px;
		font-weight: normal;
		line-height: 1.87;
		letter-spacing: 0.5px;
	}

	.mobile-banner {
		padding: 25px 0;
	}

	.mobile-banner p {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.67;
		letter-spacing: 0.5px;
		text-align: center;
		text-transform: uppercase;
	}

	.mobile-banner a {
		width: 100%;
		line-height: 50px;
		text-align: center;
	}
}


@media (max-width: 1200px) and (min-width: 993px) {

	#mobile-arrow-1,
	#mobile-arrow-2,
	#mobile-arrow-3,
	#mobile-arrow-4 {
		display: none;
	}

	.menu-image {
		max-width: 720px;
		top: 170px;
		left: calc(50% - 360px);
	}

	#menu_image-2,
	#menu_image-4 {
		text-align: right;
	}
}

@media (max-width: 992px) {

	.slide-content {
		padding: 100px 0;
	}

	.slide-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.hero .slick-prev:before,
	.hero .slick-next:before {
		font-size: 20px;
	}

	.hero .slick-prev,
	.hero .slick-next {
		top: 50%;
		z-index: 11;
		width: 20px;
		height: 20px;
	}

	.hero .slick-prev {
		left: 15px;
	}

	.hero .slick-next {
		right: 15px;
	}

	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}

	.slide-content {
		margin: 0;
		padding: 0 15px;
	}

	.slide-content h2 {
		font-size: 20px;
		line-height: 32px;
	}

	.slide-content h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.slide-content p {
		font-size: 14px;
		line-height: 20px;
	}

	.slide-content img {
		margin: 20px 0 10px;
	}

	.slide-content ul li {
		color: #000;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.1px;
	}

	h2.header {
		font-size: 18px;
		line-height: 28px;
	}

	.how-arrow {
		display: none;
	}

	.promo h2 {
		font-size: 35px;
		line-height: 30px;
	}

	.promo .banner_bottom-text {
		font-size: 25px;
	}

	.promo .btn {
		font-size: 14px;
	}

	.banner.banner-footer .col-md-10 {
		flex-direction: column;
	}

	.banner.banner-footer span {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	.banner.banner-footer p {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.programs-page .programs-intro {
		font-size: 14px;
		line-height: 20px;
	}

	.catalog .category-tabs:before {
		top: calc(50% + 18px);
	}

	.header {
		margin-top: 0px;
	}

	.logo {
		line-height: 1em;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 25px;
		font-weight: 500;
		color: #222220;
		display: block;
		text-align: center;
		padding: 14px 0px;
		position: relative;
	}

	.logo span {
		display: inline-block;
	}

	.logo img {
		display: none;
	}

	.logo-wrapper {
		display: flex;
	}

	.logo-wrapper .menu-btn {
		color: #000;
		font-size: 16px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
	}

	.logo .menu-btn img {
		margin-left: 10px;
	}

	.product-slider-nav {
		margin-bottom: 20px;
	}

	.slick-prev {
		left: 20px;
	}

	.slick-next {
		right: 20px;
	}

	.product-form .product-article {
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
		display: inline-block;
		margin-left: 0;
	}

	.product-content .product-intro,
	.about-block-3,
	.about-block-5,
	.about-block-7 {
		margin: 40px 0;
	}

	.product-content iframe {
		height: 350px;
	}

	.breadcrumbs-product {
		padding-top: 20px;
		height: 160px;
		background-size: contain !important;
	}

	.breadcrumbs-large {
		height: 50px;
	}

	.breadcrumbs-small {
		height: initial;
	}

	.breadcrumbs-news {
		height: 160px;
	}

	.about-block-3 img {
		display: block;
		margin: 0 auto;
	}

	.banner.banner-footer img {
		width: 30%;
		text-align: center;
		margin: 20px auto 0;
	}

	.banner.banner-footer p {
		line-height: 30px;
		font-size: 18px;
		text-align: center;
	}

	.delivery-block .delivery-title {
		font-size: 24px;
	}

	.banner.banner-footer img {
		height: 50px;
		width: auto;
		margin: 30px auto 0;
	}

	.top-slide .slide {
		background-position: right bottom !important;
		background-size: auto 300px !important;
	}

	.top-slide .slide-content,
	.top-slide.middle-hero .slide-content {
		margin-bottom: 280px
	}

	.topmenu-mobile {
		margin-left: auto !important;
	}
}

@media (max-width: 800px) {
	.stacktable.large-only {
		display: none;
	}
	/* .program-content .container {
	    padding: 0 10%;
	} */

	.stacktable.small-only {
		display: table;
	}

	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media (max-width: 992px) and (min-width: 768px) {

	#mobile-arrow-1,
	#mobile-arrow-2,
	#mobile-arrow-3,
	#mobile-arrow-4 {
		display: none;
	}

	.menu-image {
		max-width: 710px;
		top: 170px;
		left: 0px;
	}

	.slide {
		background-position: calc(100% + 60px) center !important;
	}
}

@media only screen and (min-width: 768px) {
	h2 {
		font-size: 35px;
	}
}

@media screen and (max-width: 767px) {
	.intro {
		flex-direction: column;
	}

	.intro__pic--text,
	.intro__pic--pic {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.error-title {
		font-size: 28px;
		line-height: 28px;
	}

	.error-name {
		font-size: 160px;
		line-height: 160px;
	}

	.error-description {
		font-size: 20px;
	}

	.error-btn {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 10px;
	}
}

@media (max-width: 576px) {
	.menu-btn {
		margin-right: 10px;
	}

	.order-step-head {
		flex-direction: column
	}

	#sdacha {
		position: relative !important;
		margin-left: initial !important;
		display: block;
	}

	#code {
		position: relative !important;
		margin-left: initial !important;
		display: block;
	}

	.program_page-title {
		text-align: center !important;
	}

	.program-content {
		font-size: 15px;
		line-height: 22px;
		/* or 147% */
		letter-spacing: 0.5px;
	}

	.program-price-pc {
		display: none !important;
	}

	.program-price-mobile {
		margin-bottom: 40px;
		display: flex;
	}

	.topmenu-mobile {
		padding-left: 10px;
	}

	.product-card .product-title {
		font-size: 12px;
	}

	.detox-header .program-title {
		margin-bottom: -10px;
	}

	.menu_card-title {
		min-height: 220px;
		font-size: 20px;
	}

	.menu_card-contain p {
		min-height: 320px;
	}

	.menu-tabs-nav .nav-item {
		float: none;
		padding-right: 0px;
	}

	.menu-tabs-nav .nav-link {
		max-width: 100%;
	}

	.menu-tabs-nav .nav-link.this-show {
		border: solid 3px #fffb03;
	}

	.menu-tabs-nav .nav-link {
		background: none;
	}

	.menu-tabs-nav a.current {
		background-color: #f7f7f7;
	}

	.menu-tabs-nav .col {
		float: none;
		width: 100% !important;
		padding: 0px;
	}

	.menu-tabs-nav .col .bludo_card {
		width: 100%;
	}
}

@media (max-width: 450px) {
	.top-slide .slide {
		background-size: auto 220px !important;
	}

	.top-slide .slide-content {
		padding: 0px;
		margin: 25px 0px 220px
	}

	.top-slide.middle-hero .slide {
		background-size: auto 300px !important;
	}
}

.suggestions-nowrap {
	white-space: nowrap
}

.suggestions-input {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.suggestions-input::-ms-clear {
	display: none
}

.suggestions-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: top;
	-webkit-text-size-adjust: 100%
}

.suggestions-addon {
	display: none;
	opacity: 0;
	position: absolute
}

.suggestions-addon[data-addon-type=spinner] {
	background: rgba(255, 255, 255, .75) url(data:image/gif;base64,R0lGODlhEAAQAKUAABwaHIyOjMzKzOTm5LSytFxaXHR2dJyenNza3PT29Ly+vISGhERGRJSWlNTS1Ozu7Ly6vGRmZHx+fKSmpOTi5Pz+/MTGxDQyNJSSlMzOzOzq7LS2tHx6fNze3Pz6/MTCxIyKjExKTJyanNTW1PTy9GxqbKyqrP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAnACwAAAAAEAAQAAAGk8CTcHgSHYjIU8dAOoFApwfDkfQYJqcFdBFKECleS4mCaSAum1MiIwQFHBWTRtgJxC8XYYIggSQlABwPRAODSB0jQxYKEB9JQiUFBQaLCo6PEZIGQyReSCRNQx4ZBIlIDgQOHkIQEBQVI54kIxUUG35RqxQEJBkOJAQDJx6GQh4biQJsGRCrSA/NJ8rDG8WPI6ZIQQAh+QQJCQArACwAAAAAEAAQAIUEAgSEgoTEwsTk4uSkoqRERkRkYmTU0tT08vSUlpS0srRsbmwcHhyMiozMyszs6uysqqxcXlzc2tz8+vxMTkycnpy8urx0dnQcGhyEhoTExsTk5uSkpqRMSkxsamzU1tT09vScmpy0trR0cnQ0MjSMjozMzszs7uysrqzc3tz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGk8CVcLiCoIjI1aAEWoVCq1NEkpw0RKsENGFoDh+TlSmwIXAGHcEKdBASCB+V5SQcVFSKQkcIEoQ0SSUkGQhEJ4VIAylDHyYObUkrFx4eAR8OJpBJk5VDCF5EEporEyYKH0kjAAt0KxYWAyofXghxBBgMQidhAwoImQgKAysIgEMTIqiYYhZhSCfNK8vIrZErH6hJQQAh+QQJCQAkACwAAAAAEAAQAIUEAgSEhoTExsTk5uRMTkykpqTU1tRsamz09vS0trR0dnScmpzMzszs7uzc3tw0MjRcXly0srT8/vy8vrx8fnwcGhyUkpTMyszs6uysqqzc2tx0cnT8+vy8urx8enykoqTU0tT08vTk4uRkZmT///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkECScEhKdIhI0qCAIGUypJDCkeR8BE7oR8EhNrqaRSMSEY0uJIRB2OmIJIKQcJCRTCAQIYeRWCMXBAtyQyFNSCIiQwYMFyBJQgEeHhYGFwyOjwEKk4SGRA5+egwRoUMUFR4NbG4SBoYaGxIZDw9CXyQiESGXDAAFaQxEHH0kliQHFZ5DDR1dxhgVWI9CBqVDQQAh+QQJCQAmACwAAAAAEAAQAIUcGhyMjozMysxUVlTk5uSsrqx0cnT09vS8vrzc3tyEgoScnpxERkTU0tTs7uy0trRkZmR8fnz8/vzExsSMioykpqQ0MjSUlpTMzsxcWlzs6uy0srR0dnT8+vzEwsTk4uSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGjkCTcGiaCIhIk4PUMZEQphHlk+w8Gk7oJtAcOpqEzQgxIUSwh4SQRPpIRAehhiSZcDjCDuYhSpYgJSNEI3FIGlRCIhgCWEkmFxQUCyICGI1JkCALQ4RJH2pDeht9SBQWIIJObW+FCQoSDyEMQl8mH2IQECIABSYHlyZWfQMZJhwWhURLTcRKFhiOQwZ4SUEAIfkECQkAKQAsAAAAABAAEACFBAIEhIKExMLE5OLkREZEpKKkZGZk1NLU9PL0tLK0dHZ0XF5cnJqczMrM7OrsbG5s3Nrc/Pr8vLq8NDI0jI6MTE5MrK6sHBochIaExMbE5ObkTEpMpKakbGps1NbU9Pb0tLa0fH58ZGJkzM7M7O7sdHJ03N7c/P78vL68////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpDAlHCY8niIyBRJEkk1RqlPwZGMgA5OqIDTHJKamgRidHAwjpGBUCIZnDwfISlzOlAowsgIdERKQglxQwiCRA5UQh4jDVhJKQUMDBYeT41JkJKDhUMDJkR6CX1EDBUMCGttJyWeKQMUJygLInJNBQAHJQoQEyApEaIpCBcPKQYdKRgbm0IZF1TGSgSWjiEBjkEAIfkECQkAJgAsAAAAABAAEACFBAIEhIKExMLE5OLkpKKkTE5M1NLU9PL0lJKUZGZktLK0zMrM7Ors3Nrc/Pr8nJqcdHZ0NDI0jI6MrKqsXF5cHBochIaExMbE5ObkpKak1NbU9Pb0lJaUbGpsvLq8zM7M7O7s3N7c/P78nJ6cfHp8ZGJk////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABpRAk3Bo0miISBPI4zAtPiaHB5SUGpzQD5MIaoYUh48BpMBEzSaPByPSbIQHjahByAgdH8UReXkI3kMHgEQHVEIaHwtXSSYKExMeGk+LSQoZkEMGDUkYaEIMHQAQSRMJGQdCFRUZDgEhQhgjIgsQoyYXbxMVGhYWAwUCJhuvQxsRoxAkJgglg0MLEVTJShSbjEISCIxBACH5BAkJACkALAAAAAAQABAAhRwaHIyOjMzKzFxaXKyurOTm5HR2dJyenLy+vPT29Nze3DQ2NISChJSWlNTS1GxqbLS2tOzu7KyqrMTGxPz+/ERGRIyKjDQyNJSSlMzOzGRmZLSytOzq7Hx6fKSipMTCxPz6/OTi5ISGhJyanNTW1HRydLy6vPTy9ExKTP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTwJRwmCKRiMhUxARKCTIpkCmSBEEcTmiGSYw0C5tTxnHahKLUlMkUopASwhOJEoKYhKAM5Ih0XJtDJ3BIJydDJQMDD0lCHwgmE4gDGowpjggTQyQKSREFXR0ADEkQDBuDFxcSFAFnKRyrDhYBQgJwGwsKGA0hGgIpCa5CCRUWKSLGHgaARA4VhsgpJwaclSkjB4xBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTGxKSipOTm5ERGRLSytGxqbJSSlNTW1PT29IyKjMzOzKyqrOzu7FxeXLy6vHR2dDQyNExOTJyanOTi5Pz+/Hx+fBwaHISGhMzKzKSmpOzq7ExKTLS2tNza3Pz6/IyOjNTS1KyurPTy9Ly+vHx6fJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaTQJRwiEokiEiUAwJCaRgoEMSRBHlETiiDSRQoUBUDiSEiGSpRKgqD2VgSXxQpYal4IELOARBJiq5NQyIfSSQkQwEHB31JKCIMGgkXiox+kEdCH2hIDmpCDhkSCEkCFF5CHR0eFicEnxAWHwMbQiJfJRMVAwMEF1ggrkMKDxQoCCcoBiGBRAkPhxTFCgubjSgNI41BACH5BAkJACoALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSWlHRydCwuLMzKzOzq7KyqrNza3Pz6/Ly6vIyOjFxeXJyenHx6fBwaHISGhMTGxOTm5KSmpNTW1PT29LS2tGxubJyanHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vGRiZP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaRQJVwqOJwiEhV5uJQNUaqiISUPFw+TuhIEiE2OioCwDAyHBCDKFXFEJVOC5PwwDkNPBIhyXIJJA0eBl1DHHJIBwdDExYWGElCZA0ciyGOjwZPR0ImGlWJQwcKBRVJHAiCQhQpKCcPTSokDXZ4QhxdGQkaCAgkIBBqRB0LGyoPDyooG4NEJiGJxiodG6+PKrRJQQAh+QQJCQAnACwAAAAAEAAQAIUcGhyMjozMyszk5uRUVlSsrqx0cnTc2tz09vS8vryEgoScnpxERkTU0tTs7uy0trRkZmR8enzk4uT8/vzExsSMioykpqQ0MjSUlpTMzszs6uxcWly0srR0dnTc3tz8+vzEwsSEhoRMSkzU1tT08vS8urysqqz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGkMCTcHgydIjIk+DiOBE2p0+piURcIk5opvQhNhAnE2AEgZA4gyiVIXpMFB4hYjSRlEpCR+gSSDY4GV1DBxJJCCRDCxUVGElCDRkCI4qMjicNAhkjQxIaSSRUQiQWEAVJIxwNgh0GAhNTonQSD3gnHmAZCgMgIA4chROhURUPJyUJl1xJEhVgxycIsJYnFAKOQQAh+QQJCQApACwAAAAAEAAQAIUEAgSEgoTExsTk5uRERkSkoqRkZmTU1tSUlpT09vS0srRcXlx0dnSMiozMzszs7uzc3tw0NjRMTkysqqx0cnScnpz8/vy8urwcGhyEhoTMyszs6uxMSkykpqRsamzc2tycmpz8+vxkYmR8fnyMjozU0tT08vTk4uS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGj8CUcJgKBIjIVIlgShk8qQ1GkEwQGk6oAZMgHkIpReRDYZQAnZTlIVyIUBbSSfhhWE6Xi9CE4FSSJQoOYEMQA0kmXUITICBpSUoOGgeMjpBKGg4HQwNsSCaeQgkKAXpIgSWEDSQOFhqeJgd3eUInYB8gDyUlDwqHIaEpIRVUGhopDheERAMdYJnCF8GAm0lBACH5BAkJACgALAAAAAAQABAAhQQCBISChMTCxOTi5KSipExOTNTS1PTy9LSytGRmZJSSlHRydBweHMzKzOzq7KyqrNza3Pz6/IyOjLy6vJyanHx6fBwaHISGhMTGxOTm5KSmpFxeXNTW1PT29GxubHR2dDQyNMzOzOzu7KyurNze3Pz+/Ly+vJyenP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaWQJRwiJIoiEgUZ3NAfSooESiU7GwoTugH1CGSIqhJYRC4cCwj1KEhXHwaJUpGSAqUCBaG8EBIPJILAB4ORAOESBwcQxMPDwhJQiGSHAgjGo+QBiENikIiTUgHoEIdAhQYSZQGYCgEGhAlHF1qHCUDExNCDl0DCAchBgcIcxEiRCUTBigNVCETrEQiE12bKBETxpBCiZBBADs=) 50% 50% no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.suggestions-addon[data-addon-type=clear] {
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
	background-size: contain;
	cursor: pointer;
	opacity: .8
}

.suggestions-addon[data-addon-type=clear]:hover {
	opacity: 1
}

.suggestions-suggestions {
	background: #fff;
	border: 1px solid #999;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	z-index: 9999;
	-webkit-text-size-adjust: 100%
}

.suggestions-suggestions strong {
	font-weight: 400;
	color: #39f
}

.suggestions-suggestions.suggestions-mobile {
	border-style: none;
	width: 100% !important;
	left: 0 !important;
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
	border-bottom: 1px solid #ddd
}

.suggestions-suggestion {
	padding: 4px 4px;
	overflow: hidden
}

.suggestions-suggestion:hover {
	background: #f7f7f7
}

.suggestions-selected {
	background: #f0f0f0
}

.suggestions-selected:hover {
	background: #f0f0f0
}

.suggestions-hint {
	padding: 4px 4px;
	white-space: nowrap;
	overflow: hidden;
	color: #777;
	font-size: 85%;
	line-height: 20px
}

.suggestions-constraints {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important
}

.suggestions-constraints:empty {
	display: none !important
}

.suggestions-constraints li {
	background: #f8f8f8;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	display: inline-block;
	margin: 0 4px 0 0;
	padding: 0 .5em
}

.suggestions-constraints li .suggestions-remove {
	height: 1em;
	width: 1em;
	display: inline-block;
	margin: 0 0 0 .25em;
	background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTAwJyBoZWlnaHQ9JzEwMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48Zz48cGF0aCBkPSdtMjAsMjBtMTAsMGwyMCwyMGwyMCwtMjBsMTAsMTBsLTIwLDIwbDIwLDIwbC0xMCwxMGwtMjAsLTIwbC0yMCwyMGwtMTAsLTEwbDIwLC0yMGwtMjAsLTIwbDEwLC0xMCcgZmlsbD0nIzk5OScvPjwvZz48L3N2Zz4=) 50% 50% no-repeat;
	background-size: contain;
	cursor: pointer;
	opacity: .8
}

.suggestions-constraints li .suggestions-remove:hover {
	opacity: 1
}

.suggestions-constraints li span {
	vertical-align: middle
}

.suggestions-subtext {
	color: #777;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.suggestions-subtext_inline {
	display: inline-block;
	min-width: 6em;
	vertical-align: bottom;
	margin: 0 .5em 0 0
}

.suggestions-subtext-delimiter {
	display: inline-block;
	width: 2px
}

.suggestions-subtext_label {
	margin: 0 0 0 .25em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 3px;
	background: #f5f5f5;
	font-size: 85%
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
	position: relative
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	border-top: 1px solid rgba(0, 0, 0, .4);
	content: ""
}

.suggestions-promo {
	font-size: 85%;
	display: none;
	color: #777;
	padding: 4px;
	text-align: center
}

.suggestions-promo a {
	color: #777;
	display: block;
	filter: grayscale(100%);
	line-height: 20px;
	text-decoration: none
}

.suggestions-promo a:hover {
	filter: grayscale(0)
}

.suggestions-promo svg {
	height: 20px;
	vertical-align: bottom
}

.suggestions-promo-desktop {
	position: absolute;
	top: 0;
	right: 0;
	text-align: left
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-button-icon-only {
	text-indent: 0
}

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
	z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid
}

.ui-checkboxradio-disabled {
	pointer-events: none
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0
}

.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0
}

.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-tabs {
	position: relative;
	padding: .2em
}

.ui-tabs .ui-menu-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}

.ui-tabs .ui-menu-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-menu-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabs .ui-menu-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px
}

.ui-tabs .ui-menu-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-menu-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-menu-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}

.ui-tabs-collapsible .ui-menu-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px
}

body .ui-tooltip {
	border-width: 2px
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

.ui-widget-content a {
	color: #333
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold
}

.ui-widget-header a {
	color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-caret-1-n {
	background-position: 0 0
}

.ui-icon-caret-1-ne {
	background-position: -16px 0
}

.ui-icon-caret-1-e {
	background-position: -32px 0
}

.ui-icon-caret-1-se {
	background-position: -48px 0
}

.ui-icon-caret-1-s {
	background-position: -65px 0
}

.ui-icon-caret-1-sw {
	background-position: -80px 0
}

.ui-icon-caret-1-w {
	background-position: -96px 0
}

.ui-icon-caret-1-nw {
	background-position: -112px 0
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

.circul-link-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.circul-link {
	width: 58px;
	height: 58px;
	border: 1px solid #00eaff;
	border-radius: 50%;
	color: #00eaff;
	line-height: 1.1em;
	margin-right: 15px;
	margin-top: 15px;
	background-color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	transition: background-color .7s, color .7s;
}

.circul-link:last-child {
    margin-right: 0;
}

.program_page-header .circul-link-wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.top_line {
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.top_line .topmenu-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

.top_line .topmenu-mobile li {
	list-style: none;
	margin-right: 10px;
}

.top_line .topmenu-mobile li:last-child {
	margin-right: 0;
}

.top_line .topmenu-mobile .phone a {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.cart_desc .cart-count {
	top: -6px;
}


.action3__first {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 80px;
}

.action3__first-img {
	width: 100%;
	max-width: 450px;
	margin-right: 60px;
}

.action3__first-text {
	width: 100%;
	max-width: 600px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

.action3__title {
	margin-bottom: 40px;
}

.action3__title h1 {
	font-family: 'Gotham Pro';
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.67px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
}

.action3__first-subtitle {
	font-family: 'Gotham Pro';
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 1.10185px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000000;
	margin-bottom: 20px;
}

.action3__first-subtitle span {
	font-size: 18px;
	margin-top: 20px;
	display: inline-block;
}

.action3__first-oldprice {
	color: rgba(0, 0, 0, .4);
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
	font-family: 'Gotham Pro';
}

.action3__first-oldprice span {
	font-family: "Roboto";
}

.action3__first-price {
	font-family: 'Gotham Pro';
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}

.action3__first-price span {
	font-weight: 100;
	font-family: "Roboto";
}

.promo_description_alt .btn {
	max-width: 360px;
}

.modal-action {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	z-index: -1;
	opacity: 0;
	transition: opacity .5s;
}

.modal-action.--active {
	z-index: 100;
	opacity: 1;
	transition: opacity .5s;
}

.modal-action__block {
	position: relative;
	padding: 60px;
	background-color: #FFFFFF;
}

.modal-action__block .mfp-close {
	color: #333;
}

.action3__second {
	margin-bottom: 80px;
}

.action3__second .action3__title {
	text-align: center;
}

.action3__second-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.action3__second-item {
	width: 300px;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding-bottom: 10px;
	position: relative;
}

.action3__second-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
	display: block;
	width: 50px;
	height: 2px;
	background-color: #FFFB03;
}

.action3__second-item img {
	height: 98px;
	max-width: 98px;
	min-width: 98px;
	margin-bottom: 20px;
}

.action3__second-item span {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: .42px;
}

.action3__third-wrapper {
	background-size: cover;
	margin-bottom: 80px;
}

.action3__third {
	width: 100%;
}

.action3__third-bg {
	width: 100%;
	padding: 124px 0;
	height: 580px;
}

.action3__third-text {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	padding: 40px 70px;
	display: flex;
	font-family: "Gotham Pro";
	font-weight: 500;
	color: #000;
	flex-flow: column nowrap;
	align-items: center;
}

.action3__third-text img {
	max-width: 248px;
	margin-bottom: 20px;
}

.action3__third-text p {
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
	text-align: center;
	letter-spacing: 0.75px;
}

.promo .btn.action3_btn {
	position: relative;
}

.ac3_arr {
	color: #FFFB03;
	font-size: 85px;
	position: absolute;
	top: -2px;
	right: 10px;
	width: 88.5px;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
	.action3__first-img {
		max-width: 50%;
		margin-right: 0;
	}

	.action3__first-text {
		max-width: 50%;
		padding-left: 20px;
	}
	
	.menu-tabs-nav .nav {
	    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
}


@media only screen and (max-width:991px) {
	.circul-link-wrap {
	    flex-wrap: wrap;
	}

	.circul-link {
		margin-top: 10px;
	}

	.detox-card .superlight-btns .btn,
	.detox-card .sl-btns .btn {
		width: 100%;
		margin-top: 0;
		margin-bottom: 15px;
	}
    .programs-intro__slides {
        display: block;
    }
    .programs-intro__banner {
        display: none;
    }
}

.consultant .consultant_img img.mobile {display:none;}
@media only screen and (max-width:767px) {
	.program_page-header .flex-column {
		flex-flow: row wrap !important;
		justify-content: space-between !important;
		align-items: center !important;
	}

	.program_page-header .circul-link {
		margin-top: 0;
	}
	.program-content .container {
		padding: 0 20px;
	}

	.circul-link {
		width: 36px;
		height: 36px;
		font-size: 8px;
		margin-right: 10px;
		margin-top: 10px;
	}

	.action3__first-img {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.promo_description_alt .btn {
		max-width: 100%;
	}

	.action3__second-item {
		margin-bottom: 40px;
	}

	.action3__second {
		margin-bottom: 0;
	}

	.action3__third-text {
		padding: 20px;
	}

	.action3__third-bg {
		height: initial;
		padding: 50px 0;
	}

	.action3__title {
		margin-bottom: 20px;
	}

	.action3__title p {
		font-size: 24px;
		line-height: 32px;
	}

	.action3__first {
		margin-bottom: 40px;
	}

	.action3__first-subtitle {
		font-size: 22px;
		line-height: 32px;
	}

	.action3__first-subtitle span {
		font-size: 10px;
		margin-top: 15px;
	}
	.consultant .consultant_img .consultant_title {
        position: relative;
        top: 0;
	}
	.consultant .consultant_img img {
	    display:none;
	}
	.consultant .consultant_img img.mobile {display:block;}
	.consultant .content_consultan {
	    margin-top: 20px;
	}
}

@media only screen and (max-width:320px) {
	.circul-link {
		margin-right: 5px;
	}

	.program_page-header .circul-link {
		margin-right: 15px;
	}

	.program_page-header .circul-link:last-child {
		margin-right: 0;
	}
}

.program_page-header_vegan {
	padding-top: 60px;
}

.program_page-header_vegan .page-header {
	margin: 0 15px;
}

.program_page-header_vegan .program_page-price {
	margin: 0;
}

.program_page-header_vegan .program_page-icon {
	margin: 0;
}

.program_page-header_vegan .program_page-header-wrapper {
	justify-content: flex-start;
	padding: 0;
}

.program_page-header_vegan .circul-link {
	margin-top: 0;
}
@media screen and (max-width: 1200px) {
    .program_page-header_vegan .program_page-header-wrapper {
        flex-direction: row;
    }
    .program_page-header_vegan .program_page-icon {
        order: 0;
    }
    .program_page-header_vegan .program_page-header-wrapper .page-header {
        order: 0;
    }
    .program_page-header_vegan .program_page-price span {
        font-size: 32px;
    }
    .program_page-header_vegan .program_page-price {
        font-size: 22px;
    }
}
@media screen and (max-width: 992px) {
    .program_page-header_vegan .program_page-price span {
        font-size: 26px;
    }
    .program_page-header_vegan .program_page-price {
        font-size: 18px;
    }
}
@media screen and (max-width: 425px) {
    .promo {
        order: 7;
    }
    .program-content {
        order: 5;
    }
    .program-content > .container > p {
        display: none;
    }
    .program_menu-images {
        order: 4;
    }
    .program-price-mobile {
        order: 6
    }
    .menu-per-day {
        order: 7;
    }
    .program_menu {
        order: 9;
    }
    .slideout-panel-left:nth-child(4) {
        order: 1;
    }
    .program-additional {
        order: 8;
    }
    .program_menu-images img {
        height: 300px;
        /* object-position: -50px 0px; */
    }
    .program-proviso {
        order: 10;
    }
}
@media screen and (max-width: 360px) {
    .program_page-header_vegan .program_page-price span {
        font-size: 16px;
    }
    .program_page-header_vegan .program_page-price {
        font-size: 13px;
    }
}

.pop-overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 1111;
}
.popup-window {
	display: none;
	position: absolute;
	background: #fff;
	width: 90%;
	max-width: 520px;
	left: 50%;
	margin-left: -260px;
	margin-top: 20px;
	padding: 15px;
	border-radius: 5px;
	font-size: 1em;
	line-height: 1.2em;
	text-align: right;
	box-sizing: border-box;
}
.popup-window .inner {
	/*max-height: 360px;*/
	overflow-y: auto;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.inner-img {
	max-width: 100%;
	height: auto;
}
.popup-window .btn-close, .popup-window .btn-order {
	display: inline-block;
	border: 2px solid #000000;
	padding: 0 10px;
	color: #000000;
	line-height: 1.8em;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .3s;
	font-size: 12px;
}

.popup-window .btn-close:hover, .popup-window .btn-order:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.popup-window .btn-order{
	margin-right: 12px;
}

.popup-window .btn-close{
	margin-right: 10px;
}
.popup-window .btn-close:hover,
.popup-window .btn-close:active,
.popup-window .btn-close:focus {
	text-decoration: none;
	background: #f4f4f4;
}
.popup-window .btn-close-popup {
    position: absolute;
    display: flex;
    align-items: center;
    height: 22px;
    top: 15px;
    right: 15px;
    margin: 0;
    border: none;
    background: none;
    padding: 5px;
}
.popup-window .btn-close-popup:hover,
.popup-window .btn-close-popup:focus,
.popup-window .btn-close-popup:active {
    box-shadow: none;
    transform: scale(1.1);
    background: none;
}
.popup__title {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
	.popup-window {
		margin-left: -45%;
	}
	.popup-window .inner {
		font-size: 12px;
	}
	.popup-window .btn-close, .popup-window .btn-order {
	    font-size: 10px;
	    padding: 0 5px;
	}
	.popup-window .btn-close:last-of-type {
	    margin-right: 0;
    }
}
.product-select {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.product-select__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    margin-bottom: 15px;
}
.product-select__label {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    padding-left: 24px;
    cursor: pointer;
}
.product-select__label span::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #000000;
    border-radius: 50%;
    top: 1px;
    left: 0;
}
.product-select__label input:checked + span::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000000;
    border-radius: 50%;
    top: 3px;
    left: 2px;
}
.product-select__label:not(:last-of-type) {
    margin-bottom: 10px;
}
.product-select__label input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
@media screen and (max-width: 1023px) {
    .product-select__label {
        cursor: auto;
    }
}
.product-header .container {
    padding-top: 20px;
}
@media screen and (max-width: 375px) {
    .catalog .category-tabs .tab a {
        font-size: 12px;
    }
}
@media screen and (max-width: 991px) {
    .programs-intro__slide-title {
        max-width: 400px;
    }
    .programs-intro__slide-desc {
        max-width: 400px;
    }
}
@media screen and (max-width: 767px) {
    .programs-intro__slide-title {
        max-width: 300px;
    }
    .programs-intro__slide-desc {
        max-width: 300px;
    }
}
@media screen and (max-width: 475px) {
    .programs-intro__slide-title {
        max-width: 240px;
    }
    .programs-intro__slide-desc {
        max-width: 240px;
    }
}
@media screen and (max-width: 375px) {
    .programs-intro__slide-title {
        max-width: 180px;
    }
    .programs-intro__slide-desc {
        max-width: 180px;
    }
}
/* 
newyear schedule
.minOrderNy {
    display: block;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
} */

/*new navbar*/
.topmenu .nav-list-mobile {
    display: none !important;
}
.nav-list {
    max-width: 100%;
    width: 100%;
    flex: 1;
    padding-top: 20px;
    padding-left: 35px;
}
.nav-list .d-none {
    width: 100%;
}
@media screen and (max-width: 992px) {
    .nav-list {
        display: none;
    }
}
.cookieconsent p.text-center {
    padding-right: 15px;
    padding-left: 15px;
}

.logo-mobile {
    white-space: nowrap;
}
@media screen and (max-width: 319px) {
    .logo-mobile {
        font-size: 20px;
    }
}

.program_page-header .container .row h2 {
    font-weight: 500;
    font-size: 15px;
}

.program-content h2 {
    font-weight: 500;
    font-size: inherit;
}

.program-content a {
    color: inherit;
    text-decoration: none;
}

/*payment*/
.payment {
    display: grid;
    grid-template-columns: minmax(400px, 911px) 1fr;
    grid-gap: 136px;
    font-size: 14px;
    line-height: 150%;
    margin-top: 22px;
}

.payment .subtitle {
	margin-bottom: 48px;
}

.payment .btn {
	min-width: 235px;
}
.payment__caption {
    grid-column: 1 / -1;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    margin: 0;
    margin-bottom: 10px;
}
.payment__text {
    margin-bottom: 20px;
}
.payment__proviso {
    color: #999999;
}
.payment-list {
    display: grid;
    grid-auto-flow: column;
    column-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 36px;
    margin-bottom: 30px;
}
.payment__subtitle {
    font-size: 16px;
    line-height: 150%;
    margin: 20px 0 10px;
}
.payment__var-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    column-gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.payment__var-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.payment__img-wrap {
    max-width: 763px;
}
.payment__img {
    width: 100%;
}
.payment__wrap {
    margin-top: 40px;
}

.payment__question {
	min-width: 270px;
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 18px;
}

.payment__question-title {
	margin-top: 32px;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 500;
}

.payment__question-text {
	margin-top: 0;
	margin-bottom: 56px;
	font-size: 16px;
	opacity: 0.4;
}

/*footer hours*/
.banner-footer .container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.banner-footer .column {
    display: flex;
    align-items: center;
}
.banner-footer .row {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
}
.banner-footer__logo {
    display: flex;
}
.footer__hour-list {
    list-style: none;
    padding: 0;
    /* margin: 0; */
    margin: 8px 0 0 0;
    margin-left: 120px;
}
.footer__hour-caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    color: #000000;
    margin: 0;
    margin-bottom: 10px;
}
.footer__hour-item {
    font-size: 12px;
    line-height: 11px;
    color: #5A5A5A;
}
.footer__hour-item:not(:last-of-type) {
    margin-bottom: 5px;
}

.payment-icons-container {
	margin-top: 32px;
	margin-bottom: 18px;
}

.payment-icons-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 370px;
}

.payment-icons-box img {
    margin-right: 25px;
		margin-bottom: 18px;
}

@media (max-width: 768px) {
	.payment-icons-container {
		margin-top: 24px;
		margin-bottom: 33px;
	}
	.payment-icons-box img {
		transform: scale(0.94);
	}
}

.header__city-btn {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 30px;
}
.header__city-btn svg {
    margin-right: 10px;
}

.order-step-2__basic {
    position: relative;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    font-size: 15px;
}

.program_page-header .offset-md-1 a {
    color: inherit;
}

.program_page-header .offset-md-1 a:hover {
    text-decoration: none;
}

.program_order:disabled {
    opacity: 0.3;
}
.form__label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin: 10px 0;
}
	.container {
			max-width: 1405px;
	}


@media screen and (max-width: 1440px) {
    .banner-footer .column:first-of-type {
        flex-direction: column;
    }
    .footer__hour-list {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
	.payment {
		grid-gap: 60px;
	}
}

@media screen and (max-width: 992px) {
    .banner-footer .column {
        flex-direction: column;
    }
    .banner.banner-footer img {
        margin: 0;
    }
    .footer__hour-list {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .payment {
			display: block;
			margin-top: 5px;
			grid-template-columns: 1fr;
    }
		.payment .accordion {
			margin-right: -15px;
			margin-left: -15px;
			margin-bottom: 48px;
		}
		.payment__question-text {
			margin-bottom: 32px;
		}
    .payment__caption {
        font-size: 15px;
    }
    .payment-list {
        grid-auto-flow: row;
        row-gap: 30px;
    }
    .payment__var-list {
        column-gap: 20px;
    }
    .banner-footer .row {
        flex-direction: column;
    }
    .topmenu {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .header__city-btn {
        margin-right: 15px;
        margin-top: 10px;
        font-size: 12px;
    }
    .header__city-btn svg {
        margin-right: 2px;
    }
}

@media screen and (max-width: 500px) {
    .contacts .col-6 {
        /* padding: 0 5px; */
        max-width: 100%;
        flex: 0 0 100%;
    }
    .contacts li {
        font-size: 12px;
    }
}
