/* ==========================================================================
   IQAIR
   ========================================================================== */
.iqair-wrapper {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.iqair-container {
	max-width: 1200px;
	margin: auto;
	padding: 0 10px;
}

/* ==========================================================================
   IQAIR-TITLE
   ========================================================================== */
.iqair-title {
	color: #1B1B1D;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%;
}

.iqair-title_lh {
	line-height: 130%;
}

.iqair-title b {
	font-weight: 700;
}

/* ==========================================================================
   IQAIR-BUTTON
   ========================================================================== */
.iqair-button {
	display: inline-block;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	padding: 17.5px 64.5px;
	border-radius: 14px;
	background: #0047FF;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.iqair-button:hover {
	background: #1958fd;
}

/* ==========================================================================
   IQAIR-SUBMIT
   ========================================================================== */
.iqair-submit {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	padding: 18px 40px;
	border-radius: 14px;
	background: #0B4EF9;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.iqair-submit:hover {
	background: #1958fd;
}

/* ==========================================================================
   IQAIR-INPUT
   ========================================================================== */
.iqair-input {
	display: block;
	width: 100%;
	border-radius: 16px !important;
	background: #F9F9F9 !important;
	height: 60px !important;
	color:  #525464;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 500;
	line-height: 160% !important;
	border: 1px solid #F9F9F9 !important;
	padding: 0 19px;
	outline: none;
}

.iqair-input::-webkit-input-placeholder {
	color:  #525464;
	opacity: 1;
	transition: all 0.2s ease-out;
}

.iqair-input::-moz-placeholder {
	color:  #525464;
	opacity: 1;
	transition: all 0.2s ease-out;
}

.iqair-input:-moz-placeholder {
	color:  #525464;
	opacity: 1;
	transition: all 0.2s ease-out;
}

.iqair-input:-ms-input-placeholder {
	color:  #525464;
	opacity: 1;
	transition: all 0.2s ease-out;
}

.iqair-input:focus::-webkit-input-placeholder {
	color: transparent;
}

.iqair-input:focus::-moz-placeholder {
	color: transparent;
}

.iqair-input:focus:-moz-placeholder {
	color: transparent;
}

.iqair-input:focus:-ms-input-placeholder {
	color: transparent;
}

.iqair-input_name {
	padding-left: 49px;
	background-repeat: no-repeat !important;
	background-position: 20px 22px !important;
	background-size: 14px 14px !important;
	background-image: url(../img/iqair-input-name.svg) !important;
}

.iqair-input_phone {
	padding-left: 49px;
	background-repeat: no-repeat !important;
	background-position: 20px 21px !important;
	background-size: 16px 16px !important;
	background-image: url(../img/iqair-input-phone.svg) !important;
}

/* ==========================================================================
   IQAIR-DATA
   ========================================================================== */
.iqair-data {
	color: #464961;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

.iqair-data table {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.iqair-data td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 1px;
	padding-top: 4px;
}

.iqair-data td:last-child {
	color: #241D4D;
	font-size: 16px;
	font-weight: 600;
	line-height: 130%;
	text-align: right;
}

/* ==========================================================================
   IQAIR-SHEDULE
   ========================================================================== */
.iqair-shedule {
	padding-left: 88px;
	position: relative;
}

.iqair-shedule__caption {
	position: absolute;
	left: -76px;
	top: 96px;
	color: #241D4D;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	transform: rotate(-90deg);
}

.iqair-shedule__y div {
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	position: relative;
}

.iqair-shedule__y div + div {
	margin-top: 44px;
}

.iqair-shedule__y span {
	position: absolute;
	width: 30px;
	left: -50px;
	top: -10px;
	color: #241D4D;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	text-align: right;
}

.iqair-shedule__x {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	color: #241D4D;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	padding: 0 5px 0 3px;
}

.iqair-shedule__lines {
	position: relative;
}

.iqair-shedule__with {
	position: absolute;
	left: -4px;
	right: 0;
	top: -2px;
	bottom: -2px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-shedule-with.svg);
}

.iqair-shedule__without {
	height: 55px;
	position: absolute;
	left: -2px;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-shedule-without.svg);
}

/* ==========================================================================
   IQAIR-MAIN
   ========================================================================== */
.iqair-main {
	padding: 80px 0;
}

.iqair-main__title {
	color: #1B1B1D;
	font-size: 44px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	margin-bottom: 15px;
}

.iqair-main__title b {
	font-weight: 700;
	display: block;
}

.iqair-main__label {
	margin-bottom: 40px;
	color: #1B1B1D;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.iqair-main__label span {
	border-radius: 6px;
	background: #ECF8FD;
	padding: 2px 4px 4px 7px;
	margin-left: -7px;
	margin-right: -3px;
}

.iqair-main__text {
	color: #525464;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
	max-width: 467px;
}

.iqair-main__button {
	margin-top: 49px;
}

.iqair-main__wrapper {
	position: relative;
	padding: 30px 0;
	margin-bottom: 80px;
}

.iqair-main__gallery {
	width: 600px;
	left: 0;
	top: 0;
	position: absolute;
}

.iqair-main__slider {
	border-radius: 20px;
	overflow: hidden;
}

