@charset "UTF-8";
/*!
 * -------------------------------------
Theme Name: lviv-tech
Theme URI: lviv-tech.city
Author: lviv-tech
Author URI: http://lviv-tech.com
Description: Corporative site
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lviv-site
Tags: corporative site, lviv-tech, css, js, webpack, sass, lazyload, canvas

 * -------------------------------------
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

html {
	line-height: 1;
}

body {
	font-family: 'Roboto', sans-serif, serif;
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

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

img {
	max-width: 100%;
	height: auto;
	border: none;
}

a {
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	box-sizing: border-box;
}

:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.cf:before,
.cf:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.cf:after {
	clear: both;
}

@font-face {
	font-family: 'NewBaskervilleC';
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/NewBaskervilleC/NewBaskervilleC.eot');
	src: url('assets/fonts/NewBaskervilleC/NewBaskervilleC.eot?#iefix')
			format('embedded-opentype'),
		url('assets/fonts/NewBaskervilleC/NewBaskervilleC.woff') format('woff'),
		url('assets/fonts/NewBaskervilleC/NewBaskervilleC.ttf') format('truetype');
}

@font-face {
	font-family: 'NewBaskervilleC';
	font-style: normal;
	font-weight: 600;
	src: url('assets/fonts/NewBaskervilleC/NewBaskervilleC-Bold.eot');
	src: url('assets/fonts/NewBaskervilleC/NewBaskervilleC-Bold.eot?#iefix')
			format('embedded-opentype'),
		url('assets/fonts/NewBaskervilleC/NewBaskervilleC-Bold.woff') format('woff'),
		url('assets/fonts/NewBaskervilleC/NewBaskervilleC-Bold.ttf')
			format('truetype');
}

@font-face {
	font-family: 'kfund-font';
	font-style: normal;
	font-weight: 400;
	src: url('assets/fonts/kfund/kfund-font-icon.eot');
	src: url('assets/fonts/kfund/kfund-font-icon.eot?#iefix')
			format('embedded-opentype'),
		url('assets/fonts/kfund/kfund-font-icon.woff') format('woff'),
		url('assets/fonts/kfund/kfund-font-icon.ttf') format('truetype');
}

/*
kFund-icon
powered by http://app.fontastic.me/
*/
.kf-icon {
	display: inline-block;
	vertical-align: text-bottom;
	font: normal normal normal 14px/1 'kfund-font';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
}

.kf-icon-left-open-big:before {
	content: '\61';
}

.kf-icon-right-open-big:before {
	content: '\62';
}

.kf-icon-arrow-right:before {
	content: '\63';
}

.kf-icon-facebook:before {
	content: '\64';
}

.kf-icon-twitter:before {
	content: '\65';
}

.kf-icon-youtube:before {
	content: '\66';
}

.kf-icon-instagram:before {
	content: '\67';
}

.kf-icon-vk:before {
	content: '\68';
}

.kf-icon-gplus:before {
	content: '\69';
}

.kf-icon-rss:before {
	content: '\6a';
}

.kf-icon-usd:before {
	content: '\6b';
}

.kf-icon-eur:before {
	content: '\6c';
}

.kf-icon-search:before {
	content: '\6d';
}

.kf-icon-quotes:before {
	content: '\6e';
}

.kf-icon-close:before {
	content: '\6f';
}

.kf-icon-tags:before {
	content: '\70';
}

.kf-icon-arrow-left-c:before {
	content: '\71';
}

.r180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.r270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.btn {
	display: inline-block;
	vertical-align: middle;
}

.modal__close:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn {
	border: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.3s;
	text-decoration: none;
}
.btn:active {
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 576px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 768px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 992px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 1200px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1100px;
		max-width: 100%;
	}
}

.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 576px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 768px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 992px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 1200px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width: 576px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media (min-width: 768px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media (min-width: 992px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}
@media (min-width: 1200px) {
	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 576px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 768px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 992px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 1200px) {
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl {
		padding-right: 15px;
		padding-left: 15px;
	}
}

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

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
	right: auto;
}

.pull-1 {
	right: 8.33333%;
}

.pull-2 {
	right: 16.66667%;
}

.pull-3 {
	right: 25%;
}

.pull-4 {
	right: 33.33333%;
}

.pull-5 {
	right: 41.66667%;
}

.pull-6 {
	right: 50%;
}

.pull-7 {
	right: 58.33333%;
}

.pull-8 {
	right: 66.66667%;
}

.pull-9 {
	right: 75%;
}

.pull-10 {
	right: 83.33333%;
}

.pull-11 {
	right: 91.66667%;
}

.pull-12 {
	right: 100%;
}

.push-0 {
	left: auto;
}

.push-1 {
	left: 8.33333%;
}

.push-2 {
	left: 16.66667%;
}

.push-3 {
	left: 25%;
}

.push-4 {
	left: 33.33333%;
}

.push-5 {
	left: 41.66667%;
}

.push-6 {
	left: 50%;
}

.push-7 {
	left: 58.33333%;
}

.push-8 {
	left: 66.66667%;
}

.push-9 {
	left: 75%;
}

.push-10 {
	left: 83.33333%;
}

.push-11 {
	left: 91.66667%;
}

