/* Default */

* {
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background: #b7f7ff;
}

::selection {
	background: #b7f7ff;
}

.grecaptcha-badge {
	display: none !important;
}

body {
	font-family: GoodPro-Light;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

.prevDef {
	pointer-events: none;
}

img,
header,
.bg,
.footer {
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-user-drag: none;

}

b {
	font-family: GoodPro-Medium;
	font-weight: 400;
}

a {
	-webkit-user-drag: none;
}

.ya-share2 {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	padding: 10px;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ya-share2__list_direction_horizontal > .ya-share2__item {
	display: block !important;
	margin-top: 5px !important;
}


.block {
	display: block !important;
}

.show {
	opacity: 1 !important;
}

a.link {
	border-bottom: 1px solid #000 !important;
	font-family: GoodPro-Medium !important;
	color: #000 !important;
	text-decoration: none !important;
	display: inline !important;
}

a.mail {
	color: #e23b2a !important;
	font-family: GoodPro-Medium !important;
}

.visible {
	display: block !important;
}

.text_container {
	-ms-user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
	user-select: text;
	-webkit-user-drag: none;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
}

.vertical-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

/* End default */

/* Right elements */

.library .element {
	position: absolute;
	left: 0;
	bottom: 0;
}

.library .element img {
	width: 40vw;
}

.media_about .element {
	position: absolute;
	left: -15vh;
	bottom: 5vh;
}

.media_about .element img {
	width: 50vw;
}

.news .element {
	position: absolute;
	left: -15vh;
	bottom: 5vh;
}

.news .element img {
	width: 50vw;
}

.life .element {
	position: absolute;
	right: 0;
	top: 5vh;
}

.life .element img {
	width: 35vw;
}

.heroes .element_bg {
	position: absolute;
	right: 0;
	bottom: -5vw;
}

.heroes .element_bg img {
	height: 100vh;
}

.workers .element_bg {
	position: absolute;
	right: 0;
	bottom: 15vh;
}

.workers .element_bg img {
	width: 35vw;
	height: unset !important;
}

.warriors .element_bg {
	position: absolute;
	right: 0;
	bottom: 10vh;
}

.warriors .element_bg img {
	width: 35vw;
	height: unset !important;
}


.write .element {
	position: absolute;
	right: 0;
	bottom: -5vw;
	right: -10vw;
}

.write .element img {
	width: 60vw;
}

.council .element {
	position: absolute;
	right: 0;
	bottom: calc(50% - 25vw);
}

.council .element img {
	width: 40vw;
}

.warpath .element {
	position: absolute;
	right: 0;
	top: calc(50% - 25vw);
}

.warpath .element img {
	width: 40vw;
}

.education .element {
	position: absolute;
	right: 0;
	top: calc(50% - 20vw);
}

.education .element img {
	width: 50vw;
}

.about .element {
	position: absolute;
	right: 0;
	top: calc(50% - 18vw);
}

.about .element img {
	width: 30vw;
}

.about .element_bg {
	position: absolute;
	right: 0;
	top: 80px;
}

.about .element_bg img {
	width: 100vw;
}


.vov .element_bg {
	position: absolute;
	right: 0;
	top: calc(50% - 22.5vw);
}

.vov .element_bg img {
	width: 45vw;
}

.evacuation .element_bg {
	position: absolute;
	right: 0;
	top: calc(50% - 20vw);
}

.evacuation .element_bg img {
	width: 40vw;
}

.corps .element_bg {
	position: absolute;
	right: 0;
	top: calc(50% - 20vw);
}

.corps .element_bg img {
	width: 40vw;
}

/* End right elements */

/* Header */

header {
	height: 75px;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	z-index: 1000;
}

header .logos {
	float: left;
	margin-left: 10%;
}

header .logos img {
	width: 140px;
	padding: 20px;
}

header .hamb {
	display: none;
	float: right;
	padding: 26px;
	padding-right: 0;
	margin-right: 5%;
}

header .navigation {
	float: right;
	font-family: CTCScreenBold;
	margin-right: 10%;
	overflow-x: hidden !important;
	-webkit-overflow-scrolling: touch;
}

header .navigation ul.menu {
	float: right;
	list-style: none;
}

header .navigation ul.menu a {
	text-decoration: none;
}

header .navigation ul.menu li.menu {
	display: inline-block;
	padding: 24px 20px 24px 20px;
	font-size: 16px;
	cursor: default;
	color: #000000;
}

header .navigation ul.menu li.menu a {
	text-decoration: none;
	color: inherit;
	cursor: default;
}

header .navigation ul.menu li.menu:first-child,
header .navigation ul.menu li.menu:first-child a {
	cursor: pointer;
}


header .navigation ul.menu li.menu.active {
	border-bottom: 3px solid #e23b2a;
	color: #e23b2a;
}

header .navigation ul.menu li.menu.active svg {
	fill: #e23b2a;
}

header .navigation ul.menu li.menu svg {
	margin-left: 5px;
	transition: all .3s ease;
}

header .navigation ul li > ul.submenu {
	margin-top: 24px;
	margin-left: -36px;
	list-style: none;
	position: absolute;
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

header .navigation ul li:nth-child(2) > ul.submenu {
	margin-left: -35px;
}

header .navigation ul li:nth-child(3) > ul.submenu {
	margin-left: -60px;
}

header .navigation ul li:nth-child(4) > ul.submenu {
	margin-left: -40px;
}

header .navigation ul li:nth-child(5) > ul.submenu {
	margin-left: -40px;
}

header .navigation ul.menu li.menu:hover > ul.submenu {
	visibility: visible;
	opacity: 1;
}

header .navigation ul.menu li.menu:hover svg {
	transform: rotate(180deg);
	fill: #e23b2a;
}

header .navigation ul.menu li.menu:hover {
	color: #e23b2a;
}

header .navigation ul.menu li.menu > ul.submenu li a {
	color: #808080;
	text-decoration: none;
	cursor: pointer;
}

header .navigation ul.menu li.menu > ul.submenu li a {
	text-align: center;
	padding: 12px 40px;
	background: #fff;
	display: block;
	transition: all .3s ease;
}

header .navigation ul.menu li.menu > ul.submenu li:hover a {
	background: #e23b2a !important;
	color: #ffffff;
}

header .navigation ul.menu li.menu > ul.submenu li:first-child a {
	border-top: 3px solid #e23b2a;
}

header .navigation ul.menu li.menu > ul.submenu li:nth-child(2n) a {
	background: #ededed;
}

header .navigation ul.menu li.menu > ul.submenu li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

header .navigation ul.menu li.menu > ul.submenu li.active a {
	color: #ffffff;
	background: #e23b2a;
}

/* End header */

/* Background */

.bg {
	width: 100vw;
	height: 100vh;
	background: #fff url(/assets/img/background.png) no-repeat top center;
	background-size: cover;
}

/* End background */

/* Head */

.head {
	width: 100%;
}

.head img {
	float: left;
	width: 65px;
	opacity: 0;
}

.head {
	background: url(/assets/img/star.svg) no-repeat top left;
	background-size: 65px;
}

.head h2 {
	margin: 0;
	font-size: 32px;
	font-family: CTCScreenBold;
	font-weight: 100;
	padding-top: 10px;
	margin-bottom: 5vh;
	color: #000;
}

.head h2 span {
	color: #fff;
	text-shadow: 3px 5px 5px rgba(0, 0, 0, .5);
	margin-left: 25px;
	font-size: 48px;
	border: none !important;
	padding: 0 !important;
}

/* End head */

/* Simplebar */

.simplebar-track.simplebar-vertical {
	background: #f1f1f1;
	border-radius: 5px;
	width: 5px;
}

.simplebar-scrollbar {
	left: -2px;
	right: 0;
	width: 5px;
}

.simplebar-horizontal {
	display: none;
}

.simplebar-scrollbar:before {
	top: 0 !important;
	bottom: 0 !important;
	background: #cb3324;
	background: linear-gradient(0deg, #cb3324 0%, #e23b2a 100%);
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
	opacity: 1 !important;
	width: 5px !important;
}

.simplebar-content:before {
	display: block;
	content: "";
	width: 100%;
	height: 0px;
}

.simplebar-content:after {
	display: block;
	content: "";
	width: 100%;
	height: 30px;
}

/* End simplebar */

/* Container */

.text_container {
	width: 100%;
	height: 78vh;
	overflow-x: hidden;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-right: 4vh solid #ffffff;
	border-left: 6vh solid #ffffff;
	border-top: 5vh solid #ffffff;
	border-bottom: 5vh solid #ffffff;
	margin-top: 14vh;
	position: relative;
}

.text_container .inner {
	height: 100%;
	padding-right: 5vh;
}

.text_container .transition {
	position: absolute;
	bottom: 0;
	width: calc(100% - 5vh);
	float: left;
	z-index: 1;
	height: 50px;
	background: url(/assets/img/transition.png) repeat top center;
	background-size: 25px;
}

.text_container .inner .star {
	background: url(/assets/img/star.svg) no-repeat top left;
	background-size: 20px;
}

.text_container .inner h3.star {
	display: inline-block;
	padding-left: 30px;
	font-size: 18px;
	font-family: GoodPro-Medium;
}

.text_container .inner .full_image {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

.text_container .inner .full_image img {
	width: 100%;
}

.text_container .inner a {
	color: #000;
	text-decoration: none;
	display: inline-block;
}

.text_container .inner p {
	font-size: 16px;
	text-align: justify;
	text-indent: 30px;
}

.text_container .inner a p {
	font-size: 14px;
}

.text_container .inner a p b {
	border-bottom: 1px solid #000;
	transition: all .3s ease;
}

.text_container .inner a:hover p b {
	border-bottom: 1px solid #e23b2a;
	color: #e23b2a;
}

.text_container .inner ul {
	margin-left: 30px;
}

.text_container .inner .row .image a {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 6%;
}

.text_container .inner .row .image a .overlay,
.full_image a .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(226, 59, 42, 0.8) url(/assets/img/zoom.svg) no-repeat center center;
	background-size: 3vh;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s ease;
}

.text_container .inner .row .image a:hover .overlay,
.full_image a:hover .overlay {
	opacity: 1;
}

/* End container */

/* Image into contaier */

.text_container .image_horizontal {
	background: url(/assets/img/horizontal_templ.png) no-repeat center center;
	background-size: contain;
	margin-top: 4vh;
}

.text_container .image_vertical {
	background: url(/assets/img/vertical_templ.png) no-repeat center center;
	background-size: contain;
}

.text_container .image_horizontal::after {
	content: '';
	display: block;
	height: 20px;
	margin-top: -8vh;
}

.text_container .image_horizontal_template {
	text-align: center;
	margin-top: 4vh;
}

.text_container .image_horizontal .image {
	text-align: center;
}

.text_container .image_horizontal .image img {
	max-width: 100%;
	max-height: 300px;
	border: 5px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.text_container .image_horizontal .image a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	position: relative;
	width: auto;
}

.text_container .image_horizontal .image a .overlay {
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(226, 59, 42, 0.8) url(/assets/img/zoom.svg) no-repeat center center;
	background-size: 3vh;
	top: 0;
	left: 0;
	border-radius: 5px;
	opacity: 0;
	transition: opacity .3s ease;
}

.text_container .image_horizontal .image a:hover .overlay {
	opacity: 1;
}

.text_container .image_horizontal .description {
	position: relative;
	top: -6vh;
	left: 30%;
	width: 50%;
	height: 100%;
	display: inline-block;
	color: #000;
	background: url(/assets/img/horizontal_templ_text.png) no-repeat;
	background-size: cover;
	font-family: GoodPro-BLack;
	font-style: normal;
}

.text_container .image_horizontal .description_text {
	width: 75%;
	font-size: 0.7em;
	padding: 0px;
	opacity: .8;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: flex;
	height: 100px;
	margin-left: 15%;
}

/* End image into container */

/* Footer */

.footer {
	position: absolute;
	width: 100%;
	height: 5vh;
	bottom: 0;
	left: 0;
	text-align: center;
}

.footer p {
	font-size: 12px;
	color: #808080;
	display: inline-block;
	font-family: GoodPro-Medium;
}

.footer a {
	color: #000;
	text-decoration: none;
	margin-left: 30px;
	display: inline-block;
	opacity: .8;
	transition: all .3s ease;
}

.footer a:after {
	height: 1px;
	width: 0%;
	background: #000;
	display: block;
	left: 50%;
	content: "";
	position: relative;
	transition: all .3s ease;
}

.footer a:hover {
	opacity: 1;
}

.footer a:hover:after {
	width: 100%;
	left: 0;
}

/* End footer */

/* Privacy */

.privacy {
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: #fff;
	top: 0;
	z-index: 2000;
	left: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none;
}

.privacy a.close {
	position: absolute;
	top: 3vh;
	right: 5%;
	-webkit-filter: grayscale();
	filter: grayscale();
	z-index: 2001;
}

.privacy a.close img {
	width: 20px;
}

.privacy h2 {
	font-size: 24px;
	margin-top: 10vh;
	margin-bottom: 5vh;
	font-family: CTCScreenBold;
}

.privacy h3 {
	margin-top: 5vh;
	margin-bottom: 2vh;
	text-align: left;
	font-family: GoodPro-Medium;
}

.privacy p {
	text-align: justify;
}

.privacy ul {
	margin-left: 21px;
}

.privacy ul li {
	text-align: justify;
	list-style: decimal;
}

.privacy:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 10vh;
	background: #fff;
}

/* End privacy */

/* Image popup */

.dark.show,
.pop_modal.show {
	opacity: 1;
}

.dark {
	width: 100%;
	min-height: 100%;
	background: url(/assets/img/popup_bg.jpg) top center / cover;
	opacity: 1;
	overflow: hidden;
	position: fixed;
	z-index: 1000;
	opacity: 0;
	top: 0;
	transition: opacity .3s ease;
}

.pop_modal {
	width: 100%;
	height: 100.1%;
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2000;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
}

.pop_modal .image {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 10px solid #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.pop_modal .image img {
	max-height: 70vh;
	display: inline-block;
	max-width: 90vw;
	border-radius: 12px;
	padding: 5px;
}

.pop_modal .info {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	left: 0;
	margin: 0 auto;
	z-index: 1200;
	font-size: 16px;
	text-align: center;
	font-family: GoodPro-Medium;
	background: #fff;
	color: #000;
	padding-right: 5%;
	padding-left: 5%;
}


.pop_modal .info span {
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 20px 5%;
}

.pop_modal .arrows {
	position: absolute;
	width: 100%;
	top: calc(50% - 130px);
	height: 200px;
	z-index: 2001;
	left: 0;
}

.pop_modal .arrows a {
	position: absolute;
	display: inline-block;
	padding: 100px 30px;
	background: #fff;
	opacity: .4;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	transition: opacity .3s ease;
}

.pop_modal .arrows a:hover {
	opacity: 1;
}

.pop_modal .arrows a::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 30px;
	background: url(/assets/img/popup_arrow.svg) no-repeat 0 0;
	background-size: 15px;
	position: absolute;
	top: calc(50% - 12.5px);
	left: calc(50% - 11px)
}

.pop_modal .arrows a.prev {
	left: 0;
	top: 0;
}

.pop_modal .arrows a.next {
	right: 0;
	top: 0;
	transform: rotate(180deg)
}

.pop_modal a.close {
	display: block;
	width: 25px;
	height: 25px;
	z-index: 2000;
	background: url(/assets/img/popup_close.svg) no-repeat 0 0;
	background-size: 25px;
	position: fixed;
	opacity: .5;
	top: 2%;
	right: 2%;
	transition: opacity .3s ease;
}

.pop_modal a.close:hover {
	opacity: 1 !important;
}

/* End image popup */
