* {
    box-sizing: border-box;
}
body {
	height: 100vh;
	overflow: hidden;
	position: relative;
	font-family: 'Glacial Indifference', sans-serif;
}

.page-main {
	height:100%;
	overflow-y: scroll;
	background-image: url('/dist-2/img/background_4v2.webp');
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.page-main.no-webp {
	height:100%;
	overflow-y: scroll;
	background-image: url('/dist-2/img/background_4v2.jpg');
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	width: 100%;
	padding-top: 50px;
	z-index: 99;
}

.register {
	border-radius: 36px;
	min-width: 100px;
	min-height: 36px;
	text-transform: uppercase;
	font-family: "Clear Sans";
	font-size: 18px;
	line-height: 1;
	border-color: #fff;
}

.login {
	border-radius: 36px;
	min-width: 80px;
	min-height: 36px;
	text-transform: uppercase;
	font-family: "Clear Sans";
	font-size: 24px;
	line-height: 1;
	border-color: #fff;
	border-width:3px;
	color: #002866;
	background: rgb(134,146,180);
	background: linear-gradient(0deg, rgba(134,146,180,1) 0%, rgba(255,255,255,1) 50%);
}

.logo-image {
	width: 100%;
	max-width: 85px;
}

.logo_container_2 {
	position:relative;
	top:50px;
	height:0;
	display: inline;
}

.main-container {
	width: 100%;
	max-width: 915px;
	margin: 0 auto;
}

.top-block {
	position: relative;
	height: 100%;
}

.top-block-wrapper,
.bottom-block-wrapper {
	min-height: 100vh;
	height: 100%;
	padding: 132px 0;
}

.danger-block {
	width: 100%;
	padding: 40px 30px;
	text-align: center;
}

.page-main .danger-block h1 {
	font-size: 3rem;
	font-family: "Clear Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
   	color: #102A6B;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .page-main .danger-block h1,
   .page-main.no-webp .danger-block h1 {
   		background: transparent !important;
   } 
}

.page-main.no-webp .danger-block h1 {
	font-size: 36px;
	font-family: "Clear Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 700
}

.wide-text-block {
	padding: 45px 40px 45px 45px;
	margin-bottom: 50px;
}

.text-block {
	background: #102A6B;
	color:white;
	padding: 45px 40px 45px 45px;
	border: 2px solid white;
	border-radius: 30px;
	max-width: 450px;
	box-shadow: 1px 1px white, 6px 6px #102A6B, 8px 8px white;
}

.video-block {
	background: white;
	padding: 0;
	border: 4px solid #102A6B;
	border-radius: 5px;
	max-width: 450px;
	margin-top:50px;
}

.video-placeholder-text{
	color:#102A6B;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	width: 100%;
	line-height: 250px;
	height:250px;
}

.text-block .text-block-title {
	color: white;
}

.text-block-title {
	text-transform: uppercase;
	font-family: "Clear Sans", sans-serif;
	color: #102A6B;
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 1;
	text-align: center;
}

.header-text-shadow {
	text-shadow: 2px 2px #F7F7F8;
}

.text-block-subtitle {
	text-transform: uppercase;
	font-family: "Clear Sans", sans-serif;
	color: white;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: .5px;
}

.text-block-list {
	counter-reset: list;
	margin: 20px 0 0;
	padding: 0;
}

.text-block-list-item {
	/*list-style-type: none;*/
	font-family: "Glacial Indifference", sans-serif;
	font-size: 15px;
	line-height: 1.2;
	color: white;
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
}

.text-block-list-item::before {
	/*counter-increment: list;*/
	/*content: counter(list) ".";*/
	font-family: "Clear Sans", sans-serif;
	color: white;
	font-size: 17px;
	line-height: 1;
	position: absolute;
	top: -2px;
	/*left: 0;*/
}

.register-block-wrapper {
	width: 100%;
	max-width: 350px;
	background: #ffffff;
	border-radius: 17px 17px 15px 15px;
	margin: 0 auto;
	padding: 0 0 28px;
}

.register-block-header {
	padding: 15px;
	background: #102A6B;
	border-radius: 15px 15px 0 0;
}

.register-block-logo {
	width: 100%;
	max-width: 62px;
	margin: 0 auto;
}

.register-block-title {
	width: 100%;
	font-size: 21px;
	font-family: "Clear Sans", sans-serif;
	color: #424040;
	line-height: 1;
	text-align: center;
	margin: 12px 0 0;
	text-transform: uppercase;
	padding: 0;
}

.register-block-form {
	text-align: center;
	padding: 12px 24px 0;
}

.register-block-form input[type=text],
.register-block-form input[type=email],
.register-block-form input[type=tel],
.modal-body input {
	width: 100%;
	height: 35px;
	border: none;
	background: #EDEDED;
	color: #424040;
	margin: 0 0 15px auto;
	border-radius: 5px;
	font-size: 12px;
	font-family: "Glacial Indifference", sans-serif;
	box-shadow: inset 0px -4px 4px 0px rgba(231,231,232,1);
	padding: 0 8px;
	outline-color: #424040;
}

#reminder_button{
	color: rgb(191,4,17);
}

