/*# sourceMappingURL=index.min.css.map */

body {
	font-family: "Inter-UI-Regular";
}

main {
	margin-top: 120px;
}

.c-title.align-center {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1023px) {
	.c-title {
		max-width: 600px;
		margin: 0 auto;
		text-align: center;
	}
}

.c-title__sub {
	font-family: "Inter-UI-Medium";
	color: #8c8c8c;
	letter-spacing: .5rem;
}

.c-title__main {
	margin-top: 1.7rem;
	font-size: 3.6rem;
}

.c-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20rem;
	height: 6.4rem;
	background-color: #dc1825;
	color: #fff !important;
	text-align: center;
	font-family: "Inter-UI-Medium";
	transition: background-color 500ms cubic-bezier(.2, 0, 0, 1);
}

.c-btn:hover {
	background-color: #001e5c;
}

.c-btn:hover::after {
	transform: translateX(.4rem);
}

.c-btn::after {
	content: "";
	width: 2.9rem;
	height: .7rem;
	margin-left: 1.4rem;
	background: url("../image/arrow_right.svg") no-repeat center center;
	background-size: cover;
	transition: transform 500ms cubic-bezier(.2, 0, 0, 1);
}

.c-contact {
	position: relative;
	overflow: hidden;
}

.c-contact::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 35.3rem;
	background: url("../image/noise_light_gray.png");
}

.c-contact::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 31.3rem;
	background: url("../image/contact_bg.jpg") no-repeat center center;
	background-size: cover;
}

.c-contact__container {
	position: relative;
	z-index: 1;
}

.c-contact__content {
	max-width: 560px;
	padding-top: 6.8rem;
	padding-bottom: 5.7rem;
}

.c-contact__title {
	font-size: 3rem;
	font-family: "Inter-UI-Medium";
}

.c-contact__description {
	line-height: 1.875;
	margin-top: 2.5rem;
	color: #8c8c8c;
}

.c-contact__form {
	position: relative;
	padding: 6rem 6rem 4rem;
	margin-left: 4rem;
	background-color: #fff;
}

.c-contact__form::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 9.6rem;
	height: 35.3rem;
	background: url("../image/contact_shadow_right.png") no-repeat center center;
	background-size: cover;
}

.c-contact__label {
	display: block;
	margin-bottom: 10px;
}

.c-contact__input, .c-contact__textarea, .c-contact__select {
	width: 100%;
	height: 7.2rem;
	padding: 0 2rem;
	margin-bottom: 3rem;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
}

.c-contact__input::-moz-placeholder, .c-contact__textarea::-moz-placeholder, .c-contact__select::-moz-placeholder {
	color: #8c8c8c;
}

.c-contact__input::placeholder, .c-contact__textarea::placeholder, .c-contact__select::placeholder {
	color: #8c8c8c;
}

.c-contact__input--file-sub {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.5rem;
	background-color: #fff7f8;
	border: 1px dashed #dc1825;
	cursor: pointer;
}

.c-contact__input--file-sub::before {
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 2rem;
	background: url("../image/icon_upload.png") no-repeat center center;
	background-size: cover;
}

.c-contact__textarea {
	height: 15.6rem;
	padding: 2rem;
	margin-bottom: 4rem;
}

.c-contact__submit {
	display: block;
	width: 24rem;
	height: 6.4rem;
	margin: 0 auto;
	background-color: #dc1825;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.c-cases-item__img-wrap {
	position: relative;
}

.c-cases-item__img-wrap:hover .c-cases-item__btn-wrap {
	opacity: 1;
}

.c-cases-item__btn {
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16rem;
	height: 4.8rem;
	background-color: #fff;
	color: #dc1825;
	text-align: center;
	font-size: 1.5rem;
	font-family: "Inter-UI-Medium";
	transition: background-color 500ms cubic-bezier(.2, 0, 0, 1), color 500ms cubic-bezier(.2, 0, 0, 1);
}

.c-cases-item__btn--black {
	display: none;
	margin-top: 2.5rem;
	background-color: #2a2a2a;
	color: #fff;
}

.c-cases-item__btn:hover {
	background-color: #dc1825;
	color: #fff;
}

.c-cases-item__btn-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 500ms cubic-bezier(.2, 0, 0, 1);
}

.c-cases-item__content {
	padding: 2.5rem 2rem 0;
}

.c-cases-item__title {
	font-size: 1.8rem;
	font-family: "Inter-UI-Medium";
	height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.c-cases-item__excerpt {
	height: 4.5em;
	margin-top: 1rem;
	color: #8c8c8c;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.c-banner {
	background-size: cover !important;
}

.c-banner__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 300px;
}

.c-banner__title {
	font-size: 5rem;
	font-family: "Inter-UI-Regular";
}

.c-breadcrumbs {
	background: #fff;
}

.c-breadcrumbs__container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 13px 0;
}

.c-breadcrumbs-item--current {
	font-family: "Inter-UI-Medium";
}

.c-breadcrumbs a:hover svg {
	fill: #dc1825;
}

.c-F-layout {
	padding-bottom: 6rem;
}

.c-F-layout .aside {
	margin-left: 4rem;
	margin-top: 4rem;
}

.c-F-layout .article {
	margin-top: 4rem;
}

.c-aside-item {
	padding: 33px 38px 38px 38px;
	margin-bottom: 30px;
	border: 2px solid #eef0f2;
}

.c-aside-item__title {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px solid #eef0f2;
	font-size: 2rem;
	font-family: "Inter-UI-Bold";
}

.c-aside-item__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 5.6rem;
	height: 2px;
	background-color: #dc1825;
}

.c-aside-item__content {
	margin-top: 40px;
}

.c-aside-item .menu__item {
	margin-top: 5px;
	background-color: #f7f7f7;
}

.c-aside-item .menu__item.active .menu__icon-arrow {
	transform: rotate(90deg);
}

.c-aside-item .menu__item.current-menu-item>.menu__header, .c-aside-item .menu__item.current-menu-parent>.menu__header, .c-aside-item .menu__item.current-menu-ancestor>.menu__header {
	background-color: #dc1825;
}

.c-aside-item .menu__item.current-menu-item>.menu__header .menu__link, .c-aside-item .menu__item.current-menu-parent>.menu__header .menu__link, .c-aside-item .menu__item.current-menu-ancestor>.menu__header .menu__link {
	color: #fff;
}

.c-aside-item .menu__item.current-menu-item>.menu__header .menu__icon-arrow, .c-aside-item .menu__item.current-menu-parent>.menu__header .menu__icon-arrow, .c-aside-item .menu__item.current-menu-ancestor>.menu__header .menu__icon-arrow {
	background: url("../image/menu_arrow_hover.svg") no-repeat center center;
}

.c-aside-item .menu__item.current-menu-item>.menu__link, .c-aside-item .menu__item.current-menu-parent>.menu__link, .c-aside-item .menu__item.current-menu-ancestor>.menu__link {
	color: #dc1825;
}

.c-aside-item .menu__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 30px;
	font-family: "Inter-UI-Medium";
	cursor: pointer;
	transition: background-color 500ms cubic-bezier(.2, 0, 0, 1);
}

.c-aside-item .menu__header:hover {
	background-color: #dc1825;
}

.c-aside-item .menu__item.current-menu-item>.menu__header .menu__icon-arrow.nitro-lazy, .c-aside-item .menu__item.current-menu-parent>.menu__header .menu__icon-arrow.nitro-lazy, .c-aside-item .menu__item.current-menu-ancestor>.menu__header .menu__icon-arrow.nitro-lazy {
	background-image: none !important;
}

.c-aside-item .menu__header:hover .menu__link {
	color: #fff;
}

.c-aside-item .menu__header:hover .menu__icon-arrow {
	background: url("../image/menu_arrow_hover.svg") no-repeat center center;
}

.c-aside-item .menu__header:hover .menu__icon-arrow.nitro-lazy {
	background-image: none !important;
}

.c-aside-item .menu__link {
	display: inline-block;
	max-width: 100%;
	transition: color 500ms cubic-bezier(.2, 0, 0, 1);
}

