a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

:root,
body,
html {
	-webkit-font-smoothing: antialiased;
	font-family: Proxima Nova;
	font-size: 16px;
	line-height: 1.333;
	text-rendering: optimizeLegibility
}

ol,
ul {
	padding-left: 1.8em
}

nav ol,
nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}

a {
	color: inherit;
	cursor: pointer;
	outline: none;
	text-decoration: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
input,
select,
textarea {
	background: none;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	display: block;
	font-family: Proxima Nova;
	font-size: 1rem;
	line-height: 1.333;
	margin: 0;
	outline: none;
	padding: 0;
	vertical-align: middle
}

button {
	text-align: center
}

button,
select {
	cursor: pointer
}

p {
	margin: .75em 0
}

small {
	font-size: .75em
}

sub {
	vertical-align: sub
}

sub,
sup {
	font-size: .5em
}

sup {
	vertical-align: super
}

body {
	color: #fff
}

a {
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out
}

a:hover,
a[href^="tel:"] {
	text-decoration: none
}

img {
	display: block;
	max-width: 100%
}

b,
strong {
	font-weight: 700
}

em,
i {
	font-style: italic
}

q:not(.no-quote) {
	position: relative
}

q:not(.no-quote):before {
	content: "\AB";
	left: -.5em;
	position: absolute
}

q:not(.no-quote):after {
	content: "\BB";
	position: absolute;
	right: -.5em
}

hr {
	background: none;
	border: none;
	border-bottom: 1px solid;
	margin: 1.333em 0
}

.text-content .h1,
.text-content h1 {
	font-size: 2.4em;
	font-weight: 300;
	margin: 1em 0 1.333rem
}

.text-content .h2,
.text-content h2 {
	font-size: 2em;
	font-weight: 300;
	margin: 1em 0 1.333rem
}

.text-content .h3,
.text-content h3 {
	font-size: 1.6em;
	margin: 1em 0 1.333rem
}

.text-content .h4,
.text-content h4 {
	font-size: 1.2em;
	margin: 1.5em 0 1.333rem
}

.text-content .h1:first-child,
.text-content .h2:first-child,
.text-content .h3:first-child,
.text-content .h4:first-child,
.text-content h1:first-child,
.text-content h2:first-child,
.text-content h3:first-child,
.text-content h4:first-child {
	margin-top: 0
}

.text-content ol,
.text-content p,
.text-content ul {
	margin: 0 0 1.333rem
}

.text-content ol:last-child,
.text-content p:last-child,
.text-content ul:last-child {
	margin-bottom: 0
}

.text-content li {
	margin-bottom: .333rem
}

.text-content li:last-child {
	margin-bottom: 0
}

.text-content ul:not(.tick-list) {
	list-style: none
}

.text-content ul:not(.tick-list) li {
	position: relative
}

.text-content ul:not(.tick-list) li:before {
	content: "\2014";
	display: block;
	margin-right: .5em;
	position: absolute;
	right: 100%;
	top: 0
}

.text-content a:not(.btn):not(.btn-bordered) {
	border-bottom: 1px solid;
	color: #80ab29
}

.text-content a:not(.btn):not(.btn-bordered):hover {
	border-bottom-color: transparent
}

@media (max-width:960px) {

	.text-content .h1,
	.text-content h1 {
		font-size: 2em
	}

	.text-content .h2,
	.text-content h2 {
		font-size: 1.5em
	}

	.text-content .h3,
	.text-content h3 {
		font-size: 1.2em
	}

	.text-content .h4,
	.text-content h4 {
		font-size: 1em;
		font-weight: 700
	}
}

@media (max-width:620px) {

	.text-content .h1,
	.text-content h1 {
		font-size: 1.75em
	}

	.text-content .h2,
	.text-content h2 {
		font-size: 1.2em
	}

	.text-content .h3,
	.text-content .h4,
	.text-content h3,
	.text-content h4 {
		font-size: 1em;
		font-weight: 700
	}
}

.tick-list {
	list-style: none
}

.tick-list li {
	position: relative
}

.tick-list li:before {
	background: url(assets/img/tick.svg?f1c2c1) no-repeat 50%;
	background-size: cover;
	content: "";
	display: block;
	height: 1em;
	margin-right: .333em;
	position: absolute;
	right: 100%;
	top: .166em;
	width: 1em
}

[v-cloak] {
	display: none
}

.f {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.f-center {
	-ms-align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center
}

.f-justify {
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.t-c {
	text-align: center
}

.t-r {
	text-align: right
}

.t-up {
	text-transform: uppercase
}

.t-low {
	text-transform: lowercase
}

.t-spaced {
	letter-spacing: 2px
}

.t-xs {
	font-size: .5em
}

.t-sm {
	font-size: .85em
}

.t-md {
	font-size: 1.1em
}

.t-lg {
	font-size: 1.2em
}

.t-xl {
	font-size: 1.5em
}

.t-green {
	color: #80ab29
}

.t-gray {
	color: #eee
}

.t-red {
	color: #da1a37
}

.t-trans {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6
}

.t-light {
	font-weight: 300
}

.bg-gray {
	background: #32343d;
	color: #fff
}

.bg-white {
	background: #fff;
	color: #32343d
}

.bg-red {
	background: #da1a37;
	color: #fff
}

.bg-gray-light {
	background: #eee;
	color: #32343d
}

.bg-gray-medium {
	background: #3a3c48;
	color: #fff
}

.svg-icon {
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	box-sizing: border-box;
	display: block;
	fill: currentColor;
	height: 1.5em;
	transform: translateX(0);
	width: 1.5em
}

.product-marker,
.rhomb {
	-ms-backface-visibility: hidden;
	-ms-transform: rotate(45deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(45deg);
	backface-visibility: hidden;
	display: inline-block;
	transform: rotate(45deg)
}

.rhomb {
	border: 3px solid hsla(0, 0%, 100%, .3);
	border-radius: 12px;
	color: #fff;
	height: 26px;
	margin-bottom: 8px;
	padding: 10px;
	text-align: center;
	width: 26px
}

a.rhomb:hover {
	background: #80ab29;
	border-color: transparent;
	color: #fff
}

a.rhomb:active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9
}

.rhomb>* {
	-ms-transform: rotate(-45deg) translateZ(0);
	-webkit-transform: rotate(-45deg) translateZ(0);
	display: block;
	transform: rotate(-45deg) translateZ(0)
}

.rhomb>*,
.rhomb>.svg-icon {
	-ms-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.rhomb>.svg-icon {
	height: 26px;
	width: 26px
}

.rhomb.pic {
	border: none;
	overflow: hidden;
	padding: 0
}

.rhomb.pic img {
	left: -18%;
	max-width: none;
	position: relative;
	top: -18%;
	width: 136%
}

.product-marker {
	background: #32343d;
	border-radius: 3px;
	height: 12px;
	width: 12px
}

.product-marker.type-master-class-lesson {
	background: #85ddd3
}

.product-marker.type-webinar-lesson {
	background: #cbcb69
}

.product-marker.type-intensive-lesson {
	background: #a07f9c
}

.product-marker.type-course-lesson {
	background: #7f97a6
}

.product-marker.type-meeting-lesson {
	background: #ff9373
}

.btn,
.btn-bordered {
	-webkit-transition: all .1s ease-out;
	background: #7aa227;
	border: none;
	border-radius: 12px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1.333;
	margin: .66em 0;
	outline: none;
	padding: .8em 2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .1s ease-out
}

.btn-bordered:not(.disabled):not([disabled]).active,
.btn-bordered:not(.disabled):not([disabled]):focus,
.btn-bordered:not(.disabled):not([disabled]):hover,
.btn:not(.disabled):not([disabled]).active,
.btn:not(.disabled):not([disabled]):focus,
.btn:not(.disabled):not([disabled]):hover {
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25)
}

.btn-bordered:not(.disabled):not([disabled]).active,
.btn-bordered:not(.disabled):not([disabled]):hover,
.btn:not(.disabled):not([disabled]).active,
.btn:not(.disabled):not([disabled]):hover {
	background: #80ab29
}

.btn-bordered:not(.disabled):not([disabled]):active,
.btn:not(.disabled):not([disabled]):active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9
}

.btn-bordered.sm,
.btn.sm {
	padding: .4em 1.5em
}

.btn-bordered.xs,
.btn.xs {
	border-radius: 8px;
	font-size: 13px;
	letter-spacing: 0;
	margin: .33em 0;
	padding: .2em 1.5em
}

.btn-bordered.disabled,
.btn-bordered[disabled],
.btn.disabled,
.btn[disabled] {
	cursor: default
}

.btn.disabled,
.btn[disabled] {
	background: rgba(128, 171, 41, .5)
}

.btn-bordered {
	background: none;
	border: 1px solid #80ab29;
	color: #80ab29
}

.btn-bordered:not(.disabled):not([disabled]).active,
.btn-bordered:not(.disabled):not([disabled]):hover {
	background: #80ab29;
	color: #fff
}

.gray-block {
	-ms-align-items: center;
	-ms-flex-wrap: wrap;
	-ms-justify-content: space-around;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-around;
	align-items: center;
	background: #3a3c48;
	border-radius: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 3em 15px;
	padding: 1em 30px;
	text-align: center
}

.section-title {
	font-size: 2em;
	font-weight: 300
}

@media (max-width:720px) {
	.section-title {
		font-size: 1.8em
	}
}

@media (max-width:620px) {
	.section-title {
		font-size: 1.5em
	}
}

.page-title {
	font-size: 2.5em;
	font-weight: 300;
	margin-bottom: 1em;
	padding-top: 1em
}

@media (max-width:720px) {
	.page-title {
		font-size: 2em
	}
}

@media (max-width:620px) {
	.page-title {
		font-size: 1.8em
	}
}

.l-green,
.l-green-dashed {
	border-bottom: 1px solid;
	color: #80ab29
}

.l-green-dashed:hover,
.l-green:hover {
	border-bottom-color: transparent
}

.l-green-dashed {
	border-bottom-style: dashed
}

.support-banner {
	background: #3a3c48;
	font-size: 1.5em;
	line-height: 1.2;
	padding: 1.5rem 1rem;
	text-align: center
}

a:hover .support-banner {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8
}

.monthly-banner {
	border: 1px solid #fff;
	color: #80ab29;
	font-size: 2.5em;
	line-height: 1;
	padding: 1.5rem 1rem;
	text-align: center
}

a .monthly-banner,
a .support-banner {
	-webkit-transition: opacity .1s ease-out;
	transition: opacity .1s ease-out
}

a:hover .monthly-banner,
a:hover .support-banner {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8
}

.subscription-promo {
	background: #1d2029;
	padding: 4em 0
}

.subscription-promo .title {
	color: #80ab29;
	font-size: 3em;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1rem;
	text-transform: uppercase
}

.subscription-promo .text-content {
	font-size: 1.5em;
	font-weight: 300;
	margin: 1em 0
}

.subscription-promo .support-banner {
	margin-bottom: 1em
}

.subscription-promo .btn {
	margin-top: 3em
}

@media (max-width:960px) {
	.subscription-promo .title {
		font-size: 2em
	}
}

@media (max-width:720px) {
	.subscription-promo {
		padding: 2em 0
	}

	.subscription-promo .btn,
	.subscription-promo .support-banner {
		margin-top: 1em
	}
}

.g {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1260px
}

.wrap,
.wrap-lg,
.wrap-sm {
	margin: 0 auto;
	max-width: 1230px;
	padding: 0 15px
}

.wrap-lg .g,
.wrap-sm .g,
.wrap .g {
	margin: 0 -15px;
	padding: 0
}

.wrap-sm {
	max-width: 945px
}

.wrap-lg {
	max-width: 1575px
}

.hidden {
	display: none !important
}

[class*=" c-"],
[class^=c-] {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	box-sizing: border-box;
	display: inline-block;
	flex: 0 0 auto;
	float: left;
	padding: 0 15px
}

[class*=" c-"]:not(.np) .g,
[class^=c-]:not(.np) .g {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0;
	padding-right: 0
}

[class*=" c-"].np,
[class^=c-].np {
	padding-left: 0;
	padding-right: 0
}

[class*=" c-"].npl,
[class^=c-].npl {
	padding-left: 0
}

[class*=" c-"].npl .g,
[class^=c-].npl .g {
	margin-left: 0;
	padding-left: 0
}

[class*=" c-"].npr,
[class^=c-].npr {
	padding-right: 0
}

[class*=" c-"].npr .g,
[class^=c-].npr .g {
	margin-right: 0;
	padding-right: 0
}

.c-1 {
	width: 8.333333333333334%
}

.c-2 {
	width: 16.666666666666668%
}

.c-3 {
	width: 25%
}

.c-4 {
	width: 33.333333333333336%
}

.c-5 {
	width: 41.66666666666667%
}

.c-6 {
	width: 50%
}

.c-7 {
	width: 58.333333333333336%
}

.c-8 {
	width: 66.66666666666667%
}

.c-9 {
	width: 75%
}

.c-10 {
	width: 83.33333333333334%
}

.c-11 {
	width: 91.66666666666667%
}

.c-12 {
	width: 100%
}

.c-rest {
	-ms-flex: 1 0 0;
	-webkit-flex: 1 0 0;
	flex: 1 0 0
}

@media (max-width:1290px) {
	.c-xl-1 {
		width: 8.333333333333334%
	}

	.c-xl-1,
	.c-xl-2 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-xl-2 {
		width: 16.666666666666668%
	}

	.c-xl-3 {
		width: 25%
	}

	.c-xl-3,
	.c-xl-4 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-xl-4 {
		width: 33.333333333333336%
	}

	.c-xl-5 {
		width: 41.66666666666667%
	}

	.c-xl-5,
	.c-xl-6 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-xl-6 {
		width: 50%
	}

	.c-xl-7 {
		width: 58.333333333333336%
	}

	.c-xl-7,
	.c-xl-8 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-xl-8 {
		width: 66.66666666666667%
	}

	.c-xl-9 {
		width: 75%
	}

	.c-xl-9,
	.c-xl-10 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-xl-10 {
		width: 83.33333333333334%
	}

	.c-xl-11 {
		width: 91.66666666666667%
	}

	.c-xl-11,
	.c-xl-12 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-xl-12 {
		width: 100%
	}

	.c-xl-rest {
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.xl-hidden {
		display: none !important
	}

	.xl-show {
		display: block !important
	}

	.xl-show-i {
		display: inline !important
	}

	.xl-show-ib {
		display: inline-block !important
	}

	.xl-np {
		padding-left: 0 !important
	}

	.xl-np,
	.xl-npl,
	.xl-npr {
		padding-right: 0 !important
	}

	.xl-first {
		-ms-order: -1;
		-webkit-order: -1;
		order: -1
	}
}

@media (max-width:960px) {
	.c-lg-1 {
		width: 8.333333333333334%
	}

	.c-lg-1,
	.c-lg-2 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-lg-2 {
		width: 16.666666666666668%
	}

	.c-lg-3 {
		width: 25%
	}

	.c-lg-3,
	.c-lg-4 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-lg-4 {
		width: 33.333333333333336%
	}

	.c-lg-5 {
		width: 41.66666666666667%
	}

	.c-lg-5,
	.c-lg-6 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-lg-6 {
		width: 50%
	}

	.c-lg-7 {
		width: 58.333333333333336%
	}

	.c-lg-7,
	.c-lg-8 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-lg-8 {
		width: 66.66666666666667%
	}

	.c-lg-9 {
		width: 75%
	}

	.c-lg-9,
	.c-lg-10 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-lg-10 {
		width: 83.33333333333334%
	}

	.c-lg-11 {
		width: 91.66666666666667%
	}

	.c-lg-11,
	.c-lg-12 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-lg-12 {
		width: 100%
	}

	.c-lg-rest {
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.lg-hidden {
		display: none !important
	}

	.lg-show {
		display: block !important
	}

	.lg-show-i {
		display: inline !important
	}

	.lg-show-ib {
		display: inline-block !important
	}

	.lg-np {
		padding-left: 0 !important
	}

	.lg-np,
	.lg-npl,
	.lg-npr {
		padding-right: 0 !important
	}

	.lg-first {
		-ms-order: -1;
		-webkit-order: -1;
		order: -1
	}
}

@media (max-width:720px) {
	.c-md-1 {
		width: 8.333333333333334%
	}

	.c-md-1,
	.c-md-2 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-md-2 {
		width: 16.666666666666668%
	}

	.c-md-3 {
		width: 25%
	}

	.c-md-3,
	.c-md-4 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-md-4 {
		width: 33.333333333333336%
	}

	.c-md-5 {
		width: 41.66666666666667%
	}

	.c-md-5,
	.c-md-6 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-md-6 {
		width: 50%
	}

	.c-md-7 {
		width: 58.333333333333336%
	}

	.c-md-7,
	.c-md-8 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-md-8 {
		width: 66.66666666666667%
	}

	.c-md-9 {
		width: 75%
	}

	.c-md-9,
	.c-md-10 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-md-10 {
		width: 83.33333333333334%
	}

	.c-md-11 {
		width: 91.66666666666667%
	}

	.c-md-11,
	.c-md-12 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-md-12 {
		width: 100%
	}

	.c-md-rest {
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.md-hidden {
		display: none !important
	}

	.md-show {
		display: block !important
	}

	.md-show-i {
		display: inline !important
	}

	.md-show-ib {
		display: inline-block !important
	}

	.md-np {
		padding-left: 0 !important
	}

	.md-np,
	.md-npl,
	.md-npr {
		padding-right: 0 !important
	}

	.md-first {
		-ms-order: -1;
		-webkit-order: -1;
		order: -1
	}
}

@media (max-width:620px) {
	.c-sm-1 {
		width: 8.333333333333334%
	}

	.c-sm-1,
	.c-sm-2 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-sm-2 {
		width: 16.666666666666668%
	}

	.c-sm-3 {
		width: 25%
	}

	.c-sm-3,
	.c-sm-4 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-sm-4 {
		width: 33.333333333333336%
	}

	.c-sm-5 {
		width: 41.66666666666667%
	}

	.c-sm-5,
	.c-sm-6 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-sm-6 {
		width: 50%
	}

	.c-sm-7 {
		width: 58.333333333333336%
	}

	.c-sm-7,
	.c-sm-8 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-sm-8 {
		width: 66.66666666666667%
	}

	.c-sm-9 {
		width: 75%
	}

	.c-sm-9,
	.c-sm-10 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-sm-10 {
		width: 83.33333333333334%
	}

	.c-sm-11 {
		width: 91.66666666666667%
	}

	.c-sm-11,
	.c-sm-12 {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.c-sm-12 {
		width: 100%
	}

	.c-sm-rest {
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.sm-hidden {
		display: none !important
	}

	.sm-show {
		display: block !important
	}

	.sm-show-i {
		display: inline !important
	}

	.sm-show-ib {
		display: inline-block !important
	}

	.sm-np {
		padding-left: 0 !important
	}

	.sm-np,
	.sm-npl,
	.sm-npr {
		padding-right: 0 !important
	}

	.sm-first {
		-ms-order: -1;
		-webkit-order: -1;
		order: -1
	}
}

.modal {
	-ms-backface-visibility: hidden;
	-ms-filter: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: rgba(58, 60, 72, .98);
	bottom: 0;
	color: #fff;
	filter: none;
	left: 0;
	opacity: 1;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 15
}

.modal>.inner {
	display: block;
	margin: 160px auto 80px;
	max-width: 600px;
	padding: 0 15px;
	position: relative
}

.modal>.inner .g {
	margin: 0 -15px;
	padding: 0
}

.modal .section-title {
	font-size: 1.75em;
	padding-top: 1em
}

@media (max-width:620px) {
	.modal>.inner {
		margin-top: 80px
	}

	.modal .section-title {
		font-size: 1.25em
	}
}

.modal-close {
	color: #80ab29;
	display: block;
	height: 80px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 60px;
	width: 80px
}

.modal-close:after,
.modal-close:before {
	-ms-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: transform .1s ease-out;
	backface-visibility: hidden;
	border-bottom: 2px solid;
	content: "";
	display: block;
	left: 0;
	margin: -1px auto auto;
	position: absolute;
	right: 0;
	top: 50%;
	transition: transform .1s ease-out;
	width: 100%
}

.modal-close:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.modal-close:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.modal-close:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8
}

.modal-close:active:before {
	-ms-transform: rotate(42deg);
	-webkit-transform: rotate(42deg);
	transform: rotate(42deg)
}

.modal-close:active:after {
	-ms-transform: rotate(-42deg);
	-webkit-transform: rotate(-42deg);
	transform: rotate(-42deg)
}

@media (max-width:620px) {
	.modal-close {
		height: 40px;
		top: 30px;
		width: 40px
	}
}

.modal-enter-active {
	-ms-filter: none;
	-webkit-transition: opacity .2s ease-out;
	filter: none;
	opacity: 1;
	transition: opacity .2s ease-out
}

.modal-enter-active .inner,
.modal-enter-active .modal-close {
	-ms-transform: none;
	-webkit-transform: none;
	-webkit-transition: transform .2s ease-out;
	transform: none;
	transition: transform .2s ease-out
}

.modal-enter {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-enter .inner,
.modal-enter .modal-close {
	-ms-transform: scale(.98) translateY(-15px);
	-webkit-transform: scale(.98) translateY(-15px);
	transform: scale(.98) translateY(-15px)
}

.form {
	margin: 0 auto;
	max-width: 100%
}

@media (min-width:721px) {
	.form {
		width: 600px
	}
}

.form .field {
	-ms-flex: 1 1 0;
	-webkit-flex: 1 1 0;
	display: block;
	flex: 1 1 0;
	margin: 1.5em 0;
	position: relative
}

.form .field .dropdown,
.form .field input,
.form .field textarea {
	-webkit-transition: border-color .1s ease-out;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 12px;
	box-sizing: border-box;
	color: #32343d;
	display: block;
	height: 3em;
	line-height: 1;
	padding: 0 1.5em;
	transition: border-color .1s ease-out;
	width: 100%
}

.form .field .dropdown::-webkit-input-placeholder,
.form .field input::-webkit-input-placeholder,
.form .field textarea::-webkit-input-placeholder {
	color: rgba(50, 52, 61, .6)
}

.form .field .dropdown:-moz-placeholder,
.form .field .dropdown::-moz-placeholder,
.form .field input:-moz-placeholder,
.form .field input::-moz-placeholder,
.form .field textarea:-moz-placeholder,
.form .field textarea::-moz-placeholder {
	color: rgba(50, 52, 61, .6)
}

.form .field .dropdown:-ms-input-placeholder,
.form .field input:-ms-input-placeholder,
.form .field textarea:-ms-input-placeholder {
	color: rgba(50, 52, 61, .6)
}

.form .field .dropdown:focus,
.form .field input:focus,
.form .field textarea:focus {
	border-color: #80ab29
}

.form .field.has-error .dropdown,
.form .field.has-error input,
.form .field.has-error textarea {
	border-color: rgba(218, 26, 55, .3)
}

.form .field.has-error .checkbox .icon {
	color: #da1a37
}

.form .field.disabled .dropdown,
.form .field.disabled input,
.form .field.disabled textarea {
	background: #d3d5db;
	border-color: #bdbfc9
}

.form .field textarea {
	line-height: 1.333;
	max-width: 100%;
	min-height: 5.666em;
	padding-top: .666em
}

.form .dropdown .angle {
	height: 1.5em;
	right: .5em;
	width: 1.5em
}

.form .dropdown .selection {
	line-height: 3;
	margin-top: -2px
}

.form .dropdown .options {
	border: 2px solid #80ab29;
	left: -2px;
	right: -2px;
	top: -2px
}

.form .dropdown .option:first-child {
	margin-top: -2px
}

.form .dropdown .option:last-child {
	margin-bottom: -2px
}

.form .field-error {
	color: #da1a37;
	font-size: .85em;
	left: 1.5rem;
	margin: 0 2px;
	overflow: hidden;
	position: absolute;
	right: 1.5rem;
	text-overflow: ellipsis;
	top: -1.2rem;
	white-space: nowrap
}

.form .field-checkbox .field-error {
	display: none
}

.form-actions {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: .5em 0 1.5em;
	text-align: center
}

.form-actions .btn,
.form-actions .btn-bordered {
	margin: 1em .5em 0;
	vertical-align: middle
}

.form-success {
	color: #80ab29;
	font-size: 1.5em;
	margin: 1.5em 0;
	text-align: center
}

.bg-white .form .field:not(.has-error) .dropdown,
.bg-white .form .field:not(.has-error) input,
.bg-white .form .field:not(.has-error) textarea {
	border-color: #eee
}

.form-page .section-title {
	padding: 1em 0
}

@media (min-width:961px) {
	.form.inline {
		-ms-align-content: center;
		-ms-align-items: stretch;
		-ms-justify-content: center;
		-webkit-align-content: center;
		-webkit-align-items: stretch;
		-webkit-box-align: stretch;
		-webkit-justify-content: center;
		align-content: center;
		align-items: stretch;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		margin: 2em auto;
		width: auto
	}

	.form.inline .field {
		margin: 0 0 0 -2px;
		max-width: 320px
	}

	.form.inline .field input:focus {
		position: relative;
		z-index: 1
	}

	.form.inline .field .dropdown,
	.form.inline .field input,
	.form.inline .field textarea {
		border-radius: 0
	}

	.form.inline .field:first-child .dropdown,
	.form.inline .field:first-child input,
	.form.inline .field:first-child textarea {
		border-bottom-left-radius: 12px;
		border-top-left-radius: 12px
	}

	.form.inline .field:last-child .dropdown,
	.form.inline .field:last-child input,
	.form.inline .field:last-child textarea {
		border-bottom-right-radius: 12px;
		border-top-right-radius: 12px
	}

	.form.inline .form-actions {
		-ms-align-items: stretch;
		-webkit-align-items: stretch;
		-webkit-box-align: stretch;
		align-items: stretch;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0
	}

	.form.inline .form-actions .btn,
	.form.inline .form-actions .btn-bordered {
		border-radius: 0
	}

	.form.inline .form-actions:last-child .btn,
	.form.inline .form-actions:last-child .btn-bordered {
		border-bottom-right-radius: 12px;
		border-top-right-radius: 12px
	}
}

.tabs {
	display: block
}

.tabs-nav {
	font-size: 0;
	margin-bottom: 1.5rem;
	position: relative
}

.tabs-nav a {
	border-bottom: 2px solid transparent;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	margin-right: 1.5em;
	text-transform: uppercase;
	vertical-align: top
}

.tabs-nav a.current,
.tabs-nav a:hover {
	color: #80ab29
}

.tabs-nav a.current {
	border-bottom-color: #80ab29
}

.tabs-nav a:last-child {
	margin-right: 0
}

.tabs-nav:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	border-bottom: 1px solid;
	bottom: 0;
	content: "";
	filter: alpha(opacity=15);
	left: 0;
	opacity: .15;
	position: absolute;
	right: 0
}

.breadcrumbs {
	font-size: 0;
	line-height: 1.5rem;
	list-style: none;
	margin-bottom: 1rem;
	padding: 1rem 0 0
}

.breadcrumbs li {
	display: inline-block;
	font-size: 1rem;
	vertical-align: top
}

.breadcrumbs li:after {
	content: ">";
	font-size: .85em;
	padding: 0 .35em 0 .5em
}

.breadcrumbs li:last-child {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5
}

.breadcrumbs li:last-child:after {
	content: none
}

.breadcrumbs a:hover {
	color: #80ab29
}

.fall-enter-active,
.flat-fall-enter-active {
	-ms-filter: none;
	-ms-transform: none;
	-webkit-transform: none;
	-webkit-transition: opacity .2s ease-out, transform .2s ease-out;
	filter: none;
	opacity: 1;
	transform: none;
	transition: opacity .2s ease-out, transform .2s ease-out
}

.fall-enter {
	-ms-transform: translateY(-5px) scale(.98);
	-webkit-transform: translateY(-5px) scale(.98);
	transform: translateY(-5px) scale(.98)
}

.fall-enter,
.flat-fall-enter {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}

.flat-fall-enter {
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

.opacity-enter-active {
	-ms-filter: none;
	-webkit-transition: opacity .1s ease-out;
	filter: none;
	opacity: 1;
	transition: opacity .1s ease-out
}

.opacity-enter {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}

.scale-pull-enter-active,
.scale-pull-leave-active,
.scale-push-enter-active,
.scale-push-leave-active {
	-ms-backface-visibility: hidden;
	-ms-filter: none;
	-ms-transform: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: none;
	-webkit-transition: opacity .2s ease-out, transform .2s ease-out;
	backface-visibility: hidden;
	filter: none;
	opacity: 1;
	transform: none;
	transition: opacity .2s ease-out, transform .2s ease-out
}

.scale-pull-leave-active,
.scale-push-leave-active {
	position: absolute !important
}

.scale-pull-enter,
.scale-pull-leave-to,
.scale-push-enter,
.scale-push-leave-to {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-ms-transform: scale(.95);
	-webkit-transform: scale(.95);
	filter: alpha(opacity=0);
	opacity: 0;
	transform: scale(.95)
}

.scale-pull-enter,
.scale-push-leave-to {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.slide-left-enter-active,
.slide-right-enter-active {
	-ms-filter: none;
	-webkit-transition: opacity .3s ease-out, transform .2s ease-out;
	filter: none;
	opacity: 1;
	transition: opacity .3s ease-out, transform .2s ease-out
}

.slide-left-enter,
.slide-right-enter {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}

.slide-left-enter {
	-ms-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}

.slide-right-enter {
	-ms-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px)
}

.fall-leave,
.flat-fall-leave,
.opacity-leave,
.slide-left-leave,
.slide-right-leave {
	display: none !important
}

.bg-pattern {
	background: #1a1a1a;
	bottom: -15px;
	left: -15px;
	overflow: hidden;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: -1
}

.bg-pattern:after,
.bg-pattern i {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.bg-pattern i {
	background: url(assets/img/bg/front.png?ddd22b) top
}

.bg-pattern i:first-child {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background-image: url(assets/img/bg/back.png?c052e4);
	background-position: center 75px;
	background-size: 336px auto;
	filter: alpha(opacity=50);
	opacity: .5
}

.bg-pattern i:nth-child(2) {
	background-position: center 120px;
	background-size: 524px auto
}

.bg-pattern i:nth-child(3) {
	background-position: center 415px;
	background-size: 820px auto
}

.bg-pattern:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background: #393c48;
	content: "";
	filter: alpha(opacity=80);
	opacity: .8;
	z-index: 2
}

.page-server-error {
	padding: 1em 0 3em
}

body.disable-scroll {
	overflow: hidden
}

body.ios-is-a-piece-of-shit.disable-scroll {
	position: fixed;
	width: 100%
}

body>div#jivo-iframe-container:not(.jivo-c-mobile),
body>jdiv:not(#jivo-mouse-tracker) {
	display: none !important
}

body.show-jivo>jdiv:not(#jivo-mouse-tracker) {
	display: block !important
}

body.show-jivo>div#jivo-iframe-container:not(.jivo-c-mobile) {
	display: inline-block !important
}

.preloader.page-enter-active {
	-webkit-transition: opacity .1s ease-out;
	transition: opacity .1s ease-out
}

.preloader.page-enter {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0
}

#wrapper {
	-ms-flex-direction: column;
	-ms-justify-content: space-between;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	overflow: hidden;
	position: relative
}

main {
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto
}

#page-footer,
#page-header {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.header-top {
	font-size: 20px;
	padding: 15px 0;
	position: relative;
	z-index: 11
}

.header-top .wrap {
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-justify-content: space-between;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 0 10px
}

.header-top .logo {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	display: block;
	flex: 0 0 auto;
	margin-right: 1em
}

.header-top .logo .svg-icon {
	display: none
}

.header-top .logo img {
	height: 60px;
	margin: auto;
	width: 231px
}

.header-top .slogan {
	-ms-align-items: flex-end;
	-ms-flex: 1 1 auto;
	-ms-justify-content: center;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	-webkit-flex: 1 1 auto;
	-webkit-justify-content: center;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	text-align: center
}

.header-top .slogan span {
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	display: block;
	flex: 0 1 auto
}

.header-top .new-rhomb {
	-ms-flex: none;
	-webkit-flex: none;
	color: #fff;
	flex: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	margin-left: .5em;
	padding-bottom: 2px;
	position: relative;
	text-align: center;
	top: -8px;
	width: 32px;
	z-index: 1
}

.header-top .new-rhomb:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: .85
}

.header-top .new-rhomb:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: #80ab29;
	border-radius: 4px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(45deg);
	z-index: -1
}

.header-nav {
	-ms-backface-visibility: hidden;
	-ms-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	backface-visibility: hidden;
	box-shadow: 0 0 4px 0 #3a3c48;
	position: relative;
	transform: translateZ(0);
	z-index: 10
}

.header-nav .mob-only {
	display: none
}

.header-nav .phone {
	-ms-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	padding: 1em 0;
	text-align: center
}

.header-nav .nav-items,
.header-nav .wrap {
	-ms-align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.header-nav .nav-items {
	-ms-flex: 3 1 auto;
	-ms-justify-content: space-around;
	-webkit-flex: 3 1 auto;
	-webkit-justify-content: space-around;
	flex: 3 1 auto;
	justify-content: space-around;
	line-height: 40px;
	text-transform: uppercase
}

.header-nav .nav-items.private {
	padding-left: 25%
}

.header-nav .nav-items a {
	display: block;
	letter-spacing: 1px;
	padding: 0 .5em
}

.header-nav .nav-items a.router-link-active:not([href="/"]),
.header-nav .nav-items a.router-link-exact-active,
.header-nav .nav-items a:hover {
	color: #80ab29
}

.header-nav .nav-item {
	-ms-flex: auto;
	-webkit-flex: auto;
	flex: auto;
	padding: 10px 0
}

.header-nav .nav-private {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: right
}

.header-nav .nav-private a {
	font-weight: 700;
	margin: 0;
	padding-left: 1em;
	padding-right: 1em;
	text-transform: none;
	vertical-align: top
}

.header-nav .nav-private .svg-icon {
	height: 1.333em;
	width: 1.333em
}

#page-header.stick-menu {
	padding-bottom: 60px
}

#page-header.stick-menu .header-nav {
	left: 0;
	position: fixed;
	right: 0;
	top: 0
}

#page-footer {
	padding: 3em 0
}

