@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

details,
main {
	display: block
}

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

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

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

a {
	background-color: transparent
}

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

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

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

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-webkit-keyframes fancybox-rotate {
	to {
		transform: rotate(360deg)
	}
}

@keyframes fancybox-rotate {
	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes modalFade {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes modalFade {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

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

html {
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

*,
::after,
::before {
	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:1290px) {
	.container {
		max-width: 1248px
	}
}

@media (min-width:1560px) {
	.container {
		max-width: 1500px
	}
}

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

.row {
	display: flex;
	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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-auto {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1290px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1560px) {
	.col-xga {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-xga-first {
		order: -1
	}

	.order-xga-last {
		order: 13
	}

	.order-xga-0 {
		order: 0
	}

	.order-xga-1 {
		order: 1
	}

	.order-xga-2 {
		order: 2
	}

	.order-xga-3 {
		order: 3
	}

	.order-xga-4 {
		order: 4
	}

	.order-xga-5 {
		order: 5
	}

	.order-xga-6 {
		order: 6
	}

	.order-xga-7 {
		order: 7
	}

	.order-xga-8 {
		order: 8
	}

	.order-xga-9 {
		order: 9
	}

	.order-xga-10 {
		order: 10
	}

	.order-xga-11 {
		order: 11
	}

	.order-xga-12 {
		order: 12
	}

	.offset-xga-0 {
		margin-left: 0
	}

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

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

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

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

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

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

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

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

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

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

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

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

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

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

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

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

.d-flex {
	display: flex !important
}

.d-inline-flex {
	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: flex !important
	}

	.d-sm-inline-flex {
		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: flex !important
	}

	.d-md-inline-flex {
		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: flex !important
	}

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

@media (min-width:1290px) {
	.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: flex !important
	}

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

@media (min-width:1560px) {
	.d-xga-none {
		display: none !important
	}

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

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

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

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

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

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

	.d-xga-flex {
		display: flex !important
	}

	.d-xga-inline-flex {
		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: flex !important
	}

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

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

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

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row !important
	}

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

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

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

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

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

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

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

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

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

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

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

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

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

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row !important
	}

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

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

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

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

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

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

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

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

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

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

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

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

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

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

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

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

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

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

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

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

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

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

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

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

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

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

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

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width:1290px) {
	.flex-xl-row {
		flex-direction: row !important
	}

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

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

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

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

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

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

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

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

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

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

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

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

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

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

@media (min-width:1560px) {
	.flex-xga-row {
		flex-direction: row !important
	}

	.flex-xga-column {
		flex-direction: column !important
	}

	.flex-xga-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xga-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xga-wrap {
		flex-wrap: wrap !important
	}

	.flex-xga-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xga-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xga-fill {
		flex: 1 1 auto !important
	}

	.flex-xga-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xga-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xga-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xga-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xga-start {
		justify-content: flex-start !important
	}

	.justify-content-xga-end {
		justify-content: flex-end !important
	}

	.justify-content-xga-center {
		justify-content: center !important
	}

	.justify-content-xga-between {
		justify-content: space-between !important
	}

	.justify-content-xga-around {
		justify-content: space-around !important
	}

	.align-items-xga-start {
		align-items: flex-start !important
	}

	.align-items-xga-end {
		align-items: flex-end !important
	}

	.align-items-xga-center {
		align-items: center !important
	}

	.align-items-xga-baseline {
		align-items: baseline !important
	}

	.align-items-xga-stretch {
		align-items: stretch !important
	}

	.align-content-xga-start {
		align-content: flex-start !important
	}

	.align-content-xga-end {
		align-content: flex-end !important
	}

	.align-content-xga-center {
		align-content: center !important
	}

	.align-content-xga-between {
		align-content: space-between !important
	}

	.align-content-xga-around {
		align-content: space-around !important
	}

	.align-content-xga-stretch {
		align-content: stretch !important
	}

	.align-self-xga-auto {
		align-self: auto !important
	}

	.align-self-xga-start {
		align-self: flex-start !important
	}

	.align-self-xga-end {
		align-self: flex-end !important
	}

	.align-self-xga-center {
		align-self: center !important
	}

	.align-self-xga-baseline {
		align-self: baseline !important
	}

	.align-self-xga-stretch {
		align-self: stretch !important
	}
}

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

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

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

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

.w-auto {
	width: auto !important
}

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

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

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

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

.h-auto {
	height: auto !important
}

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

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

.m-0 {
	margin: 0 !important
}

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

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

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

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

.m-1 {
	margin: .25rem !important
}

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

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

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

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

.m-2 {
	margin: .5rem !important
}

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

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

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

.ml-2,
.mx-2 {
	margin-left: .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: .25rem !important
}

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

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

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

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

.p-2 {
	padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
	margin: auto !important
}

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

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

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

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

@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: .25rem !important
	}

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

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

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

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

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

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

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

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

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .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: .25rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
	.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: .25rem !important
	}

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

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

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

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

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

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

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

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

	.ml-md-2,
	.mx-md-2 {
		margin-left: .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: .25rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
	.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: .25rem !important
	}

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

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

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

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

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

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

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

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

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .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: .25rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1290px) {
	.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: .25rem !important
	}

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

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

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

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

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

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

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

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

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .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: .25rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1560px) {
	.m-xga-0 {
		margin: 0 !important
	}

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

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

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

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

	.m-xga-1 {
		margin: .25rem !important
	}

	.mt-xga-1,
	.my-xga-1 {
		margin-top: .25rem !important
	}

	.mr-xga-1,
	.mx-xga-1 {
		margin-right: .25rem !important
	}

	.mb-xga-1,
	.my-xga-1 {
		margin-bottom: .25rem !important
	}

	.ml-xga-1,
	.mx-xga-1 {
		margin-left: .25rem !important
	}

	.m-xga-2 {
		margin: .5rem !important
	}

	.mt-xga-2,
	.my-xga-2 {
		margin-top: .5rem !important
	}

	.mr-xga-2,
	.mx-xga-2 {
		margin-right: .5rem !important
	}

	.mb-xga-2,
	.my-xga-2 {
		margin-bottom: .5rem !important
	}

	.ml-xga-2,
	.mx-xga-2 {
		margin-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.p-xga-1 {
		padding: .25rem !important
	}

	.pt-xga-1,
	.py-xga-1 {
		padding-top: .25rem !important
	}

	.pr-xga-1,
	.px-xga-1 {
		padding-right: .25rem !important
	}

	.pb-xga-1,
	.py-xga-1 {
		padding-bottom: .25rem !important
	}

	.pl-xga-1,
	.px-xga-1 {
		padding-left: .25rem !important
	}

	.p-xga-2 {
		padding: .5rem !important
	}

	.pt-xga-2,
	.py-xga-2 {
		padding-top: .5rem !important
	}

	.pr-xga-2,
	.px-xga-2 {
		padding-right: .5rem !important
	}

	.pb-xga-2,
	.py-xga-2 {
		padding-bottom: .5rem !important
	}

	.pl-xga-2,
	.px-xga-2 {
		padding-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar {
	opacity: 0;
	position: absolute;
	z-index: 99997
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden
}

.fancybox-caption {
	opacity: 0;
	position: absolute
}

.fancybox-navigation .fancybox-button {
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image::before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-image,
.fancybox-slide--image .fancybox-content,
.fancybox-spaceball {
	background: 0 0;
	left: 0;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: visible;
	transform-origin: top left;
	transition-property: transform, opacity;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	border: 0;
	height: 100%;
	margin: 0;
	max-height: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
	color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover,
a {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs,
header .header_menu .sub_menu:hover .sub_menu_container,
header.fixed_header.active {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before,
header .header_menu a.active::after,
header .header_menu a:hover::after {
	opacity: 1
}

@media all and (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

@font-face {
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot);
	src: url(../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Regular/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/Montserrat-Medium/Montserrat-Medium.eot);
	src: url(../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Medium/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium/Montserrat-Medium.ttf) format("truetype")
}

@font-face {
	font-family: "Montserrat";
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot);
	src: url(../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold/Montserrat-Bold.ttf) format("truetype")
}

@font-face {
	font-family: "DINPro";
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/DINPro-CondensedBold/DINPro-CondensedBold.eot);
	src: url(../fonts/DINPro-CondensedBold/DINPro-CondensedBold.eot?#iefix) format("embedded-opentype"), url(../fonts/DINPro-CondensedBold/DINPro-CondensedBold.woff) format("woff"), url(../fonts/DINPro-CondensedBold/DINPro-CondensedBold.ttf) format("truetype")
}

@font-face {
	font-family: "helvetica";
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot);
	src: url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.woff) format("woff"), url(../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.ttf) format("truetype")
}

@font-face {
	font-family: "icon";
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/icon/icon.eot);
	src: url(../fonts/icon/icon.eot?#iefix) format("embedded-opentype"), url(../fonts/icon/icon.woff) format("woff"), url(../fonts/icon/icon.ttf) format("truetype")
}

body {
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	font-family: Montserrat;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
}

body.open_modal {
	overflow: hidden;
	padding-right: 17px;
}

body.open_modal::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 55;
}
@media (max-width:1024px) {
	body.open_modal {
		padding-right: 0
	}
}

img {
	max-width: 100%
}

input.error {
	border: 1px solid #bf0200
}

.btn,
.form_input {
	border-radius: 5px;
	font-family: Montserrat;
	border: 0;
	outline: 0
}

.btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	background: #bf0200;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 241px;
	height: 47px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	transition: .2s all ease-out
}

.btn:hover {
	background: #a60200
}

.btn-fluid {
    width: -moz-fit-content;
    width: fit-content;
}
.btn-fixed {
    width: 220px;
}
.btn-width {
    width: 100%;
}
.btn-center {
    margin: 0 auto;
}
.btn-br {
    border-radius: 4px;
}
.btn-62 {
    height: 62px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.06px;
}
@media (max-width: 1307px) {
    .btn-62 {
        height: 50px;
    }
}
@media (max-width: 767px) {
    .btn-62 {
        font-size: 16px;
    }
}
.btn-accent {
    background: #bf0200;
    border: 1px solid #bf0200;
    color: #fff;
}
.btn-accent:hover {
    background: #e30200;
    border: 1px solid #e30200;
}
.btn-accent,
.btn-dark,
.btn-grey,
.btn-white {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.04px;
    display: block;
    text-align: center;
}
.btn-white {
    color: #bf0200;
}
.btn-white,
.btn-white:hover {
    background: #fff;
    border: 1px solid #fff;
}
.btn-dark,
.btn-grey {
    color: #fff;
}
.btn-dark {
    background: #2f2e39;
    border: 1px solid #2f2e39;
}
.btn-dark:hover {
    background: #3f3e4d;
    border: 1px solid #3f3e4d;
}
.btn-grey {
    background: #828187;
    border: 1px solid #828187;
}
.btn-grey:hover {
    background: #949398;
    border: 1px solid #949398;
}

.form_input {
	height: 61px;
	padding: 0 18px;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.31;
	color: #141414
}

input.input_hide {
	display: none
}

.tabs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px
}

@media (max-width:767px) {
	.tabs {
		flex-direction: column;
		align-items: center
	}
}

.tabs .tab {
	min-height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.13;
	color: #bf0200;
	border: solid 2px #bf0200;
	padding: 0 36px;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 8px;
	transition: .2s all ease-out
}

@media (max-width:767px) {
	.tabs .tab {
		width: 100%
	}
}

@media (max-width:576px) {
	.tabs .tab {
		text-align: center
	}
}

.tabs .tab:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.tabs .tab:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: solid 2px #bf0200
}

.mobile_menu .mobile_menu_items .mobile_dropdown a:hover,
.mobile_menu .mobile_menu_items .mobile_dropdown_level_two a:hover,
.mobile_menu .mobile_menu_items a:hover,
.tabs .tab.active,
.tabs .tab:hover {
	background: #bf0200;
	color: #fff
}

header {
	min-height: 89px;
	background: #fff
}

header.header_over {
	position: relative;
	z-index: 100
}

header .header_container {
	display: flex;
	justify-content: space-between
}

header .logo {
	display: block;
	padding: 26px 0;
	margin-right: 34px;
	transition: .2s all ease-out
}

header .logo:hover {
	opacity: .7
}

header .header_right {
	display: flex
}

header .header_menu {
	display: flex;
	margin-right: 25px;
	align-items: center
}

@media (max-width:1559px) {
	header .header_menu {
		display: none
	}
}

header .header_menu a {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.17;
	color: #141414;
	margin-right: 31px;
	transition: .2s all ease-out
}

header .header_menu a:last-child {
	margin-right: 0
}

header .header_menu a::after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background: #bf0200;
	position: relative;
	top: 2px;
	opacity: 0;
	transition: .2s all ease-out
}

header .header_menu .sub_menu {
	position: relative;
	margin-right: 31px
}

header .header_menu .sub_menu a {
	margin-right: 0
}

header .header_menu .sub_menu .sub_menu_container {
	position: absolute;
	background: #e4e4e4;
	padding: 15px 60px 4px 15px;
	z-index: 20;
	top: 30px;
	border-radius: 5px;
	display: none;
	-webkit-animation: fade .3s ease-out;
	animation: fade .3s ease-out
}

header .header_menu .sub_menu .sub_menu_container a {
	white-space: nowrap;
	margin-bottom: 10px;
	display: block;
	font-size: 16px
}

header .header_search {
	padding: 26px 14px;
	border-left: solid 1px #ededed;
	border-right: solid 1px #ededed;
	margin-right: 20px;
	position: relative;
	top: 0
}

@media (max-width:991px) {
	header .header_search {
		padding: 0;
		border: 0
	}
}

header .header_search form {
	position: relative
}

@media (max-width:991px) {
	header .header_search form {
		display: none
	}
}

header .header_search input {
	height: 36px;
	width: 338px;
	border: 0;
	outline: 0;
	border-bottom: solid 1px #141414;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.17;
	color: #141414;
	padding: 0 3px
}

@media (max-width:1559px) {
	header .header_search input {
		width: 595px
	}
}

@media (max-width:1289px) {
	header .header_search input {
		width: 328px
	}
	header .header_menu a {
	  font-size: 14px;
	}
}

header .header_search .search_button {
	display: none;
	background: url(../img/search_icon.svg) no-repeat center;
	width: 18px;
	height: 89px;
	cursor: pointer
}

@media (max-width:991px) {
	header .header_search .search_button {
		display: block
	}
}

header .header_search button {
	background: url(../img/search_icon.svg) no-repeat center;
	width: 18px;
	height: 18px;
	border: 0;
	position: absolute;
	right: 7px;
	top: 7px
}

header .header_contacts {
	display: flex;
	flex-direction: column;
	padding-top: 23px;
	margin-right: 20px
}

@media (max-width:991px) {
	header .header_contacts {
		display: none
	}
}

header .header_contacts a {
	font-family: Montserrat;
	color: #141414;
	padding-left: 30px;
	position: relative;
	transition: .2s all ease-out
}

header .header_contacts a:hover {
	color: #bf0200
}

header .header_contacts .phone {
	font-size: 16px;
	line-height: 1.19;
	margin-bottom: 6px
}

header .header_contacts .phone::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/phone_icon.svg) no-repeat center;
	width: 15px;
	height: 15px
}

header .header_contacts .email {
	font-size: 16px;
	line-height: 24px;
	font-family: helvetica
}

header .header_contacts .email::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	background: url(../img/email_icon.svg) no-repeat center;
	width: 19px;
	height: 13px
}

header .header_social {
	display: flex;
	margin-left: auto;
	padding-top: 34px
}

@media (max-width:991px) {
	header .header_social {
		display: none
	}
}

header .header_social a {
	margin: 0 3px;
	transition: .2s all ease-out
}

header .header_social a:hover {
	opacity: .7
}

header .mobile_menu_button {
	flex-direction: column;
	margin-top: 34px;
	margin-left: 15px;
	display: none
}

@media (max-width:1559px) {
	header .mobile_menu_button {
		display: flex
	}
}

header .mobile_menu_button span {
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 5px;
	background: #bf0200;
	margin: 2px 0
}

/*.modal_overlay,*/
header.fixed_header {
	position: fixed;
	left: 0;
	top: 0;
	display: none
}

header.fixed_header {
	height: auto;
	min-height: auto;
	-webkit-animation: fade .3s ease-out;
	animation: fade .3s ease-out;
	z-index: 100;
	width: 100%;
	box-shadow: 1px 1px 3px 1px #d3d3d3
}

header.fixed_header .header_container {
	align-items: center;
	height: 70px
}

header.fixed_header .logo {
	padding: 0;
	position: relative;
	top: 4px
}

header.fixed_header .header_menu {
	padding: 0
}

header.fixed_header .header_menu .sub_menu,
header.fixed_header .header_menu a {
	display: flex;
	justify-content: center;
	flex-direction: column
}

header.fixed_header .header_menu .sub_menu .sub_menu_container,
header.fixed_header .header_menu a .sub_menu_container {
	top: 54px
}

header.fixed_header .header_search {
	padding-top: 0;
	padding-bottom: 0;
	height: 70px;
	display: flex;
	align-items: center
}

header.fixed_header .header_contacts {
	padding-top: 0;
	display: flex;
	align-items: center;
	height: 70px;
	flex-direction: row
}

@media (max-width:991px) {
	header.fixed_header .header_contacts {
		display: none
	}
}

header.fixed_header .header_contacts a {
	margin: 0
}

header.fixed_header .header_social {
	padding-top: 0;
	height: 70px;
	display: flex;
	align-items: center
}

@media (max-width:991px) {
	header.fixed_header .header_social {
		display: none
	}
}

header.fixed_header .mobile_menu_button {
	margin: auto 15px auto 0
}

/*
.modal_overlay {
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .84);
	z-index: 1091;
	-webkit-animation: modalFade .5s ease-out;
	animation: modalFade .5s ease-out
}

.modal_overlay.active {
	display: block
}
*/

/*.modal*/
.mobile_menu
 {
	z-index: 99;
	background: #fff
}

/* .modal {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: none;
  -webkit-animation: modalFade .5s ease-out;
  animation: modalFade .5s ease-out;
  width: 100%;
  max-width: 726px;
  z-index: 99;
} */


.modal .modal_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 54px 30px 45px
}

.modal .modal_content {
	background-color: #bf0200;
	padding: 22px 30px
}

@media (max-width:576px) {
	.modal .modal_content {
		padding: 22px 12px
	}
}

.modal form.search_form {
	display: flex;
	flex-direction: column;
	align-items: center
}

.modal .form_input {
	width: 100%;
	max-width: 469px;
	height: 61px;
	margin-bottom: 20px
}

.modal .modal_button {
	width: 100%;
	max-width: 469px;
	height: 61px;
	border-radius: 5px;
	background-color: #fff;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #bf0200;
	outline: 0;
	border: 0;
	cursor: pointer
}

.modal .close_modal {
	background: url(../img/close_modal_white.svg) no-repeat center;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 20px;
	right: 19px;
	cursor: pointer;
	transform: rotate(0deg);
	transition: .5s transform ease-out
}

.modal .close_modal:hover {
	transform: rotate(-180deg)
}

.modal.active {
	display: block
}


.mobile_menu.active {
	right: 0;
	box-shadow: -10px 4px 34px rgba(0, 0, 0, .25)
}

.mobile_menu {
	position: fixed;
	top: 0;
	box-shadow: 0 0 0;
	width: 320px;
	height: 100vh;
	right: -320px;
	transition: .3s all ease-out;
	overflow: auto;
	padding-bottom: 40px
}

.mobile_menu .logo {
	display: block;
	padding: 36px 0 26px;
	text-align: center
}

.mobile_menu .mobile_menu_items {
	margin-bottom: 50px
}

.mobile_menu .mobile_menu_items a {
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 68px;
	background: #f9f9f9;
	box-shadow: inset 0 -1px 0 #d9d9d9;
	font-size: 18px;
	line-height: 21px;
	color: #070707;
	font-family: 'Rubik', sans-serif;
	transition: .2s all ease-out
}

.mobile_menu .mobile_menu_items .mobile_dropdown,
select {
	display: none
}

.mobile_menu .mobile_menu_items .mobile_dropdown a {
	height: 38px;
	font-size: 15px;
	background: #e4e4e4;
	color: #070707;
	box-shadow: inset 0 -1px 0 #bdbdbd;
	transition: .2s all ease-out
}

.mobile_menu .mobile_menu_items .mobile_dropdown_level_two a {
	height: auto;
	min-height: 38px;
	font-size: 15px;
	background: #f3f3f3;
	color: #070707;
	box-shadow: inset 0 -1px 0 #bdbdbd;
	padding: 4px 30px;
	transition: .2s all ease-out
}

.mobile_menu .mobile_menu_close {
	background: url(../img/close_modal.svg) no-repeat center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 19px;
	cursor: pointer;
	transform: rotate(0deg);
	transition: .5s transform ease-out
}

.mobile_menu .mobile_menu_close:hover {
	transform: rotate(-180deg)
}

.mobile_menu .mobile_menu_contacts {
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	padding: 0 20px;
	margin-bottom: 30px
}

.mobile_menu .mobile_menu_contacts a {
	font-family: Montserrat;
	color: #141414;
	padding-left: 30px;
	position: relative;
	transition: .2s all ease-out
}

.jq-selectbox__dropdown li:hover,
.mobile_menu .mobile_menu_contacts a:hover,
footer .footer_social a:hover::before {
	color: #bf0200
}

.mobile_menu .mobile_menu_contacts .phone {
	font-size: 16px;
	line-height: 1.19;
	margin-bottom: 6px
}

.mobile_menu .mobile_menu_contacts .phone::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/phone_icon.svg) no-repeat center;
	width: 15px;
	height: 15px
}

.mobile_menu .mobile_menu_contacts .email {
	font-size: 18px;
	line-height: 1.17
}

.mobile_menu .mobile_menu_contacts .email::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 6px;
	background: url(../img/email_icon.svg) no-repeat center;
	width: 19px;
	height: 13px
}

.mobile_menu .mobile_menu_social {
	display: flex;
	margin-left: auto;
	padding: 0 20px
}

.mobile_menu .mobile_menu_social a {
	margin: 0 3px;
	transition: .2s all ease-out
}

.mobile_menu .mobile_menu_social a:hover,
footer .logo:hover {
	opacity: .7
}

footer {
	background-color: #e4e4e4;
	padding-top: 63px
}

footer .footer_container {
	display: flex;
	padding-bottom: 15px
}

@media (max-width:991px) {
	footer .footer_container {
		flex-direction: column
	}
}

footer .left {
	margin-right: 135px;
	padding-top: 10px
}

@media (max-width:1559px) {
	footer .left {
		margin-right: 80px
	}
}

@media (max-width:767px) {
	footer .left {
		margin-right: 0;
		padding-top: 0;
		text-align: center
	}
}

footer .left_top {
	display: flex;
	align-items: center;
	margin-bottom: 56px
}

@media (max-width:767px) {
	footer .left_top {
		flex-direction: column
	}
}

footer .left_bottom {
	display: flex
}

@media (max-width:767px) {
	footer .left_bottom {
		flex-direction: column;
		align-items: center
	}
}

footer .left_bottom_section_left {
	margin-right: 100px
}

@media (max-width:1289px) {
	footer .left_bottom_section_left {
		margin-right: 50px
	}
}

@media (max-width:767px) {
	footer .left_bottom_section_left {
		margin-right: 0
	}
}

footer .logo {
	margin-right: 114px;
	transition: .2s all ease-out
}

@media (max-width:767px) {
	footer .logo {
		margin-right: 0;
		margin-bottom: 20px
	}
}

