html {
	font-family: sans-serif;
	line-height: 1.15
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

* {
	box-sizing: border-box
}

button,
html,
input,
select,
textarea {
	color: #222
}

body {
	background-color: #f7f7f7;
	color: #333;
	font-size: 18px;
	line-height: 1.6
}

*::-moz-selection {
	background: #b3d4fc none repeat scroll 0% 0%;
	text-shadow: none
}

img {
	margin-bottom: .8em;
	vertical-align: middle;
	max-width: 100%
}

a {
	color: #128dc1;
	text-decoration: none
}

a:active {
	color: #34617e
}

a:visited {
	color: #8e2b6f
}

a:hover {
	color: #318cbf;
	text-decoration: none
}

li a {
	display: block
}

h1,
h2,
h3 {
	font-weight: 400;
	line-height: 1em;
	margin: 0
}

h1 {
	color: #9c3907;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: .5em 0 .8em
}

div[class*=module] h1,
h2 {
	color: #930;
	font-size: 1.14em;
	font-weight: 700;
	line-height: 1.4em
}

h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 10px
}

#page-wrap {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background-color: #fff;
	margin: 10px auto 0;
	max-width: 1024px
}

header {
	position: relative;
	width: 100%
}

#logo {
	width: 344px;
	margin-left: 1em;
	margin-top: .8em;
	margin-bottom: 0;
	max-width: 100%
}

#languagebar {
	float: right;
	margin: 10px 1em 0 0;
	position: relative;
	z-index: 952
}

#languagebar ul {
	position: relative
}

#languagebar li {
	color: #888;
	display: block;
	float: left;
	margin: 0 0 0 10px
}

#languagebar li a {
	color: #34617e;
	font-size: 14px;
	text-decoration: none
}

#languagebar li a:hover {
	text-decoration: underline;
	color: #318cbf
}

#languagebar li a:active {
	text-decoration: underline;
	font-weight: 700
}

nav#main-nav {
	z-index: 850
}

.mobile-menu-toggle {
	display: none
}

nav#main-nav ul.top-nav {
	background-color: #00558f;
	border-top: 2px solid #00558f;
	clear: both;
	padding: 0;
	width: 100%
}

.nav-my {
	background-color: #00558f;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}

.item-list {
	max-width: 100%;
	width: 14.28%;
	text-align: center;
	border-right: 1px solid white;
	color: white;
	list-style: none;
	height: 100%;
}

.item-list a {
	height: 100% !important;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px;
}

@media (max-width: 1024px) {
	.nav-my {
		background-color: #00558f;
		padding: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		height: 100%;
	}
	
	.item-list {
		width: 100%;
		text-align: center;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		color: white;
		list-style: none;
		height: 100%;
	}
	
	.item-list a {
		height: 100% !important;
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 3px;
	}
}

nav#main-nav .top-nav li {
	display: block;
	float: left;
	list-style: outside none none;
	text-align: center
}

nav#main-nav .top-nav>li {
	margin: 0;
	width: 14.28%
}

nav#main-nav .top-nav a {
	color: #fff;
	display: block;
	padding: 10px 0;
	position: relative;
	text-decoration: none
}

:lang(de) nav#main-nav .top-nav>li>a {
	font-size: 13px
}

:lang(fr) nav#main-nav .top-nav>li>a {
	height: 58px
}

:lang(ru) nav#main-nav .top-nav>li>a {
	font-size: 13px;
	height: 58px
}

:lang(fr) .searchbar input[type=text] {
	width: 68%
}

:lang(fr) .searchbar input[type=submit] {
	width: 30%
}

.top-nav li {
	border-right: 1px solid white;
}

nav#main-nav .top-nav a:hover {
	background-color: #eee;
	color: #333
}

#dropnav,
nav#main-nav .top-nav a:hover::after,
nav#main-nav .top-nav>li.current>a::after,
nav#main-nav .top-nav>li:last-child>a::after {
	display: none
}

.dropdown> :last-child {
	border-right: medium
}

#breadcrumb {
	border-bottom: 1px solid #e2e2e2;
	clear: both;
	font-size: 12px;
	padding: 0 1em 1.3em
}

.breadcrumb-divider {
	/*    background: transparent url("../img/breadcrumb-divider.png") no-repeat scroll center center;*/
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	position: relative;
	top: 2px;
	text-indent: -99em;
	width: 8px
}

#content {
	margin: 0 auto;
	padding: 1em 1% 3em;
	position: relative;
	width: 98%
}

.article-page h1 {
	margin-top: 0
}

footer {
	clear: both
}

#footer-global {
	background: #00558f none repeat scroll 0% 0%;
	color: #fff;
	font-size: 12px;
	padding: 1.8em 0 0;
	position: relative
}

#footer-global a {
	color: #fff
}

#footer-global a:hover {
	text-decoration: underline
}