.footer-nav {
	margin-bottom: 1em
}

.footer-nav .item {
	font-size: 15px;
	font-weight: 300;
	line-height: 1rem;
	padding: .5rem 0
}

.footer-nav a:hover {
	color: #80ab29
}

.footer-text {
	margin: 0 auto;
	max-width: 450px;
	padding-top: .25rem
}

.footer-text p:first-child {
	margin-top: 0
}

.footer-contacts {
	line-height: 2
}

@media (min-width:961px) {
	.page-header-white-label {
		height: 58px
	}
}

@media (min-width:961px) {
	.header-nav .nav-item .children {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-ms-justify-content: flex-start;
		-ms-transform: scaleY(.5);
		-ms-transform-origin: top;
		-webkit-justify-content: flex-start;
		-webkit-transform: scaleY(.5);
		-webkit-transform-origin: top;
		-webkit-transition: opacity .1s ease-out, transform .1s ease-out;
		background: #1d2029;
		filter: alpha(opacity=0);
		justify-content: flex-start;
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 100%;
		transform: scaleY(.5);
		transform-origin: top;
		transition: opacity .1s ease-out, transform .1s ease-out
	}

	.header-nav .nav-item .nav-item {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-right: 2.5em
	}

	#page-header:not(.stick-menu) .header-nav .child-active .children,
	.header-nav .nav-item:hover .children {
		-ms-filter: none;
		-ms-transform: none;
		-webkit-transform: none;
		filter: none;
		opacity: 1;
		pointer-events: all;
		transform: none
	}

	.header-nav .nav-item:hover .children {
		z-index: 5
	}
}

