@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:600,700&display=swap');

/*:root {
	--font-title: 'Caladea', serif;
	--font-text: 'Open Sans', sans-serif;
}*/
/*var(--font-title)*/

* {
	font-size: 100%;
}
html, body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #2E3645;
	line-height: 1;
}
html {
	min-height: 100%;
	height: auto;
}
body {
	background-color: #FFF;
}

/*@media (max-width: 991.98px) {
	html,body {
		font-size: 14px;
		line-height: 1.35;
	}
}
@media (max-width: 767.98px) {
	html,body {
		font-size: 12px;
		line-height: 1.2;
	}
}*/


input[type="button"]:focus, button:focus{
	outline:none;
}
input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	/*font-family: var(--font-title);*/
}

h1, .h1 {
	font-size: 2.5rem;
}
h2, .h2 {
	font-size: 2rem;
}
h3, .h3 {
	font-size: 1.75rem;
}
h4, .h4 {
	font-size: 1.5rem;
}
h5, .h5 {
	font-size: 1.25rem;
}
h6, .h6 {
	font-size: 1rem;
}


a {
	color: #2E3645;
}
a:hover {
	color: #EA412F;
	text-decoration: none;
}


/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { }
*/


.img-responsive,
.imgbox-responsive img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}
@media (max-width: 767.98px) {
	.img-responsive,
	.imgbox-responsive img {
		width: 100%;
	}
}


.image_ratio {
	width: 100%;
	*padding-top: 56.25%;
	*padding-top: 62.57%;
	overflow: hidden;
	position: relative;
}
.image_ratio._square{
	padding-top:100%;
}
.image_ratio img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
}


.image_ratio2 {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.image_ratio2::before {
	display: block;
	content: "";
}
.image_ratio2._16by9 {
	padding-top: 56.25%;
}
.image_ratio2._square {
	padding-top: 100%;
}
.image_ratio2 img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/*picture.lazy{
	opacity: 0;
	transition: opacity .3s;
}*/


@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	} to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.fadeInDown {
	animation-name: fadeInDown;
}

.is-sticky {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 9;
	background-color: rgba(255, 255, 255, 0.97);
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	-webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
	animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

/*@media (max-width: 991.98px) {
	.sticky.is-sticky {
		position: fixed;
	}
}
@media (min-width: 992px) {
	.sticky-lg.is-sticky {
		position: fixed;
	}
	.container-sticky {
		max-width: 1140px;
		margin: 0 auto;
	}
}*/


.scroll-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 999;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border-radius: 4px;
	background-color: #EA412F;
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.scroll-top.not-visible {
	bottom: -50px;
	visibility: hidden;
	opacity: 0;
}
.scroll-top i {
	line-height: 40px;
	color: #fff;
	font-size: 25px;
}

._usn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gdprChangePreferences_btn {
	display: none;
}


/*.container-main {
	background-color: #fff;
	padding-bottom: 1.875rem;
}*/
.wrapper {
	margin: 0 auto;
}



.header {
	position: relative;
	padding: 1.875rem 0;
}
@media (max-width: 767.98px) {
	.header {
		padding: 1rem 0;
	}	
}
.logo__partner {
	height: 100%;
}


.menu__lang {
	height: 100%;
}
.menu__lang a {
	font-size: 1.2rem;
	font-weight: 600;
	color: #003B6A;
	margin-top: .4rem;
}
.menu__lang a:first-of-type {
	margin-top: 0;
}
.menu__lang a:hover {
	color: #EA412F;
}
@media (max-width: 767.98px) {
	.menu__lang a {
		font-size: .8rem;
	}
}



.footer {
	background-color: #34363E;
	padding: 1.875rem .9375rem;
	margin-top: 1.875rem;
	font-size: .8rem;
}
.footer__text {
	color: #FFF;
	line-height: 1.2;
}
.footer__powered {
	color: #FFF;
	line-height: 1.2;
}
@media (max-width: 767.98px) {
	.footer {
		margin-top: 1rem;
	}
}


.icn {
	width: 80px;
	height: 80px; 
	background-image: url(../images/icn.png);
	background-repeat: no-repeat;
}
.icn-logo {
	background-position: 0px 0px;
}
.icn-partner {
	background-position: -100px 0px;
}
.icn-call {
	background-position: -200px 0px;
}
.icn-help {
	background-position: -300px 0px;
}
.icn-target {
	background-position: -400px 0px;
}
.icn-hand {
	background-position: -500px 0px;
}
.icn-news {
	background-position: -600px 0px;
}
.icn-map {
	background-position: -700px 0px;
}



.wrapblock {
	margin-top: 1.875rem;
}
@media (max-width: 767.98px) {
	.wrapblock {
		margin-top: 1rem;
	}
}
.sectionbox {
	height: 100%;
}
.sectionbox__icon {
	padding: 1rem;
}
.sectionbox__content {
	padding: 1rem;	
}
.sectionbox__title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.1;
}
.sectionbox__text {
	font-size: .8rem;
	margin-top: 1rem;
	line-height: 1.2;
}
.sectionbox__contentbox {
	display: none;
}


