/*partials*/
/*Colors-----------------------------------------------------------------*/
/*Fonts------------------------------------------------------------------*/
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/OpenSans/OpenSans-Light-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OpenSans/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-Light-webfont.woff") format("woff"), url("fonts/OpenSans/OpenSans-Light-webfont.ttf") format("truetype"), url("fonts/OpenSans/OpenSans-Light-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 300;
  src: url("fonts/OpenSans/OpenSans-LightItalic-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OpenSans/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-LightItalic-webfont.woff") format("woff"), url("fonts/OpenSans/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("fonts/OpenSans/OpenSans-LightItalic-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 400;
  src: url("fonts/OpenSans/OpenSans-Regular-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff"), url("fonts/OpenSans/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans/OpenSans-Regular-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/OpenSans/OpenSans-Italic-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OpenSans/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-Italic-webfont.woff") format("woff"), url("fonts/OpenSans/OpenSans-Italic-webfont.ttf") format("truetype"), url("fonts/OpenSans/OpenSans-Italic-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/OpenSans/OpenSans-Bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/OpenSans/OpenSans-Bold-webfont.ttf") format("truetype"), url("fonts/OpenSans/OpenSans-Bold-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'OpenSans';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/OpenSans/OpenSans-BoldItalic-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/OpenSans/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans-BoldItalic-webfont.woff") format("woff"), url("fonts/OpenSans/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("fonts/OpenSans/OpenSans-BoldItalic-webfont.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/*Other------------------------------------------------------------------*/
/*CSS reset--------------------------------------------------------------*/
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,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

*, *:before, *:after {
  box-sizing: border-box;
}

/*Initial element setup--------------------------------------------------*/
hr {
  display: block;
  border: 0;
  padding: 0;
  margin-top: 55px;
  margin-bottom: 70px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

em {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

img {
  /*IE9 fix*/
  border: 0;
}

a, input, textarea, button {
  margin: 0;
}

input, textarea, button {
  font-family: "OpenSans", sans-serif, Arial;
  font-size: 16px;
}

a {
  color: #d63f06;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  word-wrap: break-word;
}

::-webkit-input-placeholder {
  color: #4D4D4D;
  opacity: 1;
}
:-moz-placeholder {
  color: #4D4D4D;
  opacity: 1;
}
::-moz-placeholder {
  color: #4D4D4D;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #4D4D4D;
  opacity: 1;
}
.cf:before, .cf:after, .clear-block:before, .clear-block:after {
  content: " ";
  display: table;
}
.cf:after, .clear-block:after {
  clear: both;
}

.cf iframe {
  max-width: 100%;
}

.hidden {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.row {
  margin-bottom: 30px;
}

.row-half {
  margin-bottom: 15px;
}

.table {
  display: table;
}
.table .tr {
  display: table-row;
}
.table .td {
  display: table-cell;
  vertical-align: middle;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #4D4D4D;
  margin-bottom: 20px;
}

h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}

h3 {
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.main-centering {
  margin-left: auto;
  margin-right: auto;
}

.main-width {
  max-width: 1205px;
  padding: 0 25px;
}

.main-width2 {
  max-width: 1110px;
  padding: 0 25px;
}

/*Page layout------------------------------------------------------------*/
html {
  background-color: #F2F2F2;
  font-family: "OpenSans", sans-serif, Arial;
  font-size: 16px;
  color: #4D4D4D;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-y: scroll;
  background-color: #F2F2F2;
}

/*  Custom styles  */
[role="contentinfo"] [role] {
  margin: -30px 0 30px 0;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
}
[role="contentinfo"] [role="info"] {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
[role="contentinfo"] [role="alert"] {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
[role="contentinfo"] [role="warning"] {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
[role="contentinfo"] [role="success"] {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.cookie-notification {
  position: fixed;
  bottom: 17px;
  left: 20px;
  max-width: 80%;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #f37d2e;
  padding: 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
  font-size: 14px;
  text-align: center;
  transition: all 0.2s 0s;
  -webkit-transition: all 0.2s 0s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cookie-notification-accept {
  color: #d63f06;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}
.cookie-notification-accept:hover {
  text-decoration: underline;
}
.cookie-notification .cookie-notification-x {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-indent: 0;
  top: -8px;
  right: -8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cookie-notification.disabled {
  opacity: 0;
  visibility: hidden;
}

.input input[type="text"], .input input[type="password"], .input textarea {
  background: #d5d4d4;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 22px;
  font-size: 13px;
  display: block;
  width: 100%;
}
.input input[type="text"].form-input, .input input[type="password"].form-input, .input textarea.form-input {
  background: #FFFFFF;
  border: 1px solid #565656;
  font-size: 15px;
  height: 40px;
}
.input input[type="text"].form-input::-webkit-input-placeholder, .input input[type="password"].form-input::-webkit-input-placeholder, .input textarea.form-input::-webkit-input-placeholder {
  color: #313131;
}
.input input[type="text"].form-input:-moz-placeholder, .input input[type="password"].form-input:-moz-placeholder, .input textarea.form-input:-moz-placeholder {
  color: #313131;
}
.input input[type="text"].form-input::-moz-placeholder, .input input[type="password"].form-input::-moz-placeholder, .input textarea.form-input::-moz-placeholder {
  color: #313131;
}
.input input[type="text"].form-input:-ms-input-placeholder, .input input[type="password"].form-input:-ms-input-placeholder, .input textarea.form-input:-ms-input-placeholder {
  color: #313131;
}
.input input[type="text"].form-input[disabled], .input input[type="password"].form-input[disabled], .input textarea.form-input[disabled] {
  background: transparent;
}

.nav-line {
  padding: 0 0 0 25px;
}
.nav-line .main-nav {
  float: left;
}
.nav-line .main-nav-item {
  float: left;
  margin-right: 30px;
  position: relative;
}
.nav-line .main-nav-item:hover .main-submenu {
  opacity: 1;
  z-index: 1;
  transition: top 0s 0s, opacity 0.3s 0s;
  -webkit-transition: top 0s 0s, opacity 0.3s 0s;
}
.nav-line .main-nav-item > .main-nav-link:focus + .main-submenu {
  opacity: 1;
  z-index: 1;
  transition: top 0s 0s, opacity 0.3s 0s;
  -webkit-transition: top 0s 0s, opacity 0.3s 0s;
}
.nav-line .main-nav-link {
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 55px;
  line-height: 52px;
  text-transform: uppercase;
  color: #4D4D4D;
  border-bottom: 4px solid #FFFFFF;
}
.nav-line .main-nav-link:hover {
  text-decoration: none;
  color: #d63f06;
}
.nav-line .main-nav-link.is-active {
  border-color: #d63f06;
  color: #d63f06;
}
.nav-line .main-nav.mobile-device .main-nav-item:hover .main-submenu {
  position: fixed;
  top: -9999%;
  left: 0;
  right: 0;
}
.nav-line .main-nav.mobile-device .main-nav-item > a.main-nav-link:focus + .main-submenu {
  position: fixed;
  top: -9999%;
  left: 0;
  right: 0;
}
.nav-line .main-nav .main-submenu {
  position: fixed;
  top: 130px;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
  background: #FFFFFF;
  border-top: 4px solid #d63f06;
  padding: 30px 0 46px;
}
.nav-line .main-nav .main-submenu-list {
  float: left;
  width: 280px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  margin-top: -6px;
}
.nav-line .main-nav .main-submenu-item {
  padding: 0 0 14px;
}
.nav-line .main-nav .main-submenu-item-submenu {
  padding: 5px 0 0 10px;
}
.nav-line .main-nav .main-submenu-item-submenu li {
  margin-top: 5px;
}
.nav-line .main-nav .main-submenu-item-submenu-item {
  color: #000000;
  font-weight: normal;
}
.nav-line .main-nav .main-submenu-item-submenu-item:hover, .nav-line .main-nav .main-submenu-item-submenu-item.is-active {
  color: #d63f06;
}
.nav-line .main-nav .main-submenu-link {
  color: #000000;
}
.nav-line .main-nav .main-submenu-link:hover, .nav-line .main-nav .main-submenu-link.is-active {
  color: #d63f06;
}
.nav-line .main-nav .main-submenu-block {
  float: left;
  width: 220px;
  margin-left: 40px;
}
.nav-line .main-nav .main-submenu .submenu-news {
  display: block;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}
.nav-line .main-nav .main-submenu .submenu-news-image {
  height: 165px;
  overflow: hidden;
  position: relative;
}
.nav-line .main-nav .main-submenu .submenu-news-image img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav-line .main-nav .main-submenu .submenu-news-title {
  font-weight: bold;
  margin: 10px 0 0;
}
@media screen and (max-width: 1182px) {
  .nav-line .main-nav .main-submenu .main-submenu-block {
    margin-left: 10px;
    width: 200px;
  }
}

.page-header {
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #FFFFFF;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -webkit-box-shadow: 0 0 20px transparent;
  -moz-box-shadow: 0 0 20px transparent;
  box-shadow: 0 0 20px transparent;
}
.page-header.scrolled {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.page-header .inner {
  background: #F2F2F2;
  height: 75px;
  padding: 15px 25px;
}
.page-header .rightside {
  padding-top: 10px;
  float: right;
  font-size: 12px;
  line-height: 30px;
  color: #4D4D4D;
  font-weight: bold;
  text-transform: uppercase;
}
.page-header .rightside a {
  color: #4D4D4D;
}
.page-header .rightside .mobile-hide {
  float: left;
}
.page-header .rightside .langs {
  float: left;
}
.page-header .rightside .langs li {
  float: left;
}
.page-header .rightside .langs li + li {
  position: relative;
  padding-left: 30px;
}
.page-header .rightside .langs li + li:before {
  position: absolute;
  content: '/';
  width: 30px;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.page-header .rightside .langs a.active {
  color: #d63f06;
  text-decoration: none;
}
.page-header .rightside .partner-logo {
  float: left;
  margin-top: -10px;
  margin-left: 25px;
}
.page-header .logo {
  float: left;
  margin-top: -7px;
}
.page-header .logo h1 {
  margin: 0;
}

.socials {
  float: left;
  margin-top: -3px;
  margin-left: 20px;
}
.socials li {
  float: left;
  margin-left: 10px;
}
.socials li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
}
.socials li a .default, .socials li a .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
.socials li a .specicon img {
  opacity: 0.5;
}
.socials li a .hover {
  opacity: 0;
}
.socials li a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.socials li a:hover .default {
  opacity: 0;
}
.socials li a:hover .hover {
  opacity: 1;
}
.socials-passport {
  float: none;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
.socials-passport li a {
  width: 39px;
  height: 39px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.socials-passport li a .default {
  opacity: 1;
}
.socials-passport li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.socials-passport li a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.socials-passport li a:hover .default {
  opacity: 1;
}

.body {
  padding-top: 30px;
  display: block;
}

.page {
  padding-top: 130px;
}

.mobile-menu {
  display: none;
}

.promo {
  position: relative;
  margin-top: -30px;
}
.promo-items {
  overflow: hidden;
  position: relative;
  height: 480px;
}
.promo-item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: none;
}
.promo-item[aria-hidden="false"] {
  display: block;
  opacity: 1;
}
.promo-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.promo-image img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.promo-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: #000000;
  opacity: 0.46;
}
.promo-text {
  position: relative;
  padding: 59px 320px 70px 25px;
  color: #FFFFFF;
  font-weight: bold;
}
.promo-text .info {
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 24px;
}
.promo-text .info .separator {
  margin: 0 15px;
}
.promo-text .title {
  font-size: 36px;
  line-height: 46px;
}
.promo-text .title a {
  color: #FFFFFF;
}
.promo-text .title a:hover {
  color: #d63f06;
}
.promo-iframe iframe, .promo-twitter iframe {
  width: 100% !important;
  height: 100% !important;
}
.promo-iframe-container {
  height: auto;
}
.promo-twitter {
  float: left;
}
.promo .controls {
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.promo .controls-inner {
  width: 290px;
  position: absolute;
  right: 25px;
  bottom: 0;
  overflow: hidden;
  line-height: 60px;
  height: 60px;
}
.promo .controls-page {
  background: #f37d2e;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
  width: 90px;
  font-size: 14px;
  float: left;
}
.promo .controls-page .separator {
  margin: 0 8px;
}
.promo .controls-prev, .promo .controls-next {
  width: 100px;
  display: block;
  height: 60px;
  cursor: pointer;
  float: left;
  text-indent: -9999px;
  background: url('../images/icon-back.svg?1530522207') #FFFFFF no-repeat center center;
}
.promo .controls-prev:hover, .promo .controls-prev:focus, .promo .controls-next:hover, .promo .controls-next:focus {
  background-color: #ebe1da;
  outline-offset: -2px;
}
.promo .controls-next {
  background-image: url('../images/icon-next.svg?1530522207');
}

.button {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 29px;
  border: 1px solid #f37d2e;
  display: inline-block;
  padding: 1px 15px 0;
  color: #4D4D4D;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
}
.button:hover {
  text-decoration: none;
  color: #d63f06;
}
.button-black, .comments-form .button.js-form-submit {
  border: 1px solid #000000;
  font-size: 12px;
  line-height: 23px;
  padding: 10px 35px;
  color: #000000;
  letter-spacing: 0;
}
.button-black:hover, .comments-form .button.js-form-submit:hover {
  color: #d63f06;
}
.button-white {
  border: 1px solid #FFFFFF;
  font-size: 12px;
  line-height: 19px;
  padding: 10px 35px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.button-white:hover {
  background: #FFFFFF;
}
.button-graph {
  position: relative;
}
.button-graph:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background: url('../images/icon-mobile-graph.png?1530522207') transparent no-repeat center center;
}

.news {
  margin: 60px 0 0;
}
.news-item {
  width: 25%;
  float: left;
  text-align: center;
  color: #000000;
}
.news-item a {
  color: #000000;
}
.news-image {
  height: 218px;
  overflow: hidden;
  position: relative;
}
.news-image img {
  min-width: 100.3%;
  min-height: 100.1%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding: 21px 30px 0;
}
.news-text {
  font-size: 14px;
  line-height: 25px;
  padding: 7px 30px 0;
}
.news.no-image {
  padding-top: 9px;
}

.all-news {
  text-align: center;
  margin-top: 39px;
}

@media screen and (min-width: 1025px) {
  .multifunctional-reverse {
    display: flex;
    flex-direction: row-reverse;
    margin: 25px 0;
  }
  .multifunctional-reverse .multifunctional-item {
    margin-top: 0;
  }
  .multifunctional-reverse .quote {
    height: 100%;
  }
}
.multifunctional-item {
  margin-top: 25px;
  width: 100%;
}
.multifunctional-item.item-left {
  float: left;
}
.multifunctional-item.item-right {
  float: right;
}
.multifunctional-item.item-w25 {
  width: 25%;
}
.multifunctional-item.item-w50 {
  width: 50%;
}
.multifunctional-item.item-w75 {
  width: 75%;
}
.multifunctional-item.item-no-margin {
  margin-top: 0;
}
.multifunctional a:not(.tabs-controls-item) {
  display: block;
}

.videoblock {
  position: relative;
  height: 490px;
  overflow: hidden;
}
.videoblock iframe {
  width: 100%;
  height: 100%;
}
.videoblock iframe[aria-hidden="true"] {
  display: none;
}
.videoblock .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.3s 0s, left 0s 0.3s;
  -webkit-transition: opacity 0.3s 0s, left 0s 0.3s;
}
.videoblock .overlay:hover .overlay-bg:after, .videoblock .overlay:focus .overlay-bg:after {
  background: url('../images/icon-video.svg?1530522207') rgba(0, 0, 0, 0.25) no-repeat right 43px top 43px;
}
.videoblock .overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.videoblock .overlay-bg img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.videoblock .overlay-bg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../images/icon-video.svg?1530522207') rgba(0, 0, 0, 0.55) no-repeat right 43px top 43px;
}
.videoblock .overlay-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
  padding: 165px 100px 100px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.videoblock .overlay-text img {
  margin-bottom: 10px;
}
.videoblock .overlay-text b {
  color: #d63f06;
}
.videoblock .overlay-lead {
  margin-top: 14px;
  font-weight: bold;
}
.videoblock.playing .overlay {
  opacity: 0;
  left: -99999%;
}

.overview {
  height: 490px;
  overflow: hidden;
  position: relative;
  display: block;
}
.overview img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.overview-text {
  position: absolute;
  left: 30px;
  top: 50%;
  right: 30px;
  background: rgba(0, 0, 0, 0.76);
  margin-top: -21px;
  padding: 19px 30px 16px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}
.overview-text b {
  color: #d63f06;
}
.overview-text h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin: 0;
}

.diagram {
  background: #FFFFFF;
  padding: 25px 115px 25px 50px;
  position: relative;
}
.diagram .tabs {
  margin-top: 0;
}
.diagram .tabs-controls {
  text-align: left;
  margin-left: -15px;
}
.diagram .all-link {
  position: absolute;
  right: 30px;
  top: 25px;
}
.diagram .all-link .button {
  letter-spacing: 2px;
}
.diagram-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 4px;
  font-weight: bold;
  margin: 33px 0 51px;
}
.diagram-holder img {
  max-width: 100%;
}

.diagram-comment {
  background: #f37d2e;
  height: 100%;
  color: #000;
  padding: 22px 25px 20px;
}
.diagram-comment.active {
  display: block;
}
.diagram-comment[aria-hidden="true"] {
  display: none;
}

.diagram {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .multifunctional-indicators {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .multifunctional-indicators .multifunctional-item {
    display: flex;
    margin: 0;
  }
}
.quote-button > a {
  background: #FFFFFF;
  color: #d63f06;
}
.quote-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.quote-person {
  margin-top: 32px;
  padding-left: 75px;
  position: relative;
  min-height: 60px;
}
.quote-person-img {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.quote-person-img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
}
.quote-person-title {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.quote-person-title a {
  color: #000000;
}
.quote-person-info {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  margin-top: 2px;
}
.quote-text {
  font-size: 12px;
  line-height: 22px;
  margin-top: 20px;
  max-height: 154px;
  overflow: hidden;
}
.quote-button {
  margin-top: 30px;
  color: #000000;
}

.lectures, .studies, .actual, .survey {
  height: 238px;
}

.discussions, .conference-img {
  height: 476px;
}

.actual {
  background: #6c6c6c;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 35px 15px;
  font-weight: bold;
}
.actual-title {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 4px;
  max-height: 50px;
  overflow: hidden;
}
.actual-number {
  font-size: 45px;
  margin-top: 10px;
}
.actual-detail {
  font-size: 12px;
  line-height: 90px;
  height: 90px;
  overflow: hidden;
  margin: 15px -22px 0;
}
.actual-detail a, .actual-detail span {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.actual a {
  color: #FFFFFF;
}

.actual-item-long {
  padding: 36px 25px 36px 50px;
  margin-top: 2rem;
  background-color: white;
  line-height: 38px;
  color: black;
}
.actual-item-long .actual-number {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0;
  width: 10%;
}
.actual-item-long .actual-text {
  font-weight: bold;
  vertical-align: middle;
  padding: 0 2rem;
  letter-spacing: 0;
}
.actual-item-long .actual-link {
  letter-spacing: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.actual-item-long .actual-link > a {
  padding: 0 2rem;
  line-height: 41px;
  float: right;
}

@media screen and (max-width: 1225px) {
  .actual-item-long {
    padding: 36px 25px 36px 25px;
  }
}
@media screen and (max-width: 1100px) {
  .actual-item-long .actual-text {
    font-size: 21px !important;
  }
}
.survey {
  background: #FFFFFF;
  padding: 27px 20px 20px;
}
.survey-title {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: #000000;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.survey-question {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-top: 15px;
}
.survey-options {
  margin-top: 23px;
}
.survey-options .radio {
  margin-top: 9px;
}
.survey .survey-result {
  display: none;
  width: 35px;
  height: 19px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  color: #d63f06;
}
.survey.voted .survey-result {
  display: inline-block;
}
.survey.voted .radio .radio-label:before {
  display: none;
}

.hoverlay {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.hoverlay-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hoverlay-image img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hoverlay-image:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.38);
}
.hoverlay-orange .hoverlay-image:after {
  background: rgba(243, 125, 46, 0.45);
}
.hoverlay-gray .hoverlay-image:after {
  background: rgba(49, 49, 49, 0.6);
}
.hoverlay:hover .hoverlay-image:after, .hoverlay:focus .hoverlay-image:after {
  opacity: 0;
}
.hoverlay-text {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  margin-top: -15px;
  letter-spacing: 2px;
}
.hoverlay-info {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.hoverlay-info .inner {
  display: inline-block;
  color: #d63f06;
  font-size: 12px;
  line-height: 15px;
  vertical-align: bottom;
  padding: 19px 15px;
  min-width: 100px;
  background: #FFFFFF;
  border-bottom: 1px solid #d63f06;
}
.hoverlay-info .inner.bigger {
  font-size: 14px;
  min-width: 0;
  padding: 12px 10px 14px;
}

.pc-hide {
  display: none;
}

.footer {
  padding-bottom: 25px;
}

.footmenu {
  margin-top: 43px;
}
.footmenu-item {
  float: left;
  width: 25%;
  padding-right: 20px;
}
.footmenu-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.footmenu-list {
  margin-top: 31px;
}
.footmenu-list-item {
  line-height: 18px;
  padding: 5px 0;
  font-size: 12px;
  font-weight: bold;
}
.footmenu-list-item a {
  color: #565656;
}
.footmenu-list-item a:hover {
  color: #d63f06;
}

.copysline {
  margin-top: 35px;
}
.copysline .melogo {
  float: left;
  width: 120px;
  margin-left: 20px;
}
.copysline .melogo img {
  max-width: 100%;
}
.copysline .lblogo {
  float: left;
}
.copysline .copysline-text {
  float: left;
  margin-top: 19px;
}
.copysline-text {
  width: 75%;
  font-size: 12px;
  color: #4D4D4D;
  float: left;
}
.copysline-text .copyscol {
  float: left;
  width: 33%;
}
.copysline-text .copyscol .title {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 0;
  line-height: 1;
}
.copysline-text .copyscol a {
  font-weight: bold;
  color: #000000;
}
.copysline-text .copyscol a:hover {
  color: #d63f06;
}
.copysline-text .copyscol.larger {
  width: auto;
  margin-right: 25px;
}
.copysline-text .copyscol.smaller {
  width: auto;
}
.copysline-text .copyscol h5 {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 16px;
}
.copysline-text .copyscol.no-title {
  padding-top: 27px;
}

.checkbox {
  font-size: 14px;
  position: relative;
  line-height: 20px;
}
.checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  position: absolute;
}
.checkbox .checkbox-label:before {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #565656;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 16px;
}

.radio {
  font-size: 12px;
  position: relative;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}
.radio input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  position: absolute;
}
.radio input:checked + .radio-label:before {
  border-width: 7px;
}
.radio .radio-label:before {
  display: inline-block;
  content: '';
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f37d2e;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 16px;
}

.page-right {
  will-change: min-height;
}

.page-right .addons, .page-right .sidebar-inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.page-right {
  float: right;
  width: 290px;
  position: relative;
}
.page-right .item-no-margin {
  margin-bottom: 20px;
}
.page-right .addons {
  transition: none;
  -webkit-transition: none;
}

.page-left {
  float: left;
  width: 850px;
}

.universal-page {
  background: #FFFFFF;
  padding: 37px 110px 40px 50px;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  position: relative;
}
.universal-page .page-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  color: #000000;
  margin: 0 50px 23px 0;
}
.universal-page .page-subtitle {
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
  color: #000000;
  margin: 0 50px 27px 0;
}
.universal-page h1:not([class]) {
  font-size: 24px;
  line-height: 33px;
  font-weight: bold;
  color: #000000;
  margin: 0 50px 27px 0;
}
.universal-page h2:not([class]) {
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
  color: #000000;
  margin: 0 50px 27px 0;
}
.universal-page h3:not([class]) {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
}
.universal-page h4:not([class]) {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px;
}
.universal-page .page-subtitle {
  margin: 0 0 43px;
}
.universal-page img {
  max-width: 100%;
  height: auto;
}
.universal-page img[data-align="left"], .universal-page img.align-left {
  float: left;
  margin: 8px 20px 10px 0;
}
.universal-page img[data-align="right"], .universal-page img.align-right {
  float: left;
  margin: 8px 0px 10px 20px;
}
.universal-page p {
  margin: 0 0 20px;
  display: inline-block;
}
.universal-page p.search-result-info {
  font-size: 11px;
  color: #4D4D4D;
  font-weight: bold;
  position: relative;
  top: -10px;
}
.universal-page figure {
  display: inline-block;
  max-width: 100%;
}
.universal-page figure figcaption {
  text-align: right;
  font-size: 11px;
}
.universal-page figure figcaption span {
  color: #000000;
}
.universal-page .content-in-short ul:not([class]) li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #26303b;
  left: 0;
  top: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.universal-page ul:not([class]), .universal-page ol {
  margin: 0 0 20px;
}
.universal-page ul:not([class]) li, .universal-page ol li {
  margin: 0 0 10px;
  padding-left: 30px;
  position: relative;
}
.universal-page ul:not([class]) li h3, .universal-page ol li h3 {
  line-height: inherit;
  margin-bottom: 15px;
  font-weight: bold;
}
.universal-page ul:not([class]) li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #f37d2e;
  left: 0;
  top: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.universal-page ol li {
  counter-increment: myIndex;
}
.universal-page ol li:before {
  content: counter(myIndex) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #d63f06;
}
.universal-page table {
  margin: 30px 0 55px;
  width: 105%;
}
.universal-page table td, .universal-page table th {
  text-align: left;
  padding: 20px 30px 20px 0;
  line-height: 20px;
}
.universal-page table td:first-child, .universal-page table th:first-child {
  padding-left: 30px;
}
.universal-page table th {
  background: #d63f06;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.universal-page table td {
  font-size: 12px;
  border-spacing: 0;
}
.universal-page .addon-tabs {
  margin: 30px -110px 0 -50px;
}
.universal-page .menu-button {
  position: absolute;
  right: 44px;
  top: 44px;
  width: 40px;
  height: 40px;
  background: url('../images/icon-menu.svg?1530522207') transparent no-repeat center center;
  text-indent: -9999px;
}
.universal-page .lead-image {
  position: relative;
  margin: 0 -110px 54px -50px;
}
.universal-page .lead-image img {
  width: 100%;
  display: block;
}
.universal-page .lead-image.has-gallery {
  cursor: pointer;
}
.universal-page .lead-image-video:after {
  position: absolute;
  content: '';
  width: 95px;
  height: 95px;
  right: 25px;
  top: 25px;
  background: url('../images/icon-video.svg?1530522207') transparent no-repeat center center;
}
.universal-page .lead-image-info {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f37d2e;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 21px 20px 19px;
  letter-spacing: 3px;
}
.universal-page .lead-image figure {
  display: block;
}
.universal-page .lead-image figure figcaption {
  margin-right: 20px;
  margin-top: 5px;
  float: right;
}
.universal-page .lead-text {
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #000000;
}
.universal-page .lead-text.with-border {
  padding-left: 48px;
}
.universal-page .lead-text.with-border:before {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  content: '';
  width: 10px;
  background: #f2622b;
}
.universal-page .me-quote, .universal-page blockquote {
  padding: 0 115px 0 110px;
  margin: 70px 0 72px;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  position: relative;
}
.universal-page .me-quote:before, .universal-page .me-quote:after, .universal-page blockquote:before, .universal-page blockquote:after {
  content: '\2018\2019';
  position: absolute;
  font-size: 73px;
  line-height: 73px;
  color: #f2622b;
  overflow: hidden;
  height: 28px;
}
.universal-page .me-quote:before, .universal-page blockquote:before {
  left: 60px;
  top: -10px;
}
.universal-page .me-quote:after, .universal-page blockquote:after {
  right: 88px;
  bottom: -6px;
}

.author-line {
  margin: 0;
}
.author-line-right {
  position: absolute;
  right: 40px;
  top: 60px;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #000000;
}
.author-line-right .date-modified {
  color: #929292;
}

.print-icons {
  margin-top: 19px;
  position: absolute;
  right: 40px;
  top: 10px;
}
.print-icons a {
  display: block;
  float: right;
  margin-left: 14px;
  width: 35px;
  height: 35px;
  text-indent: 9999px;
  overflow: hidden;
  background: url('../images/icon-printer-large.png?1530522207') transparent no-repeat center center;
}
.print-icons a.print-icons-pdf {
  width: 30px;
  background: url('../images/icon-pdf-large.png?1530522207') transparent no-repeat center center;
}
.print-icons-small {
  margin-top: 14px;
}
.print-icons-small a {
  width: 23px;
  height: 22px;
  margin-left: 9px;
  background: url('../images/icon-printer.png?1530522207') transparent no-repeat center center;
}
.print-icons-small a.print-icons-pdf {
  width: 19px;
  background: url('../images/icon-pdf.png?1530522207') transparent no-repeat center center;
}

.pager__items {
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
}
.pager__items .pager__item {
  display: inline-block;
  vertical-align: middle;
}
.pager__items .pager__item a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
.pager__items .pager__item--next a, .pager__items .pager__item--last a, .pager__items .pager__item--previous a, .pager__items .pager__item--first a {
  font-size: 30px;
  line-height: 26px;
}
.pager__items .pager__item.is-active {
  border-bottom: 2px solid #d63f06;
}
.pager__items .visually-hidden {
  display: none;
}
.pager__items span[aria-hidden="true"] {
  display: none;
}

.authors {
  margin-bottom: 20px;
}
.authors li {
  float: left;
}
.authors li + li {
  padding-left: 20px;
  border-left: 1px solid #8d8d8d;
}
.authors-person {
  width: 260px;
  padding: 0 20px 0 75px;
  position: relative;
  font-weight: bold;
  line-height: 66px;
  vertical-align: middle;
}
.authors-person-img {
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
.authors-person-img img {
  min-width: 100%;
  min-height: 100%;
}
.authors-person-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  position: relative;
  top: -3px;
}
.authors-person-title {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.authors-person-title a {
  color: #000000;
}
.authors-person-title a:hover {
  color: #d63f06;
}
.authors-person-info {
  font-size: 10px;
  line-height: 14px;
  font-weight: normal;
  font-style: italic;
}
.authors-many {
  padding-left: 23px;
  position: relative;
}
.authors-many:before {
  position: absolute;
  content: '';
  width: 1px;
  left: 0;
  top: 5px;
  bottom: 10px;
  background: #8d8d8d;
  display: block;
}
.authors-many li {
  float: none;
  padding: 3px 0;
}
.authors-many li + li {
  padding-left: 0;
  border: none;
}
.authors-many .authors-person-title {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #000000;
}
.authors-many .authors-person-title.highlighted {
  color: #d63f06;
}

.expert-comment {
  background: #fbf4f2;
  margin: 27px -110px 40px -50px;
  padding: 32px 110px 39px 90px;
  position: relative;
}
.expert-comment:before {
  position: absolute;
  left: 50px;
  width: 10px;
  top: 32px;
  bottom: 29px;
  background: #f2622b;
  content: '';
}
.expert-comment-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #f2622b;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: -3px 0 12px;
}
.expert-comment .authors-person {
  margin: 0 0 19px;
}
.expert-comment .authors-person-title {
  font-size: 14px;
}
.expert-comment .authors-person-info {
  color: #000000;
}

.foot-icons {
  margin: 40px 0 50px;
}
.foot-icons .actions {
  float: left;
  margin-top: 14px;
}
.foot-icons .actions li {
  float: left;
  margin-right: 25px;
}
.foot-icons .actions-item {
  display: block;
  position: relative;
  width: 37px;
  height: 34px;
  background: url('../images/icon-like.png?1530522207') transparent no-repeat center center;
}
.foot-icons .actions-item:hover span {
  left: 50%;
  opacity: 1;
  transition: left 0s 0s, opacity 0.3s 0s;
  -webkit-transition: left 0s 0s, opacity 0.3s 0s;
}
.foot-icons .actions-item span {
  position: absolute;
  bottom: 53px;
  left: -9999px;
  opacity: 0;
  width: 55px;
  margin-left: -27px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 4px 5px 4px;
  transition: left 0s 0.3s, opacity 0.3s 0s;
  -webkit-transition: left 0s 0.3s, opacity 0.3s 0s;
}
.foot-icons .actions-item span:before {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -5px;
  bottom: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}
.foot-icons .actions-item.active {
  background: url('../images/icon-like-active.png?1530522207') transparent no-repeat center center;
}
.foot-icons .actions-item-edit {
  background: url('../images/icon-edit.png?1530522207') transparent no-repeat center center;
}
.foot-icons .actions-item-edit span {
  width: 150px;
  margin-left: -75px;
}
.foot-icons .actions-item-cite {
  background: url('../images/icon-cite.png?1530522207') transparent no-repeat center center;
}
.foot-icons .share {
  float: left;
  margin-left: 17px;
  padding: 18px 0 18px 20px;
  border-left: 1px solid #8d8d8d;
  font-size: 14px;
  line-height: 28px;
}
.foot-icons .share-text {
  float: left;
  font-weight: bold;
  margin-right: 7px;
}
.foot-icons .socials li {
  margin-left: 4px;
}

.breadcrumb {
  font-size: 10px;
  font-weight: bold;
  color: #d63f06;
  text-transform: uppercase;
  line-height: 15px;
  margin: -9px 0 29px;
}
.breadcrumb-item {
  margin-top: 10px;
  float: left;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
  position: relative;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: '/';
  color: #9fa0a0;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  text-align: center;
}
.breadcrumb-item a {
  color: #000000;
}
.breadcrumb-item a:hover {
  color: #d62306;
  text-decoration: none;
}
.breadcrumb-item:last-child a {
  color: #d62306;
}

.comments {
  margin: 100px 0 0;
  color: #393939;
  max-width: 560px;
}
.comments-title {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 45px;
}
.comments-title b {
  color: #f2622b;
}
.comments-item {
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 0 25px;
}
.comments-item-reply {
  padding-left: 45px;
  position: relative;
}
.comments-item-reply:before {
  position: absolute;
  content: '';
  left: 0;
  top: 25px;
  width: 20px;
  height: 19px;
  background: url('../images/icon-reply.png?1530522207') transparent no-repeat center center;
}
.comments-item-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.comments-item-title a {
  color: #393939;
}
.comments-item-title a:hover {
  color: #d63f06;
}
.comments-item-text {
  font-size: 12px;
  line-height: 22px;
  margin-top: 9px;
}
.comments-item-head {
  position: relative;
  line-height: 46px;
  vertical-align: middle;
}
.comments-item-head + .comments-item-head {
  margin-top: 10px;
}
.comments-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.comments-item-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.comments-item-img + .comments-item-title {
  margin-left: 60px;
}
.comments-item-date {
  font-size: 12px;
  line-height: 12px;
  margin: 5px 0px 0px 0px;
}
.comments-actions {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 19px;
  font-weight: bold;
  color: #807e7e;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.comments-actions-reply {
  color: #807e7e;
  padding-left: 30px;
  position: relative;
}
.comments-actions-reply a {
  color: #807e7e;
}
.comments-actions-reply:before {
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  left: 0;
  top: -1px;
  background: url('../images/icon-arrow-right.png?1530522207') transparent no-repeat center center;
}
.comments-actions-replies {
  display: inline;
  margin-left: 60px;
}
.comments-actions-replies b {
  color: #0061aa;
}
.comments-form {
  margin-top: 14px;
}
.comments-form .input {
  margin-top: 12px;
}
.comments-form .input input, .comments-form .input textarea {
  color: #393939;
  background: #F2F2F2;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 19px 20px 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.comments-form .input input::-webkit-input-placeholder, .comments-form .input textarea::-webkit-input-placeholder {
  color: #393939;
}
.comments-form .input input:-moz-placeholder, .comments-form .input textarea:-moz-placeholder {
  color: #393939;
}
.comments-form .input input::-moz-placeholder, .comments-form .input textarea::-moz-placeholder {
  color: #393939;
}
.comments-form .input input:-ms-input-placeholder, .comments-form .input textarea:-ms-input-placeholder {
  color: #393939;
}
.comments-form .input textarea {
  font-size: 12px;
  font-weight: normal;
  resize: none;
  height: 160px;
}
.comments-form .input-medium {
  width: 175px;
  float: left;
}
.comments-form .input-small {
  width: 115px;
  float: left;
}
.comments-form .input-small input {
  font-size: 16px;
  padding: 15px 20px 14px;
}
.comments-form-or {
  float: right;
  margin-top: 19px;
  line-height: 39px;
  vertical-align: middle;
}
.comments-form-or .tx {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: 2px;
  line-height: 15px;
  vertical-align: middle;
}
.comments-form .button {
  float: right;
  margin-top: 12px;
}
.comments-form .captcha {
  float: left;
  margin: 12px 12px 0 0;
}
.comments-form .captcha img {
  width: 160px;
  height: 49px;
  border: 1px solid #8d8d8d;
  float: left;
  margin-right: 10px;
}
.comments-form .captcha input {
  border: none;
  background: #F2F2F2;
  width: 160px;
  height: 49px;
  padding: 10px 20px;
}
@media screen and (max-width: 687px) {
  .comments-form .captcha {
    float: none;
    margin-right: 0;
    margin-bottom: 12px;
    height: 49px;
  }
  .comments-form .captcha img, .comments-form .captcha input {
    width: 48%;
    margin: 0;
  }
  .comments-form .captcha input {
    float: right;
  }
}

.related {
  padding: 26px 30px 35px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.related-title {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px;
}
.related-item {
  margin-top: 13px;
  padding-top: 13px;
  position: relative;
}
.related-item-author {
  font-size: 14px;
  line-height: 18px;
  color: #d63f06;
  text-transform: uppercase;
  font-weight: bold;
}
.related-item-title {
  font-size: 14px;
  line-height: 22px;
  clear: left;
  font-weight: bold;
  margin: 3px 0 0;
}
.related-item-title a {
  color: #393939;
}
.related-item-dateline {
  font-size: 10px;
  font-weight: bold;
  margin: 6px 0 0;
  color: #6c6c6c;
  text-transform: uppercase;
}
.related-item-dateline a {
  color: #6c6c6c;
}
.related-item-separator {
  padding: 0 10px;
}
.related-item + .related-item {
  border-top: 1px solid #f2dfd7;
}

.similar {
  margin-top: 40px;
  border-top: 2px solid #f2dfd7;
  border-bottom: 2px solid #f2dfd7;
  padding: 20px 0 47px;
}
.similar .related-item {
  border: none;
  margin: 30px 0 0;
  padding: 0;
  float: left;
  width: 325px;
  max-width: 45%;
}
.similar .related-item:nth-child(even) {
  float: right;
}
.similar .related-item:nth-child(odd) {
  clear: left;
}
.similar .related-item-dateline {
  margin: -4px 0 0;
}
.similar .related-item-title {
  margin: -4px 0 0;
}
.similar .related-item-image {
  float: left;
  width: 87px;
  height: 87px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.similar .related-item-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.similar .related-item-image + .related-item-text {
  margin-left: 106px;
  overflow: hidden;
}

.calendar {
  padding: 26px 30px 43px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.calendar-title {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}
.calendar-calendar .date-nav {
  position: relative;
  text-align: center;
  padding: 0 25px;
  line-height: 27px;
  font-size: 12px;
  text-transform: uppercase;
  color: #d63f06;
  letter-spacing: 3px;
}
.calendar-calendar .date-nav h3 {
  margin: 0;
  line-height: inherit;
  font-weight: bold;
}
.calendar-calendar .date-prev a, .calendar-calendar .date-next a {
  position: absolute;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: url('../images/calendar-left.png?1530522207') transparent no-repeat left center;
}
.calendar-calendar .date-next a {
  left: auto;
  right: 0;
  background: url('../images/calendar-right.png?1530522207') transparent no-repeat right center;
}
.calendar-calendar thead {
  display: none;
}
.calendar-calendar table {
  width: 100%;
  margin-top: 13px;
  margin-bottom: 10px;
}
.calendar-calendar td {
  border: 1px solid transparent;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.calendar-calendar td.sun a {
  color: #ff2f2f;
}
.calendar-calendar td a {
  display: block;
  color: #000000;
  line-height: 30px;
  background: #f9e2d3;
  border: 1px solid #f9e2d3;
}
.calendar-calendar td a:hover {
  text-decoration: none;
  border-color: #ff2f2f;
}
.calendar-calendar td .mini-day-on a {
  background: #f37d2e;
  border-color: #f37d2e;
}
.calendar-calendar td .mini-day-on a:hover {
  border-color: #ff2f2f;
}
.calendar-calendar td.today a {
  background: #f37d2e;
  border-color: #f37d2e;
  color: #FFFFFF;
}
.calendar-calendar td.today a:hover {
  border-color: #ff2f2f;
}
.calendar-calendar .calendar-empty {
  display: none;
}
.calendar-items {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #929292;
}
.calendar-items-title {
  color: #d63f06;
  text-transform: uppercase;
  margin: 16px 0 0;
  position: relative;
  top: 14px;
}
.calendar-item {
  margin-top: 28px;
}
.calendar-item-date {
  margin-bottom: 6px;
}
.calendar-item-title {
  color: #000000;
}
.calendar-item-title:hover {
  color: #d63f06;
}

.doclist {
  padding: 0 0 70px;
  background: #FFFFFF;
}
.doclist-title {
  line-height: 40px;
  padding: 32px 20px 21px 50px;
  font-weight: bold;
}
.doclist-title .page-title {
  color: #000000;
  float: left;
  margin: 0;
  font-size: 36px;
  line-height: 46px;
}
.doclist-title .page-title .backlink {
  color: #000000;
  padding-left: 20px;
  position: relative;
}
.doclist-title .page-title .backlink:before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 19px;
  background: url('../images/icon-left.png?1530522207') transparent no-repeat center center;
}
.doclist-title .page-title .backlink:hover {
  color: #d63f06;
}
.doclist-title .archive {
  float: right;
  font-size: 18px;
  position: relative;
  top: -2px;
  margin-bottom: -4px;
  line-height: 35px;
  height: 35px;
  max-width: 195px;
  overflow: hidden;
  margin-right: 20px;
}
.doclist-title .archive.ready {
  max-width: 9999px;
  overflow: visible;
}
.doclist-title .archive.ready .archive-list {
  height: 35px;
  max-width: 195px;
  overflow: hidden;
  float: left;
}
.doclist-title .archive.ready .archive-list-inner {
  width: 10000%;
  position: relative;
  left: 0;
}
.doclist-title .archive.ready.has-controls .archive-prevnext {
  opacity: 1;
  visibility: visible;
}
.doclist-title .archive li {
  float: left;
  margin-right: 25px;
  width: 40px;
}
.doclist-title .archive li a {
  color: #000000;
}
.doclist-title .archive li a:hover, .doclist-title .archive li a.active {
  color: #d63f06;
}
.doclist-title .archive-prevnext {
  float: left;
  margin-right: 25px;
  font-size: 30px;
  display: inline-block;
  line-height: 31px;
  vertical-align: top;
  color: #000000;
  cursor: pointer;
  width: 18px;
  opacity: 0;
  visibility: hidden;
}
.doclist-title .archive-prevnext.next {
  margin-right: -18px;
}
.doclist-title .archive-prevnext:hover {
  color: #d63f06;
}
.doclist-item {
  padding: 45px 50px;
}
.doclist-item:nth-child(odd) {
  background: #f3eeea;
}
.doclist-item-image {
  float: left;
  width: 290px;
}
.doclist-item-image img {
  width: 100%;
}
.doclist-item-image + .doclist-item-texts {
  margin-left: 330px;
}
.doclist-item-texts > .comments-item-head {
  max-width: 49%;
  width: 260px;
  padding-right: 20px;
  display: inline-block;
}
.doclist-item-texts > .comments-item-head + .comments-item-head {
  margin-top: 0;
  padding-right: 0;
  padding-left: 20px;
  border-left: 1px solid #8d8d8d;
}
.doclist-item-texts > .comments-item-head + .comments-item-head .comments-item-img {
  left: 20px;
}
.doclist-item-date {
  color: #6c6c6c;
  font-size: 12px;
  font-weight: bold;
  margin: -2px 0 19px;
}
.doclist-item-title {
  font-size: 24px;
  line-height: 34px;
  color: #000000;
  margin: 0 0 12px;
}
.doclist-item-title a {
  color: #000000;
}
.doclist-item-title a:hover {
  color: #d63f06;
}
.doclist-item .comments-item-title {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}
.doclist-item .authors-many .comments-item-head {
  line-height: 0;
  margin: 0 0 5px !important;
  padding: 3px 0;
}
.doclist-item .authors-many .comments-item-img {
  display: none;
}
.doclist-item .authors-many .comments-item-title {
  margin-left: 0;
  font-size: 12px;
  line-height: 16px;
}
.doclist-item-text {
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  margin-top: 29px;
}
.doclist .load-more {
  text-align: center;
}
.doclist-experts {
  padding: 0;
}
.doclist-experts .doclist-item {
  overflow: hidden;
  padding-top: 0;
}
.doclist .printpdf {
  float: right;
}
.doclist .printpdf a {
  display: block;
  float: left;
  margin-left: 14px;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  overflow: hidden;
  background: url('../images/icon-printer-large.png?1530522207') transparent no-repeat center center;
  margin-top: -9px;
}
.doclist .printpdf a.print-icons-pdf {
  width: 30px;
  background: url('../images/icon-pdf-large.png?1530522207') transparent no-repeat center center;
}

.experts {
  text-align: center;
  margin: 0 -30px -20px;
}
.experts-item {
  display: inline-block;
  vertical-align: top;
  margin: 40px 40px 0;
  width: 180px;
}
.experts-item-image {
  margin: 0 auto;
  width: 125px;
  height: 125px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.experts-item-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.experts-item-image[data-call-popup] {
  cursor: pointer;
}
.experts-item-title {
  margin: 12px 0 0;
  padding: 0 14px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: #000000;
}
.experts-item-title a {
  color: #000000;
}
.experts-item-title a:hover {
  color: #d63f06;
}
.experts-item-at {
  margin: 4px 0 0;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.experts-item-info {
  margin: 10px 0 0;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  color: #000000;
  height: 70px;
  overflow: hidden;
}
.experts-item .button {
  margin-top: 12px;
}
.experts-item .button:hover {
  background: #f37d2e;
  color: #FFFFFF;
}

.open-expert {
  background: url('../images/person-bg.jpg?1530522207') transparent no-repeat center center;
  background-size: cover;
  text-align: center;
  height: 325px;
}
.open-expert .experts-item {
  margin-top: 51px;
  width: 340px;
}
.open-expert .experts-item-title {
  font-size: 18px;
  line-height: 25px;
  height: auto;
}
.open-expert .experts-item-at {
  font-size: 14px;
  line-height: 18px;
  height: auto;
}
.open-expert .experts-item-info {
  font-size: 12px;
  line-height: 14px;
  height: auto;
  margin-top: 18px;
}
.open-expert-content {
  padding: 40px 50px;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
}
.open-expert-content p {
  margin-bottom: 12px;
  max-width: 85%;
}
.open-expert-content .page-subtitle {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.open-expert-content .load-more {
  margin-top: 30px;
}

.expert-comments {
  margin-top: 32px;
}
.expert-comments-item {
  padding: 5px 20px 14px;
}
.expert-comments-item:nth-child(odd) {
  background: #f2dfd7;
}
.expert-comments-item:hover {
  background: #f37d2e;
}
.expert-comments-item:hover .expert-comments-dateline {
  color: #FFFFFF;
}
.expert-comments-item:hover .expert-comments-dateline a, .expert-comments-item:hover .expert-comments-dateline .expert-comments-separator {
  color: #FFFFFF;
}
.expert-comments-dateline {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #605e5c;
}
.expert-comments-dateline a {
  color: #605e5c;
}
.expert-comments-dateline .expert-comments-separator {
  color: #807e7e;
  padding: 0 5px;
}
.expert-comments-title {
  color: #393939;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  margin: 0;
}
.expert-comments-title a {
  color: #393939;
}

.popup {
  position: relative;
  z-index: -1;
}
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.84);
  visibility: hidden;
}
.popup-content {
  width: 800px;
  height: 810px;
  position: fixed;
  opacity: 0;
  margin: 0;
  background: #FFFFFF;
  visibility: hidden;
  top: 0;
  left: 0;
  transform: translate(calc(50vw - 50%), calc(50vh - 50%));
}
.popup-content.small {
  width: 380px;
  height: auto;
  min-height: 200px;
  padding: 60px 30px 30px;
}
.popup-content.small p {
  color: #000000;
  font-size: 18px;
  line-height: 26px;
}
.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  height: 47px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  text-indent: 2px;
  color: #FFFFFF;
  font-size: 24px;
  background: #f2622b;
  cursor: pointer;
  z-index: 10;
}
.popup-close:hover {
  background: #f37d2e;
}
.popup.active {
  z-index: 9999999999;
}
.popup.active .popup-bg {
  visibility: visible;
  opacity: 1;
}
.popup.active .popup-content {
  visibility: visible;
  opacity: 1;
  max-height: calc(100vh - 100px);
  overflow-y: overlay;
}
.popup .correct-input {
  width: 100%;
  padding: 5px 10px;
  margin: 10px 0 0;
  font-size: 14px;
}
.popup .correct .button {
  float: right;
  margin-top: 20px;
}
.popup .correct-info {
  font-size: 11px;
  line-height: 15px;
}
.popup .correct-text u {
  color: #d63f06;
  text-decoration: underline;
}
.popup .correct p {
  font-size: 14px;
  line-height: 20px;
  overflow-y: auto;
  max-height: 200px;
}
.popup .correct-title {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  left: 25px;
  top: 20px;
}
.popup .correct-response {
  font-size: 12px;
  line-height: 16px;
  color: #009900;
  margin-top: 5px;
}
.popup .correct-response.error {
  color: #ff2f2f;
}
.popup .correct-form {
  position: relative;
}
.popup .correct-loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('../images/loading.svg?1530522207') rgba(255, 255, 255, 0.8) no-repeat center center;
  text-indent: -9999px;
}

#correct-iframe {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border: none;
}

.iframe-content {
  background: transparent;
  overflow-x: hidden;
  width: 320px;
  height: 220px;
  max-width: 320px;
  min-width: 320px;
}
.iframe-content body {
  background: transparent;
  width: 320px;
  max-width: 320px;
  min-width: 320px;
  overflow: hidden;
}
.iframe-content body [role="contentinfo"] {
  margin-top: 10px;
}
.iframe-content input.error {
  border-color: red;
  border-style: outset;
  -webkit-rtl-ordering: initial;
  border-image: none;
  border-width: 1px;
}
.iframe-content .subscription-form {
  position: relative;
}
.iframe-content .correct-form .form-item .form-email, .iframe-content .correct-form .form-item .form-text {
  width: 100%;
  padding: 5px 10px;
  margin: 10px 0 0;
  font-size: 14px;
}
.iframe-content .correct-form .form-item input[type="checkbox"] {
  margin: 10px 0 0;
}
.iframe-content .correct-form .captcha {
  left: 0;
  right: 0;
}
.iframe-content .correct-form .captcha img {
  float: left;
  width: 48% !important;
  height: 33px !important;
  margin-top: 10px;
  border: 1px solid #aaaaaa;
}
.iframe-content .correct-form .captcha .form-item-captcha-response {
  position: relative;
  height: 65px;
}
.iframe-content .correct-form .captcha .form-item-captcha-response label {
  position: absolute;
  right: 0;
  top: 46px;
  font-size: 12px;
  min-width: 48%;
}
.iframe-content .correct-form .captcha .form-item-captcha-response .form-text {
  float: right;
  width: 48%;
}
.iframe-content .correct-form .captcha .form-item-captcha-response .description {
  display: none;
}
.iframe-content .correct-form .button {
  font-size: 12px;
  line-height: 29px;
  padding: 1px 15px 0;
  letter-spacing: 1px;
  float: right;
  margin-top: 10px;
  min-width: 48%;
  width: 100%;
}
.iframe-content.normal-form {
  margin: 0 auto;
}

.gallery {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.gallery-header {
  height: 105px;
  padding: 31px 50px 10px 35px;
}
.gallery-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}
.gallery-date {
  font-weight: bold;
  color: #000000;
  font-size: 12px;
  line-height: 15px;
  padding-top: 10px;
}
.gallery-photo-by {
  color: #8d8d8d;
  margin-left: 10px;
}
.gallery-photo-by span {
  font-weight: 400;
}
.gallery-content {
  position: absolute;
  left: 0;
  top: 105px;
  bottom: 105px;
  right: 0;
  overflow: hidden;
  text-align: center;
  background: #f0f0f0;
}
.gallery-content img, .gallery-content object, .gallery-content video, .gallery-content iframe {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-content object, .gallery-content video, .gallery-content iframe {
  width: 100%;
  height: 100%;
}
.gallery-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 105px;
  padding: 15px 50px 15px 115px;
  line-height: 75px;
  vertical-align: middle;
}
.gallery-number {
  position: absolute;
  left: 15px;
  height: 75px;
  bottom: 15px;
  width: 80px;
  font-size: 14px;
  background: #f2622b;
  color: #FFFFFF;
  text-align: center;
  line-height: 75px;
  font-weight: 400;
  z-index: 10;
}
.gallery-text {
  font-size: 14px;
  line-height: 23px;
  color: #8d8d8d;
  display: inline-block;
  vertical-align: middle;
  max-height: 69px;
  overflow: hidden;
}
.gallery-item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.gallery-item.active {
  opacity: 1;
  z-index: 2;
}
.gallery-controls-prev, .gallery-controls-next {
  position: absolute;
  top: 50%;
  left: 0;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  background: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  z-index: 10;
  text-indent: -9999px;
}
.gallery-controls-prev:hover, .gallery-controls-next:hover {
  background: rgba(0, 0, 0, 0.84);
}
.gallery-controls-prev:before, .gallery-controls-next:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('../images/icon-white-left.png?1530522207') transparent no-repeat center center;
}
.gallery-controls-next {
  left: auto;
  right: 0;
}
.gallery-controls-next:before {
  background: url('../images/icon-white-right.png?1530522207') transparent no-repeat center center;
}

.publications {
  background: #FFFFFF;
  padding: 35px 50px 1px;
}
.publications-darkbg {
  background: #f3eeea;
}
.publications-title {
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin: 0 0 36px;
}
.publications-item {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  margin: 0 10px 44px;
}
.publications-items {
  text-align: center;
  vertical-align: top;
}
.publications-item-image {
  width: 147px;
  height: 147px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
}
.publications-item-title {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 4px;
  font-weight: bold;
  margin-top: 22px;
}
.publications-item-title a {
  color: #000000;
}
.publications-item .publications-item-subitems {
  padding-top: 20px;
}
.publications-item .publications-item-subitems .publications-item {
  max-width: 30%;
  margin: 0 1% 30px;
}
.publications-item .publications-item-subitems .publications-item-image {
  width: 100px;
  height: 100px;
}
.publications-item .publications-item-subitems .publications-item-title {
  margin-top: 15px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}

.archive-block {
  height: 250px;
}
.archive-block .hoverlay-text {
  font-size: 24px;
  margin-top: -6px;
}

.competition {
  max-width: 760px;
}
.competition-foot .foot-icons {
  margin: 20px 0 30px;
}
.competition-foot .foot-icons .actions {
  min-width: 213px;
}
.competition-foot .foot-icons .share {
  padding-left: 65px;
}
.competition .page-title {
  margin-bottom: 90px;
}
.competition .author-line {
  margin: 0;
}
.competition .author-line .print-icons {
  position: absolute;
  right: 40px;
  top: 10px;
}

.addon-tabs > .tabs {
  margin-top: 0;
}
.addon-tabs > .tabs > .tabs-controls {
  background: #e1d7d1;
  padding: 16px 110px 14px 50px;
  margin-left: 0;
}
.addon-tabs > .tabs > .tabs-controls .tabs-controls-item {
  font-size: 16px;
  line-height: 22px;
}
.addon-tabs > .tabs > .tabs-controls .tabs-controls-item a {
  color: #000000;
}
.addon-tabs > .tabs > .tabs-controls .tabs-controls-item a.active {
  color: #bb1a00;
}
.addon-tabs > .tabs > .tabs-controls .tabs-controls-item.float-none {
  clear: left;
}
.addon-tabs > .tabs > .tabs-container {
  background: #f3eeea;
  padding: 16px 110px 33px 50px;
}
.addon-tabs > .tabs > .tabs-container .tabs {
  margin-top: 0;
}
.addon-tabs > .tabs > .tabs-container .tabs-controls {
  float: left;
  width: 230px;
  position: relative;
  padding-right: 20px;
}
.addon-tabs > .tabs > .tabs-container .tabs-controls-item {
  font-size: 16px;
  line-height: 23px;
  display: block;
  margin: 0;
  float: none;
  padding: 6px 0;
}
.addon-tabs > .tabs > .tabs-container .tabs-controls-item a {
  border: none;
  color: #000000;
  display: inline;
  padding: 0;
}
.addon-tabs > .tabs > .tabs-container .tabs-controls-item a.active, .addon-tabs > .tabs > .tabs-container .tabs-controls-item a:hover {
  color: #d63f06;
}
.addon-tabs > .tabs > .tabs-container .tabs-controls-item:after {
  position: absolute;
  content: '';
  width: 1px;
  top: 11px;
  bottom: 6px;
  right: 0;
  background: #8d8d8d;
}
.addon-tabs > .tabs > .tabs-container .tabs-container {
  margin-left: 295px;
  font-size: 14px;
  line-height: 25px;
  padding-top: 4px;
  color: #000000;
}
.addon-tabs > .tabs > .tabs-container .tabs-container p {
  margin: 0 0 10px;
}
.addon-tabs > .tabs > .tabs-container .tabs-container .addons-list {
  border: none;
  margin-top: 0;
  padding: 12px 0 0;
}
.addon-tabs > .tabs > .tabs-container .tabs-container .addons-item {
  float: left;
  width: 200px;
  margin: 0;
}
.addon-tabs > .tabs > .tabs-container .tabs-container .addons-item + .addons-item {
  margin-left: 35px;
  position: relative;
}
.addon-tabs > .tabs > .tabs-container .tabs-container .addons-item + .addons-item:before {
  position: absolute;
  content: '';
  left: -25px;
  width: 1px;
  background: #8d8d8d;
  top: 4px;
  bottom: 6px;
}

.collapsible, .universal-page .collapsible {
  max-width: 720px;
  margin-top: 60px;
}
.collapsible-item, .universal-page .collapsible-item {
  margin-top: -2px;
}
.collapsible-item.active > .collapsible-title, .universal-page .collapsible-item.active > .collapsible-title {
  color: #d63f06;
  border-bottom-color: transparent;
}
.collapsible-item.active > .collapsible-title:before, .universal-page .collapsible-item.active > .collapsible-title:before {
  -moz-transform: rotate(90deg) scale(0.5, 0.5);
  -o-transform: rotate(90deg) scale(0.5, 0.5);
  -ms-transform: rotate(90deg) scale(0.5, 0.5);
  -webkit-transform: rotate(90deg) scale(0.5, 0.5);
  transform: rotate(90deg) scale(0.5, 0.5);
}
.collapsible-item.active > .collapsible-content, .universal-page .collapsible-item.active > .collapsible-content {
  height: auto;
  opacity: 1;
}
.collapsible-title, .universal-page .collapsible-title {
  font-size: 18px;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  margin: 0;
  font-weight: bold;
  padding-left: 20px;
}
.collapsible-title a, .universal-page .collapsible-title a {
  display: block;
  padding: 20px 20px 20px 30px;
  border-top: 2px solid #f3eeea;
  border-bottom: 2px solid #f3eeea;
  color: #313131;
}
.collapsible-title:before, .universal-page .collapsible-title:before {
  position: absolute;
  left: 0;
  top: 23px;
  content: '';
  width: 11px;
  height: 21px;
  background: url('../images/icon-right.png?1530522207') transparent no-repeat center center;
}
.collapsible-content, .universal-page .collapsible-content {
  height: 0;
  overflow: hidden;
  background: #f3eeea;
  opacity: 0;
  margin-left: -50px;
  margin-right: -385px;
}
.collapsible-content-inner, .universal-page .collapsible-content-inner {
  padding: 40px 385px 10px 50px;
}
.collapsible-image, .universal-page .collapsible-image {
  float: right;
  margin: 0 0 30px 30px;
}
.collapsible .collapsible, .universal-page .collapsible .collapsible {
  margin-top: 0;
}
.collapsible .collapsible .collapsible-content, .universal-page .collapsible .collapsible .collapsible-content {
  background: #FFFFFF;
  margin-bottom: 10px;
}
.collapsible .collapsible .collapsible-content-inner, .universal-page .collapsible .collapsible .collapsible-content-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.collapsible .collapsible .collapsible-title, .universal-page .collapsible .collapsible .collapsible-title {
  border: none;
  padding-top: 16px;
  padding-bottom: 16px;
  display: inline-block;
}
.collapsible .collapsible .collapsible-title:before, .universal-page .collapsible .collapsible .collapsible-title:before {
  top: 19px;
}
.collapsible .addons-list, .universal-page .collapsible .addons-list {
  padding: 0;
  margin: 0;
  border: none;
}
.collapsible .addons-item, .universal-page .collapsible .addons-item {
  float: left;
  width: 230px;
  margin: 0 70px 0 0;
}
.collapsible .addons-item:nth-child(n+3), .universal-page .collapsible .addons-item:nth-child(n+3) {
  border-top: 1px solid #e7e7e7;
  padding-top: 24px;
  margin-top: 28px;
}
.collapsible .addons-item:nth-child(2n+1), .universal-page .collapsible .addons-item:nth-child(2n+1) {
  clear: left;
}
.collapsible .addons-item:nth-child(2n), .universal-page .collapsible .addons-item:nth-child(2n) {
  margin-right: 0;
}
.collapsible.scientific-publications, .universal-page .collapsible.scientific-publications {
  margin-top: 32px;
}
.collapsible.scientific-publications .collapsible-content, .universal-page .collapsible.scientific-publications .collapsible-content {
  margin: 0;
  background: transparent;
}
.collapsible.scientific-publications .collapsible-content-inner, .universal-page .collapsible.scientific-publications .collapsible-content-inner {
  padding: 20px 0 10px 30px;
}
.collapsible.scientific-publications .collapsible-content-inner .load-more, .universal-page .collapsible.scientific-publications .collapsible-content-inner .load-more {
  margin: 30px 0px 20px 0px;
}
.collapsible.scientific-publications .publication, .universal-page .collapsible.scientific-publications .publication {
  display: none;
  margin-top: 10px;
}
.collapsible.scientific-publications .publication.active, .universal-page .collapsible.scientific-publications .publication.active {
  display: block;
}
.collapsible.scientific-publications .publication-nr, .universal-page .collapsible.scientific-publications .publication-nr {
  float: left;
  width: 40px;
  font-weight: 900;
  display: none;
}
.collapsible.scientific-publications .publication-content, .universal-page .collapsible.scientific-publications .publication-content {
  float: left;
  width: calc(100% - 40px);
}
.collapsible.scientific-publications .publication-content .title, .universal-page .collapsible.scientific-publications .publication-content .title {
  font-weight: 900;
}
.collapsible.scientific-publications .publication-content .series, .universal-page .collapsible.scientific-publications .publication-content .series {
  font-style: italic;
}
.collapsible.scientific-publications .publication:first-child, .universal-page .collapsible.scientific-publications .publication:first-child {
  margin-top: 0px;
}

.universal-page .collapsible.faq .collapsible-content {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
}
.universal-page .collapsible.faq .collapsible-content-inner {
  padding: 20px 0 10px 30px !important;
}

.search-block-form {
  margin-bottom: 30px;
  position: relative;
}
.search-block-form .form-item {
  float: left;
  width: 100%;
}
.search-block-form .form-item input, .search-block-form .form-item select {
  border: none;
  border-bottom: 1px solid #8d8d8d;
  height: 30px;
  line-height: 25px;
  padding: 6px 0 4px;
  font-size: 16px;
  letter-spacing: normal;
}
.search-block-form .form-item input::-webkit-input-placeholder, .search-block-form .form-item select::-webkit-input-placeholder {
  color: #8d8d8d;
}
.search-block-form .form-item input:-moz-placeholder, .search-block-form .form-item select:-moz-placeholder {
  color: #8d8d8d;
}
.search-block-form .form-item input::-moz-placeholder, .search-block-form .form-item select::-moz-placeholder {
  color: #8d8d8d;
}
.search-block-form .form-item input:-ms-input-placeholder, .search-block-form .form-item select:-ms-input-placeholder {
  color: #8d8d8d;
}
.search-block-form .form-item input {
  padding-left: 5px;
  width: 100%;
}
.search-block-form .form-item-keys {
  margin-bottom: 1rem;
}
.search-block-form .form-item-keys input {
  background-size: auto;
  padding-right: 30px;
  border: 1px solid #8d8d8d !important;
}
.search-block-form .form-item-keys label {
  display: none;
}
.search-block-form .form-item-field-category-target-id {
  display: none;
}
.search-block-form .form-item-created-from, .search-block-form .form-item-created-to {
  width: 300px;
  margin-bottom: 1rem;
}
.search-block-form .form-item-created-from input, .search-block-form .form-item-created-to input {
  background: url('../images/calendar_24.png?1542981611') right no-repeat scroll;
  background-size: auto;
  padding-right: 30px;
}
.search-block-form .form-actions {
  float: right;
}
.search-block-form .form-item-created-to {
  float: right;
}
.search-block-form .button {
  background: #FFFFFF;
  cursor: pointer;
  display: block;
  float: right;
  width: 150px;
  margin-top: -45px;
  line-height: 30px;
}
.search-block-form .search-help-link {
  position: absolute;
  width: 40px;
  height: 42px;
  text-indent: -9999px;
  right: -70px;
  top: -30px;
  background: url('../images/icon-info.svg?1530522207') transparent no-repeat center center;
}
.search-block-form .form-item-sort-by, .search-block-form .form-item-sort-order {
  margin-bottom: 1rem;
}
.search-block-form .form-item-sort-by label, .search-block-form .form-item-sort-order label {
  font-weight: bold;
  font-size: 16px;
  min-width: 100px;
  display: inline-block;
}
.search-block-form .form-item-sort-by select, .search-block-form .form-item-sort-order select {
  width: 195px;
}

.search-result-counts {
  width: 100%;
  float: none;
  font-size: 16px;
}
.search-result-counts a.active {
  text-decoration: underline;
}

.graph {
  margin-top: 68px;
}
.graph-image {
  margin-right: -66px;
}
.graph-buttons {
  margin-top: 50px;
}
.graph-buttons .button {
  margin-right: 20px;
}

.views-exposed-form {
  display: none;
}

.user-login-form .description {
  display: none;
}
.user-login-form label {
  display: block;
  margin: 10px 0 5px;
}
.user-login-form input {
  width: 260px;
}
.user-login-form .button {
  background: #FFFFFF;
  margin-top: 30px;
  width: auto;
}

#up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url('../images/icon-up.svg?1675169719') transparent no-repeat center center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
#up.scrolled {
  opacity: 0.8;
  visibility: visible;
}
#up.scrolled:hover {
  opacity: 1;
}

#courses-form {
  max-width: 700px;
}
#courses-form .js-form-item {
  margin-bottom: 15px;
}
#courses-form .description {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}
#courses-form input:not(.button), #courses-form select, #courses-form textarea {
  color: #393939;
  border: 1px solid #a6a6a6;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  padding: 8px 10px;
  height: 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#courses-form input[type="text"],
#courses-form input[type="email"],
#courses-form textarea,
#courses-form select {
  width: 100%;
}
#courses-form .form-no-label input {
  width: 100% !important;
  max-width: 250px !important;
}
#courses-form textarea {
  height: 70px;
  resize: vertical;
}
#courses-form label {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px;
}
#courses-form label,
#courses-form h4 {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
#courses-form label.option,
#courses-form h4.option {
  display: inline;
  text-transform: inherit;
  font-weight: normal;
}
#courses-form label.js-form-required:after,
#courses-form h4.js-form-required:after {
  content: ' *';
  color: red;
}
#courses-form h4 {
  font-size: 18px;
}
#courses-form .captcha img {
  float: left;
  border: 1px solid #a6a6a6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#courses-form .captcha input {
  margin-top: 2px;
}
#courses-form .captcha .form-item-captcha-response {
  margin-left: 200px;
  max-width: 500px;
}
#courses-form .captcha .description {
  display: none;
}
@media screen and (max-width: 610px) {
  #courses-form .captcha img {
    float: none;
  }
  #courses-form .captcha .form-item-captcha-response {
    margin-left: 0;
  }
}
#courses-form .button {
  font-size: 16px;
  padding: 10px 30px;
  margin: 20px auto 0;
  width: 100%;
  display: block;
}

