/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Apply a natural box layout model to all elements
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/**
 * Add max width to img in figure
 */
figure img {
  max-width: 100%; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Remove outline
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  outline: none;
  /* 4 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Helpfull clasess
 */
.pull--right {
  float: right !important; }

.pull--left {
  float: left !important; }

.pull--none {
  float: none !important; }

.text--none {
  text-transform: none !important; }

.text--uppercase {
  text-transform: uppercase !important; }

.text--lowercase {
  text-transform: lowercase !important; }

/**
 * Clear & clearfix
 */
.clear {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  overflow: hidden;
  margin: 0 !important; }

.clear:after {
  content: ".";
  display: block;
  clear: both;
  margin: 0 !important; }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix:after {
  clear: both; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* Preload images */
body:after {
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  opacity: 0.5;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 42px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 33%;
  left: 0;
  float: left;
  background: url(../img/gallery-arrow-prev.png) left 48% no-repeat; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/gallery-arrow-next.png) right 48% no-repeat; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  position: relative;
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  display: block;
  cursor: pointer;
  width: 45px;
  height: 44px;
  background: url("../img/gallery-close.png") no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-close:hover {
  cursor: pointer;
  opacity: 0.8; }

/* ==========================================================================
Root
========================================================================== */
html {
  font-size: 62.5%;
  /* 10px */ }

body {
  font-family: 'Lato', Arial, Tahoma, Verdana;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #333333;
  background: #fff; }

::-moz-selection {
  text-shadow: none;
  background: #94167b; }

::selection {
  background: #94167b;
  text-shadow: none; }

/* ==========================================================================
Typography global
========================================================================== */
a {
  text-decoration: none;
  color: #591d60; }

a:hover {
  text-decoration: underline; }

h2 {
  font-size: 2.4rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.6rem; }

h5 {
  font-size: 1.4rem; }

h6 {
  font-size: 1.2rem; }

p {
  margin: 10px 0;
  text-align: justify; }

ol:last-child,
ul:last-child,
p:last-child {
  margin-bottom: 0; }

ol:first-child,
ul:first-child,
p:first-child {
  margin-top: 0; }

.color--violet {
  color: #591d60 !important; }

/* ==========================================================================
Main elements
========================================================================== */
.inner {
  width: 1135px;
  margin-left: auto;
  margin-right: auto; }

/* ==========================================================================
Components
========================================================================== */
/* Head
========================================================================== */
.sec--head {
  overflow: hidden; }

.sec--head .inner {
  position: relative;
  padding: 20px 0 0 10px;
  background: #fff; }

.sec--head .inner:after {
  clear: both;
  display: block;
  content: ''; }

.sec--head .inner:before {
  position: absolute;
  top: 0;
  left: -42px;
  width: 42px;
  height: 100%;
  content: '';
  background: #fff; }

.sec--head--alt {
  background: #591d60; }

.sec--head .logo {
  float: left;
  margin: 0; }

.sec--head .nav--action-top,
.sec--head .nav--main {
  float: right; }

.sec--head .nav--main:after {
  display: block;
  content: '';
  clear: both; }

/* Foot
========================================================================== */
.sec--foot {
  overflow: hidden;
  margin-top: 25px;
  padding-bottom: 25px; }

.sec--foot .inner {
  padding-top: 45px;
  border-top: 1px dotted #7a497f; }

.sec--foot__author {
  float: left;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1;
  color: #591d60; }

.sec--foot .nav--social,
.sec--foot .block--partners {
  float: right; }

.sec--foot .nav--social {
  margin-right: 25px;
  margin-top: 1px; }

.sec--foot .block--partners {
  margin-top: -11px;
  margin-bottom: 6px; }

/* Logo
========================================================================== */
.logo {
  display: block;
  width: 225px;
  height: 69px; }

.logo a {
  display: block;
  width: 210px;
  height: 69px;
  text-indent: -777em;
  background: url("../img/logo.png") no-repeat; }

/* ==========================================================================
Sections
========================================================================== */
.sec--above-foot {
  margin: 30px 0;
  overflow: hidden; }

.sec--above-foot__column {
  float: left; }

.sec--above-foot--like-box {
  width: 346px; }

.sec--above-foot--faq {
  float: right;
  width: 734px; }

/* ==========================================================================
Elements, blocks
========================================================================== */
/* ==========================================================================
Hero article
========================================================================== */
.hero__article__image {
  position: relative; }

.hero__article img {
  display: block; }

.hero__article__content {
  position: absolute;
  top: 124px;
  left: 82px;
  width: 360px;
  color: #fff; }

.hero__article__title {
  margin: 0 0 22px 0;
  font-size: 3.6rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: #fff; }

.hero__article__desc {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4; }

.hero__article__btn {
  position: absolute;
  bottom: 104px;
  left: 30px; }

.hero__article .btn--default {
  padding-left: 35px; }

.hero__carousel {
  width: 1200px;
  margin-left: -40px;
  margin-bottom: 35px; }

.hero__carousel.owl-carousel .owl-wrapper-outer {
  border: 2px solid #591d60; }

.hero__carousel .owl-pagination {
  position: absolute;
  left: 35px;
  bottom: 45px; }

.hero__carousel .owl-pagination .owl-page {
  position: relative;
  float: left;
  width: 17px;
  height: 17px;
  text-indent: -777em; }

.hero__carousel .owl-pagination .owl-page:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  content: '';
  width: 12px;
  height: 12px;
  background: #591d60;
  border-radius: 360px; }

.hero__carousel .owl-pagination .owl-page:before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 360px;
  -webkit-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out; }

.hero__carousel .owl-pagination .owl-page.active:before {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  background: #591d60; }

/* Article excerpt
========================================================================== */
.article--excerpt {
  position: relative;
  border: 1px solid #dedede;
  border-bottom-width: 4px;
  -webkit-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out; }

.article--excerpt:hover {
  border-color: #591d60; }

.article--excerpt__wrap {
  display: block; }

.article--excerpt__wrap > img {
  width: 100%; }

.article--excerpt__wrap:hover {
  text-decoration: none; }

.article--excerpt__content {
  padding: 25px 30px;
  height: 170px; }

.article--excerpt__content__title {
  margin: 0 0 20px 0;
  /*height: 55px;*/
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  color: #591d60; }

.article--excerpt__content__title a {
  color: #591d60; }

.article--excerpt__content p {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #591d60; }

.article--excerpt .category-type {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10; }

.article--excerpt .btn--read-more {
  position: absolute;
  left: -12px;
  bottom: -15px; }

/* Nav
========================================================================== */
.sec--nav {
  background: #591d60;
  width: 100%; }

.sec--nav .sec--nav--alt .inner {
  width: 1135px;
  margin: auto; }

.sec--nav--alt .nav--breadcrumbs {
  float: left;
  margin: auto;
  width: 75%; }

.sec--nav .block--user {
  float: right;
  padding: 14px 0;
  width: 25%;
  text-align: right; }

.sec--nav:after {
  display: block;
  content: '';
  clear: both; }

.sec--nav .block--user p,
.sec--nav .block--user p a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 300;
  color: #ffffff; }

.sec--nav .block--user p strong {
  font-weight: 700; }

/* Page
========================================================================== */
.sec--page {
  padding-top: 40px; }

.page__columns:after {
  clear: both;
  display: block;
  content: ''; }

.page__columns__column {
  float: left; }

.page__columns__column--sidebar {
  width: 340px; }

.page__columns__column--main {
  width: 760px;
  float: right; }

.page__columns--half .page__columns__column {
  width: 50%;
  padding: 0 80px;
  margin-right: -1px;
  border-right: 1px dotted #77467d;
  border-left: 1px dotted #77467d;
  padding-bottom: 50px; }

.page__columns--half .page__columns__column:first-child {
  border-left: 0;
  padding-left: 0; }

.page__columns--half .page__columns__column:last-child {
  border-right: 0;
  padding-right: 0; }

.page__picture {
  margin-bottom: 25px; }

.page__picture img {
  display: block; }

.page__head {
  position: relative;
  margin-bottom: 80px; }

.page__head__box {
  position: relative;
  padding: 70px 40px 40px 40px; }

.page__head__box .page__head__title {
  font-size: 42px;
  text-align: center;
  margin-bottom: 42px; }

.page__head__box p {
  font-size: 24px;
  margin-bottom: 42px;
  line-height: 44px; }

.page__head__box:after,
.page__head__box:before {
  position: absolute;
  display: block;
  content: '';
  clear: both;
  width: 586px;
  height: 272px; }

.page__head__box:after {
  background: url("../img/box-after-frame.png") no-repeat;
  bottom: 0px;
  right: 0px; }

.page__head__box:before {
  background: url("../img/box-before-frame.png") no-repeat;
  left: 0px;
  top: 0px; }

.page__head__title {
  margin: -10px 0 0 0;
  font-size: 7.2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  color: #591d60; }

.page__title,
.page__head__sub-title {
  width: 75%;
  margin: 30px 0 0 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  color: #591d60; }

.page__head__sub-title + .page__head__sub-text {
  margin-top: 10px; }

.page__head__title--alt {
  font-size: 3.3rem; }

.page__head__sub-text {
  margin: 30px 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #591d60; }

.page__head__sub-text--alt {
  text-transform: uppercase; }

.page__content .page__head__sub-text--alt {
  margin: 0 0 80px 0; }

.page__title {
  margin: 0 0 40px 0;
  text-transform: uppercase; }

.page__head__subpage .btn--back {
  position: absolute;
  float: right; }

/*** FIX ***/
.page__head__subpage:after {
  clear: both;
  content: '';
  display: block; }

.page__head__subpage .page__head__title {
  float: left;
  width: 660px; }

.pagination {
  float: right;
  list-style: none;
  padding: 0;
  margin: 25px 25px 50px 25px !important; }

.pagination li {
  float: left;
  margin: 0 8px 0 8px; }

.pagination li a {
  font-size: 17px; }

.pagination li.active a {
  font-weight: bold; }

.pagination:after,
.pagination li:last-child:after {
  display: block;
  content: '';
  clear: both; }

/*** FIX ***/
.page__content {
  font-size: 1.6rem;
  line-height: 1.5; }

.page__content p {
  margin: 25px 0; }

.page__content p:first-child {
  margin-top: 0; }

.page__content h3 {
  margin: 40px 0 40px 0;
  padding-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px dotted #76447b;
  color: #591d60; }

.page__content h3:first-child {
  margin-top: 0; }

.page__content h4 {
  margin: 25px 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #591d60; }

.page__content h5 {
  margin: 45px 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #591d60; }

.page__content img {
  display: block;
  margin: 0 auto; }

.page__content__source,
.page__content blockquote {
  margin: 25px 80px 25px 0;
  padding: 25px;
  color: #333333;
  background: #eee8ef; }

.page__content__source strong,
.page__content blockquote strong {
  color: #591d60; }

.page__content blockquote p {
  margin: 30px 0; }

.page__content blockquote p:first-child {
  margin-top: 0; }

.page__content blockquote p:last-child {
  margin-bottom: 0; }

.page__content blockquote h4 {
  margin: 0; }

.page__content blockquote ul {
  margin: 20px 0; }

.page__content blockquote ul:last-child {
  margin-bottom: 0; }

.page__content blockquote ul li {
  margin-bottom: 15px; }

.page__content blockquote ul li:last-child {
  margin-bottom: 0; }

p.page__content__source,
.page__content__source {
  margin: 60px 0 0 0;
  padding: 15px 25px;
  font-size: 1.3rem; }

.page__content ul {
  margin: 25px 0 25px 112px;
  padding: 0;
  list-style: none; }

ul.page__content__list--non {
  margin-left: 0; }

.page__content li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  background: url("../img/ico-bullet.png") no-repeat 0 7px;
  line-height: 1.5;
  text-align: justify; }

.page__content li:last-child {
  margin-bottom: 0; }

.page__content figure {
  margin: 55px 0; }

h4.page__content__move-left {
  margin-left: 112px; }

h4.page__content__move-left + ul.page__content__features {
  margin-top: 15px; }

ul.page__content__features {
  list-style: none;
  margin: 45px 0;
  padding: 0; }

ul.page__content__features:first-child {
  margin-top: 0; }

ul.page__content__features:last-child {
  margin-bottom: 0; }

.page__content__features > li {
  min-height: 70px;
  padding-left: 112px;
  margin-bottom: 45px;
  line-height: 1.5;
  background: none; }

.page__content__features > li:last-child {
  margin-bottom: 0; }

.page__content__features > li > img {
  position: absolute;
  top: 0;
  left: 10px; }

.page__content__features > li > ul {
  margin: 25px 15px; }

.page__content__features > li > ul > li {
  margin-bottom: 15px; }

.page__content__features > li > ul > li:last-child {
  margin-bottom: 0; }

.page__content__features > li h4 + p {
  margin-top: -25px; }

ul.page__content__icons {
  list-style: none;
  padding: 0;
  margin: 25px 39px 25px 39px; }

ul.page__content__icons:after {
  display: block;
  content: '';
  clear: both; }

ul.page__content__icons li {
  float: left;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 18px 0 18px;
  background: none;
  width: 179px; }

ul.page__content__icons figure {
  margin: 0px; }

.page__content__excerpt--bigger {
  font-size: 2.1rem;
  line-height: 1.5; }

.page__content__excerpt {
  font-size: 1.7rem;
  line-height: 1.5; }

.page__content__excerpt em {
  font-size: 2.5rem;
  font-style: normal;
  color: #591d60; }

.page__content__excerpt--alt {
  font-size: 2.1rem;
  line-height: 1.5;
  color: #591d60; }

.page__content h4 + .page__content__excerpt--alt {
  margin-top: -25px; }

.page__content__quote {
  margin-left: 27px;
  position: relative;
  width: 93px;
  height: 103px;
  padding: 30px 5px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #591d60;
  background: #ede8ee; }

.page__content__quote:after {
  position: absolute;
  top: 0;
  left: -27px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 51.5px 27px 51.5px 0;
  border-color: transparent #ede8ee transparent transparent; }

.page__content__short {
  width: 480px;
  margin: 35px auto; }

.page__content__short p + ul {
  margin-top: 15px; }

.page__content__short ul {
  margin: 35px 0; }

.page__content__short li {
  margin-bottom: 15px; }

.page__content__short li:last-child {
  margin-bottom: 0; }

/* Content text
========================================================================== */
.content--text--default {
  font-size: 1.4rem;
  color: #333333; }

.content--text--default h4 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold; }

.content--text--default h4 + p {
  margin-top: 0; }

.content--text--default p {
  margin: 40px 0; }

.content--text--default p:first-child {
  margin-top: 0; }

.content--text--default p:last-child {
  margin-bottom: 0; }

/* Category type
========================================================================== */
.category-type {
  position: relative;
  height: 24px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px; }

.category-type img {
  margin: 0px 8px 0px 0px;
  float: left; }

.category-type--dark {
  color: #591d60; }

.category-type--bright {
  color: #fff; }

/* Faq
========================================================================== */
.faq {
  margin: 0; }

.faq__item {
  position: relative;
  margin-bottom: 37px;
  background: url("../img/ico-plus.png") no-repeat 0 4px; }

.faq__item--active {
  background: url("../img/ico-minus.png") no-repeat 0 4px; }

.faq__item:last-child {
  margin-bottom: 0; }

.faq__item__title {
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: #591d60;
  cursor: pointer; }

.faq__item__content {
  display: none;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #333333;
  padding: 0 0 0 40px; }

/* Test
========================================================================== */
.page--alt .page__head, .page--test .page__head {
  margin-bottom: 30px; }

.test {
  position: relative;
  border-bottom: 1px dotted #7a497f; }

.test__question {
  position: relative;
  padding-bottom: 40px;
  padding-right: 360px;
  min-height: 404px; }

.test__question__percent {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 317px;
  height: 404px; }

.test__question__percent__mobile {
  display: none; }

.test__question__percent__head {
  display: block;
  width: 317px;
  height: 404px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/test-question-head.png") no-repeat;
  z-index: 5; }

.test__question__percent__in {
  display: block;
  position: relative;
  top: 30px;
  left: 20px;
  margin: 0 auto;
  width: 200px;
  height: 159px;
  overflow: hidden; }

.test__question__percent__in_ful {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  background-color: #591d60; }

.test__question__percent__in:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 159px;
  background: url("../img/test-question-head-percent.png") no-repeat;
  z-index: 2; }

.test__question__percent p {
  position: relative;
  margin: 45px 0 0 0;
  padding-left: 70px;
  text-align: center;
  font-size: 2rem;
  line-height: 1; }

.test__question__percent p span {
  display: block;
  margin-bottom: 5px;
  font-size: 3.3rem;
  font-weight: 300; }

.test__question .iradio {
  background: url("../img/radio-2.png") no-repeat; }

.test__question .iradio.checked {
  background: url("../img/radio-2-active.png") no-repeat; }

.test__question__title {
  margin: 0 0 30px 0;
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.3; }

.test__question .field--radio {
  margin-bottom: 24px;
  padding-left: 42px; }

.text__question__btn {
  margin-top: 40px; }

.text__question__btn .btn--default {
  float: left; }

.test__question--result {
  margin-top: 50px;
  min-height: 350px; }

.test__question--result .test__question__title {
  margin: 0 0 20px 0; }

.test__question--result .test__question__desc {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4; }

.test__question--result .text__question__btn {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 660px; }

.test__question--result .text__question__btn .btn--big {
  float: right; }

.test__question--result .text__question__btn .btn--default {
  margin-top: 15px; }

.test__list-results {
  list-style: none;
  margin: 0;
  padding: 0; }

.test__list-results__item {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #333333; }

.test__list-results__item:last-child {
  margin-bottom: 0; }

.test__list-results__item__bar {
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
  height: 15px;
  text-indent: -777em;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #591d60; }

.test__list-results__item strong {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  font-size: 2.1rem;
  font-weight: 700; }

.test--sonda .test__question {
  padding-right: 215px;
  padding-bottom: 100px; }

.test--sonda .test__question:after {
  position: absolute;
  right: -50px;
  bottom: 0;
  content: '';
  width: 259px;
  height: 375px;
  background: url("../img/test-sonda-ico.png") no-repeat; }

.test--send,
.test--error {
  display: none; }

/* List - files to download
========================================================================== */
.list--files-to-download {
  margin-bottom: 80px; }

.list--files-to-download a {
  text-decoration: none; }

.list--files-to-download:last-child {
  margin-bottom: 0; }

.list--files-to-download__title {
  margin: 0 0 15px 0;
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  color: #591d60; }

.list--files-to-download__item {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  padding-right: 147px;
  border-top: 1px dotted #ae90b1;
  border-bottom: 1px dotted #ae90b1;
  font-weight: 300;
  background: #fff; }

.list--files-to-download__item:nth-child(2n+1) {
  background: #eee8ef; }

.list--files-to-download__item__cell {
  position: relative;
  padding: 25px 0; }

.list--files-to-download__item__cell--name {
  padding-right: 40px;
  padding-left: 80px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  background: url("../img/ico-download.png") no-repeat 24px 50%; }

.list--files-to-download__item:nth-child(2n+1) .list--files-to-download__item__cell--name {
  padding-right: 40px;
  padding-left: 80px;
  background: url("../img/ico-download-white.png") no-repeat 24px 50%; }

.list--files-to-download__item__cell--download {
  position: absolute;
  top: 0;
  right: 0;
  width: 147px;
  text-align: center;
  border-left: 1px dotted #ae90b1; }

.list--files-to-download__item__cell--download span {
  text-transform: uppercase;
  color: #591d60; }

.list--files-to-download__item:hover:nth-child(2n+1) .list--files-to-download__item__cell--name,
.list--files-to-download__item:hover .list--files-to-download__item__cell--name,
.list--files-to-download__item--active:nth-child(2n+1) .list--files-to-download__item__cell--name,
.list--files-to-download__item--active .list--files-to-download__item__cell--name {
  color: #0f8d92;
  background: url("../img/ico-download-green.png") no-repeat 24px 50%; }

.list--files-to-download__item:hover .list--files-to-download__item__cell--download span,
.list--files-to-download__item--active .list--files-to-download__item__cell--download span {
  color: #0f8d92; }

/* Block gallery
========================================================================== */
.block--gallery {
  overflow: hidden;
  margin: 35px -21px; }

.block--gallery__item {
  float: left;
  width: 25%;
  padding: 0 21px;
  margin-bottom: 42px; }

.block--gallery__item img {
  max-width: 100%; }

/* Block generate certificat
========================================================================== */
.block--generate-certificat {
  overflow: hidden;
  margin: 80px 0 60px 0; }

.block--generate-certificat a {
  float: right;
  display: block;
  width: 417px;
  height: 104px;
  text-indent: -777em;
  background: url("../img/block-certificat-generate.png") no-repeat; }

/* Block share on facebook
========================================================================== */
.block--share-on-facebook {
  margin-bottom: 35px; }

.block--share-on-facebook__title {
  margin: 0 0 5px 0;
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #591d60; }

.block--share-on-facebook__desc {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #333333; }

/* Block sonda
========================================================================== */
.block--sonda .test__list-results__item,
.block--sonda .test__list-results__item strong {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #ffffff;
  vertical-align: top; }

.block--sonda .test__list-results__item__bar {
  display: block;
  margin: 0 0 2px 0; }

.block--sonda__inner {
  padding: 30px;
  margin-bottom: 7px;
  color: #fff;
  background: #0091b0; }

.block--sonda__inner:last-child {
  margin-bottom: 0; }

.block--sonda__inner--intro {
  min-height: 220px;
  background: #0091b0 url("../img/block--sonda-head.png") no-repeat 90% 100%; }

.block--sonda__inner--intro h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase; }

.block--sonda__inner--intro h3 span {
  display: block;
  margin-bottom: 7px;
  font-size: 2.4rem;
  font-weight: 400; }

.block--sonda__inner--question h3 {
  margin: 0 0 35px 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2; }

.block--sonda .field--radio {
  margin-bottom: 18px; }

.block--sonda .field--radio:last-child {
  margin-bottom: 0; }

.block--sonda .field--radio .field__label {
  color: #fff; }

.block--sonda .iradio {
  background: url("../img/radio-2.png") no-repeat; }

.block--sonda .iradio.checked {
  background: url("../img/radio-2-active.png") no-repeat; }

/* Block teachers
========================================================================== */
.block--teachers {
  margin-right: -80px; }

.block--teachers__info {
  position: relative;
  margin: 0 0 60px 0;
  padding: 37px 218px 40px 40px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  border-top: 8px solid #cfc5b0;
  border-bottom: 8px solid #cfc5b0;
  color: #fff;
  background: #634677; }

.block--teachers__info:after {
  position: absolute;
  bottom: -86px;
  right: 30px;
  content: '';
  width: 188px;
  height: 188px;
  background: url("../img/teachers-img.png") no-repeat; }

.block--teachers__content {
  padding: 0 35px;
  font-size: 1.6rem;
  color: #333333; }

.block--teachers__content h2 {
  margin: 40px 0 40px 20px;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  color: #591d60; }

.block--teachers__content ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.block--teachers__content ul > li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 17px; }

.block--teachers__content ul > li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 360px;
  background: #d8d8d8; }

.block--teachers__content ul > li ul {
  margin: 10px 0; }

.block--teachers__content ul > li ul li {
  padding-left: 15px;
  margin-bottom: 2px; }

.block--teachers__content ul > li ul li:before {
  display: none; }

.block--teachers__content ul > li ul li:after {
  position: absolute;
  top: 1px;
  left: 0;
  content: '-'; }

/* Block question
========================================================================== */
.block--question {
  position: relative;
  margin: 0 0 76px 0;
  padding: 30px 30px 60px 30px;
  font-size: 1.6rem;
  line-height: 1.4;
  background: #ede8ee; }

.block--question:last-child {
  margin-bottom: 0; }

.block--question .btn--primary {
  position: absolute;
  left: -13px;
  bottom: -13px; }

.block--question p {
  margin: 0; }

/* Block faq
========================================================================== */
.block--faq {
  position: relative;
  display: block;
  height: 208px;
  background: #0091b0; }

.block--faq:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #591d60;
  opacity: 0;
  -webkit-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out; }

.block--faq:hover {
  text-decoration: none; }

.block--faq:hover:before {
  opacity: 1; }

.block--faq:after {
  position: absolute;
  top: 27px;
  right: 32px;
  content: '';
  width: 172px;
  height: 153px;
  background: url("../img/faq-image.png") no-repeat; }

.block--faq__content {
  padding: 54px 0 0 44px;
  color: #fff; }

.block--faq__content__title {
  margin: 0 0 20px 0;
  font-size: 4.8rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1; }

.block--faq__content__desc {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2; }

/* Block partners
========================================================================== */
.block--partners__label {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: middle;
  color: #363636; }

.block--partners__wrap {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle; }

.block--partners__wrap:last-child {
  margin-right: 0; }

.block--partners__wrap a {
  display: inline-block;
  text-decoration: none; }

.block--partners__wrap img {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle; }

/* Block form contact
========================================================================== */
.block--form-contact {
  margin-left: -40px; }

.block--form-contact .field--textarea textarea {
  height: 209px; }

.block--form-contact .field__required {
  margin-left: 35%; }

/* Block login in
========================================================================== */
.block--register,
.block--login-in {
  max-width: 540px;
  margin: 0 auto 100px auto; }

.block--register .field--submit,
.block--login-in .field--submit {
  margin-left: 35%; }

.block--register .actions,
.block--login-in .actions {
  margin-top: 58px;
  margin-left: 35%; }

.block--register .actions__item,
.block--login-in .actions__item {
  float: left; }

.block--register .actions__item:nth-child(2),
.block--login-in .actions__item:nth-child(2) {
  float: right; }

/* Block register
========================================================================== */
.block--register .field--checkbox {
  margin-left: 35%; }

.block--register .field__required {
  margin-left: 35%; }

.block--register .field--submit {
  margin-top: 50px; }

/* ==========================================================================
Lists
========================================================================== */
/* List articles
========================================================================== */
.list--articles {
  margin: 0 -25px; }

.list--articles--alt {
  margin: 0 -10px 0 -10px; }

.list--articles__item.list--articles__item--news {
  margin-bottom: 60px; }

.list--articles__item--news .article--excerpt__wrap {
  position: relative; }

.list--articles__item--news .article--excerpt__content {
  height: 175px; }

.list--articles__title {
  margin: 0;
  padding: 0px 25px 25px 25px;
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #591d60; }

.list--articles__item--news .article--excerpt:hover {
  border-color: #0f8d92; }

.list--articles:after {
  clear: both;
  display: block;
  content: ''; }

.list--articles__item {
  float: left;
  width: 33.333333333%;
  padding: 0 25px;
  margin-bottom: 30px; }

.list--articles__item.list--articles__item--alt {
  width: 570px;
  padding: 0 15px;
  margin-bottom: 50px; }

.list--articles__item.list--articles__item--alt .article--excerpt__content {
  height: 88px;
  padding: 15px 20px 15px 20px; }

.list--articles__item.list--articles__item--alt .article--excerpt__content__title {
  float: right;
  margin-top: 6px;
  font-size: 18px;
  text-align: right;
  margin-bottom: 0px;
  width: 50%; }

.list--articles__item.list--articles__item--alt .article--excerpt__content__title:after {
  display: block;
  content: '';
  clear: both; }

/* ==========================================================================
Navs
========================================================================== */
.nav--action-top {
  width: 40px; }

.nav--action-top .nav__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav--action-top .nav__list__item {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e5e5e5; }

.nav--action-top .nav__list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.nav--action-top .nav__list__item--search > a {
  display: block;
  margin: 0 auto;
  text-indent: -777em;
  width: 22px;
  height: 22px;
  background: url("../img/ico-loop-1-gray.png") no-repeat; }

.nav--action-top .nav__list__item--social-facebook > a {
  display: block;
  margin: 0 auto;
  text-indent: -777em;
  width: 21px;
  height: 21px;
  background: url("../img/ico-fb.png") no-repeat; }

.nav--main {
  margin: -20px 0 0 0; }

.nav--main .nav__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav--main .nav__list__item {
  float: left;
  width: 170px;
  border-top-style: solid;
  border-top-width: 7px; }

.nav--main .nav__list__item a {
  display: block;
  padding-top: 45px;
  height: 110px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out; }

.nav--main .nav__list__item--violet {
  border-color: #591d60; }

.nav--main .nav__list__item--violet a {
  color: #591d60; }

.nav--main .nav__list__item--violet.nav__list__item--active,
.nav--main .nav__list__item--violet a:hover {
  background: #591d60; }

.nav--main .nav__list__item--blue {
  border-color: #3a55bb; }

.nav--main .nav__list__item--blue a {
  color: #3a55bb; }

.nav--main .nav__list__item--blue.nav__list__item--active,
.nav--main .nav__list__item--blue a:hover {
  background: #3a55bb; }

.nav--main .nav__list__item--green {
  border-color: #0f8d92; }

.nav--main .nav__list__item--green a {
  color: #0f8d92; }

.nav--main .nav__list__item--green.nav__list__item--active,
.nav--main .nav__list__item--green a:hover {
  background: #0f8d92; }

.nav--main .nav__list__item--green-2 {
  border-color: #7fa311; }

.nav--main .nav__list__item--green-2 a {
  color: #7fa311; }

.nav--main .nav__list__item--green-2.nav__list__item--active,
.nav--main .nav__list__item--green-2 a:hover {
  background: #7fa311; }

.nav--main .nav__list__item--green-2.nav__list__item--active a,
.nav--main .nav__list__item--green.nav__list__item--active a,
.nav--main .nav__list__item--blue.nav__list__item--active a,
.nav--main .nav__list__item--violet.nav__list__item--active a,
.nav--main .nav__list__item a:hover {
  color: #fff;
  text-decoration: none; }

.nav--breadcrumbs {
  width: 1135px;
  margin: 0 auto;
  color: #fff; }

.nav--breadcrumbs .nav__list {
  overflow: hidden;
  list-style: none;
  padding: 14px 0 14px 0; }

.nav--breadcrumbs .nav__list li {
  position: relative;
  float: left;
  padding-right: 17px;
  margin-right: 10px;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1; }

.nav--breadcrumbs .nav__list li:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '>';
  font-size: 1.4rem;
  color: #d38fdb; }

.nav--breadcrumbs .nav__list li:last-child {
  font-weight: bold; }

.nav--breadcrumbs .nav__list li:last-child:after {
  display: none; }

.nav--breadcrumbs .nav__list a {
  color: #fff; }

.nav--social .nav__list {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0; }

.nav--social .nav__list__item {
  float: left; }

.nav--social .nav__list__item--fb a {
  display: block;
  width: 56px;
  height: 12px;
  text-indent: -777em;
  background: url("../img/ico-fb-2.png") no-repeat; }

/* Buttons
========================================================================== */
.btn,
input.btn,
button.btn {
  display: inline-block;
  cursor: pointer;
  border: 0; }

.btn--upload {
  float: left;
  background: #65676a;
  color: #fff;
  line-height: 27px;
  text-align: center;
  width: 113px;
  height: 27px;
  overflow: hidden;
  margin: 8px 0 0 0;
  cursor: pointer; }

.file--selected {
  float: left;
  margin: 8px 0 0 8px;
  line-height: 27px; }

.file--upload:after {
  display: block;
  content: '';
  clear: both; }

.btn--big,
.btn--default--alt,
.btn--default {
  position: relative;
  height: 44px;
  padding: 0 12px 0 18px;
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 44px;
  color: #fff;
  background: #591d60;
  -webkit-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out; }

.btn--big:after,
.btn--default--alt:after,
.btn--default:after {
  position: absolute;
  top: 0;
  right: -18px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 18px;
  border-color: transparent transparent transparent #591d60;
  -webkit-transition: border 150ms ease-in-out;
  -o-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out; }

.btn--big:hover,
.btn--default--alt:hover,
.btn--default:hover {
  text-decoration: none;
  color: #fff;
  background: #6f2b77; }

.btn--big:hover:after,
.btn--default:hover:after {
  border-color: transparent transparent transparent #6f2b77; }

.btn--default--alt {
  padding: 0 18px 0 12px; }

.btn--default--alt:after {
  left: -18px;
  right: auto;
  border-width: 22px 18px 22px 0;
  border-color: transparent #591d60 transparent transparent; }

.btn--default--alt:hover:after {
  border-color: transparent #6f2b77 transparent transparent; }

.btn--big {
  height: 73px;
  font-size: 3.3rem;
  line-height: 73px;
  padding: 0 38px 0 38px; }

.btn--big:after {
  right: -27px;
  border-width: 36.5px 0 36.5px 27px; }

.btn--primary {
  margin-right: 11px; }

.btn--primary--alt,
.btn--primary {
  position: relative;
  height: 27px;
  padding: 0 10px 0 10px;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 27px;
  color: #fff;
  background: #591d60;
  -webkit-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out; }

.btn--primary:after {
  position: absolute;
  top: 0;
  right: -11px;
  content: '';
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 0 13.5px 11px;
  border-color: transparent transparent transparent #591d60;
  -webkit-transition: border 150ms ease-in-out;
  -o-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out; }

.btn--primary--alt:hover,
.btn--primary:hover {
  text-decoration: none;
  color: #fff;
  background: #6f2b77; }

.btn--primary:hover:after {
  border-color: transparent transparent transparent #6f2b77; }

.btn--primary--alt {
  margin-left: 11px; }

.btn--primary--alt:after {
  position: absolute;
  top: 0;
  left: -11px;
  content: '';
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 11px 13.5px 0;
  border-color: transparent #591d60 transparent transparent;
  -webkit-transition: border 150ms ease-in-out;
  -o-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out; }

.btn--primary--alt:hover:after {
  border-color: transparent #6f2b77 transparent transparent; }

.btn--primary--gray {
  background: #77797d; }

.btn--primary--gray:after {
  border-color: transparent #77797d transparent transparent; }

.btn--back,
.btn--read-more {
  position: relative;
  height: 27px;
  padding: 0 10px 0 10px;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 27px;
  color: #fff;
  background: #591d60;
  -webkit-transition: background 150ms ease-in-out;
  -o-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out; }

.btn--back {
  position: absolute;
  top: 0px;
  right: 0px; }

.btn--read-more:after {
  position: absolute;
  top: 0;
  right: -11px;
  content: '';
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 0 13.5px 11px;
  border-color: transparent transparent transparent #591d60;
  -webkit-transition: border 150ms ease-in-out;
  -o-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out; }

.btn--back:hover,
.btn--read-more:hover {
  text-decoration: none;
  color: #fff;
  background: #6f2b77; }

.btn--read-more:hover:after {
  border-color: transparent transparent transparent #6f2b77; }

.btn--back:after {
  position: absolute;
  top: 0;
  left: -11px;
  content: '';
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.5px 11px 13.5px 0;
  border-color: transparent #591d60 transparent transparent;
  -webkit-transition: border 150ms ease-in-out;
  -o-transition: border 150ms ease-in-out;
  transition: border 150ms ease-in-out; }

.btn--back:hover:after {
  border-color: transparent #6f2b77 transparent transparent; }

.btn--up {
  position: fixed;
  bottom: 120px;
  right: 50px;
  display: block;
  width: 56px;
  height: 115px;
  text-indent: -777em;
  background: url("../img/btn-up.png") no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out; }

.btn--up--active {
  opacity: 1;
  visibility: visible; }

.btn--logout {
  display: block;
  position: relative;
  float: right;
  width: 14px;
  height: 14px;
  padding: 15px;
  margin: -30px 0px -15px 15px;
  background: url("../img/btn-logout.png") center center no-repeat;
  box-sizing: unset; }

.btn--logout:hover {
  background: url("../img/btn-logout-active.png") center center no-repeat; }

.btn--logout:before {
  display: block;
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  background: #ac8eb0;
  margin: -3px 0 0 -16px; }

/* ==========================================================================
Form
========================================================================== */
/* Global
========================================================================== */
::-webkit-input-placeholder {
  color: #8d8d8d; }

:-moz-placeholder {
  color: #8d8d8d; }

::-moz-placeholder {
  color: #8d8d8d; }

:-ms-input-placeholder {
  color: #8d8d8d; }

input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit; }

textarea {
  resize: none; }

/* Styles input, textarea, select
========================================================================== */
.field--default {
  margin-bottom: 20px; }

.field--default .field__label {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #333333; }

.field--default.field--block .field__label {
  display: block;
  margin-bottom: 5px; }

.field--default.field--inline {
  display: table;
  width: 100%;
  vertical-align: middle; }

.field--default.field--inline .field__captcha,
.field--default.field--inline .field__label {
  display: table-cell;
  width: 35%;
  text-align: right;
  vertical-align: middle;
  padding-right: 10px; }

.field--default.field--inline .field__captcha span,
.field--default.field--inline .field__label span {
  width: 1%;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: right; }

.field--default.field--inline .field__captcha {
  vertical-align: top; }

.field--default.field--inline .field__control {
  display: table-cell;
  vertical-align: middle;
  width: 65%; }

.field--default.field--text input {
  width: 100%;
  height: 40px;
  border: 1px solid #dedede;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #8a8a8a; }

.field--default.field--text.field--text--half {
  width: 50%; }

.field--default.field--text.field--text--half .field__label {
  width: 70%; }

.field--default.field--text.field--text--half .field__control {
  width: 30%; }

.field--default.field--text.field--text--half-left {
  float: left; }

.field--default.field--text.field--text--half-right .field__label {
  width: 10%; }

.field--default.field--text.field--text--half-right {
  float: right; }

.field--default.field--textarea .field__label {
  vertical-align: top; }

.field--default.field--textarea textarea {
  width: 100%;
  border: 1px solid #dedede;
  padding: 10px 10px;
  font-size: 1.6rem;
  color: #8a8a8a; }

.field--default.field--checkbox .field__label {
  font-size: 1.2rem;
  line-height: 1; }

.field--default.field--radio .field__label {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1; }

.field--default.field--radio .field__control {
  top: -1px; }

.field--default + .field__required {
  margin-top: -5px; }

.field--default .field__groups .field__groups__item {
  float: left;
  width: 50%; }

.field--default .field__groups .field--radio {
  margin-left: 27px;
  margin-bottom: 0; }

.field__required {
  margin: 15px 0 30px 0;
  font-size: 1.2rem;
  color: #333333; }

.field__error {
  margin: 8px 0 0 0;
  font-size: 1.2rem;
  line-height: 1;
  color: #ff0000; }

.actions {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0; }

.actions__item {
  display: inline-block;
  vertical-align: top; }

/* Styles input type checkbox/radio
========================================================================== */
.icheckbox {
  display: block;
  height: 21px;
  width: 21px;
  cursor: pointer;
  background: url("../img/checkbox.png") no-repeat; }

.icheckbox.checked {
  background: url("../img/checkbox-active.png") no-repeat; }

.iradio {
  display: block;
  height: 21px;
  width: 21px;
  cursor: pointer;
  background: url("../img/radio.png") no-repeat; }

.iradio.checked {
  background: url("../img/radio-active.png") no-repeat; }

.custom-select-container {
  height: 40px;
  padding: 0 40px 0 20px;
  border: 1px solid #dedede; }

.customSelect {
  width: 100% !important; }

select.hasCustomSelect {
  z-index: 100;
  height: 40px !important;
  cursor: pointer; }

.customSelect {
  position: relative;
  height: 40px;
  text-align: center; }

.customSelectInner {
  position: relative;
  width: auto !important;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  text-align: left;
  color: #8a8a8a;
  background: #fff; }

.customSelect:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #8a8a8a; }

.customSelect:after {
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -5px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #591d60 transparent transparent transparent; }

/* Form basic structure
========================================================================== */
.field:after {
  display: block;
  content: '';
  clear: both; }

.field:first-child {
  margin-top: 0; }

.field:last-child {
  margin-bottom: 0; }

.field--radio,
.field--checkbox {
  position: relative;
  padding-left: 30px; }

.field--radio .field__label,
.field--checkbox .field__label {
  cursor: pointer; }

.field--radio:last-child,
.field--checkbox:last-child {
  margin-bottom: 0; }

.field--radio .field__control,
.field--checkbox .field__control {
  position: absolute;
  top: 0;
  left: 0; }

.nav__list__item--mobile-menu {
  display: none;
  width: 21px;
  height: 21px;
  background: url("../img/mobile-menu.png") center center no-repeat;
  cursor: pointer; }

.article--excerpt__content,
.list--articles__item--news .article--excerpt__content {
  height: auto; }

.sec--error {
  font-family: 'Roboto Slab';
  padding: 74px 0 74px; }
  .sec--error p {
    text-align: center;
    margin: 0; }
  .sec--error .error--header {
    font-weight: 300; }
    .sec--error .error--header span {
      display: inline-block;
      position: relative;
      line-height: 82px;
      font-size: 64px;
      color: #ffffff;
      padding: 0 82px 0 82px;
      background-color: #591d60; }
      .sec--error .error--header span:before, .sec--error .error--header span:after {
        position: absolute;
        display: block;
        content: '';
        width: 35px;
        height: 82px;
        background-image: url("../img/error-header-background.png");
        background-repeat: no-repeat;
        top: 0; }
      .sec--error .error--header span:before {
        left: -35px;
        background-position: 0px 0px; }
      .sec--error .error--header span:after {
        right: -35px;
        background-position: 0px -82px; }
  .sec--error .error--code {
    font-weight: 500;
    font-size: 244px;
    line-height: 210px;
    color: #591d60; }
  .sec--error .error--message {
    font-weight: 300;
    font-size: 64px;
    color: #591d60; }

/* Tablet */
@media screen and (min-width: 0px) and (max-width: 1138px) {
  .nav--action-top .nav__list__item {
    width: 40px;
    height: 40px;
    background-size: cover; }

  .sec--head .nav--action-top {
    margin-right: 10px;
    height: 69px;
    position: relative; }

  .nav--action-top .nav__list {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px; }

  .nav__list__item--mobile-menu {
    margin: 0px !important; } }
@media screen and (min-width: 0px) and (max-width: 1138px) {
  .page__head__subpage .page__head__title,
  .page__head__title.page__head__title--alt,
  .article--excerpt__content__title {
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important; } }
@media screen and (min-width: 768px) and (max-width: 1138px) {
  .sec--page {
    padding-top: 50px; }

  .page__columns__column--main {
    width: 70%; }

  .page__columns__column--sidebar {
    width: 30%;
    padding-right: 30px; }

  .page__head .btn--back {
    top: initial;
    bottom: -27px; }

  .block--share-on-facebook__btn {
    text-align: center; }

  .block--teachers__info,
  .nav--breadcrumbs .nav__list,
  .sec--above-foot--faq,
  .hero__carousel,
  .sec--head .nav--main,
  .inner,
  .nav--main .nav__list,
  .nav--main .nav__list .nav__list__item,
  .nav--main .nav__list .nav__list__item a,
  .page__head__subpage .page__head__title {
    width: 100%; }

  .page__head.page__head__subpage {
    padding: 0; }

  .page__head__subpage .page__head__title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }

  .sec--head .inner {
    padding-bottom: 20px; }

  .sec--nav {
    overflow: hidden; }

  .nav--breadcrumbs .nav__list {
    padding: 14px 10px 14px 10px; }

  .block--gallery {
    margin-top: 35px;
    margin-bottom: 0; }

  /*.page__picture,*/
  .btn.btn--up.js__btn--up.btn--up--active,
  .nav__list__item--social-facebook,
  .sec--head .nav--main {
    display: none; }

  .nav__list__item--mobile-menu {
    display: block; }

  .hero__carousel,
  .sec--head .nav--main {
    margin-top: 20px; }

  .list.list--articles,
  .hero__carousel {
    margin-left: 0; }

  .list--articles,
  .hero__carousel {
    margin-right: 0; }

  .nav--main .nav__list .nav__list__item a {
    padding: 0; }

  .nav__list__item--mobile-menu {
    margin: 0 auto; }

  .sec--above-foot--faq,
  .sec--head .nav--main,
  .nav--main .nav__list,
  .nav--main .nav__list .nav__list__item {
    float: left; }

  .nav--main .nav__list .nav__list__item {
    margin: 0; }

  .nav--main .nav__list .nav__list__item {
    padding: 0; }

  .nav--main .nav__list .nav__list__item,
  .nav--main .nav__list .nav__list__item a {
    height: 50px; }

  .nav--main .nav__list .nav__list__item {
    line-height: 0;
    display: table; }

  .nav--main .nav__list .nav__list__item a {
    display: table-cell;
    vertical-align: middle; }

  .list--articles__item {
    padding: 20px; }

  .nav__list__item--mobile-menu,
  .nav--action-top .nav__list__item:last-child.nav__list__item--mobile-menu {
    margin-top: -10px;
    margin-bottom: 10px; }

  .page__columns {
    padding: 0 10px 0 10px; }

  .test,
  .test.test--sonda,
  .page__columns.page__columns--half,
  .page__head {
    padding: 10px; }

  .test--sonda .test__question:after {
    right: 0; }

  .test__question--result .text__question__btn .btn--default {
    margin-left: 15px; }

  .test__question--result .text__question__btn .btn--big {
    float: left;
    margin-left: 25px; }

  .list--articles__item.list--articles__item--alt {
    width: 50%; }

  .list--articles__item.list--articles__item--alt .article--excerpt__content__title {
    width: 70% !important; } }
@media screen and (max-width: 979px) {
  .block--share-on-facebook__title {
    font-size: 2.6rem; } }
/* Smaller screen fix */
@media screen and (max-width: 767px) {
  .sec--foot {
    padding: 20px; }

  .sec--foot .block--partners,
  .sec--foot .sec--foot__author {
    padding: 10px; }

  .sec--foot .block--partners__wrap {
    margin-bottom: 10px !important; }

  .test__question__percent__mobile {
    display: block;
    text-align: center;
    font-size: 19px; }

  .category-type img {
    width: auto !important;
    height: auto !important; }

  .page__columns--half .page__columns__column,
  .sec--foot .inner {
    padding: 0; }

  .page__head__title,
  .sec--foot {
    margin: 0; }

  .sec--foot .block--partners {
    margin-top: 0; }

  .sec--foot .nav--social,
  .sec--foot__author,
  .page__content__source,
  .page__content blockquote,
  .block--teachers {
    margin-right: 0; }

  .sec--foot .nav--social,
  .sec--foot__author {
    margin-left: 0; }

  .sec--foot .nav--social,
  .sec--foot__author,
  ol:first-child,
  ul:first-child,
  p:first-child.sec--foot__author {
    margin-top: 20px; }

  .list--articles__item,
  .sec--foot .nav--social,
  .sec--foot__author,
  .page__columns--half
  .page__columns__column:first-child {
    margin-bottom: 20px; }

  .page__content {
    padding-top: 0; }

  .page__columns__column--sidebar {
    padding-right: 0; }

  .page__content,
  .sec.sec--foot {
    padding-bottom: 0; }

  .list--articles__item:nth-child(2n-1),
  .page__content {
    padding-right: 10px; }

  .list--articles__item:nth-child(2n),
  .page__content {
    padding-left: 10px; }

  .list--articles__item:nth-child(2n-1) {
    padding-left: 20px; }

  .list--articles__item:nth-child(2n) {
    padding-right: 20px; }

  .page__picture {
    display: none; }

  .content--text--default h4,
  .content--text--default h4 + p,
  .page__title,
  .sec--foot__author,
  .sec--foot .nav--social,
  .sec--foot .block--partners,
  .block--share-on-facebook__title,
  .block--share-on-facebook__desc,
  .page__head__title {
    text-align: center; }

  .sec--foot .block--partners,
  .sec--foot .nav--social {
    float: none; }

  .sec--foot .nav--social,
  .page__columns__column--main,
  .page__columns__column--sidebar,
  figure img,
  .sec--foot__author,
  .nav--social .nav__list__item,
  .page__columns--half .page__columns__column,
  .content--text--default h4,
  .content--text--default h4 + p,
  .page__title {
    width: 100%; }

  .nav__list__item--fb a {
    display: block;
    margin: 0 auto; }

  .page__head {
    margin-bottom: 40px; }

  .page__columns--half .page__columns__column {
    float: left; }

  .hero__article__content {
    top: 25px; } }
/* Mobile */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .list--articles__item {
    width: 50%; }

  .page__content__short,
  .text__question__btn a,
  .test__question--result .text__question__btn,
  .text__question__btn,
  .block--teachers,
  .field--default.field--inline .field__captcha span,
  .field--default.field--inline .field__captcha,
  .block--register .field--submit,
  .block--login-in .field--submit,
  .field--default.field--inline .field__control,
  .field--default.field--inline .field__control,
  .field--default.field--inline .field__captcha span,
  .field--default.field--inline .field__label span,
  .field--default.field--inline .field__captcha,
  .field--default.field--inline .field__label,
  .page__title, .page__head__sub-title,
  .page__columns--half .page__columns__column,
  .block--generate-certificat a,
  .block--generate-certificat,
  .block--generate-certificat a,
  .list--files-to-download__item__cell--name,
  .page__content img,
  .block--gallery__item,
  .sec--head .nav--main,
  .inner,
  .nav--main .nav__list,
  .nav--main .nav__list .nav__list__item,
  .nav--main .nav__list .nav__list__item a,
  .sec--articles .inner,
  .list--articles__item,
  .list--articles__item figure img,
  .sec--above-foot--faq,
  .block--partners,
  .sec--foot__author:first-child,
  .sec--foot__author,
  .sec--foot .block--partners .block--partners__label,
  .nav__list__item,
  .sec--foot .nav--social,
  .page__columns__column--main,
  .page__columns__column--sidebar,
  .sec--page,
  .page__head__subpage .page__head__title {
    width: 100%; }

  .page__head__subpage .page__head__title {
    margin-top: 20px; }

  .hide-on-mobile,
  .test__question__percent,
  .test__list-results__item__bar,
  .test--sonda .test__question:after,
  .block--teachers__info:after,
  .page__content__features > li > img,
  .page__head .btn--back,
  .list--files-to-download__item__cell--download,
  .nav--breadcrumbs,
  .sec--head .nav--main,
  .nav__list__item--social-facebook,
  .sec--hero,
  .block--faq:after,
  .js__btn--up.btn--up--active,
  .page__picture {
    display: none; }

  .field--default.field--inline .field__captcha span,
  .field--default.field--inline .field__control,
  .field--default.field--inline .field__captcha,
  .field--default.field--inline .field__label,
  .field--default.field--inline,
  .block--generate-certificat a,
  .show-on-mobile,
  .nav__list__item--mobile-menu,
  .block--partners__wrap,
  .nav__list__item a {
    display: block; }

  .sec--head .nav--main,
  .nav--main .nav__list,
  .nav--main .nav__list .nav__list__item {
    float: left; }

  .block--register,
  .block--login-in,
  .nav__list__item a,
  .nav__list__item--mobile-menu {
    margin: 0 auto; }

  .block--register .field--submit,
  .field--default + .field__required,
  .block--form-contact .field__required,
  .page__columns--half .page__columns__column,
  .block--gallery,
  .nav--main .nav__list .nav__list__item,
  .list--articles,
  .sec--foot .block--partners {
    margin: 0; }

  .page__content__features > li h4 + p,
  .page__content h4 + .page__content__excerpt--alt,
  .page__content__short,
  .test__question--result .text__question__btn .btn--default,
  .test__question--result,
  .page__content__excerpt--bigger + h4,
  .page__head__title,
  .content--text--default p,
  .content--text--default p:last-child,
  .page__title, .page__head__sub-title,
  .page__content p,
  .sec--foot {
    margin-top: 0; }

  .mobile-no-margin-top {
    margin-top: 0 !important; }

  .page__content__source,
  .page__content blockquote,
  .field--default.field--inline .field__captcha,
  .page__content__features > li > ul,
  .block--generate-certificat,
  .page__head__sub-text,
  .block--partners__wrap,
  .sec--foot .nav--social,
  .nav--social .block--partners__label,
  .sec--foot__author:first-child,
  .sec--foot__author {
    margin-right: 0; }

  .page__content ul,
  .page__content h4,
  .block--teachers__content h2,
  .block--teachers,
  .block--register .field--checkbox,
  .field--default.field--inline .field__captcha,
  .field--default .field__groups .field--radio,
  .page__content__features > li > ul,
  .block--form-contact,
  .block--register .actions, .block--login-in .actions,
  .block--register .field--submit, .block--login-in .field--submit,
  .block--generate-certificat,
  .page__head__sub-text,
  .sec--foot__author:first-child,
  .sec--foot__author {
    margin-left: 0; }

  .page__content__short,
  .page--test .page__head,
  .page__content blockquote p,
  .block--teachers__content ul > li ul li,
  block--teachers__content:last-child,
  .field--default,
  .sec--above-foot,
  .list--articles__item h2 {
    margin-bottom: 0; }

  .page__content h5,
  .text__question__btn,
  .page__content figure,
  .page__content blockquote p,
  .page__content__source,
  .page__content blockquote,
  .block--teachers__content h2,
  .page__head__sub-title + .page__head__sub-text,
  .block--register .field--checkbox,
  .field--default.field--inline .field__captcha,
  .page__content__features > li > ul,
  .page__content ul,
  .page__content h3,
  .page__content h4,
  .btn.btn--primary.pull--right,
  .block--register .actions,
  .block--login-in .actions,
  .btn.btn--primary.pull--right,
  .block--register .actions,
  .block--login-in .actions,
  .block--generate-certificat,
  .page__head__sub-text,
  .sec--head .nav--main,
  .sec--articles {
    margin-top: 20px; }

  .page__content h5,
  .test__question--result .text__question__btn .btn--default,
  .test__question,
  .test__question__title,
  .page__content figure,
  .page__content__source,
  .page__content blockquote,
  .block--sonda__inner,
  .list--articles__item,
  .page__columns--half .page__columns__column:last-child,
  .block--question,
  .block--teachers__content h2,
  .block--teachers__content,
  .block--teachers__info,
  .page__head__sub-title + .page__head__sub-text,
  .page__head__title,
  .page__title, .page__head__sub-title,
  .field--default.field--inline .field__captcha,
  .page__content__features > li > ul,
  .page__content__features > li > ul > li,
  .page__content ul,
  .page__content li,
  .page__content h3,
  .page__content h4,
  .block--register, .block--login-in,
  .field:last-child,
  .page__title, .page__head__sub-title,
  .content--text--default p,
  .content--text--default p:last-child,
  .page__title, .page__head__sub-title,
  .block--generate-certificat,
  .page__head__sub-text,
  .list--files-to-download,
  .list--files-to-download:last-child,
  .faq__item,
  .block--share-on-facebook,
  .page__content p,
  .block--gallery__item,
  .page__head {
    margin-bottom: 20px; }

  .nav--social .block--partners__label,
  .sec--foot__author:first-child,
  .sec--foot__author,
  .sec--above-foot {
    margin-top: 10px; }

  .sec--foot__author:first-child,
  .sec--foot__author,
  .sec--above-foot--like-box,
  .sec--foot .block--partners .block--partners__label,
  .nav--social,
  .nav--social .block--partners__label {
    margin-bottom: 10px; }

  .block--sonda {
    margin-bottom: 35px; }

  .block--faq__content {
    padding: 20px; }

  .list--articles__item:nth-child(2n-1),
  .list--articles__item:nth-child(2n) {
    padding: 0 10px; }

  .sec--page {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px; }

  .test__question,
  .test--sonda .test__question,
  .block--teachers,
  .page__content__features > li,
  .page__content__features > li:last-child,
  .field--default.field--inline .field__captcha,
  .field--default.field--inline .field__label,
  .page__columns--half .page__columns__column,
  .list--files-to-download__item,
  .block--gallery__item,
  .nav--main .nav__list .nav__list__item {
    padding: 0; }

  .block--teachers__content {
    padding-left: 0; }

  .block--teachers__content {
    padding-right: 0; }

  .nav--main .nav__list .nav__list__item a,
  .sec--foot .inner {
    padding-top: 0; }

  .sec--foot {
    padding-bottom: 0; }

  .list--files-to-download__item:nth-child(2n+1) .list--files-to-download__item__cell--name,
  .list--files-to-download__item__cell--name {
    padding-right: 0; }

  .block--teachers__info {
    padding: 10px; }

  .block--question {
    padding: 15px 15px 20px; }

  .text__question__btn,
  .test__question__title,
  .block--teachers__content h2,
  .field--default.field--inline .field__captcha span,
  .field--default.field--inline .field__captcha,
  .page__content h4,
  .page__content h3,
  .block--register .field--submit, .block--login-in .field--submit,
  .page__title, .page__head__sub-title
  .field.field--submit,
  .block--register .actions,
  .block--login-in .actions,
  .content--text--default p,
  .content--text--default p:last-child,
  .content--text--default h4,
  .block--generate-certificat a,
  .page__title, .page__head__sub-title,
  .block--share-on-facebook__btn,
  .list--files-to-download__title,
  .page__head__title,
  .block--share-on-facebook__desc,
  .block--share-on-facebook__title,
  .nav--main .nav__list .nav__list__item,
  .nav--main .nav__list .nav__list__item a,
  .sec--foot__author:first-child,
  .sec--foot__author,
  .sec--foot .block--partners .block--partners__label,
  .block--partners__wrap,
  .nav--social .block--partners__label {
    text-align: center; }

  .test__question--result .test__question__desc,
  .page__content blockquote p,
  .page__head__sub-text,
  .page__content p,
  .faq__item__content p,
  .faq__item__title {
    text-align: justify; }

  .page__content li,
  .page__content__features > li > ul > li,
  .field--default.field--inline .field__captcha,
  .field--default.field--inline .field__label {
    text-align: left; }

  .nav--main .nav__list .nav__list__item,
  .nav--main .nav__list .nav__list__item a {
    height: 50px; }

  .nav--main .nav__list .nav__list__item {
    line-height: 0;
    display: table; }

  .nav--main .nav__list .nav__list__item a {
    display: table-cell;
    vertical-align: middle; }

  .list--articles__item figure {
    height: 200px;
    overflow: hidden; }

  .list--articles__item figure img {
    max-width: none; }

  .list--articles__item .article--excerpt__content {
    height: 180px;
    padding: 20px; }

  h2,
  .page__head h2 {
    font-size: 4.4rem; }

  h3,
  h4,
  .page__content__excerpt--alt,
  .page__content__excerpt--bigger,
  .page__title, .page__head__sub-title,
  .test__question__title,
  .page__content h3,
  .page__content h4 {
    font-size: 19px; }

  .block--faq {
    height: auto; }

  .block--faq__content__title {
    font-size: 2.8rem; }

  .block--faq__content__desc {
    font-size: 1.4rem; }

  .block--generate-certificat a,
  .block--faq:after {
    background-image: none; }

  .block--generate-certificat a {
    background-color: #591d60;
    color: #FFF;
    text-transform: uppercase;
    text-indent: 1px;
    font-size: 14px;
    text-decoration: none;
    height: 70px;
    line-height: 70px; }

  .page__head__sub-text {
    font-size: 14px;
    font-weight: normal; }

  .page__columns--half .page__columns__column {
    border: none; }

  .content--text--default h4 {
    padding-bottom: 5px; }

  .field--default.field--inline .field__captcha span,
  .field--default.field--inline .field__label span {
    height: 40px; }

  .btn.btn--primary.pull--right {
    float: none !important; }

  .test__question--result .text__question__btn .btn--big,
  .text__question__btn .btn--default,
  .block--register .actions__item,
  .block--login-in .actions__item,
  .block--register .actions__item:nth-child(2),
  .block--login-in .actions__item:nth-child(2) {
    float: none; }

  .btn--primary--alt {
    font-size: 11px; }

  .btn--big:after,
  .btn--default--alt:after,
  .btn--default:after,
  .btn--primary--alt:after,
  .btn--primary:after {
    border: none; }

  .field--default.field--inline .field__captcha {
    height: 20px; }

  .test__question--result .text__question__btn {
    text-align: center;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }

  .test__question--result
  .text__question__btn,
  .test__question__percent {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

  .list--articles__item figure {
    height: auto !important; }

  .list--articles__item.list--articles__item--alt .article--excerpt__content__title {
    float: none;
    text-align: left; } }
@media screen and (min-width: 640px) and (max-width: 767px) {
  .list--articles__item.list--articles__item--news,
  .list--articles__item.list--articles__item,
  .list--articles__item.list--articles__item--alt {
    width: 50% !important; }

  .list--articles__item.list--articles__item--alt .article--excerpt__content__title {
    width: 100% !important; } }
@media screen and (max-width: 639px) {
  .list--articles__item.list--articles__item--alt .article--excerpt__content,
  .list--articles__item.list--articles__item--alt .article--excerpt__content h2 {
    height: auto !important; }

  .list--articles__item.list--articles__item--alt .article--excerpt__content__title {
    width: 100% !important; } }
@media screen and (max-width: 639px) {
  .list--articles__item.list--articles__item--alt {
    width: 100% !important; }

  .sec--error .error--header span {
    font-size: 48px;
    padding: 0 48px 0 48px; }
  .sec--error .error--code {
    font-size: 164px;
    line-height: 150px; }
  .sec--error .error--message {
    font-size: 48px; } }
@media screen and (max-width: 768px) {
  ul.page__content__icons {
    margin-right: 0; }

  ul.page__content__icons li {
    width: 21%;
    margin: 0 2% 0 2%; } }
@media screen and (max-width: 479px) {
  ul.page__content__icons li {
    width: 29%; }

  .sec--error .error--header span {
    font-size: 32px !important;
    line-height: 42px; }
    .sec--error .error--header span:before, .sec--error .error--header span:after {
      height: 42px; }
    .sec--error .error--header span:before {
      background-position: 0px -20px; }
    .sec--error .error--header span:after {
      background-position: 0px -102px; }
  .sec--error .error--code {
    font-size: 64px;
    line-height: 64px; }
  .sec--error .error--message {
    font-size: 16px !important; } }
@media screen and (max-width: 359px) {
  ul.page__content__icons li {
    width: 46%; } }
@media screen and (max-width: 319px) {
  ul.page__content__icons li {
    width: 100%; } }
.page__content p img {
  width: auto; }

/*# sourceMappingURL=style.css.map */