.push-12 {
	left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.offset-right-1 {
	margin-right: 8.33333%;
}

.offset-right-2 {
	margin-right: 16.66667%;
}

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

.offset-right-4 {
	margin-right: 33.33333%;
}

.offset-right-5 {
	margin-right: 41.66667%;
}

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

.offset-right-7 {
	margin-right: 58.33333%;
}

.offset-right-8 {
	margin-right: 66.66667%;
}

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

.offset-right-10 {
	margin-right: 83.33333%;
}

.offset-right-11 {
	margin-right: 91.66667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-sm-0 {
		right: auto;
	}
	.pull-sm-1 {
		right: 8.33333%;
	}
	.pull-sm-2 {
		right: 16.66667%;
	}
	.pull-sm-3 {
		right: 25%;
	}
	.pull-sm-4 {
		right: 33.33333%;
	}
	.pull-sm-5 {
		right: 41.66667%;
	}
	.pull-sm-6 {
		right: 50%;
	}
	.pull-sm-7 {
		right: 58.33333%;
	}
	.pull-sm-8 {
		right: 66.66667%;
	}
	.pull-sm-9 {
		right: 75%;
	}
	.pull-sm-10 {
		right: 83.33333%;
	}
	.pull-sm-11 {
		right: 91.66667%;
	}
	.pull-sm-12 {
		right: 100%;
	}
	.push-sm-0 {
		left: auto;
	}
	.push-sm-1 {
		left: 8.33333%;
	}
	.push-sm-2 {
		left: 16.66667%;
	}
	.push-sm-3 {
		left: 25%;
	}
	.push-sm-4 {
		left: 33.33333%;
	}
	.push-sm-5 {
		left: 41.66667%;
	}
	.push-sm-6 {
		left: 50%;
	}
	.push-sm-7 {
		left: 58.33333%;
	}
	.push-sm-8 {
		left: 66.66667%;
	}
	.push-sm-9 {
		left: 75%;
	}
	.push-sm-10 {
		left: 83.33333%;
	}
	.push-sm-11 {
		left: 91.66667%;
	}
	.push-sm-12 {
		left: 100%;
	}
	.offset-sm-0 {
		margin-left: 0%;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
	.offset-right-sm-0 {
		margin-right: 0%;
	}
	.offset-right-sm-1 {
		margin-right: 8.33333%;
	}
	.offset-right-sm-2 {
		margin-right: 16.66667%;
	}
	.offset-right-sm-3 {
		margin-right: 25%;
	}
	.offset-right-sm-4 {
		margin-right: 33.33333%;
	}
	.offset-right-sm-5 {
		margin-right: 41.66667%;
	}
	.offset-right-sm-6 {
		margin-right: 50%;
	}
	.offset-right-sm-7 {
		margin-right: 58.33333%;
	}
	.offset-right-sm-8 {
		margin-right: 66.66667%;
	}
	.offset-right-sm-9 {
		margin-right: 75%;
	}
	.offset-right-sm-10 {
		margin-right: 83.33333%;
	}
	.offset-right-sm-11 {
		margin-right: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-md-0 {
		right: auto;
	}
	.pull-md-1 {
		right: 8.33333%;
	}
	.pull-md-2 {
		right: 16.66667%;
	}
	.pull-md-3 {
		right: 25%;
	}
	.pull-md-4 {
		right: 33.33333%;
	}
	.pull-md-5 {
		right: 41.66667%;
	}
	.pull-md-6 {
		right: 50%;
	}
	.pull-md-7 {
		right: 58.33333%;
	}
	.pull-md-8 {
		right: 66.66667%;
	}
	.pull-md-9 {
		right: 75%;
	}
	.pull-md-10 {
		right: 83.33333%;
	}
	.pull-md-11 {
		right: 91.66667%;
	}
	.pull-md-12 {
		right: 100%;
	}
	.push-md-0 {
		left: auto;
	}
	.push-md-1 {
		left: 8.33333%;
	}
	.push-md-2 {
		left: 16.66667%;
	}
	.push-md-3 {
		left: 25%;
	}
	.push-md-4 {
		left: 33.33333%;
	}
	.push-md-5 {
		left: 41.66667%;
	}
	.push-md-6 {
		left: 50%;
	}
	.push-md-7 {
		left: 58.33333%;
	}
	.push-md-8 {
		left: 66.66667%;
	}
	.push-md-9 {
		left: 75%;
	}
	.push-md-10 {
		left: 83.33333%;
	}
	.push-md-11 {
		left: 91.66667%;
	}
	.push-md-12 {
		left: 100%;
	}
	.offset-md-0 {
		margin-left: 0%;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
	.offset-right-md-0 {
		margin-right: 0%;
	}
	.offset-right-md-1 {
		margin-right: 8.33333%;
	}
	.offset-right-md-2 {
		margin-right: 16.66667%;
	}
	.offset-right-md-3 {
		margin-right: 25%;
	}
	.offset-right-md-4 {
		margin-right: 33.33333%;
	}
	.offset-right-md-5 {
		margin-right: 41.66667%;
	}
	.offset-right-md-6 {
		margin-right: 50%;
	}
	.offset-right-md-7 {
		margin-right: 58.33333%;
	}
	.offset-right-md-8 {
		margin-right: 66.66667%;
	}
	.offset-right-md-9 {
		margin-right: 75%;
	}
	.offset-right-md-10 {
		margin-right: 83.33333%;
	}
	.offset-right-md-11 {
		margin-right: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-lg-0 {
		right: auto;
	}
	.pull-lg-1 {
		right: 8.33333%;
	}
	.pull-lg-2 {
		right: 16.66667%;
	}
	.pull-lg-3 {
		right: 25%;
	}
	.pull-lg-4 {
		right: 33.33333%;
	}
	.pull-lg-5 {
		right: 41.66667%;
	}
	.pull-lg-6 {
		right: 50%;
	}
	.pull-lg-7 {
		right: 58.33333%;
	}
	.pull-lg-8 {
		right: 66.66667%;
	}
	.pull-lg-9 {
		right: 75%;
	}
	.pull-lg-10 {
		right: 83.33333%;
	}
	.pull-lg-11 {
		right: 91.66667%;
	}
	.pull-lg-12 {
		right: 100%;
	}
	.push-lg-0 {
		left: auto;
	}
	.push-lg-1 {
		left: 8.33333%;
	}
	.push-lg-2 {
		left: 16.66667%;
	}
	.push-lg-3 {
		left: 25%;
	}
	.push-lg-4 {
		left: 33.33333%;
	}
	.push-lg-5 {
		left: 41.66667%;
	}
	.push-lg-6 {
		left: 50%;
	}
	.push-lg-7 {
		left: 58.33333%;
	}
	.push-lg-8 {
		left: 66.66667%;
	}
	.push-lg-9 {
		left: 75%;
	}
	.push-lg-10 {
		left: 83.33333%;
	}
	.push-lg-11 {
		left: 91.66667%;
	}
	.push-lg-12 {
		left: 100%;
	}
	.offset-lg-0 {
		margin-left: 0%;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
	.offset-right-lg-0 {
		margin-right: 0%;
	}
	.offset-right-lg-1 {
		margin-right: 8.33333%;
	}
	.offset-right-lg-2 {
		margin-right: 16.66667%;
	}
	.offset-right-lg-3 {
		margin-right: 25%;
	}
	.offset-right-lg-4 {
		margin-right: 33.33333%;
	}
	.offset-right-lg-5 {
		margin-right: 41.66667%;
	}
	.offset-right-lg-6 {
		margin-right: 50%;
	}
	.offset-right-lg-7 {
		margin-right: 58.33333%;
	}
	.offset-right-lg-8 {
		margin-right: 66.66667%;
	}
	.offset-right-lg-9 {
		margin-right: 75%;
	}
	.offset-right-lg-10 {
		margin-right: 83.33333%;
	}
	.offset-right-lg-11 {
		margin-right: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pull-xl-0 {
		right: auto;
	}
	.pull-xl-1 {
		right: 8.33333%;
	}
	.pull-xl-2 {
		right: 16.66667%;
	}
	.pull-xl-3 {
		right: 25%;
	}
	.pull-xl-4 {
		right: 33.33333%;
	}
	.pull-xl-5 {
		right: 41.66667%;
	}
	.pull-xl-6 {
		right: 50%;
	}
	.pull-xl-7 {
		right: 58.33333%;
	}
	.pull-xl-8 {
		right: 66.66667%;
	}
	.pull-xl-9 {
		right: 75%;
	}
	.pull-xl-10 {
		right: 83.33333%;
	}
	.pull-xl-11 {
		right: 91.66667%;
	}
	.pull-xl-12 {
		right: 100%;
	}
	.push-xl-0 {
		left: auto;
	}
	.push-xl-1 {
		left: 8.33333%;
	}
	.push-xl-2 {
		left: 16.66667%;
	}
	.push-xl-3 {
		left: 25%;
	}
	.push-xl-4 {
		left: 33.33333%;
	}
	.push-xl-5 {
		left: 41.66667%;
	}
	.push-xl-6 {
		left: 50%;
	}
	.push-xl-7 {
		left: 58.33333%;
	}
	.push-xl-8 {
		left: 66.66667%;
	}
	.push-xl-9 {
		left: 75%;
	}
	.push-xl-10 {
		left: 83.33333%;
	}
	.push-xl-11 {
		left: 91.66667%;
	}
	.push-xl-12 {
		left: 100%;
	}
	.offset-xl-0 {
		margin-left: 0%;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
	.offset-right-xl-0 {
		margin-right: 0%;
	}
	.offset-right-xl-1 {
		margin-right: 8.33333%;
	}
	.offset-right-xl-2 {
		margin-right: 16.66667%;
	}
	.offset-right-xl-3 {
		margin-right: 25%;
	}
	.offset-right-xl-4 {
		margin-right: 33.33333%;
	}
	.offset-right-xl-5 {
		margin-right: 41.66667%;
	}
	.offset-right-xl-6 {
		margin-right: 50%;
	}
	.offset-right-xl-7 {
		margin-right: 58.33333%;
	}
	.offset-right-xl-8 {
		margin-right: 66.66667%;
	}
	.offset-right-xl-9 {
		margin-right: 75%;
	}
	.offset-right-xl-10 {
		margin-right: 83.33333%;
	}
	.offset-right-xl-11 {
		margin-right: 91.66667%;
	}
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

html {
	font-size: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html ::-moz-selection {
	color: #050505;
	background: #00ff7c;
}

html ::selection {
	color: #050505;
	background: #00ff7c;
}

body {
	background: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	color: #000000;
	position: relative;
}
body.is-pagetransition .loader-overlay::before {
	height: 250%;
}
body.is-pagetransition .loader-overlay::after {
	opacity: 1;
}
body.is-pagetransitionend .loader-overlay::before,
body.is-pagetransitionend .loader-overlay::after {
	opacity: 0;
}

.loader-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.loader-overlay::before {
	content: '';
	width: 200%;
	height: 0;
	background-color: #fff;
	overflow: hidden;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 900;
	-webkit-transform: translate(-50%, -50%) rotate(-25deg);
	transform: translate(-50%, -50%) rotate(-25deg);
	transition: height 0.9s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.loader-overlay::after {
	content: '';
	display: block;
	width: 250px;
	height: 50px;
	background-image: url(assets/images/logo-black.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50vh;
	z-index: 901;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: opacity 0.9s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.body-wrapper {
	overflow: hidden;
}

.container--full {
	position: relative;
	height: 100%;
}

.container-wrap {
	width: 100%;
	max-width: 1340px;
	position: relative;
	margin: 0 auto;
}

h1,
.h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 4rem;
	line-height: 4.6rem;
	color: #000000;
}

h2,
.h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 3rem;
	line-height: 3.6rem;
	color: #313131;
	padding-bottom: 0.43rem;
}

h3,
.h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 2.8rem;
	line-height: 1.2;
	color: #000000;
	padding-bottom: 2rem;
}

h4,
.h4 {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #000000;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	h3,
	.h3 {
		font-size: 2.4rem;
	}
}

input[type='email'],
input[type='password'],
input[type='submit'],
input[type='text'],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

p {
	margin-bottom: 1.538rem;
}

a {
	color: #f78e1e;
	text-decoration: underline;
}

strong,
b,
.strong {
	font-weight: 500;
}

textarea {
	resize: none;
}

ul li {
	position: relative;
	padding-left: 2.4rem;
}

.img--responsive {
	display: block;
	width: 100%;
}

.wrap {
	display: block;
	max-width: 124rem;
	margin: 0 auto;
	position: relative;
	padding-left: 4rem;
	padding-right: 4rem;
}
.wrap--grid {
	font-size: 0;
}
.wrap--grid > :not(.wrap--grid) {
	font-size: 1.6rem;
}

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

.link {
	text-decoration: none;
}

.clr-white {
	color: #ffffff;
}

.sc {
	background: transparent;
	position: relative;
	padding: 4rem 0;
}
.sc__title,
.sc__title--title-static {
	font-size: 4rem;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: right;
}
.sc__title--l {
	text-align: left;
}
@media (max-width: 767px) {
	.sc__title,
	.sc__title--title-static {
		max-width: 30rem;
		margin-left: auto;
	}
	.news-content__text iframe {
		width: 100%;
	}
}
.sc__header {
	font-size: 1.8rem;
	font-weight: 100;
	text-align: center;
	margin-bottom: 3rem;
}
.sc--dark {
	color: #ffffff;
}
.sc--dark .heading {
	color: #ffffff;
}
.sc--scew {
	position: relative;
	padding-top: 10.5rem;
	padding-bottom: 9rem;
	margin-top: -20rem;
	width: 100%;
	z-index: 100;
}
.sc--scew--nmt {
	margin-top: 10rem;
}
.sc--scew .back {
	position: absolute;
	top: 0;
	left: -100%;
	background: #000;
	width: 300%;
	height: 100%;
	z-index: 0;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
@media (max-width: 400px) {
	.sc--scew .back {
		left: -225%;
		width: 500%;
	}
	.page-template-new-resident4 .sc--scew .back,
	.page-template-new-resident3 .sc--scew .back,
	.page-template-new-resident2 .sc--scew .back,
	.page-template-new-resident1 .sc--scew .back {
		left: -202%;
		width: 500%;
	}
	.page-template-new-resident4 .sc__title,
	.page-template-new-resident3 .sc__title,
	.page-template-new-resident2 .sc__title,
	.page-template-new-resident1 .sc__title {
		max-width: 100%;
	}
}
.sc--scew .anim-canvas {
	position: absolute;
	top: 20%;
	width: 932px;
}
.sc--scew .sc__header {
	text-align: left;
	margin-bottom: 0;
	line-height: 0;
	padding: 3rem 0;
	/*border-top: 1px solid #9ca3ad; */
}

.sc--scew .heading {
	padding-bottom: 0;
}
.page-template-new-resident1 .sc--scew.r-about .column-t:nth-child(1) {
	margin-top: 3rem;
}
.page-template-new-resident1 .sc--scew.r-about .column-t:nth-child(2) {
	margin-top: 3rem;
}
.sc--scew .column-t:nth-child(1) {
	margin-top: 6rem;
}

.sc--scew.r-about .column-t:nth-child(1) {
	margin-top: 18rem;
}
.sc--scew .column-tq:nth-child(1) {
	margin-top: 6rem;
}
.sc--scew .column-t:nth-child(2) {
	margin-top: 8rem;
}
@media (max-width: 575px) {
	.sc--scew .column-t:nth-child(1) {
		margin-top: 2rem;
	}
	.sc--scew .column-t:nth-child(2) {
		margin-top: 2rem;
	}
}
.sc--scew .column-ts {
	margin-top: 6rem;
}
.sc--scew .column:nth-child(1) {
	margin-top: 40rem;
}
.sc--scew .column:nth-child(2) {
	margin-top: 28rem;
}
.sc--scew .column:nth-child(3) {
	margin-top: 16rem;
}
.single .sc--scew .column:nth-child(3) {
	margin-top: 0rem;
}
.sc--scew .column:nth-child(4) {
	margin-top: 4rem;
}
/*@media (max-width: 991px) {
      .sc--scew .column:nth-child(1) {
        margin-top: 49rem; }
      .sc--scew .column:nth-child(2) {
        margin-top: 37rem; }
      .sc--scew .column:nth-child(3) {
        margin-top: 25rem; }
      .sc--scew .column:nth-child(4) {
        margin-top: 13rem; } }*/
@media (max-width: 767px) {
	.sc--scew .column:nth-child(1) {
		margin-top: 10rem;
	}
	.sc--scew .column:nth-child(2) {
		margin-top: 5rem;
	}
	.sc--scew .column:nth-child(3) {
		margin-top: 0rem;
	}
	.sc--scew .column:nth-child(4) {
		margin-top: 5rem;
	}
}

.icon-animate {
	position: absolute;
	top: 0;
	left: 50%;
	width: 7rem;
	margin-left: -3.5rem;
}

.js-ic-a__icon {
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	transform: matrix(1, 0, 0, 1, 0, 0);
}

#scroller {
	display: none;
	width: 5rem;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 100;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	cursor: pointer;
}

@media (min-width: 1440px) {
	html {
		font-size: 0.699304vw;
	}
	.container {
		width: 100rem;
	}
	.welcome__content {
		padding-top: 2rem;
	}
	.image-container {
		width: 1440px;
		height: 1000px;
		position: absolute;
		right: 0;
		top: 0;
		overflow: hidden;
	}

	body.page.is-pagetransitionend section#profit.sc--scew {
		margin-top: 10rem;
	}
	body.page.is-pagetransitionend section#faq.sc--scew {
		margin-top: 10rem;
	}
	.sc--scew {
		position: relative;
		padding-top: 10.5rem;
		padding-bottom: 10.5rem;
		margin-top: -13rem;
		width: 100%;
		z-index: 100;
	}
	.container-wrap {
		width: 100%;
		max-width: 100rem;
		position: relative;
		margin: 0 auto;
	}
	.welcome__icon {
		position: relative;
		width: 60px;
		height: 60px;
		margin: 120px auto 0 !important;
	}
	.video__content .row {
		position: relative;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.about__text {
		font-size: 1.5rem;
		line-height: 2.5rem;
		font-weight: 100;
	}
}

@media (min-width: 768px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.sc__title,
	.sc__title--title-static {
		margin-bottom: 10rem;
	}
	#about .sc__title,
	.sc__title--title-static {
		margin-bottom: 0rem;
	}
	body.page.is-pagetransitionend .sc__title {
		margin-bottom: 0rem;
	}

	.welcome__slogan {
		font-family: 'Lato', sans-serif !important;
		font-size: 54px;
	}
	.welcome__sub-slogan {
		font-size: 48px;
	}
}

@media (max-width: 600px) {
	html {
		font-size: 9px;
	}
}

.btn {
	background: #f78e1e;
	color: #fff;
	font-size: 1.1rem;
	line-height: 3rem;
	font-weight: 900;
	text-transform: uppercase;
	padding: 1rem 5.4rem;
	border-radius: 9.39rem;
	margin-bottom: 2rem;
	box-shadow: inset 0 0 0 0.1rem #f78e1e;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-property: box-shadow, background, color;
}
.btn:hover {
	background: transparent;
	color: #000000;
	box-shadow: inset 0 0 0 0.4rem #f78e1e;
}
.btn--nobtn {
	background: none;
	border: none;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes fill {
	to {
		fill: #f78e1e;
	}
}

@keyframes fill {
	to {
		fill: #f78e1e;
	}
}

.header-new {
	width: 100%;
	position: fixed;
	background: transparent;
	padding: 15px 0;
	z-index: 10;
	z-index: 200;
	transition: all 0.3s ease-in-out 0s;
}
.header-new._sticky {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(0, 0, 0, 0.2);
}

.header-new.show-bg {
	background: #000;
}
.header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	height: 3.4rem;
}

.header__burger {
	display: none;
	margin-left: 5rem;
}
.header__nav {
	font-weight: 500;
	text-align: right;
}
.header__soc {
	padding-left: 2.4rem;
	font-size: 0;
	line-height: 1;
}
.header__soc-link {
	display: inline-block;
	width: 2.4rem;
	height: 2.4rem;
	margin-left: 2rem;
	border-radius: 50%;
	border: 0.1rem solid #fff;
	overflow: hidden;
}
.header__soc-link:first-child {
	margin-left: 0;
}
.header__soc-link img {
	width: 2.6rem;
	max-width: none;
	height: 2.6rem;
	margin-top: -0.2rem;
	margin-left: -0.2rem;
}
.header__menu li {
	padding: 2rem;
	line-height: 1;
	font-size: 0;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.menu__link {
	font-size: 1.6rem;
	position: relative;
	color: #ffffff;
	text-decoration: none;
}
.menu__link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.2rem;
	bottom: -1rem;
	left: 0;
	background-color: #f78e1e;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}
.menu__link:hover:after,
.menu__link.active:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

@media (max-width: 899px) {
	.header__burger {
		display: block;
	}
	.header__menu,
	.header__soc {
		display: none;
	}
}

.footer {
	background: #ffffff;
	padding: 2rem 0;
}
.footer__copyright {
	font-weight: 700;
	text-align: left;
}
.page .footer {
	background: #000;
	color: #fff;
}

.burger,
.modal__close {
	position: relative;
	background: none;
	border: none;
	width: 3rem;
	height: 2rem;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
.burger span,
.modal__close span {
	display: block;
	position: absolute;
	width: 100%;
	height: 0.5rem;
	background: #ffffff;
	border-radius: 0.9rem;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg) translateZ(0);
	transform: rotate(0deg) translateZ(0);
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-property: left, top, opacity, -webkit-transform;
	transition-property: transform, left, top, opacity;
	transition-property: transform, left, top, opacity, -webkit-transform;
}
.burger span:nth-child(1),
.modal__close span:nth-child(1) {
	top: 0;
}
.burger span:nth-child(2),
.modal__close span:nth-child(2) {
	top: 1rem;
}
.burger span:nth-child(3),
.modal__close span:nth-child(3) {
	top: 2rem;
}
.burger:hover:not(.open) span:nth-child(1),
.modal__close:hover:not(.open) span:nth-child(1) {
	-webkit-transform: translateX(0.2rem) translateZ(0);
	transform: translateX(0.2rem) translateZ(0);
}
.burger:hover:not(.open) span:nth-child(2),
.modal__close:hover:not(.open) span:nth-child(2) {
	-webkit-transform: translateX(-0.2rem) translateZ(0);
	transform: translateX(-0.2rem) translateZ(0);
}
.burger:hover:not(.open) span:nth-child(3),
.modal__close:hover:not(.open) span:nth-child(3) {
	-webkit-transform: translateX(0.2rem) translateZ(0);
	transform: translateX(0.2rem) translateZ(0);
}
.open .burger span:nth-child(1),
.open .modal__close span:nth-child(1) {
	top: 1rem;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open .burger span:nth-child(2),
.open .modal__close span:nth-child(2) {
	opacity: 0;
	left: -6rem;
}
.open .burger span:nth-child(3),
.open .modal__close span:nth-child(3) {
	top: 1rem;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.entry-header {
	margin-bottom: 2.5rem;
}

.entry-content {
	margin-bottom: 2.5rem;
	font-size: 1.7rem;
	line-height: 2.7rem;
}
.entry-content h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.7rem;
	padding-top: 2rem;
	padding-bottom: 0.6rem;
	font-weight: 600;
}
.entry-content .post__author + div p:first-child {
	font-weight: 500;
}
.entry-content blockquote {
	font-size: 2.4rem;
	line-height: 3.6rem;
	font-weight: 600;
	font-style: italic;
}

.entry-footer {
	font-size: 1.7rem;
	line-height: 2.7rem;
}

.post__author {
	font-size: 1.5rem;
	line-height: 2rem;
	text-transform: uppercase;
	text-align: center;
}

.mobile-nav,
.modal {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	background: #000000;
	width: 100%;
	height: 100%;
	padding: 7rem 2rem 4rem;
	top: 0;
	left: 0;
	z-index: 400;
	-webkit-transform: translateY(-100%) translateZ(0);
	transform: translateY(-100%) translateZ(0);
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: transform, opacity, visibility;
	transition-property: transform, opacity, visibility, -webkit-transform;
}
.mobile-nav.open,
.open.modal {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%) translateZ(0);
	transform: translateY(0%) translateZ(0);
}
.mobile-nav__menu li {
	color: #ffffff;
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 300;
}
.mobile-nav__menu li a {
	color: inherit;
	text-decoration: none;
}
.mobile-nav__burger,
.modal__close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 4rem;
}
.mobile-nav__burger span,
.modal__close span {
	background: #ffffff;
}

.form__gr {
	position: relative;
}
.form__gr label {
	position: relative;
	display: inline-block;
	background: #ffffff;
	-webkit-transform: translateY(45%);
	transform: translateY(45%);
	padding-bottom: 0.5rem;
	padding-right: 5rem;
	padding-left: 0.5rem;
	margin-left: -0.5rem;
	z-index: 1;
}
.form__gr input {
	margin-bottom: 1.5rem;
}

.form__inp,
.form__tarea,
.form .selectize-input {
	display: inline-block;
	width: 100%;
	border: 0.2rem solid #000000;
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 1.5rem 1rem 1rem 1rem;
	border-radius: 0.3rem;
	box-sizing: border-box;
}

.form__tarea {
	height: 22rem;
}

.form__btn {
	display: block;
	margin: 3rem auto 1rem;
}

.modal {
	padding: 0;
}
.modal__close {
	margin: 2rem 4rem;
	height: 2.7rem;
}
.modal__close:before {
	content: '';
	background: #f78e1e;
	width: 7rem;
	height: 7rem;
}

/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi
	> .selectize-input
	> div.ui-sortable-placeholder {
	visibility: visible !important;
	background: #f2f2f2 !important;
	background: rgba(0, 0, 0, 0.06) !important;
	border: 0 none !important;
	box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: '!';
	visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
	position: relative;
	padding: 0.5rem 0.8rem;
	border-bottom: 0.1rem solid #d0d0d0;
	background: #f8f8f8;
	border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
	position: absolute;
	right: 8px;
	top: 50%;
	color: #303030;
	opacity: 0.4;
	margin-top: -12px;
	line-height: 2rem;
	font-size: 2rem !important;
}

.selectize-dropdown-header-close:hover {
	color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right: 1px solid #f2f2f2;
	border-top: 0 none;
	float: left;
	box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
	border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
	display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
	border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
	position: relative;
	padding-right: 2.4rem !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
	z-index: 1;
	/* fixes ie bug (see #392) */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	padding: 2px 0 0 0;
	border-left: 1px solid #d0d0d0;
	border-radius: 0 2px 2px 0;
	box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
	background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
	border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
	background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
	border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
	position: absolute;
	right: 2.8rem;
	top: 6px;
	font-size: 2.3rem;
}

.selectize-control {
	position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
	color: #303030;
	font-family: inherit;
	font-size: 1.3rem;
	line-height: 1.8rem;
	-webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
	background: #ffffff;
	cursor: text;
	display: inline-block;
}

.selectize-control.multi .selectize-input.has-items {
	padding: 6px 8px 3px;
}

.selectize-input.full {
	background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
	cursor: default !important;
}

.selectize-input.focus {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
	border-radius: 3px 3px 0 0;
}

.selectize-input > * {
	vertical-align: baseline;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.selectize-control.multi .selectize-input > div {
	cursor: pointer;
	margin: 0 3px 3px 0;
	padding: 2px 6px;
	background: #f2f2f2;
	color: #303030;
	border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
	background: #e8e8e8;
	color: #303030;
	border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
	color: #7d7d7d;
	background: #ffffff;
	border: 0 solid #ffffff;
}

.selectize-input > input {
	display: inline-block !important;
	padding: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	max-width: 100% !important;
	margin: 0 2px 0 0 !important;
	text-indent: 0 !important;
	border: 0 none !important;
	background: none !important;
	line-height: inherit !important;
	-webkit-user-select: auto !important;
	box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
	display: none;
}

.selectize-input > input:focus {
	outline: none !important;
}

.selectize-input::after {
	content: ' ';
	display: block;
	clear: left;
}

.selectize-input.dropdown-active::before {
	content: ' ';
	display: block;
	position: absolute;
	background: #f0f0f0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
}

.selectize-dropdown {
	position: absolute;
	z-index: 10;
	border: 1px solid #d0d0d0;
	background: #ffffff;
	margin: -1px 0 0 0;
	border-top: 0 none;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
	background: rgba(125, 168, 208, 0.2);
	border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
	padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
	color: #303030;
	background: #ffffff;
	cursor: default;
}

.selectize-dropdown .active {
	background-color: #f5fafd;
	color: #495c68;
}

.selectize-dropdown .active.create {
	color: #495c68;
}

.selectize-dropdown .create {
	color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
	-webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
	cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
	cursor: text;
}

.selectize-control.single .selectize-input:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #000 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
	margin-top: -4px;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
	left: 15px;
	right: auto;
}

.selectize-control.rtl .selectize-input > input {
	margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
	opacity: 0.5;
	background-color: #fafafa;
}

.welcome {
	background: #000;
	padding-top: 26rem;
	padding-bottom: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
}
@media (max-width: 500px) {
	.welcome {
		padding-top: 200px;
	}
}
@media (min-width: 400px) {
	.welcome {
		min-height: 110rem;
	}
}
@media (max-width: 991px) {
	.welcome {
		min-height: 90rem;
	}
}
@media (min-width: 1400px) {
	.welcome {
		min-height: 117rem;
	}
}
.welcome__sub-slogan {
	font-size: 5.4rem;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}
@media (max-width: 600px) {
	.welcome__sub-slogan {
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	.welcome__sub-slogan {
		font-size: 3rem;
	}
}
.welcome__icon {
	position: relative;
	width: 6rem;
	height: 6rem;
	margin: 5rem auto 0;
}
.welcome__icon:after {
	content: '';
	position: absolute;
	background: #ffffff;
	top: 10rem;
	left: 50%;
	margin-left: -1px;
	width: 0.2rem;
	height: 80rem;
}
.welcome__slogan {
	font-size: 6rem;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	font-family: 'Lato', sans-serif !important;
	margin-bottom: 4rem;
}
.welcome__slogan span {
	color: #f7901e;
	font-weight: 400;
}
@media (max-width: 600px) {
	.welcome__slogan {
		font-family: 'Lato', sans-serif !important;
		font-size: 26px;
	}
}
@media (max-width: 991px) {
	.welcome__slogan {
		font-family: 'Lato', sans-serif !important;
		font-size: 3.3rem;
	}
}
.welcome__p {
	color: #fff;
	font-size: 2rem;
	line-height: 2.6rem;
	max-width: 29.5rem;
	font-weight: 500;
}
@media (max-width: 991px) {
	.welcome__p {
		font-size: 1.8rem;
	}
}
.welcome__link {
	display: inline-block;
	width: 100%;
	max-width: 29rem;
	height: 5.4rem;
	border: 0.2rem solid #f7901e;
	border-radius: 2.7rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 5rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.welcome__link:hover,
.welcome__link:focus,
.welcome__link:active {
	background-color: #f7901e;
}

.image-container {
	width: 120rem;
	height: 80rem;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.image-container img {
	width: 90rem;
	position: absolute;
	right: 0;
	top: 0;
}
.image-container img#layer-2,
.image-container img#layer-3 {
	opacity: 0;
}
@media (max-width: 767px) {
	.image-container img {
		width: 60rem;
	}
}
@media (min-width: 1400px) {
	.image-container img {
		width: 111rem;
	}
}

#welcome-slogan .is-animate i {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	transition: all 0.2s cubic-bezier(0.55, 0.085, 0, 0.99);
}
#welcome-slogan .is-animate i.is-visible {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.about {
	background: transparent;
}
.about .ic-mobile {
	display: none;
}
.about:after {
	content: '';
	position: absolute;
	background: #ffffff;
	bottom: -2rem;
	left: 50%;
	width: 0.2rem;
	height: 8rem;
	display: none;
}
.about__text {
	font-size: 1.5rem;
	line-height: 2.6rem;
	font-weight: 100;
}
.about__more {
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}
.about__more:hover {
	text-decoration: underline;
}

.r-about {
	background: transparent;
}
.r-about .back {
	background: #ffffff;
}
.r-about .sc__title,
.r-about .sc__title--title-static {
	color: #000000;
}
.r-about:before {
	content: '';
	position: absolute;
	background: #ffffff;
	top: -12rem;
	left: 47%;
	width: 0.2rem;
	height: 12rem;
}

@media (max-width: 767px) {
	.about .ic-mobile {
		display: inline-block;
		width: 7rem;
		position: relative;
		top: -2rem;
		font-weight: 600;
	}
	.icon-animate {
		display: none;
	}
}

.residents {
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, transparent 45%, white 47%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff',GradientType=0 );
	/* IE6-9 */
	margin-top: -25rem;
}

.r-residents {
	background: transparent;
}
.r-residents .back {
	background: #f8f8f8;
}
.r-residents .sc__title,
.r-residents .sc__title--title-static {
	color: #000000;
}
.r-residents .form__gr label {
	background: #f8f8f8;
}
.r-residents .form__inp,
.r-residents .form__tarea,
.r-residents .form__tarea,
.r-residents .form .selectize-input {
	background: #f8f8f8;
}
.r-residents .form__header {
	text-align: center;
	padding-top: 5rem;
	padding-bottom: 3rem;
}

@media (max-width: 767px) {
	.video {
		margin-top: -40rem;
	}
}
@media (max-width: 500px) {
	.video {
		height: 140rem;
	}
}
@media (max-width: 400px) {
	.video {
		height: 160rem;
	}
}
.video .sc__title,
.video .sc__title--title-static {
	color: #111;
}
@media (max-width: 767px) {
	.video .sc__title,
	.video .sc__title--title-static {
		-webkit-transform: translateY(4rem);
		transform: translateY(4rem);
	}
}
.video__content {
	height: 100%;
	padding-top: 30rem;
}
@media (max-width: 767px) {
	.video__content {
		padding-top: 40rem;
	}
}
@media (max-width: 400px) {
	.video__content {
		padding-top: 50rem;
	}
}
.video__text {
	position: absolute;
	bottom: 43rem;
	max-width: 60rem;
	color: #fff;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.video__text:before {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	height: 300%;
	width: 350%;
	top: -60%;
	left: -100%;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
	z-index: 0;
}
@media (max-width: 767px) {
	.video__text:before {
		top: -50%;
	}
}
.video__inner {
	position: relative;
	font-size: 1.5rem;
	line-height: 2.3rem;
	font-weight: 100;
}
@media (max-width: 767px) {
	.video__inner {
		padding-bottom: 8rem;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 500px) {
	.video__inner {
		padding-bottom: 4rem;
	}
}
.video__launch {
	position: relative;
	display: block;
	padding-bottom: 2rem;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	width: 100%;
	max-width: 29.5rem;
	height: 5.4rem;
	margin: 0 auto;
	border: 0.2rem solid #f78e1e;
	border-radius: 2.7rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 5rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.video__launch:hover,
.video__launch:focus,
.video__launch:active {
	background-color: #f78e1e;
}
@media (max-width: 767px) {
	.video__launch {
		font-size: 1.5rem;
		max-width: 21rem;
		height: 4.4rem;
		line-height: 4rem;
	}
}
.video__icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	width: 10rem;
	margin: auto;
}
@media (max-width: 767px) {
	.video__icon {
		width: 7.4rem;
	}
}

.request {
	padding-top: 15rem;
	background: #ffffff;
}
.request__content {
	max-width: 50rem;
	margin: 0 auto;
}
.request .sc__heading {
	font-size: 4rem;
	line-height: 5.6rem;
}

.page-head {
	position: relative;
	background: none;
	height: 66rem;
}
.page-head .sc__content {
	padding-top: 15rem;
}

.page-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.ph__list-i {
	padding-left: 1.4rem;
}
.ph__list-i:before {
	content: '';
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background: #f78e1e;
	position: absolute;
	vertical-align: middle;
	margin-right: 1rem;
	left: -2px;
	top: 8px;
}
.ph__list-i a {
	font-weight: 500;
	text-decoration: none;
}

.ph__heading {
	color: #fff;
	margin-bottom: 1rem;
}

.sc__content--mw50 {
	max-width: 50rem;
	margin: 0 auto;
}

.faq {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+49,141414+100&0+49,1+50 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		transparent 49%,
		#141414 50%,
		#141414 100%
	);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#141414',GradientType=0 );
	/* IE6-9 */
}

.page-template-newcontact-page {
	background: #141414;
}
.page-template-newcontact-page #header {
	background: #000;
}
.page-template-newcontact-page .sc__title-static {
	font-size: 4rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.contacts__top {
	margin-top: -20rem;
	padding-top: 40rem;
}
.contacts__link,
.contacts__addr {
	display: block;
	font-size: 1.5rem;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
	transition: all 0.3s;
}
.contacts__link:hover,
.contacts__addr:hover {
	color: #f78e1e;
}
.contacts__addr:hover {
	color: #ffffff;
}
.contacts__tel {
	margin-bottom: 2rem;
}
.contacts__tel span {
	display: inline-block;
	width: 2.6rem;
}
.page-template-newcontact-page .back {
	margin-top: -16rem;
	background: #000;
	overflow: hidden;
}
.page-template-newcontact-page .back:after {
	content: '';
	position: absolute;
	background: #ffffff;
	bottom: -1rem;
	left: 47%;
	width: 0.2rem;
	height: 8rem;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
}
.contacts__map {
	height: 150vh;
	margin-top: -53rem;
}
@media (max-width: 575px) {
	.page-template-newcontact-page .back {
		margin-top: -7rem;
	}
	.page-template-newcontact-page .back:after {
		display: none;
	}
	.page-template-newcontact-page .contacts__map {
		margin-top: -40rem;
	}
}

p.ph__faq {
	font-size: 2rem;
	font-weight: bold;
}
p.ph__faq.padding__top {
	padding-top: 3rem;
}
.page-head li.ph__list-i {
	padding-bottom: 0.5rem;
}

/*new about*/
div.img_about {
	transform: translateY(-10rem);
	z-index: 101;
	display: block;
}

@media (max-width: 576px) {
	section#residents.padding_two_block {
		padding-top: 45%;
	}
}
@media (max-width: 767px) {
	section#residents.padding_two_block {
		padding-top: 45%;
	}
	.OrderMobile_1 {
		order: -1;
	}
	.OrderMobile_2 {
		order: 0;
	}
	.OrderMobile_3 {
		order: 3;
	}
	.OrderMobile_4 {
		order: 4;
	}
	.no_link {
		transform: translateY(-15px);
	}
}
@media (max-width: 600px) {
	.about__text {
		font-size: 1.4rem;
	}
}
.page-template-about-page-php #about.sc--scew .back {
	/*width: 400%;    */
}

.page-template-about-page-php .about:after {
	display: none;
}
.no_link {
	width: 100%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	transform: translateY(-50px);
	height: 90px;
	background: rgba(0, 0, 0, 0.58);
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0.58) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(0, 0, 0, 0.58)),
		color-stop(100%, rgba(0, 0, 0, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0.58) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0.58) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(0, 0, 0, 0.58) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.58) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.readmore-js-section {
	position: relative;
}
.page-template-fronthome-page-php .no_link {
	text-decoration: none;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	transform: translateY(-15px);
	/*height: 30px;    */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141414', endColorstr='#141414', GradientType=0 );
}

/*resident catalog page */
.margin_top_resident {
	margin-top: -16rem;
	padding-bottom: 0rem;
}
@media (max-width: 767px) {
	.margin_top_resident {
		margin-top: -13rem;
	}
	h2.sc__title.title_resident {
		padding-top: 10rem;
	}
}
@media (min-width: 767px) {
	h2.sc__title.title_resident {
		padding-top: 17rem;
	}
}

/*newsroom*/

.post-list img.img-responsive.post__image-back {
	width: 100%;
}
.img-box img {
	transition: all 6500ms;
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	opacity: 1;
}
.img-box {
	overflow: hidden;
}
.post {
	margin-bottom: 30px;
}
.loaded .img-box img {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.img-responsive {
	max-width: 100%;
	height: auto;
	border: none;
}
.post-list article:first-child .post__content {
	position: relative;
	padding: 25px 25px;
}
.post-list .post__content {
	position: relative;
	padding: 25px 30px;
}
.post-list h2 {
	font-size: 2.8rem;
	line-height: 1.4;
}

.post--left h2 {
	font-size: 2.2rem;
	line-height: 1.4;
}
.post--left h2 a,
.post-list h2 a {
	color: #000;
	text-decoration: underline;
	transition-duration: 0.5s;
}
.post--left h2 a:hover,
.post-list h2 a:hover {
	color: #fff;
	background: #f78e1e;
	text-decoration: none;
	transform: 0.4;
	transition-duration: 0.5s;
}
.post__meta {
	display: flex;
    flex-direction: row-reverse;
	padding: 1rem 0;
	font-size: 1.3rem;
	font-weight: 500;
	color: #cbcbcb;
}
.post__text {
	font-size: 1.5rem;
	line-height: 1.6;
}
@media only screen and (min-width: 992px) {
	.post--left .post__image-front {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.post--left {
		display: -ms-flexbox;
		display: flex;
	}
	.post--left .post__content {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
}
.ph__heading {
	color: #fff;
	font-weight: 500;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 992px) {
	.page-template-page-newsroom .sc--scew .back {
		left: -80%;
	}
	.post-list .post__content {
		padding: 25px 0px;
	}
}
@media only screen and (max-width: 575px) {
	.page-template-page-newsroom .sc--scew .back {
		left: -40%;
		top: -5%;
	}
}
@media only screen and (max-width: 400px) {
	.page-template-page-newsroom .sc--scew .back {
		left: -180%;
		top: 0%;
	}
}
@media only screen and (min-width: 1440px) {
	.page-template-page-newsroom .margin_top_resident {
		margin-top: -24rem;
	}
}
@media only screen and (max-width: 767px) {
	.page-template-page-newsroom .margin_top_resident {
		margin-top: -21rem;
	}
	.page-template-page-newsroom .page-head {
		height: 60rem;
	}
	.page-template-page-newsroom .page-head .sc__content {
		padding-top: 6rem;
	}
}
@media only screen and (min-width: 768px) {
	.page-template-page-newsroom .page-head .sc__content {
		padding-top: 8rem;
	}
	.page-template-page-newsroom .margin_top_resident {
		margin-top: -24rem;
	}
}

/*post navigation*/
.page-nav {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
}
.page-nav,
.page-nav__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.page-nav__list {
	margin: 0 30px;
}
.page-nav__link {
	color: #54585a;
}
.page-nav__item:first-child .sq__box {
	border-left-width: 2px;
}
.page-nav__item.active .sq__box {
	background: rgb(247, 142, 30);
	color: #fff;
}
.page-nav__list .sq__box {
	border-left-width: 2px;
	border-right-width: 2px;
}
.sq__box {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	border: 2px solid rgb(247, 142, 30);
	border-radius: 30px;
	transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.page-nav__num {
	font-size: 15px;
	font-style: normal;
}
.sq__vcenter {
	font-size: 1.1rem;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.no-btn {
	background: 0 0;
	border: 0;
	color: inherit;
	font: inherit;
	line-height: normal;
	overflow: visible;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sq {
	font-size: 0;
}
.sq__rotate90m {
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.sq__rotate90 {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sq svg {
	font-size: 14px;
	padding-top: 4px;
}
.icon-arrow-down {
	width: 1em;
	height: 1em;
	fill: initial;
}
li.page-nav__item.sq {
	padding-left: 4px;
}
.single .sc--scew {
	position: relative;
	padding-top: 2.5rem;
	padding-bottom: 9rem;
	margin-top: 0rem;
	width: 100%;
	z-index: 100;
}

.single .post__text {
	font-size: 1.7rem;
	line-height: 1.6;
}
.single .sc--scew .column:nth-child(2) {
	margin-top: 3.3rem;
}
.single .sc--scew .column-t:nth-child(1) {
	margin-top: 4rem;
}
.single .post__image-front.img-box img {
	width: 100%;
}
.single h1,
.single .h1 {
	color: #f78e1e;
}
.single .post__text a {
	font-weight: 500;
}
.single .post__text blockquote {
	font-weight: 600;
	font-size: 2rem;
}
section.sc.sc--scew.r-about.r-news {
	padding-bottom: 0rem;
}
@media only screen and (min-width: 1440px) {
	.single .margin_top_resident {
		margin-top: -30rem;
		padding-bottom: 0rem;
	}
}
@media only screen and (min-width: 768px) {
	.single .margin_top_resident {
		margin-top: -28rem;
		padding-bottom: 0rem;
	}
}
@media only screen and (max-width: 992px) {
	.single .sc--scew .back {
		left: -441%;
		width: 1000%;
	}
}
@media only screen and (max-width: 767px) {
	.single .margin_top_resident {
		margin-top: -26rem;
		padding-bottom: 0rem;
	}
	.single h1,
	.single .h1 {
		font-size: 2.8rem;
		line-height: 1.3;
	}
	.single .page-head {
		height: 29rem;
	}
	.single .page-head .sc__content {
		padding-top: 3rem;
	}
}
@media only screen and (max-width: 575px) {
	.single .sc--scew .back {
		left: -388%;
		width: 1000%;
	}
}

/*social*/
.blog-entry__social .social {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: -10px;
	margin-left: 0;
}
.blog-entry__social.show-for-mobile .social {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	/* margin-bottom: -100px; */
	margin-left: -5rem;
	text-align: center;
	margin-top: 4rem;
}
.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -30px;
}
.blog-entry__social .social__item {
	margin-bottom: 10px;
}
.social__item {
	margin-left: 30px;
}
.show-for-mobile .social__item {
	margin-left: 20px;
}
.blog-entry__social .social__link {
	border-color: #ccc;
}
.blog-entry__social .social__link {
	-webkit-transition: color 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
	transition: color 0.35s cubic-bezier(0.3, 0.1, 0.3, 1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #ccc;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.blog-entry__social .social__link [class^='icon-'] {
	font-size: 16px;
}
.social__link i img {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	height: 17px;
	transform: translateY(3px);
	opacity: 0.6;
}
@media only screen and (max-width: 767px) {
	.blog-entry__social.show-for-large {
		display: none;
	}
	.single .sc--scew .column:nth-child(2) {
		margin-top: 0rem;
	}
}
@media only screen and (min-width: 768px) {
	.single .page-head .sc__content {
		padding-top: 6rem;
	}
	.single .page-head {
		height: 30rem;
	}
	.blog-entry__social.show-for-mobile {
		display: none;
	}
	/*drop menu*/
	.submenu {
		position: absolute;
		top: 4.5rem;
		background: #000;
		width: 25rem;
		z-index: 5;
		visibility: hidden;
		opacity: 0;
		transform: scale(0.8);
		transition: 0.4s ease-in-out;
		text-align: left;
	}
	ul.submenu li:first-child {
		padding-top: 3rem;
	}
	ul.submenu li:last-child {
		padding-bottom: 3rem;
	}
	.submenu li a {
		margin: 0 10px;
		text-decoration: none;
		font-size: 1.5rem;
		color: #fff;
		font-weight: 500;
	}
	ul.submenu li {
		padding: 1rem;
		text-align: left;
	}

	.topmenu > li:hover .submenu {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		background: #000;

		text-align: left;
		/* border-radius: 15px;*/
		/*border: 2px solid #f78e1e; */
	}
	.submenu li a:hover {
		color: #f78e1e;
		transition: 0.4s ease-in-out;
	}
}
ul.mobile-nav__menu a.js-link.menu__link {
	font-size: 2rem;
	font-weight: 600;
}
ul.mobile-nav__menu ul.submenu a {
	font-size: 1.8rem;
}
span.hr {
	display: block;
	height: 1px;
	width: 100%;
	background: #fff;
	margin: 4rem 0rem;
}
.text-center .contacts__p.contacts__addr {
	font-size: 1.6rem;
	line-height: 1.4;
}
.text-center a.contacts__link {
	font-size: 2rem;
	color: #f78e1e;
}
.text-center a.contacts__link:last-child {
	padding-top: 2rem;
	color: #fff;
	font-size: 1.6rem;
}
section#news span.post__heading {
	font-size: 2.3rem;
	color: #000;
	line-height: 1.6;
	font-weight: 500;
	transform: 0.4;
	transition-duration: 0.5s;
}
section#news span.post__heading:hover {
	color: #fff;
	background: #f78e1e;
	transform: 0.4;
	transition-duration: 0.5s;
}
#news .form__btn {
	color: #fff;
}
#news .form__btn:hover {
	color: #000;
}

@media only screen and (min-width: 768px) {
	#news.sc--scew .column:nth-child(2) {
		margin-top: 15rem;
	}
	#news.sc--scew .column:nth-child(1) {
		margin-top: 30rem;
	}
}

/*
19.02.2020
*/
.fancybox-slide--iframe .fancybox-content {
	width: 800px;
	height: 600px;
	max-width: 98%;
	max-height: 80%;
	margin: 0;
}
/* button resident */
a.buttun_1,
a.buttun_2,
a.buttun_3 {
	text-decoration: none;
	display: block;
	padding: 20px;
	border: 1px solid #e5e5e5;
	transition: 1.4s;
}
a.buttun_2 {
	transform: translateY(-1px);
}
a.buttun_3 {
	transform: translateY(-2px);
}
a.buttun_1:hover,
a.buttun_2:hover,
a.buttun_3:hover {
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.05);
	transition: 0.4s;
}
a.buttun_1:hover span.top_buttom_item,
a.buttun_2:hover span.top_buttom_item,
a.buttun_3:hover span.top_buttom_item {
	color: #f78e1e;
	transition: 0.4s;
}
a.buttun_1:hover .button_description,
a.buttun_2:hover .button_description,
a.buttun_3:hover .button_description {
	color: #000;
	transition: 1.4s;
}

.top_buttom_item {
	padding: 0 5px 5px 0;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #000;
}
span.top_buttom_item span:last-child {
	padding-left: 20px;
}
.button_description {
	display: block;
	color: #adadad;
	padding: 5px 0px 0px;
	font-size: 1.4rem;
}
span.icon_house {
	display: inline-block;
	height: 42px;
	width: 42px;
	padding: 10px;
	background-image: url(https://lviv-tech.city/wp-content/themes/lviv-site/img/icon/house-sketch.svg);
}
span.icon_sketch {
	display: inline-block;
	height: 42px;
	width: 42px;
	padding: 10px;
	background-image: url(https://lviv-tech.city/wp-content/themes/lviv-site/img/icon/sketch.svg);
}
span.icon_planning {
	display: inline-block;
	height: 42px;
	width: 42px;
	padding: 10px;
	background-image: url(https://lviv-tech.city/wp-content/themes/lviv-site/img/icon/pin.svg);
}
@media (min-width: 900px) {
	.submenu .ph__list-i:before {
		content: '';
		display: inline-block;
		width: 0.6rem;
		height: 0.6rem;
		border-radius: 50%;
		background: #f78e1e;
		position: relative;
		vertical-align: middle;
		margin-right: 1rem;
		left: 6px;
		top: -6px;
	}
}
@media (max-width: 899px) {
	.submenu .ph__list-i:before {
		content: '';
		display: inline-block;
		width: 0.6rem;
		height: 0.6rem;
		border-radius: 50%;
		background: #f78e1e;
		position: relative;
		vertical-align: middle;
		margin-right: 1rem;
		left: -9px;
		top: 1px;
	}
}
@media (max-width: 575px) {
	#how-to.sc--scew .column-t:nth-child(1) {
		margin-top: 8rem;
	}
}
@media (max-width: 400px) {
	#how-to.sc--scew .column-t:nth-child(1) {
		margin-top: 3rem;
	}
}

.home #news a span.img_border:before {
	content: url(https://lviv-tech.city/wp-content/themes/lviv-site/img/icon/Path_top_left.svg);

	font-size: 12px;
	height: 32px;
	width: 32px;
	position: absolute;
	top: -1px;
	left: 15px;
}
/*.home  #news a span.img_border:after {
    content: url(https://lviv-tech.city/wp-content/themes/lviv-site/img/icon/Path_bottom_right1.svg);
    
    font-size: 12px;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 142px;
    right: 123px;
}*/
.wpcf7-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.request__content .sc__header {
	padding-top: 0;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.wpcf7-response-output {
	border-color: transparent !important;
}
.wpcf7-spinner {
	display: none !important;
}
.wpcf7-form.sent .form__gr {
	opacity: 0.3;
	pointer-events: none;
}
.wpcf7-form.sent .form__btn {
	display: none !important;
}

.sc--scew--nmt,
.sc--scew {
	margin-top: 0 !important;
}

.sc--scew .back {
	transform: rotate(0) !important;
}

.residentsafter:after {
	content: '';
	background: white;
	height: 29rem;
	display: block;
	width: 100%;
	margin-top: -22rem;
	margin-bottom: -9rem;
}
.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 50rem;
	width: 100%;
}
@media (max-width: 767px) {
	.gallery-top {
		height: 30rem;
		width: 100%;
	}
}
@media (max-width: 377px) {
	.gallery-top {
		height: 24rem;
		width: 100%;
	}
}
.gallery-thumbs {
	height: 27%;
	box-sizing: border-box;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
}
#awards {
	width: 8rem;
	padding-left: 1rem;
	transform: translate(0px, 35px);
}
@media screen and (max-width: 971px) {
	#awards {
		display: none;
	}
	.awards_bottom {
		display: block;
	}
}
@media screen and (min-width: 972px) {
	.awards_bottom {
		display: none;
	}
}
.lang {
	display: flex;
	top: 0;
	left: 0;
	font-size: 14px;
	position: relative;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin-right: auto;
	margin: 0 15px;
}

.lang.header__lang.js-lang ul li {
	padding-left: 10px;
	padding-right: 10px;
}

/* Оновлення сайту */

.lang__current .lang__name {
	border: 2px solid;
	border-radius: 50px;
	padding: 10px;
	text-decoration: none;
	transform: translate(20px, -10px);
	border-color: #f78e1e;
	color: #f78e1e;
	pointer-events: none;
}
.lang__list .lang__link {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
.lang__list .lang__link:hover {
	color: #f78e1e;
}

.sc--scew .column {
	margin-top: 40px !important;
}
.request {
	padding-top: 9rem;
}
.welcome {
	min-height: 100vh;
}
.page-head {
	margin-bottom: 10rem;
	height: 30rem;
}
.video {
	height: 100vh;
	padding: 0;
	margin-top: 0;
	transform: translateY(0);
}
.margin_top_resident {
	margin-top: 0;
}
.r-about:before {
	display: none;
}
.gallery-thumbs {
	height: 160px;
}

.page-inner__btns {
	margin-top: 40px;
}
.header__soc-link {
	margin-left: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	border: none;
}
.header__soc-link img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: auto;
	margin: 0;
}
.header__soc {
	display: flex;
	align-items: center;
}
/* Start parallax */
.parallax-block {
	height: 720px;
	position: relative;
}
.parallax-block .simpleParallax {
	transform: translateY(-20%);
}
.parallax-block__container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 10.5rem;
}
.parallax-block .section-title {
	color: #000000;
}
.intro-about .img_about .simpleParallax {
	height: 100%;
	max-width: 510px;
	width: 100%;
	margin-left: auto;
}
/* End parallax */

/* Start section */
.section-padding {
	padding-top: 10.5rem !important;
	padding-bottom: 13.5rem !important;
}
.section-title {
	font-weight: 700;
	line-height: 3.6rem;
	color: #313131;
	padding: 0;
	margin: 0;
}
.section-title--center {
	text-align: center;
}
.residents .section-title {
	color: #f78e1e;
}
.request__content .section-title {
	padding-bottom: 1rem;
}
/* End section */

/* Start About-page */
.about-page {
}
.about-page .page-head {
	height: auto;
	padding: 0;
	margin: 0;
}
.about-page .intro-about .sc__content {
	padding-top: 16rem;
}
.about-page .img_about {
	position: relative;
	margin-top: -56px;
	transform: translateY(0);
}
.intro-about {
	position: relative;
}
.intro-about {
	background-color: #000;
	padding-bottom: 13.5rem;
}

.about-page .column-text {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
}
.about-page .inner-content__button {
	margin-top: auto;
	max-width: 340px;
}

/* End About-page */

/* Start Newsroom-page */
.newsroom-page .page-head {
	height: auto;
	margin: 0;
	padding: 0;
}
.newsroom-page .page-head .sc__content {
	padding-top: 160px;
	padding-bottom: 13.5rem !important;
}
.newsroom-page .margin_top_resident {
	margin-top: 0;
}
.newsroom-page {
}
.newsroom-page {
}
.newsroom-page {
}
.newsroom-page {
}
.newsroom-page {
}
/* End Newsroom-page */
.about__column {
	position: relative;
	text-decoration: none;
	padding: 0 20px;
}

.about__more-btn {
	position: absolute;
	top: 35px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.1;
	transition: all 0.3s ease-in-out 0s;
}
.about__column:hover .about__more-btn {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	border-color: #f78e1e;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 1.15, 1.15);
		transform: scale3d(1.15, 1.15, 1.15);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.about__column:hover .about__more-btn span:before,
.about__column:hover .about__more-btn span::after {
	background-color: #f78e1e;
}
.about__more-btn span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.about__more-btn span:before,
.about__more-btn span::after {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.3s ease-in-out 0s;
}
.about__column h3.heading {
	font-size: 20px;
	transition: all 0.3s ease-in-out 0s;
}
.about__column:hover h3.heading {
	color: #f78e1e;
}
.about__column .sc__header {
	padding-bottom: 2rem;
}
.about__more-btn span:before {
	transform: rotate(45deg) translate(-55%, 0);
}
.about__more-btn span::after {
	transform: rotate(-45deg) translate(-50%, -50%);
}
.about__text {
	color: #fff;
}
.btn:hover {
	box-shadow: inset 0 0 0 0.2rem #f78e1e !important;
}
.home #news a span.img_border:before {
	display: none !important;
}
.news-section {
	position: relative;
}
.news-section:before {
	content: '';
	width: 100%;
	height: 20rem;
	position: absolute;
	top: -2px;
	left: 0;
	background-color: #000;
	z-index: 1;
}
.news-section .container {
	position: relative;
	z-index: 2;
}

.contact-page .sc__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.contacts__top {
	padding-top: 16rem;
}
.contact-page {
	background-color: #000;
}
.request__content {
	background-color: #fff;
	padding: 40px 30px 25px 30px;
}
.form__gr {
	position: relative;
}
.form__gr br,
.form__gr p {
	display: none;
}

.form__gr label {
	position: absolute;
	display: inline-block;
	background: #fff;
	font-size: 1.4rem;
	transform: translateY(0);
	padding-bottom: 5px;
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	z-index: 1;
	color: #000;
	padding: 0 10px;
	left: 0;
	top: -10px;
}
.form__tarea {
	height: 80px;
}
.form__gr input {
	margin: 0;
}
.request__form {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 20px;
}
.form__btn {
	margin: 0 auto;
	width: 100%;
}

.sc__header p {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	text-align: center;
}
.sc__header {
	padding-top: 0;
}

.contact-page .contacts__addr {
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.4;
}
.contact-page .contacts__link {
	margin-bottom: 0;
    display: inline-flex;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.contact-page .socials {
	display: flex;
	align-items: center;
	gap: 20px;
}

.contact-page .contact__container h1 {
	margin-bottom: 40px;
}
.contact__body {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 40px;
}
.contact-page .request__content {
	border-radius: 30px;
}
.contact__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.contact__item:last-child {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-direction: row;
}
.contact-page .contact__item-link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}
.contact-page .contact__item-link img {
	max-width: 100%;
	height: 21px;
}

.about-page .about__column .about__text {
	color: #000;
}
.about-page .about__more-btn {
	border-color: #000;
}

.about-page .about__more-btn span:before,
.about-page .about__more-btn span::after {
	background-color: #000;
}

.partners-intro {
	padding-top: 16rem;
	padding-bottom: 55px;
}

.partners-intro__content h1 {
	color: #f78e1e;
	font-size: 4rem;
	line-height: 1.2;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list__li {
	position: relative;
	padding-left: 1.4rem;
	font-size: 20px;
}
.list__li:not(.list__li:last-child) {
	margin-bottom: 15px;
}
.list__li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f78e1e;
	top: 50%;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	display: block;
}
.list__li--arrow {
	padding-left: 3.4rem;
	font-size: 18px;
}
.list__li--arrow:before,
.list__li--arrow:after {
	content: '';
	width: 10px;
	height: 2px;
	position: absolute;
	background-color: #fff;
	left: 0;
	transition: all 0.3s ease-in-out 0s;
}
.list__li--arrow:before {
	top: 35%;
	transform: rotate(45deg) translateY(-50%);
}
.list__li--arrow:after {
	transform: rotate(-45deg) translateY(50%);
	top: auto;
	bottom: 35%;
}
.list__li:hover.list__li--arrow:before,
.list__li:hover.list__li--arrow:after {
	background-color: #f78e1e;
}
.list__link {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s ease-in-out 0s;
}
.list__link--orange {
	color: #f78e1e;
}
.list__li:hover .list__link--orange {
	color: #fff;
}

.partners-content {
	padding-bottom: 50px;
}

.partners-content__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5rem;
}
.partners-content__body-text {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
}
.partners-content__body-text h2 {
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 50px 0 40px;
	color: #fff;
	padding: 0;
}
.partners-content__body-text p {
	margin-bottom: 4rem;
}
.partners-content__body-text ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.partners-content__body-text ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #f78e1e;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.partners-content__column blockquote {
	padding: 4rem;
	margin-bottom: 4rem;
	border: 1px solid #ffffff;
	border-radius: 30px;
	max-width: 100%;
}

.partners-content__column blockquote h3 {
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 40px;
	padding: 0;
	color: #f78e1e;
	font-weight: 600;
}
.partners-content__column blockquote p {
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	margin: 0;
}

.body-wrapper.partners-page,
.page-template-page-InnerBuild .body-wrapper {
	overflow: visible;
}
.form__header h2 {
	padding-bottom: 1rem;
	font-weight: 700;
}
.faq {
	background: #fff;
	padding: 70px 0 100px;
}
.faq__container {
}
.container {
}
.faq__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 50px;
}
.faq__content-body {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}
.faq .section-title {
	margin-bottom: 40px;
}
.faq__content-item {
	color: #000;
}
.faq__content-item button {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 15px;
	font-weight: 700;
	background: transparent;
	border: 0;
	text-align: left;
	width: 100%;
	padding: 0;
	cursor: pointer;
	color: #000;
}
.faq__content-item button:hover span {
	opacity: 0.8;
}
.faq__content-item button._active span:before {
	transform: rotate(0);
}
.faq__content-item button span {
	min-width: 30px;
	min-height: 30px;
	border-radius: 50%;
	background-color: #f78e1d;
	margin-left: 15px;
	position: relative;
	display: flex;
	align-items: center;
	transition: all 0.3s ease-in-out 0s;
	justify-content: center;
}
.faq__content-item button span:after,
.faq__content-item button span:before {
	content: '';
	width: 20px;
	height: 2px;
	border-radius: 5px;
	background-color: #fff;
	position: absolute;
	transition: all 0.3s ease-in-out 0s;
}
.faq__content-item button span:before {
	transform: rotate(90deg);
}
.faq__content-item div {
	font-size: 1.8rem;
	line-height: 1.4;
	padding-bottom: 15px;
}
.faq__form {
	position: -webkit-sticky;
	position: sticky;
	top: 75px;
}
.faq__form-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 100%;
	padding: 40px;
	border-radius: 30px;
	background-color: #fff;
	border: 2px solid #000;
}
@media (min-width: 900px) {
	.faq__form-wrapper {
		max-width: 455px;
		margin-left: auto;
	}
}