@media (max-width:960px) {
	.header-top {
		line-height: 20px;
		padding: .5em 0
	}

	.header-top .slogan {
		font-size: 1rem
	}

	.header-top .contacts {
		display: none
	}

	.header-top .logo {
		color: #80ab29
	}

	.header-top .logo img {
		display: none
	}

	.header-top .logo .svg-icon {
		display: block;
		height: 40px;
		width: 40px
	}

	.header-nav {
		-ms-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden
	}

	.header-nav .wrap {
		padding: 0 10px
	}

	.header-nav .mob-only {
		display: block
	}

	.header-nav .nav-items {
		-ms-backface-visibility: hidden;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-ms-transform: translateY(-10px);
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateY(-10px);
		backface-visibility: hidden;
		background: #32343d;
		box-shadow: 0 0 4px 0 #3a3c48;
		filter: alpha(opacity=0);
		left: 0;
		opacity: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 100%;
		transform: translateY(-10px)
	}

	.header-nav .nav-items.private {
		padding-left: 0
	}

	.header-nav .nav-item {
		padding: 0
	}

	.header-nav .nav-item a {
		padding: 5px 15px
	}

	.header-nav .nav-item .children {
		padding-left: 10px
	}

	.header-nav .nav-item .wrap {
		display: block
	}

	.header-nav .nav-private,
	.header-nav .nav-trigger {
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.header-nav .nav-trigger {
		box-sizing: border-box;
		color: #80ab29;
		height: 40px;
		position: relative;
		width: 40px
	}

	.header-nav .nav-trigger i {
		-ms-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transition: all .1s ease-out;
		backface-visibility: hidden;
		border-bottom: 4px solid;
		border-radius: 2px;
		display: block;
		left: 6px;
		margin-top: -2px;
		position: absolute;
		right: 6px;
		transition: all .1s ease-out
	}

	.header-nav .nav-trigger i:first-child {
		top: 10px
	}

	.header-nav .nav-trigger i:nth-child(2) {
		top: 50%
	}

	.header-nav .nav-trigger i:last-child {
		bottom: 8px
	}

	#page-header.show-menu .nav-items {
		-ms-filter: none;
		-ms-transform: none;
		-webkit-transform: none;
		-webkit-transition: all .2s ease-out;
		display: block;
		filter: none;
		opacity: 1;
		pointer-events: all;
		transform: none;
		transition: all .2s ease-out
	}

	#page-header.show-menu .nav-trigger i:nth-child(2) {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0
	}

	#page-header.show-menu .nav-trigger i:first-child,
	#page-header.show-menu .nav-trigger i:last-child {
		bottom: auto;
		top: 50%
	}

	#page-header.show-menu .nav-trigger i:first-child {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	#page-header.show-menu .nav-trigger i:last-child {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.footer-text {
		max-width: none
	}
}

@media (max-width:620px) {
	.footer-contacts {
		-ms-order: -1;
		-webkit-order: -1;
		line-height: 1.5;
		margin-bottom: 1em;
		order: -1;
		text-align: center
	}
}

.blog-post-card {
	-webkit-column-break-inside: avoid;
	background: #fff;
	break-inside: avoid;
	margin-bottom: 2em;
	page-break-inside: avoid
}

.blog-post-card .pic {
	-webkit-transition: opacity .1s ease-out;
	display: block;
	transition: opacity .1s ease-out
}

.blog-post-card .pic img {
	-ms-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.blog-post-card .text {
	padding: .75em 1em;
	position: relative
}

.blog-post-card .name {
	font-size: 1.5em;
	line-height: 1.25
}

.blog-post-card .descr {
	margin: .5em 0
}

.blog-post-card .read-more {
	-webkit-transition: all .1s ease-out;
	position: relative;
	transition: all .1s ease-out
}

.blog-post-card .read-more .svg-icon {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	display: block;
	height: 1em;
	position: absolute;
	right: -1.25em;
	top: .2em;
	transform: rotate(180deg);
	width: 1em
}

.blog-post-card a:hover .pic {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: .85
}

.blog-post-card a:hover .read-more {
	border-bottom-color: transparent
}

.blog-post-card .pic+.text .name {
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .6) 33%, rgba(0, 0, 0, .6));
	background-image: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .6) 33%, rgba(0, 0, 0, .6));
	background-image: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, .6) 33%, rgba(0, 0, 0, .6));
	background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .6) 33%, rgba(0, 0, 0, .6));
	background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .6) 33%, rgba(0, 0, 0, .6));
	bottom: 100%;
	color: #fff;
	font-weight: 300;
	left: 0;
	padding: 1.5rem 1rem .75rem;
	position: absolute;
	right: 0
}

.blog-post-card .pic+.text .descr {
	margin-top: 0
}

.calendar-legend {
	margin: 1.5em 0
}

.calendar-legend .item {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 1.25em;
	text-align: left
}

.calendar-legend .marker-wrap {
	display: inline-block;
	text-align: left;
	width: 1.5rem
}

.calendar-legend .product-marker {
	position: relative;
	top: .1rem
}

@media (min-width:961px) {
	.calendar-legend {
		font-size: 1.1em
	}
}

@media (max-width:960px) {
	.calendar-legend {
		text-align: left
	}

	.calendar-legend .item {
		margin: 0;
		min-width: 50%;
		padding-right: 1.5rem
	}
}

.calendar-month-select {
	display: inline-block;
	vertical-align: top
}

.calendar-month-select .dropdown .selection {
	padding-right: 0
}

.calendar-month-select .dropdown .angle {
	display: none
}

.calendar-month-select .dropdown .options {
	left: 50%;
	line-height: 1.333;
	margin-left: -110px;
	overflow: hidden;
	padding: 0;
	right: auto;
	top: 0;
	width: 220px
}

.calendar-month-select .dropdown .option {
	padding: 0 0 .15em
}

.date-picker .header {
	position: relative
}

.date-picker .view {
	min-height: 290px
}

.date-picker .change-view {
	display: block;
	letter-spacing: 1px;
	padding: 1em;
	text-align: center;
	text-transform: uppercase
}

.date-picker .next,
.date-picker .prev {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	bottom: 0;
	position: absolute;
	top: 0;
	user-select: none;
	width: 2.5em
}

.date-picker .next .svg-icon,
.date-picker .prev .svg-icon {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0
}

.date-picker .prev {
	left: 0
}

