/* ===== IMPORTED STYLE ===== */
@import url("animate.css");
@import url("jquery.fancybox.min.css");

@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-black.woff2') format('woff2'), url('../fonts/roboto/roboto-black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-bold.woff2') format('woff2'), url('../fonts/roboto/roboto-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-medium.woff2') format('woff2'), url('../fonts/roboto/roboto-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-regular.woff2') format('woff2'), url('../fonts/roboto/roboto-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-light.woff2') format('woff2'), url('../fonts/roboto/roboto-light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Brutal Type';
	src: url('../fonts/brutal/BrutalType-Black.woff2') format('woff2'), url('../fonts/brutal/BrutalType-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Brutal Type';
	src: url('../fonts/brutal/BrutalType-ExtraBold.woff2') format('woff2'), url('../fonts/brutal/BrutalType-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* ===== IMPORTED STYLE END ===== */

/* ===== RESET STYLE ===== */
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
}

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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
body,
main {
	display: block;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

ol[class],
ul[class],
ol li[class],
ul li[class] {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none !important;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
	text-decoration: none;
	outline: none;
}

body {
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
}

input,
button,
select {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

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

img {
	display: block;
	max-width: 100%;
}

/* ===== RESET STYLE END ===== */

/* ===== Theme default ===== */
:root {
	--black: #151515;
	--white: #fff;
	--red: #DE272C;
	--text-color: #252525;
	--light-gray: #F8F8F8;
}

html {
	font-size: 10px;
	height: 100%;
}

body {
	background: var(--white);
	font-weight: normal;
	font-family: 'roboto';
	font-size: 1.6em;
	letter-spacing: 0.1px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: var(--text-color);
	display: block;
	position: relative;
}

.page-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

svg {
	width: 100%;
	height: 100%;
	display: block;
}

input::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

input::-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

input:-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
	opacity: 1;
	transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity 0.3s ease;
}

input,
textarea {
	width: 100%;
	border: 1px solid transparent;
	outline: none;
	resize: none;
}

section {
	width: 100%;
}

a {
	position: relative;
	color: inherit;
	transition: 0.25s;
}

a:hover {
	transition: 0.25s;
}

b,
strong {
	font-weight: bold;
}

p {
	line-height: 1.8;
}

/* Flexbox */
.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

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

.flex-between {
	justify-content: space-between;
}

.flex-column {
	flex-direction: column;
}

.flex-around {
	justify-content: space-around;
}

.align-center {
	align-items: center
}

.align-end {
	align-items: flex-end;
}

.align-start {
	align-items: flex-start;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}

.justify-start {
	justify-content: flex-start;
}


/* // Flexbox */

/* CSS Grid */
.grid {
	display: grid;
}

.col-2 {
	grid-template-columns: repeat(2, 1fr);
}

.col-3 {
	grid-template-columns: repeat(3, 1fr);
}

.col-4 {
	grid-template-columns: repeat(4, 1fr);
}

.col-5 {
	grid-template-columns: repeat(5, 1fr);
}

.grid-col-1 {
	grid-column: span 1;
}

.grid-row-1 {
	grid-row: span 1;
}

.grid-col-2 {
	grid-column: span 2;
}

.grid-row-2 {
	grid-row: span 2;
}

.grid-col-3 {
	grid-column: span 3;
}

.grid-row-3 {
	grid-row: span 3;
}

.grid-col-4 {
	grid-column: span 4;
}

.grid-row-4 {
	grid-row: span 4;
}

.grid-col-5 {
	grid-column: span 5;
}

.grid-row-5 {
	grid-row: span 5;
}

/* // CSS Grid */

.svg-library {
	display: none;
}

.container {
	width: 100%;
	max-width: 90%;
	min-width: 300px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.red {
	border: 1px solid red;
}

.blue {
	border: 1px solid blue;
}

.green {
	border: 1px solid green;
}

.mobile-btn {
	display: none;
}

.noscroll {
	overflow: hidden !important;
}

.mobile-menu__content {
	display: none;
}

.text--uppercase {
	text-transform: uppercase;
}

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

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

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

.text--black {
	color: var(--text-color);
}

.text--white {
	color: var(--white);
}

.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.mt-1 {
	margin-top: 1em;
}

.mt-2 {
	margin-top: 2em;
}

.mt-3 {
	margin-top: 3em;
}

.mt-4 {
	margin-top: 4em;
}

.mt-5 {
	margin-top: 5em;
}

.mb-1 {
	margin-bottom: 1em;
}

.mb-2 {
	margin-bottom: 2em;
}

.mb-3 {
	margin-bottom: 3em;
}

.mb-4 {
	margin-bottom: 4em;
}

.mb-5 {
	margin-bottom: 5em;
}

.pt-1 {
	padding-top: 1em;
}

.pt-2 {
	padding-top: 2em;
}

.pt-3 {
	padding-top: 3em;
}

.pt-4 {
	padding-top: 4em;
}

.pt-5 {
	padding-top: 5em;
}

.pb-1 {
	padding-bottom: 1em;
}

.pb-2 {
	padding-bottom: 2em;
}

.pb-3 {
	padding-bottom: 3em;
}

.pb-4 {
	padding-bottom: 4em;
}

.pb-5 {
	padding-bottom: 5em;
}

/* Buttons */
.btn-container {
	width: 100%;
	display: flex;
}

.btn {
	display: inline-flex;
	padding: 1.4em 4em;
	background: #FF4443;
	position: relative;
	text-align: center;
	color: var(--white);
	text-transform: uppercase;
	font-size: 1.4rem;
	width: 22.2rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	appearance: none;
	cursor: pointer;
	transition: all .3s;
}

.btn:hover {
	cursor: pointer;
	background: var(--white);
	color: var(--black);
}
.btn--quiz {
	position: fixed;
    right: 0;
    top: 40%;
	border: 1px solid #FF4443;
    transform: translateY(-100%) rotate(-90deg);
    transform-origin: 100% 100%;
    white-space: nowrap;
}

/* Icons */
.icon {
	display: block;
	color: inherit;
}

.phone-icon {
	width: 21px;
	height: 21px;
	color: var(--white);
}

.footer-social a[href*="instagram"] span, .instargram-icon {
	width: 21px;
	height: 21px;
	color: var(--red);
}

.footer-social a[href*="facebook"] span, .facebook-icon {
	width: 13px;
	height: 24px;
	color: var(--red);
}

.down-arrow {
	color: var(--white);
	width: 3.7rem;
	height: 5.6rem;
}

.link-arrow-icon {
	width: 6px;
	height: 10px;
	color: var(--white);
}

.serv-icon {
	color: var(--red);
}

.serv-icon-1 {
	width: 11.4rem;
	height: 10.6rem;
}

.serv-icon-2 {
	width: 14.2rem;
	height: 8.4rem;
}

.serv-icon-3 {
	width: 9.2rem;
	height: 10.7rem;
}

.serv-icon-4 {
	width: 8.4rem;
	height: 14.3rem;
}

.serv-icon-5 {
	width: 8.4rem;
	height: 8.4rem;
}

.arrow-icon {
	width: 8px;
	height: 27px;
}

/* Titles */
.h1,
h1 {}

.h2,
h2 {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 7.2rem;
	line-height: 1.1;
}

.h3,
h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 3.6rem;
	line-height: 1.1;
}

.h4,
h4 {
	display: block;
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1.1;
}

.h5,
h5 {}

.h6,
h6 {}

/* Custom default style */
.block-wrapper {
	margin: 0 -10px;
}

.block-item {
	padding: 0 10px;
}

.two-column .block-item {
	flex: 0 0 50%;
	max-width: 50%;
}

.three-column .block-item {
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

.four-column .block-item {
	flex: 0 0 25%;
	max-width: 25%;
}

.five-column .block-item {
	flex: 0 0 20%;
	max-width: 20%;
}

/* ===== Theme default END ===== */

/* ===== Custom Styles =====*/
.section {
	padding: 7em 0;
}

.header {
	width: 100%;
	padding: 2em 0;
}
.header--static {
	background-color: var(--text-color);
}

.header.position-absolute {
	z-index: 1;
}

.header-container {
	padding: 0 2.5em;
}

.logo {
	width: 202px;
}

.logo img {
	width: 100%;
}

.callback-block {
	background: var(--red);
	color: var(--white);
}

.callback-block:hover {
	background: var(--white);
	color: var(--text-color);
	cursor: pointer;
}

.callback-block:hover .phone-icon {
	color: var(--text-color);
	transition: 0.25s;
}

.callback-block:hover .callback-block__item {
	border-right: 1px solid #E6E6E6;
	transition: 0.25s;
}

.head-section {
	background-size: cover;
	background-repeat: no-repeat;
}
 .head-section.bg-img:before{
	 content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: linear-gradient(rgba(30, 30, 30, 0.77), rgba(30, 30, 30, 0.77));
	top: 0;
	left: 0;
	 }
.bg-overlay {
	position: relative;
}

.bg-overlay::before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: linear-gradient(rgba(30, 30, 30, 0.77), rgba(30, 30, 30, 0.77));
	top: 0;
	left: 0;
}

.header-item {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}

.menu-link {
	margin-right: 10em;
}

.menu-link:hover .menu-link__icon span {
	background: var(--white);
}

.menu-link__text,
.service-link__text {
	font-size: 14px;

}

.menu-link__icon {
	width: 25px;
	margin-right: 0.5em;
}

.menu-link__icon span {
	width: 4px;
	height: 4px;
	background: var(--red);
	border-radius: 50%;
	display: block;
	margin: 0 3px 5px 0;
}

.menu-link__icon span.white {
	background: var(--white);
}

/* Mobile menu */
.menu-desctop {
	display: none;
}

.mobile-btn {
	min-width: 25px;
	display: block;
	margin-right: 20px;
}

.mobile-btn span {
	display: block;
	height: 2px;
	background-color: var(--white);
	border-radius: 2px;
}

.mobile-btn span:not(:last-child) {
	margin-bottom: 5px;
}

.nav {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #313131;
	padding: 60px 20px;
	-webkit-transition: all .7s .2s;
	-o-transition: all .7s .2s;
	transition: all .7s .2s;
	z-index: 120;
	overflow-y: auto;
}

.nav.active {
	opacity: 1;
	visibility: visible;
}

.close-menu {
	position: absolute;
	top: 50px;
	left: 40px;
}

.close-menu:hover {
	cursor: pointer;
}

.close-menu__icon {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.menu {
	flex-direction: column;
}

.menu li {
	text-align: center;
	margin-bottom: 5em;
	display: block;
}

.menu li:last-child {
	margin-bottom: 0;
}

.menu li a {
	text-transform: uppercase;
	color: var(--white);
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 900;
	font-size: 2.4rem;
	text-align: center;
	display: block;
	position: relative;
}

.close-menu__text {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: var(--white);

}

.close-menu__icon__row span {
	display: block;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background: var(--red);
}

.nav-bg-text {
	display: block;
	color: #313131;
	font-family: Brutal Type;
	font-style: normal;
	font-weight: bold;
	font-size: 28.7rem;
	text-transform: uppercase;
	text-shadow: #424242 1px 1px 0, #424242 -1px -1px 0,
		#424242 -1px 1px 0, #424242 1px -1px 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	width: 100%;
	line-height: 0.4;
	z-index: -1;
	text-align: center;
}

.menu-link-img {}

.menu li a:hover {
	color: var(--red);
}

.menu li a:hover .menu-link-img-wrap {
	opacity: 1;
	transition: 0.25s;
}

/* // Mobile menu */

.header-service-link:hover .header-service-link__icon span {
	background: var(--white);
}

.header-service-link__icon {
	width: 22px;
	height: 25px;
	margin-right: 1em;
	transform: rotate(45deg);
}

.header-service-link__icon span {
	width: 6px;
	height: 6px;
	background: var(--red);
	border-radius: 50%;
	display: block;
	margin: 0 3px 5px 0;
}

.callback-block {
	margin-left: 1em;
	transform: translateX(2.5em);
}

.callback-block__item {
	padding: 1.2em 1.8em;
	border-right: 1px solid #F86D6C;
}

.callback-block__item span {
	display: block;
	text-transform: uppercase;
}

.callback-block__item span:first-child {
	font-weight: 300;
	font-size: 10px;

}

.callback-block__item span:last-child {
	font-weight: 900;
	font-size: 14px;
}

.callback-block__icon {
	padding: 1.2em 1.5em;
}

.header-phone {
	display: block;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	color: var(--white);
	margin-left: 5.5em;
}

.header-phone:hover {
	color: var(--red);
}

.head-slider-wrapper {
	padding: 15em 0 0;
}

.head-title {
	display: block;
	font-family: Brutal Type;
	font-weight: 800;
	font-size: 7.2rem;
	color: var(--white);
	line-height: 1;
	width: 50%;
}

.head-slider__descript {
	color: var(--white);
	font-size: 1.6rem;
	width: 30%;
	line-height: 1.7;
}

.head-slider {
	margin-bottom: 10em;
}

.head-section__bg-text {
	background: #252525;
	width: 125%;
	top: 0;
	transform: translateX(7%);
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 28.8rem;
	text-transform: uppercase;
	display: block;
	color: #2C2C2C;
	line-height: 0.5;
	padding: 0.35em 0 0.2em;
	white-space: nowrap;
	position: relative;
}

.head-section__bg-text::after {
	position: absolute;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 100%;
	height: 50rem;
	width: 100%;
	background: #252525;
	left: 0;

}

.home-section .section-content {
	width: 100%;
}

.load-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	z-index: 1000;
}

.load .load-overlay {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.main-title-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.main-title {
	font-size: 12vw;
	color: #fff;
	display: flex;
	align-content: center;
	justify-content: center;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	transform: translateY(-50%);
	opacity: 0.01;
	transition: all 1.5s;
}

.main-title::before {
	content: '';
	width: 0;
	height: .13em;
	background-color: var(--red);
	position: absolute;
	left: -10%;
	top: 52%;
	transform: translateY(-50%);
	transition: width 1s 1s;
	z-index: -1;
}

.load .main-title::before {
	width: 19%;
}

.main-title .line {
	opacity: 0;
	transform: translateY(-.7vw);
	transition: opacity .7s 1.5s;
}

.load .main-title .line {
	opacity: 1;
}

.load .main-title {
	transform: translateY(0);
	opacity: 1;
}

.main-title .img {
	display: inline-flex;
	align-items: center;
	padding: 0 1vw 0 2vw;
	max-width: 15vw;
	max-height: 12vw;
	position: relative;
}

.main-title span svg {
	width: 100%;
	height: 100%;
}

.main-title__subtitle {
	color: #fff;
	font-size: 3vw;
	text-transform: uppercase;
	font-weight: 900;
	transform: translate(134%, 50%);
	opacity: 0;
	transition: all 1s;
}

.load .main-title__subtitle {
	transform: translate(134%, -30%);
	opacity: 1;
}

.cinema-pic {
	margin-top: -9em;
	position: relative;
	padding-bottom: 10em;
}

.sugest {
	padding: 8em 0 5em 0;
}

.section-title {
	display: block;
}

.sugest-item {
	display: block;
	background: var(--light-gray);
	padding: 3em;
	position: relative;
	height: 21em;
}

a.sugest-item:hover {
	color: var(--red)
}

a.sugest-item:hover::before {
	width: 100%;
}

.sugest-item::before {
	content: '';
	display: block;
	height: 3px;
	width: 6rem;
	background: var(--red);
	position: absolute;
	left: 0;
	top: 0;
	transition: width .3s;
}

.sugest-item-title {
	margin-bottom: 2em;
}


.sugest-item-icon span:first-child {
	width: 5.6rem;
	height: 5.6rem;
	display: block;
	border: 1px solid var(--red);
	border-radius: 50%;
}

.sugest-item-icon span:last-child {
	width: 4.4rem;
	height: 4.4rem;
	display: block;
	border: 1px solid var(--red);
	border-radius: 50%;
	position: absolute;
	top: 2.5rem;
	left: 2.5rem;
}

.sugest-wrapper .block-item {
	margin-bottom: 20px;
}

.common-text-section__wrap {
	border-bottom: 1px solid var(--text-color);
}

.common-text-section__wrap p {
	font-size: 2.4rem;
	width: 30%;
}

.common-text-section__wrap span {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 900;
	font-size: 13.5rem;
	text-transform: uppercase;
	line-height: 0.9;
	color: #ECECEC;
}

.common-text-section {
	padding: 2em 0 7em;
}

.common-item {
	width: 49%;
}

.common-item p {
	font-size: 1.6rem;
	margin-bottom: 2em;
}

.other-service-section {
	background: var(--text-color);
}

.other-service-list li a {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 3.6rem;
	text-align: center;
	text-transform: uppercase;
	display: block;
	padding: 0.8em 0;
	color: var(--white);
	position: relative;
}

.other-service-list li a:hover {
	background: #E7272D url(../images/bg/1.png) no-repeat center center;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0,
		#fff -1px 1px 0, #fff 1px -1px 0;
	color: #E7272D;
}

.section-title-back-text {
	display: block;
	color: var(--text-shadow);
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 16.7rem;
	text-transform: uppercase;
	text-shadow: #424242 1px 1px 0, #424242 -1px -1px 0,
		#424242 -1px 1px 0, #424242 1px -1px 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	line-height: 0.4;
	z-index: 0;
	text-align: center;
}

.other-service-list li a:hover .other-service-hover-img {
	opacity: 1;
}

.other-service-hover-img {
	position: absolute;
	left: 70%;
	top: 40%;
	height: 16.8rem;
	opacity: 0;
}

.other-service-hover-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.other-service-section {
	padding: 9em 0;
}

.other-service-list {
	margin-top: 5em;
}

.feedback {
	padding: 15em 0 19em;
	background: var(--black);
	overflow: hidden;
}

.feedback-info p {
	font-size: 14px;
	line-height: 1.8em;
	color: var(--white);
	width: 40%;
	margin-bottom: 2em;
}

.feedback-info span {
	display: block;
	font-size: 1.8rem;
	color: var(--white);
	margin-bottom: 2em;
}


.feedback-title {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 3.6rem;
	text-transform: uppercase;
	display: block;
	color: var(--white);
	margin-bottom: 1.5em;
}

.input-wrapper {
	width: 32%;
}
.input-wrapper--full {
	width: 100%;
}
.faq-content-item .input-wrapper{
	padding-right: 3rem;
}

.form-input {
	color: var(--white);
	border-bottom: 1px solid var(--white);
	padding: 1.5em 0;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	background: transparent;
}
textarea.form-input {
	height: 62px;
}

.form-input::placeholder {
	color: var(--white);
}

.checkbox {}

.checkbox._error .checkbox__label::before {
	box-shadow: 0 0 10px red;
}

.checkbox__input {
	display: none;
}

.checkbox__input:checked+.checkbox__label::after {
	transform: scale(1);
	transition: transform 0.3s easy 0s;
}

.checkbox__label {
	font-size: 1em;
	line-height: 1.5;
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	color: var(--white);
	width: 30em;
}

.checkbox__label::before {
	content: '';
	align-self: flex-start;
	flex: 0 0 24px;
	height: 24px;
	background: #fff;
	margin: 0 10px 0 0;
}

.checkbox__label::after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #de272c;
	transform: scale(0);
	transition: 0.3s;
}

.checkbox__label.agree {
	font-size: 14px;
}

.feedback-wrapper {
	width: 60%;
	margin: 0 auto;
	position: relative;
}

.feedback .bg-text {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 900;
	font-size: 28.8rem;
	line-height: 0.85;
	text-transform: uppercase;
	display: block;
	color: #2C2C2C;
	bottom: 0;
	text-align: center;
	z-index: 0;
	width: 100%;
}

.footer {
	padding: 5em 0 0;
}

.footer-link-list li {
	margin-bottom: 1em;
}

.footer-social {
	margin: 0 8em 0 0;
}

.footer-social li {
	margin-right: 1.5em;
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid var(--red);
}

.contacts-social {
	margin: 0 8em 0 0;
}

.contacts-social li {
	margin-right: 0.5em;
	display: flex;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
}

.politic {
	font-size: 14px;
	text-decoration-line: underline;
	color: #9A9A9A;
}

.footer-bottom-item p {
	font-size: 14px;
	color: #9A9A9A;
}

.footer-bottom {
	padding: 2em 0;
}

.job-common {
	margin-top: -20em;
	padding-bottom: 5em;
}

.job-page .head-section {
	padding: 15em 0 30em;
}

.sidebar {
	width: 30%;
	margin-bottom: 3rem;
}

.job-common-item {
	width: 68%;
	margin-bottom: 3rem;
}

.job-common-half {
	width: 49%;
	margin-bottom: 3rem;
}

.sidebar-link {
	display: block;
	padding: 2em 1em 2em 7em;
	color: var(--white);
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	background: var(--red);
	position: relative;
}

.sidebar-link:hover {
	padding: 2em 1em 2em 8em;
}

.sidebar-link::before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: var(--white);
	border-radius: 50%;
	top: 1em;
	left: 1.5em;
	position: absolute;
}

.sidebar-link.light {
	background: #E7272D;
}

.job-common-img img {
	width: 100%;
}

.wide-section {
	padding: 0 0 5em;
}

.banner.head-section {
	background: #1C1D1D;
	padding: 15em 0 7em;
	background-size: cover;
	background-repeat: no-repeat;
}

.down {
	min-width: 17rem;
	height: 17rem;
	border: 1px solid var(--white);
	border-radius: 50%;
	margin-right: 20px;
}

.history-video-title__wrap {
	width: 100%;
	top: 5em;
}

.history-video-play__wrapper {
	width: 100%;
	bottom: 7em;
}

.history-video-title {
	font-size: 3.6rem;
	color: #FFFFFF;
	line-height: 1.3;
}

.play-btn {
	width: 16rem;
	height: 16rem;
	background: var(--white);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.history-video-play__item p {
	color: var(--white);
	font-size: 14px;
	margin-right: 3em;
}

.play-icon {
	border: 12px solid transparent;
	border-left: 16px solid #000;
	transform: translateX(8px);
}

.owner-history {
	padding: 5em 0;
	background: #1C1D1D;
}

.owner-position {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	color: var(--white);
	display: block;
	margin-bottom: 3em;
	width: 50%;
}

.owner-citate {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 1.8rem;
	text-transform: uppercase;
	color: var(--white);
	display: block;
	margin-bottom: 2em;
	line-height: 1.7;
}

.owner-history-content p {
	font-size: 1.6rem;
	color: var(--white);
	margin-bottom: 2em;
	line-height: 2;
}

.owner-history-img {
	width: 45%;
}

.owner-history-img img {
	width: 100%;
}

.owner-history-content {
	width: 48%;
}

.section-head {
	margin-bottom: 5em;
}

.leaders {
	padding: 5em 0;
	overflow: hidden;
}

.leaders-slider {
	width: 100%;
	position: relative;
}

.leaders-slider .slick-slide {
	padding: 0 15px;
	width: 43em;
}

.leaders-slider .slick-list {
	margin: 0 -15px;
}

.leaders-slider .slider__slide {
	background: var(--bg-color);
}

.leaders-slider .slide-img {
	position: relative;
	height: 60rem;
}

.leaders-slider .slick-slide img {
	object-fit: cover;
	height: 100%;
	object-position: top;
	width: 100%;
}

.leaders-item-link .slide-img {
	transition: 0.25s;
}

.leaders-item-link:hover .slide-img {
	opacity: 0.7;
	transition: 0.25s;
}

.slide-content {
	background: var(--red);
	padding: 3em 5em;
	width: 85%;
	margin-top: -8em;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.leader-name {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 1.8rem;
	color: var(--white);
	display: block;
	margin-bottom: 2em;
}

/*.leader-name::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: var(--white);
	border-radius: 50%;
	margin-bottom: 2em;
}
*/
.leader-descript {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 1.8rem;
	color: var(--white);

	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.slide-content-bottom a {
	font-weight: 300;
	font-family: "Roboto";
	font-size: 1.12em;
	display: inline-block;
	line-height: 1.7;
}

.slide-content-bottom a:hover {
	opacity: 0.7;
}


.slide-img {
	position: relative;
}

.leaders-slider .slick-list {
	overflow: visible;
}

.leaders-slider-arrows .prev-slide,
.leaders-slider-arrows .next-slide {
	background: var(--red);
	color: var(--white);
}

.deal-sugest-item {
	background: var(--text-color);
	padding: 4em 3em;
	height: 100%;
}

.deal-sugest-title {
	font-size: 2.4rem;
	color: var(--white);
	display: block;
	margin-bottom: 1.5em;
}

.deal-sugest-item p {
	font-size: 1.8rem;
	color: var(--white);
	margin-bottom: 20px;
}

.deal-sugest-wrapper {
	margin: 0 -20px;
}

.deal-sugest-wrapper .block-item {
	padding: 0 20px;
	margin-bottom:40px;
}

.deal-sugest-item__more {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--red);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -24px;
	right: 15%;
}

.deal-sugest-item__more:hover {
	background: var(--white);
}

.deal-sugest-item__more:hover .link-arrow-icon {
	color: var(--black);
}


.deal-sugest-item__plus {
	display: flex;
	position: relative;
}

.deal-sugest-item__plus span {
	width: 16px;
	height: 16px;
	display: block;

	position: absolute;
	right: 20%;
}

.deal-sugest-item__plus span::before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.deal-sugest-item__plus span::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.for-bloger-wrap p {
	width: 33%;
	color: var(--white);
}

.for-bloger {
	background: var(--text-color);
}

.for-bloger__mail {
	font-weight: 900;
	font-size: 12.2rem;
	line-height: 1;
	letter-spacing: 0.075em;
	color: var(--white);
	margin: 0.5em 0 0.7em;
	display: block;
	text-align: center;
}

.hidden-x {
	overflow-x: hidden !important;
}

.action {
	padding: 10em 0;
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/17.jpg) no-repeat center center / cover;
}

.action-text {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 7.2rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	width: 65%;
	margin: 0 auto 1em;
	display: block;
	color: transparent;
	/* прозрачный цвет букв */
	-webkit-text-stroke: 1px #fff;
}

.open-btn {
	width: 17rem;
	height: 17rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	text-transform: uppercase;
	border: 1px solid var(--white);
	border-radius: 50%;

	font-family: Brutal Type;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
}

.common-text-section.pt-6 {
	padding-top: 6em;
}

.contact-info p {
	font-size: 1.6rem;
	color: var(--white);
	margin-bottom: 6em;
	width: 80%;
	line-height: 1.8;
}

.contact-info span {
	display: block;
	font-size: 2.4rem;
	color: var(--white);
	margin-bottom: 4em;
}

.cont-link {
	display: table;
	font-size: 3.6rem;
	color: var(--white);
}

.contact-info {
	padding-left: 5em;
}

.contact-page .banner.head-section {
	padding: 15em 0 0;
}

.contact-page .banner.head-section::before {
	content: '';
	position: absolute;
	display: block;
	height: 8rem;
	width: 100%;
	background: var(--black);
	left: 0;
	bottom: 0;
}

.map-wrapper {
	height: 58rem;
}

.map-wrapper iframe {
	width: 100%;
	height: 100%;
}

.showroom-banner-info p {
	font-size: 1.6rem;
	line-height: 1.8;
	color: var(--white);
	width: 40%;
}

.showroom-banner-info p:first-child {
	width: 30%;
}

.showroom-address {
	width: 35%;
}

.showroom-address p {
	font-size: 1.6rem;
	line-height: 1.8;
	color: var(--white);
}

.showroom-address span {
	display: block;
	font-size: 4.8rem;
	color: var(--white);
	margin-bottom: 0.5em;
}

.title-bottom-space {
	margin-bottom: 1.5em;
}

.showroom-pic {
	padding: 0 0 7em;
	margin-top: -17em;
}

.showroom-item {
	margin-bottom: 20px;
}

.showroom-page .banner.head-section {
	padding: 15em 0 25em;
}

.showroom-img {
	height: 54rem;
}

.showroom-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.faq-content,
.faq-pic {
	width: 45%;
	height: 100vh;
}

.faq-pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.faq-page {
	background: var(--text-color);
}

.faq-content-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.faq-question {
	font-size: 3.6rem;
	color: var(--white);
	margin-bottom: 2em;
	width: 70%;
	line-height: 1.2;
}

.faq-text {
	display: inline-block;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	align-self: flex-start;
}

.faq-text.line-bottom {
	border-bottom: 5px solid var(--red);
}

.faq-checkbox {
	border-bottom: 1px solid #fff;
	padding: 1em 2em;
}

.faq-checkbox:first-child {
	border-top: 1px solid #fff;
}

.faq-checkbox input {
	display: none;
}

.faq-checkbox input:checked+label::before {
	background: url('../images/icons/check.svg');
	background-position: 2.5rem 2.6rem, 0 0;
	background-repeat: no-repeat, repeat;
	border: 1px solid #C9C9C9;
}

.faq-checkbox label {
	display: flex;
	align-items: center;
	color: #fff;
	flex-direction: row-reverse;
	justify-content: space-between;
	font-size: 2.4rem;
	color: #FFFFFF;
}

.faq-checkbox label:hover {
	cursor: pointer;
}

.faq-checkbox label::before {
	content: '';
	flex: none;
	height: 6.8rem;
	width: 6.8rem;
	border-radius: 50%;
	border: 1px solid #C9C9C9;
	margin-left: 1em;
}

.faq-checkbox {
	width: 100%;
}

.next-btn {
	width: 12.6rem;
	height: 12.6rem;
	background: var(--text-color);
	border: 1px solid var(--red);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	bottom: 5em;
	right: 5em;
	cursor: pointer;
	transition: all .3s;
}

.next-btn:hover {
	border: 1px solid var(--white);
}

.answer-item__unite {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 1em 2em;
}

.answer-item__unite span {
	font-size: 2.4rem;
	color: #FFFFFF;
	display: block;
	margin-right: 4em;
}

.answer-item__unite .down-arrow {
	transform: rotate(-90deg);
}

.check-block-info {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	background: var(--red);
	width: 9.9rem;
	height: 9.9rem;
	border-radius: 50%;
	text-align: center;
	font-size: 13px;
	position: relative;
}

.check-block::before {
	content: '';
	display: block;
	border: 5px solid transparent;
	border-bottom: 5px solid #de272c;
	position: absolute;
	top: -0.6em;
	left: 50%;
	transform: translateX(-50%);

}

.check-block {
	z-index: 1;
}

.check-block .checkbox-wrap input:checked+label::before {
	background: #fff url(../images/icons/check1.svg);
	background-position: 1.7rem 1.9rem, 0 0;
	background-repeat: no-repeat, repeat;
	border: 1px solid #C9C9C9;
}


.check-block .checkbox-wrap label::before {
	background: #fff;
}

.checkbox-wrap {
	bottom: -30%;
	right: -20%;
}

.people-pic {
	background: #DE272C;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.people-wrapper {
	background: #DE272C;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;

}

.people-wrapper .checkbox-wrap {
	padding: 1em 5em;
}

.people-wrapper .checkbox-wrap label::before {
	content: '';
	flex: none;
	height: 5rem;
	width: 5rem;
	border-radius: 50%;
	border: 1px solid #C9C9C9;
	margin-right: 0;
	position: absolute;
	right: 0;
	transform: translateX(50%);
	background: #fff;
}

.people-wrapper .checkbox-wrap input:checked+label::before {
	background: #fff url(../images/icons/check1.svg);
	background-position: 16px 20px, 0 0;
	background-repeat: no-repeat, repeat;
	border: 1px solid #C9C9C9;
}

.people-wrapper .checkbox-wrap label {
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
}

.people-row {
	position: relative;
}

.man-img {
	max-height: 21rem;
}

.man-img img {
	height: 100%;
	margin: 0 auto;
	object-fit: contain;
}

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

img.people-img {
	width: 75%;
	height: auto;
}

.people-pic .check-block::before {
	display: none;
}

.people-pic .checkbox-wrap label::before {
	margin-right: 0;
}

.check-block-people .checkbox-wrap {
	bottom: auto;
	right: auto;
}

.check-block-people {
	right: -1.5em;
}

.check-block.square1 {
	top: 3em;
	left: 3em;
}

.check-block.square2 {
	top: 20em;
	left: 10em;
}

.check-block.square3 {
	top: 20em;
	left: 30em;
}

.check-block.square4 {
	bottom: 3em;
	left: 5em;
}

.check-block.square5 {
	bottom: 3em;
	left: 30em;
}

.faq-sub-question {
	font-size: 1.6rem;
	display: block;
	margin-top: 15px;
}

.section-content {
	height: 100%;
	position: relative;
}

.hidden {
	overflow: hidden;
}

.home-section {
	background: url(../images/26.jpg) no-repeat center center / cover;
	height: 100vh;
}

.home-section .fp-tableCell {
	display: flex;
	align-items: center;
	justify-content: center;
}

.down-wrapper {
	padding: 0 2.5em;
}

.down-icon {
	width: 1.7em;
	height: 2.7em;
	border: 1px solid var(--white);
	border-radius: 20px;
	display: block;
}

.down-icon-arr {
	display: block;
	width: 5px;
	height: 5px;
	border-right: 1px solid var(--white);
	border-bottom: 1px solid var(--white);
	transform: rotate(45deg);
	margin: 1.5em auto 0;
}

.down-icon-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--white);
	margin: 0 auto;
	display: block;
	margin-top: 1.7em;
}