.__have_content .sectionbox {
	cursor: pointer;
}


.contentbox {
    display:none;
    vertical-align:top;
    width:100%;
    margin-top: 1.875rem;
}
@media (max-width: 767.98px) {
	.contentbox {
		margin-top: 1rem;
	}
}
.contentbox__wrap {
	position: relative;
}
.contentbox__close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 3rem;
	font-weight: 400;
	cursor: pointer;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
}


.bg__blue {
	background-color: #003B6A;
	color: #FFF;
}
.bg__blue2 {
	background-color: #3F86C6;
	color: #FFF;
}
.bg__red {
	background-color: #EA412F;
	color: #FFF;
}
.bg__gray {
	background-color: #D2D2D4;
	color: #003B6A;
}


.form__container {
	padding: 2rem;
}
.form__container h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.form__container p {
	font-size: 1rem;
	line-height: 1.2rem;
}
.form__container .contentbox__close {
	color: #fff;
}
.form__container.bg__gray .contentbox__close {
	color: #003B6A;
}
.form__container.bg__red a {
	color: #003B6A;
}
.form__container.bg__red a:hover {
	text-decoration: underline;
}
.form__container .btn {
	color: #fff;
	font-weight: bold;
}
.form__container.bg__gray .btn {
	color: #003B6A;
}
.form__container .label {
	*height: 100%;
	min-height: 2.375rem;
}
.form__container label {
	line-height: 1.2rem;
	font-weight: 500;
	margin: 0;
	height: 100%;
}
.form__container .radiogroup .elements input,
.form__container .checkboxgroup .elements input {
	margin: .2rem .5rem 0 0;
}


.form__container .invalid-feedback {
	margin-top: .5rem;
	padding: 0 .5rem;
	color: #EA412F;
}
.form__container .form-group .invalid-feedback {
	padding: 0;
}
.form__container .form-control.is-invalid, 
.form__container .was-validated .form-control:invalid {
    border-color: transparent;
}

.form__container .invalid-feedback {
	color: #870A30;
}
.form__container.bg__red .invalid-feedback {
	color: #003B6A;
}

.form__container.bg__red .form-check-input.is-invalid ~ .form-check-label, 
.form__container.bg__red .was-validated .form-check-input:invalid ~ .form-check-label,
.form__container.bg__red .form-check-input.is-valid ~ .form-check-label, 
.form__container.bg__red .was-validated .form-check-input:valid ~ .form-check-label {
	color: #FFF;
}

.form__container.bg__blue2 .form-check-input.is-invalid ~ .form-check-label, 
.form__container.bg__blue2 .was-validated .form-check-input:invalid ~ .form-check-label,
.form__container.bg__blue2 .form-check-input.is-valid ~ .form-check-label, 
.form__container.bg__blue2 .was-validated .form-check-input:valid ~ .form-check-label {
	color: #FFF;
}

.form__container.bg__gray .form-check-input.is-invalid ~ .form-check-label, 
.form__container.bg__gray .was-validated .form-check-input:invalid ~ .form-check-label,
.form__container.bg__gray .form-check-input.is-valid ~ .form-check-label, 
.form__container.bg__gray .was-validated .form-check-input:valid ~ .form-check-label {
	color: #003B6A;
}



.postbox a {
	text-decoration: none;
	color: #111;
	transition: all 0.1s ease;
}
.postbox__col a:hover  {
	color: #DB021B;
}
.postbox__boxtitle {}
.postbox__col {}
.postbox__wrap {
	position: relative;
}
.postbox__image {}
.postbox__image img {

}
.postbox__image-caption {}
.postbox__content {}
.postbox__content-header {}
.postbox__category {
}
.postbox__title {
	line-height: 1.2;
	font-family: var(--font-title);
}
.postbox__created {
	color: #999;
	font-size: .7rem;
}
.postbox__intro {
	line-height: 1.2;
	word-wrap: break-word;
	font-weight: 400;
}

.postbox__row {
	margin-top: 1.875rem;
}
.postbox__label {
	font-weight: 600;
	padding-right: 1rem;
}
.postbox__row {}


.postbox__value {
	font-weight: 500;
}
.postbox__value ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.bg__gray .postbox__value a {
	color: #003B6A;
	text-decoration: underline;
}
.bg__gray .postbox__value a:hover {
	color: #EA412F;
}

.postbox__valuelist {
	
}
.postbox__valuelist li {
	list-style: none;
	*margin-top: .75rem;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid rgb(0, 59, 106, .2);
}
.postbox__valuelist li:first-child {
	*margin-top: 0;
}
.postbox__valuelist li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}



