/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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

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

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

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

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

figure {
	margin: 1em 40px;
}

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

button,
input,
select,
textarea {
	font: inherit;
}

optgroup {
	font-weight: bold;
}

button,
input,
select,
textarea {
	margin: 0;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

[disabled] {
	cursor: default;
}

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

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

button:-moz-focusring,
input:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

legend {
	display: table;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	color: inherit;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
}

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

@media print {
	*,
	*::before,
	*::after,
	*::first-letter,
	*::first-line {
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	pre,
	blockquote {
		border: 1px solid #999;

		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.tag {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

html {
	box-sizing: border-box;
}

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

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

html {
	font-size: 16px;

	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #373a3c;
	background-color: #f9f9f9;
}

[tabindex="-1"]:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #818a91;
}

address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

a {
	text-decoration: none;
	color: #59ba47;
}

a:focus,
a:hover {
	text-decoration: underline;
	color: #070708;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
	text-decoration: none;
	color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	text-decoration: none;
	color: inherit;
}

a:not([href]):not([tabindex]):focus {
	outline: none;
}

pre {
	overflow: auto;
	margin-top: 0;
	margin-bottom: 1rem;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
}

[role="button"] {
	cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
	touch-action: manipulation;
}

table {
	border-collapse: collapse;
	background-color: transparent;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	caption-side: bottom;
	text-align: left;
	color: #818a91;
}

th {
	text-align: left;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
	line-height: inherit;
	margin: 0;
	border-radius: 0;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
	cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	font-size: 1.5rem;
	line-height: inherit;
	display: block;
	width: 100%;
	margin-bottom: 0.5rem;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: none;
}

output {
	display: inline-block;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 0.5rem;
	color: inherit;
}



.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 80%;
	font-weight: normal;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 5px;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
	border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
	font-size: 80%;
	display: block;
	color: #818a91;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}

.blockquote-reverse {
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: 0.25rem solid #eceeef;
	border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
	content: "";
}

.blockquote-reverse .blockquote-footer::after {
	content: "\00A0 \2014";
}

dl.row > dd + dt {
	clear: left;
}

.img-fluid {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 0.3rem;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 0.25rem;
	transition: all 0.2s ease-in-out;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	background-color: #fff;
}

.img-circle {
	border-radius: 50%;
}

.figure {
	display: inline-block;
}

.figure-img {
	line-height: 1;
	margin-bottom: 0.5rem;
}

.figure-caption {
	font-size: 90%;
	color: #818a91;
}

.container {
	margin-right: auto;
	margin-left: auto;
}

.container::after {
	display: table;
	clear: both;
	content: "";
}

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

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

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

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

.container-fluid {
	margin-right: auto;
	margin-left: auto;
}

.container-fluid::after {
	display: table;
	clear: both;
	content: "";
}

.row {
	margin-right: -16px;
	margin-left: -16px;
}

.row::after {
	display: table;
	clear: both;
	content: "";
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.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-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-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-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 {
	position: relative;
	min-height: 1px;
	padding-right: 16px;
	padding-left: 16px;
}

.col-xs-1 {
	float: left;
	width: 8.3333333333%;
}

.col-xs-2 {
	float: left;
	width: 16.6666666667%;
}

.col-xs-3 {
	float: left;
	width: 25%;
}

.col-xs-4 {
	float: left;
	width: 33.3333333333%;
}

.col-xs-5 {
	float: left;
	width: 41.6666666667%;
}

.col-xs-6 {
	float: left;
	width: 50%;
}

.col-xs-7 {
	float: left;
	width: 58.3333333333%;
}

.col-xs-8 {
	float: left;
	width: 66.6666666667%;
}

.col-xs-9 {
	float: left;
	width: 75%;
}

.col-xs-10 {
	float: left;
	width: 83.3333333333%;
}

.col-xs-11 {
	float: left;
	width: 91.6666666667%;
}

.col-xs-12 {
	float: left;
	width: 100%;
}

.pull-xs-0 {
	right: auto;
}

.pull-xs-1 {
	right: 8.3333333333%;
}

.pull-xs-2 {
	right: 16.6666666667%;
}

.pull-xs-3 {
	right: 25%;
}

.pull-xs-4 {
	right: 33.3333333333%;
}

.pull-xs-5 {
	right: 41.6666666667%;
}

.pull-xs-6 {
	right: 50%;
}

.pull-xs-7 {
	right: 58.3333333333%;
}

.pull-xs-8 {
	right: 66.6666666667%;
}

.pull-xs-9 {
	right: 75%;
}

.pull-xs-10 {
	right: 83.3333333333%;
}

.pull-xs-11 {
	right: 91.6666666667%;
}

.pull-xs-12 {
	right: 100%;
}

.push-xs-0 {
	left: auto;
}

.push-xs-1 {
	left: 8.3333333333%;
}

.push-xs-2 {
	left: 16.6666666667%;
}

.push-xs-3 {
	left: 25%;
}

.push-xs-4 {
	left: 33.3333333333%;
}

.push-xs-5 {
	left: 41.6666666667%;
}

.push-xs-6 {
	left: 50%;
}

.push-xs-7 {
	left: 58.3333333333%;
}

.push-xs-8 {
	left: 66.6666666667%;
}

.push-xs-9 {
	left: 75%;
}

.push-xs-10 {
	left: 83.3333333333%;
}

.push-xs-11 {
	left: 91.6666666667%;
}

.push-xs-12 {
	left: 100%;
}

.offset-xs-1 {
	margin-left: 8.3333333333%;
}

.offset-xs-2 {
	margin-left: 16.6666666667%;
}

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

.offset-xs-4 {
	margin-left: 33.3333333333%;
}

.offset-xs-5 {
	margin-left: 41.6666666667%;
}

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

.offset-xs-7 {
	margin-left: 58.3333333333%;
}

.offset-xs-8 {
	margin-left: 66.6666666667%;
}

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

.offset-xs-10 {
	margin-left: 83.3333333333%;
}

.offset-xs-11 {
	margin-left: 91.6666666667%;
}

@media (min-width: 544px) {
	.col-sm-1 {
		float: left;
		width: 8.3333333333%;
	}

	.col-sm-2 {
		float: left;
		width: 16.6666666667%;
	}

	.col-sm-3 {
		float: left;
		width: 25%;
	}

	.col-sm-4 {
		float: left;
		width: 33.3333333333%;
	}

	.col-sm-5 {
		float: left;
		width: 41.6666666667%;
	}

	.col-sm-6 {
		float: left;
		width: 50%;
	}

	.col-sm-7 {
		float: left;
		width: 58.3333333333%;
	}

	.col-sm-8 {
		float: left;
		width: 66.6666666667%;
	}

	.col-sm-9 {
		float: left;
		width: 75%;
	}

	.col-sm-10 {
		float: left;
		width: 83.3333333333%;
	}

	.col-sm-11 {
		float: left;
		width: 91.6666666667%;
	}

	.col-sm-12 {
		float: left;
		width: 100%;
	}

	.pull-sm-0 {
		right: auto;
	}

	.pull-sm-1 {
		right: 8.3333333333%;
	}

	.pull-sm-2 {
		right: 16.6666666667%;
	}

	.pull-sm-3 {
		right: 25%;
	}

	.pull-sm-4 {
		right: 33.3333333333%;
	}

	.pull-sm-5 {
		right: 41.6666666667%;
	}

	.pull-sm-6 {
		right: 50%;
	}

	.pull-sm-7 {
		right: 58.3333333333%;
	}

	.pull-sm-8 {
		right: 66.6666666667%;
	}

	.pull-sm-9 {
		right: 75%;
	}

	.pull-sm-10 {
		right: 83.3333333333%;
	}

	.pull-sm-11 {
		right: 91.6666666667%;
	}

	.pull-sm-12 {
		right: 100%;
	}

	.push-sm-0 {
		left: auto;
	}

	.push-sm-1 {
		left: 8.3333333333%;
	}

	.push-sm-2 {
		left: 16.6666666667%;
	}

	.push-sm-3 {
		left: 25%;
	}

	.push-sm-4 {
		left: 33.3333333333%;
	}

	.push-sm-5 {
		left: 41.6666666667%;
	}

	.push-sm-6 {
		left: 50%;
	}

	.push-sm-7 {
		left: 58.3333333333%;
	}

	.push-sm-8 {
		left: 66.6666666667%;
	}

	.push-sm-9 {
		left: 75%;
	}

	.push-sm-10 {
		left: 83.3333333333%;
	}

	.push-sm-11 {
		left: 91.6666666667%;
	}

	.push-sm-12 {
		left: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.col-md-1 {
		float: left;
		width: 8.3333333333%;
	}

	.col-md-2 {
		float: left;
		width: 16.6666666667%;
	}

	.col-md-3 {
		float: left;
		width: 25%;
	}

	.col-md-4 {
		float: left;
		width: 33.3333333333%;
	}

	.col-md-5 {
		float: left;
		width: 41.6666666667%;
	}

	.col-md-6 {
		float: left;
		width: 50%;
	}

	.col-md-7 {
		float: left;
		width: 58.3333333333%;
	}

	.col-md-8 {
		float: left;
		width: 66.6666666667%;
	}

	.col-md-9 {
		float: left;
		width: 75%;
	}

	.col-md-10 {
		float: left;
		width: 83.3333333333%;
	}

	.col-md-11 {
		float: left;
		width: 91.6666666667%;
	}

	.col-md-12 {
		float: left;
		width: 100%;
	}

	.pull-md-0 {
		right: auto;
	}

	.pull-md-1 {
		right: 8.3333333333%;
	}

	.pull-md-2 {
		right: 16.6666666667%;
	}

	.pull-md-3 {
		right: 25%;
	}

	.pull-md-4 {
		right: 33.3333333333%;
	}

	.pull-md-5 {
		right: 41.6666666667%;
	}

	.pull-md-6 {
		right: 50%;
	}

	.pull-md-7 {
		right: 58.3333333333%;
	}

	.pull-md-8 {
		right: 66.6666666667%;
	}

	.pull-md-9 {
		right: 75%;
	}

	.pull-md-10 {
		right: 83.3333333333%;
	}

	.pull-md-11 {
		right: 91.6666666667%;
	}

	.pull-md-12 {
		right: 100%;
	}

	.push-md-0 {
		left: auto;
	}

	.push-md-1 {
		left: 8.3333333333%;
	}

	.push-md-2 {
		left: 16.6666666667%;
	}

	.push-md-3 {
		left: 25%;
	}

	.push-md-4 {
		left: 33.3333333333%;
	}

	.push-md-5 {
		left: 41.6666666667%;
	}

	.push-md-6 {
		left: 50%;
	}

	.push-md-7 {
		left: 58.3333333333%;
	}

	.push-md-8 {
		left: 66.6666666667%;
	}

	.push-md-9 {
		left: 75%;
	}

	.push-md-10 {
		left: 83.3333333333%;
	}

	.push-md-11 {
		left: 91.6666666667%;
	}

	.push-md-12 {
		left: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
	.col-lg-1 {
		float: left;
		width: 8.3333333333%;
	}

	.col-lg-2 {
		float: left;
		width: 16.6666666667%;
	}

	.col-lg-3 {
		float: left;
		width: 25%;
	}

	.col-lg-4 {
		float: left;
		width: 33.3333333333%;
	}

	.col-lg-5 {
		float: left;
		width: 41.6666666667%;
	}

	.col-lg-6 {
		float: left;
		width: 50%;
	}

	.col-lg-7 {
		float: left;
		width: 58.3333333333%;
	}

	.col-lg-8 {
		float: left;
		width: 66.6666666667%;
	}

	.col-lg-9 {
		float: left;
		width: 75%;
	}

	.col-lg-10 {
		float: left;
		width: 83.3333333333%;
	}

	.col-lg-11 {
		float: left;
		width: 91.6666666667%;
	}

	.col-lg-12 {
		float: left;
		width: 100%;
	}

	.pull-lg-0 {
		right: auto;
	}

	.pull-lg-1 {
		right: 8.3333333333%;
	}

	.pull-lg-2 {
		right: 16.6666666667%;
	}

	.pull-lg-3 {
		right: 25%;
	}

	.pull-lg-4 {
		right: 33.3333333333%;
	}

	.pull-lg-5 {
		right: 41.6666666667%;
	}

	.pull-lg-6 {
		right: 50%;
	}

	.pull-lg-7 {
		right: 58.3333333333%;
	}

	.pull-lg-8 {
		right: 66.6666666667%;
	}

	.pull-lg-9 {
		right: 75%;
	}

	.pull-lg-10 {
		right: 83.3333333333%;
	}

	.pull-lg-11 {
		right: 91.6666666667%;
	}

	.pull-lg-12 {
		right: 100%;
	}

	.push-lg-0 {
		left: auto;
	}

	.push-lg-1 {
		left: 8.3333333333%;
	}

	.push-lg-2 {
		left: 16.6666666667%;
	}

	.push-lg-3 {
		left: 25%;
	}

	.push-lg-4 {
		left: 33.3333333333%;
	}

	.push-lg-5 {
		left: 41.6666666667%;
	}

	.push-lg-6 {
		left: 50%;
	}

	.push-lg-7 {
		left: 58.3333333333%;
	}

	.push-lg-8 {
		left: 66.6666666667%;
	}

	.push-lg-9 {
		left: 75%;
	}

	.push-lg-10 {
		left: 83.3333333333%;
	}

	.push-lg-11 {
		left: 91.6666666667%;
	}

	.push-lg-12 {
		left: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
	.col-xl-1 {
		float: left;
		width: 8.3333333333%;
	}

	.col-xl-2 {
		float: left;
		width: 16.6666666667%;
	}

	.col-xl-3 {
		float: left;
		width: 25%;
	}

	.col-xl-4 {
		float: left;
		width: 33.3333333333%;
	}

	.col-xl-5 {
		float: left;
		width: 41.6666666667%;
	}

	.col-xl-6 {
		float: left;
		width: 50%;
	}

	.col-xl-7 {
		float: left;
		width: 58.3333333333%;
	}

	.col-xl-8 {
		float: left;
		width: 66.6666666667%;
	}

	.col-xl-9 {
		float: left;
		width: 75%;
	}

	.col-xl-10 {
		float: left;
		width: 83.3333333333%;
	}

	.col-xl-11 {
		float: left;
		width: 91.6666666667%;
	}

	.col-xl-12 {
		float: left;
		width: 100%;
	}

	.pull-xl-0 {
		right: auto;
	}

	.pull-xl-1 {
		right: 8.3333333333%;
	}

	.pull-xl-2 {
		right: 16.6666666667%;
	}

	.pull-xl-3 {
		right: 25%;
	}

	.pull-xl-4 {
		right: 33.3333333333%;
	}

	.pull-xl-5 {
		right: 41.6666666667%;
	}

	.pull-xl-6 {
		right: 50%;
	}

	.pull-xl-7 {
		right: 58.3333333333%;
	}

	.pull-xl-8 {
		right: 66.6666666667%;
	}

	.pull-xl-9 {
		right: 75%;
	}

	.pull-xl-10 {
		right: 83.3333333333%;
	}

	.pull-xl-11 {
		right: 91.6666666667%;
	}

	.pull-xl-12 {
		right: 100%;
	}

	.push-xl-0 {
		left: auto;
	}

	.push-xl-1 {
		left: 8.3333333333%;
	}

	.push-xl-2 {
		left: 16.6666666667%;
	}

	.push-xl-3 {
		left: 25%;
	}

	.push-xl-4 {
		left: 33.3333333333%;
	}

	.push-xl-5 {
		left: 41.6666666667%;
	}

	.push-xl-6 {
		left: 50%;
	}

	.push-xl-7 {
		left: 58.3333333333%;
	}

	.push-xl-8 {
		left: 66.6666666667%;
	}

	.push-xl-9 {
		left: 75%;
	}

	.push-xl-10 {
		left: 83.3333333333%;
	}

	.push-xl-11 {
		left: 91.6666666667%;
	}

	.push-xl-12 {
		left: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #eceeef;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
	border-top: 2px solid #eceeef;
}

.table .table {
	background-color: #fff;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #dff0d8;
}

.table-hover .table-success:hover {
	background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #d9edf7;
}

.table-hover .table-info:hover {
	background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
	background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f2dede;
}

.table-hover .table-danger:hover {
	background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #ebcccc;
}

.thead-inverse th {
	color: #fff;
	background-color: #373a3c;
}

.thead-default th {
	color: #55595c;
	background-color: #eceeef;
}

.table-inverse {
	color: #eceeef;
	background-color: #373a3c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
	border-color: #55595c;
}

.table-inverse.table-bordered {
	border: 0;
}

.table-responsive {
	display: block;
	overflow-x: auto;
	width: 100%;
	min-height: 0.01%;
}

.table-reflow thead {
	float: left;
}

.table-reflow tbody {
	display: block;
	white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
	border-top: 1px solid #eceeef;
	border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
	border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
	border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
	float: left;
}

.table-reflow tr th,
.table-reflow tr td {
	display: block !important;
	border: 1px solid #eceeef;
}

.form-control {
	font-size: 1rem;
	line-height: 1.25;
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	color: #55595c;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control:focus {
	color: #55595c;
	border-color: #66afe9;
	outline: none;
	background-color: #fff;
}

.form-control::placeholder {
	opacity: 1;
	color: #999;
}

.form-control:disabled,
.form-control[readonly] {
	opacity: 1;
	background-color: #eceeef;
}

.form-control:disabled {
	cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
	height: 2.5rem;
}

select.form-control:focus::-ms-value {
	color: #55595c;
	background-color: #fff;
}

.form-control-file,
.form-control-range {
	display: block;
}

.col-form-label {
	margin-bottom: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.col-form-label-lg {
	font-size: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.col-form-label-sm {
	font-size: 0.875rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.col-form-legend {
	font-size: 1rem;
	margin-bottom: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.form-control-static {
	min-height: 2.5rem;
	margin-bottom: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
	height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	font-size: 1.25rem;
	padding: 0.75rem 1.5rem;
	border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
	height: 3.1666666667rem;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: 0.25rem;
}

.form-check {
	position: relative;
	display: block;
	margin-bottom: 0.75rem;
}

.form-check + .form-check {
	margin-top: -0.25rem;
}

.form-check.disabled .form-check-label {
	cursor: not-allowed;
	color: #818a91;
}

.form-check-label {
	margin-bottom: 0;
	padding-left: 1.25rem;
	cursor: pointer;
}

.form-check-input {
	position: absolute;
	margin-top: 0.25rem;
	margin-left: -1.25rem;
}

.form-check-input:only-child {
	position: static;
}

.form-check-inline {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 1.25rem;
	cursor: pointer;
	vertical-align: middle;
}

.form-check-inline + .form-check-inline {
	margin-left: 0.75rem;
}

.form-check-inline.disabled {
	cursor: not-allowed;
}

.form-control-feedback {
	margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right 0.625rem;
	background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
	color: #5cb85c;
}

.has-success .form-control {
	border-color: #5cb85c;
}

.has-success .input-group-addon {
	color: #5cb85c;
	border-color: #5cb85c;
	background-color: #eaf6ea;
}

.has-success .form-control-feedback {
	color: #5cb85c;
}

.has-success .form-control-success {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
	color: #f0ad4e;
}

.has-warning .form-control {
	border-color: #f0ad4e;
}

.has-warning .input-group-addon {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-color: #fff;
}

.has-warning .form-control-feedback {
	color: #f0ad4e;
}

.has-warning .form-control-warning {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
	color: #d9534f;
}

.has-danger .form-control {
	border-color: #d9534f;
}

.has-danger .input-group-addon {
	color: #d9534f;
	border-color: #d9534f;
	background-color: #fdf7f7;
}

.has-danger .form-control-feedback {
	color: #d9534f;
}

.has-danger .form-control-danger {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 544px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}

	.form-inline .input-group > .form-control {
		width: 100%;
	}

	.form-inline .form-control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-check {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-check-label {
		padding-left: 0;
	}

	.form-inline .form-check-input {
		position: relative;
		margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.fade {
	transition: opacity 0.15s linear;
	opacity: 0;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	overflow: hidden;
	height: 0;
	transition-timing-function: ease;
	transition-duration: 0.35s;
	transition-property: height;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.3em;
	content: "";
	vertical-align: middle;
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropup .dropdown-toggle::after {
	border-top: 0;
	border-bottom: 0.3em solid;
}

.dropdown-menu {
	font-size: 1rem;
	position: absolute;
	z-index: 1000;
	top: 100%;
	left: 0;
	display: none;
	float: left;
	min-width: 160px;
	margin: 2px 0 0;
	padding: 5px 0;
	list-style: none;
	text-align: left;
	color: #373a3c;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	background-color: #fff;
	background-clip: padding-box;
}

.dropdown-divider {
	overflow: hidden;
	height: 1px;
	margin: 0.5rem 0;
	background-color: #e5e5e5;
}

.dropdown-item {
	font-weight: normal;
	display: block;
	clear: both;
	width: 100%;
	padding: 3px 20px;
	text-align: inherit;
	white-space: nowrap;
	color: #373a3c;
	border: 0;
	background: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
	text-decoration: none;
	color: #2b2d2f;
	background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
	text-decoration: none;
	color: #fff;
	outline: 0;
	background-color: #292f32;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
	color: #818a91;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
	cursor: not-allowed;
	text-decoration: none;
	background-color: transparent;
	background-image: none;

	filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	font-size: 0.875rem;
	display: block;
	padding: 5px 20px;
	white-space: nowrap;
	color: #818a91;
}

.dropdown-backdrop {
	position: fixed;
	z-index: 990;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

.input-group {
	position: relative;
	display: table;
	width: 100%;
	border-collapse: separate;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
	z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	vertical-align: middle;
	white-space: nowrap;
}

.input-group-addon {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 0;
	padding: 0.5rem 0.75rem;
	text-align: center;
	color: #55595c;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	background-color: #eceeef;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
	font-size: 1.25rem;
	padding: 0.75rem 1.5rem;
	border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
	border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
	border-left: 0;
}

.input-group-btn {
	font-size: 0;
	position: relative;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
	z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
	margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
	z-index: 3;
}

.custom-control {
	position: relative;
	display: inline;
	padding-left: 1.5rem;
	cursor: pointer;
}

.custom-control + .custom-control {
	margin-left: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
	color: #fff;
	background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
	box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
	color: #fff;
	background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
	cursor: not-allowed;
	background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
	cursor: not-allowed;
	color: #767676;
}

.custom-control-indicator {
	position: absolute;
	top: 0.0625rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	user-select: none;
	pointer-events: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
	background-color: #0074d9;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
	display: inline;
}

.custom-controls-stacked .custom-control::after {
	display: block;
	margin-bottom: 0.25rem;
	content: "";
}

.custom-controls-stacked .custom-control + .custom-control {
	margin-left: 0;
}

.custom-select {
	display: inline-block;
	max-width: 100%;
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	padding-right: 0.75rem \9;
	vertical-align: middle;
	color: #55595c;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
	background-image: none \9;
	background-size: 8px 10px;

	-webkit-appearance: none;
	   -moz-appearance: none;
}

.custom-select:focus {
	border-color: #51a7e8;
	outline: none;
}

.custom-select:focus::-ms-value {
	color: #55595c;
	background-color: #fff;
}

.custom-select:disabled {
	cursor: not-allowed;
	color: #818a91;
	background-color: #eceeef;
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	font-size: 75%;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 2.5rem;
	cursor: pointer;
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	margin: 0;
	opacity: 0;

	filter: alpha(opacity=0);
}

.custom-file-control {
	line-height: 1.5;
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	left: 0;
	height: 2.5rem;
	padding: 0.5rem 1rem;
	user-select: none;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	background-color: #fff;
}

.custom-file-control:lang(en)::after {
	content: "Choose file...";
}

.custom-file-control::before {
	line-height: 1.5;
	position: absolute;
	z-index: 6;
	top: -1px;
	right: -1px;
	bottom: -1px;
	display: block;
	height: 2.5rem;
	padding: 0.5rem 1rem;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 0 0.25rem 0.25rem 0;
	background-color: #eee;
}

.custom-file-control:lang(en)::before {
	content: "Browse";
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav-link {
	display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}

.nav-link.disabled {
	color: #818a91;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
	cursor: not-allowed;
	color: #818a91;
	background-color: transparent;
}

.nav-inline .nav-item {
	display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
	margin-left: 1rem;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
	display: table;
	clear: both;
	content: "";
}

.nav-tabs .nav-item {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs .nav-item + .nav-item {
	margin-left: 0.2rem;
}

.nav-tabs .nav-link {
	display: block;
	padding: 0.5em 1em;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
	color: #818a91;
	border-color: transparent;
	background-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
	color: #55595c;
	border-color: #ddd #ddd transparent;
	background-color: #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills::after {
	display: table;
	clear: both;
	content: "";
}

.nav-pills .nav-item {
	float: left;
}

.nav-pills .nav-item + .nav-item {
	margin-left: 0.2rem;
}

.nav-pills .nav-link {
	display: block;
	padding: 0.5em 1em;
	border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
	cursor: default;
	color: #fff;
	background-color: #292f32;
}

.nav-stacked .nav-item {
	display: block;
	float: none;
}

.nav-stacked .nav-item + .nav-item {
	margin-top: 0.2rem;
	margin-left: 0;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.navbar {
	position: relative;
	padding: 0.5rem 1rem;
}

.navbar::after {
	display: table;
	clear: both;
	content: "";
}

@media (min-width: 544px) {
	.navbar {
		border-radius: 0.25rem;
	}
}

.navbar-full {
	z-index: 1000;
}

@media (min-width: 544px) {
	.navbar-full {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	z-index: 1030;
	right: 0;
	left: 0;
}

@media (min-width: 544px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
}

.navbar-fixed-bottom {
	bottom: 0;
}

.navbar-sticky-top {
	position: sticky;
	z-index: 1030;
	top: 0;
	width: 100%;
}

@media (min-width: 544px) {
	.navbar-sticky-top {
		border-radius: 0;
	}
}

.navbar-brand {
	font-size: 1.25rem;
	float: left;
	margin-right: 1rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}

.navbar-brand > img {
	display: block;
}

.navbar-divider {
	float: left;
	overflow: hidden;
	width: 1px;
	margin-right: 1rem;
	margin-left: 1rem;
	padding-top: 0.425rem;
	padding-bottom: 0.425rem;
}

.navbar-divider::before {
	content: "\00a0";
}

.navbar-toggler {
	font-size: 1.25rem;
	line-height: 1;
	padding: 0.5rem 0.75rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	background: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-nav .nav-item {
	float: left;
}

.navbar-nav .nav-link {
	display: block;
	padding-top: 0.425rem;
	padding-bottom: 0.425rem;
}

.navbar-nav .nav-link + .nav-link {
	margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
	margin-left: 1rem;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
	color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
	background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
	color: #fff;
}

.navbar-dark .navbar-divider {
	background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
	display: table;
	clear: both;
	content: "";
}

@media (max-width: 543px) {
	.navbar-toggleable-xs .navbar-nav .nav-item {
		float: none;
		margin-left: 0;
	}
}

@media (min-width: 544px) {
	.navbar-toggleable-xs {
		display: block !important;
	}
}

.navbar-toggleable-sm::after {
	display: table;
	clear: both;
	content: "";
}

@media (max-width: 767px) {
	.navbar-toggleable-sm .navbar-nav .nav-item {
		float: none;
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-toggleable-sm {
		display: block !important;
	}
}

.navbar-toggleable-md::after {
	display: table;
	clear: both;
	content: "";
}

@media (max-width: 991px) {
	.navbar-toggleable-md .navbar-nav .nav-item {
		float: none;
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.navbar-toggleable-md {
		display: block !important;
	}
}

.card {
	position: relative;
	display: block;
	margin-bottom: 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	background-color: #fff;
}

.card-block {
	padding: 1.25rem;
}

.card-block::after {
	display: table;
	clear: both;
	content: "";
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	background-color: #f5f5f5;
}

.card-header::after {
	display: table;
	clear: both;
	content: "";
}

.card-header:first-child {
	border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	background-color: #f5f5f5;
}

.card-footer::after {
	display: table;
	clear: both;
	content: "";
}

.card-footer:last-child {
	border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-primary {
	border-color: #292f32;
	background-color: #292f32;
}

.card-primary .card-header,
.card-primary .card-footer {
	background-color: transparent;
}

.card-success {
	border-color: #5cb85c;
	background-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
	background-color: transparent;
}

.card-info {
	border-color: #5bc0de;
	background-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
	background-color: transparent;
}

.card-warning {
	border-color: #f0ad4e;
	background-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
	background-color: transparent;
}

.card-danger {
	border-color: #d9534f;
	background-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
	background-color: transparent;
}

.card-outline-primary {
	border-color: #292f32;
	background-color: transparent;
}

.card-outline-secondary {
	border-color: #ccc;
	background-color: transparent;
}

.card-outline-info {
	border-color: #5bc0de;
	background-color: transparent;
}

.card-outline-success {
	border-color: #5cb85c;
	background-color: transparent;
}

.card-outline-warning {
	border-color: #f0ad4e;
	background-color: transparent;
}

.card-outline-danger {
	border-color: #d9534f;
	background-color: transparent;
}

.card-inverse .card-header,
.card-inverse .card-footer {
	border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
	color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
	color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
	color: #fff;
}

.card-blockquote {
	margin-bottom: 0;
	padding: 0;
	border-left: 0;
}

.card-img {
	border-radius: 0.25rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img-top {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card-img-bottom {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

@media (min-width: 544px) {
	.card-deck {
		display: table;
		width: 100%;
		margin-bottom: 0.75rem;
		table-layout: fixed;
		border-spacing: 1.25rem 0;
	}

	.card-deck .card {
		display: table-cell;
		margin-bottom: 0;
		vertical-align: top;
	}

	.card-deck-wrapper {
		margin-right: -1.25rem;
		margin-left: -1.25rem;
	}
}

@media (min-width: 544px) {
	.card-group {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	.card-group .card {
		display: table-cell;
		vertical-align: top;
	}

	.card-group .card + .card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group .card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group .card:first-child .card-img-top {
		border-top-right-radius: 0;
	}

	.card-group .card:first-child .card-img-bottom {
		border-bottom-right-radius: 0;
	}

	.card-group .card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group .card:last-child .card-img-top {
		border-top-left-radius: 0;
	}

	.card-group .card:last-child .card-img-bottom {
		border-bottom-left-radius: 0;
	}

	.card-group .card:not(:first-child):not(:last-child) {
		border-radius: 0;
	}

	.card-group .card:not(:first-child):not(:last-child) .card-img-top,
	.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
		border-radius: 0;
	}
}

@media (min-width: 544px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
	}

	.card-columns .card {
		width: 100%;
	}
}

.jumbotron {
	margin-bottom: 2rem;
	padding: 2rem 1rem;
	border-radius: 0.3rem;
	background-color: #eceeef;
}

@media (min-width: 544px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-hr {
	border-top-color: #d0d5d8;
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: bold;
}

.alert-dismissible {
	padding-right: 2rem;
}

.alert-dismissible .close {
	position: relative;
	top: -0.125rem;
	right: -1rem;
	color: inherit;
}

.alert-success {
	color: #3c763d;
	border-color: #d0e9c6;
	background-color: #dff0d8;
}

.alert-success hr {
	border-top-color: #c1e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	color: #31708f;
	border-color: #bcdff1;
	background-color: #d9edf7;
}

.alert-info hr {
	border-top-color: #a6d5ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	color: #8a6d3b;
	border-color: #faf2cc;
	background-color: #fcf8e3;
}

.alert-warning hr {
	border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	color: #a94442;
	border-color: #ebcccc;
	background-color: #f2dede;
}

.alert-danger hr {
	border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
	color: #843534;
}

.close {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	float: right;
	opacity: 0.2;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.close:focus,
.close:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.5;
	color: #000;
}

button.close {
	padding: 0;
	cursor: pointer;
	border: 0;
	background: transparent;

	-webkit-appearance: none;
}

.bg-faded {
	background-color: #f7f7f9;
}

.bg-primary {
	color: #fff !important;
	background-color: #292f32 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #121516 !important;
}

.bg-success {
	color: #fff !important;
	background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #449d44 !important;
}

.bg-info {
	color: #fff !important;
	background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #31b0d5 !important;
}

.bg-warning {
	color: #fff !important;
	background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #ec971f !important;
}

.bg-danger {
	color: #fff !important;
	background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #c9302c !important;
}

.bg-inverse {
	color: #fff !important;
	background-color: #373a3c !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
	background-color: #1f2021 !important;
}

.clearfix::after {
	display: table;
	clear: both;
	content: "";
}

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

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

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

.pull-xs-left {
	float: left !important;
}

.pull-xs-right {
	float: right !important;
}

.pull-xs-none {
	float: none !important;
}

@media (min-width: 544px) {
	.pull-sm-left {
		float: left !important;
	}

	.pull-sm-right {
		float: right !important;
	}

	.pull-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.pull-md-left {
		float: left !important;
	}

	.pull-md-right {
		float: right !important;
	}

	.pull-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.pull-lg-left {
		float: left !important;
	}

	.pull-lg-right {
		float: right !important;
	}

	.pull-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.pull-xl-left {
		float: left !important;
	}

	.pull-xl-right {
		float: right !important;
	}

	.pull-xl-none {
		float: none !important;
	}
}

.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	width: auto;
	height: auto;
	margin: 0;
}

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

.m-x-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

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

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

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

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

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

.m-x-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.m-y-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

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

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

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

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

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

.m-x-1 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.m-y-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

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

.m-t-2 {
	margin-top: 1.5rem !important;
}

.m-r-2 {
	margin-right: 1.5rem !important;
}

.m-b-2 {
	margin-bottom: 1.5rem !important;
}

.m-l-2 {
	margin-left: 1.5rem !important;
}

.m-x-2 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.m-y-2 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

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

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

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

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

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

.m-x-3 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.m-y-3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

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

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

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

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

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

.p-x-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.p-y-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

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

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

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

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

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

.p-x-1 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.p-y-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

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

.p-t-2 {
	padding-top: 1.5rem !important;
}

.p-r-2 {
	padding-right: 1.5rem !important;
}

.p-b-2 {
	padding-bottom: 1.5rem !important;
}

.p-l-2 {
	padding-left: 1.5rem !important;
}

.p-x-2 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.p-y-2 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

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

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

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

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

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

.p-x-3 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.p-y-3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pos-f-t {
	position: fixed;
	z-index: 1030;
	top: 0;
	right: 0;
	left: 0;
}

.text-justify {
	text-align: justify !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.text-xs-left {
	text-align: left !important;
}

.text-xs-right {
	text-align: right !important;
}

.text-xs-center {
	text-align: center !important;
}

@media (min-width: 544px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-normal {
	font-weight: normal;
}

.font-weight-bold {
	font-weight: bold;
}

.font-italic {
	font-style: italic;
}

.text-muted {
	color: #818a91 !important;
}

a.text-muted:focus,
a.text-muted:hover {
	color: #687077 !important;
}

.text-primary {
	color: #292f32 !important;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #121516 !important;
}

.text-success {
	color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
	color: #449d44 !important;
}

.text-info {
	color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
	color: #31b0d5 !important;
}

.text-warning {
	color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ec971f !important;
}

.text-danger {
	color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
	color: #c9302c !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	border: 0;
	background-color: transparent;
	text-shadow: none;
}

.invisible {
	visibility: hidden !important;
}

.hidden-xs-up {
	display: none !important;
}

@media (max-width: 543px) {
	.hidden-xs-down {
		display: none !important;
	}
}

@media (min-width: 544px) {
	.hidden-sm-up {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none !important;
	}
}

.hidden-xl-down {
	display: none !important;
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

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

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

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

*,
*:focus {
	outline: none;
}

*::-moz-focus-inner {
	border: 0;
}

body,
button,
a {
	outline: none;
}

strong,
b {
	font-weight: 400;
}

@media (min-width: 0) {
	main {
		min-height: calc(100vh - 220px);
	}
}

@media (min-width: 544px) {
	main {
		min-height: calc(100vh - 220px);
	}
}

@media (min-width: 768px) {
	main {
		min-height: calc(100vh - 270px);
	}
}

@media (min-width: 992px) {
	main {
		min-height: calc(100vh - 390px);
	}
}

@media (min-width: 1200px) {
	main {
		min-height: calc(100vh - 350px);
	}
}

.mt10 {
	margin-top: 10px;
}

.bd-round-icon {
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}
@media screen and (min-width: 768px) {
	.bd-round-icon {
		width: 32px;
		height: 32px;
		border: solid 1px #b2bbbd;
	}
}
@media screen and (max-width: 767px) {
	.bd-round-icon {
	width: 40px;
	height: 40px;
	}
}



.bd-round-icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.bd-popup {
	display: none;
}

.nopad {
	padding: 0;
}

.nopadl {
	padding-left: 0;
}

.nopadr {
	padding-right: 0;
}

.top-grey-fw-container {
	box-shadow: inset 0 0 50px 10px rgba(0, 0, 0, 0.05);
}

.progress-container .progress-bar {
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	background-color: #fedd2c;
}

.progress-container .progress-bar.complete.use {
	-webkit-animation: gift-animation 700s linear infinite;
	        animation: gift-animation 700s linear infinite;
	background: url(../images/basket-gifts-sprite.png) repeat-y 0 0, #fedd2c;
}

.progress-container .progress-bar.complete.reuse {
	background: url(../images/basket-gifts-sprite.png) repeat-y -207px 0, #b9c025;
}

.progress-container .progress-bar-content {
	position: absolute;
	position: absolute;
	z-index: 2;
}

.order-total-container {
	padding: 0;
}

.order-total-container .order-total {
	width: 108px;
	height: 51px;
	padding-top: 12px;
	padding-left: 12px;
	background-color: #f4f4f4;
}

.order-total-container .order-total::after {
	position: absolute;
	top: 0;
	right: 20px;
	width: 0;
	height: 0;
	content: " ";
	border-width: 26.5px 0 25.5px 17px;
	border-style: solid;
	border-color: transparent transparent transparent #f4f4f4;
}

.order-total-container .order-total .order-sum {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 0.7;
	color: #292f32;
}

.order-total-container .order-total .order-sum .currency {
	font-size: 20px;
	padding-left: 3px;
}

.order-total-container .order-total .order-discount {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	color: #474c4d;
}

.radios {
	padding-top: 10px;
}

.radios label {
	font-size: 16px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.2;
	margin-right: 10px;
	color: #3f484d;
}

.radios label span {
	padding-left: 10px;
}

span.currency {
	font-family: "currency";
}

span.current-price > span.currency {
	font-size: 27px;
	padding-left: 4px;
}

span.old-price > span.currency {
	font-size: 21px;
	padding-left: 2px;
}

.likes {
	position: absolute;
	right: 7px;
	bottom: 10px;
	width: 51px;
	height: 51px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-align: center;
	opacity: 0;
	border: solid 1px #e6e6e6;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #fff;

	    -ms-border-radius: 50%;
}

.likes .like-content {
	position: absolute;
	top: 14px;
	width: 51px;
	height: 10px;
	text-align: center;
	vertical-align: middle;
}

.likes .like-icon {
	display: inline-block;
	width: 15px;
	height: 14px;
	margin-right: 4px;
	background: url(../images/heart-sprite.png) left top no-repeat;
}

.likes.liked .like-icon {
	background: url(../images/heart-sprite.png) left bottom no-repeat;
}

.likes span {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.3;
	display: inline-block;
	margin-top: 2px;
	vertical-align: top;
	color: #292f32;
}

.font-fix,
.news-detail .detail-content,
.category-view-item .category-view-name .name-cont a,
.category-view-item .category-view-description,
#bonuses-info .title {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

@-webkit-keyframes shake_bd {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		        transform: translate3d(-1px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(1px, 0, 0);
		        transform: translate3d(1px, 0, 0);
	}
}

@keyframes shake {
	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0);
		        transform: translate3d(-1px, 0, 0);
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(1px, 0, 0);
		        transform: translate3d(1px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake_bd;
	        animation-name: shake_bd;
	-webkit-animation-duration: 1.2s;
	        animation-duration: 1.2s;
}

.sod_select.error_ {
	border-color: #59ba47;
}

.not-catalog .breadcrumb-box {
	margin-top: 50px;
}

.spinner {
	display: none;
	width: 45px;
	height: 45px;
	-webkit-animation: rotate-big step-start 0.8s infinite normal;
	   -moz-animation: rotate-big step-start 0.8s infinite normal;
	    -ms-animation: rotate-big step-start 0.8s infinite normal;
	     -o-animation: rotate-big step-start 0.8s infinite normal;
	        animation: rotate-big step-start 0.8s infinite normal;
	background: url(../images/spinner_bd.png);
}

@-moz-keyframes rotate-big {
	0% {
		background-position: 0 0;
	}
	13% {
		background-position: -45px 0;
	}
	26% {
		background-position: -90px 0;
	}
	39% {
		background-position: -135px 0;
	}
	52% {
		background-position: -180px 0;
	}
	65% {
		background-position: -225px 0;
	}
	78% {
		background-position: -270px 0;
	}
	91% {
		background-position: -315px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@-webkit-keyframes rotate-big {
	0% {
		background-position: 0 0;
	}
	13% {
		background-position: -45px 0;
	}
	26% {
		background-position: -90px 0;
	}
	39% {
		background-position: -135px 0;
	}
	52% {
		background-position: -180px 0;
	}
	65% {
		background-position: -225px 0;
	}
	78% {
		background-position: -270px 0;
	}
	91% {
		background-position: -315px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@-ms-keyframes rotate-big {
	0% {
		background-position: 0 0;
	}
	13% {
		background-position: -45px 0;
	}
	26% {
		background-position: -90px 0;
	}
	39% {
		background-position: -135px 0;
	}
	52% {
		background-position: -180px 0;
	}
	65% {
		background-position: -225px 0;
	}
	78% {
		background-position: -270px 0;
	}
	91% {
		background-position: -315px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@-o-keyframes rotate-big {
	0% {
		background-position: 0 0;
	}
	13% {
		background-position: -45px 0;
	}
	26% {
		background-position: -90px 0;
	}
	39% {
		background-position: -135px 0;
	}
	52% {
		background-position: -180px 0;
	}
	65% {
		background-position: -225px 0;
	}
	78% {
		background-position: -270px 0;
	}
	91% {
		background-position: -315px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes rotate-big {
	0% {
		background-position: 0 0;
	}
	13% {
		background-position: -45px 0;
	}
	26% {
		background-position: -90px 0;
	}
	39% {
		background-position: -135px 0;
	}
	52% {
		background-position: -180px 0;
	}
	65% {
		background-position: -225px 0;
	}
	78% {
		background-position: -270px 0;
	}
	91% {
		background-position: -315px 0;
	}
	100% {
		background-position: 0 0;
	}
}

.category-page header:before {
	top: 135px;
}

.category-page header .top-line {
	position: relative;
	z-index: 3;
	background-color: white;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.category-page header .product-categories-container {
	position: relative;
}

header .basket-btn-container .bd-round-icon {
	width: 40px;
	height: 40px;
	background-color: #fff;
}


header .basket-btn-container .bd-round-icon svg {
	width: 20px;
}
@media screen and (max-width: 767px) {
	header .basket-btn-container .bd-round-icon svg {
		margin-top: 9px;
	}
}



header .top-line {
	position: relative;
	height: 75px;
	padding: 20px 0;
	background-color: #fff;
}

header .logo {
	position: relative;
	display: block;
	float: left;
	height: 65px;
	margin-top: -15px;
}

header .logo * {
	font-size: 22px;
	line-height: 1.1;
	text-decoration: none;
	color: #292f32;
}


header .logo img {
	display: block;
	width: 100%;
}

header .information-btn {
	display: inline-block;
	margin-top: 6px;
	margin-left: 200px;
}

header .information-btn a {
	position: relative;
	display: inherit;
	padding-left: 20px;
	text-decoration: none;
	color: #292f32;
}

header .information-btn a span {
	border-bottom: 1px dashed #93989a;
}

header .information-btn a:hover span,
header .information-btn a.pop-active span {
	color: #59ba47;
	border-bottom: none;
}

header .information-btn a svg {
	position: absolute;
	top: 5px;
	left: 0;
	display: inherit;
	width: 15px;
	height: 15px;
	text-align: center;
}

header .information-btn a svg path {
	fill: #59ba47;
}


header .phone {
	display: inline-block;
}
@media screen and (min-width: 992px) {
	header .phone {
		margin-right: 13px;
		text-align: left;
	}
}
@media screen and (max-width: 991px) {
	header .phone {
		text-align: center;
	}
}



header .auth-block {
	display: inline-block;
}
@media screen and (min-width: 992px) {
	header .auth-block {
		float: right;
	}
}



header .auth-block .auth-btn {
	font-size: 14px;
	line-height: 1.7;
	text-decoration: none;
	cursor: pointer!important;
}

header .auth-block .auth-btn i{
	border: 1px solid #59ba47;
	background-color: #59ba47;
}

header .auth-block .auth-btn svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 12px;
	margin: auto;
}

header .auth-block .auth-btn svg path {
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;

	fill: white;
}

header .auth-block .auth-btn:hover i,
header .auth-block .auth-btn.pop-active i{
	text-decoration: none;
	background-color: white;
}

header .auth-block .auth-btn:hover svg path,
header .auth-block .auth-btn.pop-active svg path {
	fill: #59ba47;
}

header .auth-block .auth-btn:hover .bd-round-icon,
header .auth-block .auth-btn.pop-active .bd-round-icon {
	border-color: #59ba47;
}

header .auth-block .auth-btn:hover span,
header .auth-block .auth-btn.pop-active span {
	color: #59ba47;
	border-bottom: none;
}

header .auth-block .auth-btn span {
	margin-left: 9px;
	border-bottom: 1px dashed #93989a;
}

header .auth-block .bonuses-info-btn {
	cursor: pointer!important;
	text-decoration: none;
}

header .auth-block .bonuses-info-btn i {
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	background-color: #59ba47;
	border: 1px solid #59ba47;
}

header .auth-block .bonuses-info-btn svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

header .auth-block .bonuses-info-btn svg path {
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;

	fill: white;
}

header .auth-block .bonuses-info-btn:hover i,
header .auth-block .bonuses-info-btn.pop-active i {
	background-color: white;
}

header .auth-block .bonuses-info-btn:hover svg path,
header .auth-block .bonuses-info-btn.pop-active svg path {
	fill: #59ba47;
}




header .product-categories-container .container .row {
	height: 58px;
	padding: 15px 0;
}

header .product-categories-container nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header .product-categories-container nav ul li {
	display: inline-block;
	margin-right: 25px;
}

header .product-categories-container nav ul li.menu-extend-cont {
	display: none;
}

header .product-categories-container nav ul li a {
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-decoration: none;
	border-bottom: 1px solid #93989a;
}

header .product-categories-container nav ul li a.pop-active {
	color: #59ba47;
	border-bottom: none;
}

header .product-categories-container nav ul li:hover a,
header .product-categories-container nav ul li:hover span,
header .product-categories-container nav ul li.active a,
header .product-categories-container nav ul li.active span {
	color: #59ba47;
	border-bottom: none;
}

.index-page .product-categories-container {
	border-bottom: none;
}

.menu-general {
	overflow: hidden;
	max-height: 25px;
}

.content.non-catalog {
	margin-top: 30px !important;
}

#popover-auth .webui-popover-content {
	width: 100%;
	padding: 10px;
}

#popover-auth.is_auth .webui-popover-content {
	padding: 0;
}

#popover-auth[data-state="logged-in"] .webui-popover-content {
	padding: 0;
}

#popover-auth[data-state="sign-up-phone"] .webui-popover-inner:after {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.2;
	display: block;
	width: 255px;
	height: 62px;
	padding: 15px 20px 20px 20px;
	content: "На указанный телефон в течении нескольких секунд придет 5-значный код.";
	color: #9299a2;
	border-top: 1px solid #e2e4e5;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #f6f7f8;
}

#rules-modal .md-content {
	width: 730px;
	height: 520px;
	padding: 30px 50px;
	padding-right: 11px;
	background: white;
}

#rules-modal .md-content .md-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

#rules-modal .md-content .md-close svg {
	width: 20px;
}

#rules-modal .md-content .md-close svg path {
	fill: #979797;
}

#rules-modal .md-content .title {
	font-size: 16px;
	font-weight: normal;
	font-stretch: condensed;
	line-height: 1.7;
	color: #000;
}

#rules-modal .md-content .rules-text-cont {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
	height: 440px;
	padding-right: 50px;
	color: #4d4d4d;
}

#rules-modal .md-content .rules-text-cont.scroll-wrapper {
	background: url("../images/shadow_rules.png") bottom no-repeat;
}

.auth-tabs {
	width: 190px;
	margin-bottom: 14px;
}

.auth-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.auth-tabs ul li {
	display: inline-block;
	padding: 2px 18px;
}

.auth-tabs ul li.active {
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	background-color: #59ba47;

	    -ms-border-radius: 12px;
}

.auth-tabs ul li.active a {
	color: white;
	border: none;
}

.auth-tabs ul li a {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	text-decoration: none;
	color: #292f32;
	border-bottom: 1px dashed #93989a;
}

.auth-tabs ul li a:hover {
	text-decoration: none;
	border: none;
}

.auth-state {
	display: none;
}

.auth-state.logged-in-state,
.auth-state.sign-in-email-state {
	display: block;
}

.auth-state .social-icons {
	margin-top: 15px;
	border-top: 1px solid #e6e6e6;
}

.auth-state .social-icons .title {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #3f484d;
}

.auth-state .social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.auth-state .social-icons ul li {
	position: relative;
	display: inline-block;
}

.auth-state .social-icons ul li a {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}

.auth-state .social-icons ul li a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 25px;
	height: 25px;
	margin: -12px 0 0 -12px;
	content: "";
	background-image: url(../images/social-sprite.png);
	background-size: cover;
}

.auth-state .social-icons ul li a.vk {
	background: #5d7ea3;
}

.auth-state .social-icons ul li a.vk:after {
	margin: -9px 0 0 -13px;
	background-position: -1px -373px;
}

.auth-state .social-icons ul li a.fb {
	background: #4763a1;
}

.auth-state .social-icons ul li a.fb:after {
	margin: -9px 0 0 -13px;
	background-position: 1px -324px;
}

.auth-state .social-icons ul li a.tw {
	background: #51abf1;
}

.auth-state .social-icons ul li a.tw:after {
	margin: -9px 0 0 -13px;
	background-position: 1px -74px;
}

.auth-state .bd-form-messages {
	text-align: center;
}

.auth-state .bd-input.bordered {
	border-radius: 3px;
}

.auth-state input[type="checkbox"] {
	display: none;
}

.auth-state input[type="checkbox"] + label span {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: -10px 0 0 0;
	cursor: pointer;
	vertical-align: top;
	background: url(../images/agree-sprite.png) left -20px no-repeat;
}

.auth-state input[type="checkbox"]:checked + label span {
	background: url(../images/agree-sprite.png) left top no-repeat;
}

.auth-state .success-text {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.1;
	position: relative;
	padding-left: 51px;
	color: #292f32;
}

.auth-state .success-text .success-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #b9d137;

	    -ms-border-radius: 50%;
}

.auth-state .success-text .success-icon svg {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 15px;
	margin: auto;
}

.auth-state .success-text .success-icon svg path {
	fill: white;
}

.auth-state .success-text .success-icon:before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 38px;
	height: 38px;
	content: " ";
	border: 2px solid #b9d137;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}

.auth-state .state-info,
.auth-state .resend-cont .resend-status {
	font-size: 11px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.2;
	margin-top: 10px;
	color: #a7a8a8;
}

.auth-state .resend-cont {
	margin-top: 10px;
}

.auth-state .resend-cont .code-resend {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #292f32;
}

.auth-state .resend-cont .code-resend span {
	border-bottom: 1px solid #929799;
}

.auth-state .resend-cont .code-resend span:hover {
	border: none;
}

.auth-state .resend-cont .resend-status {
	font-size: 11px;
	display: none;
	margin: 0;
	text-align: center;
}

.auth-state .rules {
	margin-top: 30px;
}

.auth-state .rules span {
	display: inline-block;
	margin-top: -20px;
	padding-left: 30px;
	cursor: pointer;
}

.auth-state .rules .label {
	font-size: 11px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.1;
	position: relative;
	color: #a7a8a8;
}

.auth-state .rules .label label {
	position: absolute;
}

.auth-state .rules .label a {
	color: #59ba47;
}

.auth-state .rules .label a:hover {
	text-decoration: none;
	color: #59ba47;
}

.auth-state .forgot {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1;
	display: block;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #292f32;
}

.auth-state .forgot span {
	border-bottom: 1px solid #929799;
}

.auth-state .forgot span:hover {
	border: none;
}

.auth-state.logged-in-state .bonuses {
	padding-bottom: 5px;
	padding-left: 51px;
	border-bottom: 1px solid #efefef;
}

.auth-state.logged-in-state .bonuses .title {
	font-size: 16px;
	font-stretch: condensed;
	line-height: 3;
	display: inline-block;
	padding-right: 5px;
	color: #292f32;
}

.auth-state.logged-in-state .bonuses .value {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.4;
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #59ba47;

	    -ms-border-radius: 3px;
}

.auth-state.logged-in-state .bonuses .value .currency {
	font-size: 16px;
	padding-left: 3px;
}

.auth-state.logged-in-state nav {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}

.auth-state.logged-in-state nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.auth-state.logged-in-state nav ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 51px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

.auth-state.logged-in-state nav ul li:hover {
	background-color: #f1f1f1;
}

.auth-state.logged-in-state nav ul li:hover a {
	text-decoration: none;
}

.auth-state.logged-in-state nav ul li a {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.9;
	text-decoration: none;
	color: #292f32;
	border-bottom: 1px solid #93989a;
}

.auth-state.logged-in-state nav ul li a:hover {
	border: none;
}

.auth-state.logged-in-state .exit-btn {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	display: inline-block;
	width: 125px;
	height: 27px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 51px;
	color: #808788;
	border: solid 1px #b2bbbd;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	background-color: #fff;

	    -ms-border-radius: 12px;
}

.auth-state.logged-in-state .exit-btn:hover {
	color: #fff;
	border-color: #292f32;
	background-color: #292f32;
}

.bd-slider {
	max-height: 400px;
	margin-top: 5px;
	margin-bottom: 35px;
	-webkit-transition: opacity 1s;
	   -moz-transition: opacity 1s;
	    -ms-transition: opacity 1s;
	     -o-transition: opacity 1s;
	        transition: opacity 1s;
	opacity: 0;
}

.carousel-cell {
	width: inherit;
	max-height: 400px;
}

.carousel-cell a {
	display: block;
	width: inherit;
}

.carousel-cell a img {
	width: inherit;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	    -ms-border-radius: 3px;
}

.information-block {
	margin: 0;
	margin-top: 40px;
	padding: 37px 20px 20px 12px;
	color: white;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: white;

	    -ms-border-radius: 3px;
}

@media (min-width: 1200px) {
	.information-block {
		height: 125px;
	}
}

.information-block h1 {
	font-size: 24px;
	font-stretch: condensed;
	line-height: 1;
	color: #fff;
}

.information-block h2.social-repost {
	font-size: 20px;
	display: table-cell;
	width: 310px;
	padding-left: 20px;
	vertical-align: middle;
	color: #747474;
	border-right: 1px solid #bfc5c7;
}

.information-block .social-repost-text {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	display: table-cell;
	width: 390px;
	padding-left: 30px;
	vertical-align: middle;
	color: #747474;
}

.information-block .information-icons {
	padding: 0;
}

.information-block .information-icons .sprite {
	display: inline-block;
	width: 56px;
	height: 55px;
	margin-left: 8px;
	background-image: url(../images/spritesheet.png);
	background-repeat: no-repeat;
}

.information-block .information-icons .sprite-repost_od {
	background-position: -5px -5px;
}

.information-block .information-icons .sprite-repost_od:hover {
	background-position: -5px -70px;
}

.information-block .information-icons .sprite-repost_twitter {
	background-position: -5px -135px;
}

.information-block .information-icons .sprite-repost_twitter:hover {
	background-position: -5px -200px;
}

.information-block .information-icons .sprite-repost_fb {
	background-position: -5px -265px;
}

.information-block .information-icons .sprite-repost_fb:hover {
	background-position: -5px -330px;
}

.information-block .information-icons .sprite-repost_vk {
	background-position: -5px -395px;
}

.information-block .information-icons .sprite-repost_vk:hover {
	background-position: -5px -460px;
}

.main-last-container {
	margin: 0;
	margin-top: 50px;
	padding-top: 40px;
	background-color: #f9f9f9;
}

.main-last-container .image img {
	width: 120px;
	max-width: 100%;
}

@-webkit-keyframes arrowShow {
	to {
		-webkit-transform: translate3d(10px, 0, 0);
		        transform: translate3d(10px, 0, 0);
	}
}

@-o-keyframes arrowShow {
	to {
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes arrowShow {
	to {
		-webkit-transform: translate3d(10px, 0, 0);
		        transform: translate3d(10px, 0, 0);
	}
}

@-webkit-keyframes arrowHide {
	0% {
		-webkit-transform: translate3d(10px, 0, 0);
		        transform: translate3d(10px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(20px, 0, 0);
		        transform: translate3d(20px, 0, 0);
	}
}

@-o-keyframes arrowHide {
	0% {
		transform: translate3d(10px, 0, 0);
	}
	to {
		transform: translate3d(20px, 0, 0);
	}
}

@keyframes arrowHide {
	0% {
		-webkit-transform: translate3d(10px, 0, 0);
		        transform: translate3d(10px, 0, 0);
	}
	to {
		-webkit-transform: translate3d(20px, 0, 0);
		        transform: translate3d(20px, 0, 0);
	}
}

.news-list {
	margin-top: 10px;
}

.news-list .news-item {
	margin-top: 10px;
	box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
	padding: 10px;
	-webkit-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);

	    -ms-border-radius: 12px;
}

.news-list .news-item:hover {
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
}

.news-list .news-item.animate {
	-webkit-transform: translateY(200px);
	        transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	        animation: moveUp 0.65s ease forwards;
}

.news-list .news-item .news-photo {
	padding-left: 0;
}

.news-list .news-item .news-photo img {
	width: 100%;
	height: auto;
	margin: 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	    -ms-border-radius: 3px;
}

.news-list .news-item:hover .news-title .news-arrow-icon svg {
	-webkit-animation-name: arrowShow;
	     -o-animation-name: arrowShow;
	        animation-name: arrowShow;
	opacity: 1;
}

.news-list .news-item.without-photo {
	padding-top: 30px;
	padding-bottom: 30px;
}

.news-list .news-item .news-title {
	font-size: 22px;
	font-weight: 400;
	font-stretch: condensed;
	line-height: 0.8;
	position: relative;
	color: #404447;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration-color: #93989a;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.news-list .news-item .news-title span {
	position: relative;
	display: inline-block;
}

.news-list .news-item .news-title .news-arrow-icon {
	position: absolute;
	top: 0;
	right: -30px;
	width: 31px;
	height: 31px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}

.news-list .news-item .news-title .news-arrow-icon svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	margin: auto;
	-webkit-transition: opacity 0.5s ease;
	     -o-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-animation: arrowHide 0.5s;
	     -o-animation: arrowHide 0.5s;
	        animation: arrowHide 0.5s;
	opacity: 0;

	-webkit-animation-fill-mode: forwards;
	     -o-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.news-list .news-item .news-title .news-arrow-icon svg circle {
	fill: transparent;
	stroke: white;
	stroke-width: 4px;
}

.news-list .news-item .news-title .news-arrow-icon svg path {
	-webkit-transition: stroke 0.2s ease-in-out;
	     -o-transition: stroke 0.2s ease-in-out;
	        transition: stroke 0.2s ease-in-out;

	fill: white;
	fill: rgba(255, 255, 255, 0);
	stroke: white;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-width: 4px;
}

.news-list .news-item .news-title a {
	border-bottom: 1px solid #93989a;
}

.news-list .news-item .news-title a:hover {
	border-bottom: none;
}

.news-list .news-item .news-date {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 2;
	margin-top: 10px;
	color: #292f32;
}

.news-list .news-item .news-text {
	font-size: 14px;
	font-weight: 300;
	background-color: #fff;
	font-stretch: condensed;
	line-height: 1.2;
	padding-top: 10px;
	color: #292f32;
}

.news-list .news-item .news-text ol {
	padding-left: 13px;
}

.news-list .news-item .news-text.col-xl-7 {
	padding-bottom: 30px;
}

.news-list .news-item .news-text img {
	max-width: 100%;
}

.news-detail .news-detail-image img {
	max-width: 100%;
	height: auto;
}

.news-detail .back-to-catalog {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.7;
	color: #000;
}

.news-detail .back-to-catalog a {
	text-decoration: none;
}

.news-detail .back-to-catalog a:hover {
	text-decoration: underline;
	color: #f22b42;
}

.news-detail .back-to-catalog a:before {
	display: inline-block;
	width: 18px;
	height: 6px;
	margin: 10px 8px 0 5px;
	content: "";
	vertical-align: top;
	background: url(../images/can-u-back.png) no-repeat scroll 0 0;
}

.news-detail .back-to-catalog a:hover:before {
	background: url(../images/can-u-back.png) no-repeat scroll 0 -6px;
}

.news-detail .back-to-catalog .go-back:hover {
	border: none;
}

.news-detail .detail-content {
	font-size: 16px;
	font-weight: 300;
	margin-top: 30px;
}

.news-detail .additional-photo-item {
	padding: 0;
}

.news-detail .additional-photo-item a {
	display: block;
	overflow: hidden;
	margin: 15px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	    -ms-border-radius: 3px;
}

.news-detail .additional-photo-item a img {
	max-width: 100%;
}

.preview_ {
	position: relative;
	overflow: hidden;
}

.preview_ img.product-image {
	max-width: 100%;
}

.preview_ .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.05);
}

.preview_ .overlay .zoom-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	cursor: pointer;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background: rgba(0, 0, 0, 0.4) url(../images/zoom-icon.png) center no-repeat;

	    -ms-border-radius: 50%;
}

.preview_:hover .likes {
	opacity: 0.9;
}

.preview_:hover .overlay {
	opacity: 1;
}

.sales .news-item {
	height: 250px;
}

.sales .news-item .news-text {
	padding-top: 35px;
}

.sales .news-item .news-text .col-xs-6 .col-xs-3,
.sales .news-item .news-text .col-xs-6 .col-xs-6 {
	height: 73px;
}

.sales .news-item .news-text .col-xs-6 .col-xs-3 p,
.sales .news-item .news-text .col-xs-6 .col-xs-6 p {
	display: table-cell;
	height: 64px;
	vertical-align: middle;
}

.products-sub-menu-main nav,
.products-sub-menu nav {
	margin-bottom: 25px;
}

.products-sub-menu-main nav ul,
.products-sub-menu nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.products-sub-menu-main nav ul li,
.products-sub-menu nav ul li {
	display: inline-block;
	margin-right: 25px;
}

.products-sub-menu-main nav ul li a,
.products-sub-menu nav ul li a {
	font-size: 15px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	text-decoration: none;
	border-bottom: 1px dashed #93989a;
}

.products-sub-menu-main nav ul li.active a,
.products-sub-menu-main nav ul li:hover a,
.products-sub-menu nav ul li.active a,
.products-sub-menu nav ul li:hover a {
	color: #59ba47;
	border: none;
}

.products-sub-menu {
	height: 48px;
	padding-top: 20px;
}

.products-sub-menu .ingridients-filter-btn {
	text-decoration: none;
}

.products-sub-menu .ingridients-filter-btn span {
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.5;
	margin-left: 10px;
	color: #292f32;
	border-bottom: 1px dashed #93989a;
}

.products-sub-menu .ingridients-filter-btn span:hover {
	border: none;
}

.products-sub-menu .ingridients-filter-btn svg {
	width: 11px;
	height: 9.8px;
}

.products-sub-menu .ingridients-filter-btn svg path {
	fill: #262626;
}

.products-sub-menu .ingridients-filter-btn.pop-active span {
	color: #59ba47;
	border: none;
	border-bottom: 1px dashed #59ba47;
}

.products-sub-menu .ingridients-filter-btn.pop-active svg path {
	fill: #59ba47;
}

.products-sub-menu .ingridients-filter-btn.active span {
	color: #59ba47;
	border-bottom: 1px dashed #59ba47;
}

.products-sub-menu .ingridients-filter-btn.active span:hover {
	border: none;
}

.products-sub-menu .ingridients-filter-btn.active svg path {
	fill: #59ba47;
}

.products-sub-menu .clear-filter-btn {
	margin-left: 20px;
	text-decoration: none;
}

.products-sub-menu .clear-filter-btn span {
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.5;
	color: #808080;
	border-bottom: 1px dashed #808080;
}

.products-sub-menu .clear-filter-btn span:hover {
	border: none;
}

.products-sub-menu nav ul li a {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #292f32;
	border-bottom-style: solid;
}

.products-sub-menu-main nav ul li a {
	line-height: 1.5;
	color: #292f32;
}

.products-sub-menu-main nav ul li.active a {
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	padding: 8px 20px;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #59ba47;

	    -ms-border-radius: 3px;
}

.products-sub-menu-main nav ul li.active a:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -6px;
	content: " ";
	pointer-events: none;
	border: solid transparent;
	border-width: 6px;
	border-color: rgba(176, 184, 50, 0);
	border-top-color: #59ba47;
}

@media (min-width: 992px) {
	.row.product-list {
		margin-right: -5px;
		margin-left: -5px;
	}

	.row.product-list .col-lg-3 {
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media (min-width: 1200px) {
	.row.product-list {
		margin-right: -16px;
		margin-left: -16px;
	}

	.row.product-list .col-lg-3 {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.index-products {
	display: none;
}

.index-products.first {
	display: block;
}

@-webkit-keyframes moveUp {
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes moveUp {
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}

.product-ajax-cont.animate {
	-webkit-transform: translateY(200px);
	        transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	        animation: moveUp 0.65s ease forwards;
}


.product {
	margin-bottom: 12px;
	border-radius: 12px;
	background: white;
}


.product .preview {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.product .preview .without-sale {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 27px;
	height: 27px;
	background: url("../images/stop_sale.png") no-repeat;
}

.product .preview .product-labels {
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}

.product .preview .product-labels .product-label {
	position: relative;
	display: inline-block;
	width: 25px;
	margin-right: -25px;
	-webkit-transition: margin-right 0.5s;
	   -moz-transition: margin-right 0.5s;
	    -ms-transition: margin-right 0.5s;
	     -o-transition: margin-right 0.5s;
	        transition: margin-right 0.5s;
}

.product .preview img.product-image {
	max-width: 100%;
}

.product .preview .likes {
	position: absolute;
	right: 7px;
	bottom: 10px;
	width: 51px;
	height: 51px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-align: center;
	opacity: 0;
	border: solid 1px #e6e6e6;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #fff;

	    -ms-border-radius: 50%;
}

.product .preview .likes.guest-likes {
	cursor: de;
}

.product .preview .likes span {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.3;
	color: #292f32;
}

.product .preview .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.05);
}

.product .preview .overlay .zoom-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	cursor: pointer;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background: rgba(0, 0, 0, 0.4) url(../images/zoom-icon.png) center no-repeat;

	    -ms-border-radius: 50%;
}

.product .preview:hover .likes {
	opacity: 0.9;
}

.product .preview:hover .overlay {
	opacity: 1;
}



.product .product-info {
	position: relative;
	height: auto;
	padding: 0 20px;
}




.product .product-info .energy-value-content {
	display: none;
}

.product .product-info .energy-value-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product .product-info .energy-value-content ul li {
	font-size: 12px;
	font-weight: 300;
	color: #777;
}

.product .product-info .energy-value-content ul li span {
	display: inline-block;
}

.product .product-info .energy-value-content ul li span.meta-property {
	position: relative;
	width: 100px;
}

.product .product-info .energy-value-content ul li span.meta-property div {
	display: inline-block;
	background: #fff;
}

.product .product-info .energy-value-content ul li span.meta-property:after {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 4px;
	display: inline-block;
	width: inherit;
	height: 11px;
	content: " ";
	border-bottom: 1px dotted #777;
}









.product .base-price .product-prices .current-price {
	color: #000 !important;
}

.product .product-footer {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.product .product-info .product-title {
	font-size: 17px;
	font-weight: 600;
	font-stretch: condensed;
	line-height: 1.1;
	display: block;
	display: block;
	margin-top: 15px;
	cursor: default;
	text-decoration: none;
	color: #292f32;
}

.product .product-info .product-description {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	padding-top: 10px;
	color: #666;
}

.product .product-info .product-options {
	font-size: 12px;
	font-weight: 300;
	position: absolute;
	bottom: 120px;
	width: 100%;
	padding-top: 10px;
	padding-right: 40px;
}

.product .product-info .product-options .single-option {
	padding-right: 0 !important;
}

.product .product-info .product-options:after {
	display: table;
	clear: both;
	content: " ";
}

@media (min-width: 0) {
	.product .product-info .product-options .options-row-select:first-child {
		padding-right: 0;
	}
}

@media (min-width: 544px) {
	.product .product-info .product-options .options-row-select:first-child {
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.product .product-info .product-options .options-row-select:first-child {
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	.product .product-info .product-options .options-row-select:first-child {
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.product .product-info .product-options .options-row-select:first-child {
		padding-right: 0;
	}
}

@media (min-width: 1200px) {
	.product .product-info .product-options .options-row-select.options-length-2:first-child {
		padding-right: 5px;
	}
}

@media (min-width: 992px) {
	.product .product-info .product-options .options-row-select {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}

@media (min-width: 1200px) {
	.product .product-info .product-options .options-row-select {
		margin-top: 11px;
		margin-bottom: 11px;
	}
}

.product .product-info .product-options .options-row-select label {
	display: block;
}

.product .product-info .product-options .options-row-select label span {
	margin-left: 10px;
}

.product .product-prices {
	padding-top: 10px;
}

.product .product-prices > span {
	margin-right: 5px;
}

.product .product-prices .old-price {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.3;
	color: #bfc5c7;
}

.product .product-prices .line-through {
	margin-right: 0;
	text-decoration: line-through;
}

.product .product-prices .current-price {
	font-size: 24px;
	line-height: 1;
	color: #fe0000;
}

.product .product-prices .weight {
	display: block;
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.7;
	color: #747474;
}

.product .product-actions {
	margin-bottom: 20px;
	padding-top: 10px;
}


.product.choose_option_state .product-actions.with-progress .add-to-cart-btn {
	display: block;
}
.product.choose_option_state .product-actions.with-progress .progress-container {
	display: none;
}

.product .product-actions.with-progress:hover .add-to-cart-btn {
	display: block;
}

.product .product-actions.with-progress:hover .progress-container {
	display: none;
}

.product .product-actions.progress-complete a.add-to-cart-btn {
	display: none !important;
}

.product .product-actions.progress-complete:hover a.add-to-cart-btn {
	display: none !important;
}

.product .product-actions.progress-complete:hover .progress-container {
	display: block !important;
}

.product .product-actions .progress-container {
	position: relative;
	display: none!important;
	height: 36px;
	border: 1px solid #bfc5c7;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	    -ms-border-radius: 3px;
}

.product .product-actions .progress-container .progress-bar {
	height: 34px;
}

.product .product-actions .progress-container .progress-bar-content {
	font-size: 14px;
	line-height: 2.5;
	width: 100%;
	text-align: center;
	color: #292f32;
}

.product .product-actions .add-to-cart-btn {
	font-size: 16px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 2.1;
	display: block;
	width: 100%;
	height: 36px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-align: center;
	text-decoration: none;
	color: #999;
	border: solid 1px #bfc5c7;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #fff;

	    -ms-border-radius: 3px;
}

.product .product-actions .add-to-cart-btn.native:hover {
	color: white;
	border-color: #59ba47;
	background: #59ba47;
}

.product .product-actions .add-to-cart-btn.retry {
	color: #59ba47;
	border-color: #59ba47!important;
	background-color: white;
}

.product .product-actions .add-to-cart-btn.retry:hover {
	color: white;
	border-color: #59ba47!important;
	background: #59ba47;
}

.product img {
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
}

.preview .product-labels {
	width: 100%!important;
}

.preview .product-labels .product-label {
	margin-right: 1px!important;
}

.product:hover .product-actions .progress-container {
	display: none;
}

.product:hover .progress-complete a.add-to-cart-btn {
	display: none !important;
}

.product:hover .progress-complete .progress-container {
	display: block !important;
}

.product:hover .add-to-cart-btn.native {
	display: block !important;
}

.product:hover .add-to-cart-btn.native {
	color: white;
	border-color: #59ba47;
	background: #59ba47;
}

.product:hover .add-to-cart-btn.retry {
	color: white;
	background: #59ba47;
}

.product.product-detail {
	border: none;
}

.product.product-detail .progress-container {
	display: block;
}

.product.product-detail:hover .progress-container {
	display: none;
}

.product.product-detail:hover .add-to-cart-btn {
	display: block;
}

.product.product-detail:hover img {
	transform: none;
}

.product.product-detail .options-row-select {
	margin-bottom: 0 !important;
}

.product.product-detail .add-to-cart-btn {
	color: #fff;
	border: 1px solid #59ba47;
	background-color: #59ba47;
}

.product.product-detail .add-to-cart-btn:hover {
	background-color: #8bcf7f;
	border: 1px solid #8bcf7f;
}

.product.product-detail .product-info {
	margin-top: 30px;
}

.product.product-detail .preview {
	width: 33.333333%;
	margin-top: 40px;
	border: solid 1px #e6e6e6;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	background-color: #fff;

	    -ms-border-radius: 12px;
}

@media (min-width: 0) {
	.product.product-detail .preview {
		width: 70%;
		margin: 20px auto;
	}
}

@media (min-width: 544px) {
	.product.product-detail .preview {
		width: 70%;
		margin: 20px auto;
	}
}

@media (min-width: 768px) {
	.product.product-detail .preview {
		width: 70%;
		margin: 20px auto;
	}
}

@media (min-width: 992px) {
	.product.product-detail .preview {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.product.product-detail .preview {
		width: 100%;
	}
}

.product.product-detail .preview img {
	width: 100%;
}

.product.product-detail .preview .likes {
	opacity: 1;
}

.product.product-detail .product-prices {
	margin: 10px 0 0 0;
}

.product.product-detail .back-to-catalog {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.7;
	color: #000;
}

.product.product-detail .back-to-catalog a {
	text-decoration: none;
}

.product.product-detail .back-to-catalog a span {
	border-bottom: 1px solid #929799;
}

.product.product-detail .back-to-catalog a span:hover {
	color: #fe0000;
	border: none;
}

.product.product-detail .back-to-catalog a:hover {
	color: #f22b42;
}

.product.product-detail .back-to-catalog a:hover span {
	border-bottom: none;
}
.product.product-detail .back-to-catalog a:hover:before {
	background: url(../images/can-u-back.png) no-repeat scroll 0 -6px;
}

.product.product-detail .back-to-catalog a:before {
	display: inline-block;
	width: 18px;
	height: 6px;
	margin: 10px 8px 0 5px;
	content: "";
	vertical-align: top;
	background: url(../images/can-u-back.png) no-repeat scroll 0 0;
}

.product.product-detail .product-energy a {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.2;
	text-decoration: none;
	color: #292f32;
	border-bottom: 1px dashed;
}

.product.product-detail .product-energy a:hover,
.product.product-detail .product-energy a.pop-active {
	color: #fe0000;
	border: none;
}

.load-more {
	margin-top: 20px;
}

.product-load-more-btn {
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.6;
	line-height: 2;
	display: block;
	height: 36px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-align: center;
	text-decoration: none;
	color: #a9a9a9;
	border: solid 1px #bfc5c7;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #fff;

	    -ms-border-radius: 3px;
}

.product-load-more-btn:hover {
	text-decoration: none;
	color: #747474;
	border-color: #a9a9a9;
}

.product-load-more-btn:focus {
	text-decoration: none;
	color: #747474;
	border-color: #a9a9a9;
}




.category-page .product-list {
	margin-top: 10px;
}

body.category-page .content {
	margin-top: 0;
}

.breadcrumb-box h1 {
	font-weight: bold;
	font-stretch: condensed;
	display: inline-block;
}

.breadcrumb-box .breadcrumb-container {
	position: relative;
	top: 9px;
	left: 8px;
	overflow: hidden;
	max-width: 35px;
	height: 35px;
	cursor: pointer;
	-webkit-transition: all 1s ease, opacity 1.8s, border-radius 5s;
	   -moz-transition: all 1s ease, opacity 1.8s, border-radius 5s;
	    -ms-transition: all 1s ease, opacity 1.8s, border-radius 5s;
	     -o-transition: all 1s ease, opacity 1.8s, border-radius 5s;
	        transition: all 1s ease, opacity 1.8s, border-radius 5s;
	border: solid 1px #b2bbbd;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}
@media screen and (min-width: 768px) {
	.breadcrumb-box .breadcrumb-container {
		display: inline-block;
	}
}
@media screen and (max-width: 767px) {
	.breadcrumb-box .breadcrumb-container {
		display: block;
	}
}



.breadcrumb-box .breadcrumb-container.open {
	max-width: 400px;
	cursor: default;
	-webkit-transition: all 1s ease, opacity 0.8s, border-radius 0.01s;
	   -moz-transition: all 1s ease, opacity 0.8s, border-radius 0.01s;
	    -ms-transition: all 1s ease, opacity 0.8s, border-radius 0.01s;
	     -o-transition: all 1s ease, opacity 0.8s, border-radius 0.01s;
	        transition: all 1s ease, opacity 0.8s, border-radius 0.01s;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;

	    -ms-border-radius: 20px;
}

.breadcrumb-box .breadcrumb-container.open .breadcrumb-path-container {
	opacity: 1;
}

.breadcrumb-box .breadcrumb-container.open .breadcrumb-path-container .close {
	opacity: 1;
}

.breadcrumb-box .breadcrumb-container.open .breadcrumb-toggle {
	z-index: 0;
	opacity: 0 !important;
}

.breadcrumb-box .breadcrumb-container .breadcrumb-item {
	display: inline-block;
}

.breadcrumb-box .breadcrumb-container .breadcrumb-item a {
	text-decoration: none;
}

.breadcrumb-box .breadcrumb-container .breadcrumb-item a:hover {
	text-decoration: none;
	color: #59ba47;
}

.breadcrumb-box .breadcrumb-container .breadcrumb-toggle {
	position: absolute;
	z-index: 2;
	display: inline-block;
	margin-top: 4px;
	margin-left: 11px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-decoration: none;
	opacity: 1;
}

.breadcrumb-box .breadcrumb-container .breadcrumb-toggle:hover {
	opacity: 0.7;
}

.breadcrumb-box .breadcrumb-container .breadcrumb-path-container {
	font-size: 12px;
	line-height: 2.6;
	position: relative;
	top: 0;
	left: 6px;
	display: inline-block;
	height: 33px;
	padding-right: 20px;
	padding-left: 30px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
	opacity: 0;
}

.breadcrumb-box .breadcrumb-container .breadcrumb-path-container a,
.breadcrumb-box .breadcrumb-container .breadcrumb-path-container .last-item,
.breadcrumb-box .breadcrumb-container .breadcrumb-path-container .delimiter {
	margin-left: 5px;
}

.breadcrumb-box .breadcrumb-container .breadcrumb-path-container .last-item,
.breadcrumb-box .breadcrumb-container .breadcrumb-path-container .delimiter:last-of-type {
	color: #989898;
}

.breadcrumb-box .breadcrumb-container .breadcrumb-path-container .close {
	font-size: 20px;
	font-weight: 300;
	position: absolute;
	top: 5px;
	left: 0;
	float: none;
	-webkit-transition: all 0.1s ease;
	   -moz-transition: all 0.1s ease;
	    -ms-transition: all 0.1s ease;
	     -o-transition: all 0.1s ease;
	        transition: all 0.1s ease;
	opacity: 0.7;
	opacity: 0;
}

.breadcrumb-box .breadcrumb-container .breadcrumb-path-container .close:hover {
	opacity: 0.6;
}

.md-modal#product-detail .spinner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#product-detail .md-content {
	min-height: 230px;
	border-radius: 12px;
}

#product-detail .md-content .product.product-detail {
	min-height: 230px !important;
	margin-bottom: 0;
	padding-bottom: 0;
}

#product-detail .md-content .preview:hover .product-labels .product-label {
	margin-right: 5px;
}

#product-detail .md-content .preview .product-labels .product-label {
	margin-right: -20px;
}

#product-detail .sod_list .sod_option:first-child {
	display: none;
}

#product-detail .product-info .product-options,
.product-detail .product-info .product-options {
	position: relative;
	bottom: 0;
	padding-right: 0;
}

#product-detail .weight {
	margin-left: 10px;
}

.category-view-item {
	margin-top: 30px;
}

.category-view-item .category-view-image picture,
.category-view-item .category-view-image img {
	max-width: 100%;
}

.category-view-item .category-view-image {
	padding: 0;
	text-align: center;
}

.category-view-item .category-view-name {
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
}

.category-view-item .category-view-name.without-border {
	padding-bottom: 0;
	border: none;
}
.category-view-item .category-view-name .name-cont a {
	font-size: 20px;
	text-decoration: underline;
	color: #292f32;
}

.category-view-item .category-view-name .name-cont a:hover {
	text-decoration: none;
}

.category-view-item .sub-categories-cont {
	padding: 10px 0;
}

.category-view-item .sub-categories {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.category-view-item .sub-categories li {
}

.category-view-item .sub-categories li a {
	font-size: 16px;
	text-decoration: underline;
	color: #3a3e40;
}

.category-view-item .category-view-name .sub-categories li a:hover {
	text-decoration: none;
}

.category-view-item .category-view-description {
	font-size: 14px;
	padding: 0;
	padding-top: 0;
	color: #3f484d;
}

.product-list .banner {
	text-align: center;
	border: none;
}

.banner img {
	border-radius: 3px;
}

.basket-btn {
	display: inline-block;
	text-decoration: none !important;
}
@media screen and (min-width: 768px) {
	.basket-btn {
		margin-top: -7px;
	}
}


.basket-btn .empty-basket {
	cursor: default;
}

.basket-btn:hover {
	text-decoration: none !important;
}

.basket-btn div {
	display: inline-block;
}

.basket-btn .close-basket {
	display: none;
}


@media screen and (min-width: 768px) {
	.basket-btn .close-basket .bd-round-icon {
		border-color: #59ba47;
		background-color: #59ba47;
	}
}



.basket-btn .close-basket .bd-round-icon svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 25px;
	margin: auto;
}



@media screen and (min-width: 768px) {
	.basket-btn .close-basket .bd-round-icon svg path {
		fill: white;
	}
}
@media screen and (max-width: 767px) {
	.basket-btn .close-basket .bd-round-icon svg path {
		fill: #fff;
	}
}



.basket-btn .not-empty-basket {
	position: relative;
	display: none;
	color: white;
}
@media screen and (min-width: 768px) {
	.basket-btn .not-empty-basket {
		height: 37px;
		padding: 7px 15px;
		padding-left: 40px;
		background-color: #59ba47;
		-webkit-border-radius: 17px;
		   -moz-border-radius: 17px;
		        border-radius: 17px;
		    -ms-border-radius: 17px;
	}
}
@media screen and (max-width: 767px) and (min-width: 425px) {
	.basket-btn .not-empty-basket {
	  height: 50px;
	  line-height: 50px;
	  padding-left: 10px;
	  padding-right: 10px;
	}
}
@media screen and (max-width: 424px) {
	.basket-btn .not-empty-basket {
	  height: 40px;
	  line-height: 40px;
	  padding-left: 10px;
	  padding-right: 10px;
	}
}
@media screen and (max-width: 767px) {
	.basket-btn .not-empty-basket svg {
		display: none!important;
	}
}




@media screen and (min-width: 768px) {
	.basket-btn .not-empty-basket:hover {
		background-color: #8bcf7f;
	}
}


.basket-btn .not-empty-basket svg {
	position: absolute;
	top: 8px;
	left: 11px;
	display: inline-block;
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 768px) {
	.basket-btn .not-empty-basket svg path {
		fill: white;
	}
}
@media screen and (max-width: 767px) {
	.basket-btn .not-empty-basket svg path {
		fill: #fff;
	}
}



.basket-btn .not-empty-basket .basket-sum {
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.basket-btn .not-empty-basket .basket-sum {
		color: #fff;
	}
}



.basket-btn .not-empty-basket .basket-sum .currency {
	font-size: 19px;
	padding-left: 3px;
}




@media screen and (min-width: 768px) {
	.basket-btn i path {
		fill: #b2bbbd;
	}
}
@media screen and (max-width: 767px) {
	.basket-btn i path {
		fill: #fff;
	}
}


#popover-basket .recommendation-container,
#popover-basket .basket-gift-container .progress-container {
	display: none;
	height: 330px;
}

#popover-basket .recommendation-container.recommendation-list {
	position: relative;
}

#popover-basket.product-information-open {
	width: 825px;
}

#popover-basket.product-information-open .webui-popover-content {
	width: 825px;
}

#popover-basket.product-information-open .webui-popover-content #basket .information-col {
	width: 300px;
}

#popover-basket.product-information-open .basket-items-col {
	width: 445px !important;
}

#popover-basket.product-information-open .product-info-cont {
	display: block;
}

#popover-basket .webui-popover-content {
	overflow: hidden;
	width: 745px;
	height: 460px;
	padding: 0;
}

#popover-basket .webui-popover-content #basket {
	height: 460px;
}

#popover-basket .webui-popover-content #basket .information-col {
	position: relative;
	width: 206px;
	height: 100%;
	padding: 20px 10px 20px 20px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	background-color: #f8fafa;
}

#popover-basket .webui-popover-content #basket .information-col .sod_select,
#popover-basket .webui-popover-content #basket .information-col .sod_select .sod_list_wrapper {
	background-color: #f8fafa;
}

#popover-basket .webui-popover-content #basket .information-col .sod_select .sod_option.active {
	background: #f1f1f1;
}

#popover-basket .webui-popover-content #basket .information-col .options-row-select {
	margin-bottom: 0 !important;
}

#popover-basket .webui-popover-content #basket .information-col:hover .close-view {
	opacity: 1 !important;
}

#popover-basket .webui-popover-content #basket .information-col:hover .product-image {
	cursor: pointer;
	background-color: #b2bbbd;
}

#popover-basket .webui-popover-content #basket .information-col:hover .product-image img {
	display: none;
}

#popover-basket .webui-popover-content #basket .information-col:after {
	position: absolute;
	top: 180px;
	right: -8px;
	width: 0;
	height: 0;
	content: " ";
	border-width: 8px 0 8px 9px;
	border-style: solid;
	border-color: transparent transparent transparent #f8fafa;
}

#popover-basket .webui-popover-content #basket .information-col .product-description {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	margin-top: 17px;
	color: #292f32;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view {
	padding: 0 10px;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .row {
	padding-bottom: 12px;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .close-view {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	cursor: pointer;
	opacity: 0;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .close-view svg path {
	fill: #f8fafa;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .apply-view {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 60px;
	height: 60px;
	margin: auto;
	cursor: pointer;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #b6be39;

	    -ms-border-radius: 50%;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .apply-view svg {
	position: absolute;
	top: 1px;
	right: -2px;
	bottom: 0;
	left: 0;
	zoom: 2.5;
	width: 17px;
	height: 13px;
	margin: auto;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .apply-view svg path {
	fill: #f8fafa;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .product-image {
	position: relative;
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .product-image img {
	width: 60px;
	height: 60px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	border: solid 1px #e2e2e2;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .name {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 0.9;
	padding-top: 20px;
	padding-right: 15px;
	color: #292f32;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content {
	height: 290px;
	margin: 0;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .row {
	margin: 0;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .row .col-xs-12 {
	padding: 0;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .description {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	color: #292f32;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .constructor-content {
	margin-top: 7px;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .constructor-content .property-label {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 10px;
	color: #8b8b8b;
}

#popover-basket .webui-popover-content #basket .information-col .constructor-view .constructor-scroll-content .constructor-content .property-value {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.4;
	color: #292f32;
}

#popover-basket .webui-popover-content #basket .information-col .likes {
	bottom: 20px;
	left: 20px;
	opacity: 1;
	border: none;
}

#popover-basket .webui-popover-content #basket .information-col .progress-container {
	height: 90px;
}

#popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar {
	top: 0;
	left: 0;
	height: 90px;
	border-top-left-radius: 12px;
}

#popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar-content {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.1;
	top: 10px;
	width: 81%;
	height: 64px;
	color: #292f32;
}

#popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar-content .sum-to-gift {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
}

#popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar-content .sum-to-gift span.currency {
	font-size: 34px;
	padding-left: 3px;
}

#popover-basket .webui-popover-content #basket .information-col .progress-container .progress-bar-content div:nth-child(3) {
	margin-top: -8px;
}

#popover-basket .webui-popover-content #basket .information-col .info-col-content {
	line-height: 1.5;
	margin-top: 10px;
}

#popover-basket .webui-popover-content #basket .information-col .info-col-content .title {
	font-size: 16px;
	font-weight: normal;
}

#popover-basket .webui-popover-content #basket .information-col .info-col-content .text {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	color: #101010;
}

#popover-basket .webui-popover-content #basket .information-col footer {
	position: absolute;
	bottom: 20px;
}

#popover-basket .webui-popover-content #basket .information-col footer .phone {
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
}

#popover-basket .webui-popover-content #basket .information-col footer .work-time {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	color: #101010;
}

#popover-basket .webui-popover-content #basket .information-col .btn-get-gift {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 2.8;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 146px;
	height: 39px;
	margin: auto;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	background-color: #59ba47;

	    -ms-border-radius: 12px;
}

#popover-basket .webui-popover-content #basket .information-col .btn-get-gift:hover {
	background-color: #8bcf7f;
}

#popover-basket .webui-popover-content #basket .information-col .btn-get-gift.another {
	color: #292f32;
	background-color: #f6f8f9;
}

#popover-basket .webui-popover-content #basket .information-col .btn-get-gift.another:hover {
	background-color: #fff;
}

#popover-basket .webui-popover-content #basket .information-col .rc-nav {
	position: absolute;
	right: 0;
	bottom: -5px;
	left: 0;
	width: 130px;
	margin: auto;
	list-style: none;
}

#popover-basket .webui-popover-content #basket .information-col .rc-nav li {
	display: inline-block;
	margin-left: 5px;
	list-style: none;
}

