﻿.page-trainings img {
    width: 100%;
}
.page-body {
    padding-bottom: 10vw;
}
.page-body img {
    width: 100%;
}


.school {
    background: #f2f2f2;
}

    .school .title {
        font-size: 6.4vw;
        text-align: center;
        padding: 15vw 0 7vw;
    }

    .school .tip {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 2;
        font-size: 2.8vw;
        text-align: center;
        padding: 1.5vw 0;
        background: rgba(0,0,0,.5);
        color: white;
    }

    .school .swiper-container-wap {
        height: 70vw;
        position: relative;
        padding-bottom: 10vw;
    }

#swiper-facilities {
    height: 140vw;
    padding: 6vw 0 18vw 0;
    position: relative;
    overflow: hidden;
}

    #swiper-facilities .swiper-slide {
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: contain!important;
        background-position: center;
    }

    #swiper-facilities .swiper-pagination-wap {
        text-align: center;
    }

    #swiper-facilities .swiper-pagination-bullet {
        opacity: 1 !important;
        border-radius: 100%;
        width: 6px !important;
        height: 6px !important;
        margin: 0 5px !important
    }

    #swiper-facilities span.swiper-pagination-bullet-active {
        width: 2.4vw;
        background: #ec6000!important;
    }

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10.828 12l4.95 4.95-1.414 1.414L8 12l6.364-6.364 1.414 1.414z' fill='rgba(230,0,0,1)'/%3E%3C/svg%3E");
}

.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(230,0,0,1)'/%3E%3C/svg%3E");
}
