@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,500,600,700&subset=latin,cyrillic);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

button, input[type=button], input[type=reset], input[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus,
button:hover,
button:focus {
  background-color: #2c5999;
  color: #fff;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px 8px;
  line-height: 1;
  border: 1px solid #2993de;
  color: #2993de;
  border-radius: 0px;
  font-size: 14px;
}
.button:hover {
  background-color: #2993de;
  color: white;
}
.button.soon {
  background-color: #2993de;
  color: white !important;
  font-weight: bold !important;
  letter-spacing: 0.02em;
}
.button--big {
  padding: 0 40px;
  height: 50px;
  line-height: 46px;
  font-weight: bold;
}
.button--big sup {
  position: relative;
  font-size: 110%;
  top: -5px;
}
.button--big + .button {
  margin-left: 20px;
}
.button.w {
  color: white;
  border: 1px solid white;
}
.button.w:hover, .button.w:focus {
  background-color: white;
  color: black;
}
.button.play {
  display: block;
  width: 250px;
  color: white;
  border-color: white;
  margin: 4em auto 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button.play:hover {
  background: transparent;
  color: inherit;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.button.foundation:hover {
  background-color: #EDB330;
  border: 1px solid #EDB330;
  color: white;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

input[type=file] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:active, a:focus, a:hover {
  color: #2c5999;
}
a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

html, body {
  font-family: "Open Sans", sans-serif !important;
}

.hide-horizontal-scrollbar {
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  min-width: 740px !important;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}
.container::after {
  clear: both;
  content: "";
  display: table;
}

html {
  box-sizing: border-box;
}

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

#welcome {
  width: 100%;
  min-height: 200px;
  position: relative;
  padding-top: 100px;
  background-color: #333;
  background-image: url("../img/bg_main.jpg");
  background-size: cover;
  background-position: center right;
  color: #fff;
  box-sizing: content-box;
}
.play #welcome:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 0;
}
#welcome .container {
  position: relative;
  z-index: 2;
}
#welcome .hello {
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
#welcome .hello h1 {
  font-family: "Proxima Nova", "Open Sans", sans-serif;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
#welcome .button.play {
  z-index: 2;
  font-weight: 600;
  border: none;
}
#welcome h1, #welcome h2 {
  display: block;
}
#welcome h1 {
  font-size: 60px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}
#welcome h2 {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 0.01pt;
}
#welcome h2 small {
  display: block;
  font-size: 14px;
}

.section {
  padding: 70px 0;
}
.section:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.03);
}

.welcome .container + .container {
  margin-top: 50px;
}

.main_trends {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 50px auto;
}

.trend {
  display: table-cell;
  width: 30%;
  margin: 0 2.5%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 25px 6.5%;
  color: currentcolor;
}
.trend:nth-child(2n) {
  border-left: 1px solid currentcolor;
  border-right: 1px solid currentcolor;
}
.trend:last-child {
  border-right: 0;
}
.trend a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.trend a:hover, .trend a:visited {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.scrolldown {
  color: white;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 10px;
  margin: 0 auto;
  display: block;
  width: 20px;
  text-align: center;
  font-size: 200%;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.scrolldown:hover {
  opacity: 0.8;
  color: white;
}
.scrolldown:visited {
  color: white;
}

#partners {
  display: block;
  position: relative;
  background-color: #fff;
  padding: 50px 0;
}

.partners_list {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}
.partners_list li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 13%;
  text-align: center;
}
@media screen and (max-width: 62.4375em) {
  .partners_list li {
    margin: 0 0 20px;
  }
}
.partners_list li a {
  display: block;
  text-decoration: none;
  border: 0;
  opacity: 1;
  border: 2px dotted transparent;
  padding: 10px 20px;
  border-radius: 6px;
}
.partners_list li a:hover {
  border: 2px dotted #eee;
}
.partners_list li a img {
  max-height: 50px;
}

@media screen and (max-width: 20em) {
  h2 {
    font-size: 1em;
  }
}
@media screen and (max-width: 62.4375em) {
  h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 62.5em) {
  h2 {
    font-size: 1.3em;
  }
}

.colwrap {
  margin: 0 auto;
  text-align: center;
  display: table;
}

.online-learning {
  margin: 0 auto;
  text-align: center;
  display: table;
}

.description p.description {
  padding: 10px 0;
  min-height: 116px;
}

.ed__header,
.b-card--col {
  display: table-cell;
  width: 40%;
  max-width: 400px;
  min-height: 5em;
  margin: 0 2.5%;
  text-align: center;
  vertical-align: top;
  padding: 25px;
  color: currentcolor;
}
.ed__header a.back,
.b-card--col a.back {
  background: #000;
}
.ed__header a.back:hover,
.b-card--col a.back:hover {
  opacity: 0.8;
}
.ed__header .benefits,
.b-card--col .benefits {
  padding-right: 10px;
}
.ed__header .benefits i,
.b-card--col .benefits i {
  padding-right: 10px;
}
.ed__header .description,
.ed__header .benefits-list,
.ed__header .b-card__description,
.ed__header .b-card__list,
.b-card--col .description,
.b-card--col .benefits-list,
.b-card--col .b-card__description,
.b-card--col .b-card__list {
  padding: 10px 25px;
  max-width: 400px;
  margin: 0 auto;
}
.ed__header .benefits-list,
.ed__header .b-card__list,
.b-card--col .benefits-list,
.b-card--col .b-card__list {
  padding: 0 auto 50px;
  text-align: left;
  padding: 0 25px 25px;
}
.ed__header .benefits-list .benefits i,
.ed__header .b-card__list .benefits i,
.b-card--col .benefits-list .benefits i,
.b-card--col .b-card__list .benefits i {
  margin-right: 15px;
}

.blog {
  background-image: url("../img/main-blog.jpg");
}

.talents-banner {
  background: linear-gradient(141deg, #ff6a00 0%, #db5c1f 51%, #e8d12c 75%);
  background: -webkit-linear-gradient(141deg, #ff6a00 0%, #db5c1f 51%, #e8d12c 75%);
  background: -moz-linear-gradient(141deg, #ff6a00 0%, #db5c1f 51%, #e8d12c 75%);
  background: -ms-linear-gradient(141deg, #ff6a00 0%, #db5c1f 51%, #e8d12c 75%);
  background: -o-linear-gradient(141deg, #ff6a00 0%, #db5c1f 51%, #e8d12c 75%);
  padding: 0 !important;
}

.virtual {
  background-image: url("../img/virtual.jpg");
}

.mon-project {
  background-image: url("../img/mon.jpg");
}

.mon59-project {
  background-image: url("../img/bg_mon59.jpg");
}

#talents {
  padding-bottom: 0 !important;
}

.anticorr-project {
  background-image: url("../img/anticorr.jpg");
  opacity: 0.9;
}

.ukr-blended {
  background-image: url("../img/bg_blended.jpg");
}

.mon-news, .mon-main {
  padding: 40px 0;
}
.mon-news .container h2, .mon-main .container h2 {
  font-size: 18px;
}
.mon-news .container ul.social > li, .mon-main .container ul.social > li {
  margin: 0 40px;
}

.mon-news {
  color: white;
  background-color: #538cc6;
}

.anticorr-news {
  text-align: center;
  color: #538cc6;
}

.anticorr-feedback {
  background-color: #538cc6;
}
.anticorr-feedback .container h2.section_title {
  color: white;
}

.feedback {
  color: white;
  display: table-cell;
  width: 16.6666666667%;
  margin-left: 42.6490214991%;
  text-align: center;
}
.feedback a.button.button--big {
  margin-left: 0 !important;
  color: white;
  border: 1px solid white;
}
.feedback a.button.button--big:hover {
  background-color: white;
  color: #538cc6;
}

.feedback a.button.button--big, .actions a.button.button--big {
  margin-top: 20px;
}
.feedback a.button.button--big:last-of-type, .actions a.button.button--big:last-of-type {
  margin-left: 60px !important;
}
@media screen and (max-width: 62.4375em) {
  .feedback a.button.button--big, .actions a.button.button--big {
    padding: 0 20px;
  }
}

.mon-news,
.mon-alarm {
  text-align: center;
}
.mon-news a,
.mon-alarm a {
  margin-top: 25px;
}
.mon-news span,
.mon-alarm span {
  display: inline-block;
}

.download-arhive {
  display: table-cell;
  width: 33.3333333333%;
  margin-left: 34.1192171993%;
}

.undp-social {
  display: block;
  margin: 0 auto;
  max-width: 390px;
}
.undp-social li {
  display: inline-block;
  color: inherit;
  margin: 0 20px;
}
.undp-social li a {
  font-weight: 600;
  color: inherit;
}
.undp-social li a:hover, .undp-social li a:active {
  text-decoration: underline;
}
.undp-social li i {
  margin-right: 5px;
}

.social {
  padding-top: 20px;
  display: block;
  margin: 0 auto;
  max-width: 350px;
}
.social li {
  display: inline-block;
  color: inherit;
  margin: 0 20px;
}
.social li a {
  font-weight: 600;
  color: inherit;
}
.social li a:hover, .social li a.active {
  text-decoration: underline;
}
.social li i {
  margin-right: 5px;
}

.foundation .container .label {
  text-align: center;
}
.foundation .container .logo {
  width: 250px;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}

/*
p.section_news {
	line-height: 1.2;
	text-align: center;
	color: white;
	margin: inherit;
		max-width: 950px;
		font-size: 18px;
}
*/
.blog, .virtual, .mon-project, .mon59-project, .anticorr-project, .talents-banner {
  background-size: cover;
  padding: 25px 0;
}
.blog h2,
.blog .h2, .virtual h2,
.virtual .h2, .mon-project h2,
.mon-project .h2, .mon59-project h2,
.mon59-project .h2, .anticorr-project h2,
.anticorr-project .h2, .talents-banner h2,
.talents-banner .h2 {
  color: white;
  line-height: 1.2;
  font-size: 25px;
  font-weight: bold;
}
.blog small,
.blog p, .virtual small,
.virtual p, .mon-project small,
.mon-project p, .mon59-project small,
.mon59-project p, .anticorr-project small,
.anticorr-project p, .talents-banner small,
.talents-banner p {
  font-size: 15px;
  display: block;
  margin-top: 15px;
  color: white;
  max-width: 500px;
  margin: 20px auto 0;
  text-align: center;
}
.blog a, .virtual a, .mon-project a, .mon59-project a, .anticorr-project a, .talents-banner a {
  margin-top: 25px;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}
.blog a.active, .blog a:hover, .blog a:focus, .virtual a.active, .virtual a:hover, .virtual a:focus, .mon-project a.active, .mon-project a:hover, .mon-project a:focus, .mon59-project a.active, .mon59-project a:hover, .mon59-project a:focus, .anticorr-project a.active, .anticorr-project a:hover, .anticorr-project a:focus, .talents-banner a.active, .talents-banner a:hover, .talents-banner a:focus {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.scroll-on-page {
  display: table-cell;
  width: 50%;
  margin-left: 25%;
  display: inline-block;
}
@media screen and (max-width: 62.4375em) {
  .scroll-on-page {
    display: table-cell;
    width: 66.6666666667%;
    margin-left: 16.5%;
  }
}
.scroll-on-page a {
  color: #477dca;
  text-decoration: none;
}
@media screen and (min-width: 62.5em) {
  .scroll-on-page aside {
    display: table-cell;
    width: 33.3333333333%;
  }
}
.scroll-on-page .scroll-on-page-link {
  border-bottom: 1px solid rgba(71, 125, 202, 0.2);
  display: block;
  margin-right: 1.5em;
  outline: none;
  padding: 0.75em 0;
}
.scroll-on-page .scroll-on-page-link:last-child {
  margin-bottom: 1.5em;
}
.scroll-on-page article h4 {
  margin: 0 0 0.5em 0;
}
.scroll-on-page article p {
  color: #333;
  line-height: 1.5;
}
.scroll-on-page article section p:last-of-type {
  margin-bottom: 2em;
}
@media screen and (min-width: 62.5em) {
  .scroll-on-page article {
    display: table-cell;
    width: 66.6666666667%;
  }
}

.new-materials a {
  text-decoration: none;
}

#about h2 {
  margin-bottom: 4em;
}
#about .container {
  max-width: 990px;
}
#about .short_info {
  padding: 25px;
  border-radius: 6px;
  margin-bottom: 10px;
}
@media screen and (max-width: 20em) {
  #about .short_info {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #about .short_info::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 62.4375em) {
  #about .short_info {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  #about .short_info:last-child {
    margin-right: 0;
  }
  #about .short_info:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  #about .short_info {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  #about .short_info:last-child {
    margin-right: 0;
  }
  #about .short_info:nth-child(3n) {
    margin-right: 0;
  }
}
#about .short_info:hover {
  background-color: #fff;
}
#about .short_info h3 {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 2em;
}
#about .short_info h3 a {
  text-decoration: none;
  color: inherit;
}
#about .short_info p {
  font-size: 14px;
  line-height: 20px;
}
#about .short_info .more_info {
  display: block;
  width: 100px;
  color: inherit;
  text-transform: none;
  text-align: center;
  margin: 0;
  color: #1c77b8;
}
#about .short_info .more_info:hover {
  background-color: #1c77b8;
  color: #fff;
  border-color: #1c77b8;
}

