*{
	margin: 0;
	padding: 0;
}
body{
	color: #282528;
	font-family: 'Open Sans', sans-serif;
}
.join-text {
	padding-left: 35px;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 10px!important;
}
.join-num {
	border: 2px solid #cc0000;
	border-radius: 50%;
	font-size: 20px;
	color: #cc0000;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: -4px;
}
.join-but {
	display: block;
	max-width: 220px;
	margin: 0px auto 20px;
	animation: rocking 2s infinite;
        animation-timing-function: ease;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition: .2s;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 10px 10px;
    font-weight: 300!important;
    text-align: center;
    color: #fff;
}
@keyframes rocking{0%{transform:rotate(0deg)}25%{transform:rotate(0deg)}50%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}100%{transform:rotate(0deg)}}
.join-but:hover{animation:none !important}
.join-but.tg {
color: rgb(48, 99, 211);
font-weight: 600;
background-color: rgb(255, 255, 255);

}
.join-but.tg {
	background: #0088cc; color: #fff;
}
.join-but.yt {
	background: #c4302b; color: #fff;
}
.join-but.ig {
	background: #833ab4; color: #fff;
}
.join-but.fb {
	background: #3b5998; color: #fff;
}
a,a:hover,a:active,a:focus{
	text-decoration: none;
}
.center-main-block{
	max-width: 1200px;
	margin: 0 auto;
}
.flex-block{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

header{
	background: #75909e;
	background-image: url(img/back_2.jpg);
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	color: #ffffff;
}
header .center-main-block{
	padding-top: 10px;
	padding-bottom: 50px;
	background: linear-gradient(90deg,transparent,RGBA(0,0,0,0.5),transparent);
}
header img{
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
h1{
	max-width: 900px;
	margin: 0 auto 14px;
	text-align: left;
	font-family: Ubuntu, sans-serif;
	font-size: 1.15em;
	font-weight: 500;
}
header .center-main-block>span{
	margin-top: 6px;
	display: inline-block;
	font-size: 1.4em;
	color: #f33d4a;
	font-weight: bold;
}
header .center-main-block>p{
	font-size: 1em;
	color: #1ab798;
	font-weight: bold;
	margin-bottom: 8px;
}
header h2{
	max-width: 100%;
	width: 568px;
	background: #ffffff;
	display: inline-block;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 6px;
	border: 3px solid #d49e5a;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: none;
	color: #1e1e1e;
	font-family: Ubuntu, sans-serif;
	font-size: 1.7em;
	font-weight: bold; 
}
header figure{
	max-width: 100%;
	margin: 0 auto;
	width: 568px;
	height: 320px;
	border: 3px solid #d49e5a;
	border-top: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
header iframe{
	width: 100%;
	height: 100%;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
/* Timer */
.timer{
	display: inline-block;
	margin-bottom: 2px;
	padding: 0 14px 12px;
	background: #ffffff;
	border: 3px solid #d49e5a;
	border-radius: 12px;
}
.timer p{
	margin-bottom: 6px;
	color: #1e1e1e;
	font-size: 1.375em;
	font-weight: bold;
}
#CDT {
    font-size: 24px;
    color: #f33d4a;
    font-weight: bold;
}
#CDT:after{
	content: " ";
	display: table;
	clear: both;
	float: none;
}
#CDT .number-wrapper {
	margin-right: 4px;
    position: relative;
}
#CDT .number {
    display: inline-block;
    float: left;
    background-clip: padding-box;
    padding: 0 12px;	
    text-align: center;
}
#CDT .caption{
	display: inline-block;
}


.main-block-1{
	padding: 50px 0;
	text-align: center;
}
.main-block-1 h2{
	display: inline-block;
	margin: 0 10px;
	color: #1ab798;
	font-family: Ubuntu, sans-serif;
	font-size: 1.75em;
}
.line{
	position: relative;
	top: -7px;
}
.main-block-1 article{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	width: 30%;
	border: 2px solid #d49e5a;
	border-radius: 12px;
	box-shadow: 3px 3px 6px 2px #747474;
}
.main-block-1 figure{
	width: 100%;
}
.main-block-1 figure img{
	padding-top: 15px;
	width: 80%;
	border-radius: 12px;
}
.main-block-1 figcaption{
	line-height: 1;
	margin-top: -40px;
	padding: 0;
	font-size: 1.4em;
}
.main-block-1 article p{
	font-family: Ubuntu, sans-serif;
	font-weight: bold;
	line-height: 1.4;
}
.main-block-1 article span{
	display: inline-block;
	font-weight: 600;
}
.main-block-1 article span:nth-of-type(1){
	margin-top: 4px;
	text-decoration: line-through #f33d4a;
}
.main-block-1 article span:nth-of-type(2){
	position: relative;
	top: 1px;
	margin-left: 10px;
	color: #f33d4a;
	font-size: 1.2em;
}
.main-block-1 a{
	display: inline-block;
	margin: 25px 0;
	background: #d49e5a;
	padding: 9px 14px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 0.4s linear;
}
.main-block-1 a:hover{
	transition: all 0.4s linear;
	transform: scale(1.03);
	background: #f33d4a;
}