.down-wrapper {
	bottom: 5em;
	width: 100%;
}

.up-title {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 900;
	font-size: 2.4rem;
	text-transform: uppercase;
	color: var(--white);
	display: block;
	text-align: center;
	margin: 0 auto 0.5em;
}

.alt-main-title {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 500;
	font-size: 9.6rem;
	text-transform: uppercase;
	color: var(--white);
	display: block;
	text-align: center;
	margin: 0 auto 0.3em;
	width: 90%;
	line-height: 1;
}

.alt-main-subtitle {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 500;
	font-size: 3.6rem;
	text-transform: uppercase;
	color: var(--white);
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 60%;
}

.second-section {
	background: url(../images/27.jpg) no-repeat center center / cover;
}

/* .second-section .up-title{
	transform: translateY(100%);
	opacity: 0;
	transition: all 1.4s .5s;
}
.second-section .alt-main-title{
	transform: translateY(100%);
	opacity: 0;
	transition: all 1.4s .75s;
}
.second-section .alt-main-subtitle{
	transform: translateY(150%);
	opacity: 0;
	transition: all 1.4s 1s;
} */
.fp-viewing-secondSection .second-section .up-title,
.fp-viewing-secondSection .second-section .alt-main-title,
.fp-viewing-secondSection .second-section .alt-main-subtitle {
	opacity: 1;
	transform: translate(0, 0);
}