.date-picker .prev .svg-icon {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.date-picker .next {
	right: 0
}

.date-picker .next .svg-icon {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.date-picker a:not(.disabled):hover {
	background: hsla(0, 0%, 100%, .1)
}

.date-picker a:not(.disabled).current {
	background: #80ab29
}

.date-picker a.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6
}

.date-picker a.now {
	box-shadow: inset 0 0 0 1px #80ab29
}

.date-picker .list {
	font-size: 0;
	margin: 0;
	padding: .5rem;
	text-align: left;
	width: 14rem
}

.date-picker .list .item {
	border-radius: 4px;
	display: inline-block;
	font-size: .85rem;
	line-height: 2rem;
	margin: 0;
	text-align: center;
	vertical-align: top
}

.date-picker .header+.list {
	padding-top: 0
}

.date-picker .days-view .day-names {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	font-weight: 300;
	opacity: .6
}

.date-picker .days-view .day-names,
.date-picker .days-view .days {
	font-size: 0
}

.date-picker .days-view .item {
	width: 14.285714285714286%
}

.date-picker .days-view a.disabled {
	cursor: default
}

.date-picker .months-view .list {
	padding-top: 3rem
}

.date-picker .months-view .item {
	margin: 0 0 .25rem .5rem;
	width: 4rem
}

.date-picker .years-view .list {
	padding-top: 6rem
}

.date-picker .years-view .item {
	margin: .5rem 0 .5rem .5rem;
	width: 4rem
}

.calendar-new {
	margin: 2em 0;
	position: relative
}

.calendar-new.mobile {
	margin-top: 1em
}

.calendar-new:not(.mobile).with-nav {
	padding: 0 3em
}

.wrap>.calendar-new {
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 15px
}

.calendar-new .ctrls a {
	-moz-user-select: none;
	-ms-backface-visibility: hidden;
	-ms-user-select: none;
	-webkit-backface-visibility: hidden;
	-webkit-user-select: none;
	backface-visibility: hidden;
	color: #80ab29;
	display: block;
	padding: .7em .5em;
	position: absolute;
	top: 4em;
	user-select: none;
	z-index: 2
}

.calendar-new .ctrls a .svg-icon {
	height: 3em;
	width: 3em
}

.calendar-new .ctrls a:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.calendar-new .ctrls .l {
	left: -1em
}

.calendar-new .ctrls .l .svg-icon {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.calendar-new .ctrls .r {
	right: -1em
}

.calendar-new .ctrls .r .svg-icon {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.calendar-new .week-heading {
	font-weight: 700;
	text-align: center
}

.calendar-new .other-month .num {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: .2
}

.calendar-new .align-7 {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap
}

.calendar-new .align-7>* {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 14.285714285714286%
}

.calendar-new .week-days {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee
}

.calendar-new .day {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	min-height: 10em;
	padding: .33em .66em
}

.calendar-new .day .num {
	display: block;
	font-weight: 700;
	text-align: right
}

.calendar-new .from-to {
	color: #80ab29;
	font-weight: 700
}

.calendar-new .event-type {
	color: #80ab29;
	font-size: .85em;
	margin-bottom: .2em
}

.calendar-new .event {
	display: block;
	margin-bottom: 1.333em
}

.calendar-new .event:last-child {
	margin-bottom: .5em
}

.calendar-new .event .h {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto
}

.calendar-new .event:hover .h {
	text-decoration: underline
}

@media (max-width:1290px) {
	.calendar-new .desktop .event {
		font-size: .85em
	}
}

.calendar-new .mobile .events {
	min-height: 360px;
	padding: 1em 1em .5em;
	position: relative
}

.calendar-new .date-picker .header,
.calendar-new .date-picker .reset {
	display: none
}

.calendar-new .date-picker .view {
	min-height: 0
}

.calendar-new .date-picker .list {
	padding: 0;
	width: auto
}

.calendar-new .date-picker .list .item {
	font-size: 1.15rem;
	line-height: 2.5em;
	position: relative
}

@media (min-width:621px) {
	.calendar-new .date-picker .list .item {
		font-size: 1.5rem
	}
}

.calendar-new .date-picker .days .item:not(.disabled):not(.blank):after {
	background: #80ab29;
	border-radius: 2px;
	bottom: .35em;
	content: "";
	display: block;
	height: 4px;
	margin-right: -2px;
	position: absolute;
	right: 50%;
	width: 4px
}

.calendar-new .date-picker .now {
	box-shadow: none
}

.calendar-new .date-picker .now:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: 2px solid #80ab29;
	border-radius: 4px;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	height: 2em;
	left: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(45deg);
	width: 2em
}

.calendar-new .past {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5
}

.calendar-new .mobile-days-wrap {
	border-bottom: 1px solid #eee;
	height: 5em;
	margin: 1em -15px;
	overflow: hidden
}

.calendar-new .mobile-days-line {
	overflow: auto;
	padding: 0 15px 2em;
	white-space: nowrap
}

.calendar-new .mobile-days-line .item {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	color: rgba(58, 60, 72, .6);
	display: inline-block;
	font-size: 1.25em;
	text-align: center;
	user-select: none;
	width: 3em
}

.calendar-new .mobile-days-line .item.available {
	color: #3a3c48;
	cursor: pointer;
	position: relative
}

.calendar-new .mobile-days-line .item.available:after {
	background: #80ab29;
	border-radius: 2px;
	bottom: .15em;
	content: "";
	display: block;
	height: 4px;
	margin-right: -2px;
	position: absolute;
	right: 50%;
	width: 4px
}

.calendar-new .mobile-days-line .item.current:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	border: 2px solid #80ab29;
	border-radius: 4px;
	bottom: 0;
	box-sizing: border-box;
	content: "";
	height: 1.6em;
	left: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: 0;
	transform: rotate(45deg);
	width: 1.6em
}

.calendar-new .mobile-days-line .day-num {
	padding: .25em 0
}

.calendar-new .mobile-days-line .day-name {
	color: rgba(58, 60, 72, .6);
	font-size: 1rem;
	margin-bottom: .5em
}

.calendar-new .mobile-back-link {
	color: #80ab29;
	display: inline-block;
	font-size: 1.333em;
	vertical-align: top
}

.calendar-new .mobile-back-link .svg-icon {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	float: left;
	margin: 0 .25em 0 0;
	transform: rotate(90deg)
}

.calendar {
	margin: 1.5em 0
}

.calendar .list {
	border: 1px solid #eee;
	border-bottom: none
}

.calendar .day-group {
	border-bottom: 1px solid #eee;
	border-top: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: .5em 1em
}

.calendar .items {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.calendar .date,
.calendar .item {
	padding: .5em
}

.calendar .date {
	-ms-flex: 0 0 100px;
	-webkit-flex: 0 0 100px;
	flex: 0 0 100px
}

.calendar .item,
.calendar .link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.calendar .link {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.calendar .link:hover {
	color: #80ab29
}

.calendar .marker-wrap {
	width: 1.5rem
}

.calendar .from-to,
.calendar .marker-wrap {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}

.calendar .from-to {
	color: #80ab29;
	font-size: .85em;
	font-weight: 700;
	padding: .15em 2em .15em 1em;
	text-align: center
}

.calendar .buy-link {
	-ms-flex: 0 0 100px;
	-webkit-flex: 0 0 100px;
	flex: 0 0 100px;
	text-align: right
}

.calendar .buy-link .btn,
.calendar .buy-link .btn-bordered {
	margin: 0
}

.calendar .item.past .from-to,
.calendar .item.past .h {
	color: #bdbfc9
}

@media (min-width:961px) {
	.calendar {
		font-size: 1.1em
	}
}

@media (max-width:960px) {
	.calendar .day-group {
		display: block
	}

	.calendar .date {
		padding-left: 2rem
	}

	.calendar .buy-link {
		text-align: left
	}
}

@media (max-width:720px) {
	.calendar .item {
		display: block;
		margin-bottom: .5em
	}

	.calendar .from-to {
		font-size: 1rem;
		margin: .5em 0;
		padding: 0;
		text-align: left
	}

	.calendar .buy-link,
	.calendar .from-to {
		padding-left: 1.5rem
	}
}

.field-checkbox,
.field-radio {
	margin-bottom: .5em;
	padding-left: 2em
}

.field-checkbox>.checkbox,
.field-radio>.checkbox {
	margin-left: -2em
}

.checkbox {
	cursor: pointer;
	outline: none
}

.checkbox,
.checkbox .icon {
	display: inline-block;
	vertical-align: top
}

.checkbox .icon {
	border: 2px solid;
	border-radius: 5px;
	color: #80ab29;
	height: 1.333em;
	margin: -2px .5em -2px 0;
	position: relative;
	width: 1.333em
}

.checkbox .svg-icon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-webkit-transition: opacity .1s ease-out, transform .1s ease-out;
	display: block;
	filter: alpha(opacity=0);
	height: 1.2em;
	margin: .066em auto 0;
	opacity: 0;
	transform: translateY(-5px);
	transition: opacity .1s ease-out, transform .1s ease-out;
	width: 1.2em
}

.checkbox.disabled {
	cursor: default
}

.checkbox:not(.disabled):focus .icon,
.checkbox:not(.disabled):hover .icon {
	background: hsla(0, 0%, 100%, .1)
}

.checkbox:not(.disabled):focus .icon {
	box-shadow: 0 0 4px -1px #fff
}

.checkbox.checked .svg-icon {
	-ms-filter: none;
	-ms-transform: none;
	-webkit-transform: none;
	filter: none;
	opacity: 1;
	transform: none
}

.checkbox.radio .icon {
	border-radius: 50%
}

.checkbox.radio .icon:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-ms-transform: translate(50%, -50%) scale(1.4);
	-webkit-transform: translate(50%, -50%) scale(1.4);
	-webkit-transition: transform .05s ease-out, opacity .1s ease-out;
	background: #80ab29;
	border-radius: 50%;
	content: "";
	display: block;
	filter: alpha(opacity=0);
	height: 50%;
	opacity: 0;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%) scale(1.4);
	transition: transform .05s ease-out, opacity .1s ease-out;
	width: 50%
}

.checkbox.radio.checked .icon:after {
	-ms-filter: none;
	-ms-transform: translate(50%, -50%) scale(1);
	-webkit-transform: translate(50%, -50%) scale(1);
	filter: none;
	opacity: 1;
	transform: translate(50%, -50%) scale(1)
}

.bg-white .checkbox:not(.disabled):focus .icon,
.bg-white .checkbox:not(.disabled):hover .icon {
	background: rgba(128, 171, 41, .1)
}

.bg-white .checkbox:not(.disabled):focus .icon {
	box-shadow: 0 0 4px -1px rgba(58, 60, 72, .5)
}

.field.sm .checkbox .icon {
	height: 1em;
	top: .166em;
	width: 1em
}

.field.sm .checkbox .icon .svg-icon {
	height: .85em;
	width: .85em
}

.date-range-field {
	max-width: 90vw;
	width: 550px
}

.date-range-field .field-title {
	padding: 1em;
	text-align: center
}

.date-range-field .field-date {
	margin: 0 1em
}

.date-range-field .fields {
	text-align: center
}

.dropdown {
	cursor: pointer;
	outline: none;
	position: relative
}

.dropdown .angle {
	bottom: 0;
	height: 1em;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1em
}

.dropdown:hover .angle {
	color: #80ab29
}

.dropdown .selection {
	overflow: hidden;
	padding-right: 1.1em;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dropdown .options {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25);
	color: #32343d;
	left: -1.5em;
	max-height: 60vh;
	min-width: 180px;
	overflow: auto;
	padding: .5em 0;
	position: absolute;
	right: -1.5em;
	top: -.833em;
	z-index: 5
}

.dropdown .option {
	border-bottom: 1px solid #eee;
	cursor: pointer;
	line-height: 1.333;
	padding: .366em 1.5em
}

.dropdown .option.focus,
.dropdown .option:hover {
	background: #eee
}

.dropdown .option.selected {
	color: #80ab29
}

.dropdown .option:last-child {
	border-bottom: none
}

.dropdown.disabled {
	cursor: default
}

.dropdown.disabled .angle {
	display: none
}

.inline>.dropdown .angle {
	color: #80ab29
}

.inline>.dropdown .selection>.inner {
	-webkit-transition: border-bottom-color .1s ease-out;
	border-bottom: 1px dashed;
	color: #80ab29;
	transition: border-bottom-color .1s ease-out
}

.inline>.dropdown:hover .selection>.inner {
	border-bottom-color: transparent
}

.range-slider {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
	height: 7px;
	margin: 1em 0;
	min-width: 120px;
	position: relative;
	user-select: none
}

.range-slider:before {
	bottom: -12px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: -12px
}

.range-slider.moving * {
	-webkit-transition: none !important;
	transition: none !important
}

.range-ctrl {
	-webkit-transition: all .1s ease-out;
	background: #fff;
	border: 5px solid;
	border-radius: 50%;
	box-sizing: border-box;
	cursor: pointer;
	height: 17px;
	margin-left: -8.5px;
	margin-top: -8.5px;
	position: absolute;
	top: 50%;
	transition: all .1s ease-out;
	width: 17px;
	z-index: 2
}

.range-ctrl:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.range-ctrl:active {
	-ms-transform: scale(.9);
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.range-fixed {
	border-radius: none;
	cursor: normal;
	margin-left: 0;
	pointer-events: none;
	width: 1px
}

.range-between {
	-webkit-transition: all .1s ease-out;
	background: #80ab29;
	bottom: 0;
	position: absolute;
	top: 0;
	transition: all .1s ease-out
}

.bg-white .range-slider {
	background: #32343d
}

.bg-gray .range-ctrl {
	background: #fff;
	color: #818499
}

.form-buy .section-title .price .now,
.form-buy .section-title .price .was {
	white-space: nowrap
}

.form-buy .section-title .price .was {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	font-size: .65em;
	opacity: .6
}

.form-buy .section-title .price .now {
	color: #80ab29
}

.form-buy .promo-field input {
	padding-right: 180px
}

.form-buy .promo-apply {
	bottom: 0;
	color: #80ab29;
	height: 1.5em;
	line-height: 1.5;
	margin: auto;
	position: absolute;
	right: 1em;
	top: 0
}

.form-buy .promo-apply .btn-bordered {
	margin: 0;
	padding-left: 1em;
	padding-right: 1em
}

.form-buy .preloader {
	min-height: 240px
}

.form-buy .promo-toggler {
	line-height: 1;
	padding: 1em 1.5em;
	text-align: center
}

.item-card {
	background: #fff;
	color: #32343d;
	display: block;
	margin: 1em 0;
	overflow: hidden;
	padding: 1em 30px;
	position: relative;
	text-align: center
}

.item-card:hover .name {
	color: #80ab29
}

.item-card .label {
	-ms-align-items: center;
	-ms-backface-visibility: hidden;
	-ms-transform: rotate(-45deg) translateX(-50%) translateZ(0);
	-ms-transform-origin: top left;
	-webkit-align-items: center;
	-webkit-backface-visibility: hidden;
	-webkit-box-align: center;
	-webkit-transform: rotate(-45deg) translateX(-50%) translateZ(0);
	-webkit-transform-origin: top left;
	align-items: center;
	backface-visibility: hidden;
	background: #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: .85em;
	font-weight: 700;
	left: 0;
	line-height: 1.2em;
	min-height: 3em;
	padding: 2em 50px .2em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	transform: rotate(-45deg) translateX(-50%) translateZ(0);
	transform-origin: top left;
	width: 8em;
	z-index: 1
}

.item-card .label>* {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

.item-card .label.red {
	background: #da1a37;
	color: #fff
}

.item-card .type {
	color: #80ab29;
	margin-bottom: .5em;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap
}

.item-card .date {
	display: block
}

.item-card .name {
	-webkit-transition: color .1s ease-out;
	font-size: 1.2em;
	margin: 1em 0;
	transition: color .1s ease-out
}

.item-card .name a:hover,
.item-card a:hover .name {
	color: #80ab29
}

.item-card .footer {
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-justify-content: space-between;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	min-height: 52px
}

.item-card .price {
	color: #80ab29;
	font-size: 1.85em;
	height: 48px;
	line-height: 24px;
	margin-bottom: .15em
}

.item-card .price .was {
	display: block;
	font-size: .65em
}

.item-card .price .was+.now {
	color: #da1a37
}

.item-card .btn-buy {
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	text-align: right
}

.item-card .btn-buy>a {
	margin: 0;
	padding-left: 1.5em;
	padding-right: 1.5em
}

.item-card .type+.name {
	margin: 1.9rem 0
}

.item-card .subscription {
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-justify-content: space-between;
	align-items: center;
	color: #80ab29;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5em;
	justify-content: space-between;
	line-height: 1;
	text-align: left
}

.item-card .subscription s {
	text-decoration-color: #da1a37
}

.item-card .subscription small {
	display: block
}

@media (max-width:1290px) {
	.item-card .name {
		font-size: 1rem
	}

	.item-card .price {
		font-size: 1.25em;
		line-height: 20px
	}

	.item-card .btn-buy .btn-bordered {
		font-size: .85em;
		font-weight: 700
	}
}

@media (max-width:620px) {
	.item-card .name {
		font-size: 1em;
		margin: 2.5em 0 1em
	}

	.item-card .footer {
		display: block;
		text-align: center
	}

	.item-card .btn-buy {
		text-align: center
	}
}

.product-card .name {
	-ms-align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-transition: color .1s ease-out;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 1rem 0;
	min-height: 6em;
	overflow: hidden;
	transition: color .1s ease-out
}

.product-card .name>* {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto
}

@media (max-width:720px) {
	.product-card .name {
		display: block;
		min-height: 0
	}
}

.good-card .pic {
	height: 180px
}

.good-card .pic img {
	margin: 0 auto;
	max-height: 100%
}

.pager {
	line-height: 2;
	margin: 2em 0 0;
	padding: 0
}

.pager a,
.pager span {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.pager .next,
.pager .page-list,
.pager .prev {
	display: inline-block;
	vertical-align: top
}

.pager .page-list {
	font-size: 0;
	list-style: none
}

.pager .page-list li {
	display: inline-block;
	font-size: 1rem;
	margin: 0 .25em;
	vertical-align: top
}

.pager .page-list a,
.pager .page-list span {
	display: block;
	padding: 0 .75em
}

.pager .prev {
	margin-right: .5em
}

.pager .next {
	margin-left: .5em
}

.pager a:hover {
	color: #80ab29
}

.pager .current-display,
.pager .dots,
.pager .next span,
.pager .prev span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5
}

.pager .current {
	position: relative
}

.pager .current:before {
	border: 1px solid #80ab29;
	border-radius: 8px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.preloader {
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	color: #80ab29;
	flex: 1 0 auto;
	min-height: 420px;
	position: relative
}

.preloader .svg-icon {
	-ms-transform: translate(50%, -50%);
	-webkit-animation: preloader 1s infinite;
	-webkit-transform: translate(50%, -50%);
	animation: preloader 1s infinite;
	height: 120px;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	width: 120px
}

.page-preloader .svg-icon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	filter: alpha(opacity=0);
	opacity: 0
}

@-moz-keyframes preloader {
	0% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		opacity: .3
	}

	50% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		opacity: .8
	}

	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		opacity: .3
	}
}

@-webkit-keyframes preloader {
	0% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		opacity: .3
	}

	50% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		opacity: .8
	}

	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		opacity: .3
	}
}