.main-block-2{
	text-align: center;
	padding: 40px 0;
	background: #d49e5a linear-gradient(45deg,#d49e5a,#e79c3e);
	background-image: url(img/back_3.jpg);
	color: #ffffff;
}
.main-block-2 div{
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto;
	font-family: Ubuntu, sans-serif;
}
.main-block-2 h2{
	margin: 0 10px;
	display: inline-block;
	color: #1f1f1f;
	font-size: 1.75em;
	margin-bottom: 15px;
}
.main-block-2 .line{
	margin-right: 0;
	border: none;
	box-shadow: none;
}
.main-block-2 a:nth-of-type(1){
	float: left;
}
.main-block-2 img{
	max-width: 100%;
	margin-top: 10px;
	margin-right: 40px;
	border-radius: 8px;
	border: 2px solid #ffffff;
	transition: all 0.4s linear;
}
.main-block-2 i{
	margin: 35px 0 20px -10px;
}
.main-block-2 a{
	color: #ffffff;
	font-size: 1.75em;
	transition: all 0.4s linear;
}
.main-block-2 a:nth-of-type(3){
	display: inline-block;
	margin-top: 30px;
	background: white;
	color: #d49e5a;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 14px;
	border-radius: 10px;
	transition: all 0.4s linear;
}
.main-block-2 a:nth-of-type(3):hover{
	transition: all 0.4s linear;
	background: #f33d4a;
	color: #ffffff
}
.main-block-2 a:hover{
	transition: all 0.4s linear;
	color: #f33d4a;
}
.main-block-2 a:hover img{
	transition: all 0.4s linear;
	opacity: 0.9;
}

.main-block-3{
	padding: 50px 0;
	text-align: center;
}

.main-block-3 h2{
	margin: 0 10px 15px;
	display: inline-block;
	color: #1ab798;
	font-family: Ubuntu, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
}
.main-block-3 span{
	color: #f33d4a;
	font-size: 1.125em;
	font-weight: bold;
}
.main-block-3 a{
	display: inline-block;
	margin: 25px 0;
	background: #f33d4a;
	padding: 9px 14px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: 500;
	transition: all 0.4s linear;
	animation: button 1.6s ease-in-out infinite;
}
.main-block-3 a:hover{
	transition: all 0.4s linear;
	animation-play-state: paused;
	background: #17d0ac;
}
@keyframes button{
	0%{transform: scale(1);}
	50%{transform: scale(1.05);}
	100%{transform: scale(1);}
}
.main-block-3 p{
	margin: 0 auto;
	padding: 15px 20px;
	max-width: 760px;
	color: #282528;
	font-size: 1.125em;
	line-height: 36px;
	border: 3px solid #d49e5a;
}

#scroll-up{
	display: inline-block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border: 2px solid #1ab798;
	border-radius: 50%;
	color: #1ab798;
	padding: 12px 17px;
	transition: all 0.3s linear;
}
#scroll-up a{
	background: green;
}
#scroll-up:hover{
	transition: all 0.3s linear;
	background: #1ab798;
	color: #ffffff;
}

.foot {
  padding: 20px 0 30px;
  color: #ddd;
  font-size: 14px;
  background-color: #424242; }
  .foot p {
    margin: 0; }
  .foot a {
  	text-decoration: none;
    display: inline-block;
    color: #ddd;
    opacity: 0.7; }
    .foot a:hover {
      color: #6f6f6f;
      opacity: 1; }
  .foot ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .foot ul li {
      display: inline-block;
      margin: 0 10px;
      font-size: 14px; }
      .foot ul li:before {
        display: none; }
      .foot ul li a {
        transition: 1s; }
        .foot ul li a:hover {
          transform: scale(1.2); }
.left { float: left; }
.right { float: right; }



@media screen and (max-width: 1200px){
	.center-main-block{
		padding-left: 3%;
		padding-right: 3%;
	}
}
@media screen and (max-width: 800px){
	.flex-block{
		flex-direction: column;
		align-items: center;
	}
	.main-block-1 article{
		min-width: 288px;
	}
	.main-block-2{
		text-align: center;
		padding: 40px 0;
	}
	.main-block-2 h2{
		margin: 0 10px;
		margin-bottom: 15px;
	}
	.main-block-2 .line{
		margin-bottom: 0;
	}
	.main-block-2 a:nth-of-type(1){
		float: none;
	}
	.main-block-2 a:after{
		display: table;
		content: " ";
		clear: both;
		float: none;
	}
	.main-block-2 img{
		margin-right: 0px;
		margin-bottom: -20px;
	}
	.main-block-2 i{
		display: none;
	}
}
@media screen and (max-width: 625px){
	header figure{
		width: 94vw;
		height: 53vw;
	}
	.line{
		display: none;
	}
	#CDT{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media screen and (max-width: 600px){
	#scroll-up{
		display: none;
	}
}
@media screen and (max-width: 432px){
	header h2{
		font-size: 2em;
	}
	.foot{
		text-align: center;
	}
	.foot ul {
    	padding-top: 10px;
	}
	.left{
		float: none;
	}
	.foot a{
		float: none;
		display: block;
		padding-top: 10px;
	}
}