.main_single_club {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.main_single_club .gallery {
	width: calc(100% - 600px);
	display: flex;
	position: relative;
}
.main_single_club .gallery .carousel_navi {
	width: 78px;
	padding-right: 10px;
}
.main_single_club .gallery .carousel_navi a {
	margin-bottom: 10px;
	display: inline-block;
}
.main_single_club .gallery .carousel_navi.has-scroll {
    position: relative;
	margin: 40px 0;
}
.main_single_club .gallery .carousel_navi.has-scroll::-webkit-scrollbar {
    width: 0px;
}
.main_single_club .gallery .navi-scroll-buttons .navi-scroll-up {
	position: absolute;
    left: 0;
    top: 5px;
    width: 68px;
	background: none;
    border: 0;
    outline: 0;
}
.main_single_club .gallery .navi-scroll-buttons .navi-scroll-down{
	position: absolute;
    left: 0;
    bottom: 5px;
    width: 68px;
	background: none;
    border: 0;
    outline: 0;
}
.main_single_club .gallery .carousel_item {
	width: calc(100% - 78px);
	height: 530px;
	background: #fff;
}
.main_single_club .gallery .carousel_item img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
	border: 1px solid rgba(0,0,0,0.05);
}
.lasebatle_echo_politica {
	font-size: 12px;
}
.lasebatle_echo_politica a {
	font-size: 12px;
	font-family: 'MuseoSansBold';
	color: #000;
}
.main_single_club .info_club {
	width: 570px;
	padding: 20px 20px 100px;
	border: 1px solid rgba(0,0,0,0.05);
	position: relative;
}
.single_laserclub .main_single_club .info_club h1 {
	width: calc(100% - 90px);
	text-transform: none; 
	font-size: 30px;
    line-height: 34px;
}
.single_laserclub .main_single_club .info_club h1:after {
	content: none;
}
.single_laserclub .main_single_club .info_club .vozrast {
    background: #75996B33;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    font-size: 28px;
	font-family: 'MuseoSansMedium';
}
.single_laserclub .main_single_club .info_club .info_club_one_line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.single_laserclub .main_single_club .info_club .o_klube {
	display: flex;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    justify-content: space-between;
    background: #75996B;
    padding: 20px;
    color: #fff;
}
.info_club_one_line .raiting_v2 {
	margin-right: 10px;
	cursor: pointer;
}
.info_club_one_line .like_cont {
	margin-right: 10px;
	width: auto;
}
.info_club_one_line .raiting_v2 svg{
	margin-bottom: -2px;
}
.info_club_one_line .act_reyt {
    font-size: 20px;
    color: #000;
	font-weight: normal;
}
.info_club_one_line .zdanie_club {
	padding: 0;
    font-size: 0;
}
.info_club_one_line .zdanie_club svg {
	margin-right: 5px;
}
.main_single_club .info_club .tax_game_lps {
	display: flex;
	padding: 0;
	flex-wrap: wrap;
	margin: 15px 0px;
}
.main_single_club .info_club .tax_game_lps span {
	margin-left: 0;
	margin-right: 10px;
	line-height: 25px;
}
.main_single_club .info_club .tax_game_lps span img {
	height: 22px;
	width: auto;
	margin-right: 5px;
	margin-bottom: -6px;
}
.main_single_club .info_club .tax_game_lps span:after {
	height: 2px;
}
.main_single_club .info_club .tax_list {
	margin: 15px 0;
	position: relative;
}
.main_single_club .info_club .tax_list img,
.open_tax_list img {
	width: 35px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
	margin-right: 3px;
}
.main_single_club .info_club .tax_list .all_tax_list {
	display: inline-block;
    float: right;
    text-decoration: underline;
    font-family: 'MuseoSansBold';
	margin: 0;
    border: 0;
    color: #000;
}