footer .footer_social {
	display: flex;
	align-items: center;
	position: relative;
	top: -9px
}

footer .footer_social a::before {
	font-family: icon;
	display: block;
	color: #fff;
	font-size: 35px;
	margin: 0 5.5px;
	transition: .2s all ease-out
}

footer .footer_social .youtube::before {
	content: '\e900';
	font-size: 41px
}

footer .footer_social .vk::before {
	content: '\ea98'
}

footer .footer_social .instagram::before {
	content: '\ea92'
}

.partners .section_1 h3,
footer h3 {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #141414;
	font-weight: 400;
	margin: 0 0 7px
}

@media (max-width:1289px) {
	footer h3 {
		line-height: 1.1;
		margin-bottom: 10px
	}
}

footer .desc,
footer .desc a,
footer ul li a {
	font-family: Montserrat;
	font-size: 14px;
	line-height: 1.5;
	color: #141414
}

.partners .section_1 .desc b,
.partners .section_1 .desc strong,
footer .desc b,
footer .desc strong {
	font-weight: 500
}

footer .desc a,
footer ul li a {
	font-family: helvetica;
	font-weight: 500;
	position: relative
}

footer .desc a::after,
footer ul li a::after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background: #bf0200;
	position: absolute;
	bottom: -1px;
	opacity: 0;
	transition: .2s all ease-out
}

footer .desc a:hover::after,
footer ul li a:hover::after {
	opacity: 1
}

footer .item {
	margin-bottom: 60px
}

footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

footer ul li a {
	font-family: Montserrat;
	font-weight: 400
}

@media (max-width:1289px) {
	footer .right {
		padding-top: 10px
	}
}

@media (max-width:991px) {
	footer .right {
		margin-bottom: 50px
	}
}

@media (max-width:767px) {
	footer .right {
		display: flex;
		justify-content: space-around;
		margin-bottom: 0
	}
}

@media (max-width:576px) {
	footer .right {
		flex-direction: column;
		align-items: center;
		text-align: center;
		margin-bottom: 50px
	}
}

footer .right_section_top {
	margin-bottom: 60px
}

@media (max-width:1289px) {
	footer .right_section_top {
		margin-bottom: 74px
	}
}

@media (max-width:576px) {
	footer .right_section_top {
		margin-bottom: 30px
	}
}

footer .right_section_top_container {
	display: flex;
	justify-content: space-between;
	width: 416px
}

@media (max-width:1559px) {
	footer .right_section_top_container {
		width: 350px
	}
}

@media (max-width:991px) {
	footer .right_section_top_container {
		width: 388px
	}
}

@media (max-width:767px) {
	footer .right_section_top_container {
		width: 100%;
		flex-direction: column
	}
}

footer .right_section_bottom_container {
	display: flex;
	justify-content: space-between;
	width: 402px
}

@media (max-width:1559px) {
	footer .right_section_bottom_container {
		width: 335px
	}
}

@media (max-width:991px) {
	footer .right_section_bottom_container {
		width: 373px
	}
}

@media (max-width:767px) {
	footer .right_section_bottom_container {
		width: 100%;
		flex-direction: column
	}
}

footer .footer_bottom_line {
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: solid 1px #ededed
}

@media (max-width:991px) {
	footer .footer_bottom_line {
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
		text-align: center
	}
}

footer .footer_bottom_line .develop,
footer .footer_bottom_line .develop a {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.5;
	color: #6e6e6e
}

@media (max-width:991px) {
	footer .footer_bottom_line .develop {
		margin-bottom: 20px
	}
}

footer .footer_bottom_line .develop a {
	text-decoration: underline
}

footer .footer_bottom_line .develop a:hover,
footer .footer_bottom_line .politics:hover {
	text-decoration: none
}

footer .footer_bottom_line .footer_bottom_line_right {
	display: flex;
	justify-content: space-between;
	width: 600px
}

@media (max-width:1559px) {
	footer .footer_bottom_line .footer_bottom_line_right {
		width: 660px
	}
}

@media (max-width:1289px) {
	footer .footer_bottom_line .footer_bottom_line_right {
		width: 532px
	}
}

@media (max-width:991px) {
	footer .footer_bottom_line .footer_bottom_line_right {
		flex-direction: column;
		align-items: center;
		width: 100%
	}
}

footer .footer_bottom_line .copyright {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.5;
	color: #6e6e6e
}

@media (max-width:991px) {
	footer .footer_bottom_line .copyright {
		margin-bottom: 20px
	}
}

footer .footer_bottom_line .politics {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.5;
	color: #6e6e6e;
	text-decoration: underline
}

.jqselect {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	z-index: 10
}

.jq-selectbox__select {
	height: 61px;
	border-radius: 5px;
	background-color: #fff;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 14px;
	cursor: pointer
}

.jq-selectbox__dropdown li,
.jq-selectbox__select-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.jq-selectbox__select-text {
	white-space: nowrap
}

.jq-selectbox__trigger-arrow {
	background: url(../img/select_arrow.svg) no-repeat center;
	width: 15px;
	height: 10px
}

.jq-selectbox__dropdown {
	position: absolute;
	z-index: 10;
	width: 100%;
	overflow: hidden;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-animation: fade .3s ease-out;
	animation: fade .3s ease-out
}

.jq-selectbox__dropdown li {
	height: 42.5px;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	display: flex;
	align-items: center;
	padding: 0 14px;
	cursor: pointer;
	background: #fff;
	border-top: solid 1px #adadad;
	transition: .2s all ease-out
}

.jq-selectbox__dropdown li.disabled {
	color: #acacac;
	cursor: default
}

.jqselect.opened .jq-selectbox__trigger-arrow {
	transform: rotate(-180deg)
}

.slider_range_container {
	position: relative;
	width: 405px;
	margin-bottom: 44px
}

@media (max-width:576px) {
	.slider_range_container {
		width: 100%
	}
}

.slider_range_title {
	line-height: 1.31;
	margin-bottom: 16px
}

.dropdown_menu li a,
.slider_range_title,
.slider_range_value {
	font-family: Montserrat;
	font-size: 14px;
	color: #141414
}

.slider_range_value {
	width: 67px;
	height: 38px;
	border-radius: 5px;
	background-color: #fff;
	line-height: 1.31;
	position: absolute;
	right: 0;
	top: 19px;
	display: flex;
	align-items: center;
	padding: 0 7.8px 0 8.8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

@media (max-width:576px) {
	.slider_range_value {
		position: relative;
		top: 0;
		right: auto;
		margin-top: 50px;
		width: 100%;
		max-width: 296px
	}
}

.slider_range_wrapper {
	width: 100%;
	max-width: 296px;
	position: relative;
	left: 5px;
	z-index: 1
}

.slider_range_wrapper .ui-slider {
	position: relative;
	background: 0 0;
	height: 6px;
	border-radius: 4px
}

.slider_range_wrapper .ui-slider .ui-slider-handle {
	border: 4px solid #bf0200;
	box-shadow: none;
	background: 0 0;
	outline: 0
}

.slider_range_wrapper .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	height: 6px;
	display: block;
	border: 0;
	background: #bf0200;
	border-radius: 4px
}

.slider_range_wrapper .ui-slider .ui-slider-handle {
	position: absolute;
	text-align: center;
	width: 13px;
	height: 13px;
	cursor: pointer;
	border-radius: 100%;
	top: -4px;
	background: #bf0200;
	z-index: 2;
	margin-left: -6px
}

.slider_range_wrapper .ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.slider_range_wrapper .ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.dropdown_menu,
.slider_range_wrapper .lines,
.slider_range_wrapper .numbers {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%
}

.slider_range_wrapper .numbers .num {
	position: absolute;
	text-align: center;
	z-index: 2;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	font-weight: 400
}

.slider_range_wrapper .numbers .num1 {
	left: -4px
}

.slider_range_wrapper .numbers .num2 {
	left: 33px
}

.slider_range_wrapper .numbers .num4 {
	left: 69px
}

.slider_range_wrapper .numbers .num6 {
	left: 107px
}

.slider_range_wrapper .numbers .num8 {
	left: 144px
}

.slider_range_wrapper .numbers .num10 {
	left: 178px
}

.slider_range_wrapper .numbers .num12 {
	left: 216px
}

.slider_range_wrapper .numbers .num14 {
	left: 253px
}

.slider_range_wrapper .numbers .num16 {
	left: 289px
}

.slider_range_wrapper .lines {
	top: 0;
	height: 6px;
	z-index: -1;
	background: #fff
}

.slider_range_wrapper .lines .line {
	width: 1px;
	height: 6px;
	background: #adadad;
	position: absolute;
	top: 0
}

.slider_range_wrapper .lines .line1 {
	left: 37px
}

.slider_range_wrapper .lines .line2 {
	left: 73px
}

.slider_range_wrapper .lines .line3 {
	left: 111px
}

.slider_range_wrapper .lines .line4 {
	left: 148px
}

.slider_range_wrapper .lines .line5 {
	left: 185px
}

.slider_range_wrapper .lines .line6 {
	left: 222px
}

.slider_range_wrapper .lines .line7 {
	left: 259px
}

.dropdown_menu {
	display: none;
	width: 1390px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	-webkit-animation: fade .4s ease-out;
	animation: fade .4s ease-out;
	top: 60px;
	padding-top: 37px
}

.dropdown_menu .buttons {
	display: flex;
	background: #fff
}

.dropdown_menu .button {
	width: 50%;
	height: 47px;
	border: solid 2px #ededed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	cursor: pointer;
	color: #adadad;
	transition: .2s all ease-out
}

.dropdown_menu .button:hover,
.dropdown_menu .single_menu_container .column ul li a:hover {
	color: #bf0200
}

.dropdown_menu .button.active {
	border: solid 2px #bf0200;
	color: #bf0200
}

.dropdown_menu .dropdown_menu_container,
.dropdown_menu .single_menu_container {
	padding-left: 30px;
	padding-right: 26px;
	justify-content: space-between;
	padding-top: 32px;
	background: #fff;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .25)
}

.dropdown_menu .dropdown_menu_container {
	display: none
}

.dropdown_menu .dropdown_menu_container.active {
	display: flex
}

.dropdown_menu .single_menu_container {
	display: flex
}

.dropdown_menu .single_menu_container .column {
	width: 100%
}

.dropdown_menu .single_menu_container .column ul {
	display: flex;
	flex-wrap: wrap
}

.dropdown_menu .single_menu_container .column ul li {
	width: 20%;
	margin-bottom: 16px
}

.dropdown_menu .single_menu_container .column ul li a {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #141414
}

.dropdown_menu .column {
	width: 18%
}

.dropdown_menu .item {
	margin-bottom: 30px
}

.dropdown_menu .dropdown_menu_footer a,
.dropdown_menu .item_title {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #141414;
	transition: .2s all ease-out
}

.dropdown_menu .item_title {
	display: block;
	margin-bottom: 11px
}

.dropdown_menu .item_title:hover {
	color: #bf0200
}

.dropdown_menu .item_title.disable_menu:hover,
.dropdown_menu li a.disable_menu:hover,
.dropdown_menu li.disable_menu a,
.dropdown_menu li.disable_menu a:hover {
	color: #999
}

.dropdown_menu ul,
.jq-selectbox__dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.dropdown_menu li a {
	line-height: 1.5
}

.dropdown_menu .item_title.disable_menu,
.dropdown_menu li a.disable_menu {
	color: #999;
	cursor: default
}

.dropdown_menu .dropdown_menu_footer a:hover,
.dropdown_menu li a:hover {
	color: #bf0200
}

.dropdown_menu .dropdown_menu_footer {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	min-height: 60px;
	padding: 0 30px;
	border-top: solid 1px #adadad;
	background: #fff
}

.dropdown_menu .dropdown_menu_footer a {
	margin-right: 46px
}

.dropdown_menu.active {
	display: block
}

.open_dropdown_fixed,
.open_dropdown_fixed.drop_panel {
	position: fixed;
	top: 47px;
	padding-top: 23px
}

.drop_panel {
	top: 100px
}

.up_arrow {
	width: 64px;
	position: fixed;
	right: 60px;
	bottom: 100px;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	opacity: 0;
	transition: .2s all ease-out
}

.up_arrow:hover {
	opacity: .8
}

.up_arrow .icon_block {
	margin-bottom: 6px
}

.up_arrow .text_block {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #bf0200
}

.up_arrow.show {
	opacity: 1
}

.modal_form,
.modal_form_carpet_calc,
.thanks_form {
	width: 100%;
	max-width: 900px;
	background: url(../img/modal_bg.png) no-repeat center;
	text-align: center;
	padding: 78px 20px;
	background-size: cover;
	position: fixed
}

.modal_form .close_modal,
.modal_form_carpet_calc .close_modal,
.thanks_form .close_modal {
	color: #fff
}

.modal_form .title,
.modal_form_carpet_calc .title,
.thanks_form .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #fff;
	margin-bottom: 27px
}

@media (max-width:767px) {

	.modal_form .title,
	.modal_form_carpet_calc .title,
	.thanks_form .title {
		font-size: 36px
	}
}

.modal_form .desc,
.modal_form_carpet_calc .desc,
.thanks_form .desc {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #fff;
	max-width: 740px;
	margin: 0 auto 40px
}

@media (max-width:767px) {

	.modal_form .desc,
	.modal_form_carpet_calc .desc,
	.thanks_form .desc {
		font-size: 20px
	}
}

.modal_form form,
.modal_form_carpet_calc form,
.thanks_form form {
	max-width: 580px;
	margin: 0 auto
}

@media (max-width:767px) {

	.modal_form form,
	.modal_form_carpet_calc form,
	.thanks_form form {
		max-width: 469px
	}
}

.modal_form .input_container,
.modal_form_carpet_calc .input_container,
.thanks_form .input_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {

	.modal_form .input_container,
	.modal_form_carpet_calc .input_container,
	.thanks_form .input_container {
		flex-direction: column
	}
}

.modal_form .input_name,
.modal_form_carpet_calc .input_name,
.thanks_form .input_name {
	width: 254px
}

@media (max-width:767px) {

	.modal_form .input_name,
	.modal_form_carpet_calc .input_name,
	.thanks_form .input_name {
		width: 100%
	}
}

.modal_form .input_phone,
.modal_form_carpet_calc .input_phone,
.thanks_form .input_phone {
	width: 310px
}

@media (max-width:767px) {

	.modal_form .input_phone,
	.modal_form_carpet_calc .input_phone,
	.thanks_form .input_phone {
		width: 100%
	}
}

.modal_form .btn,
.modal_form_carpet_calc .btn,
.thanks_form .btn {
	width: 100%
}

.modal_form .check_container,
.modal_form_carpet_calc .check_container,
.thanks_form .check_container {
	text-align: left
}

.modal_form .check_container .check,
.modal_form_carpet_calc .check_container .check,
.thanks_form .check_container .check {
	border: 2px solid #fff
}

.modal_form .check_container .check::before,
.modal_form_carpet_calc .check_container .check::before,
.thanks_form .check_container .check::before {
	background: url(../img/check_white.svg) no-repeat center
}

.modal_form .check_container .check_placeholder,
.modal_form .check_container .check_placeholder a,
.modal_form_carpet_calc .check_container .check_placeholder,
.modal_form_carpet_calc .check_container .check_placeholder a,
.thanks_form .check_container .check_placeholder,
.thanks_form .check_container .check_placeholder a {
	color: #fff
}

.check_container .check_placeholder a:hover,
.download_section a span,
.modal_form .check_container .check_placeholder a:hover,
.modal_form_carpet_calc .check_container .check_placeholder a:hover,
.section_form .check_container .check_placeholder a:hover,
.thanks_form .check_container .check_placeholder a:hover,
.top_line a {
	text-decoration: underline
}

.check_container {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 14px 0
}

.check_container .check {
	width: 24px;
	height: 24px;
	border: 2px solid #bf0200;
	border-radius: 2px;
	margin-right: 14px;
	cursor: pointer
}

.check_container .check.active::before,
.partners .section_1 .desc a:hover::after {
	opacity: 1
}

.check_container .check::before {
	content: '';
	display: block;
	background: url(../img/check.svg) no-repeat center;
	width: 20px;
	height: 21px;
	opacity: 0;
	transition: .2s all ease-out
}

.check_container .check,
.check_container .check_placeholder {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.check_container .check_placeholder a,
.top_line .close:hover {
	color: #bf0200
}

.top_line {
	background-color: #ededed;
	display: none
}

.top_line .top_line_container {
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media (max-width:576px) {
	.top_line .top_line_container {
		padding: 10px 0
	}
}

.top_line a {
	font-family: Montserrat;
	font-size: 14px;
	line-height: 1.71;
	color: #141414;
	display: block;
	width: 100%
}

@media (max-width:576px) {
	.top_line a {
		width: 80%
	}
}

.download_section a:hover span,
.top_line a:hover {
	text-decoration: none
}

.top_line .close {
	font-size: 36px;
	line-height: 36px;
	color: #141414;
	cursor: pointer;
	transition: .2s all ease-out
}

.mounting_gallery .item img,
.top_line.active {
	display: block
}

.main .after_header .after_header_container {
	padding-top: 88px
}

.after_header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.after_header .after_header_container {
	padding-top: 20px;
	padding-bottom: 88px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.after_header .breadcrumb {
	display: flex;
	align-items: center;
	padding-top: 4px;
	margin-bottom: 68px
}

@media (max-width:991px) {
	.after_header .breadcrumb {
		justify-content: center;
		margin-bottom: 20px;
		flex-direction: column;
		text-align: center
	}
}

.after_header .breadcrumb a,
.after_header .breadcrumb a::after {
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	text-transform: uppercase;
	color: #6c7795
}

.after_header .breadcrumb a {
	display: flex;
	align-items: center;
	transition: .2s all ease-out
}

.after_header .breadcrumb a:hover {
	color: #fff
}

.after_header .breadcrumb a::after {
	content: '/';
	display: block;
	margin: 0 5px
}

@media (max-width:991px) {
	.after_header .breadcrumb a::after {
		display: none
	}
}

.after_header .after_header_title,
.after_header .breadcrumb span {
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	text-transform: uppercase;
	color: #fff
}

.after_header .after_header_title {
	max-width: 673px;
	font-family: DINPro;
	font-size: 72px;
	font-weight: 700;
	line-height: 1.18
}

@media (max-width:1289px) {
	.after_header .after_header_title {
		font-size: 52px;
		max-width: 590px
	}
}

@media (max-width:991px) {
	.after_header .after_header_title {
		text-align: center;
		max-width: 100%
	}
}

@media (max-width:576px) {
	.after_header .after_header_title {
		font-size: 32px
	}
}

.after_header .after_header_desc span,
.after_header .after_header_title span {
	color: #bf0200;
	font-weight: 700
}

.after_header .after_header_desc {
	max-width: 422px;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.39;
	color: #fff;
	margin: 15px 0 38px
}

@media (max-width:991px) {
	.after_header .after_header_desc {
		text-align: center;
		max-width: 100%
	}
}

@media (max-width:576px) {
	.after_header .after_header_desc {
		font-size: 16px;
		padding: 0 15px
	}
}

@media (max-width:991px) {
	.after_header .btn {
		margin: 0 auto
	}
}

.after_header .video_btn {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #fff;
	padding-left: 76px;
	width: 200px;
	bottom: 85px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width:991px) {
	.after_header .video_btn {
		position: relative;
		transform: translateX(0);
		left: auto;
		bottom: auto;
		margin: 50px auto 0
	}
}

.after_header .video_btn::before {
	content: "";
	display: block;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	background: url(../img/video_btn.png) no-repeat center;
	width: 60px;
	height: 60px;
	transition: .2s all ease-out
}

.after_header .video_btn:hover::before {
	opacity: .7
}

.after_header.after_header_second .after_header_title {
	font-size: 60px;
	line-height: 72px
}

@media (max-width:1289px) {
	.after_header.after_header_second .after_header_title {
		font-size: 52px;
		max-width: 590px
	}
}

@media (max-width:991px) {
	.after_header.after_header_second .after_header_title {
		text-align: center;
		max-width: 100%
	}
}

@media (max-width:576px) {
	.after_header.after_header_second .after_header_title {
		font-size: 32px
	}
}

.budo .after_header .after_header_title {
	max-width: 690px
}

@media (max-width:576px) {
	.budo .after_header .after_header_title {
		line-height: 44px
	}
}

.gymnastics .after_header .after_header_title {
	max-width: 762px
}

@media (max-width:576px) {
	.gymnastics .after_header .after_header_title {
		line-height: 44px
	}
}

.carpet .after_header .after_header_title {
	max-width: 762px
}

@media (max-width:576px) {
	.carpet .after_header .after_header_title {
		line-height: 44px
	}
}

.about .after_header .after_header_desc {
	max-width: 460px
}

@media (max-width:991px) {
	.about .after_header .after_header_desc {
		max-width: 100%
	}
}

.partners .after_header .after_header_desc {
	max-width: 518px
}

@media (max-width:991px) {
	.partners .after_header .after_header_desc {
		max-width: 100%
	}
}

.six_card {
	background: #fff;
	padding-top: 73px;
	padding-bottom: 74px
}

.six_card .six_card_container {
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media (max-width:1289px) {
	.six_card .six_card_container {
		flex-direction: column
	}
}

.six_card .left {
	width: 100%;
	max-width: 567px
}

@media (max-width:1289px) {
	.six_card .left {
		max-width: 100%;
		margin-bottom: 60px
	}
}

.six_card .six_card_title {
	margin: 0 0 36px;
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414
}

@media (max-width:767px) {
	.six_card .six_card_title {
		font-size: 40px
	}
}

@media (max-width:576px) {
	.six_card .six_card_title {
		font-size: 34px;
		text-align: center
	}
}

.six_card .six_card_desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	margin-bottom: 31px;
	width: 100%;
	max-width: 400px
}

@media (max-width:576px) {
	.six_card .six_card_desc {
		text-align: center;
		max-width: 100%
	}

	.six_card .btn {
		margin: 0 auto
	}
}

.six_card .cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 856px
}

@media (max-width:1559px) {
	.six_card .cards {
		max-width: 568px
	}
}

@media (max-width:1289px) {
	.six_card .cards {
		max-width: 100%;
		margin: 0 auto;
		justify-content: space-between
	}
}

@media (max-width:576px) {
	.six_card .cards {
		justify-content: center
	}
}

.six_card .item {
	position: relative;
	width: 276px;
	height: 201px;
	margin-right: 14px;
	margin-bottom: 13px;
	cursor: pointer
}

@media (max-width:1559px) {
	.six_card .item:nth-child(2n) {
		margin-right: 0
	}

	.six_card .item:nth-child(3n) {
		margin-right: 14px
	}
}

@media (max-width:1289px) {
	.six_card .item {
		margin: 0 0 14px
	}

	.six_card .item:nth-child(2n) {
		margin-right: 0
	}
}

@media (max-width:767px) {
	.six_card .item {
		width: 246px
	}
}

@media (max-width:576px) {
	.six_card .item {
		width: 276px
	}
}

.about .section_5 .slide_btn:hover span::after,
.reviews_page .reviews_page_container .item:hover .text_block,
.reviews_page .reviews_page_container .item:hover::before,
.six_card .item:hover .text_block,
.six_card .item:hover::before {
	opacity: 0
}

.six_card .item:nth-child(3n) {
	margin-right: 0
}

.six_card .item::before {
	content: "";
	display: block;
	position: absolute;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .62) 32%, #000);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transition: .2s all ease-out
}

.six_card .item .text_block {
	position: absolute;
	bottom: 16px;
	left: 14px;
	right: 14px;
	transition: .2s all ease-out
}

.six_card .item .title {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #fff;
	margin-bottom: 8px
}

.reviews_page .reviews_page_container .item .desc p,
.six_card .item .desc p {
	font-family: Montserrat;
	font-size: 14px;
	line-height: 1.31;
	color: #fff;
	margin: 0
}

.six_card.six_card_reverse .six_card_container {
	flex-direction: row-reverse
}

@media (max-width:1289px) {
	.six_card.six_card_reverse .six_card_container {
		flex-direction: column
	}
}

.section_form {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.section_form .section_form_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 503px
}

@media (max-width:576px) {
	.section_form .section_form_container {
		padding: 30px 0 40px
	}
}

.section_form form {
	width: 100%;
	max-width: 580px;
	margin: 0 auto
}

.section_form .title {
	margin: 0 0 27px;
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #fff
}

@media (max-width:767px) {
	.section_form .title {
		font-size: 34px
	}
}

.section_form .desc {
	font-family: Montserrat;
	font-size: 22px;
	line-height: 1.48;
	color: #fff;
	margin-bottom: 45px
}

@media (max-width:767px) {
	.section_form .desc {
		font-size: 18px;
		margin-bottom: 25px
	}
}

.section_form .input_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {
	.section_form .input_container {
		flex-direction: column
	}
}

.section_form .form_input {
	margin-bottom: 0
}

@media (max-width:767px) {
	.section_form .form_input {
		margin-bottom: 20px
	}
}

.section_form .input_name {
	width: 254px
}

@media (max-width:767px) {
	.section_form .input_name {
		width: 100%
	}
}

.section_form .input_phone {
	width: 310px
}

@media (max-width:767px) {
	.section_form .input_phone {
		width: 100%
	}
}

.section_form .btn {
	width: 100%;
	height: 61px
}

.section_form .check_container {
	text-align: left
}

.section_form .check_container .check {
	border: 2px solid #fff
}

.section_form .check_container .check::before {
	background: url(../img/check_white.svg) no-repeat center
}

.section_form .check_container .check_placeholder,
.section_form .check_container .check_placeholder a {
	color: #fff
}

.approach {
	padding: 70px 0
}

.approach .approach_title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 46px
}