.register-button{
	width: 100%;
	max-width: 150px;
	height: 38px;
	border-radius: 28px;
	padding: 5px;
	line-height: 1;
	font-family: "Clear Sans", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	background-color: #102A6B;
	border: none;
}

.gradient-button {
	width: 100%;
	max-width: 150px;
	height: 38px;
	border-radius: 28px;
	padding: 5px;
	line-height: 1;
	font-family: "Clear Sans", sans-serif;
	font-size: 16px;
	margin-top: 10px;
	background: rgb(191,4,17);
	background: linear-gradient(160deg, rgba(191,4,17,1) 0%, rgba(191,4,17,1) 55%, rgba(213,92,100,1) 55%, rgba(213,92,100,1) 100%);
	border: none;
}

.gradient-button:hover {
	background: rgb(213,92,100);
	background: linear-gradient(160deg, rgba(213,92,100,1) 0%, rgba(213,92,100,1) 55%, rgba(191,4,17,1) 55%, rgba(2191,4,17,1) 100%);
}

.modal-body {
	padding-left: 40px;
	padding-right: 40px;
}

/* scroll button */
.to-down {
  padding-top: 70px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 99;
  color: #102A6B;
  font-size: 1.4rem;
	font-weight: 400;
}

.to-down:hover {
	text-decoration: none;
	opacity: .5;
	color: #102A6B;
}
.to-down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@media (max-width: 992px) {
	.header {
		padding: 15px 0;
		background: #102A6B;
	}

	.page-main {
		height: 100vh;
	}

	.top-block-wrapper, .bottom-block-wrapper {
		height: auto;
		padding: 105px 0;
	}

	.bottom-block-wrapper {
		padding-top: 0;
	}

	.page-main .danger-block h1,
	.page-main.no-webp .danger-block h1 {
		font-size: 40px;
	}

	.danger-block p {
		font-size: 21px;
	}

	.text-block {
		margin: 0 auto 50px;
		padding: 30px 15px;
	}

	.video-block {
		margin: 50px auto 50px;
	}

	.danger-block {
		text-align: center;
		padding: 30px 15px;
	}

	.register-block-wrapper {
		max-width: 450px;
	}
	.modal-body {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 567px) {
	.login {
		border-radius: 20px;
		min-width: 40px;
		min-height: 25px;
		font-size:14px;
	}
	.page-main .danger-block h1, .page-main.no-webp .danger-block h1 {
		font-size: 28px;
	}
	.danger-block p {
		margin-top: 0;
		font-size: 18px;
	}

	.text-block-title {
		font-size: 28px;
	}
	.register-block-wrapper {
		margin-bottom: 15px;
	}
	.to-down {
		color: #102A6B;
	}
	.page-main{
		background-size: auto 100%;
		background-position: center right;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #102A6B;
	padding: 0 0 10px 0;
	color: #fff;
	font-size: 14px;
	margin-top: 1px;
}

#footer .footer-newsletter {
	padding: 50px 0;
	background: #D25E65;
}

#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
}

#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
}

#footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 8px;
	width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 30px;
	margin: 3px;
	background: #D25E65;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
	background: #BB1316;
}

#footer .footer-top {
	background: #D25E65;
	border-top: 1px solid #D25E65;
	border-bottom: 1px solid #BB1316;
	padding: 10px 0;
}

#footer .footer-top a {
	color: #fff;
}

#footer .footer-top a:hover {
	color: #000;
}

#footer .footer-top p {
	margin-bottom: 10px;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Raleway", sans-serif;
	color: #fff;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #545454;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #07294d;
	color: #fff;
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #093564;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	color: #07294d;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
	line-height: 26px;
}

#footer .copyright {
	text-align: center;
	padding-top: 10px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

form .loading {
	display: none!important;
	background: #fff;
	text-align: center;
	padding: 15px;
}

form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}