.open_tax_list {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    padding: 20px;
    background: white;
    border-radius: 0;
    box-shadow: 0px 0px 50px 0px #0000000D;
    border: 1px solid #0000000D;
    max-width: 880px;
    width: auto;
	background: #fff;
	
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(180px, auto));
    gap: 20px;
}
.open_tax_list > div > h4 {
	column-span: all;
	margin-bottom: 10px;
}
.open_tax_list > div > p {
	display: flex;
    align-items: center;
	margin-bottom: 5px;
	font-size: 14px;
}
.open_tax_list.open {
    display: grid;
}
.open_tax_list .close {
	position: absolute;
    right: 20px;
    top: 20px;
}
.open_tax_list h3 {
	font-size: 24px;
	font-weight: normal;
	font-family: 'MuseoSansMedium';
	margin-bottom: 10px;
    grid-column: 1 / -1;  
}
.box_rewiew_fancy .box_rewiew_bottom {
	position: initial;
}
.box_rewiew_fancy .child_comments {
	width: 100%;
}
.box_rewiew_fancy .fotos_reviews a {
	outline: 0;
}
.box_rewiew .box_rewiew_top .stars_single_club_item {
	position: relative;
}
.box_rewiew .box_rewiew_top .stars_single_club_item .stars_single_club_star {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../img/stars_five.png);
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .open_tax_list {
        width: calc(100vw - 40px);
        left: 50%;
        transform: translateX(-50%);
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .open_tax_list {
        width: 90vw;
        min-width: auto;
        flex-wrap: wrap;
    }
}



.main_single_club .info_club .header_adress {
	font-family: 'MuseoSansMedium';
	line-height: 22px;
	margin: 15px 0;
	display: block;
}
.main_single_club .info_club .header_adress svg{
	margin-bottom: -8px;
}
.main_single_club .info_club .main_contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main_single_club .info_club .main_contact .main_contact_mess {
	display: flex;
    align-items: center;
}
.main_single_club .info_club .main_contact .main_contact_mess svg {
	margin-left: 20px;
}
.main_single_club .info_club .all_contact {
	margin: 15px 0;
}
.main_single_club .info_club .all_contact a {
	display: inline-block;
	margin-right: 20px;
}
.main_single_club .info_club .all_contact a svg {
	margin-bottom: -7px;
}
.main_single_club .info_club .dop_contact {
	margin: 15px 0;
}
.main_single_club .info_club .dop_contact a {
	margin-right: 10px;
	margin-bottom: 5px;
}
.main_single_club .info_club .header_phone {
	padding: 0;
}
.main_single_club .info_club .header_phone a {
    display: inline-block;
    padding: 4px 18px;
    border: #75996B 1px solid;
}
.main_single_club .info_club .header_phone a svg {
	margin-bottom: -6px;
}
.brons .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.brons h2 {
	font-size: 36px;
    font-family: 'MuseoSansMedium';
    font-weight: normal;
    margin: 20px 0;
}
.lot_text .desc_lot_text{
	width: 100%;
	font-size: 14px;
}
.lot_text .desc_lot_text_short{
	width: 100%;
	text-align: left;
	font-size: 14px;
}
.lot_text .desc_lot_hide {
	display: none;
}
.lot_text .desc_lot_hide{
	display: none;
}
.single_laserclub .bron_row span.toggle_lots_opis,
.single_laserclub .bron_row span.open_lots_opis {
	font-family: 'MuseoSansBold';
	text-decoration: underline;
	margin-top: 10px;
	cursor: pointer;
}
.bron_row .params_lot p.type_game {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.bron_row .params_lot p.type_game img {
	width: 30px;
	margin-right: 5px;
}
.single_laserclub .bron_row span,
.bron_row span {
	border: 0;
    padding: 0;
}
.bron_row {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
    border: 1px solid #dadada;
    padding: 10px 20px 140px;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
}
.fancybox-can-swipe .fancybox-content.bron_row_fancy_cont {
	max-width: 700px;
	padding: 10px;
}
.fancybox-can-swipe .fancybox-content.bron_row_fancy_cont .bron_row {
	width: 100%;
	background: transparent;
	border: 0;
}
.fancybox-can-swipe .fancybox-content.bron_row_fancy_cont .lot_text .desc_lot_text_short,
.fancybox-can-swipe .fancybox-content.bron_row_fancy_cont .open_lots_opis {
	display: none;
}
.fancybox-can-swipe .fancybox-content.bron_row_fancy_cont .lot_text .desc_lot_hide {
	display: block;
}
.bron_row .name_lot {
	font-family: 'MuseoSansBold';
	margin: 5px 0;
	width: 100%;
}
.bron_row .per_hour {
	width: 60%;
}
.bron_row .params_lot {
	width: 36%;
	margin-top: 10px;
}
.bron_row .params_lot p {
	margin-bottom: 25px;
	color: #818181;
    font-size: 14px;
    font-family: 'MuseoSansMedium';
}
.bron_row .params_lot p.piple_info {
	margin-bottom: 15px;
}
.bron_row  .lot_text {
	width: 100%;
}
.bron_row .age_info_lots {
	margin-left: 0;
}
.bron_row .age_info_lots span{
    background: #75996b;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.bron_row .per_hour .desc_lot .desc_lot_image {
	width: 100%;
	float: none;
	aspect-ratio: 4 / 2.5;
	object-fit: cover;
}
.bron_row .piple_info {
    color: #818181;
    font-size: 14px;
    font-family: 'MuseoSansMedium';
}
.bron_row .piple_info svg {
    margin-bottom: -11px;
}
.bron_row .amun_info_lots {
    color: #818181;
    font-size: 14px;
    font-family: 'MuseoSansMedium';
    position: relative;
    top: 5px;
}
.bron_row .amun_info_lots svg {
	margin-bottom: -9px;
}
.bron_row .per_price {
	width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 20px;
	flex-wrap: wrap;
    align-items: center;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}
.bron_row .per_price .btn_bron {
	width: 48%;
	background: #DD7823;
	padding: 16px 0;
}
.bron_row .per_price .per_price_info {
	width: 48%;
}
.bron_row .per_price .per_price_info .type_broni {
	color: #888;
}
.bron_row .per_price .price_lot {
	font-family: 'MuseoSansBold';
    font-size: 32px;
    padding-bottom: 5px;
}
.bron_row .per_price .price_lot .old_price {
	font-family: 'MuseoSansBold';
    font-size: 18px;
    color: #818181;
    position: relative;
    top: -3px;
    margin-right: 0px;
}
.bron_row .per_price .price_lot .old_price:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #818181;
    display: block;
    bottom: 10px;
    transform: rotate(-15deg);
}

