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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align: top;
}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse; border-spacing: 0;}


sup { font-size: x-small; }
strong { font-weight: 700; }

img {
	border-style: none;
	vertical-align: middle;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
	outline: 1px dotted ButtonText;
}
::-moz-selection {
	background: #e60012;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #e60012;
	color: #fff;
	text-shadow: none;
}

html, body { height: auto; min-height: 100vh; }
html {
	overflow: auto;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #3a3a3a;
	width: 100%;
	/*min-width: 1240px;*/
	overflow-x: hidden;	
	overflow-y: hidden;
	transition: background 0.5s ease, opacity 0.3s !important;
}

a {
	color: #e60012;
	text-decoration: none;
}

a:link,
a:hover,
a:visited,
a:active,
a:focus {
	outline: none!important;
}
a:hover {
	color: #000;
}
a,
a img,
a:before,
a:after {
	-webkit-transition: color 0.2s, border-color 0.2s, opacity 0.2s, background 0.2s, background-size 0.2s;
	transition: color 0.2s, border-color 0.2s, opacity 0.2s, background 0.2s, background-size 0.2s;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: 'Circe', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.3;
}

h4,
.h4 {
	font-size: 32px;
    font-weight: 500;
    line-height: 0.9;
}

h5,
.h5 {
	font-size: 21px;
    font-weight: 700;
}
.subheading {
	margin: 1rem 0;
}

.nowrap {
	white-space: nowrap;
}

.text-300 {
	font-weight: 300!important;
}

.text-red {
	color: #e60012 !important;
}
.text-yellow {
	color: #ffc107 !important;
}
.text-light {
	color: #f3f3f3 !important;
}

.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}

.p-b-10 {
	padding-bottom: 10px !important;
}
.p-b-20 {
	padding-bottom: 20px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-t-20 {
	padding-top: 20px !important;
}
.p-t-30 {
	padding-top: 30px !important;
}
.p-r-30 {
	padding-right: 30px !important;
}
.p-b-30 {
	padding-bottom: 30px !important;
}
.p-l-30 {
	padding-left: 30px !important;
}
.p-t-40 {
	padding-top: 40px !important;
}
.p-r-40 {
	padding-right: 40px !important;
}
.p-b-40 {
	padding-bottom: 40px !important;
}
.p-l-40 {
	padding-left: 40px !important;
}

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

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

@media (min-width: 992px) {
	.d-lg-none {
	    display: none!important;
	}
	.d-lg-flex {
	    display: flex!important;
	}
}

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

/* Site Mobile Menu */
.site-mobile-menu-close {
	display: block;
	position: relative;
	height: 30px;
	width: 30px;
	z-index: 99;
	cursor: pointer;
	top: -20px;
}

.site-mobile-menu-close > span {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(230, 0, 18, 0.7);
}
.site-mobile-menu-close > span .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    fill: #000;
    transition: fill 0.2s;
}

.site-mobile-menu {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1000;
	padding-top: 20px;
	background: #ffffff;
	height: calc(100vh);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
	transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas-menu .site-mobile-menu {
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	margin-top: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 24px;
	display: inline-block;
	padding: 8px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 0 20px 20px 20px;
	height: calc(100vh - 52px);
	padding-bottom: 100px;
}

.site-mobile-menu .site-nav-wrap {
	padding: 20px 0 0;
    margin: 20px 0 0;
	list-style: none;
	position: relative;
	overflow: hidden;
    border-top: 1px solid rgba(108, 117, 125, 0.15);
}

.site-mobile-menu .site-nav-wrap:nth-child(2) {
	padding: 30px 20px;
    background: #1c1c1c;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-items: center;
    border-top: 0;
}

.site-mobile-menu .site-nav-wrap a:not(.action-button) {
	padding: 15px 20px 15px 0;
	display: block;
	position: relative;
	color: #000;
	font-weight: 400;
	background-color: transparent;
}

.site-mobile-menu .site-nav-wrap a:hover {
	color: #e60012;
}

.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
	color: #e60012;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid rgba(108, 117, 125, 0.15);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.active {
	border: 0;
	background-color: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 16px;
	z-index: 20;
	font-family: "icomoon";
	content: "\e313";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.site-mobile-menu .site-nav-wrap>li.cta-button {
	display: inline-flex;
	float: none;
	width: auto;
	margin: 5px;
}

/* Menu Burger */
.burger {
	width: 28px;
	height: 32px;
	cursor: pointer;
	position: relative;
}
.burger:before,
.burger span,
.burger:after {
	width: 100%;
	height: 2px;
	display: block;
	background: #000;
	border-radius: 4px;
	position: absolute;
	opacity: 1;
}
.burger.light:before,
.burger.light span,
.burger.light:after {
	background-color: #fff;
}
.burger:before,
.burger:after {
	-webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
	transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
	transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
	content: "";
}
.burger:before {
	top: 4px;
}
.burger span {
	top: 15px;
	width: 75%;
}
.burger:after {
	top: 26px;
}


/* Menu Burger Hover */
.burger:hover:before {
	top: 7px;
}
.burger:hover:after {
	top: 23px;
}


/* Menu Burger Click */
.burger.active span {
	opacity: 0;
}
.burger.active:before,
.burger.active:after {
	top: 40%;
	width: 100%;
}
.burger.active:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
	/*for IE*/
}
.burger.active:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
	/*for IE*/
}
.burger:focus {
	outline: none;
}

/* Sticky header */
#sticky_aside {
	z-index: 990;
}
#sticky_aside > div {
	z-index: 990;
}
.sticky {
	position: fixed;
	z-index: 990;
}

/* Slideshow */
.slideshow-container {
	position: relative;
	/*margin-top: 90px;*/
	min-height: 100vh!important;
}

/* Site Section */
.section-wrap {
    position: relative;
    margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

/* Section */
.site-section_container {
	position: relative;
	width: 100%;
}
.site-section {
	position: relative;
	margin: 0 auto;
	max-width: 1240px;
	box-sizing: border-box;
	padding: 0 20px;
	height: 100%;
}

.section-title {
	max-width: 980px;
	position: relative;
	margin: 0 auto 2rem;
}
.section-title._color-invert,
.section-title._color-invert h2,
.section-title._color-invert h3 {
	color: #f3f3f3;
}
.section-title._wide-left {
	text-align: left;
	max-width: 1160px;
}
.section-title h1,
.section-title h2,
.section-title h3 {
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.025em;
	color: #1c1c1c;
	margin-bottom: 2rem;
}
.section-title h1 {
	font-size: 80px;
}
.section-title h2 {
	font-size: 64px;
}
.section-title h3 {
	font-size: 48px;
}
.section-title p {
	margin: 1rem 0;
    font-size: 24px;
}
.section-title._color-invert p {
    font-weight: 300;
}

/* dividers */
.has-top-divider {
	position: relative;
	padding: 1rem 0 0;
}
.has-top-divider::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.has-bottom-divider {
	position: relative;
}
.has-bottom-divider::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}
.has-top-divider.on-dark::before,
.has-bottom-divider.on-dark::after {
	background: rgba(255, 255, 255, 0.2);
}

