* {
	margin: 0;
	padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
    outline: none;
}
footer,
header,
section {
    display: block;
}
body {
    font-family: 'Exo 2', Helvetica, Arial, sans-serif;
    font-size: 16px;
	color: #333;
	font-weight: 400;
    width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
section,
footer {
	position: relative;
    clear: both;
    overflow: hidden;
	font-size: 20px;
}
a {
    color: #111;
    text-decoration: none;
}
a,
button {
    outline: none;
}
a:hover {
	color: #304579;
}
img {
	max-width: 100%;
}
.inner {
    clear: both;
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.center {
    text-align: center;
}
.right {
	text-align:right;
}
.clear {
    clear: both;
}
.grid {
	display: grid;
}
.cols-2 {
	grid-template-columns: repeat(2,1fr);	
	grid-column-gap: 20px;
}
.cols-3 {
	grid-template-columns: repeat(3,1fr);	
	grid-column-gap: 20px;	
}
.cols-4 {
	grid-template-columns: repeat(4,1fr);	
	grid-column-gap: 20px;		
}
.cols-5 {
	grid-template-columns: repeat(5,1fr);	
	grid-column-gap: 20px;		
}
.white {
	color: #fff;
}
.green {
	color: #82c76b;
}
.blue {
	color: #0084ff;
}
/* Header */
.header {
	padding:100px 0 300px;
	background: url("img/header.png");
	color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
}
.logo {
	margin-bottom: 30px;
	opacity: 0.5;
}
.intro,
.subintro {
	width: 100%;
	max-width: 800px;
}
.intro {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 40px;
}
.subintro { 
	font-size: 25px;
	line-height: 1.4;
	color: #fff;
	border-left: 3px solid #6c08dd;
	padding-left: 20px;
	opacity: 0.7;
}
.subintro a {
	color: #fff;
	text-decoration: underline;
}
.dnl {
	margin-top: 20px;
	margin-right: 10px;	
	display: inline-block;
}
.dnl .fa {
	font-size: 45px;
}
.dnl span {
	font-size: 14px
}
.sismall {
	font-size: 18px;
	line-height: 1.2;
}
.bluelink {
	color: #0084ff;
}
/* Middle */
.sc-content,
.agg-content {
	padding-top: 60px;
}
.title {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #0084ff;
}
.socials {
	background: url("img/socials.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}
ul li {
	list-style: none;
	margin-bottom: 15px;
	line-height: 1.2;
}
ul li:last-child {
	margin-bottom: 0;
}
.sc-content li span,
.agg-content li span,
.tlg-content li span,
.friend li span {
	color: #474ca3;
	font-weight: 500;
}
.fa-youtube-play,
.fa-facebook,
.fa-instagram,
.fa-twitter,
.fa-commenting-o {
	color: #bccff9;	
}
.fa-commenting-o {
	color: #7f95cc;
}
.socials .fa,
.agg-content .fa,
.forums .fa {
	width: 18px;
	text-align: center;
	margin-right: 10px;
}
.aggregators {
	padding: 40px 0;
	background: url("img/agg-left.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}
.aggregators .grid {
	grid-template-columns: 1fr 346px;	
	grid-column-gap: 20px;	
}
.aggregators .title {
	color: #444;
	margin-bottom: 15px;
}
.subtitle {
    margin-bottom: 25px;
	color: #304579;	
}
.agg-img {
	margin-top: 100px;
}
section .fa.fa-info-circle {
	color: #fc6;
	font-size: 22px;
	margin-right: 0;
	width: 22px;
	position: relative;
	top: 1px;
}
.forums {
	background: #ebf1fd;
	padding: 30px 0;
	margin: 15px 0;
}
.telegram {
	padding: 114px 0 50px;
	background: url("img/telegram.png");
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}
.tlg-img {
	position: relative;
}
.fa-paper-plane-o {
	color: #03c2dc;
	color: #03c2dc;
	height: 65px;
	float: left;
	margin-right: 5px;
	position: relative;
	top: 6px;
	opacity: 0.5;
}
.tlg-img img  {
	margin-top: -90px;
}
.tlg-info .subtitle,
.friend .subtitle {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}
.friend .subtitle {
	margin-top: 25px;
	color: #333;
}
.tlg-content .fa-check {
	font-size: 16px;
	color: #0084ff;
	margin-left: 15px;
	float: left;
	position: relative;
	top: 5px;
	margin-right: 10px;
	height: 50px;
}
.lh15 {
	line-height: 1.5;
}
.tlg-info {
	color: #fff;
	display: block;
	margin-bottom: 40px;
}
.tlg-info:last-child {
	margin-bottom: 0;
}
.tlg-info .circle {
	color: #82c76b;
	float: left;
	text-align: center;
    width: 70px;
    height: 70px;
	margin-left: 30px;
	margin-top: 30px;
    margin-right: 55px;
    line-height: 65px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    font-size: 40px;
    z-index: 9;	
}
.tlg-info .circle::before {
    width: 125px;
    height: 125px;
    position: absolute;
    content: '';
    top: -27px;
    left: -28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
}
.tlg-info .circle::after {
    width: 100px;
    height: 100px;
    position: absolute;
    content: '';
    top: -14px;
    left: -15px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1;
}
.tlg-info .fa-check {
	color: #eda1de;
}
.tlg-avas {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	clear: both;
	display: block;
	margin-bottom: 30px;
}
.tlg-avas .grid {
	grid-template-columns: repeat(8,1fr);	
	grid-column-gap: 20px;
}
.tlg-avas2 .grid {
	grid-template-columns: repeat(8,1fr);	
	grid-column-gap: 20px;
}
.tlg-avas img {
	margin-top: 20px;
	border-radius: 50%;
}
/*.telegram {
	background-size: 170% 150%;
	background-position: center;
}
.helloween {
	display: block;
	margin: 30px 0 10px;
	padding: 10px 20px;
	background: #99069e;
	color: #ffcb31;
	line-height: 1.2;
	border: 1px solid #810498;
}*/
.first-row {
	margin-top: 80px;
}
.friend {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 50px 0 50px;
	background: url("img/friend.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
.fa-user-plus,
.fa-arrow-circle-down {
	color: #bccff9;
}
.you-invite {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	color: #555;
	margin-bottom: 20px;
}
.fa-check {
	font-size: 16px!important;
}
.friend-content .fa-check,
.hm-content .fa-check{
	color: #9bd289;
}
.friend .circle {
	color: #82c76b;
	float: left;
	text-align: center;
    width: 70px;
    height: 70px;
	margin-left: 30px;
	margin-top: 30px;
    margin-right: 55px;
    line-height: 65px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    font-size: 40px;
    z-index: 9;	
}
.friend .circle::before {
    width: 125px;
    height: 125px;
    position: absolute;
    content: '';
    top: -27px;
    left: -28px;
    border-radius: 50%;
    background-color: rgba(139, 10, 153, 0.2);
}
.friend .circle::after {
    width: 100px;
    height: 100px;
    position: absolute;
    content: '';
    top: -14px;
    left: -15px;
    border-radius: 50%;
    background-color: rgba(139, 10, 153, 0.3);
    z-index: -1;
}
.howmuch {
	padding: 60px 0 80px;
	background: url("img/howmuch2-min.png");
	background-repeat: no-repeat;
}
.howmuch .grid {
	grid-template-columns: 300px 1fr;	
	grid-column-gap: 20px;
}
.hm-content p,
.hm-content ul,
.fond p,
.footer p,
.rules p {
	margin-bottom: 15px;
	line-height: 1.2;
}
.hm-content p:last-child,
.fond p:last-child {
	margin-bottom: 0;
}
.howmuch .title {
	color: #444;
}
.footer .title {
	color: #fff;
}
.fond .inner {
	color: #fff;
    border-radius: 5px;
    background-image: -webkit-gradient( linear, left top, right top, from(rgb(32, 0, 126)), to(rgb(230, 30, 182)));
    background-image: linear-gradient( 90deg, rgb(32, 0, 126) 0%, rgb(230, 30, 182) 100%);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(2, 2, 2, 0.25);
    box-shadow: 0px 10px 10px 0px rgba(2, 2, 2, 0.25);
    padding: 50px 30px;
}
.socials .shape-1,
.friend .shape-1 {
    position: absolute;
    left: 7%;
    top: 0%;
    -webkit-animation: upndown 10s linear 2s infinite;
    animation: upndown 10s linear 2s infinite; 
	opacity: .2; 
}
.socials .shape-2,
.friend .shape-2 {
    position: absolute;
    left: 2%;
    top: 10%;
    -webkit-animation: upndown 8s linear 2s infinite;
    animation: upndown 8s linear 2s infinite;
    opacity: .1;
}
.socials .shape-3,
.aggregators .shape-3,
.howmuch .shape-3 {
    position: absolute;
    right: 7%;
    bottom: 50%;
    -webkit-animation: upndown 10s linear 2s infinite;
    animation: upndown 10s linear 2s infinite; 
	opacity: .2; 
}
.socials .shape-4,
.aggregators .shape-4,
.howmuch .shape-4 {
    position: absolute;
    right: 2%;
    bottom: 45%;
    -webkit-animation: upndown 8s linear 2s infinite;
    animation: upndown 8s linear 2s infinite;
    opacity: .1; 
}
@-webkit-keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transform: translateY(200px); }
  100% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transform: translateY(200px); }
  100% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-o-keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transform: translateY(200px); }
  100% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } 
}
@keyframes upndown {
  0% {
    -ms-transform: translateY(0px);

    -webkit-transform: translateY(0px);

    transform: translateY(0px); }
  50% {
    -ms-transform: translateY(200px);

    -webkit-transform: translateY(200px);

    transform: translateY(200px); }
  100% {
    -ms-transform: translateY(0px);

    -webkit-transform: translateY(0px);

    transform: translateY(0px); } }
/* Footer */
.footer {
	padding:110px 0 60px;
	color: #fff;
	background: url("img/footer.png");
	background-repeat: no-repeat;
	background-position: top;
}
.footer .inner {
	max-width: 900px;
}
.footer a {
	display: inline-block;
	background-image: -webkit-gradient( linear, left top, right top, from(rgb(174, 14, 233)), to(rgb(46, 25, 167)));
	background-image: linear-gradient( 90deg, rgb(174, 14, 233) 0%, rgb(46, 25, 167) 100%);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
	box-shadow: 0px 10px 30px 0px rgba(21, 10, 82, 0.35);
	color: #fff;
	font-size: 17px;
	padding: 15px 25px;
	border-radius: 30px;
	margin: 42px 0 0;
	text-transform: uppercase;
	background-size: 100% auto;
}
.rules {
	margin-bottom: 50px;
}
.quote {
	padding: 15px;
	background: #ebf1fd;
	border-radius: 15px;
}
.flags {
	position: fixed;
	left: 20px;
	bottom: 20px;
}
.nlang_ru img,
.nlang_en img {
	width: 30px;
	height: auto;
	display: block;
	margin-bottom: 7px;
}
/* Landscape phones and down */
@media (max-width: 768px) {
	.grid {
		display: block;
	}
	.inner {
		padding: 0 15px;
	}
	.header {
		padding: 50px 0;
		background-position: center;
		margin-bottom: 25px;
	}
	section {
		font-size: 16px;
	}
	.intro {
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.subintro {
		font-size: 22px;
	}
	.intro,
	.title {
		font-size: 26px;
	}
	.sc-content {
		padding-top: 25px;
	}
	.agg-content {
		padding-top: 0;
	}
	.socials .fa {
		margin-right: 0;
	}
	.socials,
	.friend,
	.howmuch {
		background: none;
	}
	.agg-img {
		margin-top: 25px;
	}
	.telegram {
		padding: 0 0 30px;
		background: url("img/tlg-mob.jpg");
		background-size: 1920px 1328;
		background-position: center bottom;
	}
	.telegram > .grid {
		padding-top: 25px;
		padding-bottom: 25px;
		background: #fff;
	}
	.tlg-img,
	.tlg-info .circle {
		display: none;
	}
	.tlg-content li {
		clear: both;
	}
	.first-row {
		margin-top: 20px;
	}
	.friend {
		margin-top: 0;
		margin-bottom: 0;
		background: #f4f4f4;
	}
	.howmuch {
		padding: 25px 0;
	}
	.tlg-avas .grid {
		display: grid;
		grid-template-columns: repeat(4,1fr);	
	}
}
@media (max-width: 1679px) {
	.howmuch {
		background-position: -200px center;
	}
}
/*New year*/
.top-hyrland {
	background: url(https://img-fotki.yandex.ru/get/893194/112265771.c1d/0_df52a_bb7867fb_XL.png);background-repeat: repeat-x; position: fixed; 
	width: 100%;
	top: -60px;
	left:0;
	height: 150px;
	background-size: 30%;
}
.hpny {
	padding: 50px 0;
	background: url(img/new-year.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.hpny h2 {
	margin-bottom: 25px;
	color: #fff;
}
.hpny img {
	border: 3px solid #fff;
}
.tlg-avas2 .grid {
	gap: 20px;
}
.tlg-avas2 img {
	border-radius: 50%;
}
@media (max-width: 490px) {
	.top-hyrland {
		background-size: 100%;
	}
}
/* New year old */