@charset "UTF-8";
/***********/
/* Dependencies */
*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

/* Remove default padding */
ul[class],
ol[class] {
	padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core body defaults */
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	-webkit-overflow-scrolling: touch
}

.block-scroll {
	/*position: fixed;*/
	/*left: 0;*/
	/*right: 0;*/
	overflow: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
	list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
	border: none;
	outline: none;
	background-color: transparent;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1140px;
	}
}

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

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

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

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

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

.row-cols-1 > * {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.row-cols-4 > * {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-sm-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-md-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-lg-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.row-cols-xl-4 > * {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

/* Proxima Nova */
@font-face {
	font-family: 'Proxima Nova';
	font-display: auto;
	src: local("Proxima Nova Black"), local("ProximaNova-Black"), url("fonts/proximanova-black.woff2") format("woff2"), url("fonts/proximanova-black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	font-display: auto;
	src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("fonts/proximanova-extrabld.woff2") format("woff2"), url("fonts/proximanova-extrabld.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	font-display: auto;
	src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("fonts/proximanova-bold.woff2") format("woff2"), url("fonts/proximanova-bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	font-display: auto;
	src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("fonts/proximanova-semibold.woff2") format("woff2"), url("fonts/proximanova-semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	font-display: auto;
	src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("fonts/proximanova-regular.woff2") format("woff2"), url("fonts/proximanova-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	font-display: auto;
	src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("fonts/proximanova-light.woff2") format("woff2"), url("fonts/proximanova-light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: local("Proxima Nova Thin"), local("ProximaNovaT-Thin"), url("fonts/proximanova-thin.woff2") format("woff2"), url("fonts/proximanova-thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}

/* Proxima Nova Condensed */
@font-face {
	font-family: 'Proxima Nova Cn';
	font-display: auto;
	src: local("Proxima Nova Condensed Black"), local("ProximaNovaCond-Black"), url("fonts/proximanovacond-black.woff2") format("woff2"), url("fonts/proximanovacond-black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Cn';
	font-display: auto;
	src: local("Proxima Nova Condensed Extrabold"), local("ProximaNovaCond-Extrabld"), url("fonts/proximanovacond-extrabld.woff2") format("woff2"), url("fonts/proximanovacond-extrabld.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Cn';
	font-display: auto;
	src: local("Proxima Nova Condensed Semibold"), local("ProximaNovaCond-Semibold"), url("fonts/proximanovacond-semibold.woff2") format("woff2"), url("fonts/proximanovacond-semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Cn';
	font-display: auto;
	src: local("Proxima Nova Condensed Bold"), local("ProximaNovaCond-Bold"), url("fonts/proximanovacond-bold.woff2") format("woff2"), url("fonts/proximanovacond-bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Cn';
	font-display: auto;
	src: local("Proxima Nova Condensed Regular"), local("ProximaNovaCond-Regular"), url("fonts/proximanovacond-regular.woff2") format("woff2"), url("fonts/proximanovacond-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Cn';
	font-display: auto;
	src: local("Proxima Nova Condensed Light"), local("ProximaNovaCond-Light"), url("fonts/proximanovacond-light.woff2") format("woff2"), url("fonts/proximanovacond-light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Cn';
	font-display: auto;
	src: local("Proxima Nova Condensed Thin"), local("ProximaNovaCond-Thin"), url("fonts/proximanovacond-thin.woff2") format("woff2"), url("fonts/proximanovacond-thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}

/* Proxima Nova Extra Condensed */
@font-face {
	font-family: 'Proxima Nova ExCn';
	font-display: auto;
	src: local("Proxima Nova Extra Condensed Black"), local("ProximaNovaExCn-Black"), url("fonts/proximanovaexcn-black.woff2") format("woff2"), url("fonts/proximanovaexcn-black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova ExCn';
	font-display: auto;
	src: local("Proxima Nova Extra Condensed Extrabold"), local("ProximaNovaExCn-Extrabld"), url("fonts/proximanovaexcn-extrabld.woff2") format("woff2"), url("fonts/proximanovaexcn-extrabld.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova ExCn';
	font-display: auto;
	src: local("Proxima Nova Extra Condensed Bold"), local("ProximaNovaExCn-Bold"), url("fonts/proximanovaexcn-bold.woff2") format("woff2"), url("fonts/proximanovaexcn-bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova ExCn';
	font-display: auto;
	src: local("Proxima Nova Extra Condensed Semibold"), local("ProximaNovaExCn-Semibold"), url("fonts/proximanovaexcn-semibold.woff2") format("woff2"), url("fonts/proximanovaexcn-semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova ExCn';
	font-display: auto;
	src: local("Proxima Nova Extra Condensed Regular"), local("ProximaNovaExCn-Regular"), url("fonts/proximanovaexcn-regular.woff2") format("woff2"), url("fonts/proximanovaexcn-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova ExCn';
	font-display: auto;
	src: local("Proxima Nova Extra Condensed Light"), local("ProximaNovaExCn-Light"), url("fonts/proximanovaexcn-light.woff2") format("woff2"), url("fonts/proximanovaexcn-light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova ExCn';
	font-display: auto;
	src: local("Proxima Nova Extra Condensed Thin"), local("ProximaNovaExCn-Thin"), url("fonts/proximanovaexcn-thin.woff2") format("woff2"), url("fonts/proximanovaexcn-thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'PT Sans';
	src: url("fonts/ptsans-bolditalic-webfont.woff2") format("woff2"), url("fonts/ptsans-bolditalic-webfont.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PT Sans';
	src: url("fonts/ptsans-italic-webfont.woff2") format("woff2"), url("fonts/ptsans-italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'PT Sans';
	src: url("fonts/ptsans-regular-webfont.woff2") format("woff2"), url("fonts/ptsans-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

.datepicker--cells {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.datepicker--cell {
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 32px;
	z-index: 1;
}

.datepicker--cell.-focus- {
	background: #f0f0f0;
}

.datepicker--cell.-current- {
	color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
	color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
	color: #4EB5E6;
}

.datepicker--cell.-in-range- {
	background: rgba(92, 196, 239, 0.1);
	color: #4a4a4a;
	border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
	cursor: default;
	color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
	color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae;
}

.datepicker--cell.-range-from- {
	border: 1px solid rgba(92, 196, 239, 0.5);
	background-color: rgba(92, 196, 239, 0.1);
	border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
	border: 1px solid rgba(92, 196, 239, 0.5);
	background-color: rgba(92, 196, 239, 0.1);
	border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
	color: #fff;
	background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
	border-radius: 4px;
}

.datepicker--cell.-selected- {
	border: none;
}

.datepicker--cell.-selected-.-focus- {
	background: #45bced;
}

.datepicker--cell:empty {
	cursor: default;
}

.datepicker--days-names {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 8px 0 3px;
}

.datepicker--day-name {
	color: #FF9A19;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em;
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
	display: none;
}

.datepicker--cell-day {
	width: 14.28571%;
}

.datepicker--cells-months {
	height: 170px;
}

.datepicker--cell-month {
	width: 33.33%;
	height: 25%;
}

.datepicker--cells-years, .datepicker--years {
	height: 170px;
}

.datepicker--cell-year {
	width: 25%;
	height: 33.33%;
}

.datepickers-container {
	position: absolute;
	left: 0;
	top: 0;
}

@media print {
	.datepickers-container {
		display: none;
	}
}

.datepicker {
	background: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-sizing: content-box;
	font-family: Tahoma,sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	width: 250px;
	position: absolute;
	left: -100000px;
	opacity: 0;
	transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
	transition: opacity .3s ease,transform .3s ease,left 0s .3s;
	transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
	z-index: 100;
}

.datepicker.-from-top- {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.datepicker.-from-right- {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.datepicker.-from-bottom- {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

.datepicker.-from-left- {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}

.datepicker.active {
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
	transition: opacity .3s ease,transform .3s ease,left 0s 0s;
	transition: opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease;
}

.datepicker-inline .datepicker {
	border-color: #d7d7d7;
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.datepicker--content {
	box-sizing: content-box;
	padding: 4px;
}

.datepicker--pointer {
	position: absolute;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 10px;
	height: 10px;
	z-index: -1;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
	background: #f0f0f0;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
	top: calc(100% - 4px);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
	right: calc(100% - 4px);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
	bottom: calc(100% - 4px);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
	left: calc(100% - 4px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
	left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
	right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
	left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
	top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
	bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
	top: calc(50% - 10px / 2);
}

.datepicker--body.active {
	display: block;
}

.datepicker--nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #efefef;
	min-height: 32px;
	padding: 4px;
}

.-only-timepicker- .datepicker--nav {
	display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.datepicker--nav-action {
	width: 32px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.datepicker--nav-action.-disabled- {
	visibility: hidden;
}

.datepicker--nav-action svg {
	width: 32px;
	height: 32px;
}

.datepicker--nav-action path {
	fill: none;
	stroke: #9c9c9c;
	stroke-width: 2px;
}

.datepicker--nav-title {
	border-radius: 4px;
	padding: 0 8px;
}

.datepicker--buttons, .datepicker--time {
	border-top: 1px solid #efefef;
	padding: 4px;
}

.datepicker--nav-title i {
	font-style: normal;
	color: #9c9c9c;
	margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
	cursor: default;
	background: 0 0;
}

.datepicker--buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.datepicker--button {
	color: #4EB5E6;
	cursor: pointer;
	border-radius: 4px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
}

.datepicker--button:hover {
	color: #4a4a4a;
	background: #f0f0f0;
}

.datepicker--time {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
	-webkit-flex: 0 1 138px;
	-ms-flex: 0 1 138px;
	flex: 0 1 138px;
	max-width: 138px;
}

.-only-timepicker- .datepicker--time {
	border-top: none;
}

.datepicker--time-sliders {
	-webkit-flex: 0 1 153px;
	-ms-flex: 0 1 153px;
	flex: 0 1 153px;
	margin-right: 10px;
	max-width: 153px;
}

.datepicker--time-label {
	display: none;
	font-size: 12px;
}

.datepicker--time-current {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
	margin: 0 2px 3px;
	line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	position: relative;
	z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
	content: '';
	background: #f0f0f0;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
	opacity: 1;
}

.datepicker--time-current-ampm {
	text-transform: uppercase;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #9c9c9c;
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px;
}

.datepicker--time-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
	margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
	background: 0 0;
	cursor: pointer;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
	display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
	border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
	outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
	margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
	background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
	background: 0 0;
}

.datepicker--time-row span {
	padding: 0 12px;
}

.datepicker--time-icon {
	color: #9c9c9c;
	border: 1px solid;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	margin: 0 5px -1px 0;
	width: 1em;
	height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
	content: '';
	background: currentColor;
	position: absolute;
}

.datepicker--time-icon:after {
	height: .4em;
	width: 1px;
	left: calc(50% - 1px);
	top: calc(50% + 1px);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.datepicker--time-icon:before {
	width: .4em;
	height: 1px;
	top: calc(50% + 1px);
	left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, 0.1);
	color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: none;
}

/*************/
/* Defaults */
html,
body {
	min-width: 360px;
}

html.ovh {
	overflow: hidden;
}

html.ovh body {
	overflow-y: scroll;
}

html.ovh .ovh-overlay {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

body {
	font-family: 'Proxima Nova', Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 15px;
	color: #1B1B1B;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	overflow-x: hidden;
}

main {
	margin-top: 121px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (orientation: portrait) {
	main {
		margin-top: 0;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
	main {
		margin-top: 108px;
	}
}

.container-fluid {
	max-width: 1140px;
}

@media (max-width: 1199px) {
	.container-fluid {
		max-width: 100%;
	}
}

h1 {
	font-weight: bold;
	font-size: 50px;
	line-height: 53px;
	color: #0C0C0C;
	margin-bottom: 34px;
}

@media (max-width: 1199px) {
	h1 {
		font-size: 45px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 30px;
		line-height: 35px;
	}
}

h2 {
	font-weight: bold;
	font-size: 38px;
	line-height: 38px;
	color: #000000;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 53px;
	text-transform: uppercase;
	color: #070707;
}

[js-sidebarstopper] {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

@media (max-width: 1199px) {
	[js-sidebarstopper] {
		max-width: 100%;
		padding: 30px 15px !important;
	}
}

@media (max-width: 576px) {
	[js-sidebarstopper] {
		padding: 15px 15px !important;
	}
    sbdiv.sb_insert_line {
        background: none !important;
        bottom: 70px !important;
    }
}

[sidebarStopper--wide] {
	max-width: 100%;
	padding-right: 40px;
}

@media (max-width: 1540px) {
	[sidebarStopper--wide] {
		padding-right: 0;
	}
}

.h-wrapper {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.h-wrapper--sidebar {
	display: flex;
	align-items: flex-start;
}

.fixed {
	position: fixed !important;
}

.natural {
	position: relative !important;
}

.goTop {
	position: fixed;
	right: -16px;
	bottom: 34px;
	z-index: 2;
	opacity: 0;
	transition: opacity .4s ease, right .4s ease;
	cursor: pointer;
}

.goTop.active {
	right: 20px;
	opacity: 1;
}

.alert {
	border-radius: 6px;
	padding: 16px 24px;
	width: 200px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.3;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	position: relative;
	opacity: 0;
	transform: translateX(100%);
	transition: all .8s ease;
	z-index: 1000000;
}

.alert.visible {
	opacity: 1;
	transform: translateX(0);
	transition: all .8s ease;
}

.alert svg {
	fill: #fff;
	position: absolute;
	right: 8px;
	width: 16px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.alert.error {
	background: #ED1C24;
}

.alert.success {
	background: #58C033;
}

.alert.info {
	background: #000DA8;
}

.alert.neutral {
	background: #95a5a6;
}

.alert__wrapper {
	position: fixed;
	right: 10px;
	top: 100px;
}

.rouble {
	display: inline;
	font-family: 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 90%;
}

.article {
	max-width: 750px;
	margin: 0 auto;
	font-size: 22px;
	line-height: 160%;
	margin-bottom: 20px;
}

.article--wide {
	max-width: 100%;
}

.article__wrapper {
	display: flex;
}

@media (max-width: 991px) {
	.article__wrapper {
		flex-wrap: wrap;
	}
}

.article__disclaimer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.article__disclaimer-author {
	display: flex;
	align-items: center;
	margin-right: 24px;
	margin-bottom: 12px;
}

.article__disclaimer-author svg {
	margin-right: 5px;
}

.article__disclaimer-author span {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
	display: flex;
}

.article__disclaimer-author span:before {
	content: 'Автор';
	display: block;
	color: #B1B1B1;
	margin-right: 9px;
}

.article__disclaimer-date {
	display: flex;
	align-items: center;
	margin-right: 34px;
	margin-bottom: 12px;
}

.article__disclaimer-date svg {
	margin-right: 5px;
}

.article__disclaimer-date span {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
}

.article__disclaimer .share {
	margin-bottom: 12px;
}

.article__slider .swiper-slide {
	width: 360px;
}

.article__slider .swiper-slide .list__block {
	display: block;
	width: auto;
	margin: 0;
}

.article__slider-title {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

.article__slider--news .swiper-slide {
	max-width: 360px;
}

.article__slider--news .swiper-slide .list__block {
	display: flex;
	flex-direction: column;
	width: auto;
	margin: 0;
	min-height: 400px;
}

@media (max-width: 767px) {
	.article__slider--news .swiper-slide .list__block {
		min-height: auto;
	}
}

.article__slider--news .swiper-slide .list__block-title {
	font-weight: normal;
}

.article__slider--news .swiper-slide .list__block-hashtag {
	margin-top: auto;
}

.article__img {
	margin-bottom: 34px;
}

.article__img img {
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 16px;
}

.article__img-alt {
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	display: block;
	margin-bottom: 14px;
}

.article__img-theme {
	font-weight: 300;
	font-size: 14px;
	line-height: 8px;
	color: #000000;
	display: block;
}

.article__img--large {
	margin-left: -26%;
	margin-right: -26%;
}

@media (max-width: 767px) {
	.article__img--large {
		margin: 0;
	}
}

.article__img a[data-type="iframe"] {
	position: relative;
	display: block;
}

.article__img a[data-type="iframe"]:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iOTIiIHZpZXdCb3g9IjAgMCA5MiA5MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI0NiIgY3k9IjQ2IiByPSI0NiIgZmlsbD0iIzREMkNFMCIvPjxwYXRoIGQ9Ik02My40ODEgNDMuMzQ2NEM2NS41MDYzIDQ0LjUyNTggNjUuNTA2MyA0Ny40NzQyIDYzLjQ4MSA0OC42NTM2TDM5LjU1NyA2Mi41ODQ5QzM3LjUzMTYgNjMuNzY0MyAzNSA2Mi4yOTAxIDM1IDU5LjkzMTNMMzUgMzIuMDY4N0MzNSAyOS43MDk5IDM3LjUzMTYgMjguMjM1NyAzOS41NTcgMjkuNDE1MUw2My40ODEgNDMuMzQ2NFoiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
	position: absolute;
	left: 30px;
	bottom: 24px;
}

@media (max-width: 767px) {
	.article__img a[data-type="iframe"]:before {
		left: 14px;
		bottom: 10px;
		transform: scale(0.4);
		transform-origin: left bottom;
	}
}

@media (max-width: 991px) {
	.article__content {
		order: 2;
	}
}

.article__sidebar {
	min-width: 360px;
	margin-left: 50px;
	align-self: flex-start;
}

@media (max-width: 1300px) {
	.article__sidebar {
		min-width: 306px;
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	.article__sidebar {
		min-width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}
}

.article__sidebar [js-articleSidebar] {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 50px 20px 40px 30px;
	position: relative;
}

@media (max-width: 991px) {
	.article__sidebar [js-articleSidebar] {
		padding: 20px 14px;
	}
}

.article__sidebar-img {
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.article__sidebar-img {
		margin-bottom: 14px;
	}
}

.article__sidebar ul li.article__sidebar-li {
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	padding-left: 12px;
	margin-bottom: 10px;
	display: flex;
}

.article__sidebar ul li.article__sidebar-li span:first-child {
	margin-right: auto;
}

.article__sidebar ul li.article__sidebar-li span:nth-child(2) {
	margin-left: 40px;
}

.article__sidebar ul li.article__sidebar-li:before {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #4D2CE0;
	top: 10px;
}

.article__sidebar-cost {
	margin-top: 50px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 23px;
	line-height: 25px;
	color: #000000;
}

@media (max-width: 991px) {
	.article__sidebar-cost {
		margin-top: 24px;
		margin-bottom: 14px;
	}
}

.article__accordion {
	background: #F2F4F8;
	border-radius: 30px;
	overflow: hidden;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	cursor: pointer;
}

@media (max-width: 767px) {
	.article__accordion {
		padding: 28px 20px 0 20px;
	}
}

.article__accordion.opened:before {
	opacity: 0;
}

.article__accordion.opened .article__accordion-description {
	max-height: 3000px;
	padding-bottom: 24px;
	transition: max-height 1s ease-in-out;
}

.article__accordion.opened .article__accordion-footer span:before {
	content: 'Свернуть';
}

.article__accordion:before {
	content: '';
	background: linear-gradient(360deg, #F2F4F8 21.55%, rgba(242, 244, 248, 0) 87.5%);
	border-radius: 30px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity .4s ease;
}

.article__accordion-title {
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 10px;
}

.article__accordion-description {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	max-height: 112px;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.article__accordion-footer {
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	color: #6D6D6D;
	text-align: center;
	height: 50px;
	margin-left: -50px;
	margin-right: -50px;
	border-top: 1px solid #D9E0EF;
	position: relative;
	z-index: 2;
	background: #F2F4F8;
}

@media (max-width: 767px) {
	.article__accordion-footer {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.article__accordion-footer span {
	display: block;
	border-top: 1px solid #fff;
}

.article__accordion-footer span:before {
	content: 'Развернуть';
}

@media (max-width: 767px) {
	.article {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.article h1 br {
		display: none;
	}
}

.article h2 {
	font-weight: bold;
	font-size: 38px;
	line-height: 38px;
	color: #000000;
	margin-bottom: 22px;
}

@media (max-width: 767px) {
	.article h2 {
		font-size: 28px;
	}
}

.article h3 {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #000;
	margin-bottom: 22px;
	text-transform: none;
}

@media (max-width: 767px) {
	.article h3 {
		font-size: 24px;
	}
}

.article h4 {
	font-size: 26px;
	line-height: 41px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 46px;
}

@media (max-width: 767px) {
	.article h4 {
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 24px;
	}
	.article h4 br {
		display: none;
	}
}

.article > img {
	border-radius: 7px;
	overflow: hidden;
	margin: 46px 0;
}

@media (max-width: 767px) {
	.article > img {
		margin: 18px 0;
	}
}

.article p {
	margin-bottom: 20px;
}

.article p a {
	text-decoration: none;
	color: #4D2CE0;
	transition: opacity .4s ease;
}

.article p a:hover {
	opacity: .6;
}

.article p + h2 {
	margin-top: 80px;
}

@media (max-width: 767px) {
	.article p + h2 {
		margin-top: 40px;
	}
}

.article p span {
	background: #D8CFFF;
	padding: 0 6px;
	white-space: nowrap;
	display: inline-block;
}

.article ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}

.article ul li {
	position: relative;
	padding-left: 36px;
	margin-bottom: 14px;
}

.article ul li:before {
	content: '';
	width: 17px;
	height: 1px;
	display: block;
	background: #FF0099;
	position: absolute;
	left: 0;
	top: 17px;
}

.article blockquote {
	border-left: 9px solid #4D2CE0;
	padding: 0 0 0 40px;
	margin-bottom: 20px;
}

.article blockquote + .article__img--large {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.article blockquote + .article__img--large {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.article blockquote {
		padding: 10px 0 10px 11px;
	}
}

.article blockquote img {
	margin-bottom: 20px;
	margin-top: 20px;
}

.article blockquote img + p {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 22px;
	line-height: 160%;
}

.article blockquote p {
	font-weight: 300;
	font-size: 30px;
	line-height: 43px;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.article blockquote p {
		font-size: 21px;
		line-height: 33px;
	}
}

.article__quote {
	background: #F2F4F8;
	border-radius: 30px;
	overflow: hidden;
	padding: 44px 40px 32px 40px;
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.article__quote {
		padding: 35px 30px 26px 30px;
	}
}

.article__quote p {
	font-weight: 300;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 0.03em;
	color: #000000;
}

.article__quote blockquote {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	border: 0;
	display: flex;
	padding-left: 0;
}

@media (max-width: 767px) {
	.article__quote blockquote {
		margin-bottom: 0;
		flex-direction: column;
	}
}

.article__quote blockquote:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDciIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCA0NyAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMkMwIDAuODk1NDMxIDAuODk1NDMxIDAgMiAwSDE3QzE4LjEwNDYgMCAxOSAwLjg5NTQzMSAxOSAyVjE3QzE5IDE4LjEwNDYgMTguMTA0NiAxOSAxNyAxOUg4LjU1QzQuNzUgMTkuOTUgNC45NzI5MyAyNS42NSAxMS40IDI1LjY1VjI5LjQ1SDYuNjVDMS45IDI5LjQ1IDAgMjQuNyAwIDIyLjhWMTdWMTUuMlYyWk0yOCAyQzI4IDAuODk1NDMxIDI4Ljg5NTQgMCAzMCAwSDQ1QzQ2LjEwNDYgMCA0NyAwLjg5NTQzMSA0NyAyVjE3QzQ3IDE4LjEwNDYgNDYuMTA0NiAxOSA0NSAxOUgzNi41NUMzMi43NSAxOS45NSAzMi45NzI5IDI1LjY1IDM5LjQgMjUuNjVWMjkuNDVIMzQuNjVDMjkuOSAyOS40NSAyOCAyNC43IDI4IDIyLjhWMTdWMTUuMlYyWiIgZmlsbD0iIzREMkNFMCIvPjwvc3ZnPg==);
	margin-right: 24px;
}

.article ul.article__speackers li {
	padding-left: 37px;
}

.article ul.article__speackers li span:first-child {
	font-weight: bold;
	display: block;
}

.article ul.article__speackers li:before {
	width: 4px;
	height: 4px;
	background: #4D2CE0;
}

.article hr {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	height: 0px;
}

.article hr.hr--large {
	margin-left: -26%;
	margin-right: -26%;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.article hr.hr--large {
		margin-left: 0;
		margin-right: 0;
	}
}

.article .btn {
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
	background: #4D2CE0;
	border-radius: 5px;
	padding: 9px 39px;
	text-decoration: none;
	transition: background .4s ease;
	cursor: pointer;
	display: inline-block;
}

.article .btn:hover {
	background: #6547EB;
}

.article .share {
	display: flex;
	align-items: center;
}

.article .share a {
	text-decoration: none;
	margin-right: 24px;
	transition: opacity .4s ease;
}

.article .share a:hover {
	opacity: .7;
}

form .inputfield {
	position: relative;
}

form .inputfield + .inputfield {
	margin-top: 28px;
}

@media (max-width: 767px) {
	form .inputfield + .inputfield {
		margin-top: 20px;
	}
}

form .inputfield--policy, form .inputfield--checkbox {
	margin-top: 14px;
}

form .inputfield--policy > input, form .inputfield--checkbox > input {
	display: none;
}

form .inputfield--policy > input:checked + label:after, form .inputfield--checkbox > input:checked + label:after {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi42Njg0MyA4LjgzMDU5TDYuOTk3OTkgMTMuMjEyOEwxNi45OTk5IDAuOTk5ODkyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=);
	position: absolute;
	left: 0;
	top: -4px;
}

form .inputfield--policy > input + label, form .inputfield--checkbox > input + label {
	font-size: 12px;
	line-height: 15px;
	display: flex;
	position: relative;
	text-transform: none;
}

form .inputfield--policy > input + label a, form .inputfield--checkbox > input + label a {
	color: #4D2CE0;
	text-decoration: underline;
}

form .inputfield--policy > input + label a:hover, form .inputfield--checkbox > input + label a:hover {
	text-decoration: none;
}

form .inputfield--policy > input + label:before, form .inputfield--checkbox > input + label:before {
	content: '';
	background: #E4E4E4;
	width: 14px;
	height: 14px;
	position: relative;
	margin-right: 9px;
	min-width: 14px;
}

form .inputfield--policy > label input, form .inputfield--checkbox > label input {
	display: none;
}

form .inputfield--policy > label input:checked + span:after, form .inputfield--checkbox > label input:checked + span:after {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMi42Njg0MyA4LjgzMDU5TDYuOTk3OTkgMTMuMjEyOEwxNi45OTk5IDAuOTk5ODkyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=);
	position: absolute;
	left: 0;
	top: -4px;
}

form .inputfield--policy > label input + span, form .inputfield--checkbox > label input + span {
	font-size: 12px;
	line-height: 15px;
	display: flex;
	position: relative;
}

form .inputfield--policy > label input + span a, form .inputfield--checkbox > label input + span a {
	color: #4D2CE0;
	text-decoration: underline;
}

form .inputfield--policy > label input + span a:hover, form .inputfield--checkbox > label input + span a:hover {
	text-decoration: none;
}

form .inputfield--policy > label input + span:before, form .inputfield--checkbox > label input + span:before {
	content: '';
	background: #E4E4E4;
	width: 14px;
	height: 14px;
	position: relative;
	margin-right: 9px;
	min-width: 14px;
}

form .inputfield-hint {
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

form .inputfield-hint__block {
	opacity: 0;
	visibility: hidden;
	background: #FFFFFF;
	box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
	font-size: 13px;
	line-height: 16px;
	position: absolute;
	display: flex;
	padding: 23px 12px 23px 20px;
	right: -12px;
	min-width: 237px;
	align-items: center;
	top: 50%;
	transform: translateY(-52%);
	transition: all .4s ease;
}

form .inputfield-hint__block a {
	color: #FF0099;
	text-decoration: underline;
}

form .inputfield-hint__block a:hover {
	text-decoration: none;
}

form .inputfield-hint__block p {
	max-width: 140px;
}

form .inputfield-hint__block svg {
	width: 24px;
	min-width: 24px;
	margin-left: auto;
}

form .inputfield-hint:hover .inputfield-hint__block {
	opacity: 1;
	visibility: visible;
}

form .inputfield label.error {
	color: #ff163c;
	margin-top: 5px;
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #FF163C;
	position: absolute;
}

form input, form select {
	background: #E4E4E4;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 20px;
	line-height: 56px;
	color: #000000;
	width: 100%;
	padding: 0 18px;
	appearance: none;
	height: 60px;
}

form input::placeholder, form select::placeholder {
	color: #808080;
	transition: opacity .4s ease;
}

form input.error, form select.error {
	border: 1px solid #FF163C;
}

form input:focus::placeholder, form select:focus::placeholder {
	opacity: 0;
}

@media (max-width: 767px) {
	form input, form select {
		line-height: 40px;
		font-size: 16px;
	}
}

form button {
	background: #4D2CE0;
	border-radius: 5px;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	line-height: 56px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	transition: background .4s ease, color .4s ease;
	margin-bottom: 8px;
	border: 1px solid #4D2CE0;
}

form button:hover {
	background: #6547EB;
}

@media (max-width: 767px) {
	form button {
		line-height: 40px;
		font-size: 18px;
	}
}

form button[disabled] {
	opacity: 0.5;
}

form button.clear {
	background-color: transparent;
	border: 1px solid #4D2CE0;
	color: #4D2CE0;
	margin-right: 14px;
}

form button.clear:hover {
	background: #4D2CE0;
	color: #fff;
}

form.form--white .inputfield--radio {
	margin-top: 40px;
	margin-bottom: 40px;
}

form.form--white .inputfield--radio .inputfield-title {
	display: block;
}

form.form--white .inputfield--radio label.error {
	margin-left: 0 !important;
}

form.form--white .inputfield input, form.form--white .inputfield select {
	background: #FFFFFF;
	border: 2px solid #E1E1E1;
	box-sizing: border-box;
	border-radius: 5px;
	transition: border-color .4s ease;
}

form.form--white .inputfield input:focus, form.form--white .inputfield select:focus {
	border-color: #82BDF3;
}

form.form--white .inputfield input[type="radio"], form.form--white .inputfield select[type="radio"] {
	display: none;
}

form.form--white .inputfield input[type="radio"]:checked + label:after, form.form--white .inputfield select[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #2B9B19;
	border-radius: 100%;
	left: 4px;
}

form.form--white .inputfield input[type="radio"] + label, form.form--white .inputfield select[type="radio"] + label {
	position: relative;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	cursor: pointer;
}

form.form--white .inputfield input[type="radio"] + label ~ label, form.form--white .inputfield select[type="radio"] + label ~ label {
	margin-left: 44px;
}

form.form--white .inputfield input[type="radio"] + label:before, form.form--white .inputfield select[type="radio"] + label:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	border-radius: 100%;
	margin-right: 12px;
}

form.form--white .inputfield input#birthday, form.form--white .inputfield select#birthday {
	max-width: 173px;
	cursor: pointer;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjUnIGhlaWdodD0nMjQnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J00yMi4wMyAyNGgtMjBhMiAyIDAgMCAxLTItMlY0YTIgMiAwIDAgMSAyLTJoMnYyaC0ydjE4aDIwVjRoLTJWMmgyYTIgMiAwIDAgMSAyIDJ2MThhMiAyIDAgMCAxLTIgMnptLTUtN2gyYTEgMSAwIDAgMSAwIDJoLTJhMSAxIDAgMCAxIDAtMnptMC00aDJhMSAxIDAgMCAxIDAgMmgtMmExIDEgMCAwIDEgMC0yem0yLTJoLTJhMSAxIDAgMCAxIDAtMmgyYTEgMSAwIDAgMSAwIDJ6bS0xLTVhMSAxIDAgMCAxLTEtMVYxYTEgMSAwIDEgMSAyIDB2NGExIDEgMCAwIDEtMSAxem0tNC00aDJ2MmgtMlYyem0tMyAxNWgyYTEgMSAwIDAgMSAwIDJoLTJhMSAxIDAgMCAxIDAtMnptMC00aDJhMSAxIDAgMCAxIDAgMmgtMmExIDEgMCAwIDEgMC0yem0yLTJoLTJhMSAxIDAgMCAxIDAtMmgyYTEgMSAwIDAgMSAwIDJ6bS0xLTVhMSAxIDAgMCAxLTEtMVYxYTEgMSAwIDEgMSAyIDB2NGExIDEgMCAwIDEtMSAxem0tNC00aDJ2MmgtMlYyem0tMyAxNWgyYTEgMSAwIDAgMSAwIDJoLTJhMSAxIDAgMCAxIDAtMnptMC00aDJhMSAxIDAgMCAxIDAgMmgtMmExIDEgMCAwIDEgMC0yem0yLTJoLTJhMSAxIDAgMCAxIDAtMmgyYTEgMSAwIDAgMSAwIDJ6bS0xLTVhMSAxIDAgMCAxLTEtMVYxYTEgMSAwIDEgMSAyIDB2NGExIDEgMCAwIDEtMSAxeicgZmlsbD0nI0ExQTFBMScvPjwvc3ZnPg==) no-repeat 95% 50%;
	background-size: 24px 24px;
	background-color: #fff;
}

form.form--white .inputfield label:not(.error), form.form--white .inputfield-title:not(.error) {
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
	color: #656565;
	margin-bottom: 8px;
	display: block;
}

form.form--white .inputfield button {
	border-radius: 0;
	width: auto;
	padding-left: 38px;
	padding-right: 38px;
	margin-top: 10px;
}

form.form--short .form-title {
	margin: 12px 0 20px;
	color: #000;
	font-size: 16px;
}

form.form--short .inputfield--auth {
	margin-top: 25px;
}

form.form--short .inputfield--auth button {
	background: #FF0099;
	border-color: #FF0099;
}

form.form--short .inputfield--decline, form.form--short .inputfield--link {
	margin-top: 5px;
}

form.form--short .inputfield--link a {
	text-decoration: none;
	font-size: 16px;
	color: #4D2CE0;
}

form.form--short input {
	height: 40px;
}

form.form--short button {
	line-height: 36px;
}

form.form--wide {
	display: flex;
	flex-wrap: wrap;
}

form.form--wide .inputfield {
	flex: 1 1;
	margin: 0 8px 16px;
}

form.form--wide .inputfield + .inputfield {
	margin-top: 0;
}

form.form--wide .inputfield--policy {
	width: 100%;
	display: flex;
	justify-content: center;
}

form.form--wide .inputfield button {
	margin-bottom: 0;
}

/***********/
/* Blocks */
body {
	margin: 0;
	overflow-x: hidden;
	transition: transform .5s ease;
}

body.shift {
	transform: translate(-230px, 0px);
	position: fixed;
}

/*header*/

.header {
	color: #1C2734;
	background-color: #fff;
	/*position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	opacity: 1;
	transition: opacity .4s ease, top .4s ease, transform .5s ease ;
}

.header #hamburger-button:hover {
	cursor: pointer;
}

.header #hamburger-button > span {
	transition-timing-function: linear;
	transition-duration: .6s;
}

.header #hamburger-button.open > span:first-child {
	transform: translateY(7px) rotate(45deg);
}

@media (max-width: 640px) {
	.header #hamburger-button.open > span:first-child {
		transform: translateY(5px) rotate(45deg);
	}
}

.header #hamburger-button.open > span:nth-child(2) {
	transform: rotateY(90deg);
}

.header #hamburger-button.open > span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 640px) {
	.header #hamburger-button.open > span:nth-child(3) {
		transform: translateY(-5px) rotate(-45deg);
	}
}

.header_flash {
	top: -120px;
	opacity: 0;
}

.header.fixed {
	left: 0;
	right: 0;
	background: #fff;
	z-index: 5;
}

.header.fix {
	transform: translateY(-100%);
	transition: all .8s ease;
}

.header.fix.out {
	transform: translateY(0);
	box-shadow: 0px 3px 15px 0px #011e209c;
	transition: box-shadow .5s ease-in-out;
	z-index: 5;
	transition: all .8s ease;
}

.header .out {
	transform: translateY(0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	z-index: 5;
	transition: box-shadow .5s ease-in-out;
	transition: all .8s ease;
}

.header .out + main .list__filter.fixed, .header .out + div main .list__filter.fixed {
	top: 55px;
}

.header__top {
	display: flex;
	padding: 12px 30px 10px 30px;
	border-bottom: 0.5px solid #9FAEBF;
}

@media (max-width: 640px) {
	.header__top {
		padding: 9px 15px 9px 15px;
	}
	.header.header_unauth .header__top {
		padding-top: 40px;
		border-bottom: none;
	}
}

.header__hamburger {
	display: flex;
	align-items: center;
	padding-right: 22px;
	transition: all ease .1s;
}

@media (max-width: 640px) {
	.header__hamburger {
		padding-right: 12px;
		position: absolute;
		transform: scale(0);
	}
}

.header__hamburger_row {
	width: 24px;
	height: 2px;
	background-color: #25282B;
	border-radius: 5px;
	display: block;
}

.header__hamburger_svg {
	display: none;
}

@media (max-width: 1300px) {
	.header__hamburger_row {
		width: 20px;
	}
}

@media (max-width: 640px) {
	.header__hamburger_row {
		width: 18px;
		display: none;
	}
	.header__hamburger_svg {
		display: block;
	}
}

.header__hamburger_row-margin {
	margin: 5px 0;
}

@media (max-width: 640px) {
	.header__hamburger_row-margin {
		margin: 3px 0;

	}
}

.header__hamburger_box {
	padding: 6px 2px;
}

@media (max-width: 1300px) {
	.header__hamburger_box {
		padding: 0 2px;
	}
}

.header__hamburger_box:hover span {
	background-color: #4D2CE0;
}

.header__main {
	display: flex;
	align-items: center;
}

.header__main_container {
	display: flex;
	align-items: flex-end;
}

.header__main_logo {
	display: flex;
	align-items: flex-end;
	margin-right: 80px;
}

@media (max-width: 1300px) {
	.header__main_logo {
		align-items: center;
	}
}

@media (max-width: 900px) {
	.header__main_logo {
		margin-right: 0;
	}
}

.header__main_list {
	display: flex;
}

@media (max-width: 1300px) {
	.header__main_list {
		display: none;
	}
}

.header__main_img {
	margin-right: 24px;
}

@media (max-width: 600px) {
	.header__main_img {
		margin-right: 17px;
	}
}

@media (max-width: 1300px) {
	.header__main_img-syn {
		max-width: 180px;
	}
}

@media (max-width: 600px) {
	.header__main_img-syn {
		max-width: 140px;
	}
}

@media (max-width: 1300px) {
	.header__main_img-vtb {
		max-width: 56px;
	}
}

@media (max-width: 600px) {
	.header__main_img-vtb {
		max-width: 48px;
	}
}

.header__main_img:last-child {
	margin-right: 0;
}

.header__main_item {
	margin-right: 32px;
}

.header__main_item:last-child {
	margin-right: 0;
}

.header__main_link {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1C2734;
	text-decoration: none;
}

.header__main_link:hover {
	color: #4D2CE0;
}

.header__person {
	display: flex;
	margin-left: auto;
}

@media (max-width: 1300px) {
	.header__person {
		margin-left: auto;
	}
}

@media (max-width: 640px) {
	.header__person_avatar {
		max-width: 28px;
	}
}

.header__person_info {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.header__person_icons {
	display: flex;
	align-items: center;
	margin-right: 28px;
	padding-left: 15px;
}

@media (max-width: 600px) {
	.header__person_icons {
		margin-right: 16px;
	}
}

.header__person_img {
	margin-right: 24px;
}

.header__person_img svg {
	vertical-align: middle;
}

@media (max-width: 700px) {
	.header__person_img {
		margin-right: 15px;
	}
}

.header__person_img:last-child {
	margin-right: 0;
}

@media (max-width: 1300px) {
	.header__person_img svg {
		max-width: 24px;
		height: 24px;
		vertical-align: middle;
	}
}

@media (max-width: 480px) {
	.header__person_img svg {
		max-width: 19px;
		height: 22px;
		vertical-align: middle;
	}
}

.header__person_name {
	margin-right: 16px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-decoration: none;
	color: #1C2734;
}

@media (max-width: 1440px) {
	.header__person_name {
		display: none;
	}
}

@media (max-width: 1300px) {
	.header__person_name {
		font-size: 16px;
		display: block;
	}
}

@media (max-width: 700px) {
	.header__person_name {
		display: none;
	}
}

.header__person_name:hover {
	color: #4D2CE0;
}

.header__person_dropdown {
	background: white;
	position: absolute;
	top: 65px;
	right: 0px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	z-index: 10;
	box-sizing: border-box;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

@media (max-width: 675px) {
	.header__person_dropdown {
		width: initial;
	}
}

@media (max-width: 640px) {
	.header__person_dropdown {
		border-radius: 0;
	}
}

.header__person_dropdown.open {
	opacity: 1;
	height: auto;
	padding: 26px 0;
	min-width: 227px;
}

@media (max-width: 900px) {
	.header__person_dropdown.open {
		min-width: 197px;
		padding: 21px 0;
	}
}

@media (max-width: 640px) {
	.header__person_dropdown.open {
		min-height: 100vh;
		min-width: 176px;
		padding: 24px 0 27px;
		right: 0;
		transition: right .4s ease;
		overflow-y: auto;
	}
}

.header__person_dropdown_section {
	padding: 0 32px;
}

@media (max-width: 900px) {
	.header__person_dropdown_section {
		padding: 0 23px;
	}
}

@media (max-width: 640px) {
	.header__person_dropdown_section {
		padding: 0 0 0 26px;
	}
}

.header__person_dropdown_section-border {
	border: 0.5px solid #9FAEBF;
	border-left: none;
	border-right: none;
	padding-top: 24px;
	padding-bottom: 24px;
	margin: 24px 0;
}

@media (max-width: 900px) {
	.header__person_dropdown_section-border {
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 20px 0;
	}
}

@media (max-width: 640px) {
	.header__person_dropdown_section-border {
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
		border: 0;
	}
}

@media (max-width: 640px) {
	.header__person_dropdown_section-bottom {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		flex-grow: 1;
	}
}

.header__person_dropdown_profile {
	display: none;
}

@media (max-width: 640px) {
	.header__person_dropdown_profile {
		display: flex;
		flex-direction: column;
		padding-left: 26px;
		margin-bottom: 27px;
		box-sizing: border-box;
	}
}

@media (max-width: 640px) {
	.header__person_dropdown_avatar {
		margin-bottom: 6px;
	}
}

@media (max-width: 640px) {
	.header__person_dropdown_name {
		color: #fff;
		font-size: 16px;
		line-height: 25px;
	}
}

.header__person_dropdown_icon {
	margin-right: 12px;
}

@media (max-width: 900px) {
	.header__person_dropdown_icon {
		max-width: 20px;
		margin-right: 10px;
	}
}

@media (max-width: 640px) {
	.header__person_dropdown_icon path {
		stroke: #fff;
	}
}

.header__person_dropdown_link {
	margin-bottom: 18px;
}

@media (max-width: 900px) {
	.header__person_dropdown_link {
		margin-bottom: 16px;
	}
}

.header__person_dropdown_link:last-child {
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.header__person_dropdown_link:last-child {
		margin-bottom: 16px;
	}
}

@media (max-width: 640px) {
	.header__person_dropdown_content {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.header__person_dropdown-mobile {
		position: fixed;
		top: 0;
		bottom: 0;
		right: -100%;
		transition: right .4s ease-out .2s;
		background: #1C2734;
	}
}

.header__person_dropdown a {
	display: flex;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	color: #1C2734;
	letter-spacing: 0.2px;
}

@media (max-width: 640px) {
	.header__person_dropdown a {
		font-size: 16px;
		color: #fff;
	}
}

.header__person_dropdown a:hover {
	color: #4D2CE0;
}

.header__person_dropdown a:hover svg path {
	stroke: #4D2CE0;
}

@media (max-width: 480px) {
	.header__person_dropdown a svg path {
		stroke: white;
	}
}

.header__person_search, .header__person_bell {
	max-width: 35px;
	cursor: pointer;
}

.header__person_search img, .header__person_bell img {
	width: 100%;
}

.header__person_bell {
	position: relative;
	height: 26px;
}

@media (max-width: 700px) {
	.header__person_bell {
		display: none;
	}
}

.header__person_bell > svg {
	transition: transform .5s ease;
}

.header__person_bell:hover .header__person_bell-dropdown, .header__person_bell.opened .header__person_bell-dropdown {
	opacity: 1;
	visibility: visible;
	top: 55px;
}

.header__person_bell:hover > svg, .header__person_bell.opened > svg {
	transform: rotate(15deg);
}

.header__person_bell:hover > svg path, .header__person_bell.opened > svg path {
	stroke: #4700BF;
}

.header__person_bell-count {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	background: #FF0000;
	font-weight: bold;
	font-size: 9px;
	line-height: 13px;
	color: #fff;
	position: absolute;
	right: -4px;
	bottom: -3px;
}

.header__person_bell-dropdown {
	position: absolute;
	width: 430px;
	right: -10px;
	background: #FFFFFF;
	box-shadow: 0px 24px 54px rgba(66, 96, 114, 0.25), 0px 13px 15px rgba(85, 81, 123, 0.25);
	border-radius: 5px;
	top: 60px;
	opacity: 0;
	visibility: hidden;
	/*

                &:after{
                    content: '';
                    position: absolute;
                    right: 12px;
                    top: 0;
                    border: 10px solid transparent;
                    border-bottom-color:#fff;
                    transform:translateY(-100%);
                }

                */
}

@media (max-width: 675px) {
	.header__person_bell-dropdown {
		width: 80vw;
	}
}

@media (max-width: 480px) {
	.header__person_bell-dropdown {
		min-width: initial;
		width: 80vw;
		right: -10px;
	}
}

.header__person_bell-dropdown a {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	padding: 17px 12px;
	display: block;
	text-decoration: none;
	transition: background .4s ease;
	display: flex;
}

.header__person_bell-dropdown a:hover {
	background: #F2F4F8;
}

.header__person_bell-dropdown a accent {
	color: #4700BF;
}

.header__person_bell-dropdown a[data-icon]:before {
	content: '';
	width: 15px;
	margin-right: 12px;
}

.header__person_bell-dropdown a[data-icon="default"]:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSIzIiBjeT0iMyIgcj0iMyIgZmlsbD0iIzREMkNFMCIvPgo8L3N2Zz4K);
}

.header__person_bell-dropdown a[data-icon="error"]:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzUgMy41SDguMjVMNy44NzUgOEg3LjEyNUw2Ljc1IDMuNVoiIGZpbGw9IiNGRjAwM0QiLz4KPHBhdGggZD0iTTguMjUgOS41QzguMjUgOS45MTQyMSA3LjkxNDIxIDEwLjI1IDcuNSAxMC4yNUM3LjA4NTc5IDEwLjI1IDYuNzUgOS45MTQyMSA2Ljc1IDkuNUM2Ljc1IDkuMDg1NzkgNy4wODU3OSA4Ljc1IDcuNSA4Ljc1QzcuOTE0MjEgOC43NSA4LjI1IDkuMDg1NzkgOC4yNSA5LjVaIiBmaWxsPSIjRkYwMDNEIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi4yMTM3IDEuMTg2MDJDNi43OTYzIDAuMjE1MDEyIDguMjAzNTcgMC4yMTUwMTEgOC43ODYxOCAxLjE4NjAyTDE0LjIxMTUgMTAuMjI4M0MxNC44MTE0IDExLjIyODEgMTQuMDkxMiAxMi41IDEyLjkyNTMgMTIuNUgyLjA3NDU4QzAuOTA4NjQxIDEyLjUgMC4xODg0NzEgMTEuMjI4MSAwLjc4ODM0MyAxMC4yMjgzTDYuMjEzNyAxLjE4NjAyWk0xMi45MjUzIDExTDcuNDk5OTQgMS45NTc3NkwyLjA3NDU4IDExSDEyLjkyNTNaIiBmaWxsPSIjRkYwMDNEIi8+Cjwvc3ZnPgo=);
}

.header__person_bell-dropdown a.last {
	background: #F2F4F8;
	color: #4700BF;
	padding: 7px 20px;
	display: flex;
	align-items: center;
	transition: opacity .4s ease;
	border-radius: 0 0 5px 5px;
}

.header__person_bell-dropdown a.last:before {
	display: none;
}

.header__person_bell-dropdown a.last:after {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMC4zNTM2IDQuMzUzNTVDMjAuNTQ4OCA0LjE1ODI5IDIwLjU0ODggMy44NDE3MSAyMC4zNTM2IDMuNjQ2NDVMMTcuMTcxNiAwLjQ2NDQ2NkMxNi45NzYzIDAuMjY5MjA0IDE2LjY1OTcgMC4yNjkyMDQgMTYuNDY0NSAwLjQ2NDQ2NkMxNi4yNjkyIDAuNjU5NzI4IDE2LjI2OTIgMC45NzYzMTEgMTYuNDY0NSAxLjE3MTU3TDE5LjI5MjkgNEwxNi40NjQ1IDYuODI4NDNDMTYuMjY5MiA3LjAyMzY5IDE2LjI2OTIgNy4zNDAyNyAxNi40NjQ1IDcuNTM1NTNDMTYuNjU5NyA3LjczMDggMTYuOTc2MyA3LjczMDggMTcuMTcxNiA3LjUzNTUzTDIwLjM1MzYgNC4zNTM1NVpNMCA0LjVIMjBWMy41SDBWNC41WiIgZmlsbD0iIzQ3MDBCRiIvPgo8L3N2Zz4K);
	margin-left: auto;
}

.header__person_bell-dropdown a.last:hover {
	opacity: 0.7;
}

@media (max-width: 480px) {
	.header__person_bell svg {
		width: 20px;
	}
}

@media (max-width: 480px) {
	.header__person_search {
		width: 20px;
	}
}

.header__bottom-sc {
	position: fixed;
	height: 0;
	top: 73px;
	bottom: 0;
	left: 0;
	right: 0;
}

@media (max-width: 640px) {
	.header__bottom-sc {
		top: 38px;
	}
}

.header__bottom {
	position: fixed;
	left: 0;
	top: 68px;
	right: 0;
	z-index: 100;
	background-color: #fff;
	transition: all .3s ease-in;
	height: 0;
	overflow: hidden;
	max-height: calc(100% - 68px) !important;
}

@media (max-width: 640px) {
	.header__bottom {
		top: 39px;
	}
	.header.header_unauth .header__bottom {
		display: flex;
		align-items: center;
		top: 77px;
	}
}

.header__bottom_open {
	overflow-y: auto;
}

.header__bottom.out {
	border-bottom: 0;
}

.header__bottom.open {
	max-height: unset;
	transition: all .5s;
}

.header__bottom_shadow {
	box-shadow: 0px 9px 9px -5px #011e209c;
}

@media (max-width: 1240px) {
	.header__bottom {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.header__bottom-mobile {
		overflow-x: hidden;
		overflow-y: hidden;
		height: 100vh;
		overflow-y: auto;
	}
	.header__bottom-mobile .header__content {
		height: calc(100vh - 50px);
		overflow-y: auto;
	}
}

.header__content {
	position: relative;
	display: flex;
	padding: 32px 0 39px 380px;
}

@media (max-width: 1240px) {
	.header__content {
		padding-left: 4vw;
		padding-right: 4vw;
	}
}

@media (max-width: 940px) {
	.header__content {
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -24px;
		padding-left: 6vw;
		padding-right: 6vw;
	}
}

@media (max-width: 640px) {
	.header__content {
		padding: 14.5px 27.5px;
		justify-content: space-between;
	}
}

.header__content_row {
	display: flex;
}

@media (max-width: 640px) {
	.header__content_row {
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.header__content_row-1 {
		flex-basis: 46%;
	}
}

@media (max-width: 640px) {
	.header__content_row-2 {
		flex-basis: 38%;
	}
}

.header__content_block {
	margin-right: 62px;
}

@media (max-width: 1240px) {
	.header__content_block {
		margin-right: 28px;
	}
}

@media (max-width: 940px) {
	.header__content_block {
		margin-right: 0;
		flex-basis: 25%;
		padding: 0 24px;
		margin-bottom: 24px;
	}
	.header__content_block_order-0 {
		order: 0;
	}
	.header__content_block_order-5 {
		order: 5;
	}
	.header__content_block_order-10 {
		order: 10;
	}
	.header__content_block_order-15 {
		order: 15;
	}
	.header__content_block_order-20 {
		order: 20;
	}
	.header__content_block_order-25 {
		order: 25;
	}
}

@media (max-width: 760px) {
	.header__content_block {
		flex-basis: 33.3%;
	}
	.header__content_block_order-5 {
		order: 15;
	}
	.header__content_block_order-10 {
		order: 20;
	}
	.header__content_block_order-15 {
		order: 25;
	}
	.header__content_block_order-20 {
		order: 5;
	}
	.header__content_block_order-25 {
		order: 10;
	}
}

@media (max-width: 640px) {
	.header__content_block {
		flex-basis: 50%;
	}
	.header__content_block_order-5 {
		order: 10;
	}
	.header__content_block_order-10 {
		order: 5;
	}
	.header__content_block_order-15 {
		order: 25;
	}
	.header__content_block_order-20 {
		order: 20;
	}
	.header__content_block_order-25 {
		order: 15;
	}
}

.header__content_block_margin-right {
	margin-right: auto;
}

@media (max-width: 1240px) {
	.header__content_block_margin-right {
		margin-right: 24px;
	}
}

@media (max-width: 940px) {
	.header__content_block_margin-right {
		margin-right: 0;
	}
}

@media (max-width: 640px) {
	.header__content_block_margin-right {
		margin: 0 0 16px 0;
	}
}

.header__content_block_margin-none {
	margin-right: 0;
}

.header__content_block a {
	text-decoration: none;
}

.header__content_block a:active, .header__content_block a:focus {
	color: initial;
	text-decoration: none;
}

.header__content_block a:hover {
	color: #4D2CE0;
}

.header__content_box {
	display: flex;
	flex-direction: column;
}

.header__content_another {
	display: flex;
	flex-direction: column;
	margin-bottom: 45px;
}

.header__content_title {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #1C2734;
	margin-bottom: 10px;
}

@media (max-width: 1240px) {
	.header__content_title {
		font-size: 16px;
	}
}

@media (max-width: 900px) {
	.header__content_title {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 6px;
	}
}

@media (max-width: 640px) {
	.header__content_title {
		margin-bottom: 12px;
	}
}

.header__content_title:last-child {
	margin-bottom: 0;
}

.header__content_title-main {
	margin-bottom: 24px;
}

@media (max-width: 900px) {
	.header__content_title-main {
		margin-bottom: 16px;
	}
}

@media (max-width: 640px) {
	.header__content_title-main {
		margin-bottom: 23px;
	}
}

.header__content_title-main.flag::after {
	content: url("../img/header-icon_flag.svg");
}

.header__content_title-main.tv::after {
	content: url("../img/header-icon_tv.svg");
}

.header__content_title-margin {
	margin-top: 28px;
}

@media (max-width: 640px) {
	.header__content_title-margin {
		margin-top: 16px;
	}
}

@media (max-width: 940px) {
	.header__content_title-similar {
		margin-bottom: 12px;
	}
}

.header__content_item {
	display: block;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	color: #6B7B8E;
	margin-bottom: 8px;
}

@media (max-width: 1240px) {
	.header__content_item {
		font-size: 14px;
	}
}

@media (max-width: 940px) {
	.header__content_item {
		line-height: 17px;
		margin-bottom: 6px;
	}
}

.header__content_item:last-child {
	margin-bottom: 0;
}

/*header*/

header .top__person-search, .header .top__person-bell {
	max-width: 35px;
	cursor: pointer;
}

.header .top__person-search img, .header .top__person-bell img {
	width: 100%;
}

.header .top__person-bell {
	position: relative;
	height: 26px;
}

.header .top__person-bell > svg {
	transition: transform .5s ease;
}

.header .top__person-bell.opened .top__person-bell-dropdown {
	opacity: 1;
	visibility: visible;
	top: 55px;
	z-index: 1000;
}

.header .top__person-bell.opened > svg {
	transform: rotate(15deg);
}

.header .top__person-bell.opened > svg path {
	stroke: #4700BF;
}

.header .top__person-bell-count {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	background: #FF0000;
	font-weight: bold;
	font-size: 9px;
	line-height: 13px;
	color: #fff;
	position: absolute;
	right: -4px;
	bottom: -3px;
}

.header .top__person-bell-dropdown {
	position: absolute;
	width: 430px;
	right: -10px;
	background: #FFFFFF;
	box-shadow: 0px 24px 54px rgba(66, 96, 114, 0.25), 0px 13px 15px rgba(85, 81, 123, 0.25);
	border-radius: 5px;
	top: 60px;
	opacity: 0;
	visibility: hidden;
}

.header .top__person-bell-dropdown:after{
	content: '';
	position: absolute;
	right: 12px;
	top: 0;
	border: 10px solid transparent;
	border-bottom-color:#fff;
	transform:translateY(-100%);
}

.header .top__person-bell-dropdown a {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	padding: 17px 12px;
	display: block;
	text-decoration: none;
	transition: background .4s ease;
	display: flex;
}

.header .top__person-bell-dropdown a:hover {
	background: #F2F4F8;
}

.header .top__person-bell-dropdown a accent {
	color: #4700BF;
}

.header .top__person-bell-dropdown a[data-icon]:before {
	content: '';
	width: 15px;
	margin-right: 12px;
}

.header .top__person-bell-dropdown a[data-icon="default"]:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSIzIiBjeT0iMyIgcj0iMyIgZmlsbD0iIzREMkNFMCIvPgo8L3N2Zz4K);
}

.header .top__person-bell-dropdown a[data-icon="error"]:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxNSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzUgMy41SDguMjVMNy44NzUgOEg3LjEyNUw2Ljc1IDMuNVoiIGZpbGw9IiNGRjAwM0QiLz4KPHBhdGggZD0iTTguMjUgOS41QzguMjUgOS45MTQyMSA3LjkxNDIxIDEwLjI1IDcuNSAxMC4yNUM3LjA4NTc5IDEwLjI1IDYuNzUgOS45MTQyMSA2Ljc1IDkuNUM2Ljc1IDkuMDg1NzkgNy4wODU3OSA4Ljc1IDcuNSA4Ljc1QzcuOTE0MjEgOC43NSA4LjI1IDkuMDg1NzkgOC4yNSA5LjVaIiBmaWxsPSIjRkYwMDNEIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi4yMTM3IDEuMTg2MDJDNi43OTYzIDAuMjE1MDEyIDguMjAzNTcgMC4yMTUwMTEgOC43ODYxOCAxLjE4NjAyTDE0LjIxMTUgMTAuMjI4M0MxNC44MTE0IDExLjIyODEgMTQuMDkxMiAxMi41IDEyLjkyNTMgMTIuNUgyLjA3NDU4QzAuOTA4NjQxIDEyLjUgMC4xODg0NzEgMTEuMjI4MSAwLjc4ODM0MyAxMC4yMjgzTDYuMjEzNyAxLjE4NjAyWk0xMi45MjUzIDExTDcuNDk5OTQgMS45NTc3NkwyLjA3NDU4IDExSDEyLjkyNTNaIiBmaWxsPSIjRkYwMDNEIi8+Cjwvc3ZnPgo=);
}

.header .top__person-bell-dropdown a.last {
	background: #F2F4F8;
	color: #4700BF;
	padding: 7px 20px;
	display: flex;
	align-items: center;
	transition: opacity .4s ease;
	border-radius: 0 0 5px 5px;
}

.header .top__person-bell-dropdown a.last:before {
	display: none;
}

.header .top__person-bell-dropdown a.last:after {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDIxIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMC4zNTM2IDQuMzUzNTVDMjAuNTQ4OCA0LjE1ODI5IDIwLjU0ODggMy44NDE3MSAyMC4zNTM2IDMuNjQ2NDVMMTcuMTcxNiAwLjQ2NDQ2NkMxNi45NzYzIDAuMjY5MjA0IDE2LjY1OTcgMC4yNjkyMDQgMTYuNDY0NSAwLjQ2NDQ2NkMxNi4yNjkyIDAuNjU5NzI4IDE2LjI2OTIgMC45NzYzMTEgMTYuNDY0NSAxLjE3MTU3TDE5LjI5MjkgNEwxNi40NjQ1IDYuODI4NDNDMTYuMjY5MiA3LjAyMzY5IDE2LjI2OTIgNy4zNDAyNyAxNi40NjQ1IDcuNTM1NTNDMTYuNjU5NyA3LjczMDggMTYuOTc2MyA3LjczMDggMTcuMTcxNiA3LjUzNTUzTDIwLjM1MzYgNC4zNTM1NVpNMCA0LjVIMjBWMy41SDBWNC41WiIgZmlsbD0iIzQ3MDBCRiIvPgo8L3N2Zz4K);
	margin-left: auto;
}

.header .top__person-bell-dropdown a.last:hover {
	opacity: 0.7;
}

.header .top__logout {
	max-width: 50px;
	width: 100%;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.header .top__person-dropdown {
	background: white;
	position: absolute;
	top: 65px;
	right: 0px;
	width: 100%;
	max-width: 230px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	z-index: 10;
	box-sizing: border-box;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.header .top__person-dropdown.open {
	opacity: 1;
	height: 220px;
	padding-bottom: 5vh;
}

.header .top__person-dropdown-avatar, .header .top__person-dropdown-name {
	display: none;
}

.header .top__person-dropdown-avatar {
	box-sizing: content-box;
}

.header .top__person-dropdown-section {
	padding: 15px 30px;
}

.header .top__person-dropdown-section:not(:last-child) {
	border-bottom: 1px solid #9FAEBF;
}

.header .top__person-dropdown a {
	display: inline-block;
	position: relative;
	width: 100%;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	color: #1C2734;
	padding-left: 30px;
	margin: 10px 0;
}

.header .top__person-dropdown a svg {
	position: absolute;
	top: 0px;
	left: 0px;
}

.header .menu {
	height: 0;
	background: white;
	letter-spacing: 0.02em;
	overflow-y: hidden;
	overflow-x: hidden;
	padding: 0;
	transition: height .5s ease, padding .5s ease;
}

.header .menu.open {
	height: 300px;
	padding: 30px 0;
	transition: height .5s ease, padding .5s ease;
}

.header .menu__content {
	display: flex;
	justify-content: space-between;
	max-width: 1120px;
	width: 100%;
	margin-left: calc((100% - 1140px)/2);
}

.header .menu__block a {
	display: block;
	color: black;
	text-decoration: none;
}

.header .menu__block-item {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	margin-bottom: 8px;
}

.header .menu__block-item.title {
	margin-bottom: 15px;
}

.header .menu__block-item.gray {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: gray;
	pointer-events: none;
	cursor: default;
}

.header .menu__block span {
	display: block;
}

.header .menu__block-item.icon {
	margin-bottom: 30px;
}

.header .menu__block-item.icon span {
	position: relative;
	display: inline;
}

.header .menu__block-item.icon span::after {
	position: absolute;
	right: 0px;
}

.header .menu__block-item.icon.flag span::after {
	content: url("../img/_page-header/icon_flag.svg");
	top: 2px;
	left: 45px;
}

.header .menu__block-item.icon.community span::after {
	content: url("../img/_page-header/icon_community.svg");
	top: 2px;
	left: 5px;
}
.header .menu__block-item.icon.about span::after {
	content: url("../img/_page-header/icon_about.svg");
	top: 2px;
	left: 5px;
}

.header .menu__block-item.icon.seminars span::after {
	content: url("../img/_page-header/icon_seminars.svg");
	top: 2px;
	left: 5px;
}

.header .menu__block-item.icon.synergybase span::after {
	content: url("../img/_page-header/icon_synergybase.svg");
	top: 2px;
	left: 5px;
}

.header .menu__block-item.icon.tv span::after {
	content: url("../img/_page-header/icon_tv.svg");
	top: 1px;
	left: 30px;
}

.header .menu__block:nth-of-type(2) .menu__block-item:last-child {
	margin-top: 30px;
}

.header .menu__block:nth-of-type(6) .menu__block-item:nth-of-type(2) {
	margin-bottom: 45px;
}

.header .bottom {
	background: url("../img/_page-header/bg.jpg") no-repeat 50% 0/cover;
	font-weight: 800;
	font-size: 18px;
	line-height: 145%;
	color: white;
	padding: 12px;
}

.header .bottom__container {
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.header .bottom__content {
	display: flex;
	align-items: center;
}

.header .bottom__logo {
	display: flex;
	align-items: center;
}

.header .bottom__logo img {
	max-width: 28px;
	width: 100%;
}

.header .bottom__logo span {
	text-transform: uppercase;
	padding: 0 10px;
}

.header .bottom__logo span:nth-of-type(1) {
	display: none;
	text-transform: initial;
	font-weight: 600;
	font-size: 14px;
	line-height: 185%;
}

.header .bottom__txt {
	font-weight: 700;
	font-size: 16px;
	margin: 0 20px;
}

.header .bottom__name {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.2px;
}

@media (max-width: 1550px) {
	.header .top .hamb {
		left: 0;
	}
	.header .top__person {
		right: 15px;
		top: 10px;
	}
	.header .top__main-container {
		margin: initial;
	}
	.header .top__main-logo {
		position: relative;
		top: -2px;
		left: 45px;
	}
	.header .top__main-logo-vtb {
		left: 50px;
	}
	.header .top__main-menu {
		display: none;
	}
}

@media (max-width: 1150px) {
	.header .menu.open {
		height: 480px;
	}
	.header .menu.open .menu__content {
		height: 420px;
		overflow-y: auto;
	}
	.header .menu__content {
		flex-wrap: wrap;
		margin-left: initial;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header .menu__block {
		width: 33%;
		margin-bottom: 40px;
	}
	.header .menu__block-item {
		font-size: 16px;
	}
	.header .menu__block-item.gray {
		font-size: 14px;
		margin-bottom: 5px;
	}
}

@media (max-width: 991px) {
	/*.header__content {*/
	/*	flex-wrap: wrap;*/
	/*}*/
	.header .menu__content {
		flex-wrap: wrap;
		margin-left: initial;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header .menu__block {
		width: 33%;
		margin-bottom: 10px;
	}
	.header .menu__block-item.title {
		margin-bottom: 15px;
	}
	.header .menu__block-item.icon {
		margin-bottom: 15px;
	}
	.header .menu__block:nth-of-type(2) .menu__block-item:last-child {
		margin-top: 15px;
	}
	.header .bottom {
		background: url("../img/_page-header/bg_mobile.jpg") no-repeat 50% 0/cover;
	}
	.header .bottom__logo {
		margin: 0 auto;
	}
	.header .bottom__logo span:nth-of-type(1) {
		display: inline;
	}
	.header .bottom__txt, .header .bottom__name {
		display: none;
	}
}

@media (max-width: 675px) {
	.header .top__person {
		max-width: 160px;
	}
	.header .top__person-bell-dropdown {
		width: 80vw;
	}
	.header .top__person-name {
		display: none;
	}
	.header .top__person-dropdown {
		width: initial;
	}
	.header .menu__content {
		justify-content: space-between;
	}
	.header .menu__block {
		width: 49%;
	}
}

@media (max-width: 576px) {
	.header .menu.open {
		height: 670px;
	}
	.header .menu.open .menu__content {
		height: 650px;
	}
	.header .top__main-logo {
		max-width: 140px;
		top: -1px;
	}
	.header .top__main-logo img {
		width: 100%;
	}
	/*.header__content {*/
	/*	flex-wrap: nowrap;*/
	/*}*/
	.header .hamburger {
		display: block;
	}
}

@media (max-width: 480px) {
	.header .hamburger {
		padding: 7px 10px;
	}
	.header .top {
		height: 50px;
	}
	.header .top__main-logo {
		left: 35px;
	}
	.header .top__main-logo-vtb {
		width: 45px;
		top: -3px;
		left: 30px;
	}
	.header .top__person {
		max-width: 90px;
		top: 12px;
	}
	.header .top__person-search {
		width: 20px;
	}
	.header .top__person-bell svg {
		width: 20px;
	}
	.header .top__person-bell-dropdown {
		min-width: initial;
		width: 80vw;
		right: -10px;
	}
	.header .top__person-avatar {
		width: 25px;
		height: 25px;
	}
	.header .top__person-avatar img {
		width: 100%;
	}
	.header .top__logout {
		width: 25px;
		height: 25px;
	}
	.header .top__logout img {
		width: 100%;
	}
	.header .top__person-dropdown {
		position: fixed;
		top: 0;
		right: 0;
		height: 100vh;
		display: flex;
		flex-direction: column;
		background: black;
		opacity: initial;
		border-radius: initial;
		transform: translate(230px, 0px);
		transition: none;
	}
	.header .top__person-dropdown.open {
		transform: translate(230px, 0px);
		height: 100vh;
	}
	.header .top__person-dropdown-avatar {
		display: block;
		max-width: 60px;
		width: 100%;
		border-radius: 50%;
		padding: 30px;
	}
	.header .top__person-dropdown-avatar img {
		width: 100%;
		height: auto;
	}
	.header .top__person-dropdown-name {
		display: block;
		font-weight: 600;
		font-size: 16px;
		line-height: 150%;
		color: white;
		padding-left: 30px;
		margin-bottom: 25px;
	}
	.header .top__person-dropdown-section {
		padding: 0 30px;
	}
	.header .top__person-dropdown-section:not(:last-child) {
		border-bottom: none;
	}
	.header .top__person-dropdown a {
		color: white;
	}
	.header .top__person-dropdown a svg path {
		stroke: white;
	}
	.header .menu.open {
		height: calc(100vh - 100px);
		padding: 10px 0;
		overflow-y: auto;
	}
	.header .menu.open .menu__content {
		height: 570px;
	}
	.header .menu__block {
		width: 49%;
	}
	.header .menu__block-item {
		margin-bottom: 2px;
	}
	.header .menu__block-item.gray {
		margin-bottom: 2px;
	}
	.header .menu__block-item.icon span {
		display: block;
	}
	.header .bottom span {
		padding: 0 5px;
		line-height: initial;
	}
	.header .bottom span:nth-of-type(2) {
		font-size: 14px;
	}
}

/*header*/

@media (max-width: 600px) {
	.banner--tv .banner__name {
		display: none;
	}
}

.banner--tv .banner__link {
	min-width: 165px;
}

@media (max-width: 1200px) {
	.banner--tv .banner__link {
		min-width: 160px;
	}
}

@media (max-width: 900px) {
	.banner--tv .banner__link {
		min-width: 20vw;
	}
}

.banner--subscribe {
	background: url(../../img/banner-subscribe.jpg) center center/cover no-repeat;
}

@media (max-width: 991px) {
	.banner--subscribe {
		background: url("../../img/banner-subscribe_mobile.jpg") no-repeat 50% 0/cover;
	}
}

.banner--subscribe .banner__text {
	font-weight: 600;
	font-size: 18px;
	margin: 0;
}

.banner--subscribe .banner__text span {
	font-weight: 800;
	font-size: 16px;
}

.banner--subscribe .banner__link span {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
}

@media (max-width: 900px) {
	.banner--subscribe .banner__link span {
		font-size: 2vw;
	}
}

@media (max-width: 600px) {
	.banner--subscribe .banner__link span {
		font-size: 14px;
	}
}

.banner--subscribe .banner__text {
	font-weight: 600;
	font-size: 18px;
}

@media (max-width: 1200px) {
	.banner--subscribe .banner__text {
		font-size: 14px;
	}
}

@media (max-width: 900px) {
	.banner--subscribe .banner__text {
		font-size: 2vw;
	}
}

@media (max-width: 600px) {
	.banner--subscribe .banner__text {
		display: none;
	}
}

.breadcrumbs {
	margin: 10px 0 26px 0;
	max-width: 1140px;
	margin-left: 376px;
}

@media (max-width: 1199px) {
	.breadcrumbs {
		margin: 0 15px 16px 15px;
	}
}

.breadcrumbs__block {
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.breadcrumbs__block {
		font-size: 12px;
	}
}

.breadcrumbs__block a {
	color: #656565;
	text-decoration: none;
	transition: .4s ease;
}

.breadcrumbs__block a:hover {
	opacity: .8;
}

.breadcrumbs__block-item {
	display: flex;
	align-items: center;
}

.breadcrumbs__block-item:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE4IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuNjQ2NDQ2IDMuNjQ2NDVDMC40NTExODUgMy44NDE3MSAwLjQ1MTE4NSA0LjE1ODI5IDAuNjQ2NDQ2IDQuMzUzNTVMMy44Mjg0MyA3LjUzNTUzQzQuMDIzNjkgNy43MzA3OSA0LjM0MDI3IDcuNzMwNzkgNC41MzU1MyA3LjUzNTUzQzQuNzMwOCA3LjM0MDI3IDQuNzMwOCA3LjAyMzY5IDQuNTM1NTMgNi44Mjg0M0wxLjcwNzExIDRMNC41MzU1MyAxLjE3MTU3QzQuNzMwOCAwLjk3NjMxIDQuNzMwOCAwLjY1OTcyNyA0LjUzNTUzIDAuNDY0NDY1QzQuMzQwMjcgMC4yNjkyMDMgNC4wMjM2OSAwLjI2OTIwMyAzLjgyODQzIDAuNDY0NDY1TDAuNjQ2NDQ2IDMuNjQ2NDVaTTE4IDMuNUwxIDMuNUwxIDQuNUwxOCA0LjVMMTggMy41WiIgZmlsbD0iIzY1NjU2NSIvPjwvc3ZnPg==);
	margin: 0 6px;
}

@media (max-width: 767px) {
	.breadcrumbs__block-item:before {
		margin: 0 3px;
	}
}

.breadcrumbs__block-item:first-child:before {
	display: none;
}

.breadcrumbs__block-return {
	display: flex;
	align-items: center;
}

.breadcrumbs__block-return:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE4IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAuNjQ2NDQ2IDMuNjQ2NDVDMC40NTExODUgMy44NDE3MSAwLjQ1MTE4NSA0LjE1ODI5IDAuNjQ2NDQ2IDQuMzUzNTVMMy44Mjg0MyA3LjUzNTUzQzQuMDIzNjkgNy43MzA3OSA0LjM0MDI3IDcuNzMwNzkgNC41MzU1MyA3LjUzNTUzQzQuNzMwOCA3LjM0MDI3IDQuNzMwOCA3LjAyMzY5IDQuNTM1NTMgNi44Mjg0M0wxLjcwNzExIDRMNC41MzU1MyAxLjE3MTU3QzQuNzMwOCAwLjk3NjMxIDQuNzMwOCAwLjY1OTcyNyA0LjUzNTUzIDAuNDY0NDY1QzQuMzQwMjcgMC4yNjkyMDMgNC4wMjM2OSAwLjI2OTIwMyAzLjgyODQzIDAuNDY0NDY1TDAuNjQ2NDQ2IDMuNjQ2NDVaTTE4IDMuNUwxIDMuNUwxIDQuNUwxOCA0LjVMMTggMy41WiIgZmlsbD0iIzY1NjU2NSIvPjwvc3ZnPg==);
	margin-right: 6px;
}

.footer {
	padding: 80px 0;
	background: #f6f6f8;
	color: #9faebf;
	font-size: 14px;
}

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

.footer .fw-600 {
	font-weight: 600;
	font-size: 16px;
	color: #6b7b8e;
}

@media (max-width: 767px) {
	.footer .fw-600 {
		font-size: 14px;
	}
}

.footer a {
	text-decoration: none;
	transition: 0.3s;
}

.footer a:hover {
	color: #4d2ce0;
}

.footer__top,
.footer__bottom,
.footer__box_1 {
	display: flex;
	justify-content: space-between;
}

.footer__box_2 {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1200px) {
	.footer__box_2 {
		justify-content: space-between;
	}
}

.footer__top {
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.footer__top {
		margin-bottom: 58px;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.footer__top {
		margin-bottom: 36px;
	}
}

@media (max-width: 767px) {
	.footer__bottom {
		flex-direction: column-reverse;
	}
}

.footer__box_1 {
	align-items: flex-start;
	max-width: 460px;
	width: 30%;
}

.footer__box_1 svg {
	max-width: 100%;
}

.footer__box_2 {
	align-items: stretch;
	max-width: 1130px;
	width: 70%;
}

.footer__box_3 {
	flex-direction: column;
}

.footer__box_4 {
	padding-left: 30px;
	display: flex;
	align-items: flex-end;
	max-width: 885px;
	width: 54.5%;
}

@media (max-width: 1439px) {
	.footer__box_1 {
		flex-direction: column;
		width: 50%;
	}

	.footer__box_4 {
		align-items: flex-start;
		max-width: 882px;
		width: 63.5%;
	}
}

@media (max-width: 991px) {
	.footer__box_1 {
		flex-direction: row;
		width: 100%;
		max-width: 100%;
	}

	.footer__box_2 {
		max-width: 100%;
		width: 100%;
	}

	.footer__box_3 {
		padding-right: 15px;
		width: 55%;
		font-size: 13px;
		justify-content: flex-start;
	}

	.footer__box_4 {
		padding-left: 0;
		width: 100%;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.footer__box_1 {
		flex-direction: column;
	}

	.footer__box_3 {
		width: 100%;
	}

	.footer__box_4 {
		margin-bottom: 34px;
	}
}

@media (max-width: 575px) {
	.footer__box_2 {
		flex-wrap: wrap;
	}
}

@media (max-width: 1439px) {
	.footer__logo {
		margin-bottom: 45px;
	}
}

@media (max-width: 1439px) {
	.footer__logo {
		max-width: 145px;
	}

	.footer__logo svg {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 1199px) {
	.footer__logo {
		margin-bottom: 30px;
	}
}

.footer__apps-wrap {
	margin: 0 20px;
	max-width: 224px;
}

@media (max-width: 1439px) {
	.footer__apps-wrap {
		margin: 0;
	}
}

@media (max-width: 1199px) {
	.footer__apps-wrap {
		max-width: 100%;
		flex-grow: 1;
		display: flex;
	}
}

@media (max-width: 991px) {
	.footer__apps-wrap {
		justify-content: flex-end;
	}
}

@media (max-width: 767px) {
	.footer__apps-wrap {
		width: 100%;
		justify-content: space-between;
	}
}

@media (max-width: 480px) {
	.footer__apps-wrap {
		width: auto;
		flex-direction: column-reverse;
	}
}

.footer__social-title,
.footer__download-title {
	margin-bottom: 12px;
}

.footer__social-inner,
.footer__download-inner {
	display: flex;
	align-items: center;
}

@media (max-width: 1439px) {

	.footer__social-title,
	.footer__download-title {
		margin-bottom: 10px;
	}
}

@media (max-width: 1199px) {

	.footer__social,
	.footer__download {
		padding-left: 9.5%;
	}

	.footer__social-title,
	.footer__download-title {
		font-size: 12px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {

	.footer__social-title,
	.footer__download-title {
		margin-bottom: 8px;
	}
}

.footer__social {
	margin-bottom: 32px;
}

.footer__social-icon+.footer__social-icon {
	margin-left: 6.6%;
}

.footer__social-icon svg path {
	transition: 0.3s;
}

.footer__social-icon:hover svg path {
	fill: #4d2ce0;
}

@media (max-width: 1439px) {
	.footer__social {
		margin-bottom: 24px;
	}
}

@media (max-width: 1199px) {
	.footer__social svg {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.footer__social {
		padding: 0;
	}
}

.footer__download {
	margin-bottom: 32px;
}

.footer__download-icon+.footer__download-icon {
	margin-left: 5.3%;
}

.footer__download-icon svg rect {
	transition: 0.3s;
}

.footer__download-icon:hover svg rect {
	fill: #4d2ce0;
}

@media (max-width: 1199px) {
	.footer__download {
		padding-left: 21%;
	}

	.footer__download svg {
		width: 93px;
		height: auto;
	}
}

@media (max-width: 767px) {
	.footer__download {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.footer__download {
		margin-bottom: 30px;
	}
}

.footer__col {
	display: flex;
	flex-direction: column;
	max-width: 190px;
	padding: 0 10px;
	margin-left: 50px;
}

.footer__col:first-of-type {
	margin-left: 0;
}

.footer__col-link {
	display: block;
	color: #9faebf;
	transition: 0.3s;
}

.footer__col-link:hover {
	color: #4d2ce0;
}

.footer__col-link+.footer__col-link {
	margin-top: 16px;
}

@media (max-width: 1199px) {
	.footer__col {
		padding: 0 10px 0 0;
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.footer__col {
		width: 25%;
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.footer__col {
		width: 44%;
		margin-bottom: 24px;
	}
}

.footer__lang {
	margin-bottom: 23px;
	color: #6b7b8e;
	position: relative;
	display: inline-flex;
}

.footer__lang:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMSkiPgo8cGF0aCBkPSJNMC41MjAwMiAwLjE3OTkzMkgxOS40OFYxMi44MjAxSDAuNTIwMDJWMC4xNzk5MzJaIiBmaWxsPSIjRjBGMEYwIi8+CjxwYXRoIGQ9Ik0xMS4xODUgMC4xNzk5MzJIOC44MTUwMlY1LjMxNDkxSDAuNTIwMDJWNy42ODQ5MUg4LjgxNTAyVjEyLjgxOTlIMTEuMTg1VjcuNjg0OTFIMTkuNDhWNS4zMTQ5MUgxMS4xODVWMC4xNzk5MzJaIiBmaWxsPSIjRDgwMDI3Ii8+CjxwYXRoIGQ9Ik0xNS4xMDIzIDguNjk4MjRMMTkuNDc5OSAxMS4xMzAzVjguNjk4MjRIMTUuMTAyM1pNMTIuMDYwOCA4LjY5ODI0TDE5LjQ3OTkgMTIuODJWMTEuNjU0NEwxNC4xNTg4IDguNjk4MjRIMTIuMDYwOFpNMTcuNTAzNyAxMi44MkwxMi4wNjA4IDkuNzk1ODVWMTIuODJIMTcuNTAzN1oiIGZpbGw9IiMwMDUyQjQiLz4KPHBhdGggZD0iTTEyLjA2MDggOC42OTgyNEwxOS40Nzk5IDEyLjgyVjExLjY1NDRMMTQuMTU4OCA4LjY5ODI0SDEyLjA2MDhaIiBmaWxsPSIjRjBGMEYwIi8+CjxwYXRoIGQ9Ik0xMi4wNjA4IDguNjk4MjRMMTkuNDc5OSAxMi44MlYxMS42NTQ0TDE0LjE1ODggOC42OTgyNEgxMi4wNjA4WiIgZmlsbD0iI0Q4MDAyNyIvPgo8cGF0aCBkPSJNMy44NjU0NiA4LjY5OEwwLjUyMDAyIDEwLjU1NjZWOC42OThIMy44NjU0NlpNNy45MzkxNSA5LjIyMjE0VjEyLjgxOThIMS40NjM5OEw3LjkzOTE1IDkuMjIyMTRaIiBmaWxsPSIjMDA1MkI0Ii8+CjxwYXRoIGQ9Ik01Ljg0MTE1IDguNjk4MjRMMC41MjAwMiAxMS42NTQ0VjEyLjgyTDcuOTM5MTUgOC42OTgyNEg1Ljg0MTE1WiIgZmlsbD0iI0Q4MDAyNyIvPgo8cGF0aCBkPSJNNC44OTc2NyA0LjMwMTY1TDAuNTIwMDIgMS44Njk1OVY0LjMwMTY1SDQuODk3NjdaTTcuOTM5MTUgNC4zMDE2NUwwLjUyMDAyIDAuMTc5OTMyVjEuMzQ1NDVMNS44NDExNSA0LjMwMTY1SDcuOTM5MTVaTTIuNDk2MjMgMC4xNzk5MzJMNy45MzkxNSAzLjIwNDA1VjAuMTc5OTMySDIuNDk2MjNaIiBmaWxsPSIjMDA1MkI0Ii8+CjxwYXRoIGQ9Ik03LjkzOTE1IDQuMzAxNjVMMC41MjAwMiAwLjE3OTkzMlYxLjM0NTQ1TDUuODQxMTUgNC4zMDE2NUg3LjkzOTE1WiIgZmlsbD0iI0YwRjBGMCIvPgo8cGF0aCBkPSJNNy45MzkxNSA0LjMwMTY1TDAuNTIwMDIgMC4xNzk5MzJWMS4zNDU0NUw1Ljg0MTE1IDQuMzAxNjVINy45MzkxNVoiIGZpbGw9IiNEODAwMjciLz4KPHBhdGggZD0iTTE2LjEzNDUgNC4zMDE3TDE5LjQ3OTkgMi40NDMxVjQuMzAxN0gxNi4xMzQ1Wk0xMi4wNjA4IDMuNzc3NTZWMC4xNzk5MzJIMTguNTM2TDEyLjA2MDggMy43Nzc1NloiIGZpbGw9IiMwMDUyQjQiLz4KPHBhdGggZD0iTTE0LjE1ODggNC4zMDE2NUwxOS40Nzk5IDEuMzQ1NDVWMC4xNzk5MzJMMTIuMDYwOCA0LjMwMTY1SDE0LjE1ODhaIiBmaWxsPSIjRDgwMDI3Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMCI+CjxyZWN0IHk9IjAuNSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjEyIiByeD0iMiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPGNsaXBQYXRoIGlkPSJjbGlwMSI+CjxyZWN0IHdpZHRoPSIxOC45NiIgaGVpZ2h0PSIxMi42NjQ3IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41MjAwMiAwLjE2NzcyNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
	margin-right: 8px;
}

@media (max-width: 1199px) {
	.footer__lang {
		margin-bottom: 13px;
	}
}

.footer__meta {
	margin-bottom: 8px;
}

.footer__doc {
	margin-top: 5px;
}

.footer__privacy {
	color: #9faebf;
	transition: 0.3s;
}

.footer__privacy:hover {
	color: #4d2ce0;
}

.footer__support {
	height: fit-content;
}

.footer__support-title {
	margin-bottom: 10px;
}

.footer__support-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer__support-phone {
	margin-right: 25px;
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	color: #9faebf;
}

.footer__support-phone::before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQ0MDQgMTEuMzkyNEwxMS4zNzU5IDkuODEyNzVDMTAuOTQ5NSA5LjU5MTYgMTAuNDEyNCA5LjcwMjE4IDEwLjExMjIgMTAuMDgxM0w4Ljk5MDcyIDExLjUxODdDNy45MDA3NyAxMC45MzQzIDcuMDYzNTcgMTAuMzY1NiA2LjEgOS40MDIwNUM1LjA3MzI1IDguMzc1MjkgNC41MjAzOCA3LjUyMjI5IDMuOTUxNzEgNi40NjM5NUw1LjM3MzM3IDUuMzU4MjFDNS43NTI0OCA1LjA1ODA4IDUuODc4ODUgNC41MjEwMSA1LjY0MTkxIDQuMDk0NTFMNC4wNzgwOCAxLjA0NTgzQzMuNzkzNzUgMC41MDg3NTkgMy4xMTQ1MSAwLjMzNTAwMSAyLjYyNDgzIDAuNjY2NzIyTDAuNjY2MDkyIDEuOTYyMDFDMC4yMjM3OTcgMi4yNjIxNCAtMC4wMjg5NDMzIDIuNzgzNDIgMC4wMDI2NDkxOSAzLjMyMDQ5QzAuMDM0MjQxNyAzLjg3MzM2IDAuMTEzMjIzIDQuNTY4NCAwLjIzOTU5MyA1LjA1ODA4QzAuODA4MjU4IDcuMjM3OTYgMi4xNjY3NCA5LjQ5NjgzIDQuMDc4MDggMTEuNDA4MkM1Ljk4OTQzIDEzLjMzNTMgOC4yNDgyOSAxNC42OTM4IDEwLjQyODIgMTUuMjYyNUMxMC45MTc5IDE1LjM4ODggMTEuNjEyOSAxNS40NTIgMTIuMTgxNiAxNS40OTk0QzEyLjczNDQgMTUuNTMxIDEzLjI1NTcgMTUuMjYyNSAxMy41NTU4IDE0LjgwNDRMMTQuODE5NSAxMi44Mjk4QzE1LjE1MTMgMTIuMzI0NCAxNC45NjE3IDExLjY2MDkgMTQuNDQwNCAxMS4zOTI0WiIgZmlsbD0iI0JDQzdEMyIvPgo8cGF0aCBkPSJNOC4zMjcyOSAyLjAyNDJDOS43MDE1NiAyLjAyNDIgMTAuOTgxMSAyLjU2MTI3IDExLjk2MDQgMy41MjQ4NUMxMi45MjQgNC40ODg0MiAxMy40NjExIDUuNzk5NSAxMy40NjExIDcuMTQyMTlDMTMuNDYxMSA3LjUzNzA5IDEzLjc3NyA3Ljg1MzAyIDE0LjE3MTkgNy44NTMwMkMxNC41NjY4IDcuODUzMDIgMTQuODgyNyA3LjUzNzA5IDE0Ljg4MjcgNy4xNDIxOUMxNC44OTg1IDUuNDIwMzkgMTQuMjAzNSAzLjczMDIgMTIuOTcxNCAyLjQ5ODA5QzExLjcyMzUgMS4yOTc1NyAxMC4wODA3IDAuNjAyNTM5IDguMzI3MjkgMC42MDI1MzlDNy45MzIzOCAwLjYwMjUzOSA3LjYxNjQ2IDAuOTE4NDY0IDcuNjE2NDYgMS4zMTMzN0M3LjYxNjQ2IDEuNzA4MjggNy45MzIzOCAyLjAyNDIgOC4zMjcyOSAyLjAyNDJaIiBmaWxsPSIjQkNDN0QzIi8+CjxwYXRoIGQ9Ik04LjMyNzI5IDQuNzU5NTVDOC45NzQ5MyA0Ljc1OTU1IDkuNTc1MTkgNS4wMTIyOSAxMC4wMzMzIDUuNDcwMzhDMTAuNDkxNCA1LjkyODQ4IDEwLjc0NDEgNi41Mjg3MyAxMC43NDQxIDcuMTc2MzhDMTAuNzQ0MSA3LjU3MTI5IDExLjA2IDcuODg3MjEgMTEuNDU0OSA3Ljg4NzIxQzExLjg0OTggNy44ODcyMSAxMi4xNjU4IDcuNTcxMjkgMTIuMTY1OCA3LjE3NjM4QzEyLjE2NTggNi4xNDk2MiAxMS43NzA5IDUuMTg2MDUgMTEuMDQ0MiA0LjQ1OTQyQzEwLjMxNzYgMy43MzI4IDkuMzU0MDQgMy4zMzc4OSA4LjMyNzI5IDMuMzM3ODlDNy45MzIzOCAzLjMzNzg5IDcuNjE2NDYgMy42NTM4MiA3LjYxNjQ2IDQuMDQ4NzJDNy42MTY0NiA0LjQ0MzYzIDcuOTMyMzggNC43NTk1NSA4LjMyNzI5IDQuNzU5NTVaIiBmaWxsPSIjQkNDN0QzIi8+Cjwvc3ZnPgo=);
	margin-right: 8px;
}

.footer__support-popup {
	padding: 0;
}

.footer__support-popup::before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjYyNSAxMC44NzVDMTUuNjI1IDExLjI5NDkgMTUuNDU4MiAxMS42OTc3IDE1LjE2MTMgMTEuOTk0NkMxNC44NjQzIDEyLjI5MTUgMTQuNDYxNiAxMi40NTgzIDE0LjA0MTcgMTIuNDU4M0g0LjU0MTY3TDEuMzc1IDE1LjYyNVYyLjk1ODMzQzEuMzc1IDIuNTM4NDEgMS41NDE4MSAyLjEzNTY4IDEuODM4NzUgMS44Mzg3NUMyLjEzNTY4IDEuNTQxODEgMi41Mzg0MSAxLjM3NSAyLjk1ODMzIDEuMzc1SDE0LjA0MTdDMTQuNDYxNiAxLjM3NSAxNC44NjQzIDEuNTQxODEgMTUuMTYxMyAxLjgzODc1QzE1LjQ1ODIgMi4xMzU2OCAxNS42MjUgMi41Mzg0MSAxNS42MjUgMi45NTgzM1YxMC44NzVaIiBzdHJva2U9IiNCQ0M3RDMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=); }

@media (max-width: 1339px) {
	.footer__support-inner {
		justify-content: flex-start;
	}

	.footer__support-phone {
		margin-top: 5px;
	}
}

@media (max-width: 1199px) {
	.footer__support {
		max-width: none;
		width: unset;
	}

	.footer__support-inner {
		max-width: none;
		width: unset;
	}

	.footer__support-phone {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.footer__support {
		flex-basis: 40%;
	}
}

@media (max-width: 480px) {
	.footer__support {
		flex-basis: 50%;
	}
}

.footer__feedback {
	margin-left: 15px;
	height: fit-content;
}

.footer__feedback-title {
	margin-bottom: 10px;
}

.footer__feedback-email {
	font-size: 16px;
	font-weight: 600;
	color: #9faebf;
	display: inline-flex;
	align-items: center;
}

.footer__feedback-email:before {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgMy44MzMyNUgxNUMxNS44MjUgMy44MzMyNSAxNi41IDQuNTA4MjUgMTYuNSA1LjMzMzI1VjE0LjMzMzNDMTYuNSAxNS4xNTgzIDE1LjgyNSAxNS44MzMzIDE1IDE1LjgzMzNIM0MyLjE3NSAxNS44MzMzIDEuNSAxNS4xNTgzIDEuNSAxNC4zMzMzVjUuMzMzMjVDMS41IDQuNTA4MjUgMi4xNzUgMy44MzMyNSAzIDMuODMzMjVaIiBzdHJva2U9IiNCQ0M3RDMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNi41IDUuMzMzMjVMOSAxMC41ODMzTDEuNSA1LjMzMzI1IiBzdHJva2U9IiNCQ0M3RDMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
	margin-right: 8px;
}

@media (max-width: 1199px) {
	.footer__feedback-email {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.footer__feedback-email:before {
		margin-right: 4px;
	}
}

@media (max-width: 1199px) {
	.footer {
		padding: 40px 0 50px;
	}
}

@media (max-width: 767px) {
	.footer {
		padding: 40px 0 30px;
		font-size: 12px;
	}
}

@media (min-width: 576px) {
	.footer .d-sm-none {
		display: none !important;
	}
}

.popup {
    display: none;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .popup {
        padding: 30px;
    }
}

.popup__title {
    font-weight: bold;
    font-size: 38px;
    line-height: 83px;
    color: #000000;
}

.popup__title span {
    color: #FF0099;
}

@media (max-width: 767px) {
    .popup__title {
        font-size: 30px;
        line-height: 32px;
    }
}

.popup__title-name {
    font-weight: 900;
    font-size: 45px;
    line-height: 100%;
    margin-right: 20px;
    color: #4D2CE0;
}

.popup__title-cost {
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #060606;
    margin-bottom: 5px;
}

.popup__product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 46px;
}

@media (max-width: 600px) {
    .popup__product {
        margin-bottom: 25px;
    }
}

.popup__product-info {
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .popup__product-info {
        margin-bottom: 30px;
    }
}

.popup__product-info .profile__product-policy {
    margin-top: 20px;
}

.popup__description {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .popup__description {
        font-size: 18px;
        line-height: 28px;
    }
}

.popup__form label[for="policy"] {
    font-size: 15px;
    line-height: 152.7%;
    color: #000000;
    max-width: 440px;
    margin-bottom: 70px;
    margin-top: 40px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .popup__form label[for="policy"] {
        margin-top: 26px;
        margin-bottom: 26px;
    }
}

.popup__form button {
    display: inline-block;
    width: auto;
    padding: 0 40px;
    margin-right: 80px;
}

@media (max-width: 767px) {
    .popup__form button {
        margin-right: 30px;
        margin-bottom: 26px;
        line-height: 66px;
    }
}

span.rouble {
    display: inline;
    font-family: 'PT Sans', serif;
    font-size: 0.8em;
}

span.zero {
	color: #dddddd;
	cursor: default;
}


.popup {
    display: none;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .popup {
        padding: 30px;
    }
}

.popup__title {
    font-weight: bold;
    font-size: 38px;
    line-height: 83px;
    color: #000000;
}

.popup__title span {
    color: #FF0099;
}

@media (max-width: 767px) {
    .popup__title {
        font-size: 30px;
        line-height: 32px;
    }
}

.popup__title-name {
    font-weight: 900;
    font-size: 45px;
    line-height: 100%;
    margin-right: 20px;
    color: #4D2CE0;
}

.popup__title-cost {
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #060606;
    margin-bottom: 5px;
}

.popup__product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 46px;
}

@media (max-width: 600px) {
    .popup__product {
        margin-bottom: 25px;
    }
}

.popup__product-info {
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .popup__product-info {
        margin-bottom: 30px;
    }
}

.popup__product-info .profile__product-policy {
    margin-top: 20px;
}

.popup__description {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

@media (max-width: 767px) {
    .popup__description {
        font-size: 18px;
        line-height: 28px;
    }
}

.popup__form label[for="policy"] {
    font-size: 15px;
    line-height: 152.7%;
    color: #000000;
    max-width: 440px;
    margin-bottom: 70px;
    margin-top: 40px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .popup__form label[for="policy"] {
        margin-top: 26px;
        margin-bottom: 26px;
    }
}

.popup__form button {
    display: inline-block;
    width: auto;
    padding: 0 40px;
    margin-right: 80px;
}

@media (max-width: 767px) {
    .popup__form button {
        margin-right: 30px;
        margin-bottom: 26px;
        line-height: 66px;
    }
}

.popup--guide {
    max-width: 801px;
    padding: 42px  50px 64px 60px;
}

@media (max-width: 767px) {
    .popup--guide {
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .popup--guide .popup__title {
        margin-bottom: 20px;
    }
}

.popup--guide .popup__description {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 26px;
}

@media (max-width: 767px) {
    .popup--guide .popup__description {
        font-size: 16px;
        line-height: 22px;
    }
}

.popup--guide .popup__btn {
    background: #4D2CE0;
    font-weight: bold;
    font-size: 24px;
    line-height: 68px;
    color: #FFFFFF;
    padding: 0 46px;
    display: inline-block;
    text-decoration: none;
    transition: opacity .4s ease;
    text-align: center;
    outline: none;
    margin-bottom: 10px;
    align-self: flex-end;
}

.popup--guide .popup__btn:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .popup--guide .popup__btn {
        display: block;
    }
}

.popup--guide .popup__btn--pink {
    background: #FF0099;
}

.popup--guide .popup__content {
    display: flex;
    flex-direction: column;
}

.popup--guide .popup__footer {
    display: flex;
}

@media (max-width: 767px) {
    .popup--guide .popup__footer {
        flex-direction: column;
    }
}

.popup--guide .popup__listItem {
    margin-bottom: 20px;
}

.popup--guide .popup__listItem span {
    display: block;
}

.popup--guide .popup__listItem span:first-child {
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #FF0099;
}

.popup--guide .popup__listItem span:last-child {
    font-size: 16px;
    line-height: 22px;
    color: #797979;
}

.popup--guide .popup__dots {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .popup--guide .popup__dots {
        display: none;
    }
}

.popup--guide .popup__dot {
    background: #C4C4C4;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 0 6px;
    display: block;
}

.popup--guide .popup__dot--active {
    width: 14px;
    height: 14px;
}

.popup--guide .popup__image {
    margin-top: 20px;
}

.popup--guide .popup__image span {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    opacity: 0.5;
}

@media (max-width: 600px) {
    .popup--guide .popup__image {
        display: none;
    }
}

.popup--welcome {
    min-height: 600px;
}

@media (max-width: 767px) {
    .popup--welcome {
        min-height: auto;
    }
}

.popup--welcome.fancybox-content {
    display: inline-flex !important;
}

.popup--welcome .popup__btn {
    margin-top: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .popup--welcome .popup__btn {
        margin-left: 0;
        align-self: auto;
    }
}

.popup--welcome .popup__footer img {
    transform: translate(-70px, 62px);
}

@media (max-width: 767px) {
    .popup--welcome .popup__footer img {
        transform: none;
        margin: 0 auto 20px auto;
    }
}

.popup--menu.fancybox-content {
    display: inline-flex !important;
    flex-wrap: wrap;
}

.popup--menu .popup__content {
    width: calc(100% - 184px);
}

@media (max-width: 600px) {
    .popup--menu .popup__content {
        width: 100%;
    }
}

.popup--menu .popup__footer {
    width: 100%;
    padding-right: 14px;
}

@media (max-width: 767px) {
    .popup--menu .popup__btn {
        align-self: auto;
    }
}

.popup--single {
    padding-left: 110px;
    min-height: 550px;
}

@media (max-width: 767px) {
    .popup--single {
        padding-left: 20px;
        min-height: 396px;
    }
}

.popup--single.fancybox-content {
    display: inline-flex !important;
    flex-wrap: wrap;
}

.popup--single .popup__title {
    display: flex;
    align-items: center;
}

.popup--single .popup__title--small {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 22px;
    font-weight: bold;
    margin-top: -24px;
}

@media (max-width: 767px) {
    .popup--single .popup__title--small {
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        color: #000000;
        margin-left: 56px;
    }
}

.popup--single .popup__icon {
    margin-right: 15px;
    margin-left: -53px;
    line-height: 1;
}

@media (max-width: 767px) {
    .popup--single .popup__icon {
        margin-left: 0;
        max-width: 40px;
    }
}

.popup--single .popup__description {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .popup--single .popup__description {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .popup--single .popup__btn {
        margin-top: auto;
    }
}

.popup--single .popup__listItem {
    color: #797979;
    font-size: 22px;
    line-height: 32px;
}

@media (max-width: 767px) {
    .popup--single .popup__listItem {
        font-size: 16px;
        line-height: 22px;
    }
}

.popup--single .popup__listItem b {
    color: #000;
}

.popup--reg {
    max-width: 801px;
    padding: 60px  35px 49px 60px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .popup--reg {
        padding: 45px 25px 60px;
    }
}

.popup--reg .popup__title {
    line-height: 50px;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .popup--reg .popup__title {
        margin-bottom: 20px;
        line-height: 31px;
    }
}

.popup--reg .popup__triggers {
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

.popup--reg .popup__trigger {
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 30px;
}

.popup--reg .popup__trigger_title {
    font-size: 38px;
    color: #4D2CE0;
}

.popup--reg .popup__trigger_text {
    font-size: 22px;
    line-height: 32px;
}

.popup--reg .popup__trigger:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .popup--reg .popup__trigger {
        line-height: 30px;
    }
    .popup--reg .popup__trigger_title {
        font-size: 30px;
    }
    .popup--reg .popup__trigger_text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 575px) {
    .popup--reg .popup__trigger {
        margin-bottom: 25px;
    }
}

.popup--reg .popup__btn {
    background: #4D2CE0;
    font-weight: bold;
    font-size: 24px;
    line-height: 68px;
    color: #FFFFFF;
    padding: 0 46px;
    display: inline-block;
    text-decoration: none;
    transition: opacity .4s ease;
    text-align: center;
    outline: none;
    margin-bottom: 48px;
    align-self: flex-start;
    position: relative;
    z-index: 1;
}

.popup--reg .popup__btn:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .popup--reg .popup__btn {
        display: block;
    }
}

@media (max-width: 575px) {
    .popup--reg .popup__btn {
        font-size: 16px;
        padding: 0 31px;
        margin-bottom: 39px;
    }
}

.popup--reg .popup__content {
    display: flex;
    flex-direction: column;
    position: relative;
}

.popup--reg .popup__content::after {
    content: url(../img/popup-decor.png);
    position: absolute;
    top: -22px;
    right: -42px;
}

@media (max-width: 575px) {
    .popup--reg .popup__content::after {
        content: url(../img/popup-decor_mobile.png);
        top: 20px;
        right: -29px;
    }
}

.popup--reg .popup__footer {
    display: flex;
}

@media (max-width: 767px) {
    .popup--reg .popup__footer {
        flex-direction: column;
    }
}

.popup--reg .popup__demo {
    font-size: 12px;
    line-height: 17px;
    color: #B0B0B0;
}

@media (max-width: 575px) {
    .popup--reg .popup__demo {
        font-size: 8px;
        line-height: 11px;
    }
}

.popup--step {
    max-width: 526px;
    padding: 43px  67px 60px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .popup--step {
        padding: 45px 25px 60px;
    }
}

.popup--step .form-logo, .popup--step .popup-logo {
    margin-bottom: 34px;
}

.popup--step .form-name, .popup--step .popup-name {
    font-size: 26px;
    line-height: 32px;
    color: #FF0099;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .popup--step .form-name, .popup--step .popup-name {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;
    }
}

.popup--step .form-title_high, .popup--step .popup-title_high {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 35px;
    line-height: 151%;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .popup--step .form-title_high, .popup--step .popup-title_high {
        font-size: 26px;
        line-height: 77%;
        margin-bottom: 22px;
    }
}

.popup--step .form input, .popup--step .popup input {
    height: 56px;
}

@media (max-width: 575px) {
    .popup--step .form input, .popup--step .popup input {
        height: 40px;
    }
}

.popup--step .form button, .popup--step .popup button {
    line-height: 52px;
}

@media (max-width: 575px) {
    .popup--step .form button, .popup--step .popup button {
        line-height: 36px;
    }
}

.popup--step .form-text, .popup--step .popup-text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
}

.popup--step .form-btn, .popup--step .popup-btn {
    line-height: 52px;
    background: #4D2CE0;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: background .4s ease, color .4s ease;
    margin-bottom: 8px;
    border: 1px solid #4D2CE0;
    display: block;
    text-decoration: none;
}

@media (max-width: 575px) {
    .popup--step .form-btn, .popup--step .popup-btn {
        line-height: 36px;
    }
}

.menu-profile-sc {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	transform: translateX(100%);
}

.menu-profile {
	position: fixed;
	top: -100%;
	right: 30px;
	z-index: 11;
	opacity: 0;
	background: #fff;
	min-width: 197px;
	border-radius: 5px;
	padding-top: 21px;
	padding-bottom: 21px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (orientation: landscape) {
	.menu-profile {
		top: 0;
		right: -100%;
		bottom: 0;
		min-width: 176px;
		padding-top: 24px;
		padding-right: 20px;
		padding-bottom: 27px;
		padding-left: 20px;
		border-radius: 0;
		background: #1C2734;
		box-shadow: none;
		display: flex;
		flex-direction: column;
		transition: right .4s ease;
	}
}

@media (max-width: 640px) {
	.menu-profile {
		top: 0;
		right: -100%;
		bottom: 0;
		min-width: 176px;
		padding-top: 24px;
		padding-right: 20px;
		padding-bottom: 27px;
		padding-left: 20px;
		border-radius: 0;
		background: #1C2734;
		box-shadow: none;
		display: flex;
		flex-direction: column;
		transition: right .4s ease;
	}
}

.menu-profile.open {
	opacity: 1;
	height: auto;
	top: 65px;
	z-index: 11;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (orientation: landscape) {
	.menu-profile.open {
		right: 0;
		top: 0;
		opacity: initial;
		height: initial;
	}
}

@media (max-width: 640px) {
	.menu-profile.open {
		right: 0;
		top: 0;
		opacity: initial;
		height: initial;
	}
}

.menu-profile-user {
	display: none;
}

.menu-profile-user__name {
	text-decoration: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (orientation: landscape) {
	.menu-profile-user {
		display: flex;
		margin-bottom: 27px;
		flex-direction: column;
	}
	.menu-profile-user__avatar {
		margin-bottom: 6px;
	}
	.menu-profile-user__name {
		color: #fff;
		font-size: 16px;
		line-height: 25px;
	}
	.menu-profile-user-content {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (orientation: landscape) and (max-height: 414px) {
	.menu-profile-user-content {
		overflow-y: scroll;
	}
}

@media (max-width: 640px) {
	.menu-profile-user {
		display: flex;
		margin-bottom: 27px;
		flex-direction: column;
	}
	.menu-profile-user__avatar {
		margin-bottom: 6px;
	}
	.menu-profile-user__name {
		color: #fff;
		font-size: 16px;
		line-height: 25px;
	}
	.menu-profile-user-content {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
}

@media (max-width: 640px) and (max-height: 414px) {
	.menu-profile-user-content {
		overflow-y: scroll;
	}
}

.menu-profile-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

@media (max-height: 414px) {
	.menu-profile-content {
		overflow-y: scroll;
	}
}

.menu-profile-section {
	padding-right: 23px;
	padding-left: 23px;
	margin-bottom: 18px;
}

.menu-profile-section:last-child {
	margin-bottom: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (orientation: landscape) {
	.menu-profile-section {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 640px) {
	.menu-profile-section {
		padding-right: 0;
		padding-left: 0;
	}
}

.menu-profile-section_bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-grow: 1;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (orientation: landscape) {
	.menu-profile-section_bottom {
		margin-top: 18px;
	}
}

@media (max-width: 640px) {
	.menu-profile-section_bottom {
		margin-top: 18px;
	}
}

.menu-profile-section_border {
	border: 0.5px solid #9FAEBF;
	border-left: none;
	border-right: none;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu-profile-section_border_bottom {
	border: 0.5px solid #9FAEBF;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-top: 0;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (orientation: landscape) {
	.menu-profile-section_border {
		border: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.menu-profile-section_border {
		border: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}

.menu-profile-link {
	display: flex;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	color: #1C2734;
	letter-spacing: 0.2px;
	margin-top: 16px;
	cursor: pointer;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (orientation: landscape) {
	.menu-profile-link {
		font-size: 16px;
		color: #fff;
		margin-top: 18px;
	}
}

@media (max-width: 640px) {
	.menu-profile-link {
		font-size: 16px;
		color: #fff;
		margin-top: 18px;
	}
}

.menu-profile-link:first-child {
	margin-top: 0;
}

.menu-profile-link__icon {
	max-width: 20px;
	margin-right: 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (orientation: landscape) {
	.menu-profile-link__icon path {
		stroke: #fff;
	}
}

@media (max-width: 640px) {
	.menu-profile-link__icon path {
		stroke: #fff;
	}
}

.menu-profile-link:last-child {
	margin-bottom: 0;
}

.menu-profile-link__icon {
	max-width: 20px;
	margin-right: 10px;
}

main {
	margin-top: 121px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (orientation: portrait) {
	main {
		margin-top: 0;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
	main {
		margin-top: 108px;
	}
}

.button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}

[data-favorites-chosen-status="unknown"] {
	display: none!important;
}

form#form-discribe .form__title, form#form-refusal-pay .form__title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
}

form#form-discribe .form__subtitle, form#form-refusal-pay .form__subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    color: #6B7B8E;
}

form#form-discribe .form__item, form#form-refusal-pay .form__item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

form#form-discribe .form__item input, form#form-refusal-pay .form__item input {
    display: none;
}

form#form-discribe .form__item + .form__item, form#form-refusal-pay .form__item + .form__item {
    margin-top: 16px;
}

form#form-discribe .form__item input:checked + .form__checkbox, form#form-refusal-pay .form__item input:checked + .form__checkbox {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMzIgNEw1Ljk5OTg0IDExLjMzMzNMMi42NjY1IDgiIHN0cm9rZT0iIzREMkNFMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

form#form-discribe .form__footer, form#form-refusal-pay .form__footer {
    display: flex;
    margin-top: 28px;
}

form#form-discribe .form__button, form#form-refusal-pay .form__button {
    width: fit-content;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0 25px;
    font-size: 16px;
    height: 48px;
    line-height: 120%;
}

form#form-discribe .form__button + .form__button, form#form-refusal-pay .form__button + .form__button {
    margin-left: 15px;
}

form#form-discribe .form__button.white-bg, form#form-refusal-pay .form__button.white-bg {
    background-color: #FFF;
    border: 1px solid #CDD6DF;
    color: #6B7B8E;
}

form#form-discribe .form__photo, form#form-refusal-pay .form__photo {
    margin-bottom: 32px;
}

form#form-discribe .form__checkbox, form#form-refusal-pay .form__checkbox {
    appearance: auto;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 12px;
    border: 2px solid #9FAEBF;
    font-size: 18px;
    border-radius: 5px;
    line-height: 32px;
}

form#form-discribe .response-error, form#form-refusal-pay .response-error {
    background-color: #fae6e9;
    color: #d03334;
    padding: 5px;
    border-radius: 4px;
    display: none;
}

form#form-discribe .form__feedback, form#form-refusal-pay .form__feedback {
    margin-top: 32px;
}

form#form-discribe .form__feedback a, form#form-refusal-pay .form__feedback a {
    color: #4D2CE0;
    text-decoration: none;
    font-weight: 600;
}

form#form-discribe .form__step_2, form#form-discribe .form__step#form__step_2,
form#form-discribe .form__step_2 ~ .form__step, form#form-refusal-pay .form__step_2, form#form-refusal-pay .form__step#form__step_2,
form#form-refusal-pay .form__step_2 ~ .form__step {
    display: none;
}

@media (max-width: 767px) {
    form#form-discribe .form__title, form#form-refusal-pay .form__title {
        font-size: 22px;
    }
    form#form-discribe .form__subtitle, form#form-refusal-pay .form__subtitle {
        font-size: 16px;
    }
    form#form-discribe .form__button, form#form-refusal-pay .form__button {
        font-size: 14px;
        padding: 0 15px;
        height: 40px;
    }
    form#form-discribe .form__checkbox, form#form-refusal-pay .form__checkbox {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    form#form-discribe .form__footer, form#form-refusal-pay .form__footer {
        flex-direction: column;
    }
    form#form-discribe .form__button, form#form-refusal-pay .form__button {
        width: 100%;
        margin-bottom: 15px;
    }
    form#form-discribe .form__button + .form__button, form#form-refusal-pay .form__button + .form__button {
        margin: 0;
    }
}

form#form-refusal-pay .form__text {
    font-size: 18px;
    line-height: 133%;
}

form#form-refusal-pay .form__checkbox {
    border-radius: 50%;
}

form#form-refusal-pay .form__button {
    border-radius: 50px;
}

form#form-refusal-pay .form__button.button_tg {
    background: #27A0D7;
}

form#form-refusal-pay .form__button.button_tg:before {
    margin-right: 8px;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMTE3NSA4LjI1Njc1TDIyLjQwMTYgMC4wOTk4MzIxQzIzLjM4OTUgLTAuMjU0ODk2IDI0LjI1MjIgMC4zMzkzNjYgMjMuOTMyMSAxLjgyNDFMMjMuOTM0IDEuODIyMjdMMjAuMzEgMTguNzkyNUMyMC4wNDE0IDE5Ljk5NTcgMTkuMzIyMSAyMC4yODgyIDE4LjMxNTkgMTkuNzIxNEwxMi43OTcxIDE1LjY3ODZMMTAuMTM1MiAxOC4yMjc1QzkuODQwODYgMTguNTIwMSA5LjU5MjUxIDE4Ljc2NjkgOS4wMjIyNCAxOC43NjY5TDkuNDE0MDcgMTMuMTg0NUwxOS42NDIyIDQuMDAwMDFDMjAuMDg3NCAzLjYxMDU0IDE5LjU0MjkgMy4zOTExMiAxOC45NTYgMy43Nzg3Nkw2LjMxNjIgMTEuNjg4OEwwLjg2NzMxOSA5Ljk5OTNDLTAuMzE1NTM5IDkuNjI2MjkgLTAuMzQxMjkzIDguODIzNTggMS4xMTc1IDguMjU2NzVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

form#form-refusal-pay .form__button.button_wapp {
    background: #00CE47;
}

form#form-refusal-pay .form__button.button_wapp:before {
    margin-right: 8px;
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS45OTcgMEgxMi4wMDNDMTguNjE5NSAwIDI0IDUuMzgzNSAyNCAxMkMyNCAxOC42MTY1IDE4LjYxOTUgMjQgMTIuMDAzIDI0QzkuNTYyNSAyNCA3LjI5OSAyMy4yNzQgNS40MDE1IDIyLjAxN0wwLjc4OSAyMy40OTE1TDIuMjg0NSAxOS4wMzM1QzAuODQ2IDE3LjA1OCAwIDE0LjYyNSAwIDEyQzAgNS4zODIgNS4zODA1IDAgMTEuOTk3IDBaTTE2LjYzMDYgMTguNjQyN0MxNy41NDcxIDE4LjQ0NDcgMTguNjk2MSAxNy43NjY3IDE4Ljk4NTYgMTYuOTQ5MkMxOS4yNzUxIDE2LjEzMDIgMTkuMjc1MSAxNS40MzI3IDE5LjE5MTEgMTUuMjg0MkMxOS4xMjMyIDE1LjE2NjQgMTguOTYyOSAxNS4wODkxIDE4LjcyMzQgMTQuOTczOEMxOC42NjExIDE0Ljk0MzggMTguNTkzNCAxNC45MTEyIDE4LjUyMDYgMTQuODc0N0MxOC4xNjgxIDE0LjY5OTIgMTYuNDUzNiAxMy44NTE3IDE2LjEyOTYgMTMuNzM5MkMxNS44MTE2IDEzLjYxOTIgMTUuNTA4NiAxMy42NjEyIDE1LjI2ODYgMTQuMDAwMkMxNS4yMjI5IDE0LjA2NDEgMTUuMTc3NCAxNC4xMjgxIDE1LjEzMjEgMTQuMTkxOEMxNC44NDI2IDE0LjU5OSAxNC41NjMzIDE0Ljk5MTggMTQuMzMxMSAxNS4yNDIyQzE0LjExOTYgMTUuNDY3MiAxMy43NzQ2IDE1LjQ5NTcgMTMuNDg1MSAxNS4zNzU3QzEzLjQ1MzUgMTUuMzYyNSAxMy40MTczIDE1LjM0NzkgMTMuMzc2OCAxNS4zMzE1QzEyLjkxODQgMTUuMTQ2NCAxMS45MDE4IDE0LjczNTggMTAuNjcxMSAxMy42NDAyQzkuNjMzMDggMTIuNzE2MiA4LjkyODA4IDExLjU2NTcgOC43MjQwOCAxMS4yMjA3QzguNTIzNzkgMTAuODc0NiA4LjY5NjU1IDEwLjY3MTcgOC44NTYyMiAxMC40ODQxQzguODU5MTggMTAuNDgwNiA4Ljg2MjEzIDEwLjQ3NzEgOC44NjUwOCAxMC40NzM3QzguOTY4MDIgMTAuMzQ2MyA5LjA2NzkzIDEwLjI0MDIgOS4xNjgzMyAxMC4xMzM3QzkuMjQwNTUgMTAuMDU3IDkuMzEzMDIgOS45ODAwMyA5LjM4NzA4IDkuODk0NjhDOS4zOTgwNyA5Ljg4MjAxIDkuNDA4NzcgOS44Njk3MSA5LjQxOTE5IDkuODU3NzNDOS41NzY0MyA5LjY3NjkzIDkuNjcwMDcgOS41NjkyNyA5Ljc3NTU4IDkuMzQ0MThDOS44OTU1OCA5LjExMTY4IDkuODEwMDggOC44NzE2OCA5LjcyNDU4IDguNjk0NjhDOS42NjU3NSA4LjU3MDczIDkuMzAyMzcgNy42ODkwNiA4Ljk5MDQxIDYuOTMyMTdDOC44NTY5MiA2LjYwODI3IDguNzMyODQgNi4zMDcyMiA4LjY0NjA4IDYuMDk4MTlDOC40MTM1OCA1LjU0MTY5IDguMjM2NTggNS41MjA2OSA3Ljg4NDA4IDUuNTA1NjlDNy44NzMyOCA1LjUwNTE1IDcuODYyMzcgNS41MDQ2IDcuODUxMzUgNS41MDQwNEM3LjczOTkzIDUuNDk4NCA3LjYxNzIxIDUuNDkyMTkgNy40ODIwOCA1LjQ5MjE5QzcuMDIzMDggNS40OTIxOSA2LjU0NDU4IDUuNjI3MTkgNi4yNTUwOCA1LjkyMjY5QzYuMjQ0OTYgNS45MzMwMiA2LjIzNDQxIDUuOTQzNzQgNi4yMjM0NyA1Ljk1NDg3QzUuODUzMSA2LjMzMTU0IDUuMDI4MDggNy4xNzA2IDUuMDI4MDggOC44NDMxOEM1LjAyODA4IDEwLjUxOSA2LjIxNzE0IDEyLjE0MDggNi40MzcxNCAxMi40NDA5QzYuNDQzMiAxMi40NDkyIDYuNDQ4NTMgMTIuNDU2NCA2LjQ1MzA4IDEyLjQ2MjdDNi40NjYzMSAxMi40ODAxIDYuNDkxMjcgMTIuNTE2MiA2LjUyNzU4IDEyLjU2ODhDNi45NzY4IDEzLjIxOTMgOS4xNjQ4MyAxNi4zODc5IDEyLjQyNzYgMTcuNzM5N0MxNS4xODQ2IDE4Ljg4MjcgMTYuMDAzNiAxOC43NzYyIDE2LjYzMDYgMTguNjQyN1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}

form#form-refusal-pay .form__item input:checked + .form__checkbox {
    content: unset;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjUiIGZpbGw9IiM0RDJDRTAiLz4KPC9zdmc+Cg==) no-repeat center center/60%;
}

@media (max-width: 767px) {
    form#form-refusal-pay .form__text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    form#form-refusal-pay .form__footer {
        flex-direction: row;
    }
    form#form-refusal-pay .form__button {
        margin: 0;
    }
    form#form-refusal-pay .form__button + .form__button {
        margin-left: 10px;
    }
}
