@import url("https://fonts.googleapis.com/css2?family=Old+Standard+TT&display=swap");
@font-face {
	font-family: "ProximaNova";
	src: url(../fonts/proximanova/proximanovaregular.woff) format("woff");
	font-weight: 400;
	font-style: "normal";
	font-display: swap;
}

@font-face {
	font-family: "ProximaNova";
	src: url(../fonts/proximanova/proximanovasemibold.woff) format("woff");
	font-weight: 600;
	font-style: "normal";
	font-display: swap;
}

@font-face {
	font-family: "ProximaNova";
	src: url(../fonts/proximanova/proximanovabold.woff) format("woff");
	font-weight: 700;
	font-style: "normal";
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url(../fonts/gilroy/gilroyregular.woff) format("woff");
	font-weight: 400;
	font-style: "normal";
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url(../fonts/gilroy/gilroymedium.woff) format("woff");
	font-weight: 500;
	font-style: "normal";
	font-display: swap;
}

@font-face {
	font-family: "Gilroy";
	src: url(../fonts/gilroy/gilroybold.woff) format("woff");
	font-weight: 700;
	font-style: "normal";
	font-display: swap;
}

html {
	font-family: 'ProximaNova', Arial, serif;
	font-size: 16px;
	height: 100%;
}

body {
	height: 100%;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	background-color: #fff;
	color: #1E1E1E;
	min-width: 320px;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul, ol {
	list-style: none;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

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

input,
button,
textarea,
select {
	font: inherit;
}

section {
	position: relative;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
	vertical-align: middle;
}

textarea {
	resize: none;
}

input,
select,
button {
	outline: none;
}

a {
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.container {
	max-width: 1395px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 3;
}

.section-container {
	max-width: 1920px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

span.red {
	color: #CE0E2D;
}

.main-title {
	font-size: 48px;
	line-height: 59px;
	color: #fff;
	font-weight: 700;
	font-family: "Gilroy";
}

@media (max-width: 991px) {
	.main-title {
		font-size: 38px;
		line-height: 48px;
	}
}

@media (max-width: 576px) {
	.main-title {
		font-size: 32px;
		line-height: 38px;
	}
}

.section-title {
	font-family: "Gilroy";
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.section-title br {
		display: none;
	}
}

@media (max-width: 991px) {
	.section-title {
		font-size: 28px;
		line-height: 36px;
	}
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	height: 95px;
	background-color: #CE0E2D;
	padding: 0 35px;
	border: none;
}

@media (max-width: 991px) {
	.btn {
		height: 75px;
	}
}

.btn:hover {
	background-color: #e61032;
}

.btn span {
	color: #fff;
	font-weight: 700;
	display: inline-block;
	margin: 0 20px 0 0;
}

.btn svg {
	width: 41px;
	height: 17px;
	fill: #fff;
}

@-webkit-keyframes roundsscale {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		border: 1px solid rgba(206, 14, 45, 0.6);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
		border: 1px solid rgba(206, 14, 45, 0.1);
	}
}

@keyframes roundsscale {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		border: 1px solid rgba(206, 14, 45, 0.6);
	}
	100% {
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
		border: 1px solid rgba(206, 14, 45, 0.1);
	}
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 80px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(#1E1E1E)), rgba(30, 30, 30, 0.7);
	background: -o-linear-gradient(top, rgba(30, 30, 30, 0) 0%, #1E1E1E 100%), rgba(30, 30, 30, 0.7);
	background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1E1E1E 100%), rgba(30, 30, 30, 0.7);
	opacity: 0;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

@media (max-width: 991px) {
	.overlay {
		padding: 20px 30px 20px 30px;
	}
}

@media (max-width: 768px) {
	.overlay {
		padding: 20px 40px 50px 30px;
	}
}

@media (max-width: 450px) {
	.overlay {
		padding: 20px 15px 20px 15px;
	}
}

.overlay .fullsize-btn {
	-ms-flex-item-align: end;
	align-self: flex-end;
	cursor: pointer;
}

.overlay__text h6 {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-family: "Gilroy";
	margin: 0 0 10px 0;
}

@media (max-width: 991px) {
	.overlay__text h6 {
		font-size: 18px;
		line-height: 22px;
	}
}

.overlay__text p {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
	.overlay__text p {
		font-size: 16px;
		line-height: 20px;
	}
}

.slide-caption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 48px 0;
	bottom: 0;
	width: 90%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
}

@media (max-width: 1200px) {
	.slide-caption {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 30px 0 0 0;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width: 991px) {
	.slide-caption {
		padding: 15px 0 0 0;
	}
}

@media (max-width: 768px) {
	.slide-caption {
		width: 100%;
	}
}

.slide-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 25%;
	width: 100%;
}

@media (max-width: 1200px) {
	.slide-block {
		max-width: 50%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 7vw;
		margin: 0 0 25px 0;
	}
}

@media (max-width: 991px) {
	.slide-block {
		padding: 0 15px 0 15px;
		margin: 0 0 15px 0;
	}
}

@media (max-width: 576px) {
	.slide-block {
		padding: 0;
	}
}

.slide-block svg {
	width: 24px;
	height: 24px;
	fill: #CE0E2D;
	display: block;
	margin: 0 20px 0 0;
}

@media (max-width: 576px) {
	.slide-block svg {
		width: 20px;
		height: 20px;
		margin: 0 15px 0 0;
	}
}

.slide-block span {
	font-size: 18px;
	line-height: 25px;
}

@media (max-width: 991px) {
	.slide-block span {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 420px) {
	.slide-block span {
		font-size: 13px;
		line-height: 17px;
	}
}

.slider-button {
	background-color: #CE0E2D;
	width: 95px;
	height: 95px;
	border: none;
	background-color: #CE0E2D;
	outline: none;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

@media (max-width: 1200px) {
	.slider-button {
		width: 60px;
		height: 60px;
	}
}

.slider-button:hover {
	background-color: #e61032;
}

.slider-button svg {
	width: 11px;
	height: 18px;
	fill: #fff;
}

.slider-button.swiper-button-next svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(#1E1E1E)), -webkit-gradient(linear, left bottom, left top, from(rgba(30, 30, 30, 0.8)), to(rgba(30, 30, 30, 0.8)));
	background: -o-linear-gradient(top, rgba(30, 30, 30, 0) 0%, #1E1E1E 100%), -o-linear-gradient(bottom, rgba(30, 30, 30, 0.8), rgba(30, 30, 30, 0.8));
	background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1E1E1E 100%), linear-gradient(0deg, rgba(30, 30, 30, 0.8), rgba(30, 30, 30, 0.8));
}

input[type="tel"]:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	-webkit-box-shadow: 0 0 5px 1px #fff;
	box-shadow: 0 0 5px 1px #fff;
	outline: none;
}

img.lazyload {
	background-image: url(../images/common/preloader_spin.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

img.swiper-lazy {
	background-image: url(../images/common/preloader_spin.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

img.swiper-lazy-loaded {
	background-image: none;
}

img.lazyload.loaded {
	background-image: none;
}

.footer .container {
	padding: 100px 15px;
}

@media (max-width: 1200px) {
	.footer .container {
		padding: 60px 15px;
	}
}

@media (max-width: 1200px) {
	.footer .container {
		padding: 60px 15px 30px 15px;
	}
}

.footer .main-title {
	text-align: center;
}

.footer-content {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.footer-content__btn svg {
	stroke-width: 29px;
	stroke: #fff;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 22px;
	height: 22px;
}

.footer-content__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 60px 0 0 0;
}

@media (max-width: 1200px) {
	.footer-content__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 30px 0 0 0;
	}
}

@media (max-width: 1200px) {
	.footer .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 290px;
		width: 100%;
		margin: 10px auto 0 auto;
	}
}

.footer-content__contact-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 77%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1200px) {
	.footer-content__contact-block {
		width: 100%;
	}
}

.footer-content__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1220px) {
	.footer-content__contact {
		margin: 0 0 30px 0;
	}
}

.footer-content__contact .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 30px 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 576px) {
	.footer-content__contact .icon {
		margin: 0 20px 0 0;
		width: 45px;
		height: 45px;
	}
}

.footer-content__contact .icon svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}

.footer-content__contact .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-content__contact .text h6 {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #CE0E2D;
	margin: 0 0 5px 0;
	max-width: 185px;
}

.footer-content__contact .text a {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}

@media (max-width: 576px) {
	.footer-content__contact .text a {
		font-size: 15px;
		line-height: 18px;
	}
}

.footer-content__contact .text a:hover {
	text-decoration: underline;
}

.footer-content__contact .text a span {
	color: #fff;
}

.footer-content__contact .text a + a {
	margin: 5px 0 0 0;
}

.footer-content__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 65px 0 0 0;
}

@media (max-width: 1200px) {
	.footer-content__bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 30px 0 0 0;
	}
}