/* Basic Columns */
.basic-cols {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
    flex-direction: row;
	justify-content: space-between;
}
.basic-cols.align-items-center {
	align-items: center;
}
.basic-cols.justify-content-end {
	justify-content: flex-end;
}
.basic-cols_item {
	position: relative;
	box-sizing: border-box;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-width: 25%;
}
.basic-cols_item.w-15 {
	max-width: 15%;
	min-width: 14%;
}
.basic-cols_item.w-25 {
	max-width: 24%;
	min-width: 24%;
}
.basic-cols_item.w-50 {
	max-width: 48%;
}
.basic-cols_item.w-75 {
	max-width: 75%;
}
.basic-cols_item.w-33 {
	max-width: 33.33%;
}
.basic-cols_item.w-66 {
	max-width: 66.66%;
}
.basic-cols_item.w-100 {
	min-width: 100%;
}
.basic-cols.wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 992px) {
	.basic-cols.flex-wrap-mob {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.basic-cols .w-100-mob,
	.basic-form .w-100-mob {
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.basic-cols .w-50-mob,
	.basic-form .w-50-mob {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		min-width: 48%;
		max-width: 48%;
	}
	.basic-form .text-right {
		text-align: left;
	}
}
.margin-minus {
	margin: 0 -20px;
}
.margin-minus > div {
	padding: 0 20px;
}
.no-stretch {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

/* Action Buttons */
.action-button {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 1rem 0;
	padding: 0 2rem;
	height: 50px;
	line-height: 52px;
	font-family: 'Circe', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	border-radius: 30px;
	border: 0;
	background-color: #e60012;
	overflow: hidden;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, border 0.2s, box-shadow 0.2s;
}
.action-button:hover {
	background-color: #ff0000;
	color: #fff;
}
.action-button._stroke-button {
	color: #fff;
	border: 1px solid rgba(255,255,255, 0.5);
	background-color: transparent;
}
.action-button._stroke-button:hover {
	border-color: #e60012;
	color: #e60012;
}

.arrow-link {
	position: relative;
    display: inline-block;
    padding-right: 46px;
    margin: 2rem 0;
}
.arrow-link span {
	position: relative;
	display: inline-block;
	color: #e60012;
	font-family: 'Circe', sans-serif;
	font-size: 36px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s;
}
.arrow-link.link-dark span {
	color: #191919;
}
.arrow-link span:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e60012;
    opacity: 0;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: opacity 0.3s, transform 0.3s;
}
.arrow-link:hover,
.arrow-link span:hover {
	color: #fff;
}
.arrow-link span:hover:after {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
	transition: opacity 0.3s, transform 0.3s;
}
.arrow-link .icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -18px;
	width: 36px;
	height: 36px;
	fill: currentColor;
}
.arrow-link.internal .icon {
	transform: rotate(-45deg);
}
.arrow-link._color-invert span {
	color: #fff;
}
.arrow-link._color-invert span:hover {
	color: #e60012;
}
.arrow-link._color-black span {
	color: #1c1c1c;
}
.arrow-link._color-black span:hover {
	color: #fff;
}

/* Buttons Container */
.buttons-container {
	text-align: center;
}

/* Header */
.header {
	position: relative;
    width: 100%;
    height: 90px;
	color: #fff;
	font-family: 'Circe', sans-serif;
	backdrop-filter: blur(15px);
}
.header:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    /*background: linear-gradient(180deg,#1c1c1c,rgba(28,28,28,.5) 26%,rgba(28,28,28,0));*/
    background: linear-gradient(90deg, #1c1c1c, #0e0e0e);
	background-color: #1c1c1c;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
    user-select: none;
	transition: opacity 0.2s, top 0.2s;
}
.header:hover:after {
    opacity: 1;
}
.header_in {
	position: relative;
    z-index: 2;
    height: 100%;
	display: flex;
	flex-wrap: nowrap;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.header_in > div {
	position: relative;
    -webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.header-left {
	max-width: 20%;
}
.header-logo {
	position: relative;
	color: #000;
}
.header-logo:hover {
	opacity: 0.8;
}
.header-logo img {
	position: relative;
    z-index: 2;
	height: 70px;
}

.header-center {
	width: 30%;
	text-align: center;
}
.header-right {
	max-width: 20%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
.header-phone {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.site-mobile-menu .header-phone {
	font-size: 18px;
}
.header-icon {
	position: relative;
	margin-left: 30px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid rgba(230, 0, 18, 0.7);
}
.header-icon:hover {
	border-color: rgba(230, 0, 18, 1);
}
.header-icon .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
	width: 24px;
	height: 24px;
	fill: #fff;
	transition: fill 0.2s;
}
.header-icon:hover .icon {
	fill: #e60012;
}

/* ----- Menu ----- */
.header-menu {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
	justify-content: center;
}
.header-menu_item {
	position: relative;
	margin: 0 3%;
}
.header-menu_item a {
	position: relative;
	box-sizing: border-box;
	padding: 10px 0;
	text-decoration: none;
	font-family: 'Circe', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	white-space: nowrap;
	color: #fff;
}
.header-menu_item a:hover {
	color: #e60012;
}
.header-menu_item a:after {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e60012;
	opacity: 0;
	-webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	transition: opacity 0.3s, transform 0.3s;
}
.header-menu_item a:hover:after {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
	transition: opacity 0.3s, transform 0.3s;
}
.header-menu_item.active a {
	color: #fff;
	font-weight: 400;
}
.header-menu_item.active a:after {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.header-menu_item .special-button,
.header-menu_item:last-of-type a {
	padding: 12px 2rem 10px;
	border-radius: 30px;
    background-color: #ffc107;
    color: #1c1c1c;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.header-menu_item .special-button:hover,
.header-menu_item:last-of-type a:hover {
	color: #1c1c1c;
	background-color: #fdd835;
}
.header-menu_item .special-button:after,
.header-menu_item:last-of-type a:after {
	content: none;
}
.header-menu_item.active .special-button,
.header-menu_item.active:last-of-type a {
	color: #fff;
	background-color: #e60012;
	font-weight: 400;
}


/* ---------- Main dropdown ---------- */
.menu-dropdown_title {
	position: relative;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	white-space: nowrap;
	color: #fff;
}
.menu-dropdown_title:hover {
	color: #e60012;
}
.menu-dropdown_title:after {
	content: '+';
	position: relative;
	display: inline-block;
	color: #e60012;
	font-size: 36px;
	font-weight: 200;
	margin-top: -9px;
	padding-left: 5px;
}

.menu-dropdown.__active .menu-dropdown_title {
	color: #e60012;
}
.menu-dropdown_body {
	position: absolute;
	top: 33px;
	left: -10%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, left 0.3s;
	text-align: left;
	padding: 10px 0;
	/*background-color: #e60012;*/
	z-index: 10;
}
.menu-dropdown.__active .menu-dropdown_body,
.menu-dropdown:hover .menu-dropdown_body {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.menu-dropdown_body .section-wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
	justify-content: flex-start;
	z-index: 10;
}

.menu-dropdown_item {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 40px;
}
.menu-dropdown_item a {
	display: inline-block;
	position: relative;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
	opacity: 0.6;
	transition: color 0.2s, opacity 0.2s;
}
.menu-dropdown_item a:hover {
	color: #e60012;
	opacity: 1;
}
.menu-dropdown_item a:after {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e60012;
	opacity: 0;
	-webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	transition: opacity 0.3s, transform 0.3s;
}
.menu-dropdown_item a:hover:after {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
	transition: opacity 0.3s, transform 0.3s;
}

.panel {
	position: relative;
	min-height: 50vh;
}
.panel.video {
	padding: 8rem 0;
}
.panel.about-icons,
.panel.works,
.panel.program {
	padding: 6rem 0;
}
.panel.clients {
	padding: 6rem 0 0;
	overflow: hidden;
}

/* Scrolling change bg */
.color-white {
	background-color: #fff;
}
.color-black {
	background-color: #000;
}
.color-darkgrey {
	background-color: #1c1c1c;
}
.color-lightgrey {
	background-color: #cfd9df; /* e6e6e6 */
	/*background-image: linear-gradient(75deg, #cfd9df 0%, #e6e6e6 100%);*/
}
.color-blue {
	background-color: #0f4f6c;
}
.color-yellow { /* icons block */
	background-color: #fdd835;
	/*background-image: linear-gradient(75deg, #89f7fe 0%, #66a6ff 100%);*/
}
.color-orange {
	background-color: #e60012;
}


/* Stripes */
.about-stripes_back_cont {
    position: absolute;
    top: -30vw;
    left: 75%;
    width: 100%;
	height: 150vw;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}
.about-stripes_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
	height: 150vw;
	/*background-color: #165eb3;*/
	background-image: linear-gradient(0, rgba(96, 135, 129, 0) 0%, #0f4f6c 50%, rgba(96, 135, 129, 0) 90%);
	transform: rotate(45deg);
	opacity: 0.6;
}
.about-stripes_back_2 {
	background-image: linear-gradient(0, rgb(242, 0, 128, 0) 0%, #e60012 50%, rgb(242, 0, 128, 0) 90%);
	/*background-color: #e60012;*/
    margin-left: -140px;
}
.about-stripes_back_3 {
	background-image: linear-gradient(0, rgb(249, 84, 34, 0) 0%, #f95422 50%, rgb(249, 84, 34, 0) 90%);
	/*background-color: #f95422;*/
    margin-left: -280px;
}
.about-stripes_back_4 {
	background-image: linear-gradient(0, rgb(255, 193, 7, 0) 0%, #ffc107 50%, rgb(255, 193, 7, 0) 90%);
	/*background-color: #ffc107;*/
    margin-left: -420px;
}

/* About */
.about .section-title {
    position: absolute;
    top: 11.5rem;
    left: 0;
	width: 100%;
	max-width: 100%;
	z-index: 10;
}

/* About Icons */
.features {
	padding: 2rem 0;
}
.features-item {
	max-width: 33.33%;
	text-align: center;
	padding: 0 2rem;
}
.feature-icon {
	position: relative;
	margin: 2rem 0;
}
.feature-icon .icon {
	position: relative;
	margin: 0 auto;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background-color: #1c1c1c;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 120px 120px;
	transition: background 0.4s;
	z-index: 3;
}
.feature-icon .icon._icon-1 {
	background-image: url(images/svg/icon-about-1-inv.svg);
}
.feature-icon .icon._icon-2 {
	background-image: url(images/svg/icon-about-2-inv.svg);
}
.feature-icon .icon._icon-3 {
	background-image: url(images/svg/icon-about-3-inv.svg);
}
.feature-icon .icon._logo {
	background-image: url(images/svg/logo-apr-vert-2.svg);
}
.feature-icon .decor_plus {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -108px 0 0 -108px;
	transition: transform 0.3s;
}
.feature-icon .decor_circle {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -130px;
}
.feature-icon .decor_square {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -70px;
}
/*.feature-icon:hover .decor_plus {
	transform: translate(3%,-3%);
}*/
.features-item:hover .icon._icon-1 {
	background-image: url(images/svg/icon-about-1.svg);
}
.features-item:hover .icon._icon-2 {
	background-image: url(images/svg/icon-about-2.svg);
}
.features-item:hover .icon._icon-3 {
	background-image: url(images/svg/icon-about-3.svg);
}
.features-item:hover .icon._logo {
	background-image: url(images/svg/logo-apr-vert.svg);
}

.features-item:hover .icon {
	background-color: #fff;
}
.features-item:hover .decor_plus:before,
.features-item:hover .decor_plus:after {
	background-image: url(images/svg/pattern_dots_6_b1.svg);
}
.features-item:hover .decor_circle {
	background-image: url(images/svg/pattern_dots_6_b2.svg);
}
.features-item:hover .decor_square {
	background-image: url(images/svg/pattern_stripes_b1.svg);
}

.feature-text {
	position: relative;
	margin: 4rem 0 2rem;
	z-index: 3;
}
.feature-text h3 {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 1rem;
	color: #191919;
}
.feature-text p {
	font-size: 18px;
	color: #191919;
}

.decor_plus {
	position: relative;
	width: 214px;
	height: 214px;
}
.decor_plus._big {
	width: 266px;
	height: 266px;
}
.decor_plus:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 40%;
	height: 100%;
	background: url(images/svg/pattern_dots_6_w1.svg);
	transform: translate(-50%, 0);
	transition: background 0.4s;
}
.decor_plus:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 40%;
	background: url(images/svg/pattern_dots_6_w1.svg);
	transform: translate(0, -50%);
	transition: background 0.3s;
}

.decor_circle {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: url(images/svg/pattern_dots_6_w2.svg);
	transition: background 0.3s;
	z-index: 1;
}
.decor_square {
	position: relative;
	width: 200px;
	height: 200px;
	background: url(images/svg/pattern_stripes_w1.svg);
	background-size: 15% 15%;
	transition: background 0.3s;
	z-index: 1;
}


/* Clients */
.clients-grid {
    margin: 2rem 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.clients-grid_item {
	width: calc(25% - 1px);
    margin-top: 1px;
    margin-right: 1px;
    padding: 2rem 0;
	text-align: center;
	background-color: #fff;
}
.clients-grid_item img {
	width: 150px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* Footer */
.site-footer {
	margin-top: 6rem;
	padding: 2rem 0;
	background-color: #1c1c1c;
	color: #cfd9df;
	font-size: 14px;
}
.site-footer .basic-cols {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-left {
	max-width: 50%;
	padding-right: 5%;
}
.footer-right {
	max-width: 20%;
	text-align: right;
}
.footer-link {
	display: inline-block;
	margin-left: 5px;
	color: #fff;
}
.footer-link:hover {
	color: #e60012;
}
.footer-right .footer-link {
	position: relative;
	padding: 10px 0;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	color: #fff;
}
.footer-right .footer-link:hover {
	color: #e60012;
}
.footer-right .footer-link:after {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e60012;
	opacity: 0;
	-webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	transition: opacity 0.3s, transform 0.3s;
}
.footer-right .footer-link:hover:after {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
	transition: opacity 0.3s, transform 0.3s;
}

.soc-links {
	display: flex;
	flex-wrap: nowrap;
    flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}
.soc-links_item {
	position: relative;
	flex: 0 0 auto;
	box-sizing: border-box;
	margin-left: 10px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	/*border: 1px solid rgba(244,84,34, 0.5);*/
	border: 1px solid rgba(255,255,255, 0.5);
}
.soc-links_item .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: fill 0.2s;
}
.soc-links_item:hover {
	border-color: #e60012;
}
.soc-links_item:hover .icon {
	fill: #e60012;
}


/* ------------ Inners ------------ */
/* Project */
.project-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100vh;
}

.project-header_container {
	position: relative;
	margin-top: -90px;
    height: 100vh;
    min-height: 750px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}

.project-header_image {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    z-index: 5;
}
.project-header_image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000, #1a237e);
	opacity: 0.4;
    z-index: 15;
}
.project-header_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: linear-gradient(135deg, #c471f5 0%, #165eb3 100%);
	opacity: 0.3;
    z-index: 10;
}
.project-header_info-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
    height: 200px;
	background-color: #cfd9df;
	background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
	opacity: 0.9;
    z-index: 20;
}

.project-header {
	position: relative;
    height: 100%;
	margin: 0 auto;
    max-width: 1160px;
    box-sizing: border-box;
    padding: 0 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    z-index: 25;
}
.project-header_title {
    box-sizing: border-box;
	max-width: 900px;
	max-height: 380px;
	overflow: hidden;
	color: #fff;
	margin-bottom: 270px;
}
.project-header_title h1 {
	margin: 2rem 0;
	font-size: 4vw;
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -0.025em;
}
.project-header_footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.project-header_text {
	max-width: 60%;
	min-width: 50%;
	padding-top: 30px;
	font-size: 24px;
}
.project-header_text p {
	padding-bottom: 20px;
}
.project-header_cta {
	max-width: 30%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.project-header_cta a {
	margin-left: 2rem;
}
.project-header_photo {
	max-width: 40%;
	min-width: 30%;
}

.video-button {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	font-family: 'Circe', sans-serif;
	font-size: 21px;
	color: #191919;
}

.icon-video {
	position: relative;
	display: block;
	margin: 0 24px 0 8px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
	background-color: #1c1c1c;
	transition: background-color 0.2s;
}
.icon-video:before,
.icon-video:after {
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
	transform: translate(-50%,-50%);
}
.icon-video:before {
    width: 64px;
    height: 64px;
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.video-button:hover {
	color: #e60012;
}
.video-button:hover .icon-video {
	background-color: #e60012;
}
.video-button:hover .icon-video:before {
	border-color: #e60012;
}

/*.icon-pointer:after {
    width: 80px;
    height: 80px;
	border: 1px solid rgba(244,84,34, 0.2);
}*/
.icon-video .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -11px;
    width: 22px;
    height: 22px;
    fill: #fff;
    transition: fill 0.2s;
}


.project_main-info {
	padding: 6rem 20px;
	z-index: 30;
}

.super-grid_item {
	margin: 0 20px;
	box-sizing: border-box;
	height: 300px;
	background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	overflow: hidden;
	color: #191919;
}
.super-grid_item.long {
	height: 420px;
}
.basic-cols_item:nth-child(1) .super-grid_item {
	margin-top: 100px;
}
.basic-cols_item:nth-child(2) .super-grid_item {
	margin-top: 50px;
}
.super-grid_item._color-bg {
	background-color: #ffc107;
	background-image: linear-gradient(135deg, #e60012 0%, #ffc107 100%);
	color: #fff;
}
.super-grid_title {
	box-sizing: border-box;
	position: absolute;
	top: 2rem;
	left: 0;
    width: 100%;
	height: 40px;
	overflow: hidden;
	padding: 0 2rem;
	font-family: 'Circe', sans-serif;
	font-size: 36px;
    line-height: 0.9;
    font-weight: 800;
	color: #e60012;
	margin-bottom: 1rem;
}
.super-grid_text {
	box-sizing: border-box;
	position: absolute;
	bottom: 2rem;
	left: 0;
    width: 100%;
	max-height: 250px;
	overflow: hidden;
	font-size: 17px;
}
.super-grid_text h4 {
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 36px;
    line-height: 0.9;
    font-weight: 800;
	color: #e60012;
	margin-bottom: 1rem;
}
.super-grid_text p,
.super-grid_text ul {
	padding-left: 2rem;
	padding-right: 2rem;
}
.super-grid_text p,
.super-grid_text li {
	margin-top: 1rem;
}
.super-grid_item._color-bg .list-marker li:before {
	background-color: #fff;
}
.super-grid_item.long .super-grid_text {
	max-height: 245px;
}

.super-grid_item._color-bg .super-grid_title,
.super-grid_item._color-bg .super-grid_text h4 {
	color: #fff;
}
.super-grid_icon {
	position: absolute;
	top: 2rem;
	left: 2rem;
    width: 80px;
	height: 80px;
	overflow: hidden;
	color: #e60012;
}
.super-grid_icon img {
    width: 100%;
}

.show-more_link {
	cursor: pointer;
}
.show-more_link .icon {
	transform: rotate(90deg);
	transition: transform 0.2s;
}
.show-more_active .icon {
	transform: rotate(-90deg);
}
.show-more_content {
	display: none;
}
.show-more_content .inner-content {
	margin: 0 20px;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 2rem;
}

/* Gallery */
.gallery {
    padding: 6rem 0;
}
#gallery-carousel {
    margin: 4rem 0;
}
.gal-car_item {
	position: relative;
	margin: 0 20px;
	box-sizing: border-box;
	height: 400px;
	background-color: #fff;
}
.gal-car_item a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.gal-car_item a:before,
.gal-car_item a:after {
	content: '';
	position: absolute;
	opacity: 0;
	transition: opacity 0.3s;
}
.gal-car_item a:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}
.gal-car_item a:after {
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -23px;
	width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(242, 0, 128, 0.5);
	background: url(images/svg/icon-zoom.svg) 50% 50% no-repeat;
}
.gal-car_item a:hover:before,
.gal-car_item a:hover:after {
	opacity: 1;
}

.gallery-carousel_nav .btn {
	position: absolute;
	top: 50%;
	margin-top: -120px;
	width: 160px;
	height: 120px;
	background-color: #607d8b;
	color: #fff;
	cursor: pointer;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	transition: background 0.3s;
}
.gallery-carousel_nav .btn:hover {
	background-color: #89a8b7;
}
.gallery-carousel_nav .prev {
	left: -30px;
}
.gallery-carousel_nav .next {
	margin-top: 10px;
	right: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.gallery-carousel_nav .btn svg {
    display: block;
    width: 3em;
    height: 3em;
	margin: 0 15px;
    fill: currentColor;
}
.gallery-carousel_nav .prev svg {
    transform: rotate(180deg);
}

#gallery-carousel .owl-controls {
	position: absolute;
	top: 450px;
	left: 50%;
	max-width: 1000px;
	overflow: hidden;
	transform: translateX(-50%);
}
#gallery-carousel .owl-pagination {
	display: inline-block;
}
#gallery-carousel .owl-page {
	display: inline-block;
}
#gallery-carousel .owl-page span {
	position: relative;
	display: block;
	margin: 0 7px;
	width: 10px;
    height: 10px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: background 0.2s, border 0.2s;
}
#gallery-carousel .owl-page:hover span {
	border-color: #fff;
}
#gallery-carousel .owl-page.active span {
	background-color: #fff;
}

.fancybox-overlay {
	background-color: rgba(28, 28, 28, 0.95) !important;
}
.fancybox-opened .fancybox-skin {
	transition: box-shadow 0.3s !important;
	box-shadow: 16px 10px 150px 5px #607d8b, -10px -10px 120px 10px #e60012 !important;
}
.fancybox-close {
    top: -40px !important;
    right: -40px !important;
    width: 46px !important;
    height: 46px !important;
	border-radius: 50%;
	background: url(images/svg/icon-x.svg) 50% 50% no-repeat !important;
    transition: opacity 0.2s;
    z-index: 8040;
}
.fancybox-prev {
	left: -40px !important;
}
.fancybox-prev span {
	transform: rotate(180deg);
    background: url(images/svg/arrow_long_right.svg) 50% 50% no-repeat #fff !important;
    height: 40px !important;
    width: 40px !important;
    left: 0 !important;
}
.fancybox-next {
	right: -40px !important;
}
.fancybox-next span {
    background: url(images/svg/arrow_long_right.svg) 50% 50% no-repeat #fff !important;
    height: 40px !important;
    width: 40px !important;
    right: 0 !important;
}
.fancybox-title-float-wrap {
	bottom: auto!important;
	top: 100%!important;
	margin-top: -1rem!important;
}

.fancybox-title-float-wrap .child {
	padding: 10px 20px!important;
	background: #fff!important;
	border-radius: 0!important;
	text-shadow: none!important;
	color: #000!important;
	font-size: 22px!important;
	font-weight: 700!important;
	line-height: 26px!important;
	white-space: normal!important;
}

/* Inner Header */
.inner-header {
	position: relative;
    height: 100%;
	margin: 0 auto;
    max-width: 1160px;
    box-sizing: border-box;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.inner-header_image_cont {
    position: absolute;
	overflow: hidden;
    top: 20%;
    left: 0;
	width: 100%;
    height: 60%;
    min-height: 500px;
    z-index: 5;
}
.inner-header_image {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	transition: filter 0.5s;
    z-index: 5;
}
.inner-header_image:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.inner-header_image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #acc7fe;
    mix-blend-mode: soft-light;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 10;
}
.inner-header_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000, #1a237e);
    opacity: 0.4;
    z-index: 15;
}
.inner-header_image_cont .about-stripes_back_cont {
    z-index: 20;
	left: 95%;
}
.inner-header_image_cont .about-stripes_back {
	width: 55px;
	height: 100vw;
    opacity: 0.9;
}
.inner-header_image_cont .about-stripes_back_2 {
	margin-left: -100px;
}
.inner-header_image_cont .about-stripes_back_3 {
	margin-left: -200px;
}
.inner-header_image_cont .about-stripes_back_4 {
	margin-left: -300px;
}
.inner-header_title {
    position: absolute;
    bottom: 25%;
    left: -5%;
    right: 5%;
	margin-bottom: 2rem;
    z-index: 20;
    pointer-events: none;
	color: #fff;
}
.inner-header_title h1 {
	margin: 0;
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.025em;
	color: #fff;
}
.inner-header_top-title {
    position: absolute;
    top: 25%;
    left: -5%;
    right: 5%;
    z-index: 20;
    pointer-events: none;
	color: #fff;
}

