.services-dynamics .__line-left, .services-dynamics .section-description{
	max-width: 880px;
}


.services-dynamics .services-dynamics-item.__opened .services-dynamics-item__description{
	opacity: 1;
	height: auto;
}

.services-dynamics .services-dynamics-item{
	border-radius: 8px;
    border: 1px solid #CFCFCF;
    background: #FFF;
	cursor: grab;
}
.services-dynamics .services-dynamics-item.__opened{
		border: 1px solid #00BF63;
		background: #E8FFF4;
}
@media (min-width: 1240px){
	.services-dynamics .services-dynamics-item:hover{
		border: 1px solid #00BF63;
		background: #E8FFF4;
	}
}
.row.dynamix-blocks{
	margin-right: 0px;
    margin-left: 0;
}

.services-dynamics .swiper-pagination{
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 11px;
    width: 100%;
}
.services-dynamics .swiper-pagination-bullet{
    margin: 0 3px;
    width: 7px;
    height: 7px;
}
.services-dynamics .swiper-pagination-bullet-active{
    background-color: #25BD59;
}

.services-dynamics .swiper-slide{
	width: auto;
}
.services-dynamics .swiper-slide{
	/*width: 100%!important;*/
	padding: 0 1px 1px 1px;
}
/*@media (min-width: 768px){
	.services-dynamics .swiper-slide.selected{
		margin-right: 14px
	}
}
@media (min-width: 1024px){
	.services-dynamics .swiper-slide.selected{
		width: 66%!important;
	}
}*/
@media (min-width: 1180px){
	.services-dynamics .__line-left, .services-dynamics .section-description{
		max-width: 750px;
	}
}
/*
@media (min-width: 1440px){
	.services-dynamics .swiper-slide.selected{
		width: 39.5%!important;
	}
}*/


/*@media (min-width: 768px){
	.services-dynamics .services-dynamics-item__description {
        font-size: 16px;
    }
	.services-dynamics .services-dynamics-item{
		box-shadow: none;
	}
	.services-dynamics .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		margin-right: 0;
		margin-left: 0;
	}
	
	.services-dynamics .swiper-pagination{
		display: none;
	}
}*/