/*======================================================*/
/* FONTS */
/*======================================================*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono:400,700&subset=cyrillic");
@font-face {
	font-family: "iced-tea";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/iced-tea/iced_tea.eot?") format("eot"), url("../fonts/iced-tea/iced_tea.woff") format("woff"), url("../fonts/iced-tea/iced_tea.ttf") format("truetype"), url("../fonts/iced-tea/iced_tea.svg#iced-tea") format("svg");
}

@font-face {
	font-family: "oswald-regular";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/oswald/oswald-regular.eot?") format("eot"), url("../fonts/oswald/oswald-regular.woff") format("woff"), url("../fonts/oswald/oswald-regular.ttf") format("truetype"), url("../fonts/oswald/oswald-regular.svg#oswald-regular") format("svg");
}

@font-face {
	font-family: "oswald-light";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/oswald/oswald-light.eot?") format("eot"), url("../fonts/oswald/oswald-light.woff") format("woff"), url("../fonts/oswald/oswald-light.ttf") format("truetype"), url("../fonts/oswald/oswald-light.svg#oswald-light") format("svg");
}

/*======================================================*/
/* NORMALIZE AND RESET */
/*======================================================*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, footer, header, nav, section {
	display: block;
}

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

figcaption, figure, main {
	display: block;
}

figure {
	margin: 1em 40px;
}

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

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

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

b, strong {
	font-weight: inherit;
	font-weight: bolder;
}

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

dfn {
	font-style: italic;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio, video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

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

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

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

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

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

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

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

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

details, menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

[hidden], template {
	display: none;
}

/* reset */
a, input, button,
a:focus, input:focus, button:focus {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
}

*:focus {
	outline: none;
	-moz-outline: 3px solid white !important;
}

body {
	-webkit-font-smoothing: antialiased;
}

body, html {
	height: 100%;
	width: 100%;
}

select[disabled] {
	cursor: default;
}

form {
	margin: 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

textarea, .select select, input[type="text"], input[type="email"], input[type="search"], input[type="submit"], input[type="button"], input[type="reset"], button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
}

select::-ms-expand {
	display: none;
}

input[type=radio], input[type=checkbox], select {
	cursor: pointer;
}

textarea, input, button {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="radio"]:focus {
	-moz-outline-radius: 12px !important;
	-moz-outline-offset: 0 !important;
}

input[type="checkbox"]:focus {
	-moz-outline-offset: -1px !important;
	-moz-outline: 1px solid #000 !important;
}

input::-ms-clear {
	display: none;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
	content: none;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

table {
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}

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

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

/* reset end */
/* browserupgrade */
.old-ie {
	overflow: hidden;
}

.old-ie body {
	overflow: hidden;
}

.browserupgrade {
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 0.2em 0;
	margin: 0;
	font-size: 28px;
	line-height: 42px;
	color: #000;
	background: #ccc;
	z-index: 99999;
}

.browserupgrade p {
	position: absolute;
	width: 100%;
	top: 50%;
	margin: -22px 0 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

/* browserupgrade end */
/*======================================================*/
/* VENDORS */
/*======================================================*/
/* slick sliders */
.slick-arrow {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	border: none;
	border-radius: 0;
	background: none;
	outline: none;
	box-shadow: none;
	opacity: 1;
	z-index: 6;
	transition-property: background, opacity, visibility;
	transition-duration: 0.2s;
}

.no-touchevents .slick-arrow:hover {
	opacity: 1;
	background: #e6e6e6;
}

.slick-arrow.slick-disabled, .no-touchevents .slick-arrow.slick-disabled {
	opacity: 0.25;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	cursor: default;
}

.slick-arrow.slick-disabled::before, .no-touchevents .slick-arrow.slick-disabled::before {
	opacity: 1;
}

.slick-arrow::before {
	content: none;
}

.slick-arrow::after {
	top: 50%;
	content: "";
	position: absolute;
	opacity: 1;
	pointer-events: none;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border: 0 solid #000;
}

.slick-prev {
	left: 0;
}

.slick-prev::after {
	left: 50%;
	border-width: 0 0 2px 2px;
	margin: -6px 0 0 -4px;
}

.slick-next {
	right: 0;
}

.slick-next::after {
	right: 50%;
	border-width: 2px 2px 0 0;
	margin: -6px -4px 0 0;
}

.slick-dots {
	margin: 0;
	line-height: 0;
}

.user-content .slick-dots {
	margin: 0;
	max-width: none;
}

.slick-dots li {
	vertical-align: top;
	width: auto;
	height: auto;
	margin: 0;
}

.slick-dots li, .user-content .slick-dots li {
	padding: 4px 10px;
	margin: 0;
}

.slick-dots li::before, .user-content .slick-dots li::before {
	content: none;
}

.slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	background: #ec3b23;
	position: relative;
	transition-property: background, border, box-shadow, -webkit-transform;
	transition-property: background, border, box-shadow, transform;
	transition-property: background, border, box-shadow, transform, -webkit-transform;
	transition-duration: 0.6s;
}

.slick-dots li button::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	height: 8px;
	width: 8px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 0.2s;
}

.slick-dots li.slick-active button::before {
	opacity: 0;
}

/* slick sliders end */
/* swiper slider & default arrows */
.swiper-button-prev, .swiper-button-next {
	width: 41px;
	height: 72px;
	margin-top: -36px;
	will-change: transform;
	background: none;
	color: white;
	fill: white;
}

@media (max-width: 1199px) {
	.swiper-button-prev, .swiper-button-next {
		width: 24px;
		height: 47px;
		margin-top: -24px;
	}
}

.swiper-button-prev svg, .swiper-button-next svg {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 41px;
	height: 72px;
}

@media (max-width: 1199px) {
	.swiper-button-prev svg, .swiper-button-next svg {
		width: 24px;
		height: 47px;
	}
}

.swiper-button-prev path, .swiper-button-next path {
	fill: inherit;
	transition-property: fill;
	transition-duration: 0.2s;
}

.no-touchevents .swiper-button-prev:not(.swiper-button-disabled):hover, .no-touchevents .swiper-button-next:not(.swiper-button-disabled):hover {
	color: #ec3b23;
	fill: #ec3b23;
}

.swiper-button-prev:not(.swiper-button-disabled):active svg, .swiper-button-next:not(.swiper-button-disabled):active svg {
	top: 1px;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	pointer-events: auto;
}

/* swiper slider end */
/* magnific popup */
.mfp-bg {
	background-color: #212121;
}

.mfp-bg.mfp-bg.mfp-iframe-view {
	background-color: white;
}

/*
 *
 *====== Zoom effect ====== */
.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-content > div {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-iframe-view .mfp-close {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content > div {
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.75;
}

.mfp-zoom-in.mfp-ready.mfp-bg.mfp-iframe-view {
	opacity: 1;
}

.mfp-zoom-in.mfp-ready.mfp-iframe-view .mfp-close {
	opacity: 1;
}

.mfp-zoom-in.mfp-removing .mfp-content > div {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-iframe-view .mfp-close {
	opacity: 0;
}

/*
 *
 *====== Fade effect ====== */
.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
	opacity: 0;
	transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
}

/*
 *
 *====== Hinge effect ====== */
@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
		-webkit-transform-origin: top left;
		        transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		        transform: rotate(80deg);
		-webkit-transform-origin: top left;
		        transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		        transform: rotate(60deg);
		-webkit-transform-origin: top left;
		        transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		        transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		        transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		        transform: translateY(700px);
		opacity: 0;
	}
}
@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		        transform: rotate(0);
		-webkit-transform-origin: top left;
		        transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		        transform: rotate(80deg);
		-webkit-transform-origin: top left;
		        transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		        transform: rotate(60deg);
		-webkit-transform-origin: top left;
		        transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		        transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		        transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		        transform: translateY(700px);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-name: hinge;
	        animation-name: hinge;
}

@media (max-width: 991px) {
	.fp-enabled body, html.fp-enabled {
		overflow: visible;
	}
}

@media (max-width: 767px) {
	.mfp-container {
		padding-right: 0;
		padding-left: 0;
	}
}

.mfp-iframe-holder {
	padding: 0;
}

