.stages-development__main-title{
	font-family: "Unbounded", sans-serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

@media (max-width: 991.98px) {

	.stages-development__main-title{
		font-size: 36px;
	}
}

@media (max-width: 375.98px) {
	.stages-development__main-title{
		font-size: 32px;
	}
}

.stages-development__subtitle{
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 9px 0 0;
}


.stages-development__content {
	display: flex;
	gap: 45px;
	margin: 73px auto 0;
}

@media (max-width: 767.98px) {
	
	.stages-development__content {
		gap: 20px;
		flex-direction: column;
		margin: 43px auto 0;
	}
}

.stages-development__image-wrapper {
	flex: 0 0 495px;
}

@media (max-width: 991.98px) {
	
	.stages-development__image-wrapper {
		flex: 0 0 335px;
		padding: 0 10px;
	}
}

@media (max-width: 767.98px) {
    .stages-development__image-wrapper {
    	min-height: 250px;
        flex: none;
        max-width: 300px;
        margin: 0 auto;
    }
}

.stages-development__image {
	/*width: 100%;*/
	height: auto;
	display: block;
	transition: transform 0.4s ease;
	/*max-width: 360px;*/
	margin: 0 auto;
}

.stages-development__image{
    max-width: 60%;
}

@media (max-width: 767.98px) {
    .stages-development__image{
    	max-width: 80%;
    }
}

/*.stages-development__slide.item_2 .stages-development__image{
	max-width: 412px;
}
.stages-development__slide.item_5 .stages-development__image{
	max-width: 398px;
}
.stages-development__slide.item_6 .stages-development__image{
	max-width: 457px;
}
.stages-development__slide.item_7 .stages-development__image{
	max-width: 409px;
}
.stages-development__slide.item_8 .stages-development__image{
	max-width: 375px;
}
.stages-development__slide.item_9 .stages-development__image{
	max-width: 379px;
}
.stages-development__slide.item_10 .stages-development__image{
	max-width: 425px;
}*/

.stages-development__slide:hover .stages-development__image {
	transform: scale(1.03);
}

.stages-development__text {
	flex: 1;
}

.stages-development__name{
	margin: 0 0 0 3px;
}

.stages-development__title{
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 160%;
	color: #a5f228;
}

@media (max-width: 991.98px) {
	
	.stages-development__title{
		font-size: 28px;
		line-height: 130%;
	}
}

@media (max-width: 424.98px) {
	
	.stages-development__title{
		font-size: 24px;
	}
}

.stages-development__number{
	color: #fff;
}

.stages-development__description{
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 130%;
	color: #fff;
	margin: 60px 0 0 8px;
}

@media (max-width: 991.98px) {
	
	.stages-development__description{
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	
	.stages-development__description{
		margin: 30px 0 0 8px;
	}
}

@media (max-width: 424.98px) {
	
	.stages-development__description{
		font-size: 16px;
	}
}

.stages-development__description b{
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	color: #fff;
}

@media (max-width: 991.98px) {
	
	.stages-development__description b{
		font-size: 20px;
	}
}

@media (max-width: 424.98px) {
	
	.stages-development__description b{
		font-size: 16px;
	}
}

.stages-development__description ol, .stages-development__description ul {
	padding-left: 41px;
	margin-bottom: 33px;
}

.stages-development__description p{
	margin: 0 0 20px;
}

.stages-development__description ul li{
	position: relative;
	margin: 0 0 20px;
}

.stages-development__description ul li:before{
	content: '';
	position: absolute;
	border-radius: 3px;
	width: 9px;
	height: 9px;
	background: #b960ff;
	top: 10px;
	left: -38px;
}

.steps-work {
	background: url(images/stages-development_bg.webp) 0 0 no-repeat;
	background-size: cover;
}


.stages-development__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 160px;
	margin-top: 57px;
}

@media (max-width: 767.98px) {
	
	.stages-development__pagination {
		gap: 10px;
	}
}

.stages-development__arrow {
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	max-width: 60px;
	width: 100%;
	height: 60px;
	background: transparent;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.stages-development__arrow:hover {
	border-color: #a5f228;
}

.stages-development__dots {
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 767.98px) {
	
	.stages-development__dots {
		gap: 10px;
	}
}

.stages-development__dot {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	padding: 2px 0;
	width: 30px;
	height: 29px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.stages-development__dot:hover {
	border-color: #a5f228;
}

.stages-development__dot.active {
	background: #a5f228;
	color: #1e3c39;
	border-color: #a5f228;
}