/**/
/* fonts */
/**/
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 600;
	src: url('/css/fonts/ProximaNova-Semibold.woff') format('woff');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: italic;
	font-weight: 600;
	src: url('/css/fonts/ProximaNova-SemiboldIt.woff') format('woff');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 800;
	src: url('/css/fonts/ProximaNova-Extrabold.woff') format('woff');
}
@font-face {
	font-family: 'Proxima Nova';
	font-style: italic;
	font-weight: 800;
	src: url('/css/fonts/ProximaNova-ExtraboldIt.woff') format('woff');
}

.form-error {color: red;}

/**/
/* reset */
/**/
*, *::after, *::before {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background-color: transparent;
	box-sizing: border-box;
	font-size: 100%;
	font: inherit;
}
*:focus {
	outline: none;
}


/**/
/* defaults */
/**/
html, body {
	font-family: 'Proxima Nova', sans-serif;
	font-size: .92vw;
	font-weight: 600;
	color: #0d0d0d;
	-webkit-font-smoothing: antialiased;
}
button {
	color: currentColor;
	cursor: pointer;
}
h1, .h1 {
	font-size: 2.5rem;
	line-height: 1.2;
}
h2, .h2 {
	font-size: 2rem;
	line-height: 1.2;
}
h3, .h3 {
	font-size: 1.75rem;
	line-height: 1.2;
}
h4, .h4 {
	font-size: 1.5rem;
	line-height: 1.2;
}
h5, .h5 {
	font-size: 1.25rem;
	line-height: 1.2;
}
dl, .dl {
	font-size: 1.1rem;
	line-height: 1.4;
}
dt, .dt {
	font-weight: 800;
}
dd, .dd {
	overflow: hidden;
	color: #626262;
}
ol, .ol {
	font-size: 1.1rem;
	padding-left: 2.4rem;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.4;
	color: #626262;
}
ul, .ul {
	font-size: 1.1rem;
	padding-left: 2.4rem;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.4;
	color: #626262;
}
p, .p {
	font-size: 1.1rem;
	line-height: 1.4;
	color: #626262;
}
em, .em {
	font-style: italic;
}
strong, .strong {
	font-weight: 800;
}
a {
	text-decoration: none;
	color: currentColor;
}
@media screen and (max-width: 991.98px) {
	html, body {
		font-size: 1.1vw;
	}
}
@media screen and (max-width: 767.98px) {
	html, body {
		font-size: 12px;
	}
	dl, .dl,
	ol, .ol,
	ul, .ul,
	p, .p {
		font-size: 1.166rem;
	}
}


/**/
/* grid */
/**/
.row {
	margin-right: -.6rem;
	margin-left: -.6rem;
}
.col, .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-auto, .col-lg, .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-auto, .col-md, .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-auto, .col-sm, .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-auto, .col-xl, .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-auto {
	padding-right: .6rem;
	padding-left: .6rem;
}


/**/
/* helpers */
/**/
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.p-gutter {
	padding: 1.2rem;
}
@media screen and (max-width: 767.98px) {
	.removed-sm {
		display: none;
	}
}


/**/
/* images */
/**/
.image {
	position: relative;
	overflow: hidden;
}
.image_5-3 {
	padding-top: 166.66%;
}
.image_1-1 {
	padding-top: 100%;
}
.image_1-2 {
	padding-top: 50%;
	transform: scale(-1, 1);
}
.image_2-5 {
	padding-top: 40%;
}
.image_1-3 {
	padding-top: 33.333%;
}
.image_2-7 {
	padding-top: 28.571%;
}
.image__pic {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: auto;
	height: 125%;
	transform: translate(-50%, 0);
}
.image__vid {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}


