.about__desc{
color: #474747;
}
.about{
padding:0px!important;
}
.filter-panel{
display:none;
}
strong{
color:#222f8d!important;
}
.swiper-button-next,.swiper-button-prev {
	z-index: 2;
}

.swiper-button-next::after,.swiper-button-prev::after {
	display: none;
}

.display2 {
	font-size: 50px;
	line-height: 130%;
	letter-spacing: -.02em;
	color: #222f8d;
}

@media screen and (max-width:1200px) {
	.display2 {
		font-size: 45px;
	}
}

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

	.display2 {
		font-size: 40px;
	}
}

@media screen and (max-width:768px) {
	.display2 {
		font-size: 35px;
	}
}

@media screen and (max-width:576px) {
	.display2 {
		font-size: 30px;
	}
}

.swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.swiper-pagination-bullet {
	width: 9.4px;
	height: 9.4px;
	background-color: #222f8d;
	opacity: 1;
	margin-left: 0!important;
}

.swiper-pagination-bullet:not(:last-child) {
	margin-right: 15px!important;
}

.swiper-pagination-bullet-active {
	border: 1px solid #474747;
	background-color: transparent;
}

.form-group {
	position: relative;
	margin: 0 0 30px;
}

.form-group input {
	border: none;
	border-bottom: 1px solid #000;
	padding: 0 10px;
	height: 47px;
	width: 100%;
	font-size: 18px;
	background-color: transparent;
	color: #000;
}

.form-group input::-webkit-input-placeholder {
	color: #000;
}

.form-group input::-moz-placeholder {
	color: #000;
}

.form-group input:-ms-input-placeholder {
	color: #000;
}

.form-group input::-ms-input-placeholder {
	color: #000;
}

.form-group input::placeholder {
	color: #000;
}

.check {
	position: relative;
}

.check input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

.check input:checked+label::before {
	border: 3px solid #fff;
}

.check input:disabled+label {
	color: #aaa;
	pointer-events: none;
}

.check label {
	padding-left: 40px;
	position: relative;
	min-height: 20px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

.check label:before {
	content: '';
	position: absolute;
	z-index: 1;
	border-radius: 2px;
	background: rgba(255,255,255,.01);
	border: 1px solid rgba(255,255,255,.45);
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.modal-backdrop.show {
	opacity: .7;
}

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

.info__left {
	width: 50%;
	padding-right: 50px;
	padding-top: 75px;
}

.info__right {
	width: 50%;
	overflow: hidden;
}

.info__title {
	font-weight: 600;
	font-size: 70px;
	line-height: 120%;
	letter-spacing: -.02em;
	color: #222f8d;
	width: calc(100% + 200px);
	position: relative;
	z-index: 3;
}

.info__desc {
	margin-top: 60px;
	font-weight: 500;
	font-size: 24px;
	line-height: 170%;
}

.info .swiper-slide {
	background: #f6f6f6;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 70px 0;
}

.info .swiper-slide img {
	max-height: 100%;
	max-width: 100%;
}

.info .swiper-button-next,.info .swiper-button-prev {
	position: static;
	background: #fff;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	margin-right: 17px;
	margin-top: 0;
}

.info__slider {
	position: relative;
}

.info__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 36px;
	bottom: 64px;
}

.info__items {
	margin-top: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 45px 20px;
}

.info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 300px;
}

.info__item-icon {
	width: 60px;
	height: 60px;
	background: #f6f6f6;
	border-radius: 20px;
	border: 2px solid #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 40px;
}

.info__item-title {
	font-size: 19px;
	line-height: 170%;
}

.info__item:nth-child(2),.info__item:nth-child(3) {
	max-width: 340px;
}

.info__item:nth-child(5) {
	grid-column: 2/4;
	max-width: 480px;
}

@media screen and (max-width:1300px) {
	.info {
		margin-top: 100px;
	}

	.info__title {
		font-size: 58px;
	}
}

@media screen and (max-width:1200px) {
	.info__items {
		grid-template-columns: 1fr 1fr;
	}

	.info__item:nth-child(5) {
		grid-column: 1/3;
	}
}