#stats_info .stats {
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: center;
}
#stats_info .stats li {
  margin: 0;
  padding: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 20%;
  min-width: 100px;
  text-align: center;
}
@media screen and (max-width: 20em) {
  #stats_info .stats li {
    width: 90%;
  }
}
@media screen and (max-width: 62.4375em) {
  #stats_info .stats li {
    width: 50%;
    float: left;
  }
}
#stats_info .stats li .figure {
  display: block;
  padding: 0;
  margin: 0 auto 20px;
  height: 100px;
  line-height: 100px;
  position: relative;
}
@media screen and (max-width: 20em) {
  #stats_info .stats li .figure {
    float: left;
    width: 30%;
    margin: 0 30px 20px 0;
    line-height: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  #stats_info .stats li .figure {
    float: left;
    width: 30%;
    margin: 0 30px 20px 0;
    line-height: 0;
  }
}
#stats_info .stats li .figure img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 200px;
  vertical-align: middle;
  margin: 0 auto;
}
#stats_info .stats li p {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 20em) {
  #stats_info .stats li p {
    text-align: left;
  }
}
@media screen and (max-width: 62.4375em) {
  #stats_info .stats li p {
    text-align: left;
  }
}
#stats_info .stats li big {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
#stats_info .stats .ill1 {
  width: 80px;
}
#stats_info .stats .ill2 {
  width: 90px;
}
#stats_info .stats .ill3 {
  width: 72px;
}
#stats_info .stats .ill4 {
  width: 83px;
}

#blended-info .container > h2 {
  margin: 0 0 2.75em;
  font-weight: 600;
}

@media screen and (max-width: 62.4375em) {
  .blended-info-wrapper > .blended-info-cover {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .blended-info-wrapper > .blended-info-cover:last-child {
    margin-right: 0;
  }
  .blended-info-wrapper > .blended-info-cover figure {
    margin: 0;
  }
  .blended-info-wrapper > .blended-info-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .blended-info-wrapper > .blended-info-description:last-child {
    margin-right: 0;
  }
  .blended-info-wrapper > .blended-info-description > p {
    width: 90%;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 62.5em) {
  .blended-info-wrapper > .blended-info-cover {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .blended-info-wrapper > .blended-info-cover:last-child {
    margin-right: 0;
  }
  .blended-info-wrapper > .blended-info-cover figure {
    margin: 0;
  }
  .blended-info-wrapper > .blended-info-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .blended-info-wrapper > .blended-info-description:last-child {
    margin-right: 0;
  }
  .blended-info-wrapper > .blended-info-description > p {
    font-size: 16px;
    display: inline-block;
    width: 90%;
    font-size: 16px;
    margin-bottom: 25px;
  }
}
#new-course .container h2 {
  margin: 0 0 2.75em;
  font-weight: 600;
}

@media screen and (max-width: 62.4375em) {
  .new-course-wrapper .new-course-cover {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .new-course-wrapper .new-course-cover:last-child {
    margin-right: 0;
  }
  .new-course-wrapper .new-course-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .new-course-wrapper .new-course-description:last-child {
    margin-right: 0;
  }
  .new-course-wrapper .new-course-description .features ul {
    display: inline-block;
    font-size: 12px;
  }
  .new-course-wrapper .new-course-description .features ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .new-course-wrapper .new-course-description .features ul li i {
    padding-right: 5px;
    color: #2a93de;
  }
  .new-course-wrapper .new-course-description .features ul li span {
    border-bottom: dashed #aaa 1px;
  }
  .new-course-wrapper .new-course-description p {
    font-size: 12px;
    display: inline-block;
    width: 90%;
    margin-bottom: 10px;
  }
  .new-course-wrapper .new-course-description .description {
    width: 80%;
    font-size: 16px;
  }
}
@media screen and (min-width: 62.5em) {
  .new-course-wrapper .new-course-cover {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .new-course-wrapper .new-course-cover:last-child {
    margin-right: 0;
  }
  .new-course-wrapper .new-course-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .new-course-wrapper .new-course-description:last-child {
    margin-right: 0;
  }
  .new-course-wrapper .new-course-description .features ul {
    display: block;
    font-size: 12px;
  }
  .new-course-wrapper .new-course-description .features ul li {
    float: left;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .new-course-wrapper .new-course-description .features ul li i {
    padding-right: 5px;
    color: #2a93de;
  }
  .new-course-wrapper .new-course-description p {
    font-size: 12px;
    display: inline-block;
    width: 90%;
    margin-bottom: 25px;
  }
  .new-course-wrapper .new-course-description .description {
    width: 80%;
    font-size: 16px;
  }
}
/* TOOLTIPS */
.tooltip {
  outline: none;
  color: #2a93de;
  font-weight: 600;
  border-bottom: dashed #2a93de 1px;
}

.tooltip strong {
  line-height: 30px;
}

.tooltip:hover {
  text-decoration: none;
  border-bottom-color: #2c5999;
}

.tooltip span {
  z-index: 10;
  display: none;
  padding: 10px 14px;
  margin-top: -30px;
  margin-left: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  width: 150px;
  line-height: 12px;
}

.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #aaa;
  background: #fff;
}

.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}

/*CSS3 extras*/
.tooltip span {
  box-shadow: 3px 3px 7px #CCC;
}

@media screen and (min-width: 62.5em) {
  .tooltip span {
    width: 150px;
    line-height: 12px;
  }
}
/* TOOLTIPS */
@media screen and (max-width: 62.4375em) {
  .tooltip span {
    visibility: hidden;
  }

  .tooltip:hover span {
    visibility: hidden;
  }

  /*CSS3 extras*/
  .tooltip span {
    visibility: hidden;
  }
}
#courses {
  position: relative;
}
#courses h2 {
  font-weight: 600;
  margin-bottom: 40px;
}
#courses h2 strong {
  font-weight: 800;
}
#courses #wrapper-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#courses .lead-wrapper {
  display: block;
}
#courses .lead-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 20em) {
  #courses .lead {
    float: none;
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 62.4375em) {
  #courses .lead {
    margin: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-bottom: 30px;
  }
  #courses .lead:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  #courses .lead {
    margin: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    margin-bottom: 30px;
  }
  #courses .lead:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 20em) {
  #courses .lead + .course_card {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  #courses .lead + .course_card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
  }
  #courses .lead + .course_card:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  #courses .lead + .course_card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-right: 0;
  }
  #courses .lead + .course_card:last-child {
    margin-right: 0;
  }
}
#courses .lead .h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0 0;
}
#courses .lead .h5 {
  display: block;
  margin-top: 35px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