#popover-basket .webui-popover-content #basket .information-col .rc-nav li.active .rc-bull {
	background-color: #59ba47;
}

#popover-basket .webui-popover-content #basket .information-col .rc-nav .rc-bull {
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: black;

	    -ms-border-radius: 50%;
}

#popover-basket .webui-popover-content #basket .information-col .rc-list .recommendation-tab {
	display: none;
}

#popover-basket .webui-popover-content #basket .information-col .rc-list .recommendation-tab:first-child {
	display: block;
}

#popover-basket .webui-popover-content #basket .information-col .rc-list .rc-item {
	position: relative;
	width: 165px;
	height: 95px;
	margin-top: 10px;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: contain;

	    -ms-border-radius: 12px;
}

#popover-basket .webui-popover-content #basket .information-col .rc-list .rc-item .go-rc-btn {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 2;
	position: absolute;
	top: 45px;
	right: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 105px;
	height: 22px;
	height: 25px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	background-color: #59ba47;

	    -ms-border-radius: 12px;
}

#popover-basket .webui-popover-content #basket .information-col .rc-list .rc-item .go-rc-btn:hover {
	background-color: #8bcf7f;
}

#popover-basket .webui-popover-content #basket .basket-items-col {
	width: 468px;
	margin-right: 40px;
	padding-top: 8px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .spinner {
	position: absolute;
	top: 150px;
	right: 0;
	left: 205px;
	margin: auto;
}