@media (max-width:767px) {
	.approach .approach_title {
		font-size: 34px
	}
}

@media (max-width:576px) {
	.approach .approach_title {
		text-align: center
	}
}

.approach .approach_container {
	display: flex;
	flex-wrap: wrap
}

.approach .item {
	padding-left: 92px;
	position: relative;
	width: 100%;
	max-width: 651px;
	margin-bottom: 66px;
	margin-right: 110px
}

@media (max-width:1559px) {
	.approach .item {
		max-width: 550px;
		margin-right: 50px
	}
}

@media (max-width:1289px) {
	.approach .item {
		max-width: 380px;
		margin-right: 86px
	}
}

@media (max-width:991px) {
	.approach .item {
		max-width: 100%;
		margin-right: 0
	}
}

@media (max-width:576px) {
	.approach .item {
		padding-left: 16px;
		padding-right: 16px
	}
}

.approach .item:nth-child(2),
.approach .item:nth-child(4) {
	margin-right: 0
}

.approach .item .icon_block {
	position: absolute;
	left: 0;
	top: 2px
}

@media (max-width:576px) {
	.approach .item .icon_block {
		position: relative;
		top: 0;
		text-align: center;
		margin-bottom: 20px
	}
}

.approach .item .title {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #141414;
	text-transform: uppercase;
	margin-bottom: 10px
}

@media (max-width:576px) {
	.approach .item .title {
		text-align: center
	}
}

.approach .item .desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414
}

@media (max-width:767px) {
	.approach .item .desc {
		font-size: 14px
	}
}

@media (max-width:576px) {
	.approach .item .desc {
		text-align: center
	}
}

.numbers_section {
	background-color: #e4e4e4;
	padding: 45px 0
}

.numbers_section .numbers_section_container {
	display: flex;
	flex-wrap: wrap
}

@media (max-width:1559px) {
	.numbers_section .numbers_section_container {
		justify-content: space-between
	}
}

.numbers_section .item {
	margin-right: 107px
}

@media (max-width:1559px) {
	.numbers_section .item {
		margin-right: 0
	}
}

@media (max-width:1289px) {
	.numbers_section .item {
		width: 45%;
		margin-bottom: 50px
	}
}

@media (max-width:576px) {
	.numbers_section .item {
		width: 100%;
		text-align: center
	}
}

.numbers_section .item:nth-child(4) {
	margin-right: 0
}

.numbers_section .num {
	font-family: Montserrat;
	font-size: 56px;
	font-weight: 700;
	line-height: 52px;
	color: #141414
}

@media (max-width:767px) {
	.numbers_section .num {
		font-size: 36px;
		line-height: 36px
	}
}

.numbers_section .title {
	font-family: Montserrat;
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	color: #bf0200;
	margin-bottom: 18px;
	text-transform: uppercase
}

@media (max-width:767px) {
	.numbers_section .title {
		font-size: 26px;
		margin-bottom: 10px
	}
}

.numbers_section .desc {
	font-family: Montserrat;
	font-size: 20px;
	line-height: 1.15;
	color: #1a1818;
	width: 100%;
	max-width: 262px
}

@media (max-width:1289px) {
	.numbers_section .desc {
		max-width: 100%
	}
}

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

@media (max-width:576px) {
	.numbers_section .desc {
		padding: 0 16px
	}
}

.section_options.section_options_top {
	position: relative;
	margin-bottom: 12px;
	margin-top: 70px
}

.section_options.section_options_top::before {
	content: "";
	display: block;
	position: absolute;
	background: #e4e4e4;
	height: 100%;
	width: calc((100% - 1600px)/2 + 448px);
	right: 0;
	top: 0
}

@media (max-width:1559px) {
	.section_options.section_options_top::before {
		display: none
	}
}

.section_options.section_options_top .text_block {
	max-width: 329px;
	padding: 50px 0
}

@media (max-width:1559px) {
	.section_options.section_options_top .text_block {
		max-width: 100%
	}
}

@media (max-width:991px) {
	.section_options.section_options_top .text_block {
		padding: 50px 0 20px
	}
}

@media (max-width:1559px) {
	.section_options.section_options_top .section_options_container {
		flex-direction: column-reverse
	}
}

.section_options.section_options_bottom {
	position: relative
}

.section_options.section_options_bottom::before {
	content: "";
	display: block;
	position: absolute;
	background: #e4e4e4;
	height: 100%;
	width: calc((100% - 1600px)/2 + 448px);
	left: 0;
	top: 0
}

@media (max-width:1559px) {
	.section_options.section_options_bottom::before {
		display: none
	}
}

.section_options.section_options_bottom .text_block {
	max-width: 356px;
	padding: 60px 0
}

@media (max-width:1559px) {
	.section_options.section_options_bottom .text_block {
		max-width: 100%
	}
}

@media (max-width:991px) {
	.section_options.section_options_bottom .text_block {
		padding: 50px 0 20px
	}
}

.section_options {
	margin-bottom: 60px
}

.section_options .section_options_container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative
}

@media (max-width:1559px) {
	.section_options .section_options_container {
		flex-direction: column
	}
}

.section_options .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1056px;
	padding: 30px 0 10px;
	background: #fff
}

.section_options .item {
	width: 193px;
	height: 183px;
	margin-bottom: 20px
}

@media (max-width:1289px) {
	.section_options .item {
		width: 19%;
		height: auto
	}
}

@media (max-width:767px) {
	.section_options .item {
		width: 30%
	}

	.section_options .item:nth-child(10) {
		display: none
	}
}

@media (max-width:576px) {
	.section_options .item {
		width: 49%
	}

	.section_options .item:nth-child(10) {
		display: block
	}
}

.section_options .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 45px
}

@media (max-width:1559px) {
	.section_options .title {
		margin-bottom: 25px
	}
}

@media (max-width:767px) {
	.section_options .title {
		font-size: 36px
	}
}

@media (max-width:1559px) {
	.section_options .desc {
		margin-bottom: 30px
	}
}

.section_options .desc p {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	margin-bottom: 30px
}

@media (max-width:1559px) {
	.section_options .desc p {
		line-height: 1.3;
		margin-bottom: 0;
		margin-top: 0
	}
}

@media (max-width:767px) {
	.section_options .desc p {
		font-size: 14px
	}
}

.card {
	display: block;
	margin-bottom: 40px
}

@media (max-width:767px) {
	.card {
		text-align: center
	}
}

.card .img_block {
	min-height: 292px;
	display: flex;
	justify-content: center;
	align-items: center
}

.card .text_block {
	position: relative
}

.card .desc,
.card .title {
	font-family: Montserrat;
	color: #141414
}

.card .title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	margin-bottom: 4px
}

.card .desc {
	font-size: 14px;
	line-height: 1.31;
	margin-bottom: 15px
}

.card .price_container {
	display: flex;
	align-items: center
}

@media (max-width:767px) {
	.card .price_container {
		justify-content: center
	}
}

.card .competitor span,
.card .price {
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.48;
	color: #141414
}

.card .competitor b,
.card .old_price {
	font-family: Montserrat;
	font-weight: 500;
	color: #adadad
}

.card .old_price {
	font-size: 22px;
	line-height: 1.5;
	margin-left: 15px;
	position: relative
}

.card .old_price::before {
	content: '';
	height: 2px;
	background: #bf0200;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	width: 100%
}

.card .competitor {
	position: absolute;
	right: 0;
	bottom: 0
}

@media (max-width:767px) {
	.card .competitor {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 10px
	}
}

.card .competitor b {
	font-size: 16px;
	line-height: 1;
	display: block
}

.card .competitor span {
	line-height: 1.31;
	color: #adadad
}

.card_last {
	width: 330px;
	height: 274px;
	padding: 182px 61px 25px 20px;
	background-color: #bf0200;
	display: block;
	transition: .2s all ease-out
}

.card_last:hover {
	background-color: #a60200
}

@media (max-width:767px) {
	.card_last {
		margin: 0 auto
	}
}

@media (max-width:576px) {
	.card_last {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		text-align: center;
		height: 150px
	}
}

.card_last .card_last_title,
.download_section a {
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.48;
	color: #fff;
	position: relative
}

.card_last .card_last_title::before {
  content: '';
  background: url(../img/arrow.svg);
  position: absolute;
  bottom: 9px;
  left: auto;
  width: 12px;
  height: 18px;
  background-size: cover;
  right: 0;
}

@media (max-width:576px) {
	.card_last .card_last_title::before {
		display: none
	}
}

.card_section_title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 40px
}

.main_tabs_content {
	display: none
}

.main_tabs_content.active {
	display: block;
	-webkit-animation: fade .3s ease-out;
	animation: fade .3s ease-out
}

.wrestling_mats {
	background-color: #e4e4e4;
	padding-top: 50px
}

.wrestling_mats .wrestling_mats_container {
	position: relative;
	min-height: 685px;
	z-index: 1
}

@media (max-width:1289px) {
	.wrestling_mats .wrestling_mats_container {
		padding-bottom: 50px
	}
}

@media (max-width:991px) {
	.wrestling_mats .wrestling_mats_container {
		padding-bottom: 20px
	}
}

.wrestling_mats .wrestling_mats_title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414
}

@media (max-width:1289px) {
	.wrestling_mats .wrestling_mats_title {
		text-align: center;
		margin-bottom: 40px
	}
}

.wrestling_mats .wrestling_mats_bg {
	text-align: center;
	width: 973px;
	top: -64px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1
}

@media (max-width:1559px) {
	.wrestling_mats .wrestling_mats_bg {
		width: 700px;
		top: 31px
	}
}

@media (max-width:1289px) {
	.wrestling_mats .wrestling_mats_bg {
		position: relative;
		left: 0;
		transform: translateX(0);
		text-align: center;
		width: 100%
	}
}

.wrestling_mats .wrestling_mats_bg .logo_bg {
	top: 96px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width:1559px) {
	.wrestling_mats .wrestling_mats_bg .logo_bg {
		top: 34px
	}
}

@media (max-width:576px) {
	.wrestling_mats .wrestling_mats_bg .logo_bg {
		top: 16px
	}
}

.wrestling_mats .type {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #141414
}

@media (max-width:1559px) {
	.wrestling_mats .type {
		font-size: 16px
	}
}

.wrestling_mats .title {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #141414;
	margin-bottom: 4px
}

@media (max-width:1559px) {
	.wrestling_mats .title {
		font-size: 22px
	}
}

.wrestling_mats .desc {
	font-family: Montserrat;
	font-size: 14px;
	line-height: 1.63;
	color: #141414
}

.wrestling_mats .desc span {
	color: #c01615
}

.wrestling_mats .line {
	position: absolute
}

@media (max-width:1289px) {
	.wrestling_mats .items {
		display: flex;
		justify-content: center
	}
}

@media (max-width:767px) {
	.wrestling_mats .items {
		flex-wrap: wrap
	}
}

.wrestling_mats .item {
	position: absolute
}

@media (max-width:1289px) {
	.wrestling_mats .item {
		position: relative;
		margin: 0 20px;
		text-align: center
	}
}

@media (max-width:767px) {
	.wrestling_mats .item {
		margin-bottom: 30px
	}
}

.wrestling_mats .item .img_block {
	position: absolute;
	left: 0;
	top: 0
}

@media (max-width:1289px) {
	.wrestling_mats .item .img_block {
		position: relative
	}
}

.wrestling_mats .item1 {
	left: 5px;
	top: 62px;
	padding-left: 128px;
	padding-top: 33px
}

@media (max-width:1559px) {
	.wrestling_mats .item1 {
		padding-top: 0
	}
}

@media (max-width:1289px) {
	.wrestling_mats .item1 {
		top: 0;
		left: 0;
		padding-left: 0
	}
}

.wrestling_mats .item1 .line {
	background: url(../img/wrestling_mats_line1.svg) no-repeat center;
	width: 326px;
	height: 57px;
	top: 34px;
	left: 128px
}

@media (max-width:1559px) {
	.wrestling_mats .item1 .line {
		display: none
	}
}

.wrestling_mats .item1 .desc {
	width: 182px
}

@media (max-width:1289px) {
	.wrestling_mats .item1 .desc {
		display: none
	}
}

.wrestling_mats .item2 {
	left: 5px;
	top: 232px;
	padding-left: 128px;
	padding-top: 33px
}

@media (max-width:1289px) {
	.wrestling_mats .item2 {
		top: 0;
		left: 0;
		padding-left: 0;
		padding-top: 0
	}
}

.wrestling_mats .item2 .line {
	background: url(../img/wrestling_mats_line2.svg) no-repeat center;
	width: 247px;
	height: 115px;
	top: -24px;
	left: 128px
}

@media (max-width:1559px) {
	.wrestling_mats .item2 .line {
		display: none
	}
}

.wrestling_mats .item3 {
	right: -7px;
	top: 58px;
	padding-right: 127px;
	padding-top: 33px
}

@media (max-width:1289px) {
	.wrestling_mats .item3 {
		top: 0;
		right: 0;
		padding-right: 0;
		padding-top: 0
	}
}

.wrestling_mats .item3 .line {
	background: url(../img/wrestling_mats_line3.svg) no-repeat center;
	width: 288px;
	height: 77px;
	top: 94px;
	left: -153px
}

@media (max-width:1559px) {
	.wrestling_mats .item3 .line {
		display: none
	}
}

.wrestling_mats .item3 .img_block {
	right: 0;
	left: auto
}

@media (max-width:1289px) {
	.wrestling_mats .item3 .img_block {
		top: 0;
		right: 0
	}
}

.wrestling_mats .item4 {
	right: -65px;
	top: 234px;
	padding-right: 127px;
	padding-top: 33px
}

@media (max-width:1559px) {
	.wrestling_mats .item4 {
		right: 0;
		padding-right: 60px
	}
}

@media (max-width:1289px) {
	.wrestling_mats .item4 {
		display: none
	}
}

.wrestling_mats .item4 .line {
	background: url(../img/wrestling_mats_line4.svg) no-repeat center;
	width: 247px;
	height: 40px;
	top: 51px;
	left: -56px
}

@media (max-width:1559px) {
	.wrestling_mats .item4 .line {
		display: none
	}
}

.wrestling_mats .material_container {
	top: 323px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center
}

@media (max-width:1289px) {
	.wrestling_mats .material_container {
		position: relative;
		top: -20px;
		margin-bottom: 30px
	}
}

@media (max-width:991px) {
	.wrestling_mats .material_container {
		top: 2px;
		margin-bottom: 50px
	}
}

@media (max-width:767px) {
	.wrestling_mats .material_container {
		top: 0;
		margin-top: 30px
	}
}

.wrestling_mats .material {
	margin: 0 8px;
	position: relative
}

.wrestling_mats .material_title {
	margin-bottom: 8px
}

.wrestling_mats .material1 .line {
	position: absolute;
	background: url(../img/wrestling_mats_line5.svg) no-repeat center;
	width: 124px;
	height: 56px;
	top: -35px;
	left: -81px
}

@media (max-width:767px) {
	.wrestling_mats .material1 .line {
		display: none
	}
}

.wrestling_mats .material2 .line {
	position: absolute;
	background: url(../img/wrestling_mats_line6.svg) no-repeat center;
	width: 67px;
	height: 54px;
	top: -34px;
	left: 1px
}

@media (max-width:767px) {
	.wrestling_mats .material2 .line {
		display: none
	}
}

.wrestling_mats .material3 .line {
	position: absolute;
	background: url(../img/wrestling_mats_line7.svg) no-repeat center;
	width: 119px;
	height: 54px;
	top: -34px;
	left: 2px
}

@media (max-width:767px) {
	.wrestling_mats .material3 .line {
		display: none
	}
}

.wrestling_mats .options_container {
	top: 477px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center
}

@media (max-width:1289px) {
	.wrestling_mats .options_container {
		position: relative;
		top: 0
	}
}

@media (max-width:991px) {
	.wrestling_mats .options_container {
		flex-wrap: wrap
	}
}

.wrestling_mats .option {
	position: relative;
	padding-left: 60px;
	margin: 0 38px
}

@media (max-width:991px) {
	.wrestling_mats .option {
		padding-left: 0;
		margin: 0 24px 40px
	}
}

.wrestling_mats .option_plus {
	background: url(../img/plus.svg) no-repeat center;
	width: 38px;
	height: 39px;
	position: absolute;
	left: 0;
	top: 17px
}

@media (max-width:991px) {
	.wrestling_mats .option_plus {
		display: none
	}
}

.wrestling_mats .option_title,
.wrestling_mats ul li {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #141414;
	white-space: nowrap
}

@media (max-width:991px) {
	.wrestling_mats .option_title {
		font-size: 20px
	}
}

.wrestling_mats ul {
	margin: 0;
	list-style-type: none;
	padding: 3px 0 0
}

.wrestling_mats ul li {
	font-size: 16px;
	line-height: 1.63
}

@media (max-width:991px) {
	.wrestling_mats ul li {
		font-size: 14px
	}
}

.download_section {
	background: url(../img/download_bg.png) no-repeat center;
	background-size: cover;
	width: 100%;
	min-height: 142px;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 30px
}

.download_section a {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.13;
	text-transform: uppercase;
	padding-left: 35px;
	min-height: 25px;
	display: inline-block;
	margin-bottom: 8px
}

@media (max-width:576px) {
	.download_section a {
		padding-left: 0;
		font-size: 14px
	}
}

.download_section a::before {
	content: '';
	display: block;
	background: url(../img/download.svg) no-repeat center;
	width: 25px;
	height: 25px;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -4px
}

@media (max-width:576px) {
	.download_section a::before {
		display: none
	}
}

.download_section .desc,
.textpage_container p {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31
}

.download_section .desc {
	color: #fff;
	text-transform: uppercase
}

@media (max-width:576px) {
	.download_section .desc {
		font-size: 14px
	}
}

.slider_card {
	margin-bottom: 70px
}

.slider_card .slider_card_title,
.textpage_container h1,
.textpage_container h2 {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414
}

.slider_card .slider_card_title {
	font-stretch: condensed;
	margin-bottom: 40px
}

@media (max-width:767px) {
	.slider_card .slider_card_title {
		font-size: 36px
	}
}

.slider_card .item {
	width: 100%;
	max-width: 330px
}

@media (max-width:1559px) {
	.slider_card .item {
		padding: 0 15px
	}
}

@media (max-width:767px) {
	.slider_card .item {
		max-width: 100%
	}
}

.slider_card .slick-prev {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	z-index: 1;
	left: -45px;
	top: 112px;
	cursor: pointer;
	transition: .2s all ease-out
}

@media (max-width:576px) {
	.slider_card .slick-prev {
		display: none !important
	}
}

.budo .slider_card .slick-next:hover,
.budo .slider_card .slick-prev:hover,
.slider_card .slick-next:hover,
.slider_card .slick-prev:hover {
	opacity: .8
}

.budo .slider_card .slick-prev,
.slider_card .slick-next {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	cursor: pointer;
	transition: .2s all ease-out
}

.slider_card .slick-next {
	right: -45px;
	top: calc(50% - 44px);
	top: 112px;
	transform: rotate(-180deg)
}

@media (max-width:576px) {
	.slider_card .slick-next {
		display: none !important
	}
}

.budo .slider_card {
	padding-top: 60px
}

.budo .slider_card .slick-prev {
	z-index: 1;
	left: -45px;
	transform: translateY(-50%);
	top: 50%
}

@media (max-width:576px) {
	.budo .slider_card .slick-prev {
		display: none !important
	}
}

.budo .slider_card .slick-next {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	right: -45px;
	top: calc(50% - 44px);
	cursor: pointer;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	transform: rotate(-180deg) translateY(-50%);
	transition: .2s all ease-out
}

@media (max-width:576px) {
	.budo .slider_card .slick-next {
		display: none !important
	}
}

.textpage_container {
	margin-bottom: 100px;
	margin-top: 20px
}

.textpage_container h1,
.textpage_container h2 {
	margin: 20px 0
}

.textpage_container h2 {
	font-size: 40px;
	margin: 18px 0
}

.textpage_container h3,
.textpage_container h4,
.textpage_container h5,
.textpage_container h6 {
	font-family: DINPro;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin: 16px 0
}

.textpage_container h4,
.textpage_container h5,
.textpage_container h6 {
	font-size: 26px
}

.textpage_container h5,
.textpage_container h6 {
	font-size: 20px
}

.textpage_container h6 {
	font-size: 16px
}

.textpage_container p {
	color: #141414;
	margin: 16px 0
}

.textpage_container ol,
.textpage_container ul {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 30px 0
}

.textpage_container ol li,
.textpage_container ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px
}

.textpage_container ol li::before,
.textpage_container ul li::before {
	display: block;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%
}

.textpage_container ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #bf0200;
	border-radius: 50%
}

.textpage_container ol {
	counter-reset: li
}

.textpage_container ol li {
	counter-increment: li
}

.textpage_container ol li::before {
	content: counter(li);
	color: #bf0200;
	font-family: Montserrat;
	font-weight: 500
}

.reviews_page .reviews_page_section {
	padding-top: 60px;
	padding-bottom: 100px
}

.reviews_page .reviews_page_title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 40px
}

@media (max-width:991px) {
	.reviews_page .reviews_page_title {
		text-align: center
	}
}

.reviews_page .reviews_page_container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
	width: 100%;
	margin: 0 auto
}

@media (max-width:1559px) {
	.reviews_page .reviews_page_container {
		grid-template-columns: 1fr 1fr 1fr 1fr
	}
}

@media (max-width:1289px) {
	.reviews_page .reviews_page_container {
		grid-template-columns: 1fr 1fr 1fr
	}
}