.second-section .fp-tableCell {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-banner {
	height: 35rem;
	background: url(../images/top-banner.jpg) no-repeat center center / cover;
}

.top-banner__title {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 900;
	font-size: 3.6rem;
	color: var(--red);
	display: block;
	bottom: 0;
	right: 20%;
	z-index: 1;
	line-height: 1;
}

.num-block {
	padding: 8em 0;
	background: var(--text-color);
	height: 100%;
}

.num-item {
	padding: 4em;
	background: #313131;
	position: relative;
	height: 100%;
	transition: 0.5s;
}

.block-item:hover .num-item {
	transition: 0.5s;
	transform: translateY(-30%);
	cursor: pointer;
}

.num-item p {
	font-size: 1.6rem;
	line-height: 1.9;
	color: var(--white);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 3em;
}

.num-index {
	display: inline-block;
	font-family: Brutal Type;
	font-weight: bold;
	font-size: 14.4rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--red);
	bottom: 0;
	left: 0.2em;
	transform: translateY(45%);
}

.num-index span {
	display: block;
	width: 21px;
	height: 21px;
	top: 0;
	right: -2rem;
	position: absolute;
}

.num-index span::before {
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.num-index span::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


.num-wrapper .block-item {
	padding: 0 2em;
}

.num-wrapper {
	margin: 0 -2em;
}


.popup-window {
	position: fixed;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 120;
	overflow-y: auto;
	background: var(--text-color);
}

.popup-window.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	overflow: hidden;
}