.iqair-main-slide {
	height: 380px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.iqair-main__previews {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}

.iqair-main__preview {
	margin-top: 20px;
	padding: 0 7px;
	width: 25%;
}

.iqair-main__preview_hide {
	display: none;
}

.iqair-main__item {
	height: 90px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.iqair-main__block {
	max-width: 518px;
	margin-left: auto;
}

.iqair-main__row {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -10px 0;
}

.iqair-main__col {
	margin-top: 20px;
	padding: 0 10px;
	width: 33.333%;
}

.iqair-main__advantage {
	display: flex;
	align-items: center;
	background: #ECF8FD;
	padding: 20px 40px;
	border-radius: 20px;
}

.iqair-main__icon {
	width: 40px;
	flex-shrink: 0;
	margin-right: 20px;
}

.iqair-main__icon img {
	display: block;
	width: 100%;
	height: auto;
}

.iqair-main__name {
	color: #525464;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

/* ==========================================================================
   IQAIR-VIDEO
   ========================================================================== */
.iqair-video__block {
	display: block;
	border-radius: 24px;
	overflow: hidden;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	padding: 168px 0 80px;
}

.iqair-video__cover {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.iqair-video__cover + .iqair-video__cover {
	display: none;
}

.iqair-video__block_padding {
	padding: 150px 0 80px;
}

.iqair-video__block:before {
	content: '';
	opacity: 0.6;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 24px;
	background: #192736;
	z-index: 2;
}

.iqair-video_black:before {
	background: #000;
	opacity: 0.5;
}

.iqair-video__name {
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	z-index: 3;
}

.iqair-video__play {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	width: 120px;
	height: 72px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-video-play.svg);
	z-index: 3;
}

.iqair-video__logo {
	margin: 60px auto 0;
	position: relative;
	display: block;
	width: 109px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-video-logo.svg);
	z-index: 3;
}

/* ==========================================================================
   IQAIR-COM
   ========================================================================== */
.iqair-company {
	padding: 80px 0;
}

.iqair-company__wrapper {
	padding-top: 30px;
	position: relative;
}

.iqair-company__block {
	max-width: 600px;
	border-radius: 24px;
	background: #FFF7EE;
	padding: 50px;
}

.iqair-company__title {
	margin-bottom: 28px;
}

.iqair-company__title b {
	display: block;
}

.iqair-company__text {
	color: #525464;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
}

.iqair-company__countries {
	max-width: 460px;
	margin-top: 50px;
}

.iqair-company__row {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -10px 0;
}

.iqair-company__col {
	margin-top: 20px;
	padding: 0 10px;
	width: 50%;
}

.iqair-company__country {
	display: flex;
	align-items: center;
	color: #1B1B1D;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	border-radius: 12px;
	background: #FFF0E0;
	padding: 14px 25px;
}

.iqair-company__country img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 16px;
	flex-shrink: 0;
}

.iqair-company__img {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 24px;
	width: 530px;
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* ==========================================================================
   IQAIR-DESCRIPTION
   ========================================================================== */
.iqair-description {
	background: #1B1B1D;
	padding: 60px 0 0;
	overflow: hidden;
}

.iqair-description__title {
	color: #FFF;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	margin-bottom: 89px;
}

.iqair-description__block {
	height: 479px;
	position: relative;
}

.iqair-description__block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 359px;
	height: 397px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-descripton-img.png);
}

.iqair-description__item {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	color: #333;
	transition: all 0.2s ease-out;
}

.iqair-description__item.active {
	color: #fff;
	opacity: 1;
	visibility: visible;
}

.iqair-description__item.active + .iqair-description__item {
	color: #333;
	opacity: 1;
	visibility: visible;
}

.iqair-description__caption {
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;
	margin-bottom: 20px;
}

.iqair-description__text {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
}

.iqair-description__item_pos1 {
	width: 365px;
	top: 0;
	left: 0;
}

.iqair-description__item_pos2 {
	width: 340px;
	right: 0;
	top: 80px;
}

.iqair-description__item_pos3 {
	width: 374px;
	left: 0;
	top: 210px;
}

.iqair-description__item_pos3.active {
	top: 82px;
}

.iqair-description__item_pos4 {
	width: 351px;
	right: 0;
	top: 210px;
}

.iqair-description__item_pos4.active {
	top: 10px;
}

.iqair-description__item_pos5 {
	width: 374px;
	left: 0;
	top: 210px;
}

.iqair-description__item_pos5.active {
	top: 38px;
}

.iqair-description__item_pos6 {
	width: 374px;
	right: 0;
	top: 210px;
}

.iqair-description__item_pos6.active {
	top: 43px;
}

.iqair-description__slider {
	display: none;
}

.iqair-description__slider {
	max-width: 95%;
}

.iqair-description__slider .iqair-owl-carousel .owl-stage-outer {
	overflow: visible;
}

/* ==========================================================================
   IQAIR-GRAB
   ========================================================================== */
.iqair-grab {
	padding: 80px 0;
}

.iqair-grab__wrapper {
	display: flex;
}

.iqair-grab__cover {
	border-radius: 30px;
	flex-grow: 1;
	background: url(../img/iqair-grab-cover.jpg) no-repeat center;
	background-size: cover;
}

.iqair-grab__block {
	padding: 23px 0 25px;
	width: 510px;
	flex-shrink: 0;
	margin-left: 50px;
}

.iqair-grab__title {
	margin-bottom: 20px;
}

.iqair-grab__title b {
	display: block;
	color: #414887;
}

.iqair-grab__text {
	color: #525464;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 61px;
	padding-right: 10px;
}

.iqair-grab__inputs {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -5px 0;
}

.iqair-grab__input {
	width: 50%;
	padding: 0 5px;
}

.iqair-grab__submit {
	margin-top: 20px;
}

/* ==========================================================================
   IQAIR-VIRUSES
   ========================================================================== */
.iqair-viruses {
	padding: 80px 0;
}

.iqair-viruses__title {
	margin-bottom: 20px;
}

.iqair-viruses__title .iqair-title {
	color: #241D4D;
}

.iqair-viruses__title .iqair-title b {
	display: block;
	color: #3E7268;
}