.citation {
  background: #fbf4f2;
  border: 1px solid #f2622b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 18px;
}
.citation-block {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.citation-block.active {
  max-height: 300px;
  opacity: 1;
}

#edit-comment-body-0-format {
  display: none;
}

.search-page #block-makroekonomika-content h2 {
  display: none;
}

.filter-wrapper {
  display: none;
}

.message-editor-form label {
  display: block;
  margin: 10px 0 5px;
}
.message-editor-form input {
  width: 340px;
  max-width: 100%;
}
.message-editor-form textarea {
  width: 340px;
  max-width: 100%;
}
.message-editor-form .captcha img {
  border: 1px solid #aaaaaa;
  margin-top: 20px;
  width: 140px !important;
  height: 40px !important;
  max-width: 100%;
}
.message-editor-form .captcha .form-item-captcha-response {
  margin-bottom: 30px;
}
.message-editor-form .captcha .description {
  font-size: 12px;
}

.course-details {
  display: table;
  width: 100%;
}
.course-details > div {
  display: table-row;
}
.course-details > div div {
  display: table-cell;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 0;
}
.course-details > div div:first-child {
  width: 180px;
  font-weight: bold;
  padding-right: 20px;
}

#subscription-iframe {
  width: 321px;
  height: 325px;
}