@media (max-width:991px) {
	.reviews_page .reviews_page_container {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap
	}
}

.reviews_page .reviews_page_container .item {
	position: relative;
	width: 276px;
	height: 201px;
	margin-bottom: 30px;
	cursor: pointer
}

.reviews_page .reviews_page_container .item::before {
	content: "";
	display: block;
	position: absolute;
	background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .62) 32%, #000);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transition: .2s all ease-out
}

.reviews_page .reviews_page_container .item .text_block {
	position: absolute;
	bottom: 16px;
	left: 14px;
	right: 14px;
	transition: .2s all ease-out
}

.reviews_page .reviews_page_container .item .title {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #fff;
	margin-bottom: 8px
}

.review_page .review_page_section {
	padding-top: 60px;
	padding-bottom: 0
}

.review_page .review_page_title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 40px
}

@media (max-width:991px) {
	.review_page .review_page_title {
		text-align: center
	}
}

.review_page .review_page_slider {
	position: relative;
	margin-bottom: 40px
}

.review_page .slick-prev {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	left: -45px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	cursor: pointer;
	transition: .2s all ease-out
}

@media (max-width:991px) {
	.review_page .slick-prev {
		display: none !important
	}
}

.review_page .slick-next:hover,
.review_page .slick-prev:hover {
	opacity: .8
}

.review_page .slick-next {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	right: -45px;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: .2s all ease-out
}

@media (max-width:991px) {
	.review_page .slick-next {
		display: none !important
	}
}

.review_page .review_page_numbers {
	display: flex;
	flex-wrap: wrap
}

.review_page .review_page_numbers .review_page_number {
	border: 2px solid #bf0200;
	border-radius: 6px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 15px 40px 0
}

.review_page .review_page_numbers .review_page_number .num {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.13;
	color: #bf0200;
	margin-bottom: 10px
}

.review_page .review_page_numbers .review_page_number .desc {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #141414;
	margin-bottom: 4px
}

.mounting_gallery {
	margin-bottom: 80px
}

.mounting_gallery .item {
	display: block;
	border: 3px solid #b7b7b7;
	padding: 4px;
	margin: 0 auto 30px;
	transition: .2s all ease-out
}

.mounting_gallery .item:hover {
	opacity: .7;
	border: 3px solid #bf0200
}

.main_section_form,
.question_section {
	background-color: #e4e4e4;
	padding: 56px 0 62px
}

.question_section .question_title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	position: absolute;
	right: 19px;
	top: -10px;
	width: 506px
}

@media (max-width:1559px) {
	.question_section .question_title {
		right: -20px;
		font-size: 45px
	}
}

@media (max-width:1289px) {
	.question_section .question_title {
		position: relative;
		right: auto;
		top: auto;
		margin-bottom: 40px;
		width: 100%
	}
}

@media (max-width:767px) {
	.question_section .question_title {
		font-size: 36px
	}
}

.question_section .question_container {
	display: flex;
	flex-wrap: wrap;
	max-width: 855px
}

@media (max-width:1559px) {
	.question_section .question_container {
		max-width: 680px
	}
}

@media (max-width:1289px) {
	.question_section .question_container {
		max-width: 100%
	}
}

.question_section .question_left {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #141414;
	max-width: 397px;
	margin-right: 54px;
	margin-bottom: 23px
}

@media (max-width:1559px) {
	.question_section .question_left {
		max-width: 297px;
		font-size: 20px
	}
}

@media (max-width:1289px) {
	.question_section .question_left {
		max-width: 40%
	}
}

@media (max-width:767px) {
	.question_section .question_left {
		max-width: 100%;
		font-size: 18px
	}
}

.question_section .question_right {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #141414;
	max-width: 404px
}

@media (max-width:1559px) {
	.question_section .question_right {
		max-width: 304px;
		font-size: 20px
	}
}

@media (max-width:1289px) {
	.question_section .question_right {
		max-width: 40%
	}
}

@media (max-width:767px) {
	.question_section .question_right {
		max-width: 100%;
		margin-bottom: 30px;
		font-size: 18px
	}
}

.main .section_6 .right .item span,
.main_section_form .desc span,
.question_section .question_right span {
	color: #bf0200
}

.question_section form {
	width: 100%;
	position: relative
}

.question_section input {
	width: 100%;
	padding-right: 300px
}

@media (max-width:767px) {
	.question_section input {
		margin-bottom: 20px;
		padding-right: 0
	}
}

.question_section button {
	width: 277px;
	height: 61px;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0
}

@media (max-width:767px) {
	.question_section button {
		position: relative;
		width: 100%
	}
}

.main_section_form {
	padding: 62px 0;
	margin-bottom: 70px
}

.main .section_4 .section_4_container,
.main_section_form .main_section_form_container {
	display: flex
}

@media (max-width:1289px) {
	.main_section_form .main_section_form_container {
		flex-direction: column
	}
}

.main_section_form .img_block {
	margin-right: 76px
}

@media (max-width:1289px) {
	.main_section_form .img_block {
		width: 100%;
		margin-bottom: 50px
	}

	.main_section_form .img_block img {
		width: 100%
	}
}

@media (max-width:767px) {
	.main_section_form .img_block {
		margin-bottom: 40px
	}
}

@media (max-width:576px) {
	.main_section_form .img_block {
		margin-bottom: 30px
	}
}

.main_section_form .right {
	max-width: 580px
}

@media (max-width:1289px) {
	.main_section_form .right {
		max-width: 100%
	}
}

.main_section_form .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: .7;
	color: #141414;
	margin-bottom: 36px
}

@media (max-width:767px) {
	.main_section_form .title {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 26px
	}
}

.main_section_form .desc {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #141414;
	margin-bottom: 40px
}

@media (max-width:767px) {
	.main_section_form .desc {
		font-size: 20px
	}
}

.main_section_form form {
	width: 100%;
	margin: 0 auto
}

.main_section_form .input_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {
	.main_section_form .input_container {
		flex-direction: column
	}
}

.main_section_form .form_input {
	margin-bottom: 0
}

@media (max-width:767px) {
	.main_section_form .form_input {
		margin-bottom: 20px
	}
}

.main_section_form .input_name {
	width: 254px
}

@media (max-width:1289px) {
	.main_section_form .input_name {
		width: 48%
	}
}

@media (max-width:767px) {
	.main_section_form .input_name {
		width: 100%
	}
}

.main_section_form .input_phone {
	width: 310px
}

@media (max-width:1289px) {
	.main_section_form .input_phone {
		width: 48%
	}
}

@media (max-width:767px) {
	.main_section_form .input_phone {
		width: 100%
	}
}

.main_section_form .btn {
	width: 100%;
	height: 61px;
	text-align: center
}

@media (max-width:767px) {
	.main_section_form .check_container {
		padding-top: 0
	}
}

.approved .approved_container {
	display: flex;
	min-height: 350px;
	padding-top: 35px
}

@media (max-width:991px) {
	.approved .approved_container {
		flex-direction: column;
		padding-bottom: 50px
	}
}

@media (max-width:576px) {
	.approved .approved_container {
		padding-bottom: 50px
	}
}

.approved .approved_left {
	background: url(../img/approved_bg.png) no-repeat center;
	height: 290px;
	background-position: left center;
	padding-left: 450px;
	padding-top: 51px;
	margin-right: 112px
}

@media (max-width:1559px) {
	.approved .approved_left {
		padding-left: 338px;
		background-position: left -96px center
	}
}

@media (max-width:1289px) {
	.approved .approved_left {
		margin-right: 25px;
		padding-left: 258px;
		background-position: left -138px center;
		padding-top: 74px
	}
}

@media (max-width:991px) {
	.approved .approved_left {
		padding-top: 90px
	}
}

@media (max-width:767px) {
	.approved .approved_left {
		background-size: 86%;
		background-position: left -116px center;
		padding-top: 82px;
		padding-left: 215px
	}
}

@media (max-width:576px) {
	.approved .approved_left {
		padding-left: 0;
		background-position: center top;
		text-align: center;
		margin-right: 0;
		padding-top: 260px;
		margin-bottom: 65px;
		background-size: cover
	}
}

.approved .approved_right {
	max-width: 354px;
	padding-top: 69px
}

@media (max-width:991px) {
	.approved .approved_right {
		max-width: 100%;
		padding-top: 0
	}
}

@media (max-width:576px) {
	.approved .approved_right {
		text-align: center
	}
}

.approved .approved_title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	max-width: 398px
}

@media (max-width:1289px) {
	.approved .approved_title {
		font-size: 36px
	}
}

@media (max-width:991px) {
	.approved .approved_title {
		max-width: 100%
	}
}

@media (max-width:767px) {
	.approved .approved_title {
		font-size: 32px
	}
}

@media (max-width:576px) {
	.approved .approved_title {
		font-size: 28px
	}
}

.approved .desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	margin-bottom: 29px
}

@media (max-width:576px) {
	.approved .btn {
		margin: 0 auto
	}
}

.main .section_4 {
	padding: 74px 0
}

@media (max-width:1289px) {
	.main .section_4 .section_4_container {
		flex-direction: column
	}
}

.main .section_4 .section_4_left {
	width: 546px;
	margin-right: 70px
}

@media (max-width:1289px) {
	.main .section_4 .section_4_left {
		margin-bottom: 20px;
		width: 100%;
		margin-right: 0
	}
}

.main .section_4 .section_4_right {
	flex: 1;
	padding-top: 10px
}

.main .section_4 .items {
	display: flex
}

@media (max-width:1289px) {
	.main .section_4 .items {
		flex-direction: column
	}
}

.main .section_4 .item {
	width: 350px
}

@media (max-width:1559px) {
	.main .section_4 .item {
		width: 310px
	}
}

.main .section_4 .item:nth-child(1) {
	margin-right: 85px
}

@media (max-width:1289px) {
	.main .section_4 .item {
		width: 100%
	}
}

.main .section_4 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 44px
}

@media (max-width:1559px) {
	.main .section_4 .title {
		font-size: 38px;
		margin-bottom: 30px
	}
}

@media (max-width:767px) {
	.main .section_4 .title {
		font-size: 36px
	}
}

@media (max-width:576px) {
	.main .section_4 .title {
		font-size: 30px
	}
}

.main .section_4 .desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	margin-bottom: 30px
}

.main .section_6 {
	position: relative;
	margin-bottom: 70px;
	margin-top: 40px
}

.main .section_6::before {
	content: "";
	display: block;
	position: absolute;
	background: #bf0200;
	height: 100%;
	width: calc((100% - 1600px)/2 + 1022px);
	left: 0;
	top: 0
}

@media (max-width:1289px) {
	.main .section_6::before {
		width: 100%
	}
}

.main .section_6 .section_6_container {
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex
}

@media (max-width:1289px) {
	.main .section_6 .section_6_container {
		flex-direction: column
	}
}

.main .section_6 .left {
	width: 830px;
	margin-right: 229px
}

@media (max-width:1559px) {
	.main .section_6 .left {
		width: 736px;
		margin-right: 150px
	}
}

@media (max-width:1289px) {
	.main .section_6 .left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px
	}
}

.main .section_6 .left .items {
	display: flex
}

@media (max-width:767px) {
	.main .section_6 .left .items {
		flex-direction: column-reverse
	}
}

.main .section_6 .left .item {
	width: 370px
}

@media (max-width:767px) {
	.main .section_6 .left .item {
		width: 100%
	}
}

.main .section_6 .left .item:nth-child(1) {
	margin-right: 82px
}

@media (max-width:1559px) {
	.main .section_6 .left .item:nth-child(1) {
		margin-right: 36px
	}
}

@media (max-width:767px) {
	.main .section_6 .left .item:nth-child(1) {
		margin-right: 0
	}
}

.main .section_6 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #fff;
	margin-bottom: 45px
}

@media (max-width:767px) {
	.main .section_6 .title {
		font-size: 36px
	}
}

.main .section_6 .desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #fff;
	margin-bottom: 30px
}

.main .section_6 .btn {
	background-color: #fff;
	color: #bf0200
}

.main .section_6 .right {
	padding-top: 10px
}

.main .section_6 .right .item {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #141414;
	margin-bottom: 40px
}

@media (max-width:1559px) {
	.main .section_6 .right .item {
		font-size: 23px
	}
}

@media (max-width:1289px) {
	.main .section_6 .right .item {
		color: #fff;
		margin-bottom: 0
	}
}

@media (max-width:991px) {
	.main .section_6 .right .item {
		margin-bottom: 10px;
		font-size: 20px
	}
}

@media (max-width:576px) {
	.main .section_6 .right .item {
		font-size: 16px
	}
}

@media (max-width:1289px) {
	.main .section_6 .right .item span {
		color: #fff
	}
}

.about .section_5 .slide_btn span,
.partners .section_1 {
	position: relative
}

.partners .section_1::before {
	content: "";
	display: block;
	position: absolute;
	background: #e4e4e4;
	height: 100%;
	width: calc((100% - 1600px)/2 + 911px);
	left: 0;
	top: 0
}

@media (max-width:1559px) {
	.partners .section_1::before {
		width: calc((100% - 1460px)/2 + 911px)
	}
}

@media (max-width:1289px) {
	.partners .section_1::before {
		width: 100%
	}
}

.partners .section_1 .section_1_container {
	padding-top: 52px;
	padding-bottom: 20px;
	display: flex
}

@media (max-width:1289px) {
	.partners .section_1 .section_1_container {
		flex-direction: column
	}
}

.partners .section_1 .left {
	width: 736px;
	margin-right: 170px
}

@media (max-width:1289px) {
	.partners .section_1 .left {
		margin-right: 0;
		margin-bottom: 50px;
		width: 100%
	}
}

.partners .section_1 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 47px
}

@media (max-width:1559px) {
	.partners .section_1 .title {
		font-size: 48px
	}
}

@media (max-width:767px) {
	.partners .section_1 .title {
		font-size: 36px
	}
}

.partners .section_1 .input_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {
	.partners .section_1 .input_container {
		flex-direction: column
	}
}

.partners .section_1 .form_input {
	margin-bottom: 0;
	width: 345px
}

@media (max-width:1559px) {
	.partners .section_1 .form_input {
		width: 310px
	}
}

@media (max-width:1289px) {
	.partners .section_1 .form_input {
		width: 48%
	}
}

@media (max-width:767px) {
	.partners .section_1 .form_input {
		width: 100%;
		margin-bottom: 20px
	}
}

.partners .section_1 .btn {
	width: 100%;
	height: 61px
}

@media (max-width:767px) {
	.partners .section_1 .btn {
		padding: 0 10px;
		text-align: center
	}
}

@media (max-width:1289px) {
	.partners .section_1 .right {
		display: flex;
		justify-content: space-between
	}
}

@media (max-width:767px) {
	.partners .section_1 .right {
		flex-direction: column
	}
}

@media (max-width:576px) {
	.partners .section_1 .right {
		align-items: center
	}
}

.partners .section_1 .item {
	margin-bottom: 29px
}

@media (max-width:1289px) {
	.partners .section_1 .item {
		width: 236px
	}
}

@media (max-width:991px) {
	.partners .section_1 .item {
		width: 212px
	}
}

@media (max-width:767px) {
	.partners .section_1 .item {
		width: 100%
	}
}

@media (max-width:1289px) {
	.partners .section_1 h3 {
		line-height: 1.1;
		margin-bottom: 10px
	}
}

.about .section_1 .left .desc,
.partners .section_1 .desc,
.partners .section_1 .desc a {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.5;
	color: #141414
}

.partners .section_1 .desc a {
	font-weight: 500;
	position: relative
}

.partners .section_1 .desc a::after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background: #bf0200;
	position: absolute;
	bottom: -1px;
	opacity: 0;
	transition: .2s all ease-out
}

.boxing_bags .approach {
	padding-top: 0
}

.boxing_bags .section_1 {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px
}

.boxing_bags .section_1::before {
	content: "";
	display: block;
	position: absolute;
	background: #e4e4e4;
	height: 100%;
	width: calc((100% - 1600px)/2 + 688px);
	left: 0;
	top: 0
}

@media (max-width:1559px) {
	.boxing_bags .section_1::before {
		width: calc((100% - 1460px)/2 + 745px)
	}
}

@media (max-width:1289px) {
	.boxing_bags .section_1::before {
		width: 100%
	}
}

.boxing_bags .section_1 .section_1_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:1289px) {
	.boxing_bags .section_1 .section_1_container {
		flex-direction: column;
		padding-bottom: 80px
	}
}

.boxing_bags .section_1 .left {
	width: 580px;
	padding-top: 47px;
	padding-bottom: 59px
}

@media (max-width:1559px) {
	.boxing_bags .section_1 .left {
		width: 500px
	}
}

@media (max-width:1289px) {
	.boxing_bags .section_1 .left {
		width: 100%
	}
}

.boxing_bags .section_1 .right {
	position: absolute;
	right: -56px;
	top: 56px
}

@media (max-width:1559px) {
	.boxing_bags .section_1 .right {
		top: 88px
	}
}

@media (max-width:1289px) {
	.boxing_bags .section_1 .right {
		position: relative;
		top: 0;
		right: auto
	}
}

.boxing_bags .section_1 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 44px
}

@media (max-width:767px) {
	.boxing_bags .section_1 .title {
		font-size: 36px;
		margin-bottom: 24px
	}
}

.boxing_bags .section_1 .desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	margin-bottom: 38px
}

.boxing_bags .section_1 .input_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {
	.boxing_bags .section_1 .input_container {
		flex-direction: column
	}
}

.boxing_bags .section_1 .form_input {
	margin-bottom: 0;
	width: 254px
}

@media (max-width:1559px) {
	.boxing_bags .section_1 .form_input {
		width: 236px
	}
}

@media (max-width:1289px) {
	.boxing_bags .section_1 .form_input {
		width: 48%
	}
}

@media (max-width:767px) {
	.boxing_bags .section_1 .form_input {
		width: 100%;
		margin-bottom: 20px
	}
}

.boxing_bags .section_1 .input_phone {
	width: 310px
}

@media (max-width:1559px) {
	.boxing_bags .section_1 .input_phone {
		width: 236px
	}
}

@media (max-width:1289px) {
	.boxing_bags .section_1 .input_phone {
		width: 48%
	}
}

@media (max-width:767px) {
	.boxing_bags .section_1 .input_phone {
		width: 100%
	}
}

.boxing_bags .section_1 .btn {
	width: 100%;
	height: 61px
}

@media (max-width:767px) {
	.boxing_bags .section_1 .btn {
		padding: 0 10px;
		text-align: center
	}
}

.boxing_bags .section_1 .video_container {
	width: 888px;
	height: 445px
}

@media (max-width:1559px) {
	.boxing_bags .section_1 .video_container {
		width: 720px;
		height: 360px
	}
}

@media (max-width:1289px) {
	.boxing_bags .section_1 .video_container {
		height: auto;
		width: 100%
	}

	.boxing_bags .section_1 .video_container img {
		width: 100%;
		display: block
	}
}

.boxing_bags .section_1 .video_container::before {
	content: '';
	display: block;
	position: absolute;
	opacity: .55;
	background-color: #000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.boxing_bags .section_1 .video_btn {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #fff;
	width: 92px;
	height: 92px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%
}

@media (max-width:767px) {
	.boxing_bags .section_1 .video_btn {
		width: 60px;
		height: 60px
	}
}

.boxing_bags .section_1 .video_btn::before {
	content: "";
	display: block;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	background: url(../img/video_button_2.png) no-repeat center;
	width: 92px;
	height: 92px;
	transition: .2s all ease-out
}

@media (max-width:767px) {
	.boxing_bags .section_1 .video_btn::before {
		width: 60px;
		height: 60px;
		background-size: contain
	}
}

.about .section_2 .video_btn:hover::before,
.about .section_9 .video_btn:hover::before,
.boxing_bags .section_1 .video_btn:hover::before,
.carpet .section_14 .video_btn:hover::before {
	opacity: .7
}

.about .section_1 .section_1_container {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
	padding-top: 50px
}

@media (max-width:1289px) {
	.about .section_1 .section_1_container {
		flex-direction: column
	}
}

.about .section_1 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 45px
}

@media (max-width:767px) {
	.about .section_1 .title {
		font-size: 36px;
		margin-bottom: 25px
	}
}

.about .section_1 .left {
	width: 794px
}

@media (max-width:1559px) {
	.about .section_1 .left {
		width: 700px
	}
}

@media (max-width:1289px) {
	.about .section_1 .left {
		width: 100%;
		margin-bottom: 40px
	}
}

.about .section_1 .left .desc {
	line-height: 1.32
}

.about .section_1 .left_top_container {
	display: flex;
	margin-bottom: 48px
}

@media (max-width:1289px) {
	.about .section_1 .left_top_container {
		justify-content: space-between
	}
}

@media (max-width:767px) {
	.about .section_1 .left_top_container {
		flex-direction: column
	}
}

.about .section_1 .item {
	width: 330px
}

@media (max-width:1559px) {
	.about .section_1 .item {
		width: 300px
	}
}

@media (max-width:1289px) {
	.about .section_1 .item {
		width: 46%
	}
}

@media (max-width:767px) {
	.about .section_1 .item {
		width: 100%;
		margin-bottom: 20px
	}
}

.about .section_1 .item:nth-child(2) {
	margin-left: 114px;
	padding-top: 20px
}

@media (max-width:1559px) {
	.about .section_1 .item:nth-child(2) {
		margin-left: 90px
	}
}

@media (max-width:1289px) {
	.about .section_1 .item:nth-child(2) {
		margin-left: 0
	}
}

.about .section_1 .right {
	width: 546px
}

@media (max-width:1559px) {
	.about .section_1 .right {
		width: 450px
	}
}

@media (max-width:1289px) {
	.about .section_1 .right {
		width: 100%
	}
}

.about .section_1 .right .desc {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #141414;
	max-width: 405px
}

@media (max-width:1289px) {
	.about .section_1 .right .desc {
		max-width: 100%
	}
}

@media (max-width:767px) {
	.about .section_1 .right .desc {
		font-size: 20px
	}
}

.about .section_1 .right .desc span {
	color: #bf0200
}

.about .section_1 .right_top_container {
	padding-top: 13px;
	margin-bottom: 62px
}

@media (max-width:1289px) {
	.about .section_1 .right_top_container {
		display: none
	}
}

.about .section_2 {
	position: relative;
	overflow: hidden
}

.about .section_2::before {
	content: "";
	display: block;
	position: absolute;
	background: #bf0200;
	height: 100%;
	width: calc((100% - 1600px)/2 + 518px);
	left: 0;
	top: 0
}

@media (max-width:1559px) {
	.about .section_2::before {
		width: calc((100% - 1600px)/2 + 662px)
	}
}

@media (max-width:1289px) {
	.about .section_2::before {
		width: 100%
	}
}

.about .section_2 .section_2_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:1289px) {
	.about .section_2 .section_2_container {
		flex-direction: column;
		padding-bottom: 80px
	}
}

.about .section_2 .left {
	padding-top: 31px;
	width: 360px;
	height: 445px
}

@media (max-width:1559px) {
	.about .section_2 .left {
		width: 430px
	}
}

@media (max-width:1289px) {
	.about .section_2 .left {
		width: 100%;
		height: auto;
		margin-bottom: 40px
	}
}

.about .section_2 .right {
	position: absolute;
	right: -53px;
	top: 0
}

@media (max-width:1559px) {
	.about .section_2 .right {
		top: 65px;
		right: 0
	}
}

@media (max-width:1289px) {
	.about .section_2 .right {
		position: relative;
		top: 0;
		right: auto
	}
}