.rewiers_spisok {
	width: 100%;
    float: none;
    position: relative;
	padding-right: 0px;
}
.form_rewiers_open {
	position: absolute;
    top: 0;
    right: 0;
    background: #75996B;
    color: #fff;
    padding: 15px 25px;
}
h3.svodka_h3 {
	font-size: 28px;
    padding-bottom: 16px;
}
.table_rev {
	  position: relative;
	  width: 100%;
	  margin: 0 auto;
}
.rewiews_flex {
	display: flex;
	overflow-x: hidden;
	scroll-behavior: smooth;
	padding: 10px 45px;
}

.box_rewiew {
	width: 31%;
    background: transparent;
    border-radius: 0;
    padding: 20px 20px 250px;
    flex-shrink: 0;
    margin-right: 3.6%;
    border: 1px solid #00000033;
	position: relative;
}
.box_rewiew_top {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}
.box_rewiew_bottom {
	position: absolute;
	bottom: 20px;
	width: calc(100% - 40px);
}
.box_rewiew_top .date {
	color: #818181;
}
.data_rewiew {
	display: flex;
    align-items: center;
    margin: 10px 0 0;
}
.data_rewiew .photo {
	float: none;
}
.no_review {
	color: #00000099;
	text-align: center;
	font-size: 24px;
	padding: 30px 0;
}
.fancybox-can-swipe .fancybox-content.otziv_form  {
	border-radius: 20px;
}
.otziv_form h3 {
	font-size: 24px;
	font-weight: normal;
	font-family: Inter;
}
.otziv_form h4 {
	font-size: 18px;
	font-weight: bold;
	font-family: Inter;
}
.otziv_form label {
	margin-bottom: 20px;
}
.otziv_form label>span {
	font-size: 16px;
	font-weight: normal;
	font-family: Inter;
	margin-bottom: 5px;
}
.otziv_form textarea {
	resize: vertical;
	border: 1px solid #0000000D;
	outline: 0;
	color: #00000099;
	font-size: 16px;
	padding: 10px;
}
.otziv_form .stars_cont {
	background: url(../img/stars_five_gray_v2.png);
    background-repeat: no-repeat;
    width: 202px;
    top: 0;
    position: absolute;
    left: 0;
}
.otziv_form .stars_cont img {
    height: 32px;
    width: 0%;
    object-fit: cover;
    display: block;
    object-position: left;
}