@media (max-width: 1599px) {
	.mfp-iframe-holder {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.mfp-iframe-holder .mfp-content {
	max-width: 1200px;
}

@media (max-width: 1599px) {
	.mfp-iframe-holder .mfp-content {
		max-width: 960px;
	}
}

@media (max-width: 1199px) {
	.mfp-iframe-holder .mfp-content {
		max-width: 800px;
	}
}

.mfp-iframe-scaler .mfp-close {
	display: none;
}

/* magnific popup end */
/*======================================================*/
/* TYPOGRAPHY */
/*======================================================*/
html {
	font-size: 62.5%;
}

html.css-scroll-fixed {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body {
	font-family: "oswald-light", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #212121;
	background: #4c4c49 url(../img/bg-main-01.jpg) no-repeat center fixed;
	background-size: cover;
}

body *::-moz-selection {
	background-color: #ec3b23;
	color: white;
}

body *::selection {
	background-color: #ec3b23;
	color: white;
}

body.home-page {
	height: 100%;
	overflow: hidden;
}

.no-js body.home-page {
	height: auto;
	overflow: visible;
}

@media (max-width: 991px) {
	body.home-page {
		overflow: visible;
		height: auto;
	}
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-style: normal;
	color: #212121;
	margin: 0 0 2.4rem;
}

@media (max-width: 639px) {
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 2rem;
	}
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
	margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: inherit;
}

.no-touchevents h1 a:hover, .no-touchevents h2 a:hover, .no-touchevents h3 a:hover, .no-touchevents h4 a:hover, .no-touchevents h5 a:hover, .no-touchevents h6 a:hover {
	color: #ec3b23;
	text-decoration: underline;
}

h1 {
	font-size: 4.8rem;
	line-height: 1.25;
}

@media (max-width: 639px) {
	h1 {
		font-size: 3rem;
		line-height: 1.4;
	}
}

h2 {
	font-size: 3.6rem;
	line-height: 1.33;
}

@media (max-width: 639px) {
	h2 {
		font-size: 2.6rem;
		line-height: 1.41;
	}
}

h3 {
	font-size: 2.4rem;
	line-height: 1.5;
}

h4 {
	font-size: 1.8rem;
	line-height: 1.67;
}

h5 {
	font-size: 1.6rem;
	line-height: 1.5;
}

h6 {
	font-size: 1.2rem;
	line-height: 1.88;
	text-transform: uppercase;
}

p {
	padding: 0;
	margin: 0 0 2.4rem;
}

hr {
	line-height: 1px;
	height: 0;
	border: none;
	background: none;
	border-bottom: 1px solid lightgray;
	margin-bottom: 2.4rem;
}

a {
	color: #ec3b23;
	text-decoration: underline;
	cursor: default;
	outline: none;
}

a:link {
	cursor: pointer;
}

.no-touchevents a:hover {
	text-decoration: none;
}

a[href^="tel"], .no-touchevents a[href^="tel"]:hover {
	text-decoration: none !important;
	color: inherit;
	cursor: default;
}

a[href^="javascript:"] {
	cursor: default;
}

img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}

table img {
	max-width: none;
}

b, strong, th {
	font-family: "oswald-regular", sans-serif;
	font-weight: normal;
	font-style: normal;
}

i, em {
	font-family: "oswald-regular", sans-serif;
	font-weight: normal;
	font-style: normal;
}

i b, i strong, em b, em strong, b i, b em, strong i, strong em {
	font-family: "oswald-regular", sans-serif;
	font-weight: normal;
	font-style: normal;
}

.mark {
	color: tomato;
	font-style: inherit;
	font-weight: inherit;
}

.text-color-alt {
	color: #ec3b23;
}

.align-center {
	text-align: center;
}

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

.align-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.nobr {
	white-space: nowrap;
}

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

.hide-text:active, .hide-text:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* BUTTON */
[class|="btn"], [class*=" btn-"], input[type="submit"], input[type="button"], input[type="reset"], button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

[class|="btn"] input[type="submit"], [class|="btn"] input[type="button"], [class|="btn"] input[type="reset"], [class*=" btn-"] input[type="submit"], [class*=" btn-"] input[type="button"], [class*=" btn-"] input[type="reset"] {
	background: url("../img/empty.png") repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	z-index: 99;
	opacity: 0;
}

/* btn-default */
[class*="btn-default"] {
	position: relative;
	padding: 17px 29px 18px 21px;
	margin: 0;
	font-family: "oswald-light", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: white;
	fill: white;
	text-transform: uppercase;
	border: none;
	background: none;
	box-shadow: none;
	line-height: 1;
	text-align: center;
}

[class*="btn-default"]::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 32px;
}

[class*="btn-default"], [class*="btn-default"] > span {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.1em;
}

[class*="btn-default"] > span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
}

[class*="btn-default"] > svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

[class*="btn-default"] > svg path {
	fill: #ec3b23;
	transition-property: fill;
	transition-duration: 0.2s;
}

[class*="btn-default"]:hover > svg path {
	fill: #ff4026;
}

[class*="btn-default"]:active {
	top: 1px;
}

[class*="btn-default"]:disabled, [class*="btn-default"].disabled, [class*="btn-default"][data-disabled] {
	cursor: default;
	background-color: #ccc !important;
	top: 0;
}

/* btn-default end */
/* btn-light */
[class*="btn-light"] {
	position: relative;
	padding: 5px 12px;
	margin: 0;
	font-family: "oswald-light", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: white;
	fill: white;
	text-transform: uppercase;
	border: none;
	background: none;
	box-shadow: none;
	transition-property: color;
	transition-duration: 0.2s;
}

[class*="btn-light"], [class*="btn-light"] > span {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
}

.no-touchevents [class*="btn-light"]:hover {
	color: #ec3b23;
	fill: #ec3b23;
}

[class*="btn-light"]:disabled, [class*="btn-light"].disabled, [class*="btn-light"][data-disabled] {
	cursor: default;
	background-color: #ccc !important;
}

[class*="btn-light"]:disabled::before, [class*="btn-light"]:disabled::after, [class*="btn-light"].disabled::before, [class*="btn-light"].disabled::after, [class*="btn-light"][data-disabled]::before, [class*="btn-light"][data-disabled]::after {
	display: none;
}

/* btn-light end */
/* btn-with-icon */
.btn-with-icon {
	text-align: center;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
}

.btn-with-icon svg, .btn-with-icon span {
	display: inline-block;
	vertical-align: middle;
}

.btn-with-icon path {
	fill: inherit;
	transition-property: fill;
	transition-duration: 0.2s;
}

.btn-with-icon span {
	text-align: left;
	white-space: normal;
	padding-right: 10px;
}

.btn-with-icon svg + span {
	padding-right: 0;
	padding-left: 10px;
}

/* btn-with-icon end */
/* btn-with-arrow */
.btn-with-arrow > i, .btn-with-arrow > span {
	display: inline-block;
	vertical-align: middle;
}

.btn-with-arrow > i {
	position: relative;
	margin-right: 10px;
	font-size: 0;
	line-height: 0;
	width: 26px;
	height: 18px;
}

.btn-with-arrow > i::before, .btn-with-arrow > i::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0 solid white;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

.btn-with-arrow > i::before {
	width: 26px;
	height: 2px;
	border-top-width: 2px;
	margin: -1px 0 0 -13px;
}

.btn-with-arrow > i::after {
	top: 0;
	width: 12px;
	height: 12px;
	border-width: 2px 0 0 2px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	margin: 3px 0 0 -13px;
}

.btn-with-arrow > span {
	text-align: left;
	white-space: normal;
	max-width: calc(100% - 26px - 10px);
}

.btn-with-arrow > span ~ i {
	margin-right: 0;
	margin-left: 10px;
}

.btn-with-arrow > span ~ i::after {
	border-width: 0 2px 2px 0;
	margin: 3px 0 0 1px;
}

.btn-with-arrow.btn-default-alt > i::before, .btn-with-arrow.btn-default-alt > i::after {
	border-color: #ec3b23;
}

.no-touchevents .btn-with-arrow.btn-default-alt:hover > i::before, .no-touchevents .btn-with-arrow.btn-default-alt:hover > i::after, .no-touchevents .btn-with-arrow.btn-default-alt:focus > i::before, .no-touchevents .btn-with-arrow.btn-default-alt:focus > i::after {
	border-color: white;
}

/* btn-with-arrow end */
/* button popup close */
.btn-popup-close {
	display: block;
	width: 60px;
	height: 60px;
	background: #f3f3f3;
	color: white;
	text-decoration: none;
	font-size: 0;
	letter-spacing: -4px;
	white-space: nowrap;
	transition-property: background-color, opacity, visibility;
	transition-duration: 0.2s;
}

@media (max-width: 639px) {
	.btn-popup-close {
		width: 45px;
		height: 45px;
	}
}

.btn-popup-close::before {
	content: '';
	display: inline-block;
	height: 60px;
	min-height: 100%;
	vertical-align: middle;
}

.btn-popup-close > span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.btn-popup-close > span:active, .btn-popup-close > span:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.btn-popup-close > i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	background-color: transparent;
	width: 20px;
	height: 3px;
	border-radius: 2px;
}

.btn-popup-close > i::before, .btn-popup-close > i::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	width: 20px;
	height: 3px;
	border-radius: 2px;
	background: #212121;
	transition-property: background-color;
	transition-duration: 0.2s;
}

