@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@300&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
section#top {
	background:#1461E6
}
.bgTop {
	width: 100vw;
	height: 160vw;
	position: relative;
	background: url(../img/bg_star.png) repeat-y 50% 50%, url(../img/bg_mask.png) repeat 50% 50%, url(../img/bg_col.png) repeat-y 50% 50%;
	background-position: center;
	background-size: 330vw auto;
	z-index: 2;
	animation: topfadeIn .7s ease-in-out forwards;
}
.grd {
	width: 200vw;
	height: 200vw;
	position: relative;
	background: repeating-conic-gradient( #FF6600 0deg, #17CFB5 5deg, #FF6600 36deg, #FF6600 72deg );
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	transform: translate(-50%, -50%);
	animation: grdfadeIn 1s ease-out forwards 1s, grdrotateGradient 16s linear infinite;
	z-index: 1;
}
section#top {
	margin: -30vw 0 0;
	width: 100vw;
	height: 160vw;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: logofadeIn .5s ease-in-out forwards;
}
.logo img {
	width: 60vw;
	height: auto;
	max-width: 420px;
	image-rendering: smooth;
	image-rendering: -webkit-optimize-contrast;
}
/*RBs_wrap*/
.RBs_wrap {
	position: absolute;
	right: 0;
	top: calc(-20vw + 5vw);
	width: 24vw;
	height:16vw;
	font-size: 1.6vw;
	transition: all 1s ease;
	z-index:  20;
	max-width: 300px;
	max-height: 200px;
}
.rb26 {
	position: absolute;
	left: calc(50% - 30vw - 65px );
	top: calc(50% + 25vw);
	width: 130px;
	height: 30px;
	z-index: 10;
	opacity: 	0.8;
	transition: top 0.5s ease, left 0.5s ease;
	animation: topfadeIn .7s ease-in-out forwards;
}
.rb26::after {
	 content: "";
	 position: absolute;
	 bottom: -18px;
	 right: 16px;
	 width: 100%;
	 height: 100%;
	 background: url(../img/logo2026.png) no-repeat left;
	 transform: rotate(-45deg);
	 background-size: 20px auto;
}
.rb26 p {
	color: #1461E6;
	font-family: "Smooch Sans", sans-serif;
	font-weight: 300;
	font-size: 10px;
	line-height: 1;
	opacity:0.6;
	transform: rotate(-45deg);
}
.RBs_wrap img {
	width: 100%;
}
section#TopNewsBlock {
	margin: -30vw 0 0;
	z-index:   3;
}
@media screen and (min-width: 768px) {
	 section#top, .bgTop {
	 margin: 0 auto;
	 width: 100%;
	 height: 700px;
	 background-size: auto 330%;
	}
	.logo img {
	 width: 420px;
	 height: 420px;
	}
	.RBs_wrap {
	 position: absolute;
	 right: 0;
	 top: calc(-20vw + 5vw);
	 width: 30vw;
	 height: 20vw;
	 max-width: 200px;
	 max-height: 135px;
	}
	 section#TopNewsBlock {
	 margin: -100px 0 0;
	}
	 .rb26 {
	 left: 26px;
	 top: calc(50% + 110px);
	}
	.rb26 p {
	 transform: rotate(-23deg);
	}
	 .rb26::after {
	 bottom: -18px;
	 right: 16px;
	 transform: rotate(-21deg);
	 background-size: 20px auto;
	}
}
 @media screen and (min-width:1024px) {
	 .RBs_wrap {
	 position: absolute;
	 right: 0;
	 top: calc(-200px + 80px);
	 width: 210px;
	 height: 140px;
	}
	 .rb26 p {
	 transform: rotate(-21deg);
	}
	}
	 @media screen and (min-width: 1280px) {
	.rb26 {
	 top: calc(50% + 126px);
	 left: calc(50% - 480px - 7vw);
	}
	 .rb26 p {
	 transform: rotate(-21deg);
	}
}
@media screen and (min-width:1400px) {
	 section#top, .bgTop {
	 margin: 0 auto;
	 width: 100%;
	 height: 700px;
	 background-size: 2400px auto;
	}
}

/*animation*/
 @keyframes logofadeIn {
 0% {
 transform: translate(-50%, -50%) scale(0.9);
 opacity: 0;
}
50% {
 transform: translate(-50%, -50%) scale(0.9);
 opacity: 1;
}
 90% {
 transform: translate(-50%, -50%) scale(1.05);
 opacity: 1;
}
 100% {
 transform: translate(-50%, -50%) scale(1);
}
}
@keyframes topfadeIn {
0% {
 opacity: 0;
 transform: scale(0.8);
}
 50% {
 opacity: 1;
 transform: scale(1.15);
}
 100% {
 transform: scale(1);
}
}
@keyframes grdfadeIn {
 0% {
 opacity: 0;
 visibility: visible;
}
 100% {
 opacity: 1;
 visibility: visible;
}
}
@keyframes grdrotateGradient {
 0% {
 transform: translate(-50%, -50%) rotate(0deg);
}
 100% {
 transform: translate(-50%, -50%) rotate(360deg);
}
}
@keyframes rb26fadeIn {
 0% {
 opacity: 0;
 visibility: visible;
}
 100% {
 opacity: 0.9;
 visibility: visible;
}
}
