* {
	box-sizing: border-box;
}

@keyframes clring {
	0% {
		background-color: rgba(0, 225, 255, 0);
		border: 1px solid #ffffff;
	}
	50% {
		background-color: rgba(0, 225, 255, 0.1);
		border: 1px solid #00e1ff;
	}
	100% {
		background-color: rgba(0, 225, 255, 0);
		border: 1px solid #ffffff;
	}
}

body {
	margin: 0;
	padding: 0;
	font-family: Roboto;
}
.miniheader {
	position: fixed;
	width: 100%;
	top: -100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #4d8dd5;
	transition: 0.25s ease top;
}
.header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 500px;
	background: url("/images/gg.jpg");
	background-position: center;
	background-size: cover;
	color: #fff;
}
.inner-header {
	padding: 0 24px;
	max-width: 700px;
}
.header-title {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 500;
}
.header-text {
	font-size: 20px;
	line-height: 1.5;
}
.header-link {
	display: inline-block;
	padding: 8px 16px;
	font-size: 20px;
	line-height: 1.5;
	border-radius: 7px;
	background-color: rgba(0, 225, 255, 0);
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	animation: clring infinite 1.25s ease;
}
.header-link:hover {
	color: #3e89dc;
	background: #fff;
	animation: none;
}

.header-title,
.header-text,
.header-link {
	margin: 20px 0;
}

.section {
	padding: 75px 0;
}
.inner-section{
	padding: 0 20px;
	margin: auto;
	max-width: 600px;
}
.section-title {
	text-align: center;
	color: #3e89dc;
	margin: 0 0 10px 0;;
    font-size: 32px;
}
.section-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #252525;
}
.s-p {
	margin-bottom: 24px;
}

.footer {
	background: #222;
	display: flex;
	justify-content: space-between;
}
.footer-text,
.footer-link {
	color: #fff;
	text-decoration: none;
	margin: 36px;
}

img {
	margin: 0 0 36px 0;
}

.w-90 {
	width: 90%;
}
.w-100 {
	width: 99%;
}

.text-center {text-align: center;}
.text-bold {font-weight: 600;}

.bg-clr-1 { background: #fafaff; }
.bg-clr-2 { background: #f0f0ff; }



@media (max-width: 576px) { 
	.header-header {
		font-size: 34px;
	}
	.section {
		padding: 50px 0;
	}
	.footer-text,
	.footer-link {
		margin: 24px 12px;
	}
}

@media (max-width: 768px) {}

@media (max-width: 992px) {}

@media (max-width: 1200px) {}



/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