.btn-popup-close > i::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.btn-popup-close > i::after {
	top: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.no-touchevents .btn-popup-close:hover {
	background-color: tomato;
}

/* button popup close end */
/* BUTTON end */
/* FORM STYLES DEFAULT */
/* form layout */
.form-row, .input-wrap, .captcha-wrap {
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}

.form-row:last-child {
	margin-bottom: 0;
}

.input-holder {
	position: relative;
	z-index: 1;
}

.label-holder, label, .label {
	font-family: "oswald-regular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #b0b0b0;
	margin-bottom: 7px;
}

label, .label {
	display: inline-block;
	vertical-align: top;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.label-holder label, .label-holder .label {
	margin-bottom: 0;
}

.form-mark {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: -15px;
	left: 15px;
	color: tomato;
}

.form-row {
	margin-right: -50px;
	margin-left: -50px;
	font-size: 0;
	letter-spacing: -4px;
}

@media (max-width: 1599px) {
	.form-row {
		margin-right: -20px;
		margin-left: -20px;
	}
}

.form-row .input-wrap {
	display: inline-block;
	vertical-align: top;
	width: calc(100% * 0.5 - 100px);
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 0;
	font-size: 1.6rem;
	letter-spacing: normal;
}

@media (max-width: 1599px) {
	.form-row .input-wrap {
		width: calc(100% * 0.5 - 40px);
		margin-right: 20px;
		margin-left: 20px;
	}
}

@media (max-width: 639px) {
	.form-row .input-wrap {
		display: block;
		width: auto;
		margin-bottom: 30em;
	}
}

.form-row label {
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.form-columnize {
	-webkit-column-count: 2;
	        column-count: 2;
}

.form-columnize--3 {
	-webkit-column-count: 3;
	        column-count: 3;
}

.form-columnize, .form-columnize--3 {
	-webkit-column-gap: 100px;
	        column-gap: 100px;
}

.form-columnize label, .form-columnize--3 label {
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 639px) {
	.form-columnize, .form-columnize--3 {
		-webkit-column-count: 1;
		        column-count: 1;
		-webkit-column-gap: 0;
		        column-gap: 0;
	}
}

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

.form-group:last-child {
	margin-bottom: 0;
}

.form-group-title {
	font-family: "oswald-regular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 1.78;
	margin-bottom: 2.4rem;
}

/* form layout end */
/* form footer */
.form-footer::after {
	content: '';
	display: table;
	clear: both;
}

.form-footer .form-buttons {
	float: left;
}

.form-footer .form-note {
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	min-height: 50px;
}

/* form footer end */
/* form common */
input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea {
	display: block;
	padding: 10px 18px 10px;
	width: 100%;
	height: 50px;
	background: white;
	box-shadow: none;
	border: 1px solid #303030;
	cursor: pointer;
}

.select2, .user-content select, .select, input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea {
	margin: 0 0 40px;
}

.select2-container--default .select2-selection .select2-selection__rendered, .user-content select, .select, input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea {
	font-family: "Roboto Mono", monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 28px;
	color: #212121;
}

textarea {
	padding: 10px 18px 10px;
	min-height: 114px;
	height: 114px;
	resize: vertical;
}

.input-wrap input[type="text"], input[type="text"]:last-child, .captcha-wrap input[type="text"], .input-wrap input[type="password"], input[type="password"]:last-child, .captcha-wrap input[type="password"], .input-wrap input[type="email"], input[type="email"]:last-child, .captcha-wrap input[type="email"], .input-wrap input[type="search"], input[type="search"]:last-child, .captcha-wrap input[type="search"], .input-wrap textarea, textarea:last-child, .captcha-wrap textarea, .input-wrap select, select:last-child, .captcha-wrap select, .input-wrap .select, .select:last-child, .captcha-wrap .select, .input-wrap .select2, .select2:last-child, .captcha-wrap .select2 {
	margin-bottom: 0;
}

.error-note {
	float: left;
	position: relative;
	width: 100%;
	height: 22px;
	font-family: "oswald-regular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: normal;
	max-width: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: red;
	display: none;
	margin-top: -40px;
}

.input-wrap .error-note, .select .error-note, .captcha-wrap .error-note {
	float: none;
	position: absolute;
	margin-top: 0;
}

form .error + .error-note,
form .error + .select2 + .error-note {
	display: block;
}

.success-note {
	float: left;
	position: relative;
	left: 100%;
	top: -33px;
	margin-top: -40px;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	pointer-events: none;
	display: none;
}

.input-wrap .success-note, .select .success-note, .captcha-wrap .success-note {
	float: none;
	position: absolute;
	top: 25px;
	margin: -8px 0 0 4px;
}

@media (max-width: 991px) {
	.success-note {
		margin-left: 1px;
	}
}

@media (max-width: 767px) {
	.success-note {
		margin-left: 0px;
	}
}

form .success + .error-note + .success-note,
form .success + .select2 + .error-note + .success-note {
	display: block;
}

.success-note::before, .success-note::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	background-color: #00a129;
}

.success-note::before {
	width: 8px;
	height: 3px;
	right: 50%;
	-webkit-transform-origin: bottom right;
	    -ms-transform-origin: bottom right;
	        transform-origin: bottom right;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.success-note::after {
	width: 14px;
	height: 3px;
	left: 50%;
	-webkit-transform-origin: bottom left;
	    -ms-transform-origin: bottom left;
	        transform-origin: bottom left;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/* form common end */
/* form placeholder */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #b0b0b0;
	transition: 0.2s opacity;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #b0b0b0;
	transition: 0.2s opacity;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1;
	color: #b0b0b0;
	transition: 0.2s opacity;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	opacity: 1;
	color: #b0b0b0;
	transition: 0.2s opacity;
}

input.placeholder, textarea.placeholder {
	color: #b0b0b0;
	transition: 0.2s opacity;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	opacity: 0;
}

input.placeholder:focus, textarea.placeholder:focus {
	opacity: 0;
}

/* form placeholder end */
/* form checkbox and radiobutton */
input[type="checkbox"] ~ label, input[type="radio"] ~ label, .check-label, .radio-label {
	display: inline-block;
	vertical-align: top;
	font-family: "oswald-regular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.025em;
	color: #212121;
	text-transform: none;
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: normal !important;
	text-overflow: clip !important;
}

.no-touchevents input[type="checkbox"] ~ label:hover, .no-touchevents input[type="radio"] ~ label:hover, .no-touchevents .check-label:hover, .no-touchevents .radio-label:hover {
	color: #ec3b23;
}

.no-touchevents input[type="checkbox"] ~ label:hover input[type="checkbox"]:not(:disabled) ~ i::before, .no-touchevents input[type="radio"] ~ label:hover input[type="checkbox"]:not(:disabled) ~ i::before, .no-touchevents .check-label:hover input[type="checkbox"]:not(:disabled) ~ i::before, .no-touchevents .radio-label:hover input[type="checkbox"]:not(:disabled) ~ i::before {
	border-color: #ec3b23;
}

input[type="checkbox"],
input[type="radio"] {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	display: none;
}

input[type="checkbox"] ~ label > span,
input[type="checkbox"] ~ span,
input[type="radio"] ~ label > span,
input[type="radio"] ~ span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 34px;
	z-index: 2;
}

input[type="checkbox"] ~ i,
input[type="radio"] ~ i {
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 50%;
}

.no-touchevents .check-label:hover input[type="checkbox"]:not(:disabled) ~ i::before {
	border-color: #ec3b23;
}

.no-touchevents .radio-label:hover input[type="radio"]:not(:disabled) ~ span::before {
	border-color: #ec3b23;
}

input[type="checkbox"] ~ label::before, input[type="checkbox"] ~ label::after,
input[type="checkbox"] ~ i::before,
input[type="checkbox"] ~ i::after {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	border-radius: 0;
}

input[type="checkbox"] ~ label::before,
input[type="checkbox"] ~ i::before {
	border: 2px solid #ec3b23;
	background-color: transparent;
}

input[type="checkbox"] ~ label::after,
input[type="checkbox"] ~ i::after {
	content: none;
}

input[type="checkbox"] ~ label > span::before, input[type="checkbox"] ~ label > span::after,
input[type="checkbox"] ~ span::before,
input[type="checkbox"] ~ span::after {
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	left: 0;
	top: 50%;
	border-radius: 0;
	background: white;
}

input[type="checkbox"] ~ label > span::before,
input[type="checkbox"] ~ span::before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: 0 10px;
	    -ms-transform-origin: 0 10px;
	        transform-origin: 0 10px;
	z-index: 1;
}

input[type="checkbox"] ~ label > span::after,
input[type="checkbox"] ~ span::after {
	-webkit-transform: rotate(-50deg);
	    -ms-transform: rotate(-50deg);
	        transform: rotate(-50deg);
	-webkit-transform-origin: 0 10px;
	    -ms-transform-origin: 0 10px;
	        transform-origin: 0 10px;
	left: 22px;
}

input[type="checkbox"]:checked ~ label::before,
input[type="checkbox"]:checked ~ i::before {
	border-color: #ec3b23;
	background-color: #ec3b23;
}

input[type="checkbox"]:checked ~ label > span::before,
input[type="checkbox"]:checked ~ span::before {
	width: 7px;
	margin: -5px 0 0 0;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

input[type="checkbox"]:checked ~ label > span::after,
input[type="checkbox"]:checked ~ span::after {
	width: 11px;
	margin: 0 0 0 -7px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

input[type="checkbox"]:disabled ~ label,
input[type="checkbox"]:disabled ~ span {
	color: #bdbdbd !important;
	cursor: default;
}

input[type="checkbox"]:disabled ~ label::before,
input[type="checkbox"]:disabled ~ i::before {
	border-color: #d6d6d6;
	background-color: #f3f3f3;
}

input[type="checkbox"]:disabled ~ label > span:before, input[type="checkbox"]:disabled ~ label > span:after,
input[type="checkbox"]:disabled ~ span:before,
input[type="checkbox"]:disabled ~ span:after {
	background: #d6d6d6;
}

input[type="radio"] ~ label::before, input[type="radio"] ~ label::after,
input[type="radio"] ~ span::before,
input[type="radio"] ~ span::after {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	border-radius: 50px;
}

input[type="radio"] ~ label::before,
input[type="radio"] ~ span::before {
	border: 2px solid #ec3b23;
}

input[type="radio"] ~ label::after,
input[type="radio"] ~ span::after {
	background: none;
}

input[type="radio"] ~ label > span::after,
input[type="radio"] ~ i::after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -6px;
	border-radius: 50%;
	overflow: hidden;
	background: #ec3b23;
	-webkit-animation: bounceout 0s;
	        animation: bounceout 0s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	opacity: 0;
}

input[type="radio"] ~ i {
	z-index: 3;
}

input[type="radio"]:checked ~ label::before,
input[type="radio"]:checked ~ span::before {
	border-color: #ec3b23;
}

input[type="radio"]:checked ~ label > span::after,
input[type="radio"]:checked ~ i::after {
	-webkit-animation: bounce 0.3s;
	        animation: bounce 0.3s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	opacity: 1;
	background-color: #ec3b23;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
		opacity: 0.4;
	}
	50% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
		opacity: 0.4;
	}
	50% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes bounceout {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0.4;
	}
}

@keyframes bounceout {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0.4;
	}
}

input[type="radio"]:disabled ~ label,
input[type="radio"]:disabled ~ label > span,
input[type="radio"]:disabled ~ span {
	color: #bdbdbd;
	cursor: default;
}

input[type="radio"]:disabled ~ label::before,
input[type="radio"]:disabled ~ label > span::before,
input[type="radio"]:disabled ~ span::before {
	border-color: #d6d6d6;
	background-color: #f3f3f3;
}

input[type="radio"]:disabled ~ label > span::after,
input[type="radio"]:disabled ~ i::after {
	background: #b9b9b9;
}

.check-list {
	font-size: 16px;
	line-height: 20px;
}

.check-list, .user-content .check-list {
	margin: 0;
	padding: 0;
}

.check-list li, .user-content .check-list li {
	margin: 0 0 20px;
	padding-left: 0;
}

.check-list li::before, .user-content .check-list li::before {
	content: none;
}

/* form checkbox and radiobutton end */
/* select */
.user-content select {
	display: block;
	width: 100%;
}

.select {
	position: relative;
	width: 100%;
}

.input-wrap .select {
	margin-bottom: 0;
}

.select .cselect {
	width: 100%;
}