.otziv_form .image input[type="file"] {
    display: none;
}
.otziv_form .image_load_input {
	background: #0000000D;
    text-align: center;
    padding: 40px 0;
    border: 0;
    border-radius: 0;
}
.otziv_form .after_foto img{
	width: auto;
	height: auto;
    max-width: 320px;
	max-height: 150px;
}
.otziv_form .after_foto {
	position: relative;
	float: left;
	display: none;
}
.otziv_form .after_foto a svg {
	position: absolute;
	left: calc(100 + 10px);
	top: 0;
}
.otziv_form .after_foto a svg {
	width: 24px;
}
.otziv_form .max_size_error {
    overflow: hidden;
    width: 100%;
	margin: 5px 0;
}
.file-wrapper {
    position: relative;
    display: inline-block;
}
.otziv_form .stars input[type="radio"] {
	width: 32px;
	height: 32px;
    margin-right: 6px;
    position: relative;
    z-index: 5;
    opacity: 0;
}
.otziv_form input[type="submit"] {
    background: #75996B;
    padding: 20px 40px;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    margin: 5px 0;
    outline: 0;
    border: 0;
}
.otziv_form label.policy a {
	color: #000;
}
.rewiers_spisok .box_rewiew .poz p:first-child,
.box_rewiew .poz p:first-child {
	font-size: 16px;
	font-family: 'MuseoSansBold';
	margin: 10px 0 3px;
}
.rewiers_spisok .box_rewiew .poz p.review-text,
.box_rewiew .poz p.review-text {
	font-size: 16px;
	font-family: 'MuseoSansMedium';
}
.rewiers_spisok .box_rewiew .neg,
.box_rewiew .neg {
	margin-bottom: 10px;
}
.rewiers_spisok .box_rewiew .neg p:first-child,
.box_rewiew .neg p:first-child {
	font-size: 16px;
	font-family: 'MuseoSansBold';
	margin: 10px 0 3px;
}
.rewiers_spisok .box_rewiew .neg p.review-text,
.box_rewiew .neg p.review-text {
	font-size: 16px;
	font-family: 'MuseoSansMedium';
}
.rewiers_spisok .box_rewiew .poz p.review-text,
.rewiers_spisok .box_rewiew .neg p.review-text,
.box_rewiew .poz p.review-text,
.box_rewiew .neg p.review-text {
	display: -webkit-box;
    -webkit-line-clamp: 5;     /* Ограничиваем 5 строками */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.read-rewiew-btn {
    display: inline-block;
    margin-top: 5px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
}
.read-rewiew-btn.hidden {
	display: none;
}
.fotos_reviews a img {
	width: auto;
	height: 160px;
}
.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.3s;
}

.left-arrow {
  left: 0px;
}

.right-arrow {
  right: 0px;
}

