<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

*, *:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

blockquote, q {
	quotes: none;
}
ol, ul {
	list-style: none;
}
input {
	vertical-align: middle;
}
table, th, td {
	border: 0 none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	padding: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td {
	vertical-align: top;
}
th {
	vertical-align: top;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #1a1a1a;
}



html, body {
	height: 100%;
	font-family: 'Fira Sans', sans-serif;
}



.layout_main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.articles_list {padding-top: 24px;}

.article {display: flex; flex-direction: row; flex-wrap: nowrap; padding-bottom: 24px; position: relative;}

.article_content {background: #e8821a; height: 305px; width: calc(100% - 500px); padding: 40px 40px; order: 1;}
.article_img {width: 500px;  background-size: cover; background-position: center center; margin-right: 0; order: 0;}
.article_header {font-size: 34px; color: #fff; font-weight: 800;}
.article_header a {color: #fff;}
.article_header a:after {position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; z-index: 1;}
.article_info {font-size: 13px; color: #fff; margin-top: 20px;}
.article_arrow {position: absolute; left: 40px; bottom: 25px; width: 34px; height: 34px;  background-image: url(../i/arrow_s.svg); background-size: 34px 34px; background-repeat: no-repeat;}

.article_content:hover .article_header  {opacity: 0.8;}

.articles_list .article:nth-child(2n) .article_img {order: 1; margin-right: 0px;}
.articles_list .article:nth-child(2n) .article_content {order: 0;}

.articles_list .article:nth-child(2) .article_content {background: #f2ad00;}
.articles_list .article:nth-child(3) .article_content {background: #eb6a09;}
.articles_list .article:nth-child(4) .article_content {background: #e8821a;}
.articles_list .article:nth-child(6) .article_content {background: #f2ad00;}

.header_main {position: relative; overflow: hidden; }
.header_main video {-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); position: absolute; left: 50%; top: 50%; width: 100%; height: auto;}

.header_main_img {height: 700px;  background-image: url(../img/main_h.jpg); background-color: #f1f1f1;  background-position: center center; background-position: bottom 0 right -120px; background-repeat: no-repeat;}
.header_main_bg {position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto;}

.header_main_content {position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; padding: 60px 40px;}
.header_main_content .header_main_header {font-size: 130px; color: #e36612; font-weight: 800; text-transform: uppercase; line-height: 1em; position: relative; top: 50%; transform: translateY(-50%);}
.header_main_header &gt; span {display: block; font-size: 72px; line-height: 0.95em;}
.header_main_description {font-size: 12px; text-transform: uppercase; color: #54514c; margin-top: 0; position: absolute; bottom: 40px; left: 40px;}
.header_logo_img {margin-top: 10px;}

.header_main_info {color: #fff; position: absolute; bottom: 60px; left: 30px; width: 40%; line-height: 1.4em;}
.header_main_logo {position: relative; top: 15px; right: 0;}
.header_main_logo a:nth-child(1) img {width: 100px; height: auto;}
.header_main_logo a:nth-child(2) {margin-left: 15px;}
.header_main_logo a:nth-child(2) img {width: 150px; height: auto;}

.header_article {position: relative;}
.header_article_img {height: 700px; background-size: cover; background-position: center center;}
.header_article_bg {background-color: rgba(0, 0, 0, 0.26); position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto;}
.header_article_bg2 {background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto;}

.header_article_content {position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; padding: 30px 40px;}
.header_article_content .header_article_header {font-size: 24px; color: #fff; font-weight: 800; text-transform: uppercase; line-height: 1em;}
.header_article_content .header_article_header a {color: #fff;}
.header_article_content .header_article_description {font-size: 12px; text-transform: uppercase; color: #fff; margin-top: 5px;}

.header_article_info {color: #fff; position: absolute; bottom: 20px;  left: 0; width: 100%; z-index: 6;}
.header_article_logo {position: relative; top: 10px; right: 0;}
.header_article_logo a:nth-child(1) img {width: 90px; height: auto;}
.header_article_logo a:nth-child(2) {margin-left: 14px;}
.header_article_logo a:nth-child(2) img {width: 140px; height: auto;}

.header_article_width {max-width: 980px; margin: 0 auto; padding: 30px 30px;}
.header_article_title {font-size: 54px;}
.header_article_title_info {font-size: 14px; padding-top: 8px;}

.article_inner {margin: 30px 0 120px 0; font-size: 18px; line-height: 1.4em;}
.article_inner_width {max-width: 980px; margin: 0 auto; padding: 0 30px;}
.article_inner p {padding: 10px 0;}
.article_inner h3 {font-size: 32px; padding: 20px 0 20px 0; line-height: 1.1em;}
.article_inner a {color: #e36612; border-bottom: #e36612 1px solid;}

.about {background: #f1f1f1; padding: 60px 40px 100px 40px; line-height: 1.4em;}
.about_title {font-size: 22px; text-transform: uppercase; padding-bottom: 20px; font-weight: 800;}
.about p {padding-bottom: 25px; /*width: 70%;*/ font-size: 19px;}
.about a {color: #e36612; border-bottom: #e36612 1px solid;}

.about_content {/*max-width: 940px;*/ margin-left: auto; margin-right: auto;}

.copy {font-size: 14px; padding: 60px 40px 80px 40px;}

.copy_content {/*max-width: 940px;*/ margin-left: auto; margin-right: auto; color: #54514c;}

.europe_main {background: #064a8b; margin-bottom: 30px; padding: 10px 24px 7px 40px;}

.selection {background: #fbe1ce; padding: 30px 20px!important; margin: 10px -20px; font-size: 19px; line-height: 1.3em;}



.post__social_top {}
.post__social__item {display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
	background: #064a8b;
	border: none;
    margin: 25px 8px 0 0;
text-align: center;
cursor: pointer;}

.post__social__item &gt; span {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: 5px;
}

table, td {vertical-align: top;}

table {border-collapse: separate; border-spacing: 0;}

table, th, td {border: 0;}

.top_all_sections {
    float: left;
    margin: 0 15px 0 0;
    cursor: pointer;
    position: relative;
    font-size: 0;
}

.top_all_sections .top_menu__link {
    display: inline-block;
    font-size: 20px;
    height: 34px;
    text-align: center;
    vertical-align: top;
    color: #111;
}

.top_all_sections .icon-menu {
    display: inline-block;
    width: 25px;
    height: 24px;
    padding: 0;
    position: relative;
}

.top_all_sections span {
    line-height: 1.6em;
    vertical-align: top;
}

.top_all_sections .icon-menu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    top: 9px;
    left: 0px;
    box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
}

.modal_local {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 999;
    display: none;
    width: calc(100%);
    min-width: 300px;
    margin: 0;
    background: #111;
    background: rgba(255,255,255,1);
    padding: 40px 0 60px 0;
    -webkit-box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.12);
}

.close-link-menu {
    width: 60px;
    text-align: center;
    float: right;
}

.wide-nav {
    text-align: left;
}

.all-menu__main {
    font-size: 18px;
	line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    vertical-align: top;
}

.all-menu__main__item {
    padding: 5px 0;
    border-top: #cfddeb 1px solid;
}

a {
    text-decoration: none;
    color: #1a1a1a;
}

.all-menu__sections {
    font-size: 18px;
	line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    vertical-align: top;
}

.all-menu__sections__item {
    padding: 5px 0;
    border-top: #cfddeb 1px solid;
}

.all-menu__additional {
    font-size: 11px;
	line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: 27%;
    vertical-align: top;
}

.all-menu__additional__item {
    padding: 3px 0 2px 0;
    border-top: #cfddeb 1px solid;
}

.all-menu__sections__link {
    color: #074b8c;
}

.all-menu__additional__link_active {
    color: #900022;
}

.modal_menu a:hover {
    opacity: 0.85;
}

.icon--cross {
    padding: 15px;
}

.icon--cross .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #111;
}

.icon--cross&gt;.icon-bar {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
}

.icon--cross&gt;.icon-bar+.icon-bar {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tpic {padding: 20px 0;}
.tpic img {width: 100%; height: auto;}
.tpic_text {font-size: 16px; color: #298796; padding-top: 8px;}

.e_logo {padding: 16px 6px 14px 6px;}
.e_logo_h {width: 100%; max-width: 320px; margin-left: auto; margin-right: auto;}
.e_logo_h img {width: 100%; height: auto;}


.about_social {float: right; position: relative; top: -26px;}
.about_social a {color: #111; border: none; font-weight: bold; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.about_social img {margin-right: 7px;}


@media screen and (max-width: 1480px) {
.header_main_img {height: 700px;  background-color: #f1f1f1;  background-position: center center; background-position: bottom 0 right -180px;}
}

@media screen and (max-width: 1280px) {
	.header_main_content .header_main_header {font-size: 94px;}
    .header_main_header &gt; span {font-size: 54px;}
    .header_main_logo a:nth-child(2) {margin-left: 15px;}
	.header_main_logo a:nth-child(2) img {width: 150px; height: auto;}
    .article_header {font-size: 28px;}
}

@media screen and (max-width: 1120px) {
	.article_img {width: 350px;}
	.article_content {width: calc(100% - 350px);}
	.header_main_info {width: 85%;}
	.about p {width: 100%;}
	.header_main video {-webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); position: absolute; left: 50%; top: 50%; height: 100%; width: auto; }
    .header_main_img {height: 700px;  background-color: #f1f1f1;  background-position: center center; background-position: bottom 0 right -120px; background-repeat: no-repeat; background-size: 1400px;}
}

@media screen and (max-width: 940px) {
.header_main_img {height: 700px;  background-color: #f1f1f1;  background-position: center center; background-position: bottom 0 right -120px; background-repeat: no-repeat; background-size: 1200px;}
    .header_main_content .header_main_header {top: 100px;}
}


@media screen and (max-width: 840px) {
	.header_main_img {height: 600px;}
	.header_main_content .header_main_header {font-size: 70px;}
    .header_main_header &gt; span {font-size: 40px;}
	.europe_main {margin-bottom: 20px;}
	.header_main_logo {position: relative; padding: 0; top: 15px; right: 0px;}
	.header_main_content {padding: 40px 30px; }
	.header_article_content {padding: 30px 30px; }
	.articles_list {padding-top: 20px;}
	.article {flex-wrap: wrap;}
	.article_img {width: 100%; height: 305px;}
	.article_img {margin: 0;}
	.article_content {width: 100%;}
	.article_content {padding: 35px 30px;}
	.article_arrow {left: 30px;}
	.articles_list .article:nth-child(2n) .article_img {order: 0; margin-right: 0px; margin-left: 0;}
    .articles_list .article:nth-child(2n) .article_content {order: 1;}
	.europe_main {padding: 10px 30px 7px 30px;}
	.about {padding: 50px 30px 80px 30px;}
	.copy {padding: 50px 30px 80px 30px;}
	.header_article_title {font-size: 42px;}	
	.all-menu__main, .all-menu__sections {width: 100%;}
	.all-menu__additional {display: none;}
    .about_social {float: none; position: relative; top: 10px;}
    .about p {font-size: 16px;}
}
	
	
	@media screen and (max-width: 480px) {
	.header_main_img {height: 600px;}
	.header_main_content .header_main_header {font-size: 60px;}
    .header_main_header {/*text-align: center;*/}
    .header_main_header &gt; span {font-size: 36px;}
        .header_main_description {position: static; margin-top: 10px;}
    .header_main_content .header_main_header {top: 0; position: static; transform: none; position: static;}
	.europe_main {margin-bottom: 20px;}
	.header_main_description {padding-top: 5px; line-height: 1.4em;}
	.header_main_logo {position: relative; padding: 0; top: 15px;}
	.header_main_content {padding: 30px 20px; }
	.header_article_content {padding: 30px 20px; }
	.articles_list {padding-top: 20px;}
	.article {flex-wrap: wrap;}
	.article_img {width: 100%; height: 305px;}
	.article_img {margin: 0;}
	.article_content {width: 100%;}
	.article_content {padding: 30px 20px;}
	.article_arrow {left: 20px;}
	.articles_list .article:nth-child(2n) .article_img {order: 0; margin-right: 0px; margin-left: 0;}
    .articles_list .article:nth-child(2n) .article_content {order: 1;}
	.europe_main {padding: 10px 20px 7px 20px;}
	.about {padding: 40px 20px 70px 20px;}
	.copy {padding: 40px 20px 70px 20px;}
	.header_main_info {left: 20px;}
	.article_header {font-size: 22px;}
	.europe_main img {width: 200px; height: auto;}
	.article_inner_width {padding: 0 20px;}
	.header_article_width {padding: 30px 20px 0 20px;}
	.header_article_title {font-size:32px; line-height: 1.1em;}
	.header_article_img {height: 600px;}
	.article_inner h3 {font-size: 26px; padding: 20px 0 20px 0; line-height: 1em;}
    .header_main_img {
    height: 670px;
    background-color: #f1f1f1;
    background-position: center center;
    background-position: bottom 0 right -110px;
    background-repeat: no-repeat;
    background-size: 1160px;
}
}

	@media screen and (max-width: 400px) {
    .header_main_content .header_main_header {
    font-size: 40px;
}
.header_main_header &gt; span {
    font-size: 27px;
}
        .header_main_img {
    height: 620px;
    background-color: #f1f1f1;
    background-position: center center;
    background-position: bottom 0 right -150px;
    background-repeat: no-repeat;
    background-size: 1160px;
}
}</pre></body></html>