.copyright {
	background-color: #3aa9ae;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: .4em 1em;
	text-align: right;
	width: 100%
}

.footer-box {
	border-right: 1px solid #87b0cc;
	float: left;
	min-height: 160px;
	margin-bottom: 1.4em;
	padding: 0 2%;
	width: 25%
}

.footer-box:nth-child(4n) {
	border-right: medium
}

.footer-box h3 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 0;
	position: relative;
	line-height: 1.4
}

.footer-box .toggle-footer-box {
	display: none
}

.footer-box p {
	margin-bottom: 0
}

.footer-box ul {
	margin: 0;
	padding: 0
}

.footer-box li {
	font-size: 12px;
	list-style: outside none none;
	margin-bottom: .5em
}

.ir::before {
	content: "";
	display: block;
	width: 0;
	height: 150%
}

.visuallyhidden {
	border: 0;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.clearfix::after,
.clearfix::before {
	content: " ";
	display: table
}

.clearfix::after {
	clear: both
}

@media print {
	* {
		background: transparent none repeat scroll 0 0;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]::after {
		content: " (" attr(href) ")"
	}

	abbr[title]::after {
		content: " (" attr(title) ")"
	}

	.ir a::after,
	a[href^="javascript:"]::after,
	a[href^="#"]::after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	@page {
		margin: .5cm
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	#page-wrap {
		border: medium
	}

	#breadcrumb,
	#footer-featured,
	#footer-global,
	#header-searchbar,
	#languagebar,
	#main-nav,
	.module-1-4.sub-nav-wrapper,
	.share {
		display: none
	}

	.article-page.main-content {
		border-left: medium !important;
		clear: both;
		float: none;
		font-size: 13px;
		width: 100% !important
	}

	div[class*=module] {
		border: medium;
		clear: both;
		float: none;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: 100%
	}
}

.vk-container {
	font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	margin-top: 20px;
}

.vk-header {
	background: #dae2e8 none repeat scroll 0% 0%;
	padding: 4px 4px 4px 6px;
	margin-bottom: 10px
}

.vk-logo {
	background: transparent none no-repeat scroll 0% 0%;
	width: 16px;
	height: 16px;
	float: right;
	margin-top: -1px
}

.vk-header-text {
	padding: 2px 3px 1px;
	line-height: 100%;
	color: #45688e;
	font-weight: 700
}

.vk-avatar img {
	float: left;
	margin-right: 10px;
	margin-top: 7px;
	width: 49px;
}

.vk-comment,
.vk-comment-load {
	margin-bottom: 15px;
	position: relative;
	border-bottom: 1px solid #dae1e8;
	padding-bottom: 15px
}

.vk-comment:last-child {
	border-bottom: 0
}

.vk-comment-name {
	color: #2b587a;
	font-weight: 700;
	font-size: 14px
}

.vk-comment-text {
	margin-left: 60px
}

.vk-comment-date {
	margin-left: 60px;
	color: #999
}

@media all and (max-width: 800px) {
	.article-page .main-content p {
		max-width: 100%
	}

	nav#main-nav .top-nav li {
		float: left
	}

	nav#main-nav .top-nav li a {
		height: 58px
	}

	.sub-nav-wrapper {
		width: 33%
	}

	#top-content {
		background-color: #eee;
		margin-bottom: 1em
	}

	#top-content div[class*=module] {
		border: medium;
		margin: 0 1% 1em;
		width: 48%;
		min-height: 0
	}

	.main-content div.module-3-3[class*=module] {
		width: 100%
	}

	.main-content div.intro-box[class*=module],
	.main-content div.featured-module[class*=module],
	.main-content #top-story[class*=sub-module] {
		width: 100%
	}

	.main-content div.intro-box[class*=module] {
		width: 100%
	}

	.main-content div[class*=module] {
		margin: 1.9% 1em;
		width: 48%
	}

	div[class*=sub-module]>div {
		float: left
	}

	.index-list-divider {
		display: none
	}

	#top-content #top-story {
		border-bottom: 1px solid #e2e2e2;
		width: 98%
	}

	#top-content #top-story>* {
		display: block;
		float: left;
		margin-right: 2%;
		width: 48%
	}

	#top-content #top-story img {
		clear: left
	}

	#footer-featured .module-1-6 {
		height: auto;
		width: 33.333%
	}

	#contact-us.footer-box {
		width: 25%
	}

	#contact-us.footer-box h3 {
		margin-left: 0
	}

	#contact-us.footer-box img {
		float: none
	}

	#contact-us.footer-box p {
		float: none;
		margin: 0
	}

	#utilities {
		display: none
	}

	.main-content .featured-publication.height-185,
	.main-content div.searchbar[class*=module] {
		height: auto;
		width: 100%
	}
}