.footer-content__bottom-text {
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.5);
	width: 60%;
}

@media (max-width: 1200px) {
	.footer-content__bottom-text {
		margin: 0 0 0 20px;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 77%;
	}
}

@media (max-width: 860px) {
	.footer-content__bottom-text {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin: 0 0 30px 0;
	}
}

.footer-content__social {
	width: 17%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 210px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 1200px) {
	.footer-content__social {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin: 0 0 30px 0;
	}
}

.footer-content__social a {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 20px 0 0;
}

.footer-content__social a:hover {
	-webkit-box-shadow: 0px 0px 6px 1px #fff inset;
	box-shadow: 0px 0px 6px 1px #fff inset;
}

.footer-content__social a svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.footer__logo {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 1200px) {
	.footer__logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (max-width: 860px) {
	.footer__logo {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.footer__copyright {
	background-color: #CE0E2D;
	padding: 15px 0;
}

.footer__copyright .container {
	padding: 0 15px;
}

.footer__copyright p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
}

.header {
	padding: 30px 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

@media (max-width: 991px) {
	.header {
		padding: 10px 0 0 0;
	}
}

.header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header__logo {
	display: block;
	margin: 0 30px 0 0;
	max-width: 160px;
}

.header__descr {
	max-width: 320px;
	font-size: 14px;
	line-height: 17px;
	margin: 0 15px 0 0;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 620px) {
	.header__descr {
		display: none;
	}
}

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 auto;
}

@media (min-width: 992px) {
	.header__nav {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media (max-width: 991px) {
	.header__nav {
		display: none;
		position: absolute;
		top: 60px;
		right: -15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: rgba(0, 0, 0, 0.9);
		padding: 40px;
	}
}

.header__navitem {
	margin: 0 40px 0 0;
}

@media (max-width: 1200px) {
	.header__navitem {
		margin: 0 20px 0 0;
	}
}

@media (max-width: 991px) {
	.header__navitem {
		margin: 0 0 15px 0;
	}
}

.header__navitem:last-child {
	margin: 0;
}

.header__navlink {
	font-size: 16px;
	line-height: 19px;
	color: #fff;
}

@media (max-width: 991px) {
	.header__navlink {
		font-size: 18px;
	}
}

.header__navlink:hover {
	color: #CE0E2D;
}

.header__navlink.active {
	color: #CE0E2D;
}

.header__burger {
	width: 35px;
	height: 25px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	margin: 0 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width: 991px) {
	.header__burger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.header__burger span {
	background-color: #fff;
	display: block;
	width: 100%;
	height: 3px;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.header__burger span:nth-child(2) {
	-webkit-transition: opacity .05s ease-in;
	-o-transition: opacity .05s ease-in;
	transition: opacity .05s ease-in;
}

.header__burger.active {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

.header__burger.active span:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(7px, 10px);
	-ms-transform: rotate(45deg) translate(7px, 10px);
	transform: rotate(45deg) translate(7px, 10px);
}

.header__burger.active span:nth-child(2) {
	opacity: 0;
}

.header__burger.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(5px, -8px);
	-ms-transform: rotate(-45deg) translate(5px, -8px);
	transform: rotate(-45deg) translate(5px, -8px);
}

.header.scroll {
	background-color: rgba(0, 0, 0, 0.9);
	padding: 15px 0;
}

@media (max-width: 991px) {
	.header.scroll .header__nav {
		top: 75px;
	}
}

.hero {
	background-size: cover;
	background-repeat: no-repeat;
}

.hero__img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 23%;
	height: 80vh;
	max-height: 770px;
}

@media (max-width: 1200px) {
	.hero__img {
		display: none;
	}
}

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

.hero .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 100vh;
	padding: 150px 0 50px 0;
}

@media (min-width: 1930px) {
	.hero .section-container {
		min-height: 940px;
	}
}

@media (max-width: 576px) {
	.hero .section-container {
		padding: 115px 0 50px 0;
	}
}

.hero .container {
	position: relative;
	z-index: 2;
}

.hero__content {
	-ms-flex-item-align: center;
	align-self: center;
	padding: 0 0 0 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 1200px) {
	.hero__content {
		padding: 0;
	}
}

.hero__about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 35px 0 0 0;
}

@media (max-width: 620px) {
	.hero__about {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.hero__about li {
	color: #fff;
	width: 44%;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 15px 25px 0;
}

@media (max-width: 620px) {
	.hero__about li {
		margin: 0 0 25px 0;
		width: 100%;
	}
}

.hero__about li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	background-color: #CE0E2D;
}

.hero__about li span {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #fff;
	max-width: 330px;
	display: inline-block;
}

@media (max-width: 620px) {
	.hero__about li span {
		max-width: 100%;
	}
}

.hero__examples-btn {
	margin: 80px 0 0 0;
}

@media (max-width: 991px) {
	.hero__examples-btn {
		margin: 40px 0 0 0;
	}
}

@media (max-width: 620px) {
	.hero__examples-btn {
		margin: 25px 0 0 0;
	}
}

.hero__contacts {
	margin: 100px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative;
}

@media (max-width: 650px) {
	.hero__contacts {
		margin: 200px 0 0 0;
	}
}

@media (max-width: 576px) {
	.hero__contacts {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.hero__contacts a {
	margin: 0 50px 0 0;
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
	.hero__contacts a {
		margin: 0 25px 0 0;
	}
}

.hero__contacts a:first-child {
	margin: 0 30px 0 0;
}

@media (max-width: 768px) {
	.hero__contacts a:first-child {
		margin: 0 25px 0 0;
	}
}

.hero__contacts a:hover {
	color: #fff;
}

.hero a.hero__mail {
	margin: 0;
}

@media (max-width: 576px) {
	.hero a.hero__mail {
		width: 100%;
		margin: 20px 0 0 0;
	}
}

.hero__social:hover svg {
	fill: #fff;
}

.hero__social svg {
	width: 24px;
	height: 24px;
	fill: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.hero__callback {
	display: block;
	margin: 0 20px 0 auto !important;
	-webkit-transform: translate(31px, -40px);
	-ms-transform: translate(31px, -40px);
	transform: translate(31px, -40px);
	position: absolute;
	right: 0;
}

@media (max-width: 650px) {
	.hero__callback {
		right: unset;
		left: -67px;
		bottom: 0;
	}
}

@media (max-width: 576px) {
	.hero__callback {
		width: unset !important;
		bottom: 45px;
		left: -67px;
	}
}

.hero__callback:hover .round-inner {
	background-color: #e61032;
}

.hero__callback span {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	display: inline-block;
	-webkit-transform: rotate(-90deg) translate(65px, 17px);
	-ms-transform: rotate(-90deg) translate(65px, 17px);
	transform: rotate(-90deg) translate(65px, 17px);
}

@media (max-width: 991px) {
	.hero__callback span {
		display: none;
	}
}

.hero__callback .round {
	overflow: hidden;
	border-radius: 50%;
	width: 165px;
	height: 165px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero__callback .round-inner {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background-color: #CE0E2D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.hero__callback .round-inner::before {
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid rgba(206, 14, 45, 0.6);
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-animation-name: roundsscale;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-name: roundsscale;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	z-index: 2;
}

.hero__callback .round-inner::after {
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid rgba(206, 14, 45, 0.6);
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-animation-name: roundsscale;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-delay: 1.5s;
	-webkit-animation-fill-mode: forwards;
	animation-name: roundsscale;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	z-index: 2;
}

.hero__callback svg {
	width: 32px;
	height: 32px;
	fill: #fff;
	stroke-width: 18px;
	stroke: #fff;
}

.interiors {
	padding: 100px 0;
}

@media (max-width: 1200px) {
	.interiors {
		padding: 50px 0;
	}
}

.interiors__rectangle {
	width: 835px;
	height: 640px;
	background-color: #F9F9F9;
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 991px) {
	.interiors__rectangle {
		display: none;
	}
}

.interiors__text {
	color: rgba(30, 30, 30, 0.5);
	max-width: 730px;
	font-size: 18px;
	line-height: 22px;
	margin: 30px 0 25px 0;
}

.interiors__subtitle {
	font-size: 18px;
	line-height: 22px;
	color: #1E1E1E;
	font-weight: 400;
}

.interiors__content {
	margin: 50px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.interiors-item {
	position: relative;
	width: 100%;
	max-width: calc(50% - 10px);
	margin: 0 0 20px 0;
}

@media (max-width: 768px) {
	.interiors-item {
		max-width: 100%;
	}
}

.interiors-item img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.interiors-item:hover .overlay {
	opacity: 1;
}

.ideal {
	padding: 0 0 100px 0;
}

@media (max-width: 1200px) {
	.ideal {
		padding: 0 0 60px 0;
	}
}

.ideal .title-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 82%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 auto;
}

.ideal .section-title {
	max-width: 590px;
	margin: 0 0 0 auto;
}

.ideal__rectangle {
	width: 835px;
	height: 520px;
	background-color: #F9F9F9;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 991px) {
	.ideal__rectangle {
		display: none;
	}
}

.ideal__container {
	margin: 50px 0 0 0;
	position: relative;
}

.ideal .swiper-slide img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.ideal .swiper-button-next, .ideal .swiper-button-prev {
	top: 30%;
}

@media (max-width: 576px) {
	.ideal .swiper-button-next, .ideal .swiper-button-prev {
		top: 25%;
	}
}

.ideal .swiper-button-next.swiper-button-disabled, .ideal .swiper-button-prev.swiper-button-disabled {
	opacity: .75;
}

@media (max-width: 991px) {
	.ideal .swiper-button-next {
		right: 0;
	}
}

@media (max-width: 991px) {
	.ideal .swiper-button-prev {
		left: 0;
	}
}

@media (max-width: 576px) {
	.ideal .slider-button {
		width: 45px;
		height: 45px;
	}
}

.ideal__slider .swiper-slide {
	height: unset;
}

.ideal__slider img {
	max-height: 565px;
	-o-object-fit: cover;
	object-fit: cover;
}

.ideal__slider .fullsize-btn {
	position: absolute;
	top: 50px;
	right: 70px;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

@media (max-width: 991px) {
	.ideal__slider .fullsize-btn {
		top: 30px;
		right: 30px;
	}
}

.ideal__slider .fullsize-btn img {
	min-height: 40px;
	width: 40px;
	height: 40px;
}

.ideal__slider.--lg {
	width: 82%;
	margin: 0 auto 20px auto;
}

@media (max-width: 991px) {
	.ideal__slider.--lg {
		width: 100%;
	}
}

.ideal__thumbs .swiper-slide {
	opacity: .8;
	cursor: pointer;
	height: unset;
}

.ideal__thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-height: 160px;
}

.ideal__thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.production {
	padding: 0 0 10px 0;
}

@media (max-width: 991px) {
	.production {
		padding: 0 0 75px 0;
	}
}

@media (max-width: 768px) {
	.production {
		padding: 0;
	}
}

@media (max-width: 1550px) {
	.production .section-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 1300px) {
	.production .section-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.production__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1550px) {
	.production__content {
		height: auto;
	}
}

.production__video-wrapper {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: absolute;
	right: 0;
	top: 0;
	max-height: 595px;
	height: 100%;
}

@media (max-width: 1550px) {
	.production__video-wrapper {
		position: relative;
		width: 60%;
	}
}

@media (max-width: 1300px) {
	.production__video-wrapper {
		width: 100%;
		margin: 30px 0 0 0;
		max-height: unset;
	}
}

.production__video-wrapper video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 1550px) {
	.production__video-wrapper video {
		max-height: 595px;
	}
}

.production__video-container {
	height: 100%;
}

.production .container {
	padding-right: 37%;
	position: static;
}

@media (max-width: 1550px) {
	.production .container {
		width: 36%;
		padding: 0 15px 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 1300px) {
	.production .container {
		width: 100%;
	}
}

.production .video-control {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #CE0E2D;
	padding: 45px;
	color: #fff;
	position: absolute;
	bottom: -50px;
	left: 50px;
}

@media (max-width: 1500px) {
	.production .video-control {
		padding: 25px;
	}
}

@media (max-width: 1300px) {
	.production .video-control {
		bottom: -76px;
		left: 0;
	}
}

@media (max-width: 768px) {
	.production .video-control {
		padding: 10px;
		bottom: 0;
	}
}

.production .video-control p {
	font-size: 18px;
	line-height: 22px;
	max-width: 580px;
}

@media (max-width: 768px) {
	.production .video-control p {
		display: none;
	}
}

.production .video-control button {
	width: 33px;
	height: 33px;
	cursor: pointer;
}

.production .video-control svg {
	width: 33px;
	height: 33px;
	fill: #fff;
}

.production .video-control .line {
	height: 2px;
	max-width: 232px;
	width: 100%;
	background-color: #fff;
	display: block;
	margin: 0 45px 0 35px;
}

@media (max-width: 768px) {
	.production .video-control .line {
		display: none;
	}
}

.production .video-control .watch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0 0 0;
}

@media (max-width: 768px) {
	.production .video-control .watch {
		margin: 0;
	}
}

.production .video-control .watch span {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.production .video-control .watch span {
		display: none;
	}
}

.production .video-control .pause-btn {
	display: none;
	-webkit-transform: translateX(-7px);
	-ms-transform: translateX(-7px);
	transform: translateX(-7px);
}

.production .video-control button {
	background: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.production__descr {
	max-width: 675px;
}

@media (max-width: 1300px) {
	.production__descr {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	.production__descr {
		top: 0;
		max-width: 100%;
	}
}

.production__descr p:first-child {
	margin: 30px 0 0 0;
}

.production__descr p {
	margin: 25px 0 0 0;
	max-width: 550px;
	font-size: 18px;
	line-height: 22px;
	color: rgba(30, 30, 30, 0.5);
}

@media (max-width: 1300px) {
	.production__descr p {
		max-width: 100%;
	}
}

.designers {
	padding: 100px 0;
}

@media (max-width: 991px) {
	.designers {
		padding: 50px 0;
	}
}

.designers .section-container {
	overflow: hidden;
}

.designers__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 50px 0;
}

@media (max-width: 991px) {
	.designers__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.designers__text p {
	margin: 25px 0 0 0;
	color: rgba(30, 30, 30, 0.5);
}

.designers__text p span {
	color: #1E1E1E;
}

.designers__slider {
	width: calc(100% + 268px);
}

@media (max-width: 1550px) {
	.designers__slider {
		width: 100%;
	}
}

.designers__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 auto;
}

@media (max-width: 991px) {
	.designers__buttons {
		margin: 25px 0 0 0;
	}
}

.designers__buttons .slider-button {
	position: static;
	margin: 0;
}

.designers__buttons .slider-button + .slider-button {
	margin: 0 0 0 20px;
}

.designers .swiper-slide {
	overflow: hidden;
}

.designers .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.designers .swiper-slide > span, .designers .swiper-slide > p, .designers .swiper-slide > a {
	position: absolute;
	color: #fff;
	z-index: 3;
}

.designers .swiper-slide > span {
	top: -19px;
	right: -67px;
	font-family: 'Old Standard TT', serif;
	font-size: 290px;
	line-height: 290px;
	font-weight: bold;
}

@media (max-width: 1200px) {
	.designers .swiper-slide > span {
		top: -18px;
		right: -47px;
		font-size: 190px;
		line-height: 200px;
	}
}

@media (max-width: 768px) {
	.designers .swiper-slide > span {
		top: 10px;
		right: 10px;
		font-size: 96px;
		line-height: 96px;
	}
}

.designers .swiper-slide a {
	top: 70%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.designers .swiper-slide p {
	width: 75%;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 18px;
	line-height: 22px;
}

@media (max-width: 1200px) {
	.designers .swiper-slide p {
		width: 100%;
		padding: 0 20px;
	}
}

@media (max-width: 576px) {
	.designers .swiper-slide p {
		font-size: 16px;
		line-height: 20px;
	}
}

.designers .swiper-slide .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(#1E1E1E)), rgba(30, 30, 30, 0.7);
	background: -o-linear-gradient(top, rgba(30, 30, 30, 0) 0%, #1E1E1E 100%), rgba(30, 30, 30, 0.7);
	background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1E1E1E 100%), rgba(30, 30, 30, 0.7);
	z-index: 2;
}

.designers .swiper-pagination {
	position: static;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	margin: 30px 0 0 0;
	padding-right: 15vw;
}

@media (max-width: 1550px) {
	.designers .swiper-pagination {
		padding-right: 0;
	}
}

.designers .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: rgba(30, 30, 30, 0.7);
	border-radius: 50%;
	opacity: 1;
	outline: none;
}

.designers .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #CE0E2D;
}

.designers .swiper-button-next.swiper-button-disabled, .designers .swiper-button-prev.swiper-button-disabled {
	opacity: .5;
}

.designers .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin: 0 0 0 10px;
}

.quiz {
	background-color: #F9F9F9;
	padding: 100px 0 10px;
}

@media (max-width: 1200px) {
	.quiz {
		padding: 45px 0 0 0;
	}
}

.quiz .section-title {
	text-align: center;
}

.quiz__head {
	margin: 100px 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.quiz__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 65px 0 20px 0;
	}
}

.quiz__head button:disabled {
	background-color: #F2F2F2;
	cursor: default;
}

.quiz__head button:disabled span {
	color: rgba(30, 30, 30, 0.3);
}

.quiz__head button:disabled svg {
	fill: rgba(30, 30, 30, 0.3);
}

.quiz__head button {
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

@media (max-width: 991px) {
	.quiz__head button {
		max-width: 295px;
		width: 100%;
	}
}

.quiz__question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px 0 65px;
	background-color: #fff;
	width: 100%;
}

@media (max-width: 1400px) {
	.quiz__question {
		padding: 0 30px 0 30px;
	}
}

@media (max-width: 991px) {
	.quiz__question {
		padding: 30px 15px;
		margin: 0 0 15px 0;
	}
}

@media (max-width: 768px) {
	.quiz__question {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 15px;
	}
}

.quiz__question span, .quiz__question p {
	font-size: 24px;
	line-height: 29px;
	font-family: "Gilroy";
}

@media (max-width: 1400px) {
	.quiz__question span, .quiz__question p {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 576px) {
	.quiz__question span, .quiz__question p {
		font-size: 16px;
		line-height: 22px;
	}
}

.quiz__question span {
	color: #CE0E2D;
	display: inline-block;
	margin: 0 30px 0 0;
	white-space: nowrap;
	font-weight: 700;
}

@media (max-width: 768px) {
	.quiz__question span {
		margin: 0 0 10px 0;
	}
}

.quiz__question p {
	font-weight: 400;
}

.quiz__question img {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 0 0 20px;
}

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

.quiz__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.quiz__inner.--picture {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 768px) {
	.quiz__inner.--picture {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.quiz__item {
	position: relative;
	width: calc(25% - 16px);
	display: block;
	cursor: pointer;
	z-index: 16;
}

@media (max-width: 1200px) {
	.quiz__item {
		width: calc(50% - 15px);
		margin: 0 0 50px 0;
	}
}

@media (max-width: 576px) {
	.quiz__item {
		width: 100%;
	}
}

.quiz__item:hover .quiz__item-overlay {
	opacity: 1;
}

.quiz__item input[type="radio"]:checked ~ .quiz__item-bottom .default {
	display: none;
}

.quiz__item input[type="radio"]:checked ~ .quiz__item-bottom .active {
	display: block;
}

.quiz__item strong {
	font-size: 24px;
	line-height: 30px;
	font-family: "Gilroy";
	font-weight: 700;
	margin: 0 0 40px 0;
	text-align: center;
	display: block;
}

@media (max-width: 576px) {
	.quiz__item strong {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 15px 0;
	}
}

.quiz__item-overlay {
	position: absolute;
	display: block;
	width: calc(100% - 60px);
	height: calc(100% - 100px);
	left: 30px;
	top: 30px;
	z-index: 4;
	background-color: rgba(255, 255, 255, 0.92);
	opacity: 0;
	-webkit-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

@media (max-width: 768px) {
	.quiz__item-overlay {
		left: 15px;
		top: 15px;
		width: calc(100% - 30px);
	}
}

.quiz__item-overlay strong {
	font-size: 17px;
	line-height: 20px;
	color: #8F8F8F;
	display: block;
}

@media (max-width: 1400px) {
	.quiz__item-overlay strong {
		font-size: 16px;
		line-height: 20px;
	}
}

.quiz__item-inner {
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding: 40px 20px 35px 20px;
	display: block;
}

.quiz__item-inner img {
	display: block;
	width: 192px;
	height: 192px;
	border-radius: 50%;
	margin: 0 auto;
}

.quiz__item-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
	z-index: 5;
	height: 50px;
}

.quiz__item-bottom img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
}

.quiz__item-bottom img.default {
	display: block;
}

.quiz__item-bottom img.active {
	display: none;
}

.quiz__item.--big-item {
	width: calc((100% / 3) - 20px);
	margin: 0 0 60px 0;
}

@media (max-width: 768px) {
	.quiz__item.--big-item {
		width: calc((100% / 2) - 20px);
	}
}

@media (max-width: 576px) {
	.quiz__item.--big-item {
		width: 100%;
	}
}

.quiz__item.--card {
	margin: 0 0 45px 0;
}

.quiz__item.--card:nth-child(n+5) {
	margin: 0 0 0 0;
}

@media (max-width: 1200px) {
	.quiz__item.--card:nth-child(n+5) {
		margin: 0 0 45px 0;
	}
}

@media (max-width: 576px) {
	.quiz__item.--card {
		width: calc(50% - 10px);
	}
}

.quiz__item.--card .quiz__item-inner img {
	width: 72px;
	height: 72px;
	border-radius: 0;
	display: block;
	margin: 0 auto 30px auto;
}

@media (max-width: 576px) {
	.quiz__item.--card .quiz__item-inner img {
		width: 50px;
		height: 50px;
		margin: 0 auto 15px auto;
	}
}

@media (max-width: 576px) {
	.quiz__item.--card .quiz__item-inner {
		padding: 40px 20px 10px 20px;
	}
}

@media (max-width: 576px) {
	.quiz__item.--card .quiz__item-bottom img {
		width: 60px;
		height: 60px;
		top: 20px;
	}
}

.quiz__item.--picture {
	width: calc(33% - 8px);
	margin: 0;
}

@media (max-width: 1200px) {
	.quiz__item.--picture {
		margin: 0 0 45px 0;
	}
}

@media (max-width: 768px) {
	.quiz__item.--picture {
		width: calc(50% - 10px);
	}
}

.quiz__item.--picture .quiz__item-inner {
	padding: 75px 20px 35px 20px;
}

.quiz__item.--picture:first-child {
	margin: 0 20px 0 0;
}

@media (max-width: 1200px) {
	.quiz__item.--picture:first-child {
		margin: 0 20px 45px 0;
	}
}

.quiz__item.--picture strong {
	font-size: 48px;
	line-height: 58px;
	font-family: "Gilroy";
}

@media (max-width: 576px) {
	.quiz__item.--picture strong {
		font-size: 32px;
		line-height: 42px;
	}
}

@media (max-width: 576px) {
	.quiz__item.--picture .quiz__item-bottom img {
		width: 60px;
		height: 60px;
		top: 20px;
	}
}

.quiz .swiper-container {
	padding: 0 0 90px 0;
}

@media (max-width: 1200px) {
	.quiz .swiper-container {
		padding: 0 0 40px 0;
	}
}

.quiz .radiobutton {
	width: .1px;
	height: .1px;
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.quiz__final {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	background-color: #1E1E1E;
	padding: 90px 90px 0 0;
	margin: 50px 0 0 0;
}

@media (max-width: 1200px) {
	.quiz__final {
		padding: 20px 20px 20px 20px;
		margin: 50px 0 30px 0;
	}
}

@media (max-width: 991px) {
	.quiz__final {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.quiz__final > div {
	width: 50%;
}

@media (max-width: 991px) {
	.quiz__final > div {
		width: 100%;
	}
}

.quiz__final-form {
	max-width: 450px;
	width: 100%;
}

@media (max-width: 991px) {
	.quiz__final-form {
		max-width: 100%;
		margin: 20px 0 0 0;
	}
}

.quiz__final-form p {
	max-width: 413px;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 50px 0;
}

@media (max-width: 991px) {
	.quiz__final-form p {
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.quiz__final-form p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 991px) {
	.quiz__final-form .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 auto;
		max-width: 290px;
		width: 100%;
	}
}

.quiz__final-form .field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 30px 0;
}

.quiz__final-form .field label {
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin: 0 0 15px 0;
}

.quiz__final-form .field input {
	background-color: #242424;
	color: #fff;
	padding: 31px;
	font-size: 22px;
	border: none;
}

@media (max-width: 576px) {
	.quiz__final-form .field input {
		padding: 20px 15px;
	}
}

.quiz__final-form .field input::-webkit-input-placeholder {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.3);
}

.quiz__final-form .field input::-moz-placeholder {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.3);
}

.quiz__final-form .field input:-ms-input-placeholder {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.3);
}

.quiz__final-form .field input::-ms-input-placeholder {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.3);
}

.quiz__final-form .field input::placeholder {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 576px) {
	.quiz__final-form .field input::-webkit-input-placeholder {
		font-size: 14px;
		line-height: 20px;
	}
	.quiz__final-form .field input::-moz-placeholder {
		font-size: 14px;
		line-height: 20px;
	}
	.quiz__final-form .field input:-ms-input-placeholder {
		font-size: 14px;
		line-height: 20px;
	}
	.quiz__final-form .field input::-ms-input-placeholder {
		font-size: 14px;
		line-height: 20px;
	}
	.quiz__final-form .field input::placeholder {
		font-size: 14px;
		line-height: 20px;
	}
}

.quiz__results {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.quiz__results {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.quiz__results-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1200px) {
	.quiz__results-img {
		display: none;
	}
}

.quiz__results-text {
	padding: 0 0 20px 90px;
}

@media (max-width: 1200px) {
	.quiz__results-text {
		padding: 0;
	}
}

.quiz__results-text h3 {
	margin: 0 0 30px 0;
}

.quiz__results-item {
	position: relative;
	padding: 0 0 0 50px;
	width: 50%;
	margin: 0 0 10px 0;
}

@media (max-width: 576px) {
	.quiz__results-item {
		padding: 0 0 0 30px;
	}
}

@media (max-width: 420px) {
	.quiz__results-item {
		width: 100%;
	}
}

.quiz__results-item span {
	font-size: 18px;
	line-height: 25px;
	display: block;
	max-width: 160px;
	min-height: 50px;
}

@media (max-width: 420px) {
	.quiz__results-item span {
		max-width: 100%;
	}
}

.quiz__results-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background-color: #CE0E2D;
	width: 10px;
	height: 10px;
}

.examples {
	padding: 100px 0 100px 0;
}

@media (max-width: 1200px) {
	.examples {
		padding: 65px 0 50px 0;
	}
}

.examples__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.examples__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.examples__slider {
	width: 45%;
	margin: 0 115px 0 0;
}

@media (max-width: 1500px) {
	.examples__slider {
		margin: 0 50px 0 0;
		width: 50%;
	}
}

@media (max-width: 991px) {
	.examples__slider {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		margin: 0;
		margin: 20px 0 0 0;
	}
}

.examples__slider .swiper-container {
	width: 100%;
}

.examples__slider .slider-controls {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: 0;
	width: 350px;
	height: 95px;
	right: 0;
}

@media (max-width: 1200px) {
	.examples__slider .slider-controls {
		height: 60px;
		width: auto;
	}
}

@media (max-width: 991px) {
	.examples__slider .slider-controls {
		bottom: unset;
		right: unset;
		left: 0;
		top: 0;
	}
}

.examples__slider .swiper-slide img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.examples__slider .swiper-slide {
	height: unset;
}

.examples__slider .swiper-container-cube .swiper-cube-shadow:before {
	display: none;
}

.examples__slider .swiper-pagination {
	position: relative;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
}

@media (max-width: 1200px) {
	.examples__slider .swiper-pagination {
		width: 100px;
	}
}

.examples__slider .swiper-pagination span {
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin: 0 0 0 3px;
}

.examples__slider .swiper-pagination .swiper-pagination-current {
	color: #CE0E2D;
	font-family: "Gilroy";
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	display: block;
	margin: 0 3px 0 0;
}

.examples__slider .swiper-button-next, .examples__slider .swiper-button-prev {
	position: static;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 0;
}

.examples__text {
	max-width: 675px;
	width: 100%;
	padding: 0 15px 0 0;
}

@media (max-width: 991px) {
	.examples__text {
		padding: 0 15px;
	}
}

.examples__text-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 45px 0 0 0;
}

.examples__text-item {
	position: relative;
	padding: 0 0 0 50px;
	width: 50%;
	margin: 0 0 10px 0;
}

@media (max-width: 1200px) {
	.examples__text-item {
		padding: 0 0 0 30px;
	}
}

@media (max-width: 630px) {
	.examples__text-item {
		width: 100%;
	}
}

.examples__text-item span {
	font-size: 18px;
	line-height: 25px;
	display: block;
	max-width: 265px;
	min-height: 50px;
}

@media (max-width: 630px) {
	.examples__text-item span {
		max-width: 100%;
	}
}

.examples__text-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background-color: #CE0E2D;
	width: 10px;
	height: 10px;
}

.service {
	position: relative;
}

.service::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background: #F9F9F9;
	z-index: 0;
}

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

.service__content {
	margin: 100px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 768px) {
	.service__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 50px 0 0 0;
	}
}