.about .section_2 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #fff;
	margin-bottom: 45px
}

@media (max-width:767px) {
	.about .section_2 .title {
		font-size: 36px;
		margin-bottom: 25px
	}
}

.about .section_2 .desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #fff;
	margin-bottom: 12px
}

.about .section_2 .video_container {
	width: 1085px;
	height: 445px
}

@media (max-width:1559px) {
	.about .section_2 .video_container {
		width: 720px;
		height: 100%
	}

	.about .section_2 .video_container img {
		width: 100%;
		display: block
	}
}

@media (max-width:1289px) {
	.about .section_2 .video_container {
		height: auto;
		width: 100%
	}
}

.about .section_2 .video_container::before {
	content: '';
	display: block;
	position: absolute;
	opacity: .55;
	background-color: #000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.about .section_2 .video_btn {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #fff;
	width: 92px;
	height: 92px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%
}

@media (max-width:767px) {
	.about .section_2 .video_btn {
		width: 60px;
		height: 60px
	}
}

.about .section_2 .video_btn::before {
	content: "";
	display: block;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	background: url(../img/video_button_2.png) no-repeat center;
	width: 92px;
	height: 92px;
	transition: .2s all ease-out
}

@media (max-width:767px) {
	.about .section_2 .video_btn::before {
		width: 60px;
		height: 60px;
		background-size: contain
	}
}

.about .section_3 {
	padding-top: 50px;
	margin-bottom: 44px
}

.about .section_3 .section_3_container {
	display: flex
}

@media (max-width:1289px) {
	.about .section_3 .section_3_container {
		flex-direction: column-reverse
	}
}

.about .section_3 .left {
	width: 630px;
	margin-right: 70px;
	padding-top: 12px
}

@media (max-width:1289px) {
	.about .section_3 .left {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-right: 0;
		padding-bottom: 50px
	}
}

@media (max-width:767px) {
	.about .section_3 .left {
		flex-direction: column
	}
}

.about .section_3 .right {
	width: 980px
}

@media (max-width:1289px) {
	.about .section_3 .right {
		width: 100%
	}
}

.about .section_3 .img_block {
	margin-bottom: 24px
}

@media (max-width:1289px) {
	.about .section_3 .img_block {
		width: 46%
	}
}

@media (max-width:767px) {
	.about .section_3 .img_block {
		width: 100%
	}
}

.about .section_3 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	width: 100%;
	max-width: 750px;
	margin-bottom: 50px
}

@media (max-width:1559px) {
	.about .section_3 .title {
		font-size: 46px
	}
}

@media (max-width:767px) {
	.about .section_3 .title {
		font-size: 36px
	}
}

@media (max-width:576px) {
	.about .section_3 .title {
		text-align: center
	}
}

.about .section_3 .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media (max-width:576px) {
	.about .section_3 .items {
		flex-direction: column
	}
}

.about .section_3 .item {
	width: 47%;
	margin-bottom: 50px
}

@media (max-width:576px) {
	.about .section_3 .item {
		width: 100%;
		text-align: center
	}
}

.about .section_3 .icon_block {
	margin-bottom: 8px
}

@media (max-width:576px) {
	.about .section_3 .icon_block {
		margin: 0 auto 8px
	}
}

.about .section_3 .item_title {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #141414;
	text-transform: uppercase;
	margin-bottom: 9px
}

.about .section_3 .item_desc,
.about .section_8 .right li {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414
}

.about .section_3 .item1 .icon_block {
	width: 38px
}

.about .section_3 .item2 .icon_block {
	width: 74px
}

.about .section_3 .item3 .icon_block {
	width: 51px
}

.about .section_3 .item4 .icon_block {
	width: 60px
}

.about .section_3 .item5 .icon_block {
	width: 43px
}

.about .section_3 .item6 .icon_block {
	width: 38px
}

.about .section_5 {
	padding-bottom: 88px;
	overflow: hidden;
	padding-top: 50px
}

.about .section_5 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 28px
}

@media (max-width:767px) {
	.about .section_5 .title {
		font-size: 36px;
		text-align: center
	}
}

.about .section_5 .slide {
	width: 322px;
	padding-left: 36px
}

@media (max-width:767px) {
	.about .section_5 .slide {
		text-align: center;
		width: 100%;
		padding-left: 0
	}
}

.about .section_5 .img_block {
	padding-left: 30px;
	margin-bottom: 22px
}

@media (max-width:767px) {
	.about .section_5 .img_block {
		text-align: center;
		padding-left: 0;
		width: 100%
	}

	.about .section_5 .img_block a {
		display: block;
		margin: 0 auto;
		text-align: center
	}

	.about .section_5 .img_block a img {
		margin: 0 auto
	}
}

.about .section_5 .slide_title {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #141414;
	margin-bottom: 3px
}

.about .section_5 .slide_desc,
.about .section_8 .left .desc p {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	margin-bottom: 23px
}

.about .section_5 .slide_btn {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.13;
	color: #141414;
	position: relative;
	padding-left: 36px;
	min-height: 25px;
	text-transform: uppercase;
	display: block
}

@media (max-width:767px) {
	.about .section_5 .slide_btn {
		display: inline-block
	}
}

.about .section_5 .slide_btn::before {
	content: '';
	display: block;
	position: absolute;
	background: url(../img/download_sert.svg) no-repeat center;
	width: 26px;
	height: 26px;
	left: 0;
	top: -3px
}

.about .section_5 .slide_btn span::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 2px;
	background: #bf0200;
	transition: .2s all ease-out
}

.about .section_5 .slick-prev {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	left: -45px;
	top: 130px;
	cursor: pointer;
	transition: .2s all ease-out
}

@media (max-width:991px) {
	.about .section_5 .slick-prev {
		display: none !important
	}
}

.about .section_5 .slick-next:hover,
.about .section_5 .slick-prev:hover {
	opacity: .8
}

.about .section_5 .slick-next {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	right: -45px;
	top: 130px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: .2s all ease-out
}

@media (max-width:991px) {
	.about .section_5 .slick-next {
		display: none !important
	}
}

.about .section_8 {
	position: relative
}

.about .section_8::before {
	content: "";
	display: block;
	position: absolute;
	background: #bf0200;
	height: 100%;
	width: calc((100% - 1600px)/2 + 748px);
	left: 0;
	top: 0
}

@media (max-width:1559px) {
	.about .section_8::before {
		width: calc((100% - 1600px)/2 + 724px)
	}
}

@media (max-width:1289px) {
	.about .section_8::before {
		width: 100%
	}
}

.about .section_8 .section_8_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:1289px) {
	.about .section_8 .section_8_container {
		flex-direction: column
	}
}

.about .section_8 .left {
	padding-top: 49px;
	width: 580px;
	padding-bottom: 44px
}

@media (max-width:1559px) {
	.about .section_8 .left {
		width: 500px
	}
}

@media (max-width:1289px) {
	.about .section_8 .left {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 50px
	}
}

.about .section_8 .left .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #fff;
	margin-bottom: 44px
}

@media (max-width:767px) {
	.about .section_8 .left .title {
		font-size: 36px
	}
}

.about .section_8 .left .desc p {
	margin-bottom: 12px;
	color: #fff;
	margin-top: 0
}

.about .section_8 .right {
	width: 710px;
	padding-top: 69px
}

@media (max-width:1559px) {
	.about .section_8 .right {
		width: 600px;
		padding-top: 90px
	}
}

@media (max-width:1289px) {
	.about .section_8 .right {
		width: 100%;
		padding-top: 0;
		padding-bottom: 50px
	}
}

.about .section_8 .right .title {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #bf0200;
	margin-bottom: 14px
}

@media (max-width:1559px) {
	.about .section_8 .right .title {
		font-size: 22px
	}
}

@media (max-width:1289px) {
	.about .section_8 .right .title {
		color: #fff;
		text-transform: uppercase;
		font-weight: 700
	}
}

@media (max-width:767px) {
	.about .section_8 .right .title {
		font-size: 20px
	}
}

.about .section_8 .right .items,
.about .section_9 .section_9_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:1289px) {
	.about .section_8 .right .items {
		flex-direction: column
	}
}

.about .section_8 .right .item {
	width: 328px
}

@media (max-width:1559px) {
	.about .section_8 .right .item {
		width: 290px
	}
}

@media (max-width:1289px) {
	.about .section_8 .right .item {
		width: 100%
	}
}

.about .section_8 .right ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.about .section_8 .right li {
	font-size: 22px;
	line-height: 1.48
}

@media (max-width:1559px) {
	.about .section_8 .right li {
		font-size: 22px
	}
}

@media (max-width:1289px) {
	.about .section_8 .right li {
		color: #fff;
		font-size: 18px;
		margin-bottom: 6px
	}
}

@media (max-width:767px) {
	.about .section_8 .right li {
		font-size: 16px
	}
}

.about .section_8 .right li::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #bf0200;
	margin-right: 10px;
	position: relative;
	top: -6px
}

@media (max-width:1289px) {
	.about .section_8 .right li::before {
		display: none
	}
}

.about .section_9 {
	overflow: hidden
}

.about .section_9 .section_9_container {
	padding-bottom: 84px;
	padding-top: 73px
}

@media (max-width:1559px) {
	.about .section_9 .section_9_container {
		flex-direction: column
	}

	.about .section_9 .left {
		margin-bottom: 60px
	}
}

.about .section_9 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 33px
}

@media (max-width:767px) {
	.about .section_9 .title {
		font-size: 36px
	}
}

.about .section_9 .review_slider {
	width: 622px
}

@media (max-width:1559px) {
	.about .section_9 .review_slider {
		width: 100%
	}
}

.about .section_9 .review_container {
	background-color: #e4e4e4;
	padding: 26px 47px 30px 29px;
	margin-bottom: 20px;
	position: relative
}

.about .section_9 .review_container::before {
	content: "";
	display: block;
	position: absolute;
	border: 20px solid transparent;
	border-left: 20px solid #e4e4e4;
	border-top: 20px solid #e4e4e4;
	bottom: -40px;
	left: 0
}

.about .section_9 .desc p {
	margin: 0;
	font-size: 16px;
	line-height: 1.32
}

.about .section_9 .btn {
	margin-top: 24px
}

.about .section_9 .review_footer {
	padding-left: 30px
}

.about .section_9 .name {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #141414;
	text-transform: uppercase
}

.about .section_9 .date,
.budo .section_2 .title strong {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414
}

.about .section_9 .right {
	width: 815px;
	position: relative;
	right: -29px;
	top: 12px
}

@media (max-width:1559px) {
	.about .section_9 .right {
		top: 0;
		right: 0;
		margin: 0 auto;
		width: auto
	}
}

@media (max-width:1289px) {
	.about .section_9 .right {
		position: relative;
		top: 0;
		right: auto
	}
}

.about .section_9 .video_container {
	position: relative
}

@media (max-width:1559px) {
	.about .section_9 .video_container {
		width: auto;
		height: 100%;
		margin: 0 auto
	}

	.about .section_9 .video_container img {
		width: 100%;
		display: block
	}
}

@media (max-width:1289px) {
	.about .section_9 .video_container {
		height: auto;
		width: 100%
	}
}

.about .section_9 .video_container img {
	display: block
}

.about .section_9 .video_container::before {
	content: '';
	display: block;
	position: absolute;
	opacity: .55;
	background-color: #000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.about .section_9 .video_btn {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #fff;
	width: 92px;
	height: 92px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%
}

@media (max-width:767px) {
	.about .section_9 .video_btn {
		width: 60px;
		height: 60px
	}
}

.about .section_9 .video_btn::before {
	content: "";
	display: block;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	background: url(../img/video_button_2.png) no-repeat center;
	width: 92px;
	height: 92px;
	transition: .2s all ease-out
}

@media (max-width:767px) {
	.about .section_9 .video_btn::before {
		width: 60px;
		height: 60px;
		background-size: contain
	}
}

.about .section_9 .slick-prev {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	left: -45px;
	top: 130px;
	cursor: pointer;
	transition: .2s all ease-out
}

@media (max-width:1559px) {
	.about .section_9 .slick-prev {
		top: 90px
	}
}

@media (max-width:991px) {
	.about .section_9 .slick-prev {
		display: none !important
	}
}

.about .section_9 .slick-next:hover,
.about .section_9 .slick-prev:hover {
	opacity: .8
}

.about .section_9 .slick-next {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	right: -45px;
	top: 130px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: .2s all ease-out
}

@media (max-width:1559px) {
	.about .section_9 .slick-next {
		top: 90px
	}
}

@media (max-width:991px) {
	.about .section_9 .slick-next {
		display: none !important
	}
}

.about .section_10 {
	background-color: #e4e4e4;
	margin-bottom: 73px;
	padding-top: 46px
}

.about .section_10 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 46px
}

@media (max-width:767px) {
	.about .section_10 .title {
		font-size: 36px
	}
}

.about .section_10 .section_10_container {
	display: flex
}

@media (max-width:991px) {
	.about .section_10 .section_10_container {
		flex-direction: column
	}
}

.about .section_10 .item {
	width: 362px;
	margin-right: 70px;
	margin-bottom: 46px
}

@media (max-width:991px) {
	.about .section_10 .item {
		width: 100%;
		margin-right: 0
	}
}

.about .section_10 p,
.about .section_9 .desc p {
	font-family: Montserrat;
	color: #141414
}

.about .section_10 b,
.budo .section_2 .title b {
	font-family: Montserrat;
	font-weight: 500;
	color: #141414
}

.about .section_10 b,
.about .section_10 p {
	margin: 0;
	font-size: 16px;
	line-height: 1.31
}

.budo .section_1 {
	background-color: #bf0200;
	margin-bottom: 50px
}

.budo .section_1 .section_1_container {
	display: flex;
	justify-content: space-between;
	padding: 68px 0
}

@media (max-width:1289px) {
	.budo .section_1 .section_1_container {
		flex-wrap: wrap;
		padding-bottom: 50px
	}
}

.budo .section_1 .item {
	width: 328px;
	display: flex
}

@media (max-width:1559px) {
	.budo .section_1 .item {
		width: 23%
	}
}

@media (max-width:1289px) {
	.budo .section_1 .item {
		width: 47%;
		margin-bottom: 50px
	}
}

@media (max-width:767px) {
	.budo .section_1 .item {
		width: 100%
	}
}

.budo .section_1 .icon_block {
	width: 75px;
	margin-right: 25px
}

.budo .section_1 .text_block {
	width: 228px
}

@media (max-width:1559px) {
	.budo .section_1 .text_block {
		width: auto;
		flex: 1
	}
}

.budo .section_1 .title {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px
}

.budo .section_1 .desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #fff
}

.budo .section_2,
.budo .section_3 {
	overflow: hidden;
	margin-bottom: 70px
}

.budo .section_2 .main_title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414
}

@media (max-width:1289px) {
	.budo .section_2 .main_title {
		text-align: center
	}
}

@media (max-width:991px) {
	.budo .section_2 .main_title {
		margin-bottom: 50px
	}
}

@media (max-width:767px) {
	.budo .section_2 .main_title {
		font-size: 36px
	}
}

.budo .section_2 .section_2_container {
	position: relative;
	height: 500px
}

@media (max-width:1289px) {
	.budo .section_2 .section_2_container {
		height: 664px
	}
}

@media (max-width:991px) {
	.budo .section_2 .section_2_container {
		height: auto
	}
}

.budo .section_2 .title {
	margin-bottom: 5px
}

.budo .section_2 .title b {
	font-size: 18px;
	line-height: 1.17;
	display: block
}

.budo .section_2 .title strong {
	font-size: 22px;
	line-height: 1.48;
	font-weight: 400
}

.budo .section_2 .desc {
	font-family: Montserrat;
	font-size: 14px;
	line-height: 1.63;
	color: #141414
}

.budo .section_2 .bg_img {
	width: 1175px;
	height: 584px;
	top: -114px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width:1559px) {
	.budo .section_2 .bg_img {
		width: 866px;
		height: auto;
		top: -15px
	}
}

@media (max-width:1289px) {
	.budo .section_2 .bg_img {
		top: 150px
	}
}

@media (max-width:991px) {
	.budo .section_2 .bg_img {
		position: relative;
		top: 0;
		width: 100%
	}
}

.budo .section_2 .logo {
	top: 148px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width:1559px) {
	.budo .section_2 .logo {
		top: 96px
	}
}

@media (max-width:991px) {
	.budo .section_2 .logo {
		top: 60px
	}
}

@media (max-width:767px) {
	.budo .section_2 .logo {
		top: 40px
	}
}

@media (max-width:576px) {
	.budo .section_2 .logo {
		position: relative;
		margin: 0 auto;
		text-align: center;
		top: 30px;
		width: 280px;
		left: auto;
		transform: none
	}
}

.budo .section_2 .item {
	position: absolute;
	display: flex
}

.budo .section_2 .item::before,
.budo .section_3::before {
	content: "";
	display: block;
	position: absolute
}

@media (max-width:991px) {
	.budo .section_2 .item::before {
		display: none
	}

	.budo .section_2 .item {
		position: relative;
		top: auto;
		left: auto;
		right: auto
	}
}

.budo .section_2 .item_top {
	top: 62px;
	position: absolute;
	width: 100%
}

@media (max-width:1289px) {
	.budo .section_2 .item_top {
		display: flex;
		justify-content: center
	}
}

@media (max-width:991px) {
	.budo .section_2 .item_top {
		position: relative;
		top: 0;
		margin-bottom: 40px
	}
}

@media (max-width:767px) {
	.budo .section_2 .item_top {
		flex-direction: column;
		align-items: center
	}
}

.budo .section_2 .item1 {
	left: 0;
	width: 280px
}

@media (max-width:1289px) {
	.budo .section_2 .item1 {
		flex-direction: row;
		position: relative;
		left: auto;
		top: 0;
		margin-right: 40px;
		width: 300px
	}
}

@media (max-width:767px) {
	.budo .section_2 .item1 {
		margin-bottom: 30px;
		margin-right: 0
	}
}

.budo .section_2 .item1 .img_block {
	margin-right: 15px;
	width: 113px
}

.budo .section_2 .item1 .text_block {
	flex: 1
}

.budo .section_2 .item1::before {
	background: url(../img/budo_section_2_line1.svg) no-repeat center;
	width: 243px;
	height: 19px;
	top: 40px;
	left: 135px
}

@media (max-width:1559px) {
	.budo .section_2 .item1::before {
		display: none
	}
}

.budo .section_2 .item2 {
	right: 0;
	flex-direction: row-reverse;
	width: 280px
}

@media (max-width:1559px) {
	.budo .section_2 .item2 {
		right: -10px
	}
}

@media (max-width:1289px) {
	.budo .section_2 .item2 {
		flex-direction: row;
		position: relative;
		right: auto;
		top: 0;
		width: 300px
	}
}

.budo .section_2 .item2 .img_block {
	width: 113px
}

@media (max-width:1289px) {
	.budo .section_2 .item2 .img_block {
		margin-right: 15px
	}
}

.budo .section_2 .item2 .text_block {
	flex: 1
}

.budo .section_2 .item2::before {
	background: url(../img/budo_section_2_line2.svg) no-repeat center;
	width: 146px;
	height: 33px;
	top: 56px;
	left: -36px
}

@media (max-width:1559px) {
	.budo .section_2 .item2::before {
		display: none
	}
}

.budo .section_2 .item_bottom {
	position: absolute;
	bottom: 0;
	left: 12px;
	display: flex;
	justify-content: center;
	width: 100%
}

@media (max-width:991px) {
	.budo .section_2 .item_bottom {
		position: relative;
		bottom: auto;
		left: 0;
		text-align: center
	}
}

@media (max-width:767px) {
	.budo .section_2 .item_bottom {
		justify-content: space-between
	}
}

@media (max-width:576px) {
	.budo .section_2 .item_bottom {
		flex-direction: column;
		align-items: center
	}

	.budo .section_2 .item_bottom .item {
		margin-bottom: 30px;
		width: 100%
	}
}

.budo .section_2 .item3 {
	position: relative;
	left: 26px;
	flex-direction: column-reverse;
	width: 234px
}

@media (max-width:991px) {
	.budo .section_2 .item3 {
		left: 0;
		width: 30%
	}
}

.budo .section_2 .item3 .img_block {
	width: 172px
}

@media (max-width:991px) {
	.budo .section_2 .item3 .img_block {
		width: 100%;
		text-align: center
	}
}

.budo .section_2 .item3 .text_block {
	margin-bottom: 15px
}

.budo .section_2 .item3 .title b,
.budo .section_2 .item4 .title b,
.budo .section_2 .item5 .title b {
	margin-bottom: 4px
}

.budo .section_2 .item3 .title strong {
	line-height: 1
}

@media (max-width:767px) {
	.budo .section_2 .item3 .title strong {
		font-size: 18px
	}
}

.budo .section_2 .item3::before {
	background: url(../img/budo_section_2_line3.svg) no-repeat center;
	width: 234px;
	height: 132px;
	top: -50px;
	left: 0
}

.budo .section_2 .item4 {
	position: relative;
	left: 0;
	flex-direction: column-reverse;
	width: 234px;
	margin: 0 159px
}

@media (max-width:991px) {
	.budo .section_2 .item4 {
		margin: 0;
		left: 0;
		width: 30%
	}
}

.budo .section_2 .item4 .img_block {
	width: 172px
}

@media (max-width:991px) {
	.budo .section_2 .item4 .img_block {
		width: 100%;
		text-align: center
	}
}

.budo .section_2 .item4 .text_block {
	margin-bottom: 15px
}

.budo .section_2 .item4 .title strong {
	line-height: 1
}

@media (max-width:767px) {
	.budo .section_2 .item4 .title strong {
		font-size: 18px
	}
}

.budo .section_2 .item4::before {
	background: url(../img/budo_section_2_line4.svg) no-repeat center;
	width: 215px;
	height: 127px;
	top: -47px;
	left: 0
}

.budo .section_2 .item5 {
	position: relative;
	left: 0;
	flex-direction: column-reverse;
	width: 234px
}

@media (max-width:991px) {
	.budo .section_2 .item5 {
		width: 30%
	}
}

.budo .section_2 .item5 .img_block {
	width: 172px
}

@media (max-width:991px) {
	.budo .section_2 .item5 .img_block {
		width: 100%;
		text-align: center
	}
}

.budo .section_2 .item5 .text_block {
	margin-bottom: 15px
}

.budo .section_2 .item5 .title strong {
	line-height: 1
}

@media (max-width:767px) {
	.budo .section_2 .item5 .title strong {
		font-size: 18px
	}
}

.budo .section_2 .item5::before {
	background: url(../img/budo_section_2_line5.svg) no-repeat center;
	width: 309px;
	height: 127px;
	top: -46px;
	left: -64px
}

.budo .section_3 {
	position: relative
}

.budo .section_3::before {
	background: #e4e4e4;
	height: 100%;
	width: calc((100% - 1600px)/2 + 674px);
	left: 0;
	top: 0
}

@media (max-width:1559px) {
	.budo .section_3::before {
		width: 100%
	}
}

.budo .section_3 .section_3_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:1559px) {
	.budo .section_3 .section_3_container {
		flex-direction: column
	}
}

.budo .section_3 .left {
	width: 580px;
	padding-top: 47px;
	padding-bottom: 59px;
	margin-right: 28px
}

@media (max-width:1559px) {
	.budo .section_3 .left {
		width: 838px;
		margin: 0 auto
	}
}

@media (max-width:1289px) {
	.budo .section_3 .left {
		width: 100%
	}
}

.budo .section_3 .title {
	font-family: DINPro;
	font-size: 49px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 44px
}