.iqair-viruses__text {
	color: #464961;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

.iqair-viruses__columns {
	display: flex;
	align-items: center;
}

.iqair-viruses__info {
	order: 2;
}

.iqair-viruses__block {
	order: 1;
	width: 647px;
	flex-shrink: 0;
	margin-right: 60px;
	border-radius: 20px;
	background: #F1FDFB;
	padding: 59px 50px 50px 50px;
}

.iqair-viruses__lines {
	margin-top: 30px;
	max-width: 360px;
	justify-content: space-between;
	display: none;
}

.iqair-viruses__info .iqair-viruses__lines {
	display: flex;
}

.iqair-viruses__line {
	color: #464961;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}

.iqair-viruses__line_with:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
	top: -1px;
	width: 60px;
	height: 5px;
	border-radius: 5px;
	background: linear-gradient(90deg, #AA4D95 0%, #FC7A15 25.05%, #FAED3F 47.04%, #A6D44C 67.88%, #34AD43 103.5%);
}

.iqair-viruses__line_without:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
	top: -1px;
	width: 60px;
	height: 5px;
	border-radius: 5px;
	background: #BCBCBC;
}

.iqair-viruses__docs {
	margin-top: 40px;
	color: #3E7268;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

.iqair-viruses__docs a {
	padding-left: 24px;
	position: relative;
	display: inline-block;
	line-height: 1;
	color: #3E7268;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.iqair-viruses__docs a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-doc-icon.svg);
}

.iqair-viruses__docs a span {
	display: inline-block;
	line-height: 1;
	border-bottom: 1px solid #3E7268;
	transition: all 0.2s ease-out;
}

.iqair-viruses__docs a:hover span {
	border-color: transparent;
}

.iqair-viruses__data {
	padding-left: 88px;
	margin-top: 40px;
}

/* ==========================================================================
   IQAIR-FILTER
   ========================================================================== */
.iqair-filter__block {
	border-radius: 20px;
	overflow: hidden;
	padding: 80px 60px 80px;
	background: url(../img/iqair-filter.jpg) no-repeat center;
	background-size: cover;
}

.iqair-filter__title {
	margin-bottom: 22px;
}

.iqair-filter__title .iqair-title {
	color: #fff;
}

.iqair-filter__title b {
	display: block;
}

.iqair-filter__text {
	max-width: 364px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

.iqair-filter__caption {
	margin-top: 71px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 15px;
}

.iqair-filter__items {
	display: flex;
	flex-wrap: wrap;
	margin: -12px 0 0 -12px;
}

.iqair-filter__item {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(12px);
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	padding: 5px 20px;
	margin: 12px 0 0 12px;
	position: relative;
	display: flex;
	align-items: center;
}

.iqair-filter__item img {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-right: 10px;
}

/* ==========================================================================
   IQAIR-INFO
   ========================================================================== */
.iqair-info {
	padding: 82px 0 0;
}

.iqair-info__title {
	margin-bottom: 20px;
}

.iqair-info__title b {
	display: block;
	color: #9B7040;
}

.iqair-info__text {
	color: #464961;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	max-width: 416px;
}

.iqair-info__columns {
	max-width: 1080px;
	margin: auto;
	padding-bottom: 39px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.iqair-info__info {
	order: 2;
	max-width: 540px;
}

.iqair-info__block {
	order: 1;
	width: 480px;
	flex-shrink: 0;
	margin-right: 60px;
}

.iqair-info__docs {
	margin-top: 40px;
	color: #3E7268;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

.iqair-info__docs a {
	padding-left: 24px;
	position: relative;
	display: inline-block;
	line-height: 1;
	color: #9B7040;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.iqair-info__docs a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-doc-icon-brown.svg);
}

.iqair-info__docs a span {
	display: inline-block;
	line-height: 1;
	border-bottom: 1px solid #9B7040;
	transition: all 0.2s ease-out;
}

.iqair-info__docs a:hover span {
	border-color: transparent;
}

.iqair-info__data {
	padding: 30px 40px;
	border-radius: 20px;
	background: #FFF7EE;
}

.iqair-info__data + .iqair-info__data {
	margin-top: 30px;
}

.iqair-info__caption {
	color: #464961;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 6px;
}

.iqair-info__data .iqair-data table {
	border-top: none;
}

/* ==========================================================================
   IQAIR-GALLERY
   ========================================================================== */
.iqair-gallery {
	padding: 80px 0;
}

.iqair-gallery__title {
	margin-bottom: 30px;
	text-align: center;
}

.iqair-gallery__title b {
	display: block;
}

.iqair-gallery__slider {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.iqair-gallery__slide {
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.iqair-gallery__slider .owl-dots {
	position: absolute;
	bottom: 36px;
	left: 0;
	right: 0;
	max-width: 730px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iqair-gallery__slider .owl-dots:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	right: 0;
	height: 2px;
	background: #fff;
}

.iqair-gallery__slider .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #fff;
	position: relative;
}

.iqair-gallery__slider .owl-dot.active {
	width: 14px;
	height: 14px;
	border-color: #0B4EF9;
}

.iqair-gallery__items {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.iqair-gallery__item {
	width: 120px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.iqair-gallery__item + .iqair-gallery__item {
	margin-left: 25px;
}

.iqair-gallery__name {
	margin-top: 15px;
	text-align: center;
	color: #464961;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.iqair-gallery__preview {
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
}

.iqair-gallery__caption {
	display: none;
	color: #525464;
	text-align: center;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-top: 10px;
}

/* ==========================================================================
   IQAIR-SENSORS
   ========================================================================== */
.iqair-sensors__columns {
	display: flex;
	align-items: center;
}

.iqair-sensors__cover {
	flex-shrink: 0;
	order: 2;
	width: 600px;
	height: 320px;
	border-radius: 24px;
	position: relative;
	margin-left: 47px;
	background: url(../img/iqair-sensors-cover.jpg) no-repeat center;
	background-size: cover;
}

.iqair-sensors__info {
	order: 1;
	flex-grow: 1;
	max-width: 482px;
}

.iqair-sensors__title {
	margin-bottom: 28px;
}

.iqair-sensors__text {
	color: #525464;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
}

.iqair-sensors__temperature {
	padding: 18px 15px 14px;
	position: absolute;
	left: 79px;
	top: -20px;
	color: #FFF;
	font-size: 15.183px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	border-radius: 20px;
	border: 0.844px solid rgba(255, 255, 255, 0.05);
	background: rgba(19, 83, 104, 0.80);
	box-shadow: 0px 17.21597px 75.31985px 0px rgba(0, 0, 0, 0.39);
	backdrop-filter: blur(8.435054779052734px);
}

.iqair-sensors__temperature:before {
	content: '';
	width: 26px;
	height: 24px;
	display: block;
	margin: 0 auto 14px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-sensors-temperature.svg);
}

.iqair-sensors__co2 {
	padding: 15px;
	position: absolute;
	top: 55px;
	right: -19px;
	color: #FFF;
	font-size: 15.183px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	border-radius: 20px;
	border: 0.844px solid rgba(255, 255, 255, 0.05);
	background: rgba(23, 23, 23, 0.80);
	box-shadow: 0px 17.21597px 75.31985px 0px rgba(0, 0, 0, 0.39);
	backdrop-filter: blur(8.435054779052734px);
}

.iqair-sensors__co2:before {
	content: '';
	width: 64px;
	height: 31px;
	display: block;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-sensors-co2.svg);
}

.iqair-sensors__humidity {
	display: flex;
	align-items: center;
	position: absolute;
	left: -25px;
	bottom: 50px;
	color: #FFF;
	font-size: 15.183px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	padding: 14px 20px;
	border-radius: 20px;
	border: 0.844px solid rgba(255, 255, 255, 0.05);
	background: rgba(14, 66, 126, 0.80);
	box-shadow: 0px 17.21597px 75.31985px 0px rgba(0, 0, 0, 0.39);
	backdrop-filter: blur(8.435054779052734px);
}

.iqair-sensors__humidity:before {
	content: '';
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-sensors-humidity.svg);
}

.iqair-sensors__purity {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: -19px;
	left: 285px;
	color: #FFF;
	font-size: 15.183px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	padding: 14.5px 13px 14.5px 20px;
	border-radius: 20px;
	border: 0.844px solid rgba(255, 255, 255, 0.05);
	background: rgba(27, 96, 10, 0.80);
	box-shadow: 0px 17.21597px 75.31985px 0px rgba(0, 0, 0, 0.39);
	backdrop-filter: blur(8.435054779052734px);
}

.iqair-sensors__purity:before {
	content: '';
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-sensors-purity.svg);
}

/* ==========================================================================
   IQAIR-SPEED
   ========================================================================== */
.iqair-speed {
	margin: 80px 0;
}

.iqair-speed__block {
	border-radius: 20px;
	background: #030303;
	overflow: hidden;
	position: relative;
	padding: 103px 78px 103px 528px;
}

.iqair-speed__block:before {
	content: '';
	position: absolute;
	width: 800px;
	height: 451px;
	left: -30px;
	top: -22px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-speed.jpg);
}

.iqair-speed__text {
	color: #FFF;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	position: relative;
}

.iqair-speed__text:before {
	content: '';
	display: block;
	margin-bottom: 34px;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-speed-icon.svg);
}

/* ==========================================================================
   IQAIR-APP
   ========================================================================== */
.iqair-app {
	margin: 80px 0;
}

.iqair-app__columns {
	display: flex;
}

.iqair-app__block {
	margin-top: 30px;
}

.iqair-app__cover {
	flex-shrink: 0;
	width: 530px;
	height: 420px;
	border-radius: 24px;
	border: 1px solid #EBEBEB;
	background: url(../img/iqair-app-cover.jpg) no-repeat center;
	background-size: cover;
	margin-left: 50px;
}

.iqair-app__block .iqair-app__cover {
	display: none;
}

.iqair-app__block {
	flex-grow: 1;
	padding: 64.5px 50px;
	border-radius: 24px;
	background: #ECF8FD;
}

.iqair-app__title {
	margin-bottom: 30px;
}

.iqair-app__title b {
	display: block;
}

.iqair-app__text {
	color: #525464;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%;
}

.iqair-app__links {
	display: flex;
	margin: 48px 0 0 -24px;
}

.iqair-app__links a {
	margin-left: 24px;
}

.iqair-app__google-play {
	flex-shrink: 0;
	width: 162px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-app-google-play.svg);
}

.iqair-app__app-store {
	flex-shrink: 0;
	width: 144px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-app-app-store.svg);
}

