@font-face{
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Light.ttf') format('truetype');
	font-weight: 300;
	font-display: swap;
}

@font-face{
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
}

@font-face{
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Medium.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
}

@font-face{
	font-family: 'Manrope';
	src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-display: swap;
}

@font-face{
	font-family: 'Manrope';
	src: url('../fonts/Manrope-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
}

@font-face{
	font-family: 'Manrope';
	src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-display: swap;
}

@font-face{
	font-family: 'Arial';
	src: url('../fonts/Arial-BoldMT.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
}

@font-face{
	font-family: 'IBMPlexSans';
	src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
}

@font-face{
	font-family: 'IBMPlexSans';
	src: url('../fonts/IBMPlexSans-Medium.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
}

@font-face{
	font-family: 'IBMPlexSans';
	src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
}

@font-face{
	font-family: 'Ubuntu';
	src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
}

@font-face{
	font-family: 'Ubuntu';
	src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Manrope';
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
	background: #fff;
}

body a {
	text-decoration: none;
}

.container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

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

h1 {
	font-size: 40px;
	line-height: 43px;
	font-weight: 400;
	color: #fff;
	max-width: 590px;
	margin-bottom: 20px;
}

h2 {
	font-size: 48px;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 16px;
}

h3 {
	font-size: 36px;
	line-height: 41px;
	font-weight: 700;
	margin-bottom: 5px;
}

h4 {
	font-size: 30px;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 18px;
}

.top-header {
	background: #050505;
	color: #fff;
	font-size: 12px;
	padding: 5px 0 6px;
}

.top-header .container {
	display: flex;
	align-items: center;
}

.top-header a {
	color: #fff;
	font-size: 12px;
}

.top-header a:hover {
	text-decoration: underline;
}

.header-tel {
	margin-right: 20px;
}

.header-mail {
	margin-right: 20px;
}

.bot-header {
	background: #FBFBFB;
	box-shadow: 0px 1px 0px #E5E9F2;
	padding: 13.5px 0;
	position: relative;
	z-index: 9;
}

.logo {
	margin-right: 32px;
}

.logo img {
	width: 129px;
	max-height: 46px;
}

.header__nav {
	max-width: 693px;
	width: 100%;
	margin-right: auto;
}

.header__nav ul {
	list-style-type: none;
}

.header__nav ul a {
	color: #000;
	font-weight: 700;
}

.header__nav ul a:hover {
	text-decoration: underline;
}

.header__btn-mob-menu {
	width: 45px;
	height: 45px;
	background: #DA1C1C;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 36px;
}

.header__btn-mob-menu.fixed {
	position: fixed;
	top: 30px;
	right: 45px;
	z-index: 99;
}

.header__btn-mob-menu.active {
	opacity: 0;
}

.bot-header-opacity {
	background: none;
	box-shadow: none;
}

.bot-header-opacity .header__nav ul a {
	color: #fff;
}

.mob-menu {
	position: fixed;
	width: 351px;
	background: #1B1B1B;
	display: flex;
	flex-direction: column;
	top: 0;
	right: -500px;
	padding: 25px 24px 268px 54px;
	z-index: 99;
	transition: .3s;
	max-height: 1243px;
	height: 100%;
	overflow: auto;
}

.mob-menu.active {
	right: 0;
}

.mob-menu__close {
	width: 18px;
	height: 18px;
	min-height: 18px;
	background: url(../img/close.svg) no-repeat;
	background-size: cover;
	cursor: pointer;
	margin-left: auto;
	margin-bottom: 5px;
}

.mob-menu__logo {
	display: block;
	margin: 0 auto 58px;
	width: 144px;
	height: 60px;
}

.mob-menu__logo img {
	width: 100%;
	height: 100%;
}

.mob-menu__list {
	margin-bottom: 89px;
}

.mob-menu__list ul {
	list-style-type: none;
}

.mob-menu__list ul li {
	margin-bottom: 20px;
}

.mob-menu__list ul li a {
	font-weight: 700;
	color: #fff;
}

.mob-menu__list ul li a:hover {
	text-decoration: underline;
}

.mob-menu__list .sub-menu {
	padding: 15px 0 15px 15px;
	margin-top: 20px;
}

.mob-menu__list .sub-menu li {
	margin-bottom: 5px;
}

.mob-menu__list .sub-menu li a {
	font-size: 12px;
	font-weight: 400;
}

.mob-menu__list .menu-item-has-children {
	display: flex;
	flex-wrap: wrap;
}

.mob-menu__list .menu-item-has-children .sub-menu {
	display: none;
}

.mob-menu__list .menu-item-has-children.active .sub-menu {
	display: block;
}

.mob-menu__list .menu-item-has-children a {
	order: -2;
}

.mob-menu__list .menu-item-has-children:after {
	content: '';
	width: 10.5px;
	height: 6px;
	display: block;
	background: url(../img/arrow-bottom.svg) no-repeat;
	background-size: cover;
	background-position: center;
	margin: 8px 12px 0;
	order: -1;
	transform: rotate(-180deg);
	cursor: pointer;
}

.mob-menu__list .menu-item-has-children.active:after {
	transform: rotate(0deg);
}

.mob-menu__soc {
	max-width: 144px;
	width: 100%;
	margin-bottom: 17px;
}

.mob-menu__soc a {
	width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #23252e;
    border-radius: 100%;
}

.mob-menu__soc a:hover {
	background: none;
}

.mob-menu__contacts {
	color: #E5E5E5;
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 16px;
}

.mob-menu__contacts a {
	color: #E5E5E5;
	font-size: 11px;
	line-height: 20px;
	display: block;
}

.mob-menu__btn {
	height: 51px;
	min-height: 51px;
	width: 240px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.mob-menu__btn:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/tel-white.svg) no-repeat;
	background-size: cover;
	margin-right: 23px;
}

.mob-menu__btn:hover:before {
	background: url(../img/tel.svg) no-repeat;
	background-size: cover;
}

/** index **/

.artwork {
	/*background: url(../img/artwork-bg.jpg) no-repeat;
	background-size: cover;*/
	padding: 198px 0 203px;
	margin-top: -78px;
	position: relative;
	overflow: hidden;
}

.artwork__video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 0;
	width: 100%;
	height: auto;
}

.btn {
	background: #e20d0d;
	color: #fff;
	font-family: 'IBMPlexSans';
	border: 2px solid #e20d0d;
}

.btn:hover {
	background: #fff;
	color: #e20d0d;
}

.btn-black {
	background: #101010;
	color: #fff;
	font-family: 'IBMPlexSans';
	border: 2px solid #101010;
}

.btn-black:hover {
	color: #101010;
	background: #fff;
}

.btn-black:hover:before {
	background: url(../img/btn-arrow-black.svg) no-repeat;
	background-size: cover;
}

.artwork__link {
	height: 58px;
	line-height: 21px;
	letter-spacing: 0.05em;
	max-width: 221px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.artwork__content {
	position: relative;
	padding-left: 40px;
}

.artwork__content:before {
	content: 'AIRONE';
	transform: rotate(-90deg);
	line-height: 43px;
	letter-spacing: 27px;
	font-weight: 800;
	color: #fff;
	display: block;
	position: absolute;
	top: 73px;
    left: -98px;
}

.advantages__and__about-us {
	background: url(../img/bg-advantages__and__about-us.png) no-repeat;
	background-size: cover;
	padding-bottom: 140px;
	position: relative;
	padding-top: 263px;
}

.advantages {
	margin-top: -322px;
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
	padding: 13px 22px 6px;
	position: absolute;
	max-width: 1110px;
	width: 100%;
}

.advantages__item {
	width: calc(100%/3);
	border-right: 0.5px solid #D6D6D6;
	padding: 20px 15px 20px 25px;
}

.advantages__item:first-child {
	padding: 20px 35px 20px 0px;
}

.advantages__item:last-child {
	border: none;
	padding: 20px 0px 20px 24px;
}

.advantages__item-title {
	font-size: 23px;
	line-height: 25px;
	font-weight: 800;
	margin-bottom: 23px;
}

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

.about-us__slider {
	max-width: 500px;
	width: 100%;
	margin-right: 70px;
}

.about-us__slider .about-us__slider-photo img {
	width: 100%;
	height: 529px;
}

.about-us__slider .slick-prev {
	display: none;
}

.about-us__slider .slick-next {
	right: 0;
	bottom: -31px;
	top: auto;
	width: 85px;
	height: 72.86px;
	background: #DA1C1C;
	z-index: 1;
	border: 1px solid #DA1C1C;
}

.about-us__slider .slick-next:before {
	content: '';
	width: 29px;
	height: 19px;
	background: url(../img/arrow-slider.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.about-us__slider .slick-dots {
	bottom: 16px;
}

.about-us__slider .slick-dots li {
	width: 12px;
	height: 12px;
}

.about-us__slider .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.33);
}

.about-us__slider .slick-dots li.slick-active button {
	background: #DA1C1C;
}

.about-us__slider .slick-dots li button:before {
	display: none;
}

.about-us__body {
	max-width: 540px;
	width: 100%;
}

.about-us__body-mini-title {
	font-weight: 500;
	font-size: 18px;
	color: #DA1C1C;
	margin-bottom: 9px;
}

.about-us__body-title {
	font-family: 'Arial';
	font-size: 36px;
	line-height: 41px;
	font-weight: 700;
	margin-bottom: 15px;
}

.about-us__body-text {
	margin-bottom: 20px;
	text-align: justify;
}

.about-us__body-text p {
	text-indent: 15px;
}

.about-us__body-text p:not(last-child) {
	margin-bottom: 10px;
}

.about-us__body-list {
	margin-bottom: 29px;
}

.about-us__body-list ul {
	list-style-type: none;
}

.about-us__body-list ul li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-weight: 700;
}

.about-us__body-list ul li:last-child {
	margin-bottom: 0px;
}

.about-us__body-list ul li:before {
	content: '';
	width: 24px;
	min-width: 24px;
	height: 24px;
	background: url(../img/list-style-type.svg) no-repeat;
	background-size: cover;
	margin-right: 16px;
}

.about-us__body-link {
	max-width: 240px;
	width: 100%;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
}

.about-us__body-link:before {
	content: '';
	background: url(../img/btn-arrow.svg) no-repeat;
	background-size: cover;
	width: 18.81px;
	height: 18.81px;
	margin-right: 17px;
}

.news {
	padding: 94px 0 71px;
}

.news h2 {
	line-height: 1;
	margin-bottom: 16px;
	text-align: center;
}

.news__subtitle {
	font-size: 18px;
	text-align: center;
	margin-bottom: 65px;
}

.news__content {
	flex-wrap: wrap;
	margin: 0 -15px;
}

.news__item {
	margin: 0 15px 65px;
	width: calc(100%/4 - 30px);
}

.news__item:hover .news__item-name {
	text-decoration: underline;
}

.news__item-img {
	height: 204px;
	width: 100%;
	margin-bottom: 8px;
}

.news__item-img img {
	width: 100%;
	height: 100%;
}

.news__item-date {
	font-weight: 500;
	font-size: 12px;
	line-height: 28px;
	color: #DA1C1C;
	margin-bottom: 8px;
}

.news__item-name {
	font-weight: 700;
	font-size: 14px;
	line-height: 23px;
	color: #18191F;
}

.news__link {
	margin: -30px auto auto;
	max-width: 264px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	height: 49px;
}

.news__link:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/btn-arrow.svg) no-repeat;
	background-size: cover;
	margin-right: 15px;
}

