

/* Start:/local/templates/smart_heart/scripts/fancybox-2.1-2.7/source/jquery.fancybox.css?16625643994939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/templates/smart_heart/scripts/fancybox-2.1-2.7/source/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/smart_heart/scripts/fancybox-2.1-2.7/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/smart_heart/scripts/fancybox-2.1-2.7/source/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/smart_heart/scripts/fancybox-2.1-2.7/source/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/local/templates/smart_heart/scripts/fancybox-2.1-2.7/source/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/local/templates/smart_heart/scripts/fancybox-2.1-2.7/source/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/assets/styles/style.css?1717509165166052*/
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}@font-face {
  font-family: 'Formular';
  src: url(/assets/styles/./../../assets/fonts/Formular-MediumItalic.woff2) format("woff2"), url(/assets/styles/./../../assets/fonts/Formular-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
	font-display: swap;
}

@font-face {
  font-family: 'Formular';
  src: url(/assets/styles/./../../assets/fonts/Formular-Bold.woff2) format("woff2"), url(/assets/styles/./../../assets/fonts/Formular-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
font-display: swap;
}

@font-face {
  font-family: 'Formular';
  src: url(/assets/styles/./../../assets/fonts/Formular-Black.woff2) format("woff2"), url(/assets/styles/./../../assets/fonts/Formular-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
font-display: swap;
}

@font-face {
  font-family: 'Formular';
  src: url(/assets/styles/./../../assets/fonts/Formular.woff2) format("woff2"), url(/assets/styles/./../../assets/fonts/Formular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
font-display: swap;
}

@font-face {
  font-family: 'Formular';
  src: url(/assets/styles/./../../assets/fonts/Formular-Light.woff2) format("woff2"), url(/assets/styles/./../../assets/fonts/Formular-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
font-display: swap;
}

@font-face {
  font-family: 'Formular';
  src: url(/assets/styles/./../../assets/fonts/Formular-LightItalic.woff2) format("woff2"), url(/assets/styles/./../../assets/fonts/Formular-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
font-display: swap;
}

@font-face {
  font-family: 'Formular';
  src: url(/assets/styles/./../../assets/fonts/Formular-Italic.woff2) format("woff2"), url(/assets/styles/./../../assets/fonts/Formular-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
font-display: swap;
}

@font-face {
  font-family: 'Formular';
  src: url(/assets/styles/./../../assets/fonts/Formular-Medium.woff2) format("woff2"), url(/assets/styles/./../../assets/fonts/Formular-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
font-display: swap;
}

@font-face {
  font-family: 'Formular';
  src: url(/assets/styles/./../../assets/fonts/Formular-BlackItalic.woff2) format("woff2"), url(/assets/styles/./../../assets/fonts/Formular-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
font-display: swap;
}

@font-face {
  font-family: 'Formular';
  src: url(/assets/styles/./../../assets/fonts/Formular-BoldItalic.woff2) format("woff2"), url(/assets/styles/./../../assets/fonts/Formular-BoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

*::after,
*::before {
  box-sizing: border-box;
  transition: 0.4s ease;
}

html {
  font-size: 16px;
}

body {
  font-family: "Formular", "Arial", "Helvetica", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-style: none;
  color: #151515;
}

body,
html {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  transition: 0.3s ease;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

textarea {
  resize: none;
  -ms-overflow-style: none;
}

input,
textarea {
  cursor: text;
}

button,
input,
textarea,
select {
  font-family: "Formular", "Arial", "Helvetica", sans-serif;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.4s ease;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

button::-ms-clear,
button::-ms-reveal,
input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal,
select::-ms-clear,
select::-ms-reveal {
  display: none;
}

button::-webkit-search-decoration,
button::-webkit-search-cancel-button,
button::-webkit-search-results-button,
button::-webkit-search-results-decoration,
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
textarea::-webkit-search-decoration,
textarea::-webkit-search-cancel-button,
textarea::-webkit-search-results-button,
textarea::-webkit-search-results-decoration,
select::-webkit-search-decoration,
select::-webkit-search-cancel-button,
select::-webkit-search-results-button,
select::-webkit-search-results-decoration {
  display: none;
}

button::-moz-focus-inner,
button::-moz-focus-outer,
input::-moz-focus-inner,
input::-moz-focus-outer,
textarea::-moz-focus-inner,
textarea::-moz-focus-outer,
select::-moz-focus-inner,
select::-moz-focus-outer {
  border: 0;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus {
  outline: none;
}

ul {
  list-style: none;
}

ul li {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

picture img {
  vertical-align: bottom;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
}

.background-gray {
  background-color: #151515;
}

.page {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

.page--overflow-visible {
  overflow: visible;
  display: -ms-flexbox;
  display: flex;
}

.svg-overlap {
  pointer-events: none;
}

.fixed-body {
  overflow: hidden;
  position: fixed;
}

.lazyload {
  opacity: 0;
}

.sprite-symbol-usage {
  display: block !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 2;
  }
}

.button {
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.8125rem;
  border: 0.0625rem solid #000;
  padding: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 1.125rem;
}

.content {
  position: relative;
  padding-top: 3.125rem;
}

.cross-btn {
  transition: transform .3s ease;
}

.cross-btn:hover {
  transform: rotate(90deg);
}

.cross-btn svg {
  width: 0.75rem;
  height: 0.75rem;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.form {
  border-top: 0.0625rem solid #fff;
  padding-top: 1.1875rem;
}

.form .form__form {
  max-width: 35.3125rem;
}

.form .form__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: -0.25rem;
  margin-bottom: 1.375rem;
  color: #fff;
}

.form .form__group {
  position: relative;
}

.form .form__group.form__group--file:hover .form__file-wrap {
  color: #000;
}

.form .form__input {
  height: auto;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.9375rem;
  background-color: transparent;
  color: #606060;
  border: none;
  padding: 0;
  border-bottom: 0.0625rem solid #4b4b4b;
}

.form .form__input:-ms-input-placeholder {
  transition: color 0.4s linear;
  color: #606060;
}

.form .form__input::placeholder {
  transition: color 0.4s linear;
  color: #606060;
}

.form .form__input:focus {
  color: #fff;
  border-color: #fff;
}

.form .form__input:focus:-ms-input-placeholder {
  opacity: 1;
}

.form .form__input:focus::placeholder {
  opacity: 1;
}

.form .form__input:hover {
  border-color: #fff;
}

.form .form__input:hover:-ms-input-placeholder {
  color: #fff;
}

.form .form__input:hover::placeholder {
  color: #fff;
}

.form .form__file-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  transition: color 0.4s linear;
  color: #c1c1c1;
}

.form .form__file-btn {
  height: 1.625rem;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  padding: 0 1.1875rem;
  background-color: #151515;
  color: #fff;
  text-transform: none;
  border: 1px solid #151515;
}

.form .form__textarea {
  width: 100%;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.9375rem;
  letter-spacing: -0.05rem;
  background-color: transparent;
  color: #606060;
  resize: none;
  border-bottom: 0.0625rem solid #4b4b4b;
}

.form .form__textarea:-ms-input-placeholder {
  transition: color 0.4s linear;
  color: #606060;
}

.form .form__textarea::placeholder {
  transition: color 0.4s linear;
  color: #606060;
}

.form .form__textarea:focus {
  color: #fff;
}

.form .form__textarea:hover {
  border-color: #fff;
}

.form .form__textarea:hover:-ms-input-placeholder {
  color: #fff;
}

.form .form__textarea:hover::placeholder {
  color: #fff;
}

.form .form__label {
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5625rem;
}

.form .form__label span {
  padding-left: 0.9375rem;
  font-size: 0.6875rem;
}

.form .form__label-check {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.9375rem;
  height: 0.9375rem;
  padding: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #151515;
}

.form .form__label-check svg {
  opacity: 0;
  transition: opacity 0.2s;
}

.form .form__label-check.form__label-check--error {
  border-color: #e1223c;
}

.form .form__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.form .form__checkbox:checked + svg {
  opacity: 1;
}

.form .form__submit {
  width: 10.9375rem;
  height: 3.1875rem;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-top: 0.875rem;
  padding: 0 1.1875rem;
  letter-spacing: -0.05rem;
  background-color: #fff;
  color: #000;
  text-transform: capitalize;
  border: 1px solid #151515;
  -ms-flex-pack: center;
  justify-content: center;
}

.form.form--white-theme {
  border-color: #000;
}

.form.form--white-theme .form__title {
  color: #000;
}

.form.form--white-theme .form__input {
  border-color: #c1c1c1;
}

.form.form--white-theme .form__input:-ms-input-placeholder {
  color: #c1c1c1;
}

.form.form--white-theme .form__input::placeholder {
  color: #c1c1c1;
}

.form.form--white-theme .form__input:focus {
  color: #000;
  border-color: #000;
}

.form.form--white-theme .form__input:focus:-ms-input-placeholder {
  opacity: 1;
}

.form.form--white-theme .form__input:focus::placeholder {
  opacity: 1;
}

.form.form--white-theme .form__input:hover {
  border-color: #000;
}

.form.form--white-theme .form__input:hover:-ms-input-placeholder {
  color: #000;
}

.form.form--white-theme .form__input:hover::placeholder {
  color: #000;
}

.form.form--white-theme .form__input.input--error {
  border-color: #e1223c;
}

.form.form--white-theme .form__textarea {
  border-color: #c1c1c1;
}

.form.form--white-theme .form__textarea.textarea--error {
  border-color: #e1223c;
}

.form.form--white-theme .form__textarea:-ms-input-placeholder {
  color: #c1c1c1;
}

.form.form--white-theme .form__textarea::placeholder {
  color: #c1c1c1;
}

.form.form--white-theme .form__textarea:focus {
  color: #000;
}

.form.form--white-theme .form__textarea:hover {
  border-color: #000;
}

.form.form--white-theme .form__textarea:hover:-ms-input-placeholder {
  color: #000;
}

.form.form--white-theme .form__textarea:hover::placeholder {
  color: #000;
}

.form.form--white-theme .form__submit {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}

.form.form--white-theme .form__submit:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.h1 {
  font-size: 1.9375rem;
  line-height: 2.375rem;
  color: #151515;
  font-weight: 300;
  display: block;
}

.input {
  height: 2.375rem;
  line-height: 2.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #151515;
  border-bottom: 0.125rem solid #151515;
  width: 100%;
}

.input:-ms-input-placeholder {
  color: #151515;
  transition: opacity 0.3s ease;
}

.input::placeholder {
  color: #151515;
  transition: opacity 0.3s ease;
}

.input:focus:-ms-input-placeholder,
.input:active:-ms-input-placeholder {
  opacity: 0;
}

.input:focus::placeholder,
.input:active::placeholder {
  opacity: 0;
}

.input.input--error {
  border-color: #e2322d;
}

.input.input--file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.project {
  position: relative;
  margin: 0 0.625rem 0.9375rem;
}

.project .project__wrapper {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  padding-bottom: 66.667%;
}

.project .project__wrapper::after {
  content: '';
  display: block;
  clear: both;
}

.project .project__project-name {
  position: absolute;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: -0.025rem;
  left: 0.5rem;
  bottom: 0.1875rem;
  z-index: 1;
  transition: opacity 0.4s linear;
}

.project .project__project-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.project .project__project-link {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
}

.project .project__project-link::after {
  content: '';
  display: block;
  clear: both;
}

.project .project__project-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.text {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.text.text--white {
  color: #fff;
}

.textarea {
  line-height: 1.6875rem;
  resize: none;
  padding-bottom: 0.375rem;
  font-size: 1.375rem;
  color: #151515;
  border-bottom: 0.125rem solid #151515;
  width: 100%;
}

.textarea:-ms-input-placeholder {
  color: #151515;
  transition: opacity 0.3s ease;
}

.textarea::placeholder {
  color: #151515;
  transition: opacity 0.3s ease;
}

.textarea:focus:-ms-input-placeholder,
.textarea:active:-ms-input-placeholder {
  opacity: 0;
}

.textarea:focus::placeholder,
.textarea:active::placeholder {
  opacity: 0;
}

.textarea.textarea--error {
  border-bottom-color: #e2322d;
}

.animation {
  will-change: transform, opacity;
}

.animation--opacity-delay > * {
  opacity: 0;
}

.animation--slide-left-right > *:nth-child(odd) {
  opacity: 0;
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}

.animation--slide-left-right > *:nth-child(even) {
  opacity: 0;
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}

.animation--slide-up:not(.animation--stagger) {
  opacity: 0;
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}

.animation--slide-up.animation--stagger > * {
  opacity: 0;
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}

.animation--slide-down {
  opacity: 0;
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}

.animation--opacity {
  opacity: 0;
}

.animation--slide-up-opacity:not(.animation--stagger) {
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.animation--slide-up-opacity:not(.animation--stagger) > * {
  opacity: 0;
}

.animation--slide-up-opacity.animation--stagger > * {
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}

.animation--slide-left:not(.animation--stagger) {
  opacity: 0;
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}

.animation--slide-left.animation--stagger > * {
  opacity: 0;
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}

.animation--slide-left-more {
  opacity: 0;
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
}

.animation--slide-right:not(.animation--stagger) {
  opacity: 0;
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}

.animation--slide-right.animation--stagger > * {
  opacity: 0;
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}

.branding {
  background-color: #f8f8f8;
}

.branding .branding__wrapper {
  padding: 0 1.125rem;
}

.branding .branding__main-screen {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.5rem;
}

.branding .branding__content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.branding .branding__main-image {
  display: block;
  height: auto;
  margin-bottom: 1.25rem;
}

.branding .branding__picture {
  width: 100%;
  height: 100%;
}

.branding .branding__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.branding .branding__section {
  padding-bottom: 0;
}

.branding .branding__section .portfolio-section__link-box .portfolio-section__link {
  color: #c1c1c1;
}

.branding .branding__section .portfolio-section__link-box .portfolio-section__link:hover {
  color: #000;
}

.branding .branding__section .portfolio-section__link-box .portfolio-section__link--active {
  color: #000;
}

.branding .branding__link-box {
  margin-bottom: 0.9375rem;
}

.branding .branding__link-box span {
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  letter-spacing: -0.0375rem;
  margin-right: 0.8125rem;
  color: #c1c1c1;
}

.branding .branding__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.03125rem;
  margin-right: 0.75rem;
  transition: color 0.4s linear;
  color: #c1c1c1;
}

.branding .branding__projects {
  margin-bottom: 5.3125rem;
}

.branding .branding__project {
  position: relative;
  margin-bottom: 0.9375rem;
  height: 12.0625rem;
}

.branding .branding__project-name {
  position: absolute;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: -0.025rem;
  left: 0.5rem;
  bottom: 0.1875rem;
  transition: opacity 0.4s linear;
}

.branding .branding__project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.branding .branding__project-link {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}

.branding .branding__project-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.branding .branding__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.5625rem;
}

.branding .branding__text-box {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.0375rem;
  margin-bottom: 1.1875rem;
}

.branding .branding__quotation-box {
  margin-bottom: 1.25rem;
}

.branding .branding__quotation-title {
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.625rem;
}

.branding .branding__quotation {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.625rem;
}

.branding .branding__quotation-author {
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 1.25rem;
}

.career {
  background-color: #f8f8f8;
}

.career .career__wrapper {
  padding: 0 1.125rem;
}

.career .career__main-screen {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.5rem;
}

.career .career__content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.career .career__main-image {
  display: block;
  height: auto;
  margin-bottom: 1.25rem;
}

.career .career__picture {
  width: 100%;
  height: 100%;
}

.career .career__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.career .career__heading {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: -0.05625rem;
  margin-bottom: 1.0625rem;
}

.career .career__subheading {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  margin-bottom: 1.1875rem;
}

.career .career__scheme {
  padding: 0 0 2.1875rem;
  text-align: center;
}

.career .career__list {
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.8125rem;
  position: relative;
}

.career .career__list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.3125rem;
}

.career .career__list li::before {
  position: absolute;
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background-color: #000;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
}

.career .career__quotation-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.625rem;
}

.contacts {
  background-color: #151515;
}

.contacts .contacts__wrapper {
  padding: 0 1.125rem;
}

.contacts .contacts__main-screen {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.5rem;
}

.contacts .contacts__content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.contacts .contacts__new-map,
.contacts .contacts__map {
  height: 20.625rem;
  background-color: gray;
}

.contacts .contacts__map-wrapper {
  margin-bottom: 1.125rem;
  position: relative;
}

.contacts .contacts__address {
  background-color: #212121;
  padding: 0.9375rem 0.8125rem 1.25rem;
}

.contacts .contacts__address-input {
  height: auto;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.9375rem;
  background-color: transparent;
  color: #606060;
  border: none;
  padding: 0;
  border-bottom: 0.0625rem solid #4d4d4d;
  width: 100%;
}

.contacts .contacts__address-input:-ms-input-placeholder {
  transition: color 0.4s linear;
  color: #606060;
}

.contacts .contacts__address-input::placeholder {
  transition: color 0.4s linear;
  color: #606060;
}

.contacts .contacts__address-input:focus {
  color: #fff;
  border-color: #fff;
}

.contacts .contacts__address-input:focus:-ms-input-placeholder {
  opacity: 1;
}

.contacts .contacts__address-input:focus::placeholder {
  opacity: 1;
}

.contacts .contacts__address-input:hover {
  border-color: #fff;
}

.contacts .contacts__address-input:hover:-ms-input-placeholder {
  color: #fff;
}

.contacts .contacts__address-input:hover::placeholder {
  color: #fff;
}

.contacts .contacts__address-button {
  width: 16.125rem;
  height: 3.1875rem;
  margin: 0.625rem auto auto 0;
  background-color: #fff;
  color: #000;
  text-align: center;
  display: block;
  text-transform: none;
  padding: 0 0.9375rem;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: -0.05rem;
}

.contacts .contacts__address-button:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.contacts .contacts__info {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding-bottom: 4.25rem;
}

.contacts .contacts__info-title {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 0.5rem;
}

.contacts .contacts__address-box {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 50%;
}

.contacts .contacts__address-box p {
  width: 75%;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
}

.contacts .contacts__mail-box {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 36%;
}

.contacts .contacts__mail-box a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
  color: #fff;
}

.contacts .contacts__form-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: -0.25rem;
  margin-bottom: 1.375rem;
  color: #fff;
}

.contacts .contacts__form-group {
  position: relative;
}

.contacts .contacts__form-group::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background-color: #fff;
  left: 0;
  bottom: 0;
}

.contacts .contacts__input {
  height: auto;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.9375rem;
  background-color: transparent;
  color: #606060;
  border: none;
  padding: 0;
}

.contacts .contacts__input:-ms-input-placeholder {
  color: #606060;
}

.contacts .contacts__input::placeholder {
  color: #606060;
}

.contacts .contacts__input:focus {
  color: #fff;
}

.contacts .contacts__form-textarea {
  width: 100%;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.9375rem;
  letter-spacing: -0.05rem;
  background-color: transparent;
  color: #606060;
  resize: none;
}

.contacts .contacts__form-textarea:-ms-input-placeholder {
  color: #606060;
}

.contacts .contacts__form-textarea::placeholder {
  color: #606060;
}

.contacts .contacts__form-textarea:focus {
  color: #fff;
}

.contacts .contacts__submit {
  font-weight: 600;
  height: 3.25rem;
  font-size: 1.8125rem;
  line-height: 3.25rem;
  margin-top: 0.875rem;
  padding: 0 1.1875rem;
  letter-spacing: -0.05rem;
  border: none;
  background-color: #fff;
  color: #000;
  text-transform: capitalize;
}

.button {
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.8125rem;
  border: 0.0625rem solid #000;
  padding: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 1.125rem;
}

.content {
  position: relative;
  padding-top: 3.125rem;
}

.form {
  border-top: 0.0625rem solid #fff;
  padding-top: 1.1875rem;
}

.form .form__form {
  max-width: 35.3125rem;
}

.form .form__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: -0.25rem;
  margin-bottom: 1.375rem;
  color: #fff;
}

.form .form__group {
  position: relative;
}

.form .form__group.form__group--file:hover .form__file-wrap {
  color: #000;
}

.form .form__input {
  height: auto;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.9375rem;
  background-color: transparent;
  color: #606060;
  border: none;
  padding: 0;
  border-bottom: 0.0625rem solid #4b4b4b;
}

.form .form__input:-ms-input-placeholder {
  transition: color 0.4s linear;
  color: #606060;
}

.form .form__input::placeholder {
  transition: color 0.4s linear;
  color: #606060;
}

.form .form__input:focus {
  color: #fff;
  border-color: #fff;
}

.form .form__input:focus:-ms-input-placeholder {
  opacity: 1;
}

.form .form__input:focus::placeholder {
  opacity: 1;
}

.form .form__input:hover {
  border-color: #fff;
}

.form .form__input:hover:-ms-input-placeholder {
  color: #fff;
}

.form .form__input:hover::placeholder {
  color: #fff;
}

.form .form__file-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  transition: color 0.4s linear;
  color: #c1c1c1;
}

.form .form__file-btn {
  height: 1.625rem;
  font-weight: 600;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  padding: 0 1.1875rem;
  background-color: #151515;
  color: #fff;
  text-transform: none;
  border: 1px solid #151515;
}

.form .form__textarea {
  width: 100%;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.9375rem;
  letter-spacing: -0.05rem;
  background-color: transparent;
  color: #606060;
  resize: none;
  border-bottom: 0.0625rem solid #4b4b4b;
}

.form .form__textarea:-ms-input-placeholder {
  transition: color 0.4s linear;
  color: #606060;
}

.form .form__textarea::placeholder {
  transition: color 0.4s linear;
  color: #606060;
}

.form .form__textarea:focus {
  color: #fff;
}

.form .form__textarea:hover {
  border-color: #fff;
}

.form .form__textarea:hover:-ms-input-placeholder {
  color: #fff;
}

.form .form__textarea:hover::placeholder {
  color: #fff;
}

.form .form__label {
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5625rem;
}

.form .form__label span {
  padding-left: 0.9375rem;
  font-size: 0.6875rem;
}

.form .form__label-check {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.9375rem;
  height: 0.9375rem;
  padding: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #151515;
}

.form .form__label-check svg {
  opacity: 0;
  transition: opacity 0.2s;
}

.form .form__label-check.form__label-check--error {
  border-color: #e1223c;
}

.form .form__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.form .form__checkbox:checked + svg {
  opacity: 1;
}

.form .form__submit {
  width: 10.9375rem;
  height: 3.1875rem;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.2;
  margin-top: 0.875rem;
  padding: 0 1.1875rem;
  letter-spacing: -0.05rem;
  background-color: #fff;
  color: #000;
  text-transform: capitalize;
  border: 1px solid #151515;
  -ms-flex-pack: center;
  justify-content: center;
}

.form.form--white-theme {
  border-color: #000;
}

.form.form--white-theme .form__title {
  color: #000;
}

.form.form--white-theme .form__input {
  border-color: #c1c1c1;
}

.form.form--white-theme .form__input:-ms-input-placeholder {
  color: #c1c1c1;
}

.form.form--white-theme .form__input::placeholder {
  color: #c1c1c1;
}

.form.form--white-theme .form__input:focus {
  color: #000;
  border-color: #000;
}

.form.form--white-theme .form__input:focus:-ms-input-placeholder {
  opacity: 1;
}

.form.form--white-theme .form__input:focus::placeholder {
  opacity: 1;
}

.form.form--white-theme .form__input:hover {
  border-color: #000;
}

.form.form--white-theme .form__input:hover:-ms-input-placeholder {
  color: #000;
}

.form.form--white-theme .form__input:hover::placeholder {
  color: #000;
}

.form.form--white-theme .form__input.input--error {
  border-color: #e1223c;
}

.form.form--white-theme .form__textarea {
  border-color: #c1c1c1;
}

.form.form--white-theme .form__textarea:-ms-input-placeholder {
  color: #c1c1c1;
}

.form.form--white-theme .form__textarea::placeholder {
  color: #c1c1c1;
}

.form.form--white-theme .form__textarea:focus {
  color: #000;
}

.form.form--white-theme .form__textarea:hover {
  border-color: #000;
}

.form.form--white-theme .form__textarea:hover:-ms-input-placeholder {
  color: #000;
}

.form.form--white-theme .form__textarea:hover::placeholder {
  color: #000;
}

.form.form--white-theme .form__submit {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}

.form.form--white-theme .form__submit:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.h1 {
  font-size: 1.9375rem;
  line-height: 2.375rem;
  color: #151515;
  font-weight: 300;
  display: block;
}

.input {
  height: 2.375rem;
  line-height: 2.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #151515;
  border-bottom: 0.125rem solid #151515;
  width: 100%;
}

.input:-ms-input-placeholder {
  color: #151515;
  transition: opacity 0.3s ease;
}

.input::placeholder {
  color: #151515;
  transition: opacity 0.3s ease;
}

.input:focus:-ms-input-placeholder,
.input:active:-ms-input-placeholder {
  opacity: 0;
}

.input:focus::placeholder,
.input:active::placeholder {
  opacity: 0;
}

.input.input--error {
  border-color: #e2322d;
}

.input.input--file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.project {
  position: relative;
  margin: 0 0.625rem 0.9375rem;
}

.project .project__wrapper {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  padding-bottom: 66.667%;
}

.project .project__wrapper::after {
  content: '';
  display: block;
  clear: both;
}

.project .project__project-name {
  position: absolute;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: -0.025rem;
  left: 0.5rem;
  bottom: 0.1875rem;
  z-index: 1;
  transition: opacity 0.4s linear;
}

.project .project__project-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.project .project__project-link {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
}

.project .project__project-link::after {
  content: '';
  display: block;
  clear: both;
}

.project .project__project-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.text {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.text.text--white {
  color: #fff;
}

.textarea {
  line-height: 1.6875rem;
  resize: none;
  padding-bottom: 0.375rem;
  font-size: 1.375rem;
  color: #151515;
  border-bottom: 0.125rem solid #151515;
  width: 100%;
}

.textarea:-ms-input-placeholder {
  color: #151515;
  transition: opacity 0.3s ease;
}

.textarea::placeholder {
  color: #151515;
  transition: opacity 0.3s ease;
}

.textarea:focus:-ms-input-placeholder,
.textarea:active:-ms-input-placeholder {
  opacity: 0;
}

.textarea:focus::placeholder,
.textarea:active::placeholder {
  opacity: 0;
}

.textarea.textarea--error {
  border-bottom-color: #e2322d;
}

.detail {
  background-color: #151515;
}

.detail .detail__wrapper {
  padding: 0 1.125rem;
}

.detail .detail__main-screen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 4.5rem;
}

.detail .detail__sidebar {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.detail .detail__sidebar-wrapper {
  padding-top: 0.5625rem;
}

.detail .detail__content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.detail .detail__title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.0125rem;
  color: #fff;
  margin-bottom: 0.75rem;
}

.detail .detail__link-box {
  margin-bottom: 2.1875rem;
}

.detail .detail__sidebar-link {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.0375rem;
  margin-right: 1rem;
  transition: color 0.4s linear;
  color: #5f5f5f;
  cursor: default;
}

.detail .detail__heading {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.8125rem;
  color: #fff;
}

.detail .detail__subheading {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

.detail .detail__content-wrapper {
  margin-bottom: 8.5rem;
}

.detail .detail__content-box {
  margin-bottom: 1.75rem;
  color: #fff;
}

.detail .detail__content-box p {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.8125rem;
}

.detail .detail__content-box ul {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.8125rem;
  position: relative;
}

.detail .detail__content-box li {
  position: relative;
  padding-left: 1.25rem;
}

.detail .detail__content-box li::before {
  position: absolute;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
}

.detail .detail__sidebar-arrow {
  display: block;
  margin-bottom: 0.8125rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.detail .detail__sidebar-arrow svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #fff;
  pointer-events: none;
}

.detail .detail__main-image {
  height: auto;
  margin-bottom: 1.3125rem;
}

.detail .detail__image-box {
  margin-bottom: 1.6875rem;
  font-size: 0;
}

.detail .detail__image-box img {
  height: 12rem;
  width: 100%;
  margin-bottom: 1.125rem;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.detail .detail__media-text {
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  position: absolute;
  left: 1.5625rem;
  bottom: 1.25rem;
  transition: transform 0.3s, opacity 0.3s;
}

.detail .detail__media {
  width: 100%;
  font-size: 0;
  position: relative;
  margin-bottom: 1.125rem;
}

.detail .detail__media video {
  width: 100%;
  height: 100%;
}

.detail .detail__picture {
  width: 100%;
  height: 100%;
}

.detail .detail__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.detail.detail--white-theme {
  background-color: #f8f8f8;
}

.detail.detail--white-theme .detail__title {
  color: #000;
}

.detail.detail--white-theme .detail__sidebar {
  border-color: #000;
}

.detail.detail--white-theme .detail__sidebar-arrow svg {
  stroke: #000;
}

.detail.detail--white-theme .detail__sidebar-arrow:hover svg {
  stroke: #c1c1c1;
}

.detail.detail--white-theme .detail__sidebar-link {
  color: #c1c1c1;
}

.detail.detail--white-theme .detail__sidebar-link:hover {
  color: #000;
}

.detail.detail--white-theme .detail__heading {
  color: #000;
}

.detail.detail--white-theme .detail__subheading {
  color: #000;
}

.detail.detail--white-theme .detail__content-box p {
  color: #000;
}

.detail.detail--white-theme .detail__content-box ul {
  color: #000;
}

.detail.detail--white-theme .detail__content-box li::before {
  background-color: #000;
}

.error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #151515;
}

.error .error__content {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.error .error__page-status {
  font-size: 5.9375rem;
}

.error .error__text {
  font-size: 0.9375rem;
  margin-bottom: 2rem;
}

.error .error__image-box img {
  width: 2.3125rem;
  height: 2.3125rem;
}

.footer {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fff;
  background-color: #151515;
}

.footer .footer__wrapper {
  display: -ms-flexbox;
  display: flex;
  padding: 1.125rem;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer .footer__left-column {
  max-width: 50%;
}

.footer .footer__left-column a {
  display: block;
  letter-spacing: -0.0375rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fff;
}

.footer .footer__right-column a {
  display: block;
  color: #fff;
}

.footer .footer__right-column span {
  letter-spacing: -0.03125rem;
}

.footer .footer__address {
  width: 75%;
  margin-top: 0.8125rem;
  letter-spacing: -0.03125rem;
  font-size: 0.875rem;
  line-height: 1rem;
}

.footer.footer--white-theme {
  background-color: #f8f8f8;
  color: #000;
}

.footer.footer--white-theme a {
  color: #000;
}

.footer.footer--background-transparent {
  background-color: transparent;
}

.footer.footer--hidden {
  display: none;
}

.header {
  background-color: #151515;
  position: relative;
}

.header .header__mobile-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.header .header__left-menu {
  position: fixed;
  background-color: #000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100vh;
  z-index: 5;
  transition: transform 0.5s ease;
  padding: 1.125rem;
  overflow-y: auto;
}

.header .header__left-menu.header__left-menu--opened {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.header .header__left-menu-logo svg {
  width: 4.3125rem;
  height: 2.5rem;
  fill: #fff;
}

.header .header__left-menu-links {
  padding: 2.125rem 0 2.3125rem;
}

.header .header__left-menu-link {
  display: block;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.5625rem;
  letter-spacing: -0.0875rem;
  color: #606060;
  text-indent: -0.0625rem;
}

.header .header__left-menu-link.header__left-menu-link--active {
  color: #fff;
}

.header .header__left-menu-link-btn {
  position: absolute;
  top: 0;
  right: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
}

.header .header__left-menu-link-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.25rem;
  margin-top: -0.5625rem;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 0.25rem solid #5f5f5f;
  border-top: 0.25rem solid #5f5f5f;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: margin 0.3s ease, transform 0.3s ease;
}

.header .header__left-menu-item {
  position: relative;
}

.header .header__left-menu-item.header__left-menu-item--open .header__left-menu-link-btn::after {
  margin-top: 0rem;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .header__left-extra-menu-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.header .header__left-extra-menu {
  padding-bottom: 0.5rem;
}

.header .header__left-extra-menu-item {
  margin-bottom: 0.25rem;
}

.header .header__left-extra-menu-item:last-of-type {
  margin-bottom: 0;
}

.header .header__left-extra-menu-link {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: -0.6px;
  color: #606060;
}

.header .header__left-extra-menu-link.header__left-extra-menu-link--active {
  color: #fff;
}

.header .header__left-menu-contacts {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}

.header .header__left-menu-contacts * {
  display: block;
  letter-spacing: -0.03125rem;
}

.header .header__left-menu-contacts a {
  color: #fff;
}

.header .header__left-menu-contacts p {
  width: 50%;
}

.header .header__hamburger {
  position: fixed;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.125rem;
  margin-top: 0.3125rem;
  top: 1.125rem;
  right: 1.125rem;
  z-index: 9;
}

.header .header__hamburger span {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #fff;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.4s ease;
}

.header .header__hamburger span:nth-child(2) {
  top: 0.9375rem;
}

.header .header__hamburger span:last-child {
  top: 1.875rem;
}

.header .header__hamburger.header__hamburger--opened span {
  top: 0.9375rem;
}

.header .header__hamburger.header__hamburger--opened span:first-child {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}

.header .header__hamburger.header__hamburger--opened span:nth-child(2) {
  width: 0;
}

.header .header__hamburger.header__hamburger--opened span:last-child {
  left: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .header__mobile-logo svg {
  width: 4.3125rem;
  height: 2.5rem;
  fill: #fff;
}

.header .header__mobile-menu-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.4375rem 0 0.625rem;
}

.header .header__mobile-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 5.625rem;
}

.header .header__mobile-menu-link-main {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-indent: -0.0625rem;
  color: #c1c1c1;
  letter-spacing: -0.0375rem;
}

.header .header__mobile-menu-link-main.header__mobile-menu-link-main--current {
  color: #fff;
}

.header .header__mobile-menu-link {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #606060;
  letter-spacing: -0.0375rem;
  padding-right: 1.25rem;
}

.header .header__mobile-menu-link.header__mobile-menu-link--current {
  color: #fff;
}

.header .header__wrapper {
  padding: 1.125rem;
}

.header .header__logo {
  display: none;
}

.header .header__logo svg {
  width: 6.25rem;
  height: 4.375rem;
  fill: #fff;
}

.header .header__menu-wrapper {
  display: none;
}

.header .header__menu-link {
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: -0.00625rem;
  color: #606060;
}

.header .header__menu-link.header__menu-link--active {
  color: #fff;
}

.header .header__contacts {
  display: none;
}

.header .header__contacts span {
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
}

.header .header__contacts a {
  color: currentColor;
}

.header .header__contacts-phone {
  letter-spacing: 0.04375rem;
}

.header .header__contacts-email {
  letter-spacing: -0.025rem;
}

.header .header__fixed-block {
  position: fixed;
  width: calc(100% - 34px);
  height: 4.875rem;
  background-color: #151515;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
  border-bottom: 0.0625rem solid #fff;
  visibility: hidden;
}

.header .header__fixed-block.header__fixed-block--active {
  visibility: visible;
}

.header.header--white-theme {
  background: #f8f8f8;
}

.header.header--white-theme .header__mobile-logo svg {
  fill: #000;
}

.header.header--white-theme .header__mobile-box {
  border-color: #000;
}

.header.header--white-theme .header__fixed-block {
  background: #f8f8f8;
  border-color: #000;
}

.header.header--white-theme .header__logo svg {
  fill: #000;
}

.header.header--white-theme .header__menu-link {
  color: #c1c1c1;
}

.header.header--white-theme .header__menu-link:hover {
  color: #000;
}

.header.header--white-theme .header__menu-link--active {
  color: #000;
}

.header.header--white-theme .header__mobile-menu-link-main {
  color: #c1c1c1;
}

.header.header--white-theme .header__mobile-menu-link-main--current {
  color: #000;
}

.header.header--white-theme .header__mobile-menu-link {
  color: #c1c1c1;
}

.header.header--white-theme .header__mobile-menu-link--current {
  color: #000;
}

.header.header--white-theme .header__contacts span {
  color: #000;
}

.header.header--white-theme .header__hamburger span {
  background-color: #000;
}

.header.header--white-theme .header__hamburger.header__hamburger--opened span {
  background-color: #fff;
}

.header.header--background-transparent {
  background-color: transparent;
}

.live-in-detail {
  border-bottom: 1px solid #000;
  margin-bottom: 1.0625rem;
}

.live-in-detail:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.live-in-detail .live-in-detail__wrapper {
  border-bottom: 0.0625rem solid #000;
  padding-bottom: 0.4375rem;
}

.live-in-detail .live-in-detail__wrapper:last-child {
  border: none;
}

.live-in-detail .live-in-detail__main-image {
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.live-in-detail .live-in-detail__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  font-family: 'object-fit: cover; object-position: center bottom;';
}

.live-in-detail .live-in-detail__main-image:last-child {
  margin-bottom: 0;
}

.live-in-detail .live-in-detail__show-more {
  padding-top: 0.625rem;
}

.live-in-detail .live-in-detail__heading {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: -0.05rem;
}

.live-in-detail .live-in-detail__date-box {
  margin: 0.1875rem 0 0.75rem;
}

.live-in-detail .live-in-detail__date {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.0375rem;
  margin-right: 0.25rem;
}

.live-in-detail .live-in-detail__reference {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #c1c1c1;
}

.live-in-detail .live-in-detail__reference {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
}

.live-in-detail .live-in-detail__link-box {
  padding: 0.4375rem 0 0;
}

.live-in-detail .live-in-detail__social {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #c1c1c1;
  margin-right: 0.625rem;
  transition: color 0.4s linear;
}

.live-in-detail .live-in-detail__button {
  transition: transform 0.2s linear;
}

.live-in-detail .live-in-detail__button svg {
  width: 0.75rem;
  height: 0.75rem;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.live-in-detail .live-in-detail__button.live-in-detail__button--opened {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.live-in-detail .live-in-detail__button.live-in-detail__button--opened:hover {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.live-in-detail .live-in-detail__dropdown {
  transition: height 0.6s linear;
  height: 0;
  overflow: hidden;
}

.live-in-detail .live-in-detail__dropdown img {
  padding-top: 0.625rem;
}

.live-in-detail .live-in-detail__content p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.9375rem;
}

.live-in-detail .live-in-detail__content img {
  width: 100%;
  margin-bottom: 1.125rem;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  padding-top: 0;
}

.live-in-detail .live-in-detail__dropdown-wrapper {
  padding-top: 1.25rem;
}

.live-in {
  background-color: #f8f8f8;
}

.live-in .live-in__wrapper {
  padding: 0 1.125rem;
}

.live-in .live-in__main-screen {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.5rem;
}

.live-in .live-in__content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.live-in .live-in__content-nav-block {
  padding: 0.5rem 0 0.9375rem;
}

.live-in .live-in__content-navigation {
  display: inline-block;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.625rem;
  margin-right: 0.3125rem;
  color: #c1c1c1;
}

.live-in .live-in__content-navigation.live-in__content-navigation--current {
  color: #000;
}

.main-footer {
  width: 100%;
  z-index: 1001;
}

.main-footer .main-footer__container {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.675rem;
}

.main-footer .main-footer__logo {
  height: 2.6875rem;
  width: 4.3125rem;
  fill: #fff;
  display: inline-block;
  margin-right: 0.3125rem;
}

.main-footer .main-footer__text {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1rem;
  display: inline-block;
  color: #fff;

  &:empty {
    display: none;
  }
}

.main-footer .main-footer__socials {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: left;
}

.main-footer .main-footer__rating-runeta {
  font-size: 0;
  order: -1;
}

.main-footer .main-footer__contacts li .main-footer__link {
  display: block;
}

.main-footer .main-footer__contacts li .main-footer__btn {
  height: auto;
  padding: 1rem 2.5rem 1.375rem 2.5rem;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: none;
  background: #fff;
  color: #000;
  border-color: currentColor;
}

.main-footer .main-footer__contacts li:not(:last-of-type) {
  margin-bottom: 0.675rem;
}

.main-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.main-screen .main-screen__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center / cover;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.main-screen .main-screen__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.main-screen .main-screen__bg.main-screen__bg--show {
  opacity: 1;
}

.main-screen .main-screen__bg-image {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.main-screen .main-screen__links {
  position: relative;
  z-index: 2;
  padding: 2.5rem 0;
  color: #fff;
}

.main-screen .main-screen__links.main-screen__links--opacity {
  color: rgba(255, 255, 255, 0.25);
}

.main-screen .main-screen__links.main-screen__links--opacity a {
  color: rgba(255, 255, 255, 0.25);
}

.main-screen .main-screen__links.main-screen__links--opacity a::before {
  opacity: 0.25;
}

.main-screen .main-screen__link {
  font-size: 2.625rem;
  line-height: 2.375rem;
  font-weight: 600;
  display: inline-block;
  padding-right: 0.9375rem;
  letter-spacing: -0.15rem;
  transition: color 0.3s ease;
}

.main-screen .main-screen__link a {
  position: relative;
  color: #fff;
  transition: color 0.3s ease;
  display: inline-block;
}

.main-screen .main-screen__link a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0.1875rem;
  bottom: 0;
}

.main-screen .main-screen__link a:hover::before {
  opacity: 1;
}

.main-screen .main-screen__link a span {
  display: inline-block;
  position: relative;
}

.main-screen .main-screen__link a span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0.1875rem;
  bottom: 0;
}

.main-screen .main-screen__link a span:first-child {
  padding-right: 0.75rem;
}

.main-screen .main-screen__link a span:first-child::before {
  width: calc(100% - 12px);
}

.main-screen .main-screen__link:last-of-type {
  padding-right: 0;
}

.main-screen .main-screen__link.main-screen__link--color a {
  color: #fff;
}

.main-screen .main-screen__link.main-screen__link--no-pr {
  padding-right: 0;
}

.main-screen .main-screen__link.main-screen__link--inline a {
  display: inline;
}

.main-screen .main-screen__link.main-screen__link--inline a::before {
  display: none;
}

.main-screen .main-screen__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-bottom: 1.125rem;
}

.main-screen .main-screen__footer {
  margin-top: auto;
  position: relative;
  z-index: 2;
}

.main-screen .main-screen__text {
  font-weight: 600;
  color: #fff;
  padding-top: 1.25rem;
  padding-left: 0.125rem;
  position: relative;
  z-index: 2;
}

.blog {
  background-color: #f8f8f8;
  overflow: hidden;
}

.blog__wrapper {
  padding: 0 1.125rem;
}

.news__content-wrapper, .blog .contacts__form-box, .blog .breadc {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.blog .news__content-wrapper {
  margin-left: auto;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  color: #151515;
}

.blog .detail_picture {
  margin-bottom: 40px;
}

.blog .news-article__heading {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -0.07em;
}

.blog .news-article__content {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  color: #151515;
}

.blog .detail {
  display: block;
  line-height: 48px;
  width: 217px;
  text-align: center;
  color: #fff;
  background: #151515;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 22.5433px;
  text-align: center;
  color: #F8F8F8;
}

.blog .contacts__form-box {
  margin-left: auto;
}

.news-article {
  border-bottom: 1px solid #000;
  margin-bottom: 1.0625rem;
}

.news-article:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.news-article .news-article__wrapper {
  border-bottom: 0.0625rem solid #000;
  padding-bottom: 0.4375rem;
}

.news-article .news-article__wrapper:last-child {
  border: none;
}

.news-article .news-article__main-image {
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.news-article .news-article__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  font-family: 'object-fit: cover; object-position: center bottom;';
}

.news-article .news-article__main-image:last-child {
  margin-bottom: 0;
}

.news-article .news-article__show-more {
  padding-top: 0.625rem;
}

.news-article .news-article__heading {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: -0.05rem;
}

.news-article .news-article__date-box {
  margin: 0.1875rem 0 0.75rem;
}

.news-article .news-article__date {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.0375rem;
  margin-right: 0.25rem;
}

.news-article .news-article__reference {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #c1c1c1;
}

.news-article .news-article__reference {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
}

.news-article .news-article__link-box {
  padding: 0.4375rem 0 0;
}

.news-article .news-article__social {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.8125rem;
  color: #c1c1c1;
  margin-right: 0.625rem;
  transition: color 0.4s linear;
}

.news-article .news-article__content p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.9375rem;
}

.news-article .news-article__button {
  transition: transform 0.2s linear;
}

.news-article .news-article__button svg {
  width: 0.75rem;
  height: 0.75rem;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.news-article .news-article__button.news-article__button--opened {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.news-article .news-article__button.news-article__button--opened:hover {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.news-article .news-article__dropdown {
  transition: height 0.6s linear;
  height: 0;
  overflow: hidden;
}

.news-article .news-article__dropdown img {
  padding-top: 0.625rem;
}

.news-article .news-article__dropdown-wrapper {
  padding-top: 1.25rem;
}

.news {
  background-color: #f8f8f8;
}

.news .news__wrapper {
  padding: 0 1.125rem;
}

.news .news__main-screen {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.5rem;
}

.news .news__content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.news .news__content-nav-block {
  padding: 0.5rem 0 0.9375rem;
}

.news .news__content-navigation {
  display: inline-block;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.625rem;
  margin-right: 0.3125rem;
  color: #c1c1c1;
}

.news .news__content-navigation.news__content-navigation--current {
  color: #000;
}

.portfolio {
  background-color: #151515;
}

.portfolio .portfolio__wrapper {
  padding: 0 1.125rem;
}

.portfolio .portfolio__main-screen {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.5rem;
}

.portfolio .portfolio__content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.portfolio .portfolio__main-box {
  margin-bottom: 1.0625rem;
}

.portfolio .portfolio__media-text {
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.4375rem;
  position: absolute;
  left: 1.5625rem;
  bottom: 1.25rem;
  transition: transform 0.3s, opacity 0.3s;
}

.portfolio .portfolio__media {
  width: 100%;
  display: none;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

.portfolio .portfolio__media::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(21, 21, 21, 0.3);
  opacity: 0;
}

.portfolio .portfolio__media video {
  width: 100%;
  height: 100%;
}

.portfolio .portfolio__main-heading {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0.9375rem;
  color: #fff;
}

.portfolio .portfolio__picture {
  width: 100%;
  height: 100%;
}

.portfolio .portfolio__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.portfolio .portfolio__last-project {
  display: none;
}

.portfolio .portfolio__project-list {
  margin: 0 -0.625rem 1.875rem;
}

.portfolio .portfolio__projects {
  margin-bottom: 5.3125rem;
}

.portfolio .portfolio__ajax-btn {
  transition: transform 0.4s linear;
}

.portfolio .portfolio__ajax-btn svg {
  width: 0.9375rem;
  height: 0.9375rem;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.portfolio-section {
  padding-bottom: 1.25rem;
}

.portfolio-section .portfolio-section__heading {
  display: block;
  border-top: 1px solid #fff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  color: #fff;
}

.portfolio-section .portfolio-section__heading:hover {
  color: #606060;
}

.portfolio-section .portfolio-section__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -0.625rem;
}

.portfolio-section .portfolio-section__empty {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0.8125rem 0.625rem;
  color: #fff;
}

.portfolio-section .portfolio-section__ajax-link {
  display: inline-block;
  transition: transform 0.2s linear;
  margin-top: 1.5625rem;
}

.portfolio-section .portfolio-section__ajax-link svg {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.9375rem;
  height: 0.9375rem;
  pointer-events: none;
}

.portfolio-section .portfolio-section__link-box span {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.0375rem;
  margin-right: 0.8125rem;
  color: #fff;
}

.portfolio-section.portfolio-section--first-item {
  border: none;
}

.portfolio-section.portfolio-section--first-item .portfolio-section__heading {
  padding-top: 0;
  border-top: none;
}

.preloader {
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 22;
}

.preloader .preloader__text {
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 2.625rem;
  color: #fff;
  letter-spacing: -0.125rem;
}

.preloader .preloader__text h1 {
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 2.625rem;
  letter-spacing: -0.125rem;
}

.preloader .preloader__wrp {
  height: 100%;
  width: 100%;
  will-change: transform;
  transform: translate3d(0, 100%, 0);
  pointer-events: none;
  cursor: none;
  opacity: 0;
  padding-bottom: 1.125rem;
}

.preloader .preloader__content {
  padding: 1.125rem 0 0;
  opacity: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.preloader.preloader--in .preloader__wrp {
  opacity: 1;
  transition: all 2.1s cubic-bezier(0.69, 0.02, 0.07, 0.93) 0s;
  transform: translate3d(0, 0, 0);
}

.preloader.preloader--in .preloader__content {
  opacity: 1;
  transition: opacity 0.3s linear 1.5s;
}

.preloader.preloader--out {
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0s linear 1.8s, background-color 0s linear 0s;
  background-color: transparent;
}

.preloader.preloader--out .preloader__wrp {
  opacity: 1;
  transition: all 2.1s cubic-bezier(0.69, 0.02, 0.07, 0.93) 0s;
  transform: translate3d(0, -100%, 0);
}

.preloader.preloader--out .preloader__content {
  opacity: 0;
  transition: opacity 0.6s;
}

.sidebar {
  display: inline-block;
  width: 100%;
  position: relative;
  border-top: 0.0625rem solid #bfbfbf;
}

.sidebar .sidebar__list {
  padding: 1.5625rem 0 0 0;
}

.sidebar .sidebar__menu-link {
  display: inline-block;
  font-weight: 600;
  font-size: 4.25rem;
  line-height: 4.25rem;
  letter-spacing: -0.08125rem;
  color: #606060;
}

.sidebar .sidebar__menu-link.sidebar__menu-link--active {
  color: #fff;
}

.sidebar .sidebar__extra-menu-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease-out;
}

.sidebar .sidebar__extra-menu {
  padding: 0.75rem 0 1rem;
}

.sidebar .sidebar__extra-menu-item:last-of-type {
  margin-bottom: 0;
}

.sidebar .sidebar__item:not(.sidebar__item--open) .sidebar__extra-menu-wrap {
  max-height: 0 !important;
}

.sidebar .sidebar__extra-menu-link {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #606060;
}

.sidebar .sidebar__extra-menu-link.sidebar__extra-menu-link--active {
  color: #fff;
}

.sidebar.sidebar--white-theme {
  border-color: #000;
}

.sidebar.sidebar--white-theme .sidebar__menu-link {
  color: #c1c1c1;
}

.sidebar.sidebar--white-theme .sidebar__menu-link:hover {
  color: #151515;
}

.sidebar.sidebar--white-theme .sidebar__menu-link--active {
  color: #151515;
}

.sidebar.sidebar--white-theme .sidebar__extra-menu-link {
  color: #c1c1c1;
}

.sidebar.sidebar--white-theme .sidebar__extra-menu-link:hover {
  color: #151515;
}

.sidebar.sidebar--white-theme .sidebar__extra-menu-link--active {
  color: #151515;
}

.sidebar.sidebar--white-theme .sidebar__current-page {
  color: #000;
}

.sidebar-wrapper {
  display: none;
}

.talk {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1.25rem 0;
  color: #fff;
  height: 100%;
  font-size: 0;
}

.talk .talk__background-image {
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  -ms-flex-order: 1;
  order: 1;
}

.talk .talk__background-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
  font-family: 'object-fit: contain; object-position: bottom right;';
}

.talk .talk__content-section {
  position: relative;
  max-width: 14.5625rem;
}

.talk .talk__content-section::before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-top: 1px solid #fff;
}

.talk .talk__description {
  max-width: 8.75rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
}

.talk .talk__description.talk__description--vertical {
  display: none;
  position: absolute;
  left: 0;
  -ms-transform: translate(-27px, 33px) rotate(-90deg);
  transform: translate(-27px, 33px) rotate(-90deg);
}

.talk .talk__description.talk__description--bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-order: 2;
  order: 2;
  margin-top: -2.5rem;
}

.talk .talk__title {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding-bottom: 0.9375rem;
  letter-spacing: -0.01875rem;
}

.talk .talk__phone {
  display: inline-block;
  font-size: 1rem;
  padding-bottom: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.03125rem;
  color: #fff;
}

.talk .talk__social {
  display: -ms-flexbox;
  display: flex;
}

.talk .talk__social-item {
  -ms-flex: 0 0 1.4375rem;
  flex: 0 0 1.4375rem;
  width: 0.9375rem;
  height: 0.9375rem;
}

.talk .talk__social-item svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: 0.4s ease;
}

.talk .talk__social-item:hover svg {
  fill: #4d4d4d;
}

.talk .talk__mobile-logo {
  display: none;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  width: 4.0625rem;
  height: 2.5rem;
}

.talk .talk__mobile-logo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.team-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6.5625rem;
}

.team-list .team-list__person {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex: 1 0 calc(50% - 10px);
  flex: 1 0 calc(50% - 10px);
  max-width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 1.0625rem;
}

.team-list .team-list__person-image {
  position: relative;
  height: 100%;
  margin-bottom: 0.375rem;
  overflow: hidden;
  font-size: 0;
}

.team-list .team-list__person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
}

.team-list .team-list__person-name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: -0.025rem;
}

.team-list .team-list__person-appointment {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.03125rem;
}

.team-list .team-list__info-wrapper {
  width: 100%;
}

.team-list .team-list__info {
  position: relative;
  padding: 1.875rem 0 1.5625rem;
}

.team-list .team-list__info-close {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
}

.team-list .team-list__info-close svg {
  width: 0.75rem;
  height: 0.75rem;
  transition: transform 0.2s linear;
}

.team-list .team-list__info-image {
  font-size: 0;
  margin-bottom: 0.625rem;
}

.team-list .team-list__info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.team-list .team-list__info-name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.125rem;
}

.team-list .team-list__info-appointment {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.9375rem;
}

.team-list .team-list__info-content p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
}

.team {
  background-color: #f8f8f8;
}

.team .team__wrapper {
  padding: 0 1.125rem;
}

.team .team__main-screen {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.5rem;
}

.team .team__content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.team .team__team-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6.5625rem;
}

.team .team__person {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-flex: 1 0 calc(50% - 10px);
  flex: 1 0 calc(50% - 10px);
  max-width: 50%;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 1.0625rem;
}

.team .team__person-image {
  position: relative;
  height: 100%;
  max-height: 11.625rem;
  margin-bottom: 0.375rem;
}

.team .team__person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.team .team__person-name {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.025rem;
}

.team .team__person-appointment {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.03125rem;
}

.team .team__info-wrapper {
  width: 100%;
}

.team .team__info {
  position: relative;
  padding: 1.875rem 0 1.5625rem;
}

.team .team__info-close {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
}

.team .team__info-close svg {
  width: 0.75rem;
  height: 0.75rem;
}

.team .team__info-image {
  font-size: 0;
  margin-bottom: 0.625rem;
}

.team .team__info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.team .team__info-name {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1rem;
}

.team .team__info-appointment {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.9375rem;
}

.team .team__info-content p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
}

.vacancy-position {
  border-bottom: 1px solid #000;
  margin-bottom: 1.0625rem;
}

.vacancy-position:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.vacancy-position .vacancy-position__wrapper {
  border-bottom: 0.0625rem solid #000;
  padding-bottom: 0.4375rem;
}

.vacancy-position .vacancy-position__wrapper:last-child {
  border: none;
}

.vacancy-position .vacancy-position__main-image {
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.vacancy-position .vacancy-position__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  font-family: 'object-fit: cover; object-position: center bottom;';
}

.vacancy-position .vacancy-position__main-image:last-child {
  margin-bottom: 0;
}

.vacancy-position .vacancy-position__show-more {
  padding-top: 0.625rem;
}

.vacancy-position .vacancy-position__heading {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: -0.05rem;
}

.vacancy-position .vacancy-position__date-box {
  margin: 0.1875rem 0 0.75rem;
}

.vacancy-position .vacancy-position__date {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -0.0375rem;
  margin-right: 0.25rem;
}

.vacancy-position .vacancy-position__reference {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #c1c1c1;
}

.vacancy-position .vacancy-position__reference {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
}

.vacancy-position .vacancy-position__link-box {
  padding: 0.4375rem 0 0;
}

.vacancy-position .vacancy-position__social {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #c1c1c1;
  margin-right: 0.625rem;
  transition: color 0.4s linear;
}

.vacancy-position .vacancy-position__content p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.9375rem;
}

.vacancy-position .vacancy-position__title {
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  font-weight: 600;
}

.vacancy-position .vacancy-position__list {
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.8125rem;
  position: relative;
}

.vacancy-position .vacancy-position__list li {
  position: relative;
  padding-left: 1.25rem;
}

.vacancy-position .vacancy-position__list li::before {
  position: absolute;
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background-color: #000;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
}

.vacancy-position .vacancy-position__button {
  transition: transform 0.2s linear;
}

.vacancy-position .vacancy-position__button svg {
  width: 0.75rem;
  height: 0.75rem;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.vacancy-position .vacancy-position__button.vacancy-position__button--opened {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.vacancy-position .vacancy-position__button.vacancy-position__button--opened:hover {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.vacancy-position .vacancy-position__dropdown {
  transition: height 0.6s linear;
  height: 0;
  overflow: hidden;
}

.vacancy-position .vacancy-position__dropdown img {
  padding-top: 0.625rem;
}

.vacancy-position .vacancy-position__dropdown-wrapper {
  padding-top: 1.25rem;
}

.vacancy {
  background-color: #f8f8f8;
}

.vacancy .vacancy__wrapper {
  padding: 0 1.125rem;
}

.vacancy .vacancy__main-screen {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4.5rem;
}

.vacancy .vacancy__content {
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}

.vacancy .vacancy__content-nav-block {
  padding: 0.5rem 0 0.9375rem;
}

.vacancy .vacancy__content-navigation {
  display: inline-block;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.625rem;
  margin-right: 0.3125rem;
  color: #c1c1c1;
}

.vacancy .vacancy__content-navigation.vacancy__content-navigation--current {
  color: #000;
}

.video-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #151515;
}

.video-popup.video-popup--opened {
  display: block;
}

.video-popup .video-popup__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.video-popup .video-popup__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 1.25rem 1.25rem;
}

.video-popup .video-popup__play-pause {
  margin-right: 1.25rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  transition: opacity 0.4s linear;
  cursor: pointer;
  min-width: 3.5625rem;
}

.video-popup .video-popup__progress-bar {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  height: 2.1875rem;
}

.video-popup .video-popup__progress-bar::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-popup .video-popup__progress-mark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2.1875rem;
  background-color: #fff;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}

.video-popup .video-popup__share {
  display: none;
  min-width: 8.25rem;
}

.video-popup .video-popup__video-box {
  height: 100%;
}

.video-popup .video-popup__video {
  width: 100%;
  height: 100%;
}

.video-popup .video-popup__close {
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  top: 1.875rem;
  right: 2.5rem;
  cursor: pointer;
  transition: opacity 0.3s linear;
  z-index: 2;
}

.video-popup .video-popup__close svg {
  stroke: #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

@media (min-width: 375px) {
  .contacts .contacts__address-box p {
    width: 80%;
  }

  .footer .footer__address {
    width: 80%;
  }

  .main-footer .main-footer__logo {
    margin-right: 0.625rem;
  }

  .main-screen .main-screen__link a span::before {
    display: none;
  }

  .main-screen .main-screen__link.main-screen__link--inline a::before {
    display: block;
  }

  .main-screen .main-screen__link.main-screen__link--inline a {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .page {
    padding-top: 5.625rem;
  }

  .container {
    padding: 0 2.1875rem;
  }

  .container.container--main {
    padding: 0 2.375rem 2.375rem;
  }

  .content {
    padding-top: 4.375rem;
  }

  .form {
    padding-top: 1.4375rem;
  }

  .form .form__title {
    font-size: 1.75rem;
    line-height: 1.75rem;
    letter-spacing: -0.0375rem;
    margin-bottom: 1.1875rem;
  }

  .form .form__file-btn {
    height: 1.375rem;
    font-size: 0.75rem;
  }

  .form .form__textarea {
    padding: 0;
  }

  .form .form__label span {
    font-size: 0.75rem;
  }

  .form .form__submit {
    margin-top: 0.875rem;
    padding: 0 0.9375rem;
    border: 1px solid #151515;
  }

  .project {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: calc(50% - 10px);
    margin: 0 0.3125rem 0.625rem;
  }

  .project .project__project-name {
    left: 0.4375rem;
    bottom: 0.4375rem;
  }

  .branding .branding__wrapper {
    padding: 0 2rem 0 2.25rem;
  }

  .branding .branding__main-screen {
    padding-bottom: 4.9375rem;
  }

  .branding .branding__content {
    -ms-flex: 1 0 67%;
    flex: 1 0 67%;
    max-width: calc(67% - 15px);
  }

  .branding .branding__main-image {
    margin-bottom: 1.625rem;
  }

  .branding .branding__link-box {
    margin-bottom: 1.4375rem;
  }

  .branding .branding__link-box span {
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: -0.0375rem;
    margin-right: 0.8125rem;
  }

  .branding .branding__project-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .branding .branding__projects {
    margin-bottom: 2.3125rem;
  }

  .branding .branding__project {
    height: 9.625rem;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 48%;
    margin-right: auto;
    margin-bottom: 0.625rem;
  }

  .branding .branding__project:nth-child(2n) {
    margin-right: 0;
  }

  .branding .branding__project-name {
    left: 0.4375rem;
    bottom: 0.4375rem;
  }

  .branding .branding__title {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0.9375rem;
  }

  .branding .branding__text-box {
    font-weight: 500;
    margin-bottom: 1.8125rem;
  }

  .branding .branding__quotation-box {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .branding .branding__quotation-title {
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: -0.0375rem;
    margin-bottom: 1.125rem;
  }

  .branding .branding__quotation {
    font-size: 1.75rem;
    line-height: 1.625rem;
    letter-spacing: -0.0375rem;
    margin-bottom: 1.125rem;
  }

  .branding .branding__quotation-author {
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: -0.0375rem;
  }

  .career .career__wrapper {
    padding: 0 2rem 0 2.25rem;
  }

  .career .career__main-screen {
    padding-bottom: 4.9375rem;
  }

  .career .career__content {
    -ms-flex: 1 0 67%;
    flex: 1 0 67%;
    max-width: calc(67% - 15px);
  }

  .career .career__main-image {
    margin-bottom: 1.625rem;
  }

  .career .career__heading {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 2.3125rem;
  }

  .career .career__subheading {
    letter-spacing: -0.0375rem;
    margin-bottom: 2.1875rem;
  }

  .career .career__list {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-right: auto;
  }

  .career .career__list:nth-child(2n) {
    margin-right: 0;
  }

  .contacts .contacts__wrapper {
    padding: 0 2rem 0 2.25rem;
  }

  .contacts .contacts__main-screen {
    padding-bottom: 4.9375rem;
  }

  .contacts .contacts__content {
    -ms-flex: 1 0 67%;
    flex: 1 0 67%;
    max-width: calc(67% - 15px);
  }

  .contacts .contacts__new-map,
  .contacts .contacts__map {
    height: 19.375rem;
  }

  .contacts .contacts__map-wrapper {
    margin-bottom: 1.5625rem;
  }

  .contacts .contacts__address {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 0.625rem 0.875rem 1.25rem 0.75rem;
  }

  .contacts .contacts__address-input {
    font-size: 0.75rem;
    line-height: 2rem;
  }

  .contacts .contacts__address-button {
    padding: 0 0.625rem;
    margin: 0.625rem auto auto 0;
  }

  .contacts .contacts__info {
    padding-bottom: 2.8125rem;
  }

  .contacts .contacts__address-box p {
    width: 75%;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .contacts .contacts__mail-box {
    max-width: 50%;
  }

  .contacts .contacts__form-title {
    font-size: 1.75rem;
    line-height: 1.75rem;
    letter-spacing: -0.0375rem;
    margin-bottom: 1.1875rem;
  }

  .contacts .contacts__form-textarea {
    padding: 0;
  }

  .contacts .contacts__submit {
    margin-top: 0.875rem;
    padding: 0 0.9375rem;
  }

  .container {
    padding: 0 2.1875rem;
  }

  .container.container--main {
    padding: 0 2.375rem 2.375rem;
  }

  .content {
    padding-top: 4.375rem;
  }

  .cross-btn svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .form {
    padding-top: 1.4375rem;
  }

  .form .form__title {
    font-size: 1.75rem;
    line-height: 1.75rem;
    letter-spacing: -0.0375rem;
    margin-bottom: 1.1875rem;
  }

  .form .form__file-btn {
    height: 1.375rem;
    font-size: 0.75rem;
  }

  .form .form__textarea {
    padding: 0;
  }

  .form .form__label span {
    font-size: 0.75rem;
  }

  .form .form__submit {
    margin-top: 0.875rem;
    padding: 0 0.9375rem;
    border: 1px solid #151515;
  }

  .project {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: calc(50% - 10px);
    margin: 0 0.3125rem 0.625rem;
  }

  .project .project__project-name {
    left: 0.4375rem;
    bottom: 0.4375rem;
  }

  .detail .detail__wrapper {
    padding: 0 2rem 0 2.25rem;
  }

  .detail .detail__main-screen {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 4.9375rem;
  }

  .detail .detail__sidebar {
    display: block;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: 33%;
    border-top: 0.0625rem solid #fff;
    margin-right: 0.9375rem;
  }

  .detail .detail__sidebar-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .detail .detail__content {
    -ms-flex: 1 0 67%;
    flex: 1 0 67%;
    max-width: calc(67% - 15px);
  }

  .detail .detail__title {
    font-size: 1.75rem;
    margin-bottom: 1.875rem;
  }

  .detail .detail__link-box {
    margin-bottom: 0;
    -ms-flex-order: 2;
    order: 2;
  }

  .detail .detail__sidebar-link {
    width: 100%;
  }

  .detail .detail__heading {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 1.125rem;
    letter-spacing: -0.04375rem;
  }

  .detail .detail__content-wrapper {
    margin-bottom: 8.5rem;
  }

  .detail .detail__content-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .detail .detail__content-box p {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
   /* max-width: 48%; */
    margin-right: auto;
  }

  .detail .detail__content-box p:nth-child(2n) {
    margin-right: 0;
  }

  .detail .detail__content-box ul {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 48%;
    margin-right: auto;
  }

  .detail .detail__content-box ul:nth-child(2n) {
    margin-right: 0;
  }

  .detail .detail__sidebar-arrow {
    margin-bottom: 1.875rem;
  }

  .detail .detail__main-image {
    margin-bottom: 1.3125rem;
  }

  .detail .detail__image-box {
    margin-bottom: 1.3125rem;
  }

  .detail .detail__image-box img {
    height: auto;
    margin-bottom: 2rem;
  }

  .detail .detail__media {
    margin-bottom: 2rem;
  }

  .error .error__page-status {
    font-size: 11.4375rem;
  }

  .error .error__text {
    font-size: 1.8125rem;
    margin-bottom: 3.75rem;
  }

  .error .error__image-box img {
    width: 4.5rem;
    height: 4.5rem;
  }

  .footer {
    display: -ms-flexbox;
    display: flex;
  }

  .footer .footer__wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: calc(67% - 15px);
    padding: 2.125rem 0.8125rem;
    margin-left: auto;
  }

  .footer .footer__left-column {
    max-width: 50%;
  }

  .footer .footer__left-column a {
    letter-spacing: -0.0125rem;
  }

  .footer .footer__right-column span {
    letter-spacing: 0;
  }

  .footer .footer__address {
    width: 75%;
    letter-spacing: 0;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .header::after {
    display: none;
  }

  .header .header__mobile-box {
    display: none;
  }

  .header .header__mobile-menu-link {
    color: #c1c1c1;
  }

  .header .header__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 5.625rem;
    padding: 1.5rem 2.25rem 1.25rem;
  }

  .header .header__logo {
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .header .header__logo svg {
    width: 4.5rem;
    height: 2.625rem;
  }

  .header .header__logo-wrapper {
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: 33%;
    margin-right: 0.9375rem;
  }

  .header .header__menu-wrapper {
    display: block;
    margin-right: 0;
    -ms-flex: 1 0 47%;
    flex: 1 0 47%;
    max-width: 47%;
  }

  .header .header__menu-item {
    line-height: 0.875rem;
  }

  .header .header__menu-link {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .header .header__contacts {
    display: flex;
    justify-content: space-between;
    padding-top: 0.25rem;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }

  .header .header__contacts-left {
    display: flex;
    flex-direction: column;
  }

  .header .header__contacts span {
    font-size: 0.75rem;
  }

  .header .header__fixed-block {
    display: none;
  }

  .live-in-detail {
    margin-bottom: 0.6875rem;
  }

  .live-in-detail .live-in-detail__wrapper {
    padding-bottom: 0.8125rem;
  }

  .live-in-detail .live-in-detail__main-image {
    margin-bottom: 1.75rem;
  }

  .live-in-detail .live-in-detail__heading {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0.875rem;
  }

  .live-in-detail .live-in-detail__date-box {
    margin: 0.1875rem 0 1.0625rem;
  }

  .live-in-detail .live-in-detail__link-box {
    padding: 0.625rem 0 0;
  }

  .live-in-detail .live-in-detail__button svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .live-in-detail .live-in-detail__content p {
    letter-spacing: -0.0375rem;
    margin-bottom: 1.375rem;
  }

  .live-in-detail .live-in-detail__content img {
    height: auto;
    margin-bottom: 2rem;
  }

  .live-in .live-in__wrapper {
    padding: 0 2rem 0 2.25rem;
  }

  .live-in .live-in__main-screen {
    padding-bottom: 4.9375rem;
  }

  .live-in .live-in__content {
    -ms-flex: 1 0 67%;
    flex: 1 0 67%;
    max-width: calc(67% - 15px);
  }

  .live-in .live-in__content-nav-block {
    width: 100%;
  }

  .main-footer .main-footer__logo {
    margin-right: 0.875rem;
    height: 2.75rem;
    width: 4.4375rem;
  }

  .main-screen .main-screen__link a::before {
    left: 0.375rem;
  }

  .main-screen .main-screen__link {
    font-size: 4.875rem;
    line-height: 4.5rem;
    letter-spacing: -0.3rem;
  }

  .main-screen .main-screen__text {
    padding-top: 2.375rem;
    padding-left: 0.3125rem;
  }

  .blog__wrapper {
    padding: 0 2rem 0 2.25rem;
  }

  .news__content-wrapper, .blog .contacts__form-box, .blog .breadc {
    -ms-flex: 1 0 67%;
    flex: 1 0 67%;
    max-width: calc(67% - 15px);
  }

  .news-article {
    margin-bottom: 0.6875rem;
  }

  .news-article .news-article__wrapper {
    padding-bottom: 0.8125rem;
  }

  .news-article .news-article__main-image {
    margin-bottom: 1.75rem;
  }

  .news-article .news-article__heading {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .news-article .news-article__date-box {
    margin: 0.1875rem 0 1.0625rem;
  }

  .news-article .news-article__link-box {
    padding: 0.625rem 0 0;
  }

  .news-article .news-article__content p {
    letter-spacing: -0.0375rem;
    margin-bottom: 1.375rem;
  }

  .news-article .news-article__button svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .news .news__wrapper {
    padding: 0 2rem 0 2.25rem;
  }

  .news .news__main-screen {
    padding-bottom: 4.9375rem;
  }

  .news .news__content {
    -ms-flex: 1 0 67%;
    flex: 1 0 67%;
    max-width: calc(67% - 15px);
  }

  .news .news__content-nav-block {
    width: 100%;
  }

  .portfolio .portfolio__wrapper {
    padding: 0 2rem 0 2.25rem;
  }

  .portfolio .portfolio__main-screen {
    padding-bottom: 4.9375rem;
  }

  .portfolio .portfolio__content {
    -ms-flex: 1 0 67%;
    flex: 1 0 67%;
    max-width: calc(67% - 15px);
  }

  .portfolio .portfolio__main-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.25rem;
  }

  .portfolio .portfolio__media {
    display: block;
  }

  .portfolio .portfolio__main-heading {
    border-top: 1px solid #fff;
    font-size: 1.75rem;
    line-height: 1.75rem;
    padding-top: 0.9375rem;
  }

  .portfolio .portfolio__last-project {
    display: block;
    height: 14.375rem;
    margin-bottom: 1.75rem;
  }

  .portfolio .portfolio__project-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .portfolio .portfolio__projects {
    margin-bottom: 2.3125rem;
  }

  .portfolio .portfolio__ajax-btn svg {
    width: 0.9375rem;
    height: 0.9375rem;
  }

  .portfolio-section {
    padding-bottom: 2.1875rem;
  }

  .portfolio-section .portfolio-section__heading {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .portfolio-section .portfolio-section__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .portfolio-section .portfolio-section__ajax-link svg {
    width: 0.9375rem;
    height: 0.9375rem;
  }

  .portfolio-section.portfolio-section--first-item .portfolio-section__heading {
    padding-top: 0.9375rem;
  }

  .preloader .preloader__text {
    font-size: 5.25rem;
    line-height: 5.125rem;
    letter-spacing: -0.5625rem;
  }

  .preloader .preloader__text h1 {
    font-size: 5.25rem;
    line-height: 5.125rem;
    letter-spacing: -0.5625rem;
  }

  .preloader .preloader__content {
    padding: 3.375rem 0 0;
  }

  .sidebar .sidebar__list {
    padding: 0.5rem 0 0 0;
  }

  .sidebar .sidebar__menu-link {
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-indent: -0.0625rem;
    letter-spacing: -0.08125rem;
  }

  .sidebar .sidebar__extra-menu {
    padding: 0.375rem 0 0.5rem;
  }

  .sidebar-wrapper {
    display: block;
    position: fixed;
    top: 5.625rem;
    left: 2.25rem;
    width: calc((100% - 5rem) * 0.33);
    z-index: 10;
  }

  .sidebar-wrapper + div {
    margin-left: auto;
  }

  .talk {
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 52.5rem;
    padding: 0 1.5625rem 0.9375rem 2.1875rem;
    overflow: hidden;
  }

  .talk .talk__background-image {
    position: absolute;
    height: 100%;
  }

  .talk .talk__content-section {
    padding-top: 0.8125rem;
  }

  .talk .talk__content-section::before {
    display: block;
  }

  .talk .talk__description {
    max-width: 8.4375rem;
  }

  .talk .talk__description.talk__description--vertical {
    display: block;
  }

  .talk .talk__description.talk__description--bottom {
    margin-top: 0;
  }

  .talk .talk__title {
    font-size: 1.75rem;
    line-height: 1.625rem;
  }

  .talk .talk__social-item {
    width: 1.4375rem;
    height: 1.4375rem;
    margin-right: 1.0625rem;
  }

  .team-list .team-list__person {
    -ms-flex: 1 0 calc(33% - 10px);
    flex: 1 0 calc(33% - 10px);
    margin-bottom: 0.6875rem;
    max-width: 33%;
  }

  .team-list .team-list__person-image {
    max-height: 15.625rem;
    margin-bottom: 0.3125rem;
  }

  .team-list .team-list__info {
    display: -ms-flexbox;
    display: flex;
  }

  .team-list .team-list__info-close svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .team-list .team-list__info-close {
    padding: 0;
  }

  .team-list .team-list__info-image {
    margin-bottom: 0;
  }

  .team-list .team-list__info-image {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: calc(33% - 8px);
    margin-right: 0.625rem;
  }

  .team-list .team-list__info-content {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 66%;
  }

  .team .team__wrapper {
    padding: 0 2rem 0 2.25rem;
  }

  .team .team__main-screen {
    padding-bottom: 4.9375rem;
  }

  .team .team__content {
    -ms-flex: 1 0 67%;
    flex: 1 0 67%;
    max-width: calc(67% - 15px);
  }

  .team .team__person {
    -ms-flex: 1 0 calc(33% - 10px);
    flex: 1 0 calc(33% - 10px);
    margin-bottom: 0.6875rem;
    max-width: 33%;
  }

  .team .team__person-image {
    max-height: 12.5rem;
    margin-bottom: 0.3125rem;
  }

  .team .team__info {
    display: -ms-flexbox;
    display: flex;
  }

  .team .team__info-close svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .team .team__info-close {
    padding: 0;
  }

  .team .team__info-image {
    margin-bottom: 0;
  }

  .team .team__info-image {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 33%;
    margin-right: 0.625rem;
  }

  .team .team__info-content {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 66%;
  }

  .vacancy-position {
    margin-bottom: 0.6875rem;
  }

  .vacancy-position .vacancy-position__wrapper {
    padding-bottom: 0.8125rem;
  }

  .vacancy-position .vacancy-position__main-image {
    margin-bottom: 1.75rem;
  }

  .vacancy-position .vacancy-position__date-box {
    margin: 0.1875rem 0 1.0625rem;
  }

  .vacancy-position .vacancy-position__link-box {
    padding: 0.625rem 0 0;
  }

  .vacancy-position .vacancy-position__content p {
    letter-spacing: -0.0375rem;
    margin-bottom: 1.375rem;
  }

  .vacancy-position .vacancy-position__list {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin-right: auto;
  }

  .vacancy-position .vacancy-position__list:nth-child(2n) {
    margin-right: 0;
  }

  .vacancy-position .vacancy-position__button svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .vacancy .vacancy__wrapper {
    padding: 0 2rem 0 2.25rem;
  }

  .vacancy .vacancy__main-screen {
    padding-bottom: 4.9375rem;
  }

  .vacancy .vacancy__content {
    -ms-flex: 1 0 67%;
    flex: 1 0 67%;
    max-width: calc(67% - 15px);
  }

  .vacancy .vacancy__content-nav-block {
    width: 100%;
  }

  .video-popup .video-popup__close {
    width: 2.25rem;
    height: 2.25rem;
    top: 2.5rem;
    right: 2.5rem;
  }
}

@media (min-width: 769px) {
  .vacancy-position .vacancy-position__heading {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .page {
    padding-top: 8.5rem;
  }

  .container.container--main {
    padding: 0 2.375rem 2.375rem;
  }

  .form {
    padding-top: 2.875rem;
  }

  .project {
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: calc(33% - 20px);
    margin: 0 0.625rem 1.0625rem;
  }

  .project .project__project-name {
    font-size: 1.8125rem;
    left: 0.8125rem;
    bottom: 0.8125rem;
    opacity: 0;
  }

  .project .project__project-link::before {
    opacity: 0;
  }

  .project .project__project-link:hover::before {
    opacity: 1;
  }

  .project .project__project-link:hover .project__project-name {
    opacity: 1;
  }

  .branding .branding__wrapper {
    padding: 0 2.1875rem;
  }

  .branding .branding__main-screen {
    padding-bottom: 13.125rem;
  }

  .branding .branding__content {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: calc(60% - 20px);
  }

  .branding .branding__main-image {
    margin-bottom: 3.125rem;
  }

  .branding .branding__link-box {
    margin-bottom: 3.4375rem;
  }

  .branding .branding__link-box span {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: -0.05625rem;
    margin-right: 1.375rem;
  }

  .branding .branding__projects {
    margin-bottom: 10.75rem;
  }

  .branding .branding__project {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 32%;
    height: 15.25rem;
    margin-bottom: 1.0625rem;
  }

  .branding .branding__project:nth-child(2n) {
    margin-right: auto;
  }

  .branding .branding__project:nth-child(3n) {
    margin-right: 0;
  }

  .branding .branding__project-name {
    opacity: 0;
  }

  .branding .branding__project-link::after {
    opacity: 0;
  }

  .branding .branding__project-link:hover::after {
    opacity: 1;
  }

  .branding .branding__project-link:hover .branding__project-name {
    opacity: 1;
  }

  .branding .branding__text-box {
    width: 60%;
    margin-bottom: 4.3125rem;
  }

  .branding .branding__quotation-box {
    margin-top: 2.875rem;
    margin-bottom: 2.4375rem;
  }

  .branding .branding__quotation-title {
    font-size: 1.8125rem;
    line-height: 2.0625rem;
    letter-spacing: -0.05625rem;
    margin-bottom: 2.8125rem;
  }

  .branding .branding__quotation-author {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: -0.03125rem;
    margin-bottom: 1.5625rem;
  }

  .career .career__wrapper {
    padding: 0 2.1875rem;
  }

  .career .career__main-screen {
    padding-bottom: 13.125rem;
  }

  .career .career__content {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: calc(60% - 20px);
  }

  .career .career__main-image {
    margin-bottom: 3.125rem;
  }

  .career .career__subheading {
    width: 75%;
    letter-spacing: -0.05625rem;
    margin-bottom: 2.4375rem;
  }

  .career .career__quotation-title {
    letter-spacing: -0.05625rem;
  }

  .contacts .contacts__wrapper {
    padding: 0 2.1875rem;
  }

  .contacts .contacts__main-screen {
    padding-bottom: 13.125rem;
  }

  .contacts .contacts__content {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: calc(60% - 20px);
  }

  .contacts .contacts__new-map,
  .contacts .contacts__map {
    height: 34.25rem;
  }

  .contacts .contacts__map-wrapper {
    margin-bottom: 2.25rem;
  }

  .contacts .contacts__info {
    padding-bottom: 4.25rem;
  }

  .contacts .contacts__address-box p {
    width: 64%;
  }

  .contacts .contacts__submit {
    margin-top: 2.5rem;
    padding: 0 1.875rem;
  }

  .container.container--main {
    padding: 0 2.375rem 2.375rem;
  }

  .form {
    padding-top: 2.875rem;
  }

  .project {
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    max-width: calc(33% - 20px);
    margin: 0 0.625rem 1.0625rem;
  }

  .project .project__project-name {
    font-size: 1.8125rem;
    left: 0.8125rem;
    bottom: 0.8125rem;
    opacity: 0;
  }

  .project .project__project-link::before {
    opacity: 0;
  }

  .project .project__project-link:hover::before {
    opacity: 1;
  }

  .project .project__project-link:hover .project__project-name {
    opacity: 1;
  }

  .detail .detail__wrapper {
    padding: 0 2.1875rem;
  }

  .detail .detail__main-screen {
    padding-bottom: 13.125rem;
  }

  .detail .detail__sidebar {
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 40%;
    margin-right: 1.25rem;
  }

  .detail .detail__sidebar-wrapper {
    margin-right: 0.625rem;
    padding-top: 1.4375rem;
  }

  .detail .detail__content {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: calc(60% - 20px);
  }

  .detail .detail__content-wrapper {
    margin-bottom: 14.375rem;
  }

  .detail .detail__content-box {
    margin-bottom: 5.0625rem;
  }

  .detail .detail__sidebar-arrow svg {
    width: 1.875rem;
    height: 3.125rem;
  }

  .detail .detail__sidebar-arrow {
    margin-bottom: 6.5rem;
  }

  .detail .detail__sidebar-arrow:hover svg {
    stroke: #c1c1c1;
  }

  .detail .detail__main-image {
    margin-bottom: 2.75rem;
  }

  .detail .detail__image-box {
    margin-bottom: 2.9375rem;
  }

  .detail .detail__image-box img {
    margin-bottom: 2.1875rem;
  }

  .detail .detail__media-text {
    font-size: 1.8125rem;
    line-height: 1.8125rem;
    bottom: 1.875rem;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  .detail .detail__media {
    margin-bottom: 2.1875rem;
  }

  .footer .footer__wrapper {
    max-width: calc(60% - 20px);
    padding: 6.875rem 0.9375rem 6.875rem 0.5rem;
  }

  .footer .footer__left-column {
    width: 50%;
  }

  .footer .footer__left-column a {
    letter-spacing: -0.0625rem;
  }

  .footer .footer__address {
    width: 64%;
    margin-top: 1.625rem;
    letter-spacing: -0.0625rem;
  }

  .header .header__wrapper {
    height: 8.5rem;
    padding: 1.8125rem 2.5rem 1.875rem;
  }

  .header .header__logo svg {
    width: 6.25rem;
    height: 4.375rem;
  }

  .header .header__logo-wrapper {
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 40%;
    margin-right: 1.25rem;
  }

  .header .header__menu-wrapper {
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    max-width: 40%;
  }

  .header .header__menu-item {
    line-height: normal;
  }

  .header .header__menu-link {
    font-size: 1.375rem;
    line-height: 1.2;
    letter-spacing: -0.05rem;
  }

  .header .header__menu-link:hover {
    color: #fff;
  }

  .header .header__contacts {
    padding-top: 0.75rem;
  }

  .header .header__contacts span {
    font-size: 0.875rem;
  }

  .live-in-detail {
    margin-bottom: 1.625rem;
  }

  .live-in-detail .live-in-detail__wrapper {
    padding-bottom: 3rem;
  }

  .live-in-detail .live-in-detail__main-image {
    margin-bottom: 2.5rem;
  }

  .live-in-detail .live-in-detail__heading {
    font-weight: 600;
  }

  .live-in-detail .live-in-detail__date-box {
    margin: 0.9375rem 0 1.25rem;
  }

  .live-in-detail .live-in-detail__link-box {
    padding: 3.3125rem 0 0;
  }

  .live-in-detail .live-in-detail__button:hover {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .live-in-detail .live-in-detail__dropdown img {
    padding-top: 1.25rem;
  }

  .live-in-detail .live-in-detail__content img {
    margin-bottom: 2.1875rem;
    padding-top: 0;
  }

  .live-in-detail .live-in-detail__dropdown-wrapper {
    padding-top: 3.125rem;
  }

  .live-in .live-in__wrapper {
    padding: 0 2.1875rem;
  }

  .live-in .live-in__main-screen {
    padding-bottom: 13.125rem;
  }

  .live-in .live-in__content {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: calc(60% - 20px);
  }

  .live-in .live-in__content-nav-block {
    width: 100%;
    padding: 0.5rem 0 3.125rem;
  }

  .blog__wrapper {
    padding: 0 2.1875rem;
  }

  .news__content-wrapper, .blog .contacts__form-box, .blog .breadc {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: calc(60% - 20px);
  }

  .blog .news-article__date-box {
    display: none;
  }

  .main-footer .main-footer__container {
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-footer .main-footer__rating-runeta {
    order: 0;
  }

  .main-footer .main-footer__contacts {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .main-footer .main-footer__contacts li:not(:last-of-type) {
    margin-right: 2.75rem;
    margin-bottom: 0;
  }

  .news-article {
    margin-bottom: 1.625rem;
  }

  .news-article .news-article__wrapper {
    padding-bottom: 3rem;
  }

  .news-article .news-article__main-image {
    margin-bottom: 2.5rem;
  }

  .news-article .news-article__date-box {
    margin: 0.9375rem 0 1.25rem;
  }

  .news-article .news-article__link-box {
    padding: 3.3125rem 0 0;
  }

  .news-article .news-article__button:hover {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .news-article .news-article__dropdown img {
    padding-top: 1.25rem;
  }

  .news-article .news-article__dropdown-wrapper {
    padding-top: 3.125rem;
  }

  .news .news__wrapper {
    padding: 0 2.1875rem;
  }

  .news .news__main-screen {
    padding-bottom: 13.125rem;
  }

  .news .news__content {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: calc(60% - 20px);
  }

  .news .news__content-nav-block {
    width: 100%;
    padding: 0.5rem 0 3.125rem;
  }

  .portfolio .portfolio__wrapper {
    padding: 0 2.1875rem;
  }

  .portfolio .portfolio__main-screen {
    padding-bottom: 13.125rem;
  }

  .portfolio .portfolio__content {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: calc(60% - 20px);
  }

  .portfolio .portfolio__media-text {
    font-size: 1.8125rem;
    line-height: 1.8125rem;
    bottom: 1.875rem;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  .portfolio .portfolio__media:hover::after {
    opacity: 1;
  }

  .portfolio .portfolio__media:hover .portfolio__media-text {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .portfolio .portfolio__last-project {
    height: 38.6875rem;
    margin-bottom: 4.375rem;
  }

  .portfolio .portfolio__project-list {
    margin: 0 -0.625rem 3.4375rem;
  }

  .portfolio .portfolio__projects {
    margin-bottom: 2.5rem;
  }

  .portfolio .portfolio__ajax-btn svg {
    width: 1.875rem;
    height: 1.875rem;
  }

  .portfolio .portfolio__ajax-btn:hover {
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .portfolio-section {
    padding-bottom: 3.125rem;
  }

  .portfolio-section .portfolio-section__ajax-link {
    margin-top: 2.1875rem;
  }

  .portfolio-section .portfolio-section__ajax-link svg {
    width: 1.875rem;
    height: 1.875rem;
  }

  .portfolio-section .portfolio-section__ajax-link:hover {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .portfolio-section.portfolio-section--first-item .portfolio-section__heading {
    padding-top: 2.1875rem;
  }

  .sidebar .sidebar__list {
    padding: 2.125rem 0 0 0;
  }

  .sidebar .sidebar__extra-menu {
    padding: 0.75rem 0 1rem;
  }

  .sidebar-wrapper {
    top: 8.5rem;
    left: 2.5rem;
    width: calc((100% - 5rem) * 0.4);
  }

  .talk {
    overflow: visible;
    height: 100%;
    padding: 0 2.1875rem 2.1875rem;
  }

  .talk .talk__background-image img {
    object-position: bottom center;
    font-family: 'object-fit: contain; object-position: bottom center;';
  }

  .talk .talk__background-image {
    left: 4.375rem;
  }

  .talk .talk__background-image {
    left: auto;
    height: calc(100% + 135px);
    width: 60%;
    right: 0;
  }

  .talk .talk__content-section {
    padding-top: 2.1875rem;
    max-width: 40%;
  }

  .talk .talk__description {
    max-width: 13.75rem;
    font-size: 1.1875rem;
    line-height: 1.375rem;
  }

  .talk .talk__description.talk__description--vertical {
    font-size: 1.1875rem;
    line-height: 1.375rem;
    -ms-transform: translate(-50px, 50px) rotate(-90deg);
    transform: translate(-50px, 50px) rotate(-90deg);
  }

  .talk .talk__social-item {
    -ms-flex: 0 0 2.5625rem;
    flex: 0 0 2.5625rem;
    width: 2.5625rem;
    height: 2.5625rem;
  }

  .team-list .team-list__person {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 2.875rem;
    cursor: pointer;
  }

  .team-list .team-list__person-image {
    max-height: 29.625rem;
    margin-bottom: 0.9375rem;
  }

  .team-list .team-list__person-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.4s linear;
    opacity: 0;
  }

  .team-list .team-list__person-image:hover::after {
    opacity: 1;
  }

  .team .team__wrapper {
    padding: 0 2.1875rem;
  }

  .team .team__main-screen {
    padding-bottom: 13.125rem;
  }

  .team .team__content {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: calc(60% - 20px);
  }

  .team .team__person {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 2.875rem;
    cursor: pointer;
  }

  .team .team__person-image {
    max-height: 29.625rem;
    margin-bottom: 0.9375rem;
  }

  .team .team__person-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.4s linear;
    opacity: 0;
  }

  .team .team__person-image:hover::after {
    opacity: 1;
  }

  .team .team__info {
    width: 100%;
  }

  .team .team__info-close {
    width: 100%;
  }

  .team .team__info-image {
    max-width: 66%;
  }

  .team .team__info-content {
    max-width: 33%;
  }

  .vacancy-position {
    margin-bottom: 1.625rem;
  }

  .vacancy-position .vacancy-position__wrapper {
    padding-bottom: 3rem;
  }

  .vacancy-position .vacancy-position__main-image {
    margin-bottom: 2.5rem;
  }

  .vacancy-position .vacancy-position__date-box {
    margin: 0.9375rem 0 1.25rem;
  }

  .vacancy-position .vacancy-position__link-box {
    padding: 3.3125rem 0 0;
  }

  .vacancy-position .vacancy-position__button:hover {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .vacancy-position .vacancy-position__dropdown img {
    padding-top: 1.25rem;
  }

  .vacancy-position .vacancy-position__dropdown-wrapper {
    padding-top: 3.125rem;
  }

  .vacancy .vacancy__wrapper {
    padding: 0 2.1875rem;
  }

  .vacancy .vacancy__main-screen {
    padding-bottom: 13.125rem;
  }

  .vacancy .vacancy__content {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    max-width: calc(60% - 20px);
  }

  .vacancy .vacancy__content-nav-block {
    width: 100%;
    padding: 0.5rem 0 3.125rem;
  }

  .video-popup .video-popup__controls {
    padding: 0 3.125rem 2.5rem;
  }

  .video-popup .video-popup__play-pause {
    min-width: 8.25rem;
    font-size: 2.6875rem;
  }

  .video-popup .video-popup__play-pause:hover {
    opacity: 0.5;
  }

  .video-popup .video-popup__share {
    display: block;
  }

  .video-popup .video-popup__close:hover {
    opacity: 0.5;
  }
}

@media (min-width: 1280px) {
  .container {
    padding: 0 1.875rem;
  }

  .content {
    display: -ms-flexbox;
    display: flex;
  }

  .form .form__title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .form .form__input {
    font-size: 1.25rem;
  }

  .form .form__textarea {
    font-size: 1.25rem;
  }

  .form .form__submit {
    margin-top: 2.5rem;
    padding: 0;
    border: 1px solid #151515;
  }

  .form .form__submit:hover {
    background-color: #151515;
    color: #fff;
    border-color: #fff;
  }

  .input {
    font-size: 1.25rem;
  }

  .branding .branding__link {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .branding .branding__title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .branding .branding__text-box {
    font-size: 1.25rem;
  }

  .branding .branding__quotation {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .career .career__heading {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .career .career__subheading {
    font-size: 1rem;
  }

  .career .career__quotation-title {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: -0.0375rem;
    margin-bottom: 1.125rem;
  }

  .contacts .contacts__address {
    padding: 0 1.875rem 1.875rem 1.5625rem;
  }

  .contacts .contacts__address-input {
    font-size: 1.25rem;
  }

  .contacts .contacts__address-input {
    font-size: 1.1875rem;
    line-height: 4.9375rem;
    width: 24rem;
  }

  .contacts .contacts__address-button {
    margin-top: 0.9375rem;
    padding: 0 1.25rem;
  }

  .contacts .contacts__info-title {
    font-size: 1rem;
    line-height: 1.125rem;
    margin-bottom: 0.4375rem;
  }

  .contacts .contacts__mail-box a {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .contacts .contacts__form-title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .contacts .contacts__input {
    font-size: 1.25rem;
  }

  .contacts .contacts__form-textarea {
    font-size: 1.25rem;
  }

  .contacts .contacts__submit:hover {
    background-color: #151515;
    color: #fff;
    border-color: #fff;
  }

  .container {
    padding: 0 1.875rem;
  }

  .content {
    display: -ms-flexbox;
    display: flex;
  }

  .form .form__title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .form .form__input {
    font-size: 1.25rem;
  }

  .form .form__textarea {
    font-size: 1.25rem;
  }

  .form .form__submit {
    margin-top: 2.5rem;
    padding: 0;
    border: 1px solid #151515;
  }

  .form .form__submit:hover {
    background-color: #151515;
    color: #fff;
    border-color: #fff;
  }

  .input {
    font-size: 1.25rem;
  }

  .detail .detail__title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .detail .detail__sidebar-link {
    font-size: 1.25rem;
    line-height: 1.15;
  }

  .detail .detail__heading {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .detail .detail__subheading {
    font-size: 1.25rem;
  }

  .detail .detail__content-box p {
    font-size: 1rem;
  }

  .detail .detail__content-box ul {
    font-size: 1rem;
  }

  .footer {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  .footer .footer__left-column a {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  .footer .footer__address {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  .header .header__contacts span {
    font-size: 1.25rem;
  }

  .live-in-detail .live-in-detail__heading {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .live-in-detail .live-in-detail__date {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .live-in-detail .live-in-detail__reference {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .live-in-detail .live-in-detail__reference {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .live-in-detail .live-in-detail__social {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .live-in .live-in__content-navigation {
    font-size: 2.25rem;
    line-height: 2.125rem;
  }

  .main-footer .main-footer__text {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .news-article .news-article__heading {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .news-article .news-article__date {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .news-article .news-article__reference {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .news-article .news-article__reference {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .news-article .news-article__social {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .news-article .news-article__content p {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .news .news__content-navigation {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .portfolio .portfolio__main-heading {
    font-size: 2.25rem;
    line-height: 2.25rem;
    padding-top: 2.1875rem;
    margin-bottom: 2.8125rem;
  }

  .portfolio-section .portfolio-section__heading {
    font-size: 2.25rem;
    line-height: 2.25rem;
    padding-top: 2.1875rem;
    margin-bottom: 2.8125rem;
  }

  .portfolio-section .portfolio-section__link-box {
    margin-bottom: 1.875rem;
  }

  .portfolio-section .portfolio-section__link-box span {
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: -0.0375rem;
    margin-right: 0.8125rem;
  }

  .sidebar .sidebar__menu-link {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .sidebar .sidebar__menu-link:hover {
    color: #fff;
  }

  .sidebar .sidebar__extra-menu-item {
    margin-bottom: 0.375rem;
  }

  .sidebar .sidebar__extra-menu-link {
    font-size: 1.25rem;
    line-height: 1.1;
    letter-spacing: -0.0375rem;
  }

  .sidebar .sidebar__extra-menu-link:hover {
    color: #fff;
  }

  .talk .talk__title {
    font-size: 2.25rem;
    line-height: 2.125rem;
  }

  .talk .talk__phone {
    font-size: 1.25rem;
  }

  .team-list .team-list__person-name {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.0375rem;
  }

  .team-list .team-list__person-appointment {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .team-list .team-list__info-name {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  .team-list .team-list__info-appointment {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .team-list .team-list__info-content p {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .team .team__person-name {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  .team .team__person-appointment {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .team .team__info-name {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }

  .team .team__info-appointment {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .team .team__info-content p {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .vacancy-position .vacancy-position__heading {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .vacancy-position .vacancy-position__date {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .vacancy-position .vacancy-position__reference {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .vacancy-position .vacancy-position__reference {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .vacancy-position .vacancy-position__social {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .vacancy-position .vacancy-position__title {
    font-size: 1.25rem;
  }

  .vacancy .vacancy__content-navigation {
    font-size: 2.25rem;
    line-height: 2.125rem;
  }
}

@media (min-width: 1281px) {
  .container.container--main {
    padding: 0 4.625rem 4.625rem;
  }

  .container.container--main {
    padding: 0 4.625rem 4.625rem;
  }

  .main-footer .main-footer__logo {
    margin-right: 1.375rem;
    height: 4.25rem;
    width: 6.875rem;
  }

  .main-footer .main-footer__contacts li:not(:last-of-type) {
    margin-right: 6.75rem;
  }

  .main-screen .main-screen__link a::before {
    left: 0.625rem;
  }

  .main-screen .main-screen__link a span:first-child {
    padding-right: 1.375rem;
  }

  .main-screen .main-screen__link {
    font-size: 6.75rem;
    line-height: 6.25rem;
    padding-right: 1.875rem;
    letter-spacing: -0.5rem;
  }

  .main-screen .main-screen__link:last-of-type {
    padding-bottom: 0;
  }

  .main-screen .main-screen__text {
    font-size: 1.25rem;
    padding-top: 4.6875rem;
    padding-left: 0.625rem;
  }

  .preloader .preloader__text {
    font-size: 6.75rem;
    line-height: 6.25rem;
    letter-spacing: -0.5rem;
  }

  .preloader .preloader__text h1 {
    font-size: 6.75rem;
    line-height: 6.25rem;
    letter-spacing: -0.5rem;
  }

  .preloader .preloader__content {
    padding: 5.625rem 0 0;
  }
}

@media (min-width: 1360px) {
  .team-list .team-list__info {
    width: 100%;
    padding: 0 0 1.5625rem 3.75rem;
  }

  .team-list .team-list__info-close {
    left: 0.625rem;
  }

  .team-list .team-list__info-close:hover svg {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .team-list .team-list__info-image {
    max-width: calc(66% - 20px);
  }

  .team-list .team-list__info-content {
    max-width: 33%;
  }
}

@media (min-width: 1440px) {
  .form .form__title {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .form .form__input {
    font-size: 1.375rem;
    line-height: 3.125rem;
  }

  .form .form__file-btn {
    height: 3.25rem;
  }

  .form .form__file-btn:hover {
    background-color: #151515;
    color: #fff;
    border-color: #fff;
  }

  .form .form__textarea {
    font-size: 1.375rem;
    line-height: 3.125rem;
  }

  .input {
    font-size: 1.375rem;
  }

  .branding .branding__link {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    margin-right: 1.3125rem;
    letter-spacing: -0.0625rem;
  }

  .branding .branding__link:hover {
    color: #000;
  }

  .branding .branding__title {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .branding .branding__text-box {
    font-size: 1.8125rem;
    line-height: 2.0625rem;
    letter-spacing: -0.05625rem;
  }

  .branding .branding__quotation {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .career .career__heading {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .career .career__subheading {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }

  .career .career__quotation-title {
    font-size: 1.8125rem;
    line-height: 2.0625rem;
    margin-bottom: 2.8125rem;
  }

  .contacts .contacts__address-input {
    font-size: 1.375rem;
    line-height: 3.75rem;
  }

  .contacts .contacts__info-title {
    font-size: 1.1875rem;
    line-height: 1.375rem;
    margin-bottom: 1.25rem;
  }

  .contacts .contacts__address-box p {
    width: 60%;
    font-weight: 600;
    font-size: 1.1875rem;
    line-height: 1.5rem;
    letter-spacing: -0.03125rem;
  }

  .contacts .contacts__mail-box a {
    font-weight: 600;
    font-size: 1.1875rem;
    line-height: 2.4375rem;
  }

  .contacts .contacts__form-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .contacts .contacts__input {
    font-size: 1.375rem;
    line-height: 3.75rem;
  }

  .contacts .contacts__form-textarea {
    font-size: 1.375rem;
    line-height: 3.75rem;
  }

  .form .form__title {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .form .form__input {
    font-size: 1.375rem;
    line-height: 3.125rem;
  }

  .form .form__file-btn {
    height: 3.25rem;
  }

  .form .form__file-btn:hover {
    background-color: #151515;
    color: #fff;
    border-color: #fff;
  }

  .form .form__textarea {
    font-size: 1.375rem;
    line-height: 3.125rem;
  }

  .input {
    font-size: 1.375rem;
  }

  .detail .detail__title {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .detail .detail__sidebar-link {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 2rem;
  }

  .detail .detail__sidebar-link:hover {
    color: #fff;
  }

  .detail .detail__heading {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .detail .detail__subheading {
    width: 70%;
    font-size: 1.8125rem;
    line-height: 2.0625rem;
    letter-spacing: -0.09375rem;
    margin-bottom: 3.125rem;
  }

  .detail .detail__content-box p {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }

  .detail .detail__content-box ul {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }

  .footer {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }

  .footer .footer__left-column a {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }

  .footer .footer__address {
    width: 60%;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }

  .header .header__contacts span {
    font-size: 1.375rem;
    line-height: 1.2;
    letter-spacing: -0.05rem;
  }

  .live-in-detail .live-in-detail__show-more {
    padding-top: 1.875rem;
  }

  .live-in-detail .live-in-detail__heading {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .live-in-detail .live-in-detail__date {
    font-size: 1.1875rem;
    line-height: 1.25rem;
    letter-spacing: -0.0625rem;
  }

  .live-in-detail .live-in-detail__reference {
    font-size: 1.1875rem;
    line-height: 1.25rem;
    letter-spacing: -0.0625rem;
  }

  .live-in-detail .live-in-detail__reference {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }

  .live-in-detail .live-in-detail__social {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }

  .live-in-detail .live-in-detail__social:hover {
    color: #000;
  }

  .live-in-detail .live-in-detail__content p {
    width: 60%;
    letter-spacing: -0.05625rem;
  }

  .live-in-detail .live-in-detail__content p {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }

  .live-in .live-in__content-navigation {
    font-size: 3.125rem;
    line-height: 2.875rem;
  }

  .main-footer .main-footer__text {
    font-size: 1.1875rem;
    line-height: 1.375rem;
  }

  .news-article .news-article__show-more {
    padding-top: 1.875rem;
  }

  .news-article .news-article__heading {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .news-article .news-article__date {
    font-size: 1.1875rem;
    line-height: 1.25rem;
    letter-spacing: -0.0625rem;
  }

  .news-article .news-article__reference {
    font-size: 1.1875rem;
    line-height: 1.25rem;
    letter-spacing: -0.0625rem;
  }

  .news-article .news-article__reference {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }

  .news-article .news-article__social {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }

  .news-article .news-article__social:hover {
    color: #000;
  }

  .news-article .news-article__content p {
    width: 80%;
    margin-bottom: 40px;
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: -0.05625rem;
  }

  .news .news__content-navigation {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .portfolio .portfolio__main-heading {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .portfolio-section .portfolio-section__heading {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .portfolio-section .portfolio-section__link-box {
    margin-bottom: 2.8125rem;
  }

  .portfolio-section .portfolio-section__link-box span {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: -0.05625rem;
    margin-right: 1.375rem;
  }

  .sidebar .sidebar__menu-link {
    font-size: 3.125rem;
    line-height: 3.125rem;
    letter-spacing: -0.29375rem;
    text-indent: -0.3125rem;
  }

  .sidebar .sidebar__extra-menu-link {
    font-size: 1.375rem;
    line-height: 1.2;
    letter-spacing: -0.05rem;
  }

  .talk .talk__title {
    font-size: 3.125rem;
    line-height: 2.875rem;
    letter-spacing: -0.1875rem;
  }

  .talk .talk__phone {
    font-size: 1.8125rem;
    padding-bottom: 1.875rem;
  }

  .team-list .team-list__person-image {
    max-height: 37.5rem;
  }

  .team-list .team-list__person-name {
    font-size: 1.8125rem;
    line-height: 1.8125rem;
    letter-spacing: -0.09375rem;
  }

  .team-list .team-list__person-appointment {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: -0.03125rem;
  }

  .team-list .team-list__info-name {
    font-size: 1.8125rem;
    line-height: 1.8125rem;
  }

  .team-list .team-list__info-appointment {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }

  .team-list .team-list__info-content p {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }

  .team .team__person-name {
    font-size: 1.8125rem;
    line-height: 1.8125rem;
    letter-spacing: -0.09375rem;
  }

  .team .team__person-appointment {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: -0.03125rem;
  }

  .team .team__info-name {
    font-size: 1.8125rem;
    line-height: 1.8125rem;
  }

  .team .team__info-appointment {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }

  .team .team__info-content p {
    font-size: 1.1875rem;
    line-height: 1.625rem;
  }

  .vacancy-position .vacancy-position__show-more {
    padding-top: 1.875rem;
  }

  .vacancy-position .vacancy-position__heading {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }

  .vacancy-position .vacancy-position__date {
    font-size: 1.1875rem;
    line-height: 1.25rem;
    letter-spacing: -0.0625rem;
  }

  .vacancy-position .vacancy-position__reference {
    font-size: 1.1875rem;
    line-height: 1.25rem;
    letter-spacing: -0.0625rem;
  }

  .vacancy-position .vacancy-position__reference {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }

  .vacancy-position .vacancy-position__social {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }

  .vacancy-position .vacancy-position__social:hover {
    color: #000;
  }

  .vacancy-position .vacancy-position__content p {
    width: 60%;
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: -0.05625rem;
    margin-bottom: 0;
  }

  .vacancy-position .vacancy-position__title {
    font-size: 1.8125rem;
  }

  .vacancy .vacancy__content-navigation {
    font-size: 3.125rem;
    line-height: 2.875rem;
  }
}

@media (min-width: 1441px) {
  .career .career__list {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }

  .career .career__list li::before {
    width: 0.5rem;
    height: 0.5rem;
  }

  .main-screen .main-screen__link {
    font-size: 9rem;
    line-height: 8.375rem;
    padding-right: 2.5rem;
    letter-spacing: -0.6rem;
  }

  .main-screen .main-screen__link:last-of-type {
    padding-bottom: 0;
  }

  .preloader .preloader__text {
    font-size: 9rem;
    line-height: 8.375rem;
    letter-spacing: -0.625rem;
  }

  .preloader .preloader__text h1 {
    font-size: 9rem;
    line-height: 8.375rem;
    letter-spacing: -0.625rem;
  }

  .vacancy-position .vacancy-position__list {
    font-size: 1.1875rem;
    line-height: 1.75rem;
  }

  .vacancy-position .vacancy-position__list li::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media (min-width: 1920px) {
  .form .form__title {
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -0.1875rem;
    margin-bottom: 2.4375rem;
  }

  .branding .branding__title {
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -0.3rem;
    margin-bottom: 3.75rem;
  }

  .branding .branding__quotation {
    font-size: 4.375rem;
    line-height: 4.0625rem;
    letter-spacing: -0.05625rem;
    margin-bottom: 0.9375rem;
  }

  .career .career__heading {
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -0.2625rem;
  }

  .contacts .contacts__form-title {
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -0.1875rem;
    margin-bottom: 2.4375rem;
  }

  .form .form__title {
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -0.1875rem;
    margin-bottom: 2.4375rem;
  }

  .detail .detail__title {
    font-weight: 600;
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -0.1875rem;
    margin-bottom: 5.5625rem;
  }

  .detail .detail__heading {
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -0.30625rem;
    margin-bottom: 2.5rem;
  }

  .live-in-detail .live-in-detail__heading {
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -0.2625rem;
  }

  .live-in .live-in__content-navigation {
    font-size: 4.375rem;
    line-height: 4.0625rem;
    margin-right: 1.25rem;
  }

  .live-in .live-in__content-navigation:hover {
    color: #000;
  }

  .news-article .news-article__heading {
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -0.2625rem;
    margin-bottom: 0.875rem;
  }

  .news .news__content-navigation {
    font-size: 4.375rem;
    line-height: 4.0625rem;
    margin-right: 1.25rem;
  }

  .news .news__content-navigation:hover {
    color: #000;
  }

  .portfolio .portfolio__main-heading {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }

  .portfolio-section .portfolio-section__heading {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }

  .sidebar .sidebar__menu-link {
    font-size: 4.375rem;
    line-height: 4.0625rem;
  }

  .sidebar .sidebar__extra-menu-item {
    margin-bottom: 0.6875rem;
  }

  .talk {
    height: auto;
  }

  .talk .talk__title {
    font-weight: 600;
    font-size: 4.375rem;
    line-height: 4.0625rem;
    letter-spacing: -0.3125rem;
    padding-bottom: 4.0625rem;
  }

  .vacancy-position .vacancy-position__heading {
    font-size: 4.375rem;
    line-height: 4.375rem;
    letter-spacing: -0.2625rem;
  }

  .vacancy .vacancy__content-navigation {
    font-size: 4.375rem;
    line-height: 4.0625rem;
    margin-right: 1.25rem;
  }

  .vacancy .vacancy__content-navigation:hover {
    color: #000;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form .form__input {
    min-height: 5rem;
  }

  .form .form__textarea {
    min-height: 5rem;
  }

  .form .form__input {
    min-height: 5rem;
  }

  .form .form__textarea {
    min-height: 5rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .talk {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .team-list .team-list__person {
    max-width: 32%;
  }

  .team .team__person {
    max-width: 32%;
  }
}
/*# sourceMappingURL=style.css.map*/


.detauk .detail__content-box img{
height:auto;
width:100%;
}

.detail .detail__sidebar .detail__sidebar-vblock{
order: 2;
margin-top: 50px;
display:flex;
flex-direction:column;
}

.detail .detail__sidebar .detail__sidebar-vblock a{
color:#5f5f5f;
padding-top:15px;
width: fit-content;
position:relative;
font-weight:600;
font-size:22px;
}

.detail .detail__sidebar .detail__sidebar-vblock a:active, .detail .detail__sidebar .detail__sidebar-vblock a:hover{
color: #fff;
}



.detail .detail__sidebar .detail__sidebar-vblock .video img{
width:300px;
height:225px;
}

.detail .detail__sidebar .detail__sidebar-vblock .video::before{
  position:absolute;
  content: "";
  width:50px;
  height:35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='YouTube_Icon' x='0px' y='0px' viewBox='0 0 1024 721' enable-background='new 0 0 1024 721' xml:space='preserve'%3E%3Cpath id='Triangle' fill='%23FFFFFF' d='M407,493l276-143L407,206V493z'/%3E%3Cpath id='The_Sharpness' opacity='0.12' fill='%23420000' d='M407,206l242,161.6l34-17.6L407,206z'/%3E%3Cg id='Lozenge'%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='512.5' y1='719.7' x2='512.5' y2='1.2' gradientTransform='matrix(1 0 0 -1 0 721)'%3E%3Cstop offset='0' style='stop-color:%23E52D27'/%3E%3Cstop offset='1' style='stop-color:%23BF171D'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23SVGID_1_)' d='M1013,156.3c0,0-10-70.4-40.6-101.4C933.6,14.2,890,14,870.1,11.6C727.1,1.3,512.7,1.3,512.7,1.3 h-0.4c0,0-214.4,0-357.4,10.3C135,14,91.4,14.2,52.6,54.9C22,85.9,12,156.3,12,156.3S1.8,238.9,1.8,321.6v77.5 C1.8,481.8,12,564.4,12,564.4s10,70.4,40.6,101.4c38.9,40.7,89.9,39.4,112.6,43.7c81.7,7.8,347.3,10.3,347.3,10.3 s214.6-0.3,357.6-10.7c20-2.4,63.5-2.6,102.3-43.3c30.6-31,40.6-101.4,40.6-101.4s10.2-82.7,10.2-165.3v-77.5 C1023.2,238.9,1013,156.3,1013,156.3z M407,493V206l276,144L407,493z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat:no-repeat;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
}

.blog .news-article__date-box {
  display: none;
}
.blog .news-article__show-more {
  display: none;
}

.captcha_error {
  display: none;
  color: #e1223c;
  margin-top: 1.25rem;
}

/* Вообще, политика использования запрещает скрывать капчу. Все предупреждены, но вем все равно */
.grecaptcha-badge {
  display: none;
}
/* End */


/* Start:/assets/styles/style-new.css?16986762657901*/
.manifest{background-color:#f8f8f8;overflow:hidden}.manifest__wrapper{padding:0 1.125rem}.manifest__main-screen{display:flex;padding-bottom:4.5rem}.manifest__content{flex:1 0 100%;max-width:100%}.manifest__heading{font-weight:500;font-size:1.25rem;line-height:1.25rem;letter-spacing:-.05625rem;margin-bottom:1.0625rem}.manifest__subheading{font-size:.875rem;line-height:1.2;letter-spacing:-.03125rem;margin-bottom:1.1875rem}.manifest__image-box{margin-bottom:1.25rem}.manifest__image-box video,.manifest__media video{width:100%;height:100%}.manifest__block{margin-bottom:1.125rem}.manifest__info-heading{font-weight:600;font-size:1rem;letter-spacing:-.05625rem;margin-bottom:.3125rem}.manifest__info-text{font-weight:400;font-size:.875rem;line-height:1.2;letter-spacing:-.03125rem}.manifest__statistics{border-top:.0625rem solid #000;padding-top:.5rem}.manifest__statistics-content{display:flex;flex-wrap:wrap}.manifest__statistics-box{margin-bottom:1.5625rem}.manifest__statistics-title{font-weight:600;font-size:1.25rem;line-height:1.25rem;letter-spacing:-.05625rem;margin-bottom:1.6875rem}.manifest__statistics-heading{font-size:.875rem;line-height:1rem;margin-bottom:.875rem}.manifest__client-list{display:flex;flex-wrap:wrap;margin-bottom:2rem;width:100%}.manifest__client-list--collapsable{transition:height .3s ease;overflow:hidden}.manifest__client-btn{margin-top:1.875rem}.manifest__client-item{flex:1 0 100%;max-width:100%;display:flex;align-items:center;justify-content:center;border:1px solid #c1c1c1;position:relative}.manifest__client-item:before{content:'';display:inline-block;width:100%;padding-bottom:49.524%}.manifest__client-item img{position:absolute;top:.5rem;left:.5rem;width:calc(100% - 1rem);height:calc(100% - 1rem);-o-object-fit:scale-down;object-fit:scale-down}.manifest__awards-main-list{display:flex;flex-wrap:wrap;margin-bottom:2.8125rem;width:100%}.manifest__awards-main-item{flex:1 0 100%;box-sizing:border-box;padding:1.875rem;background:#fff;border:1px solid #c1c1c1}.manifest__awards-main-img-wrapper{height:8.125rem;margin-bottom:.625rem}.manifest__awards-main-img-wrapper img{max-width:100%;max-height:100%}.manifest__awards-main-text{color:#000;font:400 1rem/1.25 'Formular'}.manifest__awards-list{margin-bottom:2rem}.manifest__awards-list--collapsable{transition:height .3s ease;overflow:hidden}.manifest__award-item{display:flex;flex-direction:column;box-sizing:border-box;align-items:center;padding:.625rem 1.25rem;background:#fff;border:1px solid #c1c1c1;gap:.625rem 1.25rem}.manifest__award-item-img{font-size:0;flex-shrink:0}.manifest__award-item-year{color:#000;font:700 1.1875rem/1.625rem 'Formular'}.manifest__award-item-text{color:#000;font:400 1rem/1.25 'Formular';text-align:center}.manifest__statistics-link{flex:1 0 50%;max-width:50%;font-size:.875rem;line-height:1rem;color:#000;padding-right:.625rem}.manifest__image{display:block;width:100%;height:12rem;max-height:12rem}.manifest__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.manifest__scheme{padding:2.3125rem 0 4.5rem}.manifest__scheme-svg{text-align:center}.manifest__scheme-svg svg{height:13.125rem}.manifest__media-text{font-weight:600;font-size:1.4375rem;line-height:1.4375rem;position:absolute;left:1.5625rem;bottom:1.25rem;transition:transform .3s,opacity .3s}.manifest__media{width:100%;font-size:0;position:relative;cursor:pointer;margin-bottom:1.25rem}.manifest__media::after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(21,21,21,.3);opacity:0}@media (min-width:768px){.manifest__wrapper{padding:0 2rem 0 2.25rem}.manifest__main-screen{padding-bottom:4.9375rem}.manifest__content{flex:1 0 67%;max-width:calc(67% - 15px)}.manifest__heading{font-weight:600;font-size:1.75rem;line-height:1.75rem;margin-bottom:1.375rem}.manifest__subheading{letter-spacing:-.0375rem;margin-bottom:2.1875rem}.manifest__image-box{margin-bottom:1.625rem}.manifest__block{margin-bottom:1.125rem}.manifest__info-heading{margin-bottom:.875rem}.manifest__info-text{width:75%}.manifest__statistics{padding-top:.8125rem}.manifest__statistics-box{margin-bottom:1.8125rem}.manifest__statistics-title{font-size:1.75rem;line-height:1.75rem;margin-bottom:1.0625rem}.manifest__client-item{flex:1 0 50%;max-width:50%;background:#fff}.manifest__client-item img{top:1rem;left:1rem;width:calc(100% - 2rem);height:calc(100% - 2rem)}.manifest__awards-main-item{flex-basis:33.333%}.manifest__award-item{flex-direction:row}.manifest__award-item-img{width:33.333%}.manifest__award-item-year{width:5rem}.manifest__award-item-text{text-align:left}.manifest__statistics-link{flex:1 0 25%;max-width:25%}.manifest__image{height:14.375rem;max-height:14.375rem}.manifest__scheme{padding:1.75rem 0 3.1875rem}.manifest__scheme-svg svg{height:17.5rem}.manifest__media{margin-bottom:1.625rem}}@media (min-width:1024px){.manifest__wrapper{padding:0 2.1875rem}.manifest__main-screen{padding-bottom:13.125rem}.manifest__content{flex:1 0 60%;max-width:calc(60% - 20px)}.manifest__image-box{margin-bottom:2.625rem}.manifest__info{display:flex;justify-content:space-between}.manifest__block{margin-bottom:1.125rem}.manifest__statistics{padding-top:2.6875rem}.manifest__statistics-content{flex:1 0 100%}.manifest__statistics-box{display:flex;width:80%;margin-bottom:2.75rem}.manifest__image{height:38.6875rem;max-height:38.6875rem}.manifest__scheme{padding:6.125rem 0 7.25rem}.manifest__scheme-svg svg{height:25rem}.manifest__media-text{font-size:1.8125rem;line-height:1.8125rem;bottom:1.875rem;transform:translateY(50px);opacity:0}.manifest__media{margin-bottom:2.625rem}.manifest__media:hover::after{opacity:1}.manifest__media:hover .manifest__media-text{transform:translateY(0);opacity:1}}@media (min-width:1280px){.manifest__heading{font-size:2.25rem;line-height:2.25rem}.manifest__subheading{font-size:1rem}.manifest__info-heading{font-size:1.25rem}.manifest__info-text{font-size:1rem}.manifest__statistics-title{font-size:2.25rem;line-height:2.25rem}.manifest__statistics-heading{font-size:1rem;line-height:1.125rem;margin-bottom:1rem}.manifest__client-item{flex:1 0 33.333%;max-width:33.333%}.manifest__client-item img{top:1.5rem;left:1.5rem;width:calc(100% - 3rem);height:calc(100% - 3rem)}.manifest__awards-main-item{max-width:33.333%}.manifest__award-item{padding:.9375rem 1.875rem;column-gap:3.125rem}.manifest__statistics-link{font-size:1rem;line-height:1.125rem}}@media (min-width:1440px){.manifest__heading{font-size:3.125rem;line-height:3.125rem}.manifest__subheading{width:60%;font-size:1.1875rem;line-height:1.625rem;letter-spacing:-.05625rem;margin-bottom:2.4375rem}.manifest__info-heading{font-size:1.8125rem;line-height:1.2;letter-spacing:-.10625rem;margin-bottom:1rem}.manifest__info-text{font-size:1.1875rem;line-height:1.625rem}.manifest__statistics-title{font-size:3.125rem;line-height:3.125rem}.manifest__statistics-heading{font-size:1.1875rem;line-height:1.625rem;letter-spacing:-.04375rem;flex:1 0 100%;max-width:17.5%}.manifest__statistics-link{font-size:1.1875rem;line-height:1.625rem;padding-right:.9375rem}.manifest__scheme-svg svg{height:40rem}}@media (min-width:1920px){.manifest__heading,.manifest__statistics-title{font-size:4.375rem;line-height:4.375rem;letter-spacing:-.3rem;margin-bottom:2.3125rem}.manifest__statistics-title{letter-spacing:-.3125rem;margin-bottom:2.5625rem}}.portfolio-filter{margin:1.5625rem 0}.portfolio-filter__link{display:inline-block;font-size:.875rem;line-height:1rem;letter-spacing:-.03125rem;margin-right:.75rem;transition:color .4s linear;color:#606060}.portfolio-filter__link--active{color:#fff}@media (min-width:1280px){.portfolio-filter__link{font-size:1.25rem;line-height:1.75rem;letter-spacing:-.0375rem;margin-right:.875rem}}@media (min-width:1440px){.portfolio-filter__link{font-size:1.375rem;line-height:1.625rem;margin-right:1.3125rem;letter-spacing:-.0625rem}.portfolio-filter__link:hover{color:#fff}}
/* End */


/* Start:/local/templates/smart_heart/template_styles.css?17618615569157*/
.detail__content-box img {
}

.project .project__project-name {
    line-height: 1.8rem;
}

.manifest .manifest__statistics-link {
}

.brandin--detail-content {
    color: #fff
}

.brandin--detail-content .animation--slide-up {
    margin-top: 40px;
}

.white_lnk {
    color: white;
}

#popup__feedback form {
    width: 400px;
    max-width: 100%;
}

.cookie {
    display: inline-flex;
    padding: 16px 16px 16px 24px;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 16px;
    z-index: 1;
    background: #F8F8F8;
    max-width: 998px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: slideUp 0.4s ease-out;
}

.cookie--hidden {
    display: none !important;
}

@keyframes slideUp {
    from {
        transform: translateX(-50%) translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

.cookie__text {
    color: #000;
    font-family: Formular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.5px;
}

.cookie__text a {
    color: #000;
    font-family: Formular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.5px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cookie__button {
    display: flex;
    height: 40px;
    padding: 17px 56px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: black;
    color: #F8F8F8;
    /* sh.agency/Formular/Regular 14 */
    font-family: Formular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.5px;
}

#popup__feedback .form--white-theme {
    border-top: 0;
    padding-top: 30px;
}

.message__send {
    color: green;
    padding-top: 10px;
    display: none;
}

.footer__right-column {
    display: none;
}

.services__page h2 {

}

.services__page p {
    padding: 8px 0;
}

.services__page ul li {
    position: relative;
    padding-left: 1.25rem;
}

.services__content ul li ul {
    padding-left: 50px;
}

.services__content ul li.parents:before {
    display: none !important;
}

.services__page ul li::before {
    position: absolute;
    content: '';
    background-color: #000;
    width: .25rem;
    height: .25rem;
    top: .5em;
    left: 0;
    border-radius: 50%;
}

.services__page .portfolio-section {
    margin-top: 50px;
}

.services__content img {
    margin: 50px auto;
    display: block;
}

.services__page .branding__section {
    padding-bottom: 100px;
}

.branding__menu {
    padding-bottom: 0 !important;
}

/*.services__page h2  {*/
/*font-weight: 500;*/
/*font-size: 1.25rem;*/
/*line-height: 1.25rem;*/
/*letter-spacing: -.05625rem;*/
/*margin-bottom: 1.0625rem;*/
/*margin-top: 1.0625rem;*/
/*}*/

.services__page h2 {
    font-size: 1.5em;
    letter-spacing: -.05625rem;
    margin-bottom: 1.3625rem;
    margin-top: 1.3625rem;
}

.services__page h3 {
    font-size: 1.2em;
    margin-bottom: 1.0625rem;
    margin-top: 1.0625rem;
}

.services__content ol {
    padding-left: 25px;
}

.services__page ul li::before {
    top: 20px;
}

.services__content ol li,
.services__content ul li {
    padding-bottom: 8px;
    padding-top: 8px;
}

.services__page .branding__section .portfolio-section__link-box .portfolio-section__link {
    font-weight: 600;
    padding-right: 10px;
}

.portfolio-section_menu {
    padding: 20px 0 !important;
}

.services__page {
    border-top: 1px solid #000;
}

.footer__names {
    display: none;
}

.reviews__name {
    font-weight: 600;
    padding: 23px 0 12px;
    clear: both;
}

.reviews__block .project {
    padding-bottom: 45px;
}

.services__page h3 {

}

.review_items {
    display: flex;
    flex-wrap: wrap;
}

.review_items > div {
    flex: 1 0 33.3%;
    padding-right: 20px;
}

.blocks__2 {
    display: flex;
    flex-wrap: wrap;
}

.blocks__2 > div {
    flex: 1 0 66.6%;
    padding-right: 30px;
}

.blocks__2 > div + div {
    flex: 1 0 33.3%;
    font-weight: 600;
    border-top: 1px solid #000;
    padding-top: 1.5625rem;
    margin-top: 1.5rem;
}

.autor__block {
    max-width: 70%;
    margin-top: 30px;
    margin-bottom: 20px;
    background: url("/images/quotes.png") no-repeat;
    padding-top: 70px;
}

.autor__block h3 {
    font-size: 1.5em;
    letter-spacing: -.05625rem;
    margin-bottom: 1.3625rem;
    margin-top: 1.3625rem;
}

.autor__block_img > div {
    float: left;
}

.autor__block_img {
    vertical-align: top;
}

.autor__block_img img {
    width: 75px;
    margin: 0 !important;
}

.autor__block_img > div + div:after,
.autor__block_img:after {
    content: "";
    display: block;
    float: none !important;
    clear: both !important;
}

.autor__block_img > div b {
    display: block;
}

.autor__block_img > div + div {
    padding-left: 20px;
}

.portfolio__content_item {
    clear: both;
    margin-bottom: 0 !important;
}

.portfolio__content_list .services__page .portfolio-section {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.portfolio__content_list .project .project__project-image {
    margin: 0 !important;
}

.portfolio__content_item a {
    color: #151515;
}

.services__content .portfolio__content_list .portfolio__content_item_images {
    margin-top: 30px;
}

.services__page .services__content .portfolio__content_list .portfolio-section {
    margin-top: 0;
}

.portfolio__content_list .portfolio__content_item {
    margin-bottom: 0;
    padding-bottom: 0;
}

.services__content .portfolio__content_list .portfolio__content_item_images {
    overflow: hidden;
}

@media (min-width: 1441px) {


    /*.services__page h2  {*/
    /*font-size: 1.8125rem;*/
    /*line-height: 2.0625rem;*/
    /*margin-bottom: 1.2rem;*/
    /*margin-top: 2.5rem;*/
    /*font-weight: 600;*/
    /*}*/
    /*.services__page h3 {*/
    /*font-size: 3.125rem;*/
    /*line-height: 3.125rem;*/
    /*}*/
    *.services__page h3 {
        margin: 20px 0;
    }

    /*.services__page,*/
    /*.services__page p {*/
    /*font-size: 1.1875rem;*/
    /*line-height: 1.75rem;*/
    /*color: #000;*/
    /*font-weight: 400;*/
    /*}*/
    .services__page ul::before {
        width: .5rem;
        height: .5rem;
    }

}

@media (max-width: 1279px) {
    .services__page .branding__section {
        margin-top: 20px;
    }

    .services__content img {
        margin: 30px auto;
    }

    .services__content {
        font-size: .875rem;
        line-height: 1.2;
    }

}

@media (max-width: 767px) {

    .blocks__2 > div + div {
        flex: 1 0 100%;
    }

    .services__page {
        border-top: 0;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .services__page .branding__section {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .services__page .portfolio-section {
        margin-top: 30px !important;
        line-height: 24px;
    }

    .s__menu {
        margin-top: 70px !important;
    }

    .portfolio__content_list .project + .project {
        display: none !important;
    }

}

@media (max-width: 480px) {
    .branding .services__page .branding__section .portfolio-section__link-box .portfolio-section__link {
        display: block;
        line-height: 23px;
    }

    .services__content img {
        margin: 30px auto;
    }

    .services__page .branding__section {
        padding-bottom: 60px;
        margin-top: 30px;
    }

    .services__content ul li ul {
        padding-left: 30px;
    }

    .services__page ul li {
        padding-left: 1rem;
    }

    .services__page h2 {
        font-size: 1.1rem;
        margin-bottom: .6625rem;
    }

    .review_items > div {
        flex: 1 0 100%;
        padding-right: 0px;
    }

    .services__page .branding__section {
        margin-top: 0;
    }

    .autor__block {
        max-width: 100%;
    }
}

:not(.form--white-theme) .whitetext {
    color: white
}

:not(.form--white-theme) .whitetext .form__label-check {
    border: 1px solid white;
}

:not(.form--white-theme) .whitetext .form__label-check svg {
    fill: white
}

.form--white-theme .whitetext span {
    color: #c1c1c1 !important;
}

.form--white-theme .whitetext .form__label-check {
    border: 1px solid #c1c1c1 !important;;
}

.form--white-theme .whitetext .form__label-check svg {
    fill: #c1c1c1 !important;;
}

.form--white-theme .white_lnk {
    color: #c1c1c1 !important;
}

.whitetext {
    padding-bottom: 20px
}

@media screen and (max-width: 600px) {
    .main-footer__container .socials a {
        margin-right: 10px !important;
    }

    .main-footer__container .socials img {
        max-height: 25px !important;
    }

}

.team-list .team-list__person-image img {
    width: 100%;
    height: 378px;
    object-fit: cover;
    object-position: center top;
    font-family: 'object-fit: cover; object-position: center top;';
}

/* End */
/* /local/templates/smart_heart/scripts/fancybox-2.1-2.7/source/jquery.fancybox.css?16625643994939 */
/* /assets/styles/style.css?1717509165166052 */
/* /assets/styles/style-new.css?16986762657901 */
/* /local/templates/smart_heart/template_styles.css?17618615569157 */