/* ==========================================================================
   IQAIR-TERM
   ========================================================================== */
.iqair-term {
	margin: 80px 0;
}

.iqair-term__block {
	border-radius: 20px;
	background: #FBFAFA;
	padding: 54px 88px 55px 62px;
	display: flex;
	align-items: center;
}

.iqair-term__img {
	width: 390px;
	flex-shrink: 0;
	margin-right: 76px;
}

.iqair-term__img img {
	display: block;
	width: 100%;
	height: auto;
}

.iqair-term__title {
	margin-bottom: 20px;
}

.iqair-term__title b {
	display: block;
}

.iqair-term__text {
	color: #464961;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
}

/* ==========================================================================
   IQAIR-CHARACTERISTICS
   ========================================================================== */
.iqair-characteristics {
	background: #FBFAFA;
	padding: 62px 0;
}

.iqair-characteristics__name {
	color: #241D4D;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	margin-bottom: 40px;
}

.iqair-characteristics__img {
	margin: 0 auto 40px;
	max-width: 242px;
}

.iqair-characteristics__img img {
	display: block;
	width: 100%;
	height: auto;
}

.iqair-characteristics__caption {
	margin-bottom: 35px;
	color: #333;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;
}

.iqair-characteristics__block {
	padding: 40px 50px;
	border-radius: 10px;
	background: #FFF;
}