.user-content select,
.select select,
.select2-container--default .select2-selection {
	display: block;
	position: relative;
	overflow: hidden;
	height: 50px;
	width: 100%;
	cursor: pointer;
	padding: 10px 40px 10px 18px;
	white-space: nowrap;
	text-indent: 0;
	text-overflow: '';
	border: 1px solid #303030;
	border-radius: 0;
	background: white;
	box-shadow: none;
	outline: none;
}

.select select, .select .select2 {
	margin-bottom: 0;
}

.select select {
	padding-right: 40px;
}

.select::before,
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	position: absolute;
	right: 22px;
	top: 50%;
	content: '';
	background: url(../img/select-arrow.svg) no-repeat;
	width: 8px;
	height: 8px;
	margin: -4px 0 0;
	-webkit-transform: rotate(0.25turn);
	    -ms-transform: rotate(0.25turn);
	        transform: rotate(0.25turn);
	background-size: contain;
	z-index: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background-color: white;
	z-index: 2;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
	height: auto;
	margin: 0;
}

.select2-container--default .select2-selection--multiple {
	height: auto;
	padding: 7px 18px 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	vertical-align: top;
	max-width: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	padding: 0 4px;
	margin: 3px 8px 3px 0;
	border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li::before {
	content: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	border-radius: 0;
	color: #212121;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #212121;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #ec3b23;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #b0b0b0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single {
	border: 1px solid black;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	margin: 0;
	height: 34px;
	padding: 4px;
	border-color: #303030;
	border-width: 1px;
	line-height: 24px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: black;
	box-shadow: none;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #f3f3f3;
	color: #212121;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #ec3b23;
	color: white;
}

.select2-dropdown {
	border: 1px solid black;
	border-radius: 0;
	z-index: 9999;
}

.select2-results__options {
	font-family: "oswald-regular", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 28px;
}

.select2-results__option {
	padding: 8px 18px 8px 18px;
}

/* select end */
/* inputs states */
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="search"]:hover, textarea:hover, .user-content select:hover, .select:hover {
	border-color: black;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus, .user-content select:focus, .select:focus {
	border-color: black;
	cursor: text;
}

label.input--has-value, input[type="text"].input--has-value, input[type="password"].input--has-value, input[type="email"].input--has-value, input[type="search"].input--has-value, textarea.input--has-value, .user-content select.input--has-value, .select.input--has-value {
	color: blueviolet;
	border-color: blueviolet;
}

label.success, input[type="text"].success, input[type="password"].success, input[type="email"].success, input[type="search"].success, textarea.success, .user-content select.success, .select.success {
	color: #00a129;
	border-color: #00a129;
}

input[type="text"].success::-webkit-input-placeholder, input[type="password"].success::-webkit-input-placeholder, input[type="email"].success::-webkit-input-placeholder, input[type="search"].success::-webkit-input-placeholder, textarea.success::-webkit-input-placeholder, .user-content select.success::-webkit-input-placeholder, .select.success::-webkit-input-placeholder {
	color: #00a129;
}

input[type="text"].success:-moz-placeholder, input[type="password"].success:-moz-placeholder, input[type="email"].success:-moz-placeholder, input[type="search"].success:-moz-placeholder, textarea.success:-moz-placeholder, .user-content select.success:-moz-placeholder, .select.success:-moz-placeholder {
	color: #00a129;
}

input[type="text"].success::-moz-placeholder, input[type="password"].success::-moz-placeholder, input[type="email"].success::-moz-placeholder, input[type="search"].success::-moz-placeholder, textarea.success::-moz-placeholder, .user-content select.success::-moz-placeholder, .select.success::-moz-placeholder {
	opacity: 1;
	color: #00a129;
}

input[type="text"].success:-ms-input-placeholder, input[type="password"].success:-ms-input-placeholder, input[type="email"].success:-ms-input-placeholder, input[type="search"].success:-ms-input-placeholder, textarea.success:-ms-input-placeholder, .user-content select.success:-ms-input-placeholder, .select.success:-ms-input-placeholder {
	opacity: 1;
	color: #00a129;
}

input[type="text"].success.placeholder, input[type="password"].success.placeholder, input[type="email"].success.placeholder, input[type="search"].success.placeholder, textarea.success.placeholder, .user-content select.success.placeholder, .select.success.placeholder {
	color: #00a129;
}

label.error, input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="search"].error, textarea.error, .user-content select.error, .select.error {
	color: red;
	border-color: red;
}

input[type="text"].error::-webkit-input-placeholder, input[type="password"].error::-webkit-input-placeholder, input[type="email"].error::-webkit-input-placeholder, input[type="search"].error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder, .user-content select.error::-webkit-input-placeholder, .select.error::-webkit-input-placeholder {
	color: red;
}

input[type="text"].error:-moz-placeholder, input[type="password"].error:-moz-placeholder, input[type="email"].error:-moz-placeholder, input[type="search"].error:-moz-placeholder, textarea.error:-moz-placeholder, .user-content select.error:-moz-placeholder, .select.error:-moz-placeholder {
	color: red;
}

input[type="text"].error::-moz-placeholder, input[type="password"].error::-moz-placeholder, input[type="email"].error::-moz-placeholder, input[type="search"].error::-moz-placeholder, textarea.error::-moz-placeholder, .user-content select.error::-moz-placeholder, .select.error::-moz-placeholder {
	opacity: 1;
	color: red;
}

input[type="text"].error:-ms-input-placeholder, input[type="password"].error:-ms-input-placeholder, input[type="email"].error:-ms-input-placeholder, input[type="search"].error:-ms-input-placeholder, textarea.error:-ms-input-placeholder, .user-content select.error:-ms-input-placeholder, .select.error:-ms-input-placeholder {
	opacity: 1;
	color: red;
}

input[type="text"].error.placeholder, input[type="password"].error.placeholder, input[type="email"].error.placeholder, input[type="search"].error.placeholder, textarea.error.placeholder, .user-content select.error.placeholder, .select.error.placeholder {
	color: red;
}

label.input--focus, input[type="text"].input--focus, input[type="password"].input--focus, input[type="email"].input--focus, input[type="search"].input--focus, textarea.input--focus, .user-content select.input--focus, .select.input--focus {
	color: blue;
	border-color: blue;
}

.input--has-value + .select2 .select2-selection, .input--has-value + .select2 .select2-selection__rendered, .input--has-value + .select2 .select2-selection__placeholder {
	color: blueviolet;
	border-color: blueviolet;
}

.success + .select2 .select2-selection, .success + .select2 .select2-selection__rendered, .success + .select2 .select2-selection__placeholder {
	color: #00a129;
	border-color: #00a129;
}

.error + .select2 .select2-selection, .error + .select2 .select2-selection__rendered, .error + .select2 .select2-selection__placeholder {
	color: red;
	border-color: red;
}

.input--focus + .select2 .select2-selection, .input--focus + .select2 .select2-selection__rendered, .input--focus + .select2 .select2-selection__placeholder {
	color: blue;
	border-color: blue;
}

.success + .select2 .select2-search__field::-webkit-input-placeholder {
	color: #00a129;
}

.success + .select2 .select2-search__field:-moz-placeholder {
	color: #00a129;
}

.success + .select2 .select2-search__field::-moz-placeholder {
	opacity: 1;
	color: #00a129;
}

.success + .select2 .select2-search__field:-ms-input-placeholder {
	opacity: 1;
	color: #00a129;
}

.success + .select2 .select2-search__field.placeholder {
	color: #00a129;
}

.error + .select2 .select2-search__field::-webkit-input-placeholder {
	color: red;
}

.error + .select2 .select2-search__field:-moz-placeholder {
	color: red;
}

.error + .select2 .select2-search__field::-moz-placeholder {
	opacity: 1;
	color: red;
}

.error + .select2 .select2-search__field:-ms-input-placeholder {
	opacity: 1;
	color: red;
}

.error + .select2 .select2-search__field.placeholder {
	color: red;
}

/* inputs states end */
/* FORM STYLE DEFAULT end */
/*LIGHT FORM */
.light-form input[type="text"], .light-form input[type="password"], .light-form input[type="email"], .light-form input[type="search"], .light-form textarea {
	box-shadow: none;
	border: 0 solid #303030;
	transition: none;
	cursor: pointer;
	background-color: transparent;
}

.light-form input[type="text"], .light-form input[type="password"], .light-form input[type="email"], .light-form input[type="search"], .light-form label {
	width: 100%;
	height: 42px;
	padding: 7px 0 7px;
	cursor: pointer;
}

.light-form textarea {
	padding: 7px 0 7px;
	min-height: 130px;
	height: 130px;
	resize: none;
}

.light-form input[type="text"].error, .no-touchevents .light-form input[type="text"].error, .light-form input[type="password"].error, .no-touchevents .light-form input[type="password"].error, .light-form input[type="email"].error, .no-touchevents .light-form input[type="email"].error, .light-form input[type="search"].error, .no-touchevents .light-form input[type="search"].error, .light-form textarea.error, .no-touchevents .light-form textarea.error {
	color: red;
	box-shadow: none;
}

.light-form .label-holder {
	width: 100%;
	height: 100%;
	font-family: "oswald-regular", sans-serif;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	margin-bottom: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 5;
}

.light-form .label-holder:before, .light-form .label-holder:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 0;
	border-top: 1px solid;
}

.light-form .label-holder:before {
	border-top-color: #303030;
	left: 0;
	width: 100%;
}

