.club-category {
    position: relative;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .22);
    padding: 10px 15px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.club-category__conditions {
    margin-left: auto;
}

.klub_m {

    display: none;
}

.club-category__wrapper {
    position: relative;
    width: 100%;
    max-width: 1240px;
    min-width: 996px;
    margin: 30px auto 0;
    /* padding: 10px 15px 40px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.club-category__wrapper a {
    width: 49%;
    display: block;
    color: #000;
}

.club-category__others-item {
    position: relative;
    width: 100%;
    height: 300px;
    /* margin-left: auto; */
    margin-bottom: 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .22);
}

.club-category__others-item:before {
    content: "";
    position: absolute;
    border-bottom: 300px solid #fff;
    border-left: 0px solid transparent;
    border-right: 80px solid transparent;
    height: 0;
    width: 300px;
    z-index: 1;
}

.club-category__anons {
    z-index: 1;
    position: absolute;
    top: 100px;
    width: 270px;
    left: 20px;
    line-height: 1.5;
}

.club-category__title {
    position: absolute;
    z-index: 2;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    top: 20px;
    left: 20px;
}

.club-category__others-logo {
    position: absolute;
    z-index: 2;
    left: 250px;
    bottom: 25px;
    background: #fff;
    padding: 5px;
}

.club-category__information {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 30px;
}

.club-category__information p {
    padding-bottom: 5px;
    color: #000;
    line-height: 1.2;
    max-width: 210px;
}

.club-category__information span {
    font-weight: 600;
    color: #000;
}

.club-object__flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.club-object__content {
    position: relative;
    background: #fff;
    width: 60%;
    height: max-content;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .22);
    padding: 10px 15px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.club-object__main-img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.club-object__main-img-wrap img {
    max-width: 740px;
    width: 100%;
    height: 100%;
}

.club-object__right-sidebar-wrapper {
    width: 38%;
}

.club-object__right-sidebar {
    position: relative;
    background: #fff;
    width: 100%;
    height: max-content;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .22);
    padding: 10px 15px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.club-object__information {
    margin-top: 15px;
}

.club-object__rating {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.club-object__rating img {
    max-width: 220px;
    height: 100%;
}

.club-object__stars.rate_5, .club-object__stars.rate_4, .club-object__stars.rate_3, .club-object__stars.rate_2, .club-object__stars.rate_1 {
    min-width: 170px;
    position: relative;
    z-index: 1;
    height: 20px;
    text-align: right;
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.club-object__stars.rate_5:before {
    background: url(../images/rating_5.png) no-repeat 0 center;
    content: "";
    width: 115px;
    height: 19px;
    position: absolute;
    left: 0;
}

.club-object__stars.rate_4:before {
    background: url(../images/rating_4.png) no-repeat 0 center;
    content: "";
    width: 115px;
    height: 19px;
    position: absolute;
    left: 0;
}

.club-object__stars.rate_3:before {
    background: url(../images/rating_3.png) no-repeat 0 center;
    content: "";
    width: 115px;
    height: 19px;
    position: absolute;
    left: 0;
}

.club-object__stars.rate_2:before {
    background: url(../images/rating_2.png) no-repeat 0 center;
    content: "";
    width: 115px;
    height: 19px;
    position: absolute;
    left: 0;
}

.club-object__stars.rate_1:before {
    background: url(../images/rating_1.png) no-repeat 0 center;
    content: "";
    width: 115px;
    height: 19px;
    position: absolute;
    left: 0;
}

.club-category__stars.rate_5, .club-category__stars.rate_4, .club-category__stars.rate_3, .club-category__stars.rate_2, .club-category__stars.rate_1 {
    min-width: 170px;
    position: relative;
    z-index: 1;
    height: 20px;
    text-align: right;
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.club-category__stars.rate_5:before {
    background: url(../images/rating_5.png) no-repeat 0 center;
    content: "";
    width: 115px;
    height: 19px;
    position: absolute;
    left: 0;
}

.club-category__stars.rate_4:before {
    background: url(../images/rating_4.png) no-repeat 0 center;
    content: "";
    width: 115px;
    height: 19px;
    position: absolute;
    left: 0;
}

.club-category__stars.rate_3:before {
    background: url(../images/rating_3.png) no-repeat 0 center;
    content: "";
    width: 115px;
    height: 19px;
    position: absolute;
    left: 0;
}

.club-category__stars.rate_2:before {
    background: url(../images/rating_2.png) no-repeat 0 center;
    content: "";
    width: 115px;
    height: 19px;
    position: absolute;
    left: 0;
}

.club-category__stars.rate_1:before {
    background: url(../images/rating_1.png) no-repeat 0 center;
    content: "";
    width: 115px;
    height: 19px;
    position: absolute;
    left: 0;
}

.club-object__data {
    padding: 20px 15px;
}

.club-object__data p {
    line-height: 2;
}

.club-object__data span {
    font-weight: 700;
}

.club-object__social {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.elipse_vk {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/elipse_vk.png) no-repeat 0 center;
    padding-right: 15px;
    transition: 1s;
}

.elipse_vk:hover {
    background: url(../images/green_elipse_vk.png) no-repeat 0 center;
}

.elipse_in {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/elipse_ig.png) no-repeat 0 center;
    padding-right: 15px;
    transition: 1s;
}

.elipse_in:hover {
    background: url(../images/green_elipse_ig.png) no-repeat 0 center;
}

.elipse_fb {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../images/elipse_fb.png) no-repeat 0 center;
    padding-right: 15px;
    transition: 1s;
}

.elipse_fb:hover {
    background: url(../images/green_elipse_fb.png) no-repeat 0 center;
}

.club-object__map-wrapper {
    padding: 30px 15px 0;
}

.club-object__map#map {
    max-width: 412px;
    width: 100%;
    height: 312px;
    margin-bottom: 0;
}