#courses .lead .h5 span {
  font-weight: normal;
  text-transform: none;
}
#courses .lead p {
  font-size: 14px;
  line-height: 20px;
  max-width: 600px;
  position: relative;
  margin-top: 10px;
}
#courses .lead p + .h4 {
  margin-top: 20px;
}
#courses.three .lead {
  max-width: 645px;
}
#courses.three .course_card {
  max-width: 312px;
}
#courses.three .course_card .figure {
  height: 170px;
}
#courses.four .lead {
  max-width: 730px;
}
#courses.four .course_card .figure {
  height: 150px;
}
#courses .container {
  display: block;
}
#courses .container::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 20em) {
  #courses .container {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 62.4375em) {
  #courses .container {
    width: 85%;
    margin: 0 auto;
  }
}
#courses .course-cards {
  display: block;
}
#courses .course-cards::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 20em) {
  #courses .course_card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
  }
  #courses .course_card:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  #courses .course_card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    height: 340px;
  }
  #courses .course_card:last-child {
    margin-right: 0;
  }
  #courses .course_card:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  #courses .course_card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    height: 340px;
  }
  #courses .course_card:last-child {
    margin-right: 0;
  }
  #courses .course_card:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 20em) {
  #courses .mon-card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
  }
  #courses .mon-card:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  #courses .mon-card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    height: 340px;
  }
  #courses .mon-card:last-child {
    margin-right: 0;
  }
  #courses .mon-card p {
    font-size: 11px !important;
  }
  #courses .mon-card:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  #courses .mon-card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    height: 340px;
  }
  #courses .mon-card:last-child {
    margin-right: 0;
  }
  #courses .mon-card:first-child {
    margin-left: 12.7947064497%;
  }
  #courses .mon-card:nth-child(3n) {
    margin-right: 0;
  }
}
#courses .course_card, #courses .mon-card {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 0 10px 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#courses .course_card:hover, #courses .mon-card:hover {
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 20em) {
  #courses .course_card, #courses .mon-card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-left: 8.5298042998%;
  }
  #courses .course_card:last-child, #courses .mon-card:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  #courses .course_card, #courses .mon-card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    height: 340px;
  }
  #courses .course_card:last-child, #courses .mon-card:last-child {
    margin-right: 0;
  }
  #courses .course_card:nth-child(3n), #courses .mon-card:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  #courses .course_card, #courses .mon-card {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    height: 340px;
  }
  #courses .course_card:last-child, #courses .mon-card:last-child {
    margin-right: 0;
  }
  #courses .course_card:nth-child(4n), #courses .mon-card:nth-child(4n) {
    margin-right: 0;
  }
}
#courses .course_card .free, #courses .mon-card .free {
  display: block;
  position: absolute;
  top: -10px;
  right: 30px;
  left: 30px;
  z-index: 2;
  background-color: #77cc51;
  box-shadow: 0 1px 0px #5db442;
  border-radius: 3px;
  z-index: 2;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 0;
  text-shadow: 0 1px 0px #5db442;
}
#courses .course_card .special, #courses .mon-card .special {
  display: block;
  position: absolute;
  top: -10px;
  right: 30px;
  left: 30px;
  z-index: 2;
  background-color: #2993de;
  box-shadow: 0 1px 0px #2993de;
  border-radius: 3px;
  z-index: 2;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 0;
  text-shadow: 0 1px 0px #5db442;
}
#courses .course_card .figure, #courses .mon-card .figure {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 -10px;
  background-color: #fafafa;
  text-align: center;
  z-index: 1;
  overflow: hidden;
}
#courses .course_card .figure img, #courses .mon-card .figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
#courses .course_card .goto_course, #courses .mon-card .goto_course {
  margin: 0 auto;
  display: none;
  position: absolute;
  text-decoration: none;
  text-align: center;
  left: 20px;
  right: 20px;
  top: 40%;
  color: #fff;
  border-color: #fff;
}
#courses .course_card .goto_course:hover, #courses .mon-card .goto_course:hover {
  background: white;
  color: black;
}
#courses .course_card .course_title, #courses .mon-card .course_title {
  display: block;
  margin: 0 -10px;
  z-index: 2;
  padding: 8px 10px 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-align: center;
  border-bottom: 1px solid #fafafa;
}
#courses .course_card .course_title.demo, #courses .mon-card .course_title.demo {
  color: #fff;
  background-color: #83BD3F;
}
#courses .course_card .course_part_title, #courses .mon-card .course_part_title {
  font-size: 12px;
  margin: 10px 0 10px;
}
#courses .course_card p, #courses .mon-card p {
  font-size: 12px;
  margin: 10px 0;
  line-height: 1.3;
  color: #333;
  text-align: left;
}
#courses .course_card .access, #courses .mon-card .access {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: 0;
  right: 15px;
  left: 0;
}
#courses .course_card .access.granted, #courses .mon-card .access.granted {
  color: #83BD3F;
}
#courses .course_card .access.soon, #courses .mon-card .access.soon {
  color: #477dca;
}
#courses .course_card:hover .figure:before, #courses .mon-card:hover .figure:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#courses .course_card:hover .goto_course, #courses .mon-card:hover .goto_course {
  display: inline-block;
}
@media screen and (max-width: 20em) {
  #courses .more {
    padding: 20px 0;
  }
}
#courses .more .button {
  margin: 0 auto;
  display: block;
  position: absolute;
  text-decoration: none;
  text-align: center;
  position: relative;
  top: 45%;
  box-shadow: none;
}

.team_members {
  max-width: 1000px;
  margin: 0 -10px;
}
.team_members .container {
  margin: 0 auto;
}
.team_members .team_member {
  width: 230px;
  height: 350px;
  float: left;
  margin: 0 10px;
}
.team_members .team_member .photo {
  width: 100%;
}
.team_members .team_member .name {
  display: block;
}
.team_members .team_member p {
  max-width: 100%;
  display: none;
}

.button {
  text-decoration: none;
  padding: 10px 15px 8px;
  line-height: 1;
  border: 1px solid #477dca;
  color: #477dca;
  font-size: 14px;
}
.button:hover {
  background-color: #477dca;
  color: white;
}
.button.soon {
  background-color: #477dca;
  color: white !important;
  font-weight: bold !important;
  letter-spacing: 0.02em;
}
.button.play {
  display: block;
  width: 250px;
  color: white;
  border-color: white;
  margin: 2em auto 1em;
  text-align: center;
  box-sizing: border-box;
}

.courses_page .heading {
  margin-bottom: 0;
}
.courses_page .container + .container {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.courses_page .container + .container .course_card {
  pointer-events: none;
}

#about_project {
  padding-top: 0;
}
#about_project .container {
  margin: 0 auto;
}
#about_project .container p {
  text-align: justify;
  max-width: 700px;
}
#about_project .container ul li {
  max-width: 650px;
}
#about_project article {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  max-width: 700px;
}
#about_project article:last-child {
  border-bottom: 0;
}
#about_project .h2 {
  margin: 50px 0 10px;
  text-align: left;
}
#about_project .h3 {
  margin: 10px 0 10px;
  text-align: left;
  font-weight: bold;
}
#about_project .h2 + .h3 {
  margin-top: 20px;
}
#about_project p + .h3 {
  margin-top: 40px;
}

.modal {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none;
}
.modal .modal_content {
  width: 600px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -300px;
  background-color: #fff;
  box-shadow: 0 2px 1px rgba(34, 25, 25, 0.1);
}
.modal .close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 17px;
  height: 17px;
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-size: 17px;
  cursor: pointer;
}
.modal .video {
  width: 560px;
  height: 315px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

@keyframes scale-animation {
  0% {
    transform: scale(1);
  }
  /* 0ms initial values */
  10% {
    transform: scale(1.15);
  }
  /* 150ms half of animation */
  20% {
    transform: scale(1);
  }
  /* 2150ms still at half of animation */
  30% {
    transform: scale(1.15);
  }
  /* 2300ms back to initial */
  40% {
    transform: scale(1);
  }
  /* 6300ms still at initial */
  100% {
    transform: scale(1);
  }
}
.button.play {
  animation-name: scale-animation;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 3300ms;
  animation-delay: 2s;
}

.video {
  position: relative;
}

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper embed,
.video-wrapper object,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#fundraising_heading .button.orange {
  background-color: orange;
  color: white;
  border-color: orange;
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

#fundraising_project .h2 {
  text-transform: none;
  color: orange;
  font-weight: bold;
}
#fundraising_project .two_column {
  display: flex;
}
#fundraising_project .two_column .item {
  width: 50%;
  margin: auto;
}
#fundraising_project .button.orange {
  background-color: orange;
  color: white;
  border-color: orange;
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
  margin-top: 25px;
  line-height: 22px;
}