.close-popup {
	border-radius: 50%;
	background: var(--red);
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(180deg);
	position: absolute;
	top: 5em;
	z-index: 10;
}

.close-popup {
	cursor: pointer;
}

.close-icon-1 {
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: var(--red);
}

.popup-content {
	width: 100%;
}

.z-index-0 {
	z-index: 0 !important;
}

.close-num-item:hover {
	cursor: pointer;
}

.num-item__descript__half {
	width: 50%;
	background: var(--text-color);
}

.num-item__descript__half img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.num-item__descript__wrapper {
	flex: 1;
}

.num-item__descript__half__wrap {
	padding: 5em 5em 0 15em;
	overflow-y: hidden;
	height: 100vh;
}

.num-item__descript__text {
	overflow-y: auto;
	height: 100%;
}

.num-item__descript__text::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

.num-item__descript__text::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 50px;
}

.num-item__descript__text::-webkit-scrollbar-thumb {
	-webkit-border-radius: 50px;
	border-radius: 5px;
	background-color: #de272c;
}

.num-item__descript__text::-webkit-resizer {
	background-repeat: no-repeat;
	width: 5px;
	height: 0px
}

.num-item__descript__text::-webkit-scrollbar {
	width: 5px;
}


.num-item__descript__index {
	display: block;
	font-family: Brutal Type;
	font-style: normal;
	font-weight: bold;
	font-size: 36.8rem;
	line-height: 0.7;
	text-transform: uppercase;
	color: var(--red);
	position: absolute;
	bottom: 0.5em;
	right: 0;
	transform: translateX(15%);
}