@media all and (max-width: 560px) {

	body,
	#page-wrap,
	header {
		margin: 0;
		padding: 0;
		width: 100%
	}

	nav#main-nav ul.top-nav {
		margin: 0
	}

	nav#main-nav .top-nav li a {
		font-size: 1em;
		padding: 0 1.2em
	}

	#breadcrumb {
		display: none
	}

	img {
		max-width: 100% !important;
		border: none
	}

	#top-content #top-story * {
		float: none;
		width: 100%
	}

	#content,
	.main-content,
	.article-page .main-content {
		border-left: medium;
		padding: 10px;
		width: 100%
	}

	#header-searchbar {
		float: none;
		margin: 0;
		padding: 0
	}

	#header-searchbar p {
		margin: 0
	}

	#searchbar-icon {
		background: transparent url("../images/search-icon.png") no-repeat scroll center center;
		display: block;
		height: 31px;
		position: absolute;
		right: 0;
		top: -2.8em;
		text-indent: -999em;
		width: 31px
	}

	#header-searchbar {
		width: 95%;
		margin: 0 1em
	}

	#header-searchbar form {
		display: none;
		padding-bottom: 1em
	}

	#header-searchbar input {
		margin: 0
	}

	#header-searchbar input[type=text] {
		height: 34px;
		width: 70%
	}

	#header-searchbar input[type=submit] {
		height: 34px;
		width: 30%
	}

	#languagebar {
		float: none;
		margin: 0;
		position: absolute;
		right: 1em;
		top: 1em;
		text-align: center;
		width: 100px;
		z-index: 941
	}

	#languagebar ul,
	#languagebar li {
		float: none;
		padding: 0;
		margin: 0
	}

	#languagebar li {
		display: none;
		list-style: outside none none
	}

	#languagebar li.current-language {
		display: block
	}

	#languagebar a {
		background-color: #e2e2e2;
		border: 1px solid #cdcdcd;
		display: block;
		padding: 5px 0;
		text-decoration: none
	}

	#languagebar li.current-language a {
		background-color: #fff;
		font-weight: 400;
		text-decoration: none
	}

	nav#main-nav .top-nav li {
		border-bottom: 1px solid #f0f0f0;
		border-right: medium;
		float: none;
		margin: 0;
		width: 100%
	}

	nav#main-nav .top-nav li a {
		padding: 15px
	}

	nav#main-nav .top-nav li a::after {
		display: none
	}

	header .partners {
		display: none
	}

	footer .partners a {
		width: 12%
	}

	.share {
		display: none
	}

	.sub-nav-wrapper {
		width: 100%
	}

	.sub-nav li a {
		display: block;
		font-size: 16px;
		padding: 5px
	}

	.sub-nav ul,
	.sub-nav ul ul {
		padding-left: 0
	}

	div[class*=module] .sub-nav ul ul {
		background-color: #e2e2e2;
		text-indent: 0
	}

	.sub-nav ul ul ul {
		background-color: #c9c9c9;
		text-indent: 0
	}

	div[class*=module] .sub-nav ul ul li a {
		padding-left: 1em
	}

	.grid-layout-3 li {
		min-height: 180px;
		padding: 0 1%;
		width: 50%
	}

	.article-content figure {
		float: none;
		height: auto;
		width: 100%
	}

	.article-content .quote,
	.article-content .article-aside {
		border-bottom: 1px solid #e2e2e2;
		border-left: medium;
		margin: 0 5% 1em;
		padding-bottom: 1em;
		max-width: 90%;
		width: 90%
	}

	#footer-featured .module-1-6 {
		border-right: medium;
		float: left;
		height: auto;
		width: 50%
	}

	.footer-box {
		border-right: medium;
		float: none;
		min-height: 1px;
		padding: 0;
		width: 100%
	}

	.footer-box h3 {
		padding: 0 10px 10px 1em;
		position: relative
	}

	.footer-box li {
		font-size: 16px
	}

	.footer-box .toggle-footer-box {
		color: #ebf2f7;
		display: block;
		position: absolute;
		right: 10px;
		top: 0;
		z-index: 1
	}

	.footer-box h3 .active {
		transform: rotate(180deg)
	}

	.footer-box-content {
		background-color: #09436b;
		box-shadow: 0 0 5px rgba(0, 0, 0, .2) inset;
		display: none;
		padding: 1em
	}

	.footer-box-content * {
		margin: 0;
		padding: 0
	}

	#top-content div[class*=module] {
		border-bottom: 1px solid #ccc;
		border-right: medium;
		height: auto;
		margin: 0 0 1em;
		width: 100%
	}

	.main-content div[class*=module],
	div[class*=module] {
		border-width: medium medium 1px;
		border-style: none none solid;
		-moz-border-top-colors: none;
		-moz-border-right-colors: none;
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		border-image: none;
		float: none;
		margin: 0;
		width: 100%
	}

	#data-and-evidence div {
		border-bottom: 1px solid #e2e2e2;
		border-right: medium;
		float: none;
		margin-right: 0;
		margin-bottom: 1em;
		width: 100%
	}

	#top-story.featured-publication img {
		max-width: 20%
	}

	#latest-publications li {
		clear: both
	}

	#latest-publications li img,
	#latest-publications li div {
		display: block;
		float: left
	}

	#latest-publications li img {
		max-width: 22% !important
	}

	.main-content div.sub-module-2>div {
		padding-top: 1em
	}

	.sub-module-2.intro-box .sub-module-first {
		width: 100%
	}

	.sub-module-2.intro-box .sub-module-last {
		width: 100%
	}

	#latest-publications li div {
		margin-left: 3%;
		vertical-align: top;
		width: 70%
	}

	#footer-featured .module-1-4 {
		border-right: medium;
		border-bottom: 4px solid #fff;
		float: none;
		width: 100%
	}

	.more {
		font-size: .9em;
		text-align: right
	}

	.sub-nav li.has-children::after {
		content: "Ã¢â€“Â¶";
		position: absolute;
		right: 1em;
		top: .5em
	}

	.sub-nav li.has-children span {
		position: absolute;
		background: transparent none repeat scroll 0% 0%;
		top: 0;
		right: 0;
		height: 24px;
		width: 40px;
		left: auto
	}

	.index-list {
		background: rgba(255, 255, 255, .7) none repeat scroll 0% 0%;
		border: 1px solid #333 !important;
		float: none !important;
		right: 0 !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		position: absolute !important;
		width: 2em !important;
		z-index: 1000
	}

	.index-list a {
		border-bottom: 1px solid #333;
		display: block;
		margin: 0;
		padding: 5px 0;
		text-align: center
	}

	.index-list a:last-child {
		border-bottom: medium
	}
}

