html {
	background:#002b56;
	height:100%;
}
body {
	font-family:'Open Sans', sans-serif;
	color:#002b56;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#002b56;
	text-decoration:none;
	outline:none;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#002b56;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#20b6d2;
	text-decoration:none;
	outline:none;
}
* {
	-webkit-tap-highlight-color:transparent;
}
p {
	font-size:13.5pt;
	line-height:21px;
	margin:0;
	padding:11px 0;
}
a img {
	border:0;
}
h1 {
	width:100%;
	color:#fff;
	font-size:54pt;
	line-height:88px;
	font-weight:bold;
	margin:0;
	padding:0 0 36px 0;
	text-align:center;
}
h1 span {
	color:#20b6d2;
}
h2 {
	width:100%;
	font-size:27pt;
	line-height:46px;
	margin:0;
	padding:0 0 5px 0;
	color:#20b6d2;
	text-align:left;
}
.page-content {
	background:#fff;
	width:100%;
	padding:65px 0 85px 0;
	float:left;
}
.container {
	max-width:1240px;
	width:92%;
	margin:0 auto;
	position:relative;
}
.content {
	width:100%;
	float:left;
}
.content p a {
	color:#20b6d2;
}
.content-text {
	min-height:500px;
	padding-top:200px !important;
}
.content-text img:not(.article-box img) {
	width:auto !important;
	max-width:100% !important;
	height:auto !important;
}
.text {
	padding-top:80px;
}
.content-text .container {
	max-width:1000px;
}
.bg {
	width:100%;
	background:#f0f0f0;
	margin:15px 0;
	padding:23px 0;
	position:relative;
}
.bg:before {
	content:"";
	background:#f0f0f0;
	position:absolute;
	top:0;
	bottom:0;
	left:-100vw;
	width:100vw;
}
.bg:after {
	content:"";
	background:#f0f0f0;
	position:absolute;
	top:0;
	bottom:0;
	right:-100vw;
	width:100vw;
}
.bgimg {
	background:transparent;
	width:100%;
	height:60%;
	min-height:700px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	float:left;
}
.header-arrow {
	background:url(img/header_arrow.png) no-repeat center;
	background-size:52px 32px;
	width:52px;
	height:32px;
	position:absolute;
	bottom:100px;
	left:50%;
	margin-left:-26px;
	opacity:0;
	z-index:5;
}
.header {
	width:100%;
	height:100%;
	min-height:600px;
	position:relative;
	text-align:center;
	z-index:5;
	float:left;
}
.header-text {
	width:100%;
	margin:0 auto;
	position:relative;
	top:40%;
	display:none;
	box-sizing:border-box;
	padding:0 4%;
}
.header-text h1 {
	color:#fff;
	font-size:56pt;
	line-height:100px;
	padding:0;
	margin:0;
	font-weight:700;
	text-transform:none;
}
.footer-content {
	background:#002b56;
	color:#fff;
	font-size:12pt;
	line-height:22px;
	box-sizing:border-box;
	padding:0 !important;
}
.footer-content a {
	color:#fff;
	text-decoration:none;
}
.footer-content a:hover {
	text-decoration:underline;
}
.footer-content .container {
	max-width:1400px;
}
.footer-content .content {
	background:url(img/logo.png) no-repeat top 44px left;
	background-size:160px 43px;
	padding-left:210px;
	box-sizing:border-box;
}
.web {
	margin-top:10px;
	float:right !important;
}
.web a {
	font-size:11pt;
	color:#3d547d;
}
.footer-cat {
	padding:47px 0 57px 0;
	float:left;
}
a.linkedin {
	background:url(img/linkedin.png) no-repeat center;
	background-size:37px 37px;
	width:37px;
	height:37px;
	display:inline-block;
	border-radius:100%;
	margin:0 0 -12px 51px;
	transition:filter 0.2s ease-in-out;
}
a.linkedin:hover {
	filter:saturate(175%);
}
.menu-container {
	background:#002b56;
	width:100%;
	height:150px;
	z-index:1001;
	position:fixed;
	top:0;
	left:0;
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
}
.logo {
	background:url(img/logo.png) no-repeat center;
	background-size:256px 68px;
	width:256px;
	height:68px;
	position:absolute;
	top:41px;
	left:0;
	z-index:1000;
}
.menu-content {
	width:91%;
	max-width:1920px;
	height:150px;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
}
.menu {
	width:100%;
	font-size:0;
	float:left;
}
.menu > ul {
	padding:0;
	list-style:none;
	text-align:center;
	box-sizing:border-box;
	position:absolute;
	top:63px;
	right:0;
}
.menu > ul > li {
	margin:0 0 0 40px;
	padding:0;
	list-style:none;
	display:inline-block;
	color:#fff;
	font-size:13.5pt;
	line-height:24px;
	font-weight:700;
	position:relative;
	cursor:default;
	user-select:none;
}
.menu > ul > li > span {
	padding:20px 0;
}
.menu > ul > li > a {
	color:#fff;
	padding:20px 0;
	transition:color 0.2s ease-in-out;
}
.menu ul li a:hover, .menu ul li a.current {
	color:#20b6d2;
}
.menu > ul > li > ul {
	background:#20b6d2;
	width:260px;
	list-style:none;
	padding:15px;
	margin:0;
	position:absolute;
	top:29px;
	left:50%;
	margin-left:-130px;
	opacity:0;
    box-sizing:border-box;
	transition:top 0.2s ease-in-out, opacity 0.2s ease-in-out;
	z-index:100;
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	visibility:hidden;
}
.menu > ul > li:hover > ul {
	top:39px;
	opacity:1;
	visibility:visible;
}
.menu > ul > li > ul > li > a {
	width:100%;
	margin:0;
	padding:7px 0;
	font-weight:400;
	font-size:11pt;
	line-height:18px;
	text-align:center;
	text-transform:none;
	color:#fff;
	float:left;
}
.menu > ul > li > ul > li > a:hover, .menu > ul > li > ul > li > a.current {
	color:#002b56;
}
.menu > ul > li > ul > li:first-child > a {
	border:0;
}
.menu-sml-content {
	background:#002b56;
	width:100%;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	text-align:center;
	display:none;
}
#menu-bttn {
	width:20px;
	height:13px;
	position:absolute;
	top:18px;
	right:1.5%;
	padding:10px;
	cursor:pointer;
	z-index:1001;
}
#menu-bttn div {
	background:#fff;
	width:22px;
	height:2px;
	position:absolute;
}
.menu-bttn-line-1 {
	top:10px;
}
.menu-bttn-line-2 {
	top:16px;
}
.menu-bttn-line-3 {
	top:22px;
}
#menu-sml {
	background:#fff;
	width:100%;
	height:100vh;
	padding:0 0 18px 0;
	position:absolute;
	top:70px;
	left:0;
	display:none;
	z-index:1000;
	overflow:auto;
	user-select:none;
}
.menu-sml-container {
	background:#fff;
	width:100%;
	padding:0 0 50px 0;
	overflow:auto;
	float:left;
}
#menu-sml ul {
	width:100%;
	margin:10px 0;
	padding:0;
	list-style:none;
	float:left;
}
.menu-sml-container > ul {
	padding:25px 0 100px 0 !important;
}
#menu-sml ul li {
	width:100%;
	margin:0 0 4px 0;
	padding:0 10px;
	box-sizing:border-box;
	list-style:none;
	text-align:center;
	float:left;
}
#menu-sml ul li a, #menu-sml ul li span {
	color:#002b56;
	font-size:13pt;
	line-height:25px;
	font-weight:700;
	padding:5px;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