.iqair-characteristics__block + .iqair-characteristics__block {
	margin-top: 42px;
}

.iqair-characteristics__text {
	color: #484A6D;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.iqair-characteristics__text td,
.iqair-characteristics__text th {
	border-bottom: 1px solid #F6F6F6;
	padding: 15px 0 10px;
}

.iqair-characteristics__text td:first-child,
.iqair-characteristics__text th:first-child {
	width: 360px;
	padding-right: 60px;
	font-weight: 600;
	color: #241D4D;
}

/* ==========================================================================
   IQAIR-PRODUCTS
   ========================================================================== */
.iqair-products {
	padding: 80px 0;
	background: #fff;
	overflow: hidden;
}

.iqair-products__title {
	margin-bottom: 50px;
}

.iqair-products__wrapper {
	position: relative;
}

.iqair-products__carousel .owl-nav {
	display: flex;
	position: absolute;
	top: -80px;
	right: 0;
}

.iqair-products__carousel .owl-prev {
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-prev.svg);
	width: 49px;
	height: 16px;
	font-size: 0;
	transition: all 0.2s ease-out;
}

.iqair-products__carousel .owl-next {
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-next.svg);
	width: 49px;
	height: 16px;
	font-size: 0;
	margin-left: 32px;
	transition: all 0.2s ease-out;
}

.iqair-products__carousel .owl-prev.disabled,
.iqair-products__carousel .owl-next.disabled,
.iqair-products__carousel .owl-prev.disabled:hover,
.iqair-products__carousel .owl-next.disabled:hover {
	opacity: 0.1;
	cursor: default;
}

.iqair-products__carousel .owl-prev:hover,
.iqair-products__carousel .owl-next:hover {
	opacity: 0.8;
}

.iqair-products__carousel .iqair-owl-carousel .owl-stage {
	display: flex;
}

.iqair-products__carousel .iqair-owl-carousel .owl-stage-outer {
	overflow: visible;
}

/* ==========================================================================
   IQAIR-PRODUCT
   ========================================================================== */
.iqair-product {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #FBFAFA;
	border-radius: 20px;
	padding: 46px 39px 30px;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.iqair-product_white {
	background: #fff;
	box-shadow: 36px 38px 165px 0px rgba(39, 43, 48, 0.06);
}

.iqair-product:hover {
	background: #f4f4f4;
}

.iqair-product_white:hover {
	background: #fff;
	box-shadow: 36px 38px 165px 0px rgba(39, 43, 48, 0.15);
}

.iqair-product__img {
	max-width: 244px;
	margin: 0 auto 28px;
}

.iqair-product__img img {
	display: block;
	max-width: 100%;
	width: auto;
	height: 137px;
	margin: auto;
}

.iqair-product__name {
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
	position: relative;
	color: #262321;
	margin-bottom: 13px;
}

.iqair-product__name:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 1px;
	width: 30px;
	height: 9px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/iqair-more.svg);
}

.iqair-product__description {
	font-weight: 500;
	font-size: 10px;
	line-height: 150%;
	color: #262321;
	flex-grow: 1;
}

.iqair-product__price {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	margin-top: 32px;
}

.iqair-product_white .iqair-product__price {
	margin-top: 15px;
}

.iqair-product__price b {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-align: right;
	color: #262321;
}

.iqair-product__price span {
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: #262321;
	margin-right: 12px;
	position: relative;
}

.iqair-product__price span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	height: 2px;
	background: #E44848;
	transform: rotate(8deg);
}

/* ==========================================================================
   IQAIR-GOODS
   ========================================================================== */
.iqair-goods {
	padding: 80px 0;
	background: #FBFAFA;
}

.iqair-goods__title {
	margin-bottom: 50px;
}

.iqair-goods__carousel .iqair-owl-carousel .owl-stage {
	display: flex;
}