.popup__screenLock {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, .7) none repeat scroll 0% 0%;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none
}

.popup__msg {
	position: absolute;
	width: 650px;
	min-height: 220px;
	top: 150px;
	left: 50%;
	margin-left: -325px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #148fb9 none repeat scroll 0% 0%;
	border: 1px solid #eee;
	border-radius: 3px
}

.popup__msg>h1.popup__text {
	color: #555;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 30px 20px
}

.submit {
	position: relative;
	display: inline-block;
	min-height: 25px;
	min-width: 40px;
	margin: 25px 0 20px;
	padding: 10px 20px;
	font-size: 32px !important;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	background-color: #b22222;
	color: #fff;
	border-radius: 3px
}

a.button3D {
	display: inline-block;
	position: relative;
	min-height: 25px;
	min-width: 40px;
	margin: 25px 0 20px;
	padding: 10px 20px;
	text-decoration: none;
	font: bold 24px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	border-radius: 3px;
	line-height: 30px
}

a.button3D::before,
a.button3D::after {
	content: "";
	position: absolute;
	left: -1px;
	height: 100%;
	width: 100%;
	bottom: -1px;
	border-radius: 3px
}

a.myButton::before {
	min-height: 100%;
	bottom: -4px;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 1px 0 #bfbfbf
}

.button3D--gray::before,
.button3D--gray::after {
	border-width: 1px;
	border-style: solid;
	border-color: #cbcbcb #cbcbcb #a5a5a5;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none
}

.button3D--pink::before,
.button3D--pink::after {
	border-width: 1px;
	border-style: solid;
	border-color: #ee8090 #ee8090 #b84d5a;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none
}

.button3D--blue,
.button3D--blue:hover,
.button3D--blue:visited {
	color: #42788e;
	border-bottom: 4px solid #589cb6;
	text-shadow: 0 1px 0 #bee9fa;
	box-shadow: 1px 1px 0 #b2e6f8 inset
}

.button3D--blue::before,
.button3D--blue::after {
	border-width: 1px;
	border-style: solid;
	border-color: #8cc5d9 #8cc5d9 #4e8aa1;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none
}

.button3D--green::before,
.button3D--green::after {
	border-width: 1px;
	border-style: solid;
	border-color: #98b85b #98b85b #6d883b;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none
}

.button3D--turquoise::before,
.button3D--turquoise::after {
	border-width: 1px;
	border-style: solid;
	border-color: #87d3d5 #87d3d5 #47989b;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none
}

.button3D--black::before,
.button3D--black::after {
	border-width: 1px;
	border-style: solid;
	border-color: #535353 #535353 #343434;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none
}

.button3D--black::after {
	border: 1px solid #5a5a5a
}

.button3D--darkgray::before,
.button3D--darkgray::after {
	border-width: 1px;
	border-style: solid;
	border-color: #b4b4b4 #b4b4b4 #7b7b7b;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none
}

