.about{
	padding-bottom: 100px;
}
.about h1{
	color: #242424;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 24px;
}
.about__top-block p{
	font-size: 26px;
	font-weight: 500;
	line-height: 44px;
	letter-spacing: 0px;
}
.about__desc{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top:70px;
}
.about__desc-texts{
	width:40%;
	display: flex;
	flex-direction: column;
	gap:20px;
}
.about__desc-texts p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 0px !important;
}
.about__desc-image{
		width:58%;
		position: relative;
}
.about__banner{
	border-radius: 40px;
	margin-top: 60px;
	background: linear-gradient(to top, rgb(255, 220, 149), rgb(255, 220, 149) 100%);	
}
.about__banner-wrapp{
	padding: 92px 70px;
	display: flex;
	justify-content: flex-end;
	background: url(../img/about/image-banner.png) no-repeat -61px 0px;
}
.about__banner-title{
	font-size: 2rem;
    color: var(--cblack);
    font-weight: 700;
    line-height:24px;
    display: block;
}

.about__slider{
	width: 100%;
}
.about__image-win{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	background-color: rgba(000,000,000,.5);
	z-index: 22;
	border-radius: 20px;
}
.about__slider {
		overflow: hidden;
}
.about__slider {
	border-radius: 20px;
}
.about__slider img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
}
.about__btns{
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.about__btn{
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: rgb(255, 255, 255);
	border: none;
}
.about__desc-image .about__slider>img{
	width: 100%;
	height: 458px;
	object-fit: cover;
	border-radius: 20px;
}
.about__count{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10%;
	gap:4px;
	color: #ffffff !important;
}
.about__count{
	width: 50px !important;
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}
.about__count span{
	color: #ffffff;
}
.about__btn{
	width: 32px;
height: 32px;
}
.about__btns{
	width:130px;
	position: absolute;
	bottom: 40px;
	right: 40px;
	display: flex;
	justify-content: space-between;
}
.about__banner-desc{
	width: 49%;
	padding-right:120px;
	display: flex;
	flex-direction: column;
	gap:12px;
}
.about__detail{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ED0E00;
	width: 130px;
	border-radius: 12px;
	padding: 7px 0px;
	color: #ffffff;
	text-decoration: none;
}

.about__license{
	margin: 70px 0px;;
}
.about__license h2{
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0px;
	margin-bottom: 30px;
}
.about__license-wrapp{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.about__license-item{
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #F3F3F3;
	padding: 30px;
	border-radius: 0px 40px 40px 40px;
}
.about__license-item:nth-child(1) img{
	width: 60%;
}
.about__license-item:nth-child(2) img{
	width: 80%;
}
.about__license-item p{
	color: #242424;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	margin-top: 20px;
	
}

.about__partners h2{
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0px;
	margin-bottom: 30px;
}
.about__partners-wrapp{
	display: flex;
	justify-content: space-between
}
.about__partners-item{
	width: 32%;
	background-color: #F2F2F2;
	padding: 30px 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about__partners-item-ln{
	display: flex;
	align-items: center;
	gap:40px;
	justify-content: space-between;
}
.about__partners-item-ln img{
	height: 48px;
	object-fit: cover;
}
.about__partners-item-ln{
	font-weight: 500;
}
.about__partners-item-ln span{
	text-align: center;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

.about__partners-item-link{
	display: block;
	background-color: #ED0E00;
	border-radius: 12px;
	padding: 12px 0px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 10px 0px;
	font-size: 16px;
}
.about__partners-sertificate{
	display: block;
	width: 100%;
}
@media screen and (max-width:1024px){
	.about__desc{
		
		flex-direction:column-reverse;
		
	}
	.about__desc-texts{
		width: 100%;
	}
	.about__desc-image{
		width: 100%;
	}
	.about__desc{
		gap:40px;
		margin: 10px 0px;
	}
}

@media screen and (max-width:1010px){

	.about__banner-wrapp{
		padding: 100px 70px;
		display: flex;
		justify-content: flex-end;
	
	}

}
@media screen and (max-width:1131px){
	.about__banner-wrapp{
		background-position:-200px;
		padding: 120px 0px;
	}
	.about__banner-desc{
		padding-right: 0px;
	}
	.about__license-item img{
		width: 100% !important;
	} 
	.about__partners-item-ln span{
		font-size: 16px;
	}
}
@media screen and (max-width:650px){
	.about__desc{
		margin-top: 20px;
	}
	.about h1{
		color: #242424;
		font-size: 28px;
	}
	.about__banner-wrapp {
		background: url(../img/about/image-banner.png) no-repeat;
		background-size: 420px;
		background-position: center;
		padding: 0px;

	}
	.about__banner-wrapp h2{
		
	}
	.about__banner{
		padding: 30px 0px;
		
	}
	.about__banner-desc{
		    width:100%;
	        padding: 0px 20px;
	}
	.about__license-item p{
		font-size: 14px;
	}
	.about__license h2,.about__partners h2{
		font-size: 25px;
		text-align: left;
	}
	.about__banner-title {
		margin-bottom: 320px;
		font-size: 20px;
	}
	.about__banner-desc p{
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		letter-spacing: 0px;
		margin-bottom: 10px !important;
	}
	.about__banner-wrapp{
		justify-content: center;
		padding: 0px;
	}
	.about__partners{

	}
	.about__partners-wrapp{
		flex-direction: column;
		gap:20px;
	}
	.about__partners-item{
		width: 100%;
	}
	.about__license-item-wrapp img{
		width: 100% !important;
	}
	.about__license-wrapp{
		flex-direction: column;
		gap:20px;
	}
	.about__license-item{
		width: 100%;
	}
	.about__top-block p{
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0px;
	}
	.about__desc-texts p{
		font-size: 12px;
		line-height: 24px;
	}
}