@charset "utf-8";
/* CSS Document */


.monster {
  width: 190px;
  height: 190px;
  margin: 2% auto;
  background: url('http://мойхамон.рф/wa-apps/site/themes/mhamon/img/mh_stamp.png') left center;
  animation: play .80s steps(40) infinite;

}

@keyframes play {
  100% { background-position: -7600px; }
}






.text-container > span {
  text-transform: uppercase;
  animation: glow 4s ease-in-out infinite;
	font-family: Gilroy-Regular;
	font-size: xx-large;

}

@keyframes glow {
  0%, 100% {
    color: #FFF;
    text-shadow: 0 0 10px #0652DD, 0 0 50px #0652DD, 0 0 100px #0652DD;
  }
  
  10%, 90% {
    color: #9CACE9;
    text-shadow: none;
  }
}

.text-container > span:nth-child(2) {
  animation-delay: 0.25s;
}

.text-container > span:nth-child(3) {
  animation-delay: 0.5s;
}

.text-container > span:nth-child(4) {
  animation-delay: 0.75s;
}

.text-container > span:nth-child(5) {
  animation-delay: 1s;
}

.text-container > span:nth-child(6) {
  animation-delay: 1.25s;
}

.text-container > span:nth-child(7) {
  animation-delay: 1.5s;
}
.text-container > span:nth-child(8) {
  animation-delay: 1.75s;
}
.text-container > span:nth-child(9) {
  animation-delay: 2.0s;
}
.text-container > span:nth-child(10) {
  animation-delay: 2.25s;
}
.text-container > span:nth-child(11) {
  animation-delay: 2.5s;
}
.text-container > span:nth-child(12) {
  animation-delay: 2.75s;
}
.text-container > span:nth-child(13) {
  animation-delay: 3.0s;
}
.text-container > span:nth-child(14) {
  animation-delay: 3.25s;
}
.text-container > span:nth-child(15) {
  animation-delay: 3.5s;
}












.colour-block {
  background:#365994;
  width:100%;
  padding:7% 20% 10% 20%;
  color:#fff;
}
.white-block {
  background:#fff;
  width:100%;
  padding:7% 20% 10% 20%;
  color:#365994;
}
.colour-block h1 {
  text-align:center;
  font-size:80px;
  font-family: Gilroy-Regular;
  font-weight:normal;
}
.colour-block p {
  font-size:20px;
  font-family: Gilroy-Regular;
}


/*----------------*/
/*  SCALLOP down  */
/*----------------*/
.scallop-down{
  height:100px;
  width:100%;
  background: -webkit-gradient(radial, 50% 0, 10, 50% 0, 40, from(#365994), color-stop(0.49, #365994), color-stop(0.51, #fff), to(white));
-webkit-background-size: 49px 100%;
}


/*----------------*/
/*  SCALLOP up    */
/*----------------*/
.scallop-up{
  height:100px;
  width:100%;
  background: -webkit-gradient(radial, 50% 100%, 10, 50% 100%, 40, from(#365994), color-stop(0.49, #365994), color-stop(0.51, #fff), to(white));
-webkit-background-size: 49px 100%;
}






















section {
  padding: 10px 0;
}






header {
	background: #3F51B5;
	color: #FFFFFF;
	padding: 150px 0;


}

.timeline {

	position: relative;
}
.timeline	::before {
		content: '';
		//background: #C5CAE9;
		width: 5px;
		height: 95%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}


.timeline-item {
	width: 100%;
	margin-bottom: 70px;
}
.timeline-item::nth-child(even) {

		.timeline-content {
			float: right;
			padding: 40px 30px 10px 30px;

			.date {
				right: auto;
				left: 0;
			}

			.date::after {
				content: '';
				position: absolute;
				border-style: solid;
				width: 0;
				height: 0;
				top: 30px;
				left: -15px;
				border-width: 10px 15px 10px 0;
				border-color: transparent #E5E5E5 transparent transparent;
			}
		}
	}

	.timeline-item::after {
		content: '';
		display: block;
		clear: both;
	}



.timeline-content {
	position: relative;
	width: 75vw;
	padding: 10px 30px;
	border-radius: 4px;
	background: #E5E5E5;
	box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);
	
	
}
	.timeline-content::after {
		content: '';
		position: absolute;
		border-style: solid;
		width: 0;
		height: 0;
		top: 30px;
		right: -15px;
		border-width: 10px 0 10px 15px;
		border-color: transparent transparent transparent #E5E5E5;
	}


.timeline-img {
	width: 30px;
	height: 30px;
	background: #3F51B5;
	border-radius: 50%;
	position: absolute;
	left: 93vw;
	margin-top: 25px;
	margin-left: -15px;
}



.timeline-card {
	padding: 0!important;

	p {
		padding: 0 20px;
	}

	a {
		margin-left: 20px;
	}
}

.timeline-item {
  .timeline-img-header {
			background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, .4)), url('https://picsum.photos/1000/800/?random') center center no-repeat;
			background-size: cover;
		}
}

.timeline-img-header {

	height: 200px;
	position: relative;
	margin-bottom: 20px;

	h2 {
		color: #FFFFFF;
		position: absolute;
		bottom: 5px;
		left: 20px;
	}
}

blockquote {
	margin-top: 30px;
	color: #757575;
	border-left-color: #3F51B5;
	padding: 0 20px;
}

.date {
	background: #FF4081;
	display: inline-block;
	color: #FFFFFF;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

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

	.timeline {

		::before {
			left: 50px;
		}

		.timeline-img {
			left: 50px;
		}

		.timeline-content {
			max-width: 100%;
			width: auto;
			margin-left: 70px;
		}

		.timeline-item {

			&:nth-child(even) {

				.timeline-content {
					float: none;

				}
			}

			&:nth-child(odd) {

				.timeline-content {
					
					&::after {
						content: '';
						position: absolute;
						border-style: solid;
						width: 0;
						height: 0;
						top: 30px;
						left: -15px;
						border-width: 10px 15px 10px 0;
						border-color: transparent #E5E5E5 transparent transparent;
					}
				}

			}
		}
	}
	
}



.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index:5;
  bottom:0;
  position:relative;
  left:0px;
  float:left;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}