.faq__form-wrapper .form__header {
	text-align: center;
}
.page-template-resedent-page footer {
	background-color: #fff !important;
	color: #000 !important;
}

@media (max-width: 900px) {
	.partners-content__body {
		grid-template-columns: 1fr;
	}
	.faq__form {
		margin-top: 0;
	}
	.faq__body {
		gap: 20px;
	}
	.faq__form-wrapper {
		padding: 20px;
	}
	.partners-content {
		overflow: hidden;
	}
	.page-template-tml-faq footer {
		color: #fff !important;
		background-color: #fff !important;
	}
}
@media (max-width: 768px) {
	.faq__body {
		grid-template-columns: 1fr;
		row-gap: 50px;
	}
	.partners-content__column--right {
		margin-top: 5rem;
	}
	.faq {
		padding-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.faq__form-wrapper {
		padding: 20px;
	}
	.partners-content__column blockquote {
		padding: 20px;
	}
}

.page-template-about-page .footer,
.page-template-newcontact-page .footer {
	background: #000 !important;
}
.contact-location {
	display: inline;
	height: 25px;
	margin-right: 15px;
}
.inner-intro {
	padding-top: 16rem;
	padding-bottom: 5.5rem;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.inner-intro__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	background-size: cover;
	object-fit: cover;
}
.inner-intro__body h1 {
	font-weight: 700;
	line-height: 4rem;
	color: #f78e1e;
	padding: 0;
	margin: 0;
	margin-bottom: 3rem;
}
.inner-intro__body p {
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	max-width: 50rem;
	line-height: 1.4;
}
.inner-content {
	background: #fff;
}
.inner-content__content {
	color: #000;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.4;
	display: flex;
	width: 100%;
	max-width: 50%;
	flex-direction: column;
}
.inner-content__content ul {
	margin: 10px 0 20px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}
@media (max-width: 1060px) {
	.inner-content__content {
		max-width: auto;
	}
}

.inner-content__fixed {
	width: 100%;
	max-width: 50%;
}
.inner-content {
	padding-top: 5rem;
	padding-bottom: 7rem;
}
.inner-content__fix {
	margin-top: -240px;
	max-width: 510px;
}
.inner-content__body {
	display: flex;
	justify-content: space-between;
	column-gap: 5rem;
}
.gallery-top {
	height: 39rem;
}
.inner-content__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-bottom: 4rem;
}

