.app_block{
	width: 1510px;
	height: 515px;
	background: linear-gradient(180deg, #FFFFFF 0%, #DFEFFF 100%);
	margin: 40px auto 40px auto;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
}
.app__left{
	width: 940px;
	height: auto;
	display: flex;
	align-items: center;
	margin-left: 80px;
}
.app__left_img{
	margin-top: 76px;
}
.app__left_img img{
	max-width: 292px;
	max-height: 441px;
}
.app__left_title{
	width: 445px;
	height: 245px;
	margin-left: 40px;
}
.app__left_title .title_main{
	font-size: 30px;
	text-align: left;
}
.app__left_title .title_main span{
	font-size: 50px!important;
	text-transform: none;
	text-align: left;
	top: -25px!important;
	left: 31%;
}
.app__left_title .title_main:before{
	width: 85px;
	left: 10%!important;
}
.app__left_title p{
	font-size: 19px;
	line-height: 25px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.app__left_links{
	display: flex;
	width: 300px;
	height: auto;
	justify-content: space-between;
}
.app__right{
	width: 650px;
	height: auto;
	background: url(app_bg.png);
	display: flex;
	justify-content: center;
	align-items: center;
}
.app__right_content{
	width: 335px;
	height: 225px;
	display: flex;
	flex-direction: column;
}
.app__right_content span{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: black;
	margin-bottom: 20px;
}
.app__right_content p{
	font-size: 19px;
	line-height: 25px;
	color: #383858;
}
.app__right_socials{
	width: 160px;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

/* Мобильная версия по макету*/
@media (min-width: 390px) and (max-width: 440px){
	.app_block{
		width: 358px; 
		height: 915px;
	}
}
@media (min-width: 320px) and (max-width: 389px){
	.app_block{
		width: calc(100% - 20px);
	}
	.app__left_title .title_main{
		font-size: 25px!important;
		line-height: 30px!important;
	}
}
@media (min-width: 320px) and (max-width: 440px){
	.app_block{
		height: auto;
		margin: 0 auto; 
		flex-direction: column;
		border-radius: 20px;
	}
	.app__left{
		width: 100%; 
		margin: 0 auto; 
		flex-direction: column-reverse;
	}
	.app__left_title{
		width: 100%;
		margin: 40px auto 0px auto;
	}
	.app__left_title .title_main{
		font-size: 27px;
		line-height: 32px;
		text-align: center;
	}
	.app__left_title .title_main span{
		font-size: 50px!important;
		text-transform: none;
		text-align: center;
		top: -12px!important;
		left: 50%;
	}
	.app__left_title .title_main:before{
		width: 85px;
		left: 50%!important;
	}
	.app__left_title p{
		font-size: 17px;
		line-height: 22px;
		text-align: center;
	}
	.app__left_links{
		margin: 0 auto;
	}
	.app__left_img{
		margin-top: 0px;
	}
	.app__left_img img{
		width: 265px;
		height: auto;
	}
	.app__right{
		width: 100%;
		height: 297px;
		background: url(app_bg_mob.png);
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: -67px;
		border-radius: 20px;
	}
	.app__right_content{
		width: 290px;
		height: 185px;
	}
	.app__right_content span{
		font-size: 27px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.app__right_content p{
		font-size: 17px;
		line-height: 22px;
		color: #383858;
	}
	.app__right_socials{
		margin-top: 0px;
	}
}

/* ПК версия 1200-1600px */
@media (min-width: 1200px) and (max-width: 1599px){
	.app_block{
		width: 1120px;
		height: 450px;
	}
	.app__left{
		width: 700px;
		margin-left: 40px;
	}
	.app__left_img{
		margin-top: 10px;
	}
	.app__left_title{
		width: 360px;
	}
	.app__left_title .title_main span{
		left: 38%;
	}
	.app__right{
		width: 400px;
		border-radius: 40px;
	}
	.app__right_content{
		width: 300px;
		height: 200px;
		margin-left: 60px;
	}
	.app__right_content span{
		margin-bottom: 10px;
	}
	
	.app__right_socials{
		margin-top: 10px;
	}
}
/* 768-1199px */
@media (min-width: 768px) and (max-width: 1199px){
	.app_block{
		width: calc(100% - 20px);
		min-width: 760px;
		max-width: 1120px;
		height: 450px;
	}
	.app__left{
		min-width: 370px;
		margin-left: 20px;
	}
	.app__left_img{
		display: none;
	}
	.app__left_title{
		width: 360px;
		margin-left: 0px;
	}
	.app__left_title .title_main span{
		left: 38%;
	}
	.app__left_title .title_main:before {
		width: 85px;
		left: 12%!important;
	}
	.app__right{
		width: 400px;
		border-radius: 40px;
	}
	.app__right_content{
		width: 300px;
		height: 200px;
		margin-left: 60px;
	}
	.app__right_content span{
		margin-bottom: 10px;
	}
	
	.app__right_socials{
		margin-top: 10px;
	}
}

/* Мобильная версия 440-767px */
@media (min-width: 440px) and (max-width: 767px){
	.app_block{
		width: calc(100% - 40px);
		max-width: 716px;
		height: auto;
		margin: 0 auto; 
		flex-direction: column;
		border-radius: 20px;
	}
	.app__left{
		width: 100%; 
		margin: 0 auto; 
		flex-direction: column-reverse;
	}
	.app__left_title{
		width: 100%;
		margin: 40px auto 0px auto;
	}
	.app__left_title .title_main{
		font-size: 27px;
		line-height: 32px;
		text-align: center;
	}
	.app__left_title .title_main span{
		font-size: 50px!important;
		text-transform: none;
		text-align: center;
		top: -12px!important;
		left: 50%;
	}
	.app__left_title .title_main:before{
		width: 85px;
		left: 50%!important;
	}
	.app__left_title p{
		font-size: 17px;
		line-height: 22px;
		text-align: center;
	}
	.app__left_links{
		margin: 0 auto;
	}
	.app__left_img{
		margin-top: 0px;
	}
	.app__left_img img{
		width: 265px;
		height: auto;
	}
	.app__right{
		width: 100%;
		height: 297px;
		background: url(app_bg_mob_2x.png);
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: -67px;
		border-radius: 20px;
	}
	.app__right_content{
		width: 290px;
		height: 185px;
	}
	.app__right_content span{
		font-size: 27px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.app__right_content p{
		font-size: 17px;
		line-height: 22px;
		color: #383858;
	}
	.app__right_socials{
		margin-top: 0px;
	}
}