button, input[type=button], input[type=reset], input[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus,
button:hover,
button:focus {
  background-color: #2c5999;
  color: #fff;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px 8px;
  line-height: 1;
  border: 1px solid #2993de;
  color: #2993de;
  border-radius: 0px;
  font-size: 14px;
}
.button:hover {
  background-color: #2993de;
  color: white;
}
.button.soon {
  background-color: #2993de;
  color: white !important;
  font-weight: bold !important;
  letter-spacing: 0.02em;
}
.button--big {
  padding: 0 40px;
  height: 50px;
  line-height: 46px;
  font-weight: bold;
}
.button--big sup {
  position: relative;
  font-size: 110%;
  top: -5px;
}
.button--big + .button {
  margin-left: 20px;
}
.button.w {
  color: white;
  border: 1px solid white;
}
.button.w:hover, .button.w:focus {
  background-color: white;
  color: black;
}
.button.play {
  display: block;
  width: 250px;
  color: white;
  border-color: white;
  margin: 4em auto 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button.play:hover {
  background: transparent;
  color: inherit;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.button.foundation:hover {
  background-color: #EDB330;
  border: 1px solid #EDB330;
  color: white;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

input[type=file] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:active, a:focus, a:hover {
  color: #2c5999;
}
a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

html {
  box-sizing: border-box;
}

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

#page_header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  border: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  height: 70px;
  z-index: 60;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
}
#page_header .container {
  position: relative;
}
#page_header .logo {
  display: block;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 48px;
  background-size: 48px 40px;
  background-image: url("../img/edera_logo.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 10px;
  text-indent: -999px;
  overflow: hidden;
  background-position: left top;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
}
#page_header .logo:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  background-position: left bottom;
}
@media screen and (max-width: 20em) {
  #page_header .logo {
    left: 10px;
  }
}
@media screen and (max-width: 62.4375em) {
  #page_header .logo {
    left: 30px;
  }
}
@media screen and (min-width: 62.5em) {
  #page_header .logo {
    left: 10px;
  }
}
#page_header .logo a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -999px;
  font-size: 0;
}

.toggle_menu {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  border-radius: 0;
  text-align: center;
  line-height: 34px;
  color: #2993de;
  font-size: 26px;
  cursor: pointer;
  background-image: url("../img/hamburger.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 20em) {
  .toggle_menu {
    display: block;
    right: 10px;
  }
}
@media screen and (max-width: 62.4375em) {
  .toggle_menu {
    display: block;
    right: 30px;
  }
}
@media screen and (min-width: 62.5em) {
  .toggle_menu {
    display: none;
  }
}

#main_navigation {
  position: absolute;
}
@media screen and (max-width: 20em) {
  #main_navigation {
    top: 50px;
    left: 0;
    right: 0;
    display: none;
  }
  #main_navigation ul {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    height: auto;
  }
  #main_navigation ul li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    width: 100%;
  }
  #main_navigation .sign_in_up {
    position: relative;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 62.4375em) {
  #main_navigation {
    left: 0px;
    right: 0px;
    top: 50px;
    display: none;
  }
  #main_navigation ul {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    height: auto;
  }
  #main_navigation ul li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    width: 100%;
  }
  #main_navigation .sign_in_up {
    position: relative;
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 62.5em) {
  #main_navigation {
    left: 80px;
    right: 10px;
    top: 5px;
    display: block !important;
    height: 60px;
    line-height: 60px;
  }
  #main_navigation ul li {
    display: inline-block;
  }
  #main_navigation ul li + li {
    margin-left: 15px;
  }
  #main_navigation ul li.inactive {
    pointer-events: none;
  }
  #main_navigation ul li.inactive a {
    color: rgba(0, 0, 0, 0.4) !important;
  }
  #main_navigation .sign_in_up {
    position: absolute;
    right: 0;
    top: 0;
  }
  #main_navigation .sign_in_up li {
    display: inline-block;
  }
  #main_navigation .sign_in_up li + li {
    margin-left: 15px;
  }
  #main_navigation .sign_in_up:before {
    display: none;
    content: " ";
    width: 1px;
    height: 20px;
    top: 50%;
    margin-top: -18px;
    left: -20px;
    background-color: #ccc;
    position: absolute;
  }
  #main_navigation .sign_in_up .button {
    color: #2993de;
    box-shadow: none;
    cursor: pointer;
    position: relative;
  }
  #main_navigation .sign_in_up .button:hover {
    color: #fff;
  }
  #main_navigation .sign_in_up .register {
    position: relative;
    top: -2px;
  }
}
#main_navigation ul {
  display: block;
  margin: 0;
  padding: 0;
}
#main_navigation ul li {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  list-style-position: outside;
}
#main_navigation ul li.inactive {
  pointer-events: none;
}
#main_navigation ul li.inactive a {
  opacity: 0.4;
}
#main_navigation a {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.015em;
  position: relative;
}
#main_navigation a:hover {
  color: #000;
}

html {
  box-sizing: border-box;
}

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

abbr {
  border: 0 !important;
  text-decoration: none;
}

#welcome .container {
  padding: 0 !important;
  padding-left: 0 !important;
}

.section.heading {
  background-image: url("../img/bg_main.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 20em) {
  .section.heading {
    padding: 100px 0 50px;
    text-align: center;
  }
}
@media screen and (max-width: 62.4375em) {
  .section.heading {
    padding: 120px 0 50px;
    text-align: center;
  }
}
@media screen and (min-width: 62.5em) {
  .section.heading {
    padding: 160px 0 100px;
    text-align: center;
  }
}
.section.heading:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.section.heading.library {
  background-image: url("../img/bg_library.jpg");
}
.section.heading.mon {
  background-image: url("../img/bg_mon.jpg");
}
.section.heading.mon59 {
  background-image: url("../img/bg_mon59.jpg");
}
.section.heading.royz {
  background-image: url("../img/bg_royz.jpg");
}
.section.heading.mon-nature {
  background-image: url("../img/bg_mon_nature.jpg");
}
.section.heading.unicef {
  background-image: url("../img/unicef/sdg_bg.jpg");
}
.section.heading.mun {
  background-image: url("../img/cases/mun_bg.jpg");
}
.section.heading.lesson1 {
  background-image: url("../img/unicef/sdg_bg.jpg");
}
.section.heading.edera-talent {
  background-image: url("../img/_bg_talents.jpg");
}
.section.heading.antucorruption-lesson {
  background-image: url("../img/anticorr.jpg");
}
.section.heading.antucorruption-lesson > .container > h1 > span {
  color: black;
}
.section.heading.antucorruption-lesson > .container > h1 > small {
  color: black;
}
.section.heading.antucorruption-lesson > .container > h2 {
  color: black;
}
.section.heading.vaccination {
  background-image: url("../img/vaccination/vacc_header.png");
}
.section.heading.vaccination > .container > h1 > span {
  color: white;
}
.section.heading.vaccination > .container > h1 > small {
  color: white;
}
.section.heading.vaccination > .container > h2 {
  color: white;
}
.section.heading.blended {
  background-image: url("../img/bg_blended.jpg");
}
.section.heading.fablab {
  background-image: url("../img/bg_making.jpg");
}
.section.heading.anticorruption-game {
  background-image: url("../img/bg_anticorr_game.jpg");
  min-height: 900px;
}
.section.heading h1 {
  position: relative;
  text-align: left;
  margin: 0;
  z-index: 2;
  display: block;
  margin-top: 70px;
  font-size: 40px;
  font-weight: 400;
  text-transform: none;
}
@media screen and (min-width: 62.5em) {
  .section.heading h1 {
    width: 60%;
  }
}
.section.heading h1 .exo {
  font-family: "Roboto", "Open Sans";
}
.section.heading h1 .text {
  font-family: "Roboto", "Open Sans";
  font-size: 18px;
  padding: 24px 0 12px 0;
}
.section.heading h1 small {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.section.heading h2 {
  position: relative;
  text-align: left;
  z-index: 2;
  margin-top: 15px;
  font-weight: 400;
  text-transform: none;
  display: block;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 62.5em) {
  .section.heading h2 {
    width: 70%;
  }
}

h2, .h2 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 40px;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 auto 50px;
}

.response, .mce_inline_error {
  clear: both !important;
  text-align: center !important;
}

.video-in-text {
  display: block;
  margin: 0 auto;
  width: 75%;
}
.video-in-text::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 62.5em) {
  .video-in-text {
    width: 40%;
  }
}