.service__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50%;
}

@media (max-width: 768px) {
	.service__group {
		width: 100%;
	}
}

.service__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service__tabtext {
	background-color: #CE0E2D;
	padding: 50px;
	color: #fff;
	display: none;
}

@media (max-width: 1200px) {
	.service__tabtext {
		padding: 30px 25px;
	}
}

.service__tabtext h4 {
	font-size: 24px;
	line-height: 29px;
	font-family: "Gilroy";
	font-weight: 700;
	margin: 0 0 20px 0;
}

@media (max-width: 576px) {
	.service__tabtext h4 {
		font-size: 20px;
		line-height: 26px;
	}
}

.service__tabtext p {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 576px) {
	.service__tabtext p {
		font-size: 16px;
		line-height: 20px;
	}
}

.service__tabtext.active {
	display: block;
}

.service__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 33.333333%;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	padding: 30px 15px;
	cursor: pointer;
}

@media (max-width: 576px) {
	.service__item {
		padding: 15px;
	}
}

.service__item svg {
	width: 85px;
	height: 85px;
	fill: #CE0E2D;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

@media (max-width: 1200px) {
	.service__item svg {
		width: 50px;
		height: 50px;
	}
}

.service__item h3 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	font-family: "Gilroy";
	margin: 40px 0 0 0;
	text-align: center;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

@media (max-width: 1200px) {
	.service__item h3 {
		font-size: 18px;
		line-height: 24px;
		margin: 25px 0 0 0;
	}
}

@media (max-width: 576px) {
	.service__item h3 {
		font-size: 15px;
		line-height: 20px;
	}
}

.service__item.active {
	background-color: #CE0E2D;
}

.service__item.active svg {
	fill: #fff;
}

.service__item.active h3 {
	color: #fff;
}

.about-us {
	padding: 100px 0;
}

@media (max-width: 1200px) {
	.about-us {
		padding: 50px 0 30px 0;
	}
}

.about-us__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.about-us__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.about-us .column {
	width: 49%;
}

@media (max-width: 768px) {
	.about-us .column {
		width: 100%;
	}
}

.about-us .column:first-child {
	margin: 0 15px 0 0;
}

.about-us__item {
	width: 100%;
	max-width: 465px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	position: relative;
	padding: 0 0 0 50px;
}

@media (max-width: 768px) {
	.about-us__item {
		max-width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width: 576px) {
	.about-us__item {
		padding: 0 0 0 30px;
	}
}

.about-us__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background-color: #CE0E2D;
	width: 10px;
	height: 10px;
}

.about-us__item h5 {
	max-width: 425px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
}

@media (max-width: 768px) {
	.about-us__item h5 {
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.about-us__item h5 {
		font-size: 16px;
		line-height: 20px;
	}
}

.section-form {
	background-color: #1E1E1E;
	padding: 65px 0;
}

.section-form p {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
}

@media (max-width: 900px) {
	.section-form p {
		text-align: center;
	}
}

.section-form__form {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
	color: #fff;
}

.section-form__fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 40px 0 0 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 900px) {
	.section-form__fields {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
	}
}

.section-form__fields .field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 39%;
	margin: 0 15px 0 0;
}