.light-form .label-holder label {
	display: block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.light-form .label-holder:before, .light-form .label-holder:after, .light-form .label-holder label {
	will-change: opacity, transform;
	transition-property: color, width, font, -webkit-transform;
	transition-property: color, transform, width, font;
	transition-property: color, transform, width, font, -webkit-transform;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.light-form.input--focus input[type="text"], .light-form.input--focus input[type="password"], .light-form.input--focus input[type="email"], .light-form.input--focus input[type="search"], .light-form.input--focus textarea, .light-form.input--has-value input[type="text"], .light-form.input--has-value input[type="password"], .light-form.input--has-value input[type="email"], .light-form.input--has-value input[type="search"], .light-form.input--has-value textarea {
	cursor: text;
	box-shadow: none;
}

.light-form.input--focus .label-holder, .light-form.input--has-value .label-holder {
	color: #b0b0b0;
}

.light-form.input--focus .label-holder label, .light-form.input--has-value .label-holder label {
	font-family: "oswald-regular", sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-transform: translate(0, -1.2em) scale(0.78);
	    -ms-transform: translate(0, -1.2em) scale(0.78);
	        transform: translate(0, -1.2em) scale(0.78);
	-webkit-transform: translateZ(0) translate(0, -1.2em) scale(0.78);
	        transform: translateZ(0) translate(0, -1.2em) scale(0.78);
	cursor: default;
}

.light-form.error .label-holder:before, .light-form.error .label-holder:after {
	border-color: red;
}

.light-form .select select,
.light-form .select .select2-container--default .select2-selection {
	height: 42px;
	padding: 7px 40px 7px 0;
	border: 0 solid #303030;
	background-color: transparent;
}

.light-form .select select,
.light-form .select select ~ .select2-container--default .select2-selection, .light-form .select select.error,
.light-form .select select.error ~ .select2-container--default .select2-selection {
	border-color: transparent;
	padding-left: 0;
}

.light-form .select::before, .light-form .select::after,
.light-form .select .select2-container--default .select2-selection--single .select2-selection__arrow b::before,
.light-form .select .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	right: 0;
}

.light-form .select::after,
.light-form .select .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	right: 0;
}

.light-form .select .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: transparent;
}

.light-form .select .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-color: transparent;
	z-index: 2;
}

.light-form .select .select2-container--default .select2-selection--multiple {
	padding: 4px 40px 4px 18px;
}

/*LIGHT FORM end */
/*======================================================*/
/* COMMON */
/*======================================================*/
/* SLIDERS */
/* images slider */
.images-slider {
	position: relative;
	margin-bottom: 2.4rem;
}

@media (max-width: 991px) {
	.images-slider {
		margin-bottom: 7.2rem;
	}
}