section,
.section {
  display: block;
}
section::after,
.section::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 20em) {
  section,
.section {
    padding: 20px 0;
  }
}
@media screen and (max-width: 62.4375em) {
  section,
.section {
    padding: 40px 0;
  }
}
@media screen and (min-width: 62.5em) {
  section,
.section {
    padding: 60px 0;
  }
}
section + section,
.section + section {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
section .container,
.section .container {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
section .container::after,
.section .container::after {
  clear: both;
  content: "";
  display: table;
}
section .program-analysis,
.section .program-analysis {
  padding-left: 60px;
}
section .program-analysis ul,
.section .program-analysis ul {
  list-style-type: disc;
  color: #477dca;
}

article.about {
  margin: 100px auto 0;
  text-align: left;
}

@media screen and (min-width: 62.5em) {
  .lead_block .lead {
    font-size: 18px;
    line-height: 30px;
  }
}

.image-source-link {
  color: #98C3D1;
}

figure.thumbnail {
  margin: 0;
  display: inline-block;
}
figure.thumbnail > a > img {
  height: 125px;
  width: auto;
  transition: all 0.1s linear;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
figure.thumbnail > a > img:hover {
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.project_features li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  margin-bottom: 10px;
}
.project_features li:before {
  content: "✓";
  padding-right: 30px;
}
.project_features .video_block, .project_features .lead_block {
  margin: 0;
  padding: 0;
}
.project_features .video {
  height: 0;
  background-color: #eee;
  position: relative;
  padding-bottom: 56.2%;
}
.project_features .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project_features .video .play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
  background-image: url("../img/play@2x.png");
  background-size: 50px;
  background-repeat: no-repeat;
}
.project_features .video:hover .play {
  opacity: 0.8;
}

.ahtung {
  position: relative;
  text-align: center;
}
.ahtung:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/pattern.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 400px;
  opacity: 0.05;
}
.ahtung .title {
  font-weight: bold;
}
@media screen and (max-width: 20em) {
  .ahtung .title {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 62.4375em) {
  .ahtung .title {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 62.5em) {
  .ahtung .title {
    font-size: 1.5em;
  }
}
.ahtung .button {
  text-transform: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.bookshelf {
  max-width: 12;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.bookshelf::after {
  clear: both;
  content: "";
  display: table;
}
.bookshelf::after {
  clear: both;
  content: "";
  display: table;
}
.bookshelf .book {
  display: inline-block;
}
@media screen and (max-width: 20em) {
  .bookshelf .book {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 62.4375em) {
  .bookshelf .book:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .bookshelf .book:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 20em) {
  .bookshelf .book figure {
    text-align: left;
    padding: 1em 0;
    margin: 0;
  }
  .bookshelf .book figure h3 {
    text-align: left;
  }
  .bookshelf .book figure h3 small:before {
    left: 53.5%;
  }
}
@media screen and (max-width: 62.4375em) {
  .bookshelf .book figure {
    text-align: center;
    padding: 1em 0px;
  }
  .bookshelf .book figure img {
    display: inline-block;
    width: auto;
    background-color: #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  .bookshelf .book figure .cases {
    background-color: transparent !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4) !important;
  }
  .bookshelf .book figure figcaption {
    margin-top: 10px;
    height: 100px;
  }
  .bookshelf .book figure h3 {
    text-align: center;
  }
  .bookshelf .book figure h3 small:before {
    margin-left: -35px;
    left: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .bookshelf .book figure {
    text-align: center;
    padding: 1em 20px;
  }
  .bookshelf .book figure img {
    display: inline-block;
    width: auto;
    background-color: #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  .bookshelf .book figure .cases {
    background-color: transparent !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.4) !important;
  }
  .bookshelf .book figure figcaption {
    margin-top: 10px;
    height: 100px;
  }
  .bookshelf .book figure h3 {
    text-align: center;
  }
  .bookshelf .book figure h3 small:before {
    margin-left: -35px;
    left: 50%;
  }
}
.bookshelf .book figure h3 {
  display: block;
}
.bookshelf .book figure h3 small {
  display: block;
  position: relative;
  margin-top: 20px;
}
.bookshelf .book figure h3 small:before {
  display: block;
  text-align: center;
  content: " ";
  position: absolute;
  top: -10px;
  width: 70px;
  height: 1px;
  background-color: #eee;
}

.bookshelf-mon-nature {
  max-width: 12;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.bookshelf-mon-nature::after {
  clear: both;
  content: "";
  display: table;
}
.bookshelf-mon-nature::after {
  clear: both;
  content: "";
  display: table;
}
.bookshelf-mon-nature .book {
  display: inline-block;
}
@media screen and (max-width: 20em) {
  .bookshelf-mon-nature .book {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    display: block;
    margin-bottom: 20px;
  }
  .bookshelf-mon-nature .book:last-child {
    margin-right: 0;
  }
  .bookshelf-mon-nature .book::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 62.4375em) {
  .bookshelf-mon-nature .book {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .bookshelf-mon-nature .book:last-child {
    margin-right: 0;
  }
  .bookshelf-mon-nature .book:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .bookshelf-mon-nature .book {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .bookshelf-mon-nature .book:last-child {
    margin-right: 0;
  }
  .bookshelf-mon-nature .book:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 20em) {
  .bookshelf-mon-nature .book figure {
    text-align: left;
    padding: 1em 0;
    margin: 0;
  }
  .bookshelf-mon-nature .book figure img {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 48.2106681966%;
    width: 50%;
  }
  .bookshelf-mon-nature .book figure img:last-child {
    margin-right: 0;
  }
  .bookshelf-mon-nature .book figure h3 {
    text-align: left;
  }
  .bookshelf-mon-nature .book figure h3 small:before {
    left: 53.5%;
  }
}
@media screen and (max-width: 62.4375em) {
  .bookshelf-mon-nature .book figure {
    text-align: center;
    padding: 1em 0px;
  }
  .bookshelf-mon-nature .book figure img {
    display: inline-block;
    width: auto;
    background-color: #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  .bookshelf-mon-nature .book figure figcaption {
    margin-top: 10px;
    height: 100px;
  }
  .bookshelf-mon-nature .book figure h3 {
    text-align: center;
  }
  .bookshelf-mon-nature .book figure h3 small:before {
    margin-left: -35px;
    left: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .bookshelf-mon-nature .book figure {
    text-align: center;
    padding-top: 1em;
  }
  .bookshelf-mon-nature .book figure img {
    display: inline-block;
    width: auto;
    background-color: #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  .bookshelf-mon-nature .book figure figcaption {
    margin-top: 10px;
    height: 100px;
  }
  .bookshelf-mon-nature .book figure h3 {
    text-align: center;
  }
  .bookshelf-mon-nature .book figure h3 small:before {
    margin-left: -35px;
    left: 50%;
  }
}
.bookshelf-mon-nature .book figure h3 {
  display: block;
  font-size: 1em;
}
.bookshelf-mon-nature .book figure h3 small {
  display: block;
  position: relative;
  margin-top: 20px;
}
.bookshelf-mon-nature .book figure h3 small:before {
  display: block;
  text-align: center;
  content: " ";
  position: absolute;
  top: -10px;
  width: 70px;
  height: 1px;
  background-color: #eee;
}

.mon_subject h3.mon_title {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 3em;
}
@media screen and (max-width: 20em) {
  .mon_subject .program {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 62.4375em) {
  .mon_subject .program:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .mon_subject .program:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 20em) {
  .mon_subject .program figure {
    text-align: left;
    padding: 1em 0;
    margin: 0;
  }
  .mon_subject .program figure img {
    width: 50%;
  }
  .mon_subject .program figure h3 {
    text-align: left;
  }
  .mon_subject .program figure h3 small:before {
    left: 53.5%;
  }
}
@media screen and (max-width: 62.4375em) {
  .mon_subject .program figure {
    text-align: center;
    padding: 1em 0px;
  }
  .mon_subject .program figure img {
    display: inline-block;
    width: auto;
    background-color: #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  .mon_subject .program figure figcaption {
    margin-top: 10px;
    height: 100px;
  }
  .mon_subject .program figure h3 {
    text-align: center;
  }
  .mon_subject .program figure h3 small:before {
    margin-left: -35px;
    left: 50%;
  }
}
@media screen and (min-width: 62.5em) {
  .mon_subject .program figure {
    text-align: center;
    padding: 1em 20px;
  }
  .mon_subject .program figure img {
    display: inline-block;
    width: auto;
    background-color: #eee;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  .mon_subject .program figure figcaption {
    margin-top: 10px;
    height: 100px;
  }
  .mon_subject .program figure h3 {
    text-align: center;
  }
  .mon_subject .program figure h3 small:before {
    margin-left: -35px;
    left: 50%;
  }
}
.mon_subject .program figure h3 {
  display: block;
}
.mon_subject .program figure h3 small {
  display: block;
  position: relative;
  margin-top: 20px;
}
.mon_subject .program figure h3 small:before {
  display: block;
  text-align: center;
  content: " ";
  position: absolute;
  top: -10px;
  width: 70px;
  height: 1px;
  background-color: #eee;
}
.mon_subject .video-block-wraper {
  display: inline-block;
}
@media screen and (max-width: 62.4375em) {
  .mon_subject .video-block-wraper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .mon_subject .video-block-wraper:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .mon_subject .video-block-wraper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .mon_subject .video-block-wraper:last-child {
    margin-right: 0;
  }
}
.mon_subject .video-block-wraper .video-wraper .video-block {
  text-align: left;
  display: inline-block;
}
.mon_subject .video-block-wraper .video-wraper .video-block p {
  font-weight: 350;
}
@media screen and (max-width: 20em) {
  .mon_subject .video-block-wraper .video-wraper .video-block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 62.4375em) {
  .mon_subject .video-block-wraper .video-wraper .video-block {
    margin-right: 0;
    /* &:last-child {
    	@include omega;
    }
    */
  }
  .mon_subject .video-block-wraper .video-wraper .video-block figure {
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 62.5em) {
  .mon_subject .video-block-wraper .video-wraper .video-block figure {
    padding-bottom: 1em;
  }
}
.mon_subject .video-block-wraper .video-wraper .controller {
  cursor: pointer;
}
@media screen and (max-width: 62.4375em) {
  .mon_subject .video-block-wraper .video-wraper .controller {
    padding-left: 7em;
    padding-top: 100px;
  }
}
@media screen and (min-width: 62.5em) {
  .mon_subject .video-block-wraper .video-wraper .controller {
    margin: 6em 40px;
    padding-left: 8.253%;
    padding-top: 0;
  }
}

.fablab .course-description {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1em;
  color: white;
}
@media screen and (max-width: 62.4375em) {
  .fablab .course-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .fablab .course-description:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .fablab .course-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .fablab .course-description:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 20em) {
  .fablab .course-description {
    display: block;
  }
  .fablab .course-description::after {
    clear: both;
    content: "";
    display: table;
  }
}
.fablab .course-description h1 {
  width: 100%;
  margin: 0;
  font-weight: bold;
}
.fablab .course-description h1 small {
  text-transform: none;
  margin-top: 0;
  line-height: 1.5;
  margin: 1em 0;
}
@media screen and (max-width: 62.4375em) {
  .fablab .course-cover {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .fablab .course-cover:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .fablab .course-cover {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .fablab .course-cover:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 20em) {
  .fablab .course-cover {
    display: block;
  }
  .fablab .course-cover::after {
    clear: both;
    content: "";
    display: table;
  }
}

.fablab-slider {
  background-color: rgb(73, 89, 102);
  color: white;
}
@media screen and (max-width: 62.4375em) {
  .fablab-slider .fablab-slider-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .fablab-slider .fablab-slider-description:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .fablab-slider .fablab-slider-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .fablab-slider .fablab-slider-description:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 20em) {
  .fablab-slider .fablab-slider-description {
    display: block;
  }
  .fablab-slider .fablab-slider-description::after {
    clear: both;
    content: "";
    display: table;
  }
}
.fablab-slider .fablab-slider-video {
  margin-top: 2em;
}
@media screen and (max-width: 62.4375em) {
  .fablab-slider .fablab-slider-video {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .fablab-slider .fablab-slider-video:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .fablab-slider .fablab-slider-video {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .fablab-slider .fablab-slider-video:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 20em) {
  .fablab-slider .fablab-slider-video {
    display: block;
  }
  .fablab-slider .fablab-slider-video::after {
    clear: both;
    content: "";
    display: table;
  }
}
.fablab-slider > section {
  padding: 2em 0;
}

.fablab-sponsor {
  background-color: rgb(73, 89, 102);
  color: white;
}
.fablab-sponsor .center {
  text-align: center;
}
.fablab-sponsor p {
  padding-top: 2em;
}
.fablab-sponsor img {
  width: 30%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.slider-nav {
  display: block;
}
.slider-nav::after {
  clear: both;
  content: "";
  display: table;
}
.slider-nav li a {
  width: 33.333333%;
  float: left;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #f5872a;
  line-height: 3em;
  opacity: 0.9;
  font-weight: bold;
}
.slider-nav li a:hover {
  opacity: 1;
}
.slider-nav li.active a {
  opacity: 1;
}

.divider {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.arrows {
  white-space: nowrap;
}

.arrows li {
  display: inline-block;
  line-height: 26px;
  margin: 0 9px 0 -10px;
  padding: 0 20px;
  position: relative;
}

.arrows li::before, .arrows li::after {
  border-right: 1px solid #666666;
  content: "";
  display: block;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transform: skewX(45deg);
}

.arrows li::after {
  bottom: 0;
  top: auto;
  transform: skewX(-45deg);
}

.arrows li:last-of-type::before,
.arrows li:last-of-type::after {
  display: none;
}

.arrows li a {
  font: bold 24px Sans-Serif;
  letter-spacing: -1px;
  text-decoration: none;
}

.arrows li:nth-of-type(1) a {
  color: hsl(0deg, 0%, 70%);
}

.arrows li:nth-of-type(2) a {
  color: hsl(0deg, 0%, 65%);
}

.arrows li:nth-of-type(3) a {
  color: hsl(0deg, 0%, 50%);
}

.arrows li:nth-of-type(4) a {
  color: hsl(0deg, 0%, 45%);
}

.materials_features .action_block {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 20em) {
  .materials_features .action_block {
    display: block;
  }
  .materials_features .action_block::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 62.4375em) {
  .materials_features .action_block {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .materials_features .action_block:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .materials_features .action_block {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .materials_features .action_block:last-child {
    margin-right: 0;
  }
}
.materials_features .description_block {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 20em) {
  .materials_features .description_block {
    display: block;
  }
  .materials_features .description_block::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 62.4375em) {
  .materials_features .description_block {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .materials_features .description_block:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .materials_features .description_block {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .materials_features .description_block:last-child {
    margin-right: 0;
  }
}
.materials_features article {
  display: block;
}
@media screen and (max-width: 20em) {
  .materials_features article {
    display: block;
    padding: 0 0 0 40px;
  }
  .materials_features article::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 62.4375em) {
  .materials_features article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    padding: 0 0 0 40px;
  }
  .materials_features article:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .materials_features article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-right: 0;
    padding: 0 0 0 80px;
  }
  .materials_features article:last-child {
    margin-right: 0;
  }
}

.archive {
  background-color: rgb(250, 250, 250);
}

.material {
  margin-bottom: 20px;
  /*
  @include media(min-width 320px max-width 480px) {
  	@include span-columns(8);
  	@include shift(2);
   		@include omega(2n);
  }
  */
}
@media screen and (max-width: 62.4375em) {
  .material {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 38.2944486578%;
  }
  .material:last-child {
    margin-right: 0;
  }
  .material:nth-child(2n) {
    margin-right: 0;
  }
  .material:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 62.5em) {
  .material {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .material:last-child {
    margin-right: 0;
  }
  .material:nth-child(3n) {
    margin-right: 0;
  }
  .material:nth-child(3n+1) {
    clear: left;
  }
}
.material .lesson_features, .material .description {
  width: 70%;
  margin: 10 auto;
}
.material sectionoption {
  font-size: 0.9em !important;
}

h3.anticorruption {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.support_us {
  text-align: center;
}
.support_us .likely {
  margin-top: 30px;
}

.additional {
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 17.0596085997%;
  width: 70%;
}
.additional:last-child {
  margin-right: 0;
}

/*.introduction {
	max-width: 80%;
}
*/
.subscription {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
}
.subscription::after {
  clear: both;
  content: "";
  display: table;
}
.subscription p {
  text-align: center;
  margin: 0 auto 2em;
}
@media screen and (max-width: 20em) {
  .subscription label {
    display: block;
  }
  .subscription label::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 62.4375em) {
  .subscription label {
    display: block;
  }
  .subscription label::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 62.5em) {
  .subscription label {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 17.0596085997%;
  }
  .subscription label:last-child {
    margin-right: 0;
  }
}
.subscription label input {
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 20em) {
  .subscription label input {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 100%;
    margin-bottom: 20px;
  }
  .subscription label input:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  .subscription label input {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 48.2106681966%;
  }
  .subscription label input:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .subscription label input {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 61.1580011475%;
  }
  .subscription label input:last-child {
    margin-right: 0;
  }
}
.subscription label button {
  height: 40px;
  color: #fff;
}
@media screen and (max-width: 20em) {
  .subscription label button {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 100%;
  }
  .subscription label button:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  .subscription label button {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 48.2106681966%;
  }
  .subscription label button:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .subscription label button {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 35.2633352458%;
  }
  .subscription label button:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 20em) {
  .book-image {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 22.3160022949%;
  }
  .book-image:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  .book-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .book-image:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .book-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
    margin-left: 8.5298042998%;
  }
  .book-image:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 20em) {
  .book-description {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 74.1053340983%;
  }
  .book-description:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  .book-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 8.5298042998%;
  }
  .book-description:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .book-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 8.5298042998%;
  }
  .book-description:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 20em) {
  .presentation {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 22.3160022949%;
  }
  .presentation:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  .presentation {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .presentation:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .presentation {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .presentation:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 20em) {
  .contestant-description {
    float: left;
    display: block;
    margin-right: 3.5786636068%;
    width: 74.1053340983%;
  }
  .contestant-description:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 62.4375em) {
  .contestant-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .contestant-description:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .contestant-description {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .contestant-description:last-child {
    margin-right: 0;
  }
}
.contestant-description > p > span {
  font-weight: 600;
  color: #333;
}

.competition > .container {
  margin-bottom: 30px;
}
.competition > .container .presentation > img {
  border: 1px solid #eee;
}
.competition > .container .contestant-description > h3 {
  font-weight: 500;
  text-transform: uppercase;
  color: #2993de;
}

@media screen and (max-width: 20em) {
  .about_book .book__figure {
    display: block;
    margin: 1.25rem auto;
  }
  .about_book .book__figure::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 62.4375em) {
  .about_book .book__figure {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 38.2944486578%;
  }
  .about_book .book__figure:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .about_book .book__figure {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 28.0101901008%;
  }
  .about_book .book__figure:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 20em) {
  .about_book .book__caption {
    display: block;
  }
  .about_book .book__caption::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 62.4375em) {
  .about_book .book__caption {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 58.8629657719%;
  }
  .about_book .book__caption:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  .about_book .book__caption {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 69.1472243289%;
    margin-right: 0;
  }
  .about_book .book__caption:last-child {
    margin-right: 0;
  }
}
.about_book .book__caption article {
  display: block;
}
.about_book .book__caption article::after {
  clear: both;
  content: "";
  display: table;
}
.about_book .book__caption .b-info {
  display: block;
  margin: 1.875rem 0;
}
.about_book .book__caption .b-info::after {
  clear: both;
  content: "";
  display: table;
}
.about_book .book__caption .b-info .thead {
  display: block;
}
.about_book .book__caption .b-info .thead::after {
  clear: both;
  content: "";
  display: table;
}
.about_book .book__caption .b-info .thead .td {
  font-size: 90%;
}
.about_book .book__caption .b-info .tbody {
  display: block;
}
.about_book .book__caption .b-info .tbody::after {
  clear: both;
  content: "";
  display: table;
}
.about_book .book__caption .b-info .tbody .td {
  font-size: 146%;
}
.about_book .book__caption .b-info .td {
  float: left;
  display: block;
  margin-right: 3.5786636068%;
  width: 22.3160022949%;
  text-align: center;
}
.about_book .book__caption .b-info .td:last-child {
  margin-right: 0;
}
.about_book .book__caption .actions {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 20em) {
  .about_book .book__caption .actions .button {
    margin: 0 0 10px;
    display: block;
    font-size: 80%;
    padding: 0;
    text-align: center;
  }
  .about_book .book__caption .actions .button::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 62.4375em) {
  .about_book .book__caption .actions .button {
    margin: 0;
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 38.2944486578%;
    font-size: 80%;
    padding: 0;
    text-align: center;
  }
  .about_book .book__caption .actions .button:last-child {
    margin-right: 0;
  }
}
.book-summary .summary {
  padding: 0;
}
.book-summary .summary > li + li {
  margin-top: 0.5em;
}
.book-summary ul {
  list-style-type: none;
  padding: 0 0 0 2em;
}
.book-summary ul li {
  line-height: 2;
}

.modal label {
  cursor: pointer;
  margin-bottom: 0;
}
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}
.modal .modal-state {
  display: none;
}
.modal .modal-fade-screen {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999;
}
@media screen and (min-width: 62.5em) {
  .modal .modal-fade-screen {
    padding-top: 10em;
  }
}
.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
}
.modal .modal-close:after, .modal .modal-close:before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 1.5em;
  width: 0.15em;
  background: #ddd;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
}
.modal .modal-close:hover:after, .modal .modal-close:hover:before {
  background: #c4c4c4;
}
.modal .modal-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: #fff;
  border-radius: 3px;
  margin-top: 0;
  margin: auto;
  max-height: none !important;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
}
@media screen and (max-width: 20em) {
  .modal .modal-inner {
    width: 90%;
    padding-bottom: 50% !important;
  }
}
@media screen and (min-width: 40em) {
  .modal .modal-inner {
    max-height: 70%;
    padding-bottom: 33%;
    width: 60%;
  }
}
@media screen and (min-width: 62.5em) {
  .modal .modal-inner {
    width: 50%;
    padding-bottom: 28% !important;
  }
}
.modal .modal-inner h1 {
  color: #333;
  margin-bottom: 0 0 0.6em 0;
  text-align: left;
  text-transform: capitalize;
}
.modal .modal-inner p {
  color: #333;
  line-height: 1.5;
}
.modal .modal-inner .modal-intro {
  font-weight: 800;
}
.modal .modal-inner .modal-content {
  color: #333;
}
@media screen and (min-width: 40em) {
  .modal .modal-inner .modal-content {
    -webkit-columns: 2 8em;
    -moz-columns: 2 8em;
    columns: 2 8em;
  }
}
.modal .modal-inner a.cta {
  color: white;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}
.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}

.modal-open {
  overflow: hidden;
}

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper embed,
.video-wrapper object,
.video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.b-card--col .b-card__list .benefits i.fa.fa-tablet {
  margin-right: 22px;
}

/* POP UP ANIMATION */
/*
.circle {
  stroke: #fff;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.3;
}

.playBut {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
}
.playBut .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fff;
  transform: translateY(0);
}
.playBut:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #fff;
  animation: nudge 0.7s ease-in-out;
}
@keyframes nudge {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  70% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.playBut:hover .circle {
  stroke-dashoffset: 0;
  opacity: 1;
}

.partners-wrapper {
  width: 70%;
  margin: 0 auto;
}

button.mfp-close:hover {
  background: rgba(255,0,0,  0) !important;
}
*/
/* Flashing */
figure.flash {
  margin: 0;
}

figure.flash:hover a img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  -o-animation: flash 1.5s;
  -moz-transition: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
/* mon infographics */
/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49;
}

header h1 {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }

  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-picture {
  background: #75ce66;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}

.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}

.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 1rem;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }

  .cd-timeline-content .cd-read-more {
    float: left;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote p {
  display: inline;
}

/*---------------------------------
		twenty five cases
---------------------------------*/
.cases_25_block h2 {
  font-size: 28px;
  text-align: left;
  padding-left: 20px;
  padding-top: 60px;
}

.cases_25_block .cases_lock {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
}

.cases_25_block .cases_lock .left {
  flex-grow: 0;
  flex-shrink: 0;
  width: 288px;
  min-height: 10px;
  margin-top: 20px;
}

.cases_25_block .cases_lock .right {
  flex-grow: 1;
  flex-shrink: 1;
  min-height: 10px;
}

.cases_filter {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cases_filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cases_filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  border: 2px solid gray;
  box-sizing: border-box;
  background-color: transperent;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cases_filter input:checked ~ .checkmark:after {
  display: block;
}

.cases_filter .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid gray;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cases_filter {
  font-weight: 400;
  font-size: 16px;
  color: #A5A5A5;
}

.cases_lock {
  padding: 0 20px 0 20px;
}

.case {
  margin: 20px 0px 20px 20px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(229, 229, 229, 0.5);
}

.case .img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 324px;
  height: 228px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.case .img img {
  max-width: 100%;
  max-height: 100%;
}

.case .info {
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 24px;
  padding-top: 16px;
  padding-right: 10px;
}

.case .info h3 {
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  color: #2C5999;
}

.case .info p {
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  padding: 5px 0 10px 0;
  color: #969696;
}

.case .info a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 16px;
  color: #FFA300;
}

@media only screen and (max-width: 1060px) {
  .case {
    flex-direction: column;
  }

  .case .img {
    width: 100%;
  }

  .case .info {
    padding-left: 0px;
    padding-top: 24px;
    margin: 0;
  }
}
.bannerh1 {
  margin-top: 0px !important;
}

.banner_a {
  padding: 0px;
  margin: 0px;
  outline: none;
  cursor: pointer;
}

.banner_25 {
  height: 90px;
  width: 100%;
  background: #caeffd;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  flex-direction: column;
}

.banner_25 p {
  font-size: 36px;
  color: #0c0c0c;
  font-weight: 400;
  margin: 0;
}

.banner_25 p span {
  font-weight: 600;
}

.banner_25 .left_img {
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.banner_25 .right_img {
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.cases_25 {
  text-align: left;
}
.cases_25 > .nav-return {
  color: black;
}
.cases_25 > .nav-return > i {
  color: black;
}
.cases_25 > .nav-return:hover {
  color: black;
}
.cases_25 > .nav-return:hover > i:hover {
  color: black;
}
.cases_25 > h1.anticorr {
  color: black !important;
}

.cases_25 i {
  font-size: 32px;
  color: #fff;
  position: relative;
  top: 5px;
  /* left: 2px; */
  padding: 0 10px 0 0;
}

.cases_25 a {
  color: #fff;
  font-weight: 600;
}

.cases_25 a:hover {
  color: #fff;
}

.cases_material h2 {
  font-weight: 500;
}

.cases_material img {
  opacity: 0.3;
}

.cases_btn .fa.fa-floppy-o {
  position: relative;
  top: 5px;
  left: 2px;
}

.google_form {
  text-align: center;
}

.google_form p {
  text-align: center;
  margin: 0 auto 2em;
  width: 80%;
  font-size: 24px;
  padding-top: 16px;
}

.google_form a {
  padding: 16px 32px 16px 32px;
  background-color: #edb330;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.google_form a:hover {
  color: #fff;
}

.header_cases {
  padding-top: 120px !important;
  padding-bottom: 80px !important;
}

.header_cases h1 {
  margin-top: 40px !important;
}

#reading .video-block p {
  font-weight: 350;
}

.zno-a {
  -webkit-transition: all 500ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 500ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 500ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 500ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 500ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  max-width: 180px;
  text-decoration: none;
  border-radius: 0px;
  padding: 12px 15px;
  color: #EFA72D !important;
  box-shadow: #F7C169 0 0px 0px 2px inset;
}
.zno-a:hover {
  color: white !important;
  box-shadow: #EFA72D 0 80px 0px 2px inset;
}

.growth {
  transition: all 500ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  max-width: 180px;
  text-decoration: none;
  border-radius: 0px;
  padding: 12px 15px;
  color: #fff !important;
  box-shadow: #EFA72D 0 80px 0px 2px inset;
}
@media screen and (min-width: 62.5em) {
  .growth:hover {
    color: #EFA72D !important;
    box-shadow: #EFA72D 0 0px 0px 2px inset;
  }
}

.growth--mobile {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  text-align: center;
  box-sizing: border-box;
  width: 80%;
  max-width: none;
}
@media screen and (min-width: 62.5em) {
  .growth--mobile {
    display: none;
  }
}

button, input[type=button], input[type=reset], input[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 0;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus,
button:hover,
button:focus {
  background-color: #2c5999;
  color: #fff;
}
button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px 8px;
  line-height: 1;
  border: 1px solid #2993de;
  color: #2993de;
  border-radius: 0px;
  font-size: 14px;
}
.button:hover {
  background-color: #2993de;
  color: white;
}
.button.soon {
  background-color: #2993de;
  color: white !important;
  font-weight: bold !important;
  letter-spacing: 0.02em;
}
.button--big {
  padding: 0 40px;
  height: 50px;
  line-height: 46px;
  font-weight: bold;
}
.button--big sup {
  position: relative;
  font-size: 110%;
  top: -5px;
}
.button--big + .button {
  margin-left: 20px;
}
.button.w {
  color: white;
  border: 1px solid white;
}
.button.w:hover, .button.w:focus {
  background-color: white;
  color: black;
}
.button.play {
  display: block;
  width: 250px;
  color: white;
  border-color: white;
  margin: 4em auto 0;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button.play:hover {
  background: transparent;
  color: inherit;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.button.foundation:hover {
  background-color: #EDB330;
  border: 1px solid #EDB330;
  color: white;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%;
}
input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #c4c4c4;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

input[type=file] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:active, a:focus, a:hover {
  color: #2c5999;
}
a:active, a:focus {
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

html {
  box-sizing: border-box;
}

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

#page_footer {
  width: 100vw;
  background-color: #212121;
  color: #fff;
  padding: 50px 0;
}
#page_footer .container {
  width: auto;
}
#page_footer .col {
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 20em) {
  #page_footer .col {
    display: block;
    padding: 0 30px;
  }
  #page_footer .col::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (max-width: 62.4375em) {
  #page_footer .col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    padding: 0 10px;
  }
  #page_footer .col:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 62.5em) {
  #page_footer .col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    padding: 0 10px;
  }
  #page_footer .col:last-child {
    margin-right: 0;
  }
}
#page_footer .col .footer_logo {
  width: 100px;
  display: block;
  margin: 0 0 20px;
}
#page_footer .col .footer_logo + p {
  margin-top: 20px;
}
#page_footer .col p, #page_footer .col li {
  font-size: 12px;
  line-height: 17px;
  color: #eee;
  margin-top: 0;
}
#page_footer .col ul {
  margin: 8px 0;
  padding: 0;
  display: block;
}
#page_footer .col ul li {
  margin: 0 0 0 10px;
  padding: 0;
  display: block;
}
#page_footer .col ul li + li {
  margin-top: 8px;
}
#page_footer .col ul + p {
  margin-top: 17px;
}
#page_footer .col a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#page_footer .col a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#page_footer .footer_menu_links {
  margin-top: 0 !important;
}
#page_footer .footer_menu_links li {
  margin-left: 0 !important;
}
#page_footer .footer_menu_links li.login {
  margin-top: 16px;
}
#page_footer .copy {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 20em) {
  #page_footer .copy {
    position: relative;
  }
}

