*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: 'Jura', sans-serif;
	font-weight: normal;
	user-select: none;
}
a{
	cursor: pointer;
	user-select: none;
}
*:focus{
	outline: none;
}
html{
	height: 100%;
}
body{
	margin: 0;
	min-height: 100%;
	position: relative;
	background: #111319;
}
body::-webkit-scrollbar {
  width: 0.5vw;
  background: #111319;
  border-radius: 1vw;
}

body::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 4vw;
}

body::-webkit-scrollbar-track {
  border: 0.12vw solid rgba(255, 255, 255, 0.5);
}
.loading{
	width: 100%;
	height: 100%;
	background: #111319;
	position: fixed;
	z-index: 1000;
	display: flex;
	justify-content:center;
	align-items: center;
	top: 0;
	transition: 1s;
	left: 0;
}
.loading > svg{
	width: 15vw;
	color:red;
}
.loading > svg:nth-child(2){
	width: 25vw;
	margin-left: 2vw;
	color:red;
}
.loading > svg > path {
  stroke:#fff000;
  stroke-width: 0.5;
  fill: transparent;
  animation-duration: 0.3s;
  stroke-dasharray: 500;
  animation: draw 3s linear forwards;
}
@keyframes draw {
  	0% {
  		fill: transparent;
        stroke-dashoffset: 660;
    }
    80%{
    	fill: transparent;
    	stroke-width: 0.5; 
    }
    100%{
      	stroke-width: 0;
      	stroke-dashoffset: 0;
      	fill: #fff000;
    }
}
.menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	box-sizing: border-box;
	padding: 0 3vw;
	height: 18vh;
}
.menu div{
	font-size: 1.2vw;
	display: flex;
	align-items: center;
}
.menu div .a1{
	color: white;
	margin-left: 2vw;
	position: relative;
	transition: 0.5s;
}
.menu div .a1:hover{
	color: #00D387;
}
.menu div .a1.a1_active{	
	color: #00D387;
}
.menu div .a1.a1_active:after{
	content: '';
	width: 3vw;
	height: 0.15vw;
	background: #00D387;
	bottom: -0.5vw;
	left: 0;
	position: absolute;
}
.menu div .a1_images2{
	color: white;
	font-size: 1.2vw;
}
.menu div .language{
	color: #ffffff;
	margin-left: 1.5vw;
	border: 0.1vw solid #ffffff;
	border-radius: 50%;
	width: 2.5vw;
	height: 2.5vw;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu div .language.language_active{
	color: #00D387;
	border: 0.1vw solid #00D387;
}
.menu_slesh1{
	position: absolute;
	z-index: -1;
	top: 0vw;
	left: 9vw;
	width: 22vw;
}
.uylar_div{
	margin-top: 6vw;
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.uylar_div > a{
	position: relative;
	width: 28vw;
	height: 28vw;
	background: rgba(196, 196, 196, 0.3);
	border-radius: 50%;
}
.uylar_div > a >img{
	width: 32vw;
	left: -4vw;
	bottom: 3vw;
	position: absolute;
}
.uylar_div > a > .uylar_div_gradient{
	content: '';
	width: 38vw;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	height: 100%;
	background: linear-gradient(180deg, rgba(17, 19, 25, 0) 17.84%, #111319 80.58%);
	bottom: 0;
	border-radius: 1vw;
	z-index: 10;
}
.uylar_div_gradient h1{
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	font-size: 5vw;
	bottom: 3vw;
	position: absolute;
	left: 4vw;
	font-weight: 550;
}
.uylar_oqsaroy{
	transition: 0.5s;
}
.uylar_oqsaroy:hover{
	background: #ffffff;
}
.uylar_oqsaroy .uylar_oqsaroy_p1{
	color: white;
	position: absolute;
	width: 25vw;
	font-size: 1.2vw;
	left: 4vw;
	top: 10vw;
	transition: 0.5s;
	opacity: 0;
}
.uylar_oqsaroy:hover .uylar_oqsaroy_p1{
	top: 25vw;
	opacity: 1;
}
.uylar_oqsaroy h1{
	transition: 0.5s;
}
.uylar_oqsaroy:hover h1{
	color: #ffffff;
}
.uylar_oqsaroy:hover .uylar_div_gradient{
	background: linear-gradient(180deg, rgba(17, 19, 25, 0) 50.84%, #111319 80.58%);
}
.uylar_oqsaroy:hover > img{
	filter: sepia(100%) saturate(1);
}
.uylar_gold_city:hover > img{
	filter: sepia(100%) saturate(1);
}
.uylar_gold_city{
	transition: 0.5s;
}
.uylar_gold_city:hover{
	background: #FFC300;
}
.uylar_gold_city .uylar_oqsaroy_p1{
	color: white;
	position: absolute;
	width: 25vw;
	font-size: 1.2vw;
	left: 4vw;
	top: 10vw;
	transition: 0.5s;
	opacity: 0;
}
.uylar_gold_city:hover .uylar_oqsaroy_p1{
	top: 25vw;
	opacity: 1;
}
.uylar_gold_city h1{
	transition: 0.5s;
}
.uylar_gold_city:hover h1{
	color: #FFC300;
}
.uylar_gold_city:hover .uylar_div_gradient{
	background: linear-gradient(180deg, rgba(17, 19, 25, 0) 50.84%, #111319 80.58%);
}
.browser{
	position: absolute;
	right: 3vw;
	display: flex;
	writing-mode: vertical-rl;
	top: 15vw;
}
.browser a{
	margin: 0.5vw 0;
	font-size: 1.2vw;
	color: #FFFFFF;
	position: relative;
	display: block;
	transition: 0.5s;
}
.browser a:after{
	content: '';
	top: 110%;
	left: 0.5vw;
	background: white;
	width: 0.1vw;
	height: 0.1vw;
	position: absolute;
	border-radius: 10vw;
}
.browser a:last-child:after{
	height: 5vw;
}
.browser a:hover{
	color: #00D387;
}
.kompaniya_haqida{
	position: relative;
	margin-top: 8vw;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 35vw;
	background: linear-gradient(180deg, #111319 0%, rgba(17, 19, 25, 0) 10.7%, #111319 102.07%), linear-gradient(0deg, rgba(17, 19, 25, 0), rgba(17, 19, 25, 0)), url(../img/h1.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.text_title{
	color: #ffffff;
	font-size: 3vw;
	margin-left: 3vw;
	font-weight: 600;
}
.kompaniya_haqida > div:nth-child(1){
	height: 100%;
}
.kompaniya_haqida > div:nth-child(2){
	width: 55%;
	position: relative;
	box-sizing: border-box;
	background: #191C26;
	padding: 3vw;
	box-shadow: -2vw -2vw 4vw rgba(0, 0, 0, 0.15), -2vw 2vw 4vw rgba(0, 0, 0, 0.1);
}
.kompaniya_haqida > div:nth-child(2) > p{
	line-height: 1.5vw;
	font-size: 1.2vw;
	color: white;
}
.kompaniya_haqida > div:nth-child(2) > a{
	color: #ffffff;
	display: block;
	float: right;
	border-bottom: 0.1vw solid white;
	font-size: 1.2vw;
	transition: 0.5s;
}
.kompaniya_haqida > div:nth-child(2) > a:hover{
	color: #00D387;
}
.kompaniya_haqida > div:nth-child(1) > div{
	margin-left: 8vw;
}
.kompaniya_haqida_div{
	margin: 4vw 0;
	display: flex;
	color: #ffffff;
	align-items: center;
}
.kompaniya_haqida_div > div{
	display: flex;
	font-size: 1vw;
	width: 10vw;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.kompaniya_haqida_div > div > img{
	width: 3vw;
	display: block;
}
.kompaniya_haqida_div > p{
	font-size: 2.5vw;
	margin-left: 10vw;
	position: relative;
}
.kompaniya_haqida_div > p:after{
	content: '';
	background: #ffffff;
	width: 6vw;
	height: 0.05vw;
	position: absolute;
	left: -7vw;
	top: 50%;
}
.kompaniya_haqida_slesh{
	width: 22vw;
	position: absolute;
	z-index: -1;
	top: -5vw;
	right: 10vw;
}
.news{
	position: relative;
}
.news > div:nth-child(1){
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 3vw;
	box-sizing: border-box;
}
.news > div:nth-child(1) > div{
	display: flex;
}
.news > div:nth-child(1) > div > a{
	border-radius: 50%;
    width: 2.5vw;
    height: 2.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1vw;
    border: 0.1vw solid #ffffff;
    transition: 0.5s;
}
.news > div:nth-child(1) > div > a > svg{
	width: 1vw;
}
.news > div:nth-child(1) > div > a:hover{
	border: 0.1vw solid #00D387;
}
.news > div:nth-child(1) > div > a svg path{
	transition: 0.5s;
}
.news > div:nth-child(1) > div > a:hover svg path{
	fill: #00D387;
}
.swiper-container {
	margin: 4vw 0;
    width: 100%;
    height: 40vw;
}
.swiper-slide {
	width: 29%;
	background: #191C26;
	color: white;
}
.swiper-slide > img{
	width: 100%;
	height: 25vw;
}
.swiper-slide > div{
	padding: 1vw;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.swiper-slide > div > p{
	display: flex;
	align-items: center;
}
.swiper-slide > div > p > img{
	width: 1.3vw;
}
.swiper-slide > div > p > span{
	margin-left: 1vw;
	font-size: 1.2vw;
	font-style: normal;
	font-weight: 300;
}
.swiper-slide > p {
	letter-spacing: 0.05vw;
	font-size: 1.2vw;
	padding: 0.5vw 1vw;
}
.swiper-slide > div.news_absolute{
	padding: 0;
	padding-left: 1vw;
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.swiper-slide > div.news_absolute > p > span{
	margin-right: 1vw;
}
.news_absolute > p > a{
	background: #353A4D;
	padding: 1.2vw 1.3vw;
}
.news_absolute > p > a > img{
	width: 1.2vw;
}

.news_slesh{
	width: 22vw;
	position: absolute;
	z-index: -1;
	bottom: -6vw;
	right: 25vw;
}
.aloqa{
	position: relative;
	height: 62vw;
}
.aloqa_tel{
	font-size: 1.2vw;
	width: 40vw;
	background: #191C26;
	box-shadow: 0 -2vw 4vw rgba(0, 0, 0, 0.35);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 8vw;
	color: white;
	z-index: 10;
	padding: 1vw 2vw;
	box-sizing: border-box;
}
.aloqa_tel > div{
	margin: 1vw 0;
	display: flex;
	justify-content: space-between;
}
.aloqa_tel > div > a{
	color: #00D387;
	font-size: 2vw;
}
.aloqa_tel > div > div > a > img{
	width: 2vw;
}
.aloqa_tel > div > input[type="text"]{
	border: 0.1vw solid #00D387;
	background: transparent;
	color: rgba(255, 255, 255, 0.7);
	padding: 0.5vw 0.5vw;
	width: 70%;
	font-size: 1.2vw;
}
.aloqa_tel > div > button{
	padding: 0 1vw;
	background: #00D387;
	color: #191C26;
	font-size: 1.2vw;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
.pin1{
	z-index: 1;
	position: absolute;
	display: inline-block;
	top: 7.5vw;
	left: 51vw;
}
.pin1 > img{
	width: 4vw;
}
.pin2{
	z-index: 1;
	position: absolute;
	display: inline-block;
	top: 42vw;
	left: 16vw;
}
.pin2 > img{
	width: 4vw;
}
.pin3{
	z-index: 1;
	position: absolute;
	display: inline-block;
	top: 49vw;
	left: 43.5vw;
}
.pin3 > img{
	width: 4vw;
}
.pin_div{
	display: inline-block;
	height: 18vw;
	background: #ffffff;
}
.pin_div > div{
	width: 100%;
	height: 55%;
	position: relative;
}
.pin_div > div > img{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
}
.pin_div > div > div{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(0,0,0,0.7);
}
.pin_div > div > div:hover{
	opacity: 1;
}
.pin_div > div > div > a{
	text-decoration: none;
	color: #ffffff;
	border: 0.1vw solid #ffffff;
	border-radius: 0.5vw;
	padding: 0.5vw 2vw;
}
.pin_div > h1{
	font-size: 1.5vw;
	font-weight: 600;
	padding: 0.5vw 0.8vw;
}
.pin_div > p{
	display: flex;
	align-items: center;
	padding: 0.15vw 0.8vw;
	font-size: 1vw;
	font-weight: 900;
}
.pin_div > p > img{
	width: 1vw;
	margin-right: 0.5vw;
}
.pin_modal{
	display: block;
	width: 100%;
	height: 100%;
	/*animation: pin_modal 0.5s;*/
	/*background: rgba(0,0,0,0.5);*/
}
.pin_modal1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,0.5);*/
}
@keyframes pin_modal{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.aloqa_karta{
	margin: 5vw auto;
	display: block;
	width: 80%;
}
.footer{
	position: absolute;
	bottom: 0;
	background: #191C26;
	width: 100%;
	height: 8vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.5);
	padding: 0 10vw;
	box-sizing: border-box;
}
.footer > p{
	font-size: 1.2vw;
}
.footer > a{
	display: flex;
}
.footer > a > img{
	width: 5vw;
}
.xonadon{
	display: flex;
	flex-wrap: wrap;
	height: 74vh;
	color: white;
	width: 100%;
}
.xonadon1{
	transition: 0.5s;
	cursor: pointer;
	overflow: hidden;
	/*background: #111319;*/
	width: 22%;
	height: 100%;
	position: relative;
}
.xonadon_div1{
	background: rgba(0, 0, 0, 0.7);
	transition: 0.5s;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 85%;
}
.xonadon_div1 > p{
	width: 100vh;
	font-size: 6vw;
	position: absolute;
	overflow-x: hidden;
	left: 3vw;
	text-shadow: 0.5vw -0.5vw 0.5vw #000000;
	bottom: 0;
}
.xonadon_div1 > p > span{
	opacity: 0;
	transition: 0.5s;
}
.xonadon2{
	transition: 0.5s;
	cursor: pointer;
	overflow: hidden;
	/*background: #111319;*/
	width: 22%;
	height: 100%;
	position: relative;
}
.xonadon_img{
	width: 100%;
	height: 85%;
	object-fit: cover;
	object-position: center center;
}
.xonadon_footer{
	box-sizing: border-box;
	padding-left: 3vw;
	padding-right: 2vw;
	width: 100%;
	height: 15%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 0;
}
.xonadon_footer > div{
	display: flex;
	align-items: center;
}
.xonadon_footer > div > p{
	font-size: 1.2vw;
	display: flex;
	align-items: center;
}
.xonadon_footer > div > p > img{
	width: 2vw;
}
.xonadon_footer > div > p > span{
	margin-left: 1vw;
	margin-right: 2vw;
}
.xonadon_footer > a{
	color: #ffffff;
	font-size: 1.2vw;
	border: 0.2vw solid white;
	padding: 0.5vw 2vw;
}
.xonadon2 .xonadon_footer{
	opacity: 0;
}
.xonadonActive{
	width: 78%;
}
.xonadonActive .xonadon_div1{
	background: rgba(0, 0, 0, 0);
}
.xonadonActive .xonadon_div1 > p > span{
	opacity: 1;
}
.xonadonActive .xonadon_footer{
	opacity: 1;
}
.xonadon2.xonadonActive .xonadon_div1 > p > span{
	opacity: 1;
	left: 30vw;
}


.kompaniya_haqida1{
	position: relative;
	margin-top: 1vw;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 35vw;
	background: linear-gradient(180deg, #111319 0%, rgba(17, 19, 25, 0) 10.7%, #111319 102.07%), linear-gradient(0deg, rgba(17, 19, 25, 0), rgba(17, 19, 25, 0)), url(../img/h1.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.kompaniya_haqida1 > div:nth-child(1){
	height: 100%;
}
.kompaniya_haqida1 > div:nth-child(2){
	width: 55%;
	position: relative;
	box-sizing: border-box;
	background: #191C26;
	padding: 3vw;
	box-shadow: -2vw -2vw 4vw rgba(0, 0, 0, 0.15), -2vw 2vw 4vw rgba(0, 0, 0, 0.1);
}
.kompaniya_haqida1 > div:nth-child(2) > p{
	line-height: 1.5vw;
	font-size: 1.2vw;
	color: white;
}
.kompaniya_haqida1 > div:nth-child(2) > a{
	color: #ffffff;
	display: block;
	float: right;
	border-bottom: 0.1vw solid white;
	font-size: 1.2vw;
	transition: 0.5s;
}
.kompaniya_haqida1 > div:nth-child(2) > a:hover{
	color: #00D387;
}
.kompaniya_haqida1 > div:nth-child(1) > div{
	margin-left: 8vw;
}
.about_nutq{
	height: 45vw;
	position: relative;
	box-sizing: border-box;
	padding: 0 3vw;
	color: #ffffff;
}
.about_nutq_title{
	font-size: 2vw;
	font-weight: 600;
}
.about_nutq_text{
	font-size: 1.2vw;
	width: 80%;
	margin: 2vw auto;
}
.about_nutq_text_right{
	font-size: 1.2vw;
	text-align: right;
	width: 80%;
	margin: 0 auto;
}
.about_nutq_user{
	font-size: 2vw;
	font-weight: 700;
	text-align: right;
	width: 80%;
	margin: 1vw auto;
}
.about_lokalizatsiya{
	width: 80%;
	display: flex;
	margin: 8vw auto 0;
	justify-content: space-between;
}
.about_lokalizatsiya > div{
	/*border: 0.3vw dashed #ffffff;*/
	border: 0.3vw solid transparent;
	border-image: url(../img/LKclP.png) 3 stretch;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.5vw;
	width: 10vw;
	height: 6vw;
}
.about_lokalizatsiya > div > span{
	position: absolute;
	font-size: 1vw;
	bottom: -0.5vw;
	left: 50%;
	transform: translateX(-50%);
}
.qush{
	font-family: Montserrat;
	position: absolute;
	z-index: -1;
	font-size: 30vw;
	color: rgba(255, 255, 255, 0.05);
	font-weight: bold;
	margin-top: -2vw;
	left: 50%;
	transform: translateX(-50%);
}
.list{
	/*margin-top: 3vw;*/
	width: 100%;
	padding: 0vw 8vw;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: auto auto auto;
	justify-content: space-between;
}

.yangiliklar_div1 {
	width: 25vw;
	margin: 2vw 0;
	background: #191C26;
	color: white;
	height: 42vw;
	position: relative;
}
.yangiliklar_div1 > img{
	width: 100%;
	height: 25vw;
}
.yangiliklar_div1 > div{
	padding: 1vw;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yangiliklar_div1 > div > p{
	display: flex;
	align-items: center;
}
.yangiliklar_div1 > div > p > img{
	width: 1.3vw;
}
.yangiliklar_div1 > div > p > span{
	margin-left: 1vw;
	font-size: 1.2vw;
	font-style: normal;
	font-weight: 300;
}
.yangiliklar_div1 > p {
	letter-spacing: 0.05vw;
	font-size: 1.2vw;
	padding: 0.5vw 1vw;
}
.yangiliklar_div1 > div.news_absolute{
	padding: 0;
	padding-left: 1vw;
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.yangiliklar_div1 > div.news_absolute > p > span{
	margin-right: 1vw;
}
.news_pagination{
	height: 15vw;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 3vw;
}
.news_pagination li{
	list-style-type: none;
}
.pagination-layout{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.news_pagination a{
	transition: 0.5s;
	color: #ffffff;
	font-size: 2vw;
	width: 2.5vw;
	height: 2.5vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.5vw;
	border: 0.1vw solid #ffffff;
}
.news_pagination a.news_pagination_prev{
	border-radius: 50%;
}
.news_pagination a.news_pagination_next{
	border-radius: 50%;
}
.news_pagination a.news_pagination_prev:hover svg > path{
	fill: #00D387;
	transition: 0.5s;
}
.news_pagination a.news_pagination_next:hover svg > path{
	fill: #00D387;
	transition: 0.5s;
}
.news_pagination a.news_pagination_active,.news_pagination a:hover{
	color: #00D387;
	border: 0.1vw solid #00D387;
}
.news_pagination li.active a{
	color: #00D387;
	border: 0.1vw solid #00D387;
}
.news_index{
	color: #ffffff;
	width: 100%;
	display: flex;
	box-sizing: border-box;
	padding: 0 8vw 5vw;
	justify-content: space-between;
}
.news_index1{
	padding: 3.5vw 0;
	width: 65%;
}
.news_index1 > img{
	width: 100%;
}
.news_index1 > p{
	letter-spacing: 0.05vw;
	font-size: 1.2vw;
	/*padding: 0.5vw 1vw;*/
}
.news_index1 > div{
	padding: 1vw 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_index1 > div > p{
	display: flex;
	align-items: center;
}
.news_index1 > div > p > img{
	width: 1.3vw;
}
.news_index1 > div > p > span{
	margin-left: 1vw;
	font-size: 1.2vw;
	font-style: normal;
	font-weight: 300;
}
.news_index2{
	width: 32%;
}
.news_index2_p1{
	font-size: 2vw;
	margin-bottom: 1vw;
}
.news_index2 > div{
	width: 100%;
	/*height: 30vw;*/
	background: #191C26;
	margin-bottom: 1vw;
}
.news_index2 > div > img{
	width: 100%;
}
.news_index2 > div > div{
	padding: 1vw;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_index2 > div > div > p{
	display: flex;
	align-items: center;
}
.news_index2 > div > div > p > img{
	width: 1.3vw;
}
.news_index2 > div > div > p > span{
	margin-left: 1vw;
	font-size: 1.2vw;
	font-style: normal;
	font-weight: 300;
}
.news_index2 > div > p{
	letter-spacing: 0.05vw;
	font-size: 1.2vw;
	padding: 0.5vw 1vw;
}
.news_index2 > div > .news_absolute{
	padding: 0;
	padding-left: 1vw;
	margin-top: 2vw;
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
	bottom: 0;
}
.news_index2 > div > .news_absolute > p > span{
	margin-right: 1vw;
}
.aloqa_map{
	width: 100%;
	margin: 1vw auto;
}
.logo{
	height: 18vh;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	z-index: 1;
	left: 3vw;
}
.logo > img{
	filter: drop-shadow(2px 10px 20px rgba(0, 0, 0));
	width: 4vw;
	height: 4vw;
}
.logo_tel{
	position: absolute;
	height: 18vh;
	display: flex;
	align-items: center;
	top: 0;
	z-index: 1;
	color: white;
	font-size: 1.2vw;
	right: 3vw;
}
.block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden; 
	z-index: 0;
}

.block_next{
	z-index: 1;
	position: absolute;
	color: #ffffff;
	font-size: 1.2vw;
	bottom: 3vw;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 3vw;
	text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.block_next svg{
	width: 1vw;
	margin-right: 0.8vw;
}
.block_prev{
	z-index: 1;
	position: absolute;
	color: #ffffff;
	font-size: 1.2vw;
	bottom: 3vw;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 3vw;
	text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.block_prev svg{
	width: 1vw;
	margin-right: 0.8vw;
}
.block > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.block > svg{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	top: 0;
	left: 0;
}
.block > svg > a > polygon,.block > svg > a > path{
	/*transition: 0.5s;*/
	animation: block_a 1s linear infinite alternate;
	fill: #ffffff40;
}
.block > svg > a:hover polygon{
	fill: #fff00070;
	animation: block_a1 1s linear infinite alternate;
	opacity: 1;
}
.block > svg > a:hover path{
	fill: #fff00070;
	animation: block_a1 1s linear infinite;
	opacity: 1;
}
@keyframes block_a{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes block_a1{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
.bloklar_number{
	padding: 1vw 2vw;
	position: absolute;
	z-index: 1;
	color: #FFC300;
	background: url(../img/Rectangle27.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	opacity: 0;
	justify-content: center;
	align-items: center;
	top: 30vw;
	font-weight: 700;
	left: 50%;
	font-size: 2.5vw;
	text-shadow: 0vw 0vw 0.5vw #000000;
}
.bloklar_number_text{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bloklar_number_span1{
	display: block;
	position: absolute;
	top: 5.1vw;
	z-index: 10;
	left: 50%;
}
.bloklar_number_span1 img{
	height: 3vw;
}
.gold_city_block{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
	background: url(../goldCity/img/drawing.png) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 3vw;
}
.gold_city_block1{
	width: 18%;
}
.gold_city_block1 > div{
	height: 10vw;
	width: 80%;
	position: relative;
}
.gold_city_block1 > div > img{
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gold_city_block1 > div > svg{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gold_city_block1 > div > svg > a:hover polygon{
	fill: rgba(255, 195, 0, 0.3);
	stroke: #FFC300;
	stroke-width: 0.1vw;
}
.gold_city_block1 > div > svg > a.gold_city_block1_a_active > polygon{
	stroke: #FFC300;
	stroke-width: 0.1vw;
	fill: rgba(255, 195, 0, 0.3);
}
.gold_city_block2{
	display: flex;
	width: 82%;
}
.gold_city_block2_1{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 85%;
}
.gold_city_block2_2{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	width: 15%;
}
.gold_city_block2_2 > div{
	width: 5.5vw;
	height: 3.5vw;
	margin: 1vw 0;
	background: url(../goldCity/img/Rectangle27.png) no-repeat;
	background-size: 100% 100%;
	color: #FFC300;
	display: flex;
	text-shadow: 0px 0.5vw 1vw rgba(0, 0, 0, 0.25);
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.gold_city_block2_2 > div > h1{
	font-size: 1.8vw;
}
.gold_city_block2_2 > div > p{
	font-size: 1vw;
}
.gold_city_block2_1_div2{
	position: relative;
	width: 100%;
	height: 100%;
}
.gold_city_block2_1_div2 > img{
	width: 100%;
	object-fit: cover;
}
.gold_city_block2_1_div2 > svg{
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	position: absolute;
}
.gold_city_block2_1_div2_a > polygon{
	transition: 0s;
}
.gold_city_block2_1_div2_a:hover > polygon{
	fill: #fff00050;
}
.gold_city_block2_1_div1{
	display: flex;
	color: #FFC300;
	font-weight: 600;
	align-items: center;
	font-size: 1.4vw;
}
.gold_city_block2_1_div1 > a{
	margin: 0 1vw;
	border: 0.1vw solid #FFC300;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5vw;
	height: 2.5vw;
}
.gold_city_block2_1_div1 > a > svg{
	width: 1vw;
}
.gold_city_block_xona_1{
	width: 20%;
}
.gold_city_block_xona_2{
	width: 80%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.gold_city_block_xona_1 > a{
	position: relative;
	display: block;
	width: 80%;
}
.gold_city_block_xona_1 > a > img{
	width: 100%;
	transition: 0.5s;
	filter: drop-shadow(0 0 1vw transparent);
}
.gold_city_block_xona_1 > a:hover img{
	filter: drop-shadow(0 0 1vw #FFC300);
}
.gold_city_block_xona_2_div1{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 75%;
	flex-direction: column;
}
.gold_city_block_xona_2_div2{
	height: 100%;
	width: 25%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/*flex-direction: column;*/
	font-size: 1.2vw;
	color: #FFC300;
}
.gold_city_block_xona_2_div2_div{
	width: 60%;
}
.gold_city_block_xona_2_div2_div > div{
	display: flex;
	justify-content: space-between;
}
.gold_city_block_xona_2_div1_title{
	position: relative;
	display: flex;
}
.gold_city_block_xona_2_div1_title > div{
	width: 5.5vw;
	height: 3.5vw;
	margin: 0 1vw;
	background: url(../goldCity/img/Rectangle27.png) no-repeat;
	background-size: 100% 100%;
	color: #FFC300;
	display: flex;
	text-shadow: 0px 0.5vw 1vw rgba(0, 0, 0, 0.25);
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.gold_city_block_xona_2_div1_title > div > h1{
	font-size: 1.8vw;
}
.gold_city_block_xona_2_div1_title > div > p{
	font-size: 1vw;
}
.gold_city_block_xona_2_div1_img{
	height: 70vh;
	display: flex;
	align-items: center;
}
.gold_city_block_xona_2_div1_img > img{
	height: 80%;
	width: 100%;
	object-fit: contain;
}
.band_qish{
	background: #FFC300;
	color: #000000;
	font-weight: 600;
	font-size: 1.2vw;
	padding: 0.8vw 4vw;
}
.band_modal{
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100vh;
}
.band_modal_close{
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100vh;
}
.band_modal_close_div{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
}
.band_modal_close1{
	color: #ffffff;
	width: 50vw;
	font-size: 1.2vw;
	box-sizing: border-box;
	padding: 2.5vw;
	height: 25vw;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.5vw;
	color: #ffffff;
	font-weight: 700;
	line-height: 4vw;
	background: url(../goldCity/img/Rectangle531.png) no-repeat;
	background-size: 100% 100%;
	animation: band_modal_close1 0.5s;
}
@keyframes band_modal_close1{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.band_modal_div{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
}
.band_modal1{
	color: #ffffff;
	width: 50vw;
	font-size: 1.2vw;
	box-sizing: border-box;
	padding: 2.5vw;
	/*height: 30vw;*/
	background: url(../goldCity/img/Rectangle53.png) no-repeat;
	background-size: 100% 100%;
	animation: band_modal1 0.5s;
}
@keyframes band_modal1{
	0%{
		transform: translateY(-200%);
	}
	100%{
		transform: translateY(0);
	}
}
@keyframes band_modal2{
	0%{
		transform: translateY(0%);
	}
	100%{
		transform: translateY(-200%);
	}
}
.band_modal1_fio{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 1vw;
}
.band_modal1_fio > div > input[type=text]{
	background: transparent;
	color: #ffffff;
	margin-top: 0.5vw;
	font-size: 1.2vw;
	width: 12vw;
	padding: 0.5vw 1vw;
	border: 0.15vw solid #FFC300;
}
.qabul{
	font-size: 1.5vw;
	color: #FFC300;
	display: flex;
	padding-top: 1.5vw;
	box-sizing: border-box;
	align-items: center;
	font-weight: 600;
}
.qabul > input[type=checkbox]{
	-webkit-appearance: none;
	margin-right: 1vw;
  	-moz-appearance: none;
  	appearance: none;
  	width: 1.2vw;
  	height: 1.2vw;
  	position: relative;
}
.qabul > input[type=checkbox]:before {
	  position: absolute;
	  display: block;
	  width: 100%;
	  height: 100%;
	  border: 0.1vw solid #FFC300;
	  content: "";
	  top: 0;
	  left: 0;
}
.qabul > input[type=checkbox]:after {
	  position: absolute;
	  display: block;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  content: "";
}
.qabul > input[type=checkbox]:checked:after {
  	background: url('../goldCity/img/checked.png');
  	background-size: 100%/content;
  	background-position: right center;
  	background-repeat: no-repeat;
}

.band_modal1_fio > div > div{
	display: flex;
	align-items: center;
	margin-top: 1vw;
}
.band_modal1_fio > div > div > input[type=radio]{
	display: none;
}
.band_modal1_fio > div > div > label{
	background: #E5E5E5;
	margin-left: 1vw;
	cursor: pointer;
	border-radius: 0.8vw;
	padding: 0 0.5vw;
	height: 3.5vw;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 0.3vw solid transparent;
	box-sizing: border-box;
}
.band_modal1_fio > div > div > #pay1:checked ~ #pay_lab1{
	border: 0.3vw solid #FFC300;
}
.band_modal1_fio > div > div > #pay2:checked ~ #pay_lab2{
	border: 0.3vw solid #FFC300;
}
.band_modal1_fio > div > div > #pay3:checked ~ #pay_lab3{
	border: 0.3vw solid #FFC300;
}
.band_modal1_band{
	margin-top: 1vw;
	display: flex;
	justify-content: flex-end;
}
.band_modal1_band1{
	font-weight: 600;
	cursor: pointer;
	padding: 0.5vw 2vw;
	border: none;
	color: #ffffff;
	font-size: 1.2vw;
	background: transparent;
}
.band_modal1_band2{
	margin-left: 1vw;
	font-weight: 600;
	cursor: pointer;
	padding: 0.5vw 2vw;
	border: none;
	color: #000000;
	background: #FFC300;
	font-size: 1.2vw;
	border-radius: 0.2vw;
}
.star, .planet {
  border-radius: 100%;
  position: absolute;
  display: block;
}

.star {
  animation: twinkle 2s linear 0s infinite normal;
  background: #F6F6F6;
  z-index: -1;
  position: fixed;
  left: 100%;
  top: 100%;
}

.planet {
  animation: twinkle 5s linear 0s infinite normal;
  box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
  border-radius: 100%;
  z-index: -1;
  left: 300%;
  top: 300%;
  display: none;
  position: fixed;
}

@keyframes twinkle {
  0% { 
    transform: scale(1.0);
    opacity: 1; 
  }
  50% { 
    transform: scale(0); 
    opacity: 0; }
  100% { 
    transform: scale(1.0); 
    opacity: 1; 
  }
}