.scroll-arrow.hidden {
  opacity: 0;
  pointer-events: none;
}
.inter_comment {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
	align-items: center;
	flex-wrap: wrap;
}
.inter_comment h4 {
	width: 100%;
}
.inter_comment .date {
	color: #818181;
}
.inter_comment .like_comments {
	padding: 5px 14px;
	border-radius: 4px;
}
.inter_comment .like_plus {
	background: #57964733;
}
.inter_comment .like_minus {
	background: #FF000033;
	padding: 8px 14px 2px;
}
.inter_comment .comments_open,
.inter_comment .comments_open_status {
	padding: 5px;
	border-radius: 4px;
	background: transparent;
	line-height: 23px;
	cursor: pointer;
}
.inter_comment .comments_open svg,
.inter_comment .comments_open_status svg {
	position: relative;
    top: 2px;
}
.inter_comment .comments_open_status.active svg path {
	fill: #000;
}
.inter_comment .comment_otvet {
    background: #f1f1f1;
    border-radius: 6px;
    font-size: 14px;
    padding: 6px 10px;
    margin-left: 7px;
	cursor: pointer;
}
.box_rewiew_fancy {
	max-width: 90%; 
	background: #fff;
	width: 800px;
	padding-bottom: 20px;
	border-radius: 20px;
}
.children_rewiew.hide {
	display: none;
}
.children_rewiew .box_rewiew_bottom {
	width: calc(100% - 19px);
    border-left: #0000000D 1px solid;
    margin: 8px 0 8px auto;
    padding-left: 35px;
}
.child_comments .inter_comment {
    padding-top: 5px;
    padding-bottom: 0;
}
.children_rewiew .box_rewiew_bottom .review-text {
	font-size: 14px;
}
.box_rewiew_fancy .child_comments .data_rewiew .v_otvet_na{
	margin-left: auto;
    font-size: 16px;
    color: #888;
}
.box_rewiew_fancy .data_rewiew .name {
	color: #000;
	font-size: 18px;
}
.box_rewiew_fancy .data_rewiew .date {
	color: #888;
	font-size: 14px;
}
.fancybox-can-swipe .fancybox-content {
	cursor: auto;
}
.otvet_cont {
	width: 100%;
}
.otvet_cont form textarea.comment {
	border-radius: 0px;
}
.otvet_cont form input[type="submit"] {
	border-radius: 4px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    background: #749a67;
    color: #fff;
    font-size: 16px;
    width: auto;
    margin: 0;
    display: block;
    border: 0;
    outline: 0;
}
.open_comment {
	position: initial;
    width: 100%;
    display: block;
    height: auto;
}
.open_comment textarea {
	width: 100%;
    padding: 10px;
    height: auto;
	resize: vertical;
}

.zabron .top_form label,
.top_form label,
.bottom_form label>span {
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
}

.zabron .zabron_right .top_form .time {
	width: 60%;
}
.zabron_right .top_form .timerezerv {
    width: 48%;
    border: 1px solid #00000033; 
    margin-right: 2%;
	color: #00000099;
	padding: 10px 4px;
	outline: 0;
}
.zabron_right .top_form .counter {
    width: 38%;
    font-size: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: baseline;
}
.zabron_right .top_form .counter label {
	width: 100%;
}
.top_form .minus, .top_form .plus {
	background: #0000000D;
    color: #888;
    border: 0;
    padding: 9px 16px;
    margin: 0;
    border-radius: 40px;
    font-size: 18px;
    float: none;
}
.top_form .counter_input {
	outline: 0;
    border: 1px solid #00000033;
    text-align: center;
    font-size: 18px;
    width: 65px;
    max-width: none;
    padding: 8px 2px;
}
.middle_form .value_text {
	text-align: center;
    background: #0000000D;
    font-family: 'MuseoSansBold';
    font-size: 14px;
    padding: 9px 0;
    margin: 4px 0 8px;
}
.bottom_form label {
	width: 48%;
}
.bottom_form label.full_width {
	width: 100%;
}
.bottom_form label input {
	width: 100%;
	padding: 8px 10px;
    border: 1px solid gray;
    font-family: 'MuseoSansMedium';
    font-size: 14px;
    margin-bottom: 10px;
}
.zabron .send {
	margin: 0 0 5px;
    background: #75996B;
	color: #fff;
    font-family: Inter;
	font-weight: bold;
    text-transform: none;
	padding: 18px 13px;
	width: 100%;
	border: 0;
	font-size: 16px;
	display: block;
    cursor: pointer;
}
.zabron_right {
	width: calc(100% - 410px);
    padding: 0 0 0 30px;
	border-left: 1px solid #00000033;
}
.zabron .zabron_left {
	width: 380px;
}
.popup_zabron.fancybox-content {
	width: 900px;
    padding: 30px 20px;
}
.popup_zabron.fancybox-content .zabron {
	justify-content: space-between;
}
.ui-datepicker {
	border: 0;
}
.zabron .ui-datepicker .ui-datepicker-prev, .zabron .ui-datepicker .ui-datepicker-next {
	background: #0000000D;
    border: 0;
    padding: 9px 14px;
    margin: 0;
    border-radius: 40px;
    font-size: 18px;
    float: left;
}
.zabron .ui-datepicker .ui-datepicker-next {
	float: right;
}
.ui-datepicker .ui-datepicker-prev:before {
	content: '<';
    color: #888;
    font-size: 20px;
}
.ui-datepicker .ui-datepicker-next:before {
	content: '>';
    color: #888;
    font-size: 20px;
}
.zabron h5 {
	padding: 0 0 7px;
    font-size: 20px;
	font-family: Inter;
	font-weight: bold;
    margin-bottom: 7px;
    text-align: left;
    border-bottom: 0;
}
.middle_form .value_text>span {
	color: #DD7823;
	font-family: Inter;
	font-weight: bold;
}
.zabron .ui-datepicker .ui-datepicker-title {
	text-align: center;
    padding: 12px 0;
    margin-top: 0px;
	font-family: Inter;
	font-weight: bold;
}
.zabron .ui-datepicker td a {
    width: 32px;
    background: rgba(117, 153, 107, 0.5);
    border-radius: 16px;
    color: #fff;
}
.zabron .ui-datepicker th span {
	display: block;
    width: 32px;
    text-align: center;
    margin: auto;
	font-family: Inter;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.5);
}
.zabron .ui-datepicker td.ui-state-disabled span {
	background: rgba(221, 120, 35, 0.5);
    color: #fff;
    border-radius: 16px;
	font-family: Inter;
	font-weight: normal;
    width: 32px; 
}
.zabron .ui-datepicker td a.ui-state-active {
	background: #75996B;
    color: #fff;
    margin: auto;
    border-radius: 16px;
	font-family: Inter;
	font-weight: normal;
    display: block;
    width: 32px;
}
.ui-datepicker-calendar {
	border-spacing: 0 15px;
}
/* Рекомендуемые клубы */