#menu-sml ul li span:after {
	content:"";
	background:url(img/menu_arrow.png) no-repeat top center;
	background-size:14px 18px;
	position:absolute;
	top:12px;
	right:-14px;
	width:14px;
	height:9px;
}
#menu-sml ul li span.opened:after {
	background:url(img/menu_arrow.png) no-repeat bottom center;
	background-size:14px 18px;
}
#menu-sml ul li ul {	
	margin:0 0 1px 0;
}
#menu-sml ul li ul li {
	margin:0 0;
}
#menu-sml ul li ul li a {
	text-transform:none;
	font-size:12pt;
	line-height:22px;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
.animation, .animation .menu-content, .animation .menu > ul, .animation .logo {
	-webkit-transition:all 0.2s ease-in-out !important;
	-moz-transition:all 0.2s ease-in-out !important;
	-o-transition:all 0.2s ease-in-out !important;
	transition:all 0.2s ease-in-out !important;
}
.menu-content-sml, .menu-content-sml .menu-content {
	height:100px;
}
.menu-content-sml .menu > ul {
	top:38px;
}
.menu-content-sml .logo {
	background:url(img/logo.png) no-repeat center;
	background-size:192px 51px;
	width:192px;
	height:51px;
	top:25px;
}
a.button {
	font-size:12pt;
	line-height:22px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	border-radius:23px;
	background:#002b56;
	margin-top:36px;
	padding:12px 32px;
	box-sizing:border-box;
	border:0;
	text-decoration:none;
	display:table;
	float:left;
	transition:filter 0.2s ease-in-out;
}
a.button:hover {
	filter:saturate(200%);
}
#about-content {
	background:#f4f4f4;
}
#about-content .container {
	max-width:830px;
}
#about-content h1 {
	color:#002b56;
}
#the-group-content {
	background:#fff;
	padding-bottom:0;
}
#the-group-content .page-content {
	padding:0;
}
#the-group-content .page-content:nth-child(odd) {
	background:#f4f4f4;
}
#the-group-content .container {
	max-width:1179px;
}
#the-group-content .content {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:90px 3.8%;
	box-sizing:border-box;
	float:left;
}
#the-group-content .page-content:first-of-type .content {
	padding-top:60px;
}
#the-group-content h1 {
	color:#002b56;
}
#the-group-content h1 span {
	display:block;
}
.map-descr {
	width:42%;
	box-sizing:border-box;
	float:left;
}
.map-descr a.button {
	margin-top:15px;
}
.map-descr img {
	width:100%;
	height:auto;
	margin:15px 0;
}
.map {
	width:40%;
	max-width:400px;
	position:relative;
	text-align:center;
	margin-right:6%;
	box-sizing:border-box;
	float:right;
}
.map > div {
	width:30px;
	height:30px;
	position:absolute;
}
.map .button {
	margin:15px auto 0 auto;
	float:none;
}
.map > div > div {
	width:400px;
	background:#fff;
	position:absolute;
	padding:0 5px 5px 5px;
	transform:translate(0,-65%);
	top:0;
	right:80px;
	z-index:102;
	font-size:11pt;
	box-sizing:border-box;
	text-align:center;
	display:none;
	box-shadow:0 15px 15px rgba(0,0,0,0.5);
	transition:right 0.2s ease-in-out;
}
.map > div.chloros-marker > div {
	transform:translate(0,-35%);
}
.map > div.bkp-marker > div {
	transform:translate(0,-85%);
}
.map > div > div > div {
	padding:15px;
	position:relative;
	z-index:102;
}
.map > div > div > div > span {
	width:100%;
	display:block;
	font-size:14pt;
	line-height:24px;
	font-weight:700;
	padding-bottom:8px;
}
.map > div > div:before {
	content:"";
	background:#fff;
	position:absolute;
	top:65%;
	right:-14px;
	margin-top:-15px;
	width:30px; 
	height:30px;
  	transform:rotate(45deg);
	z-index:-20;
}
.map > div.chloros-marker > div:before {
	top:35%;
}
.map > div.bkp-marker > div:before {
	top:85%;
}
.map > div > div > img {
	width:100%;
	border:5px solid #fff;
	margin-left:-5px;
	display:block;
}
.map > div > span {
	content:"";
	position:absolute;
	width:30px;
	height:30px;
	top:-15px;
	left:-15px;
	border-radius:100%;
	box-sizing:border-box;
	opacity:0.75;
	border:4px solid #fff;
	box-shadow:0 1px 16px rgba(0,0,0,0.55);
	cursor:pointer;
	transition:background 0.2s ease-in-out;
}
.map > div > span:hover {
	background:rgba(255,255,255,0.25);
}
.map > div:before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:30px;
	height:30px;
	margin:-30px 0 0 -30px;
	border-radius:100%;
	opacity:0.75;
	border:4px solid transparent;
	box-sizing:border-box;	
	animation-name:blink;
	animation-duration:3000ms;
	animation-iteration-count:infinite;
}
.close {
	background:#fff;
	width:21px;
	height:20px;
	position:absolute;
	top:4px;
	right:5px;
	padding:5px;
	cursor:pointer;
	z-index:2;
}
.close:before {
	content:"";
	width:22px;
	height:2px;
	background:#002b56;
  	transform:rotate(-45deg);
	position:absolute;
	top:14px;
	left:5px;
	transition:background 0.2s ease-in-out;
}
.close:after {
	content:"";
	width:22px;
	height:2px;
	background:#002b56;
  	transform:rotate(45deg);
	position:absolute;
	top:14px;
	left:5px;
	transition:background 0.2s ease-in-out;
}
.close:hover:before, .close:hover:after {
	background:#20b6d2;
}
@-webkit-keyframes blink {	
   80% {
		opacity:1;
		box-shadow:0 0 0 0 #fff;
	  }   
   100% {
		opacity:0;
		box-shadow:0 0 0 50px #fff;
	 }
}
.grg-gsm-marker {
	top:32%;
	left:82.2%;
}
.island-waste-marker {
	top:65.5%;
	left:61.25%;
}
.island-waste-marker2 {
	top:35.1%;
	left:91%;
}
.mayside-recycling-marker {
	top:25.6%;
	left:89.5%;
}
.galaxy-ci-aw-jsm-marker {
	top:79.25%;
	left:72.2%;
}
.wpr-marker {
	top:57.5%;
	left:30%;
}
.cayman-islands-marker {
	top:66.3%;
	left:16.7%;
}
.chloros-marker {
	top:36.6%;
	left:59.8%;
}
.chloros-marker:before, .grg-gsm-marker:before {
	animation-delay:-1s;
}
.greenway-marker {
	top:67.6%;
	left:50.6%;
}
.greenway-marker:before, .island-waste-marker:before {
	animation-delay:-2.2s;
}
.novum-marker {
	top:71.5%;
	left:55.8%;
}
.novum-marker:before.island-waste-marker2:before {
	animation-delay:-4.4s;
}
.greenway-marker2 {
	top:77.8%;
	left:65.4%;
}
.greenway-marker2:before, .mayside-recycling-marker:before {
	animation-delay:-3.3s;
}
.chloros-marker2 {
	top:79.7%;
	left:55.8%;
}
.chloros-marker2:before, .galaxy-ci-aw-jsm-marker:before {
	animation-delay:-5.5s;
}
.bkp-marker {
	top:92.3%;
	left:59.9%;
}
.bkp-marker:before, .wpr-marker:before {
	animation-delay:-6.6s;
}
.chloros-marker3 {
	top:85.9%;
	left:59.5%;
}
.chloros-marker3:before, .cayman-islands-marker:before {
	animation-delay:-7.7s;
}
.map img {
	max-width:100%;
	width:auto;
	height:auto;
}
#news-content {
	background:#20b6d2;
}
#news-content .container {
	max-width:1380px;
}
#news-content h1 span {
	color:#002b56;
}
.news {
	width:100%;
	float:left;
}
.news ul {
	width:100%;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;	
}
.news ul li {
	width:33.333333%;
	margin:0;
	padding:34px 1.45% 35px 1.45%;
	box-sizing:border-box;
	position:relative;
	float:left;	
}
.news ul li > div {
	background:#f5f5f5;
	width:100%;
	height:100%;
	padding:7.3%;
	border-radius:10px;
	box-sizing:border-box;
	float:left;	
}
.news ul li div > p {
	padding-bottom:49px;
	position:relative;
}
.news ul li > div > a:first-child {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	width:100%;
	height:0;
	padding-bottom:66.9%;
	margin:0 auto 16px auto;
	display:table;
}
.news ul li .tags {
	width:100%;
	padding-bottom:18px;
	float:left;
}
.news ul li .tags > a {
	color:#fff;
	background:#20b6d2;
	font-size:10.5pt;
	line-height:16px;
	text-align:center;
	margin-top:9px;
	margin-right:9px;
	border-radius:16px;
	padding:8px 14px;
	box-sizing:border-box;
	float:left;
	transition:background 0.2s ease-in-out;
}
.news ul li .tags > a:hover {
	background:#002b56;
}
.news ul li h2 {
	font-size:18pt;
	line-height:29px;
	color:#002b56;
	padding:0;
	margin-bottom:18px;
}
.news ul li a.more {
	font-size:12.5pt;
	line-height:22px;
	font-weight:700;
	text-transform:uppercase;
	position:absolute;
	left:0;
	bottom:0;
	color:#20b6d2;
	transition:color 0.2s ease-in-out;
}
.news ul li a.more:hover {
	color:#002b56;
}
.news a.button {
	margin:0 auto;
	float:none;
}
#sustainability-content {
	background:#d4d4d4;
}
#sustainability-content .container {
	max-width:1200px;
}
.sustainability {
	margin:0 auto;
	max-width:900px;
}
.data {
	width:100%;
	padding-top:50px;
	float:left;
}
.data > ul {
	width:100%;
	margin:0;
	padding:0;
	float:left;
}
.data > ul > li {
	width:33.333333%;
	margin:0;
	padding:0;
	font-size:13pt;
	list-style:none;
	text-align:center;
	box-sizing:border-box;
	position:relative;
	float:left;
}
.data > ul > li img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:100%;
	height:auto;
}
.data > ul > li > div {
	color:#fff;
	font-size:60pt;
	line-height:120px;
	text-shadow:0 0 15px rgba(0,0,0,0.5);
	font-weight:bold;
	padding:75px 0 0 0;
	margin-bottom:75px;
	position:relative;
}
.data > ul > li > div > div {
	width:100%;
	font-size:25pt;
	line-height:46px;
	position:absolute;
	left:0;
	bottom:-26px;
	text-align:center;
}
.data > ul > li > span {
	display:block;
	width:100%;
	max-width:300px;
	margin:0 auto;
	padding:0 25px;
	position:relative;
	z-index:1;
	box-sizing:border-box;
}
#grg-waste-hierarchy-content {
	background:#032a54;
	overflow:hidden;
}
#grg-waste-hierarchy-content img {
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
	position:relative;
	user-select:none;
}
#grg-waste-hierarchy-content tr td:last-child img {
	opacity:0;
	right:-100px;
}
.bkp h1 span {
	color:#42c7ff;
}
.greenway h1 span {
	color:#197c8d;
}
.chloros h1 span {
	color:#81bc00;
}
.novum h1 span {
	color:#93ad17;
}
.bkp a.button {
	background:#42c7ff;
}
.greenway a.button {
	background:#197c8d;
}
.chloros a.button {
	background:#81bc00;
}
.novum a.button {
	background:rgb(71,148,58);
	background:linear-gradient(90deg, rgba(71,148,58,1) 0%, rgba(212,240,68,1) 100%);
}
#what-we-do-content {
	padding:80px 0;
}
#what-we-do-content .container {
	max-width:1360px;
}
#what-we-do-content h1 {
	color:#002b56;
}
.what-we-do {
	width:100%;
	float:left;
}
.what-we-do ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	float:left;	
}
.what-we-do ul li {
	width:33.333333%;
	margin:0;
	padding:34px 5.586% 35px 5.586%;
	box-sizing:border-box;
	text-align:center;
	top:-60px;
	opacity:0;
	position:relative;
	float:left;	
}
.what-we-do ul li img {
	width:auto;
	max-width:100%;
	height:auto;
	margin:0 auto 25px auto;
	display:table;
}
.what-we-do ul li h2 {
	font-size:28pt;
	line-height:46px;
	color:#20b6d2;
	padding:0;
	margin-bottom:11px;
	text-align:center;
}
.what-we-do ul li a.button {
	margin:22px auto 0 auto;
	float:none;
}
#contacts-content {
	background:#d4d4d4;
	padding-bottom:100px;
}
#contacts-content .container {
	max-width:1230px;
}
#contacts-content h1 {
	color:#002b56;
}
.contacts {
	width:100%;
	float:left;
}
.contacts-bttn {
	width:100%;
	max-width:460px;
	font-size:18pt;
	line-height:30px;
	font-weight:700;
	color:#fff;
	background:#20b6d2;
	margin:10px auto;
	padding:25px 128px 25px 42px;
	display:table;
	position:relative;
	box-sizing:border-box;
	border-radius:40px;
	cursor:pointer;
	transition:background 0.2s ease-in-out;
	user-select:none;
}
.contacts-bttn:hover {
	background:#002b56;
}
.contacts-bttn:after {
	content:"";
	width:30px;
	height:18px;
	background:url(img/contacts_arrow.png) no-repeat bottom center;
	background-size:30px 18px;
	position:absolute;
	right:56px;
	top:50%;
	margin-top:-9px;
	padding:0 0 2px 0;
}
.contacts-bttn.show:after {
	transform:scale(-1, -1);
}
.contacts-box {
	width:100%;
	padding-top:14px;
	display:none;
	float:left;
}
.contacts-box ul {
	width:100%;
	margin:0 0 35px 0;
	padding:0;
	list-style:none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
    justify-content:center;
	float:left;
}
.contacts:last-of-type .contacts-box ul {
	margin:0;
}
.contacts-box ul li {
    width:33.333333%;
    padding:2.04%;
    box-sizing:border-box;
    position:relative;
    display:flex;
}
.contacts-box ul li > div {
	font-size:12pt;
	line-height:21px;
	background:#f4f4f4;
	width:100%;
	height:100%;
	padding:0 8% 11% 8%;
	box-sizing:border-box;
	float:left;	
}
.contacts-box ul li > div .contacts-logo {
	width:100%;
	height:120px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-bottom:2px solid #fff;
	margin-bottom:16px;
	float:left;
}
.contacts-box ul li > div .contacts-logo img {
	margin:0 auto;
	width:100%;
	height:auto;
	display:table;
}
.contacts-box ul li > div h2 {
	color:#002b56;
	font-size:14pt;
	line-height:24px;
	padding-bottom:19px;
}
input[type=text], input[type=number], input[type=password], textarea, select {
	font-family:'Open Sans', sans-serif;
	background:#d4d4d4;
	border:0;
	font-size:18px;
	line-height:22px;
	padding:14px;
	margin:0 0 16px 0;
	color:#002b56;
	box-sizing:border-box;
	resize:vertical;
	outline:none;
}
button, .logForm button:hover {
	font-size:13pt;
	line-height:22px;
	text-transform:uppercase;
	color:#fff;
	border-radius:23px;
	background:#002b56;
	font-weight:700;
	margin-top:36px;
	padding:12px 26px;
	box-sizing:border-box;
	display:table;
	border:2px solid #fff;
	outline:none;
	cursor:pointer;
	float:left;
	transition:filter 0.2s ease-in-out;
}
.button:hover {
	filter:saturate(175%);
}
.true {
	width:100%;
	background:#fff;
	border:1px solid #23b005;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#23b005;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
	float:left;
}
.true div {
	background:url(img/big_icons.png) no-repeat left top;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.false {
	width:100%;
	background:#fff;
	border:1px solid #ee552a;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ee552a;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
	float:left;
}
.false div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -24px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.warn {
	width:100%;
	background:#fff;
	border:1px solid #ff8f2c;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff8f2c;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
	float:left;
}
.warn div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -48px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.articles-cat {
	width:100%;
	padding-bottom:35px;
	float:left;
}
.articles-cat ul {
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.articles-cat ul li {
	margin:0 13px 15px 0;
	padding:0;
	float:left;
}
.articles-cat ul li a {
	font-size:12pt;
	padding:10px 15px;
	color:#444;
	border-radius:10px;
	border:2px solid #20b6d2;
	box-sizing:border-box;
	text-decoration:none;
	transition:filter 0.2s ease-in-out;
	float:left;
}
.articles-cat ul li a:hover {
	filter:saturate(175%);
}
.articles-cat ul li a.current {
	background:#20b6d2;
	color:#fff;
}
.article-content {
	width:100%;
	max-width:1000px;
	float:left;
}
.article-box {
	width:100%;
	height:160px;
	vertical-align:middle;
	padding-bottom:45px;
	margin-bottom:45px;
	border-bottom:1px solid #ddd;
	display:table;
	position:relative;
}
.article-box:last-of-type {
	margin-bottom:0;
	border:0;
}
.article-box img {
	width:400px;
	height:auto;
	float:left;
}
.article-img {
	width:100%;
	float:left;
}
.article-img img {
	width:100%;
	max-width:750px !important;
	height:auto;
	margin-bottom:35px;
}
.a2a_kit {
	margin-bottom:20px;
}
.article-box .article-box-text-content {
	display:table-cell;
	width:100%;
	padding-left:6%;
    box-sizing:border-box;
	vertical-align:middle;
}
.article-box .article-box-text-content .article-box-text {
	width:100%;
	vertical-align:middle;
}
.article-box .article-box-text-content .article-box-text h2 {
	color:#002b56;
}
.article-box .article-box-date {
	width:100%;
	color:#b1b1b1;
	font-size:16px;
	line-height:23px;
	margin-bottom:13px;
	float:left;
}
.article-box .article-box-descr {
	width:100%;
	float:left;
}
.article-box iframe {
	border:0 !important;
	width:100%;
    height:auto;
    max-width:100%;
    aspect-ratio:16 / 9;
    border:0;
}
.hidden-content {
	background:#d4d4d4 !important;
	max-width:1000px;
	width:100%;
	padding:50px !important;
	box-sizing:border-box;
	display:none;
}
.download-box {
	width:100%;
	float:left;
}
.download-box ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.download-box ul li {
	width:29%;
	text-align:left;
	padding:22px 0;
	margin:0 2.16665%;
	list-style:none;
	position:relative;
	box-sizing:border-box;
	float:left;
}
.download-box ul li a.download-bttn {
	background:url(img/download.png) no-repeat top 22px right 18px #002b56;
	background-size:32px 35px;
	width:100%;
	height:80px;
	font-size:16px;
	line-height:20px;
	color:#fff;
	padding:10px 70px 10px 20px;
	display:table;
	border-radius:10px;
	text-decoration:none;
	box-sizing:border-box;
	transition:filter 0.2s ease-in-out;
}
.download-box ul li a.download-bttn span {
	display:table-cell;
	vertical-align:middle;
}
.download-box ul li a.download-bttn:hover {
	filter:saturate(175%);
}
.processing-content {
	max-width:100%;
	background:#fff;
	overflow:hidden;
	min-height:380px;
	padding-top:21px;
}
.processing-content .page-content:nth-child(odd) {
	background:#f0f0f0;
}
.processing-content .page-content {
	padding:30px 0;
}
.processing-content .article-box {
	margin:0;
	padding:0;
}
.processing-content .article-box .article-box-descr {
	padding:0;
}
.processing .content {
	padding:0;
}
.processing .container {
	opacity:0;
	position:relative;
	left:150px;
	transition:opacity 0.35s ease-in-out, left 0.35s ease-in-out;
}
.csr:nth-child(odd) .container {
	left:-150px;
}
.processing-text {
	padding:15px 0 56px 0 !important;
}
.content-text h1 {
	padding-right:4%;
	padding-left:4%;
	box-sizing:border-box;
	color:#002b56;
}
.cookies-container {
	font-family:'Arial';
	font-size:16px;
	line-height:20px;
	background:rgba(32,182,210,0.9);
	color:#222;
	text-align:center;
	width:100%;
	position:fixed;
	z-index:1006;
	bottom:0;
	left:0;
	box-sizing:border-box;
}
.cookies-container a {
	color:#000;
	text-decoration:underline;
}
.cookies-container .cookies-content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display:table;
	position:relative;
	box-sizing:border-box;
}
.cookies-container .cookies-content .cookies {
	display:table-cell;
	vertical-align:middle;
	padding:22px 132px 22px 40px;
	float:left;
}
.agree-cookies {
	background:#002b56;
	color:#fff;
	padding:8px 12px;
	display:inline-block;
	cursor:pointer;
	position:absolute;
	top:24px;
	right:40px;
}

@media only screen and (max-width:767px){	
	.cookies-container .cookies-content .cookies {
		padding:20px;
	}
	.cookies-container .cookies-content .cookies span {
		display:block;
		margin-top:12px;
	}	
	.agree-cookies {
		margin-top:4px;
		position:static;
	}
}