@media (max-width:767px) {
	.budo .section_3 .title {
		font-size: 36px;
		margin-bottom: 24px
	}
}

.budo .section_3 .desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	margin-bottom: 38px
}

.budo .section_3 .input_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {
	.budo .section_3 .input_container {
		flex-direction: column
	}
}

.budo .section_3 .form_input {
	margin-bottom: 0;
	width: 254px
}

@media (max-width:1559px) {
	.budo .section_3 .form_input {
		width: 48%
	}
}

@media (max-width:767px) {
	.budo .section_3 .form_input {
		width: 100%;
		margin-bottom: 20px
	}
}

.budo .section_3 .input_phone {
	width: 310px
}

@media (max-width:1559px) {
	.budo .section_3 .input_phone {
		width: 48%
	}
}

@media (max-width:767px) {
	.budo .section_3 .input_phone {
		width: 100%
	}
}

.budo .section_3 .btn {
	width: 100%;
	height: 61px
}

@media (max-width:767px) {
	.budo .section_3 .btn {
		padding: 0 10px;
		text-align: center
	}
}

.budo .section_3 .right {
	width: 838px;
	padding-top: 44px
}

@media (max-width:1559px) {
	.budo .section_3 .right {
		margin: 0 auto;
		padding-top: 0
	}
}

@media (max-width:1289px) {
	.budo .section_3 .right {
		width: 100%
	}
}

.budo .section_3 .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media (max-width:576px) {
	.budo .section_3 .items {
		justify-content: space-around
	}
}

.budo .section_3 .item {
	width: 193px;
	height: 211px;
	margin-bottom: 24px
}

@media (max-width:991px) {
	.budo .section_3 .item {
		width: 160px;
		height: auto
	}
}

@media (max-width:767px) {
	.budo .section_3 .item {
		width: 116px
	}
}

@media (max-width:576px) {
	.budo .section_3 .item {
		width: 46%;
		text-align: center
	}
}

.budo .budo_calc {
	margin-bottom: 55px;
	overflow: hidden
}

.budo .budo_calc .budo_calc_container {
	display: flex
}

@media (max-width:1559px) {
	.budo .budo_calc .budo_calc_container {
		justify-content: center;
		flex-direction: column;
		align-items: center
	}
}

@media (max-width:991px) {
	.budo .budo_calc .budo_calc_container .calc_container_left {
		display: flex;
		flex-direction: column-reverse
	}
}

.budo .budo_calc .calc_left_footer {
	padding-top: 20px
}

@media (max-width:991px) {
	.budo .budo_calc .calc_left_footer {
		padding-top: 0;
		margin-bottom: 30px
	}
}

.budo .budo_calc .calc_left_footer .items {
	display: flex;
	margin-bottom: 10px
}

@media (max-width:576px) {
	.budo .budo_calc .calc_left_footer .items {
		flex-wrap: wrap
	}
}

.budo .budo_calc .calc_left_footer .item {
	margin-right: 34px
}

@media (max-width:576px) {
	.budo .budo_calc .calc_left_footer .item {
		margin-bottom: 20px
	}
}

.budo .budo_calc .calc_left_footer .item b,
.budo .budo_calc .price_m span {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.31;
	color: #141414;
	display: block
}

.budo .budo_calc .calc_left_footer .item span {
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
	color: #bf0200
}

.budo .budo_calc .calc_left_footer .desc_1 {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.31;
	color: #141414;
	margin-bottom: 3px
}

.budo .budo_calc .calc_left_footer .desc_2 {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.31;
	color: #adadad
}

.budo .budo_calc .right {
	padding-top: 133px;
	max-width: 405px
}

@media (max-width:1559px) {
	.budo .budo_calc .right {
		padding-top: 0;
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 60px;
		width: 100%;
		text-align: center
	}
}

.budo .budo_calc .right .item {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #141414
}

@media (max-width:1559px) {
	.budo .budo_calc .right .item {
		font-size: 20px
	}
}

.budo .budo_calc .right .item:nth-child(1) {
	margin-bottom: 55px
}

@media (max-width:1559px) {
	.budo .budo_calc .right .item:nth-child(1) {
		margin-bottom: 0
	}
}

.budo .budo_calc .right .item span {
	color: #bf0200
}

.budo .budo_calc .calc_footer {
	flex-direction: column;
	align-items: flex-start
}

.budo .budo_calc .calc_footer_top {
	display: flex;
	margin-bottom: 24px
}

@media (max-width:576px) {
	.budo .budo_calc .calc_footer_top {
		flex-direction: column
	}
}

.budo .budo_calc .price_m {
	margin-right: 38px
}

@media (max-width:576px) {
	.budo .budo_calc .price_m {
		margin-bottom: 30px
	}
}

.budo .budo_calc .old_price,
.budo .budo_calc .price_m b {
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.48;
	color: #141414
}

.budo .budo_calc .old_price {
	display: inline-block;
	font-size: 18px;
	line-height: 2.06;
	color: #adadad;
	text-decoration: line-through;
	margin-left: 8px;
	position: relative;
	top: 2px
}

.budo .budo_calc .calc_result b,
.budo .budo_calc .price_m b {
	display: flex;
	align-items: center
}

.budo .budo_calc .calc_footer_bottom {
	width: 100%
}

.budo .budo_calc .btn {
	width: 100% !important
}

.budo .slider_range_wrapper .numbers .num2 {
	left: 39px
}

.budo .slider_range_wrapper .numbers .num4 {
	left: 84px
}

.budo .slider_range_wrapper .numbers .num6 {
	left: 136px
}

.budo .slider_range_wrapper .numbers .num8 {
	left: 180px
}

.budo .slider_range_wrapper .numbers .num10 {
	left: 234px
}

.budo .slider_range_wrapper .numbers .num12 {
	left: 282px
}

.budo .slider_range_wrapper .lines .line1 {
	left: 48px
}

.budo .slider_range_wrapper .lines .line2 {
	left: 96px
}

.budo .slider_range_wrapper .lines .line3 {
	left: 148px
}

.budo .slider_range_wrapper .lines .line4 {
	left: 194px
}

.budo .slider_range_wrapper .lines .line5 {
	left: 246px
}

.gymnastics .section_1 {
	background: #bf0200;
	margin-bottom: 50px
}

.gymnastics .section_1 .section_1_container {
	display: flex;
	justify-content: center;
	padding: 64px 0 62px
}

@media (max-width:991px) {
	.gymnastics .section_1 .section_1_container {
		flex-direction: column
	}
}

.gymnastics .section_1 .item {
	display: flex
}

@media (max-width:991px) {
	.gymnastics .section_1 .item {
		margin-bottom: 30px;
		align-items: center
	}
}

.gymnastics .section_1 .text_block {
	flex: 1;
	width: 206px;
	margin-left: 23px
}

@media (max-width:991px) {
	.gymnastics .section_1 .text_block {
		width: 100%;
		margin-left: 30px
	}
}

.gymnastics .section_1 .title {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 10px
}

.gymnastics .section_1 .desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #fff
}

.gymnastics .section_1 .item1 .icon_block {
	width: 77px
}

.gymnastics .section_1 .item2 {
	margin: 0 116px
}

@media (max-width:1289px) {
	.gymnastics .section_1 .item2 {
		margin: 0 14px
	}
}

@media (max-width:991px) {
	.gymnastics .section_1 .item2 {
		margin: 0 0 30px
	}
}

.gymnastics .section_1 .item2 .icon_block {
	width: 57px
}

@media (max-width:991px) {
	.gymnastics .section_1 .item2 .icon_block {
		width: 77px
	}
}

.gymnastics .section_1 .item3 .icon_block {
	width: 77px
}

.gymnastics .section_2 {
	overflow: hidden
}

.gymnastics .section_2 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 40px;
	max-width: 754px;
	width: 100%
}

@media (max-width:767px) {
	.gymnastics .section_2 .title {
		font-size: 36px
	}
}

.gymnastics .section_2 .slide {
	position: relative;
	height: 432px
}

@media (max-width:1289px) {
	.gymnastics .section_2 .slide {
		height: auto
	}
}

.gymnastics .section_2 .slide .left {
	position: absolute;
	left: 0;
	top: 47px
}

@media (max-width:1289px) {
	.gymnastics .section_2 .slide .left {
		position: relative;
		top: 0;
		display: flex
	}
}

@media (max-width:576px) {
	.gymnastics .section_2 .slide .left {
		flex-direction: column
	}
}

.gymnastics .section_2 .slide .right {
	position: absolute;
	right: 0;
	top: 47px
}

@media (max-width:1289px) {
	.gymnastics .section_2 .slide .right {
		position: relative;
		top: 0;
		display: flex
	}
}

@media (max-width:767px) {
	.gymnastics .section_2 .slide .right {
		margin-bottom: 40px
	}
}

@media (max-width:576px) {
	.gymnastics .section_2 .slide .right {
		flex-direction: column
	}
}

.gymnastics .section_2 .slide .item {
	display: flex;
	align-items: center;
	margin-bottom: 53px
}

@media (max-width:1289px) {
	.gymnastics .section_2 .slide .item {
		width: 50%
	}
}

@media (max-width:576px) {
	.gymnastics .section_2 .slide .item {
		width: 100%;
		margin-bottom: 22px
	}
}

.gymnastics .section_2 .slide .plus {
	margin-right: 20px
}

@media (max-width:576px) {
	.gymnastics .section_2 .slide .plus {
		display: none
	}
}

.gymnastics .section_2 .slide .plus span,
.gymnastics .section_6 .section_6_container .plus span {
	width: 38px;
	height: 3px;
	background: #bf0200;
	display: block;
	position: relative;
	top: 2px
}

.gymnastics .section_2 .slide .plus span:nth-child(2),
.gymnastics .section_6 .section_6_container .plus span:nth-child(2) {
	transform: rotate(90deg);
	top: 0
}

.gymnastics .section_2 .slide .slide_title {
	font-family: Montserrat;
	font-size: 22px;
	line-height: 1.48;
	color: #141414;
	width: 184px
}

@media (max-width:1289px) {
	.gymnastics .section_2 .slide .slide_title {
		width: auto
	}
}

@media (max-width:991px) {
	.gymnastics .section_2 .slide .slide_title {
		font-size: 22px
	}
}

@media (max-width:576px) {
	.gymnastics .section_2 .slide .slide_title {
		text-align: center;
		width: 100%;
		font-size: 18px
	}
}

.gymnastics .section_2 .slide .img_block {
	width: 1109px;
	top: -118px;
	z-index: -1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width:1559px) {
	.gymnastics .section_2 .slide .img_block {
		width: 800px;
		top: -45px
	}
}

@media (max-width:1289px) {
	.gymnastics .section_2 .slide .img_block {
		position: relative;
		top: -36px
	}
}

@media (max-width:991px) {
	.gymnastics .section_2 .slide .img_block {
		width: 720px
	}
}

@media (max-width:767px) {
	.gymnastics .section_2 .slide .img_block {
		width: 100%
	}
}

.gymnastics .section_2 .slide .desc,
.gymnastics .section_2 .slide .img_block .logo {
	top: 137px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width:1559px) {
	.gymnastics .section_2 .slide .img_block .logo {
		top: 84px
	}
}

@media (max-width:991px) {
	.gymnastics .section_2 .slide .img_block .logo {
		top: 64px
	}
}

@media (max-width:767px) {
	.gymnastics .section_2 .slide .img_block .logo {
		top: 28px
	}
}

@media (max-width:576px) {
	.gymnastics .section_2 .slide .img_block .logo {
		top: 22px
	}
}

.gymnastics .section_2 .slide .desc {
	top: 289px;
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.63;
	color: #141414;
	text-align: center
}

@media (max-width:1289px) {
	.gymnastics .section_2 .slide .desc {
		position: relative;
		top: -90px
	}
}

@media (max-width:576px) {
	.gymnastics .section_2 .slide .desc {
		top: -60px
	}
}

.gymnastics .section_2 .slick-prev {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	left: -45px;
	top: 130px;
	cursor: pointer;
	transition: .2s all ease-out
}

@media (max-width:1559px) {
	.gymnastics .section_2 .slick-prev {
		top: 220px
	}
}

@media (max-width:991px) {
	.gymnastics .section_2 .slick-prev {
		display: none !important
	}
}

.gymnastics .section_2 .slick-next:hover,
.gymnastics .section_2 .slick-prev:hover {
	opacity: .8
}

.gymnastics .section_2 .slick-next {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	right: -45px;
	top: 130px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: .2s all ease-out
}

@media (max-width:1559px) {
	.gymnastics .section_2 .slick-next {
		top: 220px
	}
}

@media (max-width:991px) {
	.gymnastics .section_2 .slick-next {
		display: none !important
	}
}

.gymnastics .section_3 {
	position: relative;
	overflow: hidden
}

.gymnastics .section_3::before {
	content: "";
	display: block;
	position: absolute;
	background: #e4e4e4;
	height: 100%;
	width: calc((100% - 1600px)/2 + 674px);
	left: 0;
	top: 0
}

@media (max-width:1559px) {
	.gymnastics .section_3::before {
		width: 100%
	}
}

.gymnastics .section_3 .section_3_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:1559px) {
	.gymnastics .section_3 .section_3_container {
		flex-direction: column
	}
}

.gymnastics .section_3 .left {
	width: 580px;
	padding-top: 47px;
	padding-bottom: 59px;
	margin-right: 28px
}

@media (max-width:1559px) {
	.gymnastics .section_3 .left {
		width: 838px;
		margin: 0 auto
	}
}

@media (max-width:1289px) {
	.gymnastics .section_3 .left {
		width: 100%
	}
}

.gymnastics .section_3 .title {
	font-family: DINPro;
	font-size: 47px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 44px
}

@media (max-width:767px) {
	.gymnastics .section_3 .title {
		font-size: 36px;
		margin-bottom: 24px
	}
}

.gymnastics .section_3 .desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	margin-bottom: 38px
}

.gymnastics .section_3 .input_container {
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {
	.gymnastics .section_3 .input_container {
		flex-direction: column
	}
}

.gymnastics .section_3 .form_input {
	margin-bottom: 0;
	width: 254px
}

@media (max-width:1559px) {
	.gymnastics .section_3 .form_input {
		width: 48%
	}
}

@media (max-width:767px) {
	.gymnastics .section_3 .form_input {
		width: 100%;
		margin-bottom: 20px
	}
}

.gymnastics .section_3 .input_phone {
	width: 310px
}

@media (max-width:1559px) {
	.gymnastics .section_3 .input_phone {
		width: 48%
	}
}

@media (max-width:767px) {
	.gymnastics .section_3 .input_phone {
		width: 100%
	}
}

.gymnastics .section_3 .btn {
	width: 100%;
	height: 61px
}

@media (max-width:767px) {
	.gymnastics .section_3 .btn {
		padding: 0 10px;
		text-align: center
	}
}

.gymnastics .section_3 .right {
	width: 838px;
	padding-top: 54px
}

@media (max-width:1559px) {
	.gymnastics .section_3 .right {
		margin: 0 auto;
		padding-top: 0
	}
}

@media (max-width:1289px) {
	.gymnastics .section_3 .right {
		width: 100%
	}
}

.gymnastics .section_3 .items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

@media (max-width:576px) {
	.gymnastics .section_3 .items {
		justify-content: space-around
	}
}

.gymnastics .section_3 .item {
	width: 193px;
	height: 211px;
	margin-bottom: 24px
}

@media (max-width:991px) {
	.gymnastics .section_3 .item {
		width: 160px;
		height: auto
	}
}

@media (max-width:767px) {
	.gymnastics .section_3 .item {
		width: 116px
	}
}

@media (max-width:576px) {
	.gymnastics .section_3 .item {
		width: 46%;
		text-align: center
	}
}

.gymnastics .section_3 .item .color {
	height: 211px;
	width: 193px
}

@media (max-width:991px) {
	.gymnastics .section_3 .item .color {
		width: 160px;
		height: 160px
	}
}

@media (max-width:767px) {
	.gymnastics .section_3 .item .color {
		width: 116px;
		height: 116px
	}
}

@media (max-width:576px) {
	.gymnastics .section_3 .item .color {
		width: 100%;
		margin: 0 auto
	}
}

.gymnastics .section_3 .item .color1 {
	background: #b61133
}

.gymnastics .section_3 .item .color2 {
	background: #273f6b
}

.gymnastics .section_3 .item .color3 {
	background: #0c0000
}

.gymnastics .section_3 .item .color4 {
	background: #4c306a
}

.gymnastics .section_3 .item .color5 {
	background: #018b96
}

.gymnastics .section_3 .item .color6 {
	background: #c2c8c8
}

.gymnastics .section_3 .item .color7 {
	background: #016644
}

.gymnastics .section_3 .item .color8 {
	background: #4e4f53
}

.gymnastics .section_4 {
	padding: 40px 0 60px
}

.gymnastics .section_4 .section_4_container {
	display: flex
}

@media (max-width:1289px) {
	.gymnastics .section_4 .section_4_container {
		flex-direction: column-reverse
	}
}

.gymnastics .section_4 .left {
	width: 625px;
	margin-right: 72px
}

@media (max-width:1289px) {
	.gymnastics .section_4 .left {
		display: none
	}
}

.gymnastics .section_4 .right {
	flex: 1;
	padding-top: 20px
}

.gymnastics .section_4 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 45px
}

@media (max-width:767px) {
	.gymnastics .section_4 .title {
		font-size: 36px
	}
}

.gymnastics .section_4 .items {
	display: flex;
	justify-content: space-between
}

@media (max-width:767px) {
	.gymnastics .section_4 .items {
		flex-direction: column
	}
}

.gymnastics .section_4 .item {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	width: 348px;
	margin-bottom: 28px
}

@media (max-width:1559px) {
	.gymnastics .section_4 .item {
		width: 300px
	}
}

@media (max-width:1289px) {
	.gymnastics .section_4 .item {
		width: 46%
	}
}

@media (max-width:767px) {
	.gymnastics .section_4 .item {
		width: 100%
	}
}

.gymnastics .section_6 {
	padding-top: 50px
}

.gymnastics .section_6 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414
}

@media (max-width:767px) {
	.gymnastics .section_6 .title {
		font-size: 36px
	}
}

.gymnastics .section_6 .section_6_container {
	position: relative;
	height: 544px
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container {
		height: auto;
		padding-top: 50px
	}
}

.gymnastics .section_6 .section_6_container .top {
	position: absolute;
	left: 0;
	top: 82px;
	width: 98%;
	display: flex;
	justify-content: space-between
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container .top {
		position: relative;
		top: 0;
		transform: none;
		left: 0;
		flex-direction: column
	}
}

@media (max-width:576px) {
	.gymnastics .section_6 .section_6_container .top {
		flex-direction: column
	}
}

.gymnastics .section_6 .section_6_container .bottom {
	top: 311px;
	position: absolute;
	transform: translateX(-50%);
	left: 49%;
	width: 44%;
	display: flex;
	justify-content: space-between
}

@media (max-width:1559px) {
	.gymnastics .section_6 .section_6_container .bottom {
		width: 55%;
		left: 50%
	}
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container .bottom {
		position: relative;
		top: 0;
		transform: none;
		left: 0;
		flex-direction: column;
		width: 100%
	}
}

@media (max-width:767px) {
	.gymnastics .section_6 .section_6_container .bottom {
		margin-bottom: 40px
	}
}

@media (max-width:576px) {
	.gymnastics .section_6 .section_6_container .bottom {
		flex-direction: column
	}
}

.gymnastics .section_6 .section_6_container .item {
	display: flex;
	margin-bottom: 53px
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container .item {
		width: 100%;
		align-items: center
	}
}

@media (max-width:576px) {
	.gymnastics .section_6 .section_6_container .item {
		width: 100%
	}
}

.gymnastics .section_6 .section_6_container .item1 .text_block {
	width: 196px
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container .item1 .text_block {
		width: 100%
	}
}

.gymnastics .section_6 .section_6_container .item2 .text_block {
	width: 185px
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container .item2 .text_block {
		width: 100%
	}
}

.gymnastics .section_6 .section_6_container .item3 .text_block {
	width: 220px
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container .item3 .text_block {
		width: 100%
	}
}

.gymnastics .section_6 .section_6_container .item4 .text_block {
	width: 220px
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container .item4 .text_block {
		width: 100%
	}
}

.gymnastics .section_6 .section_6_container .plus {
	margin-right: 20px;
	position: relative;
	top: 32px
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container .plus {
		top: 0
	}
}

.gymnastics .section_6 .section_6_container .text_block b {
	font-family: Montserrat;
	font-size: 22px;
	line-height: 1.48;
	color: #141414;
	font-weight: 400;
	display: block
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container .text_block b {
		line-height: 1.3
	}
}

@media (max-width:767px) {
	.gymnastics .section_6 .section_6_container .text_block b {
		font-size: 20px
	}
}

.gymnastics .section_6 .section_6_container .text_block span {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.63;
	color: #141414;
	display: block
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container .text_block span {
		margin-top: 10px
	}
}

@media (max-width:767px) {
	.gymnastics .section_6 .section_6_container .text_block span {
		margin-top: 4px
	}
}

.gymnastics .section_6 .section_6_container .img_block {
	width: 1109px;
	top: -108px;
	z-index: -1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width:1559px) {
	.gymnastics .section_6 .section_6_container .img_block {
		width: 800px;
		top: -45px
	}
}

@media (max-width:1289px) {
	.gymnastics .section_6 .section_6_container .img_block {
		position: relative;
		top: -36px
	}
}

@media (max-width:991px) {
	.gymnastics .section_6 .section_6_container .img_block {
		width: 720px
	}
}

@media (max-width:767px) {
	.gymnastics .section_6 .section_6_container .img_block {
		width: 100%
	}
}