.recomend_v2 {
	position: relative;
}
.recomend_v2 h3,
h2.o_klube {
	font-size: 32px;
    font-family: 'MuseoSansMedium';
    font-weight: normal;
    margin: 20px 0;
}
#o_klube h2 {
	font-size: 24px;
    font-family: 'MuseoSansMedium';
    font-weight: normal;
    margin: 10px 0;
}
#o_klube h3 {
	font-size: 20px;
    font-family: 'MuseoSansMedium';
    font-weight: normal;
    margin: 10px 0;
}
.single_laserclub  #o_klube ol,
.single_laserclub  #o_klube ul {
	margin-left: 25px;
}
.single_laserclub  #o_klube {
	margin-bottom: 10px;
}
.block_city_v2 {
	display: flex;
	overflow-x: hidden;
	padding: 0 47px;
}
.block_top_city_item_v2 {
	width: 31%;
    flex-shrink: 0;
    border: #00000033 1px solid;
    padding: 20px;
	margin-right: 45px;
}
.block_top_city_item_v2 .title {
	display: block;
	font-family: 'MuseoSansBold';
	font-size: 24px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block_top_city_item_v2 .cont_img img {
	aspect-ratio: 4 / 2.5;
	object-fit: cover;
	object-position: center;
}
.block_top_city_item_v2 .raiting_v2 svg{
	margin-bottom: -2px;
}
.block_top_city_item_v2 .raiting_v2 {
	font-size: 18px;
	margin: 8px 0px;
}
.block_top_city_item_v2 .act_reyt {
    font-size: 18px;
    color: #000;
	font-weight: normal;
}
.block_top_city_item_v2 .adress {
    margin: 8px 0px;
	color: #00000099;
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	min-height: 34px;
}
.block_top_city_item_v2 .adress svg {
	float: left;
	margin-right: 5px;
}
.block_top_city_item_v2 .tax_list {
    margin: 15px 0;
    position: relative;
}
.block_top_city_item_v2 .tax_list img {
    width: 35px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    margin-right: 3px;
}
.block_top_city_item_v2 .tax_list .all_tax_list {
    display: inline-block;
    float: right;
    text-decoration: underline;
    font-family: 'MuseoSansBold';
    margin: 0;
	padding: 0;
    border: 0;
    color: #000;
}
.block_top_city_item_v2 .podrobnee {
	text-align: center;
    float: none;
    color: #fff;
    padding: 10px;
    background: #DD7823;
    font-size: 16px;
    margin-top: 20px;
    display: block;
}
.block_top_city_item_v2.city {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 110px;
}
.block_top_city_item_v2.city p {
	font-family: 'MuseoSansBold';
	font-size: 20px;
	text-align: center;
}
.block_top_city_item_v2 .podrobnee.podrobnee_city {
	position: absolute;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    bottom: 20px;
}
.block_top_city_item_v2 .podrobnee.podrobnee_city svg {
	position: relative;
	top: 2px;
}
.kama_breadcrumbs_v2_mobile {
	margin: 5px 5px;
}
.kama_breadcrumbs_v2_mobile a{
	font-size: 16px;
    display: block;
}
.kama_breadcrumbs_v2_mobile a svg {
	position: relative;
    top: 2px;
    margin-right: 5px;
}
@media (max-width: 768px) {
	.otziv_form .after_foto img {
		max-width: 100%;
		max-height: 250px;
	}
	.recomend_v2 {
	    margin-top: 30px;
	}
	.recomend_v2 h3{
		font-size: 22px;
        padding-bottom: 25px;
	}
	.block_city_v2 .scroll-arrow {
		top: 75px;
	}
	.block_city_v2 {
		padding: 0;
		overflow: auto;
	}
	.block_top_city_item_v2 {
		width: 100%;
		padding: 20px;
		margin-right: 40px;
	}
	.all_tax_list.podr_opisanie {
        text-align: center;
        padding: 0px 20px;
		width: auto;
    }
	.main_single_club .info_club {
		width: 100%;
		padding: 0 0 100px;
		border: 0;
	}
	.main_single_club .gallery {
		display: flex;
		overflow-x: auto;
		gap: 16px;
		width: 100%;
		padding: 0px;
		-webkit-overflow-scrolling: touch;
	}
	.main_single_club .gallery .carousel_item {
		width: 100%;
		flex: 0 0 auto;
		aspect-ratio: 4 / 3;
		height: auto;
	}
	.main_single_club .info_club .header_phone a {
		font-size: 14px;
		padding: 4px 12px
	}
	.main_single_club .info_club .header_phone a svg {
		margin-bottom: -5px;
		width: 14px;
		height: auto;
	}
	.main_single_club .info_club .main_contact,
	.main_single_club .info_club .all_contact {
		display: flex;
		justify-content: space-between;		
	}
	.main_single_club .info_club .main_contact>*,
	.main_single_club .info_club .all_contact>* {
		width: 48%;
	}
	.main_single_club .info_club .main_contact .main_contact_mess svg {
		margin-left: 0;
		margin-right: 20px;
	}
	/* Скрываем скроллбар */
	.gallery::-webkit-scrollbar {
		display: none;
	}

	.gallery {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	
	.single_laserclub .main_single_club .info_club .vozrast {
		position: relative;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	
	.single_laserclub .main_single_club .info_club h1 {
		width: calc(100% - 120px);
		font-size: 18px;
		line-height: 22px;
	}
	.single_laserclub .main_single_club .info_club .info_club_one_line {
		align-items: flex-start;
	}
	.single_laserclub .main_single_club .info_club .info_club_one_line.info_club_one_line_top {
		justify-content: space-between;
	}
	.info_club_one_line .raiting_v2 {
		width: auto;
		padding: 0;
	}
	.info_club_one_line .like_cont {
		margin: 0 10px;
	}
	.open_tax_list.fancybox-content {
		width: 100vw;
        height: 100vh;
        left: auto;
        right: auto;
        transform: none;
        top: 0;
        display: flex !important;
        justify-content: space-between;
        padding: 20px 20px;
        gap: 0;
		align-items: flex-start;
        align-content: flex-start;
	}
	.open_tax_list.fancybox-content>div {
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 0;
		border-bottom: 1px solid rgba(0,0,0,0.3)
	}
	.open_tax_list.fancybox-content>div h4{
		width: 100%;
	}
	.open_tax_list.fancybox-content>div p {
		width: 48%;
	}
	.open_tax_list.fancybox-content>div img{
	    width: 40px;
	}
	.open_tax_list h3 {
		width: 100%;
		height: auto;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.single_laserclub .main_single_club .info_club .o_klube {
		width: 100%;
	}
	.main_single_club .info_club .tax_game_lps span {
		color: #000 !important;
	}
	.main_single_club .info_club .all_contact a {
		font-size: 14px;
		margin-right: 0;
	}
	/* Лоты */
	.brons {
		overflow: hidden;
	}
	.brons .wrapper {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
	}
	.bron_row {
		padding: 10px 20px 210px;
	}
	.brons .wrapper .bron_row {
		width: 85%;
		display: block;
        flex-shrink: 0;
        margin-right: 5%;
		padding: 10px 20px 190px;
	}
	
	.bron_row .name_lot {
		margin: 10px 0;
	}
	.bron_row .per_hour .desc_lot .desc_lot_image {
		aspect-ratio: 4 / 2.5;
		object-fit: cover;
		object-position: center;
	}
	.bron_row .per_hour {
        width: 100%;
    }
	.bron_row .per_price {
		padding-bottom: 20px;
	}
	.bron_row .per_price .per_price_info {
		width: 100%;
		padding-bottom: 10px;
		height: 90px;
	}
	.bron_row .per_price .price_lot {
		font-size: 24px;
	}
	.bron_row .per_price .per_price_info .type_broni {
		font-size: 12px;
	}
	.bron_row .per_price .btn_bron {
		width: 100%;
	}
	.bron_row .params_lot {
		width: 100%;
		margin-top: 5px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.bron_row .age_info_lots span {
		font-size: 12px;
	}
	.bron_row .params_lot p.piple_info,
	.bron_row .params_lot p {
		margin-bottom: 0;
		margin-right: 20px;
	}
	.bron_row .params_lot p {
		display: flex;
		align-items: center;
		position: initial;
	}
	.bron_row .params_lot p svg {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		margin-right: 5px !important;
	}
	.zabron_right {
		width: 100%;
		padding: 0;
		border-left: 0;
	}
	.zabron .zabron_right .top_form .time {
		width: 100%;
	}
	.zabron_right .top_form .counter {
		width: 100%;
	}
	.zabron .zabron_right .top_form .time div {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.zabron_right .top_form .timerezerv {
		width: 46%;
		margin: 0;
	}
	.top_form .counter_input {
		width: calc(100% - 90px);
	}
	.zabron_right .link_comment {
		font-size: 14px;
		color: #589546;
		border-bottom: 1px dotted #589546;
		cursor: pointer;
	}
	.zabron_right .open_comment {
		margin-top: 10px;
	}
	.zabron h5 {
		border-bottom: 0;
	}
	.lasebatle_echo_politica {
		font-size: 14px;
	}
	/* Отзывы */
	.rewiers_spisok .table_rev {
		overflow: initial;
		border-bottom: 0;
		margin-bottom: 0;
	}
	.rewiews_flex {
		padding: 10px 0px;
		width: 100%;
		overflow: auto;
	}
	.form_rewiers_open {
		position: relative;
        top: 0;
        width: 100%;
        display: block;
        text-align: center;
	}
	.box_rewiew {
		width: 90%;
	}
	.box_rewiew_fancy {
		margin-right: 0;
	}
	.box_rewiew_bottom {
		width: 100%;
	}
	.box_rewiew_fancy .child_comments .data_rewiew .v_otvet_na {
		font-size: 14px;
	}
	.scroll-arrow {
		top: -49px;
	}
	.left-arrow {
		right: 50px;
		left: auto;
	}
	#o_klube {
		font-size: 14px;
		position: relative;
	}
	.o_klube_naberh {
		position: absolute;
		right: 0;
		bottom: calc(100% + 20px);
		background: #75996B;
		display: flex;
		width: 40%;
		color: #fff;
		padding: 10px 0;
		justify-content: center;
		align-items: center;
	}
	.o_klube_naberh svg {
		margin-right: 7px;
	}
	.bron_row .type_game {
		display: flex;
		align-items: center;
	}
	.bron_row .type_game {
		display: flex;
		align-items: center;
		font-size: 14px;
        margin-bottom: 10px;
	}
	.bron_row .type_game img {
		width: 30px;
		margin-right: 5px;
	}
}