html {
	background:#14294f;
	height:100%;
}
body {
	font-family:'Open Sans', sans-serif;
	color:#0d1b3b;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#444;
	text-decoration:none;
	outline:none;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#444;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#41b8cf;
	text-decoration:none;
	outline:none;
}
* {
	-webkit-tap-highlight-color:transparent;
}
p {
	font-size:13pt;
	line-height:26px;
	margin:0;
	padding:8px 0;
}
a img {
	border:0;
}
h1 {
	width:100%;
	color:#fff;
	font-size:42pt;
	line-height:68px;
	font-weight:bold;
	margin:0;
	padding:0 0 37px 0;
	text-align:center;
}
h1 span {
	color:#41b8cf;
}
h2 {
	width:100%;
	font-weight:600;
	font-size:23pt;
	line-height:34px;
	margin:0;
	padding:0 0 22px 0;
	text-align:left;
}
.page-content {
	background:#fff;
	width:100%;
	padding:80px 0;
	float:left;
}
.container {
	max-width:1240px;
	width:92%;
	margin:0 auto;
	position:relative;
}
.content {
	width:100%;
	float:left;
}
.content a {
	text-decoration:underline;
}
h2 a {
	text-decoration:none !important;
}
.content-text {
	min-height:500px;
	padding-top:200px;
}
.text {
	padding-top:80px;
}
.content-text .container {
	max-width:1000px;
}
.header {
	width:100%;
	height:100%;
	min-height:600px;
	position:relative;
	text-align:center;
	float:left;
}
.header-text {
	width:100%;
	margin:0 auto;
	position:relative;
	top:40%;
	opacity:0;
	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:#14294f;
	color:#fff;
	font-size:12pt;
	line-height:18px;
	padding:34px 0 46px 0;
	box-sizing:border-box;
}
.footer-content a {
	color:#fff;
	text-decoration:none;
}
.footer-content a:hover {
	text-decoration:underline;
}
.footer-content .content {
	background:url(img/logo_white.png) no-repeat top left #14294f;
	background-size:160px 58px;
	padding-left:210px;
	box-sizing:border-box;
}
.web {
	width:100%;
	padding-top:10px;
}
.web a {
	font-size:11pt;
	color:#3d547d;
	float:right;
}
.footer-cat {
	float:left;
}
.footer-cat-soc {
	float:right;
}
.footer-cat-soc a {
	width:37px;
	height:37px;
	display:inline-block;
	margin:0 6px;
	border-radius:100%;
	transition:filter 0.2s ease-in-out;
}
.footer-cat-soc a:hover {
	filter:saturate(175%);
}
a.linkedin {
	background:url(img/linkedin.png) no-repeat center;
	background-size:37px 37px;
}
a.facebook {
	background:url(img/facebook.png) no-repeat center;
	background-size:37px 37px;
}
a.twitter {
	background:url(img/twitter.png) no-repeat center;
	background-size:37px 37px;
}
.menu-container {
	background:#fff;
	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:212px 77px;
	width:212px;
	height:77px;
	position:absolute;
	top:36px;
	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:#0d1b3b;
	padding:20px 0;
	transition:color 0.2s ease-in-out;
}
.menu ul li a:hover, .menu ul li a.current {
	color:#41b8cf;
}
.menu > ul > li > ul {
	background:#253051;
	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:first-child > a {
	border:0;
}
.menu-sml-content {
	background:#fff;
	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:#0d1b3b;
	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:#0d1b3b;
	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:159px 59px;
	width:159px;
	height:59px;
	top:21px;
}
a.button {
	font-size:12pt;
	line-height:22px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	border-radius:23px;
	background:#0d1b3b;
	margin-top:36px;
	padding:12px 26px;
	box-sizing:border-box;
	border:2px solid #fff;
	text-decoration:none;
	display:table;
	float:left;
	transition:filter 0.2s ease-in-out;
}
a.button:hover {
	filter:saturate(175%);
}
.map-content {
	max-width:1471px;
}
.map-content .content {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:20px 3.8% 70px 3.8%;
	box-sizing:border-box;
	float:left;
}
.map-content h1 {
	text-align:left;
	color:#0d1b3b;
}
.map-content h1 span {
	display:block;
}
.map-descr {
	width:41.5%;
	box-sizing:border-box;
	float:left;
}
.map {
	width:28%;
	min-width:330px;
	position:relative;
	text-align:center;
	margin-right:6%;
	float:right;
}
.map > div {
	width:30px;
	height:30px;
	position:absolute;
	user-select:none;
}
.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:#0d1b3b;
  	transform:rotate(-45deg);
	position:absolute;
	top:14px;
	left:5px;
	transition:background 0.2s ease-in-out;
}
.close:after {
	content:"";
	width:22px;
	height:2px;
	background:#0d1b3b;
  	transform:rotate(45deg);
	position:absolute;
	top:14px;
	left:5px;
	transition:background 0.2s ease-in-out;
}
.close:hover:before, .close:hover:after {
	background:#41b8cf;
}
@-webkit-keyframes blink {	
   80% {
		opacity:1;
		box-shadow:0 0 0 0 #fff;
	  }   
   100% {
		opacity:0;
		box-shadow:0 0 0 50px #fff;
	 }
}
.chloros-marker {
	top:36.6%;
	left:59.8%;
}
.chloros-marker:before {
	animation-delay:-1s;
}
.greenway-marker {
	top:67.6%;
	left:50.6%;
}
.greenway-marker:before {
	animation-delay:-2.2s;
}
.novum-marker {
	top:71.5%;
	left:55.8%;
}
.novum-marker:before {
	animation-delay:-4.4s;
}
.greenway-marker2 {
	top:77.8%;
	left:65.4%;
}
.greenway-marker2:before {
	animation-delay:-3.3s;
}
.chloros-marker2 {
	top:79.7%;
	left:55.8%;
}
.chloros-marker2:before {
	animation-delay:-5.5s;
}
.bkp-marker {
	top:92.3%;
	left:59.9%;
}
.bkp-marker:before {
	animation-delay:-6.6s;
}
.chloros-marker3 {
	top:85.9%;
	left:59.5%;
}
.chloros-marker3:before {
	animation-delay:-7.7s;
}
.greenway-marker3 {
	top:91.3%;
	left:83.5%;
}
.greenway-marker3:before {
	animation-delay:-8.8s;
}
.dws-marker {
	top:89.5%;
	left:52.3%;
}
.dws-marker:before {
	animation-delay:-9.9s;
}
.map img {
	max-width:100%;
	width:auto;
	height:auto;
}
#sustainability-content {
	background:#d4d4d4;
}
#sustainability-content .container {
	max-width:1200px;
}
.sustainability {
	margin:0 auto;
	max-width:900px;
}
.group-content {
	padding:0;
}
.group-box {
	width:100%;
	display:flex;
	background:#d4d4d4;
	overflow:hidden;
	float:left;
}
.group-box:first-child, .group-box:nth-child(even) {
	flex-direction:row-reverse;
}
.group-img-content {
	background-position:center !important;
	background-size:cover !important;
	width:50%;
	min-height:640px;
	overflow:hidden;
	opacity:0;
	margin:0 0 0 -30px;
}
.group-box:nth-child(even) .group-img-content, .group-box:first-child .group-img-content {
	margin:0 -30px 0 0;
}
.group-img-content img {
	width:100%;
	height:auto;
	display:none;
}
.group-text-content {
	width:50%;
	min-height:640px;
	opacity:0;
	margin:0 0 0 -30px;
}
.group-box:nth-child(even) .group-text-content, .group-box:first-child .group-text-content {
	margin:0 -30px 0 0;
}
.group-text {
	font-size:13pt;
	line-height:26px;
	max-width:800px;
	width:100%;
	min-height:640px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:50px 0;
	box-sizing:border-box;
	float:left;
}
.group-box:first-child .group-text , .group-box:nth-child(even) .group-text {
	float:right;
}
.group-descr {
	width:70%;
	margin:0 auto;
	text-align:left;
}
.group-box h1 {
	color:#fff;
	text-align:left;
	padding-bottom:25px;
	float:left;
}
.bkp h1 span {
	color:#42c7ff;
}
.greenway h1 span {
	color:#197c8d;
}
.chloros h1 span {
	color:#81bc00;
}
.novum h1 span {
	color:#93ad17;
}
.dws h1 span {
	color:#f2aa91;
}
.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%);
}
.dws a.button {
	background:#f2aa91;
}
#services-content .container {
	max-width:1700px;
}
#services-content h1 {
	color:#0d1b3b;
}
.our-services {
	width:100%;
	padding-top:10px;
	float:left;
}
.our-services ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	display:-webkit-flex;
	display:-ms-flex;
	display:flex;
	flex-wrap:wrap;
	float:left;
}
.our-services ul li {
	width:25%;
	margin:0;
	padding:25px 18px;
	position:relative;
	top:-50px;
	opacity:0;
	box-sizing:border-box;
	float:left;
}
.our-services ul li > div {
	background:#41b8cf;
	height:100%;
}
.our-services ul li > div .services-img {
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	width:100%;
	padding-bottom:68.75%;
	color:#fff;
	position:relative;
	cursor:pointer;
	user-select:none;
}
.our-services ul li > div .services-img:after {
	content:"";
	background:rgba(13,25,59,0.5);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	transition:background 0.2s ease-in-out;
}
.our-services ul li > div a:hover .services-img:after {
	background:rgba(13,25,59,0.25);
}
.our-services ul li > div .services-img h2 {
	font-size:22pt;
	line-height:38px;
	color:#fff;
	text-align:center;
	margin:0;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translate(0,-50%);
	padding:0 30px;
	z-index:2;
	box-sizing:border-box;
}
.our-services ul li > div p {
	width:100%;
	padding:44px 12% 94px 12%;
	color:#fff;
	box-sizing:border-box;
}
.our-services ul li.arrow:after {
	content:"";
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-10px;
	width:20px;
	height:20px;
  	transform:rotate(45deg);
	background:#41b8cf;
}
.our-services ul li.services-descr {
	width:calc(100% - 36px);
	margin-left:18px;
	background:#41b8cf;
	top:0;
	opacity:1;
	color:#fff;
	padding:35px 50px;
	box-sizing:border-box;
	display:none;
}
.m-s, .m-xs {
	width:0 !important;
	height:0 !important;
	padding:0 !important;
	visibility:hidden !important;
	margin:0 !important;
}
.our-services ul li.services-descr:after {
	display:none;
}
#contact-us-content {
	padding-bottom:100px;
}
#contact-us-content .container {
	max-width:1124px;
}
.contacts {
	width:45%;
	max-width:470px;
	float:left;
}
.contacts h1 {
	color:#0d1b3b;
	text-align:left;
}
.contact-form {
	font-size:18px;
	width:45%;
	max-width:470px;
	position:relative;
	text-align:left;
	box-sizing:border-box;
	float:right;
}
.contact-form label {
	font-size:10pt;
	line-height:16px;
	margin-bottom:16px;
	display:block;
	padding-left:20px;
	position:relative;
	box-sizing:border-box;
}
.contact-form input[type=checkbox] {
	height:16px;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
.contact-form form {
	width:100%;
	float:right;
}
.contact-form input[type=text], .contact-form textarea {
	width:100%;
}
.contact-form button {
	margin-top:14px;
	color:#fff;
}
.history {
	width:100%;
	padding:40px 0 20px 108px;
	box-sizing:border-box;
	border-left:5px solid #0d1b3b;
	float:left;
}
.history > h2 {
	position:relative;	
}
.history > h2:before {
	content:"";
	width:40px;
	height:5px;
	background:#41b8cf;
	position:absolute;
	top:18px;
	left:-108px;
}
.history > h2:after {
	content:"";
	width:41px;
	height:41px;
	background:#41b8cf;
	position:absolute;
	top:0;
	left:-70px;
	border-radius:100%;
}
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:#0d1b3b;
	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:#0d1b3b;
	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 #41b8cf;
	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:#41b8cf;
	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:400px;
	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-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;
}
.hidden-content {
	background:#d4d4d4 !important;
	max-width:1000px;
	width:100%;
	padding:50px !important;
	box-sizing:border-box;
	display:none;
}
.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;
}
.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/link.png) no-repeat top 28px right 18px #0d1b3b;
	background-size:24px 24px;
	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%);
}
.csr-content {
	max-width:100%;
	background:#fff;
	overflow:hidden;
	min-height:380px;
	padding-top:21px;
}
.csr-content .page-content:nth-child(odd) {
	background:#f0f0f0;
}
.csr-content .page-content {
	padding:30px 0;
}
.csr-content .article-box {
	margin:0;
	padding:0;
}
.csr-content .article-box .article-box-descr {
	padding:0;
}
.csr .content {
	padding:0;
}
.csr .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;
}
.csr-text {
	padding:15px 0 56px 0 !important;
}
.content-text h1 {
	padding-right:4%;
	padding-left:4%;
	box-sizing:border-box;
}
.cookies-container {
	font-family:'Arial';
	font-size:16px;
	line-height:20px;
	background:rgba(213,241,70,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:#000;
	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;
	}
}