.animated {
	visibility: visible;
}

/* ------------ Commons ------------ */
/* Form */
.basic-form_container {
	box-sizing: border-box;
	width: 100%;
	margin: 2rem auto;
	padding: 2rem 30px;
	background-color: rgba(255,255,255,0.9);
	max-width: 980px;
}
.basic-form_container.no-bottom-margin {
	margin-bottom: 0;
}
.basic-form {
	box-sizing: border-box;
    width: 100%;
    text-align: left;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
}
.basic-form > div {
	box-sizing: border-box;
}
.basic-form > div:not(:last-child) {
	margin-bottom: 1.75rem;
}
.basic-form div.no-margin-b {
	margin-bottom: 0;
}
.basic-form .w-100 {
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}
.basic-form .w-66 {
	-webkit-flex: 0 0 63%;
	-ms-flex: 0 0 63%;
	flex: 0 0 63%;
}
.basic-form .w-50 {
	-webkit-flex: 0 0 47%;
	-ms-flex: 0 0 47%;
	flex: 0 0 47%;
}
.basic-form .w-33 {
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
}
.basic-form .form-divider {
	margin: 1rem -2rem 2.5rem;
	height: 2px;
	background-color: #fff;
}
.basic-form label {
	display: block;
	color: #607d8b;
	font-family: 'Circe', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
.basic-form .star {
    font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
}
.basic-form h3 {
	font-size: 24px;
	font-weight: 700;
}
.basic-form h4 {
	font-size: 18px;
}
.basic-form p {
	font-size: 14px;
    line-height: 18px;
    color: #696969;
	margin-bottom: 0.5rem;
}
.basic-form input[type="text"],
.basic-form input[type="number"],
.basic-form input[type="tel"],
.basic-form select,
.basic-form textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
    padding: 2px 10px;
	font-family: 'Circe', sans-serif;
	font-size: 18px;
	color: #1c1c1c;
	border: 0;
	border-radius: 4px;
	background: rgba(207, 217, 223, 0.8);
	transition: color 0.2s, border 0.2s, background 0.2s;
}
.basic-form input[type="text"],
.basic-form input[type="number"],
.basic-form input[type="tel"],
.basic-form select {
	height: 40px;
}
.basic-form textarea {
	padding: 10px;
	border: 1px solid #e60012;
}
.basic-form input[type="text"]:hover,
.basic-form input[type="text"]:focus,
.basic-form input[type="number"]:hover,
.basic-form input[type="number"]:focus,
.basic-form input[type="tel"]:hover,
.basic-form input[type="tel"]:focus,
.basic-form select:hover,
.basic-form select:focus,
.basic-form textarea:hover,
.basic-form textarea:focus {
	border-color: #000;
}
.basic-form input[type="checkbox"] {
	font-size: 14px;
	margin: 5px 5px 0 0;
	float: left;
}
.basic-form input[type="checkbox"] ~ p {
	margin: 1px 0 0.5rem 22px;
	font-size: 14px;
    line-height: 18px;
    color: #696969;
	text-align: left;
	padding: 2px 0;
}
.basic-form button,
.basic-form input[type="submit"] {
	border: none;
	background: transparent;
	color: #e60012;
	padding: 0 2rem;
	height: 50px;
	line-height: 52px;
	font-family: 'Circe', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	border-radius: 30px;
	border: 0;
	background-color: #e60012;
	transition: color 0.3s;
}
.basic-form button:hover,
.basic-form input[type="submit"]:hover {
	border: none;
	background: #ff0000;
	color: #fff;
}
#quantity-sel {
	max-width: 100px;
}