.c-aside-item .menu__icon-arrow {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	background: url("../image/menu_arrow.svg") no-repeat center center;
	background-size: cover;
	transition: background 500ms cubic-bezier(.2, 0, 0, 1), transform 500ms cubic-bezier(.2, 0, 0, 1);
}

.c-aside-item .menu__icon-arrow.nitro-lazy {
	background-image: none !important;
}

.c-aside-item .menu__children {
	padding-bottom: 18px;
	display: none;
}

.c-aside-item .menu__children .menu__item {
	padding: 0 40px;
	margin-top: 18px;
}

.c-aside-item .form__container {
	display: flex;
	align-items: center;
}

.c-aside-item .form__input {
	flex-grow: 1;
}

.c-aside-item .form__input-inner {
	width: 100%;
	height: 6.4rem;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.c-aside-item .form__input-inner::-moz-placeholder {
	color: #8c8c8c;
}

.c-aside-item .form__input-inner::placeholder {
	color: #8c8c8c;
}

.c-aside-item .form__submit {
	flex-shrink: 0;
}

.c-aside-item .form__submit-inner {
	width: 2.8rem;
	height: 2.8rem;
	background: url("../image/search.svg") no-repeat center center;
	border: 0;
	cursor: pointer;
}

.c-aside-item .form__submit-inner.nitro-lazy {
	background-image: none !important;
}

.c-aside-item .contact-item {
	display: flex;
	align-items: flex-start;
	margin: 2.2rem 0;
}

.c-aside-item .contact-item__icon {
	flex-shrink: 0;
	width: 1.6rem;
	margin-right: 1rem;
	margin-top: .4rem;
}

.c-aside-item .contact-item--email {
	color: #dc1825;
	text-decoration: underline;
}

.c-aside-item .socials {
	display: flex;
	align-items: center;
	padding-top: 3rem;
	border-top: 1px solid #eef0f2;
}

.c-aside-item .socials__item {
	margin-left: 2rem;
}

.c-aside-item .socials__item:hover svg {
	fill: #dc1825;
}

.c-aside-item .tags {
	display: flex;
	flex-wrap: wrap;
}

.c-aside-item .tags__item {
	padding: 1rem 1.5rem;
	margin: .5rem 0;
	margin-right: 1rem;
	background-color: #f7f7f7;
	border: 1px solid #ececec;
	color: #666;
	font-size: 1.4rem;
}

.c-aside-item .tags__item:hover, .c-aside-item .tags__item.active {
	background-color: #dc1825;
	border-color: #dc1825;
	color: #fff;
}

.c-aside-item .popular-blog__item {
	display: block;
	margin-top: 2.2rem;
}

.c-aside-item .popular-blog__date {
	font-size: 1.4rem;
	color: #8c8c8c;
}

.c-aside-item .popular-blog__title {
	margin-top: .4rem;
	font-family: "Inter-UI-Medium";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.c-services-item:hover .c-services-item__img-wrap::after {
	opacity: 1;
}

.c-services-item__img-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	opacity: 0;
	transition: opacity 500ms cubic-bezier(.2, 0, 0, 1);
}

.c-services-item__content {
	padding: 7.777777% 0;
	background-color: #fff;
}

.c-services-item__title {
	text-align: center;
	font-size: 2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.c-contact-bar {
	background: url("../image/img_bg_footer_contact1.jpg") no-repeat center center;
	background-size: cover !important;
	color: #fff;
	text-align: center;
}

.c-contact-bar.nitro-lazy {
	background-image: none !important;
}

.c-contact-bar__container {
	padding-top: 7.3rem;
	padding-bottom: 8.6rem;
}

.c-contact-bar__title {
	font-size: 2.8rem;
	font-family: "Inter-UI-Medium";
}

.c-contact-bar__btn {
	display: inline-block;
	margin-top: 4.3rem;
	background: url("../image/noise_gray.png");
}

.c-contact-bar__btn-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28rem;
	height: 6.4rem;
	background-color: rgba(0, 30, 92, .5);
	color: #fff !important;
}

.c-contact-bar__btn-inner::before {
	content: "";
	width: 2.4rem;
	height: 2.1rem;
	margin-right: 1rem;
	background: url("../image/img_btn_plane.svg") no-repeat center center;
	background-size: cover;
}

.aspect-video {
	aspect-ratio: 16/9;
}

header.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	transition: 500ms cubic-bezier(.2, 0, 0, 1);
}

header.header.hide {
	transform: translateY(-100%);
}

header.header .logo {
	flex-shrink: 0;
	width: 11.979167%;
	margin-left: 7rem;
}

header.header .nav {
	padding-top: 3.2rem;
	margin-left: auto;
}

header.header .nav .menu {
	margin-top: 1rem;
}

header.header .nav .menu__list {
	display: flex;
	font-family: "Inter-UI-Medium";
}

header.header .nav .menu__sep {
	color: #8c8c8c;
}

header.header .nav .menu__item {
	position: relative;
}

header.header .nav .menu__item:hover>.menu__children {
	opacity: 1;
	pointer-events: auto;
}

header.header .nav .menu__item.current-menu-ancestor>.menu__link, header.header .nav .menu__item.current-menu-parent>.menu__link, header.header .nav .menu__item.current-menu-item>.menu__link {
	color: #dc1825;
}

header.header .nav .menu__link {
	display: block;
	padding: 0 3rem;
	padding-bottom: 3.5rem;
	white-space: nowrap;
	font-weight: 500;
}

header.header .nav .menu__children {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 24rem;
	padding: 1rem 0;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	font-family: "Inter-UI-Regular";
	opacity: 0;
	pointer-events: none;
	transition: opacity 500ms cubic-bezier(.2, 0, 0, 1);
}

header.header .nav .menu__children .menu__link {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	transition: padding-left 500ms cubic-bezier(.2, 0, 0, 1);
	font-weight: 400;
}

header.header .nav .menu__children .menu__link:hover {
	padding-left: 5rem;
}

header.header .nav .menu__children .menu__link:hover::before {
	opacity: 1;
	transform: translateX(0%);
}

header.header .nav .menu__children .menu__link::before {
	content: "";
	position: absolute;
	left: 3rem;
	width: 1rem;
	height: .4rem;
	background: url("../image/icon_menu.svg") no-repeat center center;
	background-size: cover;
	opacity: 0;
	transform: translateX(-100%);
	transition: transform 500ms cubic-bezier(.2, 0, 0, 1);
}

header.header .nav .menu__children .menu__children {
	left: 100%;
	top: 0;
	transform: translateX(0);
}

header.header .nav .menu .quote__container {
	left: auto;
	right: 0;
	min-width: 50rem;
	padding: 30px;
}

header.header .nav .menu .quote__title {
	margin-bottom: 20px;
	font-family: "Inter-UI-Medium";
}

header.header .nav .menu .form__label {
	margin-bottom: 5px;
}

header.header .nav .menu .form__input {
	width: 100%;
	margin-bottom: 20px;
}

header.header .nav .menu .form__select {
	width: 100%;
	height: 46px;
	padding: 0 1.5rem;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

header.header .nav .menu .form__submit {
	display: block;
	width: 160px;
	height: 46px;
	background: #dc1825;
	margin: 0 auto;
	color: #fff;
	border: 0;
}

header.header .nav .contact-info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 3rem;
	font-size: 1.4rem;
}

header.header .nav .contact-info__item {
	display: flex;
	align-items: center;
	margin-right: 2rem;
}

header.header .nav .contact-info__icon {
	margin-right: 1rem;
}

header.header .contact {
	padding-bottom: 1rem;
	margin-left: 3rem;
	background: url("../image/img_nav_btn_line.svg") left bottom;
}

header.header .contact.nitro-lazy {
	background-image: none !important;
}

header.header .contact__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18rem;
	height: 7rem;
	background-color: #dc1825;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-family: "Inter-UI-Medium";
}

header.header .contact__btn:hover::before {
	transform: translateX(.4rem);
}

header.header .contact__btn::before {
	content: "";
	width: 2rem;
	height: .8rem;
	margin-right: 1.4rem;
	background: url("../image/img_banner_arrow.svg") no-repeat;
	background-size: cover;
	transition: transform 500ms cubic-bezier(.2, 0, 0, 1);
}