.num-item__descript__index span {
	display: block;
	width: 25px;
	height: 25px;
	top: 0;
	right: -2rem;
	position: absolute;
}

.num-item__descript__index span::before {
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.num-item__descript__index span::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.num-item__descript__text p {
	font-size: 1.6rem;
	line-height: 1.8;
	color: var(--white);
	margin-bottom: 2em;
	width: 75%;
	font-weight: 300;
}

.fifth-section {
	background: var(--text-color);
}

.about-section-item {
	width: 45%;
}

.about-section-item p {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #FFFFFF;

	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.about-video-img {
	width: 73rem;
	height: 73rem;
}

.about-video-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.main-page {
	background: var(--text-color);
}

.about-section-item .head-title {
	width: 100%;
}

.about-video-img .play-btn {
	background: var(--red);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-video-img .play-icon {
	border: 12px solid transparent;
	border-left: 16px solid #fff;
	transform: translateX(8px);
}

.section-content .bg-text {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 900;
	font-size: 28.8rem;
	line-height: 0.85;
	text-transform: uppercase;
	display: block;
	color: #2C2C2C;
	bottom: 0;
	text-align: center;
	z-index: 0;
	width: 100%;
}

.service-slider {
	width: 100%;
	position: relative;
}

.service-slider .slick-slide {
	padding: 0 15px;
	width: 28em;
}

.service-slider .slick-list {
	margin: 0 -15px;
}

.service-item {
	width: 100%;
	background: #313131;
	padding: 3em;
	height: 48rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 0.5s;
}

.service-item:hover {
	transform: scale(1.2);
	background: var(--red);
	cursor: pointer;
	transition: 0.5s;
	z-index: 1;
}

.service-item:hover .deal-sugest-item__more {
	transform: rotate(90deg);
}

.service-item:hover .deal-sugest-item__more {
	transform: rotate(90deg);
}

.service-item:hover .serv-icon {
	color: var(--white);
}

.service-slider .slick-list {
	overflow: visible;
}

.service-slider .slick-list::after {
	content: '';
	display: table;
	clear: both;
}

.service-title {
	font-weight: 900;
	font-size: 2.4rem;
	text-transform: uppercase;
	color: var(--white);
	min-height: 3em;
}

.service-icon {
	display: flex;
	justify-content: flex-end;
}

.service-item .deal-sugest-item__more {
	background: var(--white);
}

.service-item .link-arrow-icon {
	color: var(--black);
}

.partner-slider-mobile .slick-slide {
	padding: 0 10px;
}

.partner-slider-mobile .slick-list {
	margin: 0 -10px;
}

.partners-section .top-banner {
	background: url(../images/top-banner1.jpg) no-repeat center center / cover;
}

.banner-page-title {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: bold;
	font-size: 9.6rem;
	line-height: 0.8;
	display: block;
}

.partner-slider-area {
	width: 94%;
}

.partner-item {
	padding: 3em;
	
	background: #313131;
	
}
.partner-slider .slick-slide>div{width:20%;float:left;height:100%;display:block;position:relative;}


.partner-wrapper {
	width: 100%;
}

.partner-content {
	padding: 3em 0;
}

.partner-slider {
	width: 100%;
	position: relative;
}

.partner-slider .slick-slide {
	padding: 0 15px;
	width: 28em;
}

.partner-slider .slick-list {
	margin: 0 -15px;

}

.partner-logo-wrap {
	height: 9rem;
	/*width: 13rem;*/ width: 24rem;
}

.partner-logo-wrap img {
	object-fit: contain;
	height: 100%;
	object-position: bottom;
}

.custom-container {
	padding: 0 3% 0 10%;
}

.partner-slider-arrows .prev-slide,
.partner-slider-arrows .next-slide {
	background: var(--red);
	color: var(--white);
	margin: 0 0 10px;
}

.partner-slider-arrows .prev-slide,
.project-slider-arrows .prev-slide {
	transform: rotate(90deg);
}

.partner-slider-arrows .next-slide,
.project-slider-arrows .next-slide {
	transform: rotate(90deg);
}

.partner-container {
	padding: 0 0 0 12em;
}

.partner-item.empty {
	background: transparent;
}

.partner-slider-mobile,
.partner-slider-mobile-arrows {
	display: none !important;
}

.contact-area {
	padding: 12em 0 0;
}

.contact-area-title {
	color: var(--white);
}

.contact-area-item {
	color: var(--white);
}

.contact-area-link-list li {
	margin-bottom: 1.2em;
}

.contact-us-left {
	padding: 5em;
	background: var(--red);
	width: 40%;
}

.contact-us-right {
	width: 60%;
	background: #313131;
}

.contact-us-left p,
.contact-us-left a {
	font-size: 14px;
	color: var(--white);
}

.main-page .feedback-form {
	width: 80%;
}

.section-content .bg-text {
	bottom: auto;
	z-index: -1;
	top: -50%;
}

.contact-area-link-list a:hover,
.footer-link-list a:hover {
	color: var(--red);
}

a.social-link {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	background: var(--white);
	display: flex;
	padding: 10px;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
}

.social-link.black-bg {
	color: var(--white);
	background: var(--black);
}

.social {
	right: 0;
	bottom: 2em;
}

.alt-section-title {
	font-weight: 900;
	font-size: 4.8rem;
}

.service-info-text {
	width: 40%;
}

.service-popup-pic {
	width: 58%;
}

.service-info-text p {
	font-size: 1.6rem;
	line-height: 1.9;
	color: var(--white);
	margin-bottom: 1em;
}

.service-info-img {
	width: 31%;
	height: 50rem;
}

.service-info-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.service-popup .close-popup {
	top: auto;
	bottom: 3em;
}

.close-icon-2 {
	width: 7rem;
	height: 7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: var(--white);
	position: relative;
	transition: 0.25s;
}

.close-icon-2 span {
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
}

.close-icon-2 span::before,
.close-icon-2 ::after {
	content: '';
	width: 100%;
	height: 1px;
	border-radius: 2px;
	background-color: var(--black);
	position: absolute;
	left: 0;
	top: 50%;
}

.close-icon-2 span::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-icon-2 span::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.project-image-popup .close-icon-2:hover {
	transition: 0.25s;
	background: var(--white);
}

.project-page-title {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 900;
	font-size: 9.6rem;
	line-height: 1;
	margin-bottom: 0.7em;
}

.main-about-section .bg-text {
	bottom: 0;
	top: auto;
	z-index: 0;
}

/*
.project-section {
	padding-top:10em;
}
*/

.project-slider-arrows {
	right: 2em;
	top: 29rem;
}

.project-slide-content__head p {
	font-size: 1.6rem;
	line-height: 1.7;
	color: var(--white);
	margin-bottom: 1em;

	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.project-slide-desct-wrap {
	padding-top: 8em;
	width: 33%;
	max-height: 26rem;
	overflow: hidden;

}

.project-bottom__title {
	font-weight: 900;
	font-size: 1.8rem;
	text-transform: uppercase;
	color: var(--white);

}

.project-slide-row .deal-sugest-item__more {
	position: relative;
	right: auto;
	bottom: auto;
}

.project-slide-content__head {
	margin-bottom: 2em;
}

.project-slider-arrows .prev-slide {
	margin-bottom: 1em;
}

.project-slide-content-img {
	height: 36rem;
	flex: 1;
	display: block;
}

.project-slide-content-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.project-slider .slider__slide {
	height: 100vh;
}

.project-slide-content {
	height: 100%;
	padding-top: 10em;
}

.w75 {
	width: 75%;
}

.pic-link:hover .project-img-icon {
	opacity: 1;
	transition: 0.5s;
	top: 30%;
}

.project-img-icon {
	width: 10.7rem;
	height: 10.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--red);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	opacity: 0;
	z-index: 1;
	transition: 0.5s;
}

.project-small-title {
	font-family: Brutal Type;
	font-style: normal;
	font-weight: 900;
	font-size: 4.8rem;
	line-height: 1.3;
}

.project-slider-image-arrows {
	top: 50%;
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0 3em;
	transform: translateY(-50%);
}
.project-image-popup iframe,
.project-image-popup video{
	width: 100%;
	height: 100%;
}

.project-image-popup .close-popup {
	top: 2em;
	bottom: auto;
	right: 2em;
}

.project-image-popup .close-icon-2 {
	background: var(--red);
}

.project-image-popup .close-icon-2 span::before,
.project-image-popup .close-icon-2 span::after {
	background-color: var(--white);
}

.project-image-popup .close-icon-2:hover {
	background-color: var(--white);
}

.project-image-popup .close-icon-2:hover span::before,
.project-image-popup .close-icon-2:hover span::after {
	background-color: var(--black);
}

.project-slider-image .slick-arrow {
	position: absolute;
}

.project-slider-image .slick-prev,
.project-slider-image .slick-next {
	width: 4.8rem;
	height: 4.8rem;
	background: var(--red);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	font-size: 0;
	transition: 0.25s;
}

.project-slider-image .slick-prev:hover,
.project-slider-image .slick-next:hover {
	background: var(--white);
	transition: 0.25s;
	cursor: pointer;
}

.project-slider-image .slick-prev:hover::before {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	cursor: pointer;
	transition: 0.25s;
}

.project-slider-image .slick-next:hover::before {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transition: 0.25s;
}

.project-slider-image .slick-prev::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	transition: 0.25s;
}

.project-slider-image .slick-next::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-right: 2px;
	transition: 0.25s;
}

.project-slider-image .slick-prev {
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}

.project-slider-image .slick-next {
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}

.project-slider-imgage-item {
	height: 100vh;
}

.project-slider-imgage-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.ps-img-wrap {
	height: 36rem;
	transition: 0.5s;
}

.project-slide-content-img:hover .ps-img-wrap {
	transition: 0.5s;
	transform: translateY(-3rem);
	height: 40rem;
}

.history-video-img {
	height: 90rem;
}

.history-video-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.job-common-img {
	height: 80rem;
}

.job-common-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.job-common-half .job-common-img {
	height: 70rem;
}

.menu-link-img-wrap {
	height: 10rem;
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 70%;
	opacity: 0;
	transition: 0.25s;
}

.menu-link-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* ===== Custom Styles END =====*/

/* Выпадающий список */
.select {
	position: relative;
	text-align: center;
	user-select: none;
	-webkit-touch-callout: none;
	font-weight: 400;
	margin: 0;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	color: var(--black);
	display: inline-flex;
	align-items: center;
	width: 2.6em;
	height: 2.6em;
}

.select .placeholder {
	position: relative;
	background: var(--red);
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: var(--white);
	border-radius: 50%;
	justify-content: center;
	font-size: 13px;
}

.select .select-arrow-icon {
	position: absolute;
	right: 0;
	z-index: 0;
}

.select-left-icon {
	position: absolute;
	left: 0;
	z-index: 0;
}

.select.is-open .select-arrow-icon {
	transform: rotate(180deg);
	top: auto;
}

.select.is-open ul {
	display: block;
	border: 1px solid gray;
}

.select ul {
	display: none;
	position: absolute;
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	background: silver;
	border-radius: 2px;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	z-index: 4;
}

.select ul li {
	display: block;
	text-align: center;
	padding: 0.7em;
	color: var(--black);
	cursor: pointer;
	word-wrap: break-word;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 13px;
}

.select ul li:hover {
	background: var(--red);
	color: var(--white);
}

.select ul li:hover a {
	transition: none;
}

/* Slick Slider - Default Style */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Slick Slider - Arrows */
.prev-slide,
.next-slide {
	flex: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 4.8rem;
	height: 4.8rem;
	background: var(--red);
	border-radius: 50%;
	border: 1px solid transparent;
}

.prev-slide {
	margin-right: 1em;
}

.prev-slide svg {
	transform: rotate(90deg);
}

.next-slide svg {
	transform: rotate(-90deg);
}

.prev-slide:hover,
.next-slide:hover {
	background-color: var(--red);
	border: 1px solid var(--text-color);
}

.prev-slide:hover svg,
.next-slide:hover svg {
	color: var(--white);
	transition: all .3s;
}

.prev-slide svg,
.next-slide svg {
	width: 6px;
	height: 10px;
	transform: rotate(0);
}

.prev-slide:hover,
.next-slide:hover {
	background: var(--white);
	color: #000;
}

.prev-slide:hover svg,
.next-slide:hover svg {
	color: #000;
}


/* Slick Slider - Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: #413680;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li.slick-active button {
	background: green;
}


/* Checkbox */
.checkbox-wrap input {
	display: none;
}

.checkbox-wrap input:checked+label::before {
	background: url('../images/icons/check.svg');
	background-position: 25px 26px, 0 0;
	background-repeat: no-repeat, repeat;
	border: 1px solid #C9C9C9;
}

.checkbox-wrap label {
	display: flex;
	align-items: center;
	color: #fff;
}

.checkbox-wrap label:hover {
	cursor: pointer;
}

.checkbox-wrap label::before {
	content: '';
	flex: none;
	height: 5rem;
	width: 5rem;
	border-radius: 50%;
	border: 1px solid #C9C9C9;
	margin-right: 1em;
}

.page-list {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 4rem;
	height: 100vh;
}


.page-list-nav li a {
	font-size: 2rem;
	color: var(--green);
	display: block;
	padding: 0.5em;
	text-align: center;
}

.page-list-nav li a:hover {
	opacity: 0.5;
}

.service-info-text {
	max-height: 49rem;
	overflow: hidden;
	margin-bottom: 20px;
}

.step {
	display: none;
	min-height: 100vh;
}

.step.active {
	display: block;
}

.range-block {
	margin-top: 30px;
	position: relative;
}

@media (max-width: 768px) {
	.range-block {
		display: none;
	}
}

#range {
	-webkit-appearance: none;
	margin: 18px 0;
	width: 100%;
	background-color: #fff;
	border: none
}

