@font-face {
  font-family: 'Museo Sans Cyrl';
  font-style: normal;
  font-weight: 100;
  src: local('Museo Sans Cyrl-100'),
	   url('/fonts/MuseoSansCyrl-100.woff') format('woff'),
	   url('/fonts/MuseoSansCyrl-100.ttf') format('ttf'),
	   url('/fonts/MuseoSansCyrl-100.eot') format('eot');
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  font-style: normal;
  font-weight: 300;
  src: local('Museo Sans Cyrl-300'),
	   url('fonts/MuseoSansCyrl-300.woff') format('woff'),
	   url('fonts/MuseoSansCyrl-300.ttf') format('ttf'),
	   url('fonts/MuseoSansCyrl-300.eot') format('eot');
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  font-style: normal;
  font-weight: 500;
  src: local('Museo Sans Cyrl-500'),
	   url('/fonts/MuseoSansCyrl-500.woff') format('woff'),
	   url('/fonts/MuseoSansCyrl-500.ttf') format('ttf'),
	   url('/fonts/MuseoSansCyrl-500.eot') format('eot');
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  font-style: normal;
  font-weight: 700;
  src: local('Museo Sans Cyrl-700'),
	   url('/fonts/MuseoSansCyrl-700.woff') format('woff'),
	   url('/fonts/MuseoSansCyrl-700.ttf') format('ttf'),
	   url('/fonts/MuseoSansCyrl-700.eot') format('eot');
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  font-style: normal;
  font-weight: 900;
  src: local('Museo Sans Cyrl-900'),
	   url('../fonts/MuseoSansCyrl-900.woff') format('woff'),
	   url('../fonts/MuseoSansCyrl-900.ttf') format('ttf'),
	   url('../fonts/MuseoSansCyrl-900.eot') format('eot');
}

html, body {
	background-color: #f64343;
	margin:0;
	padding:0;
	font-family: 'Roboto',Arial,sans-serif;
	font-size:16px;
	height:100%;
}

