#wrapper > footer{
	width: 100%;
	max-width: 90%;
	margin: 0 auto;
	position: fixed;
	bottom: 63px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    z-index: 29;
}
#wrapper > footer.active {
    bottom: 40px;
}
.steps{
	position: relative;
}
#wrapper > footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#wrapper > footer ul a{
	position: relative;
}
#wrapper > footer ul i{
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}
#wrapper > footer ul span{
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	position: absolute;
	bottom: -28px;
    opacity: 0.6;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.arrows-list{
	left: 20px;
	position: absolute;
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	top: 16px;
}
.arrows-list .arrow{
	display: block;
	height: 1px;
	width: 9%;
	background: rgba(255, 255, 255, .25);
	position: relative;
}
.arrows-list .arrow i{
	width: 4px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	display: block;
	margin: 0;
}
.arrows-list .arrow .progress{
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	display: block;
}
.arrows-list .arrow.active i path{
	stroke: #fff !important;
	opacity: 1 !important;
}
.arrows-list .arrow.active .progress{
	width: 100%;
}
.arrows-list .arrow.half .progress{
	width: 50%;
}
@media screen and (max-width: 1023px) {
    #wrapper > footer.active {
        bottom: 53px;
    }
	#wrapper > footer{
		padding-left: 40px;
		padding-right: 40px;
		bottom: 10%;
	}
	#wrapper > footer ul span{
		font-size: 12px;
	}
}
@media screen and (max-width: 700px){
	.arrows-list{
		display: none;
	}
    #wrapper > footer.active {
        bottom: 33px;
    }
	#wrapper > footer ul span{
		display: none;
	}
	#wrapper > footer{
		padding-left: 30px;
		padding-right: 30px;
	}
	#wrapper > footer ul i{
		width: 40px;
		height: 40px;
	}
	.arrows-list{
		top: 20px;
	}
	#wrapper > footer{
		bottom: 40px;
	}
}
@media screen and (max-width: 504px){
  #wrapper > footer{
		padding-left: 10px;
		padding-right: 10px;
	}
    #wrapper > footer.active {
        bottom: 11px;
    }
}
@media screen and (max-width: 370px){
  #wrapper > footer {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100%;
	}
}
@media screen and (min-width: 1367px) and (max-width: 1920px) {
	#wrapper > footer ul i{
		width: 40px;
		height: 40px;
	}
	.arrows-list{
		top: 20px;
	}
	#wrapper > footer ul span{
		font-size: 16px;
	}
	#wrapper > footer{
		bottom: 73px;
	}
}

#.pool_price {display:none!important;}

.aeroflot-miles {text-align: center;}
.aeroflot-miles img {max-width: 100%;}