/* Modal */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
	background-color: rgba(28, 28, 28, 0.9);
	visibility: hidden;
	opacity: 0;
    z-index: 940;
    transform: scale(0.9);
	transition: opacity 0.4s, transform 0.4s;
}
.overlay:target,
.overlay-visible {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.popup {
    position: fixed;
    top: 50%;
	left: 50%;
	width: 100%;
	max-width: 800px;
    padding: 2rem;
	box-sizing: border-box;
	/*background-image: linear-gradient(75deg, #89f7fe 0%, #66a6ff 100%);*/
	background-color: #fff;
	box-shadow: 16px 10px 150px 5px #607d8b, -10px -10px 120px 10px #e60012;
    visibility: hidden;
	opacity: 0;
	transform: translate(-50%, 200%);
    transition: transform 0.6s, opacity 0.4s;
	z-index: 1050;
}
.align-center {
	text-align: center;
}
.overlay:target+.popup {
    opacity: 1;
    visibility: visible;
	transform: translate(-50%, -50%);
}
.popup-close {
	position: absolute;
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
	border: 1px solid rgba(230, 0, 18, 0.7);
    cursor: pointer;
	transition: background 0.2s, border 0.2s;
}
.popup-close:hover {
	border-color: rgba(230, 0, 18, 1);
}
.popup-close .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	fill: #000;
	transition: fill 0.2s;
}
.popup-close:hover .icon {
	fill: #e60012;
}

