.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%;
    }
}.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%;
    }
}


.reviews__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 12px;
    margin-bottom: 44px
}

.reviews__item {
    padding: 36px 36px 28px;
    border-radius: 16px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.reviews__item-title {
    color: #2c60d1;
    font-size: 36px;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: .25px;
    margin-bottom: 24px
}

.reviews__item-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 44px;
    -moz-column-gap: 44px;
    column-gap: 44px;
    row-gap: 24px;
    margin-bottom: 36px
}



.reviews__item-elem-title {
    color: rgba(0,0,0,.32);
    font-size: 18px;
    font-family: Golos Text;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .25px;
    margin-bottom: 4px
}

.reviews__item-elem-description {
    color: rgba(0,0,0,.87);
    font-size: 18px;
    font-family: Golos Text;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .25px
}

.reviews__item-button {
    margin-top: 22px;
    position: relative
}


.reviews__item-banner-title {
    color: rgba(0,0,0,.87);
    font-size: 36px;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: .25px;
    margin-bottom: 44px
}
@media (max-width: 768px){
 .reviews__item {
        width: 100%;
        padding: 16px 20px
    }

    .reviews__item-title {
        font-size: 24px;
        line-height: 32px
    }

    .reviews__item-elem-title {
        font-size: 14px;
        line-height: 20px
    }

    .reviews__item-elem-description {
        font-size: 14px;
        line-height: 20px
    }

    .reviews__item-banner {
        padding: 41px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reviews__item-banner-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
        text-align: center
    }
.reviews__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 12px
    }

    .reviews__description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px
    }

    .reviews__info {
        padding: 20px;
        margin-bottom: 16px
    }

    .reviews__info-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px
    }

    .reviews__info-description {
        font-size: 16px;
        line-height: 24px
    }

    .reviews__items {
        row-gap: 12px;
        margin-bottom: 16px
    }

    .reviews__item {
        width: 100%;
        padding: 20px
    }

    .reviews__item-icon-img {
        width: 36px;
        height: 36px
    }

    .reviews__item-title {
        font-size: 18px;
        line-height: 24px
    }

    .reviews__item-description {
        font-size: 14px;
        line-height: 20px
    }
}

.reviews__title {
    text-align: center;
    font-size: 51px;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    margin-bottom: 24px
}

.reviews__title span {
    color: #2c60d1
}

.reviews__description {
    text-align: center;
    font-size: 20px;
    font-family: Golos Text;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .5px;
    margin-bottom: 44px
}

.reviews__info {
    border-radius: 16px;
    background: #fff;
    padding: 44px 64px 56px;
    margin-bottom: 24px
}

.reviews__info-title {
    color: #2c60d1;
    font-size: 28px;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 24px
}

.reviews__info-description {
    color: rgba(0,0,0,.87);
    font-size: 20px;
    font-family: Golos Text;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .5px
}

.reviews__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 24px;
    margin-bottom: 24px
}

.reviews__item {
    border-radius: 16px;
    background: #fff;
    padding: 32px
}

.reviews__item-icon {
    margin-bottom: 10px
}

.reviews__item-title {
    color: rgba(0,0,0,.87);
    font-size: 24px;
    font-family: Commissioner;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: .25px;
    margin-bottom: 12px
}

.reviews__item-description {
    color: rgba(0,0,0,.5);
    font-size: 18px;
    font-family: Golos Text;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .25px
}
p.text_reviews {
    font-size: 34px;
    line-height: 48px;
    font-family: Commissioner;
}

.reviews__info_block {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

p.text_reviews_mini {
    font-size: 34px;
    line-height: 48px;
    font-family: Commissioner;
}
.reviews__item-description_text {
    font-size: 18px;
    line-height: 32px;
}

.reviews__item-description_text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4; /* Задайте подходящий line-height для удобного чтения */
    /*max-height: calc(1.4 * 5);  Умножаем line-height на количество строк */
    max-height: 144px;
}
.reviews_avtor {
    display: flex;
    padding-top: 32px;
}

.reviews_avtor img {
    margin-right: 10px; /* Расстояние между картинкой и текстом */
}

.reviews_avtor .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Выравнивание текста вверху блока */
}

.reviews_avtor p {
    margin: 0; /* Убираем внешние отступы у параграфов */
}
.info-name-avtor{
    font-size: 24px;
    line-height: 32px;
}
.info-text-avtor{
    font-size: 18px;
    line-height: 24px;
}
.slider-new{
	position: relative;
}
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	position:relative;
}

.swiper-slide {
    text-align: left;
    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;
}
.svg_reviews{
	width:252px;
	height:44px;
}
@media only screen and (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important; /* Скрытие стрелок навигации */
    }
    .swiper-slide {
        width: 50%;
    }
}
@media only screen and (max-width: 720px) {
    .reviews__info_block {
		display: block;
		text-align: center;
	}
	p.text_reviews {
		font-size: 24px;
		line-height: 32px;
	}
	p.text_reviews_mini {
		font-size: 18px;
		line-height: 24px;
		margin-top: 10px;
    	margin-bottom: 13px;
	}
	.img_reviews_mini{
		width:136px;
	}
	.svg_reviews{
		width:152px;
		height:24px;
	}
	.reviews__item-description_text {
		font-size: 16px;
		line-height: 24px;
		-webkit-line-clamp: 8;
		max-height: 192px;
        overflow: hidden;
	}
	.reviews {
		margin-bottom: 50px;
	}
	.all-rev-btn {
		margin-top: 30px!important;
	}
	.reviews_avtor .info {
		min-height: 64px;
	}
}
@media only screen and (min-width: 720px) {

	.reviews__item-description_text {
		font-size: 16px;
		line-height: 24px;
		-webkit-line-clamp: 6; /* Ограничение до 5 строк */
	}
	.reviews {
		margin-bottom: 88px;
	}
}
.slider-new {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 35px;
}
a.load-more-btn {
    background-color: #2C60D1;
    color: #fff;
    padding: 10px 20px 12px 20px;
    border-radius: 24px;
    font-family: Commissioner;
    font-size: 20px;
    line-height: 24px;
}
.all-rev-btn {
    text-align: center;
    height: 35px;
    margin-top: 50px;
}
.reviews_avtor img{
	width:64px;
	max-height:64px;
	border-radius: 108px;
}