#popover-basket .webui-popover-content #basket .basket-items-col .products-list {
	overflow-x: hidden;
	overflow-y: scroll;
	width: 468px;
	height: 262px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-title {
	font-size: 22px;
	font-stretch: condensed;
	line-height: 1.7;
	margin-bottom: 5px;
	color: #292f32;
}
@media screen and (max-width: 767px) {
	#popover-basket .webui-popover-content #basket .basket-items-col .basket-title {
		text-align: center;
	}
}



#popover-basket .webui-popover-content #basket .basket-items-col .basket-item {
	width: 99.7%;
	margin-right: 0;
	padding: 13px 0;
	border-bottom: 1px solid #e5e5e5;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item.without_detail .name {
	cursor: default !important;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item.without_detail:hover .product-image:before {
	opacity: 0;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item.without_detail:hover .name {
	color: #000;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item.not_change_amount .change-amount-btn {
	visibility: hidden;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item:hover .remove-basket-item {
	display: inline-block;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item:hover .product-image:before {
	opacity: 1;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item:hover .name {
	color: #93989a;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-image {
	display: inline-block;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-image .without_sale {
	position: absolute;
	top: -5px;
	right: -5px;
	display: block;
	width: 27px;
	height: 27px;
	background: url("../images/stop_sale.png") no-repeat;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-image img {
	width: 60px;
	height: 60px;
	border: solid 1px #e2e2e2;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-image:before {
	position: absolute;
	width: 60px;
	height: 60px;
	content: " ";
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	opacity: 0;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background: url(../images/eye.png) no-repeat center, rgba(0, 0, 0, 0.2);

	    -ms-border-radius: 50%;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .name {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	margin-top: 10px;
	cursor: pointer;
	color: #000;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .section {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	color: #929292;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .buttons {
	margin-top: 10px;
	padding: 0;
	text-align: center;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .buttons .change-amount-btn {
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.2;
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: solid 1px #b3bbbd;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #fff;

	    -ms-border-radius: 50%;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .buttons .change-amount-btn.plus {
	font-family: Arial;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .buttons .change-amount-btn:hover {
	color: #fff;
	border-color: #b2bbbd;
	background-color: #b2bbbd;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .buttons .amount {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.3;
	margin: 0 10px;
	color: #292f32;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-sum {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.1;
	display: inline-block;
	margin-top: 13px;
	color: #292f32;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .product-sum .currency {
	font-size: 20px;
	padding-left: 3px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .remove-basket-item {
	margin-top: 10px;
	text-align: center;
}


#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .remove-basket-item a {
	display: inline-block;
}


#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .remove-basket-item:hover svg path {
	fill: #b3b8b9;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .remove-basket-item:hover svg path:hover {
	fill: #59ba47;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .remove-basket-item svg {
	width: 16px;
	height: 16px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-item .remove-basket-item svg path {
	fill: #b3bcbe;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions {
	margin-bottom: 40px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input {
	display: inline-block;
	width: 110px;
	height: 51px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	    -ms-border-radius: 3px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input.focused {
	border: solid 1px #e6e6e6;
	background-color: #f6f8f9;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input.focused label {
	font-size: 11px;
	top: 3px;
	left: -26px;
	color: #909090;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input.filled label {
	font-size: 11px;
	top: 3px;
	left: -26px;
	color: #909090;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input.filled.error {
	border-color: #f4324c !important;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input.filled.ok {
	border-color: #b6bd3b !important;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input label {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.9;
	color: #292f32;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bd-input .basket-promo-code {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	padding-left: 19px;
	color: #292f32;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	    -ms-border-radius: 3px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn {
	position: relative;
	position: absolute;
	top: 0;
	left: 132px;
	display: inline-block;
	width: 51px;
	height: 51px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #f7f8fa;

	    -ms-border-radius: 3px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn:hover,
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn.ok {
	border-color: #b6bd3b;
	background-color: #b6bd3b;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn:hover svg path,
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn.ok svg path {
	fill: white !important;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn:active {
	border-color: #c2ca40;
	background-color: #c2ca40;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn:active svg path {
	fill: white !important;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn svg {
	position: absolute;
	z-index: 1;
	top: 11px;
	right: 0;
	bottom: 0;
	left: 4px;
	zoom: 2;
	width: 25px;
	height: 25px;
	margin: auto;
	-moz-transform: scale(2);
	-moz-transform-origin: 6px 6px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .apply-code-btn svg path {
	fill: #d7d7d7;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container {
	padding: 0;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total {
	width: 81px;
	height: 51px;
	margin-left: 45px;
	padding-top: 11px;
	padding-left: 15px;
	background-color: #f4f4f4;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total.without-discount .order-sum {
	line-height: 1.8;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .order-sum {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 0.8;
	color: #292f32;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .order-sum .currency {
	font-size: 21px;
	padding-left: 3px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .order-discount,
#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .summary-label {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	color: #474c4d;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .order-total-container .order-total .summary-label {
	margin-top: -4px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bonuses-info {
	font-size: 13px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	padding: 0;
	padding-top: 10px;
	color: #292f32;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .bonuses-info .currency {
	font-size: 15px;
	margin-left: -1px;
}

#popover-basket .webui-popover-content #basket .basket-items-col .basket-actions .basket-checkout-btn {
	margin-top: 30px;
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 2.3;
	display: none;
	height: 35px;
	margin-top: 18px;
	background-color: #59ba47;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: solid 1px #59ba47;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #59ba47;

	    -ms-border-radius: 3px;
}


.min-order-progress {
	position: relative;
	display: none;
	width: 100%;
	height: 35px;
	margin-top: 20px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	    -ms-border-radius: 3px;
}

.min-order-progress .progress-bar-content {
	font-size: 14px;
	font-weight: 300;
	width: 100%;
	text-align: center;
}

.min-order-progress .progress-bar-content .min-order-sum {
	line-height: 34px !important;
	height: 35px !important;
}

.min-order-progress .progress-bar-content .min-order-sum .currency {
	font-size: 16px;
	margin-left: 2px;
}

.min-order-progress .progress-bar {
	height: 33px;
}

.bonuses-with-promo-disabled {
	display: none;
}

.checkout-form {
	position: relative;
}

.checkout-form .radios label span {
	padding-left: 0;
}

.checkout-form .radios input[type="radio"] {
	display: none;
}

.checkout-form .radios input[type="radio"] + label span {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0;
	cursor: pointer;
	vertical-align: top;
	background: url(../images/sprite-checkout-checkbox.png) left 0 no-repeat;
}

.checkout-form .radios input[type="radio"]:checked + label span {
	background: url(../images/sprite-checkout-checkbox.png) left -17px no-repeat;
}

.checkout-form .row-label {
	font-size: 14px;
}

.checkout-form .fields-group {
	margin-top: 25px;
}

@media (min-width: 0) {
	.checkout-form .fields-group {
		margin-right: 0;
		margin-left: 0;
	}
}

.checkout-form .fields-group .fields {
	margin-top: 10px;
}

.checkout-form .fields-group .bd-input {
	border: solid 1px #b9c1c2;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: white;

	    -ms-border-radius: 3px;
}

.checkout-form .fields-group .bd-input label {
	left: 15px;
	text-align: left !important;
}

.checkout-form .fields-group .bd-input:hover {
	background-color: #f8fafa;
}

.checkout-form .payment-fields .fields-group {
	margin-top: 40px;
}

.checkout-form .payment-fields .delivery-price {
	margin-top: 0;
}

.checkout-form .payment-fields .bd-input {
	border: solid 1px #e6e6e6;
	background-color: #fefefe;
}

.checkout-form .payment-fields .row-label {
	padding-bottom: 10px;
}

.checkout-form .payment-fields .sod_select {
	border: 1px solid #e6e6e6;
	background-color: #fefefe;
}

.checkout-form .payment-fields .sod_select .sod_list_wrapper {
	border-color: #e6e6e6;
}

.checkout-form .delivery-type-toggle a {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 2.8;
	display: inline-block;
	width: 123px;
	height: 43px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-align: center;
	text-decoration: none;
	color: #292f32;
	border: solid 1px #bac2c3;
	background-color: #fff;
}

.checkout-form .delivery-type-toggle a:first-child {
	border-right: none;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.checkout-form .delivery-type-toggle a:last-child {
	border-left: none;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.checkout-form .delivery-type-toggle a:hover {
	background-color: #f8fafa;
}

.checkout-form .delivery-type-toggle a.active {
	color: white;
	border: solid 1px #59ba47;
	background-color: #59ba47;
}

.checkout-form .delivery-type-content {
	margin-top: 20px;
}

.checkout-form .delivery-type-content.without-pickup {
	margin-top: -10px;
}

.checkout-form .delivery-type-content .col-xs-2 {
	padding-left: 0;
}

.checkout-form .delivery-type-content > div .row {
	margin-top: 12px;
}

.checkout-form .delivery-type-content .cs-skin-slide > span {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.4;
	color: #292f32;
}

.checkout-form .radios {
	font-size: 16px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.2;
	color: #3f484d;
}

.checkout-form .radios > label {
	margin-left: 5px;
}

.checkout-form .map-row {
	display: none;
}

.checkout-form .map-placeholder {
	width: 472px;
	border: 1px solid #bac2c3;
	border-radius: 3px;
}

.checkout-form .map-placeholder #map {
	width: 470px;
	height: 400px;
}

.checkout-form ._change_row,
.checkout-form .fields-group.delivery-price {
	display: none;
}

@media (min-width: 0) {
	.checkout-form .time-cont-r {
		padding-left: 15px;
	}
}

.checkout-form .delivery-col {
	padding-left: 0;
}

.checkout-form .delivery-col .sod_list .sod_option:first-child {
	display: none;
}

.checkout-form .payment-col {
	margin-top: 56px;
	margin-left: -54px;
	border: solid 1px #e6e6e6;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #f9f9f9;

	    -ms-border-radius: 3px;
}

@media (min-width: 0) {
	.checkout-form .payment-col {
		width: 95%;
		margin-left: 15px;
	}
}

@media (min-width: 768px) {
	.checkout-form .payment-col {
		position: absolute;
		top: 0;
		right: 0;
		width: 290px;
		margin-right: 90px;
	}
}

@media (min-width: 992px) {
	.checkout-form .payment-col {
		position: absolute;
		top: 0;
		width: 349px;
		margin-right: 130px;
	}
}

@media (min-width: 1200px) {
	.checkout-form .payment-col {
		width: 349px;
		margin-right: 250px;
	}
}

.checkout-form .payment-col .use-bonuses {
	height: 126px;
	margin-left: -16px;
	padding: 21px 41px;
	background-color: #f6f8f9;
}

@media (min-width: 0) {
	.checkout-form .payment-col .use-bonuses {
		margin-right: -16px;
	}
}

@media (min-width: 544px) {
	.checkout-form .payment-col .use-bonuses {
		width: initial;
		margin-right: -16px;
		padding: 21px 15px;
	}
}

@media (min-width: 992px) {
	.checkout-form .payment-col .use-bonuses {
		padding: 21px 41px;
	}
}

@media (min-width: 1200px) {
	.checkout-form .payment-col .use-bonuses {
		width: 347px;
		padding: 21px 41px;
	}
}

.checkout-form .payment-col .use-bonuses .bd-input {
	border: solid 1px #cbd0d2;
	border-radius: 3px;
}

.checkout-form .payment-col .use-bonuses .bonus-available {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.4;
	margin-top: 15px;
	color: #292f32;
}

.checkout-form .payment-col .use-bonuses .bonus-available .currency {
	font-size: 16px;
	padding-left: 2px;
}

.checkout-form .payment-col .payment-fields {
	margin-top: -15px;
}

@media (min-width: 768px) {
	.checkout-form .payment-col .payment-fields {
		padding: 0 0;
	}
}

@media (min-width: 992px) {
	.checkout-form .payment-col .payment-fields {
		padding: 0 25px;
	}
}

@media (min-width: 1200px) {
	.checkout-form .payment-col .payment-fields {
		padding: 0 25px;
	}
}

.checkout-form .payment-col .payment-fields .row-label {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 0;
	color: #292f32;
}

.checkout-form .payment-col .code-resend {
	margin-top: 5px;
}

.checkout-form .payment-col .code-resend a {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1;
	color: #292f32;
}

.checkout-form .payment-col .delivery-price .bd-input {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.checkout-form .payment-col .delivery-price .bd-input:hover {
	background-color: transparent;
}

.checkout-form .payment-col .delivery-price .bd-input label.delivery-price-label {
	left: 0 !important;
	text-align: center !important;
}

.checkout-form .payment-col .delivery-price .bd-input label.delivery-price-label .currency {
	font-size: 16px;
	margin-left: 2px;
}

.checkout-form .payment-col .delivery-price .bd-input label.delivery-price-label:hover {
	background-color: transparent;
}

.checkout-form .payment-col .delivery-price .progress-container {
	position: relative;
	height: 45px;
	border: solid 1px #e6e6e6;
	border-top: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;

	    -ms-border-radius: 3px;
}

.checkout-form .payment-col .delivery-price .progress-container .progress-bar {
	height: 45px;
}

.checkout-form .payment-col .delivery-price .progress-container .progress-bar-content {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 2.9;
	width: 100%;
	text-align: center;
	color: #292f32;
}

.checkout-form .payment-col .delivery-price .progress-container .progress-bar-content .currency {
	font-size: 16px;
	margin-left: 2px;
}

.checkout-form .payment-col .payment-footer {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
}

.checkout-form .payment-col .payment-footer .total-row {
	padding: 0 41px;
}

@media (min-width: 0) {
	.checkout-form .payment-col .payment-footer .total-row {
		padding: 0 20px;
	}
}

@media (min-width: 768px) {
	.checkout-form .payment-col .payment-footer .total-row {
		padding: 0 20px;
	}
}

@media (min-width: 992px) {
	.checkout-form .payment-col .payment-footer .total-row {
		padding: 0 41px;
	}
}

@media (min-width: 1200px) {
	.checkout-form .payment-col .payment-footer .total-row {
		padding: 0 41px;
	}
}

@media (min-width: 544px) {
	.checkout-form .payment-col .payment-footer .total-row .order-total-container {
		width: 103px;
	}
}

@media (min-width: 768px) {
	.checkout-form .payment-col .payment-footer .total-row .order-total-container {
		width: 88px;
	}
}

.checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total {
	width: auto;
	border-radius: 3px;
}

.checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total .order-discount {
	display: none;
}

.checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total .order-discount,
.checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total .summary-label {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	color: #474c4d;
}

.checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total .summary-label {
	margin-top: -4px;
}

.checkout-form .payment-col .payment-footer .total-row .order-total-container .order-total:after {
	right: -17px;
}

.checkout-form .payment-col .payment-footer .total-row .bonuses-info {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	padding-top: 9px;
	padding-right: 0;
	padding-left: 30px;
	color: #292f32;
}

@media (min-width: 544px) {
	.checkout-form .payment-col .payment-footer .total-row .bonuses-info {
		margin-top: 8px;
		margin-left: -8px;
	}
}

@media (min-width: 768px) {
	.checkout-form .payment-col .payment-footer .total-row .bonuses-info {
		margin-top: 0;
	}
}

.checkout-form .payment-col .payment-footer .total-row .bonuses-info .currency {
	font-size: 14px;
	padding-left: 1px;
}

.checkout-form .payment-col .send-order {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.4;
	height: 51px;
	margin-top: 10px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	color: #fff;
	border: solid 1px #59ba47;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #59ba47;

	    -ms-border-radius: 3px;
}

@media (min-width: 544px) {
	.checkout-form .payment-col .send-order {
		width: 100%;
		margin: 15px 0;
	}
}

@media (min-width: 0) {
	.checkout-form .payment-col .send-order {
		width: 100%;
		margin: 15px 0;
	}
}

@media (min-width: 1200px) {
	.checkout-form .payment-col .send-order {
		width: 100%;
	}
}

.checkout-form .payment-col .send-order:hover {
	color: #fff;
	background-color: #59ba47;
}

.checkout-form .payment-col .send-order[disabled="disabled"] {
	color: #292f32;
	border: solid 1px #efefef;
	background-color: #efefef;
}

.checkout-form .sod_select {
	font-size: 14px;
	line-height: 1.9;
	height: 49px;
	padding: 10px 10px 10px 15px;
}

.checkout-form .sod_select:before {
	right: 33px;
	zoom: 0.50;
}

.checkout-form .sod_select .sod_list_wrapper {
	top: 45px;
}

.checkout-form .sod_select .sod_option {
	padding: 10px 15px;
}

.checkout-form .delivery-date-time_ {
	display: none;
	margin-top: -15px;
}

.profile-tabs {
	margin-top: 30px;
}

.profile-tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.profile-tabs ul li {
	display: inline-block;
}

.profile-tabs ul li a {
	font-size: 16px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.5;
	position: relative;
	padding: 9px 18px;
	padding-left: 43px;
	text-decoration: none;
	color: #292f32;
}

.profile-tabs ul li a .profile-tab-icon {
	position: relative;
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 2px solid #b2bbbd;
	border-radius: 50%;
}

.profile-tabs ul li a .profile-tab-icon.bonuses-icon svg {
	width: 14px;
	-moz-transform: scale(0.55);
	-moz-transform-origin: 7px 7px;
}

.profile-tabs ul li a .profile-tab-icon.history-icon svg {
	left: 7px;
	width: 12px;
	-moz-transform: scale(0.55);
	-moz-transform-origin: -1px 5px;
}

.profile-tabs ul li a .profile-tab-icon svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	zoom: 0.55;
	width: 17px;
	height: 17px;
	margin: auto;
	-moz-transform: scale(0.55);
	-moz-transform-origin: 9px 7px;
}

.profile-tabs ul li a .profile-tab-icon svg path {
	fill: #b2bbbd;
}

.profile-tabs ul li a span {
	border-bottom: 1px dashed #292f32;
}

.profile-tabs ul li a:hover span {
	color: #fb0000;
	border: none;
}

.profile-tabs ul li.active a {
	position: relative;
	color: white;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #59ba47;

	    -ms-border-radius: 3px;
}

.profile-tabs ul li.active a .profile-tab-icon {
	top: 10px;
	left: 13px;
	width: 20px;
	height: 20px;
	border-color: white;
}

.profile-tabs ul li.active a .profile-tab-icon svg path {
	fill: white;
}

.profile-tabs ul li.active a span {
	color: #fff;
	border: none;
}

.profile-tabs ul li.active a:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -6px;
	content: " ";
	pointer-events: none;
	border: solid transparent;
	border-width: 6px;
	border-color: rgba(176, 184, 50, 0);
	border-top-color: #59ba47;
}


.profile-content .bd-input {
	border-radius: 3px;
	background-color: #fff;
}

.profile-content .bd-input label {
	left: 20px;
}

@media (min-width: 0) {
	.profile-content .bd-input input,
	.profile-content .bd-input label {
		font-size: 12px;
	}
}

@media (min-width: 544px) {
	.profile-content .bd-input input,
	.profile-content .bd-input label {
		font-size: 12px;
	}
}

@media (min-width: 768px) {
	.profile-content .bd-input input,
	.profile-content .bd-input label {
		font-size: 14px;
	}
}

.profile-content .bd-input.focused label,
.profile-content .bd-input.filled label {
	left: 15px;
}

.profile-content .profile-phone {
	margin-top: 30px;
}

.profile-content .profile-phone .current-phone {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.1;
	color: #292f32;
}

.profile-content .profile-phone .change-phone {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	margin-top: 10px;
	color: #292f32;
}

.profile-content .radios label span {
	padding-left: 0;
}

.profile-content .radios input[type="radio"] {
	display: none;
}

.profile-content .radios input[type="radio"] + label span {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0;
	cursor: pointer;
	vertical-align: top;
	background: url(../images/sprite-checkout-checkbox.png) left 0 no-repeat;
}

.profile-content .radios input[type="radio"]:checked + label span {
	background: url(../images/sprite-checkout-checkbox.png) left -17px no-repeat;
}

.profile-content .notify-config label {
}

.profile-content .notify-config label span {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	display: inline-block;
	margin-left: 11px;
	color: #3f484d;
}

.profile-content .address-list-container .address-list {
	margin-top: -10px;
}

.profile-content .address-list-container .address-list .address-item .bordered-row {
	padding: 20px;
}

.profile-content .address-list-container .address-list .address-item:first-child .bordered {
	border-top: none;
}

.profile-content .address-list-container .address-list .address-item .bordered {
	border-top: 1px dashed #bac2c3;
}

.profile-content .address-list-container .address-list .sod_select {
	font-size: 14px;
	line-height: 1.9;
	height: 49px;
	padding: 10px 10px 10px 20px;
	border: 1px solid #e6e6e6;
	background-color: #fefefe;
}

.profile-content .address-list-container .address-list .sod_select .sod_list_wrapper {
	top: 45px;
	border-color: #e6e6e6;
}

.profile-content .address-list-container .address-list .sod_select .sod_option {
	padding: 10px 15px;
}

.profile-content .address-list-container .sub-row {
	margin: 0;
	margin-top: 10px;
}

.profile-content .address-list-container .remove-address {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.4;
	display: inline-block;
	margin-top: 7px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-decoration: none;
	color: #292f32;
}

.profile-content .address-list-container .remove-address:before {
	line-height: 1.9;
	display: inline-block;
	width: 28px;
	height: 28px;
	content: "\00d7";
	text-align: center;
	color: white;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #59ba47;

	    -ms-border-radius: 50%;
}

.profile-content .address-list-container .remove-address span {
	margin-left: 10px;
	border-bottom: 1px dashed #292f32;
}

.profile-content .address-list-container .remove-address:hover span {
	color: #59ba47;
	border: none;
}

.profile-content .address-list-container .add-address {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.4;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-decoration: none;
	color: #292f32;
}

.profile-content .address-list-container .add-address:before {
	line-height: 1.9;
	display: inline-block;
	width: 28px;
	height: 28px;
	content: "+";
	text-align: center;
	color: white;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #b6be39;

	    -ms-border-radius: 50%;
}

.profile-content .address-list-container .add-address span {
	margin-left: 10px;
	border-bottom: 1px dashed #292f32;
}

.profile-content .address-list-container .add-address:hover span {
	color: #59ba47;
	border: none;
}

.profile-content .save-profile {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	width: 100%;
	height: 35px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	color: #59ba47;
	border: solid 1px #59ba47;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	outline: none;
	background-color: #f9f9f9;

	    -ms-border-radius: 12px;
}

.profile-content .save-profile:hover {
	color: #fff;
	background-color: #59ba47;
}

.profile-content.bonuses .bonuses-progress .bonuses-progress-item {
	font-size: 23px;
	line-height: 2.8;
	float: left;
	width: 33%;
	height: 66px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #a5aeb0;
	border: 1px solid #a5aeb0;
}

.profile-content.bonuses .bonuses-progress .bonuses-progress-item:first-child {
	border-right: none;
	border-top-left-radius: 34px;
	border-bottom-left-radius: 34px;
}

.profile-content.bonuses .bonuses-progress .bonuses-progress-item:last-child {
	border-left: none;
	border-top-right-radius: 34px;
	border-bottom-right-radius: 34px;
}

.profile-content.bonuses .bonuses-progress .bonuses-progress-item:nth-child(1).got {
	color: white;
	border-color: #2dbec7;
	background-color: #2dbec7;
}

.profile-content.bonuses .bonuses-progress .bonuses-progress-item:nth-child(2).got {
	color: white;
	border-color: #8dc100;
	background-color: #8dc100;
}

.profile-content.bonuses .bonuses-progress .bonuses-progress-item:nth-child(3).got {
	color: white;
	border-color: #59ba47;
	background-color: #59ba47;
}

.profile-content.bonuses .progress-information {
	margin-left: -60px;
}

@media (min-width: 0) {
	.profile-content.bonuses .progress-information {
		margin-left: 0;
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.profile-content.bonuses .progress-information {
		margin-left: 0;
		padding-left: 15px;
	}
}

@media (min-width: 992px) {
	.profile-content.bonuses .progress-information {
		margin-left: 0;
		padding-left: 15px;
	}
}

@media (min-width: 544px) {
	.profile-content.bonuses .progress-information {
		margin-left: 0;
		padding-left: 15px;
	}
}

.profile-content.bonuses .progress-stat {
	font-size: 16px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	width: 315px;
	margin-top: 7px;
	color: #747474;
}

.profile-content.bonuses .progress-stat span {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	color: #303638;
}

.profile-content.bonuses .progress-stat .currency {
	font-size: 19px;
	margin-left: -1px;
}

.profile-content.bonuses .progress-container {
	height: 21px;
	margin-top: 65px;
	border: solid 1px #e6e6e6;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;

	    -ms-border-radius: 10px;
}

.profile-content.bonuses .progress-container .progress-bar {
	height: 19px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #fedd2c;
}

.profile-content.bonuses .progress-container .got {
	color: #292f32;
}

.profile-content.bonuses .progress-container .progress-legend {
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.5;
	margin-top: 20px;
	color: #a5aeb0;
}

.profile-content.bonuses .promo-items {
	margin-top: 50px;
}

.profile-content.bonuses .promo-block .promo-image {
	width: 118px;
	max-width: 100%;
	height: 107px;
	border-radius: 3px;
}

.profile-content.bonuses .promo-block .title {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.1;
	margin-top: 15px;
	color: #292f32;
}

.profile-content.bonuses .promo-block .description {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.2;
	margin-top: 10px;
	color: #747474;
}

.profile-content.order-history table.order-history-table {
	width: 830px;
}

@media (min-width: 0) {
	.profile-content.order-history table.order-history-table {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.profile-content.order-history table.order-history-table {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.profile-content.order-history table.order-history-table {
		width: 100%;
	}
}

@media (min-width: 544px) {
	.profile-content.order-history table.order-history-table {
		width: 100%;
	}
}

.profile-content.order-history table.order-history-table thead tr {
	border-bottom: 1px dashed #e5e5e5;
}

.profile-content.order-history table.order-history-table thead td {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.7;
	padding: 15px 30px;
	text-align: center;
	color: #000;
}

.profile-content.order-history table.order-history-table tbody tr {
	-webkit-transition: height 1s;
	   -moz-transition: height 1s;
	    -ms-transition: height 1s;
	     -o-transition: height 1s;
	        transition: height 1s;
	border-bottom: 1px solid #e5e5e5;
}

.profile-content.order-history table.order-history-table tbody tr:last-child {
	border: none;
}

.profile-content.order-history table.order-history-table tbody tr.complete td.order-status {
	color: #85b001;
}

.profile-content.order-history table.order-history-table tbody tr.wait_pay td.order-status {
	color: #ef2a42;
}

.profile-content.order-history table.order-history-table tbody tr.opened_ {
	border-bottom: none;
	background-color: #fdfdf5;
}

.profile-content.order-history table.order-history-table tbody tr.opened_ + .history {
	height: auto;
}

.profile-content.order-history table.order-history-table tbody td {
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.2;
	padding: 20px 30px;
	text-align: center;
	color: #292f32;
}

.profile-content.order-history table.order-history-table tbody td:nth-child(1) {
	width: 90px;
}

.profile-content.order-history table.order-history-table tbody td:nth-child(2) {
	width: 120px;
}

.profile-content.order-history table.order-history-table tbody td:nth-child(4) .currency {
	font-size: 19px;
}

.profile-content.order-history table.order-history-table tbody td.order-date {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	color: #747474;
}

.profile-content.order-history table.order-history-table tbody td.order-status {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.4;
	color: #000;
}

.profile-content.order-history table.order-history-table tbody td .order-detail-btn,
.profile-content.order-history table.order-history-table tbody td .reorder-btn,
.profile-content.order-history table.order-history-table tbody td .repay-btn {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	text-decoration: none;
	color: #292f32;
	border-bottom: 1px dashed #292f32;
}

.profile-content.order-history table.order-history-table tbody td .order-detail-btn:hover,
.profile-content.order-history table.order-history-table tbody td .reorder-btn:hover,
.profile-content.order-history table.order-history-table tbody td .repay-btn:hover {
	color: #59ba47;
	border: none;
}

.profile-content.order-history table.order-history-table .history {
	display: none;
	margin-top: 0;
}

.profile-content.order-history table.order-history-table .history td[colspan="3"] {
	width: 300px;
	padding: 0;
}

.profile-content.order-history table.order-history-table .history .product-list {
	margin-top: 0;
	margin-bottom: 10px;
}

.profile-content.order-history table.order-history-table .history .product-list tr {
	border: none;
}

.profile-content.order-history table.order-history-table .history .product-list tr:nth-child(2n) {
	background-color: #fafafa;
}

.profile-content.order-history table.order-history-table .history .product-list tr td {
	padding: 10px 5px;
}

.profile-content.order-history table.order-history-table .history .product-list tr td:nth-child(1) {
	width: 180px;
	padding-right: 0;
	padding-left: 30px;
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name {
	font-weight: 400;
	text-align: left;
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name a,
.profile-content.order-history table.order-history-table .history .product-list tr td.name .name_ {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	text-decoration: none;
	color: #292f32;
	border-bottom: 1px dashed #292f32;
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name a:hover,
.profile-content.order-history table.order-history-table .history .product-list tr td.name .name_:hover {
	color: #59ba47;
	border: none;
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name a.without_info,
.profile-content.order-history table.order-history-table .history .product-list tr td.name .name_.without_info {
	cursor: default;
	border: none;
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name a.without_info:hover,
.profile-content.order-history table.order-history-table .history .product-list tr td.name .name_.without_info:hover {
	color: #292f32;
}

.profile-content.order-history table.order-history-table .history .product-list tr td.name .section {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	color: #929292;
}

.profile-content.order-history table.order-history-table .history .product-list tr td.local_sum {
	font-size: 14px;
}

.profile-content.order-history table.order-history-table .history .product-list tr td.local_sum .currency {
	font-size: 16px;
	margin-left: 3px;
}

.profile-content.order-history table.order-history-table .history .product-list tr td.amount {
	font-size: 14px;
	font-weight: 300;
	padding-right: 30px;
}

.profile-content.order-history table.order-history-table .history .product-list.additional-info {
	margin-top: 20px;
	margin-left: 10px;
	border: 1px solid #8db54f;
}

.profile-content.order-history table.order-history-table .history .product-list.additional-info tr {
	border-bottom: 1px solid #e5e5e5;
	background: none !important;
}

.profile-content.order-history table.order-history-table .history .product-list.additional-info tr:last-child {
	border-bottom: none;
}

.profile-cross-user-info {
	padding: 10px;
	padding-top: 25px;
	padding-left: 0;
}

.profile-cross-user-info .cont-item {
	font-weight: normal;
	font-stretch: condensed;
	display: table-cell;
	vertical-align: middle;
}

.profile-cross-user-info .cont-item:nth-child(1) {
	font-weight: 300;
	width: 205px;
}

.profile-cross-user-info .cont-item.bonuses-cont {
	font-size: 14px;
	font-weight: 300;
	padding: 10px 20px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #f2f2f2;

	    -ms-border-radius: 3px;
}

.profile-cross-user-info .cont-item.logout {
	padding-left: 40px;
}

.profile-cross-user-info .cont-item.logout a {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #93989a;
}

.profile-cross-user-info .cont-item.logout a:hover {
	border-bottom: none;
}

@keyframes gift-animation {
	from {
		background-position-y: -20000%;
	}
	to {
		background-position-y: 0;
	}
}

@-webkit-keyframes gift-animation {
	from {
		background-position-y: -20000%;
	}
	to {
		background-position-y: 0;
	}
}

@keyframes gift-animation-full {
	from {
		background-position-y: 20000%;
	}
	to {
		background-position-y: 0;
	}
}

@-webkit-keyframes gift-animation-full {
	from {
		background-position-y: 20000%;
	}
	to {
		background-position-y: 0;
	}
}



.gift-container {
	padding-top: 20px;
}

.gift-container .product.gift {
	position: relative;
	overflow: hidden;
	-webkit-transition:         transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	   -moz-transition:         transform 0.3s ease-out;
	    -ms-transition:         transform 0.3s ease-out;
	     -o-transition:         transform 0.3s ease-out;
	        transition:         transform 0.3s ease-out;
	        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	border-radius: 12px;
	background: white;
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
}

.gift-container .product.gift:hover {
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
}

@media (min-width: 0) {
	.gift-container .product.gift {
		height: 400px;
	}
}

@media (min-width: 544px) {
	.gift-container .product.gift {
		height: 435px;
	}
}

@media (min-width: 1200px) {
	.gift-container .product.gift {
		height: 412px;
	}
}

.gift-container .product.gift.masked .mask {
	visibility: visible;
	opacity: 1;
	opacity: 0.25;
	background: #000;
}

.gift-container .product.gift .mask {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.8s ease;
	   -moz-transition: opacity 0.8s ease;
	    -ms-transition: opacity 0.8s ease;
	     -o-transition: opacity 0.8s ease;
	        transition: opacity 0.8s ease;
	opacity: 0;
	background: url(../images/maska.png) repeat scroll;
}

.gift-container .product.gift .front-side {
	z-index: 10;
	visibility: visible;
	opacity: 1;
}

.gift-container .product.gift .back-side {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: inherit;
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
	    -ms-transform: rotateY(180deg);
	     -o-transform: rotateY(180deg);
	        transform: rotateY(180deg);
	opacity: 0;
	background: #cbce43;
	background:    -moz-linear-gradient(top, #cbce43 0%, #b8ba36 100%);
	background: -webkit-linear-gradient(top, #cbce43 0%, #b8ba36 100%);
	background:         linear-gradient(to bottom, #cbce43 0%, #b8ba36 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbce43', endColorstr='#b8ba36', GradientType=0);
}

.gift-container .product.gift .back-side:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: " ";
	-webkit-animation: gift-animation-full 2300s linear infinite;
	        animation: gift-animation-full 2300s linear infinite;
	background: url(../images/stars-gift-inner.png) repeat 0 0 fixed;
}

.gift-container .product.gift .back-side:after {
	position: absolute;
	position: absolute;
	top: 0;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 170px;
	height: 228px;
	margin: auto;
	content: " ";
	background: url(../images/selected-gift-inner.png) no-repeat;
}

.gift-container .product.gift.active {
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
	    -ms-transform: rotateY(180deg);
	     -o-transform: rotateY(180deg);
	        transform: rotateY(180deg);
	border-bottom: none;
}

.gift-container .product.gift.active .front-side {
	z-index: 0;
	visibility: hidden;
	opacity: 0;
}

.gift-container .product.gift.active .back-side {
	visibility: visible;
	opacity: 1;
}

.gift-container .product.gift .product-info {
	height: auto;
}

.gift-container .product.gift .get-gift-btn,
.gift-container .product.gift .get-another-gift-btn {
	font-size: 16px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.5;
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	display: inline-block;
	width: 131px;
	height: 34px;
	margin: auto;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	color: #59ba47;
	border: solid 1px #59ba47;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	outline: none;
	background-color: #fff;

	    -ms-border-radius: 3px;
}

.gift-container .product.gift .get-gift-btn:hover,
.gift-container .product.gift .get-another-gift-btn:hover {
	color: white;
	background-color: #59ba47;
}

.gift-container .product.gift .gift-in-basket-text {
	font-size: 22px;
	font-weight: 400;
	font-stretch: condensed;
	line-height: 1.5;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	display: inline-block;
	width: 171px;
	margin: auto;
	text-align: center;
	color: #fff;
}

.gift-container .product.gift .gift-in-basket-text div:nth-child(1) {
	font-size: 45px;
}

.gift-container .product.gift .gift-in-basket-text div:nth-child(2) {
	font-size: 24px;
	font-weight: 300;
	line-height: 0.1;
}

.gift-container .product.gift .get-another-gift-btn {
	color: white;
	background-color: #59ba47;
}

.gift-container .product.gift .get-another-gift-btn:hover {
	background-color: #8bcf7f;
}

.gift-container .product.gift .gift-progress-info {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.gift-container .product.gift .gift-progress-info .line {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 2.3;
	height: 33px;
	text-align: center;
	color: #fff;
}

.gift-container .product.gift .gift-progress-info .line .currency {
	font-size: 16px;
	padding-left: 3px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.gift-container .product.gift .gift-progress-info .line.limit1 {
	background-color: #59ba47;
}

.gift-container .product.gift .gift-progress-info .line.limit2 {
	background-color: #ff8a00;
}

.gift-container .product.gift .gift-progress-info .line.limit3 {
	background-color: #a066b3;
}

.gift-container .product.gift .gift-progress-info .progress-container {
	height: 78px;
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar {
	height: inherit;
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	width: 100%;
	padding-top: 9px;
	text-align: center;
	color: #292f32;
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content div {
	width: 164px;
	margin: 0 auto;
	text-align: center;
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content span {
	font-size: 24px;
	font-weight: bold;
	font-weight: 400;
	line-height: 1;
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content span .currency {
	font-size: 26px;
	padding-left: 3px;
}

.gift-container .product.gift:hover .progress-container {
	display: block;
}



.gift-sticky {
	position: absolute;
	z-index: 10;
	
	right: 0;
	width: 44px;
	height: 349px;
	border-radius: 3px;
}
@media screen and (min-width: 768px) {
	.gift-sticky {
		top: 0;
	}
}



.gift-sticky.sticky {
	position: fixed;
}

.gift-sticky .grade-cont {
	position: relative;
	width: 22px;
	height: 328px;
	margin: 10px auto;
	border: solid 1px #e2e2e2;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #fff;

	    -ms-border-radius: 3px;
}

.gift-sticky .grade-cont .grade {
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 12px;
	height: 0;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	background: url(../images/gift-grade.png) no-repeat scroll center bottom;
}



.gift-sticky .gift-toggle {
	position: absolute;
	top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #b7b7b7;
}
@media screen and (min-width: 768px) {
	.gift-sticky .gift-toggle {
		left: -34px;
	}
}
@media screen and (max-width: 767px) {
	.gift-sticky .gift-toggle {
		right: 10px;
	}
}





.gift-sticky .gift-toggle.active {
	background-color: #59ba47;
}

.gift-sticky .gift-toggle.active:hover {
	background-color: #8bcf7f;
}

.gift-sticky .gift-toggle:hover {
	background-color: #c7c7c7;
}

.gift-sticky .gift-toggle svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 19px;
	margin: auto;
}

.gift-sticky .gift-toggle svg path {
	fill: white;
}

.gift-sticky .expanded-gift {
	display: none;
	width: 251px;
	height: 442px;
	padding: 20px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 5px 30px 0 rgba(81, 92, 98, 0.2);

	    -ms-border-radius: 3px;
}

.gift-sticky .expanded-gift.open {
	position: absolute;
	right: 20px;
}

.gift-sticky .expanded-gift .title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: condensed;
	line-height: 1.5;
	color: #292f32;
}

.gift-sticky .expanded-gift .description {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.1;
	color: #292f32;
}

.gift-sticky .expanded-gift .grade-cont {
	margin: 15px 0;
}

.gift-sticky .expanded-gift .gifts-list {
	position: absolute;
	left: 30px;
}

.gift-sticky .expanded-gift .gifts-list .gift-item {
	position: relative;
	width: 177px;
	height: 158px;
	margin-bottom: 10px;
	-webkit-animation: gift-animation 700s linear infinite;
	        animation: gift-animation 700s linear infinite;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: url(../images/animate-star-sprite.png) repeat-y -532px 0, #d5d5d5;
	background-color: #efefef;

	    -ms-border-radius: 3px;
}

.gift-sticky .expanded-gift .gifts-list .gift-item.not-animate {
	-webkit-animation: none;
	        animation: none;
}

.gift-sticky .expanded-gift .gifts-list .gift-item:before {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 10px;
	display: block;
	width: 80px;
	height: 87px;
	content: " ";
	background: url(../images/gifts-sprite.png) no-repeat 0 -330px;
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit1.active {
	background: url(../images/animate-star-sprite.png) repeat-y -353px 0, #b1ce00;
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit1.active:before {
	background: url(../images/gifts-sprite.png) no-repeat 0 -221px;
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit2.active {
	background: url(../images/animate-star-sprite.png) repeat-y -177px 0, #fbc805;
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit2.active:before {
	background: url(../images/gifts-sprite.png) no-repeat 0 -107px;
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit3.active {
	background: url(../images/animate-star-sprite.png) repeat-y 0 0, #ff3e4c;
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit3.active:before {
	background: url(../images/gifts-sprite.png) no-repeat 0 0;
}

.gift-sticky .expanded-gift .gifts-list .gift-item.active .badge {
	background-color: #292f32;
}

.gift-sticky .expanded-gift .gifts-list .gift-item .badge {
	position: absolute;
	top: 5px;
	width: 101px;
	height: 25px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #a0a9ab;
}

.gift-sticky .expanded-gift .gifts-list .gift-item .badge .price {
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.5;
	position: absolute;
	top: 0;
	padding-left: 6px;
	color: #fff;
}

.gift-sticky .expanded-gift .gifts-list .gift-item .badge .currency {
	font-size: 18px;
	padding-left: 3px;
}

.gift-sticky .expanded-gift .gifts-list .gift-item .badge svg {
	width: 18px;
	margin-top: 4px;
	margin-left: 7px;
}

.gift-sticky .expanded-gift .gifts-list .gift-item .badge svg path {
	fill: white;
}

.gift-sticky .expanded-gift .gifts-list .gift-item .get-gift {
	font-size: 12px;
	font-stretch: condensed;
	line-height: 2.1;
	position: absolute;
	z-index: 10;
	bottom: 10px;
	left: 10px;
	display: none;
	min-width: 78px;
	max-width: 108px;
	height: 26px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #59ba47;

	    -ms-border-radius: 3px;
}

.gift-sticky .expanded-gift .gifts-list .gift-item .get-gift:hover {
	background-color: #8bcf7f;
}

body.panel-opened {
	overflow: hidden;
}

body.panel-opened:after {
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	width: 400%;
	height: 400%;
	content: " ";
	background-color: rgba(0, 0, 0, 0.3);
}

.constructor-container {
	margin-top: 10px;
}

.constructor-container .title {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.1;
	padding-top: 15px;
	color: #292f32;
}

.constructor-container .title span {
	font-size: 16px;
	line-height: 1.2;
	color: #808080;
}

.constructor-container .title a.get-preset {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.1;
	text-decoration: none;
	color: #292f32;
	border-bottom: 1px dashed #292f32;
}

.constructor-container .title a.get-preset:hover {
	color: #59ba47;
	border: none;
}

.constructor-container .base-list {
	margin-bottom: 30px;
}

.constructor-container .constructor-item {
	margin-top: 10px;
	cursor: pointer;
}

.constructor-container .constructor-item .image img {
	width: 50px;
	border-radius: 50%;
}

.constructor-container .constructor-item.active .image,
.constructor-container .constructor-item.active:hover .image {
	background-color: #b6be39;
}

.constructor-container .constructor-item.active .image img,
.constructor-container .constructor-item.active:hover .image img {
	opacity: 0;
}

.constructor-container .constructor-item.active .image svg,
.constructor-container .constructor-item.active:hover .image svg {
	opacity: 1;
}

.constructor-container .constructor-item.active .image svg path,
.constructor-container .constructor-item.active:hover .image svg path {
	fill: white;
}

.constructor-container .constructor-item:hover .image {
	background-color: #f1f1f1;
}

.constructor-container .constructor-item:hover .image img {
	opacity: 0;
}

.constructor-container .constructor-item:hover .image svg {
	opacity: 1;
}

.constructor-container .constructor-item .image {
	position: relative;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}

.constructor-container .constructor-item .image svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	zoom: 2;
	width: 17px;
	height: 13px;
	margin: auto;
	-moz-transform: scale(2);
	-moz-transform-origin: 8px 6px;
	opacity: 0;
}

.constructor-container .constructor-item .image svg path {
	fill: #bbb;
}

.constructor-container .constructor-item .image img {
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	opacity: 1;
}

.constructor-container .constructor-item .col-xs-10 {
	padding-top: 10px;
}

.constructor-container .constructor-item .name {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.1;
	color: #292f32;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.constructor-container .constructor-item .category {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.3;
	color: #747474;
}

.constructor-container .add-ingredient-cont {
	padding-top: 20px;
	padding-left: 30px;
}

.constructor-container .add-ingredient-cont a.add-ingredient {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.4;
	position: relative;
	margin-left: 37px;
	text-decoration: none;
	color: #292f32 !important;
	border-bottom: 1px dashed #292f32;
}

.constructor-container .add-ingredient-cont a.add-ingredient:hover {
	color: #59ba47 !important;
	border: none;
}

.constructor-container .add-ingredient-cont a.add-ingredient:before {
	line-height: 1.7;
	position: absolute;
	top: -3px;
	left: -40px;
	display: inline-block;
	width: 28px;
	height: 28px;
	content: "+";
	text-align: center;
	color: white;
	border-radius: 50%;
	background-color: #b6be39;
}

.constructor-container .constructor-summary {
	margin-top: 30px;
}

.constructor-container .constructor-summary span {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.1;
	color: #292f32;
}

.constructor-container .constructor-summary .weight,
.constructor-container .constructor-summary .weight span {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
}

.constructor-container .constructor-summary .sum-value {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 0.8;
}

.constructor-container .constructor-summary .sum-value .currency,
.constructor-container .constructor-summary .sum-value span {
	font-size: 18px;
}

.constructor-container button.add-to-cart-constructor {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	width: 80%;
	height: 42px;
	margin-top: 20px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	color: #59ba47;
	border: solid 1px #59ba47;
	-webkit-border-radius: 24px;
	   -moz-border-radius: 24px;
	        border-radius: 24px;
	background-color: #fff;

	    -ms-border-radius: 24px;
}

.constructor-container button.add-to-cart-constructor:hover {
	color: white;
	background-color: #59ba47;
}

.constructor-container button.add-to-cart-constructor[disabled="disabled"] {
	color: #b6babb;
	border: solid 1px #e2e4e5;
	background-color: #fff;
}

.constructor-container button.clear-constructor {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	display: none;
	padding: 0;
	text-decoration: none;
	color: #747474;
	border: none;
	border-bottom: 1px dashed #747474;
	outline: none;
	background: none;
}

.constructor-container button.clear-constructor:hover {
	border-bottom: none;
}

.constructor-container .ingredients-list {
	counter-reset: ingredients-counter;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item {
	position: relative;
	margin-right: 0;
	margin-left: 0;
	padding: 15px 0;
	content: counter(ingredients-counter);
	counter-increment: ingredients-counter;
	border-bottom: 1px dashed #e5e5e5;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .name-cont {
	padding-left: 0;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons {
	margin-top: 5px;
	padding: 0;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .change-amount-btn {
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.2;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: solid 1px #b3bbbd;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background-color: #fff;

	    -ms-border-radius: 50%;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .change-amount-btn.plus {
	font-family: Arial;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .change-amount-btn:hover {
	color: #fff;
	border-color: #b2bbbd;
	background-color: #b2bbbd;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .buttons .amount {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.3;
	margin: 0 10px;
	color: #292f32;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .weight {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 0.6;
	color: #747474;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .name {
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.2;
	color: #292f32;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .category {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.1;
	color: #747474;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .product-sum {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 0.5;
	display: inline-block;
	color: #292f32;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .product-sum .currency {
	font-size: 20px;
	padding-left: 3px;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item {
	margin-top: 5px;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item svg {
	width: 16px;
	height: 16px;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item svg path {
	fill: #b3bcbe;
}

.constructor-container .ingredients-list .constructor-ingredient-basket-item .remove-basket-item svg path:hover {
	fill: #59ba47;
}

.constructor-container .ingrs-cont {
	position: relative;
	padding-top: 15px;
}

.new-ingredient .ingredient-categories {
	position: relative;
	height: 103px;
	padding: 20px 30px;
	background-color: #f8fafa;
}

.new-ingredient .ingredient-categories .sod_select {
	font-size: 14px;
	line-height: 1.9;
	height: 49px;
	padding: 10px 10px 10px 20px;
	border: 1px solid #bac2c3;
	background-color: #f7f9f9;
}

.new-ingredient .ingredient-categories .sod_select .sod_list_wrapper {
	top: 45px;
	border-color: #bac2c3;
}

.new-ingredient .ingredient-categories .sod_select .sod_option {
	padding: 10px 15px;
}

.new-ingredient .ingredient-categories .title {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.1;
	padding-top: 0;
	padding-bottom: 15px;
	color: #292f32;
}

.new-ingredient .ingredient-categories .cs-select {
	width: 256px;
	height: 49px;
	margin-top: 15px;
	padding-top: 7px;
	background: #f8fafa;
}

.new-ingredient .ingredient-categories .cs-select:hover {
	background: white;
}

.new-ingredient .select-ingredients-cont {
	padding: 21px 21px 21px 30px;
}

.new-ingredient .select-ingredients-cont .select-ingredients-list {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 2.1;
	padding-bottom: 20px;
	counter-reset: s-ingredients-counter;
	color: #292f32;
}

.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item {
	position: relative;
	content: counter(s-ingredients-counter);
	counter-increment: s-ingredients-counter;
	cursor: pointer;
}

.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item.active {
	color: #59ba47;
}

.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item .name {
	position: relative;
	padding-left: 20px;
}

.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item .name:before {
	font-family: Roboto;
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.4;
	position: absolute;
	top: 5px;
	left: 0;
	content: counter(s-ingredients-counter, decimal) ". ";
	text-align: left;
	color: #808080;
}

.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item.active .name:before {
	color: #59ba47;
}

.new-ingredient .select-ingredients-cont .select-ingredients-list .ingredient-item .delete {
	position: absolute;
	top: -5px;
	right: 5px;
	display: none;
	padding: 5px;
}

.presets {
}

.presets .title {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.5;
	padding-bottom: 10px;
	color: #292f32;
}

.presets .preset-item {
	margin: 0 10px;
	cursor: pointer;
}

.presets .preset-item .name {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.9;
	color: #292f32;
}

.presets .preset-item .description {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.2;
	padding: 15px 0;
	color: #292f32;
}

.presets .preset-item .price {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.3;
	display: inline-block;
	color: #292f32;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.presets .preset-item .price .currency {
	font-size: 20px;
	padding-left: 3px;
}

.presets .preset-item .weight {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 2;
	display: inline-block;
	margin-left: 15px;
	color: #747474;
}

.content-page {
	padding-top: 50px;
}

.content-page.delivery-page {
	padding-top: 10px;
}

.content-page.empty-items .status-title {
	font-size: 15px;
	font-weight: normal;
}

.content-page.page-simple p {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.5;
	margin: 0;
	color: #292f32;
}

.content-page.page-simple p span {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}

.content-page.page-simple h2 {
	font-size: 18px;
	font-stretch: condensed;
	line-height: 1.3;
	margin-top: 15px;
	color: #292f32;
}

.content-page.error_text .status-title {
	font-size: 15px;
	font-weight: normal;
}

.content-page.page-403 .status-title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: condensed;
	line-height: 1.2;
	text-align: center;
	color: #292f32;
}

.content-page h1 {
	font-size: 30px;
	font-weight: bold;
	font-stretch: condensed;
	line-height: 0.7;
	text-align: center;
	color: #32292a;
}

.content-page .status-title {
	font-size: 20px;
	font-weight: bold;
	font-stretch: condensed;
	line-height: 1.2;
	text-align: center;
	color: #292f32;
}

.content-page .status-text {
	font-size: 16px;
	font-stretch: condensed;
	line-height: 1.3;
	max-width: 310px;
	margin: 10px auto;
	text-align: center;
	color: #292f32;
}

.content-page .to-root {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 2.6;
	display: block;
	width: 161px;
	height: 39px;
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #59ba47;

	    -ms-border-radius: 3px;
}

.content-page .to-root:hover {
	background-color: #59ba47;
}

.content-page .status-icon {
	position: relative;
	width: 115px;
	height: 115px;
	margin: 25px auto;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;

	    -ms-border-radius: 50%;
}

.content-page .status-icon span {
	font-size: 45px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 24px;
	text-align: center;
	color: white;
}

.content-page .status-icon img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 72px;
	margin: auto;
}

.content-page .status-icon.icon-404 {
	background-color: #59ba47;
}

.content-page .status-icon.icon-404 img {
	width: 72px;
}

.content-page .status-icon.icon-403 {
	background-color: #f58323;
}

.content-page .status-icon.icon-payment-fail {
	background-color: #59ba47;
}

.content-page .status-icon.icon-payment-fail img {
	width: 35px;
}

.content-page .status-icon.icon-payment-success {
	background-color: #59ba47;
}

.content-page .status-icon.icon-payment-success img {
	width: 35px;
}

.bd-input {
	position: relative;
	width: 100%;
	height: 50px;
	border-collapse: separate;
	cursor: text;
	text-align: left;
	color: #333;
	border: solid 1px #e6e6e6;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	background-color: #f6f8f9;
}

.bd-input label {
	font-size: 14px;
	font-stretch: condensed;
	line-height: 1.8;
	position: absolute;
	top: 11px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	text-align: center;
	color: #696969;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
}

.bd-input input {
	font-size: 17px;
	line-height: 24px;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 13px;
	padding-right: 10px;
	padding-left: 15px;
	cursor: text;
	text-align: center;
	border: none;
	background: none;
}

.bd-input.focused label,
.bd-input.filled label {
	font-size: 11px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.8;
	top: 3px;
	color: #808080;
}

.bd-input.focused {
	background-color: #f8fafa !important;
}

.bd-input.textarea {
	height: 100px;
	cursor: text;
}

.bd-input.textarea label {
	z-index: 1;
}

.bd-input.textarea textarea {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100px;
	padding: 20px;
	resize: none;
	cursor: text;
	border: none;
	background: transparent;
}

.bd-input.filled {
	background-color: #f0f3f5 !important;
}

.bd-input.error {
	border-color: #59ba47 !important;
	border-bottom: 1px solid #59ba47 !important;
}

.bd-form-row.actions {
	margin-top: 12px;
}

.bd-form-messages .bd-error {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.7;
	margin-top: 10px;
	color: #ff0101;
}

.btn {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	display: block;
	width: 100%;
	height: 31px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	color: #fff;
	border: solid 1px #59ba47;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	background-color: #59ba47;

	    -ms-border-radius: 12px;
}

.btn:hover {
	border-color: #8bcf7f;
	background-color: #8bcf7f;
}

.btn[disabled] {
	color: #b6babb;
	border: solid 1px #e2e4e5;
	background-color: #fff;
}

.input-row .bd-input {
	border-bottom: none;
}

.bd-form-row {
	margin-top: -1px;
}

.input-row-first .bd-input {
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	        border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	        border-top-right-radius: 3px;

	   -moz-border-top-left-radius: 3px;
	    -ms-border-top-left-radius: 3px;
	   -moz-border-top-right-radius: 3px;
	    -ms-border-top-right-radius: 3px;
}

.input-row-last .bd-input {
	-webkit-border-bottom-right-radius: 3px;
	        border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	        border-bottom-left-radius: 3px;

	   -moz-border-bottom-left-radius: 3px;
	    -ms-border-bottom-left-radius: 3px;
	   -moz-border-bottom-right-radius: 3px;
	-ms-border-tbottom-right-radius: 3px;
}

.popover-nav {
	margin-top: 15px;
	padding: 0;
	list-style: none;
}

.popover-nav li {
	padding: 3px 5px 3px 23px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}

.popover-nav li a {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #93989a;
}

.popover-nav li:hover {
	border-bottom: none;
	background-color: #f1f1f1;
}

.popover-nav li:hover a {
	border-bottom: none;
}

div.cs-select {
	position: relative;
	z-index: 100;
	display: inline-block;
	width: 100%;
	max-width: 500px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-align: left;
	vertical-align: middle;
	background: #fff;

	 -khtml-user-select: none;
	-webkit-touch-callout: none;
}

.options-row-select {
	margin-top: 11px;
	margin-bottom: 11px;
	padding: 0;
}

div.cs-select:focus {
	outline: none;
}

.cs-select select {
	display: none;
}

.cs-select span {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 1em;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cs-select > span {
	padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}

.cs-select .cs-selected span::after {
	margin-left: 1em;
	content: "\2713";
}

.cs-select.cs-active > span::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	        transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
	z-index: 200;
}

.cs-select .cs-options {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	width: 138%;
	background: #fff;
}

.cs-select.cs-active .cs-options {
	visibility: visible;
}

.cs-select ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cs-select ul span {
	padding: 1em;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

.cs-select li.cs-optgroup ul {
	padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
	cursor: default;
}

div.cs-skin-slide {
	font-size: 1.5em;
	color: #fff;
}

@media screen and (max-width: 30em) {
	div.cs-skin-slide {
		font-size: 1em;
	}
}

div.cs-skin-slide::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: -webkit-transform 0.3s;
	        transition:         transform 0.3s;
	color: #000;
	border: solid 1px #bac2c3;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background-color: #fff;

	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	    -ms-border-radius: 3px;
}

.cs-skin-slide > span {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.2;
	-webkit-transition: text-indent 0.3s, opacity 0.3s;
	        transition: text-indent 0.3s, opacity 0.3s;
	color: #000;
}

.cs-skin-slide > span svg {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 10px;
}

.cs-skin-slide.cs-active > span {
	opacity: 0;
}

.cs-skin-slide.cs-active > span::after {
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}

.cs-skin-slide .cs-options {
	top: 50%;
	left: 50%;
	width: 101%;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	background: white;

	    -ms-border-radius: 3px;
}

@media screen and (max-width: 30em) {
	.cs-skin-slide .cs-options {
		padding-top: 3em;
	}
}

.cs-skin-slide .cs-options li {
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	        transition:         transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(30%, 0, 0);
	        transform: translate3d(30%, 0, 0);
	opacity: 0;
}

.cs-skin-slide.cs-active .cs-options li {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	opacity: 1;
}

.cs-skin-slide.cs-active .cs-options li:hover {
	background-color: #f1f1f1;
}

.cs-skin-slide.cs-active .cs-options li:first-child {
	-webkit-transition-delay: 0.05s;
	        transition-delay: 0.05s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	        transition-delay: 0.15s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}

.cs-skin-slide.cs-active .cs-options li:nth-child(5) {
	-webkit-transition-delay: 0.25s;
	        transition-delay: 0.25s;
}

.cs-skin-slide .cs-options li span {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.2;
	padding: 0.4em 0 0.4em 1.5em;
	text-transform: uppercase;
	color: #000;
}

.cs-skin-slide .cs-selected span::after {
	content: "";
}

.tabs {
	font-size: 1.25em;
	font-weight: 300;
	position: relative;
	width: 97%;
	margin: 0 auto;
}

.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:    -moz-flex;
	display:     -ms-flex;
	display:         flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;

	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	   -moz-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-justify-content: center;
	   -moz-justify-content: center;
	    -ms-justify-content: center;
	        justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	top: 20px;
	display: block;
	margin: 0;
	padding-bottom: 11px;
	text-align: center;

	-webkit-flex: 1;
	   -moz-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.tabs nav a {
	line-height: 2.5;
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.tabs nav a span {
	font-size: 0.75em;
	vertical-align: middle;
}

.tabs nav li.tab-current a {
	color: #74777b;
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
}

.tabs nav a:focus {
	outline: none;
}

.tabs-style-flip {
	max-width: 1200px;
}

.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1em;
	text-align: center;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section .row {
	padding: 50px;
}

.content-wrap section p {
	font-size: 15px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.5;
	margin: 0;
	text-align: left;
	color: #292f32;
}

.tabs-style-flip nav a {
	-webkit-transition: color 0.3s;
	        transition: color 0.3s;
	text-decoration: none;
}

.tabs-style-flip nav a:hover,
.tabs-style-flip nav a:focus,
.tabs-style-flip nav li.tab-current a {
	color: #74777b;
}

.tabs-style-flip nav a span {
	font-size: 16px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	padding: 17px 30px;
	cursor: pointer;
	color: #292f32;
}

.tabs-style-flip nav a span:hover {
	color: #696969;
}

.tabs-style-flip nav a::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	        transition:         transform 0.3s, background-color 0.3s;
	-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
	        transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
	-webkit-transform-origin: 50% 100%;
	        transform-origin: 50% 100%;
	background-color: #f0f0f0;

	-webkit-perspective-origin: 50% 100%;
	        perspective-origin: 50% 100%;
}

.tabs-style-flip nav li.tab-current a::after {
	-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
	        transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
	        box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
}

.tabs-style-flip .content-wrap {
	background: #fff;
}

.tabs-style-flip .content-wrap::before {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 20px;
	content: " ";
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background: white;
}
.md-perspective,
.md-perspective body {
	overflow: hidden;
	height: 100%;
}

.md-perspective body {
	background: #222;

	-webkit-perspective: 600px;
	   -moz-perspective: 600px;
	        perspective: 600px;
}

.md-modal {
	position: fixed;
	z-index: -1;
	top: 20%;
	right: 0;
	left: 0;
	visibility: hidden;
	width: auto;
	min-width: 320px;
	max-width: 90%;
	height: 0;
	margin: 5% auto;

	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.md-show {
	z-index: 99999;
	visibility: visible;
}

.md-overlay {
	position: fixed;
	z-index: 11000;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	opacity: 0;
	background: rgba(0, 0, 0, 0.8);
}

.md-overlay.md-show {
	visibility: visible;
	opacity: 1;
}

.md-content {
	position: relative;
	margin: 0 auto;
	padding: 20px;
	border-radius: 12px;
}

.md-content .scroll-wrapper:after {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(249, 249, 249, 1) 100%);
}

.md-effect-1 .md-content {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
	opacity: 0;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.md-effect-2 .md-content {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-webkit-transform: translateX(20%);
	   -moz-transform: translateX(20%);
	    -ms-transform: translateX(20%);
	        transform: translateX(20%);
	opacity: 0;
}

.md-show.md-effect-2 .md-content {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
}

.md-effect-3 .md-content {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: translateY(20%);
	   -moz-transform: translateY(20%);
	    -ms-transform: translateY(20%);
	        transform: translateY(20%);
	opacity: 0;
}

.md-show.md-effect-3 .md-content {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

.md-effect-4 .md-content {
	-webkit-transform: scale(0) rotate(720deg);
	   -moz-transform: scale(0) rotate(720deg);
	    -ms-transform: scale(0) rotate(720deg);
	        transform: scale(0) rotate(720deg);
	opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	        transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
	-webkit-transform: scale(1) rotate(0deg);
	   -moz-transform: scale(1) rotate(0deg);
	    -ms-transform: scale(1) rotate(0deg);
	        transform: scale(1) rotate(0deg);
	opacity: 1;
}

.md-effect-5.md-modal {
	-webkit-perspective: 1300px;
	   -moz-perspective: 1300px;
	        perspective: 1300px;
}

.md-effect-5 .md-content {
	-webkit-transform: translateZ(600px) rotateX(20deg);
	   -moz-transform: translateZ(600px) rotateX(20deg);
	    -ms-transform: translateZ(600px) rotateX(20deg);
	        transform: translateZ(600px) rotateX(20deg);
	opacity: 0;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.md-show.md-effect-5 .md-content {
	-webkit-transition: all 0.3s ease-in;
	   -moz-transition: all 0.3s ease-in;
	        transition: all 0.3s ease-in;
	-webkit-transform: translateZ(0px) rotateX(0deg);
	   -moz-transform: translateZ(0px) rotateX(0deg);
	    -ms-transform: translateZ(0px) rotateX(0deg);
	        transform: translateZ(0px) rotateX(0deg);
	opacity: 1;
}

.md-effect-6.md-modal {
	-webkit-perspective: 1300px;
	   -moz-perspective: 1300px;
	        perspective: 1300px;
}

.md-effect-6 .md-content {
	-webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
	   -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
	    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
	        transform: translate(30%) translateZ(600px) rotate(10deg);
	opacity: 0;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.md-show.md-effect-6 .md-content {
	-webkit-transition: all 0.3s ease-in;
	   -moz-transition: all 0.3s ease-in;
	        transition: all 0.3s ease-in;
	-webkit-transform: translate(0%) translateZ(0) rotate(0deg);
	   -moz-transform: translate(0%) translateZ(0) rotate(0deg);
	    -ms-transform: translate(0%) translateZ(0) rotate(0deg);
	        transform: translate(0%) translateZ(0) rotate(0deg);
	opacity: 1;
}

.md-effect-7 {
	top: 0;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.md-effect-7 .md-content {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: translateY(-200%);
	   -moz-transform: translateY(-200%);
	    -ms-transform: translateY(-200%);
	        transform: translateY(-200%);
	opacity: 0;
}

.md-show.md-effect-7 .md-content {
	-webkit-transform: translateY(0%);
	   -moz-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	        transform: translateY(0%);
	opacity: 1;
	border-radius: 0 0 3px 3px;
}

.md-effect-8.md-modal {
	-webkit-perspective: 1300px;
	   -moz-perspective: 1300px;
	        perspective: 1300px;
}

.md-effect-8 .md-content {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: rotateY(-70deg);
	   -moz-transform: rotateY(-70deg);
	    -ms-transform: rotateY(-70deg);
	        transform: rotateY(-70deg);
	opacity: 0;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.md-show.md-effect-8 .md-content {
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
	    -ms-transform: rotateY(0deg);
	        transform: rotateY(0deg);
	opacity: 1;
}

.md-effect-9.md-modal {
	-webkit-perspective: 1300px;
	   -moz-perspective: 1300px;
	        perspective: 1300px;
}

.md-effect-9 .md-content {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: rotateX(-70deg);
	   -moz-transform: rotateX(-70deg);
	    -ms-transform: rotateX(-70deg);
	        transform: rotateX(-70deg);
	opacity: 0;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	   -moz-transform: rotateX(0deg);
	    -ms-transform: rotateX(0deg);
	        transform: rotateX(0deg);
	opacity: 1;
}

.md-effect-10.md-modal {
	-webkit-perspective: 1300px;
	   -moz-perspective: 1300px;
	        perspective: 1300px;
}

.md-effect-10 .md-content {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: rotateX(-60deg);
	   -moz-transform: rotateX(-60deg);
	    -ms-transform: rotateX(-60deg);
	        transform: rotateX(-60deg);
	-webkit-transform-origin: 50% 0;
	   -moz-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	opacity: 0;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.md-show.md-effect-10 .md-content {
	-webkit-transform: rotateX(0deg);
	   -moz-transform: rotateX(0deg);
	    -ms-transform: rotateX(0deg);
	        transform: rotateX(0deg);
	opacity: 1;
}

.md-effect-11 .md-content {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(2);
	   -moz-transform: scale(2);
	    -ms-transform: scale(2);
	        transform: scale(2);
	opacity: 0;
}

.md-show.md-effect-11 .md-content {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.md-effect-12 .md-content {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.8);
	   -moz-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	opacity: 0;
}

.md-show.md-effect-12 ~ .md-overlay {
	background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
	background: transparent;
}

.md-show.md-effect-12 .md-content {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

.md-effect-13.md-modal {
	-webkit-perspective: 1300px;
	   -moz-perspective: 1300px;
	        perspective: 1300px;
}

.md-effect-13 .md-content {
	-webkit-transform: translateZ(-3000px) rotateY(90deg);
	   -moz-transform: translateZ(-3000px) rotateY(90deg);
	    -ms-transform: translateZ(-3000px) rotateY(90deg);
	        transform: translateZ(-3000px) rotateY(90deg);
	opacity: 0;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.md-show.md-effect-13 .md-content {
	-webkit-animation: slit 0.7s forwards ease-out;
	   -moz-animation: slit 0.7s forwards ease-out;
	        animation: slit 0.7s forwards ease-out;
}

@-webkit-keyframes slit {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(89deg);
		-webkit-animation-timing-function: ease-out;
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes slit {
	50% {
		-moz-transform: translateZ(-250px) rotateY(89deg);
		-moz-animation-timing-function: ease-out;
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes slit {
	50% {
		transform: translateZ(-250px) rotateY(89deg);
		animation-timing-function: ease-in;
		opacity: 1;
	}
	100% {
		transform: translateZ(0) rotateY(0deg);
		opacity: 1;
	}
}

.md-effect-14.md-modal {
	-webkit-perspective: 1300px;
	   -moz-perspective: 1300px;
	        perspective: 1300px;
}

.md-effect-14 .md-content {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateY(100%) rotateX(90deg);
	   -moz-transform: translateY(100%) rotateX(90deg);
	    -ms-transform: translateY(100%) rotateX(90deg);
	        transform: translateY(100%) rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	   -moz-transform-origin: 0 100%;
	        transform-origin: 0 100%;
	opacity: 0;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.md-show.md-effect-14 .md-content {
	-webkit-transform: translateY(0%) rotateX(0deg);
	   -moz-transform: translateY(0%) rotateX(0deg);
	    -ms-transform: translateY(0%) rotateX(0deg);
	        transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

.md-effect-15.md-modal {
	-webkit-perspective: 1300px;
	   -moz-perspective: 1300px;
	        perspective: 1300px;
}

.md-effect-15 .md-content {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	   -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	        transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	   -moz-transform-origin: 0 100%;
	        transform-origin: 0 100%;
	opacity: 0;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.md-show.md-effect-15 .md-content {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	   -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	    -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	        transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

.md-show.md-effect-16 ~ .md-overlay {
	background: rgba(180, 46, 32, 0.5);
}

.md-show.md-effect-16 ~ .container {
	-webkit-filter: blur(3px);
	   -moz-filter: blur(3px);
	        filter: blur(3px);
}

.md-effect-16 .md-content {
	-webkit-transform: translateY(-5%);
	   -moz-transform: translateY(-5%);
	    -ms-transform: translateY(-5%);
	        transform: translateY(-5%);
	opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

.md-show.md-effect-17 ~ .container {
	overflow: hidden;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	   -moz-transition:    -moz-transform 0.3s;
	        transition:         transform 0.3s;
}

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
	-webkit-transform: rotateX(-2deg);
	   -moz-transform: rotateX(-2deg);
	    -ms-transform: rotateX(-2deg);
	        transform: rotateX(-2deg);
	-webkit-transform-origin: 50% 0;
	   -moz-transform-origin: 50% 0;
	        transform-origin: 50% 0;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.md-effect-17 .md-content {
	-webkit-transform: translateY(200%);
	   -moz-transform: translateY(200%);
	    -ms-transform: translateY(200%);
	        transform: translateY(200%);
	opacity: 0;
}

.md-show.md-effect-17 .md-content {
	-webkit-transition: all 0.3s 0.2s;
	   -moz-transition: all 0.3s 0.2s;
	        transition: all 0.3s 0.2s;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

.md-show.md-effect-18 ~ .container {
	overflow: hidden;
	height: 100%;
}

.md-show.md-effect-18 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	        transition: all 0.5s;
	background: rgba(143, 27, 15, 0.8);
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
	        transform-origin: 0 50%;
	-webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
	   -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
	        animation: rotateRightSideFirst 0.5s forwards ease-in;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

@-webkit-keyframes rotateRightSideFirst {
	50% {
		-webkit-transform: translateZ(-50px) rotateY(5deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: translateZ(-200px);
	}
}

@-moz-keyframes rotateRightSideFirst {
	50% {
		-moz-transform: translateZ(-50px) rotateY(5deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {
		-moz-transform: translateZ(-200px);
	}
}

@keyframes rotateRightSideFirst {
	50% {
		transform: translateZ(-50px) rotateY(5deg);
		animation-timing-function: ease-out;
	}
	100% {
		transform: translateZ(-200px);
	}
}

.md-effect-18 .md-content {
	-webkit-transform: translateX(200%);
	   -moz-transform: translateX(200%);
	    -ms-transform: translateX(200%);
	        transform: translateX(200%);
	opacity: 0;
}

.md-show.md-effect-18 .md-content {
	-webkit-transition: all 0.5s 0.1s;
	   -moz-transition: all 0.5s 0.1s;
	        transition: all 0.5s 0.1s;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
}

.md-show.md-effect-19 ~ .container {
	overflow: hidden;
	height: 100%;
}

.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	        transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transform-origin: 50% 100%;
	   -moz-transform-origin: 50% 100%;
	        transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	   -moz-animation: OpenTop 0.5s forwards ease-in;
	        animation: OpenTop 0.5s forwards ease-in;

	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

@-webkit-keyframes OpenTop {
	50% {
		-webkit-transform: rotateX(10deg);
		-webkit-animation-timing-function: ease-out;
	}
}

@-moz-keyframes OpenTop {
	50% {
		-moz-transform: rotateX(10deg);
		-moz-animation-timing-function: ease-out;
	}
}

@keyframes OpenTop {
	50% {
		transform: rotateX(10deg);
		animation-timing-function: ease-out;
	}
}

.md-effect-19 .md-content {
	-webkit-transform: translateY(-200%);
	   -moz-transform: translateY(-200%);
	    -ms-transform: translateY(-200%);
	        transform: translateY(-200%);
	opacity: 0;
}

.md-show.md-effect-19 .md-content {
	-webkit-transition: all 0.5s 0.1s;
	   -moz-transition: all 0.5s 0.1s;
	        transition: all 0.5s 0.1s;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

#popover-information .webui-popover-content,
#popover-menu-extend .webui-popover-content {
	width: 164px;
	padding: 0;
}

#popover-bonuses-info.in {
	margin-top: 20px;
}




@media screen and (min-width: 992px) {
	#bonuses-info {
		width: 450px;
		height: 170px;
		padding-top: 30px;
	}
}


#bonuses-info .title {
	font-size: 18px;
	line-height: 1;
}

#bonuses-info .description {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	padding-top: 10px;
}

#popover-basket .webui-arrow {
	right: 7px !important;
	left: auto !important;
}

#popover-ingridients-filter {
	width: 445px;
	height: 331px;
}

#popover-ingridients-filter .row {
	margin: 0;
}

#popover-ingridients-filter .webui-popover-content {
	padding-right: 0;
	padding-left: 0;
}

#popover-ingridients-filter .filter-params {
	overflow-y: scroll;
	height: 230px;
	margin-right: 10px;
}

#popover-ingridients-filter .filter-params.scroll-content {
	margin: 0 30px;
	padding-top: 10px;
}

#popover-ingridients-filter .filter-params .param-item {
	padding-left: 0;
}

#popover-ingridients-filter .filter-params .param-item .icon-param {
	margin-left: 8px;
	text-decoration: none;
}

#popover-ingridients-filter .filter-params .param-item .icon-param svg {
	width: 10px;
	height: 10px;
}

#popover-ingridients-filter .filter-params .param-item .icon-param polygon,
#popover-ingridients-filter .filter-params .param-item .icon-param path {
	fill: #b2bbbd;
}

#popover-ingridients-filter .filter-params .param-item .remove-param:hover svg polygon,
#popover-ingridients-filter .filter-params .param-item .remove-param:hover svg path,
#popover-ingridients-filter .filter-params .param-item .remove-param.selected svg polygon,
#popover-ingridients-filter .filter-params .param-item .remove-param.selected svg path {
	fill: #262626;
}

#popover-ingridients-filter .filter-params .param-item span {
	font-size: 16px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.8;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	color: #000;
}

#popover-ingridients-filter .filter-params .param-item span.unchecked {
	text-decoration: line-through;
	color: #a3a3a3;
}

#popover-ingridients-filter .filter-params .param-item span.checked {
	color: #59ba47;
}

#popover-ingridients-filter .filter-params .param-item .add_param:hover svg path,
#popover-ingridients-filter .filter-params .param-item .add_param.selected svg path {
	fill: #59ba47;
}

#popover-ingridients-filter .filter-params .param-item .add_param:hover span,
#popover-ingridients-filter .filter-params .param-item .add_param.selected span {
	color: #59ba47;
}

#popover-ingridients-filter .filter-actions {
	margin-top: 20px;
	padding: 18px 40px;
	border-top: 1px solid #efefef;
}

#popover-ingridients-filter .filter-actions .clear-filter {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	padding-left: 10px;
	text-decoration: underline;
	color: #747474;
	border: none;
	outline: none;
	background: none;

	text-decoration-color: #747474;
}

#popover-ingridients-filter .filter-actions .clear-filter:hover {
	text-decoration: none;
}

#popover-ingridients-filter .filter-actions .apply-filter {
	font-size: 14px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.4;
	width: 120px;
	height: 30px;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
	color: #59ba47;
	border: solid 1px #59ba47;
	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;
	outline: none;
	background-color: #fff;

	    -ms-border-radius: 12px;
}

#popover-ingridients-filter .filter-actions .apply-filter:hover {
	color: white;
	background-color: #59ba47;
}

#product-detail .md-content {
	max-width: 800px;
	background-color: #fff;
}

@media (min-width: 0) {
	#product-detail .md-content {
		min-width: 250px;
	}
}

@media (min-width: 544px) {
	#product-detail .md-content {
		min-width: 670px;
	}
}

@media (min-width: 1200px) {
	#product-detail .md-content {
		min-width: 800px;
	}
}

#product-detail .md-content .product.product-detail {
	height: 0;
	min-height: 280px;
}

#product-detail .md-content .product.product-detail .preview {
	width: 100%;
	margin: 0;
}

#product-detail .md-content .product-actions {
	margin-bottom: 0;
}

#product-detail .md-content .product.product-detail .product-info {
	height: auto;
	margin: 0;
}

#product-detail .md-content .product.product-detail .product-info .product-description {
	padding-top: 0;
}

#product-detail .md-content .product.product-detail .product-info h3 {
	font-size: 20px;
	font-stretch: condensed;
	line-height: 0.9;
	color: #292f32;
}

#product-detail .md-content .product.product-detail .product-info p {
	font-size: 12px;
	font-weight: 300;
	font-stretch: condensed;
	line-height: 1.2;
	color: #292f32;
}

#popover-auth .webui-arrow {
	right: 5px;
	left: auto !important;
}



.footer {
	padding-top: 40px;
	border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 992px) {
	.footer {
		margin-top: 60px;
	}
}
@media screen and (max-width: 991px) {
	.footer {
		margin-top: 40px;
	}
}
@media screen and (min-width: 768px) {
	.footer {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 160px;
	}
}



footer {
	font-size: 12px;
	font-weight: 300;
}


footer .copyright a {
	text-decoration: none;
}

footer .copyright a img {
	display: inline-block;
	width: 30px;
	margin-top: -5px;
	margin-right: 10px;
	text-decoration: none;
}

footer .copyright a span {
	border-bottom: 1px solid #93989a;
}

footer .copyright a span:hover {
	color: #fe1a1a;
	border: none;
}

.social-icons-footer a {
	margin-right: 5px;
}

.social-icons-footer a.sprite {
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url(../images/spritesheet.png);
	background-repeat: no-repeat;
}

.social-icons-footer a.sprite-social_vk {
	background-position: -5px -525px;
}

.social-icons-footer a.sprite-social_vk:hover {
	background-position: -5px -562px;
}

.social-icons-footer a.sprite-social_instagram {
	background-position: -5px -599px;
}

.social-icons-footer a.sprite-social_instagram:hover {
	background-position: -5px -636px;
}

.social-icons-footer a.sprite-social_tw {
	background-position: -5px -747px;
}

.social-icons-footer a.sprite-social_tw:hover {
	background-position: -5px -784px;
}

.social-icons-footer a.sprite-social_fb {
	background-position: -5px -821px;
}

.social-icons-footer a.sprite-social_fb:hover {
	background-position: -5px -858px;
}

.social-icons-footer a.sprite-social_yt {
	background-position: -5px -895px;
}

.social-icons-footer a.sprite-social_yt:hover {
	background-position: -5px -932px;
}

.social-icons-footer a.sprite-social_ok {
	background-position: -5px -673px;
}

.social-icons-footer a.sprite-social_ok:hover {
	background-position: -5px -710px;
}

.product-list .banner {
	text-align: center;
	border: none;
}

.banner img {
	border-radius: 3px;
}

#bx-panel .admin_tab_icon {
	margin-top: 2px !important;
}

.news-list .news-item .news-text {
	line-height: 1.5;
}

.constructor-container .constructor-summary .sum-value .currency,
.constructor-container .constructor-summary .sum-value .currency {
	font-size: 18px;
}

.gift-sticky .expanded-gift .gifts-list .gift-item .badge .currency {
	font-size: 19px;
}

.auth-state.logged-in-state .bonuses .value .currency {
	font-size: 17px;
}

.profile-cross-user-info .cont-item.bonuses-cont .currency {
	font-size: 16px;
	margin-left: -1px;
}

.profile-cross-user-info .cont-item.bonuses-cont {
	font-weight: 400;
}

.news-detail .detail-content ol {
	margin-left: -24px;
}

.product .product-info .product-options .options-row-select {
	margin-top: 5px;
}

.lic {
	position: absolute;
	top: 0;
	left: 340px;
	width: 280px;
	padding: 5px 10px;
	cursor: pointer;
	text-align: center;
	border: 1px #59ba47 solid;
	border-radius: 3px;
}

.lic .title {
	font-size: 14px;
	color: #59ba47;
	border-bottom: 1px dashed #59ba47;
}

.lic .title:hover {
	border: none;
}

#licContent {
	font-size: 12px;
	font-weight: 300;
	display: none;
	width: 420px;
	padding: 10px 10px;
}

.category-view-item .category-view-name .name-cont a {
	text-decoration: none;
	border-bottom: 1px solid #93989a;
}

.category-view-item .category-view-name .name-cont a:hover {
	border-bottom: none;
}

.category-view-item .category-view-name .sub-categories li a {
	text-decoration: none;
	border-bottom: 1px solid #4092bd;
}

.category-view-item .category-view-name .sub-categories li a:hover {
	border-bottom: none;
}

.category-view-item .category-view-name .sub-categories li {
	margin-right: 10px;
}

.category-view-item .category-view-description {
	font-weight: 300;
	padding-top: 0;
}

.profile-cross-user-info .cont-item.logout {
	padding-left: 25px;
}

.profile-cross-user-info .cont-item:nth-child(1) {
	font-size: 14px;
}

.order-confirm-text {
	font-size: 11px;
	font-weight: 300;
	display: block;
	padding: 0;
}

.order-confirm-text a {
	color: #59ba47!important;
}

.private-house {
	font-weight: 300;
	padding-left: 5px;
}

.profile-content .address-list-container .address-list .sod_select.above .sod_list_wrapper {
	top: auto !important;
}