.newsroom-header {
	background-color: #000;
	padding: 16rem 0 7rem;
}
.container {
}
.newsroom-header__title {
	font-weight: 700;
	font-size: 4rem;
	line-height: 4.6rem;
	color: #f78e1e;
	margin-bottom: 3.5rem;
}
.newsroom-header__subtitle {
	color: #fff;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 500;
	display: flex;
	align-items: center;
}
@media (max-width: 540px) {
	.newsroom-header__subtitle {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.newsroom-header__subtitle .header__soc {
		padding: 0;
	}
	.newsroom-header__subtitle .header__soc-link {
		width: 50px;
		height: 50px;
	}
}
.blog-entry__social .social__item {
	padding: 0;
	margin: 0;
}
.blog-entry__social .social {
	margin: 0;
	gap: 15px;
	position: sticky;
	top: 20px;
}
.body-wrapper.page__article {
	overflow: visible;
}
.news-header {
	background-color: #000;
	padding: 16rem 0 32rem;
	position: relative;
}
.news-header:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}
.news-content {
	background-color: #fff;
	margin-top: -32rem;
}
.news-content__body {
	display: grid;
	grid-template-columns: 4rem 1fr;
	column-gap: 6rem;
}
.news-header .breadcrumbs__link {
	color: #fff;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 3.5rem;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
.news-header .breadcrumbs__link:hover {
	color: #f78e1e;
}
.news-header__title {
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.4;
	color: #f78e1e;
	margin-bottom: 1.5rem;
}

.news-header__container .breadcrumbs {
	margin-bottom: 1.5rem;
}
.news-header__date {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 4rem;
}
.news-content__body {
	padding: 6rem 0;
}
.news-content__sticky {
	position: sticky;
	top: 75px;
}
.news-content__text .post__text {
	font-size: 1.8rem;
	line-height: 1.4;
}
.news-content__sticky .social {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.news-content__sticky .social__item {
	margin: 0;
	padding: 0;
}
.news-content__sticky .social__link {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	border: 2px solid #666666;
	transition: all 0.3s ease-in-out 0s;
}
.news-content__sticky .social__link:hover {
	border-color: #f78e1e;
}
.news-content__sticky .social__link i img {
	transition: all 0.3s ease-in-out 0s;
}
.news-content__sticky .social__link:hover i img {
	opacity: 1;
}
.news-content__text .post__text a {
	transition: all 0.3s ease-in-out 0s;
}
.news-content__text .post__text a:hover {
	color: #000;
	opacity: 0.6;
}
html {
	margin-top: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
@media (max-width: 768px) {
	.news-content__body {
		gap: 2rem;
	}
	.news-content__body {
		padding: 4rem 0 6rem;
	}
	.news-content {
		margin-top: -16rem;
	}
	.news-header {
		padding-bottom: 16rem;
	}
}
@media (max-width: 480px) {
	.news-content {
		margin-top: -10rem;
	}
	.news-header {
		padding-bottom: 10rem;
	}
	.news-content__body {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}
	.news-content__text {
		order: -1;
	}
	.news-content__sticky .social {
		position: relative;
		flex-direction: row;
		justify-content: flex-end;
	}
}

.newsroom-header__link span {
	display: block;
	color: #000;
	line-height: 1;
	transition: all 0.3s ease-in-out 0s;
}
.newsroom-header__container {
	position: relative;
}
.newsroom-header__link {
	background-color: #fff;
	border: 2px solid #e3e3e3;
	border-radius: 15px;
	padding: 15px;
	text-decoration: none;
	display: grid;
	grid-template-columns: 35px 1fr;
	row-gap: 5px;
	column-gap: 15px;
	align-items: center;
	position: absolute;
	text-transform: uppercase;
	bottom: -100%;
	right: 15px;
	z-index: 1;
	max-width: 290px;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
}
.newsroom-header__link:hover {
	border-color: #f78e1d;
}
.newsroom-header__link span.ttt {
	font-size: 1.8rem;
	font-weight: 700;
}
.newsroom-header__link span:last-child {
	grid-column: span 2;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: none;
}
.page-template-page-newsroom .r-about {
	z-index: 0;
}
.page-template-page-newsroom footer {
	background-color: #fff !important;
	color: #000 !important;
}
@media (max-width: 768px) {
	.newsroom-header__link {
		transform: translateY(-50%);
		bottom: calc((100% + 1rem) * -1);
	}
	.newsroom-header__link:hover {
		transform: translateY(-50.3%);
	}
	.newsroom-header {
		padding-bottom: 10rem;
	}
	.page-template-page-newsroom .r-about {
		padding-bottom: 3.5rem !important;
	}
	.newsroom-page .margin_top_resident {
		margin-top: -230px;
	}
	.newsroom-header {
		padding-bottom: 20rem !important;
	}
}
@media (max-width: 480px) {
	.newsroom-header__link {
		padding: 15px;
		column-gap: 15px;
		grid-template-columns: 30px 1fr;
		right: auto;
		left: 15px;
	}
	.inner-content__buttons {
		grid-template-columns: 1fr;
	}
}
.inner-content__slider span {
	display: block;
	text-align: center;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: 700;
	color: #f78e1d;
	margin: 2.5rem auto 0;
}
.gallery-top {
	height: auto;
}
.gallery-top__image {
	position: relative;
	padding-bottom: 73%;
	border: 2px solid #fff;
	overflow: hidden;
	border-radius: 15px;
}
.ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.inner-content__button {
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
	column-gap: 15px;
	row-gap: 5px;
	padding: 15px;
	border: 2px solid #e3e3e3;
	border-radius: 15px;
	color: #fff;
	background-color: #000;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
	min-width: 290px;
}
@media (max-width: 640px) {
	.inner-content__button {
		min-width: auto;
	}
}
.inner-content__button span {
	display: block;
	line-height: 1.2;
}
.inner-content__button span.st {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 500;
}
.welcome__buttons .inner-content__button span {
	font-size: 1.8rem;
}
/* .inner-content__button span:last-child {
  grid-column: span 2;
  font-size: 1.4rem;
  align-self: flex-start;
} */
.inner-content__button:hover {
	border-color: #f78e1e;
	color: #000;
	background-color: #fff;
}
.gallery-top .swiper-pagination {
	display: flex;
	align-items: center;
	left: 50% !important;
	bottom: 20px !important;
	transform: translateX(-50%);
	width: auto !important;
	gap: 10px;
}
.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background-color: #fff !important;
	opacity: 0.6 !important;
	margin: 0 !important;
}
.swiper-pagination-bullet-active {
	background-color: #f78e1d !important;
	opacity: 1 !important;
}
.inner-content__button--white {
	background-color: #fff;
	color: #000;
	border-color: #f78e1d;
}
.inner-content__button--white:hover {
	border-color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
	color: #fff !important;
}
@media (max-width: 1200px) {
	.inner-content__fixed {
		width: 100%;
		max-width: 510px;
		margin-left: auto;
	}
}
@media (max-width: 850px) {
	.inner-content__body {
		grid-template-columns: 100%;
		gap: 40px;
		justify-content: stretch;
		flex-direction: column;
	}
	.inner-content__fixed {
		order: -1;
		margin-top: -40rem;
	}
	.inner-content__fix {
		position: relative;
	}
	.inner-intro {
		padding-bottom: 35.5rem;
	}
	.inner-intro__body p {
		max-width: 100%;
		margin-bottom: 3rem;
	}
	.inner-content__fix {
		margin: 0;
		top: 0;
	}
	.inner-content__buttons {
		grid-template-columns: 1fr 1fr;
	}
	.inner-content__content,
	.inner-content__fixed,
	.inner-content__fix {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.inner-content__buttons {
		grid-template-columns: 1fr 1fr;
	}
	.inner-content__buttons img {
		max-width: 30px;
	}
}
.main-page #request,
.main-page #request .section-title {
	color: #000;
}
.main-page #request .request__content {
	border: 2px solid #fff;
	border-radius: 30px;
}
.news-section {
	padding-top: 0 !important;
}
.page-template-fronthome-page footer {
	background-color: #f0f0f0 !important;
	color: #000 !important;
}
.page-template-new-resident4 footer {
	background-color: #fff !important;
	color: #000 !important;
}

.front-slider__image.ibg {
	position: relative;
	padding-bottom: 720px;
}
.front-min-slider__image.ibg {
	position: relative;
	padding-bottom: 140px;
}
.front-min-slide {
	border-radius: 15px;
	border: 1px solid #707070;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}

.front-swiper__pagination {
	display: none;
}
.front-slider__body-min {
	margin-top: -160px;
}

.front-slider__body {
	padding-bottom: 20px;
	position: relative;
}
.front-slider__body .section-title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100px;
	z-index: 2;
	color: #fff;
}
@media (max-width: 768px) {
	.front-min-slide {
		max-width: 100%;
	}
	.front-min-swiper {
		overflow: visible !important;
	}
	.front-slider__body-min {
		padding: 0 15px;
	}
}
@media (max-width: 768px) {
	.front-slider__image.ibg {
		padding-bottom: 70vh;
	}
}
.front-min-swiper {
	overflow: visible !important;
}
.welcome--ibg {
	position: relative;
}
.welcome__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	object-fit: cover;
}
.welcome {
	padding-top: 16rem;
}
.welcome__sub-slogan {
	font-weight: 700;
	font-size: 8rem;
	line-height: 1;
}
.welcome__slogan {
	font-size: 8rem;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 2rem;
}
.welcome__slogan span {
	font-weight: 700;
}
.welcome__p {
	max-width: 730px;
	font-size: 2.8rem;
	line-height: 1.4;
}
.inner-content__button-nbg {
	background-color: rgba(0, 0, 0, 0.3);
}
.inner-content__button-nbg:hover {
	background: #000;
	color: #fff;
}
.welcome__buttons {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	flex-wrap: wrap;
	padding: 15px 0 40px;
}
@media (max-width: 991px) {
	.welcome__sub-slogan {
		font-size: 4rem;
	}
	.welcome__slogan {
		font-size: 6rem;
	}
}
@media (max-width: 900px) {
	.welcome__sub-slogan {
		font-size: 4rem;
	}
	.welcome__p {
		font-size: 2.2rem;
	}
}
@media (max-width: 560px) {
	.welcome__slogan {
		font-size: 4rem;
	}
	.welcome__sub-slogan {
		font-size: 3rem;
	}
	.welcome__p {
		font-size: 1.8rem;
	}
	.welcome__buttons {
		display: flex;
		gap: 15px;
		align-items: stretch;
	}
}
@media (max-width: 490px) {
	.inner-content__button {
		min-width: auto;
	}
	.welcome {
		min-height: 85vh;
	}
	.inner-content__button span.st {
		font-size: 1.4rem;
	}
}
@media (max-width: 380px) {
	.welcome__slogan {
		font-size: 3.4rem;
	}
}
@media (max-width: 360px) {
	.inner-content__buttons {
		grid-template-columns: 1fr;
	}
	.welcome__buttons {
		display: grid;
		grid-template-columns: 1fr;
	}
}
.request__content {
	width: 100%;
	max-width: 510px;
	margin-left: auto;
	margin-right: 0;
}
@media (max-width: 767px) {
	.contact-page .sc__content {
		grid-template-columns: 1fr;
		row-gap: 50px;
	}
	.request__content {
		margin-right: auto;
		margin-left: 0;
	}
}
.inner-content .inner-content__button {
	display: flex;
	min-width: auto;
	align-items: center;
}
/* .inner-content .inner-content__button span:last-child {
  align-self: center;
} */