#range:focus {
	outline: none;
	border: none
}

#range::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #fff;
	border-radius: 10px;
	border: none;
}

#range::-webkit-slider-thumb {
	border: none;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: var(--red);
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -12px;
	cursor: ew-resize;
}

#range:focus::-webkit-slider-runnable-track {
	background: #fff;
}

#range::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #fff;
	border-radius: 10px;
	border: none;
}

#range::-moz-range-thumb {
	border: none;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: var(--red);
	cursor: pointer;
}

#range::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #fff;
	border-radius: 3px;
	border: none;
}

#range::-ms-fill-lower {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #fff;
	border-radius: 3px;
	border: none;
}

#range::-ms-fill-upper {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #fff;
	border-radius: 3px;
	border: none;
}

#range::-ms-thumb {
	border: none;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: var(--red);
	cursor: pointer;
}

#range:focus::-ms-fill-lower {
	background: #ccc;
}

#range:focus::-ms-fill-upper {
	background: #ccc;
}
.services-section {
	padding-top: 30em;
}
.service-slider--list {
	margin: 0 -2rem;
	display: flex;
	flex-wrap: wrap;
}
.service-slider--list .slider__slide {
	width: 33.3333%;
	padding: 0 2rem;
	margin-bottom: 4rem;
}
.service-slider--list .deal-sugest-item__more{
	bottom: 1rem;
	right: 1rem;
}
.cinema-img {
	display: block;
}
a.cinema-img:hover {
	opacity: 0.8;
}
.catalog-list .cinema-img{
	margin-bottom: 20px;
}
.inner-page {
	padding-top: 50px;
}
.inner-page h1 {
	font-size: 8.2rem;
}
.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4 {
	margin-bottom: 0.5em;
	font-weight: 700;
}
.inner-page p {
	margin-bottom: 1em;
	font-size: 16px;
}
.inner-page p a {
	color: var(--red);
	text-decoration: underline;
}
.inner-page p a:hover {
	text-decoration: none;
}
.inner-page ul,
.inner-page ol {
	margin-left: 20px;
}
.inner-page li {
	margin-bottom: .75em;
	line-height: 1.3;
	font-size: 16px;
}
.inner-page img {
	display: block;
	margin-bottom: 10px;
}
.img-group {
	margin: 20px -5px;
}
.img-group > a {
	margin: 0 5px;
	width: 33.3333%;
	height: 350px;
	flex-grow: 1;
}
.img-group img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	transition: all .5s;
	z-index: 20;
}
.popup.active {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, -50%);
}
.popup__content .h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
}
.popup__content .input-wrapper{
	width: 100%;
	min-width: 280px;
	margin-bottom: 20px;
}
.input-wrapper span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.popup__content .form-input {
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 5px;
	padding: 0 0 0 15px;
	height: 40px;
	font-size: 16px;
	color: rgb(37, 37, 37);
}
.popup__content .btn {
	border-radius: 5px;
	width: 100%;
	padding: 1.4rem 1em;
}
.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.close::before,
.close::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 0;
}
.close::before {
	transform: rotate(45deg);
}
.close::after {
	transform: rotate(-45deg);
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	transform: translateY(20%);
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	z-index: 18;
}
#overlay.active {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.cinema-img__title {
	display: block;
	font-size: 2rem;
	margin-top: 0.5em;
}