@media (max-width: 1250px) {
	.section-form__fields .field {
		width: 35%;
	}
}

@media (max-width: 900px) {
	.section-form__fields .field {
		width: 100%;
		margin: 0 0 25px 0;
	}
}

.section-form__fields .field label {
	font-size: 18px;
	line-height: 22px;
	display: block;
	margin: 0 0 15px 0;
}

.section-form__fields .field input {
	background-color: #242424;
	color: #fff;
	padding: 31px;
	font-size: 22px;
	border: none;
}

@media (max-width: 991px) {
	.section-form__fields .field input {
		padding: 21px 31px;
	}
}

@media (max-width: 576px) {
	.section-form__fields .field input {
		padding: 20px 15px;
	}
}

.section-form__fields .field input::-webkit-input-placeholder {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.3);
}

.section-form__fields .field input::-moz-placeholder {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.3);
}

.section-form__fields .field input:-ms-input-placeholder {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.3);
}

.section-form__fields .field input::-ms-input-placeholder {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.3);
}

.section-form__fields .field input::placeholder {
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 900px) {
	.section-form .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 290px;
		margin: 0 auto;
	}
}

.modal-window {
	max-width: 600px;
	margin: 0 auto;
	display: none;
	background-color: #1E1E1E;
	padding: 50px 50px;
}

.modal-form {
	padding: 100px;
	color: #fff;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

@media (max-width: 576px) {
	.modal-form {
		padding: 70px 15px;
	}
}

.modal-form h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	font-family: "Gilroy";
	margin: 0 0 10px 0;
}

.modal-form form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal-form form input, .modal-form form textarea {
	margin: 20px 0 0 0;
	padding: 30px;
	background-color: #242424;
	border: none;
	color: #fff;
}

@media (max-width: 576px) {
	.modal-form form input, .modal-form form textarea {
		padding: 25px 30px;
	}
}

.modal-form form input:focus, .modal-form form textarea:focus {
	-webkit-box-shadow: 0 0 5px 1px #fff;
	box-shadow: 0 0 5px 1px #fff;
	outline: none;
}

.modal-form form .btn {
	margin: 30px 0 0 0;
}

.modal-container {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}

.modal-container h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	font-family: "Gilroy";
	color: #fff;
}

@media (max-width: 768px) {
	.modal-container h2 {
		font-size: 26px;
		line-height: 32px;
	}
}

.modal-container .modal-text {
	font-size: 16px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.5);
	margin: 20px 0 0 0;
}

.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: #fff;
	padding: 0;
	width: 50px;
	height: 50px;
}