@-o-keyframes preloader {
	0% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		opacity: .3
	}

	50% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		opacity: .8
	}

	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		opacity: .3
	}
}

@keyframes preloader {
	0% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		opacity: .3
	}

	50% {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		opacity: .8
	}

	to {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		opacity: .3
	}
}

.product-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 1.5em 0
}

.product-banner .l {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 30px;
	padding-top: 1em
}

.product-banner .r {
	padding-top: 1em
}

.product-banner .date-sheet {
	border-radius: 12px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 180px
}

.product-banner .date-sheet:hover+.btn-bordered {
	background: #80ab29;
	color: #fff
}

.product-banner .day,
.product-banner .label {
	background: #80ab29
}

.product-banner .label {
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 6px;
	padding: .5em 0;
	text-transform: uppercase
}

.product-banner .day {
	color: #3a3c48;
	display: block;
	font-weight: 700;
	line-height: 1;
	padding: 1em 0 1.5em
}

.product-banner .day .num {
	display: block;
	font-size: 6em;
	line-height: 5rem
}

.product-banner .day .month {
	font-size: 1.5em
}

.product-banner .h {
	font-size: 1.75em;
	line-height: 1.2;
	margin-bottom: 1rem;
	max-width: 750px
}

.product-banner .h a:hover {
	color: #80ab29
}

.product-banner .description {
	font-size: 1.2em;
	font-weight: 300;
	max-width: 750px
}

.product-banner .more-link {
	display: block
}

@media (max-width:720px) {
	.product-banner {
		display: block;
		text-align: center
	}

	.product-banner .l {
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: 0
	}

	.product-banner .h {
		font-size: 1.6em
	}
}

.review-item,
.teacher-item {
	margin-top: 80px;
	padding-bottom: 1px;
	position: relative;
	z-index: 1
}

.review-item .l:before,
.review-item:before,
.teacher-item .l:before,
.teacher-item:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	border: 1px solid;
	border-top: none;
	content: "";
	display: block;
	filter: alpha(opacity=20);
	left: 0;
	opacity: .2;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.review-item:before,
.teacher-item:before {
	bottom: 0;
	left: -1px;
	right: -1px;
	top: -1px
}

.review-item .l,
.teacher-item .l {
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	height: 2px;
	position: relative
}

.review-item .header,
.teacher-item .header {
	display: block;
	padding-top: 15px;
	position: relative
}

.review-item .header:after,
.teacher-item .header:after {
	clear: both;
	content: "";
	display: block
}

.review-item .pic,
.teacher-item .pic {
	-webkit-transition: opacity .1s ease-out;
	height: 100px;
	margin: -65px 30px 30px 15px;
	position: absolute;
	transition: opacity .1s ease-out;
	width: 100px
}

.review-item .pic i,
.teacher-item .pic i {
	background: #eee;
	display: block;
	height: 136%;
	left: -18%;
	position: relative;
	top: -18%;
	width: 136%
}

.review-item .pic .svg-icon,
.teacher-item .pic .svg-icon {
	bottom: 0;
	color: #32343d;
	height: 3.8em;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 3.8em
}

.review-item .line,
.teacher-item .line {
	-ms-align-content: stretch;
	-ms-align-items: center;
	-ms-justify-content: stretch;
	-webkit-align-content: stretch;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-justify-content: stretch;
	align-content: stretch;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 22px;
	justify-content: stretch;
	left: 142px;
	margin-top: -11px;
	position: absolute;
	right: 0;
	top: 0
}

.review-item .more-link,
.teacher-item .more-link {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0 12px 0 0
}

.review-item .body,
.teacher-item .body {
	font-size: 1.2em;
	font-weight: 300;
	margin: 0 0 1.5em;
	padding: 0 2rem
}

.review-item .body :first-child,
.teacher-item .body :first-child {
	margin-top: 0
}

@media (max-width:720px) {

	.review-item .pic,
	.teacher-item .pic {
		height: 70px;
		margin: -52px 0 0 10px;
		width: 70px
	}

	.review-item .line,
	.teacher-item .line {
		left: 100px
	}

	.review-item .body,
	.teacher-item .body {
		font-size: 1em;
		padding: 0 1rem
	}
}

.review-item .h {
	color: #80ab29;
	font-size: 1.5em;
	font-weight: 300;
	margin: 1em 2rem;
	padding-left: 108px
}

@media (max-width:720px) {
	.review-item .h {
		font-size: 1.2em;
		margin: 2rem 1rem .5rem;
		padding-left: 0
	}
}

.teacher-item .h {
	-ms-align-self: flex-end;
	-ms-flex: 0 1 auto;
	-webkit-align-self: flex-end;
	-webkit-flex: 0 1 auto;
	align-self: flex-end;
	color: #80ab29;
	flex: 0 1 auto;
	font-size: 1.8em;
	margin: 0 12px -.2em 0
}

.teacher-item a.header:hover .pic {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9
}

.teacher-item .body {
	margin-top: 15px
}

.teacher-item .sub {
	font-size: .85rem;
	font-weight: 700;
	min-height: 2.666em;
	padding-left: 111px;
	text-transform: uppercase
}

@media (max-width:720px) {
	.teacher-item .body {
		margin-top: 35px
	}

	.teacher-item .sub {
		font-weight: 400;
		padding-left: 0
	}
}

@media (max-width:620px) {
	.teacher-item .h {
		font-size: 1.2em;
		margin-bottom: 0
	}
}

.subscription-news-item {
	-ms-align-items: flex-start;
	-ms-flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-webkit-flex-wrap: wrap;
	align-items: flex-start;
	border-bottom: 1px solid #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 2em 0;
	padding-bottom: 1em;
	position: relative
}

.subscription-news-item:after {
	border-right: 1px solid #eee;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0
}

.subscription-news-item .pic {
	-ms-flex: none;
	-webkit-flex: none;
	border-radius: 12px;
	display: block;
	flex: none;
	margin-bottom: 1em;
	margin-right: 1.5em;
	overflow: hidden;
	width: 210px
}

.subscription-news-item .r {
	-ms-flex: 1 1 0;
	-webkit-flex: 1 1 0;
	flex: 1 1 0;
	margin-top: -.6em;
	overflow: hidden;
	padding: 2.5em 15px 2em 0;
	position: relative
}

.subscription-news-item .mobile {
	-ms-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%
}

.subscription-news-item .mobile .btn {
	margin: 0 0 1em
}

.subscription-news-item .dur,
.subscription-news-item .type {
	color: #80ab29
}

.subscription-news-item .type {
	left: 0;
	line-height: 1.2;
	padding-right: 1.5em;
	position: absolute;
	top: 0
}

.subscription-news-item .type:after {
	border-bottom: 1px solid #eee;
	content: "";
	display: block;
	left: 100%;
	position: absolute;
	top: 50%;
	width: 100vw
}

.subscription-news-item .name {
	display: block;
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: .5rem
}

.subscription-news-item a.name:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7
}

.subscription-news-item a.pic:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9
}

.subscription-news-item .btn {
	margin: 2em 15px 0 0
}

@media (min-width:961px) {
	.subscription-news-item .r {
		box-sizing: border-box;
		min-height: 220px;
		padding-bottom: 4em
	}

	.subscription-news-item .btn {
		bottom: 0;
		left: 0;
		position: absolute
	}
}

@media (max-width:960px) {
	.subscription-news-item {
		padding-bottom: 0
	}

	.subscription-news-item .pic {
		width: 100px
	}

	.subscription-news-item .name {
		font-size: 1em
	}
}

.subscription-select {
	margin: 2em auto;
	max-width: 520px
}

.subscription-select .items {
	font-size: 1.5em;
	margin-bottom: 2em
}

.subscription-select .item {
	cursor: pointer;
	display: block;
	line-height: 1.6em;
	margin-bottom: .8em;
	padding-left: 2em;
	position: relative
}

.subscription-select .item:last-child {
	margin-bottom: 0
}

.subscription-select .item .r {
	-ms-backface-visibility: hidden;
	-ms-transform-origin: left;
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: left;
	-webkit-transition: transform .1s ease-out;
	backface-visibility: hidden;
	transform-origin: left;
	transition: transform .1s ease-out
}

.subscription-select .radio {
	border: 2px solid #80ab29;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	height: 20px;
	left: 0;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 20px
}

.subscription-select .radio:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-ms-transform: scale(.5);
	-webkit-transform: scale(.5);
	-webkit-transition: all .1s ease-out;
	background: #80ab29;
	border-radius: 50%;
	content: "";
	display: block;
	filter: alpha(opacity=0);
	height: 10px;
	margin: -5px -5px 0 0;
	opacity: 0;
	position: absolute;
	right: 50%;
	top: 50%;
	transform: scale(.5);
	transition: all .1s ease-out;
	width: 10px
}

.subscription-select .item.selected .radio:after {
	-ms-filter: none;
	-ms-transform: none;
	-webkit-transform: none;
	filter: none;
	opacity: 1;
	transform: none
}

.subscription-select .item.selected .r {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.subscription-select .btn {
	margin-bottom: 3em
}

.subscription-select .price {
	color: #80ab29;
	padding-right: .5em
}

.subscription-select strike {
	padding-right: .5em
}

.subscription-select .rhomb {
	background: #80ab29;
	border: none;
	border-radius: 4px;
	font-size: .9rem;
	font-weight: 700;
	height: 2.2rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 2.2rem
}

.subscription-select .rhomb>span {
	margin-top: .6rem
}

.tag-list {
	border-top: 1px solid rgba(50, 52, 61, .2);
	padding: .25em 1em .25em .5em
}

.tag-list .svg-icon {
	color: #80ab29;
	display: inline-block;
	height: 1.25em;
	margin-right: .25em;
	vertical-align: middle;
	width: 1.25em
}

.tag-list a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	border-bottom: 1px solid transparent;
	filter: alpha(opacity=60);
	opacity: .6
}

.tag-list a:hover {
	border-bottom-color: inherit
}

.teacher-banner {
	background: #1d2029;
	color: #eee;
	min-height: 500px;
	position: relative
}

.teacher-banner .content {
	font-size: 1.2em;
	padding: 2em 0 2em 40%;
	position: relative;
	z-index: 1
}

.teacher-banner .pic {
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0
}

.teacher-banner .pic img {
	-ms-interpolation-mode: bicubic;
	height: 100%;
	max-width: none;
	width: auto
}