main.index .banner {
	position: relative;
	padding-bottom: 8rem;
	background: url("../image/noise_light_gray.png") center center;
	overflow: hidden;
}

main.index .banner.nitro-lazy {
	background-image: none !important;
}

main.index .banner.active .banner__swiper-wrap::before, main.index .banner.active .banner__swiper-wrap::after {
	transform: translateX(100%);
}

main.index .banner.active .banner__title {
	display: block;
}

main.index .banner.active .banner__link {
	display: flex;
}

main.index .banner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	height: 20.298165%;
	background-color: #fff;
}

main.index .banner::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60.9375%;
	height: 8.1rem;
	background-color: #001e5c;
	mix-blend-mode: multiply;
}

main.index .banner__container {
	position: relative;
	width: 80%;
	margin-left: auto;
	background-color: #fff;
}

main.index .banner__container::before {
	content: "";
	position: absolute;
	right: calc(100% - 1px);
	top: 50%;
	transform: translateY(-50%);
	width: 43.229167%;
	height: 55.172414%;
	background-color: #001e5c;
	mix-blend-mode: multiply;
}

main.index .banner__swiper-wrap {
	position: relative;
	overflow: hidden;
}

main.index .banner__swiper-wrap::before, main.index .banner__swiper-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: 800ms cubic-bezier(.77, 0, .175, 1);
}

main.index .banner__swiper-wrap::before {
	background-color: #dc1825;
	transition-delay: 1200ms;
}

main.index .banner__swiper-wrap::after {
	background-color: #f3f4f5;
	transition-delay: 800ms;
}

main.index .banner__content {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	transform: translate(-40%, -50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 48.502604%;
	color: #fff;
}

main.index .banner__title {
	position: relative;
	padding: 0 1.5rem;
	margin-bottom: 7.516779%;
	display: none;
}

main.index .banner__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -.8rem;
	width: 100%;
	height: 2rem;
	background-color: rgba(255, 255, 255, .3);
}

main.index .banner__link {
	position: relative;
	display: flex;
	display: none;
	align-items: center;
	width: 27.651007%;
	margin-top: 6.308725%;
	text-decoration: underline;
}

main.index .banner__link:hover::after {
	transform: translateX(.4rem);
}

main.index .banner__link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

main.index .banner__link::after {
	content: "";
	width: 2rem;
	height: .8rem;
	margin-left: 1.4rem;
	background: url("../image/img_banner_arrow.svg") no-repeat;
	background-size: cover;
	transition: transform 500ms cubic-bezier(.2, 0, 0, 1);
}

main.index .about {
	position: relative;
	padding: 10.2rem 0;
	background: url("../image/bg_about_white.png") no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

main.index .about.nitro-lazy {
	background-image: none !important;
}

main.index .about::before, main.index .about::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 50%;
	height: 100%;
}

main.index .about::before {
	left: 0;
	background: url("../image/noise_light_gray.png");
}

main.index .about::after {
	right: 0;
	background: url("../image/noise_gray.png");
}

main.index .about__container {
	display: flex;
	max-width: 1640px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: 4.010417%;
	overflow: hidden;
}

main.index .about__content {
	flex-shrink: 0;
	width: 37.267081%;
}

main.index .about-title__main {
	line-height: 1.43;
	margin-top: 8.333333%;
	font-size: 2.8rem;
	font-family: "Inter-UI-Medium";
}

main.index .about__description {
	line-height: 1.875;
	margin-top: 9.5%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

main.index .about__btn {
	justify-content: space-between;
	width: 100%;
	padding: 0 3rem;
	margin-top: 5.666667%;
}

main.index .about__photos {
	flex-grow: 1;
	display: flex;
	align-items: center;
	margin-left: 6.89441%;
}

main.index .about__img-wrap {
	position: relative;
	box-shadow: 18px 15px 0px 0px rgba(22, 47, 100, .15);
}

main.index .about__img-wrap--1 {
	margin-left: 50px;
}

main.index .about__img-wrap--2 {
	margin-left: 40px;
}

main.index .about__img-wrap--3 {
	align-self: flex-start;
	margin-top: 40px;
}

main.index .about .swiper-pagination {
	position: unset;
	margin-top: 2rem;
}

main.index .video {
	position: relative;
	background: url("../image/bg_about_video1.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

main.index .video.nitro-lazy {
	background-image: none !important;
}

main.index .video::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 37, 38, .6);
}

main.index .video__container {
	padding-top: 7.2rem;
	padding-bottom: 7.8rem;
}

main.index .video__title {
	font-size: 2rem;
	font-family: "Inter-UI-Regular";
}

main.index .video__btn {
	position: relative;
	width: 5.6rem;
	height: 5.6rem;
	padding: .6rem;
	margin: 3.5rem auto 0;
	background-color: #fff;
	color: #2a2a2a;
	border-radius: 2.8rem;
	overflow: hidden;
	cursor: pointer;
	transition: width 500ms cubic-bezier(.2, 0, 0, 1);
}

main.index .video__btn:hover {
	width: 28rem;
}

main.index .video__btn .btn__text {
	position: absolute;
	right: .6rem;
	top: 0;
	display: flex;
	align-items: center;
	height: 100%;
	white-space: nowrap;
	transition: margin-right 500ms cubic-bezier(.2, 0, 0, 1), opacity 500ms cubic-bezier(.2, 0, 0, 1);
}

main.index .video__btn .btn__text::after {
	content: "";
	display: inline-block;
	width: 4.4rem;
	height: 4.4rem;
	margin-left: 2rem;
	background: url("../image/icon_about_video.svg") no-repeat center center, #dc1825;
	border-radius: 50%;
}

main.index .services__content {
	padding: 8rem 0;
	background: url("../image/noise_light_gray.png");
}

main.index .services__description {
	line-height: 1.875;
}

main.index .services__description p {
	margin-bottom: 1.75em;
}

main.index .services__container {
	position: relative;
	background: url("../image/noise_gray.png");
	border: 1px solid rgba(0, 0, 0, 0);
	font-family: "Inter-UI-Medium";
}

main.index .services__container::after {
	content: "";
	position: absolute;
	right: 0;
	top: -1px;
	width: 13.28125%;
	height: 17.5rem;
	background: url("../image/noise_light_gray.png");
}

main.index .services .swiper-container {
	margin-top: -5.8rem;
}

main.index .services .swiper-arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3.6rem;
}

main.index .services .swiper-button {
	position: unset;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0;
	border-radius: 0;
	background-color: #dc1825;
	transform: translateX(0);
}

main.index .services .swiper-button-prev {
	background: url("../image/icon_services_left.svg") no-repeat center center;
}

main.index .services .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

main.index .services .swiper-button-next {
	background: url("../image/icon_services_right.svg") no-repeat center center;
}

main.index .services .swiper-button-next.nitro-lazy {
	background-image: none !important;
}

main.index .services .swiper-pagination {
	position: unset;
	width: auto;
	margin: 0 2rem;
}

main.index .advantages {
	padding-top: 6rem;
	padding-bottom: 8rem;
	background: url("../image/noise_gray.png");
	overflow: hidden;
}

main.index .advantages__description {
	max-width: 900px;
	margin: 1.6rem auto 0;
	line-height: 1.555556;
	text-align: center;
	font-size: 1.8rem;
}

main.index .advantages__container {
	margin-top: 3rem;
}

main.index .advantages-item {
	position: relative;
	display: flex;
	padding: 3rem 2rem 2rem;
	background-color: #fff;
	transition: box-shadow 500ms cubic-bezier(.2, 0, 0, 1);
}

main.index .advantages-item:hover {
	box-shadow: 0px 15px 28px 0px rgba(19, 29, 51, .15);
}

main.index .advantages-item:hover::after {
	top: 0;
	height: 100%;
}

main.index .advantages-item::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: .3rem;
	height: 0%;
	background-color: #dc1825;
	transition: height 500ms cubic-bezier(.2, 0, 0, 1);
}

main.index .advantages-item__icon {
	flex-shrink: 0;
	width: 3.2rem;
}

main.index .advantages-item__content {
	margin-left: 2rem;
}