.showhide {
	position: relative;
}
.showhide label {
	margin:0;
	cursor: pointer;
	width: 100%;
}
.showhide input[type="checkbox"],
.showhide ._dropicon ._up,
.showhide ._dropdown {
	display: none;
}
.showhide ._label {
	width: 90%;
	float: left;
}
.showhide ._dropicon {
	width: 10%;
	float: left;
	text-align: right;
}
.showhide ._dropicon ._up,
.showhide ._dropicon ._down {
	font-size: .8rem;
}
.showhide ._dropdown {
	margin-top: .5rem;
	padding: .5rem 0;
	*background-color: rgb(255, 255, 255, .2);
	line-height: 1.2;
}
.showhide input[type="checkbox"]:checked ~ ._dropdown {
	display: block;
}
.showhide input[type="checkbox"]:checked ~ ._text ._dropicon ._up {
	display: inline-block;
}
.showhide input[type="checkbox"]:checked ~ ._text ._dropicon ._down {
	display: none;
}

.sharebox {
	padding: 1rem 0 .5rem 0;
	font-size: 1.5rem;
}
.sharebox a {
	margin-right: .75rem;
}

.__autofill_project {
	cursor: pointer;
}



.__h1.postbox {
	margin-top: 1.875rem;
}

.__h1 .postbox__wrap {
	padding: 1.875rem;
	background-color: #F4F6F6;
}

.__h1 .postbox__image-col,
.__h1 .postbox__content-col  {
	margin-top: 1.875rem;
}
.__h1 .__first.postbox__image-col,
.__h1 .__first.postbox__content-col  {
	margin-top: 0;
}
@media (max-width: 767.98px) {
	.__h1.postbox {
		margin-top: .9375rem;
	}
	.__h1 .postbox__wrap {
		padding: .9375rem;
	}
	.__h1 .postbox__image-col {
		margin-top: .9375rem;	
	}
	.__h1 .postbox__content-col  {
		margin-top:0;
	}	
}

.__h1 .postbox__content {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
}

.__h1 .postbox__content a {
	color: #3F86C6;
}
.__h1 .postbox__content a:hover {
	color: #003B6A;
}

.__h1 .postbox__content-header {
}

.__h1 .postbox__title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.1;
}
.__h1 .__first.__large .postbox__title {
	font-size: 1.2rem;
}

.__h1 .postbox__intro {
	font-size: .8rem;
	line-height: 1.2;
	color: #737476;
	padding-top: .9375rem;
}

.__h1 .postbox__tags {
	font-size: .8rem;
	line-height: 1.2;
	color: #737476;
	margin-top: auto;
	padding-top: .9375rem;
}
.__h1 .postbox__tags a {
	color: #737476;
	font-weight: 500;
}

@media (max-width: 767.98px) {

}


/*
	.__posts .postbox__col {
	}
	.__posts .postbox__wrap {
	}
	.__posts .postbox__image img {
	}
	.__posts .postbox__content {
	}
	.__posts .postbox__content-header {
		position: relative;
	}
	.__posts .postbox__title {
	}
	.__posts .postbox__intro {
	}
*/


.posts__pagination {
	margin-top: 1.875rem;
}
.posts__pagination .pagination {
	margin: 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.posts__pagination .page-item {
	margin-right: .5rem;
	margin-bottom: .5rem;
}
.posts__pagination .page-item:last-child {
	margin-right: 0;
}
.posts__pagination .page-item:first-child .page-link,
.posts__pagination .page-item:last-child .page-link {
	border-radius: 0;
}
.posts__pagination .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin: 0;
	line-height: 1.25;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #555;
}
.posts__pagination .page-link:hover {
	border: 1px solid #bababa;
	color: #003B6A;
}
.posts__pagination .page-item.disabled .page-link {

}
.posts__pagination .page-item.active .page-link {
	border-color: #ddd;
	background-color: #fff;
	color: #003B6A;
}



.__post.postbox {
	margin-top: 1.875rem;
}
.__post .postbox__category {
	margin-bottom: .3rem;
	color: #DB021B;
}
.__post .postbox__content-header {
    position: relative;
}
.__post .postbox__title {
	font-size: 2rem;
}
.__post .postbox__created {
	margin-top: .25rem;
}
.__post .postbox__image {
	font-size: .75rem;
	line-height: 1.2;
	color: #666666;
	margin-top: 1.875rem;
}
.__post .postbox__image-caption {
	font-size: .7rem;
	line-height: 1;
	color: #666666;
	margin-top: .7rem;
}
.__post .postbox__intro {
	font-weight: 700;
	margin-top: 1.875rem;
}
.__post .postbox__content-content {
	margin-top: 1.875rem;
	line-height: 1.3;
	text-align: left;
}
.__post .postbox__content-content a {
	color: #DB021B;
}
.__post .postbox__content-content a:hover {
	text-decoration: underline;
}
.__post .embed-responsive {
	margin: 2rem 0;
}
.__post .postbox__gallery {
	margin: 2rem 0;
}
@media (max-width: 767.98px) {
	.__post .postbox__title {
		font-size: 1.4rem;
		line-height: 1.1;
	}
	.__post .postbox__intro {
		font-weight: 600;
	}
	.__post .postbox__content-content {
		margin-top: 1.875rem;
		line-height: 1.4;
	}
}

.__post .postbox__tags {
	*font-size: .8rem;
	line-height: 1.2;
	color: #737476;
	margin-top: auto;
	padding-top: .9375rem;
}
.__post .postbox__tags a {
	color: #737476;
	font-weight: 500;
}