/*slider-examples style start*/
.section-examples__slider {

}

.examples-slider {
    position: relative;
    overflow: hidden;
}

.examples-slider__wrapper {

}

.examples-slider__slide {
    background-color: #fff;
}

.examples-slider__content {

}

/*Стили булитов*/
.examples-slider__pagination {

}

.examples-slider .swiper-pagination {
	bottom: 0px;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 750px;
    margin-top: 20px;
}
@media (max-width:1920px) {
    .examples-slider .swiper-pagination {
        max-width: calc(700px + (750 - 700) * ((100vw - 1280px) / (1920 - 1280)));
    }
}
@media (max-width:1280px) {
    .examples-slider .swiper-pagination {
        max-width: calc(377px + (700 - 377) * ((100vw - 767px) / (1280 - 767)));
    }
}
@media (max-width:767.98px) {
    .examples-slider .swiper-pagination {
        max-width: 100%;
    }
}

.examples-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #9ba0af;
}
.examples-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0F58D5;
}
/*slider-examples style start*/

/*slider-examples slide content style start*/
.example {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
@media (max-width:767.98px) {
    .example {
        flex-wrap: wrap;
    }
}

.example__container-image {
    flex: 0 1 750px;
    position: relative;
    min-height: 460px;
}
@media (max-width:1920px) {
    .example__container-image {
        flex: 0 1 calc(700px + (750 - 700) * ((100vw - 1280px) / (1920 - 1280)));
    }
}
@media (max-width:1280px) {
    .example__container-image {
        flex: 0 1 calc(500px + (700 - 500) * ((100vw - 767px) / (1280 - 767)));
    }
}
@media (max-width:767.98px) {
    .example__container-image {
        flex: 1 1 100%;
        min-height: calc(220px + (460 - 220) * ((100vw - 360px) / (767 - 360)));
    }
}

.example__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.example__body {
    flex: 1 1 auto;
    padding: 40px 40px 20px 40px;
}
@media (max-width:1280px) {
    .example__body {
        padding: calc(20px + (40 - 20) * ((100vw - 360px) / (1280 - 360))) calc(20px + (40 - 20) * ((100vw - 360px) / (1280 - 360))) 20px calc(20px + (40 - 20) * ((100vw - 360px) / (1280 - 360)));
    }
}
@media (max-width:360px) {
    .example__body {
        padding: 20px 20px 20px 20px;
    }
}

.example__content {
    max-width: 386px;
}

.example__title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #333;
    line-height: 120%;
    margin: 0px 0px 40px 0px;
}
@media (max-width:1920px) {
    .example__title {
        font-size: calc(25px + (30 - 25) * ((100vw - 1280px) / (1920 - 1280)));
        margin: 0px 0px calc(32px + (40 - 32) * ((100vw - 1280px) / (1920 - 1280))) 0px;
    }
}
@media (max-width:1280px) {
    .example__title {
        font-size: calc(20px + (25 - 20) * ((100vw - 360px) / (1280 - 360)));
        margin: 0px 0px calc(20px + (32 - 20) * ((100vw - 360px) / (1280 - 360))) 0px;
    }
}
@media (max-width:360px) {
    .example__title {
        font-size: 20px;
        margin: 0px 0px 20px 0px;
    }
}

.example__list {

}

.example__item {
    margin: 0px 0px 32px 0px;
}
.example__item:last-child {
    margin: 0px 0px 0px 0px;
}
@media (max-width:1280px) {
    .example__item {
        margin: 0px 0px calc(20px + (32 - 20) * ((100vw - 360px) / (1280 - 360))) 0px;
    }
}
@media (max-width:360px) {
    .example__item {
        margin: 0px 0px 20px 0px;
    }
}

.example__item-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
    margin: 0px 0px 12px 0px;
}

.example__item-container-image {
    width: 20px;
    flex: 0 0 20px;
}

.example__item-image {
    width: 100%;
}

.example__item-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #0f58d5;
    line-height: 120%;
}
@media (max-width:1920px) {
    .example__item-title {
        font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1920 - 1280)));
    }
}
@media (max-width:1280px) {
    .example__item-title {
        font-size: 16px;
    }
}

.example__item-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.example__item-list-results {

}

.example__item-list-results-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
    margin: 0px 0px 8px 0px;
}

.example__item-list-results-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0F58D5;
    font-size: 18px;
}

.example__item-list-results-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 120%;
}
/*slider-examples slide content style end*/



/*gratitude-slider style start*/
.section-gratitude__slider {

}

.gratitude-slider {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 32px 0px;
}

.swiper-container {

}

.gratitude-slider__wrapper {

}

.swiper-wrapper {

}

.gratitude-slider__slide {

}

.swiper-slide {

}

/*arrows*/
.gratitude-slider__container-arrows {
    width: 100%;
    max-width: 152px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width:767.98px) {
    .gratitude-slider__container-arrows {
        max-width: 164px;
    }
}

.gratitude-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    font-size: 35px;
    color: #0F58D5;
    cursor: pointer;
}
.gratitude-slider__arrow .swiper-button-disabled {
    cursor: default;
}
@media (max-width:1500px) {
    .gratitude-slider__arrow {
        position: static;
        transform: translateY(0%);
        padding: 10px 22px;
        background: #dbe3f7;
        font-size: 28px;
    }
}

.gratitude-slider__arrow_prev {
    left: -60px;
}

.gratitude-slider__arrow_next {
    right: -60px;
}

/*slider content*/
.gratitude-slider__container-image {
    margin-bottom: 32px;
}
@media (max-width:1280px) {
	.gratitude-slider__container-image {
		margin-bottom: calc(20px + (32 - 20) * ((100vw - 360px) / (1280 - 360)));
	}
}
@media (max-width:360px) {
    .gratitude-slider__container-image {
        margin-bottom: 20px;
    }
}

.gratitude-slider__image {
    width: 100%;
}

.gratitude-slider__name {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #333;
    line-height: 120%;
}
@media (max-width:767.98px) {
    .gratitude-slider__name {
        text-align: center;
        font-size: 18px;
    }
}

/*videos*/
.gratitude-slider__container-video {
    position: relative;
    width: 100%;
    padding-top: 62%;
}
.gratitude-slider__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**/
.licenses-slider {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 32px 0px;
}