.mainscreen1 {
	overflow: hidden;
	padding-top: 56px;
	padding-bottom: 44px;
	background-color: #D0DDF3;
}

.mainscreen1__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.mainscreen1__wrap1 {
	position: relative;
	z-index: 2;
	width: 49%;
}

.mainscreen1__subtitle {
	color: #2F67B1;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}

body .mainscreen1__title {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 20px;
	margin-top: 0;
	text-align: left;
}

body .mainscreen1__title b {
	color: #2F67B1;
	font-weight: 700;
}

.mainscreen1__text {
	color: #595E66;
	font-size: 17px;
	margin-bottom: 20px;
}

.mainscreen1__wrap1 .btn1 {
	letter-spacing: 0;
	font-weight: 700;
	padding: 20px 28px;
	box-shadow: 0 6px 16px 0 rgba(26, 41, 71, 0.3);
	background-color: #215ca8;
	margin-bottom: 20px;
}

@media (hover: hover) {
	.mainscreen1__wrap1 .btn1:hover {
		background-color: #265491;
	}
}

.mainscreen1-item1 {
	color: #2F67B1;
	font-size: 14px;
	line-height: 1.14;
	margin-bottom: 8px;
}

.mainscreen1-item1 b {
	color: #464646;
	font-weight: 400;
}

.mainscreen1-item1:last-child {
	margin-bottom: 0;
}

.mainscreen1__wrap2 {
	position: relative;
	z-index: 1;
	width: 44%;
}

.mainscreen1__slider {
	position: relative;
	z-index: -1;
}

.mainscreen1__slider::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 10000px;
	background-color: #D0DDF3;
}

.mainscreen1__slider .swiper-slide {
	display: flex;
	height: auto;
}

.mainscreen1__slider .swiper {
	overflow: initial;
}

.mainscreen1-item2 {
	color: #1d1a1a;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	border-radius: 14px;
}

.mainscreen1-item2__img {
	position: relative;
	overflow: hidden;
	padding-top: 97%;
	margin-bottom: 15px;
}

.mainscreen1-item2__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.mainscreen1-item2__availability {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #EBF7E7;
	padding: 1px 9px;
	border-radius: 300px;
	font-size: 12px;
	color: #37ac09;
	gap: 6px;
	margin-bottom: 10px;
}

.mainscreen1-item2__availability::before {
	content: '';
	width: 11px;
	height: 8px;
	background: url('/local/templates/aspro_mshop/img/check2.svg') center / contain no-repeat;
}

.mainscreen1-item2__title {
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 10px;
}

.mainscreen1-item2__text {
	color: #8c8c8c;
	font-size: 12px;
}

@media (max-width: 1200px) {
	.mainscreen1__wrap1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.mainscreen1__wrap2 {
		width: 100%;
	}

	.mainscreen1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 750px) {
	body .mainscreen1__title {
		font-size: 23px;
	}

	.mainscreen1__wrap1 .btn1 {
		padding: 14px 20px;
	}
}