/*@font-face {
	font-family: "FTents";
	src: url("../fonts/FTents-Regular.eot");
	src: url("../fonts/FTents-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FTents-Regular.woff2") format("woff2"), url("../fonts/FTents-Regular.woff") format("woff"),
		url("../fonts/FTents-Regular.ttf") format("truetype"),
		url("../fonts/FTents-Regular.svg#TTFirsNeue-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "FTents";
	src: url("../fonts/FTents-DemiBold.eot");
	src: url("../fonts/FTents-DemiBold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FTents-DemiBold.woff2") format("woff2"), url("../fonts/FTents-DemiBold.woff") format("woff"),
		url("../fonts/FTents-DemiBold.ttf") format("truetype"),
		url("../fonts/FTents-DemiBold.svg#TTFirsNeue-DemiBold") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "FTents";
	src: url("../fonts/FTents-Medium.eot");
	src: url("../fonts/FTents-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/FTents-Medium.woff2") format("woff2"), url("../fonts/FTents-Medium.woff") format("woff"),
		url("../fonts/FTents-Medium.ttf") format("truetype"),
		url("../fonts/FTents-Medium.svg#TTFirsNeue-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}*/

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Regular.eot");
	src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"),
		url("../fonts/Montserrat-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Medium.eot");
	src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"),
		url("../fonts/Montserrat-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-SemiBold.eot");
	src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"),
		url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

html {
	scroll-behavior: smooth;
}

body {
	font-weight: 400;
}

strong,
b {
	font-weight: 600;
}

button {
	cursor: pointer;
}

* {
	outline: none !important;
}