.gymnastics .section_6 .section_6_container .img_block .logo {
	top: 133px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

@media (max-width:1559px) {
	.gymnastics .section_6 .section_6_container .img_block .logo {
		top: 84px
	}
}

@media (max-width:991px) {
	.gymnastics .section_6 .section_6_container .img_block .logo {
		top: 64px
	}
}

@media (max-width:767px) {
	.gymnastics .section_6 .section_6_container .img_block .logo {
		top: 28px
	}
}

@media (max-width:576px) {
	.gymnastics .section_6 .section_6_container .img_block .logo {
		top: 22px
	}
}

.gymnastics .gym_calc {
	margin-bottom: 55px;
	overflow: hidden
}

.gymnastics .gym_calc .gym_calc_container {
	display: flex
}

@media (max-width:1559px) {
	.gymnastics .gym_calc .gym_calc_container {
		justify-content: center;
		flex-direction: column;
		align-items: center
	}
}

@media (max-width:991px) {
	.gymnastics .gym_calc .gym_calc_container .calc_container_left {
		display: flex;
		flex-direction: column-reverse
	}
}

.gymnastics .gym_calc .calc_left_footer {
	padding-top: 20px
}

@media (max-width:991px) {
	.gymnastics .gym_calc .calc_left_footer {
		padding-top: 0;
		margin-bottom: 30px
	}
}

.gymnastics .gym_calc .calc_left_footer .items {
	display: flex;
	margin-bottom: 10px
}

@media (max-width:576px) {
	.gymnastics .gym_calc .calc_left_footer .items {
		flex-wrap: wrap
	}
}

.gymnastics .gym_calc .calc_left_footer .item {
	margin-right: 34px
}

@media (max-width:576px) {
	.gymnastics .gym_calc .calc_left_footer .item {
		margin-bottom: 20px
	}
}

.gymnastics .gym_calc .calc_left_footer .item b,
.gymnastics .gym_calc .price_m span {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.31;
	color: #141414;
	display: block
}

.gymnastics .gym_calc .calc_left_footer .item span {
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.3;
	color: #bf0200
}

.gymnastics .gym_calc .calc_left_footer .desc_1 {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.31;
	color: #141414;
	margin-bottom: 3px
}

.gymnastics .gym_calc .calc_left_footer .desc_2 {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.31;
	color: #adadad
}

.gymnastics .gym_calc .right {
	padding-top: 133px;
	max-width: 405px
}

@media (max-width:1559px) {
	.gymnastics .gym_calc .right {
		padding-top: 0;
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 60px;
		width: 100%;
		text-align: center
	}
}

.gymnastics .gym_calc .right .item {
	font-family: Montserrat;
	font-size: 25px;
	line-height: 1.48;
	color: #141414
}

@media (max-width:1559px) {
	.gymnastics .gym_calc .right .item {
		font-size: 20px
	}
}

.gymnastics .gym_calc .right .item:nth-child(1) {
	margin-bottom: 55px
}

@media (max-width:1559px) {
	.gymnastics .gym_calc .right .item:nth-child(1) {
		margin-bottom: 0
	}
}

.carpet .section_2 .title span,
.gymnastics .gym_calc .right .item span {
	color: #bf0200
}

.gymnastics .gym_calc .calc_footer {
	flex-direction: column;
	align-items: flex-start
}

.gymnastics .gym_calc .calc_footer_top {
	display: flex;
	margin-bottom: 24px
}

@media (max-width:576px) {
	.gymnastics .gym_calc .calc_footer_top {
		flex-direction: column
	}
}

.gymnastics .gym_calc .price_m {
	margin-right: 38px
}

@media (max-width:576px) {
	.gymnastics .gym_calc .price_m {
		margin-bottom: 30px
	}
}

.gymnastics .gym_calc .price_m b {
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.48;
	color: #141414;
	display: flex;
	align-items: center
}

.gymnastics .gym_calc .old_price {
	display: inline-block;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 2.06;
	color: #adadad;
	text-decoration: line-through;
	margin-left: 8px;
	position: relative;
	top: 2px
}

.carpet .section_12 .item a,
.gymnastics .gym_calc .calc_result b {
	display: flex;
	align-items: center
}

.gymnastics .gym_calc .calc_footer_bottom {
	width: 100%
}

.gymnastics .gym_calc .btn {
	width: 100% !important
}

.carpet .section_2 .section_2_container {
	display: flex;
	padding: 70px 0 60px
}

@media (max-width:1289px) {
	.carpet .section_2 .section_2_container {
		flex-direction: column
	}
}

.carpet .section_2 .left {
	width: 546px
}

@media (max-width:1289px) {
	.carpet .section_2 .left {
		display: none
	}
}

.carpet .section_2 .right {
	flex: 1;
	padding-top: 10px
}

.carpet .section_2 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	padding-left: 68px;
	margin-bottom: 34px
}

@media (max-width:1289px) {
	.carpet .section_2 .title {
		padding-left: 0
	}
}

@media (max-width:1559px) {
	.carpet .section_2 .title span {
		display: block
	}
}

@media (max-width:1289px) {
	.carpet .section_2 .title span {
		display: inline-block
	}
}

@media (max-width:767px) {
	.carpet .section_2 .title {
		font-size: 36px
	}
}

.carpet .section_2 .red_section {
	background: #bf0200;
	display: flex;
	padding: 16px 0 16px 68px;
	margin-bottom: 18px;
	width: 100%
}

@media (max-width:1289px) {
	.carpet .section_2 .red_section {
		padding: 16px 20px
	}
}

@media (max-width:991px) {
	.carpet .section_2 .red_section {
		align-items: center
	}
}

@media (max-width:767px) {
	.carpet .section_2 .red_section {
		flex-direction: column;
		padding-bottom: 0
	}
}

.carpet .section_2 .red_section .desc {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.31;
	color: #fff;
	width: 100%;
	max-width: 381px
}

@media (max-width:1289px) {
	.carpet .section_2 .red_section .desc {
		max-width: 45%
	}
}

@media (max-width:767px) {
	.carpet .section_2 .red_section .desc {
		max-width: 100%;
		margin-bottom: 20px
	}
}

.carpet .section_2 .red_section .desc span {
	text-transform: uppercase;
	display: block
}

.carpet .section_2 .red_section .desc:nth-child(1) {
	margin-right: 54px
}

@media (max-width:767px) {
	.carpet .section_2 .red_section .desc:nth-child(1) {
		margin-right: 0
	}
}

.carpet .section_2 .items {
	display: flex;
	padding-left: 68px
}

@media (max-width:1289px) {
	.carpet .section_2 .items {
		padding-left: 0
	}
}

@media (max-width:767px) {
	.carpet .section_2 .items {
		flex-direction: column
	}
}

.carpet .section_2 .item {
	margin-bottom: 6px;
	width: 372px
}

@media (max-width:1559px) {
	.carpet .section_2 .item {
		width: 315px
	}
}

@media (max-width:1289px) {
	.carpet .section_2 .item {
		width: 45%
	}
}

@media (max-width:767px) {
	.carpet .section_2 .item {
		width: 100%
	}
}

.carpet .section_2 .item:nth-child(1) {
	margin-right: 64px
}

@media (max-width:767px) {
	.carpet .section_2 .item:nth-child(1) {
		margin-right: 0
	}
}

.carpet .section_2 .item p {
	font-family: helvetica;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	margin: 0 0 25px
}

.carpet .section_2 .btn {
	margin-left: 68px
}

@media (max-width:1289px) {
	.carpet .section_2 .btn {
		margin-left: 0
	}
}

.carpet .section_3 {
	overflow: hidden
}

.carpet .section_3 .slide {
	position: relative;
	height: 385px;
	display: flex;
	justify-content: space-between
}

@media (max-width:1289px) {
	.carpet .section_3 .slide {
		flex-direction: column;
		height: auto
	}
}

.carpet .section_3 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 40px
}

@media (max-width:767px) {
	.carpet .section_3 .title {
		font-size: 36px
	}
}

.carpet .section_3 .left {
	padding-top: 18px
}

@media (max-width:1289px) {
	.carpet .section_3 .left {
		display: flex
	}
}

@media (max-width:576px) {
	.carpet .section_3 .left {
		flex-direction: column;
		align-items: center
	}
}

.carpet .section_3 .right {
	padding-top: 18px
}

@media (max-width:1289px) {
	.carpet .section_3 .right {
		display: flex
	}
}

@media (max-width:576px) {
	.carpet .section_3 .right {
		flex-direction: column;
		padding-top: 0;
		align-items: center
	}
}

.carpet .section_3 .right .item {
	flex-direction: row-reverse
}

@media (max-width:1289px) {
	.carpet .section_3 .right .item {
		flex-direction: row
	}
}

.carpet .section_3 .right .item .img_block {
	margin-right: 0;
	margin-left: 15px
}

@media (max-width:1289px) {
	.carpet .section_3 .right .item .img_block {
		margin-left: 0;
		margin-right: 15px
	}
}

.carpet .section_3 .item {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 58px
}

@media (max-width:1289px) {
	.carpet .section_3 .item {
		margin-right: 90px
	}
}

@media (max-width:767px) {
	.carpet .section_3 .item {
		margin-right: 30px
	}
}

.carpet .section_3 .item::before {
	content: "";
	display: block;
	position: absolute
}

@media (max-width:1559px) {
	.carpet .section_3 .item::before {
		display: none
	}
}

.carpet .section_3 .item1::before {
	background: url(../img/carpet_section_3_line1.svg) no-repeat center;
	width: 328px;
	height: 39px;
	top: 53px;
	left: 128px
}

.carpet .section_3 .item2::before {
	background: url(../img/carpet_section_3_line2.svg) no-repeat center;
	width: 232px;
	height: 97px;
	top: -10px;
	left: 128px
}

.carpet .section_3 .item3::before {
	background: url(../img/carpet_section_3_line3.svg) no-repeat center;
	width: 354px;
	height: 34px;
	top: 58px;
	left: -220px
}

.carpet .section_3 .item4::before {
	background: url(../img/carpet_section_3_line4.svg) no-repeat center;
	width: 282px;
	height: 99px;
	top: -8px;
	left: -148px
}

.carpet .section_3 .img_block {
	width: 113px;
	margin-right: 15px
}

.carpet .section_3 .text_block {
	flex: 1
}

.carpet .section_3 .text_block b {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #141414;
	display: block;
	white-space: nowrap
}

@media (max-width:767px) {
	.carpet .section_3 .text_block b {
		font-size: 14px
	}
}

.carpet .section_3 .text_block span {
	font-family: Montserrat;
	font-size: 22px;
	line-height: 1.48;
	color: #141414;
	white-space: nowrap
}

@media (max-width:767px) {
	.carpet .section_3 .text_block span {
		font-size: 18px
	}
}

.carpet .section_3 .bg_img {
	width: 902px;
	z-index: -1;
	top: -93px;
	position: absolute;
	transform: translateX(-50%);
	left: 52%
}

@media (max-width:1559px) {
	.carpet .section_3 .bg_img {
		width: 690px;
		top: -30px
	}
}

@media (max-width:1289px) {
	.carpet .section_3 .bg_img {
		position: relative;
		top: -75px
	}
}

@media (max-width:767px) {
	.carpet .section_3 .bg_img {
		width: 100%
	}
}

.carpet .section_3 .slick-prev {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	left: -45px;
	top: 130px;
	cursor: pointer;
	transition: .2s all ease-out
}

@media (max-width:1559px) {
	.carpet .section_3 .slick-prev {
		top: 138px
	}
}

@media (max-width:991px) {
	.carpet .section_3 .slick-prev {
		display: none !important
	}
}

.carpet .section_3 .slick-next:hover,
.carpet .section_3 .slick-prev:hover {
	opacity: .8
}

.carpet .section_3 .slick-next {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	right: -45px;
	top: 130px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: .2s all ease-out
}

@media (max-width:1559px) {
	.carpet .section_3 .slick-next {
		top: 138px
	}
}

@media (max-width:991px) {
	.carpet .section_3 .slick-next {
		display: none !important
	}
}

.carpet .carpet_calc {
	margin-bottom: 55px
}

.carpet .carpet_calc .carpet_calc_container {
	display: flex
}

@media (max-width:1559px) {
	.carpet .carpet_calc .carpet_calc_container {
		justify-content: center
	}
}

.carpet .carpet_calc .right {
	padding-top: 33px
}

@media (max-width:1559px) {
	.carpet .carpet_calc .right {
		display: none
	}
}

.carpet .section_12 {
	background: url(../img/carpet_section_12_bg.png) no-repeat center;
	background-size: cover;
	padding: 62px 0;
	margin-bottom: 64px
}

.carpet .section_12 .items {
	display: flex;
	justify-content: center
}

@media (max-width:767px) {
	.carpet .section_12 .items {
		flex-direction: column;
		align-items: center
	}
}

.carpet .section_12 .item {
	margin: 0 40px
}

@media (max-width:991px) {
	.carpet .section_12 .item {
		margin: 0 32px
	}
}

@media (max-width:767px) {
	.carpet .section_12 .item:nth-child(1) {
		margin-bottom: 20px
	}
}

.carpet .section_12 .item:nth-child(1) a::before {
	background: url(../img/carpet_section_12_icon1.svg) no-repeat center;
	width: 25px;
	height: 25px
}

.carpet .section_12 .item:nth-child(2) a::before {
	background: url(../img/carpet_section_12_icon2.svg) no-repeat center;
	width: 26px;
	height: 26px
}

.carpet .section_12 .item a::before {
	content: "";
	display: block;
	position: relative;
	margin-right: 12px
}

.carpet .section_12 .item a span {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.13;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	flex: 1
}

.carpet .section_12 .item a:hover span {
	text-decoration: none
}

.carpet .section_14 {
	padding-top: 70px;
	margin-bottom: 50px
}

.carpet .section_14 .section_14_container {
	display: flex
}

@media (max-width:1289px) {
	.carpet .section_14 .section_14_container {
		flex-direction: column;
		align-items: center
	}
}

.carpet .section_14 .left {
	width: 804px;
	margin-right: 82px
}

@media (max-width:1559px) {
	.carpet .section_14 .left {
		width: 710px;
		margin-right: 64px
	}
}

@media (max-width:1289px) {
	.carpet .section_14 .left {
		margin-right: 0;
		margin-bottom: 50px
	}
}

@media (max-width:767px) {
	.carpet .section_14 .left {
		width: 100%
	}
}

.carpet .section_14 .right {
	flex: 1
}

@media (max-width:1559px) {
	.carpet .section_14 .right {
		width: 710px
	}
}

@media (max-width:767px) {
	.carpet .section_14 .right {
		width: 100%
	}
}

.carpet .section_14 .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 50px
}

@media (max-width:1559px) {
	.carpet .section_14 .title {
		font-size: 38px
	}
}

@media (max-width:767px) {
	.carpet .section_14 .title {
		font-size: 36px;
		margin-bottom: 30px
	}
}

.carpet .section_14 .item {
	margin-bottom: 47px
}

.carpet .section_14 .icon {
	margin-bottom: 14px
}

.carpet .section_14 .desc {
	font-family: Montserrat;
	font-size: 16px;
	line-height: 1.31;
	color: #141414;
	width: 100%;
	max-width: 366px
}

@media (max-width:1289px) {
	.carpet .section_14 .desc {
		max-width: 100%
	}
}

.carpet .section_14 .slide {
	position: relative
}

.carpet .section_14 .video_container {
	width: 100%;
	overflow: hidden
}

@media (max-width:1559px) {
	.carpet .section_14 .video_container img {
		width: 100%;
		display: block
	}
}

@media (max-width:1289px) {
	.carpet .section_14 .video_container {
		height: auto;
		width: 100%
	}
}

.carpet .section_14 .video_container::before {
	content: '';
	display: block;
	position: absolute;
	opacity: .55;
	background-color: #000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.carpet .section_14 .video_btn {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.17;
	color: #fff;
	width: 92px;
	height: 92px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%
}

@media (max-width:767px) {
	.carpet .section_14 .video_btn {
		width: 60px;
		height: 60px
	}
}

.carpet .section_14 .slick-prev,
.carpet .section_14 .video_btn::before {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	transition: .2s all ease-out
}

.carpet .section_14 .video_btn::before {
	content: "";
	display: block;
	left: 0;
	background: url(../img/video_button_2.png) no-repeat center;
	width: 92px;
	height: 92px
}

@media (max-width:767px) {
	.carpet .section_14 .video_btn::before {
		width: 60px;
		height: 60px;
		background-size: contain
	}
}

.carpet .section_14 .slick-prev {
	background: url(../img/slide_button_white.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	z-index: 1;
	left: 35px;
	cursor: pointer
}

@media (max-width:576px) {
	.carpet .section_14 .slick-prev {
		display: none !important
	}
}

.carpet .section_14 .slick-next:hover,
.carpet .section_14 .slick-prev:hover {
	opacity: .8
}

.carpet .section_14 .slick-next {
	background: url(../img/slide_button_white.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	right: 35px;
	top: calc(50% - 44px);
	cursor: pointer;
	transform: rotate(-180deg) translateY(-50%);
	transition: .2s all ease-out
}

@media (max-width:576px) {
	.carpet .section_14 .slick-next {
		display: none !important
	}
}

.question {
	padding: 80px 0
}

.question .item_question {
	margin-bottom: 20px
}

.question .item_question a {
	font-size: 20px;
	margin-bottom: 20px;
	color: #000;
	transition: .2s all ease-out
}

.awards_section .title:hover a,
.question .item_question a:hover {
	color: #bf0200
}

.awards_section {
	padding: 120px 0
}

.awards_section .awards_item {
	display: flex;
	align-items: stretch;
	padding: 15px 20px
}

@media (max-width:767px) {
	.awards_section .awards_item {
		flex-direction: column;
		padding: 0;
		width: 100%;
		max-width: 300px;
		background: #ededed;
		margin: 0 auto 40px
	}
}

.awards_section .awards_item:nth-child(odd) {
	background: #ededed
}

.awards_section .img_block {
	width: 200px;
	margin-right: 30px
}

@media (max-width:767px) {
	.awards_section .img_block {
		width: 100%
	}
}

.awards_section .img_block img {
	display: block;
	box-shadow: 1px 1px 3px 1px #d3d3d3
}

.awards_section .text_block {
	position: relative;
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column
}

@media (max-width:767px) {
	.awards_section .text_block {
		padding: 15px 20px
	}
}

.awards_section .date {
	font-family: Montserrat;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	line-height: 1.31;
	margin-bottom: 15px;
	color: #bf0200;
	font-weight: 700
}

@media (max-width:767px) {
	.awards_section .date {
		position: relative;
		margin-bottom: 0
	}
}

.awards_section .title {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.17;
	margin-bottom: 16px;
	color: #141414;
	transition: .2s all ease-out
}

.awards_section .title a {
	color: #141414
}

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

.awards_section .desc {
	font-size: 18px;
	line-height: 1.31
}

@media (max-width:767px) {
	.awards_section .desc {
		font-size: 16px;
		margin-bottom: 15px
	}
}

.clients_slider {
	padding: 80px 0 60px
}

.clients_slider .clients_item {
	display: flex;
	align-items: center;
	justify-content: center
}

.clients_slider .clients_item:hover .img_block {
	border: 3px solid #bf0200
}

@media (max-width:767px) {
	.clients_slider .clients_item {
		height: auto
	}
}

.clients_slider .clients_item .img_block {
	border: 3px solid #d3d3d3;
	transition: .2s all ease-out;
	width: 100%;
	height: 100%;
	margin: 10px
}

.clients_slider .clients_item .img_block img {
	display: block;
	width: 100%;
	max-width: 100%
}

.clients_slider .slick-prev {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	left: -45px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	cursor: pointer;
	transition: .2s all ease-out
}

@media (max-width:991px) {
	.clients_slider .slick-prev {
		display: none !important
	}
}

.clients_slider .slick-next:hover,
.clients_slider .slick-prev:hover {
	opacity: .8
}

.clients_slider .slick-next {
	background: url(../img/slide_button.svg) no-repeat center;
	width: 23px;
	height: 44px;
	border: 0;
	position: absolute;
	right: -45px;
	top: 50%;
	cursor: pointer;
	transform: rotate(-180deg) translateY(50%);
	transition: .2s all ease-out
}

@media (max-width:991px) {
	.clients_slider .slick-next {
		display: none !important
	}
}

.clients_text_blocks {
	margin-bottom: 60px
}

@media (max-width:767px) {
	.clients_text_blocks {
		margin-bottom: 0
	}
}

.clients_text_blocks .clients_text_blocks_desc {
	margin-bottom: 40px
}

.clients_text_blocks .clients_text_blocks_desc p {
	margin-bottom: 14px;
	margin-top: 0;
	font-weight: 500;
	max-width: 1000px
}

@media (max-width:767px) {
	.clients_text_blocks .clients_text_blocks_desc p {
		font-size: 14px
	}
}

.clients_text_blocks .item {
	overflow: hidden;
	width: 100%;
	height: 200px;
	position: relative;
	margin-bottom: 40px
}

.clients_text_blocks .item::after {
	content: '';
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
	height: 54px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1
}

.clients_text_blocks .item:hover {
	overflow: visible
}

.clients_text_blocks .item:hover .lists_container {
	z-index: 10;
	box-shadow: 1px 15px 40px rgba(0, 0, 0, .1)
}

.clients_text_blocks .lists_container {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 20px 20px 15px
}

@media (max-width:767px) {
	.clients_text_blocks .lists_container {
		width: 100%
	}
}

.clients_bottom_text ul li,
.clients_text_blocks .list {
	padding-left: 20px;
	position: relative
}

.clients_bottom_text ul li::before,
.clients_text_blocks .list::before {
	content: '•';
	color: #bf0200;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 9px;
	font-size: 28px
}

.clients_text_blocks .title {
	font-weight: 700;
	text-transform: uppercase;
	font-family: DINPro;
	font-size: 18px;
	margin-bottom: 18px
}

.clients_text_blocks .list {
	margin-bottom: 10px;
	font-size: 12px
}

.clients_bottom_text {
	margin-bottom: 120px
}

.clients_bottom_text h4 {
	font-weight: 500;
	font-size: 20px
}

.clients_bottom_text ul {
	margin: 30px 0;
	padding: 0 0 0 20px;
	list-style: none
}

.clients_bottom_text ul li {
	margin-bottom: 12px
}

.news_section {
	padding: 80px 0
}

.news_section .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 70px
}

@media (max-width:767px) {
	.news_section .item {
		flex-direction: column
	}
}

.news_section .date {
	background: #bf0200;
	padding: 6px 10px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	margin-right: 20px
}

.news_section .text_block {
	flex: 1;
	padding-top: 14px;
	max-width: 600px
}

.news_section .title {
	font-size: 28px;
	font-family: DINPro;
	margin-bottom: 14px;
	display: block;
	color: #141414;
	transition: .2s all ease-out
}

@media (max-width:576px) {
	.news_section .title {
		font-size: 22px
	}
}

.articles_section .item:hover .title,
.news_section .title:hover {
	color: #bf0200
}

@media (max-width:576px) {
	.news_section .desc {
		font-size: 14px
	}
}

.articles_section {
	padding: 100px 0
}

.articles_section .col-lg-3 {
	margin-bottom: 40px
}

.articles_section .item {
	box-shadow: 1px 15px 40px rgba(0, 0, 0, .1);
	display: block;
	height: 100%
}

.articles_section .item:hover .img_block {
	opacity: .8
}

.articles_section .img_block {
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 200px;
	transition: .2s all ease-out
}

.articles_section .text_block {
	padding: 15px 20px
}

.articles_section .title {
	font-family: DINPro;
	font-size: 22px;
	color: #141414;
	transition: .2s all ease-out;
	margin-bottom: 14px
}

@media (max-width:1289px) {
	.articles_section .title {
		font-size: 18px
	}
}

.articles_section .desc {
	color: #141414;
	margin-bottom: 10px;
	font-size: 14px
}

.reviews_new_section {
	margin-bottom: 100px
}

.reviews_new_section .reviews_new_section_container {
	padding-top: 60px;
	display: flex
}

@media (max-width:991px) {
	.reviews_new_section .reviews_new_section_container {
		padding-top: 40px
	}
}

.reviews_new_section .tabs {
	margin-right: 20px;
	flex-direction: column
}

@media (max-width:991px) {
	.reviews_new_section .tabs {
		margin-right: 0
	}
}

.reviews_new_section .tab_button {
	background: #f9f9f9;
	width: 392px;
	height: 60px;
	font-family: DINPro;
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	color: #000;
	display: flex;
	align-items: center;
	padding: 0 30px;
	box-shadow: inset 0 -1px 0 #dfdfdf;
	cursor: pointer;
	transition: .2s all ease-out
}

@media (max-width:1289px) {
	.reviews_new_section .tab_button {
		width: 467px
	}
}

@media (max-width:991px) {
	.reviews_new_section .tab_button {
		width: 100%
	}
}

@media (max-width:576px) {
	.reviews_new_section .tab_button {
		font-size: 20px
	}
}

.reviews_new_section .tab_button:hover {
	background: #fdfdfd;
	color: #bf0200
}

.reviews_new_section .tab_button.active {
	background: #bf0200;
	color: #fff;
	box-shadow: none
}

.reviews_new_section .tab_button+.item {
	display: none;
	padding: 20px 20px 30px 23px;
	background: #fbfbfb;
	-webkit-animation: fade 1s;
	animation: fade 1s
}

@media (max-width:991px) {
	.reviews_new_section .tab_button+.item {
		display: none
	}
}

.reviews_new_section .tab_button+.item .left {
	flex: 1;
	margin-right: 20px
}

.reviews_new_section .tab_button+.item .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	color: #bf0200;
	margin-bottom: 32px;
	font-family: DINPro
}