main.index .advantages-item__title {
	font-size: 1.8rem;
	font-family: "Inter-UI-Medium";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

main.index .advantages-item__description {
	height: 4.5em;
	line-height: 1.6em;
	margin-top: 1.3rem;
	color: #666;
	font-size: 1.22rem;
}

main.index .advantages .swiper-wrap {
	margin: -30px;
}

main.index .advantages .swiper-container {
	padding: 30px;
}

main.index .advantages .swiper-pagination {
	position: unset;
	margin-top: 3rem;
}

main.index .cases {
	position: relative;
	background: url("../image/noise_gray.png");
}

main.index .cases::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background-color: #fff;
}

main.index .cases__container {
	position: relative;
	z-index: 1;
	display: flex;
	padding: 5.673759%;
	background-color: #fff;
}

main.index .cases__swiper-wrap {
	flex-shrink: 0;
	width: 45.6%;
}

main.index .cases__content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	margin-left: 6.4%;
}

main.index .cases-title__main {
	line-height: 1.43;
	margin-top: 2.6rem;
	font-size: 2.8rem;
	font-family: "Inter-UI-Medium";
}

main.index .cases-item {
	display: none;
}

main.index .cases-item.active {
	display: block;
}

main.index .cases-item__quick {
	margin-top: 4%;
	color: #dc1825;
	font-size: 1.5rem;
	font-family: "Inter-UI-Medium";
}

main.index .cases-item__params {
	margin-top: 4.333333%;
}

main.index .cases-item__params li {
	display: flex;
	margin: 3.333333% 0;
}

main.index .cases-item__params li span {
	flex-shrink: 0;
	width: 19rem;
	font-family: "Inter-UI-Medium";
}

main.index .cases-item__btn {
	width: 24rem;
	margin-top: 9.333333%;
}

main.index .cases-item__btn::after {
	display: none;
}

main.index .cases-item__sub {
	margin-top: 1.6rem;
	color: #81858d;
}

main.index .news {
	padding: 6rem 0;
	background: url("../image/noise_gray.png");
}

main.index .news__container {
	display: flex;
	margin-top: 3rem;
}

main.index .news__list {
	flex-shrink: 0;
	width: 57.446809%;
}

main.index .news-item {
	display: flex;
	align-items: center;
	padding: 4.691358% 4.938272%;
	margin-bottom: 20px;
	background-color: #fff;
	transition: box-shadow 500ms cubic-bezier(.2, 0, 0, 1);
}

main.index .news-item:hover {
	box-shadow: 0px 15px 28px 0px rgba(19, 29, 51, .15);
}

main.index .news-item:hover::after {
	background: url("../image/arrow_right_red.svg") no-repeat;
}

main.index .news-item::after {
	flex-shrink: 0;
	content: "";
	width: 2.9rem;
	height: .7rem;
	margin-left: auto;
	background: url("../image/arrow_right_black.svg") no-repeat;
	background-size: cover;
}

main.index .news-item__date {
	flex-shrink: 0;
	color: #001e5c;
}

main.index .news-item__sep {
	flex-shrink: 0;
	width: 1px;
	height: 1.6rem;
	margin: 0 2rem;
	background-color: #001e5c;
}

main.index .news-item__title {
	width: 70%;
	font-family: "Inter-UI-Medium";
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

main.index .news-category {
	flex-grow: 1;
	margin-left: 9.929078%;
}

main.index .news-category__list {
	display: flex;
	flex-wrap: wrap;
}

main.index .news-category__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 10px);
	height: 6.4rem;
	margin-bottom: 20px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

main.index .news-category__item:hover {
	background-color: rgba(0, 30, 92, .5);
	color: #fff;
}

main.index .news-category__item.active {
	background-color: rgba(0, 30, 92, .5);
	color: #fff;
}

main.index .news-category__item:nth-child(even) {
	margin-left: 20px;
}

main.index .news__btn {
	justify-content: space-between;
	width: 100%;
	padding: 0 3rem;
	margin-top: 5.217391%;
}

footer.footer {
	background-color: rgba(0, 30, 92, .5);
	color: #fff;
}

footer.footer .desktop {
	padding: 4rem 0;
}

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

footer.footer .desktop .footer__title {
	color: #fff;
	font-size: 2rem;
	font-family: "Inter-UI-Medium";
}

footer.footer .desktop .footer__item:nth-child(1) {
	width: 25%;
}

footer.footer .desktop .footer__item:nth-child(2) {
	width: 15%;
}

footer.footer .desktop .footer__item:nth-child(3) {
	width: 25%;
}

footer.footer .desktop .footer__item:nth-child(4) {
	width: 25%;
}

footer.footer .desktop .company-intro {
	line-height: 2;
	margin-top: 3.2rem;
}

footer.footer .desktop .menu {
	margin-top: 4.2rem;
}

footer.footer .desktop .menu__item {
	margin: 1.8rem 0;
	display: flex;
}

footer.footer .desktop .menu__item::before {
	content: "";
	width: 1rem;
	height: 1rem;
	margin-top: .7rem;
	margin-right: 1rem;
	background-color: #fff;
	border-radius: 50%;
}

footer.footer .desktop .contact-info {
	margin-top: 4.2rem;
}

footer.footer .desktop .contact-info-item {
	margin: 1.8rem 0;
}

footer.footer .desktop .contact-info-item__title {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	width: 12rem;
	color: #fff;
}

footer.footer .desktop .contact-info-item__icon {
	flex-shrink: 0;
	margin-right: 10px;
}

footer.footer .desktop .socials {
	display: flex;
	margin-top: 4.6rem;
}

footer.footer .desktop .socials__item {
	margin-right: 1.5rem;
}

footer.footer .desktop .socials__item:hover svg {
	fill: #fff;
}

footer.footer .copyright {
	padding: 1.25rem 0;
	border-top: 1px solid #2e2e30;
}

footer.footer .copyright__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer.footer .mobile {
	padding: 1.5rem 0;
}

footer.footer .mobile .footer-item__header {
	height: 4.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.8rem;
	color: #fff;
}

footer.footer .mobile .footer-item__header.active::after {
	transform: rotate(-180deg);
}

footer.footer .mobile .footer-item__header::after {
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	background: url("../image/chevron-down-white.svg") no-repeat center center;
	background-size: cover;
	transition: 500ms cubic-bezier(.2, 0, 0, 1);
}

footer.footer .mobile .footer-item__body {
	padding: 1rem 0;
	display: none;
}