.button3D--yellow::before,
.button3D--yellow::after {
	border-width: 1px;
	border-style: solid;
	border-color: #eab551 #eab551 #9f7630;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none
}

.button3D--purple::before,
.button3D--purple::after {
	border-width: 1px;
	border-style: solid;
	border-color: #da9fd4 #da9fd4 #865d82;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none
}

.button3D--darkblue::before,
.button3D--darkblue::after {
	border-width: 1px;
	border-style: solid;
	border-color: #a1aeb7 #a1aeb7 #5d6b75;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none
}

.button3D:active {
	border: medium;
	bottom: -4px;
	margin-bottom: 22px;
	box-shadow: 1px 1px 0 #fff, 0 1px 1px rgba(0, 0, 0, .3) inset
}

a.button3D:active::before,
a.button3D:active::after {
	border: medium;
	box-shadow: none
}

.popup__msg--gray {
	color: #555 !important;
	text-shadow: 0 1px 0 #fafafa;
	box-shadow: 1px 1px 0 #f5f5f5 inset;
	border-width: 1px;
	border-style: solid;
	border-color: #cbcbcb #cbcbcb #a5a5a5;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none
}

@media (min-width: 506px) and (max-width: 909px) {
	#breadcrumb {
		display: none
	}

	#languagebar {
		float: none;
		margin: 0;
		position: absolute;
		right: 1em;
		top: 1em;
		text-align: center;
		width: 100px;
		z-index: 941
	}

	#languagebar ul,
	#languagebar li {
		float: none;
		padding: 0;
		margin: 0
	}

	#languagebar li {
		display: none;
		list-style: outside none none
	}

	#languagebar li.current-language {
		display: block
	}

	#languagebar a {
		background-color: #e2e2e2;
		border: 1px solid #cdcdcd;
		display: block;
		padding: 5px 0;
		text-decoration: none
	}

	#languagebar li.current-language a {
		background-color: #fff;
		font-weight: 400;
		text-decoration: none
	}

	nav#main-nav .top-nav li {
		border-bottom: 1px solid #f0f0f0;
		border-right: medium;
		float: none;
		margin: 0;
		width: 100%
	}

	nav#main-nav .top-nav li a::after {
		display: none
	}

	.sub-nav-wrapper {
		width: 100%
	}

	.sub-nav li a {
		display: block;
		font-size: 16px;
		padding: 5px
	}

	.sub-nav ul,
	.sub-nav ul ul {
		padding-left: 0
	}

	div[class*=module] .sub-nav ul ul {
		background-color: #e2e2e2;
		text-indent: 0
	}

	.sub-nav ul ul ul {
		background-color: #c9c9c9;
		text-indent: 0
	}

	div[class*=module] .sub-nav ul ul li a {
		padding-left: 1em
	}

	.grid-layout-3 li {
		min-height: 180px;
		padding: 0 1%;
		width: 50%
	}
}

.YMaps-form-button__input::-moz-focus-inner {
	padding: 0;
	border: 0
}

@media all {
	ymaps\:balloon {
		position: absolute;
		z-index: 139
	}

	ymaps\:balloon-content {
		position: relative;
		display: block
	}

	ymaps\:balloon-tail {
		font: 0px/0 a;
		position: absolute;
		left: 50%;
		border-style: solid dotted none
	}
}

@media all {
	ymaps\:balloon.YMaps-balloon-full {
		bottom: 15px;
		cursor: default;
		border-radius: 5px;
		border: 1px solid rgba(120, 136, 112, .7)
	}

	.YMaps-balloon-full ymaps\:balloon-inner {
		display: block;
		padding: 5px;
		background: #fff none repeat scroll 0% 0%;
		border-radius: 4px
	}

	.YMaps-balloon-full ymaps\:balloon-tail {
		margin: 0 0 0 -15px;
		border-width: 14px;
		border-color: #fff transparent
	}

	.YMaps-balloon-full ymaps\:balloon-tail.YMaps-border {
		margin-left: -16px;
		opacity: .9;
		border-width: 15px;
		border-color: #788870 transparent
	}
}

@media all {
	ymaps\:balloon.YMaps-balloon-full_hint {
		font: 13px Arial, sans-serif !important;
		top: 0;
		bottom: auto;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, .3)
	}
}

@media all {
	ymaps\:balloon.YMaps-balloon-full_close ymaps\:balloon-inner {
		padding-right: 20px
	}

	.YMaps-balloon-full_close ymaps\:balloon-close {
		font: 0px/0 a;
		position: absolute;
		z-index: 112;
		top: 5px;
		left: 100%;
		display: block;
		width: 13px;
		height: 13px;
		margin-left: -16px;
		cursor: pointer;
		background: transparent url("../images/close.gif") no-repeat scroll 0% 0%
	}
}