@media screen and (max-width: 20em) {
  .mh {
    display: none !important;
  }
}

.effect {
  width: 100%;
  background-color: #212121;
}
.effect:nth-child(2n+1) {
  background-color: #212121;
}
.effect:nth-child(2n) a {
  color: #fff;
  border-color: #fff;
}
.effect .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.effect {
  display: flex;
}
.effect a {
  text-decoration: none !important;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 25px;
  overflow: hidden;
  position: relative;
  color: #fff;
  border: 2px solid #fff !important;
}
.effect a i {
  position: relative;
  z-index: 3;
}
.effect a:last-child {
  margin-right: 0px;
}
.effect a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.effect a i {
  display: inline-block;
  vertical-align: middle;
}

.effect.varrius a {
  transition: all 0.2s linear 0s;
}
.effect.varrius a:after {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  top: -110%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}
.effect.varrius a:hover {
  color: #212121 !important;
}
.effect.varrius a:hover:after {
  top: 5%;
  transition: all 0.2s linear 0s;
}

.leftimg {
  width: 94px;
  float: left;
  margin: 7px 7px 7px 0;
}

#page_footer a {
  color: #EFA72D;
  text-decoration: none !important;
}

#page_footer li {
  margin-bottom: 0.75em;
}

#page_footer a i {
  color: white !important;
}