footer.footer .mobile .footer-item .menu__item {
	line-height: 4.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

footer.footer .mobile .footer-item .contact-info-item {
	display: flex;
	margin: 1rem 0;
}

footer.footer .mobile .footer-item .contact-info-item__title {
	width: 10rem;
	flex-shrink: 0;
}

footer.footer .mobile .footer-item .socials {
	margin-top: 2rem;
	display: flex;
}

footer.footer .mobile .footer-item .socials__item {
	margin-right: 1rem;
}

main.services .services-brick {
	height: 171px;
}

main.services .services-top {
	position: fixed;
	left: 0;
	top: 120px;
	z-index: 10;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	transition: 500ms cubic-bezier(.2, 0, 0, 1);
}

main.services .services-top.ceiling {
	top: 0 !important;
}

main.services .services-top.ceiling .services-top__header {
	padding: 2.6rem 0;
}

main.services .services-top__header {
	padding: 3.6rem 0;
}

main.services .services-top__header .header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main.services .services-top__header .header__breadcrumbs {
	font-size: 1.3rem;
	color: #8c8c8c;
}

main.services .services-top__header .header__title {
	font-size: 2.8rem;
}

main.services .services-top__nav {
	background-color: #f7f7f7;
	border-top: 1px solid #eef0f2;
}

main.services .services-top__nav .nav__list {
	display: flex;
}

main.services .services-top__nav .nav__item {
	padding: 1.6rem 3rem;
	cursor: pointer;
}

main.services .services-top__nav .nav__item:hover {
	color: #dc1825;
}

main.services .services-top__nav .nav__item.active {
	background-color: #fff;
	color: #dc1825;
}

main.services .services-header__swiper {
	position: relative;
}

main.services .services-header__swiper .swiper-button-prev {
	transform: translateX(0);
}

main.services .services-header__swiper .swiper-button-next {
	transform: translateX(0);
}

main.services .services-header__nav {
	margin-left: 40px;
}

main.services .services-details__title {
	font-size: 3rem;
	font-family: "Inter-UI-Medium";
}

main.services .services-details__content ul {
	padding-left: 2rem;
	margin-top: 1.8rem;
}

main.services .services-details__content ul li {
	list-style-type: disc;
	margin: .8rem 0;
}

main.services .services-details__content p {
	margin-top: 1.375em;
}

main.services .advantages {
	margin-top: 4rem;
}

main.services .advantages__container {
	padding: 3.2rem 4rem 4rem 3.6rem;
	background-color: #f7f7f7;
}

main.services .services-info {
	margin-top: 4rem;
}

main.services .services-info__content {
	padding-left: 4rem;
}

main.services .services-info__img-wrap {
	padding: 4rem;
	margin-left: 50px;
	margin-top: 40px;
	background-color: #f7f7f7;
}

main.services .services-info__img-inner {
	border: 10px solid #fff;
	box-shadow: 0px 18px 22px 0px rgba(27, 27, 27, .4);
}

main.services .services-applications {
	margin-top: 4rem;
}

main.services .services-applications__content {
	padding-left: 4rem;
}

main.services .help {
	margin-top: 4rem;
	background: url("../image/help_bg.jpg") no-repeat center center;
	background-size: cover;
}

main.services .help.nitro-lazy {
	background-image: none !important;
}

main.services .help__container {
	display: flex;
	align-items: center;
	padding: 6rem 0 10rem 0;
}

main.services .help__content {
	position: relative;
	max-width: 420px;
	padding: 3.6rem 3.7rem 7.3rem 4rem;
	margin-left: 10rem;
	background-color: #fff;
}

main.services .help__title {
	line-height: 1.333333;
	font-size: 2.4rem;
}

main.services .help__description {
	margin-top: 2.2rem;
	color: #8c8c8c;
}

main.services .help__btn {
	position: absolute;
	left: 7rem;
	bottom: 0;
	transform: translateY(50%);
}

main.services .cases {
	margin-top: 4rem;
}

main.services .cases__container {
	margin-top: 4rem;
}

main.services .cases__btn {
	margin: 4rem auto 0;
}

main.services .contact {
	margin-top: 4rem;
}

main.projects .banner {
	background: url("../image/banner.jpg") no-repeat center center;
}

main.projects .banner.nitro-lazy {
	background-image: none !important;
}

main.projects .projects-list .control-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main.projects .projects-list .switch-view {
	display: flex;
	padding: 1.6rem 1.8rem;
	border: 2px solid #eef0f2;
}

main.projects .projects-list .switch-view__item {
	width: 2.8rem;
	height: 2.8rem;
	cursor: pointer;
}

main.projects .projects-list .switch-view__item.active svg {
	fill: #dc1825;
}

main.projects .projects-list .switch-view__item--list {
	margin-left: 2rem;
}

main.projects .projects-list .c-cases-item {
	margin-top: 30px;
}

main.projects .projects-list .list .c-cases-item {
	display: flex;
}

main.projects .projects-list .list .c-cases-item__wrap {
	width: 100%;
}

main.projects .projects-list .list .c-cases-item__img-wrap {
	flex-shrink: 0;
	width: 35.483871%;
}

main.projects .projects-list .list .c-cases-item__btn--black {
	display: flex;
}

main.projects .projects-list .list .c-cases-item__content {
	flex-grow: 0;
	padding: 4.3rem 0 4.8rem;
	margin-left: 3rem;
}

main.projects .projects-list .list .c-cases-item__excerpt {
	height: 7.5em;
	margin-top: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

main.projects .projects-details__header {
	display: flex;
}

main.projects .projects-details__photos {
	width: 50%;
	padding: 3.125% 7.291667%;
	background: url("../image/shadow_bg.jpg");
}

main.projects .projects-details__photos .swiper-wrap {
	position: relative;
}

main.projects .projects-details__photos .swiper-pagination {
	margin-top: 3rem;
}

main.projects .projects-details__info {
	width: 50%;
	padding: 4.6875% 7.291667%;
	background: url("../image/noise_light_gray.png");
}

main.projects .projects-details__info .breadcrumbs {
	font-size: 1.4rem;
}

main.projects .projects-details__info .breadcrumbs span {
	font-family: "Inter-UI-Medium";
}

main.projects .projects-details__info .title {
	line-height: 1.5;
	margin-top: 2.5%;
	font-size: 2.4rem;
}

main.projects .projects-details__info .sub-title {
	margin-top: 5.416667%;
	color: #dc1825;
	font-size: 2.4rem;
	font-family: "Inter-UI-Medium";
}

main.projects .projects-details__info .description {
	margin-top: 2.5%;
	color: #666;
}

main.projects .projects-details__info .params {
	margin-top: 3.125%;
}

main.projects .projects-details__info .params__item {
	display: flex;
	margin: 1.780415% 0;
}

main.projects .projects-details__info .params__title {
	flex-shrink: 0;
	width: 19rem;
	font-family: "Inter-UI-Medium";
}

main.projects .projects-details__info .btns {
	display: flex;
	margin-top: 5.833333%;
}

main.projects .projects-details__info .btns__item {
	width: 18rem;
	height: 4.8rem;
}

main.projects .projects-details__info .btns__item--quote {
	background-color: #dc1825;
}

main.projects .projects-details__info .btns__item--quote:after {
	display: none;
}

main.projects .projects-details__info .btns__item--prev {
	flex-direction: row-reverse;
	margin-right: 3rem;
	background-color: #2a2a2a;
}

main.projects .projects-details__info .btns__item--prev:hover::after {
	transform: translateX(-.4rem);
}

main.projects .projects-details__info .btns__item--prev:after {
	margin-left: 0;
	margin-right: 1.4rem;
	background: url("../image/arrow_left.svg") no-repeat center center;
}

main.projects .projects-details__info .btns__item--next {
	margin-left: 3rem;
	background-color: #2a2a2a;
}

main.projects .projects-details__info .share {
	display: flex;
	align-items: center;
	margin-top: 2.083333%;
	font-size: 1.4rem;
	font-family: "Inter-UI-Medium";
}

main.projects .projects-details__info .share__item {
	margin-left: 2rem;
}

main.projects .projects-details__container {
	margin-top: 6rem;
}

main.projects .projects-details__container .nav {
	display: flex;
}

main.projects .projects-details__container .nav__item {
	margin-right: 5.128205%;
	color: #8c8c8c;
	font-size: 2rem;
	font-family: "Inter-UI-Medium";
	cursor: pointer;
}

main.projects .projects-details__container .nav__item:hover {
	color: #dc1825;
	text-decoration: underline;
}

main.projects .projects-details__container .nav__item.active {
	color: #dc1825;
	text-decoration: underline;
	cursor: auto;
}

main.projects .projects-details__container .content {
	margin-top: 2rem;
}

main.projects .projects-details__container .content table {
	border-color: #eef0f2;
}

main.projects .projects-details__container .content tr:nth-child(even) {
	background-color: #fafbfc;
}

main.projects .projects-details__container .content td {
	height: 6.4rem;
	padding: 3rem;
}

main.projects .projects-details__container .content td:first-child {
	text-align: right;
}

main.projects .projects-details__container .content td:last-child {
	font-style: italic;
	color: #666;
}

main.projects .projects-details .related {
	margin-top: 6rem;
}

main.projects .projects-details .related__title {
	font-size: 3rem;
	font-family: "Inter-UI-Medium";
}

main.projects .projects-details .related__container {
	margin-top: 4rem;
}

main.projects .projects-details .contact {
	margin-top: 6rem;
}

main.blog .banner {
	background: url("../image/banner1.jpg") no-repeat center center;
}

main.blog .banner.nitro-lazy {
	background-image: none !important;
}

main.blog .blog-item {
	margin-bottom: 3rem;
}

main.blog .blog-item__title {
	margin-top: 2.4rem;
	font-size: 2.4rem;
	font-family: "Inter-UI-Medium";
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

main.blog .blog-item__meta {
	display: flex;
	align-items: center;
	margin-top: .2rem;
	color: #8c8c8c;
	font-size: 1.4rem;
}

main.blog .blog-item__meta-spe {
	width: .4rem;
	height: .4rem;
	margin: 0 1rem;
	background-color: #dc1825;
}

main.blog .blog-item__excerpt {
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

main.blog .blog-item__read {
	display: flex;
	align-items: center;
	margin-top: 1rem;
	font-family: "Inter-UI-Medium";
}

main.blog .blog-item__read:hover::after {
	transform: translateX(.4rem);
}

main.blog .blog-item__read::after {
	content: "";
	width: 2.9rem;
	height: .7rem;
	margin-left: 1.4rem;
	background: url("../image/arrow_right_red.svg") no-repeat center center/cover;
	transition: transform 500ms cubic-bezier(.2, 0, 0, 1);
}

main.FAQ .banner {
	background: url("../image/banner2.jpg") no-repeat center center;
}

main.FAQ .banner.nitro-lazy {
	background-image: none !important;
}

main.FAQ .FAQ__title {
	max-width: 610px;
	margin: 0 auto;
	line-height: 1.8;
	text-align: center;
	font-size: 2rem;
	font-family: "Inter-UI-Medium";
}

main.FAQ .FAQ__container {
	padding-bottom: 6rem;
	margin-top: 4rem;
}

main.FAQ .FAQ-item {
	border: 1px solid #eef0f2;
	border-top: 0;
}

main.FAQ .FAQ-item:first-child {
	border-top: 1px solid #eef0f2;
}

main.FAQ .FAQ-item.active .FAQ-item__title {
	border-bottom: 1px solid #eef0f2;
	color: #dc1825;
	font-family: "Inter-UI-Medium";
}

main.FAQ .FAQ-item.active .FAQ-item__title::before {
	background: url("../image/icon_minus.png") no-repeat center center/cover;
}

main.FAQ .FAQ-item__title {
	display: flex;
	padding: 1.7rem 4rem;
	background-color: #f7f7f7;
	cursor: pointer;
}

main.FAQ .FAQ-item__title::before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 1rem;
	margin-top: .6rem;
	background: url("../image/icon_plus.png") no-repeat center center/cover;
}

main.FAQ .FAQ-item__description {
	display: none;
	padding: 2.4rem 4rem;
	background-color: #fff;
	color: #666;
}

main.contact .banner {
	background: url("../image/noise_gray.png");
}

main.contact .banner__container {
	display: flex;
	flex-direction: column;
	height: 400px;
	padding-top: 7rem;
}

main.contact .banner__title {
	flex-shrink: 0;
	text-align: center;
	font-size: 3rem;
	letter-spacing: .3em;
}

main.contact .banner__content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem;
	margin-top: 5rem;
	background-color: #fff;
}

main.contact .banner__text {
	max-width: 610px;
	line-height: 1.8;
	margin: 0 auto;
	text-align: center;
	font-size: 2rem;
	font-family: "Inter-UI-Medium";
}

main.contact .contact-wrap {
	max-width: 1110px;
	margin: 0 auto;
}

main.contact .contact-info-item {
	height: 100%;
	padding: 19.142857% 10px;
	background-color: #f7f7f7;
	text-align: center;
}

main.contact .contact-info-item__title {
	display: flex;
	justify-content: center;
	align-items: center;
}

main.contact .contact-info-item__icon {
	margin-right: 10px;
}

main.contact .contact-info-item__content {
	margin-top: 1.5rem;
	font-family: "Inter-UI-Medium";
}

main.contact .contact-info-item__title {
	font-size: 2rem;
}

main.contact .contact-info-item__description {
	color: #8c8c8c;
}

main.contact .support-item {
	margin-top: 3rem;
}

main.contact .support-item__title {
	margin-top: 2.5rem;
	font-size: 2rem;
	font-family: "Inter-UI-Medium";
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

main.contact .support-item__excerpt {
	margin-top: 1rem;
	height: 4.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

main.contact .support-item__link {
	display: flex;
	margin-top: 1.2rem;
	color: #dc1825;
	font-family: "Inter-UI-Medium";
}

main.contact .map {
	margin-top: 3rem;
}

main.contact .map__container {
	height: 360px;
}

main.contact .map__container iframe {
	height: 100%;
}

main.contact .contact {
	margin-top: 8rem;
}

main.about .banner {
	background: url("../image/banner3.jpg") no-repeat center center;
}

main.about .banner.nitro-lazy {
	background-image: none !important;
}

main.about .company-intro__container {
	position: relative;
	padding: 6rem 0;
}

main.about .company-intro__content {
	max-width: 888px;
	margin: 0 auto;
	text-align: center;
}

main.about .company-intro__content p {
	margin: 2.375em 0;
}

main.about .company-intro__video {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 690px;
	margin: 0 auto;
}

main.about .company-intro__video::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

main.about .company-intro__video-btn {
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8.4rem;
	height: 8.4rem;
	cursor: pointer;
}

main.about .company-intro__video-btn::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url("../image/icon_player.svg") no-repeat center center, #dc1825;
	border-radius: 50%;
}

main.about .company-intro__video-btn::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	animation: __play-btn 1000ms ease-out infinite;
}

@keyframes __play-btn {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	
	100% {
		opacity: 0;
		transform: scale(1.3);
	}
}

main.about .company-intro__line {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 1px;
	height: 100%;
	background-color: #f5f5f7;
	display: none;
}

main.about .company-intro__line--2 {
	left: 25%;
}

main.about .company-intro__line--3 {
	left: 50%;
}

main.about .company-intro__line--4 {
	left: 75%;
}

main.about .company-intro__line--5 {
	left: 100%;
}

main.about .services {
	padding: 6rem 0;
	background: url("../image/noise_gray.png");
}

main.about .services__title {
	text-align: center;
}

main.about .services__title h2 {
	font-size: 3.6rem;
}

main.about .services__title p {
	margin-top: 2.7rem;
}

main.about .services__container {
	margin-top: 4rem;
}

main.about .services .swiper-arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3.6rem;
}

main.about .services .swiper-button {
	position: unset;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0;
	border-radius: 0;
	background-color: #dc1825;
	transform: translateX(0);
}

main.about .services .swiper-button-prev {
	background: url("../image/icon_services_left.svg") no-repeat center center;
}

main.about .services .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

main.about .services .swiper-button-next {
	background: url("../image/icon_services_right.svg") no-repeat center center;
}

main.about .services .swiper-button-next.nitro-lazy {
	background-image: none !important;
}

main.about .services .swiper-pagination {
	position: unset;
	width: auto;
	margin: 0 2rem;
}

main.about .mission {
	padding-top: 6rem;
	padding-bottom: 10rem;
	background: url("../image/bg_ace.png") no-repeat center center, #001c5c;
	background-attachment: fixed;
}

main.about .mission.nitro-lazy {
	background-image: none !important;
}

main.about .mission__left {
	max-width: 584px;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-top: 160px;
	color: #fff;
}

main.about .mission__sub-title {
	color: #a3a9b9;
	letter-spacing: .5rem;
}

main.about .mission__title {
	margin-top: 1.7rem;
	font-size: 3.6rem;
}

main.about .mission__description {
	line-height: 1.8;
	margin-top: 4.3rem;
	font-size: 2rem;
	font-family: "Inter-UI-Medium";
}

main.about .mission-item {
	position: relative;
	padding: 5.797101%;
	margin-top: 40px;
	background-color: #fff;
}

main.about .mission-item::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 2px;
	height: 40px;
	background-color: #fff;
}