.container {
	max-width: 1200px;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

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

.fw-medium {
	font-weight: 500;
}

.position-relative {
	position: relative !important;
}

.img-fluid {
	display: block;
	max-width: 100%;
	height: auto;
}

.err {
	display: none;
}

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

.form-check__input.is-invalid ~ .form-check__label,
.was-validated .form-check__input:invalid ~ .form-check__label {
	color: #dc3545;
}

.form-check__input.is-valid ~ .form-check__label,
.was-validated .form-check__input:valid ~ .form-check__label {
	color: #28a745;
}

@media (min-width: 1200px) {
	.visible-lg {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.container {
		max-width: 960px;
	}

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

@media (min-width: 992px) {
	.visible-md {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.container {
		max-width: 720px;
	}

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

@media (min-width: 768px) {
	.visible-sm {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 540px;
	}

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

@media (min-width: 576px) {
	.visible-xs,
	.visible-dblock-xs {
		display: none !important;
	}
}

@media (max-width: 575px) {
	.visible-dblock-xs {
		display: block !important;
	}
}

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

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

@media (min-width: 411px) {
	.visible-mob {
		display: none !important;
	}
}

@media (max-width: 410px) {
	.hidden-mob {
		display: none !important;
	}
}

.h1 {
	font-size: 52px;
}

@media (max-width: 1199px) {
	.h1 {
		font-size: 47px !important;
	}
}

@media (max-width: 991px) {
	.h1 {
		font-size: 42px !important;
	}
}

@media (max-width: 767px) {
	.h1 {
		font-size: 37px !important;
	}
}

@media (max-width: 575px) {
	.h1 {
		font-size: 32px !important;
	}
}

@media (max-width: 410px) {
	.h1 {
		font-size: 27px !important;
	}
}

.h2 {
	font-size: 46px;
	line-height: 1.22;
	font-weight: 400;
}

@media (max-width: 1199px) {
	.h2 {
		font-size: 41.7px !important;
	}
}

@media (max-width: 991px) {
	.h2 {
		font-size: 37.4px !important;
	}
}

@media (max-width: 767px) {
	.h2 {
		font-size: 33.1px !important;
	}
}

@media (max-width: 575px) {
	.h2 {
		font-size: 28.8px !important;
	}
}

@media (max-width: 410px) {
	.h2 {
		font-size: 24.5px !important;
	}
}

.h3 {
	font-size: 30px;
}

@media (max-width: 1199px) {
	.h3 {
		font-size: 28.6px !important;
	}
}

@media (max-width: 991px) {
	.h3 {
		font-size: 27.2px !important;
	}
}

@media (max-width: 767px) {
	.h3 {
		font-size: 25.8px !important;
	}
}

@media (max-width: 575px) {
	.h3 {
		font-size: 24.4px !important;
	}
}

@media (max-width: 410px) {
	.h3 {
		font-size: 23px !important;
	}
}

.h4 {
	font-weight: 600;
	line-height: 1.38;
	font-size: 26px;
}

@media (max-width: 1199px) {
	.h4 {
		font-size: 25.1px !important;
	}
}

@media (max-width: 991px) {
	.h4 {
		font-size: 24.2px !important;
	}
}

@media (max-width: 767px) {
	.h4 {
		font-size: 23.3px !important;
	}
}

@media (max-width: 575px) {
	.h4 {
		font-size: 22.4px !important;
	}
}

@media (max-width: 410px) {
	.h4 {
		font-size: 21.5px !important;
	}
}

.h5 {
	font-size: 22px;
}

@media (max-width: 1199px) {
	.h5 {
		font-size: 21.6px !important;
	}
}

@media (max-width: 991px) {
	.h5 {
		font-size: 21.2px !important;
	}
}

@media (max-width: 767px) {
	.h5 {
		font-size: 20.8px !important;
	}
}

@media (max-width: 575px) {
	.h5 {
		font-size: 20.4px !important;
	}
}

@media (max-width: 410px) {
	.h5 {
		font-size: 20px !important;
	}
}

.h6 {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.56px;
}

.plain-text {
	font-size: 18px;
	line-height: 1.44;
}

.blue-link {
	color: #2f80ed;
	-webkit-text-decoration-color: rgba(47, 128, 237, 0.3);
	text-decoration-color: rgba(47, 128, 237, 0.3);
	text-underline-offset: 4px;
	white-space: nowrap;
}

.blue-link:hover {
	color: #005ed9;
	-webkit-text-decoration-color: rgba(0, 94, 217, 0.5);
	text-decoration-color: rgba(0, 94, 217, 0.5);
	transition: 0.4s;
}

.form {
	position: relative;
	width: 100%;
	border-radius: 26px;
	border: 1px solid rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

@media (max-width: 575px) {
	.form {
		padding: 20px 20px !important;
	}
}

.form__wrapper {
	box-sizing: border-box;
	box-shadow: 0 20px 80px rgba(20, 23, 34, 0.05);
	border-radius: 26px;
	background-color: #fff;
	padding: 5px;
}

.form__title {
	font-weight: 600;
}

.form__input {
	width: 100%;
	height: 101px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-left: 44px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.44;
}

.form__input::-moz-placeholder {
	color: rgba(20, 23, 31, 0.5);
}

.form__input:-ms-input-placeholder {
	color: rgba(20, 23, 31, 0.5);
}

.form__input::placeholder {
	color: rgba(20, 23, 31, 0.5);
}

@media (max-width: 575px) {
	.form__input {
		padding-left: 15%;
		height: 80px !important;
		font-size: 16px;
	}
}

.form__btn {
	width: 100%;
	height: 101px;
}

@media (max-width: 410px) {
	.form__btn {
		font-size: 15px;
	}
}

.form__check {
	text-align: center;
	margin: 0;
}

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

.form-check__input {
	display: none;
}

.form-check__label {
	color: #a6a7a8;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	padding-left: 32px;
	/* padding-left: 24px */
}

.project3d .form-check__label {
	color: #ffffff;
}

@media (max-width: 575px) {
	.form-check__label {
		font-size: 12px;
	}
}

.form-check__label:before {
	content: "";
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border: 1px solid rgba(19, 19, 19, 0.15);
	position: absolute;
	left: 8px;
	top: 0px;
	border-radius: 3px;
}

.correctness .form-check__label:before {
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.form-check__label:after {
	content: "";
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	background-image: url("../img/check.svg");
	background-size: contain;
	position: absolute;
	left: 11px;
	top: 3px;
	opacity: 0;
	transition: all 0.1s linear;
	background-repeat: no-repeat;
	background-position: center;
}

.form-check__input:checked + .form-check__label:after {
	opacity: 1;
	transition: all 0.1s linear;
}

.watch {
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4);
	background-color: #fbcb19;
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	z-index: 2;
}

@media (max-width: 1199px) {
	.watch {
		width: 70px !important;
		height: 70px !important;
	}
}

.watch:hover {
	transition: 0.4s;
	box-shadow: initial;
}

.play {
	width: 18%;
	margin-left: 5%;
}

.watch-link {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.watch-link:hover .watch {
	transition: 0.4s;
	box-shadow: initial;
}

.watch-link__span {
	font-size: 16px;
	line-height: 1.37;
	margin-left: 19px;
}

.gallery-list {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.gallery-list {
		overflow-x: scroll;
		padding-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.gallery-list {
		margin-right: -12px !important;
		margin-left: -12px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

.gallery-item {
	position: relative;
	width: 100%;
}

@media (max-width: 991px) {
	.gallery-item {
		flex-shrink: 0;
	}
}

@media (max-width: 450px) {
	.gallery-item {
		max-width: 88vw !important;
	}
}

.gallery-item:not(:last-child) {
	margin-right: 15px;
}

.gallery-item__desc {
	font-size: 18px;
	line-height: 1.44;
}

@media (max-width: 575px) {
	.gallery-item__desc {
		font-size: 16px;
	}
}

.gallery-item__list {
	list-style: none;
}

.gallery-item__item {
	padding-left: 13px;
	position: relative;
	font-size: 18px;
	line-height: 1.44;
}

@media (max-width: 575px) {
	.gallery-item__item {
		font-size: 16px;
	}
}

.gallery-item__item::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #4896ff;
	border-radius: 50%;
}

@media (max-width: 1199px) {
	.gallery-item__image {
		margin-bottom: 13px !important;
	}
}

.subtitle {
	text-align: center;
	line-height: 1.29;
	font-size: 28px;
}

@media (max-width: 1199px) {
	.subtitle {
		font-size: 26.4px !important;
		margin: 0 0 30px 0 !important;
	}
}

@media (max-width: 991px) {
	.subtitle {
		font-size: 24.8px !important;
		margin: 0 0 20px 0 !important;
	}
}

@media (max-width: 767px) {
	.subtitle {
		font-size: 23.2px !important;
	}
}

@media (max-width: 575px) {
	.subtitle {
		font-size: 21.6px !important;
	}
}

@media (max-width: 410px) {
	.subtitle {
		font-size: 20px !important;
	}
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: none;
	box-shadow: 0 25px 50px rgba(26, 96, 191, 0.2);
	background: url("../img/btn.png") no-repeat;
	background-size: 100% 100%;
	width: 100%;
	font-size: 15px;
	line-height: 1.46;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px;
	position: relative;
	cursor: pointer;
	z-index: 2;
}

.btn:hover {
	transition: 0.4s;
	background-image: url("../img/btnh.png");
}

.btn:active {
	transition: 0.4s;
	background-image: url("../img/btna.png");
	box-shadow: initial;
}

@media (max-width: 575px) {
	.btn {
		height: 80px !important;
	}
}

.map-wrapper {
	max-width: 1760px;
	margin-left: auto;
	margin-right: auto;
	height: 743px;
	border-radius: 20px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.map-wrapper {
		height: 400px;
	}
}

.map-container {
	position: relative;
}

.coursor path {
	fill: #fbcb19;
}

.watch-video {
	position: relative;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.watch-video:hover .watch {
	transition: 0.4s;
	box-shadow: initial;
}

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

.img-cover-abs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.policy {
	border-radius: 8px;
	max-width: 800px;
}

.policy__title {
	text-align: center;
	font-size: 32px;
	line-height: 1.3;
	margin: 0 0 15px 0;
}

@media (max-width: 575px) {
	.policy__title {
		font-size: 22px;
	}
}

.policy__text {
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: auto;
}

@media (max-width: 410px) {
	.fancybox__content {
		padding: 12px;
	}
}

.main {
	overflow: hidden;
}

body {
	color: #14171f;
	font-family: Montserrat;
}

.span--nowrap {
	white-space: nowrap;
}

.transparrent-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.48px;
	width: 180px;
	height: 46px;
	box-sizing: border-box;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
	z-index: 2;
}

.thankyou .transparrent-btn {
	display: none;
}

.header .transparrent-btn {
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .transparrent-btn {
	color: rgba(20, 23, 31, 0.5);
	border: 1px solid rgba(20, 23, 31, 0.2);
}

@media (max-width: 575px) {
	.transparrent-btn {
		width: 160px;
	}
}

.transparrent-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	box-shadow: 0 25px 50px rgba(26, 96, 191, 0.2), inset 0 0 30px rgba(255, 255, 255, 0.06);
	background-image: linear-gradient(to top, #2f80ed 0%, #36c0f3 100%);
	transition: 0.4s;
	z-index: -1;
	opacity: 0;
}

.transparrent-btn:hover:before {
	opacity: 1;
}

.transparrent-btn:hover,
.transparrent-btn:active {
	color: #fff;
	border-color: transparent;
	transition: 0.4s;
}

.transparrent-btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background-color: #2f80ed;
	transition: 0.4s;
	z-index: -1;
	opacity: 0;
}

.transparrent-btn:active:after {
	opacity: 1;
}

.header {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 8;
}

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

.header__clients {
	margin-top: 6px;
	margin-right: 4%;
}

@media (max-width: 1199px) {
	.header__clients {
		display: none;
	}
}

.header__clients-caption {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.46;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin: 0 0 5px 0;
}

.header__clients-row {
	display: flex;
	align-items: center;
	max-width: 404px;
}

.uber {
	padding: 5px;

	background-color: white;
	border-radius: 5px;
}

.uber img {
	vertical-align: middle;
}

.header__clients-icon:not(:last-child) {
	margin-right: 20px;
}

.header__clients-icon img {
	max-width: 100%;
}

.header__mail-col {
	margin-top: 6px;
	margin-right: 1%;
}

@media (max-width: 767px) {
	.header__mail-col {
		display: none !important;
	}
}

.header__mail-caption {
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 4px 0;
}

.header__email {
	margin: 0 0 20px 0;
}

.header__location-wrapper {
}

.header__location {
	white-space: nowrap;
	color: #fff;
	font-size: 14px;
	line-height: 1.57;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	margin-left: 19px;
}

.header__location::before {
	content: url("../img/geo.svg");
	position: absolute;
	top: 0;
	left: -20px;
}

.header__contacts {
	margin-top: 6px;
}

.header__contacts-caption {
	margin: 0 0 2px 0;
}

.header__contacts-tel {
	color: #fff;
	margin: 0 0 3px 0;
}

.header__contacts-working {
	color: #fff;
	margin: 0 0 10px 0;
}

.mail-col {
	display: flex;
	flex-direction: column;
}

.mail-col__caption {
	font-size: 14px;
	line-height: 1.57;
}

.mail-col__email {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.22;
}

.gazprom-icon {
	margin-top: -10px;
}

.volkswagen-icon {
	max-width: 12%;
}

.volkswagen-icon img {
	vertical-align: middle;
}

.logo {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-right: 10px;
}

.footer .logo {
	margin-top: -5px;
	margin-left: 3px;
}

@media (max-width: 991px) {
	.footer .logo {
		margin-top: 0;
		order: -3;
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.footer .logo {
		margin-right: 0;
		margin-left: 0;
	}
}

.logo__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
}

.logo__descriptor {
	color: #fff;
	font-size: 16px;
	line-height: 1.37;
	margin: 0;
}

.header .logo__descriptor {
	padding-top: 112px;
}

@media (max-width: 575px) {
	.header .logo__descriptor {
		display: none;
	}
}

.footer .logo__descriptor {
	color: #14171f;
	padding-top: 116px;
}

.contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.footer__contacts {
	margin-top: 2px;
}

.contacts__caption {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 1.57;
}

@media (max-width: 575px) {
	.contacts__caption {
		font-size: 13px;
	}
}

.contacts__tel {
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

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

.contacts__working {
	font-size: 14px;
	line-height: 1.57;
	position: relative;
}

@media (max-width: 575px) {
	.contacts__working {
		display: none;
	}
}

.contacts__working::before {
	content: "";
	position: absolute;
	top: 7px;
	left: -11px;
	width: 5px;
	height: 5px;
	background-color: #9ccf5b;
	border-radius: 50%;
}

.entry {
	position: relative;
	background: url("../img/header-bg.jpg") center/cover no-repeat;
	border-radius: 0 0 60px 60px;
	overflow: hidden;
	padding-top: 237px;
	padding-bottom: 483px;
}

@media (max-width: 1199px) {
	.entry {
		padding-bottom: 383px;
	}
}

@media (max-width: 991px) {
	.entry {
		padding-bottom: 33px;
		background-position: 0 0;
		background-size: auto;
		border-radius: 0 0 30px 30px;
	}
}

@media (max-width: 767px) {
	.entry {
		background-position: 72% 0;
		padding-top: 197px;
	}
}

@media (max-width: 575px) {
	.entry {
		padding-top: 157px;
		padding-bottom: 200px;
		background: url("../img/header-bg__mob.jpg") bottom / contain no-repeat,
			linear-gradient(to bottom, #00061e, #00061e);
	}
}

@media (max-width: 410px) {
	.entry {
		padding-bottom: 43%;
	}
}

.entry__title {
	text-align: center;
	margin: 0 0 36px 0;
}

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

	.entry__title br {
		display: none;
	}
}

.entry__title .h1 {
	font-weight: 400;
	display: inline-block;
	color: #fff;
	line-height: 1.15;
	margin: 0;
	position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.entry__title .h1 {
		font-size: 44px !important;
	}
}

@media (max-width: 767px) and (min-width: 576px) {
	.entry__title .h1 {
		font-size: 36px !important;
	}
}

@media (max-width: 575px) {
	.entry__title .h1 {
		font-size: 30px !important;
	}
}

@media (max-width: 410px) {
	.entry__title .h1 {
		font-size: 25px !important;
	}
}

.entry__subtitle {
	color: #fff;
	font-size: 32px;
	line-height: 1.31;
	text-align: center;
	margin: 0 0 55px 0;
}

@media (max-width: 1199px) {
	.entry__subtitle br {
		display: none;
	}
}

@media (max-width: 991px) {
	.entry__subtitle {
		font-size: 28px;
		margin: 0 0 25px 0;
	}
}

@media (max-width: 575px) {
	.entry__subtitle {
		font-size: 24px;
	}
}

@media (max-width: 410px) {
	.entry__subtitle {
		font-size: 19px;
	}
}

.entry__buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 95px;
}

@media (max-width: 991px) {
	.entry__buttons {
		margin-bottom: 45px;
	}
}

@media (max-width: 767px) {
	.entry__buttons {
		flex-direction: column;
		align-items: center;
		margin-bottom: 25px;
	}
}

.entry__btn {
	max-width: 407px;
	height: 101px;
	margin-right: 19px;
}

@media (max-width: 767px) {
	.entry__btn {
		margin-right: 0;
		margin-bottom: 15px;
		max-width: 327px;
	}
}

.entry__btn-semitransparent {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border: none;
	background: url("../img/btntr1.png") no-repeat;
	background-size: 100% 100%;
	width: 100%;
	max-width: 327px;
	height: 101px;
	font-size: 15px;
	line-height: 1.46;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	cursor: pointer;
	z-index: 2;
}

@media (max-width: 575px) {
	.entry__btn-semitransparent {
		height: 80px;
	}
}

.entry__btn-semitransparent:hover {
	transition: 0.4s;
	color: #224;
	background-image: url("../img/btntr2.png");
}

.entry__watch-wrapper {
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 767px) {
	.entry__watch-wrapper {
		justify-content: center;
	}
}

.entry__watch {
	width: 90px;
	height: 90px;
}

.entry__watch-link {
	margin-right: 67px;
}

@media (max-width: 767px) {
	.entry__watch-link {
		margin-right: 0;
	}
}

.entry__watch-span {
	color: #fff;
	max-width: 165px;
}

@media (max-width: 575px) {
	.entry__watch-span br {
		display: none;
	}

	.entry__watch-span {
		max-width: 215px;
	}
}

.gallery-block {
	margin-top: -230px;
	margin-bottom: 130px;
}

@media (max-width: 1199px) {
	.gallery-block {
		margin-bottom: 60px;
	}
}

@media (max-width: 991px) {
	.gallery-block {
		margin-top: 40px;
	}
}

.gallery-block__badge {
	max-width: 356px;
	height: 99px;
	border-radius: 14px;
	box-sizing: border-box;
	background-color: rgba(27, 27, 27, 0.75);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 -28px 0;
}

@media (max-width: 1199px) {
	.gallery-block__badge {
		margin: 0 -13px 0;
		padding: 8px;
	}
}

.gallery-block__badge-caption {
	max-width: 239px;
	font-size: 16px;
	line-height: 1.375;
	margin-top: 5px;
	margin-left: 10px;
}

@media (max-width: 1199px) {
	.gallery-block__badge-caption br {
		display: none;
	}
}

.gallery-block .gallery-list {
	margin: 0;
}

.gallery-block .gallery-item {
	padding: 39px 27px 15px 40px;
	max-width: 380px;
	height: 650px;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 14px;
}

@media (max-width: 1199px) {
	.gallery-block .gallery-item {
		padding: 15px 25px;
	}
}

@media (max-width: 991px) {
	.gallery-block .gallery-item {
		height: 550px;
		max-width: 360px;
	}
}

.gallery-block .gallery-item:nth-child(2) {
	color: #fff;
	display: flex;
	flex-direction: column;
}

.gallery-block .gallery-item__title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.36;
	margin: 0 0 8px 0;
}

@media (max-width: 1199px) {
	.gallery-block .gallery-item__title br {
		display: none;
	}
}

@media (max-width: 575px) {
	.gallery-block .gallery-item__title {
		font-size: 20px;
	}
}

.gallery-block .gallery-item__desc {
	flex-grow: 1;
	margin: 0;
}

@media (max-width: 1199px) {
	.gallery-block .gallery-item__desc br {
		display: none;
	}
}

.gallery-block .gallery-item__list {
	padding-left: 0;
	margin: 0;
}

.gallery-block .gallery-item__item {
	margin-bottom: 4px;
}

.standards {
	margin: 0 0 121px 0;
	position: relative;
}

@media (max-width: 1199px) {
	.standards {
		margin: 0 0 60px 0;
	}
}

.standards__container {
	padding-top: 122px;
	padding-bottom: 130px;
}

@media (max-width: 1199px) {
	.standards__container {
		padding-top: 62px;
		padding-bottom: 44px;
	}
}

@media (max-width: 991px) {
	.standards__container {
		padding-top: 32px;
		padding-bottom: 14px;
	}
}

.standards__title {
	text-align: center;
	color: #fff;
	margin: 0 0 11px 0;
}

.standards__subtitle {
	color: #fff;
	margin: 0 0 55px 0;
}

.standards__gallery-list {
	margin: 0;
}

.standards .gallery-item {
	max-width: 285px !important;
	height: 361px;
	border-radius: 24px;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.standards .gallery-item {
		height: 340px;
	}
}

@media (max-width: 575px) {
	.standards .gallery-item {
		height: 320px;
	}
}

.standards .gallery-item__image {
	margin: 0 0 20px 0;
}

.standards .gallery-item__title {
	padding: 0 8px;
	text-align: center;
	font-weight: 600;
	margin: 0 0 0 0;
}

.standards .gallery-item__desc {
	text-align: center;
	margin: 0;
}

.quiz-section {
	margin-bottom: 117px;
}

@media (max-width: 1199px) {
	.quiz-section {
		margin-bottom: 60px;
	}
}

.quiz-section__title {
	text-align: center;
	margin: 0 0 54px 0;
}

@media (max-width: 1199px) {
	.quiz-section__title {
		margin: 0 0 30px 0;
	}
}

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

.quiz-section__subtitle-wrapper {
	display: none;
	justify-content: center;
	align-items: center;
	margin: -29px 0 40px 0;
}

@media (max-width: 1199px) {
	.quiz-section__subtitle-wrapper {
		margin: 0 0 40px 0;
	}
}

.quiz-section__subtitle-check {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: 0 10px 30px rgba(204, 172, 78, 0.2), inset 0 -4px 16px rgba(0, 0, 0, 0.04);
	border: 12px solid #ebbd17;
	background-color: #fbcb19;
	margin-right: 21px;
}

@media (max-width: 991px) {
	.quiz-section__subtitle-check {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 575px) {
	.quiz-section__subtitle-check {
		width: 50px;
		height: 50px;
		border-width: 6px;
	}
}

.quiz-section__subtitle-check .img-done {
	width: 42%;
}

.quiz-section__subtitle {
	font-size: 24px;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 575px) {
	.quiz-section__subtitle {
		font-size: 20px;
	}
}

@media (max-width: 410px) {
	.quiz-section__subtitle {
		font-size: 16px;
	}
}

.quiz-section__presents {
	list-style: none;
	padding-left: 0;
	margin: 0 0 50px 0;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	.quiz-section__presents {
		margin: 0 0 30px 0;
	}
}

@media (max-width: 991px) {
	.quiz-section__presents {
		flex-wrap: wrap;
	}
}

.quiz-section__present {
	display: flex;
	align-items: center;
}

.quiz-section__present:not(:last-child) {
	margin-right: 15px;
}

@media (max-width: 991px) {
	.quiz-section__present:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.quiz-section__present-image {
	flex-shrink: 0;
	margin-right: 20px;
}

@media (max-width: 991px) {
	.quiz-section__present-image {
		flex-basis: 160px;
	}
}

@media (max-width: 575px) {
	.quiz-section__present-image {
		flex-basis: 80px;
	}
}

.quiz-section__present-desc {
	font-size: 18px;
	line-height: 1.44;
	margin: 0;
}

@media (max-width: 1199px) {
	.quiz-section__present-desc {
		font-size: 16px;
	}

	.quiz-section__present-desc br {
		display: none;
	}
}

.finish-on {
	display: none;
	width: 100%;
}

.finish-on__title {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	margin: 46px 0 26px;
}

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

.finish-on__presents {
	margin-bottom: 61px;
}

@media (max-width: 1199px) {
	.finish-on__presents {
		margin-bottom: 30px;
	}
}

.finish-on__presents .quiz-section__present-image {
	height: 96px;
}

@media (max-width: 575px) {
	.finish-on__presents .quiz-section__present-image {
		height: auto;
	}
}

.finish-on__presents .img {
	height: 100%;
	width: auto;
}

@media (max-width: 575px) {
	.finish-on__presents .img {
		height: auto;
		max-width: 100%;
	}
}

.finish-on .quiz-section__present-desc {
	font-size: 16px;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 47px 0;
}

.progress-text {
	font-size: 16px;
	line-height: 1.33;
	margin: 0 0 10px 0;
}

.progress-line {
	max-width: 600px;
	width: 100%;
	height: 14px;
	border-radius: 7px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.line {
	width: 100%;
	height: 100%;
	border-radius: 7px;
	position: absolute;
	top: 0;
	transition: all 0.2s linear;
	background-color: #2f80ed;
}

.line:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
		-45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 22px 22px;
	text-align: center;
	line-height: 20px;
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
	transition: width 0.3s;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}

	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}

	to {
		background-position: 0 0;
	}
}

.step {
	display: none;
}

.step__title {
	font-size: 32px;
	line-height: 1.21;
	font-weight: 600;
	margin: 0 0 35px 0;
}

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

	.step__title br {
		display: none;
	}
}

.step__aside {
	padding-top: 7px;
}

@media (max-width: 991px) {
	.step__aside {
		max-width: 500px;
		margin: 0 auto 20px;
	}
}

@media (max-width: 410px) {
	.step__aside {
		display: none;
	}
}

.step__aside-image {
	display: block;
	margin: 0 0 28px 0;
}

@media (max-width: 991px) {
	.step__aside-image {
		margin: 0 0 10px 0;
	}
}

.step__aside-title {
	padding-left: 16px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.42;
	margin: 0;
}

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

.step__aside-caption {
	padding-left: 16px;
	font-size: 18px;
	line-height: 26px;
	margin: 13px 0 0;
}

@media (max-width: 1199px) {
	.step__aside-caption br {
		display: none;
	}
}

.step.active {
	display: block;
}

.quiz,
.quiz-modal {
	border-radius: 24px;
	background-color: #f9fafb;
}

.quiz {
	padding: 4.8% 6.7% 5.7%;
}

.quiz-list {
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.quiz-list {
		margin-bottom: 30px;
	}
}

.grid-2 .quiz-list__item {
	width: 100%;
	max-width: 377px;
	height: 96px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
	.grid-2 .quiz-list__item {
		margin-left: auto;
		margin-right: auto;
		height: 76px;
	}
}

.grid-2 .quiz-list__item:not(:last-child) {
	margin-bottom: 8px;
}

.grid-2 .quiz-list__item:hover {
	box-shadow: 0 20px 40px rgba(33, 36, 55, 0.04);
	background-color: #fff;
	transition: 0.4s;
}

@media (max-width: 575px) {
	.quiz-list__item br {
		display: none;
	}
}

.quiz-list__item:hover .quiz-list__item-check:before {
	box-shadow: 0 10px 30px rgba(204, 172, 78, 0.2), inset 0 -4px 16px rgba(0, 0, 0, 0.04);
	background-color: #fbcb19;
	transition: 0.4s;
}

.quiz-list__item:hover .quiz-list__item-check:after {
	background-image: url("../img/ok-dark.svg");
	transition: 0.4s;
}

.quiz-list__item:hover .quiz-list__item-caption {
	font-weight: 500;
	transition: 0.4s;
}

.quiz-list__label {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	cursor: pointer;
}

.grid-3 .quiz-list__label {
	flex-direction: column;
}

@media (max-width: 575px) {
	.grid-3 .quiz-list__label {
		flex-direction: row;
	}
}

.quiz-list__item-image {
	position: relative;
}

@media (max-width: 575px) {
	.grid-3 .quiz-list__item-image {
		margin-right: 15px;
		display: flex;
		align-items: center;
	}

	.grid-3 .quiz-list__item-image .img-fluid {
		max-width: 100px;
	}
}

.quiz-list__item-check {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	width: 60px;
	height: 60px;
}

@media (max-width: 575px) {
	.quiz-list__item-check {
		position: relative;
		transform: initial;
		width: 30px;
		height: 30px;
		flex-shrink: 0;
		left: 0;
		order: -1;
		margin-right: 8px;
	}
}

.grid-2 .quiz-list__item-check {
	position: relative;
	left: 0;
	transform: initial;
	margin: 0 20px;
}

.quiz-list__item-check::before,
.quiz-list__item-check::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 10;
}

.quiz-list__item-check::before {
	box-shadow: 0 10px 30px rgba(48, 49, 85, 0.08), inset 0 -4px 16px rgba(0, 0, 0, 0.04);
	border: 5px solid #fff;
	background-color: #f7f9fa;
	border-radius: 50%;
}

@media (max-width: 575px) {
	.quiz-list__item-check::before {
		border-width: 3px;
	}
}

.quiz-list__item-check::after {
	background: url("../img/ok-light.svg") center center/35% no-repeat;
}

.quiz-list__item-caption {
	font-size: 18px;
	line-height: 1.44;
	margin: 0;
}

.grid-3 .quiz-list__item-caption {
	margin-top: 37px;
	text-align: center;
}

@media (max-width: 575px) {
	.grid-3 .quiz-list__item-caption {
		margin-top: 0;
		text-align: left;
		font-size: 15px;
	}
}

.quiz-list__item-caption .grid-2 {
	padding-left: 100px;
}

.grid-3 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, auto);
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 40px;
}

@media (max-width: 1199px) {
	.grid-3 {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 15px;
	}
}

@media (max-width: 991px) {
	.grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.grid-3 {
		grid-template-columns: 1fr;
	}
}

.grid-2 {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: space-between;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

@media (max-width: 991px) {
	.grid-2 {
		grid-template-columns: 1fr;
	}
}

.variant .radio-input {
	display: none;
}

.quiz-footer {
	position: relative;
	text-align: center;
}

@media (max-width: 1199px) {
	.quiz-footer {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.quiz-btn {
	max-width: 286px;
	height: 81px;
}

@media (max-width: 575px) {
	.quiz-btn {
		height: 60px;
	}
}

.quiz-needs-select {
	display: none;
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	margin: 7px 0;
	font-size: 12px;
	color: #ed3750;
	font-weight: 600;
}

@media (max-width: 575px) {
	.quiz-needs-select {
		margin: 3px 0;
	}
}

.quiz-skip {
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 5px;
	opacity: 0.4;
	font-size: 16px;
	line-height: 24px;
	margin: 23px 0 0;
}

.quiz-skip:hover {
	transition: 0.4s;
	color: #a69188;
}

.quiz-needs-select.visible-block {
	display: block;
}

.quiz-finish {
	padding-bottom: 8.7%;
	margin-bottom: 140px;
}

@media (max-width: 1199px) {
	.quiz-finish {
		margin-bottom: 0;
	}
}

.quiz-finish__row {
	position: relative;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.quiz-finish__row {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.quiz-finish__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.31;
	margin: 0 0 20px 0;
}

.quiz-finish__list {
	list-style: none;
	padding-left: 20px;
	margin: 0 0 39px 0;
}

@media (max-width: 575px) {
	.quiz-finish__list {
		padding-left: 7px;
	}
}

.quiz-finish__item {
	position: relative;
	padding-left: 40px;
	font-size: 20px;
	line-height: 1.4;
}

@media (max-width: 575px) {
	.quiz-finish__item {
		font-size: 16px;
	}
}

.quiz-finish__item:not(:last-child) {
	margin-bottom: 16px;
}

.quiz-finish__item::before {
	content: url("../img/q-li.png");
	position: absolute;
	top: 0;
	left: 0;
}

.quiz-finish__form {
	max-width: 409px;
	position: relative;
	z-index: 5;
}

.quiz-finish__input {
	background-image: url("../img/input.png");
	margin: 0 0 9px 0;
}

.was-validated .quiz-finish__input:valid {
	background-image: url("../img/input-ok.png");
}

.was-validated .quiz-finish__input:invalid {
	background-image: url("../img/input-error.png");
}

.quiz-finish__button {
	max-width: 100%;
	height: 101px;
	margin: 5px 0 32px 0;
}

@media (max-width: 575px) {
	.quiz-finish__button {
		font-size: 13px;
		height: 80px !important;
		margin-bottom: 15px;
	}
}

.quiz-finish__form-img {
	position: absolute;
	top: 110px;
	right: -85px;
}

@media (max-width: 575px) {
	.quiz-finish__form-img {
		display: none;
	}
}

.quiz-finish__ready {
	position: absolute;
	top: -5%;
	right: 0;
	z-index: 0;
}

@media (max-width: 1199px) {
	.quiz-finish__ready {
		max-width: 40%;
		top: -7%;
	}
}

@media (max-width: 991px) {
	.quiz-finish__ready {
		position: relative;
		max-width: initial;
		top: 0;
		order: -1;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.quiz-section .quiz-finish__ready {
		display: none;
	}
}

.quiz-finish__ready-image {
	position: relative;
	top: -38px;
	margin: 0;
}

@media (max-width: 1199px) {
	.quiz-finish__ready-image {
		top: 0;
	}
}

.quiz-finish__ready-title {
	max-width: 435px;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 0 27.5%;
}

@media (max-width: 1199px) {
	.quiz-finish__ready-title {
		margin: 0 auto;
		text-align: center;
	}
}

.full {
	position: relative;
	margin: 0 0 73px 0;
}

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

.full__title {
	text-align: center;
	margin: 0 0 10px 0;
}

.full__subtitle {
	margin: 0 0 55px 0;
}

.full__list {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 2.5%;
	padding-right: 1.9%;
	counter-reset: mycr;
}

@media (max-width: 991px) {
	.full__list {
		flex-wrap: nowrap;
	}
}

.full__item {
	counter-increment: mycr;
	flex: 0 0 44%;
	margin-bottom: 55px;
}

@media (max-width: 1199px) {
	.full__item {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.full__item {
		flex-basis: 500px;
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	.full__item {
		flex-basis: 88vw;
	}
}

@media (min-width: 992px) {
	.full__item:nth-child(2) {
		margin-right: 0;
	}
}

.full__item::after {
	content: "Stage " counter(mycr);
	position: absolute;
	top: 5.4%;
	left: 6%;
	width: 96px;
	height: 36px;
	border-radius: 6px;
	background-color: #fbcb19;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #14171f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.64px;
}

@media (max-width: 575px) {
	.full__item::after {
		top: 15px;
		left: 15px;
	}
}

.full__item-image {
	display: block;
	margin: 0 0 23px 0;
}

@media (max-width: 575px) {
	.full__item-image {
		margin: 0 0 13px 0;
	}
}

.full__item-title {
	padding: 0 8px 0 15px;
	margin: 0 0 13px 0;
}

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

@media (max-width: 575px) {
	.full__item-title {
		margin: 0 0 7px 0;
	}
}

@media (max-width: 410px) {
	.full__item-title {
		font-size: 19.5px !important;
	}
}

.full__item-desc {
	padding: 0 15px;
	font-size: 18px;
	line-height: 1.44;
	margin: 0;
}

@media (max-width: 1199px) {
	.full__item-desc br {
		display: none;
	}
}

.line-img {
	position: absolute;
	top: -195px;
	left: -70px;
	z-index: -1;
}

.span--underline {
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(20, 23, 31, 0.15);
	text-decoration-color: rgba(20, 23, 31, 0.15);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.bg-image {
	max-width: 1760px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: -1;
}

.bg-image__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50px;
}

@media (max-width: 991px) {
	.bg-image__img {
		border-radius: 20px;
	}
}

.before {
	margin: 0 0 121px 0;
	position: relative;
}

@media (max-width: 1199px) {
	.before {
		margin: 0 0 40px 0;
	}
}

.before__container {
	padding-top: 119px;
	padding-bottom: 128px;
}

@media (max-width: 1199px) {
	.before__container {
		padding-top: 62px;
		padding-bottom: 44px;
	}
}

@media (max-width: 991px) {
	.before__container {
		padding-top: 32px;
		padding-bottom: 14px;
	}
}

.before__title {
	text-align: center;
	color: #fff;
	margin: 0 0 18px 0;
}

.before__subtitle {
	color: #fff;
	margin: 0 0 55px 0;
}

.before__list {
	margin: 0;
}

.before__item {
	max-width: 390px;
	padding-bottom: 34px;
	border-radius: 14px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

@media (max-width: 575px) {
	.before__item {
		padding-bottom: 15px;
	}
}

.before__item-image {
	margin: 0 0 25px 0;
}

.before__item-desc {
	padding-left: 10.7%;
	padding-right: 7%;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 59px 0;
	flex-grow: 1;
}

@media (max-width: 1199px) {
	.before__item-desc {
		margin: 0 0 35px 0;
	}

	.before__item-desc br {
		display: none;
	}
}

@media (max-width: 575px) {
	.before__item-desc {
		margin: 0 0 20px 0;
		font-size: 19px;
	}
}

.before__item-btn {
	max-width: 322px;
	height: 101px;
	font-size: 14px;
}

@media (max-width: 410px) {
	.before__item-btn {
		font-size: 13px;
	}
}

.before__btn-wrapper {
	text-align: center;
	padding: 0 8px;
}

.yours {
	margin: 0 0 120px 0;
	position: relative;
}

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

.yours .logo-img {
	position: absolute;
	top: 297px;
	left: 42.7%;
	z-index: -1;
}

.yours__title {
	text-align: center;
	margin: 0 0 51px 0;
}

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

.yours__list {
	margin: 0 0 59px 0;
}

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

.yours-item {
	max-width: 380px;
}

.yours-item:nth-child(2) .yours-item__title {
	margin: 0 0 6px 0;
}

.yours-item__image {
	display: block;
	margin: 0 0 30px 0;
}

.yours-item__title {
	line-height: 1.36;
	padding-left: 31px;
	margin: 0 0 11px 0;
}

.yours-item__list {
	padding-left: 30px;
	margin: 0;
}

.yours-item__item:not(:last-child) {
	margin-bottom: 5px;
}

.poster-horizontal {
	position: relative;
}

.poster-horizontal__image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 14px;
	overflow: hidden;
	z-index: -1;
}

.poster-horizontal__image .img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left center;
	object-position: left center;
}

.poster-horizontal__title {
	font-weight: 600;
	line-height: 1.26;
}

.poster-horizontal__subtitle {
	font-size: 20px;
	line-height: 1.4;
}

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

@media (max-width: 575px) {
	.poster-horizontal__subtitle {
		font-size: 16px;
	}
}

.yours-poster {
	padding: 12.2% 7.3% 4.3% 8.6%;
}

@media (max-width: 991px) {
	.yours-poster {
		padding: 4.2% 4.6% 4.3%;
	}
}

@media (max-width: 575px) {
	.yours-poster__image {
		position: relative;
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.yours-poster__image .img {
		width: 200%;
		max-width: initial;
		position: relative;
		left: -100%;
	}
}

.yours-poster__title {
	margin: 0 0 25px 0;
}

@media (max-width: 575px) {
	.yours-poster__title {
		margin: 0 0 15px 0;
	}

	.yours-poster__title br {
		display: none;
	}
}

.yours-poster__subtitle {
	margin: 0 0 23px 0;
}

.yours-poster__span {
	color: #fff;
	font-weight: 500;
	border-radius: 22px;
	margin-left: 3px;
	padding: 8px 23px;
}

.yours-poster__span .img {
	position: relative;
	top: 6px;
}

.yours-poster__watch-wrapper {
	display: flex;
	justify-content: flex-end;
	margin-top: -24px;
}

@media (max-width: 767px) {
	.yours-poster__watch-wrapper {
		margin-top: 0;
	}
}

@media (max-width: 575px) {
	.yours-poster__watch-wrapper {
		justify-content: flex-start;
	}
}

.yours-poster__watch-link:hover .watch {
	transition: 0.4s;
	box-shadow: initial;
}

.yours-poster__watch {
	width: 90px;
	height: 90px;
}

.yours-poster__watch-span {
	color: #14171f;
}

.span--blue {
	white-space: nowrap;
	background-color: #febe00;
}

.span--red {
	white-space: nowrap;
	background-color: #fa5549;
}

.portfolio-section {
	margin: 0 0 130px 0;
}

@media (max-width: 991px) {
	.portfolio-section {
		margin: 0 0 50px 0;
	}
}

.portfolio-section__title {
	text-align: center;
	margin: 0 0 39px 0;
}

@media (max-width: 991px) {
	.portfolio-section__title {
		margin: 0 0 25px 0 !important;
	}
}

@media (max-width: 575px) {
	.portfolio-section__title br {
		display: none;
	}
}

.portfolio-section__tabs .tabs__content {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.portfolio-section__tabs .tabs__content {
		flex-direction: column;
	}
}

.tabs__switcher-wrapper {
	text-align: center;
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.tabs__switcher-wrapper {
		margin-bottom: 30px;
	}
}

.tabs__content {
	height: 0;
	overflow: hidden;
}

.tabs__content.visible {
	height: auto;
	overflow: visible;
	min-width: 0;
}

.tabs__tab-panes {
	width: 100%;
	min-width: 0;
}

.switcher {
	display: inline-flex;
	justify-content: center;
	padding: 8px;
	border-radius: 14px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

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

@media (max-width: 767px) {
	.switcher {
		flex-direction: column;
	}
}

.switcher .slick-track {
	width: auto !important;
}

.switcher__nav-link {
	color: #14171f;
	white-space: nowrap;
	padding: 20px 34px 20px 35px;
	border-radius: 10px;
	background-color: #f9fafb;
	border: none;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
}

@media (max-width: 991px) {
	.switcher__nav-link {
		padding: 10px;
		width: 100%;
		max-width: 100%;
		font-size: 17px;
	}
}

.switcher__nav-link:not(:last-child) {
	margin-right: 10px;
}

@media (max-width: 767px) {
	.switcher__nav-link:not(:last-child) {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.switcher__nav-link:hover {
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4);
	background-color: #fbcb19;
	transition: 0.4s;
}

.switcher__nav-link.current {
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.4);
	background-color: #fbcb19;
}

.nav-tabs {
	width: 100%;
	max-width: 380px;
	min-width: 0;
	margin-right: 40px;
}

@media (max-width: 1199px) {
	.nav-tabs {
		max-width: 350px;
	}
}

@media (max-width: 991px) {
	.nav-tabs {
		max-width: initial;
		margin-right: 0;
		margin-bottom: 15px;
		box-shadow: 0 20px 80px rgba(20, 23, 34, 0.05);
		border-radius: 14px;
		background-color: #fff;
		padding: 5px;
	}
}

.nav-tabs .slick-list {
	border-radius: 14px;
}

@media (min-width: 992px) {
	.nav-tabs .slick-list {
		box-shadow: 0 20px 80px rgba(20, 23, 34, 0.05);
		border-radius: 14px;
		background-color: #fff;
		padding: 5px;
	}
}

@media (max-width: 991px) {
	.nav-tabs .slick-list {
		border: 1px solid rgba(0, 0, 0, 0.04);
	}
}

.nav-tabs .slick-track {
	/*padding: 43px 0;*/
	height: auto !important;
	/*display: flex*/
}
/*
@media(min-width: 992px) {
   .nav-tabs .slick-track {
      flex-direction: column;
      border: 1px solid rgba(0, 0, 0, .04);
      border-radius: 14px;
      transform: translate3d(0, 0, 0) !important
   }
}*/

@media (max-width: 991px) {
	.nav-tabs .slick-track {
		padding: 10px !important;
		display: flex;
	}
}

.next-slide {
	height: 85px;
	margin-top: 25px;
	max-width: 380px;
}
@media (max-width: 1200px) {
	.next-slide {
		max-width: 350px;
	}
}
@media (max-width: 992px) {
	.next-slide {
		display: none;
	}
}
.nav-tabs .nav-link {
	position: relative;
	border: none;
	height: auto;
	/* height: 58px; */
	text-align: left;
	padding-left: 5%;
	background-color: transparent;
	color: rgba(20, 23, 31, 0.5);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 991px) {
	.nav-tabs .nav-link {
		padding: 10px !important;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: auto;
		font-size: 16px;
		line-height: 1.4;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.nav-tabs .nav-link {
		max-width: 260px;
	}
}

.nav-tabs .slick-current {
	transition: 0.4s;
	color: #2f80ed;
	font-weight: 500;
}

.nav-tabs .slick-current::before {
	content: "";
	transition: 0.4s;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	border-radius: 3px;
	background-color: #2f80ed;
}

@media (max-width: 991px) {
	.nav-tabs .slick-current::before {
		display: none;
	}
}

.tab-pane {
	height: 0;
}

.tab-pane.slick-current {
	height: auto;
}

.tab-pane__image-fluid {
	display: block;
	position: relative;
	margin: 0 0 5.7% 0;
	border-radius: 16px;
	overflow: hidden;
	padding-bottom: 61%;
}

.tab-pane .diploma-block {
	padding: 10px;
	display: block;
	background-color: #14171f;
}

.tab-pane__row {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.tab-pane__row {
		flex-wrap: wrap;
	}
}

.tab-pane__row:not(:last-child) {
	margin-bottom: 49px;
}

@media (max-width: 1199px) {
	.tab-pane__row:not(:last-child) {
		margin-bottom: 25px;
	}
}

.tab-pane__text-col {
	padding-right: 8px;
}

@media (max-width: 767px) {
	.tab-pane__text-col {
		margin-bottom: 10px;
	}
}

.tab-pane__title {
	line-height: 1.27;
	font-weight: 600;
	margin: 0 0 11px 0;
}

@media (max-width: 1199px) {
	.tab-pane__title br {
		display: none;
	}
}

.tab-pane__text-col p {
	font-size: 18px;
	line-height: 1.44;
	margin: 0;
}

@media (max-width: 575px) {
	.tab-pane__text-col p {
		font-size: 17px;
	}
}

.tab-pane__text-col p:not(:last-child) {
	margin-bottom: 10px;
}

.tab-pane .address {
	position: relative;
	padding-left: 20px;
}

.tab-pane .address::before {
	content: url("../img/geo.svg");
	position: absolute;
	top: 0;
	left: 0;
}

.tab-pane__title-small {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 0 13px 0;
}

.tab-pane__text-col p + .tab-pane__title-small {
	margin-top: 30px;
}

@media (max-width: 575px) {
	.tab-pane__text-col p + .tab-pane__title-small {
		margin-bottom: 2px;
		margin-top: 15px;
	}
}

.tab-pane__image-col {
	flex: 0 0 31%;
	margin-top: 5px;
}

@media (max-width: 1199px) {
	.tab-pane__image-col {
		flex-basis: 26%;
	}
}

.tab-pane__image-link {
	display: block;
	position: relative;
}

.tab-pane__image-link:hover .zoom {
	transition: 0.4s;
	background-color: #ffba00;
}

.tab-pane__image-link .zoom {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.tab-pane__image-caption {
	text-align: center;
	margin: 18px 0 0;
}

.tab-pane__video {
	height: 438px;
	border-radius: 16px;
	background-color: #000;
}

@media (max-width: 1199px) {
	.tab-pane__video {
		height: 338px;
	}
}

@media (max-width: 575px) {
	.tab-pane__video {
		height: 238px;
	}
}

.tab-pane__watch {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.tab-pane__image-inner {
	position: relative;
	display: block;
}

.tab-pane__gallery-image {
	overflow: hidden;
}

.tab-pane__gallery-image:first-child {
	display: block;
	width: 100%;
	border-radius: 16px;
}

.tab-pane__gallery-image:first-child .tab-pane__image-inner {
	padding-bottom: 60%;
}

.tab-pane__gallery-image:not(:first-child) {
	display: block;
	width: 23.5%;
	margin-top: 2%;
	border-radius: 10px;
}

.tab-pane__gallery-image:not(:first-child) .tab-pane__image-inner {
	padding-bottom: 70%;
}

.tab-pane__gallery-image:not(:nth-child(4n + 1)) {
	margin-right: 2%;
}

.tab-pane__gallery-image:nth-child(4n + 1) {
	margin-right: 0;
}

.tab-pane__gallery-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.zoom {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fbcb19;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	width: 40px;
	height: 40px;
}

.zoom:hover {
	transition: 0.4s;
	background-color: #ffba00;
}

.zoom__img {
	width: 17px;
	height: 17px;
	margin-top: 2px;
}

.examples {
	padding: 130px 0 260px;
	margin: 0;
	background: url("../img/9-bg.jpg") center/cover no-repeat;
}

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

@media (max-width: 991px) {
	.examples {
		background-size: auto;
		background-position: 100% 100%;
	}
}

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

.examples__badge {
	margin-top: 48.4%;
	margin-left: 20px;
}

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

.examples__badge-fio {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.41;
	text-transform: uppercase;
	letter-spacing: 0.68px;
	margin: 0 0 8px 0;
}

.examples__badge-post {
	color: rgba(255, 255, 255, 0.4);
	font-size: 18px;
	line-height: 1.22;
	margin: 0;
}

.examples__form-img {
	position: absolute;
	top: 417px;
	right: -117px;
	z-index: 0;
}

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

.examples-form {
	padding: 59px 48px 30px;
}

.examples-form__wrapper {
	width: 100%;
	max-width: 517px;
}

@media (max-width: 991px) {
	.examples-form__wrapper {
		margin-right: auto;
		margin-left: auto;
	}
}

.examples-form__title {
	font-size: 32px;
	line-height: 1.25;
	margin: 0 0 8px 0;
}

.examples-form__subtitle {
	font-weight: 400;
	font-size: 28px;
	line-height: 1.28;
	margin: 0 0 35px 0;
}

.examples-form__input {
	background-image: url("../img/inputgr.png");
	position: relative;
	z-index: 8;
	margin: 0 0 9px 0;
}

.was-validated .examples-form__input:valid {
	background-image: url("../img/inputgr-ok.png");
}

.was-validated .examples-form__input:invalid {
	background-image: url("../img/inputgr-error.png");
}

.examples-form__btn {
	margin: 5px 0 32px 0;
}

@media (max-width: 575px) {
	.examples-form__btn {
		font-size: 13px;
		height: 80px !important;
		margin-bottom: 15px;
	}
}

.examples-form .form-check {
	padding-bottom: 34px;
	border-bottom: 1px solid rgba(59, 59, 67, 0.08);
	margin: 0 0 35px 0;
}

@media (max-width: 575px) {
	.examples-form .form-check {
		padding-bottom: 24px;
		margin: 0 0 15px 0;
	}
}

.call {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 1.1;
	margin: 0;
}

@media (max-width: 575px) {
	.call {
		flex-wrap: wrap;
		row-gap: 5px;
	}
}

.call__icon {
	margin-right: 12px;
}

.call__link {
	text-decoration: none;
	color: #14171f;
	margin-left: 5px;
}

.gray-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 1600px;
	height: 100%;
	margin: 0 auto;
	border-radius: 50px;
	background-color: #f9fafb;
	z-index: -1;
}

@media (max-width: 991px) {
	.gray-bg {
		border-radius: 20px;
	}
}

.variants {
	margin-top: -131px;
	position: relative;
	margin-bottom: 119px;
	z-index: 8;
}

@media (max-width: 1199px) {
	.variants {
		margin-top: -60px;
		margin-bottom: 60px;
	}
}

.variants__container {
	padding-top: 121px;
	padding-bottom: 130px;
}

@media (max-width: 1199px) {
	.variants__container {
		padding-top: 50px;
		padding-bottom: 60px;
	}
}

@media (max-width: 991px) {
	.variants__container {
		padding-top: 32px;
		padding-bottom: 20px;
	}
}

.variants__title {
	text-align: center;
	margin: 0 0 47px 0;
}

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

@media (max-width: 575px) {
	.variants__title br {
		display: none;
	}
}

.variants__switcher-wrapper {
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.variants__switcher-wrapper {
		margin-bottom: 30px;
	}
}

.variants__nav-link {
	background-color: #fff;
}

.variants__list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 228px));
	justify-content: center;
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 47px;
}

@media (max-width: 1199px) {
	.variants__list {
		row-gap: 15px;
	}
}

@media (max-width: 767px) {
	.variants__list {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	}
}

.variants__item-link {
	color: #14171f;
	text-decoration: none;
}

.variants__item-image {
	display: block;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	padding-bottom: 83%;
	margin: 0 0 18px 0;
}

@media (max-width: 1199px) {
	.variants__item-image {
		margin: 0 0 6px 0;
	}
}

.variants__item-caption {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	margin: 0;
}

@media (max-width: 1199px) {
	.variants__item-caption {
		font-size: 18px;
	}
}

@media (max-width: 575px) {
	.variants__item-caption {
		font-size: 16px;
	}
}

.production {
	margin: 0 0 119px 0;
}

@media (max-width: 991px) {
	.production {
		margin: 0 0 59px 0 !important;
	}
}

.production__title {
	text-align: center;
	margin: 0 0 56px 0;
}

@media (max-width: 1199px) {
	.production__title {
		margin: 0 0 30px 0;
	}
}

@media (max-width: 575px) {
	.production__title br {
		display: none;
	}
}

.production__list {
	margin: 0;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.production__list {
		flex-wrap: nowrap;
		margin: 0 0 30px 0;
	}
}

.production__item {
	flex-basis: 49%;
	max-width: 585px;
	margin-bottom: 56px;
}

@media (max-width: 1199px) {
	.production__item {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.production__item {
		flex-basis: auto;
		max-width: 455px;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.production__item:nth-child(2n) {
		margin-right: 0;
	}
}

.production__item-text {
	padding-left: 20px;
}

.production__item-image {
	display: block;
	margin: 0 0 27px 0;
}

@media (max-width: 1199px) {
	.production__item-image {
		margin: 0 0 10px 0;
	}
}

.production__item-title {
	margin: 0 0 15px 0;
}

@media (max-width: 1199px) {
	.production__item-title {
		margin: 0 0 6px 0;
	}
}

@media (max-width: 575px) {
	.production__item-title {
		line-height: 1.28;
	}

	.production__item-title br {
		display: none;
	}
}

.production__item-desc {
	margin: 0;
}

@media (max-width: 575px) {
	.production__item-desc br {
		display: none;
	}
}

.production__item-list {
	margin: -3px 0 0;
	padding-left: 0;
}

@media (max-width: 1199px) {
	.production__item-list {
		margin: 0;
	}
}

.production__item-unit {
	margin: 0 0 3px 0;
}

.production__watch-link {
	margin-top: 28px;
}

.production__watch {
	width: 76px;
	height: 76px;
}

.production__watch-span {
	color: #14171f;
}

@media (max-width: 575px) {
	.production__watch-span br {
		display: none;
	}
}

@media (max-width: 767px) {
	.production-poster__image {
		position: static;
	}
}

@media (max-width: 575px) {
	.production-poster__image {
		margin-bottom: 8px;
	}
}

.production-poster__image .img {
	display: block;
	border-radius: 14px;
	background-color: #3b3b43;
}

@media (max-width: 767px) {
	.production-poster__image .img {
		width: 200%;
		max-width: initial;
		position: relative;
		left: -100%;
	}
}

.production-poster__text {
	padding: 13% 8.4% 13.3%;
	color: #fff;
}

@media (max-width: 767px) {
	.production-poster__text {
		color: #14171f;
		padding: 5px 15px;
	}
}

.production-poster__title {
	margin: 0 0 16px 0;
}

@media (max-width: 767px) {
	.production-poster__title {
		margin: 0 0 8px 0;
	}
}

@media (max-width: 410px) {
	.production-poster__title {
		font-size: 20px !important;
	}
}

@media (max-width: 575px) {
	.production-poster__title br {
		display: none;
	}
}

.production-poster__subtitle {
	margin: 0;
}

@media (max-width: 575px) {
	.production-poster__subtitle br {
		display: none;
	}
}

.logistic {
	margin: 0 0 125px 0;
}

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

.logistic__container {
	position: relative;
	display: flex;
	flex-direction: column;
}

.logistic__title {
	text-align: center;
	margin: 0 0 14px 0;
}

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

.logistic__subtitle {
	margin: 0 0 63px 0;
}

@media (max-width: 575px) {
	.logistic__subtitle {
		display: none;
	}
}

.logistic__truck {
	position: absolute;
	top: 247px;
	left: -348px;
}

@media (max-width: 1199px) {
	.logistic__truck {
		left: -570px;
	}
}

@media (max-width: 991px) {
	.logistic__truck {
		position: static;
	}
}

.logistic__advertisement {
	align-self: center;
	margin-left: 20px;
	padding: 31px 40px 35px 82px;
	border-radius: 14px;
	background-color: #f9fafb;
	position: relative;
	z-index: 7;
	margin-bottom: 62px;
}

@media (max-width: 1199px) {
	.logistic__advertisement {
		margin-left: 0;
	}
}

@media (max-width: 575px) {
	.logistic__advertisement {
		padding: 34px 10px 35px 100px;
	}
}

@media (max-width: 410px) {
	.logistic__advertisement {
		padding: 15px 10px 15px 100px;
	}
}

.logistic__advertisement::before {
	content: url("../img/12-3.png");
	position: absolute;
	top: 3px;
	left: -17px;
}

@media (max-width: 575px) {
	.logistic__advertisement::before {
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (max-width: 410px) {
	.logistic__advertisement::before {
		left: 0;
	}
}

.logistic__advertisement-title {
	margin: 0;
}

.logistic__advertisement-subtitle {
	font-size: 18px;
	line-height: 1.44;
	margin: 0;
}

.logistic__plane {
	position: absolute;
	top: 210px;
	right: -350px;
}

@media (max-width: 1199px) {
	.logistic__plane {
		right: -380px;
	}
}

@media (max-width: 991px) {
	.logistic__plane {
		position: static;
		align-self: flex-end;
		margin-bottom: 20px;
	}
}

.logistic__docs {
	align-self: flex-end;
	padding-right: 9px;
}

@media (max-width: 991px) {
	.logistic__docs {
		align-self: center;
		display: flex;
		flex-direction: column;
	}
}

.logistic__docs::before {
	content: url("../img/12-4.png");
	position: relative;
	left: -79px;
	display: block;
	margin-bottom: 18px;
}

@media (max-width: 991px) {
	.logistic__docs::before {
		margin-bottom: 0;
		margin-top: 20px;
		order: 1;
		left: 0;
	}
}

@media (max-width: 575px) {
	.logistic__docs::before {
		display: none;
	}
}

.logistic__docs-title {
	margin: 0 0 10px 0;
}

.logistic__docs-list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 0 0;
}

.logistic__docs-item:not(:last-child) {
	margin-bottom: 4px;
}

.safety {
	background: url("../img/13-bg.jpg") center/cover no-repeat;
	padding: 121px 0 353px;
}

@media (max-width: 991px) {
	.safety {
		padding: 51px 0 283px;
	}
}

.safety__title {
	color: #fff;
	margin: 0 0 55px 0;
}

@media (max-width: 575px) {
	.safety__card-list {
		display: flex;
		overflow-x: scroll;
		margin-right: -12px !important;
		margin-left: -12px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
		padding-bottom: 15px;
	}
}

.safety__card {
	width: 100%;
	max-width: 749px;
	height: 270px;
	box-sizing: border-box;
	box-shadow: 0 20px 80px rgba(20, 23, 34, 0.05);
	border-radius: 14px;
	background-color: #fff;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.safety__card {
		height: 200px;
	}
}

@media (max-width: 575px) {
	.safety__card {
		flex-wrap: wrap;
		justify-content: flex-start;
		height: auto;
		min-width: 300px;
		text-align: center;
	}
}

.safety__card:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.safety__card:not(:last-child) {
		margin-bottom: 0;
		margin-right: 15px;
	}
}

.safety__card-image {
	border-radius: 14px;
}

@media (max-width: 767px) {
	.safety__card-image {
		flex: 0 0 33%;
	}
}

@media (max-width: 575px) {
	.safety__card-image {
		flex: 0 1 auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.safety__card-text {
	margin-left: 35px;
}

@media (max-width: 767px) {
	.safety__card-text br {
		display: none;
	}
}

@media (max-width: 575px) {
	.safety__card-text {
		margin-left: 0;
	}

	.safety__card-text:not(:last-child) {
		margin-bottom: 15px;
	}
}

.safety__card-image + .safety__card-text {
	margin-left: 25px;
	margin-right: 28px;
}

@media (max-width: 575px) {
	.safety__card-image + .safety__card-text {
		margin-left: 0;
		margin-right: 0;
		margin-top: 15px;
	}
}

.safety__card-title {
	margin: 0 0 5px 0;
}

.safety__card-subtitle {
	font-size: 18px;
	line-height: 1.44;
	margin: 0;
}

.about {
	position: relative;
	margin-top: -224px;
	padding-bottom: 20px;
	margin-bottom: 123px;
}

@media (max-width: 991px) {
	.about {
		margin-bottom: 50px;
	}
}

.about .gray-bg {
	z-index: 5;
}

.about__container {
	position: relative;
	z-index: 7;
	padding-top: 121px;
}

@media (max-width: 1199px) {
	.about__container {
		padding-top: 40px;
	}
}

.certs {
	margin: 0 0 97px 0;
}

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

.certs__title {
	text-align: center;
	margin: 0 0 55px 0;
}

@media (max-width: 1199px) {
	.certs__title {
		margin: 0 0 30px 0;
	}
}

@media (max-width: 575px) {
	.certs__title br {
		display: none;
	}
}

.certs__list {
	justify-content: flex-start;
	margin: 0;
}

@media (max-width: 1199px) {
	.certs__list {
		justify-content: space-between;
	}
}

.certs__item {
	width: auto;
}

@media (max-width: 1199px) {
	.certs__item {
		width: 30%;
	}
}

@media (max-width: 991px) {
	.certs__item {
		width: auto;
		max-width: 370px;
	}
}

.certs__item:not(:last-child) {
	margin-right: 11.9%;
}

@media (max-width: 1199px) {
	.certs__item:not(:last-child) {
		margin-right: 15px;
	}
}

@media (max-width: 991px) {
	.certs__item:not(:last-child) {
		margin-right: 30px;
	}
}

.certs__item-image {
	display: inline-block;
	margin: 0 0 21px 0;
}

@media (max-width: 991px) {
	.certs__item-image {
		margin: 0 0 10px 0;
	}
}

.certs__item-title {
	margin: 0 0 10px 0;
}

@media (max-width: 991px) {
	.certs__item-title {
		margin: 0 0 5px 0;
	}
}

.certs__item-list {
	list-style: none;
	padding-left: 0;
	margin: 13px 0 0;
}

@media (max-width: 1199px) {
	.certs__item-list {
		margin: 0 0 0;
	}
}

.certs__item-unit:not(:last-child) {
	margin-bottom: 8px;
}

@media (max-width: 991px) {
	.certs__item-unit:not(:last-child) {
		margin-bottom: 3px;
	}
}

.certs__item-subtitle {
	font-size: 18px;
	line-height: 1.44;
	margin: 0;
}

.registry__row {
	display: flex;
}

@media (max-width: 991px) {
	.registry__row {
		flex-wrap: wrap;
	}
}

@media (max-width: 575px) {
	.registry__text {
		width: 100%;
	}
}

.registry__title {
	margin: 0 0 12px 0;
}

.registry__subtitle {
	text-align: left;
	margin: 0 0 43px 0;
}

.registry__list {
	list-style: none;
	padding-left: 8.4%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

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

	.registry__list br {
		display: none;
	}
}

.registry__item {
	width: 100%;
	max-width: 243px;
	position: relative;
	font-size: 18px;
	line-height: 1.44;
	margin-bottom: 7.5%;
}

@media (max-width: 767px) {
	.registry__item {
		font-size: 17px;
		max-width: 235px;
	}
}

@media (max-width: 575px) {
	.registry__item {
		max-width: initial;
		display: flex;
		align-items: center;
	}
}

.registry__item:nth-child(2n + 1) {
	margin-right: 9.1%;
}

@media (max-width: 1199px) {
	.registry__item:nth-child(2n + 1) {
		margin-right: 20px;
	}
}

@media (max-width: 575px) {
	.registry__item:nth-child(2n + 1) {
		margin-right: 0;
	}
}

.registry__item::before {
	display: flex;
	align-items: flex-end;
	height: 65px;
	margin: 0 0 6px 0;
}

@media (max-width: 575px) {
	.registry__item::before {
		height: auto;
		flex: 0 0 77px;
		justify-content: center;
		margin: 0 7px 2px 0;
	}
}

.registry__item:nth-child(1)::before {
	content: url("../img/15-2.svg");
}

.registry__item:nth-child(2)::before {
	content: url("../img/15-3.svg");
}

.registry__item:nth-child(3)::before {
	content: url("../img/15-4.svg");
}

.registry__item:nth-child(4)::before {
	content: url("../img/15-5.svg");
}

.registry__image {
	margin-right: -11.5%;
	margin-top: -10.7%;
	flex-shrink: 0;
}

@media (max-width: 1199px) {
	.registry__image {
		flex-shrink: 1;
		margin-top: -2.7%;
	}
}

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

@media (max-width: 575px) {
	.registry__image {
		display: none;
	}
}

.tenders-for {
	position: relative;
	z-index: 8;
	margin-top: -56px;
}

@media (max-width: 1199px) {
	.tenders-for {
		margin-top: 30px;
	}
}

.tenders-for__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 46px;
}

@media (max-width: 991px) {
	.tenders-for__row {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
}

.tenders-for__title {
	margin: 0;
}

@media (max-width: 991px) {
	.tenders-for__title {
		margin-bottom: 15px;
	}
}

@media (max-width: 410px) {
	.tenders-for__title {
		font-size: 22.3px !important;
	}
}

.tenders-for__more {
	align-self: flex-end;
	margin-right: 20px;
	padding-bottom: 3px;
	color: rgba(20, 23, 31, 0.4);
	font-size: 14px;
	line-height: 1.43;
	position: relative;
}

@media (max-width: 991px) {
	.tenders-for__more {
		margin-right: auto;
		margin-left: auto;
	}
}

.tenders-for__more::before {
	content: url("../img/hand.svg");
	position: absolute;
	top: -4px;
	left: -28px;
}

.tenders-for__list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	-moz-column-gap: 20px;
	column-gap: 20px;
}

@media (max-width: 1199px) {
	.tenders-for__list {
		-moz-column-gap: 15px;
		column-gap: 15px;
	}
}

@media (max-width: 991px) {
	.tenders-for__list {
		grid-template-columns: repeat(2, minmax(100px, 285px));
		justify-content: center;
		row-gap: 15px;
	}
}

/* @media(max-width: 410px) {
   .tenders-for__list {
      grid-template-columns: minmax(100px, 265px)
   }
} */

.tenders-for__item {
	max-width: 285px;
	width: 100%;
	height: 260px;
	box-shadow: 0 20px 80px rgba(20, 23, 34, 0.05);
	border-radius: 14px;
	background-color: #fff;
}

@media (max-width: 410px) {
	.tenders-for__item {
		height: 215px;
	}
}

.tenders-for__item:nth-child(2) .img-fluid {
	margin-top: -15px;
}

.tenders-for__item-link {
	height: 100%;
	box-sizing: border-box;
	color: #14171f;
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 30px 10px 29px;
}

@media (max-width: 410px) {
	.tenders-for__item-link {
		padding: 20px 10px 20px;
	}
}

.tenders-for__item-image {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 150px;
}

.tenders-for__item-caption {
	display: inline-flex;
	align-items: flex-end;
	font-size: 18px;
	line-height: 1.44;
}

@media (max-width: 575px) {
	.tenders-for__item-caption {
		font-size: 16px;
		line-height: 1.24;
	}
}

@media (max-width: 767px) {
	.tenders-docs {
		margin-top: 30px;
	}
}

.tenders-docs__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.tenders-docs__row {
		flex-wrap: wrap;
	}
}

.tenders-docs__image {
	margin-top: -1.3%;
	margin-left: -14%;
	flex-shrink: 0;
	margin-bottom: -5%;
}

@media (max-width: 1199px) {
	.tenders-docs__image {
		flex-shrink: 1;
		max-width: 60%;
	}
}

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

@media (max-width: 767px) {
	.tenders-docs__image {
		margin: 0 0 20px;
		max-width: 100%;
	}
}

.tenders-docs__text {
	margin-top: 36px;
	margin-left: 50px;
}

@media (max-width: 767px) {
	.tenders-docs__text {
		order: -1;
		margin-left: 0;
	}
}

.tenders-docs__title {
	margin: 0 0 18px 0;
}

@media (max-width: 767px) {
	.tenders-docs__title br {
		display: none;
	}
}

.tenders-docs__subtitle {
	text-align: left;
	margin: 0 0 37px 0;
}

@media (max-width: 767px) {
	.tenders-docs__subtitle br {
		display: none;
	}
}

.tenders-docs__btn {
	max-width: 342px;
	height: 101px;
}

@media (max-width: 767px) {
	.tenders-docs__btn {
		margin-left: auto;
		margin-right: auto;
	}
}

.assembling {
	background: url("../img/18-bg.png") center bottom/auto 859px no-repeat;
	position: relative;
	padding-bottom: 502px;
}

@media (max-width: 1199px) {
	.assembling {
		padding-bottom: 26%;
		background-size: contain;
	}
}

@media (max-width: 575px) {
	.assembling {
		padding-bottom: 180px;
	}
}

.assembling__watermark {
	position: absolute;
	top: 60px;
	left: -10px;
	right: -3%;
	z-index: -1;
}

.assembling__watermark-img {
	max-width: 100%;
	height: auto;
}

.assembling__title {
	text-align: center;
	margin: 0 0 19px 0;
}

.assembling__subtitle {
	margin: 0 0 54px 0;
}

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

@media (max-width: 575px) {
	.assembling__subtitle {
		display: none;
	}
}

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

@media (max-width: 991px) {
	.assembling__row {
		flex-direction: column;
	}
}

@media (max-width: 575px) {
	.assembling__row {
		align-items: center;
	}
}

.assembling-card {
	height: 100%;
	box-sizing: border-box;
	box-shadow: 0 20px 80px rgba(20, 23, 34, 0.05);
	border-radius: 14px;
	background-color: #fff;
	padding: 5px;
	position: relative;
	z-index: 5;
}

.assembling-card__wrapper {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}

.assembling-card__wrapper:nth-child(1) {
	max-width: 396px;
	height: 460px;
	margin-left: 80px;
}

@media (max-width: 1199px) {
	.assembling-card__wrapper:nth-child(1) {
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.assembling-card__wrapper:nth-child(1) {
		max-width: 366px;
		height: 400px;
	}
}

@media (max-width: 410px) {
	.assembling-card__wrapper:nth-child(1) {
		max-width: 100%;
		height: auto;
	}
}

.assembling-card__wrapper:nth-child(1)::after {
	content: url("../img/bolt.png");
	position: absolute;
	top: 66px;
	right: -12px;
	z-index: 7;
}

@media (max-width: 575px) {
	.assembling-card__wrapper:nth-child(1)::after {
		display: none;
	}
}

.assembling-card__wrapper:nth-child(1)::before {
	content: url("../img/bolt2.png");
	position: absolute;
	top: 220px;
	right: -112px;
	z-index: 3;
}

@media (max-width: 991px) {
	.assembling-card__wrapper:nth-child(1)::before {
		display: none;
	}
}

.assembling-card__wrapper:nth-child(2) {
	max-width: 389px;
	height: 430px;
	margin-top: 80px;
	margin-right: 40px;
}

@media (max-width: 1199px) {
	.assembling-card__wrapper:nth-child(2) {
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.assembling-card__wrapper:nth-child(2) {
		align-self: flex-end;
		max-width: 339px;
		height: 360px;
		margin-top: -130px;
	}
}

@media (max-width: 767px) {
	.assembling-card__wrapper:nth-child(2) {
		margin-top: 50px;
	}
}

@media (max-width: 575px) {
	.assembling-card__wrapper:nth-child(2) {
		align-self: initial;
		margin-top: 20px;
	}
}

@media (max-width: 410px) {
	.assembling-card__wrapper:nth-child(2) {
		max-width: 100%;
		height: auto;
	}
}

.assembling-card__img-passport {
	position: absolute;
	top: -20px;
	right: -200px;
	z-index: 2;
}

@media (max-width: 575px) {
	.assembling-card__img-passport {
		display: none;
	}
}

.assembling-card__img-wrench {
	position: absolute;
	top: -115px;
	left: -100px;
	z-index: 2;
}

@media (max-width: 575px) {
	.assembling-card__img-wrench {
		display: none;
	}
}

.assembling-card__bordered {
	height: 100%;
	box-sizing: border-box;
	border-radius: 14px;
	border: 1px solid rgba(0, 0, 0, 0.04);
	padding: 43px 35px 0 39px;
}

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

.assembling-card__title {
	margin: 0 0 12px 0;
}

@media (max-width: 991px) {
	.assembling-card__title {
		line-height: 1.3;
	}
}

.assembling-card__subtitle {
	margin: 0 0 18px 0;
}

@media (max-width: 575px) {
	.assembling-card__subtitle br {
		display: none;
	}
}

.assembling-card__scheme {
	display: flex;
	align-items: center;
}

.assembling-card__scheme-image {
	margin-left: -18px;
	margin-right: 6px;
}

.assembling-card__scheme-caption {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.375;
}

.assembling-card__list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.assembling-card__item:not(:last-child) {
	margin-bottom: 7px;
}

@media (max-width: 991px) {
	.assembling-card__item:not(:last-child) {
		margin-bottom: 4px;
	}
}

.meeting {
	background: url("../img/19-bg.jpg") center/cover no-repeat;
}

.meeting__container {
	position: relative;
	padding-top: 122px;
	padding-bottom: 127px;
}

@media (max-width: 1199px) {
	.meeting__container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.meeting__people {
	position: absolute;
	bottom: 0;
	left: -126px;
	z-index: 1;
}

@media (max-width: 1199px) {
	.meeting__people {
		left: -200px;
		max-width: 90%;
	}
}

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

.meeting__body {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
}

.meeting__title {
	color: #fff;
	text-align: center;
	margin: 0 0 15px 0;
}

@media (max-width: 1199px) {
	.meeting__title br {
		display: none;
	}
}

@media (max-width: 575px) {
	.meeting__title {
		margin: 0 0 12px 0;
	}
}

.meeting__subtitle {
	color: #fff;
	margin: 0 0 52px 0;
}

@media (max-width: 1199px) {
	.meeting__subtitle br {
		display: none;
	}
}

@media (max-width: 575px) {
	.meeting__subtitle {
		display: none;
	}
}

.meeting__activity-list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 51px 0;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.meeting__activity-list {
		margin: 0 0 21px 0;
	}
}

@media (max-width: 767px) {
	.meeting__activity-list {
		flex-direction: column;
	}
}

.meeting__activity-item {
	color: #fff;
	display: flex;
	align-items: center;
}

@media (max-width: 1199px) {
	.meeting__activity-item {
		font-size: 16px;
	}
}

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

@media (max-width: 767px) {
	.meeting__activity-item {
		font-size: 18px;
	}
}

@media (max-width: 410px) {
	.meeting__activity-item {
		font-size: 16px;
	}
}

.meeting__activity-item:nth-child(1) {
	padding-top: 3px;
}

.meeting__activity-item:not(:last-child) {
	margin-right: 10px;
}

@media (max-width: 767px) {
	.meeting__activity-item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.meeting__activity-item::before {
	content: "";
	width: 120px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	margin-right: 20px;
	flex-shrink: 0;
}

@media (max-width: 991px) {
	.meeting__activity-item::before {
		width: 80px;
	}
}

@media (max-width: 767px) {
	.meeting__activity-item::before {
		width: 120px;
	}
}

@media (max-width: 410px) {
	.meeting__activity-item::before {
		width: 80px;
	}
}

.meeting__activity-item:nth-child(1)::before {
	background-image: url("../img/19-1.png");
}

.meeting__activity-item:nth-child(2)::before {
	background-image: url("../img/19-2.png");
}

.meeting__activity-item:nth-child(3)::before {
	background-image: url("../img/19-3.png");
}

.meeting__btn {
	max-width: 442px;
	height: 101px;
	margin-left: auto;
	margin-right: auto;
}

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

.meeting .representative {
	margin: 0 0 70px 0;
	align-self: flex-end;
}

@media (max-width: 991px) {
	.meeting .representative {
		align-self: center;
	}
}

@media (max-width: 575px) {
	.meeting .representative {
		align-self: initial;
	}
}

.meeting .representative__title {
	color: #fff;
	font-weight: 600;
	margin: 0 0 37px 0;
}

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

.meeting-modal .representative {
	padding: 0 9px;
	margin: 0 0 60px 0;
}

@media (max-width: 1199px) {
	.meeting-modal .representative {
		margin: 0 0 30px 0;
	}
}

.meeting-modal .representative__title {
	text-align: center;
	font-weight: 400;
	margin: 0 0 46px 0;
}

@media (max-width: 1199px) {
	.meeting-modal .representative__title {
		margin: 0 0 20px 0;
	}
}

.representative__row {
	display: grid;
	-moz-column-gap: 15px;
	column-gap: 15px;
	grid-template-columns: repeat(2, auto);
	justify-content: space-between;
}

@media (max-width: 1199px) {
	.representative__row {
		grid-template-columns: auto;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.representative__row {
		grid-template-columns: 1fr;
		justify-items: center;
	}
}

.representative__title {
	font-size: 36px;
	line-height: 1.28;
}

.representative__cities {
	width: 500px;
	height: 247px;
	box-sizing: border-box;
	border-radius: 14px;
	padding: 7.5% 9% 0;
	position: relative;
	background-color: #f9fafb;
	background-image: url("../img/russia.png");
	background-position: 90% 26px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.representative__cities {
		padding: 20px;
		max-width: 500px;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (max-width: 410px) {
	.representative__cities {
		height: auto;
	}
}

.representative__cities-title {
	font-weight: 600;
	margin: 0 0 18px 0;
}

.representative__cities-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: space-between;
}

@media (max-width: 575px) {
	.representative__cities-list {
		grid-template-columns: repeat(auto-fit, minmax(80px, 120px));
		-moz-column-gap: 15px;
		column-gap: 15px;
		justify-content: space-evenly;
	}
}

.representative__cities-item {
	box-sizing: border-box;
	margin: 0 0 16px 0;
}

.representative__countries {
	width: 500px;
	height: 324px;
	box-sizing: border-box;
	padding: 7.5% 9% 0;
	border-radius: 14px;
	background-color: #f9fafb;
}

@media (max-width: 575px) {
	.representative__countries {
		padding: 20px;
		max-width: 500px;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.representative__countries-title {
	margin: 0 0 23px 0;
}

.representative__countries-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: space-between;
}

@media (max-width: 575px) {
	.representative__countries-list {
		/*grid-template-columns: repeat(auto-fit, minmax(80px, 48%));*/
		justify-content: flex-start;
		gap: 0 40px;
	}
}

@media (max-width: 400px) {
	.representative__countries-list {
		gap: 0 20px;
	}
}

@media (max-width: 340px) {
	.representative__countries-list {
		gap: 0 10px;
	}

	/*.representative__countries-item::before {
    width: 30px;
    height: 30px;*/
}
.representative__countries-item {
	font-size: 16px;
	line-height: 1.37;
	display: flex;
	align-items: center;
	margin: 0 0 16px 0;
}

@media (max-width: 410px) {
	.representative__countries-item {
		font-size: 14px;
	}

	.meeting-modal .representative__countries-item::before {
		width: 30px;
		height: 30px;
	}
}

.representative__countries-item::before {
	content: "";
	width: 75px;
	height: 75px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 16px;
}

@media (max-width: 575px) {
	.representative__countries-item::before {
		width: 40px;
		height: 40px;
		flex-shrink: 0;
		margin-right: 8px;
	}
}

.representative__countries-item:nth-child(1)::before {
	background-image: url("../img/19-11.png");
}

.representative__countries-item:nth-child(2)::before {
	background-image: url("../img/19-13.png");
}

.representative__countries-item:nth-child(3)::before {
	background-image: url("../img/19-12.png");
}

.representative__countries-item:nth-child(4)::before {
	background-image: url("../img/19-14.png");
}

.map-section {
	margin-top: 122px;
}

@media (max-width: 991px) {
	.map-section {
		margin-top: 52px;
	}
}

.map-section__title {
	text-align: center;
	margin: 0 0 17px 0;
}

@media (max-width: 1199px) {
	.map-section__title br {
		display: none;
	}
}

.map-section__subtitle {
	margin: 0 0 52px 37px;
}

.map-section__tel {
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	color: inherit;
	text-decoration: none;
	padding: 10px 32px;
	white-space: nowrap;
	border-radius: 31px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
	.map-section__tel {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.map-section__tel {
		font-size: 25px;
		padding: 10px 25px;
	}
}

@media (max-width: 575px) {
	.map-section__tel {
		font-size: 23px;
		padding: 7px 15px;
	}
}

.map-section .phone-svg {
	position: relative;
	top: 3px;
	margin-right: 4px;
}

.map-section__switcher-wrapper {
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.map-section__switcher-wrapper {
		margin-bottom: 20px;
	}
}

.map-section .tabs__content {
	position: relative;
}

.map-badge {
	/* width: 100%;
   max-width: 316px; */
	box-sizing: border-box;
	position: absolute;
	top: 130px;
	left: 11px;
	z-index: 5;
	padding: 51px 34px 42px 43px;
	box-shadow: 0 20px 80px rgba(20, 23, 34, 0.05);
	border-radius: 14px;
	background-color: #fff;
}

@media (max-width: 767px) {
	.map-badge {
		position: static;
		margin: 0 auto 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.map-badge__title {
	margin: 0 0 9px 0;
}

.map-badge__title:not(:first-child) {
	margin-top: 21px;
}

.map-badge__tel {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.78;
	font-weight: 500;
}

.map-badge__email {
	font-weight: 500;
	display: inline-block;
	margin-bottom: 8px;
}

.map-badge__p {
	color: #000;
	margin: 0;
}

.footer {
	padding: 43px 0 45px;
}

@media (max-width: 575px) {
	.footer {
		padding: 28px 0 25px;
	}
}

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

@media (max-width: 991px) {
	.footer__row {
		flex-wrap: wrap;
	}
}

@media (max-width: 575px) {
	.footer__row {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.footer .logo__image {
		left: 50%;
		transform: translateX(-50%);
	}
}

.footer .social {
	margin-right: 10px;
}

@media (max-width: 991px) {
	.footer .social {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.footer .social {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.footer__mail-col {
	margin-top: 3px;
	margin-left: 10px;
	margin-right: -69px;
}

@media (max-width: 1199px) {
	.footer__mail-col {
		margin-right: 10px;
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	.footer__mail-col {
		margin-right: 0;
		align-items: flex-end;
	}
}

@media (max-width: 575px) {
	.footer__mail-col {
		align-items: center;
	}
}

.footer__mail-caption {
	color: rgba(20, 23, 31, 0.7);
	margin: 0 0 4px 0;
}

.footer__email {
	margin-bottom: 30px;
	flex-grow: 1;
}

@media (max-width: 991px) {
	.footer__contacts {
		align-self: center;
		order: -1;
	}
}

@media (max-width: 575px) {
	.footer__contacts {
		align-items: center;
		margin-bottom: 20px;
	}
}

.footer__contacts-caption {
	color: rgba(20, 23, 31, 0.7);
	margin: 0 0 2px 0;
}

.footer__contacts-tel {
	color: #14171f;
	margin: 0 0 3px 0;
}

.footer__contacts-working {
	color: #14171f;
	margin: 0 0 10px 0;
}

.social__title {
	font-size: 16px;
	line-height: 1.375;
	font-weight: 500;
	margin: 0 0 11px 0;
}

.social__list {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin: 0 0 26px 0;
}

.social__item:not(:last-child) {
	margin-right: 10px;
}

.social__item-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #f2f4f5;
	width: 52px;
	height: 52px;
}

.social__item-link:hover {
	transition: 0.4s;
}

.social__item-link:hover .social__svg path {
	fill: #fff;
	transition: 0.4s;
}

.social__item-link:hover.inst {
	background-color: #f8348c;
}

.social__item-link:hover.yt {
	background-color: red;
}

.social__item-link:hover.vk {
	background-color: #2787f5;
}

.social__item-link:hover.fb {
	background-color: #1978f3;
}

.tfa {
	display: flex;
	color: rgba(20, 23, 31, 0.4);
	-webkit-text-decoration-color: rgba(20, 23, 31, 0.1);
	text-decoration-color: rgba(20, 23, 31, 0.1);
	text-underline-offset: 3px;
	font-size: 16px;
	line-height: 1.5;
}

.tfa:hover {
	color: #2f80ed;
	transition: 0.4s;
	-webkit-text-decoration-color: rgba(47, 128, 237, 0.4);
	text-decoration-color: rgba(47, 128, 237, 0.4);
}

.tfa:hover .tfa__svg path {
	fill: #2f80ed;
	transition: 0.4s;
}

.tfa:hover .tfa__svg g {
	opacity: 1;
	transition: 0.4s;
}

.tfa__svg {
	margin-right: 16px;
}

.tfa__caption {
	text-align: left;
	position: relative;
	top: -4px;
}

.politic {
	color: rgba(20, 23, 31, 0.4);
	display: inline-block;
	font-size: 16px;
	line-height: 1.25;
	text-decoration: underline;
	text-underline-offset: 8px;
	-webkit-text-decoration-color: rgba(20, 23, 31, 0.1);
	text-decoration-color: rgba(20, 23, 31, 0.1);
}

@media (max-width: 1199px) {
	.politic {
		font-size: 15px;
	}
}

.correctness {
	background: url("../img/t1-bg.jpg") center/cover no-repeat;
	color: #fff;
}

.correctness__body {
	padding: 281px 0 171px;
	position: relative;
	z-index: 5;
}

@media (max-width: 1199px) {
	.correctness__body {
		padding: 201px 0 71px;
	}
}

@media (max-width: 991px) {
	.correctness__body {
		padding: 201px 0 41px;
	}
}

@media (max-width: 575px) {
	.correctness__body {
		padding: 145px 0 40px 0;
	}
}

.correctness__image {
	position: absolute;
	bottom: 0;
	right: -22%;
}

@media (max-width: 1199px) {
	.correctness__image {
		max-width: 66%;
		right: -16%;
	}
}

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

.correctness__title {
	font-size: 56px;
	line-height: 1.15;
	font-weight: 600;
	margin: 0 0 17px 0;
}

.correctness__subtitle {
	font-weight: 400;
	line-height: 1.33;
	margin: 0 0 72px 0;
}

@media (max-width: 1199px) {
	.correctness__subtitle {
		margin: 0 0 28px 0;
	}
}

@media (max-width: 575px) {
	.correctness__subtitle br {
		display: none;
	}
}

.correctness__please {
	font-weight: 400;
	position: relative;
	font-size: 24px;
	line-height: 1.42;
	padding-left: 48px;
	margin: 0 0 25px 0;
}

@media (max-width: 575px) {
	.correctness__please br {
		display: none;
	}
}

.correctness__please::before {
	content: url("../img/t1-2.svg");
	position: absolute;
	top: 0;
	left: 0;
}

.recommendation-form {
	max-width: 708px;
	width: 100%;
}

.recommendation-form__row {
	display: flex;
	margin: 0 0 30px 0;
}

@media (max-width: 1199px) {
	.recommendation-form__row {
		margin: 0 0 15px 0;
	}
}

@media (max-width: 767px) {
	.recommendation-form__row {
		flex-direction: column;
		align-items: center;
	}
}

.recommendation-form__input {
	background-image: url("../img/inputgr.png");
	max-width: 349px;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.recommendation-form__input {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.was-validated .recommendation-form__input:valid {
	background-image: url("../img/inputgr-ok.png");
}

.was-validated .recommendation-form__input:invalid {
	background-image: url("../img/inputgr-error.png");
}

.recommendation-form__button {
	max-width: 349px;
	height: 101px;
}

.director {
	margin-top: -50px;
	margin-bottom: 120px;
}

@media (max-width: 1199px) {
	.director {
		margin-bottom: 60px;
	}
}

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

@media (max-width: 767px) {
	.director {
		margin-top: 50px;
	}
}

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

@media (max-width: 1199px) {
	.director__row {
		align-items: center;
	}
}

@media (max-width: 767px) {
	.director__row {
		flex-wrap: wrap;
	}
}

.director__text {
	margin-top: 12.5%;
}

@media (max-width: 1199px) {
	.director__text {
		margin-top: 0;
	}
}

.director__title {
	font-weight: 400;
	font-size: 40px;
	line-height: 1.25;
	margin: 0 0 18px 0;
}

.director__subtitle {
	text-align: left;
	margin: 0;
}

.director__video {
	max-width: 50%;
	height: 460px;
}

@media (max-width: 1199px) {
	.director__video {
		background-size: contain;
		height: 360px;
	}
}

@media (max-width: 767px) {
	.director__video {
		max-width: 100%;
		height: auto;
		padding-bottom: 77%;
	}
}

.director__watch {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.on-date {
	margin: 0 0 130px 0;
}

@media (max-width: 1199px) {
	.on-date {
		margin: 0 0 60px 0;
	}
}

.on-date__title {
	text-align: center;
	margin: 0 0 56px 0;
}

@media (max-width: 1199px) {
	.on-date__title {
		margin: 0 0 30px 0;
	}
}

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

.on-date__poster {
	width: 100%;
	max-width: 1200px;
	height: 510px;
}

@media (max-width: 1199px) {
	.on-date__poster {
		height: 470px;
	}
}

@media (max-width: 991px) {
	.on-date__poster {
		height: 430px;
	}
}

@media (max-width: 767px) {
	.on-date__poster {
		height: auto;
	}
}

.on-date__poster:not(:last-child) {
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.on-date__poster-image {
		position: static;
	}
}

.on-date__poster-image .img {
	display: block;
	border-radius: 14px;
	background-color: #3b3b43;
}

@media (max-width: 767px) {
	.on-date__poster-image .img {
		width: 200%;
		max-width: initial;
		position: relative;
		left: -100%;
	}
}

.on-date__poster-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 0 8.4%;
	color: #fff;
}

@media (max-width: 767px) {
	.on-date__poster-text {
		color: #14171f;
		padding: 5px 15px;
	}
}

@media (max-width: 575px) {
	.on-date__poster-text br {
		display: none;
	}
}

.on-date__poster-title {
	font-weight: 400;
	margin: 0 0 20px 0;
}

@media (max-width: 767px) {
	.on-date__poster-title {
		margin: 0 0 8px 0;
	}
}

.on-date__poster-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.on-date__poster-item:not(:last-child) {
	margin-bottom: 7px;
}

@media (max-width: 767px) {
	.on-date__poster-item:not(:last-child) {
		margin-bottom: 2px;
	}
}

.instagram {
	position: relative;
	color: #fff;
}

.instagram__row {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.instagram__row {
		flex-wrap: wrap;
	}
}

.instagram__text {
	padding-top: 11.7%;
	padding-bottom: 12.3%;
	margin-right: 9%;
}

@media (max-width: 991px) {
	.instagram__text {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.instagram__text {
		text-align: center;
		padding-bottom: 20px;
		margin-right: 0;
	}
}

.instagram__title {
	font-weight: 600;
	margin: 0 0 54px 0;
}

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

	.instagram__title br {
		display: none;
	}
}

.instagram__btn {
	max-width: 349px;
	height: 101px;
}

.instagram__image {
	flex: 0 0 38%;
	align-self: flex-end;
}

@media (max-width: 767px) {
	.instagram__image {
		flex: 0 1 auto;
	}
}

.content-load {
	height: 0;
	overflow: hidden;
}

.gallery-block-alt {
	margin-top: -170px;
	margin-bottom: 104px;
}

@media (max-width: 1199px) {
	.gallery-block-alt {
		margin-bottom: 54px;
	}
}

@media (max-width: 991px) {
	.gallery-block-alt {
		margin-top: 0;
	}
}

.gallery-block-alt .gallery-item {
	max-width: 285px !important;
	box-sizing: border-box;
	background-size: contain;
	background-position: 50% 0;
	background-repeat: no-repeat;
	border-radius: 20px;
	background-color: #f9fafb;
	padding: 18% 20px 3% 3%;
}

@media (max-width: 991px) {
	.gallery-block-alt .gallery-item {
		padding-top: 200px;
	}
}

@media (max-width: 575px) {
	.gallery-block-alt .gallery-item:nth-child(2) {
		margin-right: 0;
	}

	.gallery-block-alt .gallery-item:nth-child(3) {
		order: -2;
	}

	.gallery-block-alt .gallery-item:nth-child(4) {
		order: -1;
		margin-right: 15px;
	}
}

.gallery-block-alt .gallery-item:nth-child(3) .gallery-item__item:not(:last-child) {
	margin-bottom: 6px;
}

.gallery-block-alt .gallery-item__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 13px 0;
}

@media (max-width: 1199px) {
	.gallery-block-alt .gallery-item__title br {
		display: none;
	}
}

@media (max-width: 991px) {
	.gallery-block-alt .gallery-item__title {
		margin: 0 0 8px 0;
	}
}

.gallery-block-alt .gallery-item__desc {
	font-size: 16px;
	line-height: 1.375;
	margin: 0;
}

.gallery-block-alt .gallery-item__list {
	list-style: none;
	padding-left: 0;
	margin: -2px 0 0;
}

.gallery-block-alt .gallery-item__item {
	font-size: 16px;
	line-height: 1.375;
}

.gallery-block-alt .gallery-item__item:not(:last-child) {
	margin-bottom: 9px;
}

.gallery-block-alt .gallery-item__item::before {
	top: 9px;
}

.template-entry {
	background-color: #060202;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 237px;
	padding-bottom: 456px;
	border-radius: 0 0 60px 60px;
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.template-entry {
		padding-top: 207px;
		border-radius: 0 0 30px 30px;
	}
}

@media (max-width: 575px) {
	.template-entry {
		background-position: 0 bottom;
		padding-top: 167px;
		padding-bottom: 236px;
	}
}

@media (max-width: 410px) {
	.template-entry {
		padding-bottom: 186px;
	}
}

.template-entry .container {
	text-align: center;
}

.template-entry__title {
	font-weight: 600;
	margin: 0 0 8px 0;
}

.template-entry__subtitle {
	font-size: 32px;
	line-height: 1.31;
	font-weight: 400;
	margin: 0 0 56px 0;
}

.template-entry__btn {
	max-width: 427px;
	height: 101px;
}

@media (max-width: 575px) {
	.template-entry__btn {
		font-size: 13px;
	}
}

.typical {
	margin: 0 0 140px 0;
}

@media (max-width: 1199px) {
	.typical {
		margin: 0 0 60px 0;
	}
}

.typical__title {
	margin: 0 0 55px 0;
}

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

.typical .tabs__content {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.typical .tabs__content {
		flex-direction: column;
	}
}

/* .typical .tabs__nav-tabs {
	max-width: 36.5%;
}

@media (max-width: 991px) {
	.typical .tabs__nav-tabs {
		max-width: 100%;
	}
} */

.typical .nav-link {
	padding-left: 13%;
}

@media (max-width: 1199px) {
	.typical .nav-link {
		font-size: 16px;
	}
}

@media (max-width: 1199px) {
	.typical .nav-tabs .slick-track {
		padding: 15px 0;
	}
}

.typical .tab-pane__image-fluid {
	margin-bottom: 0;
}

.typical .tab-pane__image-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.template-page .production__list {
	margin: 0 0 13px 0;
}

@media (max-width: 1199px) {
	.template-page .production__list {
		margin: 0px 0 30px 0;
	}
}

.template-page .production {
	margin: 0 0 131px 0;
}

.template-page .examples {
	padding: 130px 0 130px;
	margin-bottom: 120px;
	background-image: url("../img/te-6-bg.jpg");
}

@media (max-width: 1199px) {
	.template-page .examples {
		padding: 50px 0 50px;
		margin-bottom: 50px;
	}
}

.template-page .examples__badge {
	margin-top: 46.8%;
}

.template-page .examples-form .form-check {
	margin: 0 0 38px 0;
}

.template-page .portfolio-section__title {
	margin: 0 0 53px 0;
}

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

@media (max-width: 1199px) {
	.watching {
		align-items: center;
	}
}

@media (max-width: 767px) {
	.watching {
		flex-wrap: wrap;
	}
}

.watching__text {
	margin-top: 12.5%;
	margin-right: 15px;
}

@media (max-width: 1199px) {
	.watching__text {
		margin-top: 0;
	}
}

.watching__title {
	font-weight: 600;
	font-size: 40px;
	line-height: 1.25;
	margin: 0 0 18px 0;
}

@media (max-width: 1199px) {
	.watching__title br {
		display: none;
	}
}

.watching__preview {
	padding: 3.2% 3% 3% 3.2%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.watching__preview-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 10px;
}

.watching__video {
	box-sizing: border-box;
	max-width: 54%;
	height: 500px;
	background-size: contain;
}

@media (max-width: 1199px) {
	.watching__video {
		height: 350px;
	}
}

@media (max-width: 991px) {
	.watching__video {
		height: 225px;
	}
}

@media (max-width: 575px) {
	.watching__video {
		width: 100%;
		height: auto;
		max-width: initial;
	}
}

.watching__watch {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.project3d {
	position: relative;
}

.project3d .bg-image {
	overflow: hidden;
	border-radius: 50px;
}

@media (max-width: 991px) {
	.project3d .bg-image__img {
		-o-object-position: left center;
		object-position: left center;
	}
}

.project3d__container {
	position: relative;
}

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

.project3d__title {
	color: #fff;
	margin: 0 0 44px 0;
}

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

@media (max-width: 575px) {
	.project3d__title {
		margin: 0 0 10px 0;
	}
}

.project3d__text {
	padding: 10% 0 10.8%;
	max-width: 42%;
}

@media (max-width: 1199px) {
	.project3d__text {
		max-width: 45%;
	}
}

@media (max-width: 991px) {
	.project3d__text {
		max-width: initial;
	}
}

@media (max-width: 575px) {
	.project3d__text {
		padding: 7% 0 3%;
	}
}

.project3d__image-block {
	position: absolute;
	bottom: 0;
	left: 43.2%;
}

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

.project3d__img {
	display: block;
}

@media (max-width: 991px) {
	.project3d__img {
		max-width: 620px;
	}
}

.project3d__monitor-image {
	position: absolute;
	top: 1.4%;
	left: 6.7%;
	width: 83.5%;
	height: 61.4%;
}

.project3d__call {
	position: absolute;
	top: 64.4%;
	left: 19px;
	padding: 28px 44px;
	box-shadow: 0 20px 80px rgba(20, 23, 34, 0.05);
	border-radius: 45px;
	background-color: #fff;
}

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

.project3d__call .call__icon {
	margin-left: -8px;
}

.project3d-form {
	border: none;
	max-width: 409px;
}

@media (max-width: 575px) {
	.project3d-form {
		margin-left: auto;
		margin-right: auto;
	}
}

.project3d-form__input {
	background-image: url("../img/inputgr.png");
	position: relative;
	z-index: 8;
	margin: 0 0 9px 0;
}

.was-validated .project3d-form__input:valid {
	background-image: url("../img/inputgr-ok.png");
}

.was-validated .project3d-form__input:invalid {
	background-image: url("../img/inputgr-error.png");
}

.project3d-form__btn {
	margin: 5px 0 32px 0;
}

@media (max-width: 575px) {
	.project3d-form__btn {
		font-size: 13px;
		height: 80px !important;
		margin-bottom: 15px;
	}
}

.quiz-modal {
	max-width: 1200px;
	width: 100%;
	padding: 60px 80px 60px;
	border-radius: 24px;
	background-color: #f9fafb;
}

@media (max-width: 1199px) {
	.quiz-modal {
		padding: 5%;
	}
}

@media (max-width: 575px) {
	.quiz-modal .quiz-section__title,
	.quiz-modal .quiz-section__presents,
	.quiz-modal .quiz-section__subtitle-wrapper,
	.quiz-modal .finish-on {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.quiz-modal .step__title br {
		display: none;
	}
}

@media (max-width: 575px) {
	.quiz-modal {
		padding: 20px 20px;
	}
}

@media (max-width: 1199px) {
	.quiz-modal .quiz-finish__ready {
		max-width: 40%;
	}
}

@media (max-width: 991px) {
	.quiz-modal .quiz-finish__ready {
		max-width: initial;
	}
}

@media (max-width: 410px) {
	.quiz-modal .progress-bar {
		margin: 0 0 15px 0;
	}
}

@media (max-width: 410px) {
	.quiz-modal .step__title {
		font-size: 20px !important;
		margin: 0 0 15px 0;
	}
}

@media (max-width: 410px) {
	.quiz-modal .quiz-btn {
		height: 60px !important;
	}
}

@media (max-width: 410px) {
	.quiz-modal .buttons {
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.fancybox__slide {
		padding: 64px 40px;
	}
}

.consultation-modal {
	width: 100%;
	border-radius: 20px;
}

.consultation-modal.fancybox__content {
	padding: 0;
}

.consultation-modal .consultation__title {
	padding-top: 20px;
	font-size: 50px;
}

@media (max-width: 410px) {
	.consultation-modal .h2 {
		font-size: 22px !important;
	}
}

.consultation-modal .consultation-list {
	margin: 0 0 43px 0;
}

.fancybox__content {
	color: #14171f;
}

.feedback-modal {
	padding: 0;
	background-color: transparent;
}

.feedback-modal__row {
	display: flex;
	justify-content: center;
}

.feedback-modal__image {
	border-radius: 26px 0 0 26px;
	overflow: hidden;
	flex-shrink: 0;
}

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

.feedback-modal__form-wrapper {
	flex: 0 0 507px;
	box-sizing: border-box;
	border-radius: 0 26px 26px 0;
	background-color: #fff;
	padding: 5px;
}

@media (max-width: 991px) {
	.feedback-modal__form-wrapper {
		border-radius: 26px;
		flex: 0 1 464px;
	}
}

.feedback-modal__form {
	padding: 48px 49px 20px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: inherit;
	border: 1px solid rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
}

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

.feedback-modal__title {
	font-size: 42px;
	font-weight: 600;
	margin: 0 0 6px 0;
}

.feedback-modal__subtitle {
	font-size: 24px;
	line-height: 1.33;
	margin: 0 0 35px 0;
}

@media (max-width: 991px) {
	.feedback-modal__subtitle {
		margin: 0 0 20px 0;
	}
}

@media (max-width: 575px) {
	.feedback-modal__subtitle {
		font-size: 20px;
	}

	.feedback-modal__subtitle br {
		display: none;
	}
}

.feedback-modal__input {
	background-image: url("../img/inputgr.png");
	margin: 0 0 14px 0;
}

.was-validated .feedback-modal__input:valid {
	background-image: url("../img/inputgr-ok.png");
}

.was-validated .feedback-modal__input:invalid {
	background-image: url("../img/inputgr-error.png");
}

.feedback-modal__btn {
	height: 101px;
	margin-bottom: 31px;
}

@media (max-width: 991px) {
	.feedback-modal__btn {
		background-size: 100.3% 100%;
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.feedback-modal__btn {
		font-size: 13px;
	}
}

.meeting-modal,
.invite-modal {
	max-width: 1300px;
	border-radius: 26px;
	background-color: #fff;
}

.meeting-modal {
	padding: 73px 100px 90px;
}

.meeting-modal .meeting__title {
	color: #14171f;
}

@media (max-width: 1199px) {
	.meeting-modal {
		padding: 4%;
	}
}

.get-contacts__title {
	position: relative;
	z-index: 5;
	font-weight: 600;
	margin: 0 0 39px 0;
}

@media (max-width: 1199px) {
	.get-contacts__title {
		margin: 0 0 20px 0;
	}
}

@media (max-width: 991px) {
	.get-contacts__title {
		text-align: center;
	}

	.get-contacts__title br {
		display: none;
	}
}

@media (max-width: 575px) {
	.get-contacts__title {
		margin: 0;
	}
}

.get-contacts__form {
	position: relative;
	border: none;
}

.get-contacts__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 991px) {
	.get-contacts__row {
		flex-direction: column;
	}
}

.get-contacts__row:last-child {
	margin-top: 26px;
}

@media (max-width: 1199px) {
	.get-contacts__row:last-child {
		margin-top: 15px;
	}
}

.get-contacts__input {
	background-image: url("../img/inputgr.png");
	max-width: 360px;
	margin-right: 9px;
}

@media (max-width: 991px) {
	.get-contacts__input {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.was-validated .get-contacts__input:valid {
	background-image: url("../img/inputgr-ok.png");
}

.was-validated .get-contacts__input:invalid {
	background-image: url("../img/inputgr-error.png");
}

.get-contacts__btn {
	max-width: 364px;
	height: 101px;
}

@media (max-width: 410px) {
	.get-contacts__btn {
		font-size: 14px;
	}
}

.get-contacts__form-img {
	position: absolute;
	top: -240px;
	right: -30px;
}

@media (max-width: 1199px) {
	.get-contacts__form-img {
		display: none;
	}
}

@media (max-width: 991px) {
	.get-contacts__call {
		order: 1;
		margin-top: 15px;
	}
}

.tooltip {
	position: relative;
}

@media (max-width: 575px) {
	.tooltip {
		display: inline;
	}
}

.tooltip__link,
.tooltip-mob {
	cursor: pointer;
	position: relative;
	color: inherit;
	text-decoration: underline;
	-webkit-text-decoration-color: rgba(255, 255, 255, 0.3);
	text-decoration-color: rgba(255, 255, 255, 0.3);
	text-decoration-thickness: 1px;
	text-underline-offset: 16px;
}

.tooltip-mob {
	display: none;
}

.tooltip__link br,
.tooltip-mob br {
	display: none;
}

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

	.tooltip-mob {
		text-underline-offset: 5px;
		display: inline;
	}
}

@media (max-width: 991px) {
	.tooltip__link,
	.tooltip-mob {
		text-underline-offset: 10px;
	}
}

@media (max-width: 480px) {
	.tooltip-mob br {
		display: block;
	}
}

.tooltip__link::after,
.tooltip-mob::after {
	content: "";
	width: 40px;
	height: 40px;
	background: url("../img/h1i.svg") center/contain no-repeat;
	position: absolute;
	right: -54px;
	bottom: 4%;
}

@media (max-width: 991px) {
	.tooltip__link::after,
	.tooltip-mob::after {
		bottom: 2px;
		right: -47px;
	}
}

@media (max-width: 767px) {
	.tooltip__link::after,
	.tooltip-mob::after {
		bottom: -3px;
	}
}

@media (max-width: 575px) {
	.tooltip__link::after,
	.tooltip-mob::after {
		width: 33px;
		height: 33px;
		right: -37px;
		bottom: 2px;
	}
}

@media (max-width: 410px) {
	.tooltip__link::after,
	.tooltip-mob::after {
		width: 30px;
		height: 30px;
		right: -34px;
		bottom: -1px;
	}
}

.tooltip__text-block {
	display: none;
	width: 100%;
	max-width: 947px;
	color: #14171f;
	box-sizing: border-box;
	padding: 44px 57px;
	border-radius: 16px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	z-index: 30;
	bottom: 116%;
	left: 50%;
	transform: translateX(-50%);
}

.tooltip__title h4,
.tooltip__subtitle {
	text-align: center;
}

.tooltip__link:focus + .tooltip__text-block {
	display: block;
}

/* .tooltip__checkbox {
   display: none;
}

.tooltip__checkbox:checked+.tooltip__text-block {
   display: block
} */

@media (max-width: 1199px) {
	.tooltip__text-block {
		padding: 3%;
	}
}

.tooltip__text-block::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -21px;
	margin-bottom: -5px;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	background-color: #fff;
	transform: rotate(45deg);
	z-index: -1;
}

.tooltip__title {
	margin: 0 0 11px 0;
	text-align: center;
}

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

@media (max-width: 575px) {
	.tooltip__title {
		line-height: 1.28;
	}
}

.tooltip__subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

@media (max-width: 575px) {
	.tooltip__subtitle {
		font-size: 18px;
		line-height: 1.3;
	}
}

.case-modal {
	max-width: 920px;
	padding: 70px;
	border-radius: 26px;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.case-modal {
		padding: 5%;
	}

	.tooltip-modal {
		max-width: 600px;
	}
}

.case-modal .tab-pane {
	height: auto;
}

.invite-modal {
	padding: 73px 88px 90px;
}

@media (max-width: 1199px) {
	.invite-modal {
		padding: 4%;
	}
}

@media (min-width: 1200px) {
	.invite-modal .get-contacts {
		padding-left: 12px;
	}
}

@media (min-width: 1200px) {
	.invite-modal .call {
		padding-left: 12px;
	}
}

.invite-modal__title {
	color: #14171f;
	text-align: center;
	margin: 0 0 45px 0;
}

@media (max-width: 1199px) {
	.invite-modal__title {
		margin: 0 0 25px 0;
	}
}

.invite-modal__desc-list {
	padding: 0 6.4% 6.8%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 6.4% 0;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	.invite-modal__desc-list {
		padding-bottom: 4.8%;
		margin-bottom: 4.4%;
	}
}

@media (max-width: 991px) {
	.invite-modal__desc-list {
		flex-direction: column;
	}
}

.invite-modal__desc-item:not(:last-child) {
	margin-right: 15px;
}

@media (max-width: 991px) {
	.invite-modal__desc-item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 18px;
	}
}

.invite-modal__desc-term {
	margin: 0 0 10px 0;
}

@media (max-width: 991px) {
	.invite-modal__desc-term {
		margin: 0 0 3px 0;
	}
}

.invite-modal__desc-definition {
	margin: 0;
}

@media (max-width: 1199px) {
	.invite-modal__desc-definition br {
		display: none;
	}
}

.tender-modal {
	border-radius: 26px;
	max-width: 507px;
	padding: 5px;
}

/*# sourceMappingURL=style.css.map */

.cert-download {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	justify-content: space-between;
	margin-top: 50px;
	padding-bottom: 50px;
}
@media (max-width: 768px) {
	.cert-download {
		grid-template-columns: repeat(2, 1fr);
	}
}
.cert-download__column {
}
.cert-download__pic img {
	max-width: 100%;
}
.cert-download__text {
	color: #2f80ed;
	font-size: 18px;
	margin-top: 20px;
}
@media (max-width: 768px) {
	.cert-download__text {
		font-size: 16px;
	}
}
.certs__subtitle {
	margin-top: 70px;
	text-align: center;
	margin-bottom: 30px;
}