.popup-wide {
	width: 100%;
	max-width: 1140px;
	min-width: 1000px;
	left: 50%;
	padding: 0;
}
.popup-adaptive {
    top: 50%;
    bottom: auto;
	width: auto;
	height: auto;
	margin: 0;
	transform: translate(-50%, -50%);
	padding: 0;
}
.popup-scrollable {
    bottom: 2rem;
	padding: 0;
}
.scrollable-inner {
	overflow-y: auto !important;
	padding: 2rem 20px;
	height: 100%;
}

.popup h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
	margin: 2rem 0 1rem;
}
.popup p {
	margin: 1rem 0;
	color: #747782;
}
.popup-inner {
    box-sizing: border-box;
	padding: 2rem;
	overflow-y: auto;
    overflow-x: hidden;
}
.popup-inner img {
    display: block;
	margin: 0 auto;
	padding: 0.5em 0;
}

/* Inner content */
.inner-content {
	box-sizing: border-box;
	padding: 2rem 20px;
	min-height: 25vh;
	max-width: 100%;
}
.inner-content h2,
.inner-content h3,
.inner-content h4 {
	color: #3a3a3a;
}
.inner-content h2 {
	font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin: 2rem 0 0.5rem;
}
.inner-content h3 {
	font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 1.5rem 0 0.5rem;
}
.inner-content p {
	padding: 0.5rem 0;
}
.inner-content ul {
	margin: 0.25rem 0;
}
.inner-content li {
	position: relative;
	margin: 1rem 0;
	padding-left: 20px;
}
.inner-content li:before {
	content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #607d8b;
}
.inner-content table {
	margin: 1rem 0;
}
.inner-content td, 
.inner-content th {
    font-family: 'PT Sans', sans-serif!important;
    font-size: inherit!important;
    text-align: left;
    padding: 10px 15px;
    border: 1px solid rgba(157,184,197,0.3);
}

