html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #020a17;
}
:focus {
	outline: none !important;
}
section {
	height: 100%;
	width: 100%;
}

.btn_lang {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 100;
}

.mytips {
	position: absolute;
	right: 30px;
	top: 50px;
	z-index: 1000;
}

.btn_red {
	background: #bc1628;
	color: #fff;
}
.btn_red:hover {
	background: #941628;
	color: #fff;
}
.btn_red:active, .btn_red:focus, .btn_red:focus-visible, .btn_red.active, .btn_red:first-child:active {
	background: #da0623;
	color: #fff;
	border: none;
}

.full_screen {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.full_height {
	display: block;
	width: 100%;
	height: 98vh;
	margin: 0;
	padding: 0;
}
.full_height:hover {
	background: rgba(123, 227, 255, 0.7);
	mix-blend-mode: overlay;
	filter: blur(1.5rem);
}
.pad_100 {
	padding: 0 5vw;
}
.pad_250 {
	padding: 0 13vw;
}
.pad_558 {
	padding: 0 29vw;
}
.marker {
	display: block;
	position: absolute;
	width: 15vw;
	height: 42vh;
	cursor: pointer;
	
}
#by_minsk {
	left: 35vw;
	top: 31vh;
}

#kg_bishkek {
	left: 60vw;
	top: 51vh;
}
#kz_astana {
	left: 75vw;
	top: 46vh;
}
#ru_novosib {
	left: 73vw;
	top: 10vh;
}

.marker:hover {
	background: rgba(123, 227, 255, 0.7);
	mix-blend-mode: overlay;
	filter: blur(1.5rem);
}


/* буллеты справа */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #39a7ed;
}
/* конец буллеты справа */