.about-intro__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	padding-bottom: 2rem;
}
.about-intro__content {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #fff;
	display: flex;
	flex-direction: column;
}
@media (max-width: 767px) {
	.about-intro__body {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.about-intro__content {
		padding-bottom: 6rem;
	}
	.intro-about .img_about .simpleParallax {
		max-width: 100%;
		margin-top: 0;
	}
}

.intro-about__title {
	margin-bottom: 40px;
	font-weight: 700;
}

.about-intro__gif video {
	width: 100%;
	margin-top: -11rem;
}
.about-page__parallax {
	max-height: 70vh;
}
.about-page__parallax {
	position: relative;
}
.about-page__parallax::before {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
}
@media (max-width: 767px) {
	.about-intro__body {
		padding-bottom: 0;
	}
	.about-intro__content {
		padding-bottom: 0;
	}
	.about-intro__gif video {
		margin-top: 0;
	}
}

.noise-bg {
	position: relative;
}
.noise-bg::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('http://www.lviv-tech.city/wp-content/uploads/2022/02/noise_6-scaled.webp');
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.contact-page .wpcf7-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.contact-page .wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.6rem;
	font-weight: 500;
	color: #2da938;
	border: none !important;
}

.inner-content__content ol,
.inner-content__content ul {
	margin: 10px 0 20px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}
