.blog__item-title {
   font-size: 24px!important;
}
.slider-new{
	position: relative;
}
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	position:relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
   
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    color: #2C60D1;; /* Цвет текста белый */
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}
@media only screen and (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important; /* Скрытие стрелок навигации */
    }
    .swiper-slide {
        width: 50%;
    }
	.blog__item-title {
	   font-size: 18px!important;
	}
}
.slider-new{
	position: relative;
}
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	position:relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
   
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    color: #2C60D1;; /* Цвет текста белый */
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}
@media only screen and (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important; /* Скрытие стрелок навигации */
    }
    .swiper-slide {
        width: 50%;
    }
	.blog__item-title {
		font-family: Commissioner;
		font-size: 18px;
		line-height: 24px;
		text-align:left;
	}
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    color: #2C60D1;; /* Цвет текста белый */
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}
.svg_reviews{
	width:252px;
	height:44px;
}
.blog__item_rec {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    min-height: 302px;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s,-webkit-box-shadow .5s;
}
.blog__item-title {
    font-family: Commissioner;
    font-size: 24px;
    line-height: 32px;
	text-align:left;
	margin-bottom: 25px;
}
.blog__item-rec {
    padding: 6px 16px 6px 16px;
    background-color: rgba(44, 96, 209, 0.04);
    border-radius: 24px;
    color: #2C60D1;
    margin-top: 25px;
	font-size: 20px;
}
.blog__item_rec{
	height:100%;
}