.iqair-goods__carousel .iqair-owl-carousel .owl-stage-outer {
	overflow: visible;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1199.98px) {
	.iqair-container {
		padding: 0 30px;
	}

	.iqair-products__carousel .owl-nav {
		display: none;
	}

	.iqair-products .owl-dots {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 50px;
	}

	.iqair-products .owl-dot {
		width: 10px;
		height: 10px;
		background: #F6F6F6;
		border-radius: 50%;
		transition: background 0.2s ease-out;
	}

	.iqair-products .owl-dot:hover {
		background: #f4f4f4;
	}

	.iqair-products .owl-dot + .owl-dot {
		margin-left: 25px;
	}

	.iqair-products .owl-dot.active {
		width: 20px;
		height: 20px;
		background: #0047FF;
		border-color: #0047FF;
	}

	.iqair-goods .owl-dots {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
	}

	.iqair-goods .owl-dot {
		width: 10px;
		height: 10px;
		background: #E4E6FF;
		border-radius: 50%;
		transition: background 0.2s ease-out;
	}

	.iqair-goods .owl-dot:hover {
		background: #1D57EE;
	}

	.iqair-goods .owl-dot + .owl-dot {
		margin-left: 25px;
	}

	.iqair-goods .owl-dot.active {
		width: 20px;
		height: 20px;
		background: #1D57EE;
		border-color: #1D57EE;
	}

	.iqair-main__block {
		max-width: 100%;
		margin: 0;
	}

	.iqair-main__gallery {
		position: static;
		width: auto;
		max-width: 600px;
		margin-bottom: 40px;
	}

	.iqair-main__label span {
		background: none;
		padding: 0;
		border-radius: 0;
		margin: 0;
	}

	.iqair-main__text {
		max-width: 600px;
	}

	.iqair-main__advantage {
		padding: 20px 30px;
	}

	.iqair-main__wrapper {
		padding: 0;
		margin-bottom: 60px;
	}

	.iqair-company__wrapper {
		position: static;
		padding: 0;
	}

	.iqair-company__img {
		position: static;
		margin-top: 40px;
		max-width: 530px;
		width: auto;
	}

	.iqair-company__block {
		max-width: 100%;
	}

	.iqair-company__countries {
		max-width: 530px;
	}

	.iqair-grab__wrapper {
		display: block;
	}

	.iqair-grab__block {
		margin-left: 0;
		width: auto;
		max-width: 620px;
	}

	.iqair-grab__cover {
		height: 420px;
		max-width: 620px;
		margin-bottom: 40px;
	}

	.iqair-grab__block {
		padding: 0;
	}

	.iqair-viruses__columns {
		display: block;
	}

	.iqair-viruses__block {
		width: auto;
		max-width: 647px;
		margin-top: 40px;
		margin-right: 0;
	}

	.iqair-viruses__info {
		max-width: 647px;
	}

	.iqair-viruses__lines {
		display: flex;
		margin-top: 20px;
	}

	.iqair-viruses__info .iqair-viruses__lines {
		display: none;
	}

	.iqair-info__columns {
		display: block;
		max-width: 100%;
		padding: 0;
		border-bottom: none
	}

	.iqair-info__info {
		max-width: 647px;
	}

	.iqair-info__text {
		max-width: 100%;
	}

	.iqair-info__block {
		width: auto;
		margin-right: 0;
		max-width: 647px;
		margin-top: 40px;
	}

	.iqair-sensors__columns {
		display: block;
	}

	.iqair-sensors__cover {
		margin-left: 0;
		width: auto;
		max-width: 600px;
		margin-bottom: 60px;
	}

	.iqair-sensors__info {
		max-width: 600px;
	}

	.iqair-speed__block:before {
		left: -76px;
	}

	.iqair-speed__block {
		padding-left: 450px;
		padding-right: 50px;
	}

	.iqair-speed__block:before {
		top: -10px;
	}

	.iqair-app__columns {
		display: block;
	}

	.iqair-app__cover {
		display: none;
		margin: 0 0 30px;
		max-width: 530px;
		width: auto;
	}

	.iqair-app__block .iqair-app__cover {
		display: block;
	}

	.iqair-app__links {
		margin-top: 30px;
	}

	.iqair-app__text {
		max-width: 530px;
	}

	.iqair-term__block {
		display: block;
	}

	.iqair-term__img {
		margin-right: 0;
		width: auto;
		max-width: 390px;
		margin-bottom: 40px;
	}

	.iqair-characteristics__text td:first-child,
	.iqair-characteristics__text th:first-child {
		padding-right: 30px;
		width: 300px;
	}

	.iqair-description__block:after {
		top: auto;
		bottom: -280px;
	}

	.iqair-description__title {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width : 991.98px) {
	* {
		-webkit-tap-highlight-color: transparent;
	}

	.iqair-main__col {
		width: 50%;
	}

	.iqair-gallery__slider .owl-dots {
		width: 580px;
	}

	.iqair-gallery__item + .iqair-gallery__item {
		margin-left: 20px;
	}

	.iqair-speed__block {
		padding: 100px 70px 450px 70px;
	}

	.iqair-speed__block:before {
		top: auto;
		bottom: 0px;
	}

	.iqair-characteristics__text table,
	.iqair-characteristics__text tbody,
	.iqair-characteristics__text tr,
	.iqair-characteristics__text td,
	.iqair-characteristics__text th {
		display: block;
	}

	.iqair-characteristics__text td, .iqair-characteristics__text th {
		padding: 0;
		border: none;
	}

	.iqair-characteristics__text tr {
		border-bottom: 1px solid #F6F6F6;
		padding: 15px 0 10px;
	}

	.iqair-characteristics__text td:first-child,
	.iqair-characteristics__text th:first-child {
		width: auto;
		padding-right: 0;
	}

	.iqair-characteristics__text td + td {
		margin-top: 20px;
	}

	.iqair-description__block:after {
		top: auto;
		bottom: -300px;
	}

	.iqair-description__title {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width : 767.98px) {
	.iqair-container {
		padding: 0 20px;
	}

	.iqair-products {
		padding: 40px 0 50px;
	}

	.iqair-products__head {
		display: block;
		margin-bottom: 40px;
	}

	.iqair-products__description {
		margin-left: 0;
		font-size: 16px;
		margin-top: 19px;
		max-width: 100%;
	}

	.iqair-goods {
		padding: 80px 0;
	}

	.iqair-main__col {
		width: 100%;
	}

	.iqair-company__img {
		height: 350px;
	}

	.iqair-grab__cover {
		height: 350px;
	}

	.iqair-submit {
		display: block;
		width: 100%;
		text-align: center;
	}

	.iqair-button {
		display: block;
		width: 100%;
		text-align: center;
	}

	.iqair-viruses__block {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 0;
	}

	.iqair-shedule {
		padding-left: 77px;
	}

	.iqair-shedule__caption {
		left: -80px;
	}

	.iqair-viruses__data {
		padding-left: 77px;
	}

	.iqair-gallery__name {
		display: none;
	}

	.iqair-gallery__slider .owl-dots {
		display: none;
	}

	.iqair-gallery__item + .iqair-gallery__item {
		margin-left: 10px;
	}

	.iqair-gallery__caption {
		display: block;
	}

	.iqair-gallery__items {
		margin-top: 20px;
	}

	.iqair-gallery__slide {
		height: 350px;
	}

	.iqair-video__block {
		padding: 100px 0;
	}

	.iqair-filter__block {
		padding-bottom: 350px;
	}

	.iqair-description__block {
		display: none;
	}

	.iqair-description__slider {
		display: block;
	}

	.iqair-description__title {
		font-size: 40px;
		line-height: 120%;
		margin-bottom: 40px;
	}

	.iqair-description {
		padding-top: 40px;
		padding-bottom: 176px;
		position: relative;
	}

	.iqair-description:after {
		content: '';
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		width: 296px;
		height: 327px;
		bottom: -189px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-image: url(../img/iqair-descripton-img.png);
	}

	.iqair-description__slide {
		color: #fff;
	}

	.iqair-description__caption {
		font-size: 22px;
		line-height: 125%;
		margin-bottom: 20px;
	}

	.iqair-description__text {
		font-size: 14px;
		line-height: 160%;
	}

	.iqair-description-wrapper {
		position: relative;
	}

	.iqair-description__slider {
		display: block;
	}
}

@media only screen and (max-width : 575.98px) {
	.container {
		width: 100%;
	}

	.iqair-products__carousel {
		width: 87.5%;
	}

	.iqair-products__carousel .iqair-owl-carousel {
		position: static;
	}

	.iqair-products .iqair-container {
		position: relative;
		padding-bottom: 70px;
	}

	.iqair-products .owl-dots {
		margin-top: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.iqair-main {
		padding: 40px 0 60px;
	}

	.iqair-main__title {
		font-size: 29px;
		line-height: 130%;
		margin-bottom: 10px;
	}

	.iqair-main__label {
		font-size: 17px;
		line-height: 130%;
		font-weight: 500;
		margin-bottom: 40px;
	}

	.iqair-main-slide {
		height: 202px;
	}

	.iqair-main__previews {
		margin: 0 -20px;
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.iqair-main__previews {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.iqair-main__previews::-webkit-scrollbar {
		display: none;
	}

	.iqair-main__preview:first-child,
	.iqair-main__preview:first-child + 	.iqair-main__preview {
		margin-left: 20px;
	}

	.iqair-main__preview:last-child {
		margin-right: 10px;
	}

	.iqair-main__preview {
		width: auto;
		padding: 0;
		margin: 0;
		flex-shrink: 0;
		width: 150px;
		padding-right: 10px;
	}

	.iqair-main__slider {
		margin-bottom: 10px;
	}

	.iqair-main__text {
		line-height: 150%;
	}

	.iqair-main__button {
		margin-top: 40px;
	}

	.iqair-main__advantage {
		background: none;
		padding: 0;
		border-radius: 0;
	}

	.iqair-main__slider {
		border-radius: 12px;
	}

	.iqair-main__item {
		border-radius: 12px;
	}

	.iqair-button {
		border-radius: 20px;
	}

	.iqair-main__wrapper {
		padding-bottom: 5px;
	}

	.iqair-video__block {
		padding: 100px 0 40px;
	}

	.iqair-video__cover {
		display: none;
	}

	.iqair-video__cover + .iqair-video__cover {
		display: block;
	}

	.iqair-video__name {
		font-size: 16px;
	}

	.iqair-video__logo {
		margin-top: 40px;
	}

	.iqair-company {
		padding: 40px 0;
		margin-top: 60px;
		background: #FFF7EE;
	}

	.iqair-company__block {
		padding: 0;
		border-radius: 0;
		background: no-clip;
	}

	.iqair-title {
		font-size: 27px;
		line-height: 130%;
	}

	.iqair-company__text {
		line-height: 150%;
	}

	.iqair-company__title {
		margin-bottom: 20px;
	}

	.iqair-company__img {
		height: 200px;
		border-radius: 12px;
	}

	.iqair-company__countries {
		margin-top: 10px;
	}

	.iqair-company__country {
		display: block;
		padding: 20px 20px 20px 25px;
	}

	.iqair-company__country img {
		display: block;
		margin-right: 0;
		margin-bottom: 16px;
	}

	.iqair-company__row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.iqair-company__col {
		padding-left: 5px;
		padding-right: 5px;
	}

	.iqair-grab {
		padding: 60px 0 62px;
	}

	.iqair-grab__cover {
		height: 230px;
	}

	.iqair-grab__text {
		line-height: 150%;
		margin-bottom: 40px;
	}

	.iqair-grab__inputs {
		margin-top: -10px;
	}

	.iqair-grab__input {
		width: 100%;
		margin-top: 10px;
	}

	.iqair-input {
		padding-left: 44px;
	}

	.iqair-submit {
		border-radius: 20px;
	}

	.iqair-viruses {
		padding: 60px 0;
	}

	.iqair-viruses__text {
		line-height: 150%;
	}

	.iqair-viruses__docs {
		font-size: 14px;
		margin-top: 20px;
	}

	.iqair-viruses__block {
		padding-top: 26px;
		padding-bottom: 20px;
	}

	.iqair-shedule {
		padding-left: 50px;
	}

	.iqair-shedule__y div + div {
		margin-top: 25px;
	}

	.iqair-shedule__y span {
		font-size: 10px;
		left: -43px;
		top: -6px;
	}

	.iqair-shedule__x {
		font-size: 10px;
		padding: 0;
		margin-top: 17px;
	}

	.iqair-shedule__caption {
		font-size: 8px;
		left: -43px;
		top: 59px;
	}

	.iqair-viruses__data {
		padding-left: 0;
		margin-top: 20px;
	}

	.iqair-data td {
		padding-bottom: 4px;
	}

	.iqair-viruses__line_with:before {
		width: 53px;
		margin-right: 17px;
	}

	.iqair-viruses__line_without:before {
		width: 53px;
		margin-right: 17px;
	}

	.iqair-filter__block {
		background: none;
		border-radius: 0;
		padding: 0;
	}

	.iqair-filter {
		background: url(../img/iqair-filter.jpg) no-repeat center;
		background-size: cover;
		padding: 40px 0 214px;
	}

	.iqair-filter__text {
		line-height: 150%;
	}

	.iqair-filter__title {
		margin-bottom: 20px;
	}

	.iqair-filter__caption {
		margin-top: 39px;
	}

	.iqair-filter__item {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.iqair-info {
		padding-top: 60px;
	}

	.iqair-info__text {
		line-height: 150%;
	}

	.iqair-info__docs {
		margin-top: 20px;
		font-size: 14px;
	}

	.iqair-info__data {
		margin-left: -20px;
		margin-right: -20px;
		padding: 30px 20px;
	}

	.iqair-info__data + .iqair-info__data {
		margin-top: 20px;
	}

	.iqair-gallery {
		padding: 60px 0 77px;
	}

	.iqair-gallery__title {
		margin-bottom: 20px;
	}

	.iqair-gallery__slide {
		height: 360px;
	}

	.iqair-gallery__item {
		width: 89px;
		flex-shrink: 0;
	}

	.iqair-gallery__item:first-child {
		margin-left: 20px;
	}

	.iqair-gallery__item:last-child {
		margin-right: 20px;
	}

	.iqair-gallery__preview {
		height: 100px;
	}

	.iqair-gallery__items {
		margin: 20px -20px 0;
		flex-wrap: nowrap;
		overflow-x: auto;
		justify-content: flex-start;
	}

	.iqair-gallery__items {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.iqair-gallery__items::-webkit-scrollbar {
		display: none;
	}

	.iqair-sensors__humidity {
		left: 7px;
		top: -17px;
		bottom: auto;
	}

	.iqair-sensors__temperature {
		top: 19px;
		right: -10px;
		left: auto;
	}

	.iqair-sensors__co2 {
		top: auto;
		left: -10px;
		bottom: 89px;
		right: auto;
	}

	.iqair-sensors__cover {
		height: 380px;
		margin-bottom: 20px;
	}

	.iqair-sensors__purity {
		left: auto;
		right: -10px;
		bottom: 20px;
	}

	.iqair-sensors__title {
		margin-bottom: 20px;
	}

	.iqair-sensors__text {
		line-height: 150%;
	}

	.iqair-speed {
		padding: 40px 0 310px;
		background: #030303;
		position: relative;
		margin: 70px 0 0;
		overflow: hidden;
	}

	.iqair-speed__block {
		padding: 0;
		position: static;
		border-radius: 0;
	}

	.iqair-speed__text:before {
		width: 30px;
		height: 30px;
		margin-bottom: 20px;
	}

	.iqair-speed__text {
		font-size: 23px;
		line-height: 130%;
	}

	.iqair-speed__block:before {
		width: 632px;
		height: 356px;
		bottom: -31px;
		left: 50%;
		margin-left: -232px;
	}

	.iqair-app__block {
		padding: 0;
		border-radius: 0;
		background: none;
		margin-top: 0;
	}

	.iqair-app {
		margin: 0;
		padding: 40px 0;
		background: #ECF8FD;
	}

	.iqair-app__cover {
		height: 200px;
		margin-bottom: 20px;
	}

	.iqair-app__text {
		line-height: 150%;
	}

	.iqair-app__title {
		margin-bottom: 20px;
	}

	.iqair-app__links {
		margin-top: 40px;
		margin-left: -10px;
	}

	.iqair-app__links a {
		margin-left: 10px;
	}

	.iqair-term__block {
		border-radius: 0;
		padding: 0;
		background: none;
	}

	.iqair-term {
		margin: 0;
		padding: 40px 0 60px;
	}

	.iqair-term__img {
		margin-bottom: 33px;
	}

	.iqair-term__text {
		line-height: 150%;
	}

	.iqair-characteristics__block {
		padding: 40px 20px 50px;
		margin-left: -20px;
		margin-right: -20px;
		border-radius: 10px;
	}

	.iqair-characteristics__caption {
		font-size: 27px;
		margin-bottom: 15px;
	}

	.iqair-characteristics__text {
		font-size: 14px;
	}

	.iqair-characteristics__text td:first-child,
	.iqair-characteristics__text th:first-child {
		font-size: 15px;
		line-height: 150%;
	}

	.iqair-characteristics__block + .iqair-characteristics__block {
		margin-top: 40px;
	}

	.iqair-products__title {
		margin-bottom: 40px;
	}

	.iqair-goods {
		padding: 40px 0;
	}

	.iqair-goods__title {
		margin-bottom: 40px;
	}
}

@media only screen and (min-width : 768px) {
	.iqair-main__item:hover {
		opacity: 0.8;
	}

	.iqair-gallery__item:hover {
		opacity: 0.8;
	}
}