@media all {
	.YMaps-balloon-small {
		bottom: 6px;
		margin-left: -1px;
		color: #fff;
		border-radius: 3px;
		border: 1px solid rgba(253, 253, 253, .8);
		box-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
	}

	.YMaps-balloon-small ymaps\:balloon-tail::after {
		font: 0px/0 a;
		position: absolute;
		left: 50%;
		content: "";
		margin: -6px 0 0 -4px;
		opacity: .8;
		border-width: 5px 4px 0;
		border-style: solid dotted none
	}

	.YMaps-balloon-small ymaps\:balloon-content {
		font-size: 12px;
		overflow: hidden;
		text-align: center;
		border-width: 1px;
		border-style: solid;
		border-radius: 2px;
		box-shadow: 0 -1px 2px rgba(0, 0, 0, .1) inset
	}

	.YMaps-balloon-small ymaps\:balloon-tail {
		margin: 0 0 0 -5px;
		border-width: 5px
	}

	.YMaps-balloon-small ymaps\:balloon-tail.YMaps-border {
		margin-left: -6px;
		opacity: .8;
		border-width: 6px;
		border-color: #fdfdfd transparent
	}
}

@media all {
	.YMaps-balloon-small_red ymaps\:balloon-content {
		border-color: #be3717
	}

	.YMaps-balloon-small_red ymaps\:balloon-tail {
		border-color: #be3717 transparent
	}

	.YMaps-balloon-small_red ymaps\:balloon-tail::after {
		border-color: #db3c17 transparent
	}
}

@media all {
	.YMaps-balloon-small_pink ymaps\:balloon-content {
		border-color: #be558b
	}

	.YMaps-balloon-small_pink ymaps\:balloon-tail {
		border-color: #be558b transparent
	}

	.YMaps-balloon-small_pink ymaps\:balloon-tail::after {
		border-color: #db60a0 transparent
	}
}

@media all {
	.YMaps-balloon-small_grey ymaps\:balloon-content {
		border-color: #939393
	}

	.YMaps-balloon-small_grey ymaps\:balloon-tail {
		border-color: #939393 transparent
	}

	.YMaps-balloon-small_grey ymaps\:balloon-tail::after {
		border-color: #adadad transparent
	}
}

@media all {
	.YMaps-balloon-small_blue ymaps\:balloon-content {
		border-color: #3649bc
	}

	.YMaps-balloon-small_blue ymaps\:balloon-tail {
		border-color: #3649bc transparent
	}

	.YMaps-balloon-small_blue ymaps\:balloon-tail::after {
		border-color: #384fd6 transparent
	}
}

@media all {
	.YMaps-balloon-small_black ymaps\:balloon-content {
		border-color: #292929
	}

	.YMaps-balloon-small_black ymaps\:balloon-tail {
		border-color: #292929 transparent
	}

	.YMaps-balloon-small_black ymaps\:balloon-tail::after {
		border-color: #2e3641 transparent
	}
}

@media all {
	.YMaps-balloon-small_green ymaps\:balloon-content {
		border-color: #2eab19
	}

	.YMaps-balloon-small_green ymaps\:balloon-tail {
		border-color: #2eab19 transparent
	}

	.YMaps-balloon-small_green ymaps\:balloon-tail::after {
		border-color: #33c61a transparent
	}
}

@media all {
	.YMaps-balloon-small_brown ymaps\:balloon-content {
		border-color: #855a34
	}

	.YMaps-balloon-small_brown ymaps\:balloon-tail {
		border-color: #855a34 transparent
	}

	.YMaps-balloon-small_brown ymaps\:balloon-tail::after {
		border-color: #986639 transparent
	}
}

@media all {
	.YMaps-balloon-small_night ymaps\:balloon-content {
		border-color: #2c3441
	}

	.YMaps-balloon-small_night ymaps\:balloon-tail {
		border-color: #2c3441 transparent
	}

	.YMaps-balloon-small_night ymaps\:balloon-tail::after {
		border-color: #2e3847 transparent
	}
}

@media all {
	.YMaps-balloon-small_white ymaps\:balloon-content {
		color: #333;
		background: transparent linear-gradient(to top, rgb(241, 241, 241) 0%, rgb(255, 255, 255) 70%) repeat scroll 0% 0%;
		border-color: #c5c5c5
	}

	.YMaps-balloon-small_white ymaps\:balloon-tail {
		border-color: #c5c5c5 transparent
	}

	.YMaps-balloon-small_white ymaps\:balloon-tail::after {
		border-color: #e2e2e2 transparent
	}
}

@media all {
	.YMaps-balloon-small_orange ymaps\:balloon-content {
		color: #333;
		border-color: #bc8b16
	}

	.YMaps-balloon-small_orange ymaps\:balloon-tail {
		border-color: #bc8b16 transparent
	}

	.YMaps-balloon-small_orange ymaps\:balloon-tail::after {
		border-color: #dca218 transparent
	}
}