.teacher-banner .pic:after {
	background-image: -webkit-linear-gradient(left, rgba(29, 32, 41, 0), #1d2029);
	background-image: -moz-linear-gradient(left, rgba(29, 32, 41, 0), #1d2029);
	background-image: -ms-linear-gradient(left, rgba(29, 32, 41, 0), #1d2029);
	background-image: -o-linear-gradient(left, rgba(29, 32, 41, 0), #1d2029);
	background-image: linear-gradient(90deg, rgba(29, 32, 41, 0), #1d2029);
	bottom: 0;
	content: "";
	display: block;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%
}

@media (max-width:1600px) {
	.teacher-banner .pic {
		left: -160px
	}
}

@media (max-width:1290px) {
	.teacher-banner .pic {
		left: -240px
	}
}

@media (max-width:960px) {
	.teacher-banner .content {
		font-size: 1em;
		padding: 1.333rem 0
	}

	.teacher-banner .pic {
		position: static
	}

	.teacher-banner .pic img {
		height: auto;
		margin: 0 auto;
		max-width: 100%
	}

	.teacher-banner .pic:after {
		content: none
	}
}

.teachers-gallery {
	background: #1d2029;
	color: #eee;
	height: 800px;
	margin-bottom: 60px;
	position: relative
}

.teachers-gallery .wrap {
	position: relative
}

.teachers-gallery .h {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	font-size: 2em;
	font-weight: 300;
	opacity: .6;
	top: 1.5em
}

.teachers-gallery .bot,
.teachers-gallery .h {
	position: absolute;
	right: 30px;
	width: 400px;
	z-index: 1
}

.teachers-gallery .bot {
	top: 460px
}

.teachers-gallery .slide {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity .5s ease-out;
	bottom: 0;
	filter: alpha(opacity=0);
	left: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .5s ease-out
}

.teachers-gallery .slide.current {
	-ms-filter: none;
	filter: none;
	opacity: 1;
	pointer-events: all
}

.teachers-gallery .slide.current .slide-pic,
.teachers-gallery .slide.current .slide-txt {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none
}

.teachers-gallery .slide-txt {
	-ms-transform: translate3d(5px, 5px, 0);
	-webkit-transform: translate3d(5px, 5px, 0);
	-webkit-transition: transform .5s ease-out;
	position: absolute;
	right: 30px;
	top: 160px;
	transform: translate3d(5px, 5px, 0);
	transition: transform .5s ease-out;
	width: 400px;
	z-index: 1
}

.teachers-gallery .slide-h {
	font-size: 3em;
	font-weight: 300;
	line-height: 1.2
}

.teachers-gallery .slide-tip {
	max-width: 300px
}

.teachers-gallery .exp {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase
}

.teachers-gallery .slide-pic {
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0
}

.teachers-gallery .slide-pic img {
	-ms-interpolation-mode: bicubic;
	height: 100%;
	max-width: none;
	width: auto
}

.teachers-gallery .slide-pic:after {
	background-image: -webkit-linear-gradient(left, rgba(29, 32, 41, 0), #1d2029);
	background-image: -moz-linear-gradient(left, rgba(29, 32, 41, 0), #1d2029);
	background-image: -ms-linear-gradient(left, rgba(29, 32, 41, 0), #1d2029);
	background-image: -o-linear-gradient(left, rgba(29, 32, 41, 0), #1d2029);
	background-image: linear-gradient(90deg, rgba(29, 32, 41, 0), #1d2029);
	bottom: 0;
	content: "";
	display: block;
	min-height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%
}

.teachers-gallery .slider-pager {
	bottom: -80px;
	height: 160px;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	white-space: nowrap;
	z-index: 2
}

.teachers-gallery .slider-pager .scrollable {
	height: 200px;
	overflow: auto
}

.teachers-gallery .slider-pager .rhomb {
	-webkit-transition: all .1s ease-out;
	background: #3a3c48;
	border: 2px solid #fff;
	cursor: pointer;
	display: inline-block;
	height: 90px;
	margin: 30px 20px 0;
	transition: all .1s ease-out;
	width: 90px
}

.teachers-gallery .slider-pager .rhomb img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-webkit-transition: opacity .1s ease-out;
	filter: alpha(opacity=80);
	opacity: .8;
	transition: opacity .1s ease-out
}

.teachers-gallery .slider-pager .rhomb:hover img {
	-ms-filter: none;
	filter: none;
	opacity: 1
}

.teachers-gallery .slider-pager .rhomb.current {
	border-color: #80ab29;
	box-shadow: 0 0 0 2px #80ab29
}

.teachers-gallery .slider-pager .rhomb.current img {
	-ms-filter: none;
	filter: none;
	opacity: 1
}

@media (max-width:1600px) {
	.teachers-gallery {
		height: 680px
	}
}

@media (max-width:1300px) {
	.teachers-gallery {
		height: 600px
	}

	.teachers-gallery .slide-tip {
		font-size: .85em
	}
}

@media (max-width:1180px) {
	.teachers-gallery {
		height: 500px
	}

	.teachers-gallery .bot {
		top: 360px
	}

	.teachers-gallery .slide-q {
		display: none
	}
}

@media (max-width:1070px) {
	.teachers-gallery {
		height: 480px
	}

	.teachers-gallery .slide-pic {
		bottom: 0;
		left: -160px
	}

	.teachers-gallery .bot {
		top: 320px
	}

	.teachers-gallery .slide-q {
		display: none
	}

	.teachers-gallery .h,
	.teachers-gallery .slide-h {
		font-size: 24px
	}

	.teachers-gallery .h {
		top: 1em
	}

	.teachers-gallery .slide-txt {
		top: 100px
	}

	.teachers-gallery .slide-q {
		margin-top: 30px
	}
}

@media (max-width:860px) {

	.teachers-gallery .bot,
	.teachers-gallery .h,
	.teachers-gallery .slide-txt {
		width: 300px
	}

	.teachers-gallery .slide-q {
		font-size: 1em;
		margin-top: 15px
	}

	.teachers-gallery .slider-pager {
		bottom: -62px;
		height: 125px
	}

	.teachers-gallery .slider-pager .rhomb {
		height: 60px;
		margin-left: 15px;
		margin-right: 15px;
		width: 60px
	}
}

@media (max-width:780px) {
	.teachers-gallery .slide-pic {
		left: -200px
	}
}

@media (max-width:700px) {
	.teachers-gallery {
		height: 700px
	}

	.teachers-gallery .bot {
		left: 30px;
		right: auto;
		top: 575px;
		width: auto
	}

	.teachers-gallery .h {
		-ms-filter: none;
		background: #fff;
		color: #3a3c48;
		filter: none;
		left: 0;
		opacity: 1;
		padding: 15px 0;
		right: 0;
		text-align: center;
		top: 0;
		width: auto
	}

	.teachers-gallery .slide-pic {
		bottom: auto;
		height: 340px;
		left: 0;
		overflow: hidden;
		right: 0;
		top: 91px
	}

	.teachers-gallery .slide-pic img {
		height: auto;
		left: -999px;
		margin: auto;
		position: absolute;
		right: -999px;
		top: 0;
		width: 700px
	}

	.teachers-gallery .slide-txt {
		left: 30px;
		right: 30px;
		top: 450px;
		width: auto
	}

	.teachers-gallery .slide-tip {
		max-width: none
	}
}

@media (max-width:440px) {
	.teachers-gallery {
		height: 595px
	}

	.teachers-gallery .bot {
		top: 470px
	}

	.teachers-gallery .slide-pic {
		height: 225px
	}

	.teachers-gallery .slide-pic img {
		width: 440px
	}

	.teachers-gallery .slide-txt {
		top: 330px
	}
}

.modal-gallery {
	overflow: hidden
}

.modal-gallery .modal-close {
	bottom: auto;
	height: 40px;
	left: auto;
	margin: 10px;
	right: 0;
	top: 0;
	width: 40px;
	z-index: 1
}

.modal-gallery .inner {
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	max-width: none;
	padding: 0
}

.popup-gallery .image {
	bottom: 2em;
	left: 2em;
	position: absolute;
	right: 2em;
	top: 2em
}

.popup-gallery .image img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	position: absolute;
	right: 0;
	top: 0
}

.popup-gallery .ctrl {
	bottom: 0;
	color: #80ab29;
	cursor: pointer;
	position: absolute;
	top: 0
}

.popup-gallery .ctrl .svg-icon {
	height: 3em;
	margin-top: -1.5em;
	position: absolute;
	top: 50%;
	width: 3em
}

.popup-gallery .ctrl-prev {
	left: 0;
	right: 80%
}

.popup-gallery .ctrl-prev:hover {
	background: hsla(0, 0%, 100%, .2)
}

.popup-gallery .ctrl-prev .svg-icon {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	left: 0;
	transform: rotate(90deg)
}

.popup-gallery .ctrl-next {
	left: 20%;
	right: 0
}

.popup-gallery .ctrl-next .svg-icon {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	right: 0;
	transform: rotate(-90deg)
}

.modal-subscription-recurrent .inner {
	max-width: 720px
}

.modal-video iframe {
	height: 300px;
	margin: 2em 0;
	width: 100%
}

.page-catalog {
	padding-bottom: 2em
}

@media (min-width:961px) {
	.page-catalog.p-top {
		padding-top: 4em
	}
}

.catalog-header {
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-justify-content: space-between;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	min-height: 3em;
	padding: 1em 0;
	position: relative
}

.catalog-header .page-title {
	font-size: 2em;
	margin: 0;
	padding: 0
}

.catalog-header .form {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	width: auto
}

.catalog-header .form.stick {
	margin: 0;
	position: fixed;
	right: 15px;
	top: 80px;
	z-index: 5
}

.catalog-header .form .field {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	width: 280px
}

.catalog-header .form .field .dropdown {
	box-shadow: 0 2px 12px -3px rgba(58, 60, 72, .5);
	height: 2.5em;
	padding: 0 1em
}

.catalog-header .form .field .selection {
	line-height: 2.5
}

.catalog-header .form .field .angle {
	height: 1em;
	padding-top: .1em;
	width: 1em
}

@media (max-width:420px) {
	.catalog-header .form .field {
		width: 180px
	}
}

.catalog-subscription-block {
	-ms-align-items: center;
	-ms-flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1em
}

.catalog-subscription-block .bft {
	color: #80ab29;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase
}

@media (max-width:960px) {
	.catalog-subscription-block {
		display: block;
		text-align: center
	}

	.catalog-subscription-block .bft {
		font-size: 1.2em
	}
}

.catalog-items.loading {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: opacity .1s ease-out;
	filter: alpha(opacity=50);
	opacity: .5;
	transition: opacity .1s ease-out
}

.catalog-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.catalog-aside {
	-ms-flex: 0 0 25%;
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%
}

.catalog-content {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 30px
}

.catalog-filter-trigger {
	bottom: 0;
	cursor: pointer;
	height: 2em;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 2em
}

.catalog-filter-trigger.active {
	color: #80ab29
}

.catalog-filter-trigger .svg-icon {
	margin: .25em auto
}

.catalog-items.masonry {
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px
}

@media (max-width:720px) {
	.catalog-items.masonry {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1
	}
}

@media (max-width:960px) {
	.catalog-header .page-title {
		font-size: 1.333em;
		font-weight: 700;
		line-height: 1.2
	}

	.catalog-wrap {
		display: block
	}

	.catalog-content {
		padding: 0
	}
}

.catalog-aside {
	background: #fff;
	box-sizing: border-box;
	padding: 1.5em 2em
}

.catalog-nav li {
	display: block
}

.catalog-nav a {
	display: inline-block;
	margin-right: 1rem;
	position: relative;
	vertical-align: top
}

.catalog-nav a.active,
.catalog-nav a.router-link-exact-active,
.catalog-nav a:hover {
	color: #80ab29
}

.catalog-nav .label-new {
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: 700;
	height: 1.5rem;
	line-height: 1.5rem;
	position: absolute;
	right: -2rem;
	text-align: center;
	text-transform: none;
	top: -.1rem;
	width: 1.5rem;
	z-index: 1
}

.catalog-nav .label-new:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: #80ab29;
	border-radius: 4px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(45deg);
	z-index: -1
}

.catalog-nav .item {
	margin: 1em 0
}

.catalog-nav .item>a {
	font-weight: 700;
	margin-bottom: .75em;
	text-transform: uppercase
}

.catalog-nav .sub-item {
	margin: .5em 0;
	padding-left: 2em;
	position: relative
}

.catalog-nav .sub-item:before {
	border-left: 1px solid;
	bottom: -.5em;
	content: "";
	display: block;
	left: .5em;
	position: absolute;
	top: -.5em
}

.catalog-nav .sub-item:after {
	border-top: 1px solid;
	content: "";
	display: block;
	left: .5em;
	position: absolute;
	top: 50%;
	width: 1em
}

.catalog-nav .sub-item:last-child:before {
	bottom: 50%
}

.catalog-tags {
	margin-top: 2em
}

.catalog-tags ul {
	margin: 0 -.25em
}

.catalog-tags .item {
	display: inline-block;
	margin: .25em;
	vertical-align: top
}

.catalog-tags .item a {
	border: 1px solid #80ab29;
	border-radius: 12px;
	color: #80ab29;
	display: block;
	padding: .125em .75em
}

.catalog-tags .item a:hover {
	background: rgba(128, 171, 41, .1)
}

.catalog-tags .item a:active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9
}

.catalog-tags .item a.active {
	background: #80ab29;
	color: #fff
}

.catalog-search {
	margin-bottom: 1.5em;
	position: relative
}

.catalog-search input {
	border: 1px solid rgba(50, 52, 61, .6);
	border-radius: 12px;
	padding: .25em 2em .25em 1em;
	width: 100%
}

.catalog-search .svg-icon {
	bottom: 0;
	margin: auto;
	padding: .25em;
	pointer-events: none;
	position: absolute;
	right: .25em;
	top: -.1em
}

@media (max-width:960px) {
	.catalog-aside {
		margin-bottom: 1em;
		padding: .5em 1.5em
	}

	.catalog-nav .item {
		margin: .5em 0
	}

	.catalog-nav .item>a {
		margin-bottom: 0
	}
}

.page-blog-post {
	padding-bottom: 3em
}

.page-blog-post .post-content {
	padding: 1em;
	position: relative
}

.page-blog-post .post-content img {
	height: auto !important;
	margin: 0 auto;
	width: auto !important
}

.page-blog-post .name {
	font-size: 1.5em;
	line-height: 1.25;
	margin-bottom: 1em
}

.page-blog-post .pic+.post-content .name {
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .6) 33%, rgba(0, 0, 0, .6));
	background-image: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .6) 33%, rgba(0, 0, 0, .6));
	background-image: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, .6) 33%, rgba(0, 0, 0, .6));
	background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .6) 33%, rgba(0, 0, 0, .6));
	background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .6) 33%, rgba(0, 0, 0, .6));
	bottom: 100%;
	color: #fff;
	font-weight: 300;
	left: 0;
	margin-bottom: 0;
	padding: 1.5rem 1rem .75rem;
	position: absolute;
	right: 0
}

.page-good .page-title {
	margin-bottom: 1.5rem
}

.good-info {
	padding-bottom: 3em
}

.good-gallery {
	padding: 1em 0
}

.good-gallery .thumbs {
	font-size: 0;
	list-style: none;
	padding-left: 0
}

.good-gallery .thumbs li {
	background: #fff;
	border: 2px solid #eee;
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 70px;
	margin: 5px;
	overflow: hidden;
	vertical-align: top;
	width: 70px
}

.good-gallery .thumbs li:hover {
	border-color: #b8dc6f
}

.good-gallery .thumbs li.current {
	border-color: #80ab29
}

.good-gallery .thumbs li img {
	display: block;
	max-height: none;
	max-width: none
}

.good-gallery .big {
	cursor: pointer;
	margin-bottom: 1em
}

.good-gallery .big img {
	margin: auto
}

.catalog-filter .item {
	margin-right: 2em;
	position: relative
}

.catalog-filter .field,
.catalog-filter .h,
.catalog-filter .item {
	display: inline-block;
	vertical-align: top
}

.catalog-filter .field-date-range,
.catalog-filter .filter-price {
	border-radius: 12px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25);
	left: 0;
	position: absolute;
	top: -1em;
	z-index: 5
}

.catalog-filter .field-range {
	display: block
}

.catalog-filter .filter-price {
	box-sizing: border-box;
	max-width: 90vw;
	padding: 1em 2em;
	width: 320px
}

.catalog-filter .filter-price .field-title {
	min-height: 2.666em;
	text-align: center
}

.catalog-filter .field-range {
	padding-bottom: .6em;
	position: relative
}

.catalog-filter .limit-left,
.catalog-filter .limit-right {
	bottom: 0;
	font-size: .85em;
	position: absolute
}

.catalog-filter .limit-left {
	left: 0
}

.catalog-filter .limit-right {
	right: 0
}

.catalog-filter .filter-close {
	height: 2em;
	position: absolute;
	right: 0;
	top: 0;
	width: 2em
}

.catalog-filter .filter-close:after,
.catalog-filter .filter-close:before {
	-ms-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: transform .1s ease-out;
	backface-visibility: hidden;
	border-bottom: 2px solid;
	content: "";
	display: block;
	left: .5em;
	margin: -1px auto auto;
	position: absolute;
	right: .5em;
	top: 50%;
	transition: transform .1s ease-out
}

.catalog-filter .filter-close:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.catalog-filter .filter-close:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.catalog-filter .filter-close:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8
}

.catalog-filter .filter-close:active:before {
	-ms-transform: rotate(42deg);
	-webkit-transform: rotate(42deg);
	transform: rotate(42deg)
}

.catalog-filter .filter-close:active:after {
	-ms-transform: rotate(-42deg);
	-webkit-transform: rotate(-42deg);
	transform: rotate(-42deg)
}

@media (max-width:960px) {
	.catalog-filter .item {
		display: block;
		margin: .5em 0
	}
}

.text-content .product-title {
	margin: 2rem 0 1rem
}

.text-content .product-description {
	color: hsla(0, 0%, 100%, .6);
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 1.333rem
}

.catalog-item-page .breadcrumbs {
	position: relative;
	z-index: 1
}

.product-header {
	padding: 1.5em 0 3em
}

.product-header:after {
	clear: both;
	content: "";
	display: table
}

.product-header-banner {
	background: #1d2029;
	color: #eee;
	margin-top: -4.5rem;
	padding-top: 3rem;
	position: relative
}

@media (min-width:961px) {
	.product-header-banner {
		min-height: 500px
	}
}

.product-header-banner .content {
	font-size: 1.2em;
	padding: 2em 50% 2em 0;
	position: relative;
	z-index: 1
}

.product-header-banner .pic {
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0
}

.product-header-banner .pic img {
	-ms-interpolation-mode: bicubic;
	height: 100%;
	max-width: none;
	width: auto
}