.club-object__slider-container {
    /*max-width: 1615px;*/
    min-width: 200px;
    /*width: 100%;*/
    position: relative;
    padding: 0 15px 0;
    outline: none;
    margin: 0 auto -70px;
}

.card_tab .club-object__slider-container {
    padding: 0 25px;
}

.swiper_container {
    width: 100%;
    height: 100%;
}

.slick_photos {
    width: 100%;
    padding: 40px 0;
    /*margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}
.card_tab .slick_photos {
    padding: 0 0 40px;
}

.club-object__slider-container .slick-slide {
    padding: 0 10px;
    outline: none;
}

.club-object__slider-container .swiper-button-next {
    background-image: unset;
    background-color: #008f35;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
}

.club-object__slider-container .swiper-button-prev {
    background-image: unset;
    background-color: #008f35;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
}

.club-object__slider-container .slick-prev, .club-object__slider-container .slick-next {
    z-index: 100;
    height: 50px;
}

.club-object__slider-container .slick-prev {
    background-image: unset;
    background-color: #008f35;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
    left: -25px;
}

.club-object__slider-container .slick-next {
    background-image: unset;
    background-color: #008f35;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") no-repeat 50% 50%;
    right: -25px;
}

.club-object__slider-container .slick-prev:before, .club-object__slider-container .slick-next:before {
    color: unset;
    font-size: unset;
}

.card_tab .slick-prev, .card_tab .slick-next {
    top: 40%;
}

/*.club-object__slider-container .slick-slide img {
    max-width: 320px;
}*/

.club-object__others-wrap {
    width: 100%;
    padding-top: 15px;
}

.club-object__others-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.club-object__others-item {
    position: relative;
    width: 100%;
    height: 170px;
    margin-left: auto;
    margin-bottom: 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .22);
}

.club-object__others-item:before {
    content: "";
    position: absolute;
    border-bottom: 170px solid #fff;
    border-left: 0px solid transparent;
    border-right: 27px solid transparent;
    height: 0;
    width: 270px;
    z-index: 1;
}

.club-object__others-item a span {
    position: absolute;
    z-index: 2;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    top: 20px;
    left: 20px;
}

.club-category__others-stars {
    position: absolute;
    top: 55px;
    width: 15%;
    left: 145px;
}

.club-category__others-stars .club-category__stars.rate_5:before, .club-category__others-stars .club-category__stars.rate_4:before, .club-category__others-stars .club-category__stars.rate_3:before, .club-category__others-stars .club-category__stars.rate_2:before, .club-category__others-stars .club-category__stars.rate_1:before {
    left: -125px;
}

.club-object__others-stars {
    position: absolute;
    bottom: 20px;
    width: 15%;
    left: 145px;
}

.club-object__others-stars .club-object__stars.rate_5:before, .club-object__others-stars .club-object__stars.rate_4:before, .club-object__others-stars .club-object__stars.rate_3:before, .club-object__others-stars .club-object__stars.rate_2:before, .club-object__others-stars .club-object__stars.rate_1:before {
    left: -125px;
}

.club-object__others-logo {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 20px;
}

.virtual-tags__container {
    padding-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.virtual-tags__container a {
    color: #008f36;
    line-height: 1.5;
    background: #f4f3f3;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    margin: 5px 10px;
}

@media only screen and (max-width: 1239px) {
    .club-category__wrapper {
        width: 1024px;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .club-category__others-item:before {
        width: 265px;
    }
}

@media only screen and (max-width: 1023px) {
    .club-object__content {
        width: 100%;
    }

    .club-object__right-sidebar-wrapper {
        width: 100%;
    }

    .club-object__map#map {
        max-width: 100%;
    }

    .club-object__others-item {
        max-width: 470px;
        margin-left: 0;
    }

    .club-category__wrapper {
        width: 748px;
        min-width: 320px;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .club-category__wrapper a {
        width: 100%;
    }

    .club-category__others-item:before {
        width: 355px;
    }

    .club-category__others-logo {
        left: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .club-category__wrapper {
        width: 480px;
        min-width: 320px;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .club-category__others-item:before {
        width: 220px;
    }

    .club-category__anons {
        width: 235px;
    }

    .club-category__others-logo {
        left: 225px;
    }


    .klub_d {

        display: none;
    }

    .klub_m {
        display: initial;
    }

}

@media only screen and (max-width: 647px) {

    .club-category__conditions {
        margin-left: 0px;
        padding-bottom: 27px;
    }

}

@media only screen and (max-width: 479px) {
    .club-category__wrapper {
        width: 320px;
        min-width: 320px;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .club-category__others-logo {
        display: none;
    }

    .club-category__anons {
        width: 180px;
    }

    .club-category__others-item:before {
        width: 225px;
        opacity: 0.8;
        border-right: 0px solid transparent;
    }
}

/*
@media only screen and (max-width:767px) {
	.product_btn{
		display: block;
	}
	.new_banner_mob{
		display: block;
	}
	.new_banner{
		display: none;
	}
	.mobile_table{
		padding-bottom: 10px;
		position: relative;
	}
	.mobile_table:before{
	display: none;	content: '';
		width: 7px;
		height: 11px;
		background: url("../img/arrow2.png") no-repeat;
		position: absolute;
		bottom: 6px;
		left: 3px;
	}
	.mobile_table:after{
	display:none;	content: '';
		width: 7px;
		height: 11px;
		background: url("../img/arrow1.png") no-repeat;
		position: absolute;
		bottom: 6px;
		right: 3px;
	}
} */