.economists-search {
  float: right;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .economists-search {
    float: left;
    clear: left;
    margin-top: 10px;
  }
}
.economists-search input {
  display: none;
}
.economists-search input.ui-autocomplete-input {
  display: block;
  width: 100%;
  height: 49px;
  padding: 10px 30px 10px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  background: url('../images/icon-search-gray.png?1530522207') transparent no-repeat right center;
}

.ui-autocomplete {
  background: #F2F2F2;
  border-top: 1px solid #FFFFFF;
  width: 260px !important;
}
.ui-autocomplete .ui-menu-item {
  display: block;
}
.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  position: relative;
  padding: 13px 20px 13px 56px;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item-wrapper:hover {
  background: #a1a1a1;
}
.ui-autocomplete .ui-menu-item-wrapper .economists-search-image-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  overflow: hidden;
}
.ui-autocomplete .ui-menu-item-wrapper .economists-search-image-container img {
  min-width: 100%;
  min-height: 100%;
  display: block;
}

/* ****************************************  */
/* *********    Media queries *************  */
/* ****************************************  */
@media screen and (max-width: 800px) {
  .popup-content {
    width: 90%;
    max-width: 90%;
  }

  .iframe-content {
    max-width: 100%;
    min-width: auto;
  }
  .iframe-content body {
    max-width: 100%;
    min-width: auto;
  }
}
@media screen and (max-height: 810px) {
  .popup-content {
    height: 96%;
    margin-top: 0;
    top: 2%;
  }
}
@media screen and (max-height: 1222px) {
  .collapsible, .universal-page .collapsible {
    max-width: 100%;
  }
  .collapsible-content, .universal-page .collapsible-content {
    margin-right: -110px;
  }
  .collapsible-content-inner, .universal-page .collapsible-content-inner {
    padding-right: 110px;
  }
}
@media screen and (max-width: 1225px) {
  .copysline .copysline-text {
    width: auto;
    margin-top: 0;
  }
  .copysline .copysline-text .copyscol {
    float: none;
    width: auto;
  }
  .copysline .copysline-text .copyscol.no-title {
    padding-top: 5px;
  }

  .quote-person {
    margin-top: 20px;
  }
  .quote-text {
    max-height: 132px;
    margin-top: 15px;
  }

  .diagram {
    padding: 20px 25px 25px;
  }

  .page-left {
    float: none;
    width: 100%;
  }

  .page-right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .page-right .discussions {
    float: left;
    width: 50%;
  }
  .page-right .studies {
    float: right;
    width: 50%;
  }
  .page-right .actual {
    height: auto;
    padding-bottom: 30px;
  }

  .calendar-left {
    float: left;
    width: 240px;
  }
  .calendar-right {
    margin-left: 280px;
    margin-top: -28px;
  }

  .related {
    text-align: center;
    margin-bottom: 0;
    vertical-align: top;
  }
  .related-item {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin: 30px 10px 0;
  }
  .related-item + .related-item {
    border: none;
  }
}
@media screen and (max-width: 1025px) {
  .pc-hide {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  #block-tabsblock {
    margin-bottom: 1rem;
  }

  .nav-line {
    padding: 0;
  }

  .page-header {
    height: 80px;
  }
  .page-header .inner {
    height: 108px;
    padding-top: 0;
    padding-bottom: 0;
    background: #FFFFFF;
  }
  .page-header .logo {
    margin-top: 19px;
    margin-left: -13px;
  }
  .page-header .logo img {
    height: 40px;
  }
  .page-header .rightside {
    float: left;
    margin-left: 32px;
    margin-top: 17px;
    font-size: 15px;
    line-height: 30px;
  }
  .page-header .rightside .langs li + li {
    padding-left: 40px;
  }
  .page-header .rightside .langs li + li:before {
    width: 40px;
  }

  .page {
    padding-top: 80px;
  }
  .page .inner {
    height: 80px;
  }

  .block-videoblock {
    margin-top: 60px;
  }

  .block-summaryblock .multifunctional {
    margin-top: 0;
  }

  .mobile-menu {
    display: block;
  }
  .mobile-menu .menu-button {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    background: url('../images/icon-mobile-menu.svg?1530522207') transparent no-repeat center center;
    cursor: pointer;
    width: 50px;
    height: 80px;
    background-size: 26px 30px;
  }
  .mobile-menu .menu-wrapper {
    width: 0;
    right: 0;
    top: 0;
    z-index: 100;
    bottom: 0;
    position: fixed;
    overflow: hidden;
    transition: all 0s linear 0.3s;
    -webkit-transition: all 0s linear 0.3s;
  }
  .mobile-menu .menu-wrapper .bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    opacity: 0;
  }
  .mobile-menu .menu-wrapper .inner {
    position: absolute;
    z-index: 2;
    right: -410px;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 610px;
    height: auto;
    background: #000000;
    padding: 80px 20px 40px;
    max-width: 90%;
  }
  .mobile-menu.active .menu-wrapper {
    width: 100%;
    transition: all 0s linear 0s;
    -webkit-transition: all 0s linear 0s;
  }
  .mobile-menu.active .menu-wrapper .inner {
    right: 0;
  }
  .mobile-menu.active .menu-wrapper .bg {
    opacity: 0.3;
  }
  .mobile-menu .main-nav {
    float: none;
    margin: 20px 0 0;
  }
  .mobile-menu .main-nav-link {
    font-size: 20px;
    line-height: 25px;
    color: #a1a1a1;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
  }
  .mobile-menu .main-nav-link.is-active {
    color: #f2622b;
  }
  .mobile-menu .main-nav-item {
    padding: 15px 0;
  }
  .mobile-menu .main-nav-item.opened .main-submenu {
    max-height: none;
  }
  .mobile-menu .main-nav .main-submenu {
    max-height: 0;
    overflow: hidden;
  }
  .mobile-menu .main-nav .main-submenu-list {
    padding: 15px 0 20px 20px;
  }
  .mobile-menu .main-nav .main-submenu-link {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
  }
  .mobile-menu .main-nav .main-submenu-link.active {
    color: #f2622b;
    text-decoration: underline;
  }
  .mobile-menu .main-nav .main-submenu-item {
    padding: 10px 0;
  }
  .mobile-menu .main-nav .main-submenu-item-submenu {
    padding: 5px 0 0 20px;
  }
  .mobile-menu .main-nav .main-submenu-item-submenu li {
    margin-top: 13px;
  }
  .mobile-menu .main-nav .main-submenu-item-submenu-item {
    color: #FFFFFF;
    font-weight: normal;
  }
  .mobile-menu .main-nav .main-submenu-item-submenu-item.active {
    color: #f2622b;
  }
  .mobile-menu .back-button {
    width: 60px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;
    background: url('../images/icon-mobile-close.png?1530522207') transparent no-repeat center center;
    background-size: 13px;
  }
  .mobile-menu .search {
    border-bottom: 2px solid #a1a1a1;
    position: absolute;
    left: 80px;
    right: 20px;
    top: 0;
  }
  .mobile-menu .search .input input {
    background: transparent;
    color: #a1a1a1;
    height: 78px;
    padding: 12px 50px 8px 0;
    font-size: 20px;
  }
  .mobile-menu .search .search-link {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 80px;
    text-indent: -9999px;
    background: url('../images/icon-mobile-search.png?1530522207') transparent no-repeat center center;
    background-size: 23px;
  }

  .promo {
    margin: -30px 0 0;
  }
  .promo-items {
    height: 470px;
  }
  .promo-text {
    padding: 78px 110px 50px 25px;
  }
  .promo .controls {
    right: 0;
  }

  .tabs-controls {
    text-align: left;
    margin-left: -30px;
  }
  .tabs-controls-item {
    margin: 0 0 0 30px;
    font-size: 16px;
    line-height: 18px;
  }
  .tabs-controls-item a {
    padding: 10px 0;
    border-width: 3px;
  }

  .addon-tabs .tabs-controls {
    margin-left: 0px;
  }

  .news {
    margin: 0;
  }
  .news-item {
    margin-top: 55px;
    padding-bottom: 62px;
    width: 50%;
  }
  .news-item:nth-child(3n+0) {
    clear: left;
  }
  .news-item.no-image {
    padding-top: 10px;
  }
  .news-image {
    height: 268px;
  }
  .news-title, .news-text {
    padding-left: 25px;
    padding-right: 25px;
  }
  .news-title {
    font-size: 20px;
    line-height: 26px;
    padding-top: 28px;
  }
  .news-text {
    font-size: 14px;
    line-height: 26px;
    padding-top: 10px;
  }

  .all-news {
    margin-top: 0;
  }

  .button {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 10px 40px;
  }

  .button-graph {
    padding: 15px 40px 15px 60px;
  }
  .button-graph:before {
    width: 62px;
    height: 62px;
  }

  .multifunctional {
    padding: 0;
  }
  .multifunctional-item {
    margin: 0;
  }
  .multifunctional-item.item-small-w100 {
    width: 100%;
    float: none;
    clear: both;
  }
  .multifunctional-item.item-small-w33 {
    width: 33%;
  }
  .multifunctional-item.item-small-w50 {
    width: 50%;
  }
  .multifunctional-item.item-small-w67 {
    width: 67%;
  }

  .quote {
    padding-top: 17px;
    height: 490px;
  }
  .quote-title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .quote-person-img {
    margin-top: 5px;
  }
  .quote-person-title {
    font-size: 18px;
    line-height: 24px;
  }
  .quote-person-info {
    font-size: 14px;
    line-height: 19px;
    margin-top: 6px;
    height: 57px;
    overflow: hidden;
  }
  .quote-text {
    font-size: 18px;
    line-height: 24px;
    height: 90px;
    max-height: 90px;
    margin-top: 36px;
  }
  .quote-button .button {
    font-size: 18px;
  }

  .mobile-diagram-link {
    padding: 23px 0;
  }

  .lectures, .studies, .actual, .survey {
    height: 285px;
  }

  .discussions {
    height: 570px;
  }

  .hoverlay-text {
    font-size: 22px;
  }
  .hoverlay-info .inner {
    font-size: 15px;
    line-height: 23px;
    padding: 20px;
    min-width: 135px;
  }
  .hoverlay-info .inner.bigger {
    font-size: 17px;
    line-height: 19px;
  }

  .actual {
    padding-top: 28px;
  }
  .actual-title {
    font-size: 22px;
    line-height: 30px;
    max-height: 100%;
  }
  .actual-number {
    font-size: 55px;
    margin-top: 23px;
  }
  .actual-detail {
    font-size: 15px;
    line-height: 24px;
    max-height: 72px;
    margin-top: 27px;
  }

  .survey {
    padding: 35px 25px 25px;
  }
  .survey-title {
    font-size: 22px;
  }
  .survey-question {
    font-size: 15px;
    line-height: 20px;
    margin-top: 21px;
  }
  .survey-options {
    margin-top: 42px;
  }

  .radio {
    font-size: 15px;
    line-height: 24px;
  }
  .radio .radio-label:before {
    width: 24px;
    height: 24px;
  }

  .footer {
    padding-bottom: 63px;
  }

  .footmenu {
    padding: 0 30px;
    margin-top: 37px;
  }
  .footmenu-item {
    width: 50%;
    margin-bottom: 49px;
  }
  .footmenu-item:nth-child(3n+0) {
    clear: left;
  }
  .footmenu-title {
    font-size: 18px;
    line-height: 24px;
    word-wrap: break-word;
  }
  .footmenu-list {
    margin-top: 24px;
  }
  .footmenu-list-item {
    font-size: 18px;
    line-height: 23px;
    padding: 5px 0;
  }

  .copysline {
    padding: 0 30px;
  }
  .copysline .melogo {
    float: none;
    clear: left;
    margin: 12px 0;
    width: auto;
  }
  .copysline .copysline-text .copyscol, .copysline .copysline-text .copyscol.no-title {
    font-size: 16px;
    padding: 0;
    line-height: 27px;
  }
  .copysline .copysline-text .copyscol h5, .copysline .copysline-text .copyscol.no-title h5 {
    font-size: 16px;
    padding: 0;
    line-height: 27px;
  }
  .copysline .copysline-text .copyscol a, .copysline .copysline-text .copyscol.no-title a {
    text-decoration: underline;
  }
  .copysline .lblogo {
    float: none;
    margin: 30px 0;
  }

  .breadcrumb {
    font-size: 15px;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 30px;
  }
  .breadcrumb-item + .breadcrumb-item:before {
    width: 30px;
  }

  .universal-page {
    padding: 74px 35px 35px;
    position: relative;
  }
  .universal-page .addon-tabs {
    margin: 30px -35px 0 -35px;
  }

  .author-line {
    margin-bottom: 40px;
  }
  .author-line-right {
    position: relative;
    top: -25px;
    left: 0;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-top: -30px;
  }
  .author-line-right .print-icons {
    display: none;
  }
  .author-line-right .date-modified {
    font-size: 12px;
    line-height: 18px;
  }

  .authors-person-title {
    font-size: 14px;
  }
  .authors-person-info {
    font-size: 11px;
  }

  .universal-page {
    font-size: 24px;
    line-height: 45px;
  }
  .universal-page .lead-image {
    margin-right: -35px;
    margin-left: -35px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .universal-page .lead-text {
    font-size: 24px;
    line-height: 39px;
  }
  .universal-page .me-quote, .universal-page blockquote {
    font-size: 30px;
    line-height: 45px;
    padding: 0 60px;
  }
  .universal-page .me-quote:before, .universal-page blockquote:before {
    left: 0;
  }
  .universal-page .me-quote:after, .universal-page blockquote:after {
    right: 0;
  }
  .universal-page .page-title {
    line-height: 56px;
    font-size: 42px;
    margin-right: 0;
  }
  .universal-page .page-subtitle {
    font-size: 36px;
    line-height: 48px;
    margin-right: 0;
  }
  .universal-page h1:not([class]) {
    line-height: 36px;
    font-size: 48px;
    margin-right: 0;
  }
  .universal-page h2:not([class]) {
    font-size: 32px;
    line-height: 44px;
    margin-right: 0;
  }
  .universal-page h3:not([class]) {
    font-size: 30px;
    line-height: 40px;
    margin-right: 0;
  }
  .universal-page h4:not([class]) {
    font-size: 28px;
    line-height: 38px;
    margin-right: 0;
  }
  .universal-page table {
    width: 100%;
  }
  .universal-page table th, .universal-page table td {
    font-size: 18px;
  }
  .universal-page p.search-result-info {
    font-size: 16px;
    top: -15px;
  }

  .expert-comment {
    margin-left: -35px;
    margin-right: -35px;
    padding-right: 35px;
  }
  .expert-comment:before {
    left: 35px;
  }
  .expert-comment .authors-person-info {
    font-size: 12px;
  }

  .foot-icons .actions {
    margin-top: 5px;
  }
  .foot-icons .actions li {
    margin-right: 40px;
  }
  .foot-icons .actions-item {
    width: 58px;
    height: 53px;
    background: url('../images/icon-like-big.png?1530522207') transparent no-repeat center center;
  }
  .foot-icons .actions-item.active {
    background: url('../images/icon-like-big-active.png?1530522207') transparent no-repeat center center;
  }
  .foot-icons .actions-item-edit {
    background: url('../images/icon-edit-big.png?1530522207') transparent no-repeat center center;
  }
  .foot-icons .actions-item-cite {
    background: url('../images/icon-cite-big.png?1530522207') transparent no-repeat center center;
  }
  .foot-icons .share {
    font-size: 24px;
  }
  .foot-icons .share-text {
    margin-right: 0;
  }
  .foot-icons .socials li {
    margin-left: 20px;
  }

  .comments {
    max-width: 100%;
  }
  .comments-item-text {
    font-size: 18px;
    line-height: 28px;
  }
  .comments-form-or .tx {
    font-size: 14px;
  }
  .comments .socials-passport {
    margin-left: -20px;
  }
  .comments .socials li {
    margin-left: 30px;
  }
  .comments .button {
    font-size: 12px;
    line-height: 23px;
    padding: 10px 35px;
  }

  .experts-item {
    width: 200px;
  }
  .experts-item-title {
    font-size: 16px;
    line-height: 20px;
  }
  .experts-item-at {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    margin-top: 7px;
  }
  .experts-item-info {
    font-size: 12px;
    line-height: 16px;
    height: 80px;
    margin-top: 7px;
  }
  .experts-item .button {
    font-size: 17px;
    line-height: 20px;
  }

  .expert-comments-dateline {
    font-size: 12px;
    line-height: 30px;
  }
  .expert-comments-title {
    font-size: 18px;
    line-height: 22px;
  }

  .publications-item {
    width: 45%;
  }
  .publications-item .publications-item-subitems .publications-item {
    max-width: 100%;
    display: block;
    width: auto;
  }

  .competition-foot .foot-icons .share {
    padding-left: 20px;
  }

  .addon-tabs > .tabs > .tabs-controls .tabs-controls-item {
    font-size: 26px;
    line-height: 30px;
  }
  .addon-tabs > .tabs > .tabs-container .tabs-controls {
    border-right: none;
    width: auto;
    float: none;
    padding: 20px 0 30px;
  }
  .addon-tabs > .tabs > .tabs-container .tabs-controls .tabs-controls-item {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    line-height: 34px;
  }
  .addon-tabs > .tabs > .tabs-container .tabs-controls .tabs-controls-item:after {
    display: none;
  }
  .addon-tabs > .tabs > .tabs-container .tabs-container {
    font-size: 24px;
    line-height: 39px;
    padding: 0 0 20px;
    margin-left: 0;
  }
  .addon-tabs > .tabs > .tabs-container .tabs-container .addons-list {
    padding-top: 30px;
  }

  .collapsible-title, .universal-page .collapsible-title {
    font-size: 24px;
  }
  .collapsible-content, .universal-page .collapsible-content {
    margin-left: -35px;
    margin-right: -35px;
  }
  .collapsible-content-inner, .universal-page .collapsible-content-inner {
    padding-left: 35px;
    padding-right: 35px;
  }

  .search-page-form {
    margin-right: 30px;
  }
  .search-page-form label {
    display: none;
  }
  .search-page-form .form-item input {
    height: 50px;
    font-size: 22px;
  }
  .search-page-form .button {
    width: 180px;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    margin: 1rem auto !important;
  }
  .search-page-form .search-help-link {
    right: -50px;
  }
  .search-page-form .form-item-created, .search-page-form .form-item-created-1 {
    width: 100%;
  }
  .search-page-form .form-item-created input, .search-page-form .form-item-created-1 input {
    background: url('../images/calendar.png?1542981611') right no-repeat scroll;
    padding-right: 50px;
  }

  #block-videoblock-2 {
    margin-top: 75px;
  }

  #block-summaryblock {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 687px) {
  .promo-text {
    padding: 35px 25px 0 25px;
  }
  .promo-text .info {
    font-size: 15px;
    line-height: 24px;
  }
  .promo-text .title {
    font-size: 28px;
    line-height: 34px;
  }
  .promo .controls-page {
    font-size: 16px;
    font-weight: bold;
  }

  .news-item {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin-top: 0;
    padding-top: 30px;
  }
  .news-item + .news-item {
    border-top: 1px solid #8d8d8d;
  }

  .videoblock {
    height: 280px;
  }
  .videoblock .overlay-bg:after {
    background-position: right 20px top 20px;
  }
  .videoblock .overlay-text {
    padding: 120px 30px 30px;
  }
  .videoblock .overlay-text img {
    width: 160px;
    margin: 0;
  }

  .multifunctional-item {
    width: 100% !important;
    float: none !important;
  }

  .footmenu {
    padding-left: 0;
    padding-right: 0;
  }
  .footmenu-item {
    float: none;
    width: auto;
  }

  .copysline {
    padding-left: 0;
    padding-right: 0;
  }
  .copysline .melogo {
    float: none;
    margin: 0;
  }
  .copysline .lblogo {
    float: none;
    margin-top: 30px;
  }
  .copysline .copysline-text {
    margin-top: 50px;
  }

  .doclist-item-image {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    display: block;
  }
  .doclist-item-image + .doclist-item-texts {
    margin-left: 0;
  }
  .doclist-item-texts > .comments-item-head {
    width: auto;
    display: block;
    padding-right: 0;
  }
  .doclist-item-texts > .comments-item-head + .comments-item-head {
    padding-left: 0;
    border: none;
    margin-top: 20px;
  }
  .doclist-item-texts > .comments-item-head + .comments-item-head .comments-item-img {
    left: 0;
  }

  .universal-page {
    font-size: 19px;
    line-height: 30px;
  }
  .universal-page .page-title {
    font-size: 30px;
    line-height: 40px;
  }
  .universal-page .page-subtitle {
    font-size: 24px;
    line-height: 34px;
  }
  .universal-page h1:not([class]) {
    line-height: 24px;
    font-size: 34px;
  }
  .universal-page h2:not([class]) {
    font-size: 22px;
    line-height: 32px;
  }
  .universal-page h3:not([class]) {
    font-size: 20px;
    line-height: 30px;
  }
  .universal-page h4:not([class]) {
    font-size: 18px;
    line-height: 28px;
  }
  .universal-page .authors li + li {
    border: none;
    padding-left: 0;
    margin-top: 10px;
  }
  .universal-page .lead-image-video:after {
    right: 10px;
    top: 10px;
  }
  .universal-page .lead-text {
    font-size: 20px;
    line-height: 30px;
    padding-left: 30px;
  }
  .universal-page .me-quote, .universal-page blockquote {
    font-size: 22px;
    line-height: 33px;
    margin: 40px 0;
  }
  .universal-page .expert-comment {
    padding-right: 35px;
    padding-left: 70px;
  }

  .foot-icons .share {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  .similar .related-item {
    max-width: 100%;
    float: none;
  }
  .similar .related-item + .related-item {
    float: none;
    margin-top: 30px;
  }

  .comments {
    margin-top: 0px;
  }

  .comments-form .input-medium {
    width: 100%;
  }
  .comments-form .input-small {
    width: auto;
    margin-left: 127px;
    float: none;
  }
  .comments-form-or {
    margin: 0px 0 15px;
  }

  .page-right .item-no-margin .discussions, .page-right .item-no-margin .studies {
    width: 100%;
    float: none;
  }

  .calendar-left {
    float: none;
    margin: 0 auto;
  }
  .calendar-right {
    margin-left: 0;
    margin-top: 30px;
  }

  .open-expert-content .page-subtitle {
    margin-top: 40px;
  }
  .open-expert-content p {
    max-width: 100%;
  }
  .open-expert-content .tabs {
    margin-top: 30px;
  }
  .open-expert-content .tabs-controls-item {
    font-size: 16px;
  }

  #block-summaryblock {
    margin-top: 0px;
  }
}
@media screen and (max-width: 470px) {
  .breadcrumb {
    font-size: 12px;
    padding: 0 20px;
  }

  .body > .main-width {
    padding: 0 5px;
  }

  .universal-page {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .universal-page h1, .universal-page .page-title {
    font-size: 24px;
    line-height: 34px;
  }
  .universal-page h2, .universal-page .page-subtitle {
    font-size: 20px;
    line-height: 25px;
  }
  .universal-page .lead-image {
    margin-left: -20px;
    margin-right: -20px;
  }
  .universal-page .lead-text {
    font-size: 15px;
    line-height: 25px;
  }
  .universal-page .me-quote, .universal-page blockquote {
    font-size: 15px;
    line-height: 25px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 40px;
  }
  .universal-page .me-quote:before, .universal-page .me-quote:after, .universal-page blockquote:before, .universal-page blockquote:after {
    font-size: 60px;
    line-height: 60px;
  }
  .universal-page .expert-comment {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 50px;
  }
  .universal-page .expert-comment:before {
    left: 20px;
  }
  .universal-page .table-wrapper {
    margin: 30px 0 55px;
  }
  .universal-page .addon-tabs {
    margin-left: -20px;
    margin-right: -20px;
  }
  .universal-page .menu-button {
    right: 10px;
    top: 10px;
    background-size: 25px 30px;
  }

  .addon-tabs > .tabs > .tabs-controls {
    padding-left: 20px;
    padding-right: 20px;
  }
  .addon-tabs > .tabs > .tabs-controls .tabs-controls-item {
    font-size: 18px;
    line-height: 24px;
  }
  .addon-tabs > .tabs > .tabs-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .collapsible-title, .universal-page .collapsible-title {
    font-size: 18px;
  }

  .foot-icons .actions li {
    margin-right: 29px;
  }
  .foot-icons .share-text {
    font-size: 18px;
  }
  .foot-icons .socials li {
    margin-left: 15px;
  }

  .similar {
    margin-top: 25px;
    padding: 0 0 30px;
  }

  .comments {
    margin: 60px 0 0;
  }
  .comments-title {
    margin: 0 0 15px;
  }
  .comments-item-text {
    font-size: 14px;
    line-height: 24px;
  }
  .comments-actions {
    letter-spacing: 0px;
  }
  .comments-actions-replies {
    margin-left: 15px;
  }
  .comments .socials-passport {
    margin-left: 0;
  }
  .comments-form-or {
    text-align: center;
  }
  .comments-form .button {
    float: none;
    width: 100%;
    font-size: 16px;
  }
  .comments .socials li {
    margin-left: 0;
  }
  .comments .socials li + li {
    margin-left: 20px;
  }

  .addons, .calendar, .related {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footmenu-title {
    font-size: 16px;
    line-height: 20px;
  }
  .footmenu-list {
    margin-top: 15px;
  }
  .footmenu-list-item {
    font-size: 15px;
    line-height: 20px;
  }
  .footmenu-item {
    margin-bottom: 35px;
  }

  .copysline {
    margin-top: 10px;
  }
  .copysline .melogo {
    float: none;
  }
  .copysline .lblogo {
    float: none;
    margin-top: 30px;
  }
  .copysline .copysline-text {
    margin-top: 35px;
  }
  .copysline .copysline-text .copyscol, .copysline .copysline-text .copyscol.no-title {
    font-size: 14px;
    line-height: 24px;
  }

  .footer {
    padding-bottom: 30px;
  }

  .competition .page-title {
    margin-bottom: 40px;
  }

  .addon-tabs > .tabs > .tabs-container .tabs-container {
    font-size: inherit;
    line-height: inherit;
  }
  .addon-tabs > .tabs > .tabs-container .tabs-container .addons-item {
    float: none;
    width: auto;
  }
  .addon-tabs > .tabs > .tabs-container .tabs-container .addons-item + .addons-item {
    margin-left: 0;
    border-top: 1px solid #8d8d8d;
    margin-top: 20px;
    padding-top: 20px;
  }
  .addon-tabs > .tabs > .tabs-container .tabs-container .addons-item + .addons-item:before {
    display: none;
  }
  .addon-tabs > .tabs > .tabs-container .tabs-controls .tabs-controls-item {
    font-size: 18px;
    line-height: 26px;
    float: none;
  }

  .doclist {
    padding-bottom: 40px;
  }
  .doclist-title {
    padding-left: 20px;
  }
  .doclist-title .page-title {
    font-size: 24px;
    line-height: 34px;
  }
  .doclist-title .page-title .backlink:before {
    top: 7px;
  }
  .doclist-title .archive {
    float: left;
    margin-top: 20px;
  }
  .doclist-item {
    padding: 30px 20px 20px;
  }
  .doclist-item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .doclist .pager__items {
    margin-top: 30px;
  }
  .doclist-experts .experts {
    margin: 0 0 20px;
  }
  .doclist-experts .experts-item {
    margin: 40px 0 0;
  }
  .doclist-experts .experts-item-title {
    height: auto;
  }
  .doclist-experts .experts-item-info {
    height: auto;
  }
  .doclist-experts .experts-item .button {
    font-size: 14px;
    padding: 10px 40px;
    margin-top: 15px;
  }

  .promo .controls-inner {
    right: 15px;
  }

  .tabs {
    padding: 0 20px;
    margin-top: 20px;
  }
  .tabs-controls-item {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }
  .tabs-controls-item a {
    padding: 6px 0;
  }
  .tabs-left .tabs-controls-item {
    margin-top: 10px;
  }

  .news-image {
    height: auto;
  }
  .news-image img {
    position: static;
    min-width: 100%;
    width: 100%;
    min-height: 0;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .news-title {
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
    margin-bottom: 7px;
  }
  .news-text {
    font-size: 14px;
    line-height: 24px;
  }

  .open-expert .experts-item {
    width: auto;
    display: block;
    margin: 0 20px;
    padding-top: 51px;
  }
  .open-expert-content {
    padding: 30px 20px;
  }
  .open-expert-content .tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .open-expert-content .tabs-tab {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-black, .js-form-submit {
    padding: 15px 30px;
    display: block;
    font-size: 18px;
  }

  .button-graph {
    padding: 15px 20px 15px 60px;
  }
  .button-graph:before {
    width: 62px;
    height: 62px;
  }

  .expert-comments {
    margin-left: -20px;
    margin-right: -20px;
  }
  .expert-comments-title {
    font-size: 15px;
  }

  .graph-image {
    margin-right: 0;
  }
  .graph-buttons {
    margin-top: 20px;
  }
  .graph-buttons .button {
    margin: 20px 0 0;
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .publications {
    padding-left: 20px;
    padding-right: 20px;
  }
  .publications-item {
    width: auto;
    display: block;
  }

  .quote {
    height: auto;
  }

  .statistics .statistics-more {
    overflow: hidden;
    margin: -20px 0 20px;
  }
  .statistics .statistics-more a {
    float: left;
    clear: both;
    margin-top: 10px;
    display: inline-block;
  }
  .statistics:after {
    display: table;
    content: "";
    width: 100%;
    clear: both;
  }
}
.main-table-only {
  max-width: 100%;
}
.main-table-only .universal-page {
  padding: 30px;
}
.main-table-only .universal-page .table-wrapper {
  overflow-x: scroll;
}
.main-table-only .universal-page .table-wrapper table {
  margin: 0px;
  width: 100%;
}
.main-table-only .pager__items {
  margin: 20px 0px 0px 0px;
}

.sliding-popup-top {
  opacity: 0.9;
  height: auto;
  width: 100%;
  top: 0;
  background-color: #f3eeea;
}

.eu-cookie-compliance-banner {
  height: 76px;
  margin: 0 auto;
  max-width: 1205px;
  padding: 0 25px;
}
.eu-cookie-compliance-banner .popup-content {
  margin: 0;
  position: static;
  width: 100%;
  height: 100%;
  left: auto;
  opacity: 1;
  visibility: visible;
  background: transparent;
  max-width: none;
  display: table;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message {
  vertical-align: middle;
  display: table-cell;
  float: none;
  max-width: 895px;
  font-size: 14px;
  line-height: 25px;
  padding-right: 3rem;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
  vertical-align: middle;
  display: table-cell;
  text-align: right;
  max-width: none;
  float: none;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-buttons button {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 33px;
  border: 1px solid #f37d2e;
  display: inline-block;
  padding: 1px 49px 0;
  color: #807e7e;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-buttons button:hover {
  color: #d63f06;
}

@media screen and (max-width: 940px) {
  .eu-cookie-compliance-banner {
    height: auto;
    padding: 0 15px;
  }
  .eu-cookie-compliance-banner .eu-cookie-compliance-message {
    padding-right: 1rem;
  }
  .eu-cookie-compliance-banner .eu-cookie-compliance-buttons button {
    padding: 1px 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .eu-cookie-compliance-banner {
    padding: 0 15px 15px 15px;
  }
  .eu-cookie-compliance-banner .eu-cookie-compliance-message {
    display: block;
  }
  .eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
    display: block;
  }
  .eu-cookie-compliance-banner .eu-cookie-compliance-buttons button {
    padding: 1px 49px 0;
  }
}
.custom-line-height {
  line-height: 1.4em;
}

.highlighted-quote {
  background-color: #fff7f4;
  padding: 1rem 1.5rem;
}
.highlighted-quote + :not(.highlighted-quote) {
  margin-top: 1rem;
}

.content-in-short {
  padding-top: .3rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  margin-top: 3rem;
  border-top: 3px solid #ff6424;
  border-bottom: 2px solid #d4d4d4;
  font-size: 16px;
}

.statistics {
  margin-top: -24px;
}
.statistics .statistics-title {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 20px;
}
.statistics .statistics-more {
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
  margin-bottom: 70px;
}
.statistics .statistics-more a {
  margin-right: 40px;
  text-decoration: underline;
}
.statistics .statistics-more a:hover {
  text-decoration: none;
}
.statistics .statistics-table {
  margin: 30px 0 25px;
  border-top: 1px solid #a6a6a6;
}
.statistics .statistics-table-row {
  background: transparent !important;
}
.statistics .statistics-table-cell {
  font-size: 11px;
  font-weight: bold;
  color: #000000 !important;
  text-align: center;
  vertical-align: middle;
  padding: 12px 15px;
  border-top: none;
  border-bottom: 1px solid #a6a6a6;
  height: 86px;
}
.statistics .statistics-table-cell-gray {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 345px;
  padding: 12px 33px;
  background: #efeeee;
}
.statistics .statistics-table-cell-white {
  width: 114px;
}
.statistics .statistics-table-cell-beige {
  background: #f2dfd7;
  width: 76px;
}
.statistics .statistics-table-cell a {
  color: #000000 !important;
}
.statistics .statistics-table-cell:first-child a {
  vertical-align: bottom;
  display: inline-block;
  width: 100%;
  padding-right: 15px;
  position: relative;
}
.statistics .statistics-table-cell:first-child a:after {
  content: url('../images/attachments/chevron.svg?1568121357');
  font-size: 20px;
  line-height: 1;
  color: #d63f06;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
  top: 50%;
}
.statistics .statistics-table-cell:first-child a:hover {
  color: #f37d2e !important;
}
.statistics .statistics-table-image {
  width: 75px;
  height: 60px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.statistics .statistics-table-image span {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
}
.statistics .statistics-table-image:before {
  position: absolute;
  content: '';
  background: url('../images/icon-comment.svg?1530522207') transparent no-repeat center center;
  width: 29px;
  height: 21px;
  right: -2px;
  top: 0;
  z-index: 2;
}
.statistics .statistics-table-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.statistics .statistics-table-image.active span {
  border: 3px solid #f37d2e;
}
.statistics .statistics-table-image.active:before {
  background: url('../images/icon-comment-active.svg?1530522207') transparent no-repeat center center;
}

@media screen and (max-width: 768px) {
  .statistics > p {
    font-size: 16px;
  }
  .statistics .statistics-table {
    display: block !important;
    border-top: none;
  }
  .statistics .statistics-table-cell, .statistics .statistics-table-cell.hidden {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 67px;
    height: auto;
    text-align: left;
    font-size: 17px;
    padding-left: 20px;
  }
  .statistics .statistics-table-cell:first-of-type, .statistics .statistics-table-cell.hidden:first-of-type {
    padding: 12px 15px !important;
    border-bottom-style: solid !important;
  }
  .statistics .statistics-table-row {
    border-right: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    border-top: 1px solid #a6a6a6;
  }
  .statistics .statistics-table-image {
    margin: initial !important;
  }
  .statistics .statistics-table-image span {
    width: 50px;
    height: 50px;
  }
}
.article-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  color: #565656;
  font-size: 12px;
}

.addons {
  padding: 39px 30px 30px;
  background: #FFFFFF;
  margin-bottom: 20px;
}
.addons-title {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 9px;
  border-top: 3px solid #d63f06;
  text-align: left;
  padding-top: 5px;
  letter-spacing: 1px;
}
.addons-note {
  font-weight: lighter;
  color: #4D4D4D;
  text-decoration: none;
  font-size: 12px !important;
  display: block !important;
}
.addons-icon {
  width: 35px;
  height: 42px;
  margin: 0 auto 30px auto;
  background: url('../images/attachments/download.png?1530522207');
}
.addons-types {
  padding-bottom: 30px;
  border-bottom: 2px solid #d8d8d8;
}
.addons-types.with-tabs {
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.addons-type-container {
  float: left;
  height: 34px;
  width: 33.33333%;
}
.addons-type-container.addons-text-tab {
  width: auto !important;
  height: auto;
  flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.addons-type-container:first-child:nth-last-child(2), .addons-type-container:first-child:nth-last-child(2) ~ .addons-type-container {
  width: 50%;
}
.addons-type-container:first-child:last-child {
  width: 100%;
}
.addons-text-tab .addons-type.active {
  color: #d63f06;
  border-bottom: 3px solid #d63f06;
}
.addons-type {
  margin: auto;
  cursor: pointer;
  position: relative;
}
.addons-type .icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 140%;
  width: 100%;
  height: 100%;
}
.addons-type .icon-hover {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 140%;
  width: 100%;
  height: 100%;
}
.addons-type-pdf {
  width: 30px;
  height: 30px;
}
.addons-type-pdf .icon {
  background-image: url('../images/attachments/pdf.svg?1530522207');
}
.addons-type-pdf .icon-hover {
  background-image: url('../images/attachments/pdf-h.svg?1530522207');
}
.addons-type-slideshare {
  width: 30px;
  height: 30px;
}
.addons-type-slideshare .icon {
  background-image: url('../images/attachments/slideshare.svg?1530522207');
}
.addons-type-slideshare .icon-hover {
  background-image: url('../images/attachments/slideshare-h.svg?1530522207');
}
.addons-type-sheets {
  width: 30px;
  height: 30px;
}
.addons-type-sheets .icon {
  background-image: url('../images/attachments/sheets.svg?1530522207');
}
.addons-type-sheets .icon-hover {
  background-image: url('../images/attachments/sheets-h.svg?1530522207');
}
.addons-type-download {
  width: 30px;
  height: 30px;
}
.addons-type-download .icon-hover {
  background-image: url('../images/attachments/download.svg?1568121357');
}
.addons-type-file {
  width: 13px;
  height: 16px;
  top: 13px !important;
  left: 10px;
}
.addons-type-file .icon-hover {
  background-size: 100%;
  background-image: url('../images/attachments/file.svg?1675169719');
}
.addons-type:hover .icon, .addons-type.active .icon {
  opacity: 0;
}
.addons-type:hover .icon-hover, .addons-type.active .icon-hover {
  opacity: 1;
}
.addons-content {
  display: none;
}
.addons-content.active {
  display: block;
}
.addons-list {
  border-bottom: 2px solid #d8d8d8;
  padding: 23px 0 6px;
}
.addons-item {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  margin: 0 0 8px;
}
.addons-item a {
  display: block;
  padding: 10px 20px;
  color: #d63f06;
  position: relative;
}
.addons-item a:hover {
  color: #d63f06;
  border-color: #d63f06;
  text-decoration: none;
}
.addons-item a:hover .addons-type-download .icon-hover {
  opacity: 1;
}
.addons-item a:hover span:not(.addons-note) {
  text-decoration: underline;
}
.addons-item a .addons-type {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 10px;
}
.addons-item a .addons-type-download {
  float: right;
  width: 15px;
  height: 23px;
  right: 10px;
}
.addons-item a .addons-type-pdf, .addons-item a .addons-type-slideshare {
  width: 20px;
  height: 20px;
  left: 0;
}
.addons-item a span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin-left: 10px;
}
.addons-item-file {
  text-transform: uppercase;
  font-size: 12px;
  color: #8d8d8d;
}
.addons-sheet-list {
  font-size: 12px;
  margin-top: 13px;
}
.addons-sheet-list a {
  border: none;
  padding: 10px 20px;
}
.addons-sheet-list a .addons-type-pdf {
  left: 0;
}
.addons.detached {
  position: fixed;
  z-index: 1;
  max-width: 290px;
  transition: none;
}
.addons.attached {
  max-width: 290px;
  position: absolute;
}
.addons .button.js-toggle-hidden {
  line-height: 40px;
}

.addons-items-title {
  font-weight: normal;
}

@media screen and (max-width: 1225px) {
  .addons-item-title a span {
    max-width: initial;
  }
}
@media screen and (max-width: 1100px) {
  .actual-item-long .actual-text {
    font-size: 21px !important;
  }
}
@media screen and (max-width: 840px) {
  .universal-page table:not([class]) {
    width: 100% !important;
  }
  .universal-page table:not([class]) td, .universal-page table:not([class]) th {
    max-width: 100px !important;
    padding: 5px !important;
  }
  .universal-page table:not([class]) th {
    font-size: 10px;
  }
  .universal-page table:not([class]) td {
    font-size: 12px;
  }
}
.universal-page table:not([class]) td {
  border: 1px solid #a6a6a6;
  padding: 2px;
}
.universal-page table.graph-table td {
  border: 1px solid #a6a6a6;
  padding: 2px;
}

.nav-line .main-nav .main-submenu[aria-hidden="false"] {
  display: block;
}

body.toolbar-horizontal .nav-line .main-nav .main-submenu {
  top: 168.8px;
}
body.toolbar-horizontal.toolbar-tray-open .nav-line .main-nav .main-submenu {
  top: 208.6px;
}

.tabs {
  margin-top: 60px;
}
.tabs-controls {
  text-align: center;
}
.tabs-controls-item {
  display: inline-block;
  margin: 0 15px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 2px solid transparent;
  color: #4D4D4D;
  padding: 5px 0;
  text-decoration: none;
}
.tabs-controls-item:hover {
  color: #d62306;
  text-decoration: none;
}
.tabs-controls-item.active, .tabs-controls-item[aria-selected="true"] {
  border-color: #d62306;
  color: #d62306;
}
.tabs-controls-item > a.active {
  border-color: #d62306;
  color: #d62306;
}
.tabs-tab {
  opacity: 0;
  display: none;
}
.tabs-tab.active {
  height: 100%;
  display: block;
  opacity: 1;
  transition: height 0s 0.2s, opacity 0.2s 0.2s;
  -webkit-transition: height 0s 0.2s, opacity 0.2s 0.2s;
}
.tabs-tab ul:not([class]), .tabs-tab ol {
  margin: 0 0 20px;
}
.tabs-tab ul:not([class]) li, .tabs-tab ol li {
  margin: 0 0 10px;
  padding-left: 30px;
  position: relative;
}
.tabs-tab ul:not([class]) li h3, .tabs-tab ol li h3 {
  line-height: inherit;
  margin-bottom: 15px;
  font-weight: bold;
}
.tabs-tab ul:not([class]) li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #f37d2e;
  left: 0;
  top: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tabs-tab ol li {
  counter-increment: myIndex;
}
.tabs-tab ol li:before {
  content: counter(myIndex) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #d62306;
}
.tabs-left .tabs-controls {
  text-align: left;
}
.tabs-left .tabs-controls-item {
  display: block;
  margin: 0 30px 0 0;
  float: left;
}
.tabs div[aria-hidden='true'] {
  display: none;
}
.tabs div[aria-hidden='false'] {
  display: block;
  opacity: 1;
}

svg.social-icon {
  display: block;
  width: 30px;
  height: 30px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  padding: 4px;
  color: #4D4D4D;
}
svg.social-icon:hover {
  color: #7f7b7b;
}

svg.icon-draugiem:hover {
  color: #f26721;
}

svg.icon-twitter {
  position: relative;
  top: 2px;
  width: 27px;
  height: 28px;
}
svg.icon-twitter:hover {
  color: #000000;
}

svg.icon-facebook:hover {
  color: #3F51B5;
}

svg.icon-flickr {
  --circle-one: #575757;
  --circle-two: #575757;
}
svg.icon-flickr:hover {
  --circle-one: #005DE1;
  --circle-two: #FF007E;
}

svg.icon-youtube:hover {
  color: #FF3D00;
}

.form-field {
  position: relative;
}

/* You can use "input ~ label" selector too */
input + label {
  position: absolute;
  left: 20px;
  top: 1.15em;
  transition: transform 200ms ease;
  color: #4D4D4D;
  /* You have to use this to make it clickable through*/
  pointer-events: none;
}

input:focus + label,
input + label.freeze {
  font-size: 0.7em;
  font-weight: 400;
  /* Use "Translate" function instead of classic positioning for better performance */
  transform: translateY(-1em);
}

.searchblock {
  background: #FFFFFF;
  height: 55px;
  float: right;
  position: absolute;
  right: 0;
  padding-right: 70px;
}
.searchblock .input input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 10px;
  height: 55px;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  background: transparent;
}
.searchblock .input input::-webkit-input-placeholder {
  color: #d63f06;
}
.searchblock .input input:-moz-placeholder {
  color: #d63f06;
}
.searchblock .input input::-moz-placeholder {
  color: #d63f06;
}
.searchblock .input input:-ms-input-placeholder {
  color: #d63f06;
}
.searchblock .input label {
  display: none;
}
.searchblock .input[area-hidden="true"] {
  display: none;
}
.searchblock .search-icon {
  position: absolute;
  right: 5px;
  top: 0;
}
.searchblock .search-icon .search-button {
  width: 55px;
  height: 55px;
  text-indent: -9999px;
  display: block;
  background: url('../images/icon-search.png?1530522207') transparent no-repeat center center;
}
.searchblock .search-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  cursor: pointer;
}
.searchblock.active {
  width: 300px;
}
.searchblock.active .input {
  width: 100%;
}
.searchblock.active .input label {
  display: block;
}
.searchblock.active .search-icon:after {
  display: none;
}

.subscribe-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f3eeea;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 501;
}
.subscribe-fixed .subscribe {
  position: relative;
  margin-top: 0;
  background: transparent;
  padding-left: 0;
}
.subscribe-fixed .subscribe .form-email {
  background: transparent;
}
.subscribe-fixed .subscribe-input {
  width: 500px;
}
.subscribe-fixed .close-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  background: url('../images/close.svg?1542985203') transparent no-repeat center center;
  background-size: contain;
  right: 0;
  top: 16px;
}
.subscribe-fixed .close-icon:hover {
  width: 15px;
  height: 15px;
  top: 15px;
  cursor: pointer;
}
@media screen and (max-width: 995px) {
  .subscribe-fixed .subscribe {
    padding: 10px 30px 18px;
  }
  .subscribe-fixed .subscribe-input {
    float: left;
    width: 60%;
  }
  .subscribe-fixed .subscribe-text {
    margin-bottom: 8px;
  }
  .subscribe-fixed .form-email {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }
  .subscribe-fixed .subscribe-button {
    float: left;
    margin-left: 0;
    margin-top: 10px;
  }
  .subscribe-fixed .subscribe-button .button {
    border-width: 3px;
    letter-spacing: 1px;
    line-height: 29px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 540px) {
  .subscribe-fixed .subscribe {
    padding: 10px 0px 10px;
  }
  .subscribe-fixed .subscribe-input {
    float: left;
    width: 90%;
  }
  .subscribe-fixed .subscribe-button {
    margin-left: 0;
    margin-top: 10px;
  }
}

.subscribe {
  background: #FFFFFF;
  margin-top: 30px;
  padding: 30px 45px 30px 35px;
}
.subscribe-text {
  float: left;
  width: 320px;
  padding-right: 40px;
}
.subscribe-input {
  float: left;
  width: 585px;
  margin-top: 5px;
}
.subscribe-input div {
  position: relative;
}
.subscribe-input input {
  border: none;
  border-bottom: 1px solid #4D4D4D;
  height: 40px;
  line-height: 30px;
  padding: 6px 0 4px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: 100%;
}
.subscribe-input input + label {
  color: #4D4D4D;
  height: 40px;
  line-height: 30px;
  padding: 6px 0 4px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: 100%;
  top: 0;
}
.subscribe-input input + label.freeze {
  font-size: 12px !important;
  transform: translateY(-2.5em) !important;
}
.subscribe-input input:focus + label {
  font-size: 12px;
  transform: translateY(-2.5em);
}
.subscribe-button {
  margin-top: 10px;
  float: right;
}
.subscribe-button .button {
  display: block;
}
.subscribe-button .button:disabled {
  display: none;
}
.subscribe-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 4px;
  padding: 7px 0 8px;
}
.subscribe-lead {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.subscribe #newsletter-response {
  clear: both;
  padding-top: 30px;
}
.subscribe #newsletter-response [role="contentinfo"] [role] {
  margin: 0;
}
@media screen and (max-width: 1182px) {
  .subscribe .subscribe-input {
    float: left;
    width: 400px;
  }
}
@media screen and (max-width: 995px) {
  .subscribe .subscribe-input {
    float: none;
    width: auto;
  }
}

@media screen and (max-width: 1225px) {
  .subscribe-text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1025px) {
  .subscribe {
    margin-top: 24px;
    padding: 30px 30px 27px;
  }
  .subscribe-text {
    float: none;
    width: auto;
    margin-bottom: 17px;
  }
  .subscribe-input {
    float: none;
    width: auto;
  }
  .subscribe-input input {
    font-size: 24px;
    line-height: 36px;
    padding: 10px 0;
    height: 56px;
  }
  .subscribe-button {
    width: auto;
    float: none;
    margin-top: 33px;
  }
  .subscribe-button .button {
    border-width: 3px;
    letter-spacing: 3px;
    line-height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 470px) {
  .subscribe {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .subscribe-text {
    padding-right: 0;
  }
  .subscribe-input input {
    font-size: 18px;
    line-height: 26px;
    height: 44px;
    letter-spacing: 2px;
  }
  .subscribe-button .button {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 30px;
    border-width: 2px;
  }
}
@media (max-width: 500px) {
  .statistics.forecasts .tabs {
    padding: 0;
  }
}
.statistics.forecasts .tabs-controls {
  margin-bottom: 1rem;
}
.statistics.forecasts .tabs-controls a {
  font-size: 1rem;
}
.statistics.forecasts .js-chart {
  height: 400px;
}
.statistics.forecasts .js-chart > div[id^="highcharts"] {
  margin: 0 auto;
}
@media (max-width: 500px) {
  .statistics.forecasts .js-chart {
    height: 300px;
    margin: 0;
  }
}

/*vendor*/
/*! nouislider - 9.0.0 - 2016-09-29 21:44:03 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
  transition: top .3s,right .3s,bottom .3s,left .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif?1568121357') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 1;
  height: 32px;
  width: 32px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: white;
  top: 50%;
  margin-top: -16px;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 50%;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: url('../images/attachments/chevron.svg?1568121357');
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -17px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-next {
  right: -17px;
}

/*# sourceMappingURL=main.css.map */