.news__link:hover:before {
	background: url(../img/btn-arrow-red.svg) no-repeat;
	background-size: cover;
}

.photo-gallery {
	padding-bottom: 25px;
}

.photo-gallery h2 {
	text-align: center;
	line-height: 1;
	margin-bottom: 16px;
}

.photo-gallery__subtitle {
	margin-bottom: 65px;
	font-size: 18px;
	text-align: center;
}

.photo-gallery__content {
	flex-wrap: wrap;
	margin: 0 -17px;
}

.photo-gallery__item {
	width: calc(100%/3 - 34px);
	margin: 0 17px 22px;
}

.photo-gallery__item:hover img {
	transform: scale(1.1,1.1);
	transition: .2s;
}

.photo-gallery__item img {
	width: 100%;
	height: auto;
	transition: .2s;
}

.banner {
	margin: 42px 0 145px;
}

.banner .container {
	background: #DA1C1C url(../img/banner.png) no-repeat;
	background-position: 93% 0%;
	padding: 42.5px 48px;
	min-height: 280px;
}

.banner__content {
	max-width: 587px;
	width: 100%;
	color: #fff;
}

.banner__text {
	line-height: 18.5px;
	margin-bottom: 18px;
}

.banner__link {
	max-width: 305px;
	width: 100%;
	height: 62px;
	display: flex;
	align-items: center;
	background: #fff;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	padding-left: 20px;
	border: 2px solid #fff;
}

.banner__link:before {
	content: '';
	width: 29px;
	height: 30px;
	background: url(../img/banner-btn.svg) no-repeat;
	background-size: cover;
	margin-right: 26px;
}

.banner__link:hover {
	color: #fff;
	background: #DA1C1C;
}

.about-company {
	margin-bottom: 40px;
}

.about-company h2 {
	text-align: center;
	line-height: 1;
}

.about-company__subtitle {
	text-align: center;
	font-size: 18px;
	margin-bottom: 62px;
}

.about-company__photo {
	max-width: 445px;
	width: 100%;
	margin-right: 25px;
}

.about-company__photo img {
	width: 100%;
	max-height: 330px;
	height: auto;
}

.about-company__body {
	width: 100%;
}

.about-company__mini-title {
	font-weight: 500;
	font-size: 18px;
	color: #DA1C1C;
	margin-bottom: 7px;
}

.about-company__body h3 {
	line-height: 38px;
	letter-spacing: 0.05em;
	margin-bottom: 13px;
	font-family: 'IBMPlexSans';
}

.about-company__text {
	margin-bottom: 35px;
	text-align: justify;
}

.about-company__text p {
	margin-bottom: 25px;
	text-indent: 15px;
}

.about-company__text p:last-child {
	margin-bottom: 0px;
}

.about-company__link {
	max-width: 234px;
	width: 100%;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.about-company__link:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/btn-arrow.svg) no-repeat;
	background-size: cover;
	margin-right: 15px;
}

.about-company__link:hover:before {
	background: url(../img/btn-arrow-red.svg) no-repeat;
	background-size: cover;
}

.achievements {
	background: url(../img/bg-achievements.png) no-repeat;
	background-position: top center;
	padding: 49px 0 63px;
	margin-bottom: 58px;
}

.achievements__miti-title {
	color: #DA1C1C;
	font-size: 18px;
	line-height: 19px;
	margin-bottom: 15px;
	font-family: 'IBMPlexSans';
}

.achievements__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	margin-bottom: 50px;
	font-family: 'IBMPlexSans';
	max-width: 555px;
}

.achievements__content {
	margin: 0 -10px;
}

.achievements__item {
	max-width: 190px;
	width: 100%;
	margin: 0 10px 49px;
	font-family: 'IBMPlexSans';
}

.achievements__item-count {
	color: #D12626;
	font-weight: 700;
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 15px;

}

.achievements__item-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 19px;
	padding-bottom: 15px;
	border-bottom: 1px solid #9E9E9E;
	margin-bottom: 12px;
}

.achievements__item-description {
	font-size: 12px;
	line-height: 12.6px;
}

.video {
	margin-bottom: 77px;
}

.video h2 {
	text-align: center;
}

.video__subtitle {
	text-align: center;
	font-size: 18px;
	margin: auto auto 49px;
	max-width: 900px;
	width: 100%;
}

.video__iframe {
	width: 100%;
	height: 419px;
}

.our-contacts {
	margin-bottom: 73px;
}

.our-contacts .container {
	position: relative;
}

.our-contacts__popup {
	position: absolute;
	top: 57px;
	left: 95px;
	width: 433px;
	background: #D12626;
	padding: 66px 37px 43px;
	color: #fff;
}

.our-contacts__popup h3 {
	margin-bottom: 24px;
	font-weight: 800;
}

.our-contacts__popup-email {
	margin-bottom: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	display: flex;
	align-items: center;
}

.our-contacts__popup-email:before {
	content: '';
	width: 21px;
	min-width: 21px;
	height: 15.75px;
	background: url(../img/email-white.svg) no-repeat;
	background-size: cover;
	margin-right: 14px;
}

.our-contacts__popup-tel {
	margin-bottom: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	display: flex;
	align-items: center;
}

.our-contacts__popup-tel:before {
	content: '';
	width: 21px;
	min-width: 21px;
	height: 21px;
	background: url(../img/tel-white.svg) no-repeat;
	background-size: cover;
	margin-right: 14px;
}

.our-contacts__popup-address {
	margin-bottom: 20px;
	line-height: 24px;
	font-weight: 600;
	display: flex;
	max-width: 300px;
}

.our-contacts__popup-address:before {
	content: '';
	width: 16px;
	min-width: 16px;
	height: 21px;
	background: url(../img/address-white.svg) no-repeat;
	background-size: cover;
	margin-right: 16.5px;
}

.our-contacts__popup-link {
	max-width: 248px;
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}

.our-contacts__popup-link:hover {
	background: #D12626;
	color: #fff;
}

.our-facilities {
	padding: 105px 0 135px;
	background: url(../img/bg-our-facilities.png) no-repeat;
	background-size: cover;
	background-position: bottom;
}

.our-facilities h2 {
	text-align: center;
}

.our-facilities__subtitle {
	text-align: center;
	max-width: 900px;
	width: 100%;
	margin: auto auto 80px;
	font-size: 18px;
}

.our-facilities__slider .slick-prev, .our-facilities__slider .slick-next {
	width: 41px;
	height: 41px;
	border: 2px solid #DA1C1C;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.our-facilities__slider .slick-next {
	right: -48px;
}

.our-facilities__slider .slick-prev {
	left: -48px;
}

.our-facilities__slider .slick-prev:before, .our-facilities__slider .slick-next:before {
	content: '';
	width: 17.42px;
	height: 11.31px;
	background: url(../img/red-arrow.svg) no-repeat;
	background-size: cover;
	display: block;
}

.our-facilities__slider .slick-prev:before {
	transform: rotate(180deg);
}

.our-facilities__content {
	margin-bottom: 29px;
	text-align: center;
}

.our-facilities__item {
	max-width: 255px;
	width: 100%;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	text-align: left;
	display: block;
}

.our-facilities__item:hover .our-facilities__item-name {
	text-decoration: underline;
}

.our-facilities__item-img {
	width: 100%;
	height: 172px;
}

.our-facilities__item-img img {
	width: 100%;
	height: 100%;
}

.our-facilities__item-body {
	padding: 15px 18px 20px;
}

.our-facilities__item-city {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 2px;
	color: #DA1C1C;
}

.our-facilities__item-name {
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}

.our-facilities__item-annotation {
	color: #101010;
	font-size: 10px;
}

.our-facilities__foot {
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding: 26px 50px;
}

.our-facilities__foot-title {
	max-width: 490px;
	width: 100%;
	margin-right: 25px;
	border-left: 10.8px solid #DA1C1C;
	padding-left: 16.6px;
	font-weight: 800;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0.05em;
}

.our-facilities__foot-body {
	max-width: 495px;
	width: 100%;
}

.our-facilities__foot-body__text {
	font-weight: 300;
	line-height: 16.7px;
	color: #151515;
	margin-bottom: 7px;
	letter-spacing: 0.05em;
}

.our-facilities__foot-body__link {
	width: 100%;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.05em;
}

.own-development {
	padding: 79px 0 114px;
	background: url(../img/bg-own-development.png) no-repeat;
	background-size: 1490px 450px;
	background-position: center bottom;
}

.own-development__img {
	max-width: 510px;
	width: 100%;
	margin-right: 60px;
	cursor: pointer;
}

.own-development__img img {
	width: 100%;
	height: auto;
}

.own-development__body {
	width: 100%;
}