/* Анимации */
@media(min-width: 1280px) {
	.main-page {
		background-color: var(--text-color);
	}

	.fullpage-wrapper {
		width: 100% !important;
		transform: none !important;
	}

	.fp-section {
		width: 100% !important;
		position: absolute;
		left: 0;
		top: 0;
		visibility: hidden;
		opacity: 0;
		transition: all .7s ease-in-out;
	}

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

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

	.fp-slide {
		width: 100% !important;
		position: absolute;
		left: 0;
		top: 0;
		visibility: hidden;
		opacity: 0;
		transition: all .7s ease-in-out;
	}

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

	.header .header-container {
		transition: all .5s;
	}

	.main-title-wrap,
	.section-content .container,
	.section-content .top-banner,
	.section-content .custom-container {
		transition: all 1s;
	}

	.menu-open .header-container,
	.menu-open .section-content .top-banner {
		transform: translateY(-100%);
		opacity: 0;
	}

	.menu-open .main-title-wrap,
	.menu-open .main-title-wrap,
	.menu-open .section-content .container,
	.menu-open .section-content .custom-container {
		transform: translateX(-100%);
		opacity: 0;
	}

	.second-section .container {
		transform: translateY(100%);
		opacity: 0;
	}

	.second-section.active .container {
		transform: translateY(0);
		opacity: 1;
	}

	.second-section.up .container {
		transform: translateY(-100%);
		opacity: 1;
	}

	.home-section.up .container {
		transform: translateY(-100%);
		opacity: 0;
	}

	.third-section .top-banner__title {
		transform: translate(100%, 0);
		font-size: 5rem;
		transition: all 1s;
		opacity: 0;
	}

	.third-section.active .top-banner__title {
		transform: translate(0, 0);
		font-size: 3.6rem;
		transition: all 1s;
		transform-origin: 0% 0%;
		opacity: 1;
	}

	.third-section .num-block {
		transform: translate(0, 100%);
		opacity: 0;
		transition: all 1s;
	}

	.third-section.active .num-block {
		transform: translate(0, 0);
		opacity: 1;
	}

	.popup-window--descript {
		transform: translate(0, 0);
		overflow: hidden;
		background: transparent;
	}

	.num-item__descript__half {
		transition: all .7s;
		transform: translateX(-100%);
		opacity: 0;
		position: relative;
	}

	.num-item__descript__half:first-child {
		z-index: 2;
	}

	.num-item__descript__half__wrap {
		transition: all 1s;
		transform: translateX(100%);
		opacity: 0;
	}

	.popup-window.active .num-item__descript__half,
	.popup-window.active .num-item__descript__half__wrap {
		transform: translateX(0%);
		opacity: 1;
	}

	.fourth-section .project-slide-content flex {
		perspective: 1000px;
	}

	.fourth-section .project-slide-content__bottom {
		transition: all 1s;
		transform: scale(.5);
		opacity: 0;
	}

	.fourth-section.active .project-slide-content__bottom {
		transition: all 1s;
		transform: scale(1);
		opacity: 1;
	}

	.fourth-section .project-page-title,
	.fourth-section .project-small-title {
		color: var(--red);
		transform: rotate(180deg) scale(.2);
		opacity: 0;
		transition: all 1s;
	}

	.fourth-section.active .project-page-title,
	.fourth-section.active .project-small-title {
		color: #fff;
		opacity: 1;
		transform: rotate(0) scale(1);
		transition: all 1s;
	}

	.fifth-section .bg-text {
		transform: rotate(90deg) scale(.5);
		transform-origin: 100%;
		opacity: 0.2;
		transition: all 1s;
	}

	.fifth-section.active .bg-text {
		transform: rotate(0deg) scale(1);
		opacity: 1;
		transition: all 1s;
	}

	.fifth-section .about-section-item p {
		transition: all 1s;
		transform: translateY(40%);
	}

	.fifth-section.active .about-section-item p {
		transform: translateY(0);
	}

	.sixth-section .service-slider {
		transition: all 1s;
		transform: translateX(50%);
	}

	.sixth-section.active .service-slider {
		transition: all 1s;
		transform: translateX(0);
	}

	.sixth-section.up .service-slider {
		transition: all 1s;
		transform: translateX(-50%);
	}

	.seventh-section .partner-slider-area {
		transition: all 1s;
		transform: translateX(50%);
	}

	.seventh-section.active .partner-slider-area {
		transition: all 1s;
		transform: translateX(0);
	}

	.seventh-section.up .partner-slider-area {
		transition: all 1s;
		transform: translateX(-50%);
	}

	.eight-section .section-content {
		transition: all 1s;
		transform: translateY(50%);
	}

	.eight-section.active .section-content {
		transition: all 1s;
		transform: translateY(0);
	}
}
#contact .thanks{color:#fff;}
.text-404{
	font-weight: 900;
    font-size: 30em;
    display: block;
    color: #FF4443;
    line-height: 1;
}