.inner-content__content ol {
	padding-left: 40px;
	list-style: none;
}
.inner-content__content li {
	position: relative;
	padding-left: 2.4rem;
}
.inner-content__content li:before {
	content: '';
	height: 6px;
	width: 6px;
	position: absolute;
	background: #f7901e;
	border-radius: 50px;
	left: 0;
	top: 10px;
}

.contact-page .request__content {
	max-width: 455px;
}
.header__phone a {
	font-weight: 500;
	line-height: 1.6;
	line-height: 1;
	display: block;
	margin: 0 15px;
}

.js_mobile-nav .mobile_social {
	display: flex;
	justify-content: center;
}
@media (max-width: 480px) {
	.header__phone a {
		display: none;
	}
}
.about-page .padding_two_block {
	background-color: #fff;
}

.about-page .about__text {
	color: #000;
}

.about-page .readmore-js-toggle {
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0.58) 0%,
		rgba(255, 255, 255, 1) 100%
	);
}

.request__content .section-title {
	font-size: 2.6rem;
	line-height: 1.4;
}
.contact-page .sc__header p {
	font-size: 1.6rem;
}
.map {
	position: relative;
}
.map iframe {
	width: 100%;
	min-height: 720px;
}

.faq__form .btn {
	width: 100%;
	margin-bottom: 0;
}