@media screen and (max-width:992px) {
	.info {
		margin-top: 60px;
		padding-bottom: 30px;
	}

	.info__inner {
		display: block;
	}

	.info__left {
		width: 100%;
		padding: 0;
	}

	.info__right {
		width: 100%;
		margin-top: 20px;
	}

	.info__title {
		font-size: 44px;
		width: 100%;
	}

	.info__desc {
		font-size: 18px;
		margin-top: 35px;
	}

	.info__nav {
		bottom: 30px;
		left: 15px;
	}
}

@media screen and (max-width:768px) {
	.form-group input {
		padding: 0;
		font-size: 15px;
		height: 42px;
	}

	.info .swiper-slide {
		padding: 45px 0;
	}

	.info .swiper-slide img {
		max-height: 400px;
	}

	.info__right {
		overflow: unset;
	}

	.info__nav {
		bottom: unset;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 15px;
	}

	.info .swiper-button-next,.info .swiper-button-prev {
		background: #f6f6f6;
	}

	.info__items {
		margin-top: 80px;
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.info__item {
		max-width: 100%!important;
	}

	.info__item:nth-child(5) {
		grid-column: 1/2;
	}

	.info__item-icon {
		margin-right: 20px;
	}

	.info__item-title {
		font-size: 16px;
	}
}

@media screen and (max-width:576px) {
	.info {
		margin-top: 30px;
	}

	.info .swiper-slide {
		padding: 30px 0;
	}

	.info .swiper-slide img {
		max-height: 300px;
	}

	.info__title {
		font-size: 30px;
	}

	.info__desc {
		font-size: 16px;
		margin-top: 15px;
		line-height: 130%;
	}
}

.about {
	padding: 60px 0;
}

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

.about__left {
	width: 420px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 120px;
}

.about__right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.about__right img {
	width: 100%;
	border-radius: 20px;
	display: block;
}

.about__desc {
	font-size: 19px;
	margin-top: 38px;
}

.about__desc p {
	line-height: 170%;
}

.about__desc p:not(:last-child) {
	margin-bottom: 25px;
}

.about__img {
	margin-top: 80px;
	position: relative;
}

.about__img img {
	width: 100%;
	border-radius: 20px;
}

.about__img-info {
	width: 560px;
	position: absolute;
	top: 55px;
	right: 55px;
	padding: 35px 45px;
	font-weight: 600;
	font-size: 22px;
	line-height: 150%;
	color: #222f8d;
	background: rgba(255,255,255,.7);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 30px;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

.about__img-info strong {
	font-weight: 700;
}

.about__items {
	margin-top: 60px;
	display: grid;
	grid-template-columns: 50% calc(44% - 100px);
	gap: 100px;
}

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

.about__item-icon {
	background: #f2fcfe;
	border: 2px solid #ddf9ff;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	margin-right: 40px;
}

.about__item-icon svg {
	max-width: 100%;
	max-height: 100%;
}

.about__item-title {
	font-size: 19px;
	line-height: 170%;
	color: #474747;
}

@media screen and (max-width:1300px) {
	.about__items {
		grid-template-columns: 1fr 1fr;
		gap: 50px;
	}
}

@media screen and (max-width:1200px) {
	.about__left {
		margin-right: 40px;
		width: 380px;
	}

	.about__items {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media screen and (max-width:992px) {
	.about {
		padding: 30px 0;
	}

	.about__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 80px;
		position: relative;
	}

	.about__right {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
	}

	.about__left {
		width: 100%;
		margin-top: 26px;
	}

	.about__title {
		position: absolute;
		top: 0;
		left: 0;
	}

	.about__desc {
		margin: 0;
	}

	.about__img {
		margin-top: 57px;
	}

	.about__img-info {
		font-size: 15px;
		width: 400px;
		padding: 16px 21px;
		top: -25px;
		right: 50%;
		background: #f3fdff;
		border-radius: 13.2484px;
		color: #007397;
		-webkit-transform: translateX(50%) rotate(3deg);
		-ms-transform: translateX(50%) rotate(3deg);
		transform: translateX(50%) rotate(3deg);
	}

	.about__img img {
		min-height: 200px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.about__items {
		margin-top: 33px;
	}

	.about__item-title {
		font-size: 14px;
	}

	.about__item-icon {
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}

	.about__item-icon svg {
		width: 32px;
		height: auto;
	}
}

@media screen and (max-width:576px) {
	.about__wrap {
		padding-top: 73px;
	}

	.about__desc {
		font-size: 14px;
	}

	.about__desc p:not(:last-child) {
		margin-bottom: 15px;
	}

	.about__item {
		display: block;
	}

	.about__item-icon {
		margin: 0 0 20px;
	}

	.about__img-info {
		width: 250px;
		font-size: 9.71549px;
	}
}

.concept {
	overflow: hidden;
	padding: 60px 0;
}

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

.concept__left {
	width: 437px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.concept__right {
	margin-left: 30px;
	width: 550px;
	max-width: calc(100% - 470px);
}

.concept__img {
	position: relative;
}

.concept__img-marker {
	width: 70px;
	height: 70px;
	position: absolute;
	background: rgba(242,252,254,.2);
	border: 10px solid #daf7fd;
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	border-radius: 50%;
	top: 20%;
	right: 12%;
	-webkit-transition: .225s;
	-o-transition: .225s;
	transition: .225s;
}

.concept__img img {
	width: 100%;
}

.concept__desc {
	font-size: 19px;
	line-height: 170%;
	margin-top: 40px;
		color: #474747;
	max-width: 478px;
}

.concept__slider {
	margin-top: 65px;
}

.concept__item {
	padding: 40px 50px;
	background: #f2fcfe;
	border: 2px solid #daf7fd;
	border-radius: 20px;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #2e2b26;
}

.concept__item-num {
	font-weight: 700;
	font-size: 50px;
	margin-right: 30px;
}

.concept__item-title {
	font-size: 22px;
	line-height: 160%;
}

.concept__item-title strong {
	font-weight: 600;
}

.concept .swiper-slide {
	opacity: 0;
}

.concept .swiper-slide-active {
	opacity: 1;
}

.concept .swiper-slide-active~.swiper-slide {
	opacity: .5;
	background: #daf7fd;
	-webkit-filter: blur(14px);
	filter: blur(14px);
}

@media screen and (max-width:992px) {
	.concept {
		padding: 30px 0;
	}

	.concept__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		padding-bottom: 220px;
	}

	.concept__left {
		margin: 42px auto 0;
		max-width: 100%;
	}

	.concept__right {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.concept__desc {
		margin-top: 35px;
	}

	.concept__slider {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.concept__desc {
		font-size: 14px;
	}

	.concept__item {
		min-height: 180px;
		padding: 24px 32px;
		display: block;
	}

	.concept__item-num {
		display: block;
		font-size: 32.9188px;
		line-height: 100%;
	}

	.concept__item-title {
		font-size: 14px;
		margin-top: 11px;
		display: block;
	}
}

.advantages {
	padding: 60px 0;
}

.advantages__items {
	margin-top: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.advantages__item {
	padding: 50px;
	background: #fafafa;
	border-radius: 20px;
}

.advantages__item--green {
	background: #effff0;
}

.advantages__item--blue {
	background: #effbff;
}

.advantages__item--orange {
	background: #fff9ef;
}

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

.advantages__item-icon {
	background: #f6f6f6;
	border: 4px solid #fff;
	border-radius: 20px;
	width: 60px;
	height: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.advantages__item-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 160%;
	color: #2e2b26;
	max-width: 235px;
}

.advantages__item-desc {
	font-size: 17px;
	line-height: 170%;
	color: #474747;
	margin-top: 30px;
}

@media screen and (max-width:1200px) {
	.advantages__items {
		gap: 20px;
	}

	.advantages__item {
		padding: 30px 25px;
	}

	.advantages__item-icon {
		margin-right: 25px;
	}
}

@media screen and (max-width:992px) {
	.advantages {
		padding: 30px 0;
	}

	.advantages__items {
		margin-top: 40px;
	}

	.advantages__item-title {
		font-size: 16px;
		line-height: 150%;
		max-width: 160px;
	}

	.advantages__item-desc {
		display: none;
	}

	.advantages__item-icon {
		width: 50px;
		height: 50px;
	}

	.advantages__item-icon svg {
		width: 36px;
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.advantages__items {
		grid-template-columns: 1fr;
	}
}

.outcome {
	padding: 60px 0;
	overflow: hidden;
	color: #474747;
}

.outcome__title {
	max-width: 781px;
}

.outcome__slider {
	margin-top: 60px;
}

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

.outcome__icon {
	width: 45px;
	height: 45px;
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #fff;
	border: 1px solid #eef2f6;
	-webkit-box-shadow: 0 14px 24px rgba(213,229,244,.3);
	box-shadow: 0 14px 24px rgba(213,229,244,.3);
	border-radius: 10px;
}

.outcome__subtitle {
	font-weight: 600;
	font-size: 19px;
	line-height: 150%;
}

.outcome__desc {
	font-size: 17px;
}

.outcome__desc p {
	line-height: 150%;
}

.outcome__desc p:not(:last-child) {
	margin-bottom: 7px;
}

@media screen and (min-width:992px) {
	.outcome .swiper-wrapper {
		display: block;
		border: 2px solid #eef2f7;
		border-radius: 30px;
		overflow: hidden;
	}

	.outcome__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 140px;
	}

	.outcome__row:not(:last-child) {
		border-bottom: 2px solid #eef2f7;
	}

	.outcome__row:nth-child(odd) {
		background: #f2fcfe;
	}

	.outcome__left {
		border-right: 2px solid #eef2f7;
		padding: 40px 50px;
		width: 415px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}

@media screen and (min-width:992px) and (max-width:1200px) {
	.outcome__left {
		width: 370px;
		padding: 20px 30px;
	}
}

@media screen and (min-width:992px) {
	.outcome__right {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 36px 73px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.know .swiper-slide-active~.swiper-slide {
		opacity: .5;
		-webkit-filter: blur(14px);
		filter: blur(14px);
	}

	.know .swiper-slide-active~.swiper-slide .know__left {
		display: none;
	}
}

@media screen and (min-width:992px) and (max-width:1200px) {
	.outcome__right {
		padding: 20px 50px;
	}
}

@media screen and (max-width:992px) {
	.outcome {
		padding: 30px 0;
	}

	.outcome__row {
		background: #f4faff;
		padding: 36px 25px;
		border: 1px solid rgba(193,223,230,.7);
		border-radius: 30px;
		height: auto;
	}

	.outcome__slider {
		margin-top: 42px;
	}

	.outcome__right {
		margin-top: 30px;
	}

	.outcome__icon {
		margin-right: 15px;
	}

	.outcome__subtitle {
		font-size: 17px;
		line-height: 140%;
	}

	.outcome__desc {
		font-size: 15px;
	}

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

	.outcome .swiper-wrapper {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

.science {
	padding: 60px 0;
}

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

.science__left {
	width: 500px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.science__right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 65px;
}

.science__desc {
	margin-top: 40px;
	font-size: 19px;
	line-height: 170%;
	color: #2e2b26;
	max-width: 320px;
}

.science__item-img {
	margin-bottom: 42px;
	display: block;
}

.science__item-img img {
	display: block;
	width: 100%;
	border-radius:20px;
	border:2px solid #f9f8f8;
}

.science__item-doc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 19px;
	line-height: 160%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #222f8d;
}

.science__item-doc img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 21px;
}

@media screen and (max-width:1200px) {
	.science__left {
		width: 360px;
	}

	.science__right {
		gap: 25px;
	}
}

@media screen and (max-width:992px) {
	.science {
		padding: 30px 0;
	}

	.science__inner {
		display: block;
	}

	.science__left {
		width: 100%;
	}

	.science__right {
		gap: 40px;
		margin-top: 37px;
	}

	.science__desc {
		margin-top: 32px;
	}

	.science__item-img {
		display: none;
	}

	.science__item-doc {
		font-size: 16px;
		line-height: 170%;
	}

	.science__item-doc img {
		width: 42px;
	}
}

@media screen and (max-width:768px) {
	.science__desc {
		font-size: 14px;
		max-width: 230px;
	}

	.science__right {
		grid-template-columns: 1fr;
	}
}

.know {
	padding: 60px 0;
}

.know__inner {
	background: #f4f7f9;
	border-radius: 20px;
	overflow: hidden;
	padding: 75px;
}

.know .swiper-pagination {
	position: static;
}

.know__top {
	position: absolute;
	top: 0;
	left: 425px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
}

.know__title {
	white-space: nowrap;
	margin-right: 40px;
}

.know__slider {
	position: relative;
}

.know__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.know__left {
	width: 350px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 75px;
	height: 100%;
}

.know__left img {
	width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}

.know__right {
	padding-top: 113px;
}

.know__info {
	min-height: 250px;
	background: #fff;
	-webkit-box-shadow: 0 14px 24px rgba(0,0,0,.02);
	box-shadow: 0 14px 24px rgba(0,0,0,.02);
	border-radius: 20px;
	padding: 37px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #2e2b26;
}

.know__num {
	font-weight: 700;
	font-size: 50px;
	line-height: 100%;
	margin-right: 42px;
}

.know__desc {
	font-size: 17px;
	line-height: 170%;
}

.know .swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.know .swiper-slide {
	height: auto;
}

@media screen and (max-width:1200px) {
	.know__inner {
		padding: 40px;
	}

	.know__left {
		margin-right: 20px;
	}

	.know__top {
		left: 370px;
	}

	.know__title {
		margin-right: 40px;
	}

	.know__info {
		padding: 25px;
	}

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

@media screen and (max-width:992px) {
	.know {
		padding: 30px 0;
		overflow: hidden;
	}

	.know__inner {
		overflow: unset;
		padding: 0;
		background-color: transparent;
	}

	.know__top {
		position: static;
		margin-bottom: 20px;
	}

	.know__row {
		display: block;
		overflow: hidden;
		background: #fafafa;
		-webkit-box-shadow: 0 14px 24px rgba(0,0,0,.02);
		box-shadow: 0 14px 24px rgba(0,0,0,.02);
		border-radius: 20px;
	}

	.know__title {
		margin: 0;
	}

	.know .swiper-pagination {
		display: none;
	}

	.know__left {
		width: 100%;
		height: 160px;
		background: #f0f0f0;
		margin: 0;
	}

	.know__left img {
		border-radius: 0;
		height: 100%;
	}

	.know__right {
		padding: 25px;
	}

	.know__info {
		background: 0 0;
		padding: 0;
		display: block;
		-webkit-box-shadow: none;
		box-shadow: none;
		min-height: unset;
	}

	.know__num {
		margin: 0 0 17px;
		font-size: 33px;
		line-height: 100%;
	}
}

.device {
	padding: 60px 0;
}

.device__title {
	max-width: 825px;
}

.device__slider {
	overflow: hidden;
	width: 473px;
	margin: 70px auto 0;
	max-width: 100%;
	position: relative;
}

.device .swiper-pagination {
	position: absolute;
	width: 100%;
	bottom: 120px;
	left: 0;
}

.device .swiper-pagination-bullet {
	width: 7.8px;
	height: 7.8px;
}

.device__item {
	padding: 80px 20px 40px;
	background: #fafafa;
	border-radius: 16.6013px;
}

.device__img {
	height: 368px;
}

.device__img img {
	height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.device__subtitle {
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	margin-top: 90px;
	color: #2e2b26;
	text-align: center;
}

@media screen and (max-width:576px) {
	.device {
		padding: 30px 0;
	}

	.device__slider {
		margin-top: 36px;
	}

	.device__item {
		padding: 50px 20px 46px;
	}

	.device__img {
		max-height: 235px;
	}

	.device__subtitle {
		margin-top: 57px;
		font-size: 12.6582px;
	}

	.device .swiper-pagination {
		bottom: 95px;
	}

	.device .swiper-pagination-bullet {
		width: 4.94px;
		height: 4.94px;
	}

	.device .swiper-pagination-bullet:not(:last-child) {
		margin-right: 8px!important;
	}
}

.property {
	padding: 60px 0;
	margin-top: 120px;
}

.property__wrap {
	background: #f4f7f9;
	padding: 80px 0;
	margin-top: 30px;
	padding-left:80px;
}

.property__items {
	display: grid;
	grid-template-columns: 2fr 2fr 2fr 1fr 1.5fr;
	gap: 50px 10px;
}

.property__item {
	max-width: 215px;
}

.property__item-title {
	font-weight: 500;
	font-size: 15px;
}

.property__item-desc {
	font-weight: 700;
	font-size: 15px;
	line-height: 150%;
	margin-top: 15px;
	color: #2e2b26;
}

.property__item--big {
	grid-column: 2/4;
	max-width: 100%;
}

.docs {
	padding: 60px 0;
}

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

.docs__title {
	width: 500px;
	margin-right: 80px;
}

.docs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 22px;
	line-height: 160%;
	color: #222f8d;
}

.docs__item img {
	width: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

.docs__item span {
	text-decoration: underline;
}

@media screen and (max-width:1200px) {
	.property__items {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.property__item {
		max-width: unset;
	}

	.property__item--big {
		grid-column: unset;
	}

	.docs__title {
		width: 350px;
	}
}

@media screen and (max-width:992px) {
	.property {
		margin-top: 30px;
		padding: 30px 0;
	}

	.property__wrap {
		padding: 40px 0;
		padding-left:20px;
	}

	.property__items {
		grid-template-columns: 1fr 1fr;
	}

	.docs {
		padding: 30px 0;
	}

	.docs__inner {
		display: block;
	}

	.docs__title {
		width: 100%;
		margin: 0 0 30px;
	}

	.docs__title br {
		display: none;
	}
}

@media screen and (max-width:600px) {
	.property__items {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.docs__item {
		font-size: 18px;
	}

	.docs__item img {
		margin-right: 10px;
	}
}

.accessory {
	margin-top: 60px;
	position: relative;
	padding: 75px 0 90px;
	overflow: hidden;
}

.accessory:before {
	content: '';
	position: absolute;
	z-index: 1;
	background: #f7f7f7;
	-webkit-backdrop-filter: blur(71.634px);
	backdrop-filter: blur(71.634px);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

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

.accessory__slider {
	margin-top: 65px;
}

.accessory .swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.accessory .swiper-slide {
	height: auto;
}

.accessory-card {
	padding: 36px 25px 25px;
	border: .44681px solid rgba(56,78,112,.12);
	border-radius: 9.89827px;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.accessory-card:hover::before {
	background: #222f8d;
}

.accessory-card:hover * {
	color: #fff;
}

.accessory-card>* {
	position: relative;
	z-index: 2;
}

.accessory-card:before {
	content: '';
	position: absolute;
	z-index: 1;
	background: #fff;
	-webkit-backdrop-filter: blur(28.705px);
	backdrop-filter: blur(28.705px);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.accessory-card__img {
	height: 145px;
	display: block;
}

.accessory-card__img img {
	display: block;
	margin: 0 auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	z-index: 2;
}

.accessory-card__title {
	display: block;
	margin-top: 23px;
	font-weight: 700;
	font-size: 22px;
	line-height: 130%;
	color: #2e2b26;
}

.accessory-card__desc {
	font-weight: 600;
	font-size: 12px;
	line-height: 160%;
	margin-top: 13px;
}

.accessory-card__prices {
	padding-top: 28px;
	margin-top: auto;
}

.accessory-card__prices-old {
	font-size: 12px;
	line-height: 130%;
	color: #2e2b26;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
}

.accessory-card__prices-new {
	font-weight: 600;
	font-size: 22.0183px;
	line-height: 130%;
	margin-top: 5px;
	color: #222f8d;
}

@media screen and (max-width:992px) {
	.accessory {
		margin-top: 30px;
		padding: 35px 0 45px;
	}

	.accessory__slider {
		margin-top: 35px;
	}
}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */