@charset "UTF-8";
/**
 * [Table of contents]
 */
/** @group Base */
/*
*
* Contexts
*/
a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/** @group Components */
/*
*
* Typography
*/
body {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .075em;
	color: #1e1e1e;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}
h1, h2, h3, h4, h5, h6, [class^='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #151515;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^='heading-'] a {
	color: inherit;
}
h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover, [class^='heading-'] a:focus, [class^='heading-'] a:hover {
	color: #0083ca;
}
h1,
.heading-1 {
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: .025em;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	h1,
	.heading-1 {
		font-size: 36px;
	}
}
@media (min-width: 992px) {
	h1,
	.heading-1 {
		font-size: 40px;
	}
}
h2,
.heading-2 {
	font-size: 28px;
	line-height: 1.14286;
}

@media (min-width: 768px) {
	h2,
	.heading-2 {
		font-size: 32px;
	}
}

@media (min-width: 992px) {
	h2,
	.heading-2 {
		font-size: 36px;
	}
}
h3,
.heading-3 {
	font-size: 24px;
	line-height: 1.22727;
	font-weight: 400;
}

@media (min-width: 768px) {
	h3,
	.heading-3 {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	h3,
	.heading-3 {
		font-size: 32px;
	}
}
h4,
.heading-4 {
	font-size: 20px;
	line-height: 1.27778;
	font-weight: 400;
}
@media (min-width: 768px) {
	h4,
	.heading-4 {
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	h4,
	.heading-4 {
		font-size: 28px;
	}
}
h5,
.heading-5 {
	font-size: 18px;
	line-height: 1.25;
}
@media (min-width: 768px) {
	h5,
	.heading-5 {
		font-size: 20px;
	}
}
h6,
.heading-6 {
	font-size: 16px;
	line-height: 1.33333;
}
@media (min-width: 768px) {
	h6,
	.heading-6 {
		font-size: 18px;
	}
}
.heading-7 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #777777;
}
big,
.big {
	font-size: 18px;
	line-height: 1.55556;
}
small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}
mark,
.mark {
	padding: 3px 5px;
	color: #ffffff;
	background: #0083ca;
}
.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}
code {
	padding: 10px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #111111;
	background: #f5f5f5;
}
p [style*='max-width'] {
	display: inline-block;
}

/*
*
* Brand
*/
.brand {
	display: inline-block;
}
.brand .brand-logo-light {
	display: none;
}
.brand .brand-logo-dark {
	display: block;
}
.brand > * + * {
	margin-top: 0;
}

/*
*
* Links
*/
a {
	transition: all 0.3s ease-in-out;
}

a, a:focus, a:active, a:hover {
	text-decoration: none;
}

a, a:focus, a:active {
	color: #0083ca;
}

a:hover {
	color: #257fc6;
}

a[href='tel'], a[href*='mailto'] {
	white-space: nowrap;
}

.link-hover {
	color: #0083ca;
}

.link-press {
	color: #0083ca;
}

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

* + .privacy-link {
	margin-top: 40px;
}

.link-classic {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.link-classic a, .link-classic a:focus, .link-classic a:active {
	color: #0083ca;
}

.link-classic a:hover {
	color: #151515;
}

* + .link-classic {
	margin-top: 25px;
}

.link-play-classic {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
}
.link-play-classic .icon {
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}
.link-play-classic::before, .link-play-classic::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 0;
	visibility: visible;
	will-change: transform;
	pointer-events: none;
	transform: none;
}

.link-play-classic::before {
	background: rgba(87, 164, 224, 0.5);
}

.link-play-classic::after {
	background: rgba(87, 164, 224, 0.3);
}

.link-play-classic:hover::before {
	animation: item1B 1s ease infinite;
}

.link-play-classic:hover::after {
	animation: item1A 1s ease infinite;
}

@media (min-width: 768px) {
	.link-play-classic {
		width: 90px;
		height: 90px;
	}
	.link-play-classic .icon {
		line-height: 90px;
	}
}

@media (min-width: 1200px) {
	.link-play-classic {
		width: 113px;
		height: 113px;
	}
	.link-play-classic .icon {
		font-size: 48px;
		line-height: 113px;
	}
}

@keyframes item1B {
	25% {
		opacity: 1;
		transform: none;
		visibility: visible;
	}
	100% {
		opacity: 0;
		transform: scale(2);
		visibility: hidden;
	}
}

@keyframes item1A {
	5% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(3);
		visibility: hidden;
	}
}

.link-play-modern {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	padding: 10px 15px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.14);
	transform: translate3d(-50%, -50%, 0);
}

.link-play-modern .icon {
	font-size: 64px;
	color: #ffffff;
}

.link-play-modern-title {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: .2em;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #ffffff;
}

.link-play-modern-title span {
	display: block;
	font-size: 24px;
	font-weight: 900;
}

.link-play-modern-decor {
	display: none;
	height: 2px;
	width: 64px;
	background: #ffffff;
	transition: all .3s ease;
}

* + .link-play-modern-title {
	margin-top: 16px;
}

* + .link-play-modern-decor {
	margin-top: 16px;
}

.link-play-modern:hover .link-play-modern-decor {
	width: 30px;
}

@media (min-width: 576px) {
	.link-play-modern {
		padding: 20px 26px;
	}
	.link-play-modern .icon {
		color: rgba(255, 255, 255, 0.5);
	}
	.link-play-modern a:hover {
		color: #ffffff;
	}
	.link-play-modern-decor {
		display: inline-block;
	}
}

.link-play-creative {
	position: absolute;
	overflow: hidden;
	top: 5%;
	left: 5%;
	bottom: 25px;
	padding: 10px;
	color: #ffffff;
	z-index: 1;
}

.link-play-creative .icon {
	margin-left: -10px;
	font-size: 32px;
	color: inherit;
}

.link-play-creative .icon:hover {
	color: #0083ca;
}

.link-play-creative-title {
	line-height: 1.44;
	font-weight: 300;
	letter-spacing: .2em;
	max-width: 280px;
	color: inherit;
}

.link-play-creative-decor {
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	pointer-events: none;
	transition: all .3s ease;
}

* + .link-play-creative-title {
	margin-top: 10px;
}

* + .link-play-creative-decor {
	margin-top: 18px;
}

@media (min-width: 576px) {
	.link-play-creative {
		top: 10%;
		left: 10%;
	}
	* + .link-play-creative-title {
		margin-top: 18px;
	}
	* + .link-play-creative-decor {
		margin-top: 26px;
	}
}

@media (min-width: 1600px) {
	.link-play-creative {
		top: 20%;
	}
	.link-play-creative-2 {
		top: 13%;
		bottom: 15%;
	}
}

.link-style-1 {
	display: inline-block;
	font-style: italic;
}

.link-style-1, .link-style-1:focus, .link-style-1:active {
	color: rgba(21, 21, 21, 0.5);
}

.link-style-1:hover {
	color: #0083ca;
}

* + .link-style-1 {
	margin-top: 34px;
}

/*
*
* Blocks
*/
.block-center, .block-xs, .block-sm, .block-md, .block-lg, .block-xl {
	margin-left: auto;
	margin-right: auto;
}

.block-xs {
	max-width: 270px;
}

.block-sm {
	max-width: 370px;
}

.block-md {
	max-width: 420px;
}

.block-lg {
	max-width: 570px;
}

.block-xl {
	max-width: 870px;
}

@media (max-width: 575.98px) {
	.block-1 {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
	.block-2 {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.block-3 {
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*
* Element groups
*/
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-xxs {
	margin-bottom: -8px;
	margin-left: -8px;
}

html .group-xxs:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xxs > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 8px;
	margin-left: 8px;
}

html .group-sm {
	margin-bottom: -16px;
	margin-left: -16px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 16px;
	margin-left: 16px;
}

html .group-xmd {
	margin-bottom: -10px;
	margin-left: -20px;
}

html .group-xmd:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xmd > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 20px;
}

html .group-md {
	margin-bottom: -20px;
	margin-left: -20px;
}

html .group-md:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-md > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

html .group-lg {
	margin-bottom: -25px;
	margin-left: -25px;
}

html .group-lg:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-lg > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 25px;
	margin-left: 25px;
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

html .group-xxl {
	margin-bottom: -30px;
	margin-left: -50px;
}

html .group-xxl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xxl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 50px;
}

html .group-xxxl {
	margin-bottom: -30px;
	margin-left: -60px;
}

html .group-xxxl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xxxl > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 60px;
}

html .group-custom-1 {
	margin-bottom: -30px;
	margin-left: -40px;
}

html .group-custom-1:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-custom-1 > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 40px;
}

@media (min-width: 992px) {
	html .group-custom-1 {
		margin-bottom: -30px;
		margin-left: -80px;
	}
	html .group-custom-1:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	html .group-custom-1 > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 30px;
		margin-left: 80px;
	}
}

html .group-middle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	html .group-middle {
		justify-content: flex-start;
	}
}