.faq__content {
	position: relative;
	padding-top: 9rem;
	margin-top: 9rem;
	background-color: #fff;
	padding: 40px;
	border-radius: 30px;
}
/* .faq__content::before {
  content: "";
  width: 10000px;
  height: calc(100% + 110px);
  top: 0;
  left: -4000px;
  background-color: #fff;
  z-index: -1;
  position: absolute;
} */
.page-template-tml-faq {
	overflow-x: hidden;
}
h2#faq {
	color: #000;
	margin-top: 0;
}

.inner-intro__body {
	display: grid;
	grid-template-columns: 1fr 510px;
	column-gap: 5rem;
}
@media (max-width: 850px) {
	.inner-intro__body {
		grid-template-columns: 1fr;
	}
}
.inner-intro__body p {
	grid-column: 1/2;
}

.header__logo {
	display: inline-flex;
	height: 14px;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.header__logo img {
	max-width: 100%;
	height: 100%;
	display: block;
}
@media (max-width: 900px) {
	.header__logo {
		height: 28px;
	}
}
a {
	cursor: pointer;
}

.page-template-page-InnerBuild footer,
.page-template-about-pageNEW footer {
	background-color: #fff !important;
	color: #000 !important;
}

@media (max-width: 900px) {
	.partners-content__column--right {
		margin-top: 5rem;
	}
	.faq__content,
	.partners-content__column blockquote {
		padding: 20px;
	}
}

.main__menu {
	display: flex;
	align-items: center;
}
.main__menu > li {
	padding: 0;
	margin: 0 10px;
	position: relative;
}
.main__menu > li a {
	color: #fff;
	padding: 5px;
	display: block;
	text-decoration: none;
	font-weight: 500;
	line-height: 1.4;
	font-size: 1.6rem;
}
.main__menu > li a::before, .home .welcome__content a.welcome__p::after {
	content: '';
	width: 0;
	height: 2px;
	background-color: #f78e1d;
	position: absolute;
	left: 0;
	transition: all 0.3s ease-in-out;
	bottom: 0;
}
.main__menu > li a:hover::before, .home .welcome__content a.welcome__p:hover::after {
	width: 100%;
}

.main__menu .sub-menu {
	position: absolute;
	left: 0;
	top: 50%;
	opacity: 0;
	padding: 10px;
	background-color: #000;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	text-align: left;
}
.main__menu .sub-menu li {
	position: relative;
	padding: 0 0 0 10px;
}
.main__menu .sub-menu li::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f78e1d;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main__menu .sub-menu li a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	line-height: 1.4;
	font-size: 1.6rem;
	transition: all 0.3s ease-in-out;
}
.main__menu .sub-menu li a:hover {
	color: #f78e1d;
}
.menu-item-has-children:hover .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.menu-item-has-children a::before {
	display: none;
}

.sub-menu a::before {
	left: 15px;
}
.sub-menu a:hover:before {
	width: calc(100% - 15px);
}

@media (max-width: 900px) {
	.main__menu {
		display: none;
	}
	.mobile-nav .main__menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.mobile-nav .main__menu li {
		margin: 0 0 15px 0;
	}
	.mobile-nav .main__menu a {
		font-size: 2.6rem;
		padding: 0;
		display: inline-flex;
	}
	.mobile-nav .sub-menu {
		position: relative;
		opacity: 1;
		visibility: visible;
		padding: 0;
		padding-top: 15px;
	}
	.mobile-nav .sub-menu li {
		margin-bottom: 10px;
	}
	.mobile-nav .sub-menu li:last-child {
		margin-bottom: 0;
	}
	.mobile-nav .sub-menu li a {
		font-size: 2.2rem !important;
	}
}
textarea,
input {
	font-family: 'Roboto', sans-serif, serif !important;
}

.section-padding--top-h {
	padding-top: 0 !important;
	padding-bottom: 3.5rem !important;
}
.sc--scew.section-padding--top-h  .column{
	margin-top: 0 !important;
}