.own-development__miti-title {
	color: #DA1C1C;
	letter-spacing: 0.05em;
	line-height: 21px;
}

.own-development__title {
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 0.05em;
	font-weight: 800;
	margin-bottom: 8px;
}

.own-development__text {
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	text-align: justify;
}

.own-development__text p {
	text-indent: 15px;
}

.own-development__text p:not(last-child) {
	margin-bottom: 10px;
}

.own-development__services {
	flex-wrap: wrap;
	margin: 0 -14px 18px;
}

.own-development__services-item {
	width: calc(100%/2 - 30px);
	margin: 0 15px 15px;
	display: flex;
	align-items: center;
}

.own-development__services-item-icon {
	margin-right: 20px;
}

.own-development__services-item-icon img {
	max-width: 35px;
	max-height: 35px;
}

.own-development__services-item-name {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
}

.own-development__link {
	max-width: 350px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	line-height: 19.5px;
	letter-spacing: 0.05em;
	height: 55px;
}

.own-development__link:before {
	content: '';
	width: 27px;
	height: 14px;
	background: url(../img/icon-key.svg) no-repeat;
	background-size: cover;
	margin-right: 15px;
}

.own-development__link:hover:before {
	background: url(../img/icon-key-red.svg) no-repeat;
	background-size: cover;
}

.own-development__popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: none;
	align-items: center;
	justify-content: center;
	background: #424141b8;
	z-index: 999;
}

.own-development__popup.active {
	display: flex;
}

.own-development__popup-close {
	width: 18px;
	height: 18px;
	background: url(../img/close.svg) no-repeat;
	background-size: cover;
	margin-left: auto;
	margin-right: -18px;
	cursor: pointer;
}

.own-development__popup-video {
	width: 790px;
    height: 440px;
}

.products {
	padding: 67px 0 42px;
}

.products h2 {
	text-align: center;
}

.products__subtitle {
	text-align: center;
	max-width: 900px;
	width: 100%;
	margin: auto auto 48px;
	font-size: 18px;
}

.products__row {
	margin-bottom: 40px;
}

.products__row-link {
	max-width: 250px;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-bottom: 31px;
}

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

.products__row-slider-item {
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding: 20px 26px;
	max-width: 349px;
	width: 100%;
	min-height: 268px;
}

.products__row-slider-item img {
	max-width: 160px;
	width: 100%;
	max-height: 160px;
	height: 100%;
	margin: auto auto 12px;
	display: block;
}

.products__row-slider-item__name {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #000;
}

.products__row-slider .slick-prev, .products__row-slider .slick-next {
	width: 41px;
	height: 41px;
	background: #D12626;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.products__row-slider .slick-prev {
	left: -47px;
}

.products__row-slider .slick-next {
	right: -47px;
}

.products__row-slider .slick-prev:before, .products__row-slider .slick-next:before {
	content: '';
	width: 17.42px;
	height: 11.32px;
	background: url(../img/arrow-slider.svg) no-repeat;
	background-size: cover;
}

.products__row-slider .slick-prev:before {
	transform: rotate(180deg);
}

.call-back .container {
	position: relative;
}

.btn-call-back {
	background: url(../img/call-back.svg) no-repeat;
    background-size: cover;
    width: 74px;
    height: 74px;
    position: fixed;
    right: 45px;
    bottom: 73px;
    z-index: 9;
    cursor: pointer;
}

#txt {
	display: block;
	text-align: right;
	font-weight: 600;
	margin-top: -10px;
}

footer {
	background: #0B0D17;
	padding-top: 96px;
}

.footer-bot {
	padding-top: 25px;
}

.footer__copyright {
	color: #D9DBE1;
	line-height: 24px;
}

.footer-bot__menu {
	max-width: 650px;
	width: 100%;
}

.footer-bot__menu ul {
	list-style-type: none;
}

.footer-bot__menu a {
	color: #D9DBE1;
	line-height: 24px;
}

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

.footer-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 43px;
}

.footer__main {
	max-width: 255px;
	width: 100%;
	margin-right: 30px;
}

.footer__logo {
	width: 144px;
	display: block;
	margin-bottom: 24px;
}

.footer__logo img {
	width: 100%;
	height: auto;
}

.footer__main-description {
	color: #D9DBE1;
	line-height: 24px;
	margin-bottom: 50px;
}

.footer__main-soc {
	max-width: 145px;
	width: 100%;
}

.footer__main-soc a {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #23252e;
	border-radius: 100%;
}

.footer__main-soc a:hover {
	background: none;
}

.footer__main-soc a img {
	max-width: 12.8px;
}

.footer__title {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 24px;
}

.footer__menu {
	margin-right: auto;
	max-width: 255px;
	width: 100%;
}

.footer__menu ul {
	flex-direction: column;
	align-items: flex-start;
	list-style-type: none;
}

.footer__menu ul li {
	margin-bottom: 12px;
}

.footer__menu ul li a {
	color: #D9DBE1;
	line-height: 24px;
}

.footer__menu ul li a:hover {
	text-decoration: underline;
}

.footer__menu ul li:last-child {
	margin-bottom: 0px;
}

.footer__product  {
	max-width: 255px;
	width: 100%;
	margin: 0 30px;
}

.footer__product ul {
	flex-direction: column;
	align-items: flex-start;
	list-style-type: none;
}

.footer__product ul li {
	margin-bottom: 12px;
}

.footer__product ul li a {
	color: #D9DBE1;
	line-height: 24px;
	letter-spacing: 0.05em;
}

.footer__product ul li a:hover {
	text-decoration: underline;
}

.footer__product ul li:last-child {
	margin-bottom: 0px;
}

.footer__contacts {
	max-width: 255px;
	width: 100%;
}

.footer__contacts-email {
	display: block;
	color: #D9DBE1;
	line-height: 24px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}

.footer__contacts-email:before {
	content: '';
	width: 18px;
	min-width: 18px;
	height: 13.5px;
	background: url(../img/email.svg) no-repeat;
	background-size: cover;
	margin-right: 11px;
}

.footer__contacts-email:hover {
	text-decoration: underline;
}

.footer__contacts-tel {
	display: block;
	color: #D9DBE1;
	line-height: 24px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
}

.footer__contacts-tel:before {
	content: '';
	width: 18px;
	min-width: 18px;
	height: 18px;
	background: url(../img/tel.svg) no-repeat;
	background-size: cover;
	margin-right: 11px;
}

.footer__contacts-tel:hover {
	text-decoration: underline;
}

.footer__contacts-address {
	color: #D9DBE1;
	line-height: 24px;
	display: flex;
	align-items: flex-start;
}

.footer__contacts-address:before {
	content: '';
	width: 14px;
	min-width: 14px;
	height: 18px;
	background: url(../img/address.svg) no-repeat;
	background-size: cover;
	margin-right: 13px;
}

/*404*/

.page-404 {
	background: url(../img/bg-404.jpg) no-repeat;
	background-size: cover;
	margin-top: -78px;
	padding: 250px 0 230px;
}

.page-404__title {
	font-weight: 800;
	font-size: 244px;
	line-height: 1;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.page-404__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: 'IBMPlexSans';
	margin: auto auto 30px;
	max-width: 1000px;
	width: 100%;
	color: #fff;
}

.page-404__link {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 221px;
	width: 100%;
	height: 58px;
	font-family: 'IBMPlexSans';
	letter-spacing: 0.05em;
}

/*объекты*/


.bread-crumb {
	margin: 50px 0 30px;
}

.bread-crumb__list {
	display: flex;
	list-style-type: none;
	align-items: center;
	color: #7D7D7D;
	font-size: 12px;
	line-height: 1;
}

.bread-crumb__list li {
	display: flex;
	align-items: center;
}

.bread-crumb__list li:after {
	content: '>';
	color: #7D7D7D;
	font-size: 12px;
	line-height: 1;
	margin: 0 4px;
}

.bread-crumb__list li:last-child {
	pointer-events: none;
}

.bread-crumb__list li:last-child:after {
	display: none;
}

.bread-crumb__list li a {
	color: #7D7D7D;
	font-size: 12px;
	line-height: 1;
}

.our-facilities__objects-page {
	margin-bottom: 30px;
}

.our-facilities__objects-page h2 {
	text-align: left;
}

.our-facilities__objects-page__subtitle {
	max-width: 900px;
	width: 100%;
	font-size: 18px;
	margin-bottom: 44px;
}

.our-facilities__objects-page__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.our-facilities__objects-page .our-facilities__item {
	max-width: 347px;
	width: calc(100%/3 - 30px);
	margin: 0 15px 50px;
}

.our-facilities__objects-page .our-facilities__item-img {
	height: 218px;
}

.our-facilities__objects-page .our-facilities__item-body {
	padding: 15px 25px 40px;
}

/*сингл объект*/

.single-object__subtitle {
	margin-bottom: 47px;
	max-width: 900px;
	width: 100%;
}

.single-object__gallery {
	max-height: 552px;
	height: auto;
	width: 100%;
	margin-bottom: 33px;
}

.single-object__gallery img {
	width: 100%;
	height: auto;
	max-height: 552px;
}

.single-object__info {
	margin: 0 -20px 25px;
}

.single-object__info-item {
	margin:0 20px 20px;
	display: flex;
	max-width: 340px;
	width: 100%;
}

.single-object__info-item-img {
	width: 45px;
	height: 45px;
	min-width: 45px;
	margin-right: 35px;
}

.single-object__info-item-img img {
	width: 100%;
	height: 100%;
}

.single-object__info-item-body {
	width: 100%;
}

.single-object__info-item-name {
	font-weight: 500;
	margin-bottom: 4px;
}

.single-object__info-item-text {
	font-weight: 700;
	font-size: 18px;
}

.single-object__description {
	margin-bottom: 84px;
}

.single-object__description h3 {
	margin-bottom: 15px;
	font-weight: 800;
}

.single-object__description-content {
	font-size: 18px;
	text-align: justify;
}

.single-object__description-content p {
	text-indent: 15px;
}

.single-object__description-content p:not(last-child) {
	margin-bottom: 10px;
}

.single-object__gallery .slick-dots {
	bottom: 20px;
}