.list-marker li {
	position: relative;
	padding-left: 20px;
	margin-top: 1rem;
}
.list-marker li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #e60012;
}

/* Reviews */
.gallery {
    padding: 6rem 0;
}
#reviews-carousel {
    margin: 4rem 0;
}
.rev-car_item {
	position: relative;
	margin: 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	height: 400px;
}
.rev-car_item a {
	position: relative;
	display: block;
	margin: 0 10px;
	width: 25%;
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.rev-car_item a:before,
.rev-car_item a:after {
	content: '';
	position: absolute;
	opacity: 0;
	transition: opacity 0.3s;
}
.rev-car_item a:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}
.rev-car_item a:after {
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -23px;
	width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(242, 0, 128, 0.5);
	background: url(images/svg/icon-zoom.svg) 50% 50% no-repeat;
}
.rev-car_item a:hover:before,
.rev-car_item a:hover:after {
	opacity: 1;
}
.review-text {
	position: relative;
	background-color: #fff;
	margin: 0 10px;
	box-sizing: border-box;
	padding: 2rem 10rem 2rem 2rem;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.review-text h4 {
	font-size: 36px;
    line-height: 0.9;
    font-weight: 800;
    color: #e60012;
    margin-bottom: 1rem;
}
.review-text p {
    margin: 0.5rem 0;
}
.review-text:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6rem;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0, rgba(255,255,255,1) 70%);
}