.images-slider__list, .slick-dotted.images-slider__list {
	padding-bottom: 2.4rem;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.images-slider__item {
	float: none;
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	white-space: normal;
	overflow: hidden;
	position: relative;
	background: #494949;
}

.slick-initialized .images-slider__item {
	display: block;
	float: left;
	opacity: 1;
}

.no-js .images-slider__item {
	display: block;
	width: 100%;
	opacity: 1;
}

.images-slider__item::before {
	content: '';
	display: block;
	height: 0;
	padding-top: 62.5%;
}

.images-slider__item img {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	font-family: "object-fit: contain";
}

.images-slider .slick-arrow {
	right: 0;
	left: auto;
	top: 100%;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.images-slider .slick-prev {
	right: 40px;
}

.images-slider .slider-counter {
	position: absolute;
	left: 0;
	top: 100%;
	color: #b0b0b0;
}

.images-slider .slider-counter .slide-curr {
	color: #212121;
}

.images-slider .slick-dots, .user-content .images-slider .slick-dots {
	position: absolute;
	bottom: 3.4rem;
}

.images-slider .slick-dots li, .user-content .images-slider .slick-dots li {
	padding-right: 7px;
	padding-left: 7px;
}

.images-slider .slick-dots li button, .user-content .images-slider .slick-dots li button {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: white;
	opacity: 0.5;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	transition-duration: 0.2s;
}

.images-slider .slick-dots li button::before, .user-content .images-slider .slick-dots li button::before {
	content: none;
}

.images-slider .slick-dots li.slick-active button, .user-content .images-slider .slick-dots li.slick-active button {
	opacity: 1;
}

.no-touchevents .images-slider .slick-dots li:hover button, .no-touchevents .user-content .images-slider .slick-dots li:hover button {
	opacity: 1;
	-webkit-transform: scale(2);
	    -ms-transform: scale(2);
	        transform: scale(2);
}

/* images slider end */
/* flashes */
.flashes {
	padding: 0 90px;
}

.flashes__item {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #b0b0b0;
}

.flashes__item > *:last-child {
	margin-bottom: 0;
}

/* flashes end */
/* SLIDERS end */
/* FORMS */
/* user form */
.form-title {
	display: block;
	font-family: "iced-tea", serif;
	font-weight: normal;
	font-style: normal;
	font-size: 48px;
	line-height: 1;
	color: #ec3b23;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 4.8rem;
}

@media (max-width: 767px) {
	.form-title {
		font-size: 2.2rem;
		line-height: 1.47;
		margin-bottom: 2.4rem;
	}
}

.user-form {
	padding: 70px 40px;
	margin-bottom: 7.2rem;
	background-color: white;
}

@media (max-width: 1599px) {
	.user-form {
		margin-bottom: 3.6rem;
	}
}

@media (max-width: 991px) {
	.user-form {
		padding: 40px;
	}
}

@media (max-width: 639px) {
	.user-form {
		padding: 20px;
	}
}

.user-form:last-child {
	margin-bottom: 0;
}

.user-form .layout-text {
	max-width: 700px;
}

.user-form form {
	display: block;
}

.user-form .form-row, .user-form .input-wrap, .user-form .captcha-wrap {
	margin-bottom: 40px;
}

.user-form .form-row .input-wrap, .user-form .form-row .captcha-wrap, .user-form .input-wrap .input-wrap, .user-form .input-wrap .captcha-wrap, .user-form .captcha-wrap .input-wrap, .user-form .captcha-wrap .captcha-wrap {
	margin-bottom: 0;
}

@media (max-width: 639px) {
	.user-form .input-wrap, .user-form .form-row .input-wrap, .user-form .captcha-wrap, .user-form .form-row .captcha-wrap {
		margin-bottom: 40px;
	}
}

.user-form textarea {
	height: 102px;
	max-height: 102px;
	resize: none;
}

.user-form .captcha-wrap {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (max-width: 639px) {
	.user-form .captcha-wrap {
		display: block;
	}
}

.user-form .captcha-wrap .label-holder {
	width: 100%;
}

.user-form .captcha-wrap .input-wrap {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1;
	        flex: 1 1;
}

@media (max-width: 639px) {
	.user-form .captcha-wrap .input-wrap {
		width: 100%;
	}
}

.user-form .captcha-wrap .input-wrap input {
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.user-form .captcha-code {
	margin-right: 20px;
}

@media (max-width: 639px) {
	.user-form .captcha-code {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.user-form .captcha-refresh {
	font-size: 14px;
	line-height: 1.29;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}

.user-form .captcha-refresh a {
	color: #212121;
	text-decoration: none;
}

.user-form .captcha-refresh a span {
	border-bottom: 1px dotted #212121;
}

.user-form .captcha-refresh a:hover {
	color: #ec3b23;
}

.user-form .captcha-refresh a:hover span {
	border-color: #ec3b23;
}

.user-form .form-footer {
	text-align: center;
}

.user-form .form-buttons {
	float: none;
	display: block;
	margin-bottom: 10px;
}

.user-form .form-buttons:last-child {
	margin-bottom: 0;
}

.user-form .form-note .form-mark {
	left: auto;
	margin-left: 0;
}

/* user form end */
/* FORMS end */
/* COMPONENTS */
/* popups */
.default-popup {
	position: relative;
	max-width: 976px;
	padding: 100px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1599px) {
	.default-popup {
		max-width: 768px;
		padding: 50px;
	}
}

@media (max-width: 991px) {
	.default-popup {
		padding: 30px;
	}
}

.default-popup__title {
	display: block;
	font-family: "iced-tea", serif;
	font-weight: normal;
	font-style: normal;
	font-size: 48px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
	color: #ec3b23;
}

@media (max-width: 991px) {
	.default-popup__title {
		font-size: 36px;
	}
}

@media (max-width: 639px) {
	.default-popup__title {
		font-size: 28px;
	}
}

.default-popup__title:last-child {
	margin-bottom: 0;
}

button.mfp-close {
	width: 26px;
	height: 29px;
	top: 30px;
	right: 30px;
	opacity: 1;
	text-indent: -9999px;
	overflow: hidden;
	color: #212121;
	fill: #212121;
	transition-property: color;
	transition-duration: 0.2s;
}

@media (max-width: 991px) {
	button.mfp-close {
		right: 15px;
		top: 15px;
	}
}

button.mfp-close svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 26px;
	height: 29px;
	margin: -15px 0 0 -13px;
	z-index: -1;
	pointer-events: none;
}

button.mfp-close path {
	fill: inherit;
	transition-property: fill;
	transition-duration: 0.2s;
}

button.mfp-close:active {
	top: 31px;
}

@media (max-width: 991px) {
	button.mfp-close:active {
		top: 16px;
	}
}

button.mfp-close:hover {
	color: #ec3b23;
	fill: #ec3b23;
}

.default-popup .user-form {
	padding: 0;
}

/* popups end */
/*scroll sections */
.fp-section {
	width: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
}

@media (max-width: 991px) {
	.fp-section {
		position: relative;
		left: auto;
		top: auto;
		visibility: visible;
		opacity: 1;
	}
}

.fp-section.active, .no-js .fp-section {
	visibility: visible;
	opacity: 1;
}

.fp-slidesContainer {
	width: 100% !important;
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important;
}

.fp-slide {
	width: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
}

@media (max-width: 991px) {
	.fp-slide {
		visibility: visible;
		opacity: 1;
	}
}

.fp-slide.active {
	visibility: visible;
	opacity: 1;
}

.fp-slide, .fp-section {
	transition: all 0.7s ease;
}

@media (max-width: 991px) {
	.main-section {
		height: auto !important;
	}
	.main-section .swiper-container {
		overflow: visible;
	}
}

.main-section__container {
	height: 100%;
}

.main-section__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

@media (max-width: 991px) {
	.main-section__bg {
		display: none;
	}
}

.main-section__bg .scene__layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-section__bg .scene__layer > div {
	position: absolute;
	left: -6%;
	top: -6%;
	width: 112%;
	height: 112%;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-section__align {
	height: 100%;
	margin: 0 auto;
}

.main-section--main {
	transition: none;
}

.main-section--main .main-section__holder {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	transition-property: opacity, visibility;
	transition-duration: 0.2s;
}

@media (max-width: 991px) {
	.main-section--main .main-section__holder {
		height: 100vh !important;
		min-height: 480px;
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 639px) {
	.main-section--main .main-section__holder {
		display: block;
		height: auto !important;
		min-height: 0;
	}
}

.main-section--main .main-section__container {
	display: table-cell;
	vertical-align: middle;
	transition-property: opacity, visibility;
	transition-duration: 0.2s;
}

@media (max-width: 639px) {
	.main-section--main .main-section__container {
		display: block;
	}
}

.main-section--main .main-section__align {
	height: auto;
}

.main-section--main h1, .main-section--main .main-section__title {
	font-family: "iced-tea", serif;
	font-weight: normal;
	font-style: normal;
	font-size: 90px;
	font-size: 9.4vh;
	line-height: 1.1;
	text-transform: uppercase;
	color: white;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.3em;
}

@media (max-width: 1599px) {
	.main-section--main h1, .main-section--main .main-section__title {
		font-size: 50px;
		font-size: 7.6vh;
	}
}

@media (max-width: 991px) {
	.main-section--main h1, .main-section--main .main-section__title {
		font-size: 46px;
	}
}

@media (max-width: 639px) {
	.main-section--main h1, .main-section--main .main-section__title {
		margin-bottom: 0.8em;
	}
}

@media (max-width: 479px) {
	.main-section--main h1, .main-section--main .main-section__title {
		font-size: 36px;
	}
}

.main-section--main h1:last-child, .main-section--main .main-section__title:last-child {
	margin-bottom: 0;
}

.row-video {
	margin-bottom: 45px;
	margin-bottom: 6vh;
}

@media (max-width: 1599px) {
	.row-video {
		margin-bottom: 25px;
		margin-bottom: 4vh;
	}
}

@media (max-width: 1365px) {
	.row-video {
		margin-bottom: 15px;
		margin-bottom: 2vh;
	}
}

@media (max-width: 639px) {
	.row-video {
		margin-bottom: 30px;
	}
}

.row-video:last-child {
	margin-bottom: 0;
}

.row-movies {
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 991px) {
	.row-movies {
		max-width: 640px;
	}
}

@media (max-width: 639px) {
	.row-movies {
		margin-bottom: 20px;
	}
}

@media (max-width: 479px) {
	.row-movies {
		max-width: 280px;
	}
}

.row-movies:last-child {
	margin-bottom: 0;
}

.movies {
	margin-right: -25px;
	margin-left: -25px;
}

.movies::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 1599px) {
	.movies {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (max-width: 1199px) {
	.movies {
		margin-right: -8px;
		margin-left: -8px;
	}
}

.movies__item {
	float: left;
	width: 20%;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 28px;
	margin-bottom: 3vh;
}

@media (max-width: 1599px) {
	.movies__item {
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 15px;
		margin-bottom: 2vh;
	}
}

@media (max-width: 1199px) {
	.movies__item {
		padding-right: 8px;
		padding-left: 8px;
	}
}

@media (max-width: 991px) {
	.movies__item {
		width: 33.3%;
	}
}

@media (max-width: 639px) {
	.movies__item {
		width: 50%;
		margin-bottom: 40px;
	}
}

@media (max-width: 479px) {
	.movies__item {
		width: 100%;
	}
}

.movies__inner {
	display: block;
	text-decoration: none;
	color: inherit;
}

.movies__img {
	position: relative;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
	transition-property: box-shadow, -webkit-filter;
	transition-property: box-shadow, filter;
	transition-property: box-shadow, filter, -webkit-filter;
	transition-duration: 0.2s;
}

.movies .movies__img {
	margin-bottom: 2rem;
}

@media (max-width: 1599px) {
	.movies .movies__img {
		margin-bottom: 1rem;
	}
}

.movies__img::before, .movies__img::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
}

.movies__img::before {
	width: 50px;
	height: 36px;
	margin: -18px 0 0 -25px;
	background-color: #000;
	border-radius: 10px;
	transition-property: background-color;
	transition-duration: 0.2s;
}

.movies__img::after {
	width: 0;
	height: 0;
	z-index: 2;
	border-left: 12px solid #fff;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	margin: -8px 0 0 -4px;
}

.movies__img img {
	position: relative;
	z-index: auto;
}

.movies__inner:hover .movies__img {
	box-shadow: 0 15px 35px transparent;
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

.movies__inner:hover .movies__img::before {
	background-color: #ec3b23;
}

.movies__title {
	display: block;
	margin-bottom: 2rem;
	font-family: "oswald-light", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: white;
	text-transform: uppercase;
	overflow: hidden;
	height: 48px;
}

@media (max-width: 1599px) {
	.movies__title {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
}

@media (max-width: 479px) {
	.movies__title {
		height: auto;
	}
}

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

.row-callback {
	margin-bottom: 28px;
	margin-bottom: 3vh;
}

@media (max-width: 639px) {
	.row-callback {
		margin-bottom: 0;
	}
}

.row-callback:last-child {
	margin-bottom: 0;
}

.row-scroll {
	color: white;
	fill: white;
	margin-bottom: 20px;
	margin-bottom: 3vh;
}

@media (max-width: 991px) {
	.row-scroll {
		display: none;
	}
}

.row-scroll:last-child {
	margin-bottom: 0;
}

.move-next-section {
	color: inherit;
	fill: inherit;
}

.move-next-section svg {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
}

.move-next-section path {
	fill: inherit;
	transition-property: fill;
	transition-duration: 0.2s;
}

.move-next-section:hover path {
	fill: #ec3b23;
}

/*scroll sections end */
/* fullpage navigation */
/* fullpage navigation end */
/* main slider */
.main-slider {
	height: 100%;
	width: 100%;
	background-color: transparent;
}

@media (max-width: 991px) {
	.main-slider .swiper-wrapper {
		display: block;
		height: auto;
		width: auto;
	}
}

.parallax-bg {
	position: absolute;
	left: -2%;
	top: 0;
	width: 150%;
	height: 100%;
}

.parallax-bg ~ .parallax-bg {
	width: 210%;
	opacity: 0.5;
}

@media (max-width: 991px) {
	.parallax-bg {
		display: none;
	}
}

.parallax-bg .scene__layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.parallax-bg .scene__layer > div {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: -6%;
	top: -6%;
	width: 112%;
	height: 112%;
	background-size: 100% 100%;
	background-position: center;
	will-change: opacity, transform;
	transition-duration: 0.5s;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}

.active .parallax-bg .scene__layer > div {
	transition-duration: 1s;
}

.main-slider-prev, .main-slider-next, .main-slider-pagination, .main-slider__content {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

@media (max-width: 991px) {
	.main-slider__title, .main-slider__img, .main-slider__text {
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
	}
}

.main-slider__item {
	position: relative;
	text-align: center;
	overflow: hidden;
	height: 100%;
}

@media (max-width: 991px) {
	.main-slider__item:nth-child(even) {
		direction: rtl;
	}
}

@media (max-width: 767px) {
	.main-slider__item:nth-child(even) {
		direction: ltr;
	}
}

.main-slider__item > div {
	font-size: 0;
	letter-spacing: -4px;
	height: 100%;
}

.main-slider__item > div::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

@media (max-width: 991px) {
	.main-slider__item > div::before {
		content: none;
	}
}

.main-slider__img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: normal;
	height: 90%;
}

@media (max-width: 991px) {
	.main-slider__img {
		height: auto;
	}
}

@media (max-width: 767px) {
	.main-slider__img {
		display: none;
		max-width: 420px;
		margin-right: auto;
		margin-left: auto;
	}
}

.main-slider__content .main-slider__img {
	display: none;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.main-slider__content .main-slider__img {
		display: block;
	}
}

.main-slider__img img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	margin: 0 auto;
	width: auto;
	max-height: 100%;
}

@media (max-width: 991px) {
	.main-slider__img img {
		position: relative;
		left: auto;
		top: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		height: auto;
	}
}

.main-slider__content {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	letter-spacing: normal;
	color: white;
}

@media (max-width: 767px) {
	.main-slider__content {
		display: block;
	}
}

.main-slider__content a {
	color: white;
}

.main-slider__img, .main-slider__content {
	will-change: transform, opacity;
	opacity: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 1.5s;
}

@media (max-width: 991px) {
	.main-slider__img, .main-slider__content {
		opacity: 1;
	}
	.main-slider__item:nth-child(even) .main-slider__img, .main-slider__item:nth-child(even) .main-slider__content {
		direction: ltr;
	}
}

.fp-section.active .main-slider__img, .fp-section.active .main-slider__content {
	opacity: 1;
}

.main-slider__title {
	display: block;
	font-family: "iced-tea", serif;
	font-weight: normal;
	font-style: normal;
	font-size: 68px;
	line-height: 1;
	color: white;
	text-transform: uppercase;
	cursor: default;
	max-width: 100%;
	margin-bottom: 40px;
}

@media (max-width: 1365px) {
	.main-slider__title {
		font-size: 56px;
	}
}

@media (max-width: 1199px) {
	.main-slider__title {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.main-slider__title {
		text-align: center;
	}
}

@media (max-width: 479px) {
	.main-slider__title {
		font-size: 36px;
	}
}

.main-slider__title:last-child {
	margin-bottom: 0;
}

.main-slider__title > em {
	font-size: 0.9em;
}

.main-slider__text {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	font-family: "Roboto Mono", monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 1.17;
	max-height: 365px;
	cursor: default;
}

@media (max-width: 1365px) {
	.main-slider__text {
		font-size: 20px;
		line-height: 1.17;
		max-height: 304px;
	}
}

@media (max-width: 1199px) {
	.main-slider__text {
		font-size: 18px;
		line-height: 1.17;
		max-height: 274px;
	}
}

.main-slider__text, .main-slider__text b, .main-slider__text i {
	font-family: "Roboto Mono", monospace;
	font-weight: 400;
	font-style: normal;
}

.main-slider__text:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.main-slider-prev, .main-slider-next {
		display: none;
	}
}

.main-slider-pagination {
	position: absolute;
	top: auto;
	left: 50%;
	height: 0;
	padding-right: 20px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: white;
}

@media (max-width: 991px) {
	.main-slider-pagination {
		display: none;
	}
}

.main-slider__footer {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	text-align: center;
	z-index: 10;
}

@media (max-width: 991px) {
	.main-slider__footer {
		position: relative;
		left: auto;
		width: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
}

.main-slider__footer > div {
	height: 100%;
}

.main-slider__footer a {
	margin-top: -33px;
}

@media (max-width: 991px) {
	.main-slider__footer a {
		margin-top: 0;
	}
}

/* main slider end */
/* developer */
.dev {
	position: fixed;
	left: 50%;
	height: 0;
	width: 100%;
	padding-right: 20px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 9px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #b3b3b3;
	z-index: 99;
}

.dev a {
	color: inherit;
	text-decoration: none;
}

.dev a span {
	transition-property: color;
	transition-duration: 0.2s;
}

.no-touchevents .dev a:hover span {
	color: #00ef85;
}

/* developer end */
/* share */
.social-share {
	position: relative;
	min-width: 40px;
	height: 40px;
}

.social-share__opener {
	display: block;
	position: relative;
	color: white;
	fill: white;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.social-share__opener::before, .social-share__opener::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -8px;
	border: none;
	width: 16px;
	height: 4px;
	background-color: white;
	display: none;
}

.social-share__opener::before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.social-share__opener::after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.social-share__opener svg:nth-child(1) {
	display: none;
}

.no-touchevents .social-share__opener:hover {
	border-color: #ec3b23;
	fill: #ec3b23;
}

.social-share__opener:active {
	top: 1px;
}

.is-open .social-share__opener svg:nth-child(1) {
	display: inline-block;
}

.is-open .social-share__opener svg:nth-child(2) {
	display: none;
}

.social-share__list {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: 0.2s;
}

.social-share__item {
	display: block;
	margin: 14px 0;
	font-size: 14px;
	line-height: 1.29;
	text-align: center;
	opacity: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-duration: 0.4s;
}

.social-share__item:nth-child(1) {
	-webkit-transform: translate(0, -10px);
	    -ms-transform: translate(0, -10px);
	        transform: translate(0, -10px);
}

.social-share__item:nth-child(2) {
	-webkit-transform: translate(0, -20px);
	    -ms-transform: translate(0, -20px);
	        transform: translate(0, -20px);
}

.social-share__item:nth-child(3) {
	-webkit-transform: translate(0, -30px);
	    -ms-transform: translate(0, -30px);
	        transform: translate(0, -30px);
}

.social-share__item:nth-child(4) {
	-webkit-transform: translate(0, -40px);
	    -ms-transform: translate(0, -40px);
	        transform: translate(0, -40px);
}

.social-share__item:nth-child(5) {
	-webkit-transform: translate(0, -50px);
	    -ms-transform: translate(0, -50px);
	        transform: translate(0, -50px);
}

.social-share__item:nth-child(6) {
	-webkit-transform: translate(0, -60px);
	    -ms-transform: translate(0, -60px);
	        transform: translate(0, -60px);
}

.social-share__item:nth-child(7) {
	-webkit-transform: translate(0, -70px);
	    -ms-transform: translate(0, -70px);
	        transform: translate(0, -70px);
}

.social-share__item:nth-child(8) {
	-webkit-transform: translate(0, -80px);
	    -ms-transform: translate(0, -80px);
	        transform: translate(0, -80px);
}

.social-share__item:nth-child(9) {
	-webkit-transform: translate(0, -90px);
	    -ms-transform: translate(0, -90px);
	        transform: translate(0, -90px);
}

.social-share__item:nth-child(10) {
	-webkit-transform: translate(0, -100px);
	    -ms-transform: translate(0, -100px);
	        transform: translate(0, -100px);
}

.social-share__item a {
	display: block;
	position: relative;
	color: white;
	fill: white;
	transition-property: color;
	transition-duration: 0.2s;
}

.social-share__opener span, .social-share__item span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.social-share__opener span:active, .social-share__opener span:focus, .social-share__item span:active, .social-share__item span:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.social-share__opener svg, .social-share__item svg {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
}

.social-share__opener path, .social-share__item path {
	fill: inherit;
	transition-property: fill;
	transition-duration: 0.2s;
}

.social-share__item a:hover.fb {
	border-color: #3a589e;
	fill: #3a589e;
}

.social-share__item a:hover.vk {
	border-color: #4b73a4;
	fill: #4b73a4;
}

.social-share__item a:hover.twitter {
	border-color: #1da0f2;
	fill: #1da0f2;
}

.social-share__item a:hover.ok {
	border-color: #f2822e;
	fill: #f2822e;
}

.social-share__item a:hover.youtube {
	border-color: #e62117;
	fill: #e62117;
}

.social-share__item a:hover.instagram {
	border-color: #a43b97;
	fill: #a43b97;
}

.is-open .social-share__list {
	opacity: 1;
	visibility: visible;
}

.is-open .social-share__list .social-share__item {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.is-open .social-share__list .social-share__item:nth-child(1) {
	transition-delay: 0s;
}

.is-open .social-share__list .social-share__item:nth-child(2) {
	transition-delay: 0.2s;
}

.is-open .social-share__list .social-share__item:nth-child(3) {
	transition-delay: 0.4s;
}

.is-open .social-share__list .social-share__item:nth-child(4) {
	transition-delay: 0.6s;
}

.is-open .social-share__list .social-share__item:nth-child(5) {
	transition-delay: 0.8s;
}

.is-open .social-share__list .social-share__item:nth-child(6) {
	transition-delay: 1s;
}

.is-open .social-share__list .social-share__item:nth-child(7) {
	transition-delay: 1.2s;
}

.is-open .social-share__list .social-share__item:nth-child(8) {
	transition-delay: 1.4s;
}

.is-open .social-share__list .social-share__item:nth-child(9) {
	transition-delay: 1.6s;
}

.is-open .social-share__list .social-share__item:nth-child(10) {
	transition-delay: 1.8s;
}

/* share end */
/* COMPONENTS end */
/*======================================================*/
/* LAYOUT */
/*======================================================*/
body {
	height: 100%;
	min-width: 320px;
	position: relative;
}

.wrapper {
	margin: 0 auto;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

.main {
	position: relative;
	z-index: 4;
}

/* header (layout) */
.header {
	position: fixed;
	top: 0;
	z-index: 1020;
	width: 100%;
}

.header__holder {
	height: 21vh;
	font-size: 0;
	letter-spacing: -4px;
}

@media (max-width: 1599px) {
	.header__holder {
		height: 18vh;
	}
}

@media (max-width: 991px) {
	.header__holder {
		height: 100px;
	}
}

@media (max-width: 639px) {
	.header__holder {
		height: 60px;
	}
}

.header__holder::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/* header (layout) end */
/* footer (layout) */
.footer {
	position: relative;
	clear: both;
	z-index: 5;
}

/* footer (layout) end */
/* page layout */
.max-wrap {
	max-width: 1720px;
}

.layout {
	padding-right: 100px;
	padding-left: 100px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1365px) {
	.layout {
		padding-right: 80px;
		padding-left: 80px;
	}
}

@media (max-width: 1199px) {
	.layout {
		padding-right: 50px;
		padding-left: 50px;
	}
}

@media (max-width: 991px) {
	.layout {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 639px) {
	.layout {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* page layout end */
.max-wrap-text {
	max-width: 920px;
}

@media (max-width: 991px) {
	.max-wrap-text {
		max-width: 860px;
	}
}

@media (max-width: 767px) {
	.max-wrap-text {
		max-width: 830px;
	}
}

.layout-text {
	max-width: 920px;
	padding-right: 60px;
	padding-left: 60px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 991px) {
	.layout-text {
		max-width: 860px;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.layout-text {
		max-width: 830px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* scroll section (layout) */
.main-section {
	padding-top: 21vh;
	padding-bottom: 10.5vh;
}

@media (max-width: 1599px) {
	.main-section {
		padding-top: 18vh;
		padding-bottom: 9vh;
	}
}

.main-section--main {
	padding-top: 0;
	padding-bottom: 0;
}

.main-section--main .main-section__container {
	padding-top: 21vh;
	padding-bottom: 10.5vh;
}

@media (max-width: 1599px) {
	.main-section--main .main-section__container {
		padding-top: 18vh;
		padding-bottom: 9vh;
	}
}

@media (max-width: 991px) {
	.main-section--main .main-section__container {
		padding-top: 120px;
		padding-bottom: 25px;
	}
}

@media (max-width: 639px) {
	.main-section--main .main-section__container {
		padding-top: 100px;
		padding-bottom: 15px;
	}
}

.main-section--info {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 991px) {
	.main-section--info {
		padding-top: 100px;
		padding-bottom: 50px;
	}
}

.main-section--info .main-slider__item {
	padding-top: 21vh;
	padding-bottom: 21vh;
}

@media (max-width: 1599px) {
	.main-section--info .main-slider__item {
		padding-top: 18vh;
		padding-bottom: 18vh;
	}
}

@media (max-width: 991px) {
	.main-section--info .main-slider__item {
		padding-top: 0;
		padding-bottom: 100px;
	}
	.main-section--info .main-slider__item:last-child {
		padding-top: 0;
		padding-bottom: 50px;
	}
}

/* scroll section (layout) end */
/* main slider (layout) */
.main-slider__img {
	width: calc(100% - 570px - 100px);
}

@media (max-width: 1365px) {
	.main-slider__img {
		width: calc(100% - 460px - 80px);
	}
}

@media (max-width: 1199px) {
	.main-slider__img {
		width: calc(100% - 420px - 50px);
	}
}

@media (max-width: 991px) {
	.main-slider__img {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.main-slider__img {
		width: auto;
	}
}

.main-slider__content {
	width: calc(570px + 100px);
	padding-right: 100px;
}

@media (max-width: 1365px) {
	.main-slider__content {
		width: calc(460px + 80px);
		padding-right: 80px;
	}
}

@media (max-width: 1199px) {
	.main-slider__content {
		width: calc(420px + 50px);
		padding-right: 50px;
	}
}

@media (max-width: 991px) {
	.main-slider__content {
		width: 50%;
	}
	.main-slider__item:nth-child(even) .main-slider__content {
		padding-right: 0;
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.main-slider__content {
		width: auto;
		padding: 0;
	}
	.main-slider__item:nth-child(even) .main-slider__content {
		padding-left: 0;
	}
}

.main-slider__footer {
	bottom: 80px;
	bottom: 10.5vh;
}

@media (max-width: 1599px) {
	.main-slider__footer {
		bottom: 10.5vh;
	}
}

@media (max-width: 991px) {
	.main-slider__footer {
		bottom: auto;
		height: auto;
	}
}

.main-slider-pagination {
	bottom: 85px;
	bottom: 10.5vh;
	padding-right: 100px;
	padding-left: 100px;
	width: 1720px;
	max-width: 100%;
	min-width: 35px;
}

@media (max-width: 1599px) {
	.main-slider-pagination {
		bottom: 10.5vh;
	}
}

@media (max-width: 1365px) {
	.main-slider-pagination {
		padding-right: 80px;
		padding-left: 80px;
		width: 1680px;
	}
}

@media (max-width: 1199px) {
	.main-slider-pagination {
		padding-right: 50px;
		padding-left: 50px;
		width: 1620px;
	}
}

.main-slider-prev {
	left: 80px;
}

@media (max-width: 1919px) {
	.main-slider-prev {
		margin-left: -21px;
		left: 50px;
	}
}

@media (max-width: 1365px) {
	.main-slider-prev {
		left: 40px;
	}
}

@media (max-width: 1199px) {
	.main-slider-prev {
		margin-left: -12px;
		left: 25px;
	}
}

.main-slider-next {
	right: 80px;
}

@media (max-width: 1919px) {
	.main-slider-next {
		margin-right: -21px;
		right: 50px;
	}
}

@media (max-width: 1365px) {
	.main-slider-next {
		right: 40px;
	}
}

@media (max-width: 1199px) {
	.main-slider-next {
		margin-right: -12px;
		right: 25px;
	}
}

/* main slider (layout) end */
/* developer (layout) */
.dev {
	bottom: 85px;
	bottom: 10.5vh;
	padding-right: 100px;
	padding-left: 100px;
	width: 1720px;
	max-width: 100%;
	min-width: 35px;
}

@media (max-width: 1599px) {
	.dev {
		bottom: 10.5vh;
	}
}

@media (max-width: 1365px) {
	.dev {
		padding-right: 80px;
		padding-left: 80px;
		width: 1680px;
	}
}

@media (max-width: 1199px) {
	.dev {
		padding-right: 50px;
		padding-left: 50px;
		width: 1620px;
	}
}

@media (max-width: 991px) {
	.dev {
		position: relative;
		height: auto;
		bottom: auto;
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 20px;
		margin-bottom: 0;
		text-align: center;
	}
}

@media (max-width: 639px) {
	.dev {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* developer (layout) end */
/* HEADER */
.header::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 130%;
	z-index: -1;
	pointer-events: none;
	background: rgba(0, 0, 0, 0.94);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.84) 14%, rgba(0, 0, 0, 0.7) 28%, rgba(0, 0, 0, 0.35) 59%, rgba(0, 0, 0, 0.18) 75%, rgba(0, 0, 0, 0.06) 89%, transparent 100%);
	display: none;
}

@media (max-width: 991px) {
	.header::before {
		display: block;
	}
}

.header__holder {
	position: relative;
	text-align: center;
}

.header__holder::after {
	content: '';
	display: table;
	clear: both;
}

@media (max-width: 767px) {
	.header__holder {
		text-align: left;
	}
}

/* logo */
.logo {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
	width: 172px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.6rem;
	line-height: 1.5;
	z-index: 5;
}

@media (max-width: 991px) {
	.logo {
		width: 110px;
		height: 64px;
	}
}

@media (max-width: 639px) {
	.logo {
		width: 80px;
		height: 47px;
	}
}

.logo a {
	display: block;
	height: 100%;
}

/* logo end */
/* slogan */
.slogan {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: white;
}

@media (max-width: 767px) {
	.slogan {
		max-width: 100px;
		text-align: left;
		display: none;
	}
}

.slogan > a {
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	transition-property: color;
	transition-duration: 0.2s;
}

.no-touchevents .slogan > a:hover {
	color: #ec3b23;
}

.slogan::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/* slogan end */
/* user options */
.user-options {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 -17px;
	font-size: 0;
	letter-spacing: -4px;
	line-height: 1;
}

@media (max-width: 767px) {
	.user-options {
		margin: 0 -10px;
	}
}

.header .user-options {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.user-options::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.user-options__item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0 17px;
	letter-spacing: normal;
}

@media (max-width: 767px) {
	.user-options__item {
		padding: 0 10px;
	}
}

.user-options__item > a {
	position: relative;
	display: block;
	color: white;
	fill: white;
	line-height: 1;
	text-decoration: none;
	text-align: center;
}

.user-options__item > a svg {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
}

.user-options__item > a svg ~ span {
	padding-left: 10px;
}

.user-options__item > a svg ~ span.hide-text {
	padding-left: 0;
}

.user-options__item > a path {
	fill: inherit;
	transition-property: fill;
	transition-duration: 0.2s;
}

.user-options__item > a > span {
	display: inline-block;
	vertical-align: middle;
}

.no-touchevents .user-options__item > a:not([href^="tel"]):hover {
	color: #ec3b23;
	fill: #ec3b23;
}

.no-touchevents .user-options__item > a[href^="tel"]:hover {
	color: white;
	fill: white;
}

.user-options__item > a.active .for-close {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.user-options__item > a.active .for-open {
	opacity: 0;
	visibility: hidden;
	z-index: auto;
}

.user-options__item--phone {
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	line-height: 1.25;
}

@media (max-width: 1365px) {
	.user-options__item--phone {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.user-options__item--phone {
		font-size: 18px;
	}
}

.user-options__item--phone > a svg {
	display: none;
	width: 40px;
	height: 40px;
}

@media (max-width: 767px) {
	.user-options__item--phone > a svg {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.user-options__item--phone > a span {
		display: none;
	}
}

.user-options__item--phone > a a, .user-options__item--phone > a a:hover, .no-touchevents .user-options__item--phone > a a:hover {
	color: white;
}

/* user options */
/* HEADER end */
/*======================================================*/
/* PRINT VERSION */
/*======================================================*/
@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href^=http]::after {
		content: " <" attr(href) "> ";
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]::after, a[href^="javascript:"]::after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	hr {
		border-color: black;
	}
	body {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 10pt !important;
		line-height: 1.5 !important;
	}
	h1, h2, h3, h4, h5, h6,
	b, strong, th, i, em,
	blockquote, q, cite,
	table td, table th, table {
		font-family: Arial, Helvetica, sans-serif !important;
		font-weight: normal !important;
		font-style: normal !important;
	}
	h1 {
		font-size: 20pt !important;
		line-height: 1.3 !important;
	}
	h2 {
		font-size: 18pt !important;
		line-height: 1.4 !important;
	}
	h3, .main-slider-title__item {
		font-size: 16pt !important;
		line-height: 1.5 !important;
	}
	h4, blockquote q {
		font-size: 14pt !important;
		line-height: 1.5 !important;
	}
	h5, blockquote cite {
		font-size: 12pt !important;
		line-height: 1.6 !important;
	}
	h6 {
		font-size: 8pt !important;
		line-height: 1.8 !important;
	}
	b, strong, th {
		font-weight: bold !important;
	}
	i, em {
		font-style: italic !important;
	}
	i b, i strong, em b, em strong,
	b i, b em, strong i, strong em {
		font-weight: bold !important;
		font-style: italic !important;
	}
	table td, table th, table {
		border: 1px solid black !important;
		font-size: 9pt !important;
		color: black !important;
		padding: 3pt !important;
	}
	table td > *, table th > *, table > * {
		padding: 0 !important;
	}
	.sidebar, .aside, .footer, .spacer,
	.print-hidden, .view-print,
	.nav, .nav-list,
	.breadcrumbs, .breadcrumbs__list,
	[class*="btn-"],
	form,
	.class {
		display: none !important;
	}
	.main, .content, .header, .header__holder,
	.layout, .layout-text, .layout-flood,
	.blockquote, .blockquote *, blockquote,
	.imgl, .imgr, .imgc,
	table, blockquote, q, cite,
	[class*="feature-list"],
	.class {
		display: block !important;
		float: none !important;
		position: relative !important;
		overflow: visible !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		left: auto !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		padding: 0 !important;
		margin: 0 !important;
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
		text-align: left !important;
		border: none !important;
		box-shadow: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		z-index: auto !important;
	}
	h1, h2, h3, h4, h5, h6,
	p, ul, ol, blockquote, q,
	.table-auto, table,
	.imgl, .imgr, .imgc,
	.feature-list__item,
	.feature-list__img,
	.datetime,
	.class {
		margin-top: 0 !important;
		margin-bottom: 0.5cm !important;
		padding-bottom: 0 !important;
	}
	.header, .blockquote, hr, blockquote,
	.class {
		margin-top: 0 !important;
		margin-bottom: 1cm !important;
		padding-bottom: 0 !important;
	}
	.logo {
		background: none !important;
	}
	.logo > * {
		display: none !important;
	}
	.logo > img {
		display: block !important;
		float: left !important;
	}
	blockquote q::before,
	blockquote q::after {
		padding: 0 !important;
		margin: 0 !important;
		font-size: 18pt !important;
		display: inline-block !important;
	}
	table {
		width: 100% !important;
	}
}

/*# sourceMappingURL=main.css.map */