/**/
/* buttons */
/**/
.button {
	position: relative;
	display: inline-block;
	background: none;
	padding: .375rem 1rem 1rem 1rem;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 800;
}
.button svg {
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin-right: -0.5rem;
	margin-left: 0.75rem;
	transition-duration: 0.25s;
}
.button span {
	position: relative;
}
.button::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e87b98;
	pointer-events: none;
	transition-duration: 0.25s;
	transition-property: width;
}
.button::before {
	content: '';
	position: absolute;
	top: .375rem;
	left: calc(100% - 1.75rem);
	width: 0;
	height: 1rem;
	margin-top: -1px;
	background-color: rgba(232,123,152,.6);
	transition-duration: 0.25s;
}
.button:hover svg {
	transform: translateX(.375rem);
}
.button:hover::after {
	left: 100%;
	width: 0;
	transition-property: left, width;
}
.button:hover::before {
	left: .5rem;
	width: calc(100% - 2.25rem);
	transition-property: width;
}
@media screen and (max-width: 767.98px) {
	.button {
		font-size: 1.166rem;
	}
}


/**/
/* page */
/**/
.page {
	opacity: 0;
}
.page_loaded {
	opacity: 1;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.page_leaving {
	opacity: 0;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.page__header {
	position: fixed;
	z-index: 101;
	top: 0;
	right: 0;
	left: 0;
}
.page__footer {
	margin-top: -2.4rem;
	padding: 1.2rem 0;
}
.page__overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1.2rem solid #fff;
	background-color: #000;
	pointer-events: none;
	color: #fff;
	opacity: 0;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.page__overlay_visible {
	pointer-events: auto;
	opacity: 1;
}
.loader {
	position: fixed;
	top: 50%;
	left: 50%;
	pointer-events: none;
	opacity: 1;
	transition-duration: 0.375s;
	transition-property: opacity;
	transform: translate(-50%, -50%);
}
.loader_hidden {
	opacity: 0;
}



/*----------------------------------------------*/
/*                    HEADER                    */
/*----------------------------------------------*/

/**/
/* logo */
/**/
.logo {
	position: relative;
	z-index: 101;
	top: 4rem;
	left: 4rem;
	display: block;
}
.logo svg {
	display: block;
	width: 3rem;
	fill: #0d0d0d;
	transition-duration: 0.375s;
	transition-property: fill;
}
.logo_white svg {
	fill: #fff;
}
.page__overlay_visible ~ .page__header .logo svg {
	fill: #fff;
}
@media screen and (max-width: 767.98px) {
	.logo {
		top: 1.2rem;
		left: 1.2rem;
	}
	.logo svg {
		width: auto;
		height: 4rem;
		margin: 0 auto;
	}
}


/**/
/* burger */
/**/
.burger {
	position: relative;
	z-index: 101;
	display: inline-block;
	vertical-align: top;
	width: 4rem;
	height: 4rem;
	margin-right: -1px;
}
.burger i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.5rem;
	height: 2px;
	margin: -1px 0 0 -.75rem;
	background-color: #0d0d0d;
	transition-duration: 0.375s;
}
.burger i::after,
.burger i::before {
	content: '';
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #0d0d0d;
	transition-duration: 0.375s;
}
.burger i::after {
	top: 250%;
	width: 75%;
}
.burger i::before {
	bottom: 250%;
}
.burger_white i,
.burger_white i::after,
.burger_white i::before {
	background-color: #fff;
}
.page__overlay_visible ~ .page__header .burger i {
	background-color: transparent;
}
.page__overlay_visible ~ .page__header .burger i::after {
	top: 0;
	width: 100%;
	background-color: #fff;
	transform: rotate(-45deg);
}
.page__overlay_visible ~ .page__header .burger i::before {
	bottom: 0;
	background-color: #fff;
	transform: rotate(45deg);
}


/**/
/* lang nav */
/**/
.lang-nav {
	margin-top: -4rem;
	margin-right: -1px;
	padding: 0 2rem;
	background-color: #f8f8f8;
	font-size: 1rem;
	line-height: 4rem;
	letter-spacing: .1em;
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.lang-nav__link {
	margin: 0 0.2rem;
	transition-duration: 0.25s;
	transition-property: color;
}
.lang-nav__link:hover {
	color: #626262;
}
.lang-nav__link_active {
	pointer-events: none;
}
.lang-nav_hidden,
.page__overlay_visible ~ .page__header .lang-nav {
	pointer-events: none;
	opacity: 0;
}


/**/
/* back link */
/**/
.back-link {
	position: absolute;
	top: 13rem;
	right: .6rem;
	display: none;
	width: 4rem;
	height: 3rem;
	align-items: center;
	justify-content: center;
	font-size: .9rem;
	font-weight: 800;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.back-link svg {
	width: 1em;
	height: 1em;
	margin: 0 0.25em 0 -0.25em;
	transition-duration: 0.25s;
	transition-property: transform;
}
.back-link:hover svg {
	transform: translateX(-0.25em);
}
.back-link_active {
	display: flex;
}
.back-link_white {
	color: #fff;
}
.back-link_hidden,
.page__overlay_visible ~ .page__header .back-link {
	pointer-events: none;
	opacity: 0;
}


/**/
/* main nav */
/**/
.main-nav {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	text-align: right;
}
.main-nav__link {
	position: relative;
	display: block;
	line-height: 2;
	opacity: 0;
	transform: translateY(1rem);
	transition-duration: 0.25s;
}
.main-nav__link::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -5rem;
	width: 0;
	height: 2px;
	margin-top: -1px;
	background-color: #fff;
	transition-duration: 0.25s;
	transition-property: width;
}
.main-nav__link:hover::after {
	width: 4rem;
}
.page__overlay_visible .main-nav__link {
	opacity: 1;
	transform: none;
}
.page__overlay_visible .main-nav__link:nth-child(1) {
	transition-delay: .25s;
}
.page__overlay_visible .main-nav__link:nth-child(2) {
	transition-delay: .375s;
}
.page__overlay_visible .main-nav__link:nth-child(3) {
	transition-delay: .5s;
}
.page__overlay_visible .main-nav__link:nth-child(4) {
	transition-delay: .625s;
}
.page__overlay_visible .main-nav__link:nth-child(5) {
	transition-delay: .75s;
}
.page__overlay_visible .main-nav__link:nth-child(6) {
	transition-delay: .875s;
}
@media screen and (max-width: 767.98px) {
	.main-nav {
		font-size: 1.5rem;
	}
}



/*----------------------------------------------*/
/*                    CONTENT                   */
/*----------------------------------------------*/

/**/
/* intro */
/**/
.intro {
	position: relative;
	height: 100vh;
	overflow: hidden;
	margin-bottom: 1.6rem;
	border: 1.2rem solid #fff;
	color: #fff;
}
.intro__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: url(../img/intro/bg.jpg) 62.5% 25%/cover no-repeat;*/
}
.intro__video {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
.intro__overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 76vh;
	height: 76vh;
	border-radius: 50%;
	box-shadow: 0 0 0 100vw rgba(0,0,0,0.4);
	transform: translate(-50%,-50%);
}
.intro__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30vh;
	height: 30vh;
	overflow: hidden;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.4);
	font-size: 0;
	font-weight: 800;
	text-align: center;
	transform: translate(-50%,-50%);
}
.intro__play i {
	display: inline-block;
	vertical-align: top;
	font-size: .6rem;
	line-height: 30vh;
	transition-duration: 0.375s;
}
.intro__play span {
	display: inline-block;
	vertical-align: top;
	margin-right: -5.75rem;
	margin-left: 1rem;
	font-size: .95rem;
	line-height: 30vh;
	transition-duration: 0.375s;
}
.intro__play:hover i {
	transform: scale(4) translateX(0.1rem);
}
.intro__play:hover span {
	opacity: 0;
	transform: translateX(0.4rem);
}
.intro__scroll {
	position: absolute;
	bottom: 4rem;
	left: 4rem;
	color: #fff;
}
.intro__scroll svg {
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	margin-right: 1em;
}
.intro__callout {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	text-align: right;
}
.intro__heading {
	margin-bottom: 2rem;
}
@media screen and (min-aspect-ratio: 16/9) {
	.intro__video {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 767.98px) {
	.intro {
		height: 75vh;
	}
	.intro__overlay {
		display: none;
	}
	.intro__play {
		width: 16rem;
		height: 16rem;
	}
	.intro__play i,
	.intro__play span {
		line-height: 16rem;
	}
	.intro__scroll {
		display: none;
	}
	.intro__callout {
		right: 1.2rem;
		bottom: 1.2rem;
		left: 1.2rem;
	}
	.intro__heading {
		margin-top: 2rem;
	}
}


/**/
/* approach */
/**/
.approach {
	margin-bottom: 4rem;
}
.approach__image {
	margin-bottom: 4rem;
}
.approach__title {
	margin-bottom: 4rem;
	text-align: center;
}
.approach__title span {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}


/**/
/* about */
/**/
.about {
	margin-bottom: 4rem;
}
.about__head {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.about__title {
	margin-bottom: 0.5rem;
	font-size: 3.1rem;
}
.about__subtitle {
	margin-bottom: 2.5rem;
}
.about__date {
	margin: -2rem 0 2.5rem;
	letter-spacing: .1em;
}
.about__text p,
.about__text ul,
.about__text ol {
	margin-bottom: 1rem;
	text-align: justify;
}
.about__text h1,
.about__text h2,
.about__text h3,
.about__text h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.about__text h1:first-child,
.about__text h2:first-child,
.about__text h3:first-child,
.about__text h4:first-child {
	margin-top: 0;
}
.about__text h3 {
	margin: 2rem 0 2.5rem;
}
.about__text p a {
	color: #0d0d0d;
	transition-duration: 0.25s;
	transition-property: color;
}
.about__text p a:hover {
	color: inherit;
}
.about__text p:last-child {
	margin-bottom: 0;
}
.about__text figure {
	margin-bottom: 1rem;
}
.about__text figure img {
	display: block;
	margin-bottom: 1rem;
}
.about__text figcaption {
	font-style: italic;
}
.about__text .button {
	margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
	.about__head {
		display: block;
	}
	.about__subtitle {
		text-align: left;
	}
	.about__text h3 {
		margin-top: 0;
	}
}


/**/
/* goals */
/**/
.goals {
	margin-bottom: 4rem;
}
.goals__item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
}
.goals__text {
	position: absolute;
	z-index: 1;
	right: 4rem;
	bottom: 4rem;
	left: 4rem;
	color: #fff;
}
.goals__text p {
	margin-top: 1rem;
	color: inherit;
}
.goals__label {
	position: absolute;
	z-index: 1;
	top: 0;
	right: -1px;
	width: 12rem;
	background-color: #fff;
	line-height: 4rem;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}
@media screen and (max-width: 767.98px) {
	.goals {
		margin-top: -1.2rem;
	}
	.goals__item {
		margin-top: 1.2rem;
	}
}


/**/
/* blog */
/**/
.blog {
	margin-bottom: 3.4rem;
}
.blog__row {
	display: none;
}
.blog__row_visible {
	display: flex;
}
.blog__item {
	display: block;
	margin-bottom: 1.2rem;
}
.blog__item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.blog__title {
	position: absolute;
	right: 8rem;
	bottom: 8rem;
	text-align: right;
}
.blog__date {
	position: absolute;
	z-index: 1;
	top: 2.25rem;
	left: 2.25rem;
	color: inherit;
	color: #fff;
	opacity: 0;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.blog__heading {
	position: absolute;
	z-index: 1;
	right: 2.25rem;
	bottom: 2.25rem;
	left: 2.25rem;
	color: #fff;
	opacity: 0;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.blog__more {
	position: absolute;
	z-index: 1;
	top: 0;
	right: .6rem;
	margin-right: -1px;
	padding: 0 2rem;
	background-color: #fff;
	line-height: 4rem;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}
a.blog__item:hover::after {
	opacity: 0.8;
}
a.blog__item:hover .blog__date,
a.blog__item:hover .blog__heading {
	opacity: 1;
}
@media screen and (max-width: 767.98px) {
	.blog__title {
		position: static;
		padding: 1.2rem 2.4rem;
		text-align: center;
	}
	a.blog__item::after,
	a.blog__item:hover::after {
		opacity: 0.5;
	}
	a.blog__item .blog__date,
	a.blog__item .blog__heading {
		opacity: 1;
	}
	.blog__item_title {
		margin: 0;
		padding: 1.2rem;
	}
}


/**/
/* stories */
/**/
.stories {
	margin-bottom: 3.4rem;
}
.stories__row {
	display: none;
}
.stories__row_visible {
	display: flex;
}
.stories__item {
	display: block;
	margin-bottom: 1.2rem;
}
.stories__title {
	position: absolute;
	right: 8rem;
	bottom: 8rem;
	text-align: right;
}
.stories__date {
	position: absolute;
	bottom: 1.2rem;
	left: 5rem;
	color: #fff;
}
.stories__text {
	position: absolute;
	z-index: 1;
	right: 1.2rem;
	bottom: 1.2rem;
	left: 1.2rem;
	opacity: 0;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.stories__text p {
	margin-top: 0.25rem;
	color: #fff;
}
.stories__image {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.stories__image img {
	transform: translate(-50%, 0) scale(1.375);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
.stories__image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	transition-duration: 0.375s;
	transition-property: opacity;
}
.stories__image_after {
	right: 0;
	left: 50%;
	margin-left: .6rem;
}
.stories__image_before {
	right: 50%;
	left: 0;
	margin-right: .6rem;
}
.stories__more {
	position: absolute;
	z-index: 1;
	top: 0;
	right: .6rem;
	margin-right: -1px;
	padding: 0 2rem;
	background-color: #fff;
	line-height: 4rem;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-90deg);
	transform-origin: 100% 100%;
}
.stories__item:hover .stories__text {
	opacity: 1;
}
.stories__item:hover .stories__image::after {
	opacity: 0.8;
}
@media screen and (max-width: 767.98px) {
	.stories__more {
		right: auto;
		left: -6rem;
	}
	.stories__date {
		left: 1.2rem;
	}
	.stories__title {
		position: static;
		max-width: 10rem;
		margin: 0 auto;
		padding: 1.2rem 0;
		text-align: center;
	}
	.stories__item_title {
		margin: 0;
		padding: 1.2rem;
	}

}


/**/
/* testimonials */
/**/
.testimonials__row {
	margin-bottom: 4rem;
}
.testimonials__image img {
	transform: translate(-50%, 0) scale(1.375);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
.testimonials__controls {
	display: flex;
	justify-content: center;
	font-weight: 800;
	color: inherit;
}
.testimonials__arrow {
	width: 1.4em;
	height: 1.4em;
	margin: 0 0.2rem;
	padding: 0.1em;
}
.testimonials__arrow svg {
	display: block;
	width: 1.2em;
	height: 1.2em;
	transition-duration: 0.25s;
	transition-property: transform;
}
.testimonials__arrow_next {
	margin-right: 1.2rem;
}
.testimonials__arrow_prev:hover svg {
	transform: translateX(-0.25rem);
}
.testimonials__arrow_next:hover svg {
	transform: translateX(0.25rem);
}
.testimonials__text p {
	margin-bottom: 1rem;
	text-align: justify;
}
.testimonials__text p:last-child {
	margin-bottom: 0;
}
.testimonials__text dl {
	width: 66.666%;
	margin: 0 auto;
}
.testimonials__text dt {
	float: left;
	width: 25%;
}
.testimonials__text dd {
	margin-bottom: 1rem;
}
.testimonials__text dd:last-child {
	margin-bottom: 0;
}
.testimonials__more {
	margin-top: -1.5rem;
}
.testimonials__slide {
	position: absolute;
	top: 0;
	right: .6rem;
	left: .6rem;
	pointer-events: none;
	opacity: 0;
	transition-duration: .75s;
	transition-property: opacity;
}
.testimonials__slide_active {
	position: static;
	pointer-events: auto;
	opacity: 1;
}
@media screen and (max-width: 767.98px) {
	.testimonials__image {
		margin-bottom: 1.2rem;
	}
	.testimonials__controls {
		margin: -1.2rem 0 2rem;
	}
	.testimonials__text_alt {
		margin-top: -1.2rem;
	}
	.testimonials__text dl {
		width: auto;
		margin-top: 2rem;
	}
}


/**/
/* contacts */
/**/
.contacts {
	margin-bottom: 4rem;
}
.contacts__title {
	margin-bottom: 0.5rem;
}
.contacts__subtitle {
	margin-bottom: 1rem;
	text-align: justify;
}
.contact__input {
	position: relative;
	margin: 2rem 0;
	line-height: 1.4;
}
.contact__input svg {
	position: absolute;
	top: 1px;
	right: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	pointer-events: none;
	color: #626262;
}
.contact__input input,
.contact__input select,
.contact__input textarea {
	width: 100%;
	padding: 1px 0;
	border-bottom: 1px solid #0d0d0d;
	border-radius: 0;
	box-shadow: none;
	resize: none;
	color: #626262;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.contact__input input::-webkit-input-placeholder,
.contact__input textarea::-webkit-input-placeholder {
	color: #626262;
}
@media screen and (max-width: 767.98px) {
	.contact__input {
		font-size: 1.166rem;
	}
}


/**/
/* signup */
/**/
.signup {
	padding: 0 1.2rem;
}
.signup__row {
	height: 100vh;
	padding: 1.2rem 0;
}
.signup__col_last {
	height: 100%;
}
.signup__image {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.signup__image img {
	top: 0;
	bottom: auto;
	height: 100%;
}
.signup__contacts {
	padding-right: 4rem;
	padding-left: 4rem;
}
.signup__copyrights {
	padding: 4rem;
}
.signup__copyrights p {
	max-width: 13rem;
}
@media screen and (max-width: 767.98px) {
	.signup__row {
		height: auto;
	}
	.signup__col_last {
		height: 60vw;
		margin-bottom: 4rem;
	}
	.signup__image img {
		width: 100%;
		height: auto;
	}
	.signup__contacts {
		padding-right: 0;
		padding-left: 0;
	}
	.signup__copyrights {
		padding: 0 0 4rem;
		text-align: center;
	}
	.signup__copyrights p {
		max-width: none;
	}
}


/**/
/* privacy */
/**/
.privacy {
	overflow: hidden;
	padding: 6rem;
}
.privacy h3 {
	margin-bottom: 1rem;
}
.privacy h2 + h3 {
	margin-top: 1rem;
}
.privacy li p:last-child {
	margin-bottom: 1rem;
}
.privacy .row {
	margin-right: -2.4rem;
	margin-left: -2.4rem;
}
.privacy .col-md-5,
.privacy .col-md-10 {
	padding-right: 2.4rem;
	padding-left: 2.4rem;
}
.privacy .about__text {
	margin-top: 2rem;
}
@media screen and (max-width: 575.98px) {
	.privacy {
		padding: 8.4rem 0 0;
	}
}



/*----------------------------------------------*/
/*                    FOOTER                    */
/*----------------------------------------------*/

/**/
/* copyrights */
/**/
.copyrights p,
.copyrights .p {
	margin-bottom: 1rem;
}
.copyrights a,
.copyrights .a {
	color: #626262;
	transition-duration: 0.25s;
	transition-property: color;
}
.copyrights a:hover,
.copyrights .a:hover {
	color: #0d0d0d;
}
.copyrights .strong {
	color: #0d0d0d;
}
.copyrights .revision {
	font-size: 0.625rem;
}
.copyrights__logo {
	float: left;
	width: 3rem;
	margin-right: 1rem;
}
.copyrights__logo + p {
	margin-top: 0.5rem;
}
.copyrights__scroll svg {
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 1em;
	margin-top: 0.2em;
	margin-right: 1em;
}
.copyrights_last {
	padding-right: 4rem;
}
.copyrights_first {
	padding-left: 4rem;
}
.copyrights_dark {
	position: absolute;
	bottom: 4rem;
	left: 4rem;
	max-width: 13rem;
}
.copyrights_dark a:hover,
.copyrights_dark .a:hover {
	color: #fff;
}
.copyrights_dark .strong {
	color: #fff;
}
.copyrights_dark .socials-nav a {
	color: #fff;
}
@media screen and (max-width: 767.98px) {
	.copyrights_dark {
		display: none;
	}
	.copyrights_last {
		padding-right: 0;
		margin-bottom: 2.4rem;
	}
	.copyrights_first {
		margin-top: 1.4rem;
		padding-left: 0;
	}
}


/**/
/* socials nav */
/**/
.socials-nav {
	font-size: 0;
}
.socials-nav a {
	color: #000;
}
.socials-nav__item {
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;
	margin-right: 0.25rem;
}
.socials-nav__item svg {
	width: 20px;
	height: 20px;
}
@media screen and (max-width: 767.98px) {
	.socials-nav {
		display: flex;
		justify-content: space-between;
	}
	.socials-nav__item {
		margin-right: 0;
	}
	.socials-nav__item svg {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width: 800px) {
  .xs_hide {display:none;}
}