#reviews-carousel .owl-controls {
	position: absolute;
	bottom: -50px;
	left: 50%;
	max-width: 1000px;
	overflow: hidden;
	transform: translateX(-50%);
}
#reviews-carousel .owl-pagination {
	display: inline-block;
}
#reviews-carousel .owl-page {
	display: inline-block;
}
#reviews-carousel .owl-page span {
	position: relative;
	display: block;
	margin: 0 7px;
	width: 10px;
    height: 10px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: background 0.2s, border 0.2s;
}
#reviews-carousel .owl-page:hover span {
	border-color: #fff;
}
#reviews-carousel .owl-page.active span {
	background-color: #fff;
}

.demo-6 {
	--color-text: #3f3f55;
    --color-bg: #7f65f5;
    --color-link: #3f3f56;
    --color-link-hover: #760fd5;
    --color-info: #3f3f55;
}

.works-grid {
	padding: 10rem 4rem 2rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2,calc(50% - 5vw));
	grid-column-gap: 10vw;
	grid-row-gap: 25vh;
	max-width: 1300px;
}

.works-grid__item {
	height: 420px;
	position: relative;
}

.works-grid__item--bg {
	background: #5adbf3;
	background-image: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%);
}
.works-grid__item--bg:nth-child(2n) {
	background: #7f65f5;
	background-image: linear-gradient(135deg, #c471f5 0%, #7f65f5 100%);
}

.works-grid__item:nth-child(3n+2) {
	margin-top: -100px;
}

.works-grid__item-imgwrap,
.works-grid__item-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

.works-grid__item-imgwrap {
	overflow: hidden;
}

.works-grid__item-img--bw {
	filter: grayscale(1);
}

.works-grid__item-img--blur {
	filter: blur(6px);
}

.works-grid__item-img--scaled {
	position: relative;
	transform: scale3d(1.2,1.2,1);
}
.works-grid__item-img--scaled:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, #000, #165eb3);
	opacity: 0.5;
	transition: opacity 0.2s;
}
.works-grid__item-img--scaled:hover:before {
	opacity: 0;
}
.works-grid__item-img--opaque {
	opacity: 0;
}

.works-grid__item-content {
	position: absolute;
	top: 75%;
	right: 0;
	z-index: 10;
	width: 100%;
}

.works-grid__item-title {
	font-size: 40px;
	line-height: 1;
	font-weight: 800;
	margin: 0 -3rem 2rem 0;
	color: #fff;
	text-align: right;
	padding-left: 10%;
	min-height: 80px;
}

.works-grid__item-title--inverted {
	color: #0e0ca5;
}

.works-grid__item-cta {
	text-align: right;
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #ffc107;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.4s, transform 0.4s;
}
.works-grid__item:hover .works-grid__item-cta {
	opacity: 1;
	transform: translateY(0);
}

.works-grid__item-cta span {
	flex: none;
	white-space: pre;
	opacity: 0;
}

@media screen and (max-width: 55em) {
	.works-grid {
		padding: 1rem;
		grid-template-columns: 100%;
		grid-row-gap: 4rem;
	}
	.works-grid__item:nth-child(even) {
		margin-top: 0;
	}
	.works-grid__item-title {
		margin-right: 1rem;
	}
}
.works-grid.staff-grid {
    grid-template-columns: repeat(3,calc(33% - 5vw));
    grid-column-gap: 8vw;
    grid-row-gap: 250px;
}
.works-grid.staff-grid .works-grid__item-title {
    font-size: 40px;
}

/* Accordion */
.faq-container {
	margin: 0 30px 2rem 0;
	border-bottom: 1px solid rgba(157,184,197,0.3);
}
.acc-trigger {
	position: relative;
	padding: 1.5rem 100px 1rem 0;
	border-top: 1px solid rgba(157,184,197,0.3);
	cursor: pointer;
	transition: background 0.2s, padding 0.2s, opacity 0.2s;
}
.acc-trigger h3 {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 12px 0.5rem 0!important;
}
.acc-trigger .arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(157,184,197,0.3);
	cursor: pointer;
	text-indent: -9999px;
    transition: background 0.2s, border 0.2s;
}
.acc-trigger .arrow .icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
	margin: -8px 0 0 -10px;
    fill: #607d8b;
    transition: fill 0.2s, transform 0.2s;
}

.acc-trigger:hover h3 {
	color: #5b5e68;
}
.acc-trigger:hover .arrow {
	border-color: #ffc107;
	background-color: #ffc107;
}
.acc-trigger:hover .arrow .icon {
	fill: #000;
}
.acc-trigger.active .arrow .icon {
	margin: -10px 0 0 -10px;
	transform: rotate(180deg);
}

.acc-content {
	position: relative;
	padding: 0.5rem 20px 2.5rem;
}
.acc-content:before {
	content: '';
	position: absolute;
	top: 0.5rem;
	bottom: 2.5rem;
	left: 0;
	width: 3px;
	background-color: #ffc107;
}
.acc-content li {
	position: relative;
	margin: 0.25rem 0;
	padding-left: 15px;
}
.acc-content .action-button {
	margin-top: 1.5rem;
}