.raiting {
	display: flex;
	color: #5e5d5d
}
.raiting span {
	width: 20px;
	height: 20px;
}
.raiting span:not(:last-child) {
	margin-right: 4px;
}
.raiting span svg {
	width: 100%;
	height: 100%;
}
.raiting span.active {
	color: #EDDD4D;
}
.raiting--white span {
	color: transparent;
}
.raiting--white span svg {
	stroke: #fff;
	stroke-width: 1px;	
}
.raiting--white span svg path {
	fill: none !important;	
}
.raiting--white span.active svg {
	stroke: currentColor !important;
}
.review-main-block__top {
	padding: 2rem 2.5em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.feedback-wrapper .raiting{
	margin-bottom: 5rem;
}
.total-raiting {
	font-size: 14px;
	color: var(--text-color);
	margin-left: 15px;
}
.total-raiting a {
	font-weight: 500;
}
.total-raiting a:hover{
	text-decoration: underline;
}
.review__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	margin-bottom: 5rem;
	padding-bottom: 5rem;
}
.review__item:last-child {
	margin-bottom: 0;
}
.review__item__data {
	margin-bottom: 5rem;
}
.review__item__data__left {
	padding-right: 40px;
	max-width: 910px;
}
.review__item__body {
	max-width: 910px;
	margin-bottom: 4rem;
}
.review-main-block__content {
	padding: 6rem 0;
}
.author-name {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.review__item__data__left .raiting {
	margin-top: 10px;
}
.review__item__body,
.review__item__body p {
	font-size: 16px;
	line-height: 145%;
}
.review__item__body p:not(:last-child) {
	margin-bottom: 1em;
}
.review__item__cta .link {
	font-weight: 700;
	font-size: 16px;
}
.review__item__cta .link:hover {
	color: var(--red)	
}
.paginator {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 700;
}
.paginator li {
	padding: 0 10px;
}
.paginator li a:hover,
.paginator li a.active {
	color: var(--red)
}
.review-count-on-page {
	font-weight: 700;
	text-transform: uppercase;
}
.review-main-block__bottom {
	padding: 5rem 0;
}
.show-xs {
	display: none;
}