main.about .mission-item:last-child::after {
	display: none;
}

main.about .mission-item__title {
	display: flex;
	font-size: 2rem;
	font-family: "Inter-UI-Medium";
}

main.about .mission-item__title::before {
	content: "";
	width: 3rem;
	height: 2px;
	margin-right: 2rem;
	margin-top: 1.4rem;
	background-color: #dc1825;
}

main.about .mission-item__description {
	margin-top: 1rem;
}

main.about .working {
	padding: 6rem 0;
	background: url("../image/noise_light_gray.png");
}

main.about .working__container {
	position: relative;
	margin-top: 4rem;
}

main.about .working .swiper-slide {
	max-width: 1170px;
	filter: grayscale(1);
	transition: filter 500ms cubic-bezier(.2, 0, 0, 1);
}

main.about .working .swiper-slide-active {
	filter: none;
}

main.about .working .swiper-arrows {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
}

main.about .working .swiper-button {
	position: unset;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0;
	border-radius: 0;
	background-color: #dc1825;
	transform: translateX(0);
	opacity: .5;
}

main.about .working .swiper-button:hover {
	opacity: 1;
}

main.about .working .swiper-button-prev {
	background: url("../image/icon_arrow_left.svg") no-repeat center center;
}

main.about .working .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

main.about .working .swiper-button-next {
	background: url("../image/icon_arrow_right.svg") no-repeat center center;
}