html .group-justify {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

html .group-sm-justify {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media (min-width: 576px) {
	html .group-sm-justify {
		justify-content: space-between;
	}
}

* + .group-xxs {
	margin-top: 30px;
}

* + .group-sm {
	margin-top: 30px;
}

* + .group-md {
	margin-top: 30px;
}

* + .group-lg {
	margin-top: 30px;
}

* + .group-xl {
	margin-top: 30px;
}

* + .group-xxxl {
	margin-top: 35px;
}

* + .group-custom-1 {
	margin-top: 30px;
}

h4 + .group-md {
	margin-top: 40px;
}

/*
*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -20px;
	margin-left: -30px;
}

.unit > * {
	margin-bottom: 20px;
	margin-left: 30px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xxs {
	margin-bottom: -5px;
	margin-left: -5px;
}

.unit-spacing-xxs > * {
	margin-bottom: 5px;
	margin-left: 5px;
}

.unit-spacing-xs {
	margin-bottom: -10px;
	margin-left: -10px;
}

.unit-spacing-xs > * {
	margin-bottom: 10px;
	margin-left: 10px;
}

.unit-spacing-sm {
	margin-bottom: -15px;
	margin-left: -15px;
}

.unit-spacing-sm > * {
	margin-bottom: 15px;
	margin-left: 15px;
}

.unit-spacing-md {
	margin-bottom: -20px;
	margin-left: -20px;
}

.unit-spacing-md > * {
	margin-bottom: 20px;
	margin-left: 20px;
}

.unit-spacing-lg {
	margin-bottom: -30px;
	margin-left: -30px;
}

.unit-spacing-lg > * {
	margin-bottom: 30px;
	margin-left: 30px;
}

.unit-spacing-xl {
	margin-bottom: -20px;
	margin-left: -40px;
}

.unit-spacing-xl > * {
	margin-bottom: 20px;
	margin-left: 40px;
}

.unit-spacing-1 {
	margin-bottom: -15px;
	margin-left: -30px;
}

.unit-spacing-1 > * {
	margin-bottom: 15px;
	margin-left: 30px;
}

.unit-spacing-2 {
	margin-bottom: -10px;
	margin-left: -30px;
}

.unit-spacing-2 > * {
	margin-bottom: 10px;
	margin-left: 30px;
}

/*
*
* Lists
*/
.list-inline > li {
	display: inline-block;
}

html .list-inline-xs {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -3px;
	margin-right: -3px;
}

html .list-inline-xs > * {
	margin-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

html .list-inline-sm {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -5px;
	margin-right: -5px;
}

html .list-inline-sm > * {
	margin-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

html .list-inline-md {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -11px;
	margin-right: -11px;
}

html .list-inline-md > * {
	margin-top: 10px;
	padding-left: 11px;
	padding-right: 11px;
}

html .list-inline-xl {
	transform: translate3d(0, -14px, 0);
	margin-bottom: -14px;
	margin-left: -17px;
	margin-right: -17px;
}

html .list-inline-xl > * {
	margin-top: 14px;
	padding-left: 17px;
	padding-right: 17px;
}

.list-terms dt + dd {
	margin-top: 20px;
}

.list-terms dd + dt {
	margin-top: 40px;
}

* + .list-terms {
	margin-top: 50px;
}

.index-list {
	counter-reset: li;
}

.index-list > li .list-index-counter:before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list-marked {
	text-align: left;
}

.list-marked li {
	text-indent: -24px;
	padding-left: 24px;
}

.list-marked li::before {
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	content: '';
	height: 9px;
	width: 9px;
	margin-right: 15px;
	border-radius: 50%;
	background: #d7d7d7;
}

.list-marked li + li {
	margin-top: 5px;
}

* + .list-marked {
	margin-top: 15px;
}

p + .list-marked {
	margin-top: 10px;
}

.list-marked-2 {
	text-align: left;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: .05em;
	color: #777777;
}

.list-marked-2 > li {
	text-indent: -21px;
	padding-left: 21px;
}

.list-marked-2 > li::before {
	position: relative;
	display: inline-block;
	left: 0;
	top: 0;
	content: '';
	height: 8px;
	width: 8px;
	margin-right: 13px;
	background: #e1e1e1;
	transition: all .3s ease-in-out;
}

.list-marked-2 > li:hover {
	color: #0083ca;
}

.list-marked-2 > li:hover::before {
	background: #0083ca;
}

.list-marked-2 a {
	color: inherit;
}

.list-marked-2 > li + li {
	margin-top: 14px;
}

* + .list-marked-2 {
	margin-top: 30px;
}

.list-ordered {
	counter-reset: li;
	text-align: left;
}

.list-ordered > li {
	position: relative;
	text-indent: -18px;
	padding-left: 18px;
}

.list-ordered > li:before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	display: inline-block;
	top: 0;
	left: 0;
	text-indent: 0;
	min-width: 18px;
	color: inherit;
}

.list-ordered > li + li {
	margin-top: 10px;
}

* + .list-ordered {
	margin-top: 15px;
}

.list-category-2 li {
	position: relative;
	padding-right: 40px;
}

.list-category-number {
	position: absolute;
	right: 0;
	font-size: 15px;
	line-height: 1.6;
	transition: all .25s ease-in-out;
}

.list > li + li {
	margin-top: 10px;
}

.list-xs > li + li {
	margin-top: 5px;
}

.list-sm > li + li {
	margin-top: 10px;
}

.list-md > li + li {
	margin-top: 18px;
}

.list-lg > li + li {
	margin-top: 25px;
}

.list-xl > li + li {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.list-xl > li + li {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	.list-xl > li + li {
		margin-top: 60px;
	}
}

/*
*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

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

.img-responsive {
	width: 100%;
}

/*
*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

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

.icon-xxxl {
	font-size: 78px;
}

/*
*
* Tables custom
*/
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th {
	padding: 14px 24px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #151515;
	background: #f3f3f3;
}

@media (max-width: 991.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 14px 24px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .05em;
	background: #ffffff;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #777777;
	min-width: 170px;
}

.table-custom tfoot td {
	color: #151515;
}

.table-custom tr {
	border: 1px solid #f5f5f5;
}

* + .table-custom-responsive {
	margin-top: 30px;
}

h5 + .table-custom-responsive {
	margin-top: 25px;
}

@media (min-width: 768px) {
	* + .table-custom-responsive {
		margin-top: 40px;
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #0083ca;
}

.table-custom.table-custom-primary thead tr {
	border-color: #0083ca;
}

.table-custom.table-custom-bordered tbody tr {
	border: none;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #f5f5f5;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #f5f5f5;
}

.table-custom.table-custom-striped tr {
	border: none;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #f3f3f3;
}

@media (max-width: 991.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

/*
*
* Dividers
*/
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #ebebeb;
}

.hr-gray-300 {
	border-color: #e1e1e1;
}

.hr-gray-1 {
	border-color: #d7d7d7;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background-color: #0083ca;
}

.title-decor-left {
	position: relative;
	padding-bottom: 20px;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
}

.title-decor-left::before {
	position: absolute;
	display: inline-block;
	content: '';
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 2px;
	margin-left: -25px;
	background-color: #0083ca;
}

@media (min-width: 768px) {
	.title-decor-left {
		padding-left: 66px;
		padding-bottom: 0;
	}
	.title-decor-left::before {
		top: 50%;
		bottom: auto;
		left: 2px;
		margin-left: 0;
		margin-top: -1px;
	}
}

.text-divider {
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
}

* + .text-divider {
	margin-top: 20px;
}

h3 + .title-decor-left {
	margin-top: 22px;
}

.title-decor-left + p {
	margin-top: 26px;
}

.decor-classic {
	font-size: 0;
	line-height: 0;
}

.decor-classic span {
	display: inline-block;
	width: 95px;
	height: 1px;
	background: #e1e1e1;
}

.decor-classic-2 span {
	width: 123px;
}

* + .decor-classic-2 {
	margin-top: 26px;
}

.context-dark .decor-classic span, .bg-gray-dark .decor-classic span, .bg-primary .decor-classic span {
	background: #ffffff;
}

/*
*
* Buttons
*/
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 17px 40px;
	font-size: 14px;
	line-height: 1.85;
	min-width: 200px;
	border: none;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: all .25s ease-in-out;
}

.button.button-shadow, .button.button-icon {
	min-width: auto;
}

@media (min-width: 992px) {
	.button {
		min-width: 230px;
		padding: 25px 50px;
	}
}

.button-block {
	display: block;
	width: 100%;
}

.button-outline {
	z-index: 1;
}

.button-outline::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid;
	transition: all .25s ease-in-out;
	pointer-events: none;
	z-index: -1;
}

.button-outline-2::before {
	border-width: 1px;
}

.button-default, .button-default:focus {
	color: #e1e1e1;
	background-color: #2c343b;
	border-color: #2c343b;
}

.button-default:hover, .button-default:active {
	color: #ffffff;
	background-color: #0083ca;
	border-color: #0083ca;
}

.button-default.button-ujarak::before {
	background: #0083ca;
}

.button-default.button-outline::before {
	border-color: #2c343b;
}

.button-default.button-outline:hover::before, .button-default.button-outline:active::before {
	border-color: #0083ca;
}

.button-white, .button-white:focus {
	color: #0083ca;
	background-color: #ffffff;
	border-color: #ffffff;
}

.button-white:hover, .button-white:active {
	color: #ffffff;
	background-color: #0083ca;
	border-color: #0083ca;
}

.button-white.button-ujarak::before {
	background: #0083ca;
}

.button-white.button-outline::before {
	border-color: #ffffff;
}

.button-white.button-outline:hover::before, .button-white.button-outline:active::before {
	border-color: #0083ca;
}

.button-gray-100, .button-gray-100:focus {
	color: #151515;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}

.button-gray-100:hover, .button-gray-100:active {
	color: #151515;
	background-color: #e8e8e8;
	border-color: #e8e8e8;
}

.button-gray-100.button-ujarak::before {
	background: #e8e8e8;
}

.button-gray-100.button-outline::before {
	border-color: #f5f5f5;
}

.button-gray-100.button-outline:hover::before, .button-gray-100.button-outline:active::before {
	border-color: #e8e8e8;
}

.button-gray-3, .button-gray-3:focus {
	color: #ffffff;
	background-color: #3f4651;
	border-color: #3f4651;
}

.button-gray-3:hover, .button-gray-3:active {
	color: #ffffff;
	background-color: #4f5763;
	border-color: #4f5763;
}

.button-gray-3.button-ujarak::before {
	background: #4f5763;
}

.button-gray-3.button-outline::before {
	border-color: #3f4651;
}

.button-gray-3.button-outline:hover::before, .button-gray-3.button-outline:active::before {
	border-color: #4f5763;
}

.button-gray-8, .button-gray-8:focus {
	color: #ffffff;
	background-color: #47505f;
	border-color: #47505f;
}

.button-gray-8:hover, .button-gray-8:active {
	color: #151515;
	background-color: #a0a1a5;
	border-color: #a0a1a5;
}

.button-gray-8.button-ujarak::before {
	background: #a0a1a5;
}

.button-gray-8.button-outline::before {
	border-color: #47505f;
}

.button-gray-8.button-outline:hover::before, .button-gray-8.button-outline:active::before {
	border-color: #a0a1a5;
}

.button-primary, .button-primary:focus {
	color: #ffffff;
	background-color: #0083ca;
	border-color: #0083ca;
}

.button-primary:hover, .button-primary:active {
	color: #151515;
	background-color: #a0a1a5;
	border-color: #a0a1a5;
}

.button-primary.button-ujarak::before {
	background: #a0a1a5;
}

.button-primary.button-outline::before {
	border-color: #0083ca;
}

.button-primary.button-outline:hover::before, .button-primary.button-outline:active::before {
	border-color: #a0a1a5;
}

.button-primary-2, .button-primary-2:focus {
	color: #ffffff;
	background-color: #0083ca;
	border-color: #0083ca;
}

.button-primary-2:hover, .button-primary-2:active {
	color: #ffffff;
	background-color: #a0a1a5;
	border-color: #a0a1a5;
}

.button-primary-2.button-ujarak::before {
	background: #a0a1a5;
}

.button-primary-2.button-outline::before {
	border-color: #0083ca;
}

.button-primary-2.button-outline:hover::before, .button-primary-2.button-outline:active::before {
	border-color: #a0a1a5;
}

.button-secondary, .button-secondary:focus {
	color: #151515;
	background-color: #a0a1a5;
	border-color: #a0a1a5;
}

.button-secondary:hover, .button-secondary:active {
	color: #ffffff;
	background-color: #0083ca;
	border-color: #0083ca;
}

.button-secondary.button-ujarak::before {
	background: #0083ca;
}

.button-secondary.button-outline::before {
	border-color: #a0a1a5;
}

.button-secondary.button-outline:hover::before, .button-secondary.button-outline:active::before {
	border-color: #0083ca;
}

.button-secondary-2, .button-secondary-2:focus {
	color: #ffffff;
	background-color: #a0a1a5;
	border-color: #a0a1a5;
}

.button-secondary-2:hover, .button-secondary-2:active {
	color: #ffffff;
	background-color: #0083ca;
	border-color: #0083ca;
}

.button-secondary-2.button-ujarak::before {
	background: #0083ca;
}

.button-secondary-2.button-outline::before {
	border-color: #a0a1a5;
}

.button-secondary-2.button-outline:hover::before, .button-secondary-2.button-outline:active::before {
	border-color: #0083ca;
}

.button-default-outline, .button-default-outline:focus {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

.button-default-outline:hover, .button-default-outline:active {
	color: #ffffff;
	background-color: #151515;
	border-color: #151515;
}

.button-default-outline.button-ujarak::before {
	background: #151515;
}

.button-default-outline.button-outline::before {
	border-color: #151515;
}

.button-default-outline.button-outline:hover::before, .button-default-outline.button-outline:active::before {
	border-color: #151515;
}

.button-default-outline-2, .button-default-outline-2:focus {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

.button-default-outline-2:hover, .button-default-outline-2:active {
	color: #ffffff;
	background-color: #0083ca;
	border-color: #0083ca;
}

.button-default-outline-2.button-ujarak::before {
	background: #0083ca;
}

.button-default-outline-2.button-outline::before {
	border-color: #151515;
}

.button-default-outline-2.button-outline:hover::before, .button-default-outline-2.button-outline:active::before {
	border-color: #0083ca;
}

.button-default-outline-3, .button-default-outline-3:focus {
	color: #151515;
	background-color: transparent;
	border-color: #e1e1e1;
}

.button-default-outline-3:hover, .button-default-outline-3:active {
	color: #0083ca;
	background-color: transparent;
	border-color: rgba(87, 164, 224, 0.3);
}

.button-default-outline-3.button-ujarak::before {
	background: transparent;
}

.button-default-outline-3.button-outline::before {
	border-color: #e1e1e1;
}

.button-default-outline-3.button-outline:hover::before, .button-default-outline-3.button-outline:active::before {
	border-color: rgba(87, 164, 224, 0.3);
}

.button-default-outline-4, .button-default-outline-4:focus {
	color: #151515;
	background-color: transparent;
	border-color: #e1e1e1;
}

.button-default-outline-4:hover, .button-default-outline-4:active {
	color: #a0a1a5;
	background-color: transparent;
	border-color: rgba(238, 175, 94, 0.3);
}

.button-default-outline-4.button-ujarak::before {
	background: transparent;
}

.button-default-outline-4.button-outline::before {
	border-color: #e1e1e1;
}

.button-default-outline-4.button-outline:hover::before, .button-default-outline-4.button-outline:active::before {
	border-color: rgba(238, 175, 94, 0.3);
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: #0083ca;
}

.button-shadow {
	position: relative;
	z-index: 1;
}

.button-shadow::before {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	transition: inherit;
	z-index: -1;
}

.button-shadow.button {
	overflow: visible;
}

.button-shadow.button-primary::before {
	background: #357ac1;
}

.button-shadow.button-primary:hover::before, .button-shadow.button-primary:active::before {
	background: #bf9053;
}

.button-shadow.button-secondary::before {
	background: #bf9053;
}

.button-shadow.button-secondary:hover::before, .button-shadow.button-secondary:active::before {
	background: #357ac1;
}

.button-shadow:focus, .button-shadow:active {
	box-shadow: none;
}

.button-shadow-2 {
	box-shadow: 7px 7px 13px 0 rgba(0, 0, 0, 0.13);
}

.button-ujarak {
	position: relative;
	z-index: 0;
	transition: background .4s, border-color .4s, color .4s;
}

.button-ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0083ca;
	z-index: -1;
	opacity: 0;
	transform: scale3d(0.7, 1, 1);
	transition: transform 0.42s, opacity 0.42s;
	border-radius: inherit;
}

.button-ujarak, .button-ujarak::before {
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
	transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
}

.button-ujarak:hover::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button-xs {
	padding: 12px 25px;
	font-size: 12px;
	line-height: 2.17;
	min-width: auto;
}

.button-sm {
	padding: 12px 30px;
	font-size: 12px;
	line-height: 2.17;
	min-width: 160px;
}

@media (min-width: 992px) {
	.button-sm {
		min-width: 200px;
		padding: 17px 40px;
	}
}

.button-lg {
	padding: 20px 45px;
	font-size: 14px;
	line-height: 1.85;
	min-width: 230px;
}

@media (min-width: 992px) {
	.button-lg {
		min-width: 276px;
		padding: 30px 55px;
	}
}

.button-circle {
	border-radius: 30px;
}

.button-round-1 {
	border-radius: 5px;
}

.button-round-2 {
	border-radius: 10px;
}

.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	color: inherit;
}

.button-icon-left .icon {
	padding-right: 5px;
	font-size: 17px;
}

.button-icon-left span {
	display: inline-block;
	vertical-align: middle;
}

.button-icon-right {
	padding-right: 95px;
}

.button-icon-right .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 68px;
	font-size: 27px;
}

.button-icon-right:hover .icon::before {
	animation: btnIconTransform .2s ease;
}

.button-icon-right.button-outline .icon {
	top: 1px;
	right: 1px;
	bottom: 1px;
	background: transparent;
	border-left: 1px solid;
}

.button-icon-right.button-outline::before {
	border-width: 1px;
}

.button-icon-right.button-primary .icon {
	background: #65b4f2;
}

.button-icon-right.button-primary:hover, .button-icon-right.button-primary:active {
	color: #ffffff;
	border-color: #65b4f2;
	background: #65b4f2;
}

.button-icon-right.button-primary:hover .icon, .button-icon-right.button-primary:active .icon {
	background: #0083ca;
}

.button-icon-right.button-gray-3 .icon {
	background: #4f5763;
}

.button-icon-right.button-gray-3:hover .icon, .button-icon-right.button-gray-3:active .icon {
	background: #3f4651;
}

@media (min-width: 992px) {
	.button-icon-right.button-lg {
		padding-right: 115px;
	}
	.button-icon-right.button-outline {
		padding-left: 45px;
	}
}

@keyframes btnIconTransform {
	25% {
		transform: translateX(5px);
	}
	75% {
		transform: translateX(-5px);
	}
}

.button-winona {
	overflow: hidden;
}

.content-original,
.content-dubbed {
	transition: transform .3s, opacity .3s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.content-dubbed {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translate3d(0, 20%, 0);
	pointer-events: none;
}

.button-winona:hover .content-original {
	opacity: 0;
	transform: translate3d(0, -50%, 0);
}

.button-winona:hover .content-dubbed {
	opacity: 1;
	transform: none;
}

.btn-primary {
	border-radius: 3px;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #ffffff;
	background: #0083ca;
	border-color: #0083ca;
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

.button-social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -12px;
	margin-left: -12px;
}

.button-social:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.button-social > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 12px;
}

.button-social > * {
	min-width: 175px;
	flex-grow: 1;
}

.button-social .button {
	padding-left: 20px;
	padding-right: 20px;
}

.button-social * + .button {
	margin-top: 0;
}

.button-width-auto {
	min-width: auto;
}

.button-width-240 {
	min-width: 240px;
}

.button-tags {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 7px 20px;
	font-size: 12px;
	line-height: 24px;
	border-width: 1px;
	border-style: solid;
	font-weight: 700;
	letter-spacing: .05em;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: all .25s ease-in-out;
}

.button-tags, .button-tags:focus {
	color: #9b9b9b;
	background-color: transparent;
	border-color: #e1e1e1;
}

.button-tags:hover, .button-tags:active {
	color: #151515;
	background-color: #a0a1a5;
	border-color: #a0a1a5;
}

.button-wrap.oh {
	padding-bottom: 15px;
	margin-bottom: -15px;
}

.button-style-1 {
	position: relative;
	text-align: center;
	padding: 0;
	color: #151515;
	background: #ffffff;
	border: 2px solid #151515;
	margin-bottom: 20px;
	z-index: 1;
}

.button-style-1 .icon {
	display: none;
	font-size: 28px;
	line-height: inherit;
	transition: all .2s ease;
	transform: none;
	opacity: 1;
}

.button-style-1-text {
	display: inline-block;
	padding: 18px 15px 17px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: .1em;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .2s ease-in-out, padding .3s ease;
}

.button-style-1-text a, .button-style-1-text a:focus, .button-style-1-text a:active {
	color: #151515;
}

.button-style-1-text a:hover {
	color: #0083ca;
}

@media (min-width: 992px) {
	.button-style-1-text {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	.desktop .button-style-1 {
		width: 78px;
		height: 67px;
		line-height: 63px;
	}
	.desktop .button-style-1 .icon {
		display: inline-block;
	}
	.desktop .button-style-1-text {
		position: absolute;
		top: -2px;
		left: -2px;
		padding: 21px 0;
		letter-spacing: .2em;
		background: inherit;
		border: inherit;
		visibility: hidden;
		opacity: 0;
	}
	.desktop .button-style-1:hover .button-style-1-text {
		opacity: 1;
		visibility: visible;
		padding-left: 34px;
		padding-right: 34px;
	}
	.desktop .button-style-1:hover .icon {
		transform: scale(0);
		opacity: 0;
	}
}

/*
*
* Footers
*/
.footer-classic {
	text-align: center;
	background: #343c49 url(../images/bg-footer.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.footer-classic [class*='box-width-'] {
	margin-left: auto;
	margin-right: auto;
}

.footer-classic .row > div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-classic .row > div:last-child {
	border-bottom: none;
}

.footer-classic .button {
	padding-left: 30px;
	padding-right: 30px;
}

.footer-classic * + .button {
	margin-top: 35px;
}

.footer-classic-2 {
	background-image: url(../images/bg-footer-1.jpg);
}

.footer-classic-content {
	position: relative;
}

.footer-classic-panel {
	text-align: center;
	padding: 20px 0;
	background-color: inherit;
}

.footer-classic-header {
	position: relative;
	padding-top: 50px;
	padding-bottom: 25px;
}

.footer-classic-header::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.footer-classic-body {
	padding: 30px 0 55px;
}

.footer-classic-title {
	font-weight: 300;
	letter-spacing: .2em;
}

.footer-classic-list {
	text-align: center;
}

.footer-classic-list > li + li {
	margin-bottom: 8px;
}

.footer-classic-list a, .footer-classic-list a:focus, .footer-classic-list a:active {
	color: inherit;
}

.footer-classic-list a:hover {
	color: #0083ca;
}

.footer-classic-contacts {
	text-align: left;
}

.footer-classic-contacts .icon {
	text-align: center;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	font-size: 20px;
	line-height: 45px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.footer-classic-contacts .phone {
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: .1em;
}

.footer-classic-contacts a {
	display: inline-block;
}

.footer-classic-contacts a, .footer-classic-contacts a:focus, .footer-classic-contacts a:active {
	color: inherit;
}

.footer-classic-contacts a:hover {
	color: #0083ca;
}

* + .footer-classic-contacts-item {
	margin-top: 24px;
}

* + .footer-classic-panel {
	margin-top: 50px;
}

@media (max-width: 575.98px) {
	.footer-classic .row > div:not(:first-child) .footer-classic-header {
		padding-top: 0;
	}
}

@media (min-width: 768px) {
	.footer-classic {
		text-align: left;
	}
	.footer-classic .row > div:first-child {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}
	.footer-classic-panel {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.footer-classic-list {
		text-align: left;
		columns: 2;
		break-inside: avoid;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		max-width: 320px;
		margin-bottom: -8px;
	}
	.footer-classic-list > li {
		margin-bottom: 8px;
	}
}

@media (min-width: 992px) {
	.footer-classic .row > div {
		border-bottom: none;
	}
	.footer-classic .row > div:not(:last-child) {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}
	.footer-classic-gmap {
		padding: 20px 0 20px 20px;
	}
	* + .footer-classic-panel {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.footer-classic-gmap {
		position: absolute;
		padding: 0;
		top: 26px;
		right: 0;
		bottom: 26px;
		left: calc(50% + 225px);
	}
	.footer-classic-gmap .google-map-container,
	.footer-classic-gmap .google-map {
		height: 100%;
	}
}

.footer-modern {
	background: #3f4959;
}

.footer-modern > * + * {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-modern-line {
	padding: 50px 0;
}

.footer-modern-line-2 {
	padding: 40px 0;
}

.footer-modern-line-3 {
	padding: 30px 0;
}

.footer-modern-line-3 a, .footer-modern-line-3 a:focus, .footer-modern-line-3 a:active {
	color: rgba(255, 255, 255, 0.2);
}

.footer-modern-line-3 a:hover {
	color: #a0a1a5;
}

.footer-modern-title {
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: none;
}

.footer-modern-list {
	text-align: center;
	margin-bottom: -10px;
	margin-left: -10px;
}

.footer-modern-list > li {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.footer-modern-list a, .footer-modern-list a:focus, .footer-modern-list a:active {
	color: rgba(255, 255, 255, 0.8);
}

.footer-modern-list a:hover {
	color: #a0a1a5;
}

.footer-modern-contacts .icon {
	text-align: center;
	width: 35px;
	height: 35px;
	font-size: 20px;
	line-height: 35px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
}

.footer-modern-contacts a, .footer-modern-contacts a:focus, .footer-modern-contacts a:active {
	color: #ffffff;
}

.footer-modern-contacts a:hover {
	color: #a0a1a5;
}

.footer-modern-title + * {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.footer-modern-list {
		text-align: center;
		columns: 3;
		break-inside: avoid;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		margin-left: 0;
	}
	.footer-modern-list > li {
		display: block;
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.footer-modern {
		text-align: left;
	}
	.footer-modern-list {
		text-align: left;
		columns: 2;
		max-width: 300px;
	}
	.footer-modern-title + * {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.footer-modern-list {
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
	}
}

@media (min-width: 1200px) {
	.footer-modern-2 .footer-modern-list {
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
	}
	.footer-modern-line {
		padding: 80px 0;
	}
	.footer-modern-line-2 {
		padding: 50px 0;
	}
	.footer-modern-line-3 {
		padding: 40px 0;
	}
	.footer-modern-list {
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
	}
	.footer-modern-contacts .phone {
		font-size: 18px;
		letter-spacing: .1em;
	}
}

.footer-creative {
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #3f4959;
	z-index: 1;
}
.section.footer-creative > .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer-creative * + hr {
	margin-top: 30px;
}

.footer-creative hr + * {
	margin-top: 30px;
}

.footer-creative .brand + p {
	margin-top: 30px;
}

.footer-creative * + .rights {
	margin-top: 45px;
}

.footer-creative-2 .footer-creative-contacts a:hover,
.footer-creative-2 .footer-creative-list a:hover {
	color: #0083ca;
}

.bg-footer-creative {
	display: none;
	position: absolute;
	content: '';
	top: 50%;
	left: -15px;
	height: 200vh;
	width: 1000%;
	transform: translate3d(0, -50%, 0);
	background: #47505f;
	z-index: -1;
}
.footer-creative-title {
	font-weight: 300;
	letter-spacing: .1em;
}
.footer-creative-contacts {
	max-width: 300px;
}
.footer-creative-contacts .phone {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: .1em;
}
.footer-creative-contacts .address {
	font-weight: 300;
}
.footer-creative-contacts a, .footer-creative-contacts a:focus, .footer-creative-contacts a:active {
	color: #ffffff;
}
.footer-creative-contacts a:hover {
	color: #a0a1a5;
}
.footer-creative-contacts li + li {
	margin-top: 24px;
}
.footer-creative-contacts-title {
	font-size: 12px;
	line-height: 2;
	font-weight: 400;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.2);
}
.footer-creative-list {
	text-align: center;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-left: -20px;
}
.footer-creative-list > li {
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 20px;
}
.footer-creative-list a, .footer-creative-list a:focus, .footer-creative-list a:active {
	color: #ffffff;
}
.footer-creative-list a:hover {
	color: #a0a1a5;
}
* + .footer-creative-contacts {
	margin-top: 38px;
}
* + .footer-creative-list {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.footer-creative-list,
	.footer-creative {
		text-align: left;
	}
}
@media (min-width: 992px) {
	.bg-footer-creative {
		display: block;
	}
	.footer-creative-list {
		letter-spacing: .2em;
		columns: 2;
		break-inside: avoid;
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		max-width: 320px;
		margin-left: 0;
	}
	.footer-creative-list > li {
		display: block;
		margin-left: 0;
	}
	* + .footer-creative-list {
		margin-top: 44px;
	}
}
@media (min-width: 1200px) {
	.footer-creative * + .rights {
		margin-top: 75px;
	}
	.footer-creative-list {
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
	}
}

.footer-corporate {
	background-image: url(../images/bg-index-5.jpg);
	background-repeat: repeat;
	background-color: #303e4f;
}
.footer-corporate-panel {
	text-align: center;
	padding: 20px 0;
	background: #2f333a;
}
.footer-corporate-title {
	letter-spacing: .2em;
	text-indent: -31px;
	padding-left: 31px;
}

.footer-corporate-title::before {
	position: relative;
	display: inline-block;
	content: '';
	top: 1px;
	width: 15px;
	height: 15px;
	margin-right: 16px;
	background: #a0a1a5;
}

.footer-corporate-title > * {
	text-indent: 0;
}

.footer-corporate-list {
	text-align: center;
	margin-bottom: -8px;
	margin-left: -20px;
}

.footer-corporate-list > li {
	display: inline-block;
	margin-bottom: 8px;
	margin-left: 20px;
}

.footer-corporate-list a, .footer-corporate-list a:focus, .footer-corporate-list a:active {
	color: #ffffff;
}

.footer-corporate-list a:hover {
	color: #a0a1a5;
}

.footer-corporate-title + * {
	margin-top: 25px;
}

@media (min-width: 576px) {
	.footer-corporate,
	.footer-corporate-list {
		text-align: left;
	}
	.footer-corporate-panel {
		padding: 30px 0;
	}
	.footer-corporate-title + * {
		margin-top: 35px;
	}
}

@media (min-width: 992px) {
	.footer-corporate-list {
		columns: 2;
		break-inside: avoid;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		margin-left: 0;
	}
	.footer-corporate-list > li {
		display: block;
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.footer-corporate-panel {
		padding: 40px 0;
	}
}

.footer-social-list {
	font-size: 0;
	line-height: 0;
	transform: translate3d(0, -12px, 0);
	margin-bottom: -12px;
	margin-left: -6px;
	margin-right: -6px;
}

.footer-social-list > * {
	margin-top: 12px;
	padding-left: 6px;
	padding-right: 6px;
}

.footer-social-list .icon {
	overflow: hidden;
	text-align: center;
	width: 42px;
	height: 42px;
	font-size: 20px;
	line-height: 42px;
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
}

.footer-social-list .icon::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 150%;
	height: 150%;
	background: #a0a1a5;
	transform-origin: 0 0;
	transform: rotate(45deg) translate3d(-50%, 50%, 0);
	transition: all 0.35s cubic-bezier(0.05, 0.29, 0.11, 1.54);
	pointer-events: none;
	z-index: -1;
}

.footer-social-list .icon:focus::after, .footer-social-list .icon:hover::after {
	transform: rotate(45deg) translate3d(-50%, -50%, 0);
}

.footer-social-list a, .footer-social-list a:focus, .footer-social-list a:active {
	color: #ffffff;
}

.footer-social-list a:hover {
	color: #151515;
}

.footer-social-list-2 .icon::after {
	background: #0083ca;
}

.footer-social-list-2 a:hover {
	color: #ffffff;
}

.footer-social-list-3 .icon {
	width: 35px;
	height: 35px;
	font-size: 22px;
	line-height: 35px;
}

.footer-social-list-4 {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -4px;
	margin-right: -4px;
}

.footer-social-list-4 > * {
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
}

.footer-social-list-4 .icon {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
}

* + .rights {
	margin-top: 30px;
}

hr + .footer-social-list {
	margin-top: 35px;
}

* + .footer-social-list {
	margin-top: 50px;
}

* + .footer-social-list-4 {
	margin-top: 30px;
}

.iso-1 {
	display: inline-block;
	font-size: 18px;
	line-height: 1.33;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #ffffff;
}

.iso-1 span {
	display: inline-block;
	vertical-align: middle;
}

.iso-1 .iso-1-big {
	margin-left: 8px;
	font-size: 1.39em;
	color: rgba(255, 255, 255, 0.3);
}

/*
*
* Headings
*/
.title-modern {
	font-size: 10em;
	font-weight: 100;
	line-height: 1;
	letter-spacing: .05em;
	color: rgba(255, 255, 255, 0.46);
	animation: titleColor 3s linear infinite;
}

.title-modern + h4 {
	margin-top: 34px;
}

@media (min-width: 992px) {
	.title-modern {
		font-size: 13em;
	}
}

@media (min-width: 1200px) {
	.title-modern {
		font-size: 15.73em;
	}
}

@keyframes titleColor {
	50% {
		color: rgba(255, 255, 255, 0.1);
	}
}

.title-style-1 {
	font-weight: 400;
	letter-spacing: .05em;
	color: #a0a1a5;
}

* + .title-style-1 {
	margin-top: 22px;
}

.title-style-2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding: 10px 0;
}

.text-style-2 {
	line-height: 1.67;
	letter-spacing: .075em;
}

.text-style-3 {
	line-height: 1.5;
	font-weight: 300;
	font-style: italic;
	text-transform: none;
	letter-spacing: .075em;
}

* + .text-style-3 {
	margin-top: 26px;
}

@media (min-width: 576px) {
	.title-style-2 {
		min-height: 123px;
	}
	.title-style-2 + .text-style-2 {
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
	.title-style-2 {
		min-height: 158px;
	}
	.title-style-2 + .text-style-2 {
		margin-top: 46px;
	}
	.text-style-2 + .button {
		margin-top: 55px;
	}
}

@media (min-width: 992px) {
	.title-style-2 {
		min-height: 166px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.text-style-3 {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.title-style-2 {
		min-height: 170px;
	}
	.text-style-2 {
		max-width: 95%;
	}
}

.title-classic {
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: none;
}

.title-classic-2 {
	letter-spacing: .05em;
	text-transform: none;
}

.title-classic-3 {
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: none;
}

.subtitle-classic {
	letter-spacing: .2em;
	color: rgba(21, 21, 21, 0.6);
}

.subtitle-classic-2 {
	font-weight: 400;
	letter-spacing: .2em;
	color: rgba(21, 21, 21, 0.6);
}

* + .title-classic {
	margin-top: 10px;
}

* + .title-classic-2 {
	margin-top: 16px;
}

.title-creative {
	font-weight: 300;
	letter-spacing: .075em;
}

.title-creative-decor {
	position: absolute;
	top: 50%;
	left: calc(100% + 20px);
	width: 1000%;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #e1e1e1;
}

.subtitle-creative {
	position: relative;
	letter-spacing: .2em;
}

* + .title-creative {
	margin-top: 20px;
}

.title-creative + .group-justify {
	margin-top: 40px;
}

.context-dark .subtitle-creative, .bg-gray-dark .subtitle-creative, .bg-primary .subtitle-creative {
	color: rgba(255, 255, 255, 0.3);
}

.context-dark .title-creative-decor, .bg-gray-dark .title-creative-decor, .bg-primary .title-creative-decor {
	border-color: rgba(255, 255, 255, 0.2);
}

.title-panel {
	position: relative;
	padding-bottom: 1px;
}

.title-panel .button {
	min-width: auto;
	padding: 12px 15px;
	line-height: 1.86;
	font-weight: 500;
	letter-spacing: .1em;
}

.title-panel-title {
	letter-spacing: .3em;
}

.title-panel-decor {
	display: none;
	position: absolute;
	top: 50%;
	right: calc(100% + 35px);
	width: 400%;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 1px solid #e1e1e1;
}

@media (min-width: 1200px) {
	.title-panel-decor {
		display: block;
	}
}

.context-dark .title-panel-2 .title-panel-decor, .bg-gray-dark .title-panel-2 .title-panel-decor, .bg-primary .title-panel-2 .title-panel-decor {
	border-color: rgba(225, 225, 225, 0.6);
}

.context-dark .title-panel-decor, .bg-gray-dark .title-panel-decor, .bg-primary .title-panel-decor {
	border-color: rgba(225, 225, 225, 0.2);
}

/** @group Helpers */
/*
*
* Page layout
*/
.page {
	position: relative;
	min-height: 100vh;
}
.page.fadeIn {
	animation-timing-function: ease-out;
}
.page.fadeOut {
	animation-timing-function: ease-in;
}
[data-x-mode] .page {
	opacity: 1;
}
html.boxed body {
	background: #f5f5f5 url(../images/bg-pattern-boxed.png) repeat fixed;
}
@media (min-width: 1630px) {
	html.boxed .page {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
	}
}

/*
*
* Text styling
*/
.text-italic {
	font-style: italic;
}
.text-normal {
	font-style: normal;
}
.text-underline {
	text-decoration: underline;
}
.text-strike {
	text-decoration: line-through;
}
.font-weight-thin {
	font-weight: 100;
}
.font-weight-light {
	font-weight: 300;
}
.font-weight-regular {
	font-weight: 400;
}
.font-weight-medium {
	font-weight: 500;
}
.font-weight-sbold {
	font-weight: 600;
}
.font-weight-ubold {
	font-weight: 900;
}
.text-primary {
	color: #0083ca !important;
}
.text-secondary {
	color: #a0a1a5;
}
.text-gray-13 {
	color: #cccccc;
}
.text-gray-21 {
	color: #bcbbbb;
}
.text-gray-500 {
	color: #9b9b9b;
}
.text-gray-600 {
	color: #777777;
}
.text-white-03 {
	color: rgba(255, 255, 255, 0.3);
}
.text-white-05 {
	color: rgba(255, 255, 255, 0.5);
}
.text-white-06 {
	color: rgba(255, 255, 255, 0.6);
}
.text-gray-800-01 {
	color: rgba(21, 21, 21, 0.1);
}
.text-spacing-0 {
	letter-spacing: 0;
}
.text-spacing-25 {
	letter-spacing: .025em;
}
.text-spacing-50 {
	letter-spacing: .05em;
}
.text-spacing-75 {
	letter-spacing: .075em;
}
.text-spacing-100 {
	letter-spacing: .1em;
}
.text-spacing-180 {
	letter-spacing: .18em;
}
.text-spacing-200 {
	letter-spacing: .2em;
}
.text-spacing-500 {
	letter-spacing: .5em;
}

.text-width-small {
	max-width: 500px;
}

.text-width-medium {
	max-width: 550px;
}

.text-center [class*='text-width-'] {
	margin-left: auto;
	margin-right: auto;
}

.text-transform-none {
	text-transform: none;
}

@media (min-width: 1200px) {
	.text-xl-nowrap {
		white-space: nowrap;
	}
}

/*
*
* Offsets
*/
* + p {
	margin-top: 15px;
}
* + ul {
	margin-top: 15px;
}
* + img {
	margin-top: 30px;
}
* + h2,
* + .heading-2,
* + h3,
* + .heading-3,
* + h4,
* + .heading-4,
* + h5,
* + .heading-5,
* + h6,
* + .heading-6 {
	margin-top: 15px;
}
h1 + p {
	margin-top: 12px;
}
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
	margin-top: 15px;
}
p + p {
	margin-top: 12px;
}
img + p {
	margin-top: 35px;
}
h3 + img {
	margin-top: 42px;
}

* + .row {
	margin-top: 30px;
}
* + .row-xs {
	margin-top: 20px;
}
* + .big {
	margin-top: 20px;
}
* + .text-block {
	margin-top: 32px;
}
* + .button {
	margin-top: 30px;
}
* + .button-outline-2 {
	margin-top: 0;
}
* + .button-wrap {
	margin-top: 30px;
}

* + .owl-carousel {
	margin-top: 30px;
}

* + .owl-style-4 {
	margin-top: 30px;
}

.row + h3 {
	margin-top: 80px;
}

.heading-7 + h3 {
	margin-top: 16px;
}

.container + .container {
	margin-top: 35px;
}

.container + .container-fluid {
	margin-top: 45px;
}

.row + .button-wrap {
	margin-top: 40px;
}

.row + .row {
	margin-top: 30px;
}

h4 + .big,
h3 + .big {
	margin-top: 14px;
}

@media (min-width: 768px) {
	* + .row-sm {
		margin-top: 40px;
	}
	* + .row-md {
		margin-top: 45px;
	}
	* + .row-lg {
		margin-top: 50px;
	}
	* + .row-xl {
		margin-top: 50px;
	}
	* + .row-xxl {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	h5 + p {
		margin-top: 16px;
	}
	h6 + p {
		margin-top: 22px;
	}
	.row + .button-wrap {
		margin-top: 60px;
	}
	* + .owl-carousel {
		margin-top: 50px;
	}
	* + .owl-style-4 {
		margin-top: 50px;
	}
	* + .row-xl {
		margin-top: 60px;
	}
	* + .row-xxl {
		margin-top: 70px;
	}
}

@media (min-width: 1200px) {
	.container + .container {
		margin-top: 60px;
	}
	.row + .row {
		margin-top: 35px;
	}
}

.container + .container-style-1 {
	margin-top: 26px;
}

.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0 > * {
	margin-bottom: 0px;
}

.row-8 {
	margin-bottom: -8px;
}

.row-8:empty {
	margin-bottom: 0;
}

.row-8 > * {
	margin-bottom: 8px;
}

.row-10 {
	margin-bottom: -10px;
}

.row-10:empty {
	margin-bottom: 0;
}

.row-10 > * {
	margin-bottom: 10px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15 > * {
	margin-bottom: 15px;
}

.row-14 {
	margin-bottom: -14px;
}

.row-14:empty {
	margin-bottom: 0;
}

.row-14 > * {
	margin-bottom: 14px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20 > * {
	margin-bottom: 20px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30 > * {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40 > * {
	margin-bottom: 40px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50 > * {
	margin-bottom: 50px;
}

.row-60 {
	margin-bottom: -60px;
}

.row-60:empty {
	margin-bottom: 0;
}

.row-60 > * {
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.row-md-40 {
		margin-bottom: -40px;
	}
	.row-md-40:empty {
		margin-bottom: 0;
	}
	.row-md-40 > * {
		margin-bottom: 40px;
	}
	.row-md-50 {
		margin-bottom: -50px;
	}
	.row-md-50:empty {
		margin-bottom: 0;
	}
	.row-md-50 > * {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	.row-lg-0 {
		margin-bottom: 0px;
	}
	.row-lg-0:empty {
		margin-bottom: 0;
	}
	.row-lg-0 > * {
		margin-bottom: 0px;
	}
	.row-lg-50 {
		margin-bottom: -50px;
	}
	.row-lg-50:empty {
		margin-bottom: 0;
	}
	.row-lg-50 > * {
		margin-bottom: 50px;
	}
	.row-lg-60 {
		margin-bottom: -60px;
	}
	.row-lg-60:empty {
		margin-bottom: 0;
	}
	.row-lg-60 > * {
		margin-bottom: 60px;
	}
}

.nav-custom-2 > * {
	top: 70% !important;
}

@media (min-width: 1200px) {
	.row-xl-60 {
		margin-bottom: -60px;
	}
	.row-xl-60:empty {
		margin-bottom: 0;
	}
	.row-xl-60 > * {
		margin-bottom: 60px;
	}
	.row-xl-75 {
		margin-bottom: -75px;
	}
	.row-xl-75:empty {
		margin-bottom: 0;
	}
	.row-xl-75 > * {
		margin-bottom: 75px;
	}
	.row-xl-90 {
		margin-bottom: -90px;
	}
	.row-xl-90:empty {
		margin-bottom: 0;
	}
	.row-xl-90 > * {
		margin-bottom: 90px;
	}
}

@media (min-width: 992px) {
	.desktop .row-desktop-0 {
		margin-bottom: 0px;
	}
	.desktop .row-desktop-0:empty {
		margin-bottom: 0;
	}
	.desktop .row-desktop-0 > * {
		margin-bottom: 0px;
	}
	.desktop .row-desktop-8 {
		margin-bottom: -8px;
	}
	.desktop .row-desktop-8:empty {
		margin-bottom: 0;
	}
	.desktop .row-desktop-8 > * {
		margin-bottom: 8px;
	}
	.desktop * + .row-desktop-0 {
		margin-top: 20px;
	}
}

/*
*
* Sections
*/
.section-sm {
	padding: 30px 0;
}

.section-sm.section-first {
	padding-top: 60px;
}

.section-sm.section-last {
	padding-bottom: 60px;
}

.section-md,
.section-lg,
.section-xl,
.section-xxl,
.section-inset-4,
.section-inset-7,
.section-inset-8 {
	padding: 50px 0;
}

.section-inset-5 {
	padding: 30px 0;
}

.section-inset-6 {
	padding: 50px 0 30px;
}

.section-inset-9 {
	padding: 30px 0;
}

.section-collapse + .section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

html [class*='section-'].section-top-0 {
	padding-top: 0;
}

@media (min-width: 992px) {
	html [class*='section-'].section-lg-0 {
		padding: 0 0 1px;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 40px 0;
	}
	.section-sm.section-first {
		padding-top: 80px;
	}
	.section-sm.section-last {
		padding-bottom: 80px;
	}
	.section-md {
		padding: 70px 0;
	}
	.section-lg {
		padding: 80px 0;
	}
	.section-xl {
		padding: 90px 0;
	}
	.section-xxl {
		padding: 100px 0;
	}
	.section-inset-4 {
		padding: 60px 0;
	}
	.section-inset-6 {
		padding-top: 80px;
	}
	.section-inset-8 {
		padding: 80px 0 60px;
	}
	.section-inset-9 {
		padding: 0;
	}
	[class*='section-'].section-bottom-md-70 {
		padding-bottom: 70px;
	}
}

@media (min-width: 992px) {
	.section-sm {
		padding: 45px 0;
	}
	.section-sm.section-first {
		padding-top: 90px;
	}
	.section-sm.section-last {
		padding-bottom: 90px;
	}
	.section-md {
		padding: 80px 0;
	}
	.section-lg {
		padding: 90px 0;
	}
	.section-xl {
		padding: 100px 0;
	}
	.section-xxl {
		padding: 120px 0;
	}
	.section-inset-6 {
		padding-top: 90px;
	}
	.section-inset-7 {
		padding: 70px 0;
	}
	.section-inset-8 {
		padding-top: 90px;
	}
}

@media (min-width: 1200px) {
	.section-inset-1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.section-inset-3 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.section-inset-4 {
		padding: 70px 0;
	}
	.section-inset-5 {
		padding-top: 45px;
	}
	.section-inset-7 {
		padding: 90px 0;
	}
}

@media (min-width: 1600px) {
	.section-inset-2 {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

.section-single {
	display: flex;
	text-align: center;
}

.section-single p {
	margin-left: auto;
	margin-right: auto;
}

.section-single .button {
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: .3em;
}

.section-single * + .button {
	margin-top: 45px;
}

.section-single-header {
	padding: calc(1em + 4vh) 0 calc(1em + 2vh);
}

.section-single-main {
	padding: calc(1em + 2vh) 0 calc(1em + 6vh);
}

.section-single-footer {
	padding: calc(1em + 2vh) 0;
}

.section-single-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 100vh;
}

.section-single-inner > * {
	width: 100%;
}

@media (min-width: 1200px) {
	.section-single-header {
		padding-top: calc(1em + 8vh);
	}
	.section-single-footer {
		padding-bottom: calc(1em + 4vh);
	}
}

@media (min-width: 1600px) {
	.section-fluid {
		padding-left: 75px;
		padding-right: 75px;
	}
	.section-fluid .container-fluid {
		padding-left: 0;
		padding-right: 0;
		max-width: 1770px;
		margin-left: auto;
		margin-right: auto;
	}
}

.section-relative {
	position: relative;
	z-index: 1;
}

/*
*
* Backgrounds
*/
.context-dark, .bg-gray-dark, .bg-primary,
.context-dark h1,
.bg-gray-dark h1,
.bg-primary h1, .context-dark h2, .bg-gray-dark h2, .bg-primary h2, .context-dark h3, .bg-gray-dark h3, .bg-primary h3, .context-dark h4, .bg-gray-dark h4, .bg-primary h4, .context-dark h5, .bg-gray-dark h5, .bg-primary h5, .context-dark h6, .bg-gray-dark h6, .bg-primary h6, .context-dark [class^='heading-'], .bg-gray-dark [class^='heading-'], .bg-primary [class^='heading-'] {
	color: #ffffff;
}
.context-dark:not(.section-single):not(.form-default) .form-validation,
.bg-gray-dark:not(.section-single):not(.form-default) .form-validation,
.bg-primary:not(.section-single):not(.form-default) .form-validation,
.context-dark:not(.section-single):not(.form-default) .form-label,
.bg-gray-dark:not(.section-single):not(.form-default) .form-label,
.bg-primary:not(.section-single):not(.form-default) .form-label,
.context-dark:not(.section-single):not(.form-default) .form-input,
.bg-gray-dark:not(.section-single):not(.form-default) .form-input,
.bg-primary:not(.section-single):not(.form-default) .form-input {
	color: #ffffff;
}
.context-dark:not(.section-single):not(.form-default) .form-input::placeholder,
.bg-gray-dark:not(.section-single):not(.form-default) .form-input::placeholder,
.bg-primary:not(.section-single):not(.form-default) .form-input::placeholder {
	color: #ffffff;
}
.context-dark:not(.section-single):not(.form-default) .form-input,
.bg-gray-dark:not(.section-single):not(.form-default) .form-input,
.bg-primary:not(.section-single):not(.form-default) .form-input {
	background: rgba(255, 255, 255, 0.15);
	border-color: transparent;
}
.context-dark:not(.section-single):not(.form-default) .form-input::placeholder {
	color: #000000;
}
.context-dark:not(.section-single):not(.form-default) .banner-form .form-input {
	background: rgba(255, 255, 255, 0.7);
	border-color: transparent;
	color: #000000;
}
.context-dark:not(.section-single):not(.form-default) .form-wrap.has-error .form-input,
.bg-gray-dark:not(.section-single):not(.form-default) .form-wrap.has-error .form-input,
.bg-primary:not(.section-single):not(.form-default) .form-wrap.has-error .form-input {
	border-color: #ffffff;
}

.context-dark .button-outline, .bg-gray-dark .button-outline, .bg-primary .button-outline {
	color: #ffffff;
}
.context-dark .button-outline::before, .bg-gray-dark .button-outline::before, .bg-primary .button-outline::before {
	border-color: #ffffff;
}
.context-dark .button-outline:hover::before,
.bg-gray-dark .button-outline:hover::before,
.bg-primary .button-outline:hover::before,
.context-dark .button-outline:active::before,
.bg-gray-dark .button-outline:active::before,
.bg-primary .button-outline:active::before {
	border-color: #0083ca;
}
.context-dark .button-outline.button-icon-right .icon, .bg-gray-dark .button-outline.button-icon-right .icon, .bg-primary .button-outline.button-icon-right .icon, .context-dark .button-outline.button-icon-right::before, .bg-gray-dark .button-outline.button-icon-right::before, .bg-primary .button-outline.button-icon-right::before {
	border-color: #959595;
}

.context-dark .button-outline.button-icon-right:hover, .bg-gray-dark .button-outline.button-icon-right:hover, .bg-primary .button-outline.button-icon-right:hover, .context-dark .button-outline.button-icon-right:active, .bg-gray-dark .button-outline.button-icon-right:active, .bg-primary .button-outline.button-icon-right:active {
	background: #0083ca;
}

.context-dark .button-outline.button-icon-right:hover .icon, .bg-gray-dark .button-outline.button-icon-right:hover .icon, .bg-primary .button-outline.button-icon-right:hover .icon, .context-dark .button-outline.button-icon-right:hover::before, .bg-gray-dark .button-outline.button-icon-right:hover::before, .bg-primary .button-outline.button-icon-right:hover::before, .context-dark .button-outline.button-icon-right:active .icon, .bg-gray-dark .button-outline.button-icon-right:active .icon, .bg-primary .button-outline.button-icon-right:active .icon, .context-dark .button-outline.button-icon-right:active::before, .bg-gray-dark .button-outline.button-icon-right:active::before, .bg-primary .button-outline.button-icon-right:active::before {
	border-color: #0083ca;
}

.context-dark .button-outline.button-icon-right:hover .icon, .bg-gray-dark .button-outline.button-icon-right:hover .icon, .bg-primary .button-outline.button-icon-right:hover .icon, .context-dark .button-outline.button-icon-right:active .icon, .bg-gray-dark .button-outline.button-icon-right:active .icon, .bg-primary .button-outline.button-icon-right:active .icon {
	background: #65b4f2;
}

.context-dark .counter-classic-title, .bg-gray-dark .counter-classic-title, .bg-primary .counter-classic-title {
	color: rgba(255, 255, 255, 0.3);
}

.context-dark p.rights, .bg-gray-dark p.rights, .bg-primary p.rights {
	color: #ffffff;
}

.footer-classic.context-dark p.rights, .footer-classic.bg-gray-dark p.rights, .footer-classic.bg-primary p.rights, .footer-corporate.context-dark p.rights, .footer-corporate.bg-gray-dark p.rights, .footer-corporate.bg-primary p.rights {
	color: rgba(255, 255, 255, 0.2);
}

.footer-modern.context-dark, .footer-modern.bg-gray-dark, .footer-modern.bg-primary {
	color: rgba(255, 255, 255, 0.4);
}

.footer-modern.context-dark p.rights, .footer-modern.bg-gray-dark p.rights, .footer-modern.bg-primary p.rights {
	color: rgba(255, 255, 255, 0.2);
}

.footer-modern.context-dark p.rights a, .footer-modern.bg-gray-dark p.rights a, .footer-modern.bg-primary p.rights a, .footer-modern.context-dark p.rights a:focus, .footer-modern.bg-gray-dark p.rights a:focus, .footer-modern.bg-primary p.rights a:focus, .footer-modern.context-dark p.rights a:active, .footer-modern.bg-gray-dark p.rights a:active, .footer-modern.bg-primary p.rights a:active {
	color: inherit;
}

.footer-modern.context-dark p.rights a:hover, .footer-modern.bg-gray-dark p.rights a:hover, .footer-modern.bg-primary p.rights a:hover {
	color: #a0a1a5;
}

.footer-creative.context-dark, .footer-creative.bg-gray-dark, .footer-creative.bg-primary {
	color: rgba(255, 255, 255, 0.95);
}

.footer-creative.context-dark p.rights, .footer-creative.bg-gray-dark p.rights, .footer-creative.bg-primary p.rights {
	color: inherit;
}

.footer-creative.context-dark hr, .footer-creative.bg-gray-dark hr, .footer-creative.bg-primary hr {
	border-top-color: rgba(255, 255, 255, 0.13);
}

.context-dark .quote-creative-text::before, .bg-gray-dark .quote-creative-text::before, .bg-primary .quote-creative-text::before {
	color: rgba(184, 194, 203, 0.2);
}

.context-dark .quote-creative-author, .bg-gray-dark .quote-creative-author, .bg-primary .quote-creative-author {
	color: rgba(255, 255, 255, 0.4);
}

.context-dark .owl-dot, .bg-gray-dark .owl-dot, .bg-primary .owl-dot {
	background: rgba(184, 194, 203, 0.3);
}

.context-dark .owl-dot::before, .bg-gray-dark .owl-dot::before, .bg-primary .owl-dot::before {
	background: #a0a1a5;
}

.context-dark .brand .brand-logo-dark, .bg-gray-dark .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light, .bg-gray-dark .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
	display: block;
}

/**
* Light Backgrounds
*/
.bg-default {
	background-color: #ffffff;
}

.bg-primary {
	background-color: #0083ca;
}

.bg-secondary {
	background-color: #a0a1a5;
}

.bg-gray-100 {
	background-color: #f5f5f5;
}

.bg-gray-200 {
	background-color: #ebebeb;
}

.bg-gray-300 {
	background-color: #e1e1e1;
}

.bg-gray-600 {
	background-color: #777777;
}

.bg-gray-800 {
	background-color: #151515;
}

.bg-gray-7 {
	background-color: #f3f3f3;
}

.bg-gray-8 {
	background-color: #47505f;
}

.bg-blue-2 {
	background-color: #3f4959;
}

/**
* Dark Backgrounds
*/
.bg-gray-dark {
	background-color: #2c343b;
}

/** 
* Accent Backgrounds
*/
.bg-primary + .bg-primary {
	padding-top: 0;
}

/**
* Background Image
*/
.bg-image {
	background-size: cover;
	background-position: center center;
}

[class^='bg-'] {
	background-size: cover;
	background-position: center center;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

[class*='bg-image-left-'],
[class*='bg-image-right-'] {
	position: relative;
}

[class*='bg-image-left-'] .box-transform,
[class*='bg-image-right-'] .box-transform {
	display: none;
}

.bg-image-right,
.bg-image-left {
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.bg-image-right {
	right: 0;
}

.bg-image-left {
	left: 0;
}

.bg-image-right-3 {
	left: 0;
	background-image: url(../images/about-6-960x646.jpg);
}

.bg-image-left-2 {
	right: 0;
	background-image: url(../images/steelworks/about-1-960x674.jpg);
	background-position-x: 0;
}

@media (min-width: 768px) {
	.bg-image-right-md,
	.bg-image-left-md {
		position: absolute;
		overflow: hidden;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.bg-image-right-md {
		right: 0;
	}
	.bg-image-left-md {
		left: 0;
	}
	.bg-image-right-2 {
		left: calc(50% + 60px);
		background-color: #ffffff;
		background-image: url(../images/bg-index-3.jpg);
	}
}

@media (min-width: 992px) {
	.bg-image-right-lg,
	.bg-image-left-lg {
		position: absolute;
		overflow: hidden;
		top: 0;
		bottom: 0;
		z-index: -1;
	}
	.bg-image-right-lg {
		right: 0;
	}
	.bg-image-left-lg {
		left: 0;
	}
	.bg-image-right-1 {
		left: 50%;
		background-image: url(../images/about-5-1110x710.jpg);
	}
	.bg-image-right-1 .link-play-modern {
		position: absolute;
		top: 50%;
		right: -14px;
		left: auto;
		transform: translateY(-50%);
	}
	.bg-image-right-1 .box-transform {
		display: block;
	}
	.bg-image-right-1 img {
		display: none;
	}
	.bg-image-right-2 {
		left: calc(50% + 175px);
	}
	.bg-image-right-3 {
		left: 50%;
	}
	.bg-image-left-1 {
		right: 50%;
		background-image: url(../images/steelworks/video-1-1110x800.jpg);
	}
	.bg-image-left-1 .box-transform {
		display: block;
	}
	.bg-image-left-1 img {
		display: none;
	}
	.bg-image-left-2 {
		right: 50%;
	}
}

@media (min-width: 1200px) {
	.bg-image-right-2 {
		left: calc(50% + 215px);
	}
}

.bg-image-index {
	position: relative;
	z-index: 1;
}
.bg-image-index::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 90%;
	background-image: url(../images/bg-index.jpg);
	z-index: -1;
}
.bg-image-index .banner-caption {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bg-image-index .banner-caption h1 {
	margin-bottom: 4px;
	font-size: 44px;
	font-weight: 700;
	text-transform: none;
	text-shadow: 1px 1px 2px #363636;
}
@media (min-width: 768px) {
	.bg-image-index .banner-caption h1 {
		font-size: 48px;
	}
}
@media (min-width: 992px) {
	.bg-image-index .banner-caption h1 {
		font-size: 54px;
	}
}
@media (min-width: 1200px) {
	.bg-image-index .banner-caption h1 {
		font-size: 58px;
	}
}
.bg-image-index .banner-caption p {
	font-size: 22px;
	line-height: 1.2;
	text-shadow: 1px 1px 2px #363636;
}
.bg-image-index .banner-form {
	padding: 20px;
	border-radius: 6px;
	background: #121828b3;
}
.bg-image-index .banner-form .form-head {
	font-size: 24px;
	text-shadow: 1px 1px 2px #363636;
}
.bg-image-1 {
	background-image: url(../images/bg-index-5.jpg);
	background-repeat: repeat;
	background-color: #303e4f;
}
.bg-image-2 {
	background-image: url(../images/bg-index-9.jpg);
	background-repeat: repeat;
	background-color: #f5f5f5;
}
.bg-image-3 {
	background-image: url(../images/bg-index-6.jpg);
	background-repeat: repeat;
	background-color: #f5f5f5;
}
@media (min-width: 768px) {
	.bg-image-3 {
		z-index: 1;
	}
	.bg-image-3::before, .bg-image-3::after {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		width: 1000%;
		background: inherit;
		transform-origin: 50% 0;
	}
	.bg-image-3::before {
		left: -70px;
		transform: skew(30deg);
		z-index: -2;
	}
	.bg-image-3::after {
		left: 0;
		transform: skew(-8deg);
		z-index: -1;
	}
}
@media (min-width: 992px) {
	.bg-image-3::before {
		left: -100px;
	}
}
.bg-image-4 {
	background-image: url(../images/bg-index-6.jpg);
	background-repeat: repeat;
	background-color: #f5f5f5;
}

/**
* Display
*/
.display-none {
	display: none;
}
@media (max-width: 991px) {
	.display-max-991-none {
		display: none;
	}
}

/*
*
* Utilities custom
*/
.height-fill {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.height-fill > * {
	flex-grow: 1;
	flex-shrink: 0;
}

.object-inline {
	white-space: nowrap;
}

.object-inline > * {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}

.object-inline > * + * {
	margin-left: 5px;
}

.oh {
	position: relative;
	overflow: hidden;
}

.desktop .oh-desktop {
	position: relative;
	overflow: hidden;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before, .text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #ebebeb;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

* + .text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: .075em;
	color: #777777;
}
p.rights a {
	color: inherit;
}
p.rights a:hover {
	color: #0083ca;
}

[style*='z-index: 1000;'] {
	z-index: 1101 !important;
}

.text-block {
	text-align: left;
}

.text-block > * {
	margin-left: .125em;
	margin-right: .125em;
}

.box-transform-wrap {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.box-transform {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% + 150px);
	height: calc(100% + 150px);
	will-change: transform;
	animation: bgPos 100s linear infinite;
	transform: translate3d(75px, -75px, 0) rotate(0.001deg);
	background-position: 50% 50%;
	background-size: cover;
	pointer-events: none;
	zoom: 1;
	z-index: -1;
}

.ipad .box-transform {
	transform-style: preserve-3d;
}

@media (max-width: 767.98px) {
	.box-transform-1 {
		padding-top: 56.25%;
	}
}

@keyframes bgPos {
	25% {
		transform: translate3d(150px, -150px, 0) rotate(0.001deg);
	}
	75% {
		transform: translate3d(0, 0, 0) rotate(0.001deg);
	}
}

.container-inset-0 {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.container-style-1 {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
}

.gutters-8 {
	margin-left: -4px;
	margin-right: -4px;
}

.gutters-8 [class*='col-'] {
	padding-left: 4px;
	padding-right: 4px;
}

.gutters-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.gutters-10 [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}

.gutters-14 {
	margin-left: -7px;
	margin-right: -7px;
}

.gutters-14 [class*='col-'] {
	padding-left: 7px;
	padding-right: 7px;
}

.gutters-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.gutters-20 [class*='col-'] {
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 768px) {
	.no-md-gutters {
		margin-right: 0;
		margin-left: 0;
	}
	.no-md-gutters > .col,
	.no-md-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
	}
}

.title-group h3 + p {
	margin-top: 22px;
}

.title-group h4 + p {
	margin-top: 24px;
}

.box-width-230 {
	max-width: 230px;
}

@media (min-width: 1200px) {
	.box-width-xl-520 {
		max-width: 520px;
	}
}

@media (min-width: 768px) {
	.bordered-1 {
		overflow: hidden;
	}
	.bordered-1 > div::before {
		position: absolute;
		content: '';
		top: 20px;
		bottom: 6px;
		left: -30px;
		width: 1px;
		background: #ebebeb;
	}
}

@media (min-width: 1200px) {
	.bordered-1 > div::before {
		left: -65px;
	}
}

.bordered-2 > div {
	border-top: 1px solid #ebebeb;
}

@media (min-width: 768px) {
	.bordered-2 > div::before {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		right: 0;
		border-right: 1px solid #ebebeb;
	}
	.bordered-2 > div[class*='sm-6']:nth-child(-n + 2)::before {
		top: 65px;
	}
	.bordered-2 > div[class*='sm-6']:nth-last-child(-n + 2)::before {
		bottom: 50px;
	}
	.bordered-2 > div[class*='sm-6']:nth-child(2n)::before {
		display: none;
	}
}

@media (min-width: 992px) {
	.bordered-2 > div[class*='lg-4']:nth-child(-n + 3) {
		border-top: none;
	}
	.bordered-2 > div[class*='lg-4']:nth-child(-n + 3)::before {
		top: 65px;
	}
	.bordered-2 > div[class*='lg-4']:nth-last-child(-n + 3)::before {
		bottom: 50px;
	}
	.bordered-2 > div[class*='lg-4']:nth-child(2n)::before {
		display: inline-block;
	}
	.bordered-2 > div[class*='lg-4']:nth-child(3n)::before {
		display: none;
	}
}

@media (min-width: 1200px) {
	.bordered-2 > div[class*='lg-4']:nth-last-child(-n + 3):nth-last-child(-n + 3)::before {
		bottom: 60px;
	}
}

@media (max-width: 1199.98px) {
	.bordered-2 {
		overflow: hidden;
	}
	.bordered-2 > div {
		margin-top: -1px;
	}
}

.bordered-3 {
	border-left: 1px solid #ebebeb;
}

.bordered-3 > * {
	border-right: 1px solid #ebebeb;
}

.bordered-4 .owl-stage-outer {
	padding-left: 1px;
	margin-right: -1px;
}

.bordered-4 .owl-item {
	border-right: 1px solid #ebebeb;
}

.bordered-5 {
	overflow: hidden;
}

.bordered-5 > * {
	margin-bottom: -1px;
	margin-right: -1px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

@media (min-width: 576px) {
	.bordered-5 {
		overflow: visible;
	}
	.bordered-5 > * {
		margin-bottom: 0;
		margin-right: 0;
		border-right: none;
		border-bottom: none;
		border-left: 1px solid #ebebeb;
	}
	.bordered-5 > * + * {
		border-top: 1px solid #ebebeb;
	}
	.bordered-5 > *:first-child::before {
		position: absolute;
		content: '';
		right: calc(100% + 1px);
		bottom: -1px;
		height: 0;
		width: 10000%;
		border-bottom: 1px solid #ebebeb;
		z-index: 1;
	}
}

.context-dark .bordered-5 > *, .bg-gray-dark .bordered-5 > *, .bg-primary .bordered-5 > * {
	border-color: rgba(235, 235, 235, 0.18);
}

.context-dark .bordered-5 > *::before, .bg-gray-dark .bordered-5 > *::before, .bg-primary .bordered-5 > *::before {
	border-color: inherit;
}

.aside {
	text-align: center;
}

.aside-title {
	font-weight: 400;
	text-transform: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
}

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

@media (min-width: 992px) {
	.inset-left-lg-15 {
		padding-left: 15px;
	}
	.inset-right-lg-15 {
		padding-right: 15px;
	}
}

@media (min-width: 1200px) {
	.inset-left-xl-20 {
		padding-left: 20px;
	}
	.inset-right-xl-55 {
		padding-right: 55px;
	}
	.inset-left-xl-40 {
		padding-left: 40px;
	}
	.inset-left-xl-70 {
		padding-left: 70px;
	}
}

@media (min-width: 1200px) {
	.offset-left-xl-40 {
		margin-left: 40px;
	}
	.offset-left-xl-70 {
		margin-left: 70px;
	}
}

.aside-contacts {
	text-align: center;
	letter-spacing: 0;
}
.aside-contacts .unit-left {
	min-width: 22px;
}
.aside-contacts span.icon {
	vertical-align: middle;
	font-size: 20px;
	color: #0083ca;
}
.aside-contacts a {
	display: inline-block;
}
.aside-contacts a, .aside-contacts a:focus, .aside-contacts a:active {
	color: #151515;
}
.aside-contacts a:hover {
	color: #0083ca;
}
.aside-contacts-title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
}
.contacts-social-list .icon {
	font-size: 20px;
	line-height: 1;
}
.contacts-social-list a, .contacts-social-list a:focus, .contacts-social-list a:active {
	color: #151515;
}
.contacts-social-list a:hover {
	color: #0083ca;
}
.aside-city-title + * {
	margin-top: 30px;
}
.aside-contacts-title + * {
	margin-top: 20px;
}
@media (min-width: 768px) {
	.aside-contacts {
		text-align: left;
	}
}
@media (min-width: 992px) {
	.aside-contacts {
		margin-right: 30px;
		padding-right: 35px;
		padding-bottom: 1px;
		border-left: 1px solid #ebebeb;
	}
	.aside-contacts .row {
		margin-left: 0;
		margin-right: 0;
	}
	.aside-contacts .row > * {
		padding-left: 0;
		padding-right: 0;
	}
	.aside-contacts-item + .aside-contacts-item {
		padding-top: 20px;
		border-top: 1px solid #ebebeb;
	}
}
@media (min-width: 1200px) {
	.aside-contacts {
		margin-right: 70px;
	}
	.aside-contacts .address {
		max-width: 90%;
	}
}

.position-static {
	position: static;
}
.index-1 {
	z-index: 1;
}

/** @group Plugins */
/*
*
* Animate.css
*/
.animated {
	animation-duration: .7s;
	animation-fill-mode: both;
	opacity: 1;
}

.ios .animated {
	transition: none !important;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@keyframes pagInX {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes pagOutX {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}

@keyframes arrowTransformY {
	25% {
		transform: translateY(5px);
	}
	75% {
		transform: translateY(-5px);
	}
}

/*
* Isotope
*/
.isotope {
	z-index: 0;
	display: block;
	transition: .3s ease;
}

.isotope-item {
	display: block;
	will-change: transform;
	backface-visibility: hidden;
	transition: .1s opacity ease-in;
}

.isotope-filters > * {
	margin-top: 0;
	vertical-align: middle;
}

.isotope-filters .inline-list {
	position: relative;
	word-spacing: 0;
}

.isotope-filters .inline-list li {
	display: inline-block;
}

.isotope-filters .inline-list a {
	position: relative;
	transition: .3s;
	color: #e1e1e1;
}

.isotope-filters .inline-list .isotope-filters-trigger {
	display: none;
}

.isotope-filters-modern .inline-list {
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.isotope-filters-modern .inline-list > * {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.isotope-filters-modern .inline-list > li {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
}

.isotope-filters-modern .inline-list a {
	position: relative;
	padding-bottom: 10px;
}

.isotope-filters-modern .inline-list a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	transition: .4s;
	background: #0083ca;
}

.isotope-filters-modern .inline-list a:hover {
	color: #0083ca;
}

.isotope-filters-modern .inline-list a.active::after {
	width: 100%;
}

@media (min-width: 992px) {
	.isotope-filters-modern .inline-list {
		transform: translate3d(0, -10px, 0);
		margin-bottom: -10px;
		margin-left: -23px;
		margin-right: -23px;
	}
	.isotope-filters-modern .inline-list > * {
		margin-top: 10px;
		padding-left: 23px;
		padding-right: 23px;
	}
}

.isotope-modern-wrap [class*='col'] {
	margin-top: 30px;
}

@media (max-width: 767.98px) {
	.isotope-modern-wrap [class*='col'] {
		width: 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] {
		margin-top: 0;
	}
}

.isotope-condensed {
	margin-left: 0;
	margin-right: 0;
}

.isotope-condensed .row > * {
	margin-top: -1px;
	margin-bottom: -1px;
}

* + .isotope {
	margin-top: 44px;
}

* + .isotope-condensed {
	margin-top: 30px;
}

@media (max-width: 991.98px) {
	.isotope-condensed {
		padding: 0 0 30px;
		margin-left: 0;
		margin-right: 0;
	}
	.isotope-condensed .row.row-condensed > [class*='col'] {
		padding-left: 10px;
		padding-right: 10px;
	}
	.isotope-condensed .row.row-condensed > [class*='col'] + [class*='col'] {
		margin-top: 25px;
	}
}

@media (min-width: 768px) {
	* + .isotope-condensed {
		margin-top: 50px;
	}
}

.isotope-filters {
	position: relative;
}

.isotope-filters .isotope-filters-toggle .icon::before {
	transition: transform .2s ease;
}

.isotope-filters .isotope-filters-toggle.active .icon::before {
	transform: rotate(-180deg);
}

.isotope-filters-list {
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	max-width: 280px;
	width: 100%;
	padding: 20px;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	color: #777777;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
	transform: translate3d(-50%, 0, 0);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	z-index: 1;
}

.isotope-filters-list.active {
	opacity: 1;
	visibility: visible;
}

.isotope-filters-list a {
	display: block;
	padding: 7px 5px;
}

.isotope-filters-list a, .isotope-filters-list a:focus, .isotope-filters-list a:active {
	color: inherit;
}

.isotope-filters-list a:hover {
	color: #ffffff;
}

.isotope-filters-list a:hover {
	color: #0083ca;
}

.isotope-filters-list a.active {
	color: #ffffff;
	background: #0083ca;
}

@media (min-width: 768px) {
	.isotope-filters-list {
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		max-width: none;
		top: auto;
		left: auto;
		width: auto;
		padding: 0;
		margin-left: -25px;
		margin-right: -25px;
		margin-bottom: -10px;
		box-shadow: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
	.isotope-filters-list > * {
		margin-bottom: 10px;
	}
	.isotope-filters-list > li {
		position: relative;
		padding: 0 25px;
	}
	.isotope-filters-list a {
		display: inline;
		padding: 0;
	}
	.isotope-filters-list a, .isotope-filters-list a:focus, .isotope-filters-list a:active {
		color: inherit;
	}
	.isotope-filters-list a:hover {
		color: #0083ca;
	}
	.isotope-filters-list a.active {
		color: #0083ca;
		background: transparent;
	}
	.isotope-filters .isotope-filters-toggle {
		display: none;
	}
}

/*
*
* Tooltop Custom
*/
[data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #b7b7b7;
}

.tooltip {
	font-size: 15px;
	line-height: 1.35;
	letter-spacing: .05em;
	color: #ffffff;
	z-index: 1010;
}

.tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #151515;
}

.tooltip.bs-tooltip-right .arrow::before {
	border-right-color: #151515;
}

.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #151515;
}

.tooltip.bs-tooltip-left .arrow::before {
	border-left-color: #151515;
}

/*
*
* jScrollPane
*/
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
	right: 4px;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background: #e1e1e1;
	pointer-events: auto;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #e1e1e1;
	pointer-events: auto;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #e1e1e1;
	position: relative;
}

.jspDrag {
	background: rgba(87, 164, 224, 0.5);
	width: 8px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

/*
* Arrow
*/
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/*
*
* Owl Carousel
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-item > img {
	width: 100%;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
	display: none !important;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	padding: 0;
	font: 400 28px/40px "Material Design Icons";
	color: rgba(21, 21, 21, 0.2);
	border: none;
	background: transparent;
	transform: translateY(-50%);
	transition: all .25s ease-in-out;
	cursor: pointer;
}

.owl-prev:hover,
.owl-next:hover {
	color: #151515;
}

.owl-prev {
	left: 0;
}

.owl-prev::before {
	content: "\f14a";
}

.owl-next {
	right: 0;
}

.owl-next::before {
	content: "\f14f";
}

/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	margin-top: 20px;
	font-size: 0;
	line-height: 0;
}

.owl-dots.disabled {
	display: none !important;
}

.owl-dot {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: none;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	outline: none;
	cursor: pointer;
	background-color: #ebebeb;
	transition: .2s;
}

.owl-dot::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	opacity: 0;
	background: #0083ca;
	transform: translate3d(-50%, -50%, 0);
	will-change: transform;
	transition: all .2s ease;
}

.owl-dot:only-child {
	display: none;
}

.owl-dot:hover::before, .owl-dot:focus::before {
	opacity: 1;
}

.owl-dot.active::before {
	opacity: 1;
	width: 14px;
	height: 14px;
}

.owl-carousel.owl-carousel-light-dots .owl-dot {
	border-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot:hover, .owl-carousel.owl-carousel-light-dots .owl-dot:focus {
	background-color: #ffffff;
}

.owl-carousel.owl-carousel-light-dots .owl-dot.active {
	background-color: #ffffff;
}

[class*='dots-custom']:not(.dots-custom-wrap) {
	font-size: 0;
	line-height: 0;
}

.dots-custom-wrap {
	margin-top: 20px;
}

.owl-custom-nav {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: -10px;
	margin-left: -10px;
}

.owl-custom-nav:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.owl-custom-nav > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.owl-custom-nav .owl-prev,
.owl-custom-nav .owl-next {
	position: static;
	text-align: center;
	transform: none;
	width: 60px;
	height: 60px;
	padding: 0;
	line-height: 56px;
	color: #151515;
	border: 2px solid #151515;
	background: #ffffff;
}

.owl-custom-nav .owl-prev:hover,
.owl-custom-nav .owl-next:hover {
	color: #ffffff;
	background: #0083ca;
	border-color: #0083ca;
}

@media (min-width: 992px) {
	.owl-custom-nav {
		margin-bottom: -16px;
		margin-left: -16px;
	}
	.owl-custom-nav:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.owl-custom-nav > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 16px;
		margin-left: 16px;
	}
}

@media (min-width: 1200px) {
	.owl-custom-nav .owl-prev,
	.owl-custom-nav .owl-next {
		width: 72px;
		height: 67px;
		line-height: 63px;
	}
}

.owl-custom-nav-2 {
	display: flex;
	align-items: center;
}

.owl-custom-nav-2 .owl-prev,
.owl-custom-nav-2 .owl-next {
	position: static;
	text-align: center;
	padding: 0;
	width: 54px;
	line-height: 28px;
	color: #151515;
	background: #ffffff;
	border: none;
	transform: none;
}

.owl-custom-nav-2 .owl-prev:hover,
.owl-custom-nav-2 .owl-next:hover {
	color: #0083ca;
}

.owl-custom-nav-2 .owl-next {
	border-left: 1px solid #e1e1e1;
}

.dots-style-2 .owl-dots {
	margin-top: 30px;
}

.dots-style-2 .owl-dot {
	width: 30px;
	height: 20px;
	margin-left: 8px;
	margin-right: 8px;
	background: transparent;
	z-index: 1;
}

.dots-style-2 .owl-dot::before {
	height: 4px;
	width: 100%;
	background: transparent;
	opacity: 1;
	z-index: 0;
}

.dots-style-2 .owl-dot::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	height: 4px;
	width: 100%;
	background: #e1e1e1;
	transform: translate3d(0, -50%, 0);
	z-index: -1;
}

.dots-style-2 .owl-dot:hover::before {
	background: #151515;
}

.dots-style-2 .owl-dot.active::before {
	background: #a0a1a5;
}

@media (min-width: 576px) {
	.dots-style-2 .owl-dot {
		width: 64px;
	}
}

@media (min-width: 768px) {
	.dots-style-2 .owl-dots {
		margin-top: 45px;
	}
}

.dots-style-3 .owl-dot.active::before {
	background: #0083ca;
}

.dots-style-4 {
	overflow: hidden;
	padding-right: 30px;
}

.dots-style-4 .owl-dots {
	position: absolute;
	top: -13px;
	right: 0;
	margin-top: 0;
}

.dots-style-4 .owl-dots::before {
	position: absolute;
	content: '';
	top: calc( 100% + 20px);
	height: 100vh;
	border-left: 1px solid #ebebeb;
}

.dots-style-4 .owl-dot {
	display: block;
	margin: 17px 0;
}

@media (min-width: 576px) {
	.dots-style-4 {
		padding-right: 40px;
	}
}

@media (min-width: 1200px) {
	.dots-style-4 {
		padding-right: 50px;
	}
}

.owl-style-1 {
	text-align: center;
}

.owl-style-1 .owl-carousel {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.owl-style-1 .owl-dot {
	margin: 0 9px;
}

@media (min-width: 576px) {
	.owl-style-1 {
		position: relative;
		padding-right: 60px;
		padding-bottom: 30px;
	}
	.owl-style-1 .owl-carousel {
		max-width: none;
	}
	.owl-style-1 .owl-carousel::before {
		display: inline-block;
		position: absolute;
		content: '';
		top: 20px;
		right: 0;
		bottom: 0;
		left: 0;
		border: 4px solid #e8e8e8;
		transform: translate3d(60px, 30px, 0);
		pointer-events: none;
	}
	.owl-style-1 .owl-dot {
		display: block;
		margin: 18px auto;
	}
	.dots-custom-wrap {
		position: absolute;
		top: 50%;
		right: 4px;
		width: 100%;
		max-width: 56px;
		text-align: center;
		transform: translate3d(0, -40%, 0);
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.owl-style-1 {
		margin-right: 40px;
		margin-left: 24px;
	}
}

.owl-numbering {
	color: #151515;
	margin-top: 16px;
}

.owl-numbering > * {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 576px) {
	.owl-numbering {
		margin-top: 0;
		padding: 6px 5px;
	}
	.owl-numbering > * {
		display: block;
	}
}

.owl-style-2 {
	text-align: center;
}

.owl-style-2 .owl-dots {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.owl-style-2 .owl-dots {
		position: relative;
		display: inline-block;
		margin-top: 50px;
	}
	.owl-style-2 .owl-dots::before {
		position: absolute;
		content: '';
		top: 50%;
		right: 0;
		left: 0;
		height: 2px;
		background: rgba(255, 255, 255, 0.2);
		transform: translate3d(0, -50%, 0);
	}
	.owl-style-2 .owl-dot {
		width: 92px;
		height: 20px;
		margin: 0 75px;
		background: transparent;
	}
	.owl-style-2 .owl-dot:last-child {
		margin-right: 0;
	}
	.owl-style-2 .owl-dot:first-child {
		margin-left: 0;
	}
	.owl-style-2 .owl-dot::before {
		background: #ffffff;
		transition-duration: .3s;
		z-index: 1;
	}
	.owl-style-2 .owl-dot::after {
		position: absolute;
		content: '';
		top: 50%;
		right: 0;
		left: 0;
		height: 4px;
		background: rgba(255, 255, 255, 0.3);
		transform: translate3d(0, -50%, 0);
		will-change: transform;
	}
	.owl-style-2 .owl-dot:focus::before, .owl-style-2 .owl-dot:hover::before {
		width: 100%;
		height: 4px;
	}
	.owl-style-2 .owl-dot.active::before {
		width: 100%;
		height: 4px;
		background: #a0a1a5;
	}
}

.owl-style-3 .owl-stage-outer {
	margin: -10px -15px;
	padding: 10px 15px;
}

.owl-style-4 .owl-stage {
	display: flex;
	align-items: stretch;
}

.owl-style-4 .owl-item {
	flex: 0 0 auto;
}

.owl-style-4 .owl-next,
.owl-style-4 .owl-prev {
	display: none;
	top: 79%;
	transform: none;
}

.owl-style-4 .owl-prev {
	left: 12px;
}

.owl-style-4 .owl-next {
	right: 12px;
}

@media (min-width: 768px) {
	.owl-style-4 {
		overflow: hidden;
	}
	.owl-style-4 > div {
		width: calc( 100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 992px) {
	.owl-style-4 .owl-next,
	.owl-style-4 .owl-prev {
		display: inline-block;
	}
	.owl-style-4 .owl-dots {
		display: none;
	}
}

.owl-style-5 .owl-stage-outer {
	margin: -30px -15px -15px;
	padding: 30px 15px 15px;
}

@media (min-width: 1200px) {
	.owl-style-5 .owl-stage-outer {
		margin: -40px -30px -30px;
		padding: 40px 30px 30px;
	}
}

.owl-style-6 .owl-stage-outer {
	margin: -15px;
	padding: 15px;
}

@media (min-width: 1200px) {
	* + .owl-style-6 {
		margin-top: 60px;
	}
}

.owl-style-7 .owl-item {
	padding: 0 15px;
}

@media (max-width: 1599.98px) {
	.owl-style-7 .owl-dots {
		display: block !important;
		margin-top: 30px;
	}
}

.owl-style-8 .owl-stage-outer {
	margin: -20px;
	padding: 20px;
}

@media (min-width: 1200px) {
	.owl-style-8 .owl-dots {
		margin-top: 70px;
	}
}

.owl-style-9 .owl-stage-outer {
	margin: -10px;
	padding: 10px;
}

.owl-style-10 {
	overflow: hidden;
	padding: 33px 40px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #e1e1e1;
}

.owl-style-10 .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transform: translate3d(0, -50%, 0);
	pointer-events: none;
}

.owl-style-10 .owl-nav::before, .owl-style-10 .owl-nav::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1000%;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #e1e1e1;
}

.owl-style-10 .owl-nav::before {
	bottom: 100%;
}

.owl-style-10 .owl-nav::after {
	top: 100%;
}

.owl-style-10 .owl-prev,
.owl-style-10 .owl-next {
	position: relative;
	top: auto;
	line-height: 54px;
	transform: none;
	pointer-events: auto;
}

.owl-style-10 .owl-prev {
	left: -5px;
}

.owl-style-10 .owl-next {
	right: -5px;
}

* + .owl-style-10 {
	margin-top: 50px;
}

@media (min-width: 992px) {
	.owl-style-10 {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (min-width: 1200px) {
	.owl-style-10 {
		padding-left: 100px;
		padding-right: 100px;
	}
	* + .owl-style-10 {
		margin-top: 70px;
	}
}

.ie-10 .owl-style-10,
.ie-11 .owl-style-10,
.ie-edge .owl-style-10 {
	overflow: visible;
	border-width: 1px;
}

.ie-10 .owl-style-10 .owl-nav::before, .ie-10 .owl-style-10 .owl-nav::after,
.ie-11 .owl-style-10 .owl-nav::before,
.ie-11 .owl-style-10 .owl-nav::after,
.ie-edge .owl-style-10 .owl-nav::before,
.ie-edge .owl-style-10 .owl-nav::after {
	display: none;
}

.ie-10 .owl-style-10 .owl-prev,
.ie-10 .owl-style-10 .owl-next,
.ie-11 .owl-style-10 .owl-prev,
.ie-11 .owl-style-10 .owl-next,
.ie-edge .owl-style-10 .owl-prev,
.ie-edge .owl-style-10 .owl-next {
	background: #ffffff;
}

.owl-style-11 .owl-stage-outer {
	margin: -20px;
	padding: 20px;
}

.owl-style-12 .owl-stage-outer {
	padding: 60px 24px 0;
	margin-left: -24px;
	margin-right: -24px;
}

.owl-style-12 .owl-item .quote-tara-caption {
	opacity: .3;
}

.owl-style-12 .owl-item .quote-tara-author,
.owl-style-12 .owl-item .quote-tara-status {
	opacity: .4;
}

.owl-style-12 .quote-tara {
	pointer-events: none;
}

.owl-style-12 .owl-item.center .quote-tara {
	pointer-events: auto;
}

.owl-style-12 .owl-item.center .quote-tara-caption {
	opacity: 1;
}

.owl-style-12 .owl-item.center .quote-tara-author,
.owl-style-12 .owl-item.center .quote-tara-status {
	opacity: 1;
}

.owl-style-12 .owl-prev,
.owl-style-12 .owl-next {
	top: 0;
	font-size: 31px;
	transform: none;
	color: #151515;
}

.owl-style-12 .owl-prev:hover,
.owl-style-12 .owl-next:hover {
	color: #0083ca;
}

.owl-style-12 .owl-next {
	right: 5%;
}

.owl-style-12 .owl-prev {
	left: 5%;
}

* + .owl-style-12 {
	margin-top: 26px;
}

@media (min-width: 992px) {
	.owl-style-12 .owl-stage-outer {
		padding-top: 50px;
	}
	.owl-style-12 .owl-prev,
	.owl-style-12 .owl-next {
		top: 0px;
	}
	.owl-style-12 .owl-next {
		right: 5%;
	}
	.owl-style-12 .owl-prev {
		left: 5%;
	}
}

.owl-style-13 .owl-prev,
.owl-style-13 .owl-next {
	display: none;
	font-size: 31px;
	color: #151515;
}

.owl-style-13 .owl-prev:hover,
.owl-style-13 .owl-next:hover {
	color: #0083ca;
}

.owl-style-13 .owl-dots {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.owl-style-13 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.owl-style-13 .owl-prev,
	.owl-style-13 .owl-next {
		display: inline-block;
	}
	.owl-style-13 .owl-next {
		right: -15px;
	}
	.owl-style-13 .owl-prev {
		left: -15px;
	}
	.owl-style-13 .owl-dots {
		display: none;
	}
}

@media (min-width: 1200px) {
	.owl-style-13 {
		padding-left: 100px;
		padding-right: 100px;
	}
	.owl-style-13 .owl-next {
		right: 20px;
	}
	.owl-style-13 .owl-prev {
		left: 20px;
	}
}

.owl-wrap-1 {
	margin-left: -15px;
	margin-right: -15px;
}

* + .owl-wrap-1 {
	margin-top: 50px;
}

.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot?n1z373);
	src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal;
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "\e095";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-moz-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-ms-keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@keyframes lg-right-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: -30px;
	}
}

@-webkit-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-moz-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@-ms-keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

@keyframes lg-left-end {
	0%, 100% {
		left: 0;
	}
	50% {
		left: 30px;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid rgba(255, 255, 255, 0);
	border-radius: 0;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item:hover {
	border-color: #ffffff;
}

.lg-outer .lg-thumb-item.active {
	border-color: #0083ca;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url(../images/loading.gif) center center no-repeat;
	display: none !important;
}

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.tablet #lg-zoom-in,
.tablet #lg-zoom-out,
.mobile #lg-zoom-in,
.mobile #lg-zoom-out {
	display: none;
}

.tablet .lg-icon,
.mobile .lg-icon {
	font-size: 22px;
	width: 45px;
}

@media (max-width: 767.98px) {
	.lg-fullscreen,
	#lg-zoom-in,
	#lg-zoom-out {
		display: none;
	}
	.lg-icon {
		font-size: 22px;
		width: 45px;
	}
}

/*
*
* Material Parallax
*/
/** @section Material Parallax */
.parallax-container {
	position: relative;
	overflow: hidden;
	background: #47505f;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0;
}

.parallax-content {
	position: relative;
	z-index: 1;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	max-width: none;
	transform: translate3d(-50%, 0, 0);
}

.parallax-disabled {
	background-size: cover;
	background-position: center;
}

html:not(.ie-11):not(.ios) .parallax-disabled {
	background-attachment: fixed;
}

.container + .parallax-container {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.container + .parallax-container {
		margin-top: 50px;
	}
}

.list-share a:hover {
	color: #ffffff;
}

.footer-social-list a:hover {
	color: #ffffff;
}

.thumbnail-classic-time {
	color: #a0a1a5;
}

.button-primary:hover, .button-primary:active {
	color: #ffffff;
}
.button-secondary, .button-secondary:focus {
	color: #ffffff;
}

.modal-body {
	padding: 5px 30px 20px;
}

@keyframes iconClassic {
	30% {
		color: #151515;
		background: #f3f3f3;
	}
	33% {
		color: #ffffff;
		background: #0083ca;
	}
	64% {
		color: #ffffff;
		background: #0083ca;
	}
	67% {
		color: #ffffff;
		background: #a0a1a5;
	}
	97% {
		color: #ffffff;
		background: #a0a1a5;
	}
}

@keyframes iconModern {
	30% {
		color: #151515;
		background: #ffffff;
	}
	33% {
		color: #ffffff;
		background: #0083ca;
	}
	64% {
		color: #ffffff;
		background: #0083ca;
	}
	67% {
		color: #ffffff;
		background: #a0a1a5;
	}
	97% {
		color: #ffffff;
		background: #a0a1a5;
	}
}