@media (max-width:767px) {
	.reviews_new_section .tab_button+.item .title {
		font-size: 20px;
		margin-bottom: 20px
	}
}

@media (max-width:576px) {
	.reviews_new_section .tab_button+.item .title {
		display: none
	}
}

.reviews_new_section .tab_button+.item .text p,
.reviews_new_section .tabs_content .text p {
	font-size: 16px;
	line-height: 170%;
	color: #373737;
	margin: 0
}

@media (max-width:576px) {
	.reviews_new_section .tab_button+.item .text p {
		font-size: 15px
	}
}

.reviews_new_section .tab_button+.item .right {
	width: 249px;
	position: relative;
	top: 70px
}

@media (max-width:767px) {
	.reviews_new_section .tab_button+.item .right {
		top: 14px
	}
}

@media (max-width:991px) {
	.reviews_new_section .tab_button.active+.item {
		display: flex
	}
}

@media (max-width:767px) {
	.reviews_new_section .tab_button.active+.item {
		flex-direction: column
	}
}

.reviews_new_section .tabs_content {
	flex: 1
}

@media (max-width:991px) {
	.reviews_new_section .tabs_content {
		display: none
	}
}

.reviews_new_section .tabs_content .item {
	display: none;
	justify-content: space-between;
	-webkit-animation: fade 1s;
	animation: fade 1s
}

@media (max-width:1289px) {
	.reviews_new_section .tabs_content .item {
		flex-direction: column
	}
}

.reviews_new_section .tabs_content .item.active {
	display: flex
}

.reviews_new_section .tabs_content .left {
	flex: 1;
	margin-right: 20px
}

@media (max-width:1289px) {
	.reviews_new_section .tabs_content .left {
		margin-bottom: 30px
	}
}

.reviews_new_section .tabs_content .title {
	font-family: DINPro;
	font-weight: 700;
	font-size: 30px;
	line-height: 140%;
	color: #bf0200;
	margin-bottom: 32px
}

.reviews_new_section .tabs_content .right {
	width: 289px
}

.calc {
	position: relative
}

.calc::before {
	content: "";
	display: block;
	position: absolute;
	background: #e4e4e4;
	height: 100%;
	width: calc((100% - 1600px)/2 + 1023px);
	left: 0;
	top: 0
}

@media (max-width:1559px) {
	.calc::before {
		width: 100%
	}
}

.calc .right {
	margin-left: auto
}

.calc .title {
	font-family: DINPro;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.18;
	color: #141414;
	margin-bottom: 48px;
	margin-top: 40px
}

@media (max-width:767px) {
	.calc .title {
		font-size: 36px
	}
}

.calc .calc_container {
	display: flex;
	padding: 0 0 40px
}

@media (max-width:991px) {
	.calc .calc_container {
		flex-direction: column
	}
}

.calc .calc_container .calc_container_left {
	width: 405px;
	margin-right: 46px
}

@media (max-width:991px) {
	.calc .calc_container .calc_container_left {
		margin-right: 0;
		width: 100%
	}
}

.calc .calc_container .calc_container_right {
	width: 405px
}

@media (max-width:991px) {
	.calc .calc_container .calc_container_right {
		width: 100%
	}
}

.calc .calc_footer {
	display: flex;
	align-items: center;
	padding-top: 20px
}

@media (max-width:576px) {
	.calc .calc_footer {
		flex-direction: column;
		align-items: flex-start
	}
}

.calc .calc_footer .calc_result span {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.31;
	color: #141414;
	display: block
}

.calc .calc_footer .calc_result b {
	font-family: Montserrat;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.48;
	color: #141414
}

.calc .calc_footer .btn {
	width: 234px;
	height: 61px;
	margin-left: auto
}

@media (max-width:576px) {
	.calc .calc_footer .btn {
		margin-left: 0;
		margin-top: 40px;
		width: 100%
	}
}

@media only screen and (max-width:767px) {
	.animated {
		transition-property: none !important;
		transform: none !important;
		-webkit-animation: none !important;
		animation: none !important
	}
}

input[name="surname"] {
	display: none;
	width: 2px !important;
	height: 3px !important;
	margin-bottom: -3px !important;
	;
	opacity: 0.01;
	padding: 0;
}

.after_header .after_header_title {
	text-shadow: 1px 1px 10px black;
}




.section_form_mt {
  margin-top: 0 !important;
}



.header {
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: "Inter", sans-serif;
}
@media (max-width: 991px) {
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 1090;
        border-bottom: 1px solid #dfdfdf;
    }
}
.header__wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header__info {
    flex: 1;
}
.header__logo {
  width: 220px;
}
@media (min-width: 1308px) and (max-width: 1559px) {
    .header__logo {
        width: 150px;
    }
}
@media (max-width: 1307px) {
    .header__logo {
        width: 160px;
    }
}
.header__logo img {
    display: block;
    transition: 0.2s all ease-out;
}
.header__logo:hover img {
    opacity: 0.8;
}
.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 30px;
}
@media (max-width: 991px) {
    .header__top {
        display: none;
    }
}
.header__top-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    gap: 30px;
    flex: 1;
}
.header__search input,
.header__time {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.04px;
}
.header__time {
    color: #1a1818;
    text-transform: uppercase;
}
@media (max-width: 1559px) {
    .header__time {
        font-size: 13px;
        width: 274px;
    }
}
@media (max-width: 1307px) {
    .header__time {
        display: none;
    }
}
@media (max-width: 1559px) {
    .header__time span {
        display: block;
    }
}
.header__time b {
    color: #bf0200;
    font-weight: 400;
}
.header__search {
    position: relative;
    max-width: 394px;
    width: 100%;
}
@media (max-width: 1559px) {
    .header__search {
        max-width: 300px;
    }
}
@media (max-width: 1307px) {
    .header__search {
        max-width: 100%;
    }
}
.header__search input {
    outline: 0;
    border-radius: 222px;
    border: 1px solid #d8d8d8;
    padding: 10px 60px 10px 20px;
    color: #141414;
    width: 100%;
}
.header__search input:placeholder {
    color: #b1b1b1;
}
.header__search button {
    background: 0 0;
    border: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0;
}
.header__top-right {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 214px;
}
@media (max-width: 1307px) {
    .header__top-right {
        width: auto;
    }
}
.header__social {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 1307px) {
    .header__social {
        gap: 16px;
    }
}
.header__menu-btn span,
.header__phone,
.header__social a {
    transition: 0.2s all ease-out;
}
@media (max-width: 1307px) {
    .header__social a {
        display: block;
        width: 22px;
    }
}
.header__phone {
    color: #060606;
    font-size: 24px;
    font-weight: 500;
    line-height: 19.04px;
    text-transform: uppercase;
}
@media (max-width: 1307px) {
    .header__phone {
        font-size: 20px;
    }
}
.header__menu-link:hover,
.header__phone:hover {
    color: #bf0200;
}
.header__bottom,
.header__bottom-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__bottom {
    gap: 30px;
}
.header__bottom-left {
    flex: 1;
}
.header__menu {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 1559px) {
    .header__menu {
        gap: 16px;
    }
}
@media (max-width: 1307px) {
    .header__menu {
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .header__menu {
        display: none;
    }
}
.header__menu-link {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.04px;
    text-transform: uppercase;
    transition: 0.2s all ease-out;
}
@media (max-width: 1307px) {
    .header__menu-link {
        font-size: 12px;
    }
}
.header__bottom-right {
    display: flex;
    align-items: center;
    width: 214px;
}
@media (max-width: 1307px) {
    .header__bottom-right {
        width: auto;
    }
}
.header__btn {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: 0;
  text-decoration: none;
  text-transform: none;
  transition: 0.2s all ease-out;
  padding: 12px 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: #bf0200;
  border: 1px solid #bf0200;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.04px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0;
  font-family: "Inter", sans-serif;
}
@media (max-width: 991px) {
    .header__btn {
        display: none;
    }
}
.header__mini-cart {
    display: flex;
    gap: 10px;
    align-items: center;
}
@media (max-width: 991px) {
    .header__mini-cart {
        display: none;
    }
}
.header__mini-cart-title {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.04px;
}
@media (max-width: 1307px) {
    .header__mini-cart-title {
        display: none;
    }
}
.header__mini-cart-value {
    color: #bf0200;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.04px;
}
.footer__social a img,
.header__mini-cart-icon img,
.mobile-menu__logo img,
.mobile-menu__menu-open-btn img,
.mobile-menu__mini-cart-icon img,
.mobile-menu__social a img {
    display: block;
}
.header__menu-btn {
    width: 40px;
    height: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: none;
}
@media (max-width: 991px) {
    .header__menu-btn {
        display: flex;
    }
}
.header__menu-btn span {
    border-radius: 6px;
    background: #171622;
    height: 3px;
    display: block;
}
.header__menu-btn span:nth-child(1) {
    width: 32px;
}
.header__menu-btn span:nth-child(2) {
    width: 40px;
}
.header__menu-btn span:nth-child(3) {
    width: 24px;
}
.header__menu-btn:hover span {
    width: 40px;
}
.mobile-menu {
    position: fixed;
    top: 0;
    z-index: 1100;
    transition: 0.3s all ease-out;
    right: -384px;
    display: flex;
    background: #171622;
}
@media (max-width: 576px) {
    .mobile-menu {
        right: -100%;
        width: 100%;
    }
}
.mobile-menu__header {
    display: flex;
    justify-content: space-between;
}
.mobile-menu__close {
    height: 36px;
    width: 47px;
    cursor: pointer;
    position: relative;
    top: 5px;
}
@media (max-width: 1420px) {
    .mobile-menu__close {
        display: block;
    }
}
.mobile-menu__close span {
    width: 47px;
    height: 3px;
    border-radius: 2.5px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left center;
    transition: 0.2s all ease-out;
}
.mobile-menu__close span:nth-child(1) {
    transform: rotate(45deg);
    left: 6px;
}
.mobile-menu__close span:nth-child(2) {
    transform: rotate(-45deg);
    left: 6px;
    top: 33px;
}
.mobile-menu__container {
    background: #171622;
    width: 384px;
    padding: 30px 30px 100px;
    height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media (max-width: 576px) {
    .mobile-menu__container {
        width: 100%;
    }
}
.mobile-menu__logo {
    display: block;
    margin-left: auto;
    width: 230px;
}
.mobile-menu__mini-cart {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #403e52;
    background: #212031;
}
.mobile-menu__mini-cart-link {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-decoration-line: underline;
    text-transform: uppercase;
}
@media (max-width: 400px) {
    .mobile-menu__mini-cart-link {
        font-size: 12px;
    }
}
.mobile-menu__mini-cart-right {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.mobile-menu__mini-cart-title {
    color: #8b88c7;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.04px;
}
.mobile-menu__mini-cart-value {
    color: #fff;
    font-weight: 400;
    line-height: 19.04px;
}
.mobile-menu__menu-title {
    color: #ec1c04;
    text-align: right;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.mobile-menu__menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mobile-menu__menu-btn {
    position: relative;
}
.mobile-menu__menu-btn-heading {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border-radius: 2px;
    border: 1px solid #39384b;
    padding: 10px;
}
.mobile-menu__menu-open-btn {
    border: 1px solid #39384b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.mobile-menu__menu-link {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}
.mobile-menu__menu-accordeon {
    padding-left: 30px;
    display: none;
}
.mobile-menu__accordeon-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border-radius: 2px;
    border: 1px solid #39384b;
    padding: 10px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
}
.mobile-menu__contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.mobile-menu__social {
    display: flex;
    align-items: center;
    gap: 20px;
}
.mobile-menu__phone,
.mobile-menu__social a {
    transition: 0.2s all ease-out;
}
.mobile-menu__phone {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 19.04px;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}
@media (max-width: 380px) {
    .mobile-menu__phone {
        font-size: 18px;
    }
}
.mobile-menu__phone span {
    color: #bf0200;
}
.mobile-menu--active {
    right: 0;
}

.mobile-menu .btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.04px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: 100%;
  font-family: "Inter", sans-serif;
}


.header__mail {
  position: relative;
  padding-left: 36px;
}

.header__mail:before {
  content: '';
  position: absolute;
  width: 27px;
  height: 19px;
  background-image: url(/new-fe/img/mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}

.header__mail a {
  font-size: 16px;
  color: #000;
}

.header__mail a span {
  color: #BF0200;
}

@media (max-width: 1307px) {
  .header__mail {
    display: none;
  }
}


@font-face {
	font-family: "Inter";
	src: url(/new-fe/fonts/Inter-bold.woff2.woff2);
	font-weight: 700;
}

@font-face {
	font-family: "Inter";
	src: url(/new-fe/fonts/Inter-Medium.woff2);
	font-weight: 500;
}

@font-face {
	font-family: "Inter";
	src: url(/new-fe/fonts/Inter-Regular.woff2);
	font-weight: 400;
}

@font-face {
	font-family: "Inter";
	src: url(/new-fe/fonts/inter-Semibold.woff2);
	font-weight: 600;
}

.mobile-menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #161616;
  opacity: 0.9;
  z-index: 1090;
  display: none;
  animation: fadeOverlay 0.3s;
}

.mobile-menu-overlay.active {
  display: block;
}
#lead-modal.fancybox-content {
	padding: 20px;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 4px 46.1px 0px rgba(176, 176, 177, 0.44);
	max-width: 960px;
}
.lead-modal__content {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.lead-modal__image {
	width: 445px;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	overflow: hidden;
}
.lead-modal__right {
	padding-top: 40px;
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}
.lead-modal__title {
	color: #000;
	text-align: center;
	font-size: 24px;
	margin: 0;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 100% */
	text-transform: uppercase;
}
.lead-modal__text {
	color: #000;
	text-align: center;
	font-size: 18px;
	margin: 0;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
	margin-bottom: 40px;
}
.lead-modal__buttons {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
}
.lead-modal__button {
	border-radius: 4px;
	display: flex;
	height: 48px;
	padding: 16px 14px;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.lead-modal__button--telegram {background: #4A77BA;}
.lead-modal__button--telegram::before,
.lead-modal__button--telegram::after {
	display: block;
	content: "";
	width: 26px;
	height: 22px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='23' viewBox='0 0 26 23' fill='none'%3E%3Cpath d='M24.2817 1.07765L0.980051 9.90344C-0.294992 10.2723 -0.254386 11.5315 0.689308 11.8337L6.52852 13.6567L8.76187 20.5084C9.03312 21.259 9.25565 21.5401 9.71856 21.5466C10.2058 21.5531 10.3926 21.376 10.8994 20.9276C11.4923 20.3703 12.3953 19.4945 13.8214 18.1069L19.8945 22.5962C21.012 23.2136 21.8193 22.8935 22.097 21.558L25.9043 2.71705C26.312 1.07927 25.3504 0.591839 24.2817 1.07765ZM7.44297 13.2375L20.7164 4.90725C21.371 4.46856 21.5756 4.95762 21.28 5.29557L10.2643 15.2083L9.69907 20.1558L7.44297 13.2375Z' fill='white'/%3E%3C/svg%3E");
}
.lead-modal__button--whatsapp {background: #419854;}
.lead-modal__button--whatsapp::before,
.lead-modal__button--whatsapp::after {
	display: block;
	content: "";
	width: 27.568px;
	height: 27.783px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0658 0.00683594C6.59082 0.00683594 0.531758 6.0659 0.531758 13.5409C0.531758 16.0979 1.24152 18.4895 2.47418 20.5289L0.0322266 27.7901L7.5252 25.3913C9.46402 26.464 11.6939 27.075 14.0658 27.075C21.5408 27.075 27.5999 21.0141 27.5999 13.5409C27.6017 6.0677 21.5426 0.00683594 14.0658 0.00683594ZM14.0658 24.8091C11.7784 24.8091 9.64731 24.1227 7.8666 22.9457L3.53613 24.3311L4.94309 20.148C3.59363 18.29 2.79762 16.008 2.79762 13.5427C2.79762 7.3291 7.85223 2.27449 14.064 2.27449C20.2776 2.27449 25.3304 7.3291 25.3304 13.5427C25.334 19.7545 20.2794 24.8091 14.0658 24.8091ZM20.4124 16.6171C20.0728 16.4321 18.4071 15.5318 18.0944 15.4043C17.7818 15.2767 17.5536 15.212 17.311 15.548C17.0684 15.884 16.3766 16.6369 16.1664 16.8615C15.9561 17.0843 15.7531 17.1059 15.4135 16.919C15.0757 16.7339 13.976 16.3261 12.7002 15.1006C11.7083 14.1464 11.0561 12.9893 10.8674 12.6371C10.6787 12.2831 10.8656 12.1034 11.0453 11.9381C11.207 11.7889 11.4064 11.5464 11.5861 11.3523C11.7658 11.1564 11.8287 11.0163 11.9527 10.7899C12.0767 10.5635 12.0264 10.3604 11.9473 10.1843C11.8664 10.0082 11.2393 8.28324 10.9788 7.58066C10.7164 6.87809 10.4254 6.9823 10.2241 6.97512C10.0229 6.96793 9.79285 6.9302 9.56285 6.92121C9.33285 6.91223 8.95551 6.9859 8.62488 7.31832C8.29605 7.65254 7.37066 8.45395 7.30777 10.1556C7.24488 11.8554 8.42004 13.5445 8.58355 13.7799C8.74707 14.0171 10.8296 17.7025 14.2886 19.2172C17.7494 20.732 17.7674 20.2702 18.4017 20.2361C19.0378 20.2019 20.4771 19.476 20.7951 18.6818C21.1132 17.8857 21.1383 17.1939 21.0575 17.0466C20.9784 16.8975 20.752 16.8022 20.4124 16.6171Z' fill='white'/%3E%3C/svg%3E");
}

@media (max-width:767px) {
  .lead-modal__right {
    padding-top: 0;
    gap: 20px;
  }
	.lead-modal__content {
		flex-direction: column;
	}
	.lead-modal__text {
	  margin-bottom: 0;
	}
	.lead-modal__image {width: 100%;}
}

/*
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    justify-content: center;
    align-items: center;
    padding: 15px;
    z-index: 1200;
    overflow-y: auto;
}
*/
.modal--open {
    display: flex;
}
.modal--close {
    margin-top: 10px;
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.modal__content {
    border-radius: 22px 0 0 22px;
    border: 1px solid #bf0200;
    background: #171622;
    position: relative;
    padding: 30px;
    width: 100%;
    max-width: 690px;
}
@media (max-width: 576px) {
    .modal__content {
        border-radius: 20px;
    }
}
.modal__close {
    position: absolute;
    left: -30px;
    top: -30px;
    font-size: 52px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: #ec1c04;
    border-radius: 50%;
    line-height: 14px;
    width: 67px;
    height: 67px;
    color: #fff;
    padding-top: 24px;
    padding-left: 19px;
    transition: 0.2s all ease-out;
}
@media (max-width: 767px) {
    .modal__close {
        left: auto;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 20px;
        background: 0 0;
        padding: 0;
    }
}
.modal__close:hover {
    background: #ce1803;
}
.modal__logo {
    margin-bottom: 30px;
}
.modal__logo img {
    display: block;
    margin: 0 auto;
}
@media (max-width: 576px) {
    .modal__logo img {
        width: 140px;
        margin-bottom: 20px;
    }
}
.modal__title {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .modal__title {
        font-size: 22px;
    }
}
@media (max-width: 576px) {
    .modal__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.modal__grade {
    border-radius: 4px;
    border: 1px solid #403e52;
    background: #212031;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    margin-bottom: 30px;
}
@media (max-width: 576px) {
    .modal__grade {
        margin-bottom: 20px;
    }
}
.modal__grade-title,
.modal__grade-value {
    color: #fff;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 19.04px;
    font-size: 12px;
}
.modal__grade-value {
    font-size: 24px;
}
.modal__stars {
    display: flex;
    align-items: center;
}
.modal__star {
    cursor: pointer;
    padding: 0 5px;
}
@media (max-width: 576px) {
    .modal__star {
        padding: 0 2px;
    }
}
.modal__social a,
.modal__star svg path {
    transition: 0.2s all ease-out;
}
.modal__star--active svg path,
.modal__star--hover svg path,
.modal__star:hover svg path {
    fill: #bf0200;
}
.modal__form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}
@media (max-width: 576px) {
    .modal__form-wrapper {
        margin-bottom: 10px;
    }
}
.modal__input {
    border-radius: 2px;
    border: 1px solid #39384b;
    background: #171622;
    padding: 10px 14px;
    color: #fff;
    outline: 0;
    width: 100%;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 576px) {
    .modal__input {
        font-size: 12px;
    }
}
.modal__input::-moz-placeholder {
    color: #fff;
}
.modal__input::placeholder {
    color: #fff;
}
.modal__textarea {
    border-radius: 2px;
    border: 1px solid #39384b;
    background: #171622;
    padding: 10px 14px;
    color: #fff;
    outline: 0;
    width: 100%;
    height: 140px;
}
@media (max-width: 576px) {
    .modal__textarea {
        height: 80px;
        font-size: 12px;
    }
}
.modal__textarea::-moz-placeholder {
    color: #fff;
}
.modal__textarea::placeholder {
    color: #fff;
}
.modal__file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}
.modal__label,
.modal__problem {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
}
.modal__label {
    border-radius: 2px;
    border: 1px solid #81808f;
    background: #38364b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    cursor: pointer;
    transition: 0.2s all ease-out;
}
.modal__label:hover {
    background: #2b2939;
}
.modal__problem {
    color: #bf0200;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media (max-width: 576px) {
    .modal__problem {
        margin-bottom: 0;
        font-size: 14px;
    }
}
.modal__desc {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .modal__desc {
        line-height: 20px;
    }
}
@media (max-width: 576px) {
    .modal__desc {
        display: none;
    }
}
.modal__desc-mobile {
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
    display: none;
}
@media (max-width: 767px) {
    .modal__desc-mobile {
        line-height: 20px;
    }
}
@media (max-width: 576px) {
    .modal__desc-mobile {
        display: block;
    }
}
.modal__contacts {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
@media (max-width: 576px) {
    .modal__contacts {
        flex-direction: column;
        gap: 10px;
    }
}
.modal__social {
    display: flex;
    gap: 20px;
    align-items: center;
}
.header__social a:hover,
.mobile-menu__social a:hover,
.modal__social a:hover {
    opacity: 0.7;
}
@media (max-width: 576px) {
    .modal__social a {
        width: 20px;
    }
}
.modal__phone {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.04px;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .modal__phone {
        font-size: 18px;
    }
}
.modal__phone span {
    color: #bf0200;
}
.modal .btn {
    margin-top: 30px;
}
@media (max-width: 576px) {
    .modal .btn {
        margin-top: 20px;
    }
}
.modal__success {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 225px;
    justify-content: center;
}
@media (max-width: 767px) {
    .modal__success {
        height: 170px;
    }
}
@media (max-width: 576px) {
    .modal__success {
        height: 140px;
    }
}
.modal__success-icon img {
    display: block;
    margin: 0 auto;
}
.modal__success-title {
    color: #5cff58;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.success-modal__desc,
.success-modal__title {
    text-align: center;
}
.reestr-form {
  clear: both;
  margin-top: 20px;
  float: right;
  max-width: 320px;
  margin-left: 30px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-family: Arial, sans-serif;
  z-index: 50; position: relative;
}

@media (max-width: 768px) {
  .reestr-form {
    float: none;
    margin: 30px auto;
  }
}