body {
	padding: 0;
	margin: 0;	
	background-color: #ffffff;
	color: #1a1a1a;
	font-size: 14px;	
	font-family: 'Open Sans', sans-serif;
	background: url(../img/pattern.jpg) repeat center top;	
}

.navigation {
	min-width: auto;
	max-width: 1140px;
	height: auto;
	margin: 0 auto;
	padding: 0 30px;	
	display: grid;
	justify-content: center;
    grid-gap: 0px;
    grid-template-columns: auto 1fr 75px 75px;
    grid-template-rows: repeat(1, 55px);  
    margin-top: 15px; 
}

.navigation > .navigation1 {
	display: block;	
}

.icon_android {	
	display: block;
	width: calc(100px + 10vw);
  	float: right;
}

.icon_youtube {	
	color: #484543;
	display: block;
	text-decoration: none;	
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
	font-size:10px;
}

.icon_vk {	
	color: #484543;
	display: block;
	text-decoration: none;	
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
	font-size:10px;
}

.p_navigation {
	padding: 0;
	margin: 0;
}


header {	
	background: url(../img/header_background.jpg) no-repeat center top / cover;	
	display: grid;
	margin-top: 0px;
	width: auto;
}

.container{
	display: grid;
	margin: 0 auto;	
}



.title {
	font-size: calc(16px + 2vw);
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	margin-top: 10px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	
}

.h1_title {		
	margin: 0;
	font-size: calc(30px + 4vw);
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	padding-bottom:10px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);	
	
}

.button {
	background: #fed136;
	color: #484543;
	border-radius: 3px;
	display: block;
	width: 240px;
	padding: 20px 0;
	margin: 0 auto;
	text-decoration: none;	
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
	font-size:16px;	
	margin-top: 180px;
	}
.coming_soon {
	background: #fed136;
	color: #484543;
	border-radius: 3px;
	display: block;
	width: 240px;
	padding: 20px 0;
	margin: 0 auto;
	text-decoration: none;	
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
	font-size:16px;	
	margin-top:180px;	
	}
	
.wrapper {
	width: 100%;
	justify-content: center;
	display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, 270px);
    grid-template-rows: repeat(auto, 270px);
    margin-top: 15px;

}

.wrapper > .item1 {
	box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(../img/sqr_oldlike.jpg) no-repeat center top / cover;
    border-radius: 3px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.6);  
    padding: 20px;
}

.wrapper > .item2 {
	box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(../img/sqr_quiz.jpg) no-repeat center top / cover;
    border-radius: 3px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.6);  
    padding: 20px;
}

.wrapper > .item3{
	box-sizing: border-box;
	width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(../img/sqr_cbr.jpg) no-repeat center top / cover;
	border-radius: 3px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	padding: 20px; 	
}
.wrapper > .item4 {
	box-sizing: border-box;
	width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(../img/sqr_coming_soon.jpg) no-repeat center top / cover;
	border-radius: 3px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	padding: 20px; 	
}

.all_video {
	min-width: auto;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	justify-content: center;
	display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-template-rows: repeat(1, auto);  
    margin-top: 15px;    

}

.container_gp_oldlake{
    width: minmax(auto, auto);	
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}

.button_gp_oldlake {		
	background: #111;
	color: #fff;
	border-radius: 15px;
	display: block;		
	padding: 20px 0;
	margin: 0 auto;
	text-decoration: none;	
	text-align: center;
	text-transform: uppercase;	
	font-size:16px;
	padding: 15px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	}

.video_text p {
	width: minmax(auto, auto);	
	margin: 0 auto;
	margin-left: 10px;
	margin-right: 10px;
	box-sizing: border-box;
	padding: 15px;
	justify-content: center;
	background: #fed136;
	color: #484543;
	border-radius: 15px;
	display: grid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
	font-size:16px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.6);	
}

.video-responsive {
	margin-left: 10px;
	margin-right: 10px;
	position:relative;
	padding-bottom:54.25%;
	height:0;
	overflow:hidden;
	border-radius: 15px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


footer{
	margin: 0 auto;
	padding: 0;	
	display: grid;
	text-decoration: none;	
	text-align: center;
	text-transform: uppercase;	
	font-size:16px;
	margin: 50px 15px 15px 15px;
}

.title_hashtag {
	font-weight:bold;
}

.all_hashtag{
	min-width: auto;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
	justify-content: center;	 
    margin-top: 15px;
}

.hashtag{
	background: #1476ff;
	color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	display: inline-block;
	width: auto;	
	margin: 5px 5px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;	
	text-align: center;	
	font-size:16px;
	text-transform: capitalize;
}

	