.single-object__gallery .slick-dots li {
	width: 12px;
	height: 12px;
}

.single-object__gallery .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.33)
}

.single-object__gallery .slick-dots li button:before {
	content: '';
}

.single-object__gallery .slick-dots .slick-active button {
	background: #DA1C1C;
}

.single-object__gallery .slick-prev, .single-object__gallery .slick-next {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.single-object__gallery .slick-prev {
	left: 30px;
}

.single-object__gallery .slick-next {
	right: 30px;
}

.single-object__gallery .slick-prev:before, .single-object__gallery .slick-next:before {
	content: '';
	width: 17.42px;
	height: 11.31px;
	background: url(../img/red-arrow.svg) no-repeat;
	background-size: cover;
}

.single-object__gallery .slick-prev:before {
	transform: rotate(180deg);
}

.other-entries {
	margin-bottom: 84px;
}

.other-entries__head {
	margin-bottom: 10px;
}

.other-entries__head h3 {
	margin-bottom: 20px;
}

.other-entries__head-link {
	margin-bottom: 20px;
	color: #DA1C1C;
	font-weight: 600;
	display: block;
}

.other-entries__head-link:hover {
	color: #ff0000;
}

/*Новости*/

.news-page {
	padding: 0 0 23px;
	margin-top: -15px;
}

.news-page__subtitle {
	max-width: 900px;
	width: 100%;
	margin-bottom: 35px;
	font-size: 18px;
}

/* сингл новости */

.single-news {
	margin-top: -15px;
}

.single-news h2 {
	margin-bottom: 4px;
}

.single-news__date {
	font-weight: 500;
	font-size: 12px;
	line-height: 28px;
	color: #DA1C1C;
	margin-bottom: 10px;
}

.single-news__subtitle {
	max-width: 900px;
	width: 100%;
	font-size: 18px;
	margin-bottom: 38px;
}

.single-news__gallery {
	max-height: 552px;
    height: auto;
    width: 100%;
}

.single-news__gallery img {
    width: 100%;
    height: auto;
    max-height: 552px;
}

.single-news__gallery .slick-dots {
	bottom: 20px;
}

.single-news__gallery .slick-dots li {
	width: 12px;
	height: 12px;
}

.single-news__gallery .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.33)
}

.single-news__gallery .slick-dots li button:before {
	content: '';
}

.single-news__gallery .slick-dots .slick-active button {
	background: #DA1C1C;
}