main.about .working .swiper-button-next.nitro-lazy {
	background-image: none !important;
}

main.about .working .swiper-pagination {
	position: unset;
	width: auto;
	margin: 0 2rem;
}

main.about .working .swiper-pagination-current {
	margin-right: 1rem;
}

main.about .working .swiper-pagination-total {
	margin-left: 1rem;
}

main.about .working__content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

main.about .working-wrap {
	max-width: 1200px;
	height: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

main.about .working__inner {
	display: flex;
	flex-direction: column;
	width: 28.205128%;
	height: 100%;
	margin-left: auto;
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
}

main.about .working__mottoes {
	flex-grow: 1;
	padding: 12.121212%;
}

main.about .working__footer {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10.606061% 0;
	background-color: #dc1825;
	text-align: center;
}

main.about .working-item__title {
	display: none;
}

main.about .working-item__title.active {
	display: block;
}

main.article-details .header {
	padding: 0 8.450704%;
	text-align: center;
}

main.article-details .header__title {
	font-size: 2.4rem;
}

main.article-details .header__meta {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
	font-size: 1.4rem;
}

main.article-details .header__meta-line {
	width: 1px;
	height: 1rem;
	margin: 0 1.5rem;
	background-color: #c7c7c7;
}

main.article-details .header__tag a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem 1.5rem;
	background-color: #f9f9f9;
	text-align: center;
}

main.article-details .article-details__container {
	padding: 6rem 0;
}

main.article-details .content {
	padding: 4.929577% 8.450704%;
	background-color: #f9f9f9;
	margin-top: 6rem;
}

main.article-details .nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6rem;
	font-size: 1.4rem;
}

main.article-details .nav__sep {
	width: 1px;
	height: 1rem;
	margin: 0 3.125vw;
	background-color: #2a2a2a;
}

main.success {
	padding: 40px 0;
}

