.mw-glof__banner-text {
    line-height: 1.4;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.mw-glof__banner-text_logo {
    height: 100px;
    background: url(../images/logo-team.png) no-repeat center;
    background-size: auto 100%;
    display: block;
    margin-bottom: 20px;
}

.mw-glof__banner-text_text {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
}

.mw-glof__mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.mw-glof__event {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    padding-left: 2.5%;
}

.mw-glof__event-title {
    background: url(../images/gr_ico_line.png) no-repeat left 7px;
    background-size: 55px auto;
    font-size: 36px;
    line-height: 1;
    padding-left: 20px;
}

.mw-glof__event-info {
    font-size: 20px;
    margin-top: 20px;

}

.mw-glof__tabs {
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.mw-glof__tabs .event-tab {
    width: 33.3333333%;
    display: inline-block;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 0;
    padding-bottom: 25.416667%;
    cursor: pointer;
}

.mw-glof__tabs .event-tab .event-title {
    text-align: center;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
}

.mw-glof__tabs .event-tab.active .mw-glof__mask {
    display: none;
}



.mw-glof__event-more {
    margin-top: 20px;

}

.mw-golf__event-warp {
    height: 100%;
}

.swiper-golf-banner {
    overflow: hidden;
}

.mw-golf__event-arrows {
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
}

.mw-golf__event-arrowBox {
    width: 40px;
    display: block;
    margin: 0px auto;
}

.mw-golf__event-arrow {
    border-radius: 100%;
    background: url(../images/gl_arrow.png) no-repeat center center;
    background-size: 100%;
    width: 100%;
    padding-bottom: 100%;
    cursor: pointer;
    margin: 10px auto;
}

.mw-golf__event-arrow.next {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mw-golf__event-arrow:hover {
    background-image: url(../images/gl_arrow_hover.png);
}

.mw-glof__pagintion-position {
    position: absolute;
    bottom: -30px;

}

.mw-pagination__swiper-golf__small {
    font-size: 0;
}


.mw-golf__swiper-image {}

.mw-golf__swiper-image .swiper-golf-activity-photo {
    width: 100%;
}

.mw-golf__swiper-image .swiper-golf-activity-photo .swiper-slide {
    padding: 0;
    margin: 0;
}

.mw-golf__shadow {
    padding: 30px 20px 0 0;
    overflow: hidden;
    width: 95%;
    padding-left: 5%;
}

.mw-golf__photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.mw-golf__photo::after {
    content: '\20';
    background: #cfac89;
    width: 80%;
    position: absolute;
    right: -20px;
    height: 20px;
    top: -20px;
}

.mw-golf__photo::before {
    content: '\20';
    width: 20px;
    height: 80%;
    top: -20px;
    right: -20px;
    background: #cfac89;
    position: absolute;
}

@media(min-width: 768px) {
    .mw-glof__tabs .event-tab {
        width: 16.66666667%;
        padding-bottom: 10.416667%;
    }

    .mw-golf__event-warp {
        height: 100%;
        padding-left: 10.416667%;
    }
}

@media (min-width: 1024px) {

    .mw-glof__banner-text_logo {
        height: 150px;
    }

    .mw-glof__banner-text_text {
        font-size: 18px;
    }



    .mw-golf__event-arrow {
        display: block;
    }

}

@media (min-width: 1460px) {

    .mw-glof__banner-text_logo {
        height: 280px;
    }

    .mw-glof__banner-text_logo.logo2 {
        margin-left: 600px;
        height: 180px;
    }

    .mw-glof__banner-text_text {
        font-size: 26px;
    }

    .mw-glof__tabs .event-tab .event-title {

        font-size: 18px;
    }

    .mw-golf__event-arrowBox {
        width: 50px;
    }
}

@media (min-width: 1920px) {

    .mw-glof__banner-text_logo {
        height: 380px;
        margin-bottom: 80px;
    }

    .mw-glof__banner-text_logo.logo2 {
        margin-left: 780px;
        height: 220px;
    }

    .mw-glof__banner-text_text {
        font-size: 30px;
    }

    .mw-glof__tabs .event-tab .event-title {

        font-size: 24px;
    }

    .mw-golf__event-arrowBox {
        width: 63px;
    }
}