.single-news__gallery .slick-prev, .single-news__gallery .slick-next {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.single-news__gallery .slick-prev {
	left: 30px;
}

.single-news__gallery .slick-next {
	right: 30px;
}

.single-news__gallery .slick-prev:before, .single-news__gallery .slick-next:before {
	content: '';
	width: 17.42px;
	height: 11.31px;
	background: url(../img/red-arrow.svg) no-repeat;
	background-size: cover;
}

.single-news__gallery .slick-prev:before {
	transform: rotate(180deg);
}

.single-news__text {
	font-size: 18px;
	margin-bottom: 50px;
	text-align: justify;
}

.single-news__text p {
	text-indent: 15px;
}

.single-news__text p:not(last-child) {
	margin-bottom: 10px;
}

/* продукция */

.catalog-products {
	margin-top: -15px;
}

.catalog-products h2 {
	margin-bottom: 28px;
}

.free-consultation {
	margin-top: 70px;
	width: 100%;
	background: #DA1C1C url(../img/bg-free-consultation.png) no-repeat;
	background-position: top right;
	padding: 39px 48px;
	margin-bottom: 172px;
}

.free-consultation__title {
	max-width: 587px;
	width: 100%;
	margin-bottom: 23px;
	font-weight: 800;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.free-consultation__btn {
	background: #fff;
	max-width: 305px;
	width: 100%;
	height: 62px;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	border: 2px solid #fff;
}

.free-consultation__btn:before {
	content: '';
	width: 25px;
	height: 25px;
	background: url(../img/tel-black.svg) no-repeat;
	background-size: cover;
	margin-right: 26px;
}

.free-consultation__btn:hover {
	background: #DA1C1C;
	color: #fff;
}

.free-consultation__btn:hover:before {
	background: url(../img/tel-white.svg) no-repeat;
	background-size: cover;
}

/* контакты */

.contacts {
	padding-bottom: 90px;
}

.contacts__description {
	margin-bottom: 26px;
	font-size: 18px;
	text-align: justify;
}

.contacts__description p {
	text-indent: 15px;
}

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

.contacts__body {
	margin-bottom: 60px;
}

.contacts__body-info {
	max-width: 440px;
	width: 100%;
	margin-right: 30px;
}

.contacts__body-info__item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contacts__body-info__item:last-child {
	margin-bottom: 0px;
}

.contacts__body-info__item-img {
	width: 30px;
	min-width: 30px;
	height: 30px;
	margin-right: 19px;
	text-align: center;
}

.contacts__body-info__item-img img {
	max-width: 30px;
	width: auto;
	height: auto;
	max-height: 30px;
}

.contacts__body-info__item-text {
	width: 100%;
	font-family: 'Ubuntu';
}

.contacts__body-requisites {
	width: 100%;
	max-width: 540px;
}

.contacts__body-requisites__title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

.contacts__body-requisites__text {
	font-family: 'Ubuntu';
	line-height: 28px;
	margin-bottom: 18px;
}

.contacts__body-requisites__btn-1 {
	max-width: 268px;
	width: 100%;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contacts__body-requisites__btn-1:before {
	content: '';
	width: 16px;
	height: 16px;
	background: url(../img/docs.svg) no-repeat;
	background-size: cover;
	margin-right: 8px;
}

.contacts__body-requisites__btn-1:hover:before {
	background: url(../img/docs-red.svg) no-repeat;
	background-size: cover;
}

.contacts__body-requisites__btn-2 {
	max-width: 219px;
	width: 100%;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contacts__body-requisites__btn-2:before {
	content: '';
	width: 12px;
	min-width: 12px;
	height: 15px;
	background: url(../img/address-white.svg) no-repeat;
	background-size: cover;
	margin-right: 6.5px;
}

.contacts__body-requisites__btn-2:hover:before {
	background: url(../img/address.svg) no-repeat;
	background-size: cover;
}

.contacts__map {
	width: 100%;
	height: 388px;
	margin-bottom: 40px;
}

.contacts__foot {
	font-family: 'Ubuntu';
	line-height: 28px;
	margin-bottom: 30px;
	text-align: justify;
}

.contacts__foot p {
	text-indent: 15px;
}

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

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

.contacts__form-col {
	width: 100%;
}

.contacts__form-col:first-child {
	max-width: 445px;
	margin-right: 30px;
}

.contacts__form-col { 
	width: 100%;
}

.contacts__form-item {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 	margin-bottom: 19px;
}

.contacts__form-item:last-child {
	margin-bottom: 0px;
}

.contacts__form-item-name {
 	font-family: 'Ubuntu';
 	font-size: 16px;
 	line-height: 30px;
 	color: #343434;
 	min-width: 154px;
 }

.contacts__form-item input {
	max-width: 253px;
	width: 100%;
	height: 43px;
	border: 0.5px solid #343434;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	padding: 0 10px;
	font-family: 'Manrope';
	font-weight: 400;
}

.contacts__form-item textarea {
	border: 0.5px solid #343434;
	box-sizing: border-box;
	max-width: 454px;
	width: 100%;
	height: 100px;
	resize: none;
	font-family: 'Manrope';
	font-weight: 400;
	padding: 10px;
}

.contacts__form-col:nth-child(2) .contacts__form-item:first-child {
	align-items: flex-start;
}

#file {
	display: none;
}

.file-label {
	max-width: 454px;
	width: 100%;
	height: 43px;
	background: #E7E9EB;
	border: 1px solid #A6A8A8;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-family: 'Ubuntu';
	font-size: 13px;
	line-height: 30px;
	cursor: pointer;
}

.contacts__form-submit {
	margin-top: 30px;
	max-width: 208px;
	width: 100%;
	height: 43px;
	font-weight: 500;
	font-family: 'Ubuntu';
	font-size: 13px;
	color: #F7F8FA;
	margin-left: auto;
	display: block;
	cursor: pointer;
}

/* о компании */

.about-company-page {
	margin-bottom: 80px;
}

.about-company-page h2 {
	margin-bottom: 40px;
}

.about-company-page .about-company__photo {
	max-width: 439px;
	margin-right: 35px;
}

.about-company-page__foot {
	margin-top: 40px;
	text-align: justify;
}

.about-company-page__foot p {
	text-indent: 15px;
}

.about-company-page__foot p:not(last-child) {
	margin-bottom: 10px;
}

.about-company-page .about-company__text {
	margin-bottom: 0px;
	text-align: justify;
}

.about-company-page .about-company__text p {
	text-indent: 15px;
}

.about-company-page .about-company__text p:not(last-child) {
	margin-bottom: 10px;
}

.achievements-about-company {
	margin-bottom: 5px;
}

.products-link {
	max-width: 321px;
	width: 100%;
	height: 49px;
	margin: 30px auto auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.products-link:before {
	content: '';
	width: 18px;
	height: 18px;
	margin-right: 16px;
	background: url(../img/btn-arrow.svg) no-repeat;
	background-size: cover;
}

.products-link:hover:before {
	background: url(../img/btn-arrow-red.svg) no-repeat;
	background-size: cover;
}

.photo-gallery-about-company {
	padding: 66px 0 72px;
}

.photo-gallery-about-company h2 {
	text-align: center;
}

.photo-gallery-about-company__subtitle {
	margin-bottom: 35px;
	font-size: 18px;
	text-align: center;
}

.photo-gallery-about-company__slider {
	max-width: 920px;
	width: 100%;
	margin: auto;
	height: auto;
	max-height: 426px;
}

.photo-gallery-about-company__slider-photo {
	width: 100%;
}

.photo-gallery-about-company__slider-photo img {
	width: 100%;
	height: auto;
	max-height: 426px;
}

.photo-gallery-about-company__slider .slick-dots li {
	width: 12px;
	height: 12px;
}

.photo-gallery-about-company__slider .slick-dots li button {
	width: 12px;
	height: 12px;
	background: #DBDBDB;
	border-radius: 100%;
}

.photo-gallery-about-company__slider .slick-dots li button:before {
	content: '';
}

.photo-gallery-about-company__slider .slick-dots .slick-active button {
	background: #DA1C1C;
}

.photo-gallery-about-company__slider .slick-prev, .photo-gallery-about-company__slider .slick-next {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000;
	border-radius: 100%;
	z-index: 1;
}

.photo-gallery-about-company__slider .slick-prev:before, .photo-gallery-about-company__slider .slick-next:before {
	content: '';
	width: 17.4px;
	height: 11.31px;
	background: url(../img/arrow-slider.svg) no-repeat;
	background-size: cover;
}

.photo-gallery-about-company__slider .slick-prev:before {
	transform: rotate(180deg);
}

.photo-gallery-about-company__slider .slick-prev {
	left: -62px;
}

.photo-gallery-about-company__slider .slick-next {
	right: -62px;
}

.documentation {
	margin-bottom: 117px;
}

.documentation h2 {
	text-align: center;
}

.documentation__subtitle {
	text-align: center;
	font-size: 18px;
	margin-bottom: 36px;
}

.documentation__slider {
	margin: 0 -17px;
}

.documentation__slider-item {
	display: flex !important;
	justify-content: center;
	max-width: 255px;
	width: 100%;
	margin: auto;
}

.documentation__slider-item img {
	max-width: 255px;
	width: 100%;
	height: 351px;
}

.documentation__slider .slick-prev, .documentation__slider .slick-next {
	width: 41px;
	height: 41px;
	border: 2px solid #DA1C1C;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}

.documentation__slider .slick-next {
	right: -44px;
}

.documentation__slider .slick-prev {
	left: -44px;
}

.documentation__slider .slick-prev:before, .documentation__slider .slick-next:before {
	content: '';
	width: 17.42px;
	height: 11.31px;
	background: url(../img/red-arrow.svg) no-repeat;
	background-size: cover;
	display: block;
}

.documentation__slider .slick-prev:before {
	transform: rotate(180deg);
}

/* категория продукции */

.category-products {
	margin-bottom: 120px;
}

.category-products .container {
	align-items: flex-start;
}

.category-products__sidebar {
	max-width: 255px;
	width: 100%;
	margin-right: 30px;
	margin-top: 15px;
}

.category-products__sidebar-btn-menu {
	display: flex;
	align-items: center;
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 13px;
}

.category-products__sidebar-btn-menu-icon {
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-right: 6px;
	background: url(../img/sidebar-menu.svg) no-repeat;
	background-size: cover;
}

.category-products__sidebar-list {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 20px;
}

.category-products__sidebar-list a:hover {
	color: #DA1C1C;	
}

.category-products__sidebar-list ul {
	list-style-type: none;
}

.category-products__sidebar-list ul li ul {
	padding-left: 30px;
}

.category-products__sidebar-list ul li a {
	font-weight: 700;
	color: #000;
	padding: 8.5px 0;
	display: block;
}

.category-products__sidebar-list ul li.active a {
	color: #DA1C1C;	
}

.category-products__sidebar-list ul li.active ul li a {
	color: #000;
}

.category-products__sidebar-list ul li.active ul {
	display: block;
}

.category-products__sidebar-list ul li ul {
	display: none;
}

.category-products__sidebar-list ul li ul li a {
	font-size: 12px;
	font-weight: 400;
	padding: 1px 0;
	display: block;
	color: #000;
}

.category-products__sidebar-list ul li .category-products__sidebar-list__sublist.open {
	display: block;
}

.category-products__body {
	width: 100%;
}

.category-products__body h3 {
	font-weight: 800;
	margin-bottom: 10px;
}

.category-products__body-item {
	display: flex;
	padding: 13px 11px 16px;
	position: relative;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 730px;
	width: 100%;
}

.category-products__body-item:last-child {
	margin-bottom: 0px;
}

.category-products__body-item-img {
	width: 142px;
	min-width: 142px;
	height: 142px;
	margin-right: 26px;
}

.category-products__body-item-img img {
	width: 100%;
	height: 100%;
}

.category-products__body-item__number {
	font-weight: 800;
	line-height: 24px;
	color: #DA1C1C;
}

.category-products__body-item__name {
	font-weight: 800;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 3px;
}

.category-products__body-item__annotation {
	line-height: 18px;	
	padding-right: 60px;
}

.category-products__body-item-link {
	width: 54px;
	height: 54px;
	background: #DA1C1C url(../img/arrow-slider.svg) no-repeat;
	background-position: center;
	background-size: 18.5px 14.4px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	border: 1px solid #DA1C1C;
}

.category-products__body-item-link:hover {
	background: #fff url(../img/arrow-slider-red.svg) no-repeat;
	background-position: center;
	background-size: 18.5px 14.4px;
}

.pagination {
	margin-top: 30px;
}

.pagination__list {
	display: flex;
	align-items: center;
}

.pagination__list .page-numbers {
	padding: 4px 8px;
	font-size: 16px;
	border: 1px solid #E5E5E5;
	color: #000;
	font-weight: 500;
	margin: 0 2px;
	min-width: 27px;
	height: 30px;
	text-align: center;
	display: block;
}

.pagination__list .page-numbers:hover {
	color: #D12626;
}

.pagination__list .current {
	color: #D12626;
}

.pagination__list .prev {
	background: url(../img/red-arrow.svg) no-repeat;
	background-position: center;
	transform: rotate(180deg);
}

.pagination__list .next {
	background: url(../img/red-arrow.svg) no-repeat;
	background-position: center;
}

/*поиск*/

.search-page__form {
	margin-bottom: 20px;
}

.search-page__form form {
    display: flex;
    align-items: center;
}

.search {
    width: 100%;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #c0dfed;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 17px 20px 16px;
    width: 100%;
    font-size: 14px;
    outline: none;
    font-family: 'Manrope';
    font-size: 14px;
}

.search-page__form-submit {
    background: #DA1C1C;
    border-radius: 4px;
    width: 250px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    max-width: 140px;
    border: 2px solid #DA1C1C;
}

.search-page__form-submit:hover {
	background: #fff;
	color: #DA1C1C;
}

.search-page__result h3 {
	margin-bottom: 20px;
}

.search-page {
	margin-bottom: 50px;
}

.search-page .container {
	max-width: 730px;
}

/*сингл продукта*/

.variants-execution {
	margin-bottom: 57px;	
}

.variants-execution__title {
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 25px;
}

.product-item-other {
	max-width: 255px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding: 21px;
	color: #000;
}

.product-item-other__img {
	max-width: 212px;
	width: 100%;
	height: 224px;
	margin-bottom: 7px;
}

.product-item-other__img img {
	width: 100%;
	height: 100%;
}

.product-item-other__name {
	font-weight: 700;
	line-height: 18.5px;
	text-align: center;
}

.variants-execution__content {
	text-align: center;
	margin: 0 -15px;
}

.variants-execution__content .slick-prev, .variants-execution__content .slick-next {
	width: 41px;
	height: 41px;
	border: 2px solid #DA1C1C;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}

.variants-execution__content .slick-next {
	right: -48px;
}

.variants-execution__content .slick-prev {
	left: -48px;
}

.variants-execution__content .slick-prev:before, .variants-execution__content .slick-next:before {
	content: '';
	width: 17.42px;
	height: 11.31px;
	background: url(../img/red-arrow.svg) no-repeat;
	background-size: cover;
	display: block;
}

.variants-execution__content .slick-prev:before {
	transform: rotate(180deg);
}

.together-product-order {
	margin-bottom: 144px;	
}

.together-product-order__title {
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 25px;
}

.together-product-order__content {
	text-align: center;
	margin: 0 -15px;
}

.together-product-order__content .slick-prev, .together-product-order__content .slick-next {
	width: 41px;
	height: 41px;
	border: 2px solid #DA1C1C;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}

.together-product-order__content .slick-next {
	right: -48px;
}

.together-product-order__content .slick-prev {
	left: -48px;
}

.together-product-order__content .slick-prev:before, .together-product-order__content .slick-next:before {
	content: '';
	width: 17.42px;
	height: 11.31px;
	background: url(../img/red-arrow.svg) no-repeat;
	background-size: cover;
	display: block;
}

.together-product-order__content .slick-prev:before {
	transform: rotate(180deg);
}

.single-products__content {
	display: flex;
	margin-bottom: 40px;
}

.single-products__gallery {
	max-width: 445px;
	width: 100%;
	margin-right: 30px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-products__gallery-photo {
	width: 300px !important;
	height: 300px;
	margin: auto;
	display: block !important;
}

.single-products__gallery-photo img {
	width: 100%;
	height: 100%;
}

.single-products__gallery .slick-prev, .single-products__gallery .slick-next {
	width: 41px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.single-products__gallery .slick-prev {
	left: 11px;
}

.single-products__gallery .slick-next {
	right: 11px;
}

.single-products__gallery .slick-prev:before, .single-products__gallery .slick-next:before {
	content: '';
	width: 17.4px;
	height: 11.3px;
	background: url(../img/red-arrow.svg) no-repeat;
	background-size: cover;
}

.single-products__gallery .slick-prev:before {
	transform: rotate(180deg);
}

.single-products__body {
	width: 100%;
	max-width: 540px;
}

.single-products__number {
	color: #DA1C1C;
	font-size: 48px;
	line-height: 1;
	font-weight: 800;
	margin-bottom: 8px;
}

.single-products__name {
	font-weight: 800;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 12px;
}

.single-products__text {
	font-family: 'IBMPlexSans';
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	margin-bottom: 21px;
	text-align: justify;
}

.single-products__text p:not(last-child) {
	margin-bottom: 10px;
}

.single-products__advantages {
	display: flex;
	justify-content: space-between;
	margin-bottom: 13px;
	max-width: 530px;
	width: 100%;
}

.single-products__advantages-col {
	max-width: 245px;
	width: 100%;
}

.single-products__advantages-item {
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	width: 100%;
}

.single-products__advantages-item-img {
	width: 28px;
	min-width: 28px;
	height: 28px;
	margin-right: 15px;
}

.single-products__advantages-item-img img {
	width: 100%;
	height: 100%;
}

.single-products__advantages-item-text {
	width: 100%;
}

.single-products__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 530px;
	width: 100%;
}

.single-products__foot-btn-price {
	max-width: 230px;
	width: 100%;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-right: 15px;
}

.single-products__foot-btn-price:before {
	content: '';
	width: 17.27px;
	height: 19px;
	background: url(../img/rub.svg) no-repeat;
	background-size: cover;
	margin-right: 17px;
}

.single-products__foot-btn-consultation {
	max-width: 245px;
	width: 100%;
	height: 49px;
	border: 1px solid #DA1C1C;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-family: 'IBMPlexSans';
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-products__foot-btn-consultation:before {
	content: '';
	width: 17.9px;
	height: 17.9px;
	background: url(../img/tel-black.svg) no-repeat;
	background-size: cover;
	margin-right: 16px;
}

.single-products__tabs {
	margin-bottom: 50px;
}

.single-products__tabs-head {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.single-products__tabs-head li {
	padding: 20px 0 17px;
	text-align: center;
	display: block;
	width: 100%;
	font-weight: 600;
	line-height: 34px;
	cursor: pointer;
}

.single-products__tabs-head li.active span {
	padding-bottom: 5px;
	border-bottom: 1px solid #DA1C1C;
}

.single-products__tabs-head li.active {
	background: #FCFCFC;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
	border-bottom: 0px;
	font-weight: 800;
	color: #DA1C1C;
}

.tabs__content {
	display: none;
	background: #FCFCFC;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
	padding: 46px;
	line-height: 34px;
	margin-top: -1px;
}

.tabs__content.active {
	display: block;
}

.single-products__tabs-description {
	text-align: justify;
}

.single-products__tabs-description p {
	text-indent: 15px;
}

.single-products__tabs-description p:not(last-child) {
	margin-bottom: 10px;
}

.single-products__tabs-application {
	text-align: justify;
}

.single-products__tabs-application p {
	text-indent: 15px;
}

.single-products__tabs-application p:not(last-child) {
	margin-bottom: 10px;
}

.single-products__tabs-marking img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.single-products__tabs-characteristic img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.single-products__tabs-documents a {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.single-products__tabs-documents a:before {
    content: '';
    width: 24px;
    height: 25px;
    background: url(../img/banner-btn.svg) no-repeat;
    background-size: cover;
    margin-right: 20px;
}

.single-products__tabs-3d_model .table {
	width: 100%;
	border: 1px solid #ddd;
	border-spacing: 0px;
  border-collapse: collapse;
  text-align: center;
}

.single-products__tabs-3d_model .table th, .single-products__tabs-3d_model .table td {
	border: 1px solid #ddd;
	vertical-align: middle;
	border-bottom-width: 2px;
	padding: 8px;
    line-height: 1.42857143;
}

/*программа подбора*/

.selection-program {
	padding-bottom: 66px;
	padding-top: 78px;
	background: url(../img/bg-selection-program.png) no-repeat;
	background-size: cover;
	background-position: 100% 40%;
}

.selection-program .container {
	display: flex;
}

.selection-program__photo {
	max-width: 521px;
	width: 100%;
	height: 329px;
}

.selection-program__photo img {
	width: 100%;
	height: 100%;
}

.selection-program__body {
	max-width: 540px;
	width: 100%;
	margin-right: 30px;
}

.selection-program__body h3 {
	font-weight: 800;
	margin-bottom: 16px;
}

.selection-program__body-text {
	letter-spacing: 0.05em;
	margin-bottom: 24px;
	text-align: justify;
}

.selection-program__body-text p {
	text-indent: 15px;
}

.selection-program__body-text p:not(last-child) {
	margin-bottom: 10px;
}

.selection-program__body-foot {
	display: flex;
}

.selection-program__body-foot a {
	height: 55px;
	max-width: 211px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-family: 'IBMPlexSans';
}

.selection-program__body-foot-btn-detail {
	margin-right: 38px;
}

.selection-program__body-foot-btn-access {
	border: 2px solid #DA1C1C;
	box-sizing: border-box;
	color: #DA1C1C;
}

.selection-program__body-foot-btn-access:hover {
	background: #DA1C1C;
	color: #fff;
}

.everything-for-convenience {
	padding: 64px 0;
}

.everything-for-convenience h3 {
	font-weight: 800;
	margin-bottom: 16px;
	text-align: center;
}

.everything-for-convenience__subtitle {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 50px;
	color: #18191F;
	text-align: center;
}

.everything-for-convenience__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.everything-for-convenience__item {
	margin: 0 15px 64px;
	max-width: 350px;
	width: calc(100%/3 - 30px);
	text-align: center;
}

.everything-for-convenience__item-img {
	width: 32px;
	height: 32px;
	margin: 0 auto 24px;
}

.everything-for-convenience__item-img img {
	max-width: 32px;
	max-height: 32px;
}

.everything-for-convenience__item-name {
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 10px;
}

.everything-for-convenience__item-text {
	font-size: 16px;
	line-height: 26px;
	color: #18191F;
}

.AirQlick {
	padding: 12px 0 70px;
}

.AirQlick .container {
	display: flex;
}

.AirQlick__popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: none;
	align-items: center;
	justify-content: center;
	background: #424141b8;
	z-index: 999;
}

.AirQlick__popup.active {
	display: flex;
}

.AirQlick__popup-close {
	width: 18px;
	height: 18px;
	background: url(../img/close.svg) no-repeat;
	background-size: cover;
	margin-left: auto;
	margin-right: -18px;
	cursor: pointer;
}

.AirQlick__popup-video {
	width: 790px;
    height: 440px;
}

.AirQlick__img {
	max-width: 511px;
	width: 100%;
	margin-right: 60px;
	cursor: pointer;
}

.AirQlick__img img {
	width: 100%;
	height: auto;
}

.AirQlick__body {
	max-width: 540px;
	width: 100%;	
	padding-top: 30px;
}

.AirQlick__body h3 {
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 42px;
	margin-bottom: 26px;
}

.AirQlick__text {
	font-size: 18px;
	line-height: 32px;
	color: #18191F;
	margin-bottom: 30px;
	text-align: justify;
}

.AirQlick__text p {
	margin-bottom: 10px;
	text-indent: 15px;
}

.AirQlick__text p:last-child {
	margin-bottom: 0px;
}

.AirQlick__btn {
	height: 55px;
	max-width: 211px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #DA1C1C;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 13px;
	color: #DA1C1C;
	letter-spacing: 0.05em;
}

.AirQlick__btn:hover {
	color: #fff;
	background: #DA1C1C;
}

.access-AirQlick {
	padding-bottom: 150px;
}

.access-AirQlick h3 {
	font-weight: 800;
	margin-bottom: 18px;
	color: #18191F;
	text-align: center;
}

.access-AirQlick__subtitle {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	color: #18191F;
	margin-bottom: 60px;
}

.access-AirQlick__item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 70px;
}

.access-AirQlick__item:nth-child(2n) .access-AirQlick__item-img {
	order: 1;
	margin-right: 0px;
	margin-left: 54px;
}

.access-AirQlick__item:last-child {
	margin-bottom: 0px;
}

.access-AirQlick__item-img {
	max-width: 514px;
	width: 100%;
	margin-right: 54px;
}

.access-AirQlick__item-img img {
	width: 100%;
}

.access-AirQlick__item-body {
	width: 100%;
}

.access-AirQlick__item-name {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.05em;
	margin-bottom: 7px;
	font-family: 'IBMPlexSans';
}

.access-AirQlick__item-text {
	min-height: 86px;
	margin-bottom: 20px;
	text-align: justify;
}

.access-AirQlick__item-text p {
	text-indent: 15px;
}

.access-AirQlick__item-text p:not(last-child) {
	margin-bottom: 10px;
}

.access-AirQlick__item-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 234px;
	width: 100%;
	height: 49px;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.access-AirQlick__item-btn:before {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../img/btn-arrow.svg) no-repeat;
	background-size: cover;
	margin-right: 16px;
}

.access-AirQlick__item-btn:hover:before {
	background: url(../img/btn-arrow-red.svg) no-repeat;
	background-size: cover;
}

.get-access {
	background: url(../img/bg-get-access.png) no-repeat;
	background-size: 100% 394px;
    background-position: center 100%;
	padding-bottom: 80px;
}

.get-access__content {
	background: #FFFFFF;
	border: 0.5px solid rgba(52, 52, 52, 0.15);
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
	padding: 36px 35px 57px;
}

.get-access__content h3 {
	color: #18191F;
	font-weight: 800;
	line-height: 64px;
	margin-bottom: 8px;
	text-align: center;
}

.get-access__text {
	text-align: center;
	max-width: 540px;
	width: 100%;
	margin: 0 auto 32px;
	font-size: 18px;
	line-height: 32px;
	font-family: 'IBMPlexSans';
	color: #18191F;
}

.get-access__btn {
	max-width: 350px;
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 13px;
	line-height: 19.5px;
	letter-spacing: 0.05em;
	margin: auto;
}

.get-access__btn:before {
	content: '';
	width: 27px;
	height: 14px;
	background: url(../img/icon-key.svg) no-repeat;
	background-size: cover;
	margin-right: 15px;
}

.get-access__btn:hover:before {
	background: url(../img/icon-key-red.svg) no-repeat;
	background-size: cover;
}

/*попапы*/

.popup-cost {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: none;
	align-items: center;
	justify-content: center;
	background: #424141b8;
	z-index: 999;
}

.popup-cost.active {
	display: flex;
}

.popup-cost__content {
	max-width: 620px;
	width: 97%;
	padding: 72px 48px 86px;
	position: relative;
	background: #fff;
}

.popup-cost__close {
	position: absolute;
	top: 21px;
	right: 20px;
	width: 18px;
	height: 18px;
	background: url(../img/close.svg) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.popup-cost__title {
	text-align: center;
	font-weight: 800;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.popup-cost__text {
	font-family: 'IBMPlexSans';
	text-align: center;
	line-height: 21px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

.popup-cost__foot a {
	max-width: 249px;
	width: 100%;
	height: 49px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-cost__btn-2 {
	margin-left: 15px;
	color: #D12626;
	font-family: 'IBMPlexSans';
	border: 2px solid #DA1C1C;
	box-sizing: border-box;
}

.popup-return-call {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: none;
	align-items: center;
	justify-content: center;
	background: #424141b8;
	z-index: 999;
}

.popup-return-call.active {
	display: flex;
}

.popup-return-call__content {
	max-width: 620px;
	width: 97%;
	padding: 52px 103px 38px;
	position: relative;
	background: #fff;
}

.popup-return-call__close {
	position: absolute;
	top: 21px;
	right: 20px;
	width: 18px;
	height: 18px;
	background: url(../img/close.svg) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.popup-return-call__title {
	text-align: center;
	font-weight: 800;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 35px;
}

.popup-return-call__form-input {
	max-width: 413px;
	width: 100%;
	height: 50px;
	border: 0.5px solid #343434;
	padding: 9px 19px;
	font-size: 16px;
	color: rgba(52, 52, 52, 0.5);
	font-family: 'Ubuntu';
	line-height: 30px;
	margin-bottom: 27px;
}

.popup-return-call__form-input::placeholder {
	font-size: 16px;
	color: rgba(52, 52, 52, 0.5);
	font-family: 'Ubuntu';
	line-height: 30px;
}

.popup-return-call__form-input:last-child {
	margin-bottom: 31px;
}

.popup-return-call__form-accord {
	margin-bottom: 25px;
	font-family: 'IBMPlexSans';
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
}

.popup-return-call__form-accord label {
	cursor: pointer;
	display: flex;
}

.popup-return-call__form-accord label:before {
	content: '';
	width: 25px;
	min-width: 25px;
	height: 25px;
	border: 0.5px solid #343434;
	box-sizing: border-box;
	padding: 5px 4px 4px 5px;
	margin-right: 20px;
}

.popup-return-call__form-checkbox:checked+label::before {
	background: url(../img/galka.svg) no-repeat;
	background-size: 16px 11.74px;
	background-position: center;
}

.popup-return-call__form-checkbox {
	display: none;
}

.popup-return-call__form-submit {
	max-width: 249px;
	width: 100%;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: auto;
	cursor: pointer;
}

/*mobile*/

@media(max-width: 1279px) {
	.container {
		max-width: 961px;
	}
	.header__nav {
		max-width: 640px;
	}
	.products__row-slider .slick-next {
		right: 0;
	}
	.products__row-slider .slick-prev {
		left: 0;
	}
	.our-facilities__slider .slick-next {
		right: 0;
	}
	.our-facilities__slider .slick-prev {
		left: 0;
	}
	.advantages {
		max-width: 930px;
	}
	.advantages__item-title {
		font-size: 22px;
	}
	.about-us__slider {
		margin-right: 30px;
	}
	.about-us__body-title {
		font-size: 31px;
		line-height: 37px;
	}
	.banner__content {
		max-width: 530px;
	}
	.banner .container {
	    background: #DA1C1C url(../img/banner.png) no-repeat;
	    background-position: 107% 0%;
	}
	.photo-gallery-about-company__slider .slick-next {
		right: 0;
	}
	.photo-gallery-about-company__slider .slick-prev {
		left: 0;
	}
	.documentation__slider .slick-next {
		right: 0;
	}
	.documentation__slider .slick-prev {
		left: 0;
	}
	.variants-execution__content .slick-next {
		right: 0;
	}
	.variants-execution__content .slick-prev {
		left: 0;
	}
	.together-product-order__content .slick-next {
		right: 0;
	}
	.together-product-order__content .slick-prev {
		left: 0;
	}
}

@media(max-width: 991px) {
	.container {
		max-width: 737px;
	}
	.header__nav {
		display: none;
	}
	.header__search {
		margin-left: auto;
	}
	.advantages {
		flex-direction: column;
		position: relative;
		margin-top: 30px;
	}
	.advantages__item {
		width: 100%;
		border-right: none;
		border-bottom: 0.5px solid #D6D6D6;
		padding: 20px 15px 20px 25px;
	}
	.advantages__item:first-child {
		padding: 20px 15px 20px 25px;
	}
	.advantages__item:last-child {
		border: none;
		padding: 20px 15px 20px 25px;
	}
	.about-us {
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.about-us__slider {
		margin: 0 auto 30px;
	}
	.about-us__body {
		max-width: none;
	}
	.advantages__and__about-us {
		padding-bottom: 25px;
		padding-top: 0px;
	}
	.products {
		padding: 25px 0;
	}
	.header__btn-mob-menu.fixed {
		right: 20px;
		top: 20px;
	}
	.btn-call-back {
		right: 20px;
	}
	h2 {
		font-size: 44px;
	}
	h3 {
		font-size: 31px;
	}
	.banner .container {
	    background: #DA1C1C url(../img/banner.png) no-repeat;
	    background-position: 220% 0%;
	}
	.banner {
	    margin: 42px 0;
	}
	.about-company__subtitle {
		margin-bottom: 40px;
	}
	.about-company__content {
		flex-direction: column;
	}
	.about-company-page .about-company__photo {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.achievements__content {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.achievements {
		margin-bottom: 0px;
	}
	.video {
		margin-bottom: 40px;
	}
	.photo-gallery__item {
	    width: calc(100%/2 - 34px);
	}
	.our-facilities {
		padding: 40px 0;
	}
	.our-facilities__subtitle {
		margin: auto auto 40px;
	}
	.our-facilities__foot {
		flex-direction: column;
	}
	.our-facilities__foot-title {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.own-development {
		padding: 20px 0 40px;
	}
	.own-development .container {
		flex-direction: column;
	}
	.own-development__img {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.news {
	    padding: 10px 0 40px;
	}
	.news__item {
	    margin: 0 15px 65px;
	    width: calc(100%/2 - 30px);
	    max-width: 255px;
	}
	.news__content {
		justify-content: space-around;
	}
	.footer-bot {
		flex-direction: column;
	}
	.footer__copyright {
		order: 1;
	}
	.footer-top {
		flex-wrap: wrap;
	}
	.footer__menu {
		max-width: 165px;
	}
	.footer__product {
		max-width: 220px;
		margin: 0 15px;
	}
	.footer__contacts {
		margin-top: 20px;
	}
	.our-facilities__objects-page .our-facilities__item {
		width: calc(100%/2 - 30px);
	}
	.selection-program .container {
		flex-direction: column;
		align-items: center;
	}
	.selection-program__body {
		margin-right: 0px;
	}
	.selection-program__photo {
		order: -1;
		margin-bottom: 20px;
	}
	.selection-program {
		padding: 40px 0;
	}
	.everything-for-convenience {
		padding: 20px 0 40px;
	}
	.everything-for-convenience__item-name {
		font-size: 21px;
	}
	.everything-for-convenience__item {
		width: calc(100%/2 - 30px);
	}
	.AirQlick .container {
		flex-direction: column;
		align-items: center;
	}
	.AirQlick__img {
		margin-right: 0px;
	}
	.AirQlick {
	    padding: 12px 0 40px;
	}
	.access-AirQlick__item-img {
		margin-right: 20px;
	}
	.access-AirQlick__item:nth-child(2n) .access-AirQlick__item-img {
	    margin-left: 20px;
	}
	.access-AirQlick__item-name {
		font-size: 21px;
	}
	.access-AirQlick {
		padding-bottom: 70px;
	}
	.contacts__form-body {
		flex-direction: column;
	}
	.contacts__form-col:first-child {
		margin-right: 0px;
		margin-bottom: 19px;
		max-width: none;
	}
	.contacts__form-item input {
		max-width: 454px;
	}
	.contacts {
		padding-bottom: 50px;
	}
	.contacts__body {
		flex-direction: column;
	}
	.contacts__body-info {
		margin-right: 0px;
		margin-bottom: 20px;
		max-width: none;
	}
	.contacts__body-requisites {
		max-width: none;
	}
	.category-products .container {
		flex-direction: column;
	}
	.category-products__sidebar {
		margin-right: 0px;
		margin-bottom: 30px;
		max-width: none;
	}
	.single-object__info {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.single-object__info-item {
		max-width: 330px;
	}
	.single-products__content {
		flex-direction: column;
		align-items: center;
	}
	.single-products__gallery {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.own-development__popup-video, .AirQlick__popup-video {
	    width: 700px;
	    height: 395px;
	}
	.top-header .container {
		flex-wrap: wrap;
	}
	.artwork__video {
		height: 100%;
		width: auto;
	}
}

@media(max-width: 767px) {
	.container {
		max-width: 545px;
	}
	.header-tel {
		min-width: 120px;
	}
	.header-mail {
		min-width: 110px;
	}
	h1 {
		font-size: 32px;
	}
	.advantages__item-title {
		font-size: 20px;
	}
	.products__row-slider-item {
		max-width: 255px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 26px;
	}
	.banner .container {
		background: #DA1C1C;
	}
	.video__iframe {
		height: 300px;
	}
	.our-facilities__item {
		max-width: 246px;
	}
	.our-facilities__foot-title {
		font-size: 26px;
		line-height: 30px;
	}
	.our-contacts__popup {
		position: relative;
		order: -1;
		top: 0;
		left: 0;
		margin: 0 auto 10px;
	}
	.our-contacts .container {
		display: flex;
		flex-direction: column;
	}
	.our-contacts iframe {
		height: 400px;
	}
	.footer__menu {
		display: none;
	}
	.footer__product {
		order: 1;
		margin-top: 20px;
	}
	.footer__main {
		max-width: 230px;
		margin-right: 20px;
	}
	.footer__contacts {
		margin-top: 0px;
	}
	footer {
		padding-top: 40px;
	}
	.footer-bot__menu ul {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.footer-bot__menu ul li {
		margin: 0 5px;
		width: calc(100%/2 - 10px);
	}
	.footer-bot__menu ul a {
		font-size: 12px;
	}
	.photo-gallery-about-company {
		padding: 40px 0;
	}
	.footer__copyright {
		margin-top: 15px;
	}
	.free-consultation {
		background-position: 450% 100%;
		margin-bottom: 70px;
	}
	.products__row-slider-item__name {
		font-size: 14px;
		line-height: 20px;
	}
	.free-consultation__title {
		font-size: 25px;
	}
	.our-facilities__objects-page .our-facilities__item-body {
		padding: 15px 15px 20px;
	}
	.our-facilities__objects-page .our-facilities__item {
	    width: calc(100%/2 - 20px);
	    margin: 0 10px 50px;
	}
	.everything-for-convenience__item-name {
		font-size: 19px;
		line-height: 25px;
	}
	.everything-for-convenience__item-text {
		font-size: 15px;
	}
	.access-AirQlick__item {
		flex-direction: column;
	}
	.access-AirQlick__item-img {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.access-AirQlick__item:nth-child(2n) .access-AirQlick__item-img {
	    order: -1;
	    margin-left: 0px;
	}
	.contacts__description {
		font-size: 16px;
	}
	.single-products__tabs-head li {
		font-size: 12px;
		padding: 20px 5px 17px;
	}
	.single-object__description-content {
		font-size: 16px;
	}
	.single-news__text {
		font-size: 16px;
	}
	.other-entries {
		margin-bottom: 40px;
	}
	.bread-crumb {
		margin: 20px 0;
	}
	.together-product-order {
		margin-bottom: 60px;
	}
	.about-company__photo {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.own-development__popup-video, .AirQlick__popup-video {
	    width: 525px;
	    height: 300px;
	}
	.top-header {
		display: none;
	}

}

@media(max-width: 575px) {
	.container {
		max-width: 100%;
	}
	h1 {
		font-size: 28px;
		line-height: 38px;
	}
	.advantages__item-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.about-us__body-title {
		font-size: 27px;
		line-height: 34px;
	}
	h2 {
		font-size: 27px;
		line-height: 36px;
	}
	.products__subtitle {
		font-size: 16px;
	}
	.our-contacts__popup {
		max-width: 430px;
		width: 100%;
	}
	h3 {
		font-size: 23px;
		line-height: 30px;
	}
	h4 {
		font-size: 20px;
		line-height: 29px;
	}
	.video__subtitle {
		font-size: 16px;
	}
	.photo-gallery__subtitle {
		font-size: 16px;
	}
	.photo-gallery__item {
		width: 100%;
	}
	.our-facilities__subtitle {
		font-size: 16px;
	}
	.our-facilities__foot-title {
		font-size: 22px;
		line-height: 26px;
	}
	.own-development__title {
		font-size: 26px;
		line-height: 34px;
	}
	.news__subtitle {
		font-size: 16px;
	}
	.news__item {
		width: calc(100%/2 - 20px);
		margin: 0 10px 65px;
	}
	.footer__contacts {
		max-width: 200px;
	}
	.footer__main {
		max-width: 200px;
		margin-right: 15px;
	}
	.about-company__body h3 {
		line-height: 28px;
	}
	.documentation__slider .slick-prev {
		left: 7px;
	}
	.documentation__slider .slick-next {
		right: 7px;
	}
	.category-products__body-item__name {
		font-size: 14px;
	}
	.free-consultation__title {
		font-size: 22px;
	}
	.free-consultation__btn {
		height: 50px;
	}
	.free-consultation {
		background: #DA1C1C;
	}
	.single-products__number {
		font-size: 37px;
	}
	.single-products__name {
		font-size: 20px;
		line-height: 30px;
	}
	.single-products__tabs-head li {
		font-size: 11px;
	}
	.tabs__content {
		padding: 20px;
	}
	.our-facilities__objects-page .our-facilities__item {
		width: 100%;
	}
	.our-facilities__objects-page__content {
		justify-content: space-around;
	}
	.everything-for-convenience__item {
		width: 100%;
	}
	.everything-for-convenience__content {
		justify-content: space-around;
	}
	.get-access__text {
		font-size: 16px;
	}
	.get-access__content h3 {
		line-height: 45px;
	}
	.contacts__body-requisites__foot {
		flex-direction: column;
	}
	.contacts__body-requisites__btn-1 {
		margin-bottom: 15px;
	}
	.about-us__slider .about-us__slider-photo img {
		max-height: 529px;
		height: auto;
	}
	.banner .container {
		padding: 20px;
	}
	.selection-program__photo {
		height: auto;
	}
	.popup-return-call__content {
		padding: 52px 60px 38px;
	}
	.popup-cost__content {
		padding: 72px 20px 62px;
	}
	.own-development__popup-video, .AirQlick__popup-video {
	    width: 415px;
	    height: 250px;
	}
	.single-products__tabs-head {
		flex-wrap: wrap;
	}
	.single-products__tabs-head li.active {
		border: none;
		background: none;
	}
	.single-products__tabs-head li {
		width: 33%;
	}
	.products__row-link {
		margin-right: auto;
		margin-left: auto;
	}
	.achievements__item {
		max-width: 340px;
	}
	.achievements__item-description {
		font-size: 14px;
		line-height: 16px;
	}
	.achievements {
	    background: url(../img/bg-achievements.png) no-repeat;
	    background-position: center;
	}
}

@media(max-width: 479px) {
	.advantages {
		padding: 5px 0;
	}
	.about-us__body-title {
	    font-size: 21px;
	    line-height: 28px;
	}
	h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.banner .container {
		min-height: 255px;
	}
	.achievements__title {
		font-size: 20px;
	}
	.achievements {
		padding: 40px 0;
	}
	.video__iframe {
	    height: 200px;
	}
	.our-facilities__slider .slick-prev {
	    left: -14px;
	}
	.our-facilities__slider .slick-next {
	    right: -14px;
	}
	.our-facilities__foot {
		padding: 20px;
	}
	.our-facilities__foot-title {
		font-size: 20px;
	}
	.own-development__title {
	    font-size: 20px;
	    line-height: 25px;
	}
	.own-development__services-item {
		width: 100%;
	}
	.own-development__link {
		font-size: 10px;
	}
	.news__item {
		width: 100%;
	}
	.our-contacts__popup {
		padding: 30px;
	}
	.footer-top {
		flex-direction: column;
		align-items: center;
	}
	.footer__main {
		max-width: none;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.footer__product {
		display: none;
	}
	.footer__contacts {
		max-width: none;
	}
	.footer-bot__menu ul a {
		line-height: 1;
	}
	.footer-bot__menu ul li {
		margin-bottom: 10px;
	}
	.about-company-page__foot {
		font-size: 12px;
	}
	.about-company-page .about-company__text {
		font-size: 12px;
	}
	.free-consultation {
		padding: 15px;
	}
	.free-consultation__title {
		font-size: 18px;
	}
	.free-consultation__btn {
		height: 42px;
		font-size: 18px;
	}
	.category-products__body-item {
		flex-direction: column;
		align-items: center;
	}
	.category-products__body-item-img {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.single-products__gallery-photo {
		width: 250px !important;
		height: 250px;
	}
	.single-products__number {
		font-size: 27px;
		line-height: 37px;
	}
	.single-products__name {
		line-height: 25px;
		font-size: 17px;
	}
	.single-products__advantages {
		flex-direction: column;
	}
	.single-products__advantages-col {
		max-width: none;
	}
	.single-products__foot {
		flex-direction: column;
		align-items: center;
	}
	.single-products__foot-btn-price {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.tabs__content {
		font-size: 12px;
		line-height: 19px;
	}
	.together-product-order__title, .variants-execution__titles {
		font-size: 18px;
		line-height: 24px;
	}
	.our-facilities__objects-page__subtitle {
		font-size: 16px;
	}
	.single-object__description-content {
		font-size: 14px;
		line-height: 18px;
	}
	.other-entries__head {
		flex-direction: column;
		align-items: center;
	}
	.selection-program__body-foot {
		flex-direction: column;
		align-items: center;
	}
	.selection-program__body-foot-btn-detail {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.AirQlick__body h3 {
		line-height: 32px;
	}
	.AirQlick__text, .access-AirQlick__subtitle {
		font-size: 16px;
		line-height: 21px;
	}
	.get-access__content {
		padding: 15px;
	}
	.get-access__text {
		font-size: 14px;
		line-height: 21px;
	}
	.get-access__btn {
		font-size: 12px;
	}
	.get-access__btn:before {
		min-width: 27px;
	}
	.contacts__body-info__item {
		flex-direction: column;
		align-items: center;
	}
	.contacts__body-info__item-img {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.contacts__form-item {
		flex-direction: column;
		align-items: flex-start;
	}
	.contacts__form-submit {
		margin: 20px auto 0;
		max-width: none;
	}
	.contacts__foot {
		line-height: 22px;
	}
	.search-page__form form {
		flex-direction: column;
		align-items: center;
	}
	.search-page__form-submit {
		margin-top: 20px;
	}
	.search {
		margin-right: 0px;
	}
	.single-news__text {
		font-size: 14px;
	}
	.single-news__subtitle {
		font-size: 16px;
	}
	.btn-call-back {
		width: 50px;
		height: 50px;
		bottom: 40px;
	}
	.about-us__slider .slick-next {
		width: 52px;
		height: 45px;
		bottom: -17px;
	}
	.popup-return-call__content {
	    padding: 50px 20px 30px;
	}
	.popup-return-call__title {
		font-size: 22px;
	}
	.popup-cost__title {
		font-size: 22px;
	}
	.popup-cost__foot {
		flex-direction: column;
		align-items: center;
	}
	.popup-cost__btn-2 {
		margin-left: 0px;
		margin-top: 15px;
	}
	.own-development__popup-video, .AirQlick__popup-video {
	    width: 270px;
	    height: 180px;
	}
	.contacts__body-info__item-text {
		text-align: center;
	}
	.contacts__body-info__item-img {
	    width: 39px;
	    min-width: 39px;
	    height: 39px;
	}
	.contacts__body-info__item-img img {
	    transform: scale(1.3);
	}
	
}
