:root {
  --accent: #2C5E15;
  --daccent: #114021;
  --text: #484F5F;
}
.headBanner{
	background:url(../img/leevs.png);
	aspect-ratio: 2 / 1;
	width:100%;
	background-size:cover;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.glass-zone{
	width:100%;
	max-width:1300px;
	aspect-ratio: 2 / 1;
	backdrop-filter: blur(25px);
	border-radius:20px;
	padding:30px 60px;
	box-sizing: border-box;
}
.right-leevs{
	background:url(../img/right-leevs.png);
	aspect-ratio: 1 / 1.15;
	position: absolute;
    height: 100%;
    right: 0;
    background-size: cover;
}
.right-madam{
	background:url(../img/madam.png);
    aspect-ratio: 0.67 / 1;
    position: absolute;
    height: 100%;
    right: 0;
    background-size: cover;
    background-position-y: 60px;
    background-repeat: no-repeat;
}
.head-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.head-menu > a{
	font-family: "Montserrat", sans-serif;
	font-size:16px;
	font-weight:300;
	letter-spacing: 1px;
	color:white;
	text-decoration:none;
}
.head-menu-row{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.fake-glass-zone{
	position: absolute;
    width: 100%;
    max-width: 1300px;
    aspect-ratio: 2 / 1;
    border-radius: 20px;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	box-sizing: border-box;
}
.roundButton{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: white;
    text-decoration: none;
    display: inline-block;
    border: 1px solid white;
    border-radius: 100px;
    padding: 13px 20px;
}
.banner-slogan{
	font-family: "Montserrat", sans-serif;
    font-size: 90px;
	font-weight: 400;
	color:white;
	letter-spacing: -3px;
	line-height: 87px;
}
.banner-announce{
	font-family: "Montserrat", sans-serif;
    font-size: 14px;
	font-weight: 300;
	color:white;
	text-transform: uppercase;
	padding-top: 20px;
}
.whiteArrButton{
    text-decoration: none;
    background: white;
    display: inline-block;
    padding: 18px;
    border-radius: 100px;
    font-size: 0;
    margin-left: -10px;
}
.whiteGreenButton{
	font-family: "Montserrat", sans-serif;
	color:var(--accent);
	font-size:16px;
	font-weight: 500;
	text-decoration:none;
	background:white;
	display:inline-block;
	padding: 16.3px 32px;
	border-radius:100px;
}
.cloud-button{
	display: flex;
    align-items: center;
    gap: 0;
	margin-bottom: 40px;
}
.content-area{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    margin-top: -50px;
    background: white;
    position: relative;
	/* flex-direction: column; */
}
.incontent{
	max-width:1300px;
	width:100%;
}
.bigcontent{
	max-width:1920px;
	width:100%;
}
.dottButton:before{
	content:"•";
	font-size: 24px;
}
.dottButton{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--text);
    border: 1px solid var(--text);
    border-radius: 100px;
    display: inline-block;
    padding: 12px 39px;
}
.textp b{
	font-weight:700;
	color:var(--daccent);
	font-size:18px;
}
.textp{
	font-family: "Montserrat", sans-serif;
    font-weight: 400;
	color: var(--text);
	font-size:18px;
	letter-spacing: -1px;
	margin:0;
}
.whywe{
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
	padding-top:50px;
	padding-bottom:50px;
}
.zoneItem span{
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.zoneItem .gradient{
	background: rgba(0, 0, 0, 0.01);
	background: linear-gradient(180deg,rgba(0, 0, 0, 1%) 43%, rgba(0, 0, 0, 80%) 100%);
	width:100%;
	height:100%;
}
.commandArea{
	padding: 0px 20px;
}
.commandItem .gradient{
	background: rgba(0, 0, 0, 0.01);
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	width:100%;
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	padding:15px;
	box-sizing: border-box;
	white-space: normal;
}
.zoneItem.cardiozone span{
	bottom: 155px;
}
.zoneItem.cardiozone{
	aspect-ratio: 85 / 49.5;
}
.zoneItem.relaxzone{
	aspect-ratio: 85 / 126.9;
	margin-top: -130px;
}
.rightInnerZone .zoneItem{
    aspect-ratio: 85 / 48.8;
}
.zoneItem{
	text-decoration:none;
	display: inline-block;
    width: 100%;
    border-radius: 25px;
    background-repeat: no-repeat;
    aspect-ratio: 85 / 48;
    background-size: cover;
	position:relative;
	overflow: hidden;
}
.club_zone{
	display:flex;
	gap:15px;
}
.leftRowZone{
	flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.rightRowZone{
	flex: 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.fakeRect{
	position: absolute;
    bottom: -1px;
	left: -3px;
}
.innerZone{
	display:flex;
	gap:15px;
}
.leftInnerZone{
	flex:1;
}
.rightInnerZone{
	flex:1;	
	display: flex;
    flex-direction: column;
	gap:15px;
}
.commandItem{
	width: 100%;
    max-width: 340px;
    aspect-ratio: 17 / 23;
    border-radius: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
	display: inline-block;
	margin-right: 11px;
}
.commandName{
	font-family: "Montserrat", sans-serif;
	font-size:20px;
	color:white;
	font-weight:700;
	display:block;
	padding-bottom:10px;
}
.commandGrad{
	font-family: "Montserrat", sans-serif;
	font-size:18px;
	color:white;
	font-weight:400;
	display:block;
	padding-bottom:10px;
}
.commandXP{
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	color:white;
	font-weight:400;
	display:block;
	padding-bottom:20px;
}
.commandDesc{
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	color:white;
	font-weight:400;
	display:block;
	padding-bottom:10px;
}
.cloud-button.w100 .whiteGreenButton{
	flex-grow: 1;
    text-align: center;
}
.cloud-button.w100{
	width: 100%;
}
.cloud-button.nomarg{
	margin-bottom:0;
}
.commandLine{
	white-space: nowrap;
	text-align: center;
}
.commandCont{
	overflow: auto;
}
.showCommand{
	font-family: "Montserrat", sans-serif;
	color:var(--daccent);
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	background:#E0E5DE;
	border-radius:100px;
	padding: 10.4px 15px;
}
.buttCont{
	text-align: center;
    padding-top: 30px;
}
.leftAtra{
	font-family: "Montserrat", sans-serif;
	color:var(--text);
	font-size:28px;
	font-weight:600;
	max-width:666px;
	letter-spacing: -2px;
}
.topAtraText{
	text-align:right;
	max-width:516px;
	font-family: "Montserrat", sans-serif;
	font-size:18px;
	color:var(--text);
	font-weight:400;
	display:block;
}
.atraContainer{
	display: flex;
    justify-content: space-between;
}
.text-atra{
	padding-top:50px;
}
.greenArrowButton:after{
	content:url(../img/rarr.png);
	display: inline-block;
    vertical-align: middle;
	padding-left: 15px;
	font-size: 0;
}
.greenArrowButton{
    background-image: linear-gradient(to right, #124f25, #124a24, #114523, #114121, #113c20);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: white;
    border-radius: 35px;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 7px 6px 30px;
    letter-spacing: -1px;
}
.whiteArrowButton:after{
	content:url(../img/Frame_367.png);
	display: inline-block;
    vertical-align: middle;
	padding-left: 15px;
	font-size: 0;
}
.whiteArrowButton{
    background: white;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: var(--accent);
    border-radius: 35px;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 7px 6px 30px;
    letter-spacing: -1px;
}
.rightAtra{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.roundYear{
    color: #313131;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -2px;
}
.overHereBlock{
	padding-top:50px;
}
.leftOverPic{
	max-width:585px;
	aspect-ratio: 117 / 128;
	background:url(../img/ZoneLogo.jpg);
	background-size:cover;
	background-position:center;
	width: 100%;
	border-radius:20px;
	
}
.rightOverPic{
	border-radius:20px;
	max-width:585px;
	aspect-ratio: 117 / 128;
	background:url(../img/Zone.jpg);
	background-size:cover;
	background-position:center;
	width: 100%;
	position:relative;
}
.overHerePic{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding-top:35px;
	position:relative;
}
.overAbs{
    color: #313131;
    font-size: 70px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -2px;
    background: white;
    position: absolute;
    top: 30px;
    width: auto;
    padding: 0px 30px 20px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
}
.banText{
    display: block;
    background: url(../img/rect2.png);
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #313131;
    position: absolute;
    bottom: 35px;
    background-repeat: no-repeat;
    background-position: right;
    width: 312px;
    padding: 42px 15px;
    text-align: right;
    left: -119px;
}
.tab_item.active{
	color:white;
	background:var(--daccent);
}
.tab_item{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--accent);
    text-decoration: none;
    display: inline-block;
    padding: 16px 35px;
	border-radius:35px;
}
.tab_box{
	background: #E0E5DE;
    border-radius: 35px;
    display: inline-flex;
}
.tab_container{
	display: flex;
    align-items: center;
    justify-content: center;
}
.priceArea{
	padding:0px 20px;
}
.priceContainer{
	padding-top:30px;
}
.priceItem:first-child{
	background:var(--daccent);
}
.priceItem{
    width: 100%;
    max-width: 340px;
    aspect-ratio: 17 / 23;
    border-radius: 20px;
    overflow: hidden;
    background: #E1EEDB;
    display: inline-flex;
    margin-right: 11px;
    padding: 30px 15px;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.priceItem:first-child .price{
	color:white;
}
.priceItem .price{
	font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
	color:var(--text);
}
.priceItem:first-child .moreInfo p{
	color:white;
}
.priceItem .moreInfo p{
	font-family: "Montserrat", sans-serif;
	font-weight:500;
	font-size:12px;
	color:var(--text);
	margin:0;
}
.priceItem:first-child .moreInfo span{
	color:#ffffff99;
}
.priceItem .moreInfo span{
	font-family: "Montserrat", sans-serif;
	font-weight:500;
	font-size:12px;
	color:#241f2199;
}
.priceItem:first-child .period{
	color:white;
}
.priceItem .period{
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
	color:var(--text);
	padding-bottom:15px;
}
.priceItem:first-child .infolist_item:before{
	content:url(../img/wgalk.png);	
	font-size: 0;
	padding-right: 15px;
}
.infolist_item:before{
	content:url(../img/galk.png);
	font-size: 0;
	padding-right: 15px;
}
.priceItem:first-child .infolist_item{
	color:white;
}
.infolist_item{
	font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
	color:var(--text);
	display: flex;
    align-items: center;
	margin-bottom:15px;
}
.infolist{
	border-bottom:1px solid var(--text);
	padding-bottom:5px;
}
.priceContainer{
	overflow:auto;
}
.preiceLine{
	white-space: nowrap;
	text-align:center;
}
.soclink{
	margin-top:15px;
	margin-right:15px;
	display:inline-block;
}
.energyBanner{
	padding:50px 0px;
}
.energyBanner img{
	width:100%;
}
.galleryLine{
	white-space: nowrap;
}
.gallery_item img{
	height:100%;
	max-height:610px;
}
.gallery_item{
	display:inline-block;
	height:100%;
	margin-right:11px;
	border-radius:35px;
	overflow:hidden;
	font-size:0;
}
.galleryContainer{
	overflow:auto;
}
.adressBlock .adress{
	font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
	color:white;
}
.adressBlock{
    position: absolute;
    width: 420px;
    background-image: linear-gradient(to right, #124f25, #124a24, #114523, #114121, #113c20);
    padding: 20px 30px;
    border-radius: 35px;
    top: 45px;
    left: 45px;
    height: 313px;
    box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fopInfoText .timeWork{
	display:block;
	font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
	color:white;
}
.fopInfoText .dopWork{
	display:block;
	font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
	color:white;
	padding-top:10px;
}
.footer{
    background: url(../img/footer-bg.png) no-repeat right, linear-gradient(to right, #124f25, #124a24, #114523, #114121, #113c20);
    display: flex;
    aspect-ratio: 240 / 61;
    align-items: center;
    justify-content: center;
    background-size: contain;
}
.footerLogo-link{
	display:inline-block;
}
.footer_socweb{
	display: flex;
    gap: 15px;
    padding-top: 15px;
}
.offert_butt:after{
	content:url(../img/download.png);
}
.offert_butt{
	font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    display: inline-flex;
    gap: 15px;
    padding: 10px 22px;
}
.ofgfer{
	padding-top:30px;
}
.copyr{
	font-family: "Inter", sans-serif;
    font-size: 14px;
	color:white;
	font-weight:200;
	margin-top:30px;
}
.listsHead{
	font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;	
	display:inline-block;
	color:white;
}
.listsItem{
	font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;	
	display:inline-block;
	color:white;
}
.footer_listsItem{
	display: inline-flex;
    flex-direction: column;
    gap: 15px;
}
.footer_lists{
	display: flex;
    gap: 115px;
}
a.listsItem:before{
	content:url(../img/phone.png);
	font-size:0;
}
a.listsItem{
	display: inline-flex;
    gap: 10px;
    align-items: center;
}
.footer-block{
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.burger_menu_clicker{
	display:none;
}
.mobile_menu{
	display:none;
}
.mobile-club_zone{
	display:none;
}
.shader{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
	display:none;
}
.horizon_popup{
	/* background:url(../img/popup_back.png); */
	background:url(../img/leevs.png);
	background-size:cover;
	position:fixed;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width:100%;
	max-width:1000px;
	align-items: center;
    gap: 60px;
	border-radius:25px;
	display:none;
}
.leftpopup{
	aspect-ratio: 1 / 1;
	background-size:cover;
	border-radius:25px;
}
.rightpopop{
	display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding-right: 30px;
}
.popupName{
	font-family: "Montserrat", sans-serif;
	font-size:30px;
	color:white;
}
.horizon_popup > div{
	flex:1;
}
.popup_dop{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: white;
    font-size: 14px;
    border-radius: 25px;
    display: inline-block;
    padding: 12px 22px;
    backdrop-filter: blur(7px);
    background: rgb(255 255 255 / 10%);
}
.popup_text{
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
	font-size:14px;
	color:white;
}
.popup_closer{
	position: absolute;
    right: 20px;
    top: 20px;
}
.callback_popup{
	background:url(../img/leevs.png);
	background-size:cover;
	position:fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	width:100%;
	max-width:600px;
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 0px;
	border-radius:20px;
	display:none;
}
.callback_head{
	 font-family: "Montserrat", sans-serif;
	 font-size:40px;
	 color:white;
	 text-align:center;
}
.callback_info{
	text-align:center;
	color:white;
	 font-family: "Montserrat", sans-serif;
	 font-size:18px;
	 max-width:340px;
}
.callInput{

    border-radius: 25px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    border: none;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(7px);
    padding: 16px 20px;
    max-width: 370px;
	width:100%;
	box-sizing: border-box;
	 
}
.input-container{
	display: flex;
    flex-direction: column;
    gap: 15px;
	width: 100%;
    align-items: center;
}
.custom_check .custCheck:checked + label{
	background:url(../img/checkon.png);	
	    background-size: cover;
    background-position: center;
}
.custom_check label{
	background:url(../img/checkoff.png);
	width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.custCheck{
	display:none;
}
.text-checkbox{
	    max-width: 320px;
}
.text-checkbox,.text-checkbox a{
	 color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}
.custom_check{
display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.checkbox_container{
	display: inline-flex;
    flex-direction: column;
    gap: 15px;
}
@media screen and (max-width:1300px)
{
	.commandArea{
		padding: 0;
	}
	.priceArea{
		padding:0px;
	}
	.incontent {
		max-width: 800px;	
	}
	.bigcontent{
		max-width: 800px;			
	}
	.head-menu-row{
		flex-direction: column;
		gap: 15px;
	}
	.head-menu{
		/* padding:15px 0px; */
	}
	.whywe{
		flex-direction: column;
		gap: 15px;
	}
	.rightRowZone{
		flex:1;
	}
	.zoneItem.relaxzone{
		margin-top:0;
	}
	.fakeRect{
		display:none;
	}
	.zoneItem.relaxzone{
		aspect-ratio: 85 / 48;		
	}
	.zoneItem.cardiozone{
		aspect-ratio: 85 / 48;
	}
	.zoneItem.cardiozone span{
		bottom:30px;
	}
	.innerZone{
		display:block;
	}
	.rightInnerZone .zoneItem{
		aspect-ratio: 85 / 48;		
	}
	.leftInnerZone{
		margin-bottom: 10px;
	}
	.atraContainer{
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.leftAtra{
		max-width:100%;
	}
	.topAtraText{
		max-width:100%;		
		text-align:left;
	}
	.overAbs{
		font-size:30px;
	}
	.overHerePic{
		flex-direction: column;
		gap: 15px;
	}
	.leftOverPic,.rightOverPic{
		max-width:100%;
	}
	.banText{
		background: white;
		border-radius: 35px;
		left: 15px;
		bottom: 15px;
		text-align: center;
	}
	.footer_lists{
		gap:10px;
		justify-content: space-between;
		width: 100%;
	}
	.footer-block{
		justify-content: space-between;
		flex-direction: column;
		gap:15px;
	}
	.footer{
		aspect-ratio: initial;
		padding: 15px;
	}
	.footer-logo{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.footer_socweb{
		font-size:0;
		padding:0;
	}
	.ofgfer{
		padding:0;
	}
	.copyr{
		margin:0;
	}
	.glass-zone,.fake-glass-zone{
		padding:15px;
	}
	.banner-slogan{
		FONT-SIZE: 55px;
        line-height: 45px;
	}
	.fake-glass-zone{
		justify-content: flex-start;
		gap: 30px;
	}
}
@media screen and (max-width:800px)
{
	.headBanner,.glass-zone,.fake-glass-zone{
		aspect-ratio:9/16;
		justify-content: space-between;
	}
	.right-madam{
		aspect-ratio: 8 / 16;
	}
	.right-leevs{
		aspect-ratio: 7 / 16;
	}
    .glass-zone{
		padding:0;
	}
	.head-menu{
		display:none;
	}
	.head-menu-row .roundButton{
		display:none;
	}
	.head-menu-row .logo{
		width: 100%;
		max-width: 105px;
	}
	.banner-slogan{
		font-size:45px;
	}
	.banner-announce{
		font-size: 11px;
        max-width: 95%;
		line-height: normal;
	}
	.slogan-band{
		margin-top: 75%;
	}
	.fake-glass-zone{
		padding-top:30px;
	}
	.fake-glass-zone .cloud-button{
		margin: 0 auto;
        white-space: nowrap;
        margin-bottom: 75px;
	}
	.footer-logo{
		flex-direction: column;
	}
	.adressBlock{
		position: initial;
		width:100%;
	}
	.overAbs{
		position:initial;
	}
	.burger_menu_clicker{
		display: inline-block;
        position: absolute;
	}
	.mobile_menu{
		background:url(../img/menu_fone.png);
		background-size:cover;
		position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
	}
	.menu_head{
		font-family: "Montserrat", sans-serif;
		font-size:32px;
		text-align:center;
		font-weight:bold;
		color:white;
	}
	.mobile_links a{
		display:block;
		font-family: "Montserrat", sans-serif;
		font-size:24px;
		font-weight:400;
		color:white;
		text-decoration:none;
		text-align:center;
		margin-top: 30px;
        padding: 10px 0px;
	}
	.mobileButt a{
		width:90%;
		font-weight:400;
		box-sizing: border-box;
	}
	.mobileButt{
		text-align: center;
		margin-top:30px;
	}
	.close_container{
		font-size: 0;
		text-align: right;
		padding: 30px 30px 10px 0px;
	}
	.content-area{
		padding:0px 15px;
	}
	.club_zone{
		display:none;
	}
	.mobile-club_zone .zoneItem{
		aspect-ratio: 1 / 1;
		margin-right: 11px;
	}
	.mobile-club_zone{
		display:block;
		overflow:auto;
	}
	.mobile-club_zone_line{
		white-space: nowrap;
	}
	.commandItem{
		max-width:100%;
	}
	.atraContainer{
		flex-direction: column-reverse;
	}
	.topAtraText{
		text-align: right;
		width: 100%;
		padding-bottom: 30px;
	}
	.leftAtra{
		font-size: 14px;
		letter-spacing: normal;
		font-weight: 600;
	}
	.roundYear{
		font-size:15px;
	}
	.overHerePic{
		padding-top:15px;
		position:relative;
		display: block;
		overflow: hidden;
	}
	.overAbs {
        position: absolute;
        font-size: 20px;
        padding-bottom: 10px;
        top: 12px;
        left: 40px;
        transform: none;
        right: -1px;
        border-bottom-right-radius: 0;
        /* width: 100%; */
    }
	.leftOverPic{
		width: 75%;
	}
	.rightOverPic{
		float: right;
		width:75%;
		margin-top: 1px;
	}
	.banText{
		font-size: 11px;
        max-width: 150px;
        padding: 10px 30px;
        border-radius: 20px;
        line-height: normal;
		left:-40%;
		bottom:35px;
	}
	.rightOverPic:after{
		content: "";
        position: absolute;
        background: white;
        top: -1px;
        left: -1px;
        width: 75%;
        height: 38px;
        border-bottom-right-radius: 15px;
    }
	.priceItem{
		max-width:100%;
	}
	.gallery_item{
		width:100%;
		height:auto;
		vertical-align: top;
	}
	.gallery_item img{
		width:100%;
		height:auto;
		max-height:initial;
	}
	.pro_map{
		display: flex;
        flex-direction: column-reverse;
	}
	.footer-logo{
		gap:15px;
	}
	.footer_lists{
		flex-direction: column;
		align-items: center;
		gap:50px;
	}
	.footer_listsItem{
		align-items: center;
	}
	.footer-block{
		gap:60px;
	}
	.footer{
		background-size: cover;
	}
	.zoneItem span{
		white-space: normal;
	}
	.horizon_popup{
		flex-direction: column;
        width: 100%;
        gap: 20px;
        height: 100%;
        border-radius: 0;
	}
	.leftpopup{
		width:100%;
		border-top-left-radius:0;
		border-top-right-radius:0;
	}
	.rightpopop{
		padding:15px;
	}
}
@media screen and (max-width:450px){
	.callback_popup{
		padding: 50px 10px;
        box-sizing: border-box;
	}
}