.now-open {
	text-align: right;
    background: #00aa5b;
    color: #fff;
    font-size: 10px;
    padding: 3px 0;
    width: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-top: 5px;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Geometria';
}
.now-open-lighter {
    width: 4px;
    height: 4px;
    margin-right: 4px;
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
	 display: flex;
    justify-content: center;
    align-items: center;
}
.lighter-atom {
	border-radius: 100px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.stage-item-descr--small {
	width: 50% !important;
}

.stage-item-descr--small + div {
	width: 50vw;
    right: 600px;
    max-width: 805px;
}

.main-promo-box h1{	
	margin: 0 0 69px;
    font-weight: normal;   
    line-height: 68px;
    font-family: 'Geometria-Heavy';
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
}


@media screen and (max-width: 1450px) {

	.stage-item-descr--small + div {
		width: 50%;
		max-width: none;
		left: 0;
	}

}

@media screen and (max-width: 1024px) {

	.stage-item-descr--small {
		width: 610px !important;
	}

	.stage-item-descr--small + div {
		width: 600px;
		max-width: 100%;
	}

}

.video-wrap {
	height: 350px !important;
}

.new-media .video-wrap {
	height: 440px !important;
}

@media screen and (max-width: 1024px) {

	.top-video-wrap .video-wrap {
		width: 100vw !important;
		max-width: 100vw !important;
	}

	.top-video-wrap {
		width: 100vw !important;
    	max-width: 100vw !important;
    	left: 0 !important;
    	transform: none !important;
	}

}

@media (max-width: 430px) {

	.new-media-descr-wrap {
	    margin-bottom: 320px !important;
	}

}