.product-header-banner .pic:after {
	background-image: -webkit-linear-gradient(right, rgba(29, 32, 41, 0), #1d2029);
	background-image: -moz-linear-gradient(right, rgba(29, 32, 41, 0), #1d2029);
	background-image: -ms-linear-gradient(right, rgba(29, 32, 41, 0), #1d2029);
	background-image: -o-linear-gradient(right, rgba(29, 32, 41, 0), #1d2029);
	background-image: linear-gradient(270deg, rgba(29, 32, 41, 0), #1d2029);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	min-height: 100%;
	position: absolute;
	top: 0;
	width: 20%
}

@media (max-width:1600px) {
	.product-header-banner .pic {
		right: -160px
	}
}

@media (max-width:1290px) {
	.product-header-banner .pic {
		right: -240px
	}
}

@media (max-width:960px) {
	.product-header-banner .content {
		font-size: 1em;
		padding: 1.333rem 0
	}

	.product-header-banner .pic {
		position: static
	}

	.product-header-banner .pic img {
		height: auto;
		margin: 0 auto;
		max-width: 100%
	}

	.product-header-banner .pic:after {
		content: none
	}
}

@media (max-width:720px) {
	.product-header-banner {
		margin-top: 0;
		padding-top: 1em
	}
}

.product-right {
	float: right;
	margin: 0 0 2em 4em;
	position: relative;
	z-index: 2
}

.product-right .buyable {
	text-align: center;
	width: 450px
}

.product-right .form button {
	display: block;
	width: 100%
}

.product-right .form-title {
	font-size: 1.5em;
	font-weight: 300
}

.product-right .subscription {
	width: 415px
}

.product-right .subscription .bft {
	color: #80ab29;
	font-size: 4.5em;
	line-height: .8;
	margin-bottom: 3rem
}

.product-right .subscription .bft b {
	font-size: 4.25rem;
	text-transform: uppercase
}

.product-right .subscription .btn,
.product-right .subscription .btn-bordered {
	box-sizing: border-box;
	display: block;
	width: 100%
}

.product-right .subscription .btn {
	margin-bottom: 1em
}

.product-right .support-banner {
	margin-top: 4rem
}

.product-bonus-icon {
	padding: 1em 1em 2em 2em
}

.product-bonus-icon .rhomb {
	border: 1px solid #80ab29;
	font-size: .85em;
	height: 7em;
	line-height: 1.5;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 7em
}

.product-bonus-icon .rhomb>span {
	height: 100%
}

.product-bonus-icon .rhomb>span>span {
	display: block;
	padding-top: 1.25em
}

.product-buy {
	-ms-flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1.5em 0;
	max-width: 700px
}

.product-buy .price {
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-right: 1em;
	padding-top: .5em
}

.product-buy .price .was {
	color: rgba(128, 171, 41, .5);
	font-size: 1.5em;
	padding-right: 1em
}

.product-buy .price .now {
	color: #80ab29;
	font-size: 2.5em
}

.product-buy .price .free {
	color: #80ab29;
	font-size: 2em
}

.product-buy .actions {
	-ms-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto
}

.product-buy .actions .btn {
	margin-right: .5em
}

.product-buy .actions .add2calendar {
	display: inline-block;
	margin: 1.5em 1em;
	vertical-align: top
}

.product-info-form {
	padding: 3em 0
}

.product-info-form .section-title {
	margin-bottom: 2em
}

.product-page-text,
.product-tt {
	padding: 3em 0
}

.product-page-text {
	font-size: 1.2em
}

.product-tt .section-title {
	margin-bottom: 1em
}

@media (max-width:960px) {
	.text-content .product-description {
		font-size: 1.2em
	}

	.product-header-blocks {
		-ms-flex-direction: column;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: column;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column
	}

	.product-right {
		-ms-order: 100;
		-webkit-order: 100;
		float: none;
		margin: 1em 0;
		order: 100
	}

	.product-right .buyable,
	.product-right .form {
		width: auto
	}

	.product-right .subscription {
		margin: 2em auto 0;
		width: auto
	}

	.product-right .subscription .bft,
	.product-right .subscription .bft b {
		font-size: 3rem
	}

	.product-buy {
		display: block;
		text-align: center
	}

	.product-buy .price {
		margin-right: 0
	}

	.product-page-text {
		font-size: 1em
	}
}

@media (max-width:) {
	.product-buy .price .was {
		padding-right: .5em
	}

	.product-buy .price .now {
		font-size: 2em
	}
}

.product-variants-slider {
	position: relative
}

.product-variants-slider .slider {
	height: 4em;
	margin-bottom: 1.5em;
	overflow: hidden
}

.product-variants-slider .slides {
	font-size: 0;
	overflow: auto;
	padding-bottom: 80px;
	white-space: nowrap
}

.product-variants-slider .item {
	display: inline-block;
	line-height: 1;
	margin-right: 2rem;
	min-width: 100px;
	position: relative;
	vertical-align: top
}

.product-variants-slider .item:last-child {
	margin-right: 0
}

.product-variants-slider .item a {
	-moz-user-select: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-ms-user-select: none;
	-webkit-transition: opacity .1s ease-out, padding-top .1s ease-out;
	-webkit-user-select: none;
	filter: alpha(opacity=60);
	opacity: .6;
	transition: opacity .1s ease-out, padding-top .1s ease-out;
	user-select: none
}

.product-variants-slider .item a:hover {
	-ms-filter: none;
	filter: none;
	opacity: 1
}

.product-variants-slider .inner {
	display: block;
	font-size: 1.5rem;
	font-weight: 300;
	padding-top: .9rem
}

.product-variants-slider .date,
.product-variants-slider .date-range,
.product-variants-slider .time {
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out
}

.product-variants-slider .datetime {
	padding-right: 2rem
}

.product-variants-slider .time {
	display: block;
	font-size: .85rem;
	left: 0;
	margin-top: .2em;
	position: absolute;
	right: 0;
	top: 100%
}

.product-variants-slider .item.current .inner {
	-ms-filter: none;
	color: #80ab29;
	filter: none;
	opacity: 1;
	padding-top: 0
}

.product-variants-slider .item.current .date,
.product-variants-slider .item.current .date-range {
	-webkit-transition: all .1s ease-out;
	font-size: 2.5rem;
	font-weight: 700;
	transition: all .1s ease-out
}

.product-variants-slider .item.current .time {
	font-size: 1.2rem
}

.product-variants-slider .ctrls a {
	-moz-user-select: none;
	-ms-backface-visibility: hidden;
	-ms-user-select: none;
	-webkit-backface-visibility: hidden;
	-webkit-user-select: none;
	backface-visibility: hidden;
	display: block;
	padding: .7em 1em;
	position: absolute;
	top: 0;
	user-select: none;
	z-index: 2
}

.product-variants-slider .ctrls a .svg-icon {
	height: 2em;
	width: 2em
}

.product-variants-slider .ctrls a:hover {
	color: #80ab29
}

.product-variants-slider .ctrls .l {
	left: -4em
}

.product-variants-slider .ctrls .l .svg-icon {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.product-variants-slider .ctrls .r {
	right: -4em
}

.product-variants-slider .ctrls .r .svg-icon {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

@media (max-width:1410px) {
	.product-variants-slider .slider {
		margin-left: -15px;
		margin-right: -15px
	}

	.product-variants-slider .slides {
		padding-left: 75px;
		padding-right: 75px
	}

	.product-variants-slider .ctrls .l {
		left: -15px
	}

	.product-variants-slider .ctrls .r {
		right: -15px
	}
}

@media (max-width:720px) {
	.product-variants-slider .inner {
		font-size: 1.2rem;
		padding-top: .4rem
	}

	.product-variants-slider .date-range {
		padding-top: .6rem
	}

	.product-variants-slider .item.current .date,
	.product-variants-slider .item.current .date-range {
		font-size: 1.6rem
	}

	.product-variants-slider .item.current .time {
		font-size: 1rem
	}
}

@media (max-width:620px) {
	.product-variants-slider .slides {
		padding-left: 35px;
		padding-right: 35px
	}

	.product-variants-slider .ctrls a {
		padding: .3em 0
	}

	.product-variants-slider .inner {
		font-size: 1.2rem;
		padding-top: 1em
	}

	.product-variants-slider .date-range,
	.product-variants-slider .item.current .inner,
	.product-variants-slider .item .inner {
		padding-top: 0
	}

	.product-variants-slider .item.current .date,
	.product-variants-slider .item.current .date-range,
	.product-variants-slider .item .date,
	.product-variants-slider .item .date-range {
		font-size: 1.2rem;
		padding-top: .5em
	}

	.product-variants-slider .item.current .time,
	.product-variants-slider .item .time {
		font-size: .85rem
	}
}

.product-timetable {
	margin: 2em 0
}

.product-timetable .module {
	border: 1px solid #eee;
	border-top: 4px solid #eee;
	margin: 1em 0
}

.product-timetable .module-body {
	padding: 1.5em 1em 1em 7em
}

.product-timetable .module-body .header {
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-justify-content: space-between;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5em
}

.product-timetable .module-body .num {
	-ms-flex: 1 1 0;
	-webkit-flex: 1 1 0;
	flex: 1 1 0;
	font-size: 1.2em;
	font-weight: 700
}

.product-timetable .module-body .dur {
	-ms-flex: 1 1 0;
	-webkit-flex: 1 1 0;
	color: #80ab29;
	flex: 1 1 0
}

.product-timetable .module-body .time {
	-ms-flex: 0 0 250px;
	-webkit-flex: 0 0 250px;
	flex: 0 0 250px;
	text-align: right
}

.product-timetable .module-body .title {
	font-size: 1.2em
}

.product-timetable .module-body .descr ol,
.product-timetable .module-body .descr p,
.product-timetable .module-body .descr ul {
	margin-bottom: 0
}

.product-timetable .module-body .middle {
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.product-timetable .module-body .buy-link {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 1.5em
}

.product-timetable .lesson-list {
	display: block;
	list-style: none;
	padding: 0
}

.product-timetable .lesson-body {
	border-top: 1px solid #eee;
	padding: 1em
}

.product-timetable .lesson-body.highlight {
	-webkit-animation: product-lesson-highlight 1s 2;
	animation: product-lesson-highlight 1s 2
}

.product-timetable .lesson-body .header {
	-ms-align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.product-timetable .lesson-body .date {
	-ms-flex: 0 0 6em;
	-webkit-flex: 0 0 6em;
	flex: 0 0 6em
}

.product-timetable .lesson-body .name {
	-ms-align-items: center;
	-ms-flex: 1 1 auto;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-flex: 1 1 auto;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1 1 auto
}

.product-timetable .lesson-body .marker-wrap {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-top: .1em;
	width: 1.5rem
}

.product-timetable .lesson-body .dur,
.product-timetable .lesson-body .from-to {
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	color: #80ab29;
	flex: 0 0 auto;
	font-weight: 700;
	padding: .15em 2em .15em 1em
}

.product-timetable .lesson-body .from-to {
	font-size: .85em;
	text-align: center
}

.product-timetable .lesson-body .buy-link {
	-ms-flex: 0 0 155px;
	-webkit-flex: 0 0 155px;
	flex: 0 0 155px;
	text-align: right
}

.product-timetable .lesson-body .buy-link .btn,
.product-timetable .lesson-body .buy-link .btn-bordered {
	margin: 0
}

.product-timetable .lesson-body .descr {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6;
	padding-left: 6em
}

.product-timetable .lesson-test {
	padding-left: 7em
}

.product-timetable .descr {
	max-width: 800px
}

.product-timetable .descr ol,
.product-timetable .descr p,
.product-timetable .descr ul {
	margin-bottom: 0
}

@media (min-width:961px) {
	.product-timetable {
		font-size: 1.1em
	}
}

@media (max-width:960px) {
	.product-timetable .module-body {
		padding: 1em
	}

	.product-timetable .lesson-body .descr {
		padding-left: 0
	}
}

@media (max-width:720px) {
	.product-timetable .module-body .header {
		display: block;
		margin-bottom: 1em
	}

	.product-timetable .module-body .dur {
		margin: .25em 0
	}

	.product-timetable .module-body .title {
		font-size: 1em;
		font-weight: 700
	}

	.product-timetable .module-body .middle {
		-ms-align-items: flex-start;
		-ms-flex-direction: column;
		-webkit-align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: column;
		align-items: flex-start;
		flex-direction: column
	}

	.product-timetable .module-body .buy-link {
		-ms-align-self: flex-end;
		-webkit-align-self: flex-end;
		align-self: flex-end;
		margin: .75em 0 0
	}

	.product-timetable .lesson-body .header {
		display: block
	}

	.product-timetable .lesson-body .date,
	.product-timetable .lesson-body .descr,
	.product-timetable .lesson-body .from-to {
		font-size: 1em;
		padding-left: 1.5em;
		text-align: left
	}

	.product-timetable .lesson-body .date,
	.product-timetable .lesson-body .descr,
	.product-timetable .lesson-body .name {
		margin: 0 0 1em
	}

	.product-timetable .lesson-body .buy-link {
		margin: .75em 0 0
	}
}

.product-page-video-course .product-timetable .lesson-body,
.product-page-video-course .product-timetable .lesson-body .descr,
.product-page-video-course .product-timetable .lesson-body .dur,
.product-page-video-course .product-timetable .module-body {
	padding-left: 1.5em
}

@-moz-keyframes product-lesson-highlight {
	0% {
		background: initial
	}

	50% {
		background: rgba(128, 171, 41, .2)
	}

	to {
		background: initial
	}
}

@-webkit-keyframes product-lesson-highlight {
	0% {
		background: initial
	}

	50% {
		background: rgba(128, 171, 41, .2)
	}

	to {
		background: initial
	}
}

@-o-keyframes product-lesson-highlight {
	0% {
		background: initial
	}

	50% {
		background: rgba(128, 171, 41, .2)
	}

	to {
		background: initial
	}
}

@keyframes product-lesson-highlight {
	0% {
		background: initial
	}

	50% {
		background: rgba(128, 171, 41, .2)
	}

	to {
		background: initial
	}
}

.product-infoblock {
	padding: 2em 0;
	text-align: center
}

.product-infoblock .items {
	font-size: 0
}

.product-infoblock .item {
	box-sizing: border-box;
	display: inline-block;
	font-size: 1rem;
	padding: 1em 3em;
	position: relative;
	vertical-align: middle
}

.product-infoblock .item:after {
	content: "/";
	display: block;
	font-size: 3em;
	font-weight: 300;
	line-height: 1;
	margin: -.6em -.5em 0 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 1em
}

.product-infoblock .item:first-child {
	padding-left: 0
}

.product-infoblock .item:last-child {
	padding-right: 0
}

.product-infoblock .item:last-child:after {
	content: none
}

.product-infoblock .big,
.product-infoblock .small {
	display: block
}

.product-infoblock .big {
	font-size: 3em;
	font-weight: 300;
	line-height: 1
}

@media (min-width:721px) and (max-width:960px) {
	.product-infoblock .item {
		width: 50%
	}

	.product-infoblock .item:nth-child(odd) {
		padding-left: 0;
		text-align: right
	}

	.product-infoblock .item:nth-child(2n) {
		padding-right: 0;
		text-align: left
	}

	.product-infoblock .item:nth-child(2n):after {
		content: none
	}

	.product-infoblock .item:nth-child(odd):last-child {
		padding-left: 0;
		text-align: center
	}

	.product-infoblock .big {
		font-size: 2em
	}
}

@media (max-width:720px) {
	.product-infoblock .item {
		display: block;
		padding: .5em 0
	}

	.product-infoblock .item:after {
		content: none
	}

	.product-infoblock .big {
		font-size: 2em
	}
}

.product-gift {
	-ms-align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	background: no-repeat 50%;
	background-size: cover;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 320px;
	padding: 2em 0;
	position: relative;
	z-index: 1
}

.product-gift:after {
	background: rgba(50, 52, 61, .75);
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.product-gift .content {
	font-size: 1.2em;
	text-align: center;
	width: 100%
}

.product-advantages {
	padding: 3em 0
}

.product-advantages .section-title {
	margin-bottom: 1em
}

.product-advantages .list {
	-ms-flex-wrap: wrap;
	-ms-justify-content: center;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	text-align: center
}

.product-advantages li {
	-ms-flex: 1 1 290px;
	-webkit-flex: 1 1 290px;
	box-sizing: border-box;
	display: inline-block;
	flex: 1 1 290px;
	margin-bottom: 1em;
	min-width: 290px;
	padding: 0 1em;
	vertical-align: top
}

.product-advantages .svg-icon {
	color: #80ab29;
	height: 2em;
	margin: 0 auto;
	width: 2em
}

.product-advantages .big {
	color: #80ab29;
	font-size: 1.5em
}

.product-advantages .disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6
}

.product-advantages .disabled .big,
.product-advantages .disabled .svg-icon {
	color: inherit
}

.product-advantages .disabled .small:after {
	content: "*"
}

.product-advantages .endnote {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	margin-top: 1em;
	opacity: .6;
	text-align: center
}

.product-recommended {
	padding: 3em 0
}

.product-recommended .section-title {
	margin-bottom: 1em
}

.product-page-downloadable {
	background: #fff;
	color: #32343d
}

.product-page-downloadable .product-subscribe {
	-ms-align-items: center;
	-ms-flex-wrap: wrap;
	-ms-justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1em 0
}

.product-page-downloadable .product-subscribe p {
	color: #80ab29;
	font-size: 2em;
	margin: 0 1em 0 0
}

.contacts-box,
.page-contacts .yandex-map,
.payment-service-info {
	box-sizing: border-box;
	margin: 2em auto;
	max-width: 700px
}

.contacts-box {
	border: 1px solid #eee;
	padding: 1.5em 2em
}

.contacts-box .title {
	margin-bottom: 1em
}

.contacts-box .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: .5em 0
}

.contacts-box .l {
	-ms-flex: 0 1 200px;
	-webkit-flex: 0 1 200px;
	flex: 0 1 200px;
	font-weight: 700;
	padding-right: 1em;
	text-align: right
}

.contacts-box .r {
	-ms-flex: 1 1 0;
	-webkit-flex: 1 1 0;
	flex: 1 1 0
}

.page-contacts .yandex-map {
	height: 380px
}

.service-pics {
	display: inline-block;
	margin: 1.5em 0;
	vertical-align: top
}

.service-pics img {
	display: inline-block;
	margin: 0 1em;
	max-height: 60px;
	vertical-align: middle
}

@media (max-width:720px) {
	.contacts-box .row {
		display: block
	}

	.contacts-box .l {
		padding-right: 0;
		text-align: left
	}

	.page-contacts .yandex-map {
		height: 300px
	}
}

.page-human-smm .banner {
	margin: 0 auto;
	max-width: 800px;
	padding: 6em 0 4em;
	text-align: center
}

.page-human-smm .banner .bft {
	font-size: 3em;
	font-weight: 300
}

.page-human-smm .banner .btn {
	margin: 3em 0 4em
}

.page-human-smm .banner p {
	font-size: 1.2em;
	margin: 0 auto;
	max-width: 600px
}

@media (max-width:960px) {
	.page-human-smm .banner {
		padding-top: 2em
	}

	.page-human-smm .banner .bft {
		font-size: 2em
	}

	.page-human-smm .banner .btn {
		margin: 2em 0 3em
	}
}

.page-human-smm .result {
	padding: 2em 0
}

.page-human-smm .result .logos {
	margin: 4em 0
}

.page-human-smm .result .logos img {
	margin: 0 auto;
	width: 900px
}

.page-index .subscription-promo {
	margin-bottom: 4em
}

.page-index .about {
	padding: 3em 0
}

.page-index .catalog {
	margin: 3em 0
}

.page-index .product-card .label:not(.red) {
	background: #32343d;
	color: #fff
}

.page-index .calendar-block {
	padding: 3em 0
}

.page-index .calendar-legend {
	margin-bottom: 3em
}

.page-index .calendar-show-more {
	padding-left: 137px
}

.page-index .calendar-new.loading {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: opacity .1s ease-out;
	filter: alpha(opacity=50);
	opacity: .5;
	transition: opacity .1s ease-out
}

@media (max-width:720px) {
	.page-index .calendar-month-select {
		display: block;
		margin: 0 auto
	}
}

.aside-nav-item.test:not(.available) {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background: hsla(0, 0%, 100%, .5);
	filter: alpha(opacity=50);
	opacity: .5
}

.aside-nav-item.test:not(.available) a {
	cursor: default
}

.private-aside {
	height: 100%;
	position: relative
}

.private-aside .root-select {
	display: block;
	padding: 1em 30px
}

.private-aside .root-select .angle {
	right: -1em
}

.private-aside .root-select .selection {
	padding-right: 0;
	white-space: normal
}

.private-aside .root-select .angle {
	display: none
}

.private-aside .root-select .dropdown:not(.show) {
	pointer-events: none
}

.private-aside .current-root-name {
	padding: 1em 30px
}

.private-aside .btn-change {
	display: block;
	line-height: 1.5em;
	margin: .45em .5em;
	padding: .7em 0 .6em
}

.private-aside .btn-change .svg-icon {
	display: inline-block;
	position: relative;
	top: -.05em;
	vertical-align: top
}

.private-aside .selector {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25);
	color: #32343d;
	margin: 0 .5em;
	max-height: 70vh;
	min-width: 180px;
	overflow: auto;
	padding: .5em 0;
	z-index: 5
}

.private-aside .selector .option {
	border-bottom: 1px solid #eee;
	cursor: pointer;
	line-height: 1.333;
	padding: .366em 1.5em;
	position: relative
}

.private-aside .selector .option.focus,
.private-aside .selector .option:hover {
	background: #eee
}

.private-aside .selector .option:last-child {
	border-bottom: none
}

.private-aside .selector .option .svg-icon {
	font-size: .8rem
}

.private-aside .selector .option .svg-icon.left {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	float: left;
	margin-right: .5em;
	position: relative;
	top: .1em;
	transform: rotate(90deg)
}

.private-aside .selector .option .svg-icon.right {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	float: right;
	transform: rotate(-90deg)
}

.private-aside .selector .option .lock {
	font-size: .6rem;
	position: absolute;
	right: .3rem;
	top: .5rem
}

@media (min-width:961px) {
	.private-aside {
		z-index: 11
	}

	.private-aside .btn-change {
		bottom: 100%;
		left: 0;
		position: absolute;
		right: 0
	}
}

@media (max-width:960px) {
	.private-aside {
		height: auto;
		padding: .5em 0
	}

	.private-aside .context-nav {
		display: none
	}

	.private-aside .context-nav.show {
		display: block
	}
}

.nav-groups {
	background: #535668
}

.nav-groups .header {
	display: block;
	padding: 1em 3em 1em 30px;
	position: relative
}

.nav-groups .header:hover {
	background: rgba(0, 0, 0, .15)
}

.nav-groups .header.router-link-active {
	color: hsla(0, 0%, 100%, .6)
}

.nav-groups .count,
.nav-groups .test-result {
	font-size: .85em;
	font-weight: 700;
	line-height: 2;
	margin-top: -1em;
	position: absolute;
	text-align: center;
	top: 50%
}

.nav-groups .count.highlight,
.nav-groups .test-result.highlight {
	background: #80ab29
}

.nav-groups .count {
	background: #3a3c48;
	border-radius: 8px;
	min-width: 2em;
	right: 1em
}

.nav-groups .count .svg-icon {
	margin: .25em auto
}

.nav-groups .count.highlight {
	background: #80ab29
}

.nav-groups .test-result {
	min-width: 3em;
	right: .5em
}

.nav-groups .num {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	display: block;
	filter: alpha(opacity=60);
	margin-right: -30px;
	opacity: .6;
	padding-right: .3em;
	position: absolute;
	right: 100%
}

.aside-nav-group,
.aside-nav-item {
	border-bottom: 1px solid #818499;
	line-height: 1.2
}

.aside-nav-group:last-child,
.aside-nav-item:last-child {
	border-bottom: none
}

.aside-nav-group.active>.header {
	background: #80ab29
}

.aside-nav-group .children {
	background: #3a3c48
}

.page-private-certificates {
	padding: 2em 0
}

.page-private-certificates .item {
	margin-bottom: 2em
}

.page-private-certificates .item .cert-pic {
	border: 24px solid #3a3c48;
	margin-bottom: 1em;
	padding: 1em;
	text-align: center
}

.page-private-certificates .item .cert-pic .bft {
	font-size: 26px;
	letter-spacing: 1px;
	margin-top: 25px;
	text-transform: uppercase
}

.page-private-certificates .item .cert-pic .pname {
	font-size: 16px;
	margin: 25px 0;
	text-transform: uppercase
}

.page-private-certificates .item .cert-pic img {
	width: 100px
}

.page-private-certificates .item .f {
	-ms-align-items: center;
	-ms-justify-content: space-around;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-justify-content: space-around;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around
}

.page-private-content {
	padding: 2em 0
}

.page-private-content .nav-list {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.page-private-content .nav-list .l {
	-ms-flex: 0 0 3px;
	-webkit-flex: 0 0 3px;
	background: #80ab29;
	flex: 0 0 3px;
	margin: 0 1em
}

.page-private-content .nav-list .b {
	-ms-flex: 1 1 0;
	-webkit-flex: 1 1 0;
	box-sizing: border-box;
	flex: 1 1 0;
	min-width: 320px;
	padding: 0 15px
}

.page-private-content .nav-list li {
	margin-bottom: 1em
}

.page-private-content .nav-list a {
	color: #80ab29;
	text-decoration: underline
}

.page-private-content .nav-list a:hover {
	text-decoration: none
}

.page-private-product {
	padding-bottom: 2em
}

.page-private-product .item-descr {
	margin-bottom: 2em;
	max-width: 680px
}

.page-private-product .right-col {
	-ms-align-self: center;
	-webkit-align-self: center;
	align-self: center
}

.page-private-product .video-list {
	margin-bottom: 1.5em
}

.page-private-product .video-list .title {
	font-size: 1.5em;
	margin-bottom: .5em
}

.page-private-product .video-list iframe {
	display: block;
	height: 340px;
	width: 100%
}

.page-private-product .attachment-link {
	margin: .5em 0
}

.page-private-product .attachment-link .btn {
	margin: 0;
	text-transform: none
}

.page-private-product .attachment-link .svg-icon {
	float: left;
	height: 1em;
	margin: .25em .5em 0 -.5em;
	position: relative;
	top: -.1em;
	width: 1em
}

.page-private-product .done-checkbox {
	margin: 2em 0
}

@media (max-width:960px) {
	.page-private-product .page-title {
		font-size: 1.333em;
		font-weight: 700;
		line-height: 1.2
	}
}

@media (max-width:720px) {
	.page-private-product .video-list iframe {
		height: 220px
	}
}

@media (max-width:620px) {
	.page-private-product .video-list iframe {
		height: 160px
	}
}

.page-private-test .question,
.page-private-test .question-answer,
.page-private-test .test-submit {
	margin: 1.5em 0
}

.page-private-test .question.highlight {
	-webkit-animation: question-highlight 1s 2;
	animation: question-highlight 1s 2
}

.page-private-test .question-answer .wrong .checkbox .title {
	color: #da1a37
}

.page-private-test .question-answer .wrong .checkbox .icon {
	border-color: #da1a37;
	color: #da1a37
}

.page-private-test .question-answer .wrong .checkbox .icon:after {
	background: #da1a37
}

@-moz-keyframes question-highlight {
	0% {
		background: initial
	}

	50% {
		background: rgba(218, 26, 55, .2)
	}

	to {
		background: initial
	}
}

@-webkit-keyframes question-highlight {
	0% {
		background: initial
	}

	50% {
		background: rgba(218, 26, 55, .2)
	}

	to {
		background: initial
	}
}

@-o-keyframes question-highlight {
	0% {
		background: initial
	}

	50% {
		background: rgba(218, 26, 55, .2)
	}

	to {
		background: initial
	}
}

@keyframes question-highlight {
	0% {
		background: initial
	}

	50% {
		background: rgba(218, 26, 55, .2)
	}

	to {
		background: initial
	}
}

.page-private-index {
	padding: 2em 0
}

.page-private-settings {
	padding-bottom: 4em
}

.page-private-settings .form {
	margin: 0
}

.page-private-settings .section-title {
	margin: 1em 0 .5em
}

.page-private-settings .logout {
	cursor: pointer;
	font-size: 1.5em;
	padding: 2em 0;
	text-align: center
}

.page-private-settings .logout .svg-icon {
	color: #80ab29;
	height: 5em;
	margin: 1em auto;
	width: 5em
}

.page-private-subscription {
	padding: 2em 0
}

.page-private-subscription .text-content {
	max-width: 680px
}

.page-private-test-warning {
	padding-top: 2em
}

.page-private {
	-ms-align-items: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.page-private>.g {
	-ms-flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%
}

.page-private .content-back-link {
	color: #80ab29;
	display: inline-block;
	padding: 1em 0 0;
	vertical-align: top
}

.page-private .content-back-link .svg-icon {
	float: left;
	margin: -.05em .5em 0 0
}

@media (max-width:960px) {
	.page-private {
		-ms-align-items: flex-start;
		-webkit-align-items: flex-start;
		-webkit-box-align: start;
		align-items: flex-start
	}
}

@media (min-width:1101px) {
	.reviews-header {
		-ms-align-items: center;
		-ms-justify-content: space-between;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-webkit-justify-content: space-between;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between
	}

	.reviews-header .reserve-link,
	.reviews-header .subscribe-link {
		-ms-flex: 0 0 300px;
		-webkit-flex: 0 0 300px;
		flex: 0 0 300px
	}

	.reviews-header .subscribe-link {
		-ms-order: -1;
		-webkit-order: -1;
		order: -1
	}
}

.page-subscription-about .about,
.page-subscription-about .form-block {
	padding: 3em 0
}

@media (min-width:961px) {
	.page-subscription-about .about {
		padding-top: 6em
	}
}

.page-subscription-news {
	padding: 3em 0
}

.page-subscription-news .form-block {
	margin: 3em 0 -3em;
	padding: 3em 0
}

.page-subscription-news .news-list {
	margin-top: 3em
}

.page-subscription-news>.g>:first-child {
	-ms-order: 1;
	-webkit-order: 1;
	order: 1
}

@media (min-width:961px) {
	.page-subscription-news {
		padding-top: 6em
	}
}

.recurrent-terms .text-content {
	padding-bottom: 4em
}

.page-teachers {
	padding-bottom: 3em
}

.services-nav {
	border-bottom: 2px solid #80ab29;
	border-top: 2px solid #80ab29;
	font-size: 0;
	padding: .75rem 0;
	text-align: center
}

.services-nav .item {
	display: inline-block;
	font-size: 1rem;
	margin: .25em 1em;
	vertical-align: top
}

.teacher-banner-text .form-link {
	margin: 2.666em 0 0
}

.teacher-form,
.teacher-page-text,
.teacher-service-list .item {
	padding: 3em 0
}

.teacher-page-text {
	font-size: 1.2em
}

.teacher-resume-link {
	margin-top: 1.5em;
	text-align: right
}

.teacher-resume-link .btn-bordered {
	margin: 0
}

.teacher-service-list .h {
	color: #80ab29;
	font-size: 1.8em;
	margin: 1.333rem 0
}

.teacher-service-list .h .sub {
	color: #32343d;
	display: block
}

.teacher-service-list .order-link {
	display: block;
	margin: 1.333em 0;
	max-width: 260px
}

.teacher-service-list .r {
	font-size: 1.2em
}

@media (max-width:960px) {

	.teacher-page-text,
	.teacher-service-list .r {
		font-size: 1em
	}
}

.page-timetable .page-title {
	margin-bottom: 0
}

.page-timetable .bg-white {
	padding-bottom: 2em
}

.page-timetable .page-title {
	font-size: 2em
}

.page-timetable .loading {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition: opacity .1s ease-out;
	filter: alpha(opacity=50);
	opacity: .5;
	transition: opacity .1s ease-out
}


.nav-previous {
	float: left;
	text-align: left;
}
.nav-next {
	float: right;
	text-align: right;
}

.pagination {
	margin: 20px 0;
}


.widget {
margin-bottom: 20px;
}

.widget-title {
font-size: 1.5em;
font-weight: 300;
margin: 10px 0;
}

.widget ul {

}

.widget li {

}

.widget a {

}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}