a{
	outline: none !important;
	outline-offset: 0 !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: #fff;
}
.play-video-block a{
	position: relative;
	z-index: 9;
	display: block;
}
.play-video-block a img{
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.play-video-block a:hover img{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.circle-first span {
	color: #f64343;
	z-index: 2;
}

.soc {
	position: absolute;
    left: 20px;
    top: 20px;
    
}
.soc-mob,.soc{
	font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.soc-mob,.feedback-mob{
	display:none;
}

.feedback {
    position: absolute;
    left: 20px;
    bottom: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.feedback a,
.feedback-mob a{
    font-weight: 500
    ;border-bottom: 1px dotted #fff;
}

h2 {
	font-family: 'Museo Sans Cyrl',Arial,sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin: 0;
	margin-bottom: 20px;
}

ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
	line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
}
.lang {
	position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
	pointer-events: none;
}
.lang ul{
	-webkit-backdrop-filter: blur(11px);
	        backdrop-filter: blur(11px);
    background: rgb(66 66 66 / 20%);
    padding: 10px;
    left: -5px;
    top: 5px;
    position: relative;
    border-radius: 10px;
	opacity:0;
	visibility:hidden;
	transition: opacity .5s ease,visibility .5s ease,transform .5s ease,-webkit-transform .5s ease;
	pointer-events: auto;
}
.lang ul li{
	font-weight:500;
	cursor:pointer;
}
.lang a{
	cursor:default;
	pointer-events: auto;
}
.lang ul li.active,
.lang ul li:hover{
	color:#f64343;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
.lang ul li.active{
	cursor:default;
}
.lang:hover ul{
	opacity:1;
	visibility:visible;
}
.lang select{
	display:none;
}
.video-bg {
	display: block;
	height: 60%;
	background-color:#3d3f56;
	position:relative;
	min-height: 300px;
}
.video-bg:before {
	content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/noise.gif);
    display: block;
	opacity: 0.1;
}
@-webkit-keyframes pulsewhatsapp {
          0% {
            -webkit-box-shadow: 0 0 0 0 rgba(222, 60, 60, 1);
            box-shadow: 0 0 0 0 rgba(222, 60, 60, 1);
        }
        70% {
            -webkit-box-shadow: 0 0 0 20px rgba(222, 60, 60, 0);
            box-shadow: 0 0 0 100px rgba(222, 60, 60, 0);
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(222, 60, 60, 0);
            box-shadow: 0 0 0 0 rgba(222, 60, 60, 0);
        }
}

@keyframes pulsewhatsapp {
      0% {
        -webkit-box-shadow: 0 0 0 0 rgba(222, 60, 60, 1);
        box-shadow: 0 0 0 0 rgba(222, 60, 60, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(222, 60, 60, 0);
        box-shadow: 0 0 0 100px rgba(222, 60, 60, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(222, 60, 60, 0);
        box-shadow: 0 0 0 0 rgba(222, 60, 60, 0);
    }
}
.gl-block {
	height: 100%;
	overflow-x:hidden;
}
.zag-block {
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 20px 30px;
	position: relative;
	color: #fff;
	max-width: 1280px;
	margin: 0 auto;
	margin-top: -158px;
}
.circle-first-block{
	position: absolute;
	right: 200px;
	top: 20%;
	pointer-events: none;
}
.circle-first {
	width: 250px;
	height: 250px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgb(66 66 66 / 20%);
	border-radius: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 22px;
	font-weight: 900;
	font-family: 'Museo Sans Cyrl',Arial,sans-serif;
	line-height: 1.5;
	webkit-backdrop-filter: blur(11px);
	-webkit-backdrop-filter: blur(11px);
	        backdrop-filter: blur(11px);
}
.circle-first-img {
	width: 150px;
	height: 150px;
	position: absolute;
	right: -60px;
	bottom: 10px;
	opacity: .1;
}
.date {
	margin-left: 23px;
	font-size: 30px;
	font-weight: 900;
}
h1{
	font-size: 170px;
	line-height: 1.05;
	font-weight: 900;
	margin: 0;
	font-family: 'Museo Sans Cyrl',Arial,sans-serif;
	text-transform: uppercase;
}
.text-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top:30px;
	position: relative;
}
.hr{
	display: block;
	width: 45px;
	height: 4px;
	background: #fff;
	margin-right: 35px;
	margin-top: 15px;
}
.play-video-block {
	margin-left: auto;
	margin-right: 160px;
	margin-top: -20px;
}
.circle-second-img {
	width: 170px;
	height: 170px;
	position: absolute;
	right: 90px;
	top: -85px;
	opacity: .1;
	pointer-events: none;
}
.play-video-circle {
	width: 260px;
	height: 260px;
	background: #de3c3c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 100%;
	-webkit-animation: pulsewhatsapp 3s infinite;
	animation: pulsewhatsapp 3s infinite;
}
.play-video-circle img{
	width: 90px;
}
.circle-third-img{
	width: 600px;
	position: absolute;
	right: -16px;
	bottom: -35px;
	pointer-events: none;
}

@media (max-width:1599px){
    .feedback {
        font-size: 12px;
    }
	.play-video-circle img {
		width: 70px;
	}
	.play-video-circle {
		width: 200px;
		height: 200px;
	}
	h1 {
		font-size: 135px;
	}
	.date {
		margin-left: 17px;
		font-size: 26px;
	}
	h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.circle-first-block {
		top: 13%;
		z-index: 2;
	}
	.video-bg {
		height: 55%;
	}
	.zag-block {
		margin-top: -128px;
	}
	.circle-first {
		width: 210px;
		height: 210px;
		font-size:18px;
	}
	.circle-first-img {
		width: 140px;
		height: 140px;
	}
	.circle-third-img {
		width: 522px;
		right: -16px;
		bottom: -25px;
	}
}

@media (max-width:999px){
	h1 {
		font-size: 125px;
	}
	.date {
		margin-bottom: 10px;
		display: block;
	}
	.zag-block {
		display: block;
	}
	.play-video-circle img {
		width: 80px;
	}
	.play-video-circle {
		width: 280px;
		height: 280px;
	}
	.circle-second-img {
		right: -20px;
		bottom: 180px;
		top: auto;
	}
	.play-video-block {
		margin-right: 30px;
		margin-top: -130px;
	}
	.video-bg {
		height: 50%;
	}
	.circle-first-block {
		top: 20%;
		right: 70px;
	}
	.circle-first {
		width: 245px;
		height: 245px;
		font-size: 22px;
	}
	.circle-third-img {
		width: 454px;
		right: -60px;
	}
	h1 span{
		display:block;
	}
	.lang ul {
		display:none;
	}
	.lang select{
		display: block;
		position: absolute;
		top: 0px;
		left: -3px;
		height: 20px;
		z-index: 99;
		opacity: 0;
		pointer-events: auto;
	}
}

@media (max-width:767px){
	.zag-block {
		margin-top: -108px;
	}
	.circle-first-block {
		top: 20%;
		right: calc(50% - 75px);
	}
	.circle-first {
		width: 150px;
		height: 150px;
		font-size: 14px;
	}
	.circle-first-img {
		width: 100px;
		height: 100px;
		right: -45px;
		bottom: 0px;
	}
	.date {
		margin-left: 5px;
		font-size: 20px;
	}
	h1 {
		font-size: 100px;
	}
	.text-block {
		margin-top: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.program-block{
		padding-top: 30px;
		position: relative;
	}
	h2 {
		font-size: 26px;
	}
	.play-video-block {
		margin-right: 0px;
		margin-top: -115px;
		position: absolute;
		right: 60px;
	}	
	.circle-second-img {
		right: -20px;
		top: -50px;
		bottom: auto;
		width: 120px;
		height: 120px;
	}
	.play-video-circle {
		width: 150px;
		height: 150px;
	}
	.play-video-circle img {
		width: 55px;
	}
	.circle-third-img {
		width: 300px;
		right: -139px;
		opacity: .6;
		bottom: 25px;
	}	
	.video-bg:before {
		opacity: 0.05;
	}
	.soc, .feedback{
		display:none;
	}
	.soc-mob{
		display: block;
		margin-top: 40px;
	}
	.feedback-mob{
		display: block;
		margin-top: 40px;
        font-weight: 300;
        font-size: 16px;
        color: #fff;
	}
}

@media (max-width:539px){
	h1 {
		font-size: 60px;
	}
	.play-video-block {
		margin-top: -95px;
		right: 0;
	}
	.zag-block {
		margin-top: -76px;
	}
	.circle-third-img {
		width: 260px;
		right: -80px;
	}
	.lang {
		font-size:16px;
	}
}