@media all {
	.YMaps-balloon-small_violet ymaps\:balloon-content {
		border-color: #871e9e
	}

	.YMaps-balloon-small_violet ymaps\:balloon-tail {
		border-color: #871e9e transparent
	}

	.YMaps-balloon-small_violet ymaps\:balloon-tail::after {
		border-color: #9b1fb5 transparent
	}
}

@media all {
	.YMaps-balloon-small_yellow ymaps\:balloon-content {
		color: #333;
		border-color: #beb817
	}

	.YMaps-balloon-small_yellow ymaps\:balloon-tail {
		border-color: #beb817 transparent
	}

	.YMaps-balloon-small_yellow ymaps\:balloon-tail::after {
		border-color: #dbd417 transparent
	}
}

@media all {
	.YMaps-balloon-small_blue-d ymaps\:balloon-content {
		border-color: #202869
	}

	.YMaps-balloon-small_blue-d ymaps\:balloon-tail {
		border-color: #202869 transparent
	}

	.YMaps-balloon-small_blue-d ymaps\:balloon-tail::after {
		border-color: #212b78 transparent
	}
}

@media all {
	.YMaps-balloon-small_blue-l ymaps\:balloon-content {
		border-color: #4e8bbf
	}

	.YMaps-balloon-small_blue-l ymaps\:balloon-tail {
		border-color: #4e8bbf transparent
	}

	.YMaps-balloon-small_blue-l ymaps\:balloon-tail::after {
		border-color: #569edb transparent
	}
}

@media all {
	.YMaps-balloon-small_green-d ymaps\:balloon-content {
		border-color: #20691e
	}

	.YMaps-balloon-small_green-d ymaps\:balloon-tail {
		border-color: #20691e transparent
	}

	.YMaps-balloon-small_green-d ymaps\:balloon-tail::after {
		border-color: #227820 transparent
	}
}

@media all {
	.YMaps-balloon-small_orange-d ymaps\:balloon-content {
		border-color: #be5f19
	}

	.YMaps-balloon-small_orange-d ymaps\:balloon-tail {
		border-color: #be5f19 transparent
	}

	.YMaps-balloon-small_orange-d ymaps\:balloon-tail::after {
		border-color: #dc6b19 transparent
	}
}

.opacity {
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1;
	filter: alpha(opacity=100)
}

.opacity:hover {
	opacity: .8;
	filter: alpha(opacity=80)
}

#product-block {
	background: url("../images/product.png") center center no-repeat;
	height: 338px;
	width: 100% !important;
	display: block;
	margin: 0 !important;
	margin: 0 !important;
	background-size: contain;
	text-align: center
}

#product-block .plashka2-t {
	color: #fff915;
	font-size: 16px;
	line-height: 25px
}

#product-block .plashka2 b {
	text-shadow: 1px 1px 2px #373838
}

#product-block .plashka2 {
	position: absolute;
	background: url("../images/sale-bg-2.png") center center no-repeat;
	background-size: 204px 274px;
	width: 170px !important;
	height: 138px;
	padding: 157px 31px 0 0;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: -37px 0 0 57px !important;
	box-sizing: content-box;
	z-index: 5
}

@media screen and (max-width: 767px) {
	#product-block {
		width: 100% !important;
		height: 224px !important;
		margin: 0 !important
	}

	#product-block .plashka2 {
		background-size: 145px 198px;
		width: 110px !important;
		height: 98px;
		padding: 120px 25px 0 0;
		line-height: 14px;
		font-size: 12px;
		margin: -25px 0 0 50px !important
	}

	#product-block .plashka2-t {
		font-size: 14px
	}
}

@media screen and (max-width: 720px) {
	.renul_seDwyoGn57 .gelat_Bb6MhOHv {
		text-align: center
	}
}

@media screen and (max-width: 325px) {
	#product-block .plashka2 {
		margin: -25px 0 0 20px !important
	}
}

@media screen and (max-width: 200px) {
	#product-block .plashka2 {
		display: none
	}
}

@media screen and (max-width: 480px) {
	#product-block .plashka2 {
		display: none
	}

	#logo {
		margin-left: 0
	}
}

@media screen and (max-width: 909px) {
	:lang(ru) nav#main-nav .top-nav>li>a {
		height: 28px
	}

	nav#main-nav .top-nav li a {
		padding: 4px
	}
}

/* */