.bg-1,
.bg-2 {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 80%;
  opacity: 0.4;
  z-index: 1;
}
.bg-1 {
  background: url(images/svg/bg.svg);
  background-size: 50%;
}
.bg-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/svg/bg-2.svg);
  /*background-image: linear-gradient(75deg, #89f7fe 0%, #66a6ff 100%);*/
}

.bg-light {
	background-color: #cfd9df;
}
.bg-white {
	background-color: #fff;
}
.bg-grey-gradient {
	background: radial-gradient(circle, rgba(96, 125, 139, .75) 0%, rgba(96, 125, 139, .35) 30%, rgba(255,255,255,0) 60%);
}
.bg-grad-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
    background-position: 50%;
    background-size: calc(100vw - 20%);
}
.bg-decor-1 {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	background-color: #607d8b;
	-webkit-filter: blur(200px);
	/*backdrop-filter: blur(200px);*/
	filter: blur(200px);
	/*opacity: 0.5;*/
}
#program .section-title,
#program .site-section {
	z-index: 2;
}
 .schedule-section {
 	max-width: 980px;
 	padding: 2rem 0 6rem;
 }
.card {
	padding: 30px;
}
.card h4,
.card .h4 {
	font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}
.card li {
	margin-top: 1.5rem;
}

.video-frame {
	margin: 0 20px;
	width: 100%;
	aspect-ratio : 16/9;
	box-shadow: 16px 10px 150px 5px #607d8b, -10px -10px 120px 10px #e60012;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------- */

.scroll-up {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 10px;
	right: 10px;
	z-index: 499;
	cursor: pointer;
	background: url(images/svg/glyph_arrow_up.svg) 50% 50% no-repeat #ffc107;
	text-indent: -9999px;
	transition: background 0.2s;
}
.scroll-up:hover {
	background-color: #ffda2b;
}

/* Dimensions and position of the status messages */
.statusMessage {
	position: fixed;
	top: 5em;
	bottom: -10em;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	height: 260px;
	padding: 2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(255, 255, 255, 0.3);
	z-index: 1110;
	display: none;
  }
.statusMessage p {
	color: #fff;
	text-align: center;
	margin: 5em 0;
}

.site-section,
.basic-cols,
.basic-cols_item,
.basic-cols_item h3,
.basic-cols_item li,
.section-title {
	max-height: 9001em;
}

@media screen and (max-width: 1200px)
{
	.header-menu_item {
	    margin: 0 2%;
	}
	.inner-header_top-title,
	.inner-header_title {
		left: 20px;
	}
}

@media screen and (max-width: 799px)
{
	.site-header_cat-menu a:after {
		display: none;
	}
}

@media (max-width: 991.98px) {
	h4, .h4 {
	    font-size: 24px;
	    font-weight: 500;
	    line-height: 1.2;
	}
	.text-left-mob {
		text-align: left!important;
	}
	.text-center-mob {
		text-align: center!important;
	}
	.header: after {
		display: none;
	}
	.inner-header {
		height: auto;
		min-height: 560px;
		margin-top: 120px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
	}
	.inner-header_image_cont {
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		min-height: auto;
	}
	.inner-header_image_cont .about-stripes_back_cont {
		top: -200px;
		left: auto;
		right: -110%;
		height: 1000px;
	}
	.inner-header_image_cont .about-stripes_back {
		height: 100%;
	}
	.inner-header_top-title {
		position: relative;
		top: auto;
		margin-top: 60px;
	}
	.inner-header_title {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin: 100px 0 60px;
		padding: 0 20px;
	}
	.inner-header_title h1 {
		font-size: 36px;
	}
	.section-title h2 {
		font-size: 40px;
	}
	.section-title p {
		font-size: 20px;
	}
	.project-header_container {
		height: auto;
		min-height: auto;
	}
	.project-header_footer {
		flex-wrap: wrap;
	}
	.project-header_text {
	    max-width: 100%;
	    min-width: 100%;
	    font-size: 20px;
	    padding-top: 0;
	    padding-bottom: 30px;
	}
	.project-header_cta {
	    max-width: 100%;
	}
	.project-header_cta a {
	    margin-left: 0;
	}
	.project_main-info {
		padding-top: 7rem;
		padding-left: 0;
		padding-right: 0;
	}
	.project-header_photo {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.super-grid_item {
		margin: 20px 0!important;
	}
	.panel .section-title {
		padding-left: 20px;
		padding-right: 20px;
	}
	.video-frame {
		margin-left: 0;
		margin-right: 0;
	}
	.panel.video {
		padding: 4rem 0;
	}
	.arrow-link span {
		font-size: 24px;
	}
	.clients-grid {
		margin: 2rem 20px;
	}
	.clients-grid_item {
		width: calc(50% - 0.5px);
	}
	.clients-grid_item:nth-child(2n+1) {
		margin-right: 0.5px;
		margin-left: 0;
	}
	.clients-grid_item:nth-child(2n) {
		margin-left: 0.5px;
		margin-right: 0;
	}
	.schedule-section {
		padding-bottom: 0;
	}
 	.schedule .schedule-time {
		padding: 30px 20px;
	}
	.schedule .schedule-time h4 {
		font-size: 20px;
	}
	.bg-decor-1 {
		width: 1000px;
		height: 1000px;
	}
	.about-stripes_back_cont {
	    top: -200px;
	    left: auto;
	    right: -150%;
	    width: 100%;
	    height: 1000px;
	}
	.about-stripes_back {
		height: 100%;
	}
	.basic-form_container {
		margin: 0;
		width: 100%;
	}
	.popup .basic-form_container {
		margin: 0;
		width: 100%;
	}
	.works-grid.staff-grid {
	    grid-template-columns: repeat(1,100%);
	    grid-row-gap: 120px;
	}
	.works-grid__item {
	    height: 360px;
	}
	.works-grid__item:nth-child(3n+2) {
	    margin-top: 0;
	}
	.works-grid__item-content {
		top: 70%;
	}
	.works-grid__item-cta {
		opacity: 1;
    	transform: translateY(10px);
	}
	.soc-links {
		justify-content: center;
		margin: 20px 0;
	}
	.footer-left {
		padding: 0;
	}
	.footer-right .footer-link {
		padding: 0;
	}
	.features-item {
	    padding: 0 0 40px;
	}
}
#cookie_notification p {
  margin: 0;
  max-width: 80%;
  font-size: 0.7rem;
  text-align: left;
}



@media (min-width: 576px){
  #cookie_notification.show {
    display: flex;
  }
  .cookie_accept {
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}