main.success .container {
	text-align: center;
	color: #393e4b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

main.success .container h3 {
	font-size: 30px;
	margin: 20px 0;
}

main.success .container .btns {
	display: flex;
}

main.success .container .btns a {
	width: 160px;
	height: 42px;
	color: #fff;
	margin: 0 10px;
	background-color: #dc1825;
	display: flex;
	justify-content: center;
	align-items: center;
}

main.success .container .btns a img {
	margin-right: 4px;
}

main.not-found {
	padding: 40px 0;
}

main.not-found .container {
	text-align: center;
	color: #393e4b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

main.not-found .container h2 {
	font-size: 150px;
	margin: 20px 0;
}

main.not-found .container h3 {
	font-size: 25px;
	margin: 20px 0;
}

main.not-found .container p {
	margin: 20px 0;
}

main.not-found .container .btns {
	display: flex;
}

main.not-found .container .btns a {
	width: 160px;
	height: 42px;
	color: #fff;
	background-color: #dc1825;
	margin: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

main.not-found .container .btns a img {
	margin-right: 4px;
}

main.pictures {
	padding: 4rem 0;
	background-color: #f5f5f5;
}

main.pictures .pictures__container {
	padding: 15px 20px;
	background-color: #fff;
}

main.pictures .pictures-item {
	margin: 10px 0;
	cursor: pointer;
}

main.pictures .pictures-item:hover .pictures-item__title {
	color: #dc1825;
}

main.pictures .pictures-item__img-wrap {
	border: 10px solid #fff;
	box-shadow: 0 2px 4px rgba(255, 255, 255, .5);
}

main.pictures .pictures-item__title {
	margin-top: 1rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

main.pictures .zoom-img {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, .7);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: 500ms cubic-bezier(.2, 0, 0, 1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

main.pictures .zoom-img.active {
	opacity: 1;
	pointer-events: auto;
}

main.pictures .zoom-swiper-container {
	max-width: 800px;
	color: #fff;
}

main.pictures .zoom-swiper-pagination {
	position: unset;
	margin-top: 2rem;
}

main.pictures .swiper-button {
	transform: none;
}

main.download {
	padding: 6rem 0;
}

main.download .download__container {
	background-color: #fff;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

main.download .download-item {
	display: flex;
	align-items: center;
	padding: 4rem;
	border-bottom: 1px solid #eee;
}

main.download .download-item__title {
	max-width: 50%;
	font-size: 2rem;
}

main.download .download-item__title .title-inner {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

main.download .download-item__date {
	margin-left: auto;
}

main.download .download-item__link {
	display: flex;
	align-items: center;
	margin-left: 6.578947%;
	color: #dc1825;
}

main.download .download-item__link::after {
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	margin-left: 1rem;
	background: url("../image/download.svg") no-repeat center center;
	background-size: cover;
}

.new-banner .swiper-button {
	transform: translateX(0) !important;
}

.new-banner .swiper-pagination {
	position: absolute;
}

main.quote .banner {
	background: url("../image/banner4.jpg") no-repeat center center;
}

main.quote .banner.nitro-lazy {
	background-image: none !important;
}

main.quote .quote__container {
	padding-top: 4rem;
	background: url("../image/noise_gray.png");
}

main.quote .c-contact__form {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

main.quote .c-contact__form::after {
	display: none;
}

main.quote .case__item {
	margin-bottom: 30px;
}

main.quote .case__item--last {
	height: calc(100% - 30px);
}

main.quote .case__item--last .case__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
}

main.quote .case__item--last .case__link:hover .case__link--text::after {
	left: 0;
	width: 100%;
}

main.quote .case__item--last .case__link--text {
	position: relative;
}

main.quote .case__item--last .case__link--text::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: 500ms cubic-bezier(.2, 0, 0, 1);
}

.friendly-link {
	padding: 10px 0;
}

@media (max-width: 1599px) {
	.c-contact::before {
		height: 420px;
	}
	
	.c-contact__form::after {
		display: none;
	}
	
	main.index .about__container {
		margin-right: auto;
	}
	
	main.projects .projects-list .list .c-cases-item__excerpt {
		height: 4.5em;
		-webkit-line-clamp: 3;
	}
	
	main.quote .c-contact__form {
		margin-left: 0;
	}
}

@media (max-width: 1279px) {
	header.header {
		justify-content: space-between;
		height: 50px;
		padding: 0 15px;
	}
	
	header.header .logo {
		width: auto;
		margin-left: 0;
	}
	
	header.header .logo img {
		height: 30px;
	}
	
	header.header .nav-mobile {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0, 0, 0, .5);
		opacity: 0;
		pointer-events: none;
		transition: opacity 500ms cubic-bezier(.2, 0, 0, 1);
	}
	
	header.header .nav-mobile.active {
		opacity: 1;
		pointer-events: auto;
	}
	
	header.header .nav-mobile.active .menu {
		transform: translateX(0);
	}
	
	header.header .nav-mobile .menu {
		width: 70%;
		max-width: 300px;
		height: 100%;
		padding: 0 15px 142px;
		background-color: #fff;
		transform: translateX(-100%);
		transition: transform 500ms cubic-bezier(.2, 0, 0, 1);
	}
	
	header.header .nav-mobile .menu__list {
		height: 100%;
		overflow: auto;
	}
	
	header.header .nav-mobile .menu__item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 14px 0;
		border-top: 1px solid #ccc;
	}
	
	header.header .nav-mobile .menu__item:first-child {
		margin-top: 14px;
		border-top: 0;
	}
	
	header.header .nav-mobile .menu__item:last-child {
		padding-bottom: 0;
	}
	
	header.header .nav-mobile .menu .header-menu__arrow {
		float: 0;
		width: 2rem;
		height: 2rem;
		background: url("../image/img_nav_down.svg") no-repeat center center;
		transition: transform 500ms cubic-bezier(.2, 0, 0, 1);
	}
	
	header.header .nav-mobile .menu .header-menu__arrow.nitro-lazy {
		background-image: none !important;
	}
	
	header.header .nav-mobile .menu .header-menu__arrow.active {
		transform: rotate(-90deg);
	}
	
	header.header .nav-mobile .menu__children {
		width: 100%;
		display: none;
	}
	
	header.header .nav-mobile .menu__children .menu__item {
		padding-left: 15px;
		padding-right: 15px;
		border: 0;
	}
	
	header.header .nav-mobile .contact-info {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 20px 15px;
		background-color: #fff;
		color: #dc1825;
	}
	
	header.header .nav-mobile .contact-info__item {
		display: flex;
		align-items: center;
		margin: 20px 0;
	}
	
	header.header .nav-mobile .contact-info__icon {
		margin-right: 1rem;
	}
	
	header.header .contact-info__item>div {
		display: flex;
	}
	
	header.header .nav-btn {
		width: 20px;
		height: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	header.header .nav-btn.active span:nth-child(1) {
		transform: translateY(8.5px) rotate(-45deg);
	}
	
	header.header .nav-btn.active span:nth-child(2) {
		opacity: 0;
	}
	
	header.header .nav-btn.active span:nth-child(3) {
		transform: translateY(-8.5px) rotate(45deg);
	}
	
	header.header .nav-btn span {
		display: inline-block;
		width: 100%;
		height: 3px;
		border-radius: 2px;
		background-color: #dc1825;
		transition: transform 500ms cubic-bezier(.2, 0, 0, 1), opacity 500ms cubic-bezier(.2, 0, 0, 1);
	}
	
	main {
		margin-top: 50px;
	}
	
	main.index .banner {
		padding-bottom: 0;
	}
	
	main.index .banner::after {
		height: 0;
	}
	
	main.index .banner__container {
		width: 100%;
	}
	
	main.index .banner__content {
		width: 70%;
		transform: translate(10%, -50%);
	}
	
	main.index .about {
		padding: 10.2rem 0;
	}
	
	main.index .video__btn {
		width: 28rem;
	}
	
	main.index .services__container::after {
		display: none;
	}
	
	main.services .services-brick {
		height: 177.5px;
	}
	
	main.services .services-top {
		top: 50px;
	}
	
	main.services .services-top__nav {
		display: none;
	}
	
	main.services .advantages {
		margin-top: 4rem;
	}
	
	main.services .services-info__img-wrap {
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	
	main.projects .projects-list .list .c-cases-item__excerpt {
		height: 7.5em;
		-webkit-line-clamp: 5;
	}
	
	main.projects .projects-details__header {
		flex-wrap: wrap;
	}
	
	main.projects .projects-details__photos {
		width: 100%;
		padding: 6rem;
		background: url("../image/noise_gray.png");
	}
	
	main.projects .projects-details__info {
		width: 100%;
		padding: 6rem;
	}
}

@media (max-width: 1023px) {
	.c-contact {
		background: url("../image/noise_gray.png");
	}
	
	.c-contact::before, .c-contact::after {
		display: none;
	}
	
	.c-contact__form {
		margin-left: 0;
	}
	
	main.index .about {
		padding: 8rem 0;
	}
	
	main.index .about__container {
		flex-wrap: wrap;
	}
	
	main.index .about__content {
		width: 100%;
		text-align: center;
	}
	
	main.index .about-title {
		max-width: 600px;
		margin: 0 auto;
		text-align: center;
	}
	
	main.index .about-title__main {
		margin-top: 3rem;
	}
	
	main.index .about__description {
		margin-top: 3rem;
	}
	
	main.index .about__photos {
		width: 100%;
		margin-left: 0;
		margin-top: 4rem;
	}
	
	main.index .about__btn {
		max-width: 30rem;
		margin: 3.6rem auto 0;
	}
	
	main.index .services__content {
		text-align: center;
	}
	
	main.index .services__description {
		margin-top: 3.6rem;
	}
	
	main.index .cases__container {
		flex-wrap: wrap;
		text-align: center;
	}
	
	main.index .cases__swiper-wrap {
		width: 100%;
		max-width: 570px;
		margin: 0 auto;
		margin-top: 4rem;
	}
	
	main.index .cases__content {
		margin-left: 0;
	}
	
	main.index .cases-item__content {
		display: none;
	}
	
	main.index .news__container {
		position: relative;
		flex-wrap: wrap;
		padding-bottom: 6.4rem;
	}
	
	main.index .news__list {
		width: 100%;
	}
	
	main.index .news__btn {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		max-width: 30rem;
	}
	
	main.index .news-category {
		margin-left: 0;
	}
	
	main.projects .projects-list .list .c-cases-item__excerpt {
		height: 3em;
		-webkit-line-clamp: 2;
	}
	
	main.contact .contact-info-item {
		margin-bottom: 3rem;
	}
	
	main.about .mission {
		padding-top: 10rem;
	}
	
	main.about .mission__left {
		padding-top: 0;
	}
	
	main.about .mission-item::after {
		display: none;
	}
	
	main.download .download-item {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	main.download .download-item__title {
		width: 100%;
		max-width: 100%;
	}
	
	main.download .download-item__date {
		margin-left: 0;
		margin-top: 1rem;
	}
	
	main.download .download-item__link {
		margin-top: 1rem;
	}
}

@media (max-width: 767px) {
	.navigation.pagination {
		flex-wrap: wrap;
	}
	
	.navigation.pagination .nav-links {
		width: 100%;
	}
	
	.c-loading__title .text {
		font-size: 7.8rem;
	}
	
	.c-contact__form {
		padding: 3rem;
	}
	
	.c-contact-bar__container {
		padding: 6rem 0;
	}
	
	.c-banner__container {
		height: 200px;
	}
	
	main.index .about {
		padding: 6rem 0;
	}
	
	main.index .about-title__main, main.index .about__description {
		overflow: unset;
		text-overflow: unset;
		display: block;
		-webkit-box-orient: unset;
		-webkit-line-clamp: unset;
	}
	
	main.index .about__btn {
		max-width: 100%;
	}
	
	main.index .video__container {
		padding: 6rem 0;
	}
	
	main.index .services__content {
		padding: 6rem 0;
	}
	
	main.index .advantages {
		padding-bottom: 6rem;
	}
	
	main.index .advantages-item__title {
		height: 3em;
		-webkit-line-clamp: 2;
	}
	
	main.index .advantages-item__description {
		height: 4.5em;
		-webkit-line-clamp: 3;
	}
	
	main.index .cases {
		background: #fff;
	}
	
	main.index .cases__container {
		padding: 6rem 0;
	}
	
	main.index .news-item {
		flex-wrap: wrap;
	}
	
	main.index .news-item__sep {
		display: none;
	}
	
	main.index .news-item__title {
		width: 100%;
		margin-top: 1rem;
		font-size: 1.828571rem;
	}
	
	main.index .news-item::after {
		display: none;
	}
	
	main.index .news__btn {
		max-width: 100%;
	}
	
	main.services .services-info__content, main.services .services-applications__content {
		padding-left: 0;
	}
	
	main.services .help__content {
		margin-left: 0;
	}
	
	main.services .help__btn {
		left: 50%;
		transform: translate(-50%, 50%);
	}
	
	main.projects .projects-list .list .c-cases-item__btn {
		display: none;
	}
	
	main.projects .projects-list .list .c-cases-item__content {
		padding: 1rem 0;
		margin-left: 1rem;
	}
	
	main.projects .projects-list .list .c-cases-item__excerpt {
		height: 4.5em;
		-webkit-line-clamp: 3;
	}
	
	main.projects .projects-details__photos {
		padding: 4rem 15px;
	}
	
	main.projects .projects-details__info {
		padding: 4rem 15px;
	}
	
	main.about .working {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	main.about .working__content {
		position: unset;
	}
	
	main.about .working-wrap {
		padding: 0;
	}
	
	main.about .working__inner {
		width: 100%;
	}
	
	main.about .working__mottoes {
		display: none;
	}
	
	main.about .working__footer {
		padding: 1rem 0;
	}
	
	main.contact .banner .w {
		padding: 0;
	}
}