.out-comebacker-content {
	background: #3c72b5;
	background: -moz-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
	background: linear-gradient(135deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c72b5', endColorstr='#7b9fcc', GradientType=1);
	font-family: Roboto !important;
	position: relative;
	border: 5px solid #ddd
}

.actsss {
	display: none !important
}

.out-comebacker-content-close p {
	font-family: sans-serif;
	color: #fff;
	float: right;
	cursor: pointer;
	margin: 3px 10px 0 0 !important;
	font-size: 30px !important;
	line-height: 20px
}

.eeee {
	background-color: rgba(0, 0, 0, .7);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 333;
	position: fixed;
	cursor: pointer
}

p.out-comebacker-content-mainp {
	font-size: 30px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-top: 25px;
	display: block;
	color: #fff;
	text-align: center;
	margin: 5px 0 0;
	font-style: normal
}

.out-comebacker-content-main-text-img {
	display: block;
	width: 97%;
	padding: 0 5px;
	margin-top: 30px
}

.out-comebacker-content-main-img {
	float: left;
	display: block;
	width: 32%;
	margin: 0 auto
}

.out-comebacker-content-main-img img {
	display: block;
	width: 74%;
	margin: 0 auto;
	margin-bottom: -10px;
	margin-top: 12px
}

.out-comebacker-content-main-text {
	display: block;
	width: 64%;
	float: right;
	margin-left: 3%;
	margin-top: 8px;
	margin-right: 0%
}

.out-comebacker-content-main-text p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	text-align: left;
	color: #fff;
	font-size: 22px !important;
	padding-bottom: 5px;
	font-style: normal !important
}

.out-comebacker-content-main-text-img:after {
	content: '';
	display: block;
	clear: both
}

.out-comebacker-content-btn {
	width: fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: table;
	margin: 10px auto;
	font-size: 23px !important;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: 700;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	padding: 15px !important;
	margin-top: 25px;
	margin-bottom: 30px;
	font-style: normal
}

.out-comebacker-content-btn:hover {
	background: #fff;
	color: #b0493b
}

.content-right-recommend-middle p {
	text-align: center
}

.content-right {
	text-align: left
}

@media screen and (max-width: 845px) {
	.out-comebacker-content {
		width: 100%;
		height: auto !important
	}

	.my-com-date {
		line-height: 27px
	}

	.out-comebacker-content-btn {
		max-width: 78%;
		font-size: 16px !important
	}

	.out-comebacker-content-main-text p {
		font-size: 18px !important;
		text-align: center;
		line-height: 25px
	}

	.out-comebacker-content-main-img {
		display: none
	}

	p.out-comebacker-content-mainp {
		font-size: 20px !important
	}

	.out-comebacker-content-main-text {
		float: none;
		width: 100%;
		margin: 0
	}

	.pop_btn {
		font-size: 18px !important;
		max-width: 250px;
		padding: 10px
	}

	.out-comebacker-content- {
		height: auto
	}
}

.ps-popup-default {
	padding: 0 !important
}

.out-comebacker-content-btn:focus:hover {
	color: #b0493b !important
}

#created-button-1,
#created-button-2 {
	line-height: 1.7em !important
}

.my-com-date {
	color: #5b5f65;
	text-shadow: 0 0 0 #000;
	font-weight: 600;
	line-height: 34px;
	padding: 1px 4px;
	background: #fdfdfd;
	border-radius: 3px;
	font-size: 20px !important
}

.out-comebacker-content-btn:hover {
	text-decoration: none !important;
	transition: .3s !important
}

.out-comebacker-content-btn:focus {
	text-decoration: none;
	color: #fff
}

.out-comebacker-content-btn:active {
	border: 1px solid #fff
}

a:active,
a:focus {
	outline: none
}

input,
textarea {
	outline: none
}

input:active,
textarea:active {
	outline: none
}

:focus {
	outline: none
}

textarea {
	resize: none
}

textarea {
	resize: vertical
}

textarea {
	resize: horizontal
}

button:active,
button:focus {
	outline: none !important
}

button::-moz-focus-inner {
	border: 0 !important
}

/* */

.screenLock {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	top: 0px;
	left: 0px;
	z-index: 99999;
	display: none;
}

.msg {
	position: absolute;
	width: 620px;
	height: 287px;
	top: 150px;
	left: 50%;
	margin-left: -300px;
	background: rgb(20, 143, 185) none repeat scroll 0% 0%;
	border: 1px solid rgb(238, 238, 238);
}

.msg>h1 {
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.msg>h2 {
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.close {
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 40px;
	cursor: pointer;
}

.submit {
	margin-top: 10px;
	height: 50px;
	width: 400px;
	background-color: firebrick;
	color: rgb(255, 255, 255);
	font-size: 30px;
	border-radius: 3px;
}

.fig {
	text-align: center;
}

/* */

body {
	position: relative;
	-webkit-animation-name: example;
	-webkit-animation-duration: 1.3s;
	animation-name: example;
	animation-duration: 1.3s;
}

@-webkit-keyframes example {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0.9;
	}

	100% {
		opacity: 1;
	}
}

/* Standard syntax */

@keyframes example {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 0.9;
	}

	100% {
		opacity: 1;
	}
}

.prod-image {
	display: block;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}