#page_footer a:hover i {
  color: #212121 !important;
}

#page_footer {
  font-size: 14px;
}

.effect {
  padding-top: 0px;
  margin-top: 0px;
}

.footer {
  background-color: #212121;
}

.likely,
.likely__widget {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 0;
  word-spacing: 0 !important;
  text-indent: 0 !important;
  list-style: none !important;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: inherit;
}

.likely__widget {
  margin: 0;
}

.likely {
  opacity: 0;
}

.likely_visible {
  opacity: 1;
  transition: opacity 0.1s ease-in;
}

.likely > * {
  display: inline-block;
  visibility: hidden;
}

.likely_visible > * {
  visibility: inherit;
}

.likely__widget {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

.likely__button,
.likely__counter {
  text-decoration: none;
  text-rendering: optimizeLegibility;
  display: inline-block;
  margin: 0;
  outline: 0;
}

.likely__button {
  position: relative;
  user-select: none;
}

.likely__counter {
  display: none;
  position: relative;
  font-weight: 400;
}

.likely_ready .likely__counter {
  display: inline-block;
}

.likely_ready .likely__counter_empty {
  display: none;
}

.likely__widget,
.likely__icon,
.likely__button,
.likely__counter {
  vertical-align: top;
}

.likely__widget {
  transition: background 0.33s ease-out, color 0.33s ease-out, fill 0.33s ease-out;
  line-height: inherit;
}

.likely__widget:hover,
.likely__widget:active,
.likely__widget:focus {
  transition: none;
  cursor: pointer;
}

.likely__icon {
  position: relative;
  text-align: left;
  display: inline-block;
}

.likely svg {
  position: absolute;
}

.likely__button,
.likely__counter {
  line-height: inherit;
  cursor: inherit;
}

.likely__button:empty {
  display: none;
}

.likely__counter {
  text-align: center;
}

.likely .likely__widget {
  color: #000;
  background: #ececec;
  background: rgba(231, 231, 231, 0.8);
}

.likely .likely__counter {
  background-size: 1px 1px;
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 0.5px, rgba(0, 0, 0, 0) 100%);
}

