.index-more-about {
    padding: 60px 0 100px 0;
}

.index-more-about__title {
    margin: 0 0 45px 0;
}

/* .page-template-page-home .index-more-about__row,
.page-template-page-home_test .index-more-about__row {
    align-items: center;
} */

.index-more-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-template-page-home .index-more-about__text-cont,
.page-template-page-home_test .index-more-about__text-cont {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-top: 0;
}

.index-more-about__text-cont {
    padding: 50px 40px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
}

.index-more-about__slider-cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e3fcff;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -1;
    border-radius: 20px;
}

.index-more-about__slider {
    width: 100%;
}

.page-template-page-home .index-more-about__slider-item,
.page-template-page-home_test .index-more-about__slider-item {
    min-height: 250px;
}

.index-more-about__slider-item {
    width: 100%;
    min-height: 350px;
    border-radius: 20px;
    overflow: hidden;
}

.index-more-about__slider-nav {
    padding: 0;
    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;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
}

.index-more-about__slider-prev {
    margin: 0 20px 0 0;
}

.index-more-about__pagging {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.index-more-about__slider-next {
    margin: 0 0 0 20px;
}

.index-more-about__slider-cont {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0;
    position: relative;
    min-width: 0;
}