.likely-light .likely__widget {
  color: #fff;
  fill: #fff;
  background: rgba(236, 236, 236, 0.16);
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 0.33em;
}

.likely-light .likely__counter {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 0.5px, rgba(255, 255, 255, 0) 100%);
}

.likely__widget_facebook {
  fill: #425497;
}

.likely__widget_facebook:hover,
.likely__widget_facebook:active,
.likely__widget_facebook:focus {
  background: rgba(207, 212, 229, 0.8);
}

.likely-light .likely__widget_facebook:hover,
.likely-light .likely__widget_facebook:active,
.likely-light .likely__widget_facebook:focus {
  text-shadow: #425497 0 0 0.25em;
  background: rgba(66, 84, 151, 0.7);
}

.likely__widget_twitter {
  fill: #00b7ec;
}

.likely__widget_twitter:hover,
.likely__widget_twitter:active,
.likely__widget_twitter:focus {
  background: rgba(191, 237, 250, 0.8);
}

.likely-light .likely__widget_twitter:hover,
.likely-light .likely__widget_twitter:active,
.likely-light .likely__widget_twitter:focus {
  text-shadow: #00b7ec 0 0 0.25em;
  background: rgba(0, 183, 236, 0.7);
}

.likely__widget_gplus {
  fill: #dd4241;
}

.likely__widget_gplus:hover,
.likely__widget_gplus:active,
.likely__widget_gplus:focus {
  background: rgba(246, 207, 207, 0.8);
}

.likely-light .likely__widget_gplus:hover,
.likely-light .likely__widget_gplus:active,
.likely-light .likely__widget_gplus:focus {
  text-shadow: #dd4241 0 0 0.25em;
  background: rgba(221, 66, 65, 0.7);
}

.likely__widget_vkontakte {
  fill: #526e8f;
}

.likely__widget_vkontakte:hover,
.likely__widget_vkontakte:active,
.likely__widget_vkontakte:focus {
  background: rgba(211, 218, 227, 0.8);
}

.likely-light .likely__widget_vkontakte:hover,
.likely-light .likely__widget_vkontakte:active,
.likely-light .likely__widget_vkontakte:focus {
  text-shadow: #526e8f 0 0 0.25em;
  background: rgba(82, 110, 143, 0.7);
}

.likely__widget_pinterest {
  fill: #cc002b;
}

.likely__widget_pinterest:hover,
.likely__widget_pinterest:active,
.likely__widget_pinterest:focus {
  background: rgba(242, 191, 202, 0.8);
}

.likely-light .likely__widget_pinterest:hover,
.likely-light .likely__widget_pinterest:active,
.likely-light .likely__widget_pinterest:focus {
  text-shadow: #cc002b 0 0 0.25em;
  background: rgba(204, 0, 43, 0.7);
}

.likely__widget_odnoklassniki {
  fill: #f6903b;
}

.likely__widget_odnoklassniki:hover,
.likely__widget_odnoklassniki:active,
.likely__widget_odnoklassniki:focus {
  background: rgba(252, 227, 206, 0.8);
}

.likely-light .likely__widget_odnoklassniki:hover,
.likely-light .likely__widget_odnoklassniki:active,
.likely-light .likely__widget_odnoklassniki:focus {
  text-shadow: #f6903b 0 0 0.25em;
  background: rgba(246, 144, 59, 0.7);
}

.likely {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 -14px;
}

.likely .likely__widget {
  border-radius: 3px;
  height: 22px;
  margin: 0 7px 14px;
}

.likely .likely__icon {
  width: 22px;
  height: 22px;
}

.likely .likely__button {
  padding: 1px 4px 1px 0;
}

.likely .likely__counter {
  padding: 1px 4px;
}

.likely svg {
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
}

.likely-big {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: -18px;
}

.likely-big .likely__widget {
  border-radius: 4px;
  height: 32px;
  margin: 0 9px 18px;
}

.likely-big .likely__icon {
  width: 32px;
  height: 32px;
}

.likely-big .likely__button {
  padding: 2px 6px 2px 0;
}

.likely-big .likely__counter {
  padding: 2px 6px;
}

.likely-big svg {
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
}

.likely-small {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: -12px;
}

.likely-small .likely__widget {
  border-radius: 2px;
  height: 18px;
  margin: 0 6px 12px;
}

.likely-small .likely__icon {
  width: 18px;
  height: 18px;
}

.likely-small .likely__button {
  padding: 2px 3px 2px 0;
}

.likely-small .likely__counter {
  padding: 2px 3px;
}

.likely-small svg {
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
}

.likely__widget:first-child {
  margin-left: 0;
}

.likely__widget:last-child {
  margin-right: 0;
}

.likely--custom .likely__widget {
  background: none;
  padding: 4px 10px;
  height: 40px;
}

.likely--custom .likely__icon {
  margin-right: 5px;
}

.likely__widget_facebook {
  fill: #425497;
}

.likely__widget_facebook:hover,
.likely__widget_facebook:active,
.likely__widget_facebook:focus {
  background: rgba(207, 212, 229, 0.8);
}

.likely--custom .likely__widget_facebook:hover,
.likely--custom .likely__widget_facebook:active,
.likely--custom .likely__widget_facebook:focus {
  background: rgba(207, 212, 229, 0.8);
}

.likely__widget_twitter {
  fill: #00b7ec;
}

.likely--custom .likely__widget_twitter:hover,
.likely--custom .likely__widget_twitter:active,
.likely--custom .likely__widget_twitter:focus {
  background: rgba(191, 237, 250, 0.8);
}

.likely__widget_gplus {
  fill: #dd4241;
}

.likely--custom .likely__widget_gplus:hover,
.likely--custom .likely__widget_gplus:active,
.likely--custom .likely__widget_gplus:focus {
  background: rgba(246, 207, 207, 0.8);
}

.likely__widget_vkontakte {
  fill: #526e8f;
}

.likely--custom .likely__widget_vkontakte:hover,
.likely--custom .likely__widget_vkontakte:active,
.likely--custom .likely__widget_vkontakte:focus {
  background: rgba(211, 218, 227, 0.8);
}

.likely__widget_pinterest {
  fill: #cc002b;
}

.likely--custom .likely__widget_pinterest:hover,
.likely--custom .likely__widget_pinterest:active,
.likely--custom .likely__widget_pinterest:focus {
  background: rgba(242, 191, 202, 0.8);
}

.likely__widget_odnoklassniki {
  fill: #f6903b;
}

.likely--custom .likely__widget_odnoklassniki:hover,
.likely--custom .likely__widget_odnoklassniki:active,
.likely--custom .likely__widget_odnoklassniki:focus {
  background: rgba(252, 227, 206, 